|
|
|
1 | 2024-02-15T20:37:42.788Z | job assigned to worker 01HPQ7RRZ3X0FP77ANAQSX2C3R (queued for 1 m 5 s) |
|
2 | 2024-02-15T20:37:43.174Z | starting task 0: "setup" |
3 | 2024-02-15T20:37:43.259Z | ++ uname -s |
4 | 2024-02-15T20:37:43.275Z | + kern=SunOS |
5 | 2024-02-15T20:37:43.276Z | + case "$kern" in |
6 | 2024-02-15T20:37:43.276Z | + groupadd -g 12345 build |
7 | 2024-02-15T20:37:43.276Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T20:37:45.279Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T20:37:45.341Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T20:37:45.345Z | + home_fs=zfs |
11 | 2024-02-15T20:37:45.346Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T20:37:45.346Z | + mkdir -p /home/build |
13 | 2024-02-15T20:37:45.346Z | + chown build:build /home/build /work |
14 | 2024-02-15T20:37:47.348Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T20:37:47.357Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-02-15T20:37:47.376Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T20:37:47.392Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T20:37:47.392Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T20:37:47.498Z | info: downloading installer |
20 | 2024-02-15T20:37:49.104Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T20:37:49.104Z | warning: /opt/ooce/bin |
22 | 2024-02-15T20:37:49.104Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T20:37:49.104Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T20:37:49.104Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T20:37:49.104Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T20:37:49.104Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T20:37:49.105Z | error: cannot install while Rust is installed |
28 | 2024-02-15T20:37:49.105Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T20:37:49.224Z | info: profile set to 'default' |
30 | 2024-02-15T20:37:49.224Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T20:37:49.238Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T20:37:49.801Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T20:37:49.801Z | info: downloading component 'cargo' |
34 | 2024-02-15T20:37:50.300Z | info: downloading component 'clippy' |
35 | 2024-02-15T20:37:50.649Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T20:37:51.761Z | info: downloading component 'rust-std' |
37 | 2024-02-15T20:37:53.812Z | info: downloading component 'rustc' |
38 | 2024-02-15T20:37:58.815Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T20:37:59.107Z | info: installing component 'cargo' |
40 | 2024-02-15T20:38:00.012Z | info: installing component 'clippy' |
41 | 2024-02-15T20:38:00.386Z | info: installing component 'rust-docs' |
42 | 2024-02-15T20:38:02.331Z | info: installing component 'rust-std' |
43 | 2024-02-15T20:38:03.775Z | info: installing component 'rustc' |
44 | 2024-02-15T20:38:07.912Z | info: installing component 'rustfmt' |
45 | 2024-02-15T20:38:08.280Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T20:38:08.280Z | |
47 | 2024-02-15T20:38:08.575Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T20:38:08.575Z | |
49 | 2024-02-15T20:38:09.498Z | |
50 | 2024-02-15T20:38:09.498Z | Rust is installed now. Great! |
51 | 2024-02-15T20:38:09.498Z | |
52 | 2024-02-15T20:38:09.498Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T20:38:09.498Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T20:38:09.499Z | |
55 | 2024-02-15T20:38:09.499Z | To configure your current shell, run: |
56 | 2024-02-15T20:38:09.499Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T20:38:09.499Z | + rustc --version |
58 | 2024-02-15T20:38:09.499Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T20:38:09.499Z | process exited: duration 21303 ms, exit code 0 |
|
60 | 2024-02-15T20:38:09.519Z | starting task 2: "authentication" |
61 | 2024-02-15T20:38:09.976Z | process exited: duration 451 ms, exit code 0 |
|
62 | 2024-02-15T20:38:10.005Z | starting task 3: "clone repository" |
63 | 2024-02-15T20:38:10.019Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T20:38:10.019Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T20:38:10.226Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T20:38:15.518Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T20:38:15.536Z | + git fetch origin 446f45da92670c0a8c74a01102dd51f877afd20c |
68 | 2024-02-15T20:38:15.982Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T20:38:15.982Z | * branch 446f45da92670c0a8c74a01102dd51f877afd20c -> FETCH_HEAD |
70 | 2024-02-15T20:38:15.982Z | + [[ -n update-progenitor ]] |
71 | 2024-02-15T20:38:15.983Z | ++ git branch --show-current |
72 | 2024-02-15T20:38:15.983Z | + current=main |
73 | 2024-02-15T20:38:15.983Z | + [[ main != update-progenitor ]] |
74 | 2024-02-15T20:38:15.983Z | + git branch -f update-progenitor 446f45da92670c0a8c74a01102dd51f877afd20c |
75 | 2024-02-15T20:38:15.983Z | + git checkout -f update-progenitor |
76 | 2024-02-15T20:38:15.983Z | Switched to branch 'update-progenitor' |
77 | 2024-02-15T20:38:15.983Z | + git reset --hard 446f45da92670c0a8c74a01102dd51f877afd20c |
78 | 2024-02-15T20:38:16.067Z | HEAD is now at 446f45da9 Update progenitor to bc0bb4b |
79 | 2024-02-15T20:38:16.075Z | process exited: duration 6064 ms, exit code 0 |
|
80 | 2024-02-15T20:38:16.105Z | starting task 4: "build" |
81 | 2024-02-15T20:38:16.116Z | + cargo --version |
82 | 2024-02-15T20:38:16.116Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-15T20:38:16.262Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-15T20:38:16.262Z | info: downloading component 'cargo' |
85 | 2024-02-15T20:38:17.099Z | info: downloading component 'clippy' |
86 | 2024-02-15T20:38:17.369Z | info: downloading component 'rust-docs' |
87 | 2024-02-15T20:38:20.382Z | info: downloading component 'rust-std' |
88 | 2024-02-15T20:38:20.382Z | info: downloading component 'rustc' |
89 | 2024-02-15T20:38:24.313Z | info: downloading component 'rustfmt' |
90 | 2024-02-15T20:38:24.563Z | info: installing component 'cargo' |
91 | 2024-02-15T20:38:25.432Z | info: installing component 'clippy' |
92 | 2024-02-15T20:38:25.770Z | info: installing component 'rust-docs' |
93 | 2024-02-15T20:38:27.252Z | info: installing component 'rust-std' |
94 | 2024-02-15T20:38:28.841Z | info: installing component 'rustc' |
95 | 2024-02-15T20:38:33.072Z | info: installing component 'rustfmt' |
96 | 2024-02-15T20:38:33.449Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-15T20:38:33.452Z | + rustc --version |
98 | 2024-02-15T20:38:33.521Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-15T20:38:33.525Z | ++ git rev-parse HEAD |
100 | 2024-02-15T20:38:33.529Z | + COMMIT=446f45da92670c0a8c74a01102dd51f877afd20c |
101 | 2024-02-15T20:38:33.529Z | + VERSION=7.0.0-0.ci+git446f45da926 |
102 | 2024-02-15T20:38:33.529Z | + echo 7.0.0-0.ci+git446f45da926 |
103 | 2024-02-15T20:38:33.529Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-15T20:38:43.051Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-15T20:38:44.251Z | Startup: Caching catalogs ... Done |
106 | 2024-02-15T20:38:45.620Z | Planning: Solver setup ... Done (0.986s) |
107 | 2024-02-15T20:38:45.645Z | Planning: Running solver ... Done (0.024s) |
108 | 2024-02-15T20:38:45.789Z | Planning: Finding local manifests ... Done (0.129s) |
109 | 2024-02-15T20:38:46.227Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-15T20:38:46.262Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-15T20:38:46.262Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-02-15T20:38:46.262Z | Planning: Merging actions ... Done (0.054s) |
113 | 2024-02-15T20:38:47.172Z | Planning: Checking for conflicting actions ... Done (1.004s) |
114 | 2024-02-15T20:38:47.184Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-15T20:38:50.864Z | Planning: Evaluating mediators ... Done (3.634s) |
116 | 2024-02-15T20:38:50.886Z | Planning: Planning completed in 6.51 seconds |
117 | 2024-02-15T20:38:50.886Z | Packages to install: 4 |
118 | 2024-02-15T20:38:50.887Z | Mediators to change: 2 |
119 | 2024-02-15T20:38:50.887Z | Services to change: 1 |
120 | 2024-02-15T20:38:50.887Z | Estimated space available: 148.87 GB |
121 | 2024-02-15T20:38:50.887Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-15T20:38:50.887Z | Create boot environment: No |
123 | 2024-02-15T20:38:50.887Z | Create backup boot environment: No |
124 | 2024-02-15T20:38:50.887Z | Rebuild boot archive: No |
125 | 2024-02-15T20:38:50.888Z | |
126 | 2024-02-15T20:38:50.888Z | Changed mediators: |
127 | 2024-02-15T20:38:50.888Z | mediator clang: |
128 | 2024-02-15T20:38:50.888Z | version: None -> 15 (system default) |
129 | 2024-02-15T20:38:50.888Z | |
130 | 2024-02-15T20:38:50.888Z | mediator llvm: |
131 | 2024-02-15T20:38:50.888Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-15T20:38:50.888Z | |
133 | 2024-02-15T20:38:50.889Z | Changed packages: |
134 | 2024-02-15T20:38:50.889Z | helios-dev |
135 | 2024-02-15T20:38:50.889Z | developer/build-essential |
136 | 2024-02-15T20:38:50.889Z | None -> 11-2.0 |
137 | 2024-02-15T20:38:50.889Z | library/libxmlsec1 |
138 | 2024-02-15T20:38:50.889Z | None -> 1.2.35-2.0 |
139 | 2024-02-15T20:38:50.889Z | ooce/developer/clang-15 |
140 | 2024-02-15T20:38:50.889Z | None -> 15.0.7-2.0 |
141 | 2024-02-15T20:38:50.889Z | ooce/developer/llvm-15 |
142 | 2024-02-15T20:38:50.889Z | None -> 15.0.7-2.0 |
143 | 2024-02-15T20:38:50.889Z | |
144 | 2024-02-15T20:38:50.889Z | Services: |
145 | 2024-02-15T20:38:50.889Z | restart_fmri: |
146 | 2024-02-15T20:38:50.890Z | svc:/system/update-man-index:default |
147 | 2024-02-15T20:38:51.089Z | |
148 | 2024-02-15T20:38:51.089Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-15T20:38:56.096Z | Download: 461/3290 items 16.6/212.6MB 7% complete (3.5M/s) |
150 | 2024-02-15T20:39:01.098Z | Download: 1184/3290 items 52.5/212.6MB 24% complete (5.2M/s) |
151 | 2024-02-15T20:39:06.280Z | Download: 1202/3290 items 84.1/212.6MB 39% complete (6.7M/s) |
152 | 2024-02-15T20:39:13.126Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (7.8M/s) |
153 | 2024-02-15T20:39:18.131Z | Download: 3164/3290 items 167.5/212.6MB 78% complete (4.9M/s) |
154 | 2024-02-15T20:39:25.783Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
155 | 2024-02-15T20:39:29.806Z | Download: Completed 212.60 MB in 38.69 seconds (5.5M/s) |
156 | 2024-02-15T20:39:29.965Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-15T20:39:35.066Z | Actions: 3555/3689 actions (Installing new actions) |
158 | 2024-02-15T20:39:35.176Z | Actions: Completed 3689 actions in 5.21 seconds. |
159 | 2024-02-15T20:39:35.345Z | Done (0.163s) |
160 | 2024-02-15T20:39:35.345Z | Done (0.000s) |
161 | 2024-02-15T20:39:35.558Z | Done (0.214s) |
162 | 2024-02-15T20:39:41.030Z | Done (5.345s) |
163 | 2024-02-15T20:39:41.188Z | Done (0.083s) |
164 | 2024-02-15T20:39:41.199Z | Done (0.000s) |
165 | 2024-02-15T20:39:41.361Z | Done (0.000s) |
166 | 2024-02-15T20:39:41.845Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-02-15T20:39:41.997Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-02-15T20:39:42.003Z | Planning: Consolidating action changes ... Done |
169 | 2024-02-15T20:39:42.286Z | Planning: Evaluating mediators ... Done |
170 | 2024-02-15T20:39:42.293Z | Planning: Planning completed in 0.44 seconds |
171 | 2024-02-15T20:39:42.312Z | Mediators to change: 2 |
172 | 2024-02-15T20:39:42.312Z | Create boot environment: No |
173 | 2024-02-15T20:39:42.319Z | Create backup boot environment: No |
174 | 2024-02-15T20:39:42.383Z | Done |
175 | 2024-02-15T20:39:42.383Z | Done |
176 | 2024-02-15T20:39:42.506Z | Done |
177 | 2024-02-15T20:39:46.177Z | Done |
178 | 2024-02-15T20:39:46.271Z | Done |
179 | 2024-02-15T20:39:46.689Z | Done |
180 | 2024-02-15T20:39:46.693Z | Done |
181 | 2024-02-15T20:39:47.043Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-15T20:39:47.047Z | Planning: Merging actions ... Done |
183 | 2024-02-15T20:39:47.232Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-15T20:39:47.236Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-15T20:39:47.504Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-15T20:39:47.934Z | Planning: Planning completed in 0.79 seconds |
187 | 2024-02-15T20:39:47.934Z | Packages to change: 1 |
188 | 2024-02-15T20:39:47.934Z | Mediators to change: 1 |
189 | 2024-02-15T20:39:47.934Z | Services to change: 1 |
190 | 2024-02-15T20:39:47.934Z | Create boot environment: No |
191 | 2024-02-15T20:39:47.934Z | Create backup boot environment: Yes |
192 | 2024-02-15T20:39:49.435Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-02-15T20:39:49.473Z | Actions: Completed 6 actions in 0.04 seconds. |
194 | 2024-02-15T20:39:49.476Z | Done |
195 | 2024-02-15T20:39:49.476Z | Done |
196 | 2024-02-15T20:39:49.522Z | Done |
197 | 2024-02-15T20:39:53.152Z | Done |
198 | 2024-02-15T20:39:53.648Z | Done |
199 | 2024-02-15T20:39:53.657Z | Done |
200 | 2024-02-15T20:39:53.657Z | Done |
201 | 2024-02-15T20:39:53.771Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-02-15T20:39:53.771Z | clang system 15 system |
203 | 2024-02-15T20:39:53.771Z | csh system system illumos |
204 | 2024-02-15T20:39:53.771Z | ctags system system illumos |
205 | 2024-02-15T20:39:53.771Z | gcc vendor 12 vendor |
206 | 2024-02-15T20:39:53.772Z | gcc system 10 system |
207 | 2024-02-15T20:39:53.772Z | gcc system 7 system |
208 | 2024-02-15T20:39:53.772Z | go system 1.20 system |
209 | 2024-02-15T20:39:53.772Z | go system 1.19 system |
210 | 2024-02-15T20:39:53.772Z | llvm system 15 system |
211 | 2024-02-15T20:39:53.773Z | llvm system 14 system |
212 | 2024-02-15T20:39:53.773Z | mariadb system 10.6 system |
213 | 2024-02-15T20:39:53.773Z | mta vendor vendor dma |
214 | 2024-02-15T20:39:53.773Z | openjdk system 17 system |
215 | 2024-02-15T20:39:53.773Z | openjdk system 11 system |
216 | 2024-02-15T20:39:53.773Z | openjdk system 1.8 system |
217 | 2024-02-15T20:39:53.773Z | openssl vendor 3 vendor |
218 | 2024-02-15T20:39:53.773Z | perl system 5.36 system |
219 | 2024-02-15T20:39:53.774Z | postgresql system 15 system |
220 | 2024-02-15T20:39:53.774Z | postgresql system 13 system |
221 | 2024-02-15T20:39:53.774Z | python vendor 3 vendor |
222 | 2024-02-15T20:39:53.774Z | python system 2 system |
223 | 2024-02-15T20:39:53.774Z | python3 system 3.11 system |
224 | 2024-02-15T20:39:53.775Z | ruby system 3.0 system |
225 | 2024-02-15T20:39:53.775Z | words vendor vendor american-english |
226 | 2024-02-15T20:39:53.775Z | words system system australian-english |
227 | 2024-02-15T20:39:53.775Z | words system system british-english |
228 | 2024-02-15T20:39:53.775Z | words system system canadian-english |
229 | 2024-02-15T20:39:53.776Z | words system system french |
230 | 2024-02-15T20:39:53.776Z | words system system italian |
231 | 2024-02-15T20:39:53.776Z | words system system ngerman |
232 | 2024-02-15T20:39:53.776Z | words system system ogerman |
233 | 2024-02-15T20:39:53.777Z | words system system spanish |
234 | 2024-02-15T20:39:54.101Z | FMRI IFO |
235 | 2024-02-15T20:39:54.101Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-02-15T20:39:54.101Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-02-15T20:39:54.101Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-02-15T20:39:54.101Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-02-15T20:39:54.102Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-02-15T20:39:54.102Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
241 | 2024-02-15T20:39:54.102Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-02-15T20:39:54.102Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-02-15T20:39:54.156Z | + set -o errexit |
244 | 2024-02-15T20:39:54.171Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2024-02-15T20:39:54.172Z | ++ cd ./tools |
246 | 2024-02-15T20:39:54.172Z | ++ pwd |
247 | 2024-02-15T20:39:54.172Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2024-02-15T20:39:54.172Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2024-02-15T20:39:54.172Z | + ARG0=ci_download_cockroachdb |
250 | 2024-02-15T20:39:54.172Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2024-02-15T20:39:54.172Z | + CIDL_VERSION=v22.1.9 |
252 | 2024-02-15T20:39:54.172Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2024-02-15T20:39:54.173Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
254 | 2024-02-15T20:39:54.173Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
255 | 2024-02-15T20:39:54.173Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
256 | 2024-02-15T20:39:54.173Z | + TARGET_DIR=out |
257 | 2024-02-15T20:39:54.173Z | + DOWNLOAD_DIR=out/downloads |
258 | 2024-02-15T20:39:54.174Z | + DEST_DIR=./out/cockroachdb |
259 | 2024-02-15T20:39:54.174Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2024-02-15T20:39:54.174Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2024-02-15T20:39:54.174Z | + main |
262 | 2024-02-15T20:39:54.174Z | + [[ 0 != 0 ]] |
263 | 2024-02-15T20:39:54.175Z | + CIDL_OS=solaris2.11 |
264 | 2024-02-15T20:39:54.175Z | + [[ 0 != 0 ]] |
265 | 2024-02-15T20:39:54.175Z | + configure_os solaris2.11 |
266 | 2024-02-15T20:39:54.175Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2024-02-15T20:39:54.175Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2024-02-15T20:39:54.175Z | current directory: /work/oxidecomputer/omicron |
269 | 2024-02-15T20:39:54.175Z | configuring based on OS: "solaris2.11" |
270 | 2024-02-15T20:39:54.175Z | + case "$1" in |
271 | 2024-02-15T20:39:54.176Z | + CIDL_BUILD=illumos |
272 | 2024-02-15T20:39:54.176Z | + CIDL_SUFFIX=tar.gz |
273 | 2024-02-15T20:39:54.176Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-15T20:39:54.176Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-02-15T20:39:54.176Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-02-15T20:39:54.176Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-02-15T20:39:54.177Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-15T20:39:54.177Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-15T20:39:54.177Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-02-15T20:39:54.177Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-15T20:39:54.177Z | + CIDL_SHA256FUNC=do_sha256sum |
282 | 2024-02-15T20:39:54.177Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-15T20:39:54.178Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-15T20:39:54.178Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2024-02-15T20:39:54.178Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-15T20:39:54.178Z | + mkdir -p out/downloads |
287 | 2024-02-15T20:39:54.178Z | + mkdir -p ./out/cockroachdb |
288 | 2024-02-15T20:39:54.178Z | + local DO_DOWNLOAD=true |
289 | 2024-02-15T20:39:54.178Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2024-02-15T20:39:54.179Z | + '[' true == true ']' |
291 | 2024-02-15T20:39:54.179Z | + echo Downloading... |
292 | 2024-02-15T20:39:54.179Z | Downloading... |
293 | 2024-02-15T20:39:54.179Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-15T20:39:54.179Z | + 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 | 2024-02-15T20:40:04.816Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-15T20:40:04.824Z | ++ sha256sum |
297 | 2024-02-15T20:40:04.824Z | ++ awk '{print $1}' |
298 | 2024-02-15T20:40:04.913Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-02-15T20:40:04.917Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
300 | 2024-02-15T20:40:04.917Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-15T20:40:04.917Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2024-02-15T20:40:07.087Z | + do_assemble_illumos |
303 | 2024-02-15T20:40:07.087Z | + rm -r ./out/cockroachdb |
304 | 2024-02-15T20:40:07.106Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2024-02-15T20:40:07.502Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2024-02-15T20:40:07.743Z | Build Tag: v22.1.9-dirty |
307 | 2024-02-15T20:40:07.743Z | Build Time: 2022/10/26 21:17:46 |
308 | 2024-02-15T20:40:07.743Z | Distribution: OSS |
309 | 2024-02-15T20:40:07.743Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2024-02-15T20:40:07.743Z | Go Version: go1.17.13 |
311 | 2024-02-15T20:40:07.744Z | C Compiler: gcc 10.3.0 |
312 | 2024-02-15T20:40:07.744Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2024-02-15T20:40:07.744Z | Build Type: release |
314 | 2024-02-15T20:40:07.757Z | + set -o errexit |
315 | 2024-02-15T20:40:07.757Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2024-02-15T20:40:07.757Z | ++ cd ./tools |
317 | 2024-02-15T20:40:07.757Z | ++ pwd |
318 | 2024-02-15T20:40:07.757Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2024-02-15T20:40:07.757Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2024-02-15T20:40:07.778Z | + ARG0=ci_download_clickhouse |
321 | 2024-02-15T20:40:07.778Z | + TARGET_DIR=out |
322 | 2024-02-15T20:40:07.778Z | + DOWNLOAD_DIR=out/downloads |
323 | 2024-02-15T20:40:07.778Z | + DEST_DIR=./out/clickhouse |
324 | 2024-02-15T20:40:07.778Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
325 | 2024-02-15T20:40:07.778Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2024-02-15T20:40:07.778Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2024-02-15T20:40:07.778Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2024-02-15T20:40:07.778Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2024-02-15T20:40:07.778Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2024-02-15T20:40:07.778Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2024-02-15T20:40:07.778Z | + main |
332 | 2024-02-15T20:40:07.778Z | + [[ 0 != 0 ]] |
333 | 2024-02-15T20:40:07.778Z | + CIDL_OS=solaris2.11 |
334 | 2024-02-15T20:40:07.778Z | + [[ 0 != 0 ]] |
335 | 2024-02-15T20:40:07.778Z | + configure_os solaris2.11 |
336 | 2024-02-15T20:40:07.779Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2024-02-15T20:40:07.779Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-02-15T20:40:07.779Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-02-15T20:40:07.779Z | + CIDL_DASHREV= |
340 | 2024-02-15T20:40:07.779Z | configuring based on OS: "solaris2.11" |
341 | 2024-02-15T20:40:07.779Z | + case "$1" in |
342 | 2024-02-15T20:40:07.779Z | + CIDL_PLATFORM=illumos |
343 | 2024-02-15T20:40:07.779Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-15T20:40:07.779Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2024-02-15T20:40:07.779Z | + CIDL_DASHREV=-1 |
346 | 2024-02-15T20:40:07.779Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2024-02-15T20:40:07.779Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-15T20:40:07.779Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-15T20:40:07.779Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-15T20:40:07.779Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-15T20:40:07.779Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-15T20:40:07.779Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2024-02-15T20:40:07.779Z | + mkdir -p out/downloads |
354 | 2024-02-15T20:40:07.779Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-02-15T20:40:07.779Z | + mkdir -p ./out/clickhouse |
356 | 2024-02-15T20:40:07.779Z | + local DO_DOWNLOAD=true |
357 | 2024-02-15T20:40:07.779Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2024-02-15T20:40:07.780Z | + '[' true == true ']' |
359 | 2024-02-15T20:40:07.780Z | + echo Downloading... |
360 | 2024-02-15T20:40:07.780Z | Downloading... |
361 | 2024-02-15T20:40:07.780Z | + 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 |
362 | 2024-02-15T20:40:07.780Z | + 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 |
363 | 2024-02-15T20:40:09.185Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-15T20:40:09.193Z | ++ md5sum |
365 | 2024-02-15T20:40:09.193Z | ++ awk '{print $1}' |
366 | 2024-02-15T20:40:09.374Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2024-02-15T20:40:09.374Z | + [[ 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 ]] |
368 | 2024-02-15T20:40:09.387Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2024-02-15T20:40:09.387Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-15T20:40:09.387Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2024-02-15T20:40:12.536Z | + ./out/clickhouse/clickhouse server --version |
372 | 2024-02-15T20:40:12.571Z | ClickHouse server version 22.8.9.1. |
373 | 2024-02-15T20:40:12.587Z | + set -o errexit |
374 | 2024-02-15T20:40:12.590Z | +++ dirname ./tools/ci_download_console |
375 | 2024-02-15T20:40:12.594Z | ++ cd ./tools |
376 | 2024-02-15T20:40:12.594Z | ++ pwd |
377 | 2024-02-15T20:40:12.594Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2024-02-15T20:40:12.594Z | ++ basename ./tools/ci_download_console |
379 | 2024-02-15T20:40:12.599Z | + ARG0=ci_download_console |
380 | 2024-02-15T20:40:12.599Z | + TARGET_DIR=out |
381 | 2024-02-15T20:40:12.600Z | + DOWNLOAD_DIR=out/downloads |
382 | 2024-02-15T20:40:12.600Z | + DEST_DIR=./out/console-assets |
383 | 2024-02-15T20:40:12.600Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2024-02-15T20:40:12.600Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
385 | 2024-02-15T20:40:12.600Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
386 | 2024-02-15T20:40:12.600Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
387 | 2024-02-15T20:40:12.600Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2024-02-15T20:40:12.600Z | + main |
389 | 2024-02-15T20:40:12.600Z | + [[ 0 != 0 ]] |
390 | 2024-02-15T20:40:12.600Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
391 | 2024-02-15T20:40:12.600Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-15T20:40:12.600Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-02-15T20:40:12.600Z | + local DO_DOWNLOAD=true |
394 | 2024-02-15T20:40:12.600Z | Local file: out/downloads/console.tar.gz |
395 | 2024-02-15T20:40:12.600Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2024-02-15T20:40:12.600Z | + mkdir -p out/downloads |
397 | 2024-02-15T20:40:12.600Z | + '[' true == true ']' |
398 | 2024-02-15T20:40:12.600Z | + echo Downloading... |
399 | 2024-02-15T20:40:12.600Z | Downloading... |
400 | 2024-02-15T20:40:12.600Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
401 | 2024-02-15T20:40:12.600Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
402 | 2024-02-15T20:40:13.108Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2024-02-15T20:40:13.108Z | ++ case "$OSTYPE" in |
404 | 2024-02-15T20:40:13.116Z | ++ SHA=sha256sum |
405 | 2024-02-15T20:40:13.116Z | ++ sha256sum |
406 | 2024-02-15T20:40:13.116Z | ++ awk '{print $1}' |
407 | 2024-02-15T20:40:13.116Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
408 | 2024-02-15T20:40:13.116Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
409 | 2024-02-15T20:40:13.117Z | + rm -rf ./out/console-assets |
410 | 2024-02-15T20:40:13.117Z | + mkdir -p ./out/console-assets |
411 | 2024-02-15T20:40:13.117Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2024-02-15T20:40:13.117Z | + mkdir -p ./out/console-assets |
413 | 2024-02-15T20:40:13.117Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2024-02-15T20:40:13.208Z | + set -o errexit |
415 | 2024-02-15T20:40:13.214Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2024-02-15T20:40:13.214Z | ++ cd ./tools |
417 | 2024-02-15T20:40:13.214Z | ++ pwd |
418 | 2024-02-15T20:40:13.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2024-02-15T20:40:13.215Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2024-02-15T20:40:13.215Z | + ARG0=ci_download_maghemite_openapi |
421 | 2024-02-15T20:40:13.215Z | + TARGET_DIR=out |
422 | 2024-02-15T20:40:13.215Z | + DOWNLOAD_DIR=out/downloads |
423 | 2024-02-15T20:40:13.215Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2024-02-15T20:40:13.215Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
425 | 2024-02-15T20:40:13.215Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
426 | 2024-02-15T20:40:13.215Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
427 | 2024-02-15T20:40:13.216Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
428 | 2024-02-15T20:40:13.216Z | + main |
429 | 2024-02-15T20:40:13.216Z | + [[ 0 != 0 ]] |
430 | 2024-02-15T20:40:13.216Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
431 | 2024-02-15T20:40:13.216Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
432 | 2024-02-15T20:40:13.216Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
433 | 2024-02-15T20:40:13.217Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
434 | 2024-02-15T20:40:13.217Z | + local DO_DOWNLOAD=true |
435 | 2024-02-15T20:40:13.217Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
436 | 2024-02-15T20:40:13.217Z | + mkdir -p out/downloads |
437 | 2024-02-15T20:40:13.230Z | + '[' true == true ']' |
438 | 2024-02-15T20:40:13.230Z | + echo Downloading... |
439 | 2024-02-15T20:40:13.230Z | Downloading... |
440 | 2024-02-15T20:40:13.230Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-15T20:40:13.230Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
442 | 2024-02-15T20:40:13.488Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
443 | 2024-02-15T20:40:13.488Z | ++ case "$OSTYPE" in |
444 | 2024-02-15T20:40:13.506Z | ++ SHA=sha256sum |
445 | 2024-02-15T20:40:13.506Z | ++ sha256sum |
446 | 2024-02-15T20:40:13.506Z | ++ awk '{print $1}' |
447 | 2024-02-15T20:40:13.506Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
448 | 2024-02-15T20:40:13.506Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
449 | 2024-02-15T20:40:13.506Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2024-02-15T20:40:13.506Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
451 | 2024-02-15T20:40:13.506Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
452 | 2024-02-15T20:40:13.507Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
453 | 2024-02-15T20:40:13.507Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-15T20:40:13.507Z | + main |
455 | 2024-02-15T20:40:13.507Z | + [[ 0 != 0 ]] |
456 | 2024-02-15T20:40:13.507Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
457 | 2024-02-15T20:40:13.507Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
458 | 2024-02-15T20:40:13.507Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-15T20:40:13.507Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
460 | 2024-02-15T20:40:13.507Z | + local DO_DOWNLOAD=true |
461 | 2024-02-15T20:40:13.507Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
462 | 2024-02-15T20:40:13.507Z | + mkdir -p out/downloads |
463 | 2024-02-15T20:40:13.507Z | + '[' true == true ']' |
464 | 2024-02-15T20:40:13.507Z | + echo Downloading... |
465 | 2024-02-15T20:40:13.507Z | Downloading... |
466 | 2024-02-15T20:40:13.507Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-15T20:40:13.507Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
468 | 2024-02-15T20:40:14.160Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
469 | 2024-02-15T20:40:14.167Z | ++ case "$OSTYPE" in |
470 | 2024-02-15T20:40:14.167Z | ++ SHA=sha256sum |
471 | 2024-02-15T20:40:14.168Z | ++ sha256sum |
472 | 2024-02-15T20:40:14.168Z | ++ awk '{print $1}' |
473 | 2024-02-15T20:40:14.168Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
474 | 2024-02-15T20:40:14.168Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
475 | 2024-02-15T20:40:14.179Z | + set -o errexit |
476 | 2024-02-15T20:40:14.179Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2024-02-15T20:40:14.179Z | ++ cd ./tools |
478 | 2024-02-15T20:40:14.179Z | ++ pwd |
479 | 2024-02-15T20:40:14.180Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2024-02-15T20:40:14.180Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2024-02-15T20:40:14.180Z | + ARG0=ci_download_dendrite_openapi |
482 | 2024-02-15T20:40:14.180Z | + TARGET_DIR=out |
483 | 2024-02-15T20:40:14.180Z | + DOWNLOAD_DIR=out/downloads |
484 | 2024-02-15T20:40:14.200Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2024-02-15T20:40:14.200Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
486 | 2024-02-15T20:40:14.200Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
487 | 2024-02-15T20:40:14.200Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
488 | 2024-02-15T20:40:14.200Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
489 | 2024-02-15T20:40:14.201Z | + main |
490 | 2024-02-15T20:40:14.201Z | + [[ 0 != 0 ]] |
491 | 2024-02-15T20:40:14.201Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
492 | 2024-02-15T20:40:14.201Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
493 | 2024-02-15T20:40:14.201Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
494 | 2024-02-15T20:40:14.201Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
495 | 2024-02-15T20:40:14.201Z | + local DO_DOWNLOAD=true |
496 | 2024-02-15T20:40:14.201Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
497 | 2024-02-15T20:40:14.201Z | + mkdir -p out/downloads |
498 | 2024-02-15T20:40:14.201Z | + '[' true == true ']' |
499 | 2024-02-15T20:40:14.202Z | Downloading... |
500 | 2024-02-15T20:40:14.202Z | + echo Downloading... |
501 | 2024-02-15T20:40:14.202Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-15T20:40:14.202Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
503 | 2024-02-15T20:40:14.880Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
504 | 2024-02-15T20:40:14.880Z | ++ case "$OSTYPE" in |
505 | 2024-02-15T20:40:14.880Z | ++ SHA=sha256sum |
506 | 2024-02-15T20:40:14.884Z | ++ sha256sum |
507 | 2024-02-15T20:40:14.884Z | ++ awk '{print $1}' |
508 | 2024-02-15T20:40:14.905Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
509 | 2024-02-15T20:40:14.905Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
510 | 2024-02-15T20:40:15.336Z | + set -o errexit |
511 | 2024-02-15T20:40:15.336Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2024-02-15T20:40:15.336Z | ++ cd ./tools |
513 | 2024-02-15T20:40:15.336Z | ++ pwd |
514 | 2024-02-15T20:40:15.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-02-15T20:40:15.336Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2024-02-15T20:40:15.336Z | + ARG0=ci_download_dendrite_stub |
517 | 2024-02-15T20:40:15.336Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2024-02-15T20:40:15.337Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
519 | 2024-02-15T20:40:15.337Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
520 | 2024-02-15T20:40:15.337Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
521 | 2024-02-15T20:40:15.337Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2024-02-15T20:40:15.337Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
523 | 2024-02-15T20:40:15.337Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
524 | 2024-02-15T20:40:15.337Z | + TARGET_DIR=out |
525 | 2024-02-15T20:40:15.337Z | + DOWNLOAD_DIR=out/downloads |
526 | 2024-02-15T20:40:15.337Z | + DEST_DIR=./out/dendrite-stub |
527 | 2024-02-15T20:40:15.337Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2024-02-15T20:40:15.337Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2024-02-15T20:40:15.337Z | + REPO=oxidecomputer/dendrite |
530 | 2024-02-15T20:40:15.337Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
531 | 2024-02-15T20:40:15.337Z | + main |
532 | 2024-02-15T20:40:15.337Z | + [[ 0 != 0 ]] |
533 | 2024-02-15T20:40:15.337Z | + CIDL_OS=solaris2.11 |
534 | 2024-02-15T20:40:15.337Z | + [[ 0 != 0 ]] |
535 | 2024-02-15T20:40:15.337Z | + configure_os solaris2.11 |
536 | 2024-02-15T20:40:15.337Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2024-02-15T20:40:15.337Z | current directory: /work/oxidecomputer/omicron |
538 | 2024-02-15T20:40:15.337Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2024-02-15T20:40:15.337Z | + case "$1" in |
540 | 2024-02-15T20:40:15.337Z | configuring based on OS: "solaris2.11" |
541 | 2024-02-15T20:40:15.337Z | + SET_BINARIES= |
542 | 2024-02-15T20:40:15.337Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
543 | 2024-02-15T20:40:15.338Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2024-02-15T20:40:15.338Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2024-02-15T20:40:15.338Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-15T20:40:15.338Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-15T20:40:15.338Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
548 | 2024-02-15T20:40:15.338Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-02-15T20:40:15.338Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
550 | 2024-02-15T20:40:15.338Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-15T20:40:15.338Z | + mkdir -p out/downloads |
552 | 2024-02-15T20:40:15.338Z | + mkdir -p ./out/dendrite-stub |
553 | 2024-02-15T20:40:15.338Z | + fetch_and_verify |
554 | 2024-02-15T20:40:15.338Z | + local DO_DOWNLOAD=true |
555 | 2024-02-15T20:40:15.338Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2024-02-15T20:40:15.338Z | + '[' true == true ']' |
557 | 2024-02-15T20:40:15.338Z | + echo Downloading... |
558 | 2024-02-15T20:40:15.338Z | Downloading... |
559 | 2024-02-15T20:40:15.338Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-15T20:40:15.338Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-15T20:40:26.788Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-15T20:40:26.791Z | ++ sha256sum |
563 | 2024-02-15T20:40:26.791Z | ++ awk '{print $1}' |
564 | 2024-02-15T20:40:26.813Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
565 | 2024-02-15T20:40:26.818Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
566 | 2024-02-15T20:40:26.818Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2024-02-15T20:40:26.818Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2024-02-15T20:40:27.530Z | + do_assemble |
569 | 2024-02-15T20:40:27.530Z | + rm -r ./out/dendrite-stub |
570 | 2024-02-15T20:40:27.971Z | + mkdir ./out/dendrite-stub |
571 | 2024-02-15T20:40:27.971Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2024-02-15T20:40:27.971Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2024-02-15T20:40:27.972Z | + set -o errexit |
574 | 2024-02-15T20:40:27.972Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2024-02-15T20:40:27.972Z | ++ cd ./tools |
576 | 2024-02-15T20:40:27.972Z | ++ pwd |
577 | 2024-02-15T20:40:27.972Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2024-02-15T20:40:27.972Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2024-02-15T20:40:27.972Z | + ARG0=ci_download_maghemite_mgd |
580 | 2024-02-15T20:40:27.972Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2024-02-15T20:40:27.972Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
582 | 2024-02-15T20:40:27.973Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
583 | 2024-02-15T20:40:27.973Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2024-02-15T20:40:27.973Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
585 | 2024-02-15T20:40:27.973Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
586 | 2024-02-15T20:40:27.973Z | + TARGET_DIR=out |
587 | 2024-02-15T20:40:27.973Z | + DOWNLOAD_DIR=out/downloads |
588 | 2024-02-15T20:40:27.973Z | + DEST_DIR=./out/mgd |
589 | 2024-02-15T20:40:27.973Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2024-02-15T20:40:27.973Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2024-02-15T20:40:27.974Z | + REPO=oxidecomputer/maghemite |
592 | 2024-02-15T20:40:27.974Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
593 | 2024-02-15T20:40:27.974Z | + main |
594 | 2024-02-15T20:40:27.974Z | + [[ 0 != 0 ]] |
595 | 2024-02-15T20:40:27.974Z | + CIDL_OS=solaris2.11 |
596 | 2024-02-15T20:40:27.974Z | + [[ 0 != 0 ]] |
597 | 2024-02-15T20:40:27.974Z | + configure_os solaris2.11 |
598 | 2024-02-15T20:40:27.974Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2024-02-15T20:40:27.975Z | current directory: /work/oxidecomputer/omicron |
600 | 2024-02-15T20:40:27.975Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2024-02-15T20:40:27.975Z | + case "$1" in |
602 | 2024-02-15T20:40:27.975Z | + SET_BINARIES= |
603 | 2024-02-15T20:40:27.975Z | configuring based on OS: "solaris2.11" |
604 | 2024-02-15T20:40:27.975Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2024-02-15T20:40:27.975Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2024-02-15T20:40:27.975Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-15T20:40:27.975Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2024-02-15T20:40:27.975Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
609 | 2024-02-15T20:40:27.976Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
610 | 2024-02-15T20:40:27.976Z | Local file: out/downloads/mgd.tar.gz |
611 | 2024-02-15T20:40:27.976Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
612 | 2024-02-15T20:40:27.976Z | + mkdir -p out/downloads |
613 | 2024-02-15T20:40:27.976Z | + mkdir -p ./out/mgd |
614 | 2024-02-15T20:40:27.976Z | + fetch_and_verify |
615 | 2024-02-15T20:40:27.976Z | + local DO_DOWNLOAD=true |
616 | 2024-02-15T20:40:27.976Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2024-02-15T20:40:27.976Z | + '[' true == true ']' |
618 | 2024-02-15T20:40:27.977Z | + echo Downloading... |
619 | 2024-02-15T20:40:27.977Z | Downloading... |
620 | 2024-02-15T20:40:27.977Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2024-02-15T20:40:27.977Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
622 | 2024-02-15T20:40:32.632Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2024-02-15T20:40:32.635Z | ++ sha256sum |
624 | 2024-02-15T20:40:32.635Z | ++ awk '{print $1}' |
625 | 2024-02-15T20:40:32.654Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
626 | 2024-02-15T20:40:32.657Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
627 | 2024-02-15T20:40:32.657Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2024-02-15T20:40:32.657Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2024-02-15T20:40:33.122Z | + do_assemble |
630 | 2024-02-15T20:40:33.123Z | + rm -r ./out/mgd |
631 | 2024-02-15T20:40:33.127Z | + mkdir ./out/mgd |
632 | 2024-02-15T20:40:33.127Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2024-02-15T20:40:33.266Z | + set -o errexit |
634 | 2024-02-15T20:40:33.270Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2024-02-15T20:40:33.270Z | ++ cd ./tools |
636 | 2024-02-15T20:40:33.270Z | ++ pwd |
637 | 2024-02-15T20:40:33.270Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2024-02-15T20:40:33.274Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2024-02-15T20:40:33.274Z | + ARG0=ci_download_transceiver_control |
640 | 2024-02-15T20:40:33.275Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2024-02-15T20:40:33.275Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-02-15T20:40:33.275Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2024-02-15T20:40:33.275Z | + TARGET_DIR=out |
644 | 2024-02-15T20:40:33.275Z | + DOWNLOAD_DIR=out/downloads |
645 | 2024-02-15T20:40:33.275Z | + DEST_DIR=./out/transceiver-control |
646 | 2024-02-15T20:40:33.275Z | + BIN_DIR=/opt/oxide/bin |
647 | 2024-02-15T20:40:33.275Z | + BINARY=xcvradm |
648 | 2024-02-15T20:40:33.275Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2024-02-15T20:40:33.276Z | + REPO=oxidecomputer/transceiver-control |
650 | 2024-02-15T20:40:33.276Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-02-15T20:40:33.276Z | + main |
652 | 2024-02-15T20:40:33.276Z | + [[ 0 != 0 ]] |
653 | 2024-02-15T20:40:33.276Z | + CIDL_OS=solaris2.11 |
654 | 2024-02-15T20:40:33.276Z | + [[ 0 != 0 ]] |
655 | 2024-02-15T20:40:33.276Z | + configure_os solaris2.11 |
656 | 2024-02-15T20:40:33.276Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2024-02-15T20:40:33.276Z | current directory: /work/oxidecomputer/omicron |
658 | 2024-02-15T20:40:33.276Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2024-02-15T20:40:33.276Z | + case "$1" in |
660 | 2024-02-15T20:40:33.276Z | configuring based on OS: "solaris2.11" |
661 | 2024-02-15T20:40:33.277Z | + SET_BINARIES= |
662 | 2024-02-15T20:40:33.277Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2024-02-15T20:40:33.277Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2024-02-15T20:40:33.277Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2024-02-15T20:40:33.277Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-15T20:40:33.277Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2024-02-15T20:40:33.277Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2024-02-15T20:40:33.277Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-02-15T20:40:33.277Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2024-02-15T20:40:33.277Z | + mkdir -p out/downloads |
671 | 2024-02-15T20:40:33.277Z | Local file: out/downloads/xcvradm.gz |
672 | 2024-02-15T20:40:33.281Z | + mkdir -p ./out/transceiver-control |
673 | 2024-02-15T20:40:33.281Z | + fetch_and_verify |
674 | 2024-02-15T20:40:33.281Z | + local DO_DOWNLOAD=true |
675 | 2024-02-15T20:40:33.281Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2024-02-15T20:40:33.281Z | + '[' true == true ']' |
677 | 2024-02-15T20:40:33.281Z | + echo Downloading... |
678 | 2024-02-15T20:40:33.281Z | Downloading... |
679 | 2024-02-15T20:40:33.281Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2024-02-15T20:40:33.281Z | + 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 |
681 | 2024-02-15T20:40:36.204Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2024-02-15T20:40:36.207Z | ++ sha256sum |
683 | 2024-02-15T20:40:36.207Z | ++ awk '{print $1}' |
684 | 2024-02-15T20:40:36.214Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2024-02-15T20:40:36.217Z | + [[ 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 ]] |
686 | 2024-02-15T20:40:36.217Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2024-02-15T20:40:36.217Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2024-02-15T20:40:36.217Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2024-02-15T20:40:36.341Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2024-02-15T20:40:36.344Z | + do_assemble |
691 | 2024-02-15T20:40:36.344Z | + rm -r ./out/transceiver-control |
692 | 2024-02-15T20:40:36.344Z | + mkdir ./out/transceiver-control |
693 | 2024-02-15T20:40:36.344Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2024-02-15T20:40:36.517Z | All prerequisites installed successfully |
695 | 2024-02-15T20:40:36.521Z | |
696 | 2024-02-15T20:40:36.521Z | real 2:02.844294150 |
697 | 2024-02-15T20:40:36.521Z | user 34.167536049 |
698 | 2024-02-15T20:40:36.521Z | sys 6.546613070 |
699 | 2024-02-15T20:40:36.522Z | trap 0.008459355 |
700 | 2024-02-15T20:40:36.522Z | tflt 0.156792855 |
701 | 2024-02-15T20:40:36.522Z | dflt 0.473881972 |
702 | 2024-02-15T20:40:36.522Z | kflt 0.261994599 |
703 | 2024-02-15T20:40:36.522Z | lock 1.829883994 |
704 | 2024-02-15T20:40:36.522Z | slp 4:12.857475560 |
705 | 2024-02-15T20:40:36.522Z | lat 1.802958567 |
706 | 2024-02-15T20:40:36.522Z | stop 0.136165175 |
707 | 2024-02-15T20:40:36.522Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2024-02-15T20:40:36.529Z | fetching npuzone |
709 | 2024-02-15T20:40:36.536Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2024-02-15T20:40:36.536Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2024-02-15T20:40:36.536Z | Getting hash for npuzone |
712 | 2024-02-15T20:40:36.667Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2024-02-15T20:40:41.872Z | npuzone downloaded successfully |
714 | 2024-02-15T20:40:41.882Z | |
715 | 2024-02-15T20:40:41.882Z | real 5.325739126 |
716 | 2024-02-15T20:40:41.882Z | user 0.330726551 |
717 | 2024-02-15T20:40:41.882Z | sys 0.112270588 |
718 | 2024-02-15T20:40:41.882Z | trap 0.000016923 |
719 | 2024-02-15T20:40:41.882Z | tflt 0.000000000 |
720 | 2024-02-15T20:40:41.882Z | dflt 0.000000000 |
721 | 2024-02-15T20:40:41.882Z | kflt 0.000000000 |
722 | 2024-02-15T20:40:41.882Z | lock 0.000000000 |
723 | 2024-02-15T20:40:41.882Z | slp 15.429356466 |
724 | 2024-02-15T20:40:41.882Z | lat 0.074669509 |
725 | 2024-02-15T20:40:41.883Z | stop 0.000199752 |
726 | 2024-02-15T20:40:41.883Z | + export CARGO_INCREMENTAL=0 |
727 | 2024-02-15T20:40:41.883Z | + CARGO_INCREMENTAL=0 |
728 | 2024-02-15T20:40:41.883Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2024-02-15T20:40:42.059Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-15T20:40:42.392Z | Updating git repository `https://github.com/oxidecomputer/samael` |
731 | 2024-02-15T20:40:42.755Z | Updating crates.io index |
732 | 2024-02-15T20:40:42.840Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
733 | 2024-02-15T20:40:43.535Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
734 | 2024-02-15T20:40:46.784Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-02-15T20:40:47.363Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
736 | 2024-02-15T20:40:47.643Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
737 | 2024-02-15T20:40:47.898Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
738 | 2024-02-15T20:40:48.158Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
739 | 2024-02-15T20:40:49.363Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
740 | 2024-02-15T20:40:51.315Z | Updating git repository `https://github.com/oxidecomputer/opte` |
741 | 2024-02-15T20:40:52.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-02-15T20:40:52.557Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-02-15T20:40:53.114Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-02-15T20:40:53.454Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-02-15T20:40:53.675Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2024-02-15T20:40:53.948Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2024-02-15T20:40:54.383Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2024-02-15T20:40:54.826Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
749 | 2024-02-15T20:40:55.505Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2024-02-15T20:40:55.598Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-02-15T20:40:55.970Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2024-02-15T20:40:56.278Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-02-15T20:40:57.342Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2024-02-15T20:40:57.803Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2024-02-15T20:40:59.008Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2024-02-15T20:40:59.370Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2024-02-15T20:40:59.650Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2024-02-15T20:41:00.957Z | Downloading crates ... |
759 | 2024-02-15T20:41:01.207Z | Downloaded base16ct v0.2.0 |
760 | 2024-02-15T20:41:01.224Z | Downloaded crypto-common v0.1.6 |
761 | 2024-02-15T20:41:01.224Z | Downloaded base64ct v1.6.0 |
762 | 2024-02-15T20:41:01.224Z | Downloaded block-buffer v0.10.4 |
763 | 2024-02-15T20:41:01.224Z | Downloaded allocator-api2 v0.2.16 |
764 | 2024-02-15T20:41:01.237Z | Downloaded async-stream-impl v0.3.5 |
765 | 2024-02-15T20:41:01.237Z | Downloaded argon2 v0.5.3 |
766 | 2024-02-15T20:41:01.237Z | Downloaded mime_guess v2.0.4 |
767 | 2024-02-15T20:41:01.237Z | Downloaded atty v0.2.14 |
768 | 2024-02-15T20:41:01.237Z | Downloaded http-range v0.1.5 |
769 | 2024-02-15T20:41:01.237Z | Downloaded atomicwrites v0.4.3 |
770 | 2024-02-15T20:41:01.237Z | Downloaded autocfg v1.1.0 |
771 | 2024-02-15T20:41:01.237Z | Downloaded bb8 v0.8.3 |
772 | 2024-02-15T20:41:01.251Z | Downloaded async-trait v0.1.77 |
773 | 2024-02-15T20:41:01.252Z | Downloaded arrayvec v0.7.4 |
774 | 2024-02-15T20:41:01.252Z | Downloaded bit-vec v0.6.3 |
775 | 2024-02-15T20:41:01.252Z | Downloaded memmap v0.7.0 |
776 | 2024-02-15T20:41:01.260Z | Downloaded mockall v0.12.0 |
777 | 2024-02-15T20:41:01.260Z | Downloaded colorchoice v1.0.0 |
778 | 2024-02-15T20:41:01.260Z | Downloaded matches v0.1.10 |
779 | 2024-02-15T20:41:01.260Z | Downloaded linked-hash-map v0.5.6 |
780 | 2024-02-15T20:41:01.260Z | Downloaded anyhow v1.0.75 |
781 | 2024-02-15T20:41:01.260Z | Downloaded atomic-waker v1.1.1 |
782 | 2024-02-15T20:41:01.272Z | Downloaded blake2 v0.10.6 |
783 | 2024-02-15T20:41:01.282Z | Downloaded block-padding v0.3.3 |
784 | 2024-02-15T20:41:01.282Z | Downloaded socket2 v0.4.9 |
785 | 2024-02-15T20:41:01.282Z | Downloaded bitflags v2.4.0 |
786 | 2024-02-15T20:41:01.282Z | Downloaded bitflags v1.3.2 |
787 | 2024-02-15T20:41:01.287Z | Downloaded bitfield v0.14.0 |
788 | 2024-02-15T20:41:01.287Z | Downloaded httpdate v1.0.3 |
789 | 2024-02-15T20:41:01.287Z | Downloaded structmeta v0.3.0 |
790 | 2024-02-15T20:41:01.287Z | Downloaded structmeta v0.2.0 |
791 | 2024-02-15T20:41:01.287Z | Downloaded thread-id v4.2.0 |
792 | 2024-02-15T20:41:01.292Z | Downloaded textwrap v0.11.0 |
793 | 2024-02-15T20:41:01.292Z | Downloaded new_debug_unreachable v1.0.4 |
794 | 2024-02-15T20:41:01.292Z | Downloaded string_cache v0.8.7 |
795 | 2024-02-15T20:41:01.295Z | Downloaded is_ci v1.1.1 |
796 | 2024-02-15T20:41:01.295Z | Downloaded instant v0.1.12 |
797 | 2024-02-15T20:41:01.295Z | Downloaded nanorand v0.7.0 |
798 | 2024-02-15T20:41:01.298Z | Downloaded num-complex v0.4.4 |
799 | 2024-02-15T20:41:01.303Z | Downloaded bytecount v0.6.3 |
800 | 2024-02-15T20:41:01.307Z | Downloaded ident_case v1.0.1 |
801 | 2024-02-15T20:41:01.307Z | Downloaded bit-set v0.5.3 |
802 | 2024-02-15T20:41:01.307Z | Downloaded byteorder v1.5.0 |
803 | 2024-02-15T20:41:01.310Z | Downloaded time v0.3.27 |
804 | 2024-02-15T20:41:01.316Z | Downloaded compact_str v0.7.1 |
805 | 2024-02-15T20:41:01.319Z | Downloaded signal-hook-tokio v0.3.1 |
806 | 2024-02-15T20:41:01.325Z | Downloaded normalize-line-endings v0.3.0 |
807 | 2024-02-15T20:41:01.329Z | Downloaded nom v7.1.3 |
808 | 2024-02-15T20:41:01.332Z | Downloaded iana-time-zone v0.1.57 |
809 | 2024-02-15T20:41:01.332Z | Downloaded nodrop v0.1.14 |
810 | 2024-02-15T20:41:01.337Z | Downloaded cfg-if v1.0.0 |
811 | 2024-02-15T20:41:01.337Z | Downloaded kstat-rs v0.2.3 |
812 | 2024-02-15T20:41:01.337Z | Downloaded http-body v0.4.5 |
813 | 2024-02-15T20:41:01.340Z | Downloaded num-integer v0.1.45 |
814 | 2024-02-15T20:41:01.343Z | Downloaded nibble_vec v0.1.0 |
815 | 2024-02-15T20:41:01.347Z | Downloaded hyper-tls v0.5.0 |
816 | 2024-02-15T20:41:01.347Z | Downloaded lazy_static v1.4.0 |
817 | 2024-02-15T20:41:01.350Z | Downloaded crunchy v0.2.2 |
818 | 2024-02-15T20:41:01.350Z | Downloaded crucible-workspace-hack v0.1.0 |
819 | 2024-02-15T20:41:01.350Z | Downloaded ciborium-io v0.2.2 |
820 | 2024-02-15T20:41:01.353Z | Downloaded tabled_derive v0.7.0 |
821 | 2024-02-15T20:41:01.353Z | Downloaded cexpr v0.6.0 |
822 | 2024-02-15T20:41:01.360Z | Downloaded cstr-argument v0.1.2 |
823 | 2024-02-15T20:41:01.360Z | Downloaded buf-list v1.0.3 |
824 | 2024-02-15T20:41:01.363Z | Downloaded convert_case v0.4.0 |
825 | 2024-02-15T20:41:01.363Z | Downloaded num_enum v0.5.11 |
826 | 2024-02-15T20:41:01.366Z | Downloaded rustc_version v0.1.7 |
827 | 2024-02-15T20:41:01.369Z | Downloaded num-iter v0.1.43 |
828 | 2024-02-15T20:41:01.370Z | Downloaded tower-service v0.3.2 |
829 | 2024-02-15T20:41:01.373Z | Downloaded num_enum_derive v0.5.11 |
830 | 2024-02-15T20:41:01.373Z | Downloaded maplit v1.0.2 |
831 | 2024-02-15T20:41:01.373Z | Downloaded usdt-attr-macro v0.3.5 |
832 | 2024-02-15T20:41:01.376Z | Downloaded hmac v0.12.1 |
833 | 2024-02-15T20:41:01.376Z | Downloaded serde_urlencoded v0.7.1 |
834 | 2024-02-15T20:41:01.379Z | Downloaded io-lifetimes v1.0.11 |
835 | 2024-02-15T20:41:01.384Z | Downloaded anstyle v1.0.2 |
836 | 2024-02-15T20:41:01.387Z | Downloaded cpufeatures v0.2.12 |
837 | 2024-02-15T20:41:01.387Z | Downloaded nu-ansi-term v0.49.0 |
838 | 2024-02-15T20:41:01.387Z | Downloaded sqlformat v0.2.3 |
839 | 2024-02-15T20:41:01.390Z | Downloaded serde_repr v0.1.16 |
840 | 2024-02-15T20:41:01.393Z | Downloaded scheduled-thread-pool v0.2.7 |
841 | 2024-02-15T20:41:01.393Z | Downloaded mime v0.3.17 |
842 | 2024-02-15T20:41:01.397Z | Downloaded tokio-macros v2.2.0 |
843 | 2024-02-15T20:41:01.397Z | Downloaded thiserror-impl v1.0.57 |
844 | 2024-02-15T20:41:01.400Z | Downloaded crossbeam-deque v0.8.3 |
845 | 2024-02-15T20:41:01.400Z | Downloaded sec1 v0.7.3 |
846 | 2024-02-15T20:41:01.404Z | Downloaded httparse v1.8.0 |
847 | 2024-02-15T20:41:01.404Z | Downloaded console v0.15.8 |
848 | 2024-02-15T20:41:01.407Z | Downloaded lazycell v1.3.0 |
849 | 2024-02-15T20:41:01.410Z | Downloaded crc v3.0.1 |
850 | 2024-02-15T20:41:01.410Z | Downloaded serde_tokenstream v0.2.0 |
851 | 2024-02-15T20:41:01.414Z | Downloaded secrecy v0.8.0 |
852 | 2024-02-15T20:41:01.417Z | Downloaded keccak v0.1.4 |
853 | 2024-02-15T20:41:01.423Z | Downloaded dof v0.1.5 |
854 | 2024-02-15T20:41:01.423Z | Downloaded xattr v1.0.1 |
855 | 2024-02-15T20:41:01.427Z | Downloaded const-oid v0.9.5 |
856 | 2024-02-15T20:41:01.427Z | Downloaded path-slash v0.1.5 |
857 | 2024-02-15T20:41:01.427Z | Downloaded cookie v0.18.0 |
858 | 2024-02-15T20:41:01.427Z | Downloaded usdt v0.5.0 |
859 | 2024-02-15T20:41:01.430Z | Downloaded ipnet v2.9.0 |
860 | 2024-02-15T20:41:01.431Z | Downloaded zeroize_derive v1.4.2 |
861 | 2024-02-15T20:41:01.433Z | Downloaded thread_local v1.1.7 |
862 | 2024-02-15T20:41:01.434Z | Downloaded radium v0.7.0 |
863 | 2024-02-15T20:41:01.437Z | Downloaded libsw v3.3.1 |
864 | 2024-02-15T20:41:01.440Z | Downloaded bzip2 v0.4.4 |
865 | 2024-02-15T20:41:01.440Z | Downloaded stability v0.1.1 |
866 | 2024-02-15T20:41:01.444Z | Downloaded slog-envlogger v2.2.0 |
867 | 2024-02-15T20:41:01.444Z | Downloaded num_threads v0.1.6 |
868 | 2024-02-15T20:41:01.448Z | Downloaded crc32fast v1.3.2 |
869 | 2024-02-15T20:41:01.448Z | Downloaded foreign-types-macros v0.2.3 |
870 | 2024-02-15T20:41:01.448Z | Downloaded subtle v2.5.0 |
871 | 2024-02-15T20:41:01.448Z | Downloaded http v0.2.11 |
872 | 2024-02-15T20:41:01.452Z | Downloaded embedded-io v0.4.0 |
873 | 2024-02-15T20:41:01.456Z | Downloaded spin v0.5.2 |
874 | 2024-02-15T20:41:01.456Z | Downloaded hyper-rustls v0.24.2 |
875 | 2024-02-15T20:41:01.459Z | Downloaded version_check v0.9.4 |
876 | 2024-02-15T20:41:01.459Z | Downloaded clang-sys v1.6.1 |
877 | 2024-02-15T20:41:01.462Z | Downloaded zerocopy-derive v0.7.32 |
878 | 2024-02-15T20:41:01.466Z | Downloaded derive_builder_core v0.12.0 |
879 | 2024-02-15T20:41:01.470Z | Downloaded clap v4.4.3 |
880 | 2024-02-15T20:41:01.478Z | Downloaded curve25519-dalek-derive v0.1.0 |
881 | 2024-02-15T20:41:01.481Z | Downloaded num-traits v0.2.16 |
882 | 2024-02-15T20:41:01.481Z | Downloaded ciborium v0.2.2 |
883 | 2024-02-15T20:41:01.485Z | Downloaded signal-hook-mio v0.2.3 |
884 | 2024-02-15T20:41:01.485Z | Downloaded structmeta-derive v0.2.0 |
885 | 2024-02-15T20:41:01.485Z | Downloaded opaque-debug v0.3.0 |
886 | 2024-02-15T20:41:01.488Z | Downloaded crossbeam-utils v0.8.16 |
887 | 2024-02-15T20:41:01.488Z | Downloaded dtrace-parser v0.2.0 |
888 | 2024-02-15T20:41:01.492Z | Downloaded backoff v0.4.0 |
889 | 2024-02-15T20:41:01.492Z | Downloaded crossbeam-epoch v0.9.15 |
890 | 2024-02-15T20:41:01.495Z | Downloaded heck v0.4.1 |
891 | 2024-02-15T20:41:01.496Z | Downloaded walkdir v2.4.0 |
892 | 2024-02-15T20:41:01.498Z | Downloaded zone v0.3.0 |
893 | 2024-02-15T20:41:01.498Z | Downloaded zone_cfg_derive v0.3.0 |
894 | 2024-02-15T20:41:01.498Z | Downloaded minimal-lexical v0.2.1 |
895 | 2024-02-15T20:41:01.503Z | Downloaded spin v0.9.8 |
896 | 2024-02-15T20:41:01.506Z | Downloaded sha1 v0.10.6 |
897 | 2024-02-15T20:41:01.510Z | Downloaded ena v0.14.2 |
898 | 2024-02-15T20:41:01.510Z | Downloaded predicates-core v1.0.6 |
899 | 2024-02-15T20:41:01.514Z | Downloaded darling v0.20.3 |
900 | 2024-02-15T20:41:01.514Z | Downloaded stringprep v0.1.3 |
901 | 2024-02-15T20:41:01.518Z | Downloaded structmeta-derive v0.3.0 |
902 | 2024-02-15T20:41:01.518Z | Downloaded funty v2.0.0 |
903 | 2024-02-15T20:41:01.518Z | Downloaded rand_core v0.6.4 |
904 | 2024-02-15T20:41:01.521Z | Downloaded shlex v1.3.0 |
905 | 2024-02-15T20:41:01.521Z | Downloaded enum-as-inner v0.5.1 |
906 | 2024-02-15T20:41:01.527Z | Downloaded static_assertions v1.1.0 |
907 | 2024-02-15T20:41:01.527Z | Downloaded cc v1.0.83 |
908 | 2024-02-15T20:41:01.530Z | Downloaded data-encoding v2.4.0 |
909 | 2024-02-15T20:41:01.530Z | Downloaded rustls-pemfile v2.0.0 |
910 | 2024-02-15T20:41:01.530Z | Downloaded toml_datetime v0.6.5 |
911 | 2024-02-15T20:41:01.534Z | Downloaded untrusted v0.9.0 |
912 | 2024-02-15T20:41:01.534Z | Downloaded universal-hash v0.5.1 |
913 | 2024-02-15T20:41:01.538Z | Downloaded typenum v1.16.0 |
914 | 2024-02-15T20:41:01.538Z | Downloaded stable_deref_trait v1.2.0 |
915 | 2024-02-15T20:41:01.538Z | Downloaded tinyvec_macros v0.1.1 |
916 | 2024-02-15T20:41:01.542Z | Downloaded managed v0.8.0 |
917 | 2024-02-15T20:41:01.542Z | Downloaded zerocopy v0.3.0 |
918 | 2024-02-15T20:41:01.542Z | Downloaded ed25519 v1.5.3 |
919 | 2024-02-15T20:41:01.546Z | Downloaded chacha20poly1305 v0.10.1 |
920 | 2024-02-15T20:41:01.546Z | Downloaded indexmap v1.9.3 |
921 | 2024-02-15T20:41:01.550Z | Downloaded slog-scope v4.4.0 |
922 | 2024-02-15T20:41:01.550Z | Downloaded fixedbitset v0.4.2 |
923 | 2024-02-15T20:41:01.556Z | Downloaded strum_macros v0.24.3 |
924 | 2024-02-15T20:41:01.556Z | Downloaded serde_plain v1.0.2 |
925 | 2024-02-15T20:41:01.566Z | Downloaded password-hash v0.5.0 |
926 | 2024-02-15T20:41:01.566Z | Downloaded terminal_size v0.2.6 |
927 | 2024-02-15T20:41:01.566Z | Downloaded rustls-pemfile v1.0.3 |
928 | 2024-02-15T20:41:01.566Z | Downloaded futures-sink v0.3.30 |
929 | 2024-02-15T20:41:01.566Z | Downloaded filetime v0.2.23 |
930 | 2024-02-15T20:41:01.578Z | Downloaded darling_core v0.20.3 |
931 | 2024-02-15T20:41:01.578Z | Downloaded macaddr v1.0.1 |
932 | 2024-02-15T20:41:01.578Z | Downloaded wait-timeout v0.2.0 |
933 | 2024-02-15T20:41:01.579Z | Downloaded serde_derive_internals v0.26.0 |
934 | 2024-02-15T20:41:01.579Z | Downloaded clap v2.34.0 |
935 | 2024-02-15T20:41:01.584Z | Downloaded want v0.3.1 |
936 | 2024-02-15T20:41:01.584Z | Downloaded tui-tree-widget v0.17.0 |
937 | 2024-02-15T20:41:01.584Z | Downloaded pem v3.0.2 |
938 | 2024-02-15T20:41:01.584Z | Downloaded lru v0.12.1 |
939 | 2024-02-15T20:41:01.594Z | Downloaded slog-stdlog v4.1.1 |
940 | 2024-02-15T20:41:01.594Z | Downloaded fnv v1.0.7 |
941 | 2024-02-15T20:41:01.594Z | Downloaded pkcs1 v0.7.5 |
942 | 2024-02-15T20:41:01.594Z | Downloaded rayon-core v1.12.0 |
943 | 2024-02-15T20:41:01.601Z | Downloaded openssl-macros v0.1.1 |
944 | 2024-02-15T20:41:01.601Z | Downloaded salty v0.2.0 |
945 | 2024-02-15T20:41:01.624Z | Downloaded semver v0.11.0 |
946 | 2024-02-15T20:41:01.624Z | Downloaded downcast v0.11.0 |
947 | 2024-02-15T20:41:01.624Z | Downloaded num-bigint v0.4.4 |
948 | 2024-02-15T20:41:01.641Z | Downloaded anstream v0.5.0 |
949 | 2024-02-15T20:41:01.641Z | Downloaded rustc-hash v1.1.0 |
950 | 2024-02-15T20:41:01.641Z | Downloaded rtoolbox v0.0.1 |
951 | 2024-02-15T20:41:01.641Z | Downloaded slab v0.4.9 |
952 | 2024-02-15T20:41:01.642Z | Downloaded futures-channel v0.3.30 |
953 | 2024-02-15T20:41:01.642Z | Downloaded pest_meta v2.7.6 |
954 | 2024-02-15T20:41:01.642Z | Downloaded semver v1.0.21 |
955 | 2024-02-15T20:41:01.642Z | Downloaded headers v0.3.9 |
956 | 2024-02-15T20:41:01.642Z | Downloaded group v0.13.0 |
957 | 2024-02-15T20:41:01.642Z | Downloaded unicode-linebreak v0.1.5 |
958 | 2024-02-15T20:41:01.642Z | Downloaded slog-async v2.8.0 |
959 | 2024-02-15T20:41:01.643Z | Downloaded headers-core v0.2.0 |
960 | 2024-02-15T20:41:01.643Z | Downloaded unarray v0.1.4 |
961 | 2024-02-15T20:41:01.644Z | Downloaded trust-dns-server v0.22.1 |
962 | 2024-02-15T20:41:02.062Z | Downloaded foreign-types v0.3.2 |
963 | 2024-02-15T20:41:02.063Z | Downloaded waitgroup v0.1.2 |
964 | 2024-02-15T20:41:02.063Z | Downloaded vsss-rs v3.3.4 |
965 | 2024-02-15T20:41:02.063Z | Downloaded serde_derive v1.0.196 |
966 | 2024-02-15T20:41:02.063Z | Downloaded parse-display v0.9.0 |
967 | 2024-02-15T20:41:02.063Z | Downloaded globset v0.4.13 |
968 | 2024-02-15T20:41:02.063Z | Downloaded deranged v0.3.8 |
969 | 2024-02-15T20:41:02.063Z | Downloaded rustls-pki-types v1.1.0 |
970 | 2024-02-15T20:41:02.064Z | Downloaded number_prefix v0.4.0 |
971 | 2024-02-15T20:41:02.064Z | Downloaded swrite v0.1.0 |
972 | 2024-02-15T20:41:02.064Z | Downloaded dtrace-parser v0.1.14 |
973 | 2024-02-15T20:41:02.064Z | Downloaded foreign-types-shared v0.1.1 |
974 | 2024-02-15T20:41:02.064Z | Downloaded test-strategy v0.3.1 |
975 | 2024-02-15T20:41:02.064Z | Downloaded ref-cast-impl v1.0.20 |
976 | 2024-02-15T20:41:02.065Z | Downloaded packed_struct v0.10.1 |
977 | 2024-02-15T20:41:02.065Z | Downloaded tokio-rustls v0.24.1 |
978 | 2024-02-15T20:41:02.065Z | Downloaded ryu v1.0.15 |
979 | 2024-02-15T20:41:02.065Z | Downloaded foreign-types-shared v0.3.1 |
980 | 2024-02-15T20:41:02.065Z | Downloaded paste v1.0.14 |
981 | 2024-02-15T20:41:02.065Z | Downloaded match_cfg v0.1.0 |
982 | 2024-02-15T20:41:02.065Z | Downloaded futures-macro v0.3.30 |
983 | 2024-02-15T20:41:02.065Z | Downloaded proc-macro-crate v1.3.1 |
984 | 2024-02-15T20:41:02.065Z | Downloaded oso-derive v0.27.0 |
985 | 2024-02-15T20:41:02.065Z | Downloaded num-bigint-dig v0.8.4 |
986 | 2024-02-15T20:41:02.065Z | Downloaded take_mut v0.2.2 |
987 | 2024-02-15T20:41:02.065Z | Downloaded rusty-fork v0.3.0 |
988 | 2024-02-15T20:41:02.066Z | Downloaded fd-lock v4.0.2 |
989 | 2024-02-15T20:41:02.066Z | Downloaded rustversion v1.0.14 |
990 | 2024-02-15T20:41:02.066Z | Downloaded serde-big-array v0.5.1 |
991 | 2024-02-15T20:41:02.066Z | Downloaded openssl-probe v0.1.5 |
992 | 2024-02-15T20:41:02.066Z | Downloaded futures-io v0.3.30 |
993 | 2024-02-15T20:41:02.066Z | Downloaded predicates-tree v1.0.9 |
994 | 2024-02-15T20:41:02.066Z | Downloaded futures v0.3.30 |
995 | 2024-02-15T20:41:02.066Z | Downloaded pin-utils v0.1.0 |
996 | 2024-02-15T20:41:02.066Z | Downloaded trust-dns-resolver v0.22.0 |
997 | 2024-02-15T20:41:02.066Z | Downloaded foreign-types v0.5.0 |
998 | 2024-02-15T20:41:02.066Z | Downloaded unicase v2.7.0 |
999 | 2024-02-15T20:41:02.067Z | Downloaded peeking_take_while v0.1.2 |
1000 | 2024-02-15T20:41:02.067Z | Downloaded utf8parse v0.2.1 |
1001 | 2024-02-15T20:41:02.067Z | Downloaded base64 v0.21.7 |
1002 | 2024-02-15T20:41:02.067Z | Downloaded quick-error v1.2.3 |
1003 | 2024-02-15T20:41:02.067Z | Downloaded http v1.0.0 |
1004 | 2024-02-15T20:41:02.067Z | Downloaded maybe-uninit v2.0.0 |
1005 | 2024-02-15T20:41:02.067Z | Downloaded zip v0.6.6 |
1006 | 2024-02-15T20:41:02.067Z | Downloaded pretty-hex v0.4.1 |
1007 | 2024-02-15T20:41:02.067Z | Downloaded endian-type v0.1.2 |
1008 | 2024-02-15T20:41:02.067Z | Downloaded rustc_version v0.4.0 |
1009 | 2024-02-15T20:41:02.067Z | Downloaded percent-encoding v2.3.1 |
1010 | 2024-02-15T20:41:02.067Z | Downloaded signal-hook-registry v1.4.1 |
1011 | 2024-02-15T20:41:02.067Z | Downloaded omicron-zone-package v0.11.0 |
1012 | 2024-02-15T20:41:02.067Z | Downloaded darling_macro v0.20.3 |
1013 | 2024-02-15T20:41:02.068Z | Downloaded sct v0.7.0 |
1014 | 2024-02-15T20:41:02.068Z | Downloaded fallible-iterator v0.2.0 |
1015 | 2024-02-15T20:41:02.068Z | Downloaded serde_spanned v0.6.5 |
1016 | 2024-02-15T20:41:02.068Z | Downloaded strsim v0.8.0 |
1017 | 2024-02-15T20:41:02.068Z | Downloaded quote v1.0.35 |
1018 | 2024-02-15T20:41:02.068Z | Downloaded slog-json v2.6.1 |
1019 | 2024-02-15T20:41:02.068Z | Downloaded slog v2.7.0 |
1020 | 2024-02-15T20:41:02.068Z | Downloaded x509-cert v0.2.4 |
1021 | 2024-02-15T20:41:02.068Z | Downloaded which v4.4.0 |
1022 | 2024-02-15T20:41:02.068Z | Downloaded defmt-parser v0.3.3 |
1023 | 2024-02-15T20:41:02.068Z | Downloaded gethostname v0.4.3 |
1024 | 2024-02-15T20:41:02.068Z | Downloaded darling_macro v0.14.4 |
1025 | 2024-02-15T20:41:02.069Z | Downloaded libm v0.2.7 |
1026 | 2024-02-15T20:41:02.069Z | Downloaded arrayref v0.3.7 |
1027 | 2024-02-15T20:41:02.069Z | Downloaded rpassword v7.3.1 |
1028 | 2024-02-15T20:41:02.069Z | Downloaded md-5 v0.10.5 |
1029 | 2024-02-15T20:41:02.069Z | Downloaded getopts v0.2.21 |
1030 | 2024-02-15T20:41:02.069Z | Downloaded either v1.9.0 |
1031 | 2024-02-15T20:41:02.069Z | Downloaded predicates v3.1.0 |
1032 | 2024-02-15T20:41:02.069Z | Downloaded semver-parser v0.10.2 |
1033 | 2024-02-15T20:41:02.069Z | Downloaded itertools v0.10.5 |
1034 | 2024-02-15T20:41:02.069Z | Downloaded scroll_derive v0.12.0 |
1035 | 2024-02-15T20:41:02.069Z | Downloaded parking_lot_core v0.8.6 |
1036 | 2024-02-15T20:41:02.070Z | Downloaded schemars_derive v0.8.16 |
1037 | 2024-02-15T20:41:02.070Z | Downloaded semver v0.1.20 |
1038 | 2024-02-15T20:41:02.070Z | Downloaded postgres-types v0.2.6 |
1039 | 2024-02-15T20:41:02.070Z | Downloaded postcard v1.0.8 |
1040 | 2024-02-15T20:41:02.070Z | Downloaded toolchain_find v0.2.0 |
1041 | 2024-02-15T20:41:02.070Z | Downloaded toml_edit v0.19.15 |
1042 | 2024-02-15T20:41:02.070Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1043 | 2024-02-15T20:41:02.070Z | Downloaded termcolor v1.2.0 |
1044 | 2024-02-15T20:41:02.070Z | Downloaded float-cmp v0.9.0 |
1045 | 2024-02-15T20:41:02.070Z | Downloaded untrusted v0.7.1 |
1046 | 2024-02-15T20:41:02.071Z | Downloaded signature v1.6.4 |
1047 | 2024-02-15T20:41:02.071Z | Downloaded tiny-keccak v2.0.2 |
1048 | 2024-02-15T20:41:02.071Z | Downloaded display-error-chain v0.2.0 |
1049 | 2024-02-15T20:41:02.071Z | Downloaded pest_generator v2.7.6 |
1050 | 2024-02-15T20:41:02.071Z | Downloaded whoami v1.4.1 |
1051 | 2024-02-15T20:41:02.071Z | Downloaded parking_lot_core v0.9.8 |
1052 | 2024-02-15T20:41:02.071Z | Downloaded parse-size v1.0.0 |
1053 | 2024-02-15T20:41:02.071Z | Downloaded memoffset v0.9.0 |
1054 | 2024-02-15T20:41:02.071Z | Downloaded ppv-lite86 v0.2.17 |
1055 | 2024-02-15T20:41:02.071Z | Downloaded tokio-stream v0.1.14 |
1056 | 2024-02-15T20:41:02.071Z | Downloaded wyz v0.5.1 |
1057 | 2024-02-15T20:41:02.071Z | Downloaded thiserror-impl-no-std v2.0.2 |
1058 | 2024-02-15T20:41:02.071Z | Downloaded futures-task v0.3.30 |
1059 | 2024-02-15T20:41:02.071Z | Downloaded darling_core v0.14.4 |
1060 | 2024-02-15T20:41:02.071Z | Downloaded flagset v0.4.3 |
1061 | 2024-02-15T20:41:02.071Z | Downloaded dyn-clone v1.0.16 |
1062 | 2024-02-15T20:41:02.076Z | Downloaded pkg-config v0.3.27 |
1063 | 2024-02-15T20:41:02.076Z | Downloaded ff v0.13.0 |
1064 | 2024-02-15T20:41:02.076Z | Downloaded subprocess v0.2.9 |
1065 | 2024-02-15T20:41:02.076Z | Downloaded hex v0.4.3 |
1066 | 2024-02-15T20:41:02.076Z | Downloaded oso v0.27.0 |
1067 | 2024-02-15T20:41:02.076Z | Downloaded crossterm v0.27.0 |
1068 | 2024-02-15T20:41:02.076Z | Downloaded ref-cast v1.0.20 |
1069 | 2024-02-15T20:41:02.076Z | Downloaded termtree v0.4.1 |
1070 | 2024-02-15T20:41:02.076Z | Downloaded tar v0.4.40 |
1071 | 2024-02-15T20:41:02.076Z | Downloaded smf v0.2.2 |
1072 | 2024-02-15T20:41:02.076Z | Downloaded log v0.4.20 |
1073 | 2024-02-15T20:41:02.076Z | Downloaded try-lock v0.2.4 |
1074 | 2024-02-15T20:41:02.076Z | Downloaded thiserror-no-std v2.0.2 |
1075 | 2024-02-15T20:41:02.076Z | Downloaded sqlparser_derive v0.2.2 |
1076 | 2024-02-15T20:41:02.076Z | Downloaded getrandom v0.2.10 |
1077 | 2024-02-15T20:41:02.076Z | Downloaded pest_derive v2.7.6 |
1078 | 2024-02-15T20:41:02.076Z | Downloaded phf v0.11.2 |
1079 | 2024-02-15T20:41:02.077Z | Downloaded hash32 v0.3.1 |
1080 | 2024-02-15T20:41:02.077Z | Downloaded pem-rfc7468 v0.7.0 |
1081 | 2024-02-15T20:41:02.077Z | Downloaded phf_shared v0.11.2 |
1082 | 2024-02-15T20:41:02.077Z | Downloaded anstyle-query v1.0.0 |
1083 | 2024-02-15T20:41:02.077Z | Downloaded strum_macros v0.26.1 |
1084 | 2024-02-15T20:41:02.077Z | Downloaded usdt-impl v0.3.5 |
1085 | 2024-02-15T20:41:02.077Z | Downloaded digest v0.10.7 |
1086 | 2024-02-15T20:41:02.077Z | Downloaded packed_struct_codegen v0.10.1 |
1087 | 2024-02-15T20:41:02.077Z | Downloaded dirs-sys-next v0.1.2 |
1088 | 2024-02-15T20:41:02.077Z | Downloaded errno v0.3.8 |
1089 | 2024-02-15T20:41:02.077Z | Downloaded unicode-width v0.1.11 |
1090 | 2024-02-15T20:41:02.077Z | Downloaded heck v0.3.3 |
1091 | 2024-02-15T20:41:02.077Z | Downloaded unicode-xid v0.2.4 |
1092 | 2024-02-15T20:41:02.077Z | Downloaded poly1305 v0.8.0 |
1093 | 2024-02-15T20:41:02.077Z | Downloaded spki v0.7.2 |
1094 | 2024-02-15T20:41:02.077Z | Downloaded proc-macro-error-attr v1.0.4 |
1095 | 2024-02-15T20:41:02.077Z | Downloaded tough v0.16.0 |
1096 | 2024-02-15T20:41:02.077Z | Downloaded rustfmt-wrapper v0.2.0 |
1097 | 2024-02-15T20:41:02.077Z | Downloaded futures-executor v0.3.30 |
1098 | 2024-02-15T20:41:02.077Z | Downloaded darling v0.14.4 |
1099 | 2024-02-15T20:41:02.077Z | Downloaded schemars v0.8.16 |
1100 | 2024-02-15T20:41:02.077Z | Downloaded structopt-derive v0.4.18 |
1101 | 2024-02-15T20:41:02.077Z | Downloaded derive_builder v0.12.0 |
1102 | 2024-02-15T20:41:02.078Z | Downloaded fs-err v2.11.0 |
1103 | 2024-02-15T20:41:02.078Z | Downloaded h2 v0.3.24 |
1104 | 2024-02-15T20:41:02.078Z | Downloaded rand_chacha v0.3.1 |
1105 | 2024-02-15T20:41:02.078Z | Downloaded zerocopy v0.7.32 |
1106 | 2024-02-15T20:41:02.078Z | Downloaded tinyvec v1.6.0 |
1107 | 2024-02-15T20:41:02.078Z | Downloaded vte v0.11.1 |
1108 | 2024-02-15T20:41:02.078Z | Downloaded fatfs v0.3.6 |
1109 | 2024-02-15T20:41:02.078Z | Downloaded serde_yaml v0.9.25 |
1110 | 2024-02-15T20:41:02.078Z | Downloaded toml_edit v0.21.1 |
1111 | 2024-02-15T20:41:02.078Z | Downloaded env_logger v0.10.0 |
1112 | 2024-02-15T20:41:02.078Z | Downloaded unicode-normalization v0.1.22 |
1113 | 2024-02-15T20:41:02.078Z | Downloaded similar v2.3.0 |
1114 | 2024-02-15T20:41:02.078Z | Downloaded derive_more v0.99.17 |
1115 | 2024-02-15T20:41:02.078Z | Downloaded textwrap v0.16.0 |
1116 | 2024-02-15T20:41:02.078Z | Downloaded zerocopy v0.6.4 |
1117 | 2024-02-15T20:41:02.078Z | Downloaded sqlparser v0.43.1 |
1118 | 2024-02-15T20:41:02.078Z | Downloaded unicode-bidi v0.3.13 |
1119 | 2024-02-15T20:41:02.078Z | Downloaded hyper v0.14.27 |
1120 | 2024-02-15T20:41:02.078Z | Downloaded prettyplease v0.2.16 |
1121 | 2024-02-15T20:41:02.078Z | Downloaded ahash v0.8.7 |
1122 | 2024-02-15T20:41:02.078Z | Downloaded tungstenite v0.20.1 |
1123 | 2024-02-15T20:41:02.078Z | Downloaded signal-hook v0.3.17 |
1124 | 2024-02-15T20:41:02.078Z | Downloaded tabled v0.15.0 |
1125 | 2024-02-15T20:41:02.086Z | Downloaded typed-path v0.7.0 |
1126 | 2024-02-15T20:41:02.091Z | Downloaded trust-dns-client v0.22.0 |
1127 | 2024-02-15T20:41:02.097Z | Downloaded hashbrown v0.13.2 |
1128 | 2024-02-15T20:41:02.102Z | Downloaded quick-xml v0.30.0 |
1129 | 2024-02-15T20:41:02.110Z | Downloaded heapless v0.8.0 |
1130 | 2024-02-15T20:41:02.114Z | Downloaded openssl-sys v0.9.96 |
1131 | 2024-02-15T20:41:02.123Z | Downloaded rayon v1.8.0 |
1132 | 2024-02-15T20:41:02.141Z | Downloaded serde_with v3.6.0 |
1133 | 2024-02-15T20:41:02.160Z | Downloaded chrono v0.4.31 |
1134 | 2024-02-15T20:41:02.160Z | Downloaded toml_edit v0.22.4 |
1135 | 2024-02-15T20:41:02.179Z | Downloaded reedline v0.28.0 |
1136 | 2024-02-15T20:41:02.189Z | Downloaded aho-corasick v1.0.4 |
1137 | 2024-02-15T20:41:02.221Z | Downloaded rustls v0.21.9 |
1138 | 2024-02-15T20:41:02.655Z | Downloaded hashbrown v0.14.3 |
1139 | 2024-02-15T20:41:02.655Z | Downloaded regress v0.8.0 |
1140 | 2024-02-15T20:41:02.655Z | Downloaded idna v0.2.3 |
1141 | 2024-02-15T20:41:02.655Z | Downloaded object v0.32.1 |
1142 | 2024-02-15T20:41:02.655Z | Downloaded portable-atomic v1.4.3 |
1143 | 2024-02-15T20:41:02.659Z | Downloaded nix v0.27.1 |
1144 | 2024-02-15T20:41:02.659Z | Downloaded futures-util v0.3.30 |
1145 | 2024-02-15T20:41:02.659Z | Downloaded rustls v0.22.2 |
1146 | 2024-02-15T20:41:02.659Z | Downloaded goblin v0.8.0 |
1147 | 2024-02-15T20:41:02.659Z | Downloaded bstr v0.2.17 |
1148 | 2024-02-15T20:41:02.659Z | Downloaded rustix v0.37.23 |
1149 | 2024-02-15T20:41:02.659Z | Downloaded radix_trie v0.2.1 |
1150 | 2024-02-15T20:41:02.659Z | Downloaded syn v1.0.109 |
1151 | 2024-02-15T20:41:02.659Z | Downloaded openssl v0.10.60 |
1152 | 2024-02-15T20:41:02.659Z | Downloaded csv v1.3.0 |
1153 | 2024-02-15T20:41:02.659Z | Downloaded syn v2.0.48 |
1154 | 2024-02-15T20:41:02.659Z | Downloaded regex-syntax v0.6.29 |
1155 | 2024-02-15T20:41:02.659Z | Downloaded diesel v2.1.4 |
1156 | 2024-02-15T20:41:02.659Z | Downloaded curve25519-dalek v4.1.1 |
1157 | 2024-02-15T20:41:02.660Z | Downloaded polar-core v0.27.0 |
1158 | 2024-02-15T20:41:02.660Z | Downloaded sled v0.34.7 |
1159 | 2024-02-15T20:41:02.660Z | Downloaded smoltcp v0.9.1 |
1160 | 2024-02-15T20:41:02.660Z | Downloaded regex-syntax v0.8.2 |
1161 | 2024-02-15T20:41:02.660Z | Downloaded ratatui v0.26.1 |
1162 | 2024-02-15T20:41:02.660Z | Downloaded zerocopy-derive v0.6.4 |
1163 | 2024-02-15T20:41:02.660Z | Downloaded regex-automata v0.4.4 |
1164 | 2024-02-15T20:41:02.660Z | Downloaded zerocopy-derive v0.2.0 |
1165 | 2024-02-15T20:41:02.660Z | Downloaded regex-automata v0.3.8 |
1166 | 2024-02-15T20:41:02.660Z | Downloaded sha3 v0.10.8 |
1167 | 2024-02-15T20:41:02.660Z | Downloaded libc v0.2.153 |
1168 | 2024-02-15T20:41:02.660Z | Downloaded tokio v1.36.0 |
1169 | 2024-02-15T20:41:02.660Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1170 | 2024-02-15T20:41:02.660Z | Downloaded smoltcp v0.11.0 |
1171 | 2024-02-15T20:41:02.660Z | Downloaded openapiv3 v2.0.0 |
1172 | 2024-02-15T20:41:02.660Z | Downloaded bstr v1.6.0 |
1173 | 2024-02-15T20:41:02.660Z | Downloaded webpki-roots v0.25.2 |
1174 | 2024-02-15T20:41:02.660Z | Downloaded rustix v0.38.31 |
1175 | 2024-02-15T20:41:02.673Z | Downloaded object v0.30.4 |
1176 | 2024-02-15T20:41:02.683Z | Downloaded encoding_rs v0.8.33 |
1177 | 2024-02-15T20:41:02.708Z | Downloaded trust-dns-proto v0.22.0 |
1178 | 2024-02-15T20:41:02.718Z | Downloaded gimli v0.28.0 |
1179 | 2024-02-15T20:41:02.726Z | Downloaded idna v0.5.0 |
1180 | 2024-02-15T20:41:02.732Z | Downloaded lalrpop v0.19.12 |
1181 | 2024-02-15T20:41:02.748Z | Downloaded vcpkg v0.2.15 |
1182 | 2024-02-15T20:41:03.213Z | Downloaded mio v0.8.9 |
1183 | 2024-02-15T20:41:03.220Z | Downloaded regex v1.10.3 |
1184 | 2024-02-15T20:41:03.220Z | Downloaded reqwest v0.11.22 |
1185 | 2024-02-15T20:41:03.220Z | Downloaded proptest v1.4.0 |
1186 | 2024-02-15T20:41:03.220Z | Downloaded pest v2.7.6 |
1187 | 2024-02-15T20:41:03.220Z | Downloaded petgraph v0.6.4 |
1188 | 2024-02-15T20:41:03.220Z | Downloaded ron v0.8.1 |
1189 | 2024-02-15T20:41:03.220Z | Downloaded hashbrown v0.12.3 |
1190 | 2024-02-15T20:41:03.220Z | Downloaded memchr v2.6.3 |
1191 | 2024-02-15T20:41:03.221Z | Downloaded winnow v0.5.15 |
1192 | 2024-02-15T20:41:03.221Z | Downloaded toml v0.8.10 |
1193 | 2024-02-15T20:41:03.221Z | Downloaded rustyline v13.0.0 |
1194 | 2024-02-15T20:41:03.221Z | Downloaded hkdf v0.12.4 |
1195 | 2024-02-15T20:41:03.221Z | Downloaded bitvec v1.0.1 |
1196 | 2024-02-15T20:41:03.221Z | Downloaded tracing-core v0.1.31 |
1197 | 2024-02-15T20:41:03.221Z | Downloaded unicode-ident v1.0.12 |
1198 | 2024-02-15T20:41:03.221Z | Downloaded toml v0.7.8 |
1199 | 2024-02-15T20:41:03.221Z | Downloaded flate2 v1.0.28 |
1200 | 2024-02-15T20:41:03.221Z | Downloaded rand v0.8.5 |
1201 | 2024-02-15T20:41:03.221Z | Downloaded rustls-webpki v0.102.1 |
1202 | 2024-02-15T20:41:03.221Z | Downloaded generic-array v0.14.7 |
1203 | 2024-02-15T20:41:03.221Z | Downloaded flume v0.11.0 |
1204 | 2024-02-15T20:41:03.221Z | Downloaded yasna v0.5.2 |
1205 | 2024-02-15T20:41:03.221Z | Downloaded tokio-rustls v0.25.0 |
1206 | 2024-02-15T20:41:03.221Z | Downloaded miniz_oxide v0.7.1 |
1207 | 2024-02-15T20:41:03.221Z | Downloaded diesel_derives v2.1.2 |
1208 | 2024-02-15T20:41:03.221Z | Downloaded rsa v0.9.2 |
1209 | 2024-02-15T20:41:03.222Z | Downloaded blake3 v1.5.0 |
1210 | 2024-02-15T20:41:03.222Z | Downloaded bindgen v0.69.2 |
1211 | 2024-02-15T20:41:03.222Z | Downloaded clap_builder v4.4.2 |
1212 | 2024-02-15T20:41:03.222Z | Downloaded unicode-segmentation v1.10.1 |
1213 | 2024-02-15T20:41:03.222Z | Downloaded itertools v0.12.1 |
1214 | 2024-02-15T20:41:03.222Z | Downloaded rustls-webpki v0.101.7 |
1215 | 2024-02-15T20:41:03.222Z | Downloaded synstructure v0.12.6 |
1216 | 2024-02-15T20:41:03.222Z | Downloaded socket2 v0.5.5 |
1217 | 2024-02-15T20:41:03.222Z | Downloaded half v2.3.1 |
1218 | 2024-02-15T20:41:03.222Z | Downloaded proc-macro2 v1.0.78 |
1219 | 2024-02-15T20:41:03.222Z | Downloaded memmap2 v0.7.1 |
1220 | 2024-02-15T20:41:03.222Z | Downloaded pin-project v1.1.3 |
1221 | 2024-02-15T20:41:03.222Z | Downloaded arc-swap v1.6.0 |
1222 | 2024-02-15T20:41:03.223Z | Downloaded parse-display-derive v0.9.0 |
1223 | 2024-02-15T20:41:03.223Z | Downloaded snafu v0.7.5 |
1224 | 2024-02-15T20:41:03.223Z | Downloaded serde_json v1.0.113 |
1225 | 2024-02-15T20:41:03.223Z | Downloaded papergrid v0.11.0 |
1226 | 2024-02-15T20:41:03.223Z | Downloaded scopeguard v1.2.0 |
1227 | 2024-02-15T20:41:03.223Z | Downloaded parking_lot v0.11.2 |
1228 | 2024-02-15T20:41:03.223Z | Downloaded tracing-attributes v0.1.26 |
1229 | 2024-02-15T20:41:03.223Z | Downloaded strum_macros v0.25.2 |
1230 | 2024-02-15T20:41:03.223Z | Downloaded addr2line v0.21.0 |
1231 | 2024-02-15T20:41:03.223Z | Downloaded regex-automata v0.1.10 |
1232 | 2024-02-15T20:41:03.223Z | Downloaded tokio-postgres v0.7.10 |
1233 | 2024-02-15T20:41:03.223Z | Downloaded derive-where v1.2.7 |
1234 | 2024-02-15T20:41:03.223Z | Downloaded url v2.5.0 |
1235 | 2024-02-15T20:41:03.224Z | Downloaded r2d2 v0.8.10 |
1236 | 2024-02-15T20:41:03.224Z | Downloaded tokio-util v0.7.10 |
1237 | 2024-02-15T20:41:03.224Z | Downloaded ring v0.17.7 |
1238 | 2024-02-15T20:41:03.224Z | Downloaded snafu-derive v0.7.5 |
1239 | 2024-02-15T20:41:03.224Z | Downloaded ucd-trie v0.1.6 |
1240 | 2024-02-15T20:41:03.224Z | Downloaded uuid v1.7.0 |
1241 | 2024-02-15T20:41:03.224Z | Downloaded tap v1.0.1 |
1242 | 2024-02-15T20:41:03.224Z | Downloaded debug-ignore v1.0.5 |
1243 | 2024-02-15T20:41:03.224Z | Downloaded serde_tokenstream v0.1.7 |
1244 | 2024-02-15T20:41:03.224Z | Downloaded heapless v0.7.16 |
1245 | 2024-02-15T20:41:03.224Z | Downloaded unicode_categories v0.1.1 |
1246 | 2024-02-15T20:41:03.224Z | Downloaded toml v0.5.11 |
1247 | 2024-02-15T20:41:03.225Z | Downloaded unsafe-libyaml v0.2.10 |
1248 | 2024-02-15T20:41:03.225Z | Downloaded structopt v0.3.26 |
1249 | 2024-02-15T20:41:03.225Z | Downloaded steno v0.4.0 |
1250 | 2024-02-15T20:41:03.225Z | Downloaded adler v1.0.2 |
1251 | 2024-02-15T20:41:03.225Z | Downloaded aead v0.5.2 |
1252 | 2024-02-15T20:41:03.225Z | Downloaded strsim v0.10.0 |
1253 | 2024-02-15T20:41:03.225Z | Downloaded usdt-impl v0.5.0 |
1254 | 2024-02-15T20:41:03.225Z | Downloaded postgres-protocol v0.6.6 |
1255 | 2024-02-15T20:41:03.225Z | Downloaded utf-8 v0.7.6 |
1256 | 2024-02-15T20:41:03.225Z | Downloaded hash32 v0.2.1 |
1257 | 2024-02-15T20:41:03.225Z | Downloaded ring v0.16.20 |
1258 | 2024-02-15T20:41:03.275Z | Downloaded signature v2.1.0 |
1259 | 2024-02-15T20:41:03.280Z | Downloaded siphasher v0.3.11 |
1260 | 2024-02-15T20:41:03.281Z | Downloaded slog-term v2.9.0 |
1261 | 2024-02-15T20:41:03.281Z | Downloaded fastrand v2.0.1 |
1262 | 2024-02-15T20:41:03.281Z | Downloaded olpc-cjson v0.1.3 |
1263 | 2024-02-15T20:41:03.281Z | Downloaded fragile v2.0.0 |
1264 | 2024-02-15T20:41:03.281Z | Downloaded difflib v0.4.0 |
1265 | 2024-02-15T20:41:03.281Z | Downloaded resolv-conf v0.7.0 |
1266 | 2024-02-15T20:41:03.281Z | Downloaded serde v1.0.196 |
1267 | 2024-02-15T20:41:03.288Z | Downloaded libxml v0.3.3 |
1268 | 2024-02-15T20:41:03.288Z | Downloaded crossbeam-channel v0.5.8 |
1269 | 2024-02-15T20:41:03.294Z | Downloaded usdt-attr-macro v0.5.0 |
1270 | 2024-02-15T20:41:03.294Z | Downloaded rustc-demangle v0.1.23 |
1271 | 2024-02-15T20:41:03.294Z | Downloaded rcgen v0.12.1 |
1272 | 2024-02-15T20:41:03.299Z | Downloaded owo-colors v4.0.0 |
1273 | 2024-02-15T20:41:03.299Z | Downloaded phf_shared v0.10.0 |
1274 | 2024-02-15T20:41:03.299Z | Downloaded futures-core v0.3.30 |
1275 | 2024-02-15T20:41:03.304Z | Downloaded elliptic-curve v0.13.8 |
1276 | 2024-02-15T20:41:03.304Z | Downloaded fd-lock v3.0.13 |
1277 | 2024-02-15T20:41:03.309Z | Downloaded time-macros v0.2.13 |
1278 | 2024-02-15T20:41:03.310Z | Downloaded der_derive v0.7.2 |
1279 | 2024-02-15T20:41:03.310Z | Downloaded crypto-bigint v0.5.2 |
1280 | 2024-02-15T20:41:03.315Z | Downloaded der v0.7.8 |
1281 | 2024-02-15T20:41:03.321Z | Downloaded parking_lot v0.12.1 |
1282 | 2024-02-15T20:41:03.321Z | Downloaded time-core v0.1.1 |
1283 | 2024-02-15T20:41:03.321Z | Downloaded glob v0.3.1 |
1284 | 2024-02-15T20:41:03.327Z | Downloaded vec_map v0.8.2 |
1285 | 2024-02-15T20:41:03.327Z | Downloaded serde_with_macros v3.6.0 |
1286 | 2024-02-15T20:41:03.327Z | Downloaded defmt v0.3.5 |
1287 | 2024-02-15T20:41:03.332Z | Downloaded usdt-macro v0.3.5 |
1288 | 2024-02-15T20:41:03.332Z | Downloaded dirs-next v2.0.0 |
1289 | 2024-02-15T20:41:03.332Z | Downloaded proc-macro-error v1.0.4 |
1290 | 2024-02-15T20:41:03.337Z | Downloaded tempfile v3.10.0 |
1291 | 2024-02-15T20:41:03.337Z | Downloaded usdt v0.3.5 |
1292 | 2024-02-15T20:41:03.337Z | Downloaded defmt-macros v0.3.6 |
1293 | 2024-02-15T20:41:03.344Z | Downloaded plain v0.2.3 |
1294 | 2024-02-15T20:41:03.344Z | Downloaded thiserror v1.0.57 |
1295 | 2024-02-15T20:41:03.359Z | Downloaded smallvec v0.6.14 |
1296 | 2024-02-15T20:41:03.359Z | Downloaded scroll v0.12.0 |
1297 | 2024-02-15T20:41:03.360Z | Downloaded indexmap v2.2.3 |
1298 | 2024-02-15T20:41:03.360Z | Downloaded serde_path_to_error v0.1.15 |
1299 | 2024-02-15T20:41:03.360Z | Downloaded topological-sort v0.2.2 |
1300 | 2024-02-15T20:41:03.360Z | Downloaded serde-hex v0.1.0 |
1301 | 2024-02-15T20:41:03.360Z | Downloaded platforms v3.0.2 |
1302 | 2024-02-15T20:41:03.360Z | Downloaded pkcs8 v0.10.2 |
1303 | 2024-02-15T20:41:03.360Z | Downloaded pin-project-lite v0.2.13 |
1304 | 2024-02-15T20:41:03.366Z | Downloaded pin-project-internal v1.1.3 |
1305 | 2024-02-15T20:41:03.366Z | Downloaded indicatif v0.17.8 |
1306 | 2024-02-15T20:41:03.374Z | Downloaded bytes v1.5.0 |
1307 | 2024-02-15T20:41:03.374Z | Downloaded once_cell v1.19.0 |
1308 | 2024-02-15T20:41:03.374Z | Downloaded dof v0.3.0 |
1309 | 2024-02-15T20:41:03.382Z | Downloaded diff v0.1.13 |
1310 | 2024-02-15T20:41:03.382Z | Downloaded smallvec v1.13.1 |
1311 | 2024-02-15T20:41:03.382Z | Downloaded equivalent v1.0.1 |
1312 | 2024-02-15T20:41:03.382Z | Downloaded vte_generate_state_changes v0.1.1 |
1313 | 2024-02-15T20:41:03.383Z | Downloaded crc-any v2.4.3 |
1314 | 2024-02-15T20:41:03.393Z | Downloaded strip-ansi-escapes v0.2.0 |
1315 | 2024-02-15T20:41:03.393Z | Downloaded shell-words v1.1.0 |
1316 | 2024-02-15T20:41:03.393Z | Downloaded tokio-tungstenite v0.20.1 |
1317 | 2024-02-15T20:41:03.393Z | Downloaded is-terminal v0.4.9 |
1318 | 2024-02-15T20:41:03.393Z | Downloaded native-tls v0.2.11 |
1319 | 2024-02-15T20:41:03.393Z | Downloaded mockall_derive v0.12.0 |
1320 | 2024-02-15T20:41:03.393Z | Downloaded sha2 v0.10.8 |
1321 | 2024-02-15T20:41:03.401Z | Downloaded libloading v0.7.4 |
1322 | 2024-02-15T20:41:03.401Z | Downloaded corncobs v0.1.3 |
1323 | 2024-02-15T20:41:03.401Z | Downloaded lock_api v0.4.10 |
1324 | 2024-02-15T20:41:03.401Z | Downloaded ansi_term v0.12.1 |
1325 | 2024-02-15T20:41:03.401Z | Downloaded form_urlencoded v1.2.1 |
1326 | 2024-02-15T20:41:03.402Z | Downloaded crc-catalog v2.2.0 |
1327 | 2024-02-15T20:41:03.402Z | Downloaded zeroize v1.7.0 |
1328 | 2024-02-15T20:41:03.402Z | Downloaded linear-map v1.2.0 |
1329 | 2024-02-15T20:41:03.411Z | Downloaded num-rational v0.4.1 |
1330 | 2024-02-15T20:41:03.411Z | Downloaded num-derive v0.4.0 |
1331 | 2024-02-15T20:41:03.411Z | Downloaded pretty-hex v0.2.1 |
1332 | 2024-02-15T20:41:03.411Z | Downloaded tokio-native-tls v0.3.1 |
1333 | 2024-02-15T20:41:03.412Z | Downloaded multer v3.0.0 |
1334 | 2024-02-15T20:41:03.412Z | Downloaded cancel-safe-futures v0.1.5 |
1335 | 2024-02-15T20:41:03.421Z | Downloaded rand_xorshift v0.3.0 |
1336 | 2024-02-15T20:41:03.421Z | Downloaded camino-tempfile v1.1.1 |
1337 | 2024-02-15T20:41:03.421Z | Downloaded itoa v1.0.9 |
1338 | 2024-02-15T20:41:03.421Z | Downloaded libefi-sys v0.1.0 |
1339 | 2024-02-15T20:41:03.421Z | Downloaded same-file v1.0.6 |
1340 | 2024-02-15T20:41:03.421Z | Downloaded precomputed-hash v0.1.1 |
1341 | 2024-02-15T20:41:03.422Z | Downloaded anstyle-parse v0.2.1 |
1342 | 2024-02-15T20:41:03.422Z | Downloaded ciborium-ll v0.2.2 |
1343 | 2024-02-15T20:41:03.433Z | Downloaded backtrace v0.3.69 |
1344 | 2024-02-15T20:41:03.433Z | Downloaded smawk v0.3.1 |
1345 | 2024-02-15T20:41:03.433Z | Downloaded slog-bunyan v2.5.0 |
1346 | 2024-02-15T20:41:03.433Z | Downloaded fxhash v0.2.1 |
1347 | 2024-02-15T20:41:03.433Z | Downloaded doc-comment v0.3.3 |
1348 | 2024-02-15T20:41:03.433Z | Downloaded derive_builder_macro v0.12.0 |
1349 | 2024-02-15T20:41:03.433Z | Downloaded usdt-macro v0.5.0 |
1350 | 2024-02-15T20:41:03.433Z | Downloaded constant_time_eq v0.3.0 |
1351 | 2024-02-15T20:41:03.442Z | Downloaded num_cpus v1.16.0 |
1352 | 2024-02-15T20:41:03.442Z | Downloaded indoc v2.0.3 |
1353 | 2024-02-15T20:41:03.442Z | Downloaded impl-trait-for-tuples v0.2.2 |
1354 | 2024-02-15T20:41:03.442Z | Downloaded ipnetwork v0.20.0 |
1355 | 2024-02-15T20:41:03.442Z | Downloaded castaway v0.2.2 |
1356 | 2024-02-15T20:41:03.443Z | Downloaded num v0.4.1 |
1357 | 2024-02-15T20:41:03.453Z | Downloaded lalrpop-util v0.19.12 |
1358 | 2024-02-15T20:41:03.454Z | Downloaded cobs v0.2.3 |
1359 | 2024-02-15T20:41:03.454Z | Downloaded inout v0.1.3 |
1360 | 2024-02-15T20:41:03.454Z | Downloaded clap_lex v0.5.1 |
1361 | 2024-02-15T20:41:03.454Z | Downloaded serde-big-array v0.4.1 |
1362 | 2024-02-15T20:41:03.454Z | Downloaded humantime v2.1.0 |
1363 | 2024-02-15T20:41:03.454Z | Downloaded hubpack_derive v0.1.1 |
1364 | 2024-02-15T20:41:03.454Z | Downloaded colored v2.0.4 |
1365 | 2024-02-15T20:41:03.454Z | Downloaded lru-cache v0.1.2 |
1366 | 2024-02-15T20:41:03.489Z | Downloaded multimap v0.8.3 |
1367 | 2024-02-15T20:41:03.489Z | Downloaded indoc v1.0.9 |
1368 | 2024-02-15T20:41:03.489Z | Downloaded hostname v0.3.1 |
1369 | 2024-02-15T20:41:03.489Z | Downloaded chacha20 v0.9.1 |
1370 | 2024-02-15T20:41:03.489Z | Downloaded hubpack v0.1.2 |
1371 | 2024-02-15T20:41:03.489Z | Downloaded cassowary v0.3.0 |
1372 | 2024-02-15T20:41:03.489Z | Downloaded hyper-staticfile v0.9.5 |
1373 | 2024-02-15T20:41:03.489Z | Downloaded home v0.5.5 |
1374 | 2024-02-15T20:41:03.489Z | Downloaded tracing v0.1.37 |
1375 | 2024-02-15T20:41:03.490Z | Downloaded termios v0.3.3 |
1376 | 2024-02-15T20:41:03.490Z | Downloaded term v0.7.0 |
1377 | 2024-02-15T20:41:03.490Z | Downloaded newtype_derive v0.1.6 |
1378 | 2024-02-15T20:41:03.490Z | Downloaded slog-dtrace v0.3.0 |
1379 | 2024-02-15T20:41:03.490Z | Downloaded async-stream v0.3.5 |
1380 | 2024-02-15T20:41:03.490Z | Downloaded array-init v0.0.4 |
1381 | 2024-02-15T20:41:03.490Z | Downloaded memoffset v0.7.1 |
1382 | 2024-02-15T20:41:03.490Z | Downloaded bcs v0.1.6 |
1383 | 2024-02-15T20:41:03.491Z | Downloaded async-recursion v1.0.5 |
1384 | 2024-02-15T20:41:03.491Z | Downloaded assert_matches v1.5.0 |
1385 | 2024-02-15T20:41:03.491Z | Downloaded ascii-canvas v3.0.0 |
1386 | 2024-02-15T20:41:03.491Z | Downloaded clap_derive v4.4.2 |
1387 | 2024-02-15T20:41:03.491Z | Downloaded camino v1.1.6 |
1388 | 2024-02-15T20:41:03.507Z | Downloaded highway v1.1.0 |
1389 | 2024-02-15T20:41:03.507Z | Downloaded supports-color v2.1.0 |
1390 | 2024-02-15T20:41:03.507Z | Downloaded strum v0.26.1 |
1391 | 2024-02-15T20:41:03.507Z | Downloaded strum v0.25.0 |
1392 | 2024-02-15T20:41:03.507Z | Downloaded cipher v0.4.4 |
1393 | 2024-02-15T20:41:03.507Z | Downloaded csv-core v0.1.11 |
1394 | 2024-02-15T20:41:03.853Z | Compiling proc-macro2 v1.0.78 |
1395 | 2024-02-15T20:41:03.853Z | Compiling unicode-ident v1.0.12 |
1396 | 2024-02-15T20:41:03.870Z | Compiling libc v0.2.153 |
1397 | 2024-02-15T20:41:03.871Z | Compiling serde v1.0.196 |
1398 | 2024-02-15T20:41:03.871Z | Compiling autocfg v1.1.0 |
1399 | 2024-02-15T20:41:03.871Z | Compiling version_check v0.9.4 |
1400 | 2024-02-15T20:41:03.903Z | Compiling cfg-if v1.0.0 |
1401 | 2024-02-15T20:41:04.007Z | Compiling syn v1.0.109 |
1402 | 2024-02-15T20:41:04.022Z | Compiling once_cell v1.19.0 |
1403 | 2024-02-15T20:41:04.083Z | Compiling memchr v2.6.3 |
1404 | 2024-02-15T20:41:04.383Z | Compiling byteorder v1.5.0 |
1405 | 2024-02-15T20:41:04.458Z | Compiling ahash v0.8.7 |
1406 | 2024-02-15T20:41:04.593Z | Compiling lock_api v0.4.10 |
1407 | 2024-02-15T20:41:04.693Z | Compiling parking_lot_core v0.9.8 |
1408 | 2024-02-15T20:41:05.038Z | Compiling libm v0.2.7 |
1409 | 2024-02-15T20:41:05.049Z | Compiling serde_json v1.0.113 |
1410 | 2024-02-15T20:41:05.049Z | Compiling num-traits v0.2.16 |
1411 | 2024-02-15T20:41:05.275Z | Compiling thiserror v1.0.57 |
1412 | 2024-02-15T20:41:05.364Z | Compiling typenum v1.16.0 |
1413 | 2024-02-15T20:41:05.382Z | Compiling scopeguard v1.2.0 |
1414 | 2024-02-15T20:41:05.527Z | Compiling generic-array v0.14.7 |
1415 | 2024-02-15T20:41:05.840Z | Compiling itoa v1.0.9 |
1416 | 2024-02-15T20:41:06.049Z | Compiling quote v1.0.35 |
1417 | 2024-02-15T20:41:06.278Z | Compiling log v0.4.20 |
1418 | 2024-02-15T20:41:06.390Z | Compiling pkg-config v0.3.27 |
1419 | 2024-02-15T20:41:06.408Z | Compiling syn v2.0.48 |
1420 | 2024-02-15T20:41:06.673Z | Compiling cc v1.0.83 |
1421 | 2024-02-15T20:41:06.714Z | Compiling getrandom v0.2.10 |
1422 | 2024-02-15T20:41:07.828Z | Compiling slab v0.4.9 |
1423 | 2024-02-15T20:41:07.842Z | Compiling allocator-api2 v0.2.16 |
1424 | 2024-02-15T20:41:07.842Z | Compiling ryu v1.0.15 |
1425 | 2024-02-15T20:41:07.842Z | Compiling heck v0.4.1 |
1426 | 2024-02-15T20:41:08.137Z | Compiling pin-project-lite v0.2.13 |
1427 | 2024-02-15T20:41:08.230Z | Compiling smallvec v1.13.1 |
1428 | 2024-02-15T20:41:08.314Z | Compiling equivalent v1.0.1 |
1429 | 2024-02-15T20:41:08.349Z | Compiling schemars v0.8.16 |
1430 | 2024-02-15T20:41:08.375Z | Compiling vcpkg v0.2.15 |
1431 | 2024-02-15T20:41:09.436Z | Compiling ring v0.17.7 |
1432 | 2024-02-15T20:41:09.645Z | Compiling parking_lot v0.12.1 |
1433 | 2024-02-15T20:41:09.715Z | Compiling signal-hook-registry v1.4.1 |
1434 | 2024-02-15T20:41:10.196Z | Compiling openssl-sys v0.9.96 |
1435 | 2024-02-15T20:41:11.124Z | Compiling rand_core v0.6.4 |
1436 | 2024-02-15T20:41:11.403Z | Compiling mio v0.8.9 |
1437 | 2024-02-15T20:41:12.152Z | Compiling ring v0.16.20 |
1438 | 2024-02-15T20:41:13.085Z | Compiling num_cpus v1.16.0 |
1439 | 2024-02-15T20:41:13.198Z | Compiling socket2 v0.5.5 |
1440 | 2024-02-15T20:41:13.303Z | Compiling httparse v1.8.0 |
1441 | 2024-02-15T20:41:13.880Z | Compiling ucd-trie v0.1.6 |
1442 | 2024-02-15T20:41:13.886Z | Compiling futures-core v0.3.30 |
1443 | 2024-02-15T20:41:13.967Z | Compiling fnv v1.0.7 |
1444 | 2024-02-15T20:41:13.996Z | Compiling spin v0.5.2 |
1445 | 2024-02-15T20:41:14.026Z | Compiling crossbeam-utils v0.8.16 |
1446 | 2024-02-15T20:41:14.092Z | Compiling semver v1.0.21 |
1447 | 2024-02-15T20:41:14.277Z | Compiling openssl v0.10.60 |
1448 | 2024-02-15T20:41:14.335Z | Compiling serde_derive_internals v0.26.0 |
1449 | 2024-02-15T20:41:14.678Z | Compiling iana-time-zone v0.1.57 |
1450 | 2024-02-15T20:41:14.850Z | Compiling native-tls v0.2.11 |
1451 | 2024-02-15T20:41:15.039Z | Compiling const-oid v0.9.5 |
1452 | 2024-02-15T20:41:15.068Z | Compiling subtle v2.5.0 |
1453 | 2024-02-15T20:41:15.188Z | Compiling unicode-xid v0.2.4 |
1454 | 2024-02-15T20:41:15.359Z | Compiling rustls v0.21.9 |
1455 | 2024-02-15T20:41:15.373Z | Compiling synstructure v0.12.6 |
1456 | 2024-02-15T20:41:15.770Z | Compiling spin v0.9.8 |
1457 | 2024-02-15T20:41:15.904Z | Compiling memoffset v0.9.0 |
1458 | 2024-02-15T20:41:16.199Z | Compiling futures-sink v0.3.30 |
1459 | 2024-02-15T20:41:16.528Z | Compiling io-lifetimes v1.0.11 |
1460 | 2024-02-15T20:41:16.829Z | Compiling backtrace v0.3.69 |
1461 | 2024-02-15T20:41:16.921Z | Compiling rustix v0.38.31 |
1462 | 2024-02-15T20:41:17.025Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-02-15T20:41:17.042Z | Compiling dyn-clone v1.0.16 |
1464 | 2024-02-15T20:41:17.114Z | Compiling rustversion v1.0.14 |
1465 | 2024-02-15T20:41:17.231Z | Compiling tinyvec v1.6.0 |
1466 | 2024-02-15T20:41:17.518Z | Compiling futures-channel v0.3.30 |
1467 | 2024-02-15T20:41:17.569Z | Compiling tracing-core v0.1.31 |
1468 | 2024-02-15T20:41:17.791Z | Compiling num-integer v0.1.45 |
1469 | 2024-02-15T20:41:17.897Z | Compiling crossbeam-epoch v0.9.15 |
1470 | 2024-02-15T20:41:17.957Z | Compiling futures-io v0.3.30 |
1471 | 2024-02-15T20:41:18.083Z | Compiling pin-utils v0.1.0 |
1472 | 2024-02-15T20:41:18.270Z | Compiling winnow v0.5.15 |
1473 | 2024-02-15T20:41:18.319Z | Compiling futures-task v0.3.30 |
1474 | 2024-02-15T20:41:18.436Z | Compiling slog v2.7.0 |
1475 | 2024-02-15T20:41:18.605Z | Compiling rustix v0.37.23 |
1476 | 2024-02-15T20:41:18.960Z | Compiling unicode-normalization v0.1.22 |
1477 | 2024-02-15T20:41:19.508Z | Compiling serde_derive v1.0.196 |
1478 | 2024-02-15T20:41:19.882Z | Compiling zerocopy-derive v0.7.32 |
1479 | 2024-02-15T20:41:19.916Z | Compiling zeroize_derive v1.4.2 |
1480 | 2024-02-15T20:41:20.050Z | Compiling thiserror-impl v1.0.57 |
1481 | 2024-02-15T20:41:20.464Z | Compiling tokio-macros v2.2.0 |
1482 | 2024-02-15T20:41:21.080Z | Compiling futures-macro v0.3.30 |
1483 | 2024-02-15T20:41:21.230Z | Compiling tracing-attributes v0.1.26 |
1484 | 2024-02-15T20:41:21.705Z | Compiling zeroize v1.7.0 |
1485 | 2024-02-15T20:41:21.777Z | Compiling zerocopy v0.7.32 |
1486 | 2024-02-15T20:41:22.048Z | Compiling schemars_derive v0.8.16 |
1487 | 2024-02-15T20:41:23.103Z | Compiling pest v2.7.6 |
1488 | 2024-02-15T20:41:23.889Z | Compiling hashbrown v0.14.3 |
1489 | 2024-02-15T20:41:24.887Z | Compiling openssl-macros v0.1.1 |
1490 | 2024-02-15T20:41:25.068Z | Compiling zerocopy-derive v0.2.0 |
1491 | 2024-02-15T20:41:25.315Z | Compiling crypto-common v0.1.6 |
1492 | 2024-02-15T20:41:25.507Z | Compiling pest_meta v2.7.6 |
1493 | 2024-02-15T20:41:25.600Z | Compiling der_derive v0.7.2 |
1494 | 2024-02-15T20:41:25.673Z | Compiling block-buffer v0.10.4 |
1495 | 2024-02-15T20:41:25.733Z | Compiling tracing v0.1.37 |
1496 | 2024-02-15T20:41:25.912Z | Compiling futures-util v0.3.30 |
1497 | 2024-02-15T20:41:26.770Z | Compiling pest_generator v2.7.6 |
1498 | 2024-02-15T20:41:27.937Z | Compiling usdt-impl v0.3.5 |
1499 | 2024-02-15T20:41:28.538Z | Compiling bitflags v1.3.2 |
1500 | 2024-02-15T20:41:28.895Z | Compiling time-core v0.1.1 |
1501 | 2024-02-15T20:41:29.081Z | Compiling anyhow v1.0.75 |
1502 | 2024-02-15T20:41:29.594Z | Compiling crc32fast v1.3.2 |
1503 | 2024-02-15T20:41:29.662Z | Compiling unicode-bidi v0.3.13 |
1504 | 2024-02-15T20:41:29.758Z | Compiling pest_derive v2.7.6 |
1505 | 2024-02-15T20:41:30.022Z | Compiling time-macros v0.2.13 |
1506 | 2024-02-15T20:41:30.986Z | Compiling digest v0.10.7 |
1507 | 2024-02-15T20:41:31.428Z | Compiling scroll_derive v0.12.0 |
1508 | 2024-02-15T20:41:32.413Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1509 | 2024-02-15T20:41:32.620Z | Compiling aho-corasick v1.0.4 |
1510 | 2024-02-15T20:41:32.873Z | Compiling bytes v1.5.0 |
1511 | 2024-02-15T20:41:33.036Z | Compiling indexmap v2.2.3 |
1512 | 2024-02-15T20:41:33.067Z | Compiling uuid v1.7.0 |
1513 | 2024-02-15T20:41:33.813Z | Compiling chrono v0.4.31 |
1514 | 2024-02-15T20:41:33.830Z | Compiling bitflags v2.4.0 |
1515 | 2024-02-15T20:41:34.099Z | Compiling tokio v1.36.0 |
1516 | 2024-02-15T20:41:36.157Z | Compiling serde_spanned v0.6.5 |
1517 | 2024-02-15T20:41:36.671Z | Compiling toml_datetime v0.6.5 |
1518 | 2024-02-15T20:41:37.072Z | Compiling toml_edit v0.19.15 |
1519 | 2024-02-15T20:41:37.087Z | Compiling rustc_version v0.4.0 |
1520 | 2024-02-15T20:41:37.544Z | Compiling http v0.2.11 |
1521 | 2024-02-15T20:41:37.783Z | Compiling heapless v0.7.16 |
1522 | 2024-02-15T20:41:38.618Z | Compiling signal-hook v0.3.17 |
1523 | 2024-02-15T20:41:38.916Z | Compiling untrusted v0.9.0 |
1524 | 2024-02-15T20:41:39.122Z | Compiling async-trait v0.1.77 |
1525 | 2024-02-15T20:41:39.587Z | Compiling ppv-lite86 v0.2.17 |
1526 | 2024-02-15T20:41:39.833Z | Compiling regex-syntax v0.8.2 |
1527 | 2024-02-15T20:41:40.392Z | Compiling rand_chacha v0.3.1 |
1528 | 2024-02-15T20:41:41.811Z | Compiling zerocopy v0.3.0 |
1529 | 2024-02-15T20:41:42.413Z | Compiling errno v0.3.8 |
1530 | 2024-02-15T20:41:42.680Z | Compiling thread-id v4.2.0 |
1531 | 2024-02-15T20:41:43.147Z | Compiling strsim v0.10.0 |
1532 | 2024-02-15T20:41:43.797Z | Compiling regex-automata v0.4.4 |
1533 | 2024-02-15T20:41:46.051Z | Compiling tokio-util v0.7.10 |
1534 | 2024-02-15T20:41:47.612Z | Compiling dof v0.1.5 |
1535 | 2024-02-15T20:41:47.656Z | Compiling rand v0.8.5 |
1536 | 2024-02-15T20:41:48.324Z | Compiling regex v1.10.3 |
1537 | 2024-02-15T20:41:49.308Z | Compiling dtrace-parser v0.1.14 |
1538 | 2024-02-15T20:41:49.808Z | Compiling strum_macros v0.25.2 |
1539 | 2024-02-15T20:41:50.836Z | Compiling num-bigint v0.4.4 |
1540 | 2024-02-15T20:41:50.965Z | Compiling untrusted v0.7.1 |
1541 | 2024-02-15T20:41:51.295Z | Compiling smoltcp v0.9.1 |
1542 | 2024-02-15T20:41:51.506Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1543 | 2024-02-15T20:41:51.936Z | Compiling base64ct v1.6.0 |
1544 | 2024-02-15T20:41:52.200Z | Compiling percent-encoding v2.3.1 |
1545 | 2024-02-15T20:41:52.238Z | Compiling foreign-types-shared v0.1.1 |
1546 | 2024-02-15T20:41:52.351Z | Compiling foreign-types v0.3.2 |
1547 | 2024-02-15T20:41:52.453Z | Compiling pem-rfc7468 v0.7.0 |
1548 | 2024-02-15T20:41:54.319Z | Compiling serde_tokenstream v0.1.7 |
1549 | 2024-02-15T20:41:54.866Z | Compiling hmac v0.12.1 |
1550 | 2024-02-15T20:41:55.369Z | Compiling lazy_static v1.4.0 |
1551 | 2024-02-15T20:41:55.549Z | Compiling socket2 v0.4.9 |
1552 | 2024-02-15T20:41:56.027Z | Compiling adler v1.0.2 |
1553 | 2024-02-15T20:41:56.030Z | Compiling flagset v0.4.3 |
1554 | 2024-02-15T20:41:56.114Z | Compiling unicode-segmentation v1.10.1 |
1555 | 2024-02-15T20:41:56.232Z | Compiling siphasher v0.3.11 |
1556 | 2024-02-15T20:41:56.267Z | Compiling try-lock v0.2.4 |
1557 | 2024-02-15T20:41:56.427Z | Compiling unicode-width v0.1.11 |
1558 | 2024-02-15T20:41:56.441Z | Compiling base64 v0.21.7 |
1559 | 2024-02-15T20:41:56.930Z | Compiling miniz_oxide v0.7.1 |
1560 | 2024-02-15T20:41:56.948Z | Compiling want v0.3.1 |
1561 | 2024-02-15T20:41:56.966Z | Compiling der v0.7.8 |
1562 | 2024-02-15T20:41:57.908Z | Compiling rustls-webpki v0.101.7 |
1563 | 2024-02-15T20:41:57.912Z | Compiling sct v0.7.0 |
1564 | 2024-02-15T20:41:58.211Z | Compiling form_urlencoded v1.2.1 |
1565 | 2024-02-15T20:41:58.334Z | Compiling h2 v0.3.24 |
1566 | 2024-02-15T20:41:58.504Z | Compiling http-body v0.4.5 |
1567 | 2024-02-15T20:41:58.548Z | Compiling hubpack_derive v0.1.1 |
1568 | 2024-02-15T20:41:58.915Z | Compiling zerocopy-derive v0.6.4 |
1569 | 2024-02-15T20:42:00.167Z | Compiling num-iter v0.1.43 |
1570 | 2024-02-15T20:42:00.463Z | Compiling usdt-impl v0.5.0 |
1571 | 2024-02-15T20:42:00.492Z | Compiling tower-service v0.3.2 |
1572 | 2024-02-15T20:42:00.623Z | Compiling anstyle v1.0.2 |
1573 | 2024-02-15T20:42:00.648Z | Compiling openssl-probe v0.1.5 |
1574 | 2024-02-15T20:42:00.857Z | Compiling utf8parse v0.2.1 |
1575 | 2024-02-15T20:42:00.924Z | Compiling httpdate v1.0.3 |
1576 | 2024-02-15T20:42:01.063Z | Compiling cpufeatures v0.2.12 |
1577 | 2024-02-15T20:42:01.181Z | Compiling stable_deref_trait v1.2.0 |
1578 | 2024-02-15T20:42:01.317Z | Compiling sha2 v0.10.8 |
1579 | 2024-02-15T20:42:01.450Z | Compiling anstyle-parse v0.2.1 |
1580 | 2024-02-15T20:42:02.065Z | Compiling spki v0.7.2 |
1581 | 2024-02-15T20:42:03.186Z | Compiling usdt-attr-macro v0.3.5 |
1582 | 2024-02-15T20:42:04.106Z | Compiling usdt-macro v0.3.5 |
1583 | 2024-02-15T20:42:05.126Z | Compiling openapiv3 v2.0.0 |
1584 | 2024-02-15T20:42:05.335Z | Compiling scroll v0.12.0 |
1585 | 2024-02-15T20:42:05.607Z | Compiling hyper v0.14.27 |
1586 | 2024-02-15T20:42:05.907Z | Compiling md-5 v0.10.5 |
1587 | 2024-02-15T20:42:06.133Z | Compiling stringprep v0.1.3 |
1588 | 2024-02-15T20:42:06.458Z | Compiling idna v0.5.0 |
1589 | 2024-02-15T20:42:07.241Z | Compiling diesel_table_macro_syntax v0.1.0 |
1590 | 2024-02-15T20:42:07.646Z | Compiling hash32 v0.2.1 |
1591 | 2024-02-15T20:42:07.944Z | Compiling gimli v0.28.0 |
1592 | 2024-02-15T20:42:08.033Z | Compiling plain v0.2.3 |
1593 | 2024-02-15T20:42:08.196Z | Compiling anstyle-query v1.0.0 |
1594 | 2024-02-15T20:42:09.330Z | Compiling colorchoice v1.0.0 |
1595 | 2024-02-15T20:42:09.499Z | Compiling fallible-iterator v0.2.0 |
1596 | 2024-02-15T20:42:09.977Z | Compiling anstream v0.5.0 |
1597 | 2024-02-15T20:42:10.230Z | Compiling postgres-protocol v0.6.6 |
1598 | 2024-02-15T20:42:11.464Z | Compiling goblin v0.8.0 |
1599 | 2024-02-15T20:42:11.820Z | Compiling diesel_derives v2.1.2 |
1600 | 2024-02-15T20:42:12.959Z | Compiling addr2line v0.21.0 |
1601 | 2024-02-15T20:42:13.023Z | Compiling url v2.5.0 |
1602 | 2024-02-15T20:42:15.297Z | Compiling tokio-rustls v0.24.1 |
1603 | 2024-02-15T20:42:15.957Z | Compiling tokio-native-tls v0.3.1 |
1604 | 2024-02-15T20:42:16.246Z | Compiling terminal_size v0.2.6 |
1605 | 2024-02-15T20:42:16.437Z | Compiling pkcs8 v0.10.2 |
1606 | 2024-02-15T20:42:16.952Z | Compiling phf_shared v0.11.2 |
1607 | 2024-02-15T20:42:18.773Z | Compiling serde_tokenstream v0.2.0 |
1608 | 2024-02-15T20:42:19.296Z | Compiling block-padding v0.3.3 |
1609 | 2024-02-15T20:42:19.406Z | Compiling enum-as-inner v0.5.1 |
1610 | 2024-02-15T20:42:19.524Z | Compiling clap_derive v4.4.2 |
1611 | 2024-02-15T20:42:20.413Z | Compiling serde_repr v0.1.16 |
1612 | 2024-02-15T20:42:21.210Z | Compiling ff v0.13.0 |
1613 | 2024-02-15T20:42:21.486Z | Compiling scheduled-thread-pool v0.2.7 |
1614 | 2024-02-15T20:42:21.504Z | Compiling object v0.32.1 |
1615 | 2024-02-15T20:42:22.751Z | Compiling matches v0.1.10 |
1616 | 2024-02-15T20:42:22.852Z | Compiling bit-vec v0.6.3 |
1617 | 2024-02-15T20:42:23.288Z | Compiling regex-automata v0.1.10 |
1618 | 2024-02-15T20:42:23.792Z | Compiling deranged v0.3.8 |
1619 | 2024-02-15T20:42:24.285Z | Compiling base16ct v0.2.0 |
1620 | 2024-02-15T20:42:24.617Z | Compiling rustc-demangle v0.1.23 |
1621 | 2024-02-15T20:42:25.497Z | Compiling ipnet v2.9.0 |
1622 | 2024-02-15T20:42:25.669Z | Compiling num_threads v0.1.6 |
1623 | 2024-02-15T20:42:26.213Z | Compiling managed v0.8.0 |
1624 | 2024-02-15T20:42:26.622Z | Compiling clap_lex v0.5.1 |
1625 | 2024-02-15T20:42:26.757Z | Compiling pretty-hex v0.4.1 |
1626 | 2024-02-15T20:42:27.051Z | Compiling dof v0.3.0 |
1627 | 2024-02-15T20:42:27.190Z | Compiling clap_builder v4.4.2 |
1628 | 2024-02-15T20:42:30.542Z | Compiling time v0.3.27 |
1629 | 2024-02-15T20:42:30.639Z | Compiling sec1 v0.7.3 |
1630 | 2024-02-15T20:42:30.711Z | Compiling bstr v0.2.17 |
1631 | 2024-02-15T20:42:31.235Z | Compiling idna v0.2.3 |
1632 | 2024-02-15T20:42:31.980Z | Compiling r2d2 v0.8.10 |
1633 | 2024-02-15T20:42:32.374Z | Compiling group v0.13.0 |
1634 | 2024-02-15T20:42:32.819Z | Compiling inout v0.1.3 |
1635 | 2024-02-15T20:42:33.644Z | Compiling phf v0.11.2 |
1636 | 2024-02-15T20:42:33.917Z | Compiling hyper-tls v0.5.0 |
1637 | 2024-02-15T20:42:33.940Z | Compiling signal-hook-mio v0.2.3 |
1638 | 2024-02-15T20:42:34.046Z | Compiling hyper-rustls v0.24.2 |
1639 | 2024-02-15T20:42:34.091Z | Compiling bzip2 v0.4.4 |
1640 | 2024-02-15T20:42:34.252Z | Compiling flate2 v1.0.28 |
1641 | 2024-02-15T20:42:34.425Z | Compiling postgres-types v0.2.6 |
1642 | 2024-02-15T20:42:34.473Z | Compiling zerocopy v0.6.4 |
1643 | 2024-02-15T20:42:35.213Z | Compiling hubpack v0.1.2 |
1644 | 2024-02-15T20:42:35.334Z | Compiling serde_urlencoded v0.7.1 |
1645 | 2024-02-15T20:42:35.355Z | Compiling rustls-pemfile v1.0.3 |
1646 | 2024-02-15T20:42:35.369Z | Compiling phf_shared v0.10.0 |
1647 | 2024-02-15T20:42:35.631Z | Compiling hkdf v0.12.4 |
1648 | 2024-02-15T20:42:35.721Z | Compiling ipnetwork v0.20.0 |
1649 | 2024-02-15T20:42:35.880Z | Compiling futures-executor v0.3.30 |
1650 | 2024-02-15T20:42:36.119Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-02-15T20:42:36.558Z | Compiling regress v0.8.0 |
1652 | 2024-02-15T20:42:37.047Z | Compiling crypto-bigint v0.5.2 |
1653 | 2024-02-15T20:42:37.052Z | Compiling float-cmp v0.9.0 |
1654 | 2024-02-15T20:42:37.094Z | Compiling encoding_rs v0.8.33 |
1655 | 2024-02-15T20:42:38.766Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-02-15T20:42:40.035Z | Compiling predicates-core v1.0.6 |
1657 | 2024-02-15T20:42:40.332Z | Compiling fixedbitset v0.4.2 |
1658 | 2024-02-15T20:42:40.363Z | Compiling webpki-roots v0.25.2 |
1659 | 2024-02-15T20:42:40.530Z | Compiling normalize-line-endings v0.3.0 |
1660 | 2024-02-15T20:42:40.795Z | Compiling new_debug_unreachable v1.0.4 |
1661 | 2024-02-15T20:42:41.246Z | Compiling precomputed-hash v0.1.1 |
1662 | 2024-02-15T20:42:41.252Z | Compiling either v1.9.0 |
1663 | 2024-02-15T20:42:41.414Z | Compiling mime v0.3.17 |
1664 | 2024-02-15T20:42:42.344Z | Compiling regex-automata v0.3.8 |
1665 | 2024-02-15T20:42:42.347Z | Compiling data-encoding v2.4.0 |
1666 | 2024-02-15T20:42:43.729Z | Compiling difflib v0.4.0 |
1667 | 2024-02-15T20:42:43.868Z | Compiling static_assertions v1.1.0 |
1668 | 2024-02-15T20:42:43.976Z | Compiling whoami v1.4.1 |
1669 | 2024-02-15T20:42:44.286Z | Compiling tokio-postgres v0.7.10 |
1670 | 2024-02-15T20:42:44.925Z | Compiling predicates v3.1.0 |
1671 | 2024-02-15T20:42:44.944Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1672 | 2024-02-15T20:42:46.415Z | Compiling bstr v1.6.0 |
1673 | 2024-02-15T20:42:49.202Z | Compiling trust-dns-proto v0.22.0 |
1674 | 2024-02-15T20:42:49.645Z | Compiling reqwest v0.11.22 |
1675 | 2024-02-15T20:42:49.964Z | Compiling itertools v0.10.5 |
1676 | 2024-02-15T20:42:51.051Z | Compiling string_cache v0.8.7 |
1677 | 2024-02-15T20:42:51.505Z | Compiling petgraph v0.6.4 |
1678 | 2024-02-15T20:42:52.874Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1679 | 2024-02-15T20:42:57.332Z | Compiling nom v7.1.3 |
1680 | 2024-02-15T20:42:57.341Z | Compiling elliptic-curve v0.13.8 |
1681 | 2024-02-15T20:43:01.953Z | Compiling futures v0.3.30 |
1682 | 2024-02-15T20:43:02.013Z | Compiling diesel v2.1.4 |
1683 | 2024-02-15T20:43:02.072Z | Compiling yasna v0.5.2 |
1684 | 2024-02-15T20:43:02.476Z | Compiling zip v0.6.6 |
1685 | 2024-02-15T20:43:02.510Z | Compiling crossterm v0.27.0 |
1686 | 2024-02-15T20:43:03.254Z | Compiling cipher v0.4.4 |
1687 | 2024-02-15T20:43:03.741Z | Compiling similar v2.3.0 |
1688 | 2024-02-15T20:43:03.782Z | Compiling clap v4.4.3 |
1689 | 2024-02-15T20:43:03.896Z | Compiling bit-set v0.5.3 |
1690 | 2024-02-15T20:43:04.140Z | Compiling usdt v0.3.5 |
1691 | 2024-02-15T20:43:04.402Z | Compiling console v0.15.8 |
1692 | 2024-02-15T20:43:05.092Z | Compiling strum v0.25.0 |
1693 | 2024-02-15T20:43:05.726Z | Compiling tokio-stream v0.1.14 |
1694 | 2024-02-15T20:43:05.827Z | Compiling toml v0.7.8 |
1695 | 2024-02-15T20:43:05.901Z | Compiling hex v0.4.3 |
1696 | 2024-02-15T20:43:06.671Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-02-15T20:43:07.516Z | Compiling lalrpop-util v0.19.12 |
1698 | 2024-02-15T20:43:07.840Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1699 | 2024-02-15T20:43:09.515Z | Compiling proc-macro-crate v1.3.1 |
1700 | 2024-02-15T20:43:10.809Z | Compiling proc-macro-error v1.0.4 |
1701 | 2024-02-15T20:43:11.023Z | Compiling heapless v0.8.0 |
1702 | 2024-02-15T20:43:11.542Z | Compiling camino v1.1.6 |
1703 | 2024-02-15T20:43:13.866Z | Compiling num_enum_derive v0.5.11 |
1704 | 2024-02-15T20:43:22.885Z | Compiling atty v0.2.14 |
1705 | 2024-02-15T20:43:23.874Z | Compiling hash32 v0.3.1 |
1706 | 2024-02-15T20:43:24.657Z | Compiling smoltcp v0.11.0 |
1707 | 2024-02-15T20:43:25.281Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1708 | 2024-02-15T20:43:25.836Z | Compiling rustls-pki-types v1.1.0 |
1709 | 2024-02-15T20:43:26.120Z | Compiling ident_case v1.0.1 |
1710 | 2024-02-15T20:43:27.229Z | Compiling darling_core v0.20.3 |
1711 | 2024-02-15T20:43:33.431Z | Compiling num_enum v0.5.11 |
1712 | 2024-02-15T20:43:43.036Z | Compiling dirs-sys-next v0.1.2 |
1713 | 2024-02-15T20:43:45.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-02-15T20:43:45.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2024-02-15T20:43:45.617Z | Compiling cobs v0.2.3 |
1716 | 2024-02-15T20:43:46.141Z | Compiling embedded-io v0.4.0 |
1717 | 2024-02-15T20:43:46.422Z | Compiling rustls v0.22.2 |
1718 | 2024-02-15T20:43:52.335Z | Compiling postcard v1.0.8 |
1719 | 2024-02-15T20:43:59.547Z | Compiling dirs-next v2.0.0 |
1720 | 2024-02-15T20:44:04.484Z | Compiling darling_macro v0.20.3 |
1721 | 2024-02-15T20:44:06.201Z | Compiling rustls-webpki v0.102.1 |
1722 | 2024-02-15T20:44:06.823Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1723 | 2024-02-15T20:44:11.705Z | Compiling getopts v0.2.21 |
1724 | 2024-02-15T20:44:12.151Z | Compiling foreign-types-macros v0.2.3 |
1725 | 2024-02-15T20:44:12.626Z | Compiling structmeta-derive v0.3.0 |
1726 | 2024-02-15T20:44:13.681Z | Compiling thread_local v1.1.7 |
1727 | 2024-02-15T20:44:14.487Z | Compiling multer v3.0.0 |
1728 | 2024-02-15T20:44:14.532Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1729 | 2024-02-15T20:44:15.576Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-15T20:44:15.815Z | Compiling unsafe-libyaml v0.2.10 |
1731 | 2024-02-15T20:44:15.834Z | Compiling rayon-core v1.12.0 |
1732 | 2024-02-15T20:44:16.005Z | Compiling slog-async v2.8.0 |
1733 | 2024-02-15T20:44:16.165Z | Compiling foreign-types-shared v0.3.1 |
1734 | 2024-02-15T20:44:16.881Z | Compiling paste v1.0.14 |
1735 | 2024-02-15T20:44:17.382Z | Compiling match_cfg v0.1.0 |
1736 | 2024-02-15T20:44:17.449Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1737 | 2024-02-15T20:44:17.492Z | Compiling hostname v0.3.1 |
1738 | 2024-02-15T20:44:17.868Z | Compiling serde_yaml v0.9.25 |
1739 | 2024-02-15T20:44:23.196Z | Compiling foreign-types v0.5.0 |
1740 | 2024-02-15T20:44:23.877Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1741 | 2024-02-15T20:44:25.092Z | Compiling structmeta v0.3.0 |
1742 | 2024-02-15T20:44:26.476Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1743 | 2024-02-15T20:44:31.345Z | Compiling darling v0.20.3 |
1744 | 2024-02-15T20:44:34.761Z | Compiling term v0.7.0 |
1745 | 2024-02-15T20:44:36.992Z | Compiling slog-json v2.6.1 |
1746 | 2024-02-15T20:44:37.563Z | Compiling toml_edit v0.22.4 |
1747 | 2024-02-15T20:44:37.792Z | Compiling crossbeam-deque v0.8.3 |
1748 | 2024-02-15T20:44:38.213Z | Compiling is-terminal v0.4.9 |
1749 | 2024-02-15T20:44:39.610Z | Compiling crossbeam-channel v0.5.8 |
1750 | 2024-02-15T20:44:41.017Z | Compiling http v1.0.0 |
1751 | 2024-02-15T20:44:41.377Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1752 | 2024-02-15T20:44:42.019Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1753 | 2024-02-15T20:44:42.208Z | Compiling async-stream-impl v0.3.5 |
1754 | 2024-02-15T20:44:42.871Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-02-15T20:44:43.118Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1756 | 2024-02-15T20:44:43.205Z | Compiling crucible-workspace-hack v0.1.0 |
1757 | 2024-02-15T20:44:43.439Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1758 | 2024-02-15T20:44:43.934Z | Compiling fastrand v2.0.1 |
1759 | 2024-02-15T20:44:43.940Z | Compiling take_mut v0.2.2 |
1760 | 2024-02-15T20:44:43.940Z | Compiling pretty-hex v0.2.1 |
1761 | 2024-02-15T20:44:43.940Z | Compiling atomic-waker v1.1.1 |
1762 | 2024-02-15T20:44:44.095Z | Compiling waitgroup v0.1.2 |
1763 | 2024-02-15T20:44:44.136Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1764 | 2024-02-15T20:44:44.352Z | Compiling tempfile v3.10.0 |
1765 | 2024-02-15T20:44:44.594Z | Compiling async-stream v0.3.5 |
1766 | 2024-02-15T20:44:45.104Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-02-15T20:44:46.382Z | Compiling toml v0.8.10 |
1768 | 2024-02-15T20:44:47.442Z | Compiling colored v2.0.4 |
1769 | 2024-02-15T20:44:48.881Z | Compiling slog-bunyan v2.5.0 |
1770 | 2024-02-15T20:44:49.275Z | Compiling slog-term v2.9.0 |
1771 | 2024-02-15T20:44:49.467Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1772 | 2024-02-15T20:44:51.575Z | Compiling tokio-rustls v0.25.0 |
1773 | 2024-02-15T20:44:52.077Z | Compiling serde_with_macros v3.6.0 |
1774 | 2024-02-15T20:44:52.249Z | Compiling parse-display-derive v0.9.0 |
1775 | 2024-02-15T20:44:53.434Z | Compiling rustls-pemfile v2.0.0 |
1776 | 2024-02-15T20:44:54.176Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1777 | 2024-02-15T20:44:54.922Z | Compiling sha1 v0.10.6 |
1778 | 2024-02-15T20:44:55.739Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1779 | 2024-02-15T20:44:55.884Z | Compiling textwrap v0.11.0 |
1780 | 2024-02-15T20:44:56.826Z | Compiling heck v0.3.3 |
1781 | 2024-02-15T20:44:57.867Z | Compiling serde_path_to_error v0.1.15 |
1782 | 2024-02-15T20:44:57.867Z | Compiling strum_macros v0.26.1 |
1783 | 2024-02-15T20:44:57.867Z | Compiling instant v0.1.12 |
1784 | 2024-02-15T20:44:57.867Z | Compiling vec_map v0.8.2 |
1785 | 2024-02-15T20:44:57.878Z | Compiling debug-ignore v1.0.5 |
1786 | 2024-02-15T20:44:58.046Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1787 | 2024-02-15T20:44:58.170Z | Compiling libefi-sys v0.1.0 |
1788 | 2024-02-15T20:44:58.425Z | Compiling ansi_term v0.12.1 |
1789 | 2024-02-15T20:44:58.913Z | Compiling strsim v0.8.0 |
1790 | 2024-02-15T20:44:59.315Z | Compiling clap v2.34.0 |
1791 | 2024-02-15T20:44:59.922Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1792 | 2024-02-15T20:45:01.902Z | Compiling strum v0.26.1 |
1793 | 2024-02-15T20:45:02.105Z | Compiling backoff v0.4.0 |
1794 | 2024-02-15T20:45:02.518Z | Compiling structopt-derive v0.4.18 |
1795 | 2024-02-15T20:45:02.824Z | Compiling parse-display v0.9.0 |
1796 | 2024-02-15T20:45:03.007Z | Compiling serde_with v3.6.0 |
1797 | 2024-02-15T20:45:04.799Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1798 | 2024-02-15T20:45:05.344Z | Compiling rayon v1.8.0 |
1799 | 2024-02-15T20:45:05.575Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1800 | 2024-02-15T20:45:05.825Z | Compiling camino-tempfile v1.1.1 |
1801 | 2024-02-15T20:45:06.773Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1802 | 2024-02-15T20:45:06.961Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1803 | 2024-02-15T20:45:07.508Z | Compiling zone_cfg_derive v0.3.0 |
1804 | 2024-02-15T20:45:07.754Z | Compiling macaddr v1.0.1 |
1805 | 2024-02-15T20:45:08.493Z | Compiling num-derive v0.4.0 |
1806 | 2024-02-15T20:45:08.919Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1807 | 2024-02-15T20:45:09.329Z | Compiling blake3 v1.5.0 |
1808 | 2024-02-15T20:45:09.929Z | Compiling portable-atomic v1.4.3 |
1809 | 2024-02-15T20:45:10.758Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1810 | 2024-02-15T20:45:11.299Z | Compiling zone v0.3.0 |
1811 | 2024-02-15T20:45:11.389Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1812 | 2024-02-15T20:45:12.498Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1813 | 2024-02-15T20:45:13.097Z | Compiling structopt v0.3.26 |
1814 | 2024-02-15T20:45:14.182Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1815 | 2024-02-15T20:45:14.472Z | Compiling smf v0.2.2 |
1816 | 2024-02-15T20:45:15.242Z | Compiling xattr v1.0.1 |
1817 | 2024-02-15T20:45:15.298Z | Compiling memmap2 v0.7.1 |
1818 | 2024-02-15T20:45:15.391Z | Compiling filetime v0.2.23 |
1819 | 2024-02-15T20:45:15.552Z | Compiling arrayref v0.3.7 |
1820 | 2024-02-15T20:45:15.668Z | Compiling arrayvec v0.7.4 |
1821 | 2024-02-15T20:45:15.779Z | Compiling same-file v1.0.6 |
1822 | 2024-02-15T20:45:15.877Z | Compiling constant_time_eq v0.3.0 |
1823 | 2024-02-15T20:45:16.062Z | Compiling walkdir v2.4.0 |
1824 | 2024-02-15T20:45:16.074Z | Compiling tar v0.4.40 |
1825 | 2024-02-15T20:45:17.962Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1826 | 2024-02-15T20:45:18.574Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1827 | 2024-02-15T20:45:19.017Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1828 | 2024-02-15T20:45:20.900Z | Compiling gethostname v0.4.3 |
1829 | 2024-02-15T20:45:21.169Z | Compiling topological-sort v0.2.2 |
1830 | 2024-02-15T20:45:21.399Z | Compiling number_prefix v0.4.0 |
1831 | 2024-02-15T20:45:21.449Z | Compiling omicron-zone-package v0.11.0 |
1832 | 2024-02-15T20:45:21.698Z | Compiling indicatif v0.17.8 |
1833 | 2024-02-15T20:45:22.261Z | Compiling swrite v0.1.0 |
1834 | 2024-02-15T20:45:34.592Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1835 | 2024-02-15T20:45:35.045Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1836 | 2024-02-15T20:45:35.045Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1837 | 2024-02-15T20:45:52.227Z | Finished release [optimized] target(s) in 5m 10s |
1838 | 2024-02-15T20:45:52.457Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1839 | 2024-02-15T20:45:52.509Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1840 | 2024-02-15T20:45:52.522Z | Created new build target 'test' and set it as active |
1841 | 2024-02-15T20:45:52.522Z | |
1842 | 2024-02-15T20:45:52.522Z | real 5:10.386218883 |
1843 | 2024-02-15T20:45:52.522Z | user 33:07.555457316 |
1844 | 2024-02-15T20:45:52.522Z | sys 3:46.862310512 |
1845 | 2024-02-15T20:45:52.522Z | trap 0.961501818 |
1846 | 2024-02-15T20:45:52.522Z | tflt 5.845516016 |
1847 | 2024-02-15T20:45:52.522Z | dflt 3.063437460 |
1848 | 2024-02-15T20:45:52.522Z | kflt 0.047744163 |
1849 | 2024-02-15T20:45:52.522Z | lock 1:10:22.867298257 |
1850 | 2024-02-15T20:45:52.522Z | slp 1:34:09.856513300 |
1851 | 2024-02-15T20:45:52.522Z | lat 2:04.168835232 |
1852 | 2024-02-15T20:45:52.522Z | stop 3:17.160234979 |
1853 | 2024-02-15T20:45:52.522Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1854 | 2024-02-15T20:45:53.198Z | Finished release [optimized] target(s) in 0.63s |
1855 | 2024-02-15T20:45:53.219Z | Running `target/release/omicron-package -t test package` |
1856 | 2024-02-15T20:45:53.245Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1857 | 2024-02-15T20:45:53.961Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1858 | 2024-02-15T20:45:53.966Z | Compiling linked-hash-map v0.5.6 |
1859 | 2024-02-15T20:45:53.966Z | Compiling usdt-macro v0.5.0 |
1860 | 2024-02-15T20:45:53.966Z | Compiling usdt-attr-macro v0.5.0 |
1861 | 2024-02-15T20:45:54.026Z | Compiling memmap v0.7.0 |
1862 | 2024-02-15T20:45:54.031Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1863 | 2024-02-15T20:45:54.031Z | Compiling password-hash v0.5.0 |
1864 | 2024-02-15T20:45:54.047Z | Compiling blake2 v0.10.6 |
1865 | 2024-02-15T20:45:54.397Z | Compiling lru-cache v0.1.2 |
1866 | 2024-02-15T20:45:54.465Z | Compiling semver v0.1.20 |
1867 | 2024-02-15T20:45:54.588Z | Compiling argon2 v0.5.3 |
1868 | 2024-02-15T20:45:55.083Z | Compiling rustc_version v0.1.7 |
1869 | 2024-02-15T20:45:55.387Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1870 | 2024-02-15T20:45:55.408Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1871 | 2024-02-15T20:45:55.460Z | Compiling newtype_derive v0.1.6 |
1872 | 2024-02-15T20:45:55.551Z | Compiling usdt v0.5.0 |
1873 | 2024-02-15T20:45:55.659Z | Compiling rayon-core v1.12.0 |
1874 | 2024-02-15T20:45:55.698Z | Compiling crossbeam-deque v0.8.3 |
1875 | 2024-02-15T20:45:55.769Z | Compiling same-file v1.0.6 |
1876 | 2024-02-15T20:45:55.986Z | Compiling quick-error v1.2.3 |
1877 | 2024-02-15T20:45:55.997Z | Compiling fastrand v2.0.1 |
1878 | 2024-02-15T20:45:56.121Z | Compiling resolv-conf v0.7.0 |
1879 | 2024-02-15T20:45:56.914Z | Compiling tempfile v3.10.0 |
1880 | 2024-02-15T20:45:56.920Z | Compiling walkdir v2.4.0 |
1881 | 2024-02-15T20:45:57.125Z | Compiling itertools v0.12.1 |
1882 | 2024-02-15T20:45:57.199Z | Compiling camino v1.1.6 |
1883 | 2024-02-15T20:45:57.261Z | Compiling semver-parser v0.10.2 |
1884 | 2024-02-15T20:45:57.278Z | Compiling slog-dtrace v0.3.0 |
1885 | 2024-02-15T20:45:57.439Z | Compiling blake3 v1.5.0 |
1886 | 2024-02-15T20:45:57.734Z | Compiling rayon v1.8.0 |
1887 | 2024-02-15T20:45:57.766Z | Compiling trust-dns-resolver v0.22.0 |
1888 | 2024-02-15T20:45:58.085Z | Compiling semver v0.11.0 |
1889 | 2024-02-15T20:45:58.589Z | Compiling nibble_vec v0.1.0 |
1890 | 2024-02-15T20:45:58.772Z | Compiling xattr v1.0.1 |
1891 | 2024-02-15T20:45:58.833Z | Compiling memmap2 v0.7.1 |
1892 | 2024-02-15T20:45:59.012Z | Compiling filetime v0.2.23 |
1893 | 2024-02-15T20:45:59.514Z | Compiling arrayvec v0.7.4 |
1894 | 2024-02-15T20:45:59.514Z | Compiling arrayref v0.3.7 |
1895 | 2024-02-15T20:45:59.514Z | Compiling home v0.5.5 |
1896 | 2024-02-15T20:45:59.514Z | Compiling constant_time_eq v0.3.0 |
1897 | 2024-02-15T20:45:59.515Z | Compiling endian-type v0.1.2 |
1898 | 2024-02-15T20:45:59.522Z | Compiling toolchain_find v0.2.0 |
1899 | 2024-02-15T20:45:59.542Z | Compiling tar v0.4.40 |
1900 | 2024-02-15T20:45:59.682Z | Compiling radix_trie v0.2.1 |
1901 | 2024-02-15T20:46:00.025Z | Compiling camino-tempfile v1.1.1 |
1902 | 2024-02-15T20:46:00.413Z | Compiling steno v0.4.0 |
1903 | 2024-02-15T20:46:00.874Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1904 | 2024-02-15T20:46:01.386Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1905 | 2024-02-15T20:46:01.797Z | Compiling toml_edit v0.22.4 |
1906 | 2024-02-15T20:46:02.207Z | Compiling toml v0.5.11 |
1907 | 2024-02-15T20:46:02.455Z | Compiling num-rational v0.4.1 |
1908 | 2024-02-15T20:46:03.212Z | Compiling radium v0.7.0 |
1909 | 2024-02-15T20:46:03.256Z | Compiling topological-sort v0.2.2 |
1910 | 2024-02-15T20:46:03.458Z | Compiling omicron-zone-package v0.11.0 |
1911 | 2024-02-15T20:46:03.855Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1912 | 2024-02-15T20:46:04.068Z | Compiling rustfmt-wrapper v0.2.0 |
1913 | 2024-02-15T20:46:04.638Z | Compiling maybe-uninit v2.0.0 |
1914 | 2024-02-15T20:46:05.524Z | Compiling toml v0.8.10 |
1915 | 2024-02-15T20:46:05.607Z | Compiling tap v1.0.1 |
1916 | 2024-02-15T20:46:05.805Z | Compiling cancel-safe-futures v0.1.5 |
1917 | 2024-02-15T20:46:06.184Z | Compiling wyz v0.5.1 |
1918 | 2024-02-15T20:46:07.307Z | Compiling num-complex v0.4.4 |
1919 | 2024-02-15T20:46:08.704Z | Compiling crc-catalog v2.2.0 |
1920 | 2024-02-15T20:46:09.248Z | Compiling packed_struct v0.10.1 |
1921 | 2024-02-15T20:46:09.252Z | Compiling funty v2.0.0 |
1922 | 2024-02-15T20:46:09.252Z | Compiling num-bigint-dig v0.8.4 |
1923 | 2024-02-15T20:46:09.297Z | Compiling crc v3.0.1 |
1924 | 2024-02-15T20:46:09.382Z | Compiling num v0.4.1 |
1925 | 2024-02-15T20:46:09.511Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1926 | 2024-02-15T20:46:10.018Z | Compiling fxhash v0.2.1 |
1927 | 2024-02-15T20:46:10.170Z | Compiling packed_struct_codegen v0.10.1 |
1928 | 2024-02-15T20:46:10.237Z | Compiling bitvec v1.0.1 |
1929 | 2024-02-15T20:46:10.554Z | Compiling indexmap v1.9.3 |
1930 | 2024-02-15T20:46:10.881Z | Compiling nodrop v0.1.14 |
1931 | 2024-02-15T20:46:10.994Z | Compiling utf-8 v0.7.6 |
1932 | 2024-02-15T20:46:11.389Z | Compiling tungstenite v0.20.1 |
1933 | 2024-02-15T20:46:11.972Z | Compiling array-init v0.0.4 |
1934 | 2024-02-15T20:46:12.885Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1935 | 2024-02-15T20:46:13.401Z | Compiling smallvec v0.6.14 |
1936 | 2024-02-15T20:46:13.873Z | Compiling pkcs1 v0.7.5 |
1937 | 2024-02-15T20:46:17.243Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1938 | 2024-02-15T20:46:18.061Z | Compiling signature v2.1.0 |
1939 | 2024-02-15T20:46:18.074Z | Compiling unicase v2.7.0 |
1940 | 2024-02-15T20:46:18.218Z | Compiling half v2.3.1 |
1941 | 2024-02-15T20:46:19.015Z | Compiling hashbrown v0.12.3 |
1942 | 2024-02-15T20:46:19.544Z | Compiling ciborium-io v0.2.2 |
1943 | 2024-02-15T20:46:19.690Z | Compiling termcolor v1.2.0 |
1944 | 2024-02-15T20:46:20.710Z | Compiling bitfield v0.14.0 |
1945 | 2024-02-15T20:46:20.738Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1946 | 2024-02-15T20:46:21.044Z | Compiling env_logger v0.10.0 |
1947 | 2024-02-15T20:46:21.612Z | Compiling ciborium-ll v0.2.2 |
1948 | 2024-02-15T20:46:22.589Z | Compiling rsa v0.9.2 |
1949 | 2024-02-15T20:46:24.881Z | Compiling serde-hex v0.1.0 |
1950 | 2024-02-15T20:46:25.911Z | Compiling tokio-tungstenite v0.20.1 |
1951 | 2024-02-15T20:46:26.524Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2024-02-15T20:46:26.889Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1953 | 2024-02-15T20:46:26.893Z | Compiling x509-cert v0.2.4 |
1954 | 2024-02-15T20:46:27.562Z | Compiling ron v0.8.1 |
1955 | 2024-02-15T20:46:30.380Z | Compiling hashbrown v0.13.2 |
1956 | 2024-02-15T20:46:31.768Z | Compiling display-error-chain v0.2.0 |
1957 | 2024-02-15T20:46:31.956Z | Compiling crc-any v2.4.3 |
1958 | 2024-02-15T20:46:32.942Z | Compiling arc-swap v1.6.0 |
1959 | 2024-02-15T20:46:33.707Z | Compiling slog-scope v4.4.0 |
1960 | 2024-02-15T20:46:34.053Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1961 | 2024-02-15T20:46:34.623Z | Compiling object v0.30.4 |
1962 | 2024-02-15T20:46:40.395Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1963 | 2024-02-15T20:46:41.170Z | Compiling ciborium v0.2.2 |
1964 | 2024-02-15T20:46:42.213Z | Compiling libsw v3.3.1 |
1965 | 2024-02-15T20:46:42.566Z | Compiling derive-where v1.2.7 |
1966 | 2024-02-15T20:46:43.514Z | Compiling linear-map v1.2.0 |
1967 | 2024-02-15T20:46:43.916Z | Compiling owo-colors v4.0.0 |
1968 | 2024-02-15T20:46:45.883Z | Compiling path-slash v0.1.5 |
1969 | 2024-02-15T20:46:46.094Z | Compiling parking_lot_core v0.8.6 |
1970 | 2024-02-15T20:46:46.518Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1971 | 2024-02-15T20:46:47.390Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1972 | 2024-02-15T20:46:49.153Z | Compiling slog-stdlog v4.1.1 |
1973 | 2024-02-15T20:46:50.269Z | Compiling dirs-sys-next v0.1.2 |
1974 | 2024-02-15T20:46:50.634Z | Compiling crunchy v0.2.2 |
1975 | 2024-02-15T20:46:50.792Z | Compiling glob v0.3.1 |
1976 | 2024-02-15T20:46:51.135Z | Compiling convert_case v0.4.0 |
1977 | 2024-02-15T20:46:51.631Z | Compiling clang-sys v1.6.1 |
1978 | 2024-02-15T20:46:51.912Z | Compiling derive_more v0.99.17 |
1979 | 2024-02-15T20:46:52.754Z | Compiling dirs-next v2.0.0 |
1980 | 2024-02-15T20:46:52.758Z | Compiling slog-envlogger v2.2.0 |
1981 | 2024-02-15T20:46:53.939Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1982 | 2024-02-15T20:46:55.319Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1983 | 2024-02-15T20:46:57.177Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1984 | 2024-02-15T20:46:59.058Z | Compiling prettyplease v0.2.16 |
1985 | 2024-02-15T20:46:59.390Z | Compiling tiny-keccak v2.0.2 |
1986 | 2024-02-15T20:46:59.407Z | Compiling platforms v3.0.2 |
1987 | 2024-02-15T20:46:59.712Z | Compiling parking_lot v0.11.2 |
1988 | 2024-02-15T20:46:59.762Z | Compiling mime_guess v2.0.4 |
1989 | 2024-02-15T20:47:00.921Z | Compiling term v0.7.0 |
1990 | 2024-02-15T20:47:02.192Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1991 | 2024-02-15T20:47:02.404Z | Compiling trust-dns-client v0.22.0 |
1992 | 2024-02-15T20:47:03.067Z | Compiling darling_core v0.14.4 |
1993 | 2024-02-15T20:47:03.949Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1994 | 2024-02-15T20:47:08.239Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1995 | 2024-02-15T20:47:09.460Z | Compiling pem v3.0.2 |
1996 | 2024-02-15T20:47:11.082Z | Compiling darling_macro v0.14.4 |
1997 | 2024-02-15T20:47:12.046Z | Compiling trust-dns-server v0.22.1 |
1998 | 2024-02-15T20:47:13.428Z | Compiling ascii-canvas v3.0.0 |
1999 | 2024-02-15T20:47:13.877Z | Compiling sled v0.34.7 |
2000 | 2024-02-15T20:47:14.457Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2001 | 2024-02-15T20:47:19.761Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2002 | 2024-02-15T20:47:19.998Z | Compiling is-terminal v0.4.9 |
2003 | 2024-02-15T20:47:20.117Z | Compiling ena v0.14.2 |
2004 | 2024-02-15T20:47:20.132Z | Compiling vte_generate_state_changes v0.1.1 |
2005 | 2024-02-15T20:47:20.527Z | Compiling libloading v0.7.4 |
2006 | 2024-02-15T20:47:20.758Z | Compiling diff v0.1.13 |
2007 | 2024-02-15T20:47:20.886Z | Compiling regex-syntax v0.6.29 |
2008 | 2024-02-15T20:47:21.307Z | Compiling bindgen v0.69.2 |
2009 | 2024-02-15T20:47:26.545Z | Compiling lalrpop v0.19.12 |
2010 | 2024-02-15T20:47:28.426Z | Compiling vte v0.11.1 |
2011 | 2024-02-15T20:47:30.416Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2012 | 2024-02-15T20:47:33.530Z | Compiling curve25519-dalek v4.1.1 |
2013 | 2024-02-15T20:47:34.975Z | Compiling darling v0.14.4 |
2014 | 2024-02-15T20:47:35.928Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2015 | 2024-02-15T20:47:37.815Z | Compiling cexpr v0.6.0 |
2016 | 2024-02-15T20:47:39.339Z | Compiling which v4.4.0 |
2017 | 2024-02-15T20:47:39.881Z | Compiling kstat-rs v0.2.3 |
2018 | 2024-02-15T20:47:41.137Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-02-15T20:47:41.889Z | Compiling memoffset v0.7.1 |
2020 | 2024-02-15T20:47:42.235Z | Compiling shlex v1.3.0 |
2021 | 2024-02-15T20:47:42.639Z | Compiling buf-list v1.0.3 |
2022 | 2024-02-15T20:47:43.631Z | Compiling keccak v0.1.4 |
2023 | 2024-02-15T20:47:44.225Z | Compiling doc-comment v0.3.3 |
2024 | 2024-02-15T20:47:44.748Z | Compiling bytecount v0.6.3 |
2025 | 2024-02-15T20:47:45.074Z | Compiling rustc-hash v1.1.0 |
2026 | 2024-02-15T20:47:45.218Z | Compiling peeking_take_while v0.1.2 |
2027 | 2024-02-15T20:47:45.355Z | Compiling lazycell v1.3.0 |
2028 | 2024-02-15T20:47:45.371Z | Compiling papergrid v0.11.0 |
2029 | 2024-02-15T20:47:50.195Z | Compiling sha3 v0.10.8 |
2030 | 2024-02-15T20:47:50.864Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-02-15T20:47:51.046Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2032 | 2024-02-15T20:47:51.070Z | Compiling derive_builder_core v0.12.0 |
2033 | 2024-02-15T20:47:52.908Z | Compiling strip-ansi-escapes v0.2.0 |
2034 | 2024-02-15T20:47:53.638Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2035 | 2024-02-15T20:47:55.462Z | Compiling polar-core v0.27.0 |
2036 | 2024-02-15T20:47:56.941Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2037 | 2024-02-15T20:47:58.476Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2038 | 2024-02-15T20:47:59.469Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2039 | 2024-02-15T20:47:59.909Z | Compiling tabled_derive v0.7.0 |
2040 | 2024-02-15T20:48:00.420Z | Compiling fd-lock v4.0.2 |
2041 | 2024-02-15T20:48:00.641Z | Compiling fd-lock v3.0.13 |
2042 | 2024-02-15T20:48:00.844Z | Compiling headers-core v0.2.0 |
2043 | 2024-02-15T20:48:01.026Z | Compiling universal-hash v0.5.1 |
2044 | 2024-02-15T20:48:01.248Z | Compiling nix v0.27.1 |
2045 | 2024-02-15T20:48:01.549Z | Compiling secrecy v0.8.0 |
2046 | 2024-02-15T20:48:01.833Z | Compiling libxml v0.3.3 |
2047 | 2024-02-15T20:48:02.140Z | Compiling curve25519-dalek-derive v0.1.0 |
2048 | 2024-02-15T20:48:02.232Z | Compiling pin-project-internal v1.1.3 |
2049 | 2024-02-15T20:48:03.672Z | Compiling thiserror-impl-no-std v2.0.2 |
2050 | 2024-02-15T20:48:04.276Z | Compiling sqlparser_derive v0.2.2 |
2051 | 2024-02-15T20:48:05.179Z | Compiling ref-cast v1.0.20 |
2052 | 2024-02-15T20:48:05.686Z | Compiling unicode_categories v0.1.1 |
2053 | 2024-02-15T20:48:05.686Z | Compiling nu-ansi-term v0.49.0 |
2054 | 2024-02-15T20:48:05.686Z | Compiling opaque-debug v0.3.0 |
2055 | 2024-02-15T20:48:05.733Z | Compiling poly1305 v0.8.0 |
2056 | 2024-02-15T20:48:05.764Z | Compiling reedline v0.28.0 |
2057 | 2024-02-15T20:48:06.391Z | Compiling thiserror-no-std v2.0.2 |
2058 | 2024-02-15T20:48:06.508Z | Compiling sqlformat v0.2.3 |
2059 | 2024-02-15T20:48:06.750Z | Compiling sqlparser v0.43.1 |
2060 | 2024-02-15T20:48:07.367Z | Compiling rustyline v13.0.0 |
2061 | 2024-02-15T20:48:07.458Z | Compiling pin-project v1.1.3 |
2062 | 2024-02-15T20:48:08.015Z | Compiling tabled v0.15.0 |
2063 | 2024-02-15T20:48:21.117Z | Compiling headers v0.3.9 |
2064 | 2024-02-15T20:48:21.117Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2065 | 2024-02-15T20:48:21.117Z | Compiling derive_builder_macro v0.12.0 |
2066 | 2024-02-15T20:48:21.117Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2067 | 2024-02-15T20:48:21.117Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2068 | 2024-02-15T20:48:21.278Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2069 | 2024-02-15T20:48:21.960Z | Compiling chacha20 v0.9.1 |
2070 | 2024-02-15T20:48:22.029Z | Compiling aead v0.5.2 |
2071 | 2024-02-15T20:48:22.331Z | Compiling strum_macros v0.24.3 |
2072 | 2024-02-15T20:48:25.886Z | Compiling bcs v0.1.6 |
2073 | 2024-02-15T20:48:26.671Z | Compiling snafu-derive v0.7.5 |
2074 | 2024-02-15T20:48:26.779Z | Compiling ref-cast-impl v1.0.20 |
2075 | 2024-02-15T20:48:27.896Z | Compiling fs-err v2.11.0 |
2076 | 2024-02-15T20:48:27.943Z | Compiling cookie v0.18.0 |
2077 | 2024-02-15T20:48:28.217Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2078 | 2024-02-15T20:48:28.644Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2079 | 2024-02-15T20:48:28.644Z | Compiling highway v1.1.0 |
2080 | 2024-02-15T20:48:28.644Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2081 | 2024-02-15T20:48:28.930Z | Compiling indoc v1.0.9 |
2082 | 2024-02-15T20:48:29.415Z | Compiling signature v1.6.4 |
2083 | 2024-02-15T20:48:29.571Z | Compiling salty v0.2.0 |
2084 | 2024-02-15T20:48:29.988Z | Compiling ed25519 v1.5.3 |
2085 | 2024-02-15T20:48:30.063Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2086 | 2024-02-15T20:48:30.785Z | Compiling chacha20poly1305 v0.10.1 |
2087 | 2024-02-15T20:48:31.056Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2088 | 2024-02-15T20:48:31.753Z | Compiling snafu v0.7.5 |
2089 | 2024-02-15T20:48:32.909Z | Compiling derive_builder v0.12.0 |
2090 | 2024-02-15T20:48:33.314Z | Compiling vsss-rs v3.3.4 |
2091 | 2024-02-15T20:48:38.533Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2092 | 2024-02-15T20:48:39.257Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2093 | 2024-02-15T20:48:39.273Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2094 | 2024-02-15T20:48:39.579Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2095 | 2024-02-15T20:48:39.612Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2096 | 2024-02-15T20:48:40.059Z | Compiling globset v0.4.13 |
2097 | 2024-02-15T20:48:44.122Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2098 | 2024-02-15T20:48:44.898Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2099 | 2024-02-15T20:48:46.912Z | Compiling olpc-cjson v0.1.3 |
2100 | 2024-02-15T20:48:47.280Z | Compiling bb8 v0.8.3 |
2101 | 2024-02-15T20:48:47.506Z | Compiling quick-xml v0.30.0 |
2102 | 2024-02-15T20:48:48.195Z | Compiling serde_plain v1.0.2 |
2103 | 2024-02-15T20:48:48.200Z | Compiling serde-big-array v0.5.1 |
2104 | 2024-02-15T20:48:48.200Z | Compiling async-recursion v1.0.5 |
2105 | 2024-02-15T20:48:48.616Z | Compiling oso-derive v0.27.0 |
2106 | 2024-02-15T20:48:48.873Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2107 | 2024-02-15T20:48:48.917Z | Compiling impl-trait-for-tuples v0.2.2 |
2108 | 2024-02-15T20:48:49.280Z | Compiling typed-path v0.7.0 |
2109 | 2024-02-15T20:48:49.714Z | Compiling http-range v0.1.5 |
2110 | 2024-02-15T20:48:50.746Z | Compiling maplit v1.0.2 |
2111 | 2024-02-15T20:48:50.754Z | Compiling hyper-staticfile v0.9.5 |
2112 | 2024-02-15T20:48:51.327Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2113 | 2024-02-15T20:48:51.855Z | Compiling tough v0.16.0 |
2114 | 2024-02-15T20:48:53.881Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2115 | 2024-02-15T20:48:58.990Z | Compiling oso v0.27.0 |
2116 | 2024-02-15T20:49:01.879Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2117 | 2024-02-15T20:49:13.061Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2118 | 2024-02-15T20:49:30.503Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2119 | 2024-02-15T20:49:30.513Z | Compiling signal-hook-tokio v0.3.1 |
2120 | 2024-02-15T20:49:31.090Z | Compiling serde-big-array v0.4.1 |
2121 | 2024-02-15T20:49:31.119Z | Compiling parse-size v1.0.0 |
2122 | 2024-02-15T20:49:31.215Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2123 | 2024-02-15T20:49:31.861Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2124 | 2024-02-15T20:49:31.945Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2125 | 2024-02-15T20:49:33.907Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2126 | 2024-02-15T20:49:36.345Z | Compiling castaway v0.2.2 |
2127 | 2024-02-15T20:49:36.533Z | Compiling corncobs v0.1.3 |
2128 | 2024-02-15T20:49:37.383Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2129 | 2024-02-15T20:49:37.859Z | Compiling compact_str v0.7.1 |
2130 | 2024-02-15T20:49:39.576Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2131 | 2024-02-15T20:49:45.087Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2132 | 2024-02-15T20:49:47.082Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2133 | 2024-02-15T20:49:47.531Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2134 | 2024-02-15T20:49:47.857Z | Compiling lru v0.12.1 |
2135 | 2024-02-15T20:49:48.367Z | Compiling stability v0.1.1 |
2136 | 2024-02-15T20:49:49.388Z | Compiling indoc v2.0.3 |
2137 | 2024-02-15T20:49:50.184Z | Compiling cassowary v0.3.0 |
2138 | 2024-02-15T20:49:53.928Z | Compiling ratatui v0.26.1 |
2139 | 2024-02-15T20:49:54.822Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2140 | 2024-02-15T20:49:59.958Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2141 | 2024-02-15T20:50:00.466Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2142 | 2024-02-15T20:50:01.434Z | Compiling rcgen v0.12.1 |
2143 | 2024-02-15T20:50:13.268Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2144 | 2024-02-15T20:50:14.212Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2145 | 2024-02-15T20:50:15.573Z | Compiling atomicwrites v0.4.3 |
2146 | 2024-02-15T20:50:15.627Z | Compiling subprocess v0.2.9 |
2147 | 2024-02-15T20:50:20.709Z | Compiling smawk v0.3.1 |
2148 | 2024-02-15T20:50:20.929Z | Compiling unicode-linebreak v0.1.5 |
2149 | 2024-02-15T20:50:21.489Z | Compiling textwrap v0.16.0 |
2150 | 2024-02-15T20:50:25.220Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2151 | 2024-02-15T20:50:31.587Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2152 | 2024-02-15T20:50:32.852Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2153 | 2024-02-15T20:50:40.191Z | Compiling fatfs v0.3.6 |
2154 | 2024-02-15T20:50:41.333Z | Compiling nanorand v0.7.0 |
2155 | 2024-02-15T20:50:41.653Z | Compiling rtoolbox v0.0.1 |
2156 | 2024-02-15T20:50:42.118Z | Compiling humantime v2.1.0 |
2157 | 2024-02-15T20:50:43.016Z | Compiling assert_matches v1.5.0 |
2158 | 2024-02-15T20:50:43.125Z | Compiling is_ci v1.1.1 |
2159 | 2024-02-15T20:50:43.397Z | Compiling supports-color v2.1.0 |
2160 | 2024-02-15T20:50:43.514Z | Compiling rpassword v7.3.1 |
2161 | 2024-02-15T20:50:43.955Z | Compiling flume v0.11.0 |
2162 | 2024-02-15T20:50:44.088Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2163 | 2024-02-15T20:50:44.762Z | Compiling tui-tree-widget v0.17.0 |
2164 | 2024-02-15T20:50:45.132Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2165 | 2024-02-15T20:50:52.934Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2166 | 2024-02-15T20:50:53.249Z | Compiling toml_edit v0.21.1 |
2167 | 2024-02-15T20:50:55.135Z | Compiling csv-core v0.1.11 |
2168 | 2024-02-15T20:50:56.195Z | Compiling shell-words v1.1.0 |
2169 | 2024-02-15T20:50:57.076Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2170 | 2024-02-15T20:51:16.290Z | Compiling csv v1.3.0 |
2171 | 2024-02-15T20:51:18.698Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2172 | 2024-02-15T20:51:32.596Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2173 | 2024-02-15T20:51:42.160Z | Compiling multimap v0.8.3 |
2174 | 2024-02-15T20:52:54.640Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2175 | 2024-02-15T20:53:08.344Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2176 | 2024-02-15T20:53:14.798Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2024-02-15T20:59:26.483Z | Finished release [optimized] target(s) in 13m 32s |
2178 | 2024-02-15T21:00:38.456Z | |
2179 | 2024-02-15T21:00:38.459Z | real 14:45.214941050 |
2180 | 2024-02-15T21:00:38.459Z | user 1:40:32.575268008 |
2181 | 2024-02-15T21:00:38.459Z | sys 4:21.954502950 |
2182 | 2024-02-15T21:00:38.459Z | trap 2.319091629 |
2183 | 2024-02-15T21:00:38.459Z | tflt 1.727047327 |
2184 | 2024-02-15T21:00:38.459Z | dflt 2.524808126 |
2185 | 2024-02-15T21:00:38.460Z | kflt 0.020054798 |
2186 | 2024-02-15T21:00:38.460Z | lock 6:14:46.527926837 |
2187 | 2024-02-15T21:00:38.460Z | slp 3:55:01.125531416 |
2188 | 2024-02-15T21:00:38.460Z | lat 2:16.708219569 |
2189 | 2024-02-15T21:00:38.460Z | stop 51.277426982 |
2190 | 2024-02-15T21:00:38.460Z | + 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/*) |
2191 | 2024-02-15T21:00:38.460Z | + pfexec mkdir -p /work |
2192 | 2024-02-15T21:00:38.463Z | + pfexec chown build /work |
2193 | 2024-02-15T21:00:38.466Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2194 | 2024-02-15T21:00:48.572Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2195 | 2024-02-15T21:00:48.573Z | a out/mg-ddm-gz.tar 67684K |
2196 | 2024-02-15T21:00:48.573Z | a out/omicron-sled-agent.tar 120063K |
2197 | 2024-02-15T21:00:48.573Z | a out/oxlog.tar 8186K |
2198 | 2024-02-15T21:00:48.573Z | a out/target/test 1K |
2199 | 2024-02-15T21:00:48.574Z | a out/npuzone/npuzone 36313K |
2200 | 2024-02-15T21:00:48.574Z | a package-manifest.toml 24K |
2201 | 2024-02-15T21:00:48.574Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2202 | 2024-02-15T21:00:48.574Z | a target/release/omicron-package 44748K |
2203 | 2024-02-15T21:00:48.574Z | a tools/create_virtual_hardware.sh 4K |
2204 | 2024-02-15T21:00:48.574Z | a tools/virtual_hardware.sh 4K |
2205 | 2024-02-15T21:00:48.575Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2206 | 2024-02-15T21:00:48.575Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2207 | 2024-02-15T21:00:48.575Z | a tools/scrimlet/softnpu-init.sh 3K |
2208 | 2024-02-15T21:00:48.575Z | a tools/scrimlet/softnpu-zone.txt 1K |
2209 | 2024-02-15T21:00:48.575Z | a tools/scrimlet/softnpu.toml 1K |
2210 | 2024-02-15T21:00:48.609Z | |
2211 | 2024-02-15T21:00:48.610Z | real 10.096046100 |
2212 | 2024-02-15T21:00:48.610Z | user 9.748187398 |
2213 | 2024-02-15T21:00:48.611Z | sys 0.699949527 |
2214 | 2024-02-15T21:00:48.612Z | trap 0.002624666 |
2215 | 2024-02-15T21:00:48.614Z | tflt 0.000000000 |
2216 | 2024-02-15T21:00:48.614Z | dflt 0.000000000 |
2217 | 2024-02-15T21:00:48.615Z | kflt 0.000000000 |
2218 | 2024-02-15T21:00:48.617Z | lock 0.000000000 |
2219 | 2024-02-15T21:00:48.618Z | slp 9.503150989 |
2220 | 2024-02-15T21:00:48.618Z | lat 0.235392040 |
2221 | 2024-02-15T21:00:48.620Z | stop 0.000206242 |
2222 | 2024-02-15T21:00:48.621Z | ++ pwd |
2223 | 2024-02-15T21:00:48.621Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2224 | 2024-02-15T21:00:48.626Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2225 | 2024-02-15T21:00:48.626Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2226 | 2024-02-15T21:00:49.271Z | Finished release [optimized] target(s) in 0.63s |
2227 | 2024-02-15T21:00:49.312Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2228 | 2024-02-15T21:00:49.345Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2229 | 2024-02-15T21:00:49.345Z | Created new build target 'host' and set it as active |
2230 | 2024-02-15T21:00:49.345Z | |
2231 | 2024-02-15T21:00:49.345Z | real 0.735153646 |
2232 | 2024-02-15T21:00:49.346Z | user 0.498547539 |
2233 | 2024-02-15T21:00:49.346Z | sys 0.237292176 |
2234 | 2024-02-15T21:00:49.346Z | trap 0.000050529 |
2235 | 2024-02-15T21:00:49.346Z | tflt 0.000000000 |
2236 | 2024-02-15T21:00:49.347Z | dflt 0.000062467 |
2237 | 2024-02-15T21:00:49.347Z | kflt 0.000000000 |
2238 | 2024-02-15T21:00:49.347Z | lock 0.022321822 |
2239 | 2024-02-15T21:00:49.347Z | slp 0.013454125 |
2240 | 2024-02-15T21:00:49.347Z | lat 0.000872127 |
2241 | 2024-02-15T21:00:49.348Z | stop 0.000160944 |
2242 | 2024-02-15T21:00:49.348Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2243 | 2024-02-15T21:01:00.367Z | Finished release [optimized] target(s) in 0.60s |
2244 | 2024-02-15T21:01:00.478Z | Running `target/release/omicron-package -t host package` |
2245 | 2024-02-15T21:01:00.479Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2246 | 2024-02-15T21:01:00.479Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2247 | 2024-02-15T21:01:04.641Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2248 | 2024-02-15T21:02:17.328Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2249 | 2024-02-15T21:03:43.774Z | Finished release [optimized] target(s) in 2m 52s |
2250 | 2024-02-15T21:04:37.158Z | |
2251 | 2024-02-15T21:04:37.161Z | real 3:47.645520060 |
2252 | 2024-02-15T21:04:37.161Z | user 18:10.580712243 |
2253 | 2024-02-15T21:04:37.161Z | sys 44.500675789 |
2254 | 2024-02-15T21:04:37.161Z | trap 0.334146646 |
2255 | 2024-02-15T21:04:37.161Z | tflt 0.076320940 |
2256 | 2024-02-15T21:04:37.161Z | dflt 4.027157689 |
2257 | 2024-02-15T21:04:37.161Z | kflt 0.000513511 |
2258 | 2024-02-15T21:04:37.161Z | lock 1:29:49.735445467 |
2259 | 2024-02-15T21:04:37.162Z | slp 20:03.813840922 |
2260 | 2024-02-15T21:04:37.162Z | lat 9.661287143 |
2261 | 2024-02-15T21:04:37.162Z | stop 3.281578778 |
2262 | 2024-02-15T21:04:37.162Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2263 | 2024-02-15T21:04:37.162Z | + for package in "$@" |
2264 | 2024-02-15T21:04:37.162Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2265 | 2024-02-15T21:04:37.162Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git446f45da926 |
2266 | 2024-02-15T21:04:37.854Z | Finished release [optimized] target(s) in 0.63s |
2267 | 2024-02-15T21:04:37.873Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git446f45da926` |
2268 | 2024-02-15T21:04:37.894Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2269 | 2024-02-15T21:04:38.111Z | Created: out/versioned/omicron-sled-agent.tar |
2270 | 2024-02-15T21:04:38.568Z | + for package in "$@" |
2271 | 2024-02-15T21:04:38.568Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2272 | 2024-02-15T21:04:38.568Z | + echo 0.0.0 |
2273 | 2024-02-15T21:04:38.568Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2274 | 2024-02-15T21:04:38.569Z | a VERSION 1K |
2275 | 2024-02-15T21:04:38.569Z | + rm VERSION |
2276 | 2024-02-15T21:04:38.569Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926 |
2277 | 2024-02-15T21:04:38.808Z | Finished release [optimized] target(s) in 0.65s |
2278 | 2024-02-15T21:04:38.830Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926` |
2279 | 2024-02-15T21:04:38.858Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2280 | 2024-02-15T21:04:38.957Z | Created: out/versioned/mg-ddm-gz.tar |
2281 | 2024-02-15T21:04:38.960Z | + for package in "$@" |
2282 | 2024-02-15T21:04:38.960Z | + [[ propolis-server == mg-ddm-gz ]] |
2283 | 2024-02-15T21:04:38.960Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git446f45da926 |
2284 | 2024-02-15T21:04:39.776Z | Finished release [optimized] target(s) in 0.63s |
2285 | 2024-02-15T21:04:39.776Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git446f45da926` |
2286 | 2024-02-15T21:04:39.776Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2287 | 2024-02-15T21:04:40.758Z | Created: out/versioned/propolis-server.tar.gz |
2288 | 2024-02-15T21:04:40.762Z | + for package in "$@" |
2289 | 2024-02-15T21:04:40.762Z | + [[ overlay == mg-ddm-gz ]] |
2290 | 2024-02-15T21:04:40.762Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git446f45da926 |
2291 | 2024-02-15T21:04:41.426Z | Finished release [optimized] target(s) in 0.61s |
2292 | 2024-02-15T21:04:41.467Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git446f45da926` |
2293 | 2024-02-15T21:04:41.527Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2294 | 2024-02-15T21:04:41.527Z | Created: out/versioned/overlay.tar.gz |
2295 | 2024-02-15T21:04:41.527Z | + for package in "$@" |
2296 | 2024-02-15T21:04:41.527Z | + [[ oxlog == mg-ddm-gz ]] |
2297 | 2024-02-15T21:04:41.528Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git446f45da926 |
2298 | 2024-02-15T21:04:42.169Z | Finished release [optimized] target(s) in 0.61s |
2299 | 2024-02-15T21:04:42.184Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git446f45da926` |
2300 | 2024-02-15T21:04:42.196Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2301 | 2024-02-15T21:04:42.217Z | Created: out/versioned/oxlog.tar |
2302 | 2024-02-15T21:04:42.239Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2303 | 2024-02-15T21:04:42.239Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2304 | 2024-02-15T21:04:42.239Z | ++ cd -- ./tools |
2305 | 2024-02-15T21:04:42.239Z | ++ pwd |
2306 | 2024-02-15T21:04:42.239Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2307 | 2024-02-15T21:04:42.244Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2308 | 2024-02-15T21:04:42.244Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2309 | 2024-02-15T21:04:42.244Z | ++ readlink -f /work |
2310 | 2024-02-15T21:04:42.244Z | + out_dir=/work |
2311 | 2024-02-15T21:04:42.244Z | + 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" "$tarball_src_dir/oxlog.tar") |
2312 | 2024-02-15T21:04:42.244Z | + for dep in "${deps[@]}" |
2313 | 2024-02-15T21:04:42.244Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2314 | 2024-02-15T21:04:42.245Z | + for dep in "${deps[@]}" |
2315 | 2024-02-15T21:04:42.245Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2316 | 2024-02-15T21:04:42.245Z | + for dep in "${deps[@]}" |
2317 | 2024-02-15T21:04:42.245Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2318 | 2024-02-15T21:04:42.245Z | + for dep in "${deps[@]}" |
2319 | 2024-02-15T21:04:42.245Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2320 | 2024-02-15T21:04:42.246Z | + for dep in "${deps[@]}" |
2321 | 2024-02-15T21:04:42.246Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2322 | 2024-02-15T21:04:42.246Z | ++ mktemp -d |
2323 | 2024-02-15T21:04:42.246Z | + tmp_gz=/tmp/tmp.Hwa4Uh |
2324 | 2024-02-15T21:04:42.246Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2325 | 2024-02-15T21:04:42.246Z | + echo '{"v":"1","t":"layer"}' |
2326 | 2024-02-15T21:04:42.246Z | + pkg_dir=/tmp/tmp.Hwa4Uh/root/opt/oxide/sled-agent |
2327 | 2024-02-15T21:04:42.246Z | + mkdir -p /tmp/tmp.Hwa4Uh/root/opt/oxide/sled-agent |
2328 | 2024-02-15T21:04:42.246Z | + cd /tmp/tmp.Hwa4Uh/root/opt/oxide/sled-agent |
2329 | 2024-02-15T21:04:42.246Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2330 | 2024-02-15T21:04:42.355Z | x ., 0 bytes, 0 tape blocks |
2331 | 2024-02-15T21:04:42.355Z | x zone-bundle, 41864448 bytes, 81767 tape blocks |
2332 | 2024-02-15T21:04:42.355Z | x sled-agent, 81052192 bytes, 158306 tape blocks |
2333 | 2024-02-15T21:04:42.355Z | x pkg, 0 bytes, 0 tape blocks |
2334 | 2024-02-15T21:04:42.355Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2335 | 2024-02-15T21:04:42.355Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2336 | 2024-02-15T21:04:42.355Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2337 | 2024-02-15T21:04:42.355Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2024-02-15T21:04:42.371Z | + mkdir -p /tmp/tmp.Hwa4Uh/root/lib/svc/manifest/site/ |
2339 | 2024-02-15T21:04:42.371Z | + mv pkg/manifest.xml /tmp/tmp.Hwa4Uh/root/lib/svc/manifest/site/sled-agent.xml |
2340 | 2024-02-15T21:04:42.371Z | + cd - |
2341 | 2024-02-15T21:04:42.371Z | /work/oxidecomputer/omicron |
2342 | 2024-02-15T21:04:42.371Z | + pkg_dir=/tmp/tmp.Hwa4Uh/root/opt/oxide/mg-ddm |
2343 | 2024-02-15T21:04:42.372Z | + mkdir -p /tmp/tmp.Hwa4Uh/root/opt/oxide/mg-ddm |
2344 | 2024-02-15T21:04:42.372Z | + cd /tmp/tmp.Hwa4Uh/root/opt/oxide/mg-ddm |
2345 | 2024-02-15T21:04:42.372Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2346 | 2024-02-15T21:04:42.393Z | x ., 0 bytes, 0 tape blocks |
2347 | 2024-02-15T21:04:42.393Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2348 | 2024-02-15T21:04:42.393Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2349 | 2024-02-15T21:04:42.393Z | x pkg, 0 bytes, 0 tape blocks |
2350 | 2024-02-15T21:04:42.393Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2351 | 2024-02-15T21:04:42.393Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2352 | 2024-02-15T21:04:42.393Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2353 | 2024-02-15T21:04:42.394Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2354 | 2024-02-15T21:04:42.394Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2355 | 2024-02-15T21:04:42.394Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2356 | 2024-02-15T21:04:42.394Z | x VERSION, 25 bytes, 1 tape blocks |
2357 | 2024-02-15T21:04:42.419Z | + cd - |
2358 | 2024-02-15T21:04:42.419Z | /work/oxidecomputer/omicron |
2359 | 2024-02-15T21:04:42.419Z | + pkg_dir=/tmp/tmp.Hwa4Uh/root/opt/oxide/oxlog |
2360 | 2024-02-15T21:04:42.419Z | + mkdir -p /tmp/tmp.Hwa4Uh/root/opt/oxide/oxlog |
2361 | 2024-02-15T21:04:42.419Z | + cd /tmp/tmp.Hwa4Uh/root/opt/oxide/oxlog |
2362 | 2024-02-15T21:04:42.419Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2363 | 2024-02-15T21:04:42.419Z | x ., 0 bytes, 0 tape blocks |
2364 | 2024-02-15T21:04:42.420Z | x oxlog, 8379552 bytes, 16367 tape blocks |
2365 | 2024-02-15T21:04:42.420Z | x VERSION, 25 bytes, 1 tape blocks |
2366 | 2024-02-15T21:04:42.420Z | + cd - |
2367 | 2024-02-15T21:04:42.420Z | /work/oxidecomputer/omicron |
2368 | 2024-02-15T21:04:42.420Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Hwa4Uh/root/opt/oxide |
2369 | 2024-02-15T21:04:42.475Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Hwa4Uh/root/opt/oxide |
2370 | 2024-02-15T21:04:42.481Z | + cd /tmp/tmp.Hwa4Uh |
2371 | 2024-02-15T21:04:42.481Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2372 | 2024-02-15T21:04:51.184Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2373 | 2024-02-15T21:04:51.184Z | a oxide.json 1K |
2374 | 2024-02-15T21:04:51.184Z | a root/ 0K |
2375 | 2024-02-15T21:04:51.184Z | a root/opt/ 0K |
2376 | 2024-02-15T21:04:51.184Z | a root/opt/oxide/ 0K |
2377 | 2024-02-15T21:04:51.185Z | a root/opt/oxide/sled-agent/ 0K |
2378 | 2024-02-15T21:04:51.185Z | a root/opt/oxide/sled-agent/zone-bundle 40884K |
2379 | 2024-02-15T21:04:51.185Z | a root/opt/oxide/sled-agent/sled-agent 79153K |
2380 | 2024-02-15T21:04:51.185Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2381 | 2024-02-15T21:04:51.185Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2382 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2383 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/sled-agent/VERSION 1K |
2384 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/mg-ddm/ 0K |
2385 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2386 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2387 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2388 | 2024-02-15T21:04:51.186Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2389 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2390 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2391 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2392 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2393 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2394 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2395 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/oxlog/ 0K |
2396 | 2024-02-15T21:04:51.187Z | a root/opt/oxide/oxlog/oxlog 8184K |
2397 | 2024-02-15T21:04:51.188Z | a root/opt/oxide/oxlog/VERSION 1K |
2398 | 2024-02-15T21:04:51.188Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2399 | 2024-02-15T21:04:51.188Z | a root/opt/oxide/overlay.tar.gz 3K |
2400 | 2024-02-15T21:04:51.188Z | a root/lib/ 0K |
2401 | 2024-02-15T21:04:51.188Z | a root/lib/svc/ 0K |
2402 | 2024-02-15T21:04:51.188Z | a root/lib/svc/manifest/ 0K |
2403 | 2024-02-15T21:04:51.188Z | a root/lib/svc/manifest/site/ 0K |
2404 | 2024-02-15T21:04:51.188Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2405 | 2024-02-15T21:04:51.195Z | + cd / |
2406 | 2024-02-15T21:04:51.195Z | + rm -rf /tmp/tmp.Hwa4Uh |
2407 | 2024-02-15T21:04:51.206Z | |
2408 | 2024-02-15T21:04:51.210Z | real 8.976301442 |
2409 | 2024-02-15T21:04:51.210Z | user 8.408939358 |
2410 | 2024-02-15T21:04:51.210Z | sys 0.592062994 |
2411 | 2024-02-15T21:04:51.210Z | trap 0.001512310 |
2412 | 2024-02-15T21:04:51.210Z | tflt 0.000000000 |
2413 | 2024-02-15T21:04:51.211Z | dflt 0.000004626 |
2414 | 2024-02-15T21:04:51.211Z | kflt 0.000000000 |
2415 | 2024-02-15T21:04:51.211Z | lock 0.000000000 |
2416 | 2024-02-15T21:04:51.211Z | slp 17.419146371 |
2417 | 2024-02-15T21:04:51.211Z | lat 0.210757131 |
2418 | 2024-02-15T21:04:51.212Z | stop 0.000207813 |
2419 | 2024-02-15T21:04:51.212Z | + mkdir -p /work/zones |
2420 | 2024-02-15T21:04:51.212Z | + 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.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) |
2421 | 2024-02-15T21:04:51.212Z | + 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.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/ |
2422 | 2024-02-15T21:04:53.661Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2423 | 2024-02-15T21:04:54.376Z | Finished release [optimized] target(s) in 0.66s |
2424 | 2024-02-15T21:04:54.399Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2425 | 2024-02-15T21:04:54.424Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2426 | 2024-02-15T21:04:54.445Z | Created new build target 'recovery' and set it as active |
2427 | 2024-02-15T21:04:54.445Z | |
2428 | 2024-02-15T21:04:54.445Z | real 0.765799104 |
2429 | 2024-02-15T21:04:54.445Z | user 0.522108344 |
2430 | 2024-02-15T21:04:54.446Z | sys 0.242443098 |
2431 | 2024-02-15T21:04:54.446Z | trap 0.000609195 |
2432 | 2024-02-15T21:04:54.446Z | tflt 0.000002258 |
2433 | 2024-02-15T21:04:54.446Z | dflt 0.000039747 |
2434 | 2024-02-15T21:04:54.446Z | kflt 0.000000000 |
2435 | 2024-02-15T21:04:54.447Z | lock 0.025184113 |
2436 | 2024-02-15T21:04:54.447Z | slp 0.014264718 |
2437 | 2024-02-15T21:04:54.447Z | lat 0.002450403 |
2438 | 2024-02-15T21:04:54.447Z | stop 0.000167955 |
2439 | 2024-02-15T21:04:54.447Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2440 | 2024-02-15T21:04:55.112Z | Finished release [optimized] target(s) in 0.63s |
2441 | 2024-02-15T21:04:55.122Z | Running `target/release/omicron-package -t recovery package` |
2442 | 2024-02-15T21:04:55.153Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2443 | 2024-02-15T21:04:55.760Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2444 | 2024-02-15T21:04:58.359Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2445 | 2024-02-15T21:05:18.571Z | Finished release [optimized] target(s) in 23.33s |
2446 | 2024-02-15T21:05:36.673Z | |
2447 | 2024-02-15T21:05:36.677Z | real 42.216148540 |
2448 | 2024-02-15T21:05:36.678Z | user 1:41.705927790 |
2449 | 2024-02-15T21:05:36.678Z | sys 8.072058869 |
2450 | 2024-02-15T21:05:36.678Z | trap 0.073168328 |
2451 | 2024-02-15T21:05:36.678Z | tflt 0.045628155 |
2452 | 2024-02-15T21:05:36.678Z | dflt 0.612039865 |
2453 | 2024-02-15T21:05:36.679Z | kflt 0.000004296 |
2454 | 2024-02-15T21:05:36.679Z | lock 12:49.406259314 |
2455 | 2024-02-15T21:05:36.679Z | slp 1:47.495317623 |
2456 | 2024-02-15T21:05:36.679Z | lat 1.666347955 |
2457 | 2024-02-15T21:05:36.679Z | stop 0.497939191 |
2458 | 2024-02-15T21:05:36.679Z | + stamp_packages installinator mg-ddm-gz |
2459 | 2024-02-15T21:05:36.680Z | + for package in "$@" |
2460 | 2024-02-15T21:05:36.680Z | + [[ installinator == mg-ddm-gz ]] |
2461 | 2024-02-15T21:05:36.680Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git446f45da926 |
2462 | 2024-02-15T21:05:37.363Z | Finished release [optimized] target(s) in 0.63s |
2463 | 2024-02-15T21:05:37.392Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git446f45da926` |
2464 | 2024-02-15T21:05:37.426Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2465 | 2024-02-15T21:05:37.511Z | Created: out/versioned/installinator.tar |
2466 | 2024-02-15T21:05:37.569Z | + for package in "$@" |
2467 | 2024-02-15T21:05:37.569Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2468 | 2024-02-15T21:05:37.569Z | + echo 0.0.0 |
2469 | 2024-02-15T21:05:37.569Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2470 | 2024-02-15T21:05:37.569Z | a VERSION 1K |
2471 | 2024-02-15T21:05:37.569Z | + rm VERSION |
2472 | 2024-02-15T21:05:37.570Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926 |
2473 | 2024-02-15T21:05:38.186Z | Finished release [optimized] target(s) in 0.62s |
2474 | 2024-02-15T21:05:38.206Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926` |
2475 | 2024-02-15T21:05:38.236Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2476 | 2024-02-15T21:05:38.372Z | Created: out/versioned/mg-ddm-gz.tar |
2477 | 2024-02-15T21:05:38.396Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2478 | 2024-02-15T21:05:38.396Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2479 | 2024-02-15T21:05:38.396Z | ++ cd -- ./tools |
2480 | 2024-02-15T21:05:38.396Z | ++ pwd |
2481 | 2024-02-15T21:05:38.396Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2482 | 2024-02-15T21:05:38.396Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2483 | 2024-02-15T21:05:38.396Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2484 | 2024-02-15T21:05:38.396Z | ++ readlink -f /work |
2485 | 2024-02-15T21:05:38.397Z | + out_dir=/work |
2486 | 2024-02-15T21:05:38.397Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2487 | 2024-02-15T21:05:38.397Z | + for dep in "${deps[@]}" |
2488 | 2024-02-15T21:05:38.397Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2489 | 2024-02-15T21:05:38.397Z | + for dep in "${deps[@]}" |
2490 | 2024-02-15T21:05:38.397Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2491 | 2024-02-15T21:05:38.397Z | ++ mktemp -d |
2492 | 2024-02-15T21:05:38.849Z | + tmp_trampoline=/tmp/tmp.adaGZh |
2493 | 2024-02-15T21:05:38.849Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2494 | 2024-02-15T21:05:38.849Z | + echo '{"v":"1","t":"layer"}' |
2495 | 2024-02-15T21:05:38.850Z | + pkg_dir=/tmp/tmp.adaGZh/root/opt/oxide/installinator |
2496 | 2024-02-15T21:05:38.850Z | + mkdir -p /tmp/tmp.adaGZh/root/opt/oxide/installinator |
2497 | 2024-02-15T21:05:38.850Z | + cd /tmp/tmp.adaGZh/root/opt/oxide/installinator |
2498 | 2024-02-15T21:05:38.850Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2499 | 2024-02-15T21:05:38.850Z | x ., 0 bytes, 0 tape blocks |
2500 | 2024-02-15T21:05:38.850Z | x installinator, 55248904 bytes, 107909 tape blocks |
2501 | 2024-02-15T21:05:38.850Z | x pkg, 0 bytes, 0 tape blocks |
2502 | 2024-02-15T21:05:38.851Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2503 | 2024-02-15T21:05:38.851Z | x VERSION, 25 bytes, 1 tape blocks |
2504 | 2024-02-15T21:05:38.851Z | + mkdir -p /tmp/tmp.adaGZh/root/lib/svc/manifest/site/ |
2505 | 2024-02-15T21:05:38.851Z | + mv pkg/manifest.xml /tmp/tmp.adaGZh/root/lib/svc/manifest/site/installinator.xml |
2506 | 2024-02-15T21:05:38.851Z | + cd - |
2507 | 2024-02-15T21:05:38.851Z | /work/oxidecomputer/omicron |
2508 | 2024-02-15T21:05:38.851Z | + pkg_dir=/tmp/tmp.adaGZh/root/opt/oxide/mg-ddm |
2509 | 2024-02-15T21:05:38.852Z | + mkdir -p /tmp/tmp.adaGZh/root/opt/oxide/mg-ddm |
2510 | 2024-02-15T21:05:38.852Z | + cd /tmp/tmp.adaGZh/root/opt/oxide/mg-ddm |
2511 | 2024-02-15T21:05:38.852Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2512 | 2024-02-15T21:05:38.852Z | x ., 0 bytes, 0 tape blocks |
2513 | 2024-02-15T21:05:38.852Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2514 | 2024-02-15T21:05:38.852Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2515 | 2024-02-15T21:05:38.852Z | x pkg, 0 bytes, 0 tape blocks |
2516 | 2024-02-15T21:05:38.852Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2517 | 2024-02-15T21:05:38.853Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2518 | 2024-02-15T21:05:38.853Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2519 | 2024-02-15T21:05:38.853Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2520 | 2024-02-15T21:05:38.853Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2521 | 2024-02-15T21:05:38.853Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2522 | 2024-02-15T21:05:38.853Z | x VERSION, 25 bytes, 1 tape blocks |
2523 | 2024-02-15T21:05:38.853Z | + cd - |
2524 | 2024-02-15T21:05:38.853Z | /work/oxidecomputer/omicron |
2525 | 2024-02-15T21:05:38.854Z | + cd /tmp/tmp.adaGZh |
2526 | 2024-02-15T21:05:38.854Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2527 | 2024-02-15T21:05:42.913Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2528 | 2024-02-15T21:05:42.913Z | a oxide.json 1K |
2529 | 2024-02-15T21:05:42.914Z | a root/ 0K |
2530 | 2024-02-15T21:05:42.914Z | a root/opt/ 0K |
2531 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/ 0K |
2532 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/installinator/ 0K |
2533 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/installinator/installinator 53955K |
2534 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/installinator/pkg/ 0K |
2535 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/installinator/VERSION 1K |
2536 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/mg-ddm/ 0K |
2537 | 2024-02-15T21:05:42.914Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2538 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2539 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2540 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2541 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2542 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2543 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2544 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2545 | 2024-02-15T21:05:42.915Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2546 | 2024-02-15T21:05:42.916Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2547 | 2024-02-15T21:05:42.916Z | a root/lib/ 0K |
2548 | 2024-02-15T21:05:42.916Z | a root/lib/svc/ 0K |
2549 | 2024-02-15T21:05:42.916Z | a root/lib/svc/manifest/ 0K |
2550 | 2024-02-15T21:05:42.917Z | a root/lib/svc/manifest/site/ 0K |
2551 | 2024-02-15T21:05:42.917Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2552 | 2024-02-15T21:05:42.956Z | + cd / |
2553 | 2024-02-15T21:05:42.956Z | + rm -rf /tmp/tmp.adaGZh |
2554 | 2024-02-15T21:05:42.983Z | |
2555 | 2024-02-15T21:05:42.983Z | real 4.557603845 |
2556 | 2024-02-15T21:05:42.984Z | user 4.311655751 |
2557 | 2024-02-15T21:05:42.984Z | sys 0.257656884 |
2558 | 2024-02-15T21:05:42.984Z | trap 0.000985323 |
2559 | 2024-02-15T21:05:42.984Z | tflt 0.000000000 |
2560 | 2024-02-15T21:05:42.985Z | dflt 0.000000000 |
2561 | 2024-02-15T21:05:42.985Z | kflt 0.000000000 |
2562 | 2024-02-15T21:05:42.985Z | lock 0.000000000 |
2563 | 2024-02-15T21:05:42.985Z | slp 8.860014631 |
2564 | 2024-02-15T21:05:42.985Z | lat 0.099257661 |
2565 | 2024-02-15T21:05:42.986Z | stop 0.000192207 |
2566 | 2024-02-15T21:05:42.986Z | process exited: duration 1645474 ms, exit code 0 |
|
2567 | 2024-02-15T21:05:43.028Z | found 21 output files |
2568 | 2024-02-15T21:05:43.028Z | uploading: /work/version.txt (26 bytes) |
2569 | 2024-02-15T21:05:44.042Z | uploaded: /work/version.txt |
2570 | 2024-02-15T21:05:44.053Z | uploading: /work/package.tar.gz (88109782 bytes) |
2571 | 2024-02-15T21:06:07.600Z | uploaded: /work/package.tar.gz |
2572 | 2024-02-15T21:06:07.600Z | uploading: /work/global-zone-packages.tar.gz (128075976 bytes) |
2573 | 2024-02-15T21:07:07.614Z | uploaded: /work/global-zone-packages.tar.gz |
2574 | 2024-02-15T21:07:07.614Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38955347 bytes) |
2575 | 2024-02-15T21:07:16.437Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2576 | 2024-02-15T21:07:16.437Z | uploading: /work/zones/clickhouse.tar.gz (194460013 bytes) |
2577 | 2024-02-15T21:08:34.885Z | uploaded: /work/zones/clickhouse.tar.gz |
2578 | 2024-02-15T21:08:34.885Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194453436 bytes) |
2579 | 2024-02-15T21:09:42.326Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2580 | 2024-02-15T21:09:42.326Z | uploading: /work/zones/cockroachdb.tar.gz (131566792 bytes) |
2581 | 2024-02-15T21:10:27.374Z | uploaded: /work/zones/cockroachdb.tar.gz |
2582 | 2024-02-15T21:10:27.374Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2583 | 2024-02-15T21:10:33.656Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2584 | 2024-02-15T21:10:33.663Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2585 | 2024-02-15T21:10:45.799Z | uploaded: /work/zones/crucible.tar.gz |
2586 | 2024-02-15T21:10:45.800Z | uploading: /work/zones/external-dns.tar.gz (23596042 bytes) |
2587 | 2024-02-15T21:10:51.562Z | uploaded: /work/zones/external-dns.tar.gz |
2588 | 2024-02-15T21:10:51.562Z | uploading: /work/zones/internal-dns.tar.gz (23596041 bytes) |
2589 | 2024-02-15T21:10:56.741Z | uploaded: /work/zones/internal-dns.tar.gz |
2590 | 2024-02-15T21:10:56.745Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2591 | 2024-02-15T21:10:57.756Z | uploaded: /work/zones/ntp.tar.gz |
2592 | 2024-02-15T21:10:57.756Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19549085 bytes) |
2593 | 2024-02-15T21:11:03.295Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2594 | 2024-02-15T21:11:03.296Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19547773 bytes) |
2595 | 2024-02-15T21:11:09.681Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2596 | 2024-02-15T21:11:09.683Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87728293 bytes) |
2597 | 2024-02-15T21:12:12.545Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2598 | 2024-02-15T21:12:12.545Z | uploading: /work/zones/omicron-nexus.tar.gz (87731605 bytes) |
2599 | 2024-02-15T21:12:32.060Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2600 | 2024-02-15T21:12:32.060Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2601 | 2024-02-15T21:12:33.545Z | uploaded: /work/zones/overlay.tar.gz |
2602 | 2024-02-15T21:12:33.546Z | uploading: /work/zones/oximeter.tar.gz (55929810 bytes) |
2603 | 2024-02-15T21:12:52.220Z | uploaded: /work/zones/oximeter.tar.gz |
2604 | 2024-02-15T21:12:52.220Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2605 | 2024-02-15T21:13:15.892Z | uploaded: /work/zones/propolis-server.tar.gz |
2606 | 2024-02-15T21:13:15.892Z | uploading: /work/zones/switch-asic.tar.gz (285279947 bytes) |
2607 | 2024-02-15T21:14:28.100Z | uploaded: /work/zones/switch-asic.tar.gz |
2608 | 2024-02-15T21:14:28.100Z | uploading: /work/zones/switch-softnpu.tar.gz (209446415 bytes) |
2609 | 2024-02-15T21:15:21.936Z | uploaded: /work/zones/switch-softnpu.tar.gz |