|
|
|
1 | 2024-02-18T04:08:54.805Z | job assigned to worker 01HPX6CJQPEYNDQJSY2X5F5Q8V (queued for 1 m 2 s) |
|
2 | 2024-02-18T04:08:55.696Z | starting task 0: "setup" |
3 | 2024-02-18T04:08:55.773Z | ++ uname -s |
4 | 2024-02-18T04:08:55.776Z | + kern=SunOS |
5 | 2024-02-18T04:08:55.777Z | + case "$kern" in |
6 | 2024-02-18T04:08:55.777Z | + groupadd -g 12345 build |
7 | 2024-02-18T04:08:55.783Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-18T04:08:57.789Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-18T04:08:57.877Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-18T04:08:57.894Z | + home_fs=zfs |
11 | 2024-02-18T04:08:57.894Z | + [[ zfs == autofs ]] |
12 | 2024-02-18T04:08:57.895Z | + mkdir -p /home/build |
13 | 2024-02-18T04:08:57.895Z | + chown build:build /home/build /work |
14 | 2024-02-18T04:08:59.875Z | + chmod 0700 /home/build /work |
15 | 2024-02-18T04:08:59.880Z | process exited: duration 4181 ms, exit code 0 |
|
16 | 2024-02-18T04:08:59.886Z | starting task 1: "rust-toolchain" |
17 | 2024-02-18T04:08:59.893Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-18T04:08:59.896Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-18T04:09:00.476Z | info: downloading installer |
20 | 2024-02-18T04:09:01.631Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-18T04:09:01.631Z | warning: /opt/ooce/bin |
22 | 2024-02-18T04:09:01.631Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-18T04:09:01.631Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-18T04:09:01.632Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-18T04:09:01.632Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-18T04:09:01.632Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-18T04:09:01.655Z | error: cannot install while Rust is installed |
28 | 2024-02-18T04:09:01.656Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-18T04:09:01.743Z | info: profile set to 'default' |
30 | 2024-02-18T04:09:01.743Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-18T04:09:01.764Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-18T04:09:01.902Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-18T04:09:01.902Z | info: downloading component 'cargo' |
34 | 2024-02-18T04:09:03.149Z | info: downloading component 'clippy' |
35 | 2024-02-18T04:09:03.176Z | info: downloading component 'rust-docs' |
36 | 2024-02-18T04:09:04.092Z | info: downloading component 'rust-std' |
37 | 2024-02-18T04:09:05.949Z | info: downloading component 'rustc' |
38 | 2024-02-18T04:09:10.524Z | info: downloading component 'rustfmt' |
39 | 2024-02-18T04:09:10.781Z | info: installing component 'cargo' |
40 | 2024-02-18T04:09:11.663Z | info: installing component 'clippy' |
41 | 2024-02-18T04:09:12.047Z | info: installing component 'rust-docs' |
42 | 2024-02-18T04:09:13.569Z | info: installing component 'rust-std' |
43 | 2024-02-18T04:09:15.478Z | info: installing component 'rustc' |
44 | 2024-02-18T04:09:19.725Z | info: installing component 'rustfmt' |
45 | 2024-02-18T04:09:20.067Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-18T04:09:20.067Z | |
47 | 2024-02-18T04:09:20.343Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-18T04:09:20.343Z | |
49 | 2024-02-18T04:09:20.352Z | |
50 | 2024-02-18T04:09:20.352Z | Rust is installed now. Great! |
51 | 2024-02-18T04:09:20.352Z | |
52 | 2024-02-18T04:09:20.352Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-18T04:09:20.352Z | environment variable. This has not been done automatically. |
54 | 2024-02-18T04:09:20.352Z | |
55 | 2024-02-18T04:09:20.352Z | To configure your current shell, run: |
56 | 2024-02-18T04:09:20.353Z | source "$HOME/.cargo/env" |
57 | 2024-02-18T04:09:20.403Z | + rustc --version |
58 | 2024-02-18T04:09:20.464Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-18T04:09:20.468Z | process exited: duration 20576 ms, exit code 0 |
|
60 | 2024-02-18T04:09:20.477Z | starting task 2: "authentication" |
61 | 2024-02-18T04:09:20.498Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-18T04:09:20.506Z | starting task 3: "clone repository" |
63 | 2024-02-18T04:09:20.509Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-18T04:09:20.513Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-18T04:09:21.136Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-18T04:09:26.634Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-18T04:09:26.634Z | + git fetch origin 6860360564fcb4b86f442e1907dc6dcf2b82169d |
68 | 2024-02-18T04:09:26.943Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-18T04:09:26.943Z | * branch 6860360564fcb4b86f442e1907dc6dcf2b82169d -> FETCH_HEAD |
70 | 2024-02-18T04:09:26.949Z | + [[ -n renovate/ring-0.x ]] |
71 | 2024-02-18T04:09:26.954Z | ++ git branch --show-current |
72 | 2024-02-18T04:09:26.954Z | + current=main |
73 | 2024-02-18T04:09:26.954Z | + [[ main != renovate/ring-0.x ]] |
74 | 2024-02-18T04:09:26.954Z | + git branch -f renovate/ring-0.x 6860360564fcb4b86f442e1907dc6dcf2b82169d |
75 | 2024-02-18T04:09:26.958Z | + git checkout -f renovate/ring-0.x |
76 | 2024-02-18T04:09:27.067Z | Switched to branch 'renovate/ring-0.x' |
77 | 2024-02-18T04:09:27.071Z | + git reset --hard 6860360564fcb4b86f442e1907dc6dcf2b82169d |
78 | 2024-02-18T04:09:27.596Z | HEAD is now at 686036056 chore(deps): update rust crate ring to 0.17.8 |
79 | 2024-02-18T04:09:27.611Z | process exited: duration 6669 ms, exit code 0 |
|
80 | 2024-02-18T04:09:27.630Z | starting task 4: "build" |
81 | 2024-02-18T04:09:27.636Z | + cargo --version |
82 | 2024-02-18T04:09:27.641Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-18T04:09:27.803Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-18T04:09:28.220Z | info: downloading component 'cargo' |
85 | 2024-02-18T04:09:28.635Z | info: downloading component 'clippy' |
86 | 2024-02-18T04:09:28.912Z | info: downloading component 'rust-docs' |
87 | 2024-02-18T04:09:29.957Z | info: downloading component 'rust-std' |
88 | 2024-02-18T04:09:31.480Z | info: downloading component 'rustc' |
89 | 2024-02-18T04:09:35.874Z | info: downloading component 'rustfmt' |
90 | 2024-02-18T04:09:36.165Z | info: installing component 'cargo' |
91 | 2024-02-18T04:09:37.029Z | info: installing component 'clippy' |
92 | 2024-02-18T04:09:37.387Z | info: installing component 'rust-docs' |
93 | 2024-02-18T04:09:38.980Z | info: installing component 'rust-std' |
94 | 2024-02-18T04:09:40.639Z | info: installing component 'rustc' |
95 | 2024-02-18T04:09:44.977Z | info: installing component 'rustfmt' |
96 | 2024-02-18T04:09:44.990Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-18T04:09:44.990Z | + rustc --version |
98 | 2024-02-18T04:09:45.018Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-18T04:09:45.036Z | ++ git rev-parse HEAD |
100 | 2024-02-18T04:09:45.036Z | + COMMIT=6860360564fcb4b86f442e1907dc6dcf2b82169d |
101 | 2024-02-18T04:09:45.037Z | + VERSION=7.0.0-0.ci+git6860360564f |
102 | 2024-02-18T04:09:45.037Z | + echo 7.0.0-0.ci+git6860360564f |
103 | 2024-02-18T04:09:45.037Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-18T04:09:55.594Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-18T04:09:57.007Z | Startup: Caching catalogs ... Done |
106 | 2024-02-18T04:09:58.359Z | Planning: Solver setup ... Done (0.979s) |
107 | 2024-02-18T04:09:58.384Z | Planning: Running solver ... Done (0.026s) |
108 | 2024-02-18T04:09:58.909Z | Planning: Finding local manifests ... Done (0.501s) |
109 | 2024-02-18T04:09:58.930Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-18T04:09:59.296Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-18T04:09:59.762Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-02-18T04:09:59.778Z | Planning: Merging actions ... Done (0.051s) |
113 | 2024-02-18T04:10:01.185Z | Planning: Checking for conflicting actions ... Done (1.791s) |
114 | 2024-02-18T04:10:01.197Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-18T04:10:05.431Z | Planning: Evaluating mediators ... Done (4.219s) |
116 | 2024-02-18T04:10:05.457Z | Planning: Planning completed in 8.37 seconds |
117 | 2024-02-18T04:10:05.457Z | Packages to install: 4 |
118 | 2024-02-18T04:10:05.457Z | Mediators to change: 2 |
119 | 2024-02-18T04:10:05.457Z | Services to change: 1 |
120 | 2024-02-18T04:10:05.458Z | Estimated space available: 148.87 GB |
121 | 2024-02-18T04:10:05.458Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-18T04:10:05.458Z | Create boot environment: No |
123 | 2024-02-18T04:10:05.458Z | Create backup boot environment: No |
124 | 2024-02-18T04:10:05.458Z | Rebuild boot archive: No |
125 | 2024-02-18T04:10:05.458Z | |
126 | 2024-02-18T04:10:05.458Z | Changed mediators: |
127 | 2024-02-18T04:10:05.458Z | mediator clang: |
128 | 2024-02-18T04:10:05.458Z | version: None -> 15 (system default) |
129 | 2024-02-18T04:10:05.458Z | |
130 | 2024-02-18T04:10:05.458Z | mediator llvm: |
131 | 2024-02-18T04:10:05.458Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-18T04:10:05.458Z | |
133 | 2024-02-18T04:10:05.458Z | Changed packages: |
134 | 2024-02-18T04:10:05.458Z | helios-dev |
135 | 2024-02-18T04:10:05.458Z | developer/build-essential |
136 | 2024-02-18T04:10:05.458Z | None -> 11-2.0 |
137 | 2024-02-18T04:10:05.459Z | library/libxmlsec1 |
138 | 2024-02-18T04:10:05.459Z | None -> 1.2.35-2.0 |
139 | 2024-02-18T04:10:05.459Z | ooce/developer/clang-15 |
140 | 2024-02-18T04:10:05.459Z | None -> 15.0.7-2.0 |
141 | 2024-02-18T04:10:05.459Z | ooce/developer/llvm-15 |
142 | 2024-02-18T04:10:05.459Z | None -> 15.0.7-2.0 |
143 | 2024-02-18T04:10:05.460Z | |
144 | 2024-02-18T04:10:05.460Z | Services: |
145 | 2024-02-18T04:10:05.460Z | restart_fmri: |
146 | 2024-02-18T04:10:05.460Z | svc:/system/update-man-index:default |
147 | 2024-02-18T04:10:06.281Z | |
148 | 2024-02-18T04:10:06.281Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-18T04:10:10.738Z | Download: 568/3290 items 17.6/212.6MB 8% complete (3.6M/s) |
150 | 2024-02-18T04:10:15.747Z | Download: 1116/3290 items 23.0/212.6MB 10% complete (2.2M/s) |
151 | 2024-02-18T04:10:23.142Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
152 | 2024-02-18T04:10:33.984Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
153 | 2024-02-18T04:10:38.989Z | Download: 2206/3290 items 119.2/212.6MB 56% complete (7.2M/s) |
154 | 2024-02-18T04:10:43.996Z | Download: 2659/3290 items 120.4/212.6MB 56% complete (3.7M/s) |
155 | 2024-02-18T04:10:48.998Z | Download: 3137/3290 items 177.5/212.6MB 83% complete (5.8M/s) |
156 | 2024-02-18T04:10:58.029Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (9.3M/s) |
157 | 2024-02-18T04:11:09.190Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
158 | 2024-02-18T04:11:15.507Z | Download: 3285/3290 items 210.9/212.6MB 99% complete (2.7M/s) |
159 | 2024-02-18T04:11:15.573Z | Download: Completed 212.60 MB in 69.85 seconds (3.0M/s) |
160 | 2024-02-18T04:11:15.739Z | Actions: 1/3689 actions (Installing new actions) |
161 | 2024-02-18T04:11:20.789Z | Actions: 3545/3689 actions (Installing new actions) |
162 | 2024-02-18T04:11:21.100Z | Actions: Completed 3689 actions in 5.36 seconds. |
163 | 2024-02-18T04:11:21.273Z | Done (0.165s) |
164 | 2024-02-18T04:11:21.273Z | Done (0.000s) |
165 | 2024-02-18T04:11:21.491Z | Done (0.220s) |
166 | 2024-02-18T04:11:26.631Z | Done (5.015s) |
167 | 2024-02-18T04:11:26.802Z | Done (0.091s) |
168 | 2024-02-18T04:11:26.806Z | Done (0.000s) |
169 | 2024-02-18T04:11:26.969Z | Done (0.000s) |
170 | 2024-02-18T04:11:27.467Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-02-18T04:11:27.628Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-02-18T04:11:27.632Z | Planning: Consolidating action changes ... Done |
173 | 2024-02-18T04:11:27.897Z | Planning: Evaluating mediators ... Done |
174 | 2024-02-18T04:11:27.900Z | Planning: Planning completed in 0.43 seconds |
175 | 2024-02-18T04:11:27.931Z | Mediators to change: 2 |
176 | 2024-02-18T04:11:27.934Z | Create boot environment: No |
177 | 2024-02-18T04:11:27.934Z | Create backup boot environment: No |
178 | 2024-02-18T04:11:28.006Z | Done |
179 | 2024-02-18T04:11:28.006Z | Done |
180 | 2024-02-18T04:11:28.131Z | Done |
181 | 2024-02-18T04:11:31.860Z | Done |
182 | 2024-02-18T04:11:31.957Z | Done |
183 | 2024-02-18T04:11:31.959Z | Done |
184 | 2024-02-18T04:11:32.068Z | Done |
185 | 2024-02-18T04:11:32.706Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-02-18T04:11:32.708Z | Planning: Merging actions ... Done |
187 | 2024-02-18T04:11:32.901Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-02-18T04:11:32.904Z | Planning: Consolidating action changes ... Done |
189 | 2024-02-18T04:11:33.175Z | Planning: Evaluating mediators ... Done |
190 | 2024-02-18T04:11:33.232Z | Planning: Planning completed in 0.80 seconds |
191 | 2024-02-18T04:11:33.267Z | Packages to change: 1 |
192 | 2024-02-18T04:11:33.270Z | Mediators to change: 1 |
193 | 2024-02-18T04:11:33.270Z | Services to change: 1 |
194 | 2024-02-18T04:11:33.270Z | Create boot environment: No |
195 | 2024-02-18T04:11:33.270Z | Create backup boot environment: Yes |
196 | 2024-02-18T04:11:35.059Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-02-18T04:11:35.091Z | Actions: Completed 6 actions in 0.03 seconds. |
198 | 2024-02-18T04:11:35.095Z | Done |
199 | 2024-02-18T04:11:35.095Z | Done |
200 | 2024-02-18T04:11:35.139Z | Done |
201 | 2024-02-18T04:11:38.849Z | Done |
202 | 2024-02-18T04:11:38.942Z | Done |
203 | 2024-02-18T04:11:38.947Z | Done |
204 | 2024-02-18T04:11:39.051Z | Done |
205 | 2024-02-18T04:11:39.484Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-02-18T04:11:39.484Z | clang system 15 system |
207 | 2024-02-18T04:11:39.484Z | csh system system illumos |
208 | 2024-02-18T04:11:39.485Z | ctags system system illumos |
209 | 2024-02-18T04:11:39.485Z | gcc vendor 12 vendor |
210 | 2024-02-18T04:11:39.485Z | gcc system 10 system |
211 | 2024-02-18T04:11:39.485Z | gcc system 7 system |
212 | 2024-02-18T04:11:39.485Z | go system 1.20 system |
213 | 2024-02-18T04:11:39.485Z | go system 1.19 system |
214 | 2024-02-18T04:11:39.485Z | llvm system 15 system |
215 | 2024-02-18T04:11:39.485Z | llvm system 14 system |
216 | 2024-02-18T04:11:39.485Z | mariadb system 10.6 system |
217 | 2024-02-18T04:11:39.485Z | mta vendor vendor dma |
218 | 2024-02-18T04:11:39.485Z | openjdk system 17 system |
219 | 2024-02-18T04:11:39.485Z | openjdk system 11 system |
220 | 2024-02-18T04:11:39.485Z | openjdk system 1.8 system |
221 | 2024-02-18T04:11:39.485Z | openssl vendor 3 vendor |
222 | 2024-02-18T04:11:39.485Z | perl system 5.36 system |
223 | 2024-02-18T04:11:39.485Z | postgresql system 15 system |
224 | 2024-02-18T04:11:39.485Z | postgresql system 13 system |
225 | 2024-02-18T04:11:39.485Z | python vendor 3 vendor |
226 | 2024-02-18T04:11:39.485Z | python system 2 system |
227 | 2024-02-18T04:11:39.485Z | python3 system 3.11 system |
228 | 2024-02-18T04:11:39.485Z | ruby system 3.0 system |
229 | 2024-02-18T04:11:39.485Z | words vendor vendor american-english |
230 | 2024-02-18T04:11:39.485Z | words system system australian-english |
231 | 2024-02-18T04:11:39.485Z | words system system british-english |
232 | 2024-02-18T04:11:39.486Z | words system system canadian-english |
233 | 2024-02-18T04:11:39.486Z | words system system french |
234 | 2024-02-18T04:11:39.486Z | words system system italian |
235 | 2024-02-18T04:11:39.486Z | words system system ngerman |
236 | 2024-02-18T04:11:39.486Z | words system system ogerman |
237 | 2024-02-18T04:11:39.486Z | words system system spanish |
238 | 2024-02-18T04:11:39.810Z | FMRI IFO |
239 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-02-18T04:11:39.810Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-02-18T04:11:39.859Z | + set -o errexit |
248 | 2024-02-18T04:11:39.861Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-02-18T04:11:39.864Z | ++ cd ./tools |
250 | 2024-02-18T04:11:39.864Z | ++ pwd |
251 | 2024-02-18T04:11:39.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-02-18T04:11:39.865Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-02-18T04:11:39.868Z | + ARG0=ci_download_cockroachdb |
254 | 2024-02-18T04:11:39.868Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-02-18T04:11:39.868Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-02-18T04:11:39.868Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-02-18T04:11:39.868Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-02-18T04:11:39.868Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-02-18T04:11:39.868Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-02-18T04:11:39.868Z | + TARGET_DIR=out |
261 | 2024-02-18T04:11:39.868Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-02-18T04:11:39.868Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-02-18T04:11:39.868Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-02-18T04:11:39.868Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-02-18T04:11:39.872Z | + main |
266 | 2024-02-18T04:11:39.872Z | + [[ 0 != 0 ]] |
267 | 2024-02-18T04:11:39.872Z | + CIDL_OS=solaris2.11 |
268 | 2024-02-18T04:11:39.872Z | + [[ 0 != 0 ]] |
269 | 2024-02-18T04:11:39.872Z | + configure_os solaris2.11 |
270 | 2024-02-18T04:11:39.872Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-02-18T04:11:39.872Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-02-18T04:11:39.872Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-02-18T04:11:39.872Z | + case "$1" in |
274 | 2024-02-18T04:11:39.872Z | configuring based on OS: "solaris2.11" |
275 | 2024-02-18T04:11:39.872Z | + CIDL_BUILD=illumos |
276 | 2024-02-18T04:11:39.872Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-02-18T04:11:39.872Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-02-18T04:11:39.872Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-02-18T04:11:39.872Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-02-18T04:11:39.872Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-02-18T04:11:39.872Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-18T04:11:39.872Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-18T04:11:39.872Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-02-18T04:11:39.872Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-18T04:11:39.872Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-02-18T04:11:39.872Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-02-18T04:11:39.873Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-02-18T04:11:39.873Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-18T04:11:39.873Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-18T04:11:39.873Z | + mkdir -p out/downloads |
291 | 2024-02-18T04:11:39.873Z | + mkdir -p ./out/cockroachdb |
292 | 2024-02-18T04:11:39.876Z | + local DO_DOWNLOAD=true |
293 | 2024-02-18T04:11:39.876Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-02-18T04:11:39.876Z | + '[' true == true ']' |
295 | 2024-02-18T04:11:39.876Z | + echo Downloading... |
296 | 2024-02-18T04:11:39.876Z | Downloading... |
297 | 2024-02-18T04:11:39.876Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-18T04:11:39.876Z | + 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 |
299 | 2024-02-18T04:11:46.150Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-18T04:11:46.154Z | ++ sha256sum |
301 | 2024-02-18T04:11:46.154Z | ++ awk '{print $1}' |
302 | 2024-02-18T04:11:46.251Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-02-18T04:11:46.255Z | + [[ 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 ]] |
304 | 2024-02-18T04:11:46.255Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-18T04:11:46.255Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-02-18T04:11:48.426Z | + do_assemble_illumos |
307 | 2024-02-18T04:11:48.427Z | + rm -r ./out/cockroachdb |
308 | 2024-02-18T04:11:48.440Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-02-18T04:11:48.871Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-02-18T04:11:49.094Z | Build Tag: v22.1.9-dirty |
311 | 2024-02-18T04:11:49.094Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-02-18T04:11:49.094Z | Distribution: OSS |
313 | 2024-02-18T04:11:49.094Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-02-18T04:11:49.094Z | Go Version: go1.17.13 |
315 | 2024-02-18T04:11:49.094Z | C Compiler: gcc 10.3.0 |
316 | 2024-02-18T04:11:49.094Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-02-18T04:11:49.094Z | Build Type: release |
318 | 2024-02-18T04:11:49.111Z | + set -o errexit |
319 | 2024-02-18T04:11:49.114Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-02-18T04:11:50.120Z | ++ cd ./tools |
321 | 2024-02-18T04:11:50.120Z | ++ pwd |
322 | 2024-02-18T04:11:50.120Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-02-18T04:11:50.120Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-02-18T04:11:50.124Z | + ARG0=ci_download_clickhouse |
325 | 2024-02-18T04:11:50.124Z | + TARGET_DIR=out |
326 | 2024-02-18T04:11:50.124Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-02-18T04:11:50.124Z | + DEST_DIR=./out/clickhouse |
328 | 2024-02-18T04:11:50.124Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-02-18T04:11:50.124Z | + CIDL_VERSION=v22.8.9.24 |
330 | 2024-02-18T04:11:50.125Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-02-18T04:11:50.125Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
332 | 2024-02-18T04:11:50.125Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
333 | 2024-02-18T04:11:50.125Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
334 | 2024-02-18T04:11:50.125Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-02-18T04:11:50.125Z | + main |
336 | 2024-02-18T04:11:50.125Z | + [[ 0 != 0 ]] |
337 | 2024-02-18T04:11:50.125Z | + CIDL_OS=solaris2.11 |
338 | 2024-02-18T04:11:50.125Z | + [[ 0 != 0 ]] |
339 | 2024-02-18T04:11:50.125Z | + configure_os solaris2.11 |
340 | 2024-02-18T04:11:50.125Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-02-18T04:11:50.125Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-02-18T04:11:50.125Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-02-18T04:11:50.125Z | + CIDL_DASHREV= |
344 | 2024-02-18T04:11:50.125Z | + case "$1" in |
345 | 2024-02-18T04:11:50.125Z | configuring based on OS: "solaris2.11" |
346 | 2024-02-18T04:11:50.125Z | + CIDL_PLATFORM=illumos |
347 | 2024-02-18T04:11:50.125Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
348 | 2024-02-18T04:11:50.125Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-02-18T04:11:50.125Z | + CIDL_DASHREV=-1 |
350 | 2024-02-18T04:11:50.125Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
351 | 2024-02-18T04:11:50.125Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-18T04:11:50.125Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-18T04:11:50.125Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-18T04:11:50.125Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2024-02-18T04:11:50.126Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2024-02-18T04:11:50.126Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2024-02-18T04:11:50.126Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-18T04:11:50.126Z | + mkdir -p out/downloads |
359 | 2024-02-18T04:11:50.126Z | + mkdir -p ./out/clickhouse |
360 | 2024-02-18T04:11:50.126Z | + local DO_DOWNLOAD=true |
361 | 2024-02-18T04:11:50.126Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
362 | 2024-02-18T04:11:50.126Z | + '[' true == true ']' |
363 | 2024-02-18T04:11:50.126Z | + echo Downloading... |
364 | 2024-02-18T04:11:50.126Z | Downloading... |
365 | 2024-02-18T04:11:50.126Z | + 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 |
366 | 2024-02-18T04:11:50.126Z | + 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 |
367 | 2024-02-18T04:11:50.435Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-18T04:11:50.441Z | ++ md5sum |
369 | 2024-02-18T04:11:50.441Z | ++ awk '{print $1}' |
370 | 2024-02-18T04:11:50.610Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
371 | 2024-02-18T04:11:50.610Z | + [[ 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 ]] |
372 | 2024-02-18T04:11:50.613Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
373 | 2024-02-18T04:11:50.613Z | + mkdir -p ./out/clickhouse |
374 | 2024-02-18T04:11:50.613Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
375 | 2024-02-18T04:11:53.758Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-02-18T04:11:53.813Z | ClickHouse server version 22.8.9.1. |
377 | 2024-02-18T04:11:53.825Z | + set -o errexit |
378 | 2024-02-18T04:11:53.825Z | +++ dirname ./tools/ci_download_console |
379 | 2024-02-18T04:11:53.826Z | ++ cd ./tools |
380 | 2024-02-18T04:11:53.826Z | ++ pwd |
381 | 2024-02-18T04:11:53.826Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-02-18T04:11:53.845Z | ++ basename ./tools/ci_download_console |
383 | 2024-02-18T04:11:53.846Z | + ARG0=ci_download_console |
384 | 2024-02-18T04:11:53.846Z | + TARGET_DIR=out |
385 | 2024-02-18T04:11:53.846Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-02-18T04:11:53.846Z | + DEST_DIR=./out/console-assets |
387 | 2024-02-18T04:11:53.846Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-02-18T04:11:53.847Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
389 | 2024-02-18T04:11:53.847Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
390 | 2024-02-18T04:11:53.847Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
391 | 2024-02-18T04:11:53.848Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-02-18T04:11:53.848Z | + main |
393 | 2024-02-18T04:11:53.848Z | + [[ 0 != 0 ]] |
394 | 2024-02-18T04:11:53.848Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
395 | 2024-02-18T04:11:53.849Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
396 | 2024-02-18T04:11:53.849Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2024-02-18T04:11:53.849Z | Local file: out/downloads/console.tar.gz |
398 | 2024-02-18T04:11:53.849Z | + local DO_DOWNLOAD=true |
399 | 2024-02-18T04:11:53.849Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-02-18T04:11:53.850Z | + mkdir -p out/downloads |
401 | 2024-02-18T04:11:53.850Z | + '[' true == true ']' |
402 | 2024-02-18T04:11:53.850Z | + echo Downloading... |
403 | 2024-02-18T04:11:53.850Z | Downloading... |
404 | 2024-02-18T04:11:53.850Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
405 | 2024-02-18T04:11:53.851Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
406 | 2024-02-18T04:11:54.469Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-02-18T04:11:54.469Z | ++ case "$OSTYPE" in |
408 | 2024-02-18T04:11:54.473Z | ++ SHA=sha256sum |
409 | 2024-02-18T04:11:54.473Z | ++ sha256sum |
410 | 2024-02-18T04:11:54.473Z | ++ awk '{print $1}' |
411 | 2024-02-18T04:11:54.479Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
412 | 2024-02-18T04:11:54.482Z | + [[ 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 ]] |
413 | 2024-02-18T04:11:54.482Z | + rm -rf ./out/console-assets |
414 | 2024-02-18T04:11:54.482Z | + mkdir -p ./out/console-assets |
415 | 2024-02-18T04:11:54.482Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-02-18T04:11:54.482Z | + mkdir -p ./out/console-assets |
417 | 2024-02-18T04:11:54.486Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-02-18T04:11:54.576Z | + set -o errexit |
419 | 2024-02-18T04:11:54.579Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-02-18T04:11:54.582Z | ++ cd ./tools |
421 | 2024-02-18T04:11:54.582Z | ++ pwd |
422 | 2024-02-18T04:11:54.582Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-02-18T04:11:54.582Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-02-18T04:11:54.585Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-02-18T04:11:54.585Z | + TARGET_DIR=out |
426 | 2024-02-18T04:11:54.586Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-02-18T04:11:54.586Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-02-18T04:11:54.586Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
429 | 2024-02-18T04:11:54.586Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
430 | 2024-02-18T04:11:54.586Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
431 | 2024-02-18T04:11:54.586Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
432 | 2024-02-18T04:11:54.586Z | + main |
433 | 2024-02-18T04:11:54.586Z | + [[ 0 != 0 ]] |
434 | 2024-02-18T04:11:54.586Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
435 | 2024-02-18T04:11:54.586Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
436 | 2024-02-18T04:11:54.586Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
437 | 2024-02-18T04:11:54.586Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
438 | 2024-02-18T04:11:54.586Z | + local DO_DOWNLOAD=true |
439 | 2024-02-18T04:11:54.586Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
440 | 2024-02-18T04:11:54.586Z | + mkdir -p out/downloads |
441 | 2024-02-18T04:11:54.586Z | + '[' true == true ']' |
442 | 2024-02-18T04:11:54.586Z | + echo Downloading... |
443 | 2024-02-18T04:11:54.586Z | Downloading... |
444 | 2024-02-18T04:11:54.586Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
445 | 2024-02-18T04:11:54.586Z | + 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 |
446 | 2024-02-18T04:11:54.820Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
447 | 2024-02-18T04:11:54.820Z | ++ case "$OSTYPE" in |
448 | 2024-02-18T04:11:54.833Z | ++ SHA=sha256sum |
449 | 2024-02-18T04:11:54.833Z | ++ sha256sum |
450 | 2024-02-18T04:11:54.833Z | ++ awk '{print $1}' |
451 | 2024-02-18T04:11:54.833Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
452 | 2024-02-18T04:11:54.834Z | + [[ 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 ]] |
453 | 2024-02-18T04:11:54.834Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
454 | 2024-02-18T04:11:54.834Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
455 | 2024-02-18T04:11:54.835Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
456 | 2024-02-18T04:11:54.835Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
457 | 2024-02-18T04:11:54.835Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
458 | 2024-02-18T04:11:54.835Z | + main |
459 | 2024-02-18T04:11:54.835Z | + [[ 0 != 0 ]] |
460 | 2024-02-18T04:11:54.835Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
461 | 2024-02-18T04:11:54.836Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
462 | 2024-02-18T04:11:54.836Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
463 | 2024-02-18T04:11:54.836Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
464 | 2024-02-18T04:11:54.836Z | + local DO_DOWNLOAD=true |
465 | 2024-02-18T04:11:54.836Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
466 | 2024-02-18T04:11:54.836Z | + mkdir -p out/downloads |
467 | 2024-02-18T04:11:54.836Z | + '[' true == true ']' |
468 | 2024-02-18T04:11:54.836Z | + echo Downloading... |
469 | 2024-02-18T04:11:54.836Z | Downloading... |
470 | 2024-02-18T04:11:54.837Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
471 | 2024-02-18T04:11:54.837Z | + 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 |
472 | 2024-02-18T04:11:54.994Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
473 | 2024-02-18T04:11:54.997Z | ++ case "$OSTYPE" in |
474 | 2024-02-18T04:11:54.997Z | ++ SHA=sha256sum |
475 | 2024-02-18T04:11:54.997Z | ++ sha256sum |
476 | 2024-02-18T04:11:54.997Z | ++ awk '{print $1}' |
477 | 2024-02-18T04:11:55.000Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
478 | 2024-02-18T04:11:55.000Z | + [[ 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 ]] |
479 | 2024-02-18T04:11:55.008Z | + set -o errexit |
480 | 2024-02-18T04:11:55.011Z | +++ dirname ./tools/ci_download_dendrite_openapi |
481 | 2024-02-18T04:11:55.011Z | ++ cd ./tools |
482 | 2024-02-18T04:11:55.011Z | ++ pwd |
483 | 2024-02-18T04:11:55.011Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2024-02-18T04:11:55.014Z | ++ basename ./tools/ci_download_dendrite_openapi |
485 | 2024-02-18T04:11:55.014Z | + ARG0=ci_download_dendrite_openapi |
486 | 2024-02-18T04:11:55.014Z | + TARGET_DIR=out |
487 | 2024-02-18T04:11:55.014Z | + DOWNLOAD_DIR=out/downloads |
488 | 2024-02-18T04:11:55.014Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
489 | 2024-02-18T04:11:55.014Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
490 | 2024-02-18T04:11:55.014Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
491 | 2024-02-18T04:11:55.014Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
492 | 2024-02-18T04:11:55.014Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
493 | 2024-02-18T04:11:55.014Z | + main |
494 | 2024-02-18T04:11:55.014Z | + [[ 0 != 0 ]] |
495 | 2024-02-18T04:11:55.014Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
496 | 2024-02-18T04:11:55.014Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
497 | 2024-02-18T04:11:55.014Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
498 | 2024-02-18T04:11:55.014Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-18T04:11:55.014Z | + local DO_DOWNLOAD=true |
500 | 2024-02-18T04:11:55.015Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
501 | 2024-02-18T04:11:55.015Z | + mkdir -p out/downloads |
502 | 2024-02-18T04:11:55.018Z | + '[' true == true ']' |
503 | 2024-02-18T04:11:55.018Z | + echo Downloading... |
504 | 2024-02-18T04:11:55.018Z | Downloading... |
505 | 2024-02-18T04:11:55.018Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
506 | 2024-02-18T04:11:55.018Z | + 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 |
507 | 2024-02-18T04:11:55.168Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
508 | 2024-02-18T04:11:55.168Z | ++ case "$OSTYPE" in |
509 | 2024-02-18T04:11:55.169Z | ++ SHA=sha256sum |
510 | 2024-02-18T04:11:55.178Z | ++ sha256sum |
511 | 2024-02-18T04:11:55.178Z | ++ awk '{print $1}' |
512 | 2024-02-18T04:11:55.178Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
513 | 2024-02-18T04:11:55.178Z | + [[ 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 ]] |
514 | 2024-02-18T04:11:55.189Z | + set -o errexit |
515 | 2024-02-18T04:11:55.189Z | +++ dirname ./tools/ci_download_dendrite_stub |
516 | 2024-02-18T04:11:55.189Z | ++ cd ./tools |
517 | 2024-02-18T04:11:55.189Z | ++ pwd |
518 | 2024-02-18T04:11:55.204Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
519 | 2024-02-18T04:11:55.204Z | ++ basename ./tools/ci_download_dendrite_stub |
520 | 2024-02-18T04:11:55.205Z | + ARG0=ci_download_dendrite_stub |
521 | 2024-02-18T04:11:55.205Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
522 | 2024-02-18T04:11:55.205Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
523 | 2024-02-18T04:11:55.205Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
524 | 2024-02-18T04:11:55.205Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
525 | 2024-02-18T04:11:55.205Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
526 | 2024-02-18T04:11:55.205Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-18T04:11:55.205Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
528 | 2024-02-18T04:11:55.205Z | + TARGET_DIR=out |
529 | 2024-02-18T04:11:55.205Z | + DOWNLOAD_DIR=out/downloads |
530 | 2024-02-18T04:11:55.206Z | + DEST_DIR=./out/dendrite-stub |
531 | 2024-02-18T04:11:55.206Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
532 | 2024-02-18T04:11:55.206Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
533 | 2024-02-18T04:11:55.206Z | + REPO=oxidecomputer/dendrite |
534 | 2024-02-18T04:11:55.206Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
535 | 2024-02-18T04:11:55.207Z | + main |
536 | 2024-02-18T04:11:55.207Z | + [[ 0 != 0 ]] |
537 | 2024-02-18T04:11:55.207Z | + CIDL_OS=solaris2.11 |
538 | 2024-02-18T04:11:55.207Z | + [[ 0 != 0 ]] |
539 | 2024-02-18T04:11:55.207Z | + configure_os solaris2.11 |
540 | 2024-02-18T04:11:55.207Z | + echo 'current directory: /work/oxidecomputer/omicron' |
541 | 2024-02-18T04:11:55.208Z | current directory: /work/oxidecomputer/omicron |
542 | 2024-02-18T04:11:55.208Z | + echo 'configuring based on OS: "solaris2.11"' |
543 | 2024-02-18T04:11:55.208Z | + case "$1" in |
544 | 2024-02-18T04:11:55.208Z | configuring based on OS: "solaris2.11" |
545 | 2024-02-18T04:11:55.208Z | + SET_BINARIES= |
546 | 2024-02-18T04:11:55.208Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
547 | 2024-02-18T04:11:55.208Z | + CIDL_SHA256FUNC=do_sha256sum |
548 | 2024-02-18T04:11:55.208Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
549 | 2024-02-18T04:11:55.208Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
550 | 2024-02-18T04:11:55.209Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-18T04:11:55.209Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
552 | 2024-02-18T04:11:55.209Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
553 | 2024-02-18T04:11:55.209Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
554 | 2024-02-18T04:11:55.209Z | Local file: out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-18T04:11:55.209Z | + mkdir -p out/downloads |
556 | 2024-02-18T04:11:55.209Z | + mkdir -p ./out/dendrite-stub |
557 | 2024-02-18T04:11:55.209Z | + fetch_and_verify |
558 | 2024-02-18T04:11:55.209Z | + local DO_DOWNLOAD=true |
559 | 2024-02-18T04:11:55.209Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
560 | 2024-02-18T04:11:55.210Z | + '[' true == true ']' |
561 | 2024-02-18T04:11:55.210Z | + echo Downloading... |
562 | 2024-02-18T04:11:55.210Z | Downloading... |
563 | 2024-02-18T04:11:55.210Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-18T04:11:55.210Z | + 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 |
565 | 2024-02-18T04:12:05.787Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-18T04:12:05.791Z | ++ sha256sum |
567 | 2024-02-18T04:12:05.791Z | ++ awk '{print $1}' |
568 | 2024-02-18T04:12:05.812Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
569 | 2024-02-18T04:12:05.819Z | + [[ 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 ]] |
570 | 2024-02-18T04:12:05.819Z | + do_untar out/downloads/dendrite-stub.tar.gz |
571 | 2024-02-18T04:12:05.819Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
572 | 2024-02-18T04:12:06.511Z | + do_assemble |
573 | 2024-02-18T04:12:06.511Z | + rm -r ./out/dendrite-stub |
574 | 2024-02-18T04:12:06.527Z | + mkdir ./out/dendrite-stub |
575 | 2024-02-18T04:12:06.527Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
576 | 2024-02-18T04:12:06.595Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
577 | 2024-02-18T04:12:06.604Z | + set -o errexit |
578 | 2024-02-18T04:12:06.607Z | +++ dirname ./tools/ci_download_maghemite_mgd |
579 | 2024-02-18T04:12:06.610Z | ++ cd ./tools |
580 | 2024-02-18T04:12:06.610Z | ++ pwd |
581 | 2024-02-18T04:12:06.610Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
582 | 2024-02-18T04:12:06.610Z | ++ basename ./tools/ci_download_maghemite_mgd |
583 | 2024-02-18T04:12:06.613Z | + ARG0=ci_download_maghemite_mgd |
584 | 2024-02-18T04:12:06.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
585 | 2024-02-18T04:12:06.613Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
586 | 2024-02-18T04:12:06.613Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
587 | 2024-02-18T04:12:06.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
588 | 2024-02-18T04:12:06.613Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-18T04:12:06.613Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
590 | 2024-02-18T04:12:06.613Z | + TARGET_DIR=out |
591 | 2024-02-18T04:12:06.613Z | + DOWNLOAD_DIR=out/downloads |
592 | 2024-02-18T04:12:06.613Z | + DEST_DIR=./out/mgd |
593 | 2024-02-18T04:12:06.613Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
594 | 2024-02-18T04:12:06.614Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
595 | 2024-02-18T04:12:06.614Z | + REPO=oxidecomputer/maghemite |
596 | 2024-02-18T04:12:06.614Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
597 | 2024-02-18T04:12:06.614Z | + main |
598 | 2024-02-18T04:12:06.614Z | + [[ 0 != 0 ]] |
599 | 2024-02-18T04:12:06.614Z | + CIDL_OS=solaris2.11 |
600 | 2024-02-18T04:12:06.614Z | + [[ 0 != 0 ]] |
601 | 2024-02-18T04:12:06.614Z | + configure_os solaris2.11 |
602 | 2024-02-18T04:12:06.614Z | + echo 'current directory: /work/oxidecomputer/omicron' |
603 | 2024-02-18T04:12:06.614Z | current directory: /work/oxidecomputer/omicron |
604 | 2024-02-18T04:12:06.614Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2024-02-18T04:12:06.614Z | + case "$1" in |
606 | 2024-02-18T04:12:06.614Z | + SET_BINARIES= |
607 | 2024-02-18T04:12:06.614Z | configuring based on OS: "solaris2.11" |
608 | 2024-02-18T04:12:06.614Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2024-02-18T04:12:06.614Z | + TARBALL_FILENAME=mgd.tar.gz |
610 | 2024-02-18T04:12:06.614Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
611 | 2024-02-18T04:12:06.614Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
612 | 2024-02-18T04:12:06.614Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
613 | 2024-02-18T04:12:06.614Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
614 | 2024-02-18T04:12:06.614Z | Local file: out/downloads/mgd.tar.gz |
615 | 2024-02-18T04:12:06.614Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
616 | 2024-02-18T04:12:06.614Z | + mkdir -p out/downloads |
617 | 2024-02-18T04:12:06.622Z | + mkdir -p ./out/mgd |
618 | 2024-02-18T04:12:06.622Z | + fetch_and_verify |
619 | 2024-02-18T04:12:06.622Z | + local DO_DOWNLOAD=true |
620 | 2024-02-18T04:12:06.622Z | + [[ -f out/downloads/mgd.tar.gz ]] |
621 | 2024-02-18T04:12:06.622Z | + '[' true == true ']' |
622 | 2024-02-18T04:12:06.622Z | + echo Downloading... |
623 | 2024-02-18T04:12:06.622Z | Downloading... |
624 | 2024-02-18T04:12:06.622Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
625 | 2024-02-18T04:12:06.622Z | + 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 |
626 | 2024-02-18T04:12:11.836Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
627 | 2024-02-18T04:12:11.839Z | ++ sha256sum |
628 | 2024-02-18T04:12:11.839Z | ++ awk '{print $1}' |
629 | 2024-02-18T04:12:11.856Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
630 | 2024-02-18T04:12:11.859Z | + [[ 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 ]] |
631 | 2024-02-18T04:12:11.859Z | + do_untar out/downloads/mgd.tar.gz |
632 | 2024-02-18T04:12:11.859Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
633 | 2024-02-18T04:12:12.308Z | + do_assemble |
634 | 2024-02-18T04:12:12.308Z | + rm -r ./out/mgd |
635 | 2024-02-18T04:12:12.313Z | + mkdir ./out/mgd |
636 | 2024-02-18T04:12:12.313Z | + cp -r out/downloads/root ./out/mgd/root |
637 | 2024-02-18T04:12:12.457Z | + set -o errexit |
638 | 2024-02-18T04:12:12.461Z | +++ dirname ./tools/ci_download_transceiver_control |
639 | 2024-02-18T04:12:12.461Z | ++ cd ./tools |
640 | 2024-02-18T04:12:12.461Z | ++ pwd |
641 | 2024-02-18T04:12:12.464Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
642 | 2024-02-18T04:12:12.464Z | ++ basename ./tools/ci_download_transceiver_control |
643 | 2024-02-18T04:12:12.464Z | + ARG0=ci_download_transceiver_control |
644 | 2024-02-18T04:12:12.464Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
645 | 2024-02-18T04:12:12.464Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-02-18T04:12:12.464Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
647 | 2024-02-18T04:12:12.464Z | + TARGET_DIR=out |
648 | 2024-02-18T04:12:12.464Z | + DOWNLOAD_DIR=out/downloads |
649 | 2024-02-18T04:12:12.464Z | + DEST_DIR=./out/transceiver-control |
650 | 2024-02-18T04:12:12.464Z | + BIN_DIR=/opt/oxide/bin |
651 | 2024-02-18T04:12:12.464Z | + BINARY=xcvradm |
652 | 2024-02-18T04:12:12.464Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
653 | 2024-02-18T04:12:12.464Z | + REPO=oxidecomputer/transceiver-control |
654 | 2024-02-18T04:12:12.464Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2024-02-18T04:12:12.464Z | + main |
656 | 2024-02-18T04:12:12.464Z | + [[ 0 != 0 ]] |
657 | 2024-02-18T04:12:12.464Z | + CIDL_OS=solaris2.11 |
658 | 2024-02-18T04:12:12.464Z | + [[ 0 != 0 ]] |
659 | 2024-02-18T04:12:12.464Z | + configure_os solaris2.11 |
660 | 2024-02-18T04:12:12.465Z | + echo 'current directory: /work/oxidecomputer/omicron' |
661 | 2024-02-18T04:12:12.465Z | current directory: /work/oxidecomputer/omicron |
662 | 2024-02-18T04:12:12.465Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2024-02-18T04:12:12.465Z | + case "$1" in |
664 | 2024-02-18T04:12:12.465Z | configuring based on OS: "solaris2.11" |
665 | 2024-02-18T04:12:12.465Z | + SET_BINARIES= |
666 | 2024-02-18T04:12:12.465Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2024-02-18T04:12:12.465Z | + CIDL_SHA256FUNC=do_sha256sum |
668 | 2024-02-18T04:12:12.465Z | + ARCHIVE_FILENAME=xcvradm.gz |
669 | 2024-02-18T04:12:12.465Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2024-02-18T04:12:12.465Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
671 | 2024-02-18T04:12:12.465Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
672 | 2024-02-18T04:12:12.465Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-02-18T04:12:12.465Z | + echo 'Local file: out/downloads/xcvradm.gz' |
674 | 2024-02-18T04:12:12.465Z | + mkdir -p out/downloads |
675 | 2024-02-18T04:12:12.465Z | Local file: out/downloads/xcvradm.gz |
676 | 2024-02-18T04:12:12.471Z | + mkdir -p ./out/transceiver-control |
677 | 2024-02-18T04:12:12.472Z | + fetch_and_verify |
678 | 2024-02-18T04:12:12.472Z | + local DO_DOWNLOAD=true |
679 | 2024-02-18T04:12:12.472Z | + [[ -f out/downloads/xcvradm.gz ]] |
680 | 2024-02-18T04:12:12.472Z | + '[' true == true ']' |
681 | 2024-02-18T04:12:12.472Z | + echo Downloading... |
682 | 2024-02-18T04:12:12.472Z | Downloading... |
683 | 2024-02-18T04:12:12.472Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
684 | 2024-02-18T04:12:12.472Z | + 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 |
685 | 2024-02-18T04:12:13.271Z | ++ do_sha256sum out/downloads/xcvradm.gz |
686 | 2024-02-18T04:12:13.274Z | ++ sha256sum |
687 | 2024-02-18T04:12:13.274Z | ++ awk '{print $1}' |
688 | 2024-02-18T04:12:13.282Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
689 | 2024-02-18T04:12:13.285Z | + [[ 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 ]] |
690 | 2024-02-18T04:12:13.285Z | + do_unpack out/downloads/xcvradm.gz |
691 | 2024-02-18T04:12:13.285Z | + mkdir -p out/downloads/root//opt/oxide/bin |
692 | 2024-02-18T04:12:13.285Z | + gzip -dc out/downloads/xcvradm.gz |
693 | 2024-02-18T04:12:13.408Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
694 | 2024-02-18T04:12:13.411Z | + do_assemble |
695 | 2024-02-18T04:12:13.411Z | + rm -r ./out/transceiver-control |
696 | 2024-02-18T04:12:13.415Z | + mkdir ./out/transceiver-control |
697 | 2024-02-18T04:12:13.415Z | + cp -r out/downloads/root ./out/transceiver-control/root |
698 | 2024-02-18T04:12:13.555Z | All prerequisites installed successfully |
699 | 2024-02-18T04:12:13.559Z | |
700 | 2024-02-18T04:12:13.559Z | real 2:28.483995142 |
701 | 2024-02-18T04:12:13.559Z | user 34.783553968 |
702 | 2024-02-18T04:12:13.559Z | sys 6.850903654 |
703 | 2024-02-18T04:12:13.559Z | trap 0.008042187 |
704 | 2024-02-18T04:12:13.559Z | tflt 0.220339056 |
705 | 2024-02-18T04:12:13.559Z | dflt 0.667234300 |
706 | 2024-02-18T04:12:13.559Z | kflt 0.222673176 |
707 | 2024-02-18T04:12:13.559Z | lock 1.877548411 |
708 | 2024-02-18T04:12:13.559Z | slp 4:54.188658690 |
709 | 2024-02-18T04:12:13.559Z | lat 1.819110177 |
710 | 2024-02-18T04:12:13.559Z | stop 0.148770190 |
711 | 2024-02-18T04:12:13.559Z | + ptime -m ./tools/ci_download_softnpu_machinery |
712 | 2024-02-18T04:12:13.567Z | fetching npuzone |
713 | 2024-02-18T04:12:13.573Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
714 | 2024-02-18T04:12:13.573Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
715 | 2024-02-18T04:12:13.573Z | Getting hash for npuzone |
716 | 2024-02-18T04:12:13.666Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
717 | 2024-02-18T04:12:20.973Z | npuzone downloaded successfully |
718 | 2024-02-18T04:12:20.976Z | |
719 | 2024-02-18T04:12:20.976Z | real 7.416290495 |
720 | 2024-02-18T04:12:20.977Z | user 0.344167822 |
721 | 2024-02-18T04:12:20.977Z | sys 0.124783259 |
722 | 2024-02-18T04:12:20.977Z | trap 0.000294298 |
723 | 2024-02-18T04:12:20.977Z | tflt 0.000000000 |
724 | 2024-02-18T04:12:20.977Z | dflt 0.000000000 |
725 | 2024-02-18T04:12:20.977Z | kflt 0.000000000 |
726 | 2024-02-18T04:12:20.977Z | lock 0.000000000 |
727 | 2024-02-18T04:12:20.977Z | slp 21.670620143 |
728 | 2024-02-18T04:12:20.977Z | lat 0.079475587 |
729 | 2024-02-18T04:12:20.977Z | stop 0.000172134 |
730 | 2024-02-18T04:12:20.980Z | + export CARGO_INCREMENTAL=0 |
731 | 2024-02-18T04:12:20.980Z | + CARGO_INCREMENTAL=0 |
732 | 2024-02-18T04:12:20.980Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
733 | 2024-02-18T04:12:21.187Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2024-02-18T04:12:21.524Z | Updating git repository `https://github.com/oxidecomputer/samael` |
735 | 2024-02-18T04:12:21.866Z | Updating crates.io index |
736 | 2024-02-18T04:12:21.995Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2024-02-18T04:12:22.807Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2024-02-18T04:12:24.625Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
739 | 2024-02-18T04:12:25.291Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2024-02-18T04:12:25.595Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2024-02-18T04:12:25.872Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2024-02-18T04:12:26.113Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
743 | 2024-02-18T04:12:26.993Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
744 | 2024-02-18T04:12:28.943Z | Updating git repository `https://github.com/oxidecomputer/opte` |
745 | 2024-02-18T04:12:29.827Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
746 | 2024-02-18T04:12:30.140Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
747 | 2024-02-18T04:12:30.685Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
748 | 2024-02-18T04:12:30.983Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
749 | 2024-02-18T04:12:31.244Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
750 | 2024-02-18T04:12:31.508Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
751 | 2024-02-18T04:12:31.891Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
752 | 2024-02-18T04:12:32.309Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-02-18T04:12:32.610Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-02-18T04:12:33.097Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-02-18T04:12:33.664Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2024-02-18T04:12:33.993Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2024-02-18T04:12:34.937Z | Updating git repository `https://github.com/cbiffle/hubpack` |
758 | 2024-02-18T04:12:35.319Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-02-18T04:12:36.642Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2024-02-18T04:12:36.995Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2024-02-18T04:12:37.275Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2024-02-18T04:12:38.675Z | Downloading crates ... |
763 | 2024-02-18T04:12:38.933Z | Downloaded arrayvec v0.7.4 |
764 | 2024-02-18T04:12:38.939Z | Downloaded colored v2.0.4 |
765 | 2024-02-18T04:12:38.942Z | Downloaded crc v3.0.1 |
766 | 2024-02-18T04:12:38.942Z | Downloaded compact_str v0.7.1 |
767 | 2024-02-18T04:12:38.946Z | Downloaded crucible-workspace-hack v0.1.0 |
768 | 2024-02-18T04:12:38.946Z | Downloaded chacha20 v0.9.1 |
769 | 2024-02-18T04:12:38.948Z | Downloaded cpufeatures v0.2.12 |
770 | 2024-02-18T04:12:38.951Z | Downloaded cookie v0.18.0 |
771 | 2024-02-18T04:12:38.954Z | Downloaded crc-catalog v2.2.0 |
772 | 2024-02-18T04:12:38.958Z | Downloaded corncobs v0.1.3 |
773 | 2024-02-18T04:12:38.958Z | Downloaded crossbeam-epoch v0.9.15 |
774 | 2024-02-18T04:12:38.963Z | Downloaded cobs v0.2.3 |
775 | 2024-02-18T04:12:38.966Z | Downloaded camino-tempfile v1.1.1 |
776 | 2024-02-18T04:12:38.966Z | Downloaded itoa v1.0.9 |
777 | 2024-02-18T04:12:38.966Z | Downloaded ciborium v0.2.2 |
778 | 2024-02-18T04:12:38.969Z | Downloaded console v0.15.8 |
779 | 2024-02-18T04:12:38.972Z | Downloaded base16ct v0.2.0 |
780 | 2024-02-18T04:12:38.979Z | Downloaded ascii-canvas v3.0.0 |
781 | 2024-02-18T04:12:38.982Z | Downloaded itertools v0.10.5 |
782 | 2024-02-18T04:12:38.985Z | Downloaded semver v0.1.20 |
783 | 2024-02-18T04:12:38.987Z | Downloaded assert_matches v1.5.0 |
784 | 2024-02-18T04:12:38.991Z | Downloaded array-init v0.0.4 |
785 | 2024-02-18T04:12:38.991Z | Downloaded secrecy v0.8.0 |
786 | 2024-02-18T04:12:38.994Z | Downloaded crunchy v0.2.2 |
787 | 2024-02-18T04:12:38.994Z | Downloaded indoc v2.0.3 |
788 | 2024-02-18T04:12:38.997Z | Downloaded bit-vec v0.6.3 |
789 | 2024-02-18T04:12:39.000Z | Downloaded clap v2.34.0 |
790 | 2024-02-18T04:12:39.008Z | Downloaded atomicwrites v0.4.3 |
791 | 2024-02-18T04:12:39.011Z | Downloaded anstyle-query v1.0.0 |
792 | 2024-02-18T04:12:39.014Z | Downloaded async-stream-impl v0.3.5 |
793 | 2024-02-18T04:12:39.014Z | Downloaded termios v0.3.3 |
794 | 2024-02-18T04:12:39.017Z | Downloaded tabled_derive v0.7.0 |
795 | 2024-02-18T04:12:39.025Z | Downloaded rustls v0.21.9 |
796 | 2024-02-18T04:12:39.030Z | Downloaded linear-map v1.2.0 |
797 | 2024-02-18T04:12:39.034Z | Downloaded ipnetwork v0.20.0 |
798 | 2024-02-18T04:12:39.037Z | Downloaded bit-set v0.5.3 |
799 | 2024-02-18T04:12:39.040Z | Downloaded adler v1.0.2 |
800 | 2024-02-18T04:12:39.043Z | Downloaded cexpr v0.6.0 |
801 | 2024-02-18T04:12:39.043Z | Downloaded anstyle v1.0.2 |
802 | 2024-02-18T04:12:39.046Z | Downloaded libefi-sys v0.1.0 |
803 | 2024-02-18T04:12:39.049Z | Downloaded serde-big-array v0.5.1 |
804 | 2024-02-18T04:12:39.049Z | Downloaded md-5 v0.10.5 |
805 | 2024-02-18T04:12:39.051Z | Downloaded colorchoice v1.0.0 |
806 | 2024-02-18T04:12:39.052Z | Downloaded async-recursion v1.0.5 |
807 | 2024-02-18T04:12:39.054Z | Downloaded http-range v0.1.5 |
808 | 2024-02-18T04:12:39.057Z | Downloaded http-body v0.4.5 |
809 | 2024-02-18T04:12:39.057Z | Downloaded highway v1.1.0 |
810 | 2024-02-18T04:12:39.060Z | Downloaded backoff v0.4.0 |
811 | 2024-02-18T04:12:39.063Z | Downloaded block-buffer v0.10.4 |
812 | 2024-02-18T04:12:39.066Z | Downloaded buf-list v1.0.3 |
813 | 2024-02-18T04:12:39.069Z | Downloaded is_ci v1.2.0 |
814 | 2024-02-18T04:12:39.069Z | Downloaded bytecount v0.6.3 |
815 | 2024-02-18T04:12:39.072Z | Downloaded keccak v0.1.4 |
816 | 2024-02-18T04:12:39.075Z | Downloaded lalrpop-util v0.19.12 |
817 | 2024-02-18T04:12:39.075Z | Downloaded byteorder v1.5.0 |
818 | 2024-02-18T04:12:39.077Z | Downloaded libsw v3.3.1 |
819 | 2024-02-18T04:12:39.080Z | Downloaded autocfg v1.1.0 |
820 | 2024-02-18T04:12:39.086Z | Downloaded humantime v2.1.0 |
821 | 2024-02-18T04:12:39.089Z | Downloaded lru-cache v0.1.2 |
822 | 2024-02-18T04:12:39.089Z | Downloaded num-rational v0.4.1 |
823 | 2024-02-18T04:12:39.089Z | Downloaded ident_case v1.0.1 |
824 | 2024-02-18T04:12:39.092Z | Downloaded bitfield v0.14.0 |
825 | 2024-02-18T04:12:39.092Z | Downloaded ansi_term v0.12.1 |
826 | 2024-02-18T04:12:39.094Z | Downloaded normalize-line-endings v0.3.0 |
827 | 2024-02-18T04:12:39.097Z | Downloaded schemars_derive v0.8.16 |
828 | 2024-02-18T04:12:39.097Z | Downloaded rustc_version v0.1.7 |
829 | 2024-02-18T04:12:39.101Z | Downloaded slog-bunyan v2.5.0 |
830 | 2024-02-18T04:12:39.101Z | Downloaded hubpack_derive v0.1.1 |
831 | 2024-02-18T04:12:39.104Z | Downloaded stability v0.1.1 |
832 | 2024-02-18T04:12:39.104Z | Downloaded bitflags v2.4.0 |
833 | 2024-02-18T04:12:39.107Z | Downloaded base64ct v1.6.0 |
834 | 2024-02-18T04:12:39.110Z | Downloaded block-padding v0.3.3 |
835 | 2024-02-18T04:12:39.110Z | Downloaded managed v0.8.0 |
836 | 2024-02-18T04:12:39.113Z | Downloaded camino v1.1.6 |
837 | 2024-02-18T04:12:39.116Z | Downloaded crc32fast v1.3.2 |
838 | 2024-02-18T04:12:39.116Z | Downloaded castaway v0.2.2 |
839 | 2024-02-18T04:12:39.121Z | Downloaded instant v0.1.12 |
840 | 2024-02-18T04:12:39.124Z | Downloaded num_enum v0.5.11 |
841 | 2024-02-18T04:12:39.130Z | Downloaded impl-trait-for-tuples v0.2.2 |
842 | 2024-02-18T04:12:39.133Z | Downloaded hyper-staticfile v0.9.5 |
843 | 2024-02-18T04:12:39.133Z | Downloaded cassowary v0.3.0 |
844 | 2024-02-18T04:12:39.137Z | Downloaded foreign-types v0.3.2 |
845 | 2024-02-18T04:12:39.137Z | Downloaded dtrace-parser v0.2.0 |
846 | 2024-02-18T04:12:39.137Z | Downloaded hmac v0.12.1 |
847 | 2024-02-18T04:12:39.140Z | Downloaded spin v0.9.8 |
848 | 2024-02-18T04:12:39.143Z | Downloaded num-iter v0.1.43 |
849 | 2024-02-18T04:12:39.143Z | Downloaded nibble_vec v0.1.0 |
850 | 2024-02-18T04:12:39.146Z | Downloaded spki v0.7.2 |
851 | 2024-02-18T04:12:39.149Z | Downloaded pretty-hex v0.4.1 |
852 | 2024-02-18T04:12:39.149Z | Downloaded path-slash v0.1.5 |
853 | 2024-02-18T04:12:39.152Z | Downloaded cc v1.0.83 |
854 | 2024-02-18T04:12:39.155Z | Downloaded headers-core v0.2.0 |
855 | 2024-02-18T04:12:39.155Z | Downloaded strum_macros v0.25.2 |
856 | 2024-02-18T04:12:39.158Z | Downloaded thiserror v1.0.57 |
857 | 2024-02-18T04:12:39.162Z | Downloaded vte_generate_state_changes v0.1.1 |
858 | 2024-02-18T04:12:39.165Z | Downloaded phf v0.11.2 |
859 | 2024-02-18T04:12:39.165Z | Downloaded xattr v1.0.1 |
860 | 2024-02-18T04:12:39.169Z | Downloaded zeroize v1.7.0 |
861 | 2024-02-18T04:12:39.172Z | Downloaded wait-timeout v0.2.0 |
862 | 2024-02-18T04:12:39.172Z | Downloaded clang-sys v1.6.1 |
863 | 2024-02-18T04:12:39.175Z | Downloaded matches v0.1.10 |
864 | 2024-02-18T04:12:39.175Z | Downloaded nu-ansi-term v0.50.0 |
865 | 2024-02-18T04:12:39.182Z | Downloaded tower-service v0.3.2 |
866 | 2024-02-18T04:12:39.182Z | Downloaded flagset v0.4.3 |
867 | 2024-02-18T04:12:39.185Z | Downloaded sqlformat v0.2.3 |
868 | 2024-02-18T04:12:39.185Z | Downloaded anstream v0.6.11 |
869 | 2024-02-18T04:12:39.185Z | Downloaded nanorand v0.7.0 |
870 | 2024-02-18T04:12:39.188Z | Downloaded packed_struct_codegen v0.10.1 |
871 | 2024-02-18T04:12:39.191Z | Downloaded chrono v0.4.31 |
872 | 2024-02-18T04:12:39.196Z | Downloaded fastrand v2.0.1 |
873 | 2024-02-18T04:12:39.199Z | Downloaded vec_map v0.8.2 |
874 | 2024-02-18T04:12:39.199Z | Downloaded hash32 v0.2.1 |
875 | 2024-02-18T04:12:39.202Z | Downloaded indicatif v0.17.8 |
876 | 2024-02-18T04:12:39.213Z | Downloaded fnv v1.0.7 |
877 | 2024-02-18T04:12:39.213Z | Downloaded unicode-linebreak v0.1.5 |
878 | 2024-02-18T04:12:39.214Z | Downloaded whoami v1.4.1 |
879 | 2024-02-18T04:12:39.214Z | Downloaded fixedbitset v0.4.2 |
880 | 2024-02-18T04:12:39.214Z | Downloaded scroll_derive v0.12.0 |
881 | 2024-02-18T04:12:39.214Z | Downloaded tui-tree-widget v0.17.0 |
882 | 2024-02-18T04:12:39.214Z | Downloaded r2d2 v0.8.10 |
883 | 2024-02-18T04:12:39.218Z | Downloaded num-traits v0.2.16 |
884 | 2024-02-18T04:12:39.218Z | Downloaded const-oid v0.9.5 |
885 | 2024-02-18T04:12:39.221Z | Downloaded signal-hook-tokio v0.3.1 |
886 | 2024-02-18T04:12:39.221Z | Downloaded signal-hook-registry v1.4.1 |
887 | 2024-02-18T04:12:39.222Z | Downloaded base64 v0.21.7 |
888 | 2024-02-18T04:12:39.225Z | Downloaded serde_spanned v0.6.5 |
889 | 2024-02-18T04:12:39.228Z | Downloaded test-strategy v0.3.1 |
890 | 2024-02-18T04:12:39.232Z | Downloaded toolchain_find v0.2.0 |
891 | 2024-02-18T04:12:39.232Z | Downloaded pretty-hex v0.2.1 |
892 | 2024-02-18T04:12:39.232Z | Downloaded predicates-tree v1.0.9 |
893 | 2024-02-18T04:12:39.236Z | Downloaded precomputed-hash v0.1.1 |
894 | 2024-02-18T04:12:39.236Z | Downloaded num_threads v0.1.6 |
895 | 2024-02-18T04:12:39.236Z | Downloaded form_urlencoded v1.2.1 |
896 | 2024-02-18T04:12:39.239Z | Downloaded display-error-chain v0.2.0 |
897 | 2024-02-18T04:12:39.239Z | Downloaded usdt-macro v0.3.5 |
898 | 2024-02-18T04:12:39.239Z | Downloaded similar v2.3.0 |
899 | 2024-02-18T04:12:39.243Z | Downloaded ref-cast-impl v1.0.20 |
900 | 2024-02-18T04:12:39.246Z | Downloaded oso-derive v0.27.0 |
901 | 2024-02-18T04:12:39.246Z | Downloaded plain v0.2.3 |
902 | 2024-02-18T04:12:39.249Z | Downloaded dof v0.1.5 |
903 | 2024-02-18T04:12:39.249Z | Downloaded tap v1.0.1 |
904 | 2024-02-18T04:12:39.249Z | Downloaded pin-utils v0.1.0 |
905 | 2024-02-18T04:12:39.252Z | Downloaded structopt-derive v0.4.18 |
906 | 2024-02-18T04:12:39.252Z | Downloaded http v0.2.11 |
907 | 2024-02-18T04:12:39.255Z | Downloaded sec1 v0.7.3 |
908 | 2024-02-18T04:12:39.261Z | Downloaded memmap v0.7.0 |
909 | 2024-02-18T04:12:39.264Z | Downloaded semver-parser v0.10.2 |
910 | 2024-02-18T04:12:39.264Z | Downloaded usdt-macro v0.5.0 |
911 | 2024-02-18T04:12:39.264Z | Downloaded strsim v0.11.0 |
912 | 2024-02-18T04:12:39.264Z | Downloaded yasna v0.5.2 |
913 | 2024-02-18T04:12:39.267Z | Downloaded sha2 v0.10.8 |
914 | 2024-02-18T04:12:39.270Z | Downloaded quote v1.0.35 |
915 | 2024-02-18T04:12:39.270Z | Downloaded serde_derive_internals v0.26.0 |
916 | 2024-02-18T04:12:39.273Z | Downloaded http v1.0.0 |
917 | 2024-02-18T04:12:39.276Z | Downloaded zip v0.6.6 |
918 | 2024-02-18T04:12:39.280Z | Downloaded thread_local v1.1.7 |
919 | 2024-02-18T04:12:39.283Z | Downloaded fragile v2.0.0 |
920 | 2024-02-18T04:12:39.286Z | Downloaded thiserror-no-std v2.0.2 |
921 | 2024-02-18T04:12:39.289Z | Downloaded cstr-argument v0.1.2 |
922 | 2024-02-18T04:12:39.289Z | Downloaded url v2.5.0 |
923 | 2024-02-18T04:12:39.292Z | Downloaded foreign-types-shared v0.1.1 |
924 | 2024-02-18T04:12:39.295Z | Downloaded fallible-iterator v0.2.0 |
925 | 2024-02-18T04:12:39.295Z | Downloaded slog-stdlog v4.1.1 |
926 | 2024-02-18T04:12:39.297Z | Downloaded tokio-tungstenite v0.20.1 |
927 | 2024-02-18T04:12:39.301Z | Downloaded rustls-pemfile v2.0.0 |
928 | 2024-02-18T04:12:39.301Z | Downloaded darling_macro v0.20.3 |
929 | 2024-02-18T04:12:39.303Z | Downloaded time-macros v0.2.13 |
930 | 2024-02-18T04:12:39.304Z | Downloaded rpassword v7.3.1 |
931 | 2024-02-18T04:12:39.309Z | Downloaded peeking_take_while v0.1.2 |
932 | 2024-02-18T04:12:39.310Z | Downloaded textwrap v0.16.0 |
933 | 2024-02-18T04:12:39.312Z | Downloaded tokio-rustls v0.25.0 |
934 | 2024-02-18T04:12:39.312Z | Downloaded ff v0.13.0 |
935 | 2024-02-18T04:12:39.312Z | Downloaded zone v0.3.0 |
936 | 2024-02-18T04:12:39.312Z | Downloaded float-cmp v0.9.0 |
937 | 2024-02-18T04:12:39.315Z | Downloaded version_check v0.9.4 |
938 | 2024-02-18T04:12:39.315Z | Downloaded tinyvec v1.6.0 |
939 | 2024-02-18T04:12:39.318Z | Downloaded derive_builder_macro v0.12.0 |
940 | 2024-02-18T04:12:39.321Z | Downloaded headers v0.3.9 |
941 | 2024-02-18T04:12:39.324Z | Downloaded futures-task v0.3.30 |
942 | 2024-02-18T04:12:39.328Z | Downloaded match_cfg v0.1.0 |
943 | 2024-02-18T04:12:39.328Z | Downloaded pin-project-internal v1.1.3 |
944 | 2024-02-18T04:12:39.331Z | Downloaded curve25519-dalek-derive v0.1.0 |
945 | 2024-02-18T04:12:39.331Z | Downloaded foreign-types-shared v0.3.1 |
946 | 2024-02-18T04:12:39.331Z | Downloaded either v1.10.0 |
947 | 2024-02-18T04:12:39.334Z | Downloaded half v2.3.1 |
948 | 2024-02-18T04:12:39.337Z | Downloaded rand_chacha v0.3.1 |
949 | 2024-02-18T04:12:39.337Z | Downloaded strsim v0.8.0 |
950 | 2024-02-18T04:12:39.340Z | Downloaded resolv-conf v0.7.0 |
951 | 2024-02-18T04:12:39.340Z | Downloaded pem v3.0.2 |
952 | 2024-02-18T04:12:39.343Z | Downloaded deranged v0.3.8 |
953 | 2024-02-18T04:12:39.343Z | Downloaded pest_generator v2.7.6 |
954 | 2024-02-18T04:12:39.346Z | Downloaded strsim v0.10.0 |
955 | 2024-02-18T04:12:39.346Z | Downloaded zerocopy v0.6.4 |
956 | 2024-02-18T04:12:39.349Z | Downloaded rustfmt-wrapper v0.2.0 |
957 | 2024-02-18T04:12:39.349Z | Downloaded downcast v0.11.0 |
958 | 2024-02-18T04:12:39.352Z | Downloaded spin v0.5.2 |
959 | 2024-02-18T04:12:39.352Z | Downloaded data-encoding v2.4.0 |
960 | 2024-02-18T04:12:39.355Z | Downloaded tokio-rustls v0.24.1 |
961 | 2024-02-18T04:12:39.355Z | Downloaded serde_tokenstream v0.2.0 |
962 | 2024-02-18T04:12:39.361Z | Downloaded fxhash v0.2.1 |
963 | 2024-02-18T04:12:39.364Z | Downloaded swrite v0.1.0 |
964 | 2024-02-18T04:12:39.364Z | Downloaded ena v0.14.2 |
965 | 2024-02-18T04:12:39.364Z | Downloaded scroll v0.12.0 |
966 | 2024-02-18T04:12:39.364Z | Downloaded mime_guess v2.0.4 |
967 | 2024-02-18T04:12:39.368Z | Downloaded dyn-clone v1.0.16 |
968 | 2024-02-18T04:12:39.371Z | Downloaded tinyvec_macros v0.1.1 |
969 | 2024-02-18T04:12:39.371Z | Downloaded trust-dns-client v0.22.0 |
970 | 2024-02-18T04:12:39.374Z | Downloaded universal-hash v0.5.1 |
971 | 2024-02-18T04:12:39.376Z | Downloaded termcolor v1.2.0 |
972 | 2024-02-18T04:12:39.377Z | Downloaded supports-color v3.0.0 |
973 | 2024-02-18T04:12:39.379Z | Downloaded strum v0.25.0 |
974 | 2024-02-18T04:12:39.379Z | Downloaded debug-ignore v1.0.5 |
975 | 2024-02-18T04:12:39.382Z | Downloaded hex v0.4.3 |
976 | 2024-02-18T04:12:39.382Z | Downloaded kstat-rs v0.2.3 |
977 | 2024-02-18T04:12:39.385Z | Downloaded futures-core v0.3.30 |
978 | 2024-02-18T04:12:39.385Z | Downloaded vsss-rs v3.3.4 |
979 | 2024-02-18T04:12:39.388Z | Downloaded subprocess v0.2.9 |
980 | 2024-02-18T04:12:39.391Z | Downloaded rustc-hash v1.1.0 |
981 | 2024-02-18T04:12:39.391Z | Downloaded proc-macro-error v1.0.4 |
982 | 2024-02-18T04:12:39.394Z | Downloaded heck v0.3.3 |
983 | 2024-02-18T04:12:39.397Z | Downloaded parse-size v1.0.0 |
984 | 2024-02-18T04:12:39.397Z | Downloaded static_assertions v1.1.0 |
985 | 2024-02-18T04:12:39.400Z | Downloaded slab v0.4.9 |
986 | 2024-02-18T04:12:39.400Z | Downloaded libloading v0.7.4 |
987 | 2024-02-18T04:12:39.406Z | Downloaded semver v1.0.21 |
988 | 2024-02-18T04:12:39.409Z | Downloaded minimal-lexical v0.2.1 |
989 | 2024-02-18T04:12:39.410Z | Downloaded difflib v0.4.0 |
990 | 2024-02-18T04:12:39.413Z | Downloaded postcard v1.0.8 |
991 | 2024-02-18T04:12:39.416Z | Downloaded quick-error v1.2.3 |
992 | 2024-02-18T04:12:39.416Z | Downloaded socket2 v0.4.9 |
993 | 2024-02-18T04:12:39.419Z | Downloaded phf_shared v0.10.0 |
994 | 2024-02-18T04:12:39.419Z | Downloaded toml v0.5.11 |
995 | 2024-02-18T04:12:39.423Z | Downloaded errno v0.3.8 |
996 | 2024-02-18T04:12:39.423Z | Downloaded percent-encoding v2.3.1 |
997 | 2024-02-18T04:12:39.426Z | Downloaded packed_struct v0.10.1 |
998 | 2024-02-18T04:12:39.426Z | Downloaded zeroize_derive v1.4.2 |
999 | 2024-02-18T04:12:39.426Z | Downloaded parking_lot_core v0.8.6 |
1000 | 2024-02-18T04:12:39.429Z | Downloaded rustversion v1.0.14 |
1001 | 2024-02-18T04:12:39.432Z | Downloaded derive_builder_core v0.12.0 |
1002 | 2024-02-18T04:12:39.434Z | Downloaded rustc-demangle v0.1.23 |
1003 | 2024-02-18T04:12:39.437Z | Downloaded predicates v3.1.0 |
1004 | 2024-02-18T04:12:39.437Z | Downloaded sqlparser_derive v0.2.2 |
1005 | 2024-02-18T04:12:39.440Z | Downloaded try-lock v0.2.4 |
1006 | 2024-02-18T04:12:39.440Z | Downloaded prettyplease v0.2.16 |
1007 | 2024-02-18T04:12:39.444Z | Downloaded tokio-macros v2.2.0 |
1008 | 2024-02-18T04:12:39.444Z | Downloaded flume v0.11.0 |
1009 | 2024-02-18T04:12:39.447Z | Downloaded omicron-zone-package v0.11.0 |
1010 | 2024-02-18T04:12:39.454Z | Downloaded utf8parse v0.2.1 |
1011 | 2024-02-18T04:12:39.457Z | Downloaded usdt-impl v0.3.5 |
1012 | 2024-02-18T04:12:39.457Z | Downloaded want v0.3.1 |
1013 | 2024-02-18T04:12:39.457Z | Downloaded signature v1.6.4 |
1014 | 2024-02-18T04:12:39.457Z | Downloaded fd-lock v4.0.2 |
1015 | 2024-02-18T04:12:39.459Z | Downloaded enum-as-inner v0.5.1 |
1016 | 2024-02-18T04:12:39.460Z | Downloaded serde-hex v0.1.0 |
1017 | 2024-02-18T04:12:39.464Z | Downloaded steno v0.4.0 |
1018 | 2024-02-18T04:12:39.467Z | Downloaded pem-rfc7468 v0.7.0 |
1019 | 2024-02-18T04:12:39.467Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1020 | 2024-02-18T04:12:39.470Z | Downloaded thiserror-impl-no-std v2.0.2 |
1021 | 2024-02-18T04:12:39.470Z | Downloaded usdt-attr-macro v0.5.0 |
1022 | 2024-02-18T04:12:39.470Z | Downloaded hash32 v0.3.1 |
1023 | 2024-02-18T04:12:39.473Z | Downloaded trust-dns-server v0.22.1 |
1024 | 2024-02-18T04:12:39.476Z | Downloaded lazy_static v1.4.0 |
1025 | 2024-02-18T04:12:39.479Z | Downloaded radium v0.7.0 |
1026 | 2024-02-18T04:12:39.479Z | Downloaded tokio-native-tls v0.3.1 |
1027 | 2024-02-18T04:12:39.482Z | Downloaded once_cell v1.19.0 |
1028 | 2024-02-18T04:12:39.485Z | Downloaded structopt v0.3.26 |
1029 | 2024-02-18T04:12:39.489Z | Downloaded zone_cfg_derive v0.3.0 |
1030 | 2024-02-18T04:12:39.492Z | Downloaded serde_repr v0.1.16 |
1031 | 2024-02-18T04:12:39.492Z | Downloaded which v4.4.0 |
1032 | 2024-02-18T04:12:39.498Z | Downloaded proc-macro2 v1.0.78 |
1033 | 2024-02-18T04:12:39.501Z | Downloaded crypto-common v0.1.6 |
1034 | 2024-02-18T04:12:39.501Z | Downloaded futures-executor v0.3.30 |
1035 | 2024-02-18T04:12:39.501Z | Downloaded fs-err v2.11.0 |
1036 | 2024-02-18T04:12:39.501Z | Downloaded dof v0.3.0 |
1037 | 2024-02-18T04:12:39.501Z | Downloaded rusty-fork v0.3.0 |
1038 | 2024-02-18T04:12:39.504Z | Downloaded term v0.7.0 |
1039 | 2024-02-18T04:12:39.507Z | Downloaded futures-sink v0.3.30 |
1040 | 2024-02-18T04:12:39.507Z | Downloaded newtype-uuid v1.0.1 |
1041 | 2024-02-18T04:12:39.508Z | Downloaded memoffset v0.7.1 |
1042 | 2024-02-18T04:12:39.511Z | Downloaded poly1305 v0.8.0 |
1043 | 2024-02-18T04:12:39.511Z | Downloaded group v0.13.0 |
1044 | 2024-02-18T04:12:39.514Z | Downloaded serde_yaml v0.9.25 |
1045 | 2024-02-18T04:12:39.517Z | Downloaded slog-async v2.8.0 |
1046 | 2024-02-18T04:12:39.517Z | Downloaded unicode-width v0.1.11 |
1047 | 2024-02-18T04:12:39.520Z | Downloaded parse-display-derive v0.9.0 |
1048 | 2024-02-18T04:12:39.520Z | Downloaded rustc_version v0.4.0 |
1049 | 2024-02-18T04:12:39.523Z | Downloaded multer v3.0.0 |
1050 | 2024-02-18T04:12:39.523Z | Downloaded futures-channel v0.3.30 |
1051 | 2024-02-18T04:12:39.526Z | Downloaded walkdir v2.4.0 |
1052 | 2024-02-18T04:12:39.529Z | Downloaded thiserror-impl v1.0.57 |
1053 | 2024-02-18T04:12:39.529Z | Downloaded defmt-macros v0.3.6 |
1054 | 2024-02-18T04:12:39.532Z | Downloaded vte v0.11.1 |
1055 | 2024-02-18T04:12:39.535Z | Downloaded synstructure v0.12.6 |
1056 | 2024-02-18T04:12:39.535Z | Downloaded rcgen v0.12.1 |
1057 | 2024-02-18T04:12:39.538Z | Downloaded generic-array v0.14.7 |
1058 | 2024-02-18T04:12:39.538Z | Downloaded signature v2.1.0 |
1059 | 2024-02-18T04:12:39.541Z | Downloaded futures-macro v0.3.30 |
1060 | 2024-02-18T04:12:39.541Z | Downloaded glob v0.3.1 |
1061 | 2024-02-18T04:12:39.547Z | Downloaded parking_lot_core v0.9.8 |
1062 | 2024-02-18T04:12:39.547Z | Downloaded usdt v0.3.5 |
1063 | 2024-02-18T04:12:39.550Z | Downloaded derive_more v0.99.17 |
1064 | 2024-02-18T04:12:39.550Z | Downloaded pkcs8 v0.10.2 |
1065 | 2024-02-18T04:12:39.553Z | Downloaded getopts v0.2.21 |
1066 | 2024-02-18T04:12:39.554Z | Downloaded equivalent v1.0.1 |
1067 | 2024-02-18T04:12:39.556Z | Downloaded pkcs1 v0.7.5 |
1068 | 2024-02-18T04:12:39.556Z | Downloaded subtle v2.5.0 |
1069 | 2024-02-18T04:12:39.559Z | Downloaded der_derive v0.7.2 |
1070 | 2024-02-18T04:12:39.559Z | Downloaded doc-comment v0.3.3 |
1071 | 2024-02-18T04:12:39.560Z | Downloaded gethostname v0.4.3 |
1072 | 2024-02-18T04:12:39.562Z | Downloaded num-bigint v0.4.4 |
1073 | 2024-02-18T04:12:39.565Z | Downloaded rustls-pemfile v1.0.3 |
1074 | 2024-02-18T04:12:39.568Z | Downloaded tokio-stream v0.1.14 |
1075 | 2024-02-18T04:12:39.571Z | Downloaded heck v0.4.1 |
1076 | 2024-02-18T04:12:39.574Z | Downloaded x509-cert v0.2.4 |
1077 | 2024-02-18T04:12:39.578Z | Downloaded rtoolbox v0.0.1 |
1078 | 2024-02-18T04:12:39.580Z | Downloaded parse-display v0.9.0 |
1079 | 2024-02-18T04:12:39.580Z | Downloaded parking_lot v0.12.1 |
1080 | 2024-02-18T04:12:39.583Z | Downloaded rand v0.8.5 |
1081 | 2024-02-18T04:12:39.586Z | Downloaded tungstenite v0.20.1 |
1082 | 2024-02-18T04:12:39.589Z | Downloaded native-tls v0.2.11 |
1083 | 2024-02-18T04:12:39.595Z | Downloaded diesel_derives v2.1.2 |
1084 | 2024-02-18T04:12:39.598Z | Downloaded tempfile v3.10.0 |
1085 | 2024-02-18T04:12:39.598Z | Downloaded num-bigint-dig v0.8.4 |
1086 | 2024-02-18T04:12:39.601Z | Downloaded unicode-bidi v0.3.13 |
1087 | 2024-02-18T04:12:39.604Z | Downloaded ryu v1.0.15 |
1088 | 2024-02-18T04:12:39.607Z | Downloaded ucd-trie v0.1.6 |
1089 | 2024-02-18T04:12:39.610Z | Downloaded owo-colors v4.0.0 |
1090 | 2024-02-18T04:12:39.610Z | Downloaded libm v0.2.7 |
1091 | 2024-02-18T04:12:39.618Z | Downloaded derive_builder v0.12.0 |
1092 | 2024-02-18T04:12:39.622Z | Downloaded oso v0.27.0 |
1093 | 2024-02-18T04:12:39.625Z | Downloaded smallvec v1.13.1 |
1094 | 2024-02-18T04:12:39.628Z | Downloaded futures v0.3.30 |
1095 | 2024-02-18T04:12:39.632Z | Downloaded env_logger v0.10.0 |
1096 | 2024-02-18T04:12:39.635Z | Downloaded tokio-util v0.7.10 |
1097 | 2024-02-18T04:12:39.641Z | Downloaded pin-project-lite v0.2.13 |
1098 | 2024-02-18T04:12:39.645Z | Downloaded unicode-ident v1.0.12 |
1099 | 2024-02-18T04:12:39.648Z | Downloaded serde v1.0.196 |
1100 | 2024-02-18T04:12:39.654Z | Downloaded rsa v0.9.2 |
1101 | 2024-02-18T04:12:39.657Z | Downloaded salty v0.2.0 |
1102 | 2024-02-18T04:12:39.660Z | Downloaded trust-dns-resolver v0.22.0 |
1103 | 2024-02-18T04:12:39.664Z | Downloaded typed-path v0.7.0 |
1104 | 2024-02-18T04:12:39.670Z | Downloaded ron v0.8.1 |
1105 | 2024-02-18T04:12:39.675Z | Downloaded reqwest v0.11.22 |
1106 | 2024-02-18T04:12:39.682Z | Downloaded tabled v0.15.0 |
1107 | 2024-02-18T04:12:39.697Z | Downloaded tokio-postgres v0.7.10 |
1108 | 2024-02-18T04:12:39.701Z | Downloaded flate2 v1.0.28 |
1109 | 2024-02-18T04:12:39.706Z | Downloaded toml_edit v0.19.15 |
1110 | 2024-02-18T04:12:39.722Z | Downloaded unicode-normalization v0.1.22 |
1111 | 2024-02-18T04:12:39.725Z | Downloaded regex-automata v0.1.10 |
1112 | 2024-02-18T04:12:39.729Z | Downloaded bitvec v1.0.1 |
1113 | 2024-02-18T04:12:39.744Z | Downloaded hashbrown v0.12.3 |
1114 | 2024-02-18T04:12:39.747Z | Downloaded heapless v0.7.16 |
1115 | 2024-02-18T04:12:39.756Z | Downloaded time v0.3.27 |
1116 | 2024-02-18T04:12:39.759Z | Downloaded vcpkg v0.2.15 |
1117 | 2024-02-18T04:12:39.795Z | Downloaded nom v7.1.3 |
1118 | 2024-02-18T04:12:39.800Z | Downloaded serde_json v1.0.113 |
1119 | 2024-02-18T04:12:39.807Z | Downloaded quick-xml v0.30.0 |
1120 | 2024-02-18T04:12:39.812Z | Downloaded zerocopy v0.7.32 |
1121 | 2024-02-18T04:12:39.829Z | Downloaded h2 v0.3.24 |
1122 | 2024-02-18T04:12:39.835Z | Downloaded sqlparser v0.43.1 |
1123 | 2024-02-18T04:12:39.840Z | Downloaded smoltcp v0.9.1 |
1124 | 2024-02-18T04:12:39.852Z | Downloaded smoltcp v0.11.0 |
1125 | 2024-02-18T04:12:39.864Z | Downloaded rustls-webpki v0.101.7 |
1126 | 2024-02-18T04:12:39.878Z | Downloaded rayon v1.8.0 |
1127 | 2024-02-18T04:12:39.887Z | Downloaded gimli v0.28.0 |
1128 | 2024-02-18T04:12:39.895Z | Downloaded regress v0.8.0 |
1129 | 2024-02-18T04:12:39.903Z | Downloaded rustix v0.38.31 |
1130 | 2024-02-18T04:12:39.925Z | Downloaded regex-syntax v0.8.2 |
1131 | 2024-02-18T04:12:39.935Z | Downloaded ratatui v0.26.1 |
1132 | 2024-02-18T04:12:39.951Z | Downloaded webpki-roots v0.25.2 |
1133 | 2024-02-18T04:12:39.954Z | Downloaded radix_trie v0.2.1 |
1134 | 2024-02-18T04:12:39.962Z | Downloaded object v0.30.4 |
1135 | 2024-02-18T04:12:39.969Z | Downloaded object v0.32.1 |
1136 | 2024-02-18T04:12:39.979Z | Downloaded regex v1.10.3 |
1137 | 2024-02-18T04:12:39.993Z | Downloaded syn v2.0.48 |
1138 | 2024-02-18T04:12:40.004Z | Downloaded polar-core v0.27.0 |
1139 | 2024-02-18T04:12:40.012Z | Downloaded openssl v0.10.60 |
1140 | 2024-02-18T04:12:40.021Z | Downloaded diesel v2.1.4 |
1141 | 2024-02-18T04:12:40.039Z | Downloaded bstr v1.6.0 |
1142 | 2024-02-18T04:12:40.052Z | Downloaded trust-dns-proto v0.22.0 |
1143 | 2024-02-18T04:12:40.062Z | Downloaded sha3 v0.10.8 |
1144 | 2024-02-18T04:12:40.069Z | Downloaded regex-automata v0.4.4 |
1145 | 2024-02-18T04:12:40.084Z | Downloaded rustls v0.22.2 |
1146 | 2024-02-18T04:12:40.096Z | Downloaded bstr v0.2.17 |
1147 | 2024-02-18T04:12:40.106Z | Downloaded sled v0.34.7 |
1148 | 2024-02-18T04:12:40.116Z | Downloaded regex-syntax v0.6.29 |
1149 | 2024-02-18T04:12:40.123Z | Downloaded openapiv3 v2.0.0 |
1150 | 2024-02-18T04:12:40.136Z | Downloaded zerocopy-derive v0.2.0 |
1151 | 2024-02-18T04:12:40.144Z | Downloaded zerocopy-derive v0.6.4 |
1152 | 2024-02-18T04:12:40.154Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1153 | 2024-02-18T04:12:40.169Z | Downloaded curve25519-dalek v4.1.1 |
1154 | 2024-02-18T04:12:40.174Z | Downloaded nix v0.27.1 |
1155 | 2024-02-18T04:12:40.185Z | Downloaded idna v0.5.0 |
1156 | 2024-02-18T04:12:40.191Z | Downloaded idna v0.2.3 |
1157 | 2024-02-18T04:12:40.199Z | Downloaded tough v0.16.0 |
1158 | 2024-02-18T04:12:40.205Z | Downloaded regex-automata v0.3.8 |
1159 | 2024-02-18T04:12:40.222Z | Downloaded openssl-sys v0.9.96 |
1160 | 2024-02-18T04:12:40.226Z | Downloaded hashbrown v0.14.3 |
1161 | 2024-02-18T04:12:40.232Z | Downloaded syn v1.0.109 |
1162 | 2024-02-18T04:12:40.242Z | Downloaded tokio v1.36.0 |
1163 | 2024-02-18T04:12:40.278Z | Downloaded libc v0.2.153 |
1164 | 2024-02-18T04:12:40.305Z | Downloaded ring v0.16.20 |
1165 | 2024-02-18T04:12:40.384Z | Downloaded csv v1.3.0 |
1166 | 2024-02-18T04:12:40.410Z | Downloaded encoding_rs v0.8.33 |
1167 | 2024-02-18T04:12:40.431Z | Downloaded bindgen v0.69.2 |
1168 | 2024-02-18T04:12:40.438Z | Downloaded unicode-segmentation v1.10.1 |
1169 | 2024-02-18T04:12:40.441Z | Downloaded goblin v0.8.0 |
1170 | 2024-02-18T04:12:40.447Z | Downloaded portable-atomic v1.4.3 |
1171 | 2024-02-18T04:12:40.452Z | Downloaded winnow v0.6.1 |
1172 | 2024-02-18T04:12:40.460Z | Downloaded futures-util v0.3.30 |
1173 | 2024-02-18T04:12:40.471Z | Downloaded lalrpop v0.19.12 |
1174 | 2024-02-18T04:12:40.482Z | Downloaded proptest v1.4.0 |
1175 | 2024-02-18T04:12:40.491Z | Downloaded petgraph v0.6.4 |
1176 | 2024-02-18T04:12:40.507Z | Downloaded reedline v0.29.0 |
1177 | 2024-02-18T04:12:40.513Z | Downloaded der v0.7.8 |
1178 | 2024-02-18T04:12:40.516Z | Downloaded libxml v0.3.3 |
1179 | 2024-02-18T04:12:40.522Z | Downloaded rayon-core v1.12.0 |
1180 | 2024-02-18T04:12:40.525Z | Downloaded winnow v0.5.15 |
1181 | 2024-02-18T04:12:40.533Z | Downloaded unsafe-libyaml v0.2.10 |
1182 | 2024-02-18T04:12:40.536Z | Downloaded pest v2.7.6 |
1183 | 2024-02-18T04:12:40.541Z | Downloaded thread-id v4.2.0 |
1184 | 2024-02-18T04:12:40.544Z | Downloaded proc-macro-crate v1.3.1 |
1185 | 2024-02-18T04:12:40.544Z | Downloaded utf-8 v0.7.6 |
1186 | 2024-02-18T04:12:40.544Z | Downloaded uuid v1.7.0 |
1187 | 2024-02-18T04:12:40.547Z | Downloaded darling_core v0.20.3 |
1188 | 2024-02-18T04:12:40.550Z | Downloaded serde_derive v1.0.196 |
1189 | 2024-02-18T04:12:40.553Z | Downloaded fatfs v0.3.6 |
1190 | 2024-02-18T04:12:40.556Z | Downloaded defmt-parser v0.3.3 |
1191 | 2024-02-18T04:12:40.562Z | Downloaded typenum v1.16.0 |
1192 | 2024-02-18T04:12:40.562Z | Downloaded heapless v0.8.0 |
1193 | 2024-02-18T04:12:40.565Z | Downloaded defmt v0.3.5 |
1194 | 2024-02-18T04:12:40.567Z | Downloaded darling v0.14.4 |
1195 | 2024-02-18T04:12:40.570Z | Downloaded papergrid v0.11.0 |
1196 | 2024-02-18T04:12:40.573Z | Downloaded foreign-types-macros v0.2.3 |
1197 | 2024-02-18T04:12:40.576Z | Downloaded globset v0.4.13 |
1198 | 2024-02-18T04:12:40.576Z | Downloaded untrusted v0.9.0 |
1199 | 2024-02-18T04:12:40.579Z | Downloaded toml_edit v0.22.6 |
1200 | 2024-02-18T04:12:40.597Z | Downloaded ring v0.17.8 |
1201 | 2024-02-18T04:12:40.665Z | Downloaded num-integer v0.1.46 |
1202 | 2024-02-18T04:12:40.667Z | Downloaded serde_with v3.6.1 |
1203 | 2024-02-18T04:12:40.673Z | Downloaded digest v0.10.7 |
1204 | 2024-02-18T04:12:40.679Z | Downloaded usdt-impl v0.5.0 |
1205 | 2024-02-18T04:12:40.679Z | Downloaded socket2 v0.5.5 |
1206 | 2024-02-18T04:12:40.681Z | Downloaded getrandom v0.2.10 |
1207 | 2024-02-18T04:12:40.682Z | Downloaded diff v0.1.13 |
1208 | 2024-02-18T04:12:40.684Z | Downloaded derive-where v1.2.7 |
1209 | 2024-02-18T04:12:40.687Z | Downloaded hashbrown v0.13.2 |
1210 | 2024-02-18T04:12:40.690Z | Downloaded schemars v0.8.16 |
1211 | 2024-02-18T04:12:40.700Z | Downloaded futures-io v0.3.30 |
1212 | 2024-02-18T04:12:40.703Z | Downloaded aho-corasick v1.0.4 |
1213 | 2024-02-18T04:12:40.706Z | Downloaded olpc-cjson v0.1.3 |
1214 | 2024-02-18T04:12:40.709Z | Downloaded memmap2 v0.7.1 |
1215 | 2024-02-18T04:12:40.709Z | Downloaded structmeta-derive v0.3.0 |
1216 | 2024-02-18T04:12:40.712Z | Downloaded slog v2.7.0 |
1217 | 2024-02-18T04:12:40.715Z | Downloaded dirs-sys-next v0.1.2 |
1218 | 2024-02-18T04:12:40.715Z | Downloaded smf v0.2.2 |
1219 | 2024-02-18T04:12:40.715Z | Downloaded lock_api v0.4.10 |
1220 | 2024-02-18T04:12:40.718Z | Downloaded pin-project v1.1.3 |
1221 | 2024-02-18T04:12:40.729Z | Downloaded embedded-io v0.4.0 |
1222 | 2024-02-18T04:12:40.729Z | Downloaded elliptic-curve v0.13.8 |
1223 | 2024-02-18T04:12:40.732Z | Downloaded mio v0.8.9 |
1224 | 2024-02-18T04:12:40.738Z | Downloaded password-hash v0.5.0 |
1225 | 2024-02-18T04:12:40.741Z | Downloaded darling_core v0.14.4 |
1226 | 2024-02-18T04:12:40.741Z | Downloaded ed25519 v1.5.3 |
1227 | 2024-02-18T04:12:40.744Z | Downloaded tracing v0.1.37 |
1228 | 2024-02-18T04:12:40.747Z | Downloaded strum_macros v0.24.3 |
1229 | 2024-02-18T04:12:40.749Z | Downloaded slog-scope v4.4.0 |
1230 | 2024-02-18T04:12:40.750Z | Downloaded postgres-protocol v0.6.6 |
1231 | 2024-02-18T04:12:40.752Z | Downloaded newtype_derive v0.1.6 |
1232 | 2024-02-18T04:12:40.752Z | Downloaded new_debug_unreachable v1.0.4 |
1233 | 2024-02-18T04:12:40.752Z | Downloaded memoffset v0.9.0 |
1234 | 2024-02-18T04:12:40.755Z | Downloaded phf_shared v0.11.2 |
1235 | 2024-02-18T04:12:40.755Z | Downloaded unicode_categories v0.1.1 |
1236 | 2024-02-18T04:12:40.758Z | Downloaded tar v0.4.40 |
1237 | 2024-02-18T04:12:40.758Z | Downloaded slog-term v2.9.0 |
1238 | 2024-02-18T04:12:40.761Z | Downloaded rustls-pki-types v1.1.0 |
1239 | 2024-02-18T04:12:40.761Z | Downloaded signal-hook v0.3.17 |
1240 | 2024-02-18T04:12:40.764Z | Downloaded postgres-types v0.2.6 |
1241 | 2024-02-18T04:12:40.767Z | Downloaded pest_meta v2.7.6 |
1242 | 2024-02-18T04:12:40.770Z | Downloaded snafu-derive v0.7.5 |
1243 | 2024-02-18T04:12:40.770Z | Downloaded crossterm v0.27.0 |
1244 | 2024-02-18T04:12:40.775Z | Downloaded wyz v0.5.1 |
1245 | 2024-02-18T04:12:40.779Z | Downloaded fd-lock v3.0.13 |
1246 | 2024-02-18T04:12:40.779Z | Downloaded sct v0.7.0 |
1247 | 2024-02-18T04:12:40.792Z | Downloaded platforms v3.0.2 |
1248 | 2024-02-18T04:12:40.792Z | Downloaded strum v0.26.1 |
1249 | 2024-02-18T04:12:40.796Z | Downloaded topological-sort v0.2.2 |
1250 | 2024-02-18T04:12:40.796Z | Downloaded untrusted v0.7.1 |
1251 | 2024-02-18T04:12:40.796Z | Downloaded ref-cast v1.0.20 |
1252 | 2024-02-18T04:12:40.796Z | Downloaded proc-macro-error-attr v1.0.4 |
1253 | 2024-02-18T04:12:40.796Z | Downloaded terminal_size v0.3.0 |
1254 | 2024-02-18T04:12:40.796Z | Downloaded strip-ansi-escapes v0.2.0 |
1255 | 2024-02-18T04:12:40.796Z | Downloaded ppv-lite86 v0.2.17 |
1256 | 2024-02-18T04:12:40.796Z | Downloaded serde_tokenstream v0.1.7 |
1257 | 2024-02-18T04:12:40.796Z | Downloaded tracing-core v0.1.31 |
1258 | 2024-02-18T04:12:40.803Z | Downloaded smawk v0.3.1 |
1259 | 2024-02-18T04:12:40.803Z | Downloaded smallvec v0.6.14 |
1260 | 2024-02-18T04:12:40.803Z | Downloaded number_prefix v0.4.0 |
1261 | 2024-02-18T04:12:40.803Z | Downloaded semver v0.11.0 |
1262 | 2024-02-18T04:12:40.803Z | Downloaded scheduled-thread-pool v0.2.7 |
1263 | 2024-02-18T04:12:40.806Z | Downloaded allocator-api2 v0.2.16 |
1264 | 2024-02-18T04:12:40.806Z | Downloaded indexmap v1.9.3 |
1265 | 2024-02-18T04:12:40.810Z | Downloaded toml v0.8.10 |
1266 | 2024-02-18T04:12:40.813Z | Downloaded dirs-next v2.0.0 |
1267 | 2024-02-18T04:12:40.813Z | Downloaded sha1 v0.10.6 |
1268 | 2024-02-18T04:12:40.813Z | Downloaded pest_derive v2.7.6 |
1269 | 2024-02-18T04:12:40.817Z | Downloaded crossbeam-channel v0.5.8 |
1270 | 2024-02-18T04:12:40.820Z | Downloaded serde_with_macros v3.6.1 |
1271 | 2024-02-18T04:12:40.820Z | Downloaded parking_lot v0.11.2 |
1272 | 2024-02-18T04:12:40.823Z | Downloaded snafu v0.7.5 |
1273 | 2024-02-18T04:12:40.827Z | Downloaded zerocopy-derive v0.7.32 |
1274 | 2024-02-18T04:12:40.831Z | Downloaded toml v0.7.8 |
1275 | 2024-02-18T04:12:40.834Z | Downloaded mockall_derive v0.12.0 |
1276 | 2024-02-18T04:12:40.836Z | Downloaded filetime v0.2.23 |
1277 | 2024-02-18T04:12:40.839Z | Downloaded predicates-core v1.0.6 |
1278 | 2024-02-18T04:12:40.839Z | Downloaded strum_macros v0.26.1 |
1279 | 2024-02-18T04:12:40.844Z | Downloaded rand_xorshift v0.3.0 |
1280 | 2024-02-18T04:12:40.844Z | Downloaded signal-hook-mio v0.2.3 |
1281 | 2024-02-18T04:12:40.844Z | Downloaded openssl-probe v0.1.5 |
1282 | 2024-02-18T04:12:40.844Z | Downloaded openssl-macros v0.1.1 |
1283 | 2024-02-18T04:12:40.847Z | Downloaded backtrace v0.3.69 |
1284 | 2024-02-18T04:12:40.847Z | Downloaded darling v0.20.3 |
1285 | 2024-02-18T04:12:40.851Z | Downloaded clap_builder v4.5.0 |
1286 | 2024-02-18T04:12:40.859Z | Downloaded blake3 v1.5.0 |
1287 | 2024-02-18T04:12:40.863Z | Downloaded crypto-bigint v0.5.2 |
1288 | 2024-02-18T04:12:40.868Z | Downloaded anyhow v1.0.75 |
1289 | 2024-02-18T04:12:40.871Z | Downloaded rand_core v0.6.4 |
1290 | 2024-02-18T04:12:40.874Z | Downloaded pkg-config v0.3.27 |
1291 | 2024-02-18T04:12:40.874Z | Downloaded paste v1.0.14 |
1292 | 2024-02-18T04:12:40.877Z | Downloaded ipnet v2.9.0 |
1293 | 2024-02-18T04:12:40.880Z | Downloaded stable_deref_trait v1.2.0 |
1294 | 2024-02-18T04:12:40.880Z | Downloaded chacha20poly1305 v0.10.1 |
1295 | 2024-02-18T04:12:40.883Z | Downloaded funty v2.0.0 |
1296 | 2024-02-18T04:12:40.883Z | Downloaded foreign-types v0.5.0 |
1297 | 2024-02-18T04:12:40.883Z | Downloaded unicode-xid v0.2.4 |
1298 | 2024-02-18T04:12:40.885Z | Downloaded unarray v0.1.4 |
1299 | 2024-02-18T04:12:40.885Z | Downloaded tracing-attributes v0.1.26 |
1300 | 2024-02-18T04:12:40.888Z | Downloaded tiny-keccak v2.0.2 |
1301 | 2024-02-18T04:12:40.888Z | Downloaded serde_urlencoded v0.7.1 |
1302 | 2024-02-18T04:12:40.891Z | Downloaded linked-hash-map v0.5.6 |
1303 | 2024-02-18T04:12:40.891Z | Downloaded darling_macro v0.14.4 |
1304 | 2024-02-18T04:12:40.891Z | Downloaded dtrace-parser v0.1.14 |
1305 | 2024-02-18T04:12:40.894Z | Downloaded hyper-rustls v0.24.2 |
1306 | 2024-02-18T04:12:40.894Z | Downloaded blake2 v0.10.6 |
1307 | 2024-02-18T04:12:40.897Z | Downloaded zerocopy v0.3.0 |
1308 | 2024-02-18T04:12:40.897Z | Downloaded usdt v0.5.0 |
1309 | 2024-02-18T04:12:40.899Z | Downloaded time-core v0.1.1 |
1310 | 2024-02-18T04:12:40.900Z | Downloaded string_cache v0.8.7 |
1311 | 2024-02-18T04:12:40.900Z | Downloaded miniz_oxide v0.7.1 |
1312 | 2024-02-18T04:12:40.902Z | Downloaded unicase v2.7.0 |
1313 | 2024-02-18T04:12:40.902Z | Downloaded toml_datetime v0.6.5 |
1314 | 2024-02-18T04:12:40.908Z | Downloaded textwrap v0.11.0 |
1315 | 2024-02-18T04:12:40.908Z | Downloaded serde_path_to_error v0.1.15 |
1316 | 2024-02-18T04:12:40.912Z | Downloaded num-complex v0.4.4 |
1317 | 2024-02-18T04:12:40.912Z | Downloaded log v0.4.20 |
1318 | 2024-02-18T04:12:40.912Z | Downloaded cipher v0.4.4 |
1319 | 2024-02-18T04:12:40.912Z | Downloaded hyper-tls v0.5.0 |
1320 | 2024-02-18T04:12:40.915Z | Downloaded num v0.4.1 |
1321 | 2024-02-18T04:12:40.915Z | Downloaded nodrop v0.1.14 |
1322 | 2024-02-18T04:12:40.915Z | Downloaded multimap v0.10.0 |
1323 | 2024-02-18T04:12:40.915Z | Downloaded ahash v0.8.7 |
1324 | 2024-02-18T04:12:40.918Z | Downloaded cancel-safe-futures v0.1.5 |
1325 | 2024-02-18T04:12:40.921Z | Downloaded structmeta-derive v0.2.0 |
1326 | 2024-02-18T04:12:40.921Z | Downloaded stringprep v0.1.3 |
1327 | 2024-02-18T04:12:40.924Z | Downloaded iana-time-zone v0.1.57 |
1328 | 2024-02-18T04:12:40.924Z | Downloaded num-derive v0.4.0 |
1329 | 2024-02-18T04:12:40.926Z | Downloaded convert_case v0.4.0 |
1330 | 2024-02-18T04:12:40.926Z | Downloaded cfg-if v1.0.0 |
1331 | 2024-02-18T04:12:40.926Z | Downloaded mime v0.3.17 |
1332 | 2024-02-18T04:12:40.929Z | Downloaded termtree v0.4.1 |
1333 | 2024-02-18T04:12:40.929Z | Downloaded crossbeam-utils v0.8.16 |
1334 | 2024-02-18T04:12:40.932Z | Downloaded argon2 v0.5.3 |
1335 | 2024-02-18T04:12:40.932Z | Downloaded arc-swap v1.6.0 |
1336 | 2024-02-18T04:12:40.935Z | Downloaded clap_lex v0.7.0 |
1337 | 2024-02-18T04:12:40.937Z | Downloaded opaque-debug v0.3.0 |
1338 | 2024-02-18T04:12:40.937Z | Downloaded endian-type v0.1.2 |
1339 | 2024-02-18T04:12:40.938Z | Downloaded slog-json v2.6.1 |
1340 | 2024-02-18T04:12:40.940Z | Downloaded csv-core v0.1.11 |
1341 | 2024-02-18T04:12:40.940Z | Downloaded slog-envlogger v2.2.0 |
1342 | 2024-02-18T04:12:40.943Z | Downloaded slog-dtrace v0.3.0 |
1343 | 2024-02-18T04:12:40.943Z | Downloaded home v0.5.5 |
1344 | 2024-02-18T04:12:40.943Z | Downloaded siphasher v0.3.11 |
1345 | 2024-02-18T04:12:40.946Z | Downloaded shlex v1.3.0 |
1346 | 2024-02-18T04:12:40.946Z | Downloaded same-file v1.0.6 |
1347 | 2024-02-18T04:12:40.946Z | Downloaded num_enum_derive v0.5.11 |
1348 | 2024-02-18T04:12:40.950Z | Downloaded waitgroup v0.1.2 |
1349 | 2024-02-18T04:12:40.950Z | Downloaded usdt-attr-macro v0.3.5 |
1350 | 2024-02-18T04:12:40.950Z | Downloaded structmeta v0.3.0 |
1351 | 2024-02-18T04:12:40.950Z | Downloaded bb8 v0.8.3 |
1352 | 2024-02-18T04:12:40.953Z | Downloaded memchr v2.6.3 |
1353 | 2024-02-18T04:12:40.956Z | Downloaded macaddr v1.0.1 |
1354 | 2024-02-18T04:12:40.959Z | Downloaded lru v0.12.1 |
1355 | 2024-02-18T04:12:40.959Z | Downloaded itertools v0.12.1 |
1356 | 2024-02-18T04:12:40.966Z | Downloaded ciborium-ll v0.2.2 |
1357 | 2024-02-18T04:12:40.969Z | Downloaded httparse v1.8.0 |
1358 | 2024-02-18T04:12:40.969Z | Downloaded hkdf v0.12.4 |
1359 | 2024-02-18T04:12:40.969Z | Downloaded hostname v0.3.1 |
1360 | 2024-02-18T04:12:40.972Z | Downloaded hubpack v0.1.2 |
1361 | 2024-02-18T04:12:40.972Z | Downloaded bitflags v1.3.2 |
1362 | 2024-02-18T04:12:40.975Z | Downloaded atty v0.2.14 |
1363 | 2024-02-18T04:12:40.975Z | Downloaded num_cpus v1.16.0 |
1364 | 2024-02-18T04:12:40.978Z | Downloaded maybe-uninit v2.0.0 |
1365 | 2024-02-18T04:12:40.978Z | Downloaded hyper v0.14.27 |
1366 | 2024-02-18T04:12:40.985Z | Downloaded maplit v1.0.2 |
1367 | 2024-02-18T04:12:40.990Z | Downloaded httpdate v1.0.3 |
1368 | 2024-02-18T04:12:40.990Z | Downloaded aead v0.5.2 |
1369 | 2024-02-18T04:12:40.990Z | Downloaded clap v4.5.0 |
1370 | 2024-02-18T04:12:40.995Z | Downloaded ciborium-io v0.2.2 |
1371 | 2024-02-18T04:12:40.998Z | Downloaded mockall v0.12.0 |
1372 | 2024-02-18T04:12:40.998Z | Downloaded bytes v1.5.0 |
1373 | 2024-02-18T04:12:41.002Z | Downloaded indexmap v2.2.3 |
1374 | 2024-02-18T04:12:41.005Z | Downloaded bcs v0.1.6 |
1375 | 2024-02-18T04:12:41.009Z | Downloaded addr2line v0.21.0 |
1376 | 2024-02-18T04:12:41.009Z | Downloaded structmeta v0.2.0 |
1377 | 2024-02-18T04:12:41.012Z | Downloaded shell-words v1.1.0 |
1378 | 2024-02-18T04:12:41.012Z | Downloaded serde_plain v1.0.2 |
1379 | 2024-02-18T04:12:41.012Z | Downloaded scopeguard v1.2.0 |
1380 | 2024-02-18T04:12:41.012Z | Downloaded indoc v1.0.9 |
1381 | 2024-02-18T04:12:41.017Z | Downloaded async-trait v0.1.77 |
1382 | 2024-02-18T04:12:41.020Z | Downloaded take_mut v0.2.2 |
1383 | 2024-02-18T04:12:41.020Z | Downloaded serde-big-array v0.4.1 |
1384 | 2024-02-18T04:12:41.020Z | Downloaded rustyline v13.0.0 |
1385 | 2024-02-18T04:12:41.025Z | Downloaded rustls-webpki v0.102.1 |
1386 | 2024-02-18T04:12:41.040Z | Downloaded atomic-waker v1.1.1 |
1387 | 2024-02-18T04:12:41.044Z | Downloaded async-stream v0.3.5 |
1388 | 2024-02-18T04:12:41.044Z | Downloaded crc-any v2.4.3 |
1389 | 2024-02-18T04:12:41.047Z | Downloaded arrayref v0.3.7 |
1390 | 2024-02-18T04:12:41.047Z | Downloaded lazycell v1.3.0 |
1391 | 2024-02-18T04:12:41.048Z | Downloaded crossbeam-deque v0.8.3 |
1392 | 2024-02-18T04:12:41.048Z | Downloaded anstyle-parse v0.2.1 |
1393 | 2024-02-18T04:12:41.050Z | Downloaded clap_derive v4.5.0 |
1394 | 2024-02-18T04:12:41.051Z | Downloaded bzip2 v0.4.4 |
1395 | 2024-02-18T04:12:41.053Z | Downloaded is-terminal v0.4.9 |
1396 | 2024-02-18T04:12:41.054Z | Downloaded inout v0.1.3 |
1397 | 2024-02-18T04:12:41.054Z | Downloaded constant_time_eq v0.3.0 |
1398 | 2024-02-18T04:12:41.418Z | Compiling proc-macro2 v1.0.78 |
1399 | 2024-02-18T04:12:41.418Z | Compiling unicode-ident v1.0.12 |
1400 | 2024-02-18T04:12:41.421Z | Compiling libc v0.2.153 |
1401 | 2024-02-18T04:12:41.421Z | Compiling serde v1.0.196 |
1402 | 2024-02-18T04:12:41.421Z | Compiling autocfg v1.1.0 |
1403 | 2024-02-18T04:12:41.421Z | Compiling version_check v0.9.4 |
1404 | 2024-02-18T04:12:41.459Z | Compiling cfg-if v1.0.0 |
1405 | 2024-02-18T04:12:41.603Z | Compiling syn v1.0.109 |
1406 | 2024-02-18T04:12:41.634Z | Compiling once_cell v1.19.0 |
1407 | 2024-02-18T04:12:41.979Z | Compiling byteorder v1.5.0 |
1408 | 2024-02-18T04:12:42.024Z | Compiling ahash v0.8.7 |
1409 | 2024-02-18T04:12:42.055Z | Compiling lock_api v0.4.10 |
1410 | 2024-02-18T04:12:42.282Z | Compiling memchr v2.6.3 |
1411 | 2024-02-18T04:12:42.690Z | Compiling parking_lot_core v0.9.8 |
1412 | 2024-02-18T04:12:42.726Z | Compiling libm v0.2.7 |
1413 | 2024-02-18T04:12:42.857Z | Compiling serde_json v1.0.113 |
1414 | 2024-02-18T04:12:42.904Z | Compiling num-traits v0.2.16 |
1415 | 2024-02-18T04:12:43.038Z | Compiling thiserror v1.0.57 |
1416 | 2024-02-18T04:12:43.190Z | Compiling scopeguard v1.2.0 |
1417 | 2024-02-18T04:12:43.209Z | Compiling typenum v1.16.0 |
1418 | 2024-02-18T04:12:43.633Z | Compiling generic-array v0.14.7 |
1419 | 2024-02-18T04:12:43.707Z | Compiling itoa v1.0.9 |
1420 | 2024-02-18T04:12:43.944Z | Compiling quote v1.0.35 |
1421 | 2024-02-18T04:12:44.142Z | Compiling getrandom v0.2.10 |
1422 | 2024-02-18T04:12:44.287Z | Compiling cc v1.0.83 |
1423 | 2024-02-18T04:12:44.342Z | Compiling syn v2.0.48 |
1424 | 2024-02-18T04:12:44.638Z | Compiling log v0.4.20 |
1425 | 2024-02-18T04:12:45.144Z | Compiling pkg-config v0.3.27 |
1426 | 2024-02-18T04:12:45.280Z | Compiling allocator-api2 v0.2.16 |
1427 | 2024-02-18T04:12:45.406Z | Compiling slab v0.4.9 |
1428 | 2024-02-18T04:12:45.751Z | Compiling ryu v1.0.15 |
1429 | 2024-02-18T04:12:46.064Z | Compiling heck v0.4.1 |
1430 | 2024-02-18T04:12:46.192Z | Compiling schemars v0.8.16 |
1431 | 2024-02-18T04:12:46.234Z | Compiling pin-project-lite v0.2.13 |
1432 | 2024-02-18T04:12:46.325Z | Compiling smallvec v1.13.1 |
1433 | 2024-02-18T04:12:46.474Z | Compiling equivalent v1.0.1 |
1434 | 2024-02-18T04:12:46.850Z | Compiling ring v0.17.8 |
1435 | 2024-02-18T04:12:47.020Z | Compiling vcpkg v0.2.15 |
1436 | 2024-02-18T04:12:47.398Z | Compiling parking_lot v0.12.1 |
1437 | 2024-02-18T04:12:48.214Z | Compiling signal-hook-registry v1.4.1 |
1438 | 2024-02-18T04:12:48.814Z | Compiling openssl-sys v0.9.96 |
1439 | 2024-02-18T04:12:49.375Z | Compiling mio v0.8.9 |
1440 | 2024-02-18T04:12:49.699Z | Compiling rand_core v0.6.4 |
1441 | 2024-02-18T04:12:50.222Z | Compiling ring v0.16.20 |
1442 | 2024-02-18T04:12:50.890Z | Compiling num_cpus v1.16.0 |
1443 | 2024-02-18T04:12:50.891Z | Compiling socket2 v0.5.5 |
1444 | 2024-02-18T04:12:51.218Z | Compiling ucd-trie v0.1.6 |
1445 | 2024-02-18T04:12:51.286Z | Compiling rustix v0.38.31 |
1446 | 2024-02-18T04:12:51.424Z | Compiling httparse v1.8.0 |
1447 | 2024-02-18T04:12:51.683Z | Compiling futures-core v0.3.30 |
1448 | 2024-02-18T04:12:51.893Z | Compiling serde_derive_internals v0.26.0 |
1449 | 2024-02-18T04:12:51.918Z | Compiling crossbeam-utils v0.8.16 |
1450 | 2024-02-18T04:12:51.921Z | Compiling semver v1.0.21 |
1451 | 2024-02-18T04:12:52.374Z | Compiling fnv v1.0.7 |
1452 | 2024-02-18T04:12:52.397Z | Compiling spin v0.5.2 |
1453 | 2024-02-18T04:12:52.467Z | Compiling openssl v0.10.60 |
1454 | 2024-02-18T04:12:52.706Z | Compiling iana-time-zone v0.1.57 |
1455 | 2024-02-18T04:12:53.083Z | Compiling native-tls v0.2.11 |
1456 | 2024-02-18T04:12:53.103Z | Compiling subtle v2.5.0 |
1457 | 2024-02-18T04:12:53.437Z | Compiling const-oid v0.9.5 |
1458 | 2024-02-18T04:12:53.458Z | Compiling rustls v0.21.9 |
1459 | 2024-02-18T04:12:53.482Z | Compiling unicode-xid v0.2.4 |
1460 | 2024-02-18T04:12:53.623Z | Compiling spin v0.9.8 |
1461 | 2024-02-18T04:12:53.645Z | Compiling synstructure v0.12.6 |
1462 | 2024-02-18T04:12:54.141Z | Compiling memoffset v0.9.0 |
1463 | 2024-02-18T04:12:54.175Z | Compiling futures-sink v0.3.30 |
1464 | 2024-02-18T04:12:54.557Z | Compiling backtrace v0.3.69 |
1465 | 2024-02-18T04:12:54.742Z | Compiling tinyvec_macros v0.1.1 |
1466 | 2024-02-18T04:12:55.255Z | Compiling dyn-clone v1.0.16 |
1467 | 2024-02-18T04:12:55.269Z | Compiling rustversion v1.0.14 |
1468 | 2024-02-18T04:12:55.269Z | Compiling tinyvec v1.6.0 |
1469 | 2024-02-18T04:12:55.269Z | Compiling futures-channel v0.3.30 |
1470 | 2024-02-18T04:12:55.751Z | Compiling tracing-core v0.1.31 |
1471 | 2024-02-18T04:12:55.751Z | Compiling crossbeam-epoch v0.9.15 |
1472 | 2024-02-18T04:12:55.751Z | Compiling pin-utils v0.1.0 |
1473 | 2024-02-18T04:12:55.751Z | Compiling futures-io v0.3.30 |
1474 | 2024-02-18T04:12:55.771Z | Compiling slog v2.7.0 |
1475 | 2024-02-18T04:12:55.963Z | Compiling futures-task v0.3.30 |
1476 | 2024-02-18T04:12:56.296Z | Compiling winnow v0.5.15 |
1477 | 2024-02-18T04:12:56.635Z | Compiling unicode-normalization v0.1.22 |
1478 | 2024-02-18T04:12:57.262Z | Compiling serde_derive v1.0.196 |
1479 | 2024-02-18T04:12:57.517Z | Compiling zerocopy-derive v0.7.32 |
1480 | 2024-02-18T04:12:57.640Z | Compiling zeroize_derive v1.4.2 |
1481 | 2024-02-18T04:12:57.868Z | Compiling thiserror-impl v1.0.57 |
1482 | 2024-02-18T04:12:58.015Z | Compiling tokio-macros v2.2.0 |
1483 | 2024-02-18T04:12:58.084Z | Compiling futures-macro v0.3.30 |
1484 | 2024-02-18T04:12:59.064Z | Compiling tracing-attributes v0.1.26 |
1485 | 2024-02-18T04:12:59.515Z | Compiling schemars_derive v0.8.16 |
1486 | 2024-02-18T04:12:59.534Z | Compiling zerocopy v0.7.32 |
1487 | 2024-02-18T04:12:59.983Z | Compiling zeroize v1.7.0 |
1488 | 2024-02-18T04:13:00.811Z | Compiling pest v2.7.6 |
1489 | 2024-02-18T04:13:01.823Z | Compiling hashbrown v0.14.3 |
1490 | 2024-02-18T04:13:02.741Z | Compiling openssl-macros v0.1.1 |
1491 | 2024-02-18T04:13:02.749Z | Compiling zerocopy-derive v0.2.0 |
1492 | 2024-02-18T04:13:03.026Z | Compiling pest_meta v2.7.6 |
1493 | 2024-02-18T04:13:03.195Z | Compiling crypto-common v0.1.6 |
1494 | 2024-02-18T04:13:03.477Z | Compiling der_derive v0.7.2 |
1495 | 2024-02-18T04:13:03.499Z | Compiling tracing v0.1.37 |
1496 | 2024-02-18T04:13:03.806Z | Compiling block-buffer v0.10.4 |
1497 | 2024-02-18T04:13:03.868Z | Compiling futures-util v0.3.30 |
1498 | 2024-02-18T04:13:04.320Z | Compiling pest_generator v2.7.6 |
1499 | 2024-02-18T04:13:05.762Z | Compiling usdt-impl v0.3.5 |
1500 | 2024-02-18T04:13:06.362Z | Compiling anyhow v1.0.75 |
1501 | 2024-02-18T04:13:06.856Z | Compiling crc32fast v1.3.2 |
1502 | 2024-02-18T04:13:07.215Z | Compiling pest_derive v2.7.6 |
1503 | 2024-02-18T04:13:07.326Z | Compiling time-core v0.1.1 |
1504 | 2024-02-18T04:13:07.351Z | Compiling unicode-bidi v0.3.13 |
1505 | 2024-02-18T04:13:07.967Z | Compiling time-macros v0.2.13 |
1506 | 2024-02-18T04:13:08.951Z | Compiling digest v0.10.7 |
1507 | 2024-02-18T04:13:09.165Z | Compiling scroll_derive v0.12.0 |
1508 | 2024-02-18T04:13:09.409Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1509 | 2024-02-18T04:13:09.550Z | Compiling aho-corasick v1.0.4 |
1510 | 2024-02-18T04:13:10.277Z | Compiling signal-hook v0.3.17 |
1511 | 2024-02-18T04:13:10.797Z | Compiling ppv-lite86 v0.2.17 |
1512 | 2024-02-18T04:13:10.798Z | Compiling regex-syntax v0.8.2 |
1513 | 2024-02-18T04:13:10.798Z | Compiling untrusted v0.9.0 |
1514 | 2024-02-18T04:13:10.798Z | Compiling bytes v1.5.0 |
1515 | 2024-02-18T04:13:11.012Z | Compiling indexmap v2.2.3 |
1516 | 2024-02-18T04:13:11.432Z | Compiling bitflags v2.4.0 |
1517 | 2024-02-18T04:13:11.953Z | Compiling tokio v1.36.0 |
1518 | 2024-02-18T04:13:12.041Z | Compiling uuid v1.7.0 |
1519 | 2024-02-18T04:13:12.743Z | Compiling chrono v0.4.31 |
1520 | 2024-02-18T04:13:13.985Z | Compiling toml_datetime v0.6.5 |
1521 | 2024-02-18T04:13:14.821Z | Compiling serde_spanned v0.6.5 |
1522 | 2024-02-18T04:13:15.739Z | Compiling rustc_version v0.4.0 |
1523 | 2024-02-18T04:13:16.382Z | Compiling toml_edit v0.19.15 |
1524 | 2024-02-18T04:13:16.402Z | Compiling http v0.2.11 |
1525 | 2024-02-18T04:13:16.431Z | Compiling heapless v0.7.16 |
1526 | 2024-02-18T04:13:18.599Z | Compiling async-trait v0.1.77 |
1527 | 2024-02-18T04:13:18.867Z | Compiling regex-automata v0.4.4 |
1528 | 2024-02-18T04:13:18.983Z | Compiling rand_chacha v0.3.1 |
1529 | 2024-02-18T04:13:21.230Z | Compiling zerocopy v0.3.0 |
1530 | 2024-02-18T04:13:22.275Z | Compiling thread-id v4.2.0 |
1531 | 2024-02-18T04:13:25.058Z | Compiling regex v1.10.3 |
1532 | 2024-02-18T04:13:26.140Z | Compiling dof v0.1.5 |
1533 | 2024-02-18T04:13:26.192Z | Compiling tokio-util v0.7.10 |
1534 | 2024-02-18T04:13:26.980Z | Compiling rand v0.8.5 |
1535 | 2024-02-18T04:13:27.706Z | Compiling dtrace-parser v0.1.14 |
1536 | 2024-02-18T04:13:28.196Z | Compiling strum_macros v0.25.2 |
1537 | 2024-02-18T04:13:28.902Z | Compiling errno v0.3.8 |
1538 | 2024-02-18T04:13:28.923Z | Compiling num-bigint v0.4.4 |
1539 | 2024-02-18T04:13:29.162Z | Compiling base64ct v1.6.0 |
1540 | 2024-02-18T04:13:29.383Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1541 | 2024-02-18T04:13:29.551Z | Compiling percent-encoding v2.3.1 |
1542 | 2024-02-18T04:13:29.749Z | Compiling smoltcp v0.9.1 |
1543 | 2024-02-18T04:13:29.769Z | Compiling untrusted v0.7.1 |
1544 | 2024-02-18T04:13:29.879Z | Compiling foreign-types-shared v0.1.1 |
1545 | 2024-02-18T04:13:29.969Z | Compiling pem-rfc7468 v0.7.0 |
1546 | 2024-02-18T04:13:29.991Z | Compiling foreign-types v0.3.2 |
1547 | 2024-02-18T04:13:32.482Z | Compiling serde_tokenstream v0.1.7 |
1548 | 2024-02-18T04:13:32.992Z | Compiling hmac v0.12.1 |
1549 | 2024-02-18T04:13:33.233Z | Compiling lazy_static v1.4.0 |
1550 | 2024-02-18T04:13:33.444Z | Compiling socket2 v0.4.9 |
1551 | 2024-02-18T04:13:33.641Z | Compiling try-lock v0.2.4 |
1552 | 2024-02-18T04:13:33.796Z | Compiling adler v1.0.2 |
1553 | 2024-02-18T04:13:34.108Z | Compiling bitflags v1.3.2 |
1554 | 2024-02-18T04:13:34.193Z | Compiling flagset v0.4.3 |
1555 | 2024-02-18T04:13:34.234Z | Compiling siphasher v0.3.11 |
1556 | 2024-02-18T04:13:34.636Z | Compiling base64 v0.21.7 |
1557 | 2024-02-18T04:13:34.657Z | Compiling unicode-segmentation v1.10.1 |
1558 | 2024-02-18T04:13:34.686Z | Compiling unicode-width v0.1.11 |
1559 | 2024-02-18T04:13:34.775Z | Compiling miniz_oxide v0.7.1 |
1560 | 2024-02-18T04:13:34.849Z | Compiling der v0.7.8 |
1561 | 2024-02-18T04:13:35.277Z | Compiling want v0.3.1 |
1562 | 2024-02-18T04:13:35.924Z | Compiling sct v0.7.0 |
1563 | 2024-02-18T04:13:36.124Z | Compiling rustls-webpki v0.101.7 |
1564 | 2024-02-18T04:13:36.197Z | Compiling form_urlencoded v1.2.1 |
1565 | 2024-02-18T04:13:36.216Z | Compiling h2 v0.3.24 |
1566 | 2024-02-18T04:13:36.537Z | Compiling http-body v0.4.5 |
1567 | 2024-02-18T04:13:36.643Z | Compiling hubpack_derive v0.1.1 |
1568 | 2024-02-18T04:13:36.934Z | Compiling zerocopy-derive v0.6.4 |
1569 | 2024-02-18T04:13:38.234Z | Compiling num-iter v0.1.43 |
1570 | 2024-02-18T04:13:38.574Z | Compiling usdt-impl v0.5.0 |
1571 | 2024-02-18T04:13:38.656Z | Compiling utf8parse v0.2.1 |
1572 | 2024-02-18T04:13:38.838Z | Compiling anstyle v1.0.2 |
1573 | 2024-02-18T04:13:38.892Z | Compiling stable_deref_trait v1.2.0 |
1574 | 2024-02-18T04:13:38.990Z | Compiling tower-service v0.3.2 |
1575 | 2024-02-18T04:13:39.007Z | Compiling httpdate v1.0.3 |
1576 | 2024-02-18T04:13:39.374Z | Compiling openssl-probe v0.1.5 |
1577 | 2024-02-18T04:13:39.411Z | Compiling cpufeatures v0.2.12 |
1578 | 2024-02-18T04:13:39.506Z | Compiling sha2 v0.10.8 |
1579 | 2024-02-18T04:13:39.788Z | Compiling anstyle-parse v0.2.1 |
1580 | 2024-02-18T04:13:40.116Z | Compiling spki v0.7.2 |
1581 | 2024-02-18T04:13:41.877Z | Compiling usdt-attr-macro v0.3.5 |
1582 | 2024-02-18T04:13:42.439Z | Compiling usdt-macro v0.3.5 |
1583 | 2024-02-18T04:13:43.372Z | Compiling hyper v0.14.27 |
1584 | 2024-02-18T04:13:43.454Z | Compiling openapiv3 v2.0.0 |
1585 | 2024-02-18T04:13:43.701Z | Compiling scroll v0.12.0 |
1586 | 2024-02-18T04:13:44.782Z | Compiling md-5 v0.10.5 |
1587 | 2024-02-18T04:13:45.016Z | Compiling idna v0.5.0 |
1588 | 2024-02-18T04:13:45.041Z | Compiling stringprep v0.1.3 |
1589 | 2024-02-18T04:13:46.095Z | Compiling diesel_table_macro_syntax v0.1.0 |
1590 | 2024-02-18T04:13:46.465Z | Compiling num-integer v0.1.46 |
1591 | 2024-02-18T04:13:46.468Z | Compiling hash32 v0.2.1 |
1592 | 2024-02-18T04:13:46.541Z | Compiling plain v0.2.3 |
1593 | 2024-02-18T04:13:46.715Z | Compiling gimli v0.28.0 |
1594 | 2024-02-18T04:13:47.331Z | Compiling anstyle-query v1.0.0 |
1595 | 2024-02-18T04:13:47.469Z | Compiling colorchoice v1.0.0 |
1596 | 2024-02-18T04:13:47.778Z | Compiling fallible-iterator v0.2.0 |
1597 | 2024-02-18T04:13:48.363Z | Compiling anstream v0.6.11 |
1598 | 2024-02-18T04:13:48.552Z | Compiling postgres-protocol v0.6.6 |
1599 | 2024-02-18T04:13:49.756Z | Compiling goblin v0.8.0 |
1600 | 2024-02-18T04:13:50.311Z | Compiling diesel_derives v2.1.2 |
1601 | 2024-02-18T04:13:51.145Z | Compiling addr2line v0.21.0 |
1602 | 2024-02-18T04:13:52.090Z | Compiling url v2.5.0 |
1603 | 2024-02-18T04:13:53.771Z | Compiling tokio-rustls v0.24.1 |
1604 | 2024-02-18T04:13:54.167Z | Compiling terminal_size v0.3.0 |
1605 | 2024-02-18T04:13:54.186Z | Compiling tokio-native-tls v0.3.1 |
1606 | 2024-02-18T04:13:54.265Z | Compiling pkcs8 v0.10.2 |
1607 | 2024-02-18T04:13:54.470Z | Compiling phf_shared v0.11.2 |
1608 | 2024-02-18T04:13:55.250Z | Compiling serde_tokenstream v0.2.0 |
1609 | 2024-02-18T04:13:55.819Z | Compiling block-padding v0.3.3 |
1610 | 2024-02-18T04:13:56.060Z | Compiling enum-as-inner v0.5.1 |
1611 | 2024-02-18T04:13:56.396Z | Compiling serde_repr v0.1.16 |
1612 | 2024-02-18T04:13:57.051Z | Compiling clap_derive v4.5.0 |
1613 | 2024-02-18T04:13:57.897Z | Compiling ff v0.13.0 |
1614 | 2024-02-18T04:13:58.175Z | Compiling scheduled-thread-pool v0.2.7 |
1615 | 2024-02-18T04:13:58.730Z | Compiling object v0.32.1 |
1616 | 2024-02-18T04:13:59.862Z | Compiling matches v0.1.10 |
1617 | 2024-02-18T04:14:00.073Z | Compiling bit-vec v0.6.3 |
1618 | 2024-02-18T04:14:00.513Z | Compiling rustc-demangle v0.1.23 |
1619 | 2024-02-18T04:14:01.788Z | Compiling base16ct v0.2.0 |
1620 | 2024-02-18T04:14:03.255Z | Compiling managed v0.8.0 |
1621 | 2024-02-18T04:14:03.746Z | Compiling pretty-hex v0.4.1 |
1622 | 2024-02-18T04:14:03.970Z | Compiling num_threads v0.1.6 |
1623 | 2024-02-18T04:14:04.317Z | Compiling regex-automata v0.1.10 |
1624 | 2024-02-18T04:14:04.649Z | Compiling strsim v0.11.0 |
1625 | 2024-02-18T04:14:04.825Z | Compiling clap_lex v0.7.0 |
1626 | 2024-02-18T04:14:04.874Z | Compiling ipnet v2.9.0 |
1627 | 2024-02-18T04:14:04.963Z | Compiling deranged v0.3.8 |
1628 | 2024-02-18T04:14:05.925Z | Compiling clap_builder v4.5.0 |
1629 | 2024-02-18T04:14:05.946Z | Compiling bstr v0.2.17 |
1630 | 2024-02-18T04:14:06.918Z | Compiling time v0.3.27 |
1631 | 2024-02-18T04:14:07.395Z | Compiling dof v0.3.0 |
1632 | 2024-02-18T04:14:09.658Z | Compiling sec1 v0.7.3 |
1633 | 2024-02-18T04:14:10.216Z | Compiling idna v0.2.3 |
1634 | 2024-02-18T04:14:10.392Z | Compiling r2d2 v0.8.10 |
1635 | 2024-02-18T04:14:10.570Z | Compiling group v0.13.0 |
1636 | 2024-02-18T04:14:11.439Z | Compiling inout v0.1.3 |
1637 | 2024-02-18T04:14:11.725Z | Compiling phf v0.11.2 |
1638 | 2024-02-18T04:14:12.004Z | Compiling hyper-tls v0.5.0 |
1639 | 2024-02-18T04:14:12.039Z | Compiling hyper-rustls v0.24.2 |
1640 | 2024-02-18T04:14:12.070Z | Compiling signal-hook-mio v0.2.3 |
1641 | 2024-02-18T04:14:12.206Z | Compiling bzip2 v0.4.4 |
1642 | 2024-02-18T04:14:12.231Z | Compiling flate2 v1.0.28 |
1643 | 2024-02-18T04:14:12.362Z | Compiling postgres-types v0.2.6 |
1644 | 2024-02-18T04:14:12.568Z | Compiling zerocopy v0.6.4 |
1645 | 2024-02-18T04:14:12.727Z | Compiling hubpack v0.1.2 |
1646 | 2024-02-18T04:14:13.181Z | Compiling serde_urlencoded v0.7.1 |
1647 | 2024-02-18T04:14:13.203Z | Compiling rustls-pemfile v1.0.3 |
1648 | 2024-02-18T04:14:13.466Z | Compiling phf_shared v0.10.0 |
1649 | 2024-02-18T04:14:13.565Z | Compiling hkdf v0.12.4 |
1650 | 2024-02-18T04:14:13.796Z | Compiling ipnetwork v0.20.0 |
1651 | 2024-02-18T04:14:13.960Z | Compiling futures-executor v0.3.30 |
1652 | 2024-02-18T04:14:14.108Z | Compiling dtrace-parser v0.2.0 |
1653 | 2024-02-18T04:14:14.613Z | Compiling regress v0.8.0 |
1654 | 2024-02-18T04:14:14.637Z | Compiling crypto-bigint v0.5.2 |
1655 | 2024-02-18T04:14:14.982Z | Compiling float-cmp v0.9.0 |
1656 | 2024-02-18T04:14:15.196Z | Compiling encoding_rs v0.8.33 |
1657 | 2024-02-18T04:14:16.831Z | Compiling static_assertions v1.1.0 |
1658 | 2024-02-18T04:14:16.937Z | Compiling difflib v0.4.0 |
1659 | 2024-02-18T04:14:17.250Z | Compiling mime v0.3.17 |
1660 | 2024-02-18T04:14:17.861Z | Compiling webpki-roots v0.25.2 |
1661 | 2024-02-18T04:14:17.927Z | Compiling either v1.10.0 |
1662 | 2024-02-18T04:14:18.024Z | Compiling predicates-core v1.0.6 |
1663 | 2024-02-18T04:14:18.202Z | Compiling whoami v1.4.1 |
1664 | 2024-02-18T04:14:18.390Z | Compiling regex-automata v0.3.8 |
1665 | 2024-02-18T04:14:18.745Z | Compiling precomputed-hash v0.1.1 |
1666 | 2024-02-18T04:14:19.351Z | Compiling normalize-line-endings v0.3.0 |
1667 | 2024-02-18T04:14:20.036Z | Compiling winnow v0.6.1 |
1668 | 2024-02-18T04:14:20.441Z | Compiling new_debug_unreachable v1.0.4 |
1669 | 2024-02-18T04:14:20.463Z | Compiling minimal-lexical v0.2.1 |
1670 | 2024-02-18T04:14:20.541Z | Compiling fixedbitset v0.4.2 |
1671 | 2024-02-18T04:14:20.816Z | Compiling data-encoding v2.4.0 |
1672 | 2024-02-18T04:14:20.965Z | Compiling nom v7.1.3 |
1673 | 2024-02-18T04:14:20.984Z | Compiling petgraph v0.6.4 |
1674 | 2024-02-18T04:14:22.548Z | Compiling trust-dns-proto v0.22.0 |
1675 | 2024-02-18T04:14:23.982Z | Compiling toml_edit v0.22.6 |
1676 | 2024-02-18T04:14:24.927Z | Compiling string_cache v0.8.7 |
1677 | 2024-02-18T04:14:27.788Z | Compiling bstr v1.6.0 |
1678 | 2024-02-18T04:14:28.229Z | Compiling predicates v3.1.0 |
1679 | 2024-02-18T04:14:29.363Z | Compiling tokio-postgres v0.7.10 |
1680 | 2024-02-18T04:14:29.794Z | Compiling itertools v0.10.5 |
1681 | 2024-02-18T04:14:30.383Z | Compiling reqwest v0.11.22 |
1682 | 2024-02-18T04:14:31.464Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1683 | 2024-02-18T04:14:34.195Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1684 | 2024-02-18T04:14:34.602Z | Compiling elliptic-curve v0.13.8 |
1685 | 2024-02-18T04:14:39.878Z | Compiling yasna v0.5.2 |
1686 | 2024-02-18T04:14:39.950Z | Compiling futures v0.3.30 |
1687 | 2024-02-18T04:14:40.076Z | Compiling diesel v2.1.4 |
1688 | 2024-02-18T04:14:40.273Z | Compiling zip v0.6.6 |
1689 | 2024-02-18T04:14:40.481Z | Compiling crossterm v0.27.0 |
1690 | 2024-02-18T04:14:41.570Z | Compiling cipher v0.4.4 |
1691 | 2024-02-18T04:14:41.910Z | Compiling clap v4.5.0 |
1692 | 2024-02-18T04:14:42.041Z | Compiling similar v2.3.0 |
1693 | 2024-02-18T04:14:42.059Z | Compiling bit-set v0.5.3 |
1694 | 2024-02-18T04:14:42.341Z | Compiling usdt v0.3.5 |
1695 | 2024-02-18T04:14:42.919Z | Compiling console v0.15.8 |
1696 | 2024-02-18T04:14:43.472Z | Compiling strum v0.25.0 |
1697 | 2024-02-18T04:14:43.649Z | Compiling tokio-stream v0.1.14 |
1698 | 2024-02-18T04:14:43.915Z | Compiling toml v0.7.8 |
1699 | 2024-02-18T04:14:44.247Z | Compiling hex v0.4.3 |
1700 | 2024-02-18T04:14:44.645Z | Compiling proc-macro-error-attr v1.0.4 |
1701 | 2024-02-18T04:14:45.231Z | Compiling lalrpop-util v0.19.12 |
1702 | 2024-02-18T04:14:45.683Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1703 | 2024-02-18T04:14:48.338Z | Compiling proc-macro-crate v1.3.1 |
1704 | 2024-02-18T04:14:49.327Z | Compiling proc-macro-error v1.0.4 |
1705 | 2024-02-18T04:14:49.535Z | Compiling heapless v0.8.0 |
1706 | 2024-02-18T04:14:50.068Z | Compiling camino v1.1.6 |
1707 | 2024-02-18T04:14:50.488Z | Compiling num_enum_derive v0.5.11 |
1708 | 2024-02-18T04:15:00.649Z | Compiling atty v0.2.14 |
1709 | 2024-02-18T04:15:01.235Z | Compiling hash32 v0.3.1 |
1710 | 2024-02-18T04:15:01.506Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1711 | 2024-02-18T04:15:02.851Z | Compiling rustls-pki-types v1.1.0 |
1712 | 2024-02-18T04:15:04.230Z | Compiling ident_case v1.0.1 |
1713 | 2024-02-18T04:15:06.651Z | Compiling strsim v0.10.0 |
1714 | 2024-02-18T04:15:07.312Z | Compiling smoltcp v0.11.0 |
1715 | 2024-02-18T04:15:08.976Z | Compiling darling_core v0.20.3 |
1716 | 2024-02-18T04:15:23.562Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-02-18T04:15:29.128Z | Compiling num_enum v0.5.11 |
1718 | 2024-02-18T04:15:33.369Z | Compiling dirs-sys-next v0.1.2 |
1719 | 2024-02-18T04:15:33.739Z | Compiling rustls v0.22.2 |
1720 | 2024-02-18T04:15:34.496Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1721 | 2024-02-18T04:15:34.654Z | Compiling embedded-io v0.4.0 |
1722 | 2024-02-18T04:15:34.930Z | Compiling cobs v0.2.3 |
1723 | 2024-02-18T04:15:37.260Z | Compiling postcard v1.0.8 |
1724 | 2024-02-18T04:15:41.689Z | Compiling dirs-next v2.0.0 |
1725 | 2024-02-18T04:15:46.335Z | Compiling darling_macro v0.20.3 |
1726 | 2024-02-18T04:15:47.391Z | Compiling rustls-webpki v0.102.1 |
1727 | 2024-02-18T04:15:48.724Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1728 | 2024-02-18T04:15:53.243Z | Compiling getopts v0.2.21 |
1729 | 2024-02-18T04:15:53.940Z | Compiling foreign-types-macros v0.2.3 |
1730 | 2024-02-18T04:15:54.175Z | Compiling structmeta-derive v0.3.0 |
1731 | 2024-02-18T04:15:55.453Z | Compiling thread_local v1.1.7 |
1732 | 2024-02-18T04:15:55.748Z | Compiling multer v3.0.0 |
1733 | 2024-02-18T04:15:55.766Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1734 | 2024-02-18T04:15:56.104Z | Compiling unsafe-libyaml v0.2.10 |
1735 | 2024-02-18T04:15:56.231Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1736 | 2024-02-18T04:15:56.406Z | Compiling match_cfg v0.1.0 |
1737 | 2024-02-18T04:15:56.514Z | Compiling paste v1.0.14 |
1738 | 2024-02-18T04:15:56.883Z | Compiling foreign-types-shared v0.3.1 |
1739 | 2024-02-18T04:15:56.994Z | Compiling slog-async v2.8.0 |
1740 | 2024-02-18T04:15:57.070Z | Compiling rayon-core v1.12.0 |
1741 | 2024-02-18T04:15:57.788Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1742 | 2024-02-18T04:16:02.581Z | Compiling serde_yaml v0.9.25 |
1743 | 2024-02-18T04:16:06.519Z | Compiling foreign-types v0.5.0 |
1744 | 2024-02-18T04:16:06.639Z | Compiling structmeta v0.3.0 |
1745 | 2024-02-18T04:16:07.028Z | Compiling hostname v0.3.1 |
1746 | 2024-02-18T04:16:07.310Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1747 | 2024-02-18T04:16:08.646Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1748 | 2024-02-18T04:16:11.411Z | Compiling darling v0.20.3 |
1749 | 2024-02-18T04:16:16.782Z | Compiling term v0.7.0 |
1750 | 2024-02-18T04:16:20.109Z | Compiling slog-json v2.6.1 |
1751 | 2024-02-18T04:16:20.186Z | Compiling crossbeam-deque v0.8.3 |
1752 | 2024-02-18T04:16:20.650Z | Compiling is-terminal v0.4.9 |
1753 | 2024-02-18T04:16:20.787Z | Compiling crossbeam-channel v0.5.8 |
1754 | 2024-02-18T04:16:21.741Z | Compiling http v1.0.0 |
1755 | 2024-02-18T04:16:22.182Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1756 | 2024-02-18T04:16:22.552Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1757 | 2024-02-18T04:16:22.852Z | Compiling async-stream-impl v0.3.5 |
1758 | 2024-02-18T04:16:22.994Z | Compiling cstr-argument v0.1.2 |
1759 | 2024-02-18T04:16:23.261Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1760 | 2024-02-18T04:16:23.417Z | Compiling pretty-hex v0.2.1 |
1761 | 2024-02-18T04:16:23.604Z | Compiling fastrand v2.0.1 |
1762 | 2024-02-18T04:16:23.641Z | Compiling crucible-workspace-hack v0.1.0 |
1763 | 2024-02-18T04:16:24.131Z | Compiling take_mut v0.2.2 |
1764 | 2024-02-18T04:16:24.241Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1765 | 2024-02-18T04:16:24.307Z | Compiling atomic-waker v1.1.1 |
1766 | 2024-02-18T04:16:24.461Z | Compiling waitgroup v0.1.2 |
1767 | 2024-02-18T04:16:24.503Z | Compiling async-stream v0.3.5 |
1768 | 2024-02-18T04:16:24.619Z | Compiling tempfile v3.10.0 |
1769 | 2024-02-18T04:16:24.789Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1770 | 2024-02-18T04:16:25.413Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1771 | 2024-02-18T04:16:26.590Z | Compiling colored v2.0.4 |
1772 | 2024-02-18T04:16:27.656Z | Compiling slog-bunyan v2.5.0 |
1773 | 2024-02-18T04:16:28.007Z | Compiling slog-term v2.9.0 |
1774 | 2024-02-18T04:16:28.046Z | Compiling tokio-rustls v0.25.0 |
1775 | 2024-02-18T04:16:28.100Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1776 | 2024-02-18T04:16:28.543Z | Compiling serde_with_macros v3.6.1 |
1777 | 2024-02-18T04:16:30.633Z | Compiling parse-display-derive v0.9.0 |
1778 | 2024-02-18T04:16:31.386Z | Compiling toml v0.8.10 |
1779 | 2024-02-18T04:16:32.134Z | Compiling rustls-pemfile v2.0.0 |
1780 | 2024-02-18T04:16:32.886Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1781 | 2024-02-18T04:16:34.453Z | Compiling sha1 v0.10.6 |
1782 | 2024-02-18T04:16:34.679Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1783 | 2024-02-18T04:16:35.370Z | Compiling textwrap v0.11.0 |
1784 | 2024-02-18T04:16:36.019Z | Compiling heck v0.3.3 |
1785 | 2024-02-18T04:16:36.387Z | Compiling newtype-uuid v1.0.1 |
1786 | 2024-02-18T04:16:36.487Z | Compiling serde_path_to_error v0.1.15 |
1787 | 2024-02-18T04:16:36.728Z | Compiling strum_macros v0.26.1 |
1788 | 2024-02-18T04:16:36.763Z | Compiling instant v0.1.12 |
1789 | 2024-02-18T04:16:36.938Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1790 | 2024-02-18T04:16:37.193Z | Compiling debug-ignore v1.0.5 |
1791 | 2024-02-18T04:16:37.320Z | Compiling vec_map v0.8.2 |
1792 | 2024-02-18T04:16:37.353Z | Compiling libefi-sys v0.1.0 |
1793 | 2024-02-18T04:16:37.550Z | Compiling ansi_term v0.12.1 |
1794 | 2024-02-18T04:16:37.660Z | Compiling strsim v0.8.0 |
1795 | 2024-02-18T04:16:38.477Z | Compiling clap v2.34.0 |
1796 | 2024-02-18T04:16:39.080Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1797 | 2024-02-18T04:16:41.543Z | Compiling strum v0.26.1 |
1798 | 2024-02-18T04:16:41.742Z | Compiling backoff v0.4.0 |
1799 | 2024-02-18T04:16:42.082Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1800 | 2024-02-18T04:16:42.127Z | Compiling structopt-derive v0.4.18 |
1801 | 2024-02-18T04:16:42.429Z | Compiling parse-display v0.9.0 |
1802 | 2024-02-18T04:16:44.105Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1803 | 2024-02-18T04:16:44.332Z | Compiling serde_with v3.6.1 |
1804 | 2024-02-18T04:16:44.401Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1805 | 2024-02-18T04:16:44.933Z | Compiling rayon v1.8.0 |
1806 | 2024-02-18T04:16:45.158Z | Compiling camino-tempfile v1.1.1 |
1807 | 2024-02-18T04:16:46.089Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1808 | 2024-02-18T04:16:46.275Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1809 | 2024-02-18T04:16:46.780Z | Compiling zone_cfg_derive v0.3.0 |
1810 | 2024-02-18T04:16:48.216Z | Compiling macaddr v1.0.1 |
1811 | 2024-02-18T04:16:49.012Z | Compiling num-derive v0.4.0 |
1812 | 2024-02-18T04:16:49.167Z | Compiling blake3 v1.5.0 |
1813 | 2024-02-18T04:16:49.755Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1814 | 2024-02-18T04:16:50.166Z | Compiling portable-atomic v1.4.3 |
1815 | 2024-02-18T04:16:51.144Z | Compiling zone v0.3.0 |
1816 | 2024-02-18T04:16:51.161Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1817 | 2024-02-18T04:16:51.220Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1818 | 2024-02-18T04:16:52.962Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1819 | 2024-02-18T04:16:53.592Z | Compiling structopt v0.3.26 |
1820 | 2024-02-18T04:16:54.190Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1821 | 2024-02-18T04:16:54.689Z | Compiling smf v0.2.2 |
1822 | 2024-02-18T04:16:54.826Z | Compiling memmap2 v0.7.1 |
1823 | 2024-02-18T04:16:55.221Z | Compiling xattr v1.0.1 |
1824 | 2024-02-18T04:16:55.380Z | Compiling filetime v0.2.23 |
1825 | 2024-02-18T04:16:55.404Z | Compiling same-file v1.0.6 |
1826 | 2024-02-18T04:16:55.513Z | Compiling arrayref v0.3.7 |
1827 | 2024-02-18T04:16:55.623Z | Compiling constant_time_eq v0.3.0 |
1828 | 2024-02-18T04:16:55.708Z | Compiling arrayvec v0.7.4 |
1829 | 2024-02-18T04:16:55.736Z | Compiling tar v0.4.40 |
1830 | 2024-02-18T04:16:55.812Z | Compiling walkdir v2.4.0 |
1831 | 2024-02-18T04:16:57.559Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1832 | 2024-02-18T04:16:58.707Z | Compiling gethostname v0.4.3 |
1833 | 2024-02-18T04:16:58.986Z | Compiling topological-sort v0.2.2 |
1834 | 2024-02-18T04:16:59.004Z | Compiling number_prefix v0.4.0 |
1835 | 2024-02-18T04:16:59.231Z | Compiling omicron-zone-package v0.11.0 |
1836 | 2024-02-18T04:16:59.276Z | Compiling indicatif v0.17.8 |
1837 | 2024-02-18T04:17:00.036Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1838 | 2024-02-18T04:17:01.494Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1839 | 2024-02-18T04:17:03.011Z | Compiling swrite v0.1.0 |
1840 | 2024-02-18T04:17:10.436Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1841 | 2024-02-18T04:17:12.826Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1842 | 2024-02-18T04:17:15.123Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1843 | 2024-02-18T04:17:32.898Z | Finished release [optimized] target(s) in 5m 11s |
1844 | 2024-02-18T04:17:33.103Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1845 | 2024-02-18T04:17:33.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1846 | 2024-02-18T04:17:33.162Z | Created new build target 'test' and set it as active |
1847 | 2024-02-18T04:17:33.162Z | |
1848 | 2024-02-18T04:17:33.162Z | real 5:12.139393247 |
1849 | 2024-02-18T04:17:33.162Z | user 33:21.548096655 |
1850 | 2024-02-18T04:17:33.162Z | sys 3:47.181808821 |
1851 | 2024-02-18T04:17:33.162Z | trap 0.962924694 |
1852 | 2024-02-18T04:17:33.162Z | tflt 4.539451109 |
1853 | 2024-02-18T04:17:33.162Z | dflt 2.512040988 |
1854 | 2024-02-18T04:17:33.162Z | kflt 0.049840422 |
1855 | 2024-02-18T04:17:33.162Z | lock 1:11:08.892048914 |
1856 | 2024-02-18T04:17:33.163Z | slp 1:34:47.212469949 |
1857 | 2024-02-18T04:17:33.163Z | lat 2:06.539124972 |
1858 | 2024-02-18T04:17:33.163Z | stop 3:26.523203143 |
1859 | 2024-02-18T04:17:33.163Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1860 | 2024-02-18T04:17:33.862Z | Finished release [optimized] target(s) in 0.65s |
1861 | 2024-02-18T04:17:33.881Z | Running `target/release/omicron-package -t test package` |
1862 | 2024-02-18T04:17:33.911Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1863 | 2024-02-18T04:17:34.628Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1864 | 2024-02-18T04:17:34.631Z | Compiling linked-hash-map v0.5.6 |
1865 | 2024-02-18T04:17:34.631Z | Compiling usdt-macro v0.5.0 |
1866 | 2024-02-18T04:17:34.631Z | Compiling usdt-attr-macro v0.5.0 |
1867 | 2024-02-18T04:17:34.631Z | Compiling memmap v0.7.0 |
1868 | 2024-02-18T04:17:34.691Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1869 | 2024-02-18T04:17:34.694Z | Compiling password-hash v0.5.0 |
1870 | 2024-02-18T04:17:34.703Z | Compiling blake2 v0.10.6 |
1871 | 2024-02-18T04:17:35.051Z | Compiling lru-cache v0.1.2 |
1872 | 2024-02-18T04:17:35.127Z | Compiling semver v0.1.20 |
1873 | 2024-02-18T04:17:35.266Z | Compiling argon2 v0.5.3 |
1874 | 2024-02-18T04:17:35.709Z | Compiling rustc_version v0.1.7 |
1875 | 2024-02-18T04:17:36.044Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1876 | 2024-02-18T04:17:36.047Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1877 | 2024-02-18T04:17:36.081Z | Compiling newtype_derive v0.1.6 |
1878 | 2024-02-18T04:17:36.241Z | Compiling usdt v0.5.0 |
1879 | 2024-02-18T04:17:36.287Z | Compiling rayon-core v1.12.0 |
1880 | 2024-02-18T04:17:36.304Z | Compiling crossbeam-deque v0.8.3 |
1881 | 2024-02-18T04:17:36.401Z | Compiling same-file v1.0.6 |
1882 | 2024-02-18T04:17:36.626Z | Compiling fastrand v2.0.1 |
1883 | 2024-02-18T04:17:36.655Z | Compiling quick-error v1.2.3 |
1884 | 2024-02-18T04:17:36.797Z | Compiling resolv-conf v0.7.0 |
1885 | 2024-02-18T04:17:37.123Z | Compiling tempfile v3.10.0 |
1886 | 2024-02-18T04:17:37.169Z | Compiling walkdir v2.4.0 |
1887 | 2024-02-18T04:17:37.835Z | Compiling itertools v0.12.1 |
1888 | 2024-02-18T04:17:37.845Z | Compiling camino v1.1.6 |
1889 | 2024-02-18T04:17:37.900Z | Compiling semver-parser v0.10.2 |
1890 | 2024-02-18T04:17:37.917Z | Compiling slog-dtrace v0.3.0 |
1891 | 2024-02-18T04:17:38.122Z | Compiling blake3 v1.5.0 |
1892 | 2024-02-18T04:17:38.418Z | Compiling rayon v1.8.0 |
1893 | 2024-02-18T04:17:38.442Z | Compiling trust-dns-resolver v0.22.0 |
1894 | 2024-02-18T04:17:38.759Z | Compiling semver v0.11.0 |
1895 | 2024-02-18T04:17:39.237Z | Compiling nibble_vec v0.1.0 |
1896 | 2024-02-18T04:17:39.445Z | Compiling memmap2 v0.7.1 |
1897 | 2024-02-18T04:17:39.455Z | Compiling filetime v0.2.23 |
1898 | 2024-02-18T04:17:39.739Z | Compiling xattr v1.0.1 |
1899 | 2024-02-18T04:17:39.797Z | Compiling constant_time_eq v0.3.0 |
1900 | 2024-02-18T04:17:39.817Z | Compiling home v0.5.5 |
1901 | 2024-02-18T04:17:39.937Z | Compiling endian-type v0.1.2 |
1902 | 2024-02-18T04:17:39.980Z | Compiling arrayref v0.3.7 |
1903 | 2024-02-18T04:17:40.034Z | Compiling arrayvec v0.7.4 |
1904 | 2024-02-18T04:17:40.069Z | Compiling toolchain_find v0.2.0 |
1905 | 2024-02-18T04:17:40.170Z | Compiling radix_trie v0.2.1 |
1906 | 2024-02-18T04:17:40.461Z | Compiling tar v0.4.40 |
1907 | 2024-02-18T04:17:40.566Z | Compiling camino-tempfile v1.1.1 |
1908 | 2024-02-18T04:17:40.964Z | Compiling steno v0.4.0 |
1909 | 2024-02-18T04:17:41.540Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1910 | 2024-02-18T04:17:42.339Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1911 | 2024-02-18T04:17:42.633Z | Compiling toml v0.5.11 |
1912 | 2024-02-18T04:17:42.651Z | Compiling derive-where v1.2.7 |
1913 | 2024-02-18T04:17:42.759Z | Compiling num-rational v0.4.1 |
1914 | 2024-02-18T04:17:43.283Z | Compiling radium v0.7.0 |
1915 | 2024-02-18T04:17:43.727Z | Compiling topological-sort v0.2.2 |
1916 | 2024-02-18T04:17:43.939Z | Compiling omicron-zone-package v0.11.0 |
1917 | 2024-02-18T04:17:44.546Z | Compiling rustfmt-wrapper v0.2.0 |
1918 | 2024-02-18T04:17:45.429Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1919 | 2024-02-18T04:17:45.648Z | Compiling toml v0.8.10 |
1920 | 2024-02-18T04:17:45.942Z | Compiling maybe-uninit v2.0.0 |
1921 | 2024-02-18T04:17:46.033Z | Compiling cancel-safe-futures v0.1.5 |
1922 | 2024-02-18T04:17:46.415Z | Compiling tap v1.0.1 |
1923 | 2024-02-18T04:17:46.598Z | Compiling wyz v0.5.1 |
1924 | 2024-02-18T04:17:47.298Z | Compiling num-complex v0.4.4 |
1925 | 2024-02-18T04:17:47.654Z | Compiling crc-catalog v2.2.0 |
1926 | 2024-02-18T04:17:47.791Z | Compiling num-bigint-dig v0.8.4 |
1927 | 2024-02-18T04:17:48.113Z | Compiling funty v2.0.0 |
1928 | 2024-02-18T04:17:48.676Z | Compiling packed_struct v0.10.1 |
1929 | 2024-02-18T04:17:49.126Z | Compiling num v0.4.1 |
1930 | 2024-02-18T04:17:49.153Z | Compiling crc v3.0.1 |
1931 | 2024-02-18T04:17:49.581Z | Compiling bitvec v1.0.1 |
1932 | 2024-02-18T04:17:49.928Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1933 | 2024-02-18T04:17:49.956Z | Compiling fxhash v0.2.1 |
1934 | 2024-02-18T04:17:50.178Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2024-02-18T04:17:50.993Z | Compiling indexmap v1.9.3 |
1936 | 2024-02-18T04:17:51.121Z | Compiling nodrop v0.1.14 |
1937 | 2024-02-18T04:17:51.248Z | Compiling utf-8 v0.7.6 |
1938 | 2024-02-18T04:17:51.340Z | Compiling array-init v0.0.4 |
1939 | 2024-02-18T04:17:51.651Z | Compiling tungstenite v0.20.1 |
1940 | 2024-02-18T04:17:52.662Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1941 | 2024-02-18T04:17:52.873Z | Compiling smallvec v0.6.14 |
1942 | 2024-02-18T04:17:54.446Z | Compiling pkcs1 v0.7.5 |
1943 | 2024-02-18T04:17:57.481Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1944 | 2024-02-18T04:17:58.295Z | Compiling signature v2.1.0 |
1945 | 2024-02-18T04:17:58.546Z | Compiling half v2.3.1 |
1946 | 2024-02-18T04:17:58.985Z | Compiling unicase v2.7.0 |
1947 | 2024-02-18T04:17:59.285Z | Compiling hashbrown v0.12.3 |
1948 | 2024-02-18T04:17:59.311Z | Compiling bitfield v0.14.0 |
1949 | 2024-02-18T04:17:59.601Z | Compiling ciborium-io v0.2.2 |
1950 | 2024-02-18T04:17:59.730Z | Compiling termcolor v1.2.0 |
1951 | 2024-02-18T04:18:01.008Z | Compiling env_logger v0.10.0 |
1952 | 2024-02-18T04:18:01.311Z | Compiling ciborium-ll v0.2.2 |
1953 | 2024-02-18T04:18:01.666Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1954 | 2024-02-18T04:18:01.910Z | Compiling rsa v0.9.2 |
1955 | 2024-02-18T04:18:04.881Z | Compiling serde-hex v0.1.0 |
1956 | 2024-02-18T04:18:05.514Z | Compiling tokio-tungstenite v0.20.1 |
1957 | 2024-02-18T04:18:06.120Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1958 | 2024-02-18T04:18:06.469Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1959 | 2024-02-18T04:18:07.287Z | Compiling x509-cert v0.2.4 |
1960 | 2024-02-18T04:18:07.361Z | Compiling ron v0.8.1 |
1961 | 2024-02-18T04:18:10.294Z | Compiling hashbrown v0.13.2 |
1962 | 2024-02-18T04:18:11.667Z | Compiling display-error-chain v0.2.0 |
1963 | 2024-02-18T04:18:11.855Z | Compiling arc-swap v1.6.0 |
1964 | 2024-02-18T04:18:12.620Z | Compiling crc-any v2.4.3 |
1965 | 2024-02-18T04:18:13.623Z | Compiling slog-scope v4.4.0 |
1966 | 2024-02-18T04:18:13.913Z | Compiling object v0.30.4 |
1967 | 2024-02-18T04:18:14.520Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1968 | 2024-02-18T04:18:20.685Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1969 | 2024-02-18T04:18:21.299Z | Compiling ciborium v0.2.2 |
1970 | 2024-02-18T04:18:22.423Z | Compiling libsw v3.3.1 |
1971 | 2024-02-18T04:18:22.734Z | Compiling parking_lot_core v0.8.6 |
1972 | 2024-02-18T04:18:23.181Z | Compiling linear-map v1.2.0 |
1973 | 2024-02-18T04:18:23.544Z | Compiling owo-colors v4.0.0 |
1974 | 2024-02-18T04:18:23.622Z | Compiling path-slash v0.1.5 |
1975 | 2024-02-18T04:18:23.842Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1976 | 2024-02-18T04:18:26.831Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1977 | 2024-02-18T04:18:28.829Z | Compiling slog-stdlog v4.1.1 |
1978 | 2024-02-18T04:18:29.936Z | Compiling dirs-sys-next v0.1.2 |
1979 | 2024-02-18T04:18:29.981Z | Compiling crunchy v0.2.2 |
1980 | 2024-02-18T04:18:30.440Z | Compiling convert_case v0.4.0 |
1981 | 2024-02-18T04:18:30.451Z | Compiling glob v0.3.1 |
1982 | 2024-02-18T04:18:31.194Z | Compiling derive_more v0.99.17 |
1983 | 2024-02-18T04:18:31.297Z | Compiling clang-sys v1.6.1 |
1984 | 2024-02-18T04:18:32.010Z | Compiling dirs-next v2.0.0 |
1985 | 2024-02-18T04:18:32.534Z | Compiling slog-envlogger v2.2.0 |
1986 | 2024-02-18T04:18:33.828Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1987 | 2024-02-18T04:18:35.254Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1988 | 2024-02-18T04:18:35.387Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1989 | 2024-02-18T04:18:37.454Z | Compiling platforms v3.0.2 |
1990 | 2024-02-18T04:18:37.802Z | Compiling tiny-keccak v2.0.2 |
1991 | 2024-02-18T04:18:38.116Z | Compiling prettyplease v0.2.16 |
1992 | 2024-02-18T04:18:38.510Z | Compiling parking_lot v0.11.2 |
1993 | 2024-02-18T04:18:38.764Z | Compiling mime_guess v2.0.4 |
1994 | 2024-02-18T04:18:39.936Z | Compiling term v0.7.0 |
1995 | 2024-02-18T04:18:40.963Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1996 | 2024-02-18T04:18:41.410Z | Compiling trust-dns-client v0.22.0 |
1997 | 2024-02-18T04:18:42.208Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1998 | 2024-02-18T04:18:44.352Z | Compiling darling_core v0.14.4 |
1999 | 2024-02-18T04:18:48.197Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2000 | 2024-02-18T04:18:49.582Z | Compiling pem v3.0.2 |
2001 | 2024-02-18T04:18:49.731Z | Compiling darling_macro v0.14.4 |
2002 | 2024-02-18T04:18:51.715Z | Compiling trust-dns-server v0.22.1 |
2003 | 2024-02-18T04:18:52.773Z | Compiling ascii-canvas v3.0.0 |
2004 | 2024-02-18T04:18:53.240Z | Compiling sled v0.34.7 |
2005 | 2024-02-18T04:18:53.876Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2006 | 2024-02-18T04:18:58.136Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2007 | 2024-02-18T04:18:58.374Z | Compiling is-terminal v0.4.9 |
2008 | 2024-02-18T04:18:58.510Z | Compiling ena v0.14.2 |
2009 | 2024-02-18T04:18:58.931Z | Compiling vte_generate_state_changes v0.1.1 |
2010 | 2024-02-18T04:18:59.568Z | Compiling libloading v0.7.4 |
2011 | 2024-02-18T04:18:59.930Z | Compiling bindgen v0.69.2 |
2012 | 2024-02-18T04:18:59.949Z | Compiling regex-syntax v0.6.29 |
2013 | 2024-02-18T04:19:00.365Z | Compiling diff v0.1.13 |
2014 | 2024-02-18T04:19:05.506Z | Compiling lalrpop v0.19.12 |
2015 | 2024-02-18T04:19:08.134Z | Compiling vte v0.11.1 |
2016 | 2024-02-18T04:19:10.233Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2017 | 2024-02-18T04:19:12.601Z | Compiling curve25519-dalek v4.1.1 |
2018 | 2024-02-18T04:19:14.698Z | Compiling darling v0.14.4 |
2019 | 2024-02-18T04:19:14.849Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2020 | 2024-02-18T04:19:17.631Z | Compiling cexpr v0.6.0 |
2021 | 2024-02-18T04:19:19.117Z | Compiling which v4.4.0 |
2022 | 2024-02-18T04:19:19.651Z | Compiling kstat-rs v0.2.3 |
2023 | 2024-02-18T04:19:20.918Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2024 | 2024-02-18T04:19:21.664Z | Compiling memoffset v0.7.1 |
2025 | 2024-02-18T04:19:22.048Z | Compiling rustc-hash v1.1.0 |
2026 | 2024-02-18T04:19:22.207Z | Compiling bytecount v0.6.3 |
2027 | 2024-02-18T04:19:22.529Z | Compiling buf-list v1.0.3 |
2028 | 2024-02-18T04:19:23.095Z | Compiling lazycell v1.3.0 |
2029 | 2024-02-18T04:19:23.262Z | Compiling keccak v0.1.4 |
2030 | 2024-02-18T04:19:24.264Z | Compiling peeking_take_while v0.1.2 |
2031 | 2024-02-18T04:19:24.403Z | Compiling shlex v1.3.0 |
2032 | 2024-02-18T04:19:24.805Z | Compiling doc-comment v0.3.3 |
2033 | 2024-02-18T04:19:26.250Z | Compiling sha3 v0.10.8 |
2034 | 2024-02-18T04:19:27.208Z | Compiling papergrid v0.11.0 |
2035 | 2024-02-18T04:19:28.945Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-02-18T04:19:29.163Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2037 | 2024-02-18T04:19:29.686Z | Compiling derive_builder_core v0.12.0 |
2038 | 2024-02-18T04:19:32.009Z | Compiling strip-ansi-escapes v0.2.0 |
2039 | 2024-02-18T04:19:33.668Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2040 | 2024-02-18T04:19:34.312Z | Compiling polar-core v0.27.0 |
2041 | 2024-02-18T04:19:35.788Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2042 | 2024-02-18T04:19:38.195Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2043 | 2024-02-18T04:19:39.271Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2044 | 2024-02-18T04:19:39.360Z | Compiling tabled_derive v0.7.0 |
2045 | 2024-02-18T04:19:40.127Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2046 | 2024-02-18T04:19:40.352Z | Compiling fd-lock v4.0.2 |
2047 | 2024-02-18T04:19:40.570Z | Compiling fd-lock v3.0.13 |
2048 | 2024-02-18T04:19:40.787Z | Compiling headers-core v0.2.0 |
2049 | 2024-02-18T04:19:40.965Z | Compiling universal-hash v0.5.1 |
2050 | 2024-02-18T04:19:41.180Z | Compiling nix v0.27.1 |
2051 | 2024-02-18T04:19:41.630Z | Compiling secrecy v0.8.0 |
2052 | 2024-02-18T04:19:41.900Z | Compiling libxml v0.3.3 |
2053 | 2024-02-18T04:19:42.275Z | Compiling sqlparser_derive v0.2.2 |
2054 | 2024-02-18T04:19:42.959Z | Compiling curve25519-dalek-derive v0.1.0 |
2055 | 2024-02-18T04:19:43.243Z | Compiling thiserror-impl-no-std v2.0.2 |
2056 | 2024-02-18T04:19:43.395Z | Compiling pin-project-internal v1.1.3 |
2057 | 2024-02-18T04:19:44.391Z | Compiling unicode_categories v0.1.1 |
2058 | 2024-02-18T04:19:44.859Z | Compiling opaque-debug v0.3.0 |
2059 | 2024-02-18T04:19:44.957Z | Compiling nu-ansi-term v0.50.0 |
2060 | 2024-02-18T04:19:45.033Z | Compiling ref-cast v1.0.20 |
2061 | 2024-02-18T04:19:45.575Z | Compiling reedline v0.29.0 |
2062 | 2024-02-18T04:19:45.613Z | Compiling poly1305 v0.8.0 |
2063 | 2024-02-18T04:19:46.176Z | Compiling thiserror-no-std v2.0.2 |
2064 | 2024-02-18T04:19:46.250Z | Compiling pin-project v1.1.3 |
2065 | 2024-02-18T04:19:46.284Z | Compiling rustyline v13.0.0 |
2066 | 2024-02-18T04:19:46.374Z | Compiling sqlformat v0.2.3 |
2067 | 2024-02-18T04:19:47.268Z | Compiling sqlparser v0.43.1 |
2068 | 2024-02-18T04:19:47.814Z | Compiling tabled v0.15.0 |
2069 | 2024-02-18T04:19:54.248Z | Compiling headers v0.3.9 |
2070 | 2024-02-18T04:19:55.191Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2071 | 2024-02-18T04:19:56.883Z | Compiling derive_builder_macro v0.12.0 |
2072 | 2024-02-18T04:19:59.693Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2073 | 2024-02-18T04:19:59.869Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2074 | 2024-02-18T04:20:00.179Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2075 | 2024-02-18T04:20:00.494Z | Compiling chacha20 v0.9.1 |
2076 | 2024-02-18T04:20:00.969Z | Compiling aead v0.5.2 |
2077 | 2024-02-18T04:20:01.295Z | Compiling strum_macros v0.24.3 |
2078 | 2024-02-18T04:20:04.910Z | Compiling bcs v0.1.6 |
2079 | 2024-02-18T04:20:05.799Z | Compiling snafu-derive v0.7.5 |
2080 | 2024-02-18T04:20:07.849Z | Compiling ref-cast-impl v1.0.20 |
2081 | 2024-02-18T04:20:08.196Z | Compiling fs-err v2.11.0 |
2082 | 2024-02-18T04:20:08.536Z | Compiling cookie v0.18.0 |
2083 | 2024-02-18T04:20:08.848Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2084 | 2024-02-18T04:20:08.980Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2085 | 2024-02-18T04:20:09.176Z | Compiling salty v0.2.0 |
2086 | 2024-02-18T04:20:09.314Z | Compiling signature v1.6.4 |
2087 | 2024-02-18T04:20:09.477Z | Compiling highway v1.1.0 |
2088 | 2024-02-18T04:20:09.597Z | Compiling indoc v1.0.9 |
2089 | 2024-02-18T04:20:10.294Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2090 | 2024-02-18T04:20:10.644Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2091 | 2024-02-18T04:20:10.817Z | Compiling snafu v0.7.5 |
2092 | 2024-02-18T04:20:10.849Z | Compiling ed25519 v1.5.3 |
2093 | 2024-02-18T04:20:11.616Z | Compiling chacha20poly1305 v0.10.1 |
2094 | 2024-02-18T04:20:11.870Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2095 | 2024-02-18T04:20:12.279Z | Compiling derive_builder v0.12.0 |
2096 | 2024-02-18T04:20:12.515Z | Compiling vsss-rs v3.3.4 |
2097 | 2024-02-18T04:20:17.568Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-02-18T04:20:18.360Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2099 | 2024-02-18T04:20:20.012Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2100 | 2024-02-18T04:20:20.274Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2101 | 2024-02-18T04:20:20.369Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2102 | 2024-02-18T04:20:20.590Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2103 | 2024-02-18T04:20:21.778Z | Compiling globset v0.4.13 |
2104 | 2024-02-18T04:20:23.693Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2105 | 2024-02-18T04:20:25.747Z | Compiling olpc-cjson v0.1.3 |
2106 | 2024-02-18T04:20:25.846Z | Compiling bb8 v0.8.3 |
2107 | 2024-02-18T04:20:26.326Z | Compiling quick-xml v0.30.0 |
2108 | 2024-02-18T04:20:26.461Z | Compiling serde_plain v1.0.2 |
2109 | 2024-02-18T04:20:26.570Z | Compiling serde-big-array v0.5.1 |
2110 | 2024-02-18T04:20:26.823Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2111 | 2024-02-18T04:20:26.974Z | Compiling async-recursion v1.0.5 |
2112 | 2024-02-18T04:20:27.671Z | Compiling impl-trait-for-tuples v0.2.2 |
2113 | 2024-02-18T04:20:27.975Z | Compiling oso-derive v0.27.0 |
2114 | 2024-02-18T04:20:28.960Z | Compiling maplit v1.0.2 |
2115 | 2024-02-18T04:20:29.076Z | Compiling http-range v0.1.5 |
2116 | 2024-02-18T04:20:29.683Z | Compiling typed-path v0.7.0 |
2117 | 2024-02-18T04:20:30.739Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2118 | 2024-02-18T04:20:32.080Z | Compiling tough v0.16.0 |
2119 | 2024-02-18T04:20:36.967Z | Compiling hyper-staticfile v0.9.5 |
2120 | 2024-02-18T04:20:37.718Z | Compiling oso v0.27.0 |
2121 | 2024-02-18T04:20:38.787Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2122 | 2024-02-18T04:20:40.364Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2123 | 2024-02-18T04:20:41.153Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2124 | 2024-02-18T04:21:10.211Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2125 | 2024-02-18T04:21:10.463Z | Compiling signal-hook-tokio v0.3.1 |
2126 | 2024-02-18T04:21:10.682Z | Compiling serde-big-array v0.4.1 |
2127 | 2024-02-18T04:21:10.874Z | Compiling parse-size v1.0.0 |
2128 | 2024-02-18T04:21:11.204Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2129 | 2024-02-18T04:21:11.382Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2130 | 2024-02-18T04:21:11.782Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2131 | 2024-02-18T04:21:12.993Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2132 | 2024-02-18T04:21:14.332Z | Compiling castaway v0.2.2 |
2133 | 2024-02-18T04:21:14.512Z | Compiling corncobs v0.1.3 |
2134 | 2024-02-18T04:21:14.939Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2135 | 2024-02-18T04:21:15.737Z | Compiling compact_str v0.7.1 |
2136 | 2024-02-18T04:21:17.453Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2137 | 2024-02-18T04:21:22.904Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2138 | 2024-02-18T04:21:24.805Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2139 | 2024-02-18T04:21:25.276Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2140 | 2024-02-18T04:21:25.591Z | Compiling lru v0.12.1 |
2141 | 2024-02-18T04:21:25.925Z | Compiling stability v0.1.1 |
2142 | 2024-02-18T04:21:26.905Z | Compiling indoc v2.0.3 |
2143 | 2024-02-18T04:21:27.914Z | Compiling cassowary v0.3.0 |
2144 | 2024-02-18T04:21:28.609Z | Compiling ratatui v0.26.1 |
2145 | 2024-02-18T04:21:31.709Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2146 | 2024-02-18T04:21:32.449Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2147 | 2024-02-18T04:21:38.899Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2148 | 2024-02-18T04:21:40.349Z | Compiling rcgen v0.12.1 |
2149 | 2024-02-18T04:21:46.726Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2150 | 2024-02-18T04:21:48.187Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2151 | 2024-02-18T04:21:48.516Z | Compiling atomicwrites v0.4.3 |
2152 | 2024-02-18T04:21:49.049Z | Compiling subprocess v0.2.9 |
2153 | 2024-02-18T04:21:51.566Z | Compiling smawk v0.3.1 |
2154 | 2024-02-18T04:21:51.814Z | Compiling unicode-linebreak v0.1.5 |
2155 | 2024-02-18T04:21:52.381Z | Compiling textwrap v0.16.0 |
2156 | 2024-02-18T04:21:54.652Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2157 | 2024-02-18T04:21:56.278Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2158 | 2024-02-18T04:22:05.574Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2159 | 2024-02-18T04:22:06.152Z | Compiling fatfs v0.3.6 |
2160 | 2024-02-18T04:22:09.458Z | Compiling nanorand v0.7.0 |
2161 | 2024-02-18T04:22:10.205Z | Compiling rtoolbox v0.0.1 |
2162 | 2024-02-18T04:22:10.643Z | Compiling humantime v2.1.0 |
2163 | 2024-02-18T04:22:11.590Z | Compiling assert_matches v1.5.0 |
2164 | 2024-02-18T04:22:11.699Z | Compiling is_ci v1.2.0 |
2165 | 2024-02-18T04:22:11.999Z | Compiling supports-color v3.0.0 |
2166 | 2024-02-18T04:22:12.678Z | Compiling rpassword v7.3.1 |
2167 | 2024-02-18T04:22:13.001Z | Compiling flume v0.11.0 |
2168 | 2024-02-18T04:22:13.112Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2169 | 2024-02-18T04:22:13.833Z | Compiling tui-tree-widget v0.17.0 |
2170 | 2024-02-18T04:22:14.226Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2171 | 2024-02-18T04:22:22.081Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2172 | 2024-02-18T04:22:22.403Z | Compiling csv-core v0.1.11 |
2173 | 2024-02-18T04:22:23.456Z | Compiling shell-words v1.1.0 |
2174 | 2024-02-18T04:22:23.910Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2175 | 2024-02-18T04:22:24.661Z | Compiling csv v1.3.0 |
2176 | 2024-02-18T04:22:27.039Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2177 | 2024-02-18T04:23:12.043Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2178 | 2024-02-18T04:23:20.947Z | Compiling multimap v0.10.0 |
2179 | 2024-02-18T04:24:34.389Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2180 | 2024-02-18T04:24:43.583Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2181 | 2024-02-18T04:24:52.048Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2182 | 2024-02-18T04:31:01.411Z | Finished release [optimized] target(s) in 13m 27s |
2183 | 2024-02-18T04:31:55.150Z | |
2184 | 2024-02-18T04:31:55.153Z | real 14:21.863751483 |
2185 | 2024-02-18T04:31:55.153Z | user 1:40:34.179998714 |
2186 | 2024-02-18T04:31:55.153Z | sys 4:24.986143487 |
2187 | 2024-02-18T04:31:55.153Z | trap 2.288747931 |
2188 | 2024-02-18T04:31:55.153Z | tflt 1.671530366 |
2189 | 2024-02-18T04:31:55.153Z | dflt 3.270184246 |
2190 | 2024-02-18T04:31:55.153Z | kflt 0.032628347 |
2191 | 2024-02-18T04:31:55.153Z | lock 6:01:44.961959193 |
2192 | 2024-02-18T04:31:55.153Z | slp 3:56:39.637705013 |
2193 | 2024-02-18T04:31:55.153Z | lat 2:13.620424605 |
2194 | 2024-02-18T04:31:55.153Z | stop 49.792339829 |
2195 | 2024-02-18T04:31:55.153Z | + 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/*) |
2196 | 2024-02-18T04:31:55.153Z | + pfexec mkdir -p /work |
2197 | 2024-02-18T04:31:55.157Z | + pfexec chown build /work |
2198 | 2024-02-18T04:31:55.160Z | + 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 |
2199 | 2024-02-18T04:32:05.228Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2200 | 2024-02-18T04:32:05.229Z | a out/mg-ddm-gz.tar 67684K |
2201 | 2024-02-18T04:32:05.229Z | a out/omicron-sled-agent.tar 120118K |
2202 | 2024-02-18T04:32:05.229Z | a out/oxlog.tar 8357K |
2203 | 2024-02-18T04:32:05.229Z | a out/target/test 1K |
2204 | 2024-02-18T04:32:05.229Z | a out/npuzone/npuzone 36313K |
2205 | 2024-02-18T04:32:05.229Z | a package-manifest.toml 24K |
2206 | 2024-02-18T04:32:05.229Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2207 | 2024-02-18T04:32:05.229Z | a target/release/omicron-package 44797K |
2208 | 2024-02-18T04:32:05.229Z | a tools/create_virtual_hardware.sh 4K |
2209 | 2024-02-18T04:32:05.229Z | a tools/virtual_hardware.sh 4K |
2210 | 2024-02-18T04:32:05.229Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2211 | 2024-02-18T04:32:05.229Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2212 | 2024-02-18T04:32:05.229Z | a tools/scrimlet/softnpu-init.sh 3K |
2213 | 2024-02-18T04:32:05.229Z | a tools/scrimlet/softnpu-zone.txt 1K |
2214 | 2024-02-18T04:32:05.229Z | a tools/scrimlet/softnpu.toml 1K |
2215 | 2024-02-18T04:32:05.233Z | |
2216 | 2024-02-18T04:32:05.234Z | real 10.067859651 |
2217 | 2024-02-18T04:32:05.234Z | user 9.733216899 |
2218 | 2024-02-18T04:32:05.234Z | sys 0.678193007 |
2219 | 2024-02-18T04:32:05.234Z | trap 0.001560565 |
2220 | 2024-02-18T04:32:05.234Z | tflt 0.000000000 |
2221 | 2024-02-18T04:32:05.234Z | dflt 0.000000000 |
2222 | 2024-02-18T04:32:05.234Z | kflt 0.000000000 |
2223 | 2024-02-18T04:32:05.234Z | lock 0.000000000 |
2224 | 2024-02-18T04:32:05.234Z | slp 9.497576294 |
2225 | 2024-02-18T04:32:05.234Z | lat 0.222275883 |
2226 | 2024-02-18T04:32:05.234Z | stop 0.000178760 |
2227 | 2024-02-18T04:32:05.234Z | ++ pwd |
2228 | 2024-02-18T04:32:05.234Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2229 | 2024-02-18T04:32:05.234Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2230 | 2024-02-18T04:32:05.238Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2231 | 2024-02-18T04:32:05.916Z | Finished release [optimized] target(s) in 0.63s |
2232 | 2024-02-18T04:32:05.936Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2233 | 2024-02-18T04:32:05.966Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2234 | 2024-02-18T04:32:05.969Z | Created new build target 'host' and set it as active |
2235 | 2024-02-18T04:32:05.969Z | |
2236 | 2024-02-18T04:32:05.969Z | real 0.730455529 |
2237 | 2024-02-18T04:32:05.970Z | user 0.494634220 |
2238 | 2024-02-18T04:32:05.970Z | sys 0.236367618 |
2239 | 2024-02-18T04:32:05.970Z | trap 0.000038144 |
2240 | 2024-02-18T04:32:05.970Z | tflt 0.000005769 |
2241 | 2024-02-18T04:32:05.970Z | dflt 0.000000000 |
2242 | 2024-02-18T04:32:05.970Z | kflt 0.000000000 |
2243 | 2024-02-18T04:32:05.970Z | lock 0.024180350 |
2244 | 2024-02-18T04:32:05.970Z | slp 0.013849799 |
2245 | 2024-02-18T04:32:05.970Z | lat 0.000865643 |
2246 | 2024-02-18T04:32:05.970Z | stop 0.000151267 |
2247 | 2024-02-18T04:32:05.973Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2248 | 2024-02-18T04:32:06.620Z | Finished release [optimized] target(s) in 0.60s |
2249 | 2024-02-18T04:32:06.638Z | Running `target/release/omicron-package -t host package` |
2250 | 2024-02-18T04:32:06.667Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2251 | 2024-02-18T04:32:07.348Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2024-02-18T04:32:21.309Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2253 | 2024-02-18T04:33:32.793Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2254 | 2024-02-18T04:35:00.756Z | Finished release [optimized] target(s) in 2m 54s |
2255 | 2024-02-18T04:35:26.847Z | |
2256 | 2024-02-18T04:35:26.850Z | real 3:20.838569285 |
2257 | 2024-02-18T04:35:26.850Z | user 18:10.885618286 |
2258 | 2024-02-18T04:35:26.850Z | sys 48.010673775 |
2259 | 2024-02-18T04:35:26.850Z | trap 0.329752733 |
2260 | 2024-02-18T04:35:26.850Z | tflt 0.059067444 |
2261 | 2024-02-18T04:35:26.850Z | dflt 7.327325345 |
2262 | 2024-02-18T04:35:26.850Z | kflt 0.031233709 |
2263 | 2024-02-18T04:35:26.850Z | lock 1:03:17.475786573 |
2264 | 2024-02-18T04:35:26.850Z | slp 18:20.024556903 |
2265 | 2024-02-18T04:35:26.850Z | lat 8.503538368 |
2266 | 2024-02-18T04:35:26.850Z | stop 3.146299958 |
2267 | 2024-02-18T04:35:26.850Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2268 | 2024-02-18T04:35:26.850Z | + for package in "$@" |
2269 | 2024-02-18T04:35:26.850Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2270 | 2024-02-18T04:35:26.850Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git6860360564f |
2271 | 2024-02-18T04:35:27.509Z | Finished release [optimized] target(s) in 0.61s |
2272 | 2024-02-18T04:35:27.528Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git6860360564f` |
2273 | 2024-02-18T04:35:27.560Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2274 | 2024-02-18T04:35:27.771Z | Created: out/versioned/omicron-sled-agent.tar |
2275 | 2024-02-18T04:35:27.774Z | + for package in "$@" |
2276 | 2024-02-18T04:35:27.774Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2277 | 2024-02-18T04:35:27.774Z | + echo 0.0.0 |
2278 | 2024-02-18T04:35:27.774Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2279 | 2024-02-18T04:35:27.777Z | a VERSION 1K |
2280 | 2024-02-18T04:35:27.777Z | + rm VERSION |
2281 | 2024-02-18T04:35:27.780Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6860360564f |
2282 | 2024-02-18T04:35:28.438Z | Finished release [optimized] target(s) in 0.61s |
2283 | 2024-02-18T04:35:28.476Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6860360564f` |
2284 | 2024-02-18T04:35:28.505Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2285 | 2024-02-18T04:35:28.606Z | Created: out/versioned/mg-ddm-gz.tar |
2286 | 2024-02-18T04:35:28.609Z | + for package in "$@" |
2287 | 2024-02-18T04:35:28.609Z | + [[ propolis-server == mg-ddm-gz ]] |
2288 | 2024-02-18T04:35:28.609Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git6860360564f |
2289 | 2024-02-18T04:35:29.286Z | Finished release [optimized] target(s) in 0.62s |
2290 | 2024-02-18T04:35:29.308Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git6860360564f` |
2291 | 2024-02-18T04:35:29.339Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2292 | 2024-02-18T04:35:30.401Z | Created: out/versioned/propolis-server.tar.gz |
2293 | 2024-02-18T04:35:30.405Z | + for package in "$@" |
2294 | 2024-02-18T04:35:30.405Z | + [[ overlay == mg-ddm-gz ]] |
2295 | 2024-02-18T04:35:30.405Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git6860360564f |
2296 | 2024-02-18T04:35:31.053Z | Finished release [optimized] target(s) in 0.60s |
2297 | 2024-02-18T04:35:31.072Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git6860360564f` |
2298 | 2024-02-18T04:35:31.102Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2299 | 2024-02-18T04:35:31.105Z | Created: out/versioned/overlay.tar.gz |
2300 | 2024-02-18T04:35:31.108Z | + for package in "$@" |
2301 | 2024-02-18T04:35:31.108Z | + [[ oxlog == mg-ddm-gz ]] |
2302 | 2024-02-18T04:35:31.108Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git6860360564f |
2303 | 2024-02-18T04:35:31.761Z | Finished release [optimized] target(s) in 0.60s |
2304 | 2024-02-18T04:35:31.782Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git6860360564f` |
2305 | 2024-02-18T04:35:31.812Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2306 | 2024-02-18T04:35:31.839Z | Created: out/versioned/oxlog.tar |
2307 | 2024-02-18T04:35:31.842Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2308 | 2024-02-18T04:35:31.848Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2309 | 2024-02-18T04:35:31.851Z | ++ cd -- ./tools |
2310 | 2024-02-18T04:35:31.851Z | ++ pwd |
2311 | 2024-02-18T04:35:31.851Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2312 | 2024-02-18T04:35:31.854Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2313 | 2024-02-18T04:35:31.854Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2314 | 2024-02-18T04:35:31.857Z | ++ readlink -f /work |
2315 | 2024-02-18T04:35:31.857Z | + out_dir=/work |
2316 | 2024-02-18T04:35:31.857Z | + 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") |
2317 | 2024-02-18T04:35:31.857Z | + for dep in "${deps[@]}" |
2318 | 2024-02-18T04:35:31.857Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2319 | 2024-02-18T04:35:31.857Z | + for dep in "${deps[@]}" |
2320 | 2024-02-18T04:35:31.857Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2321 | 2024-02-18T04:35:31.857Z | + for dep in "${deps[@]}" |
2322 | 2024-02-18T04:35:31.857Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2323 | 2024-02-18T04:35:31.857Z | + for dep in "${deps[@]}" |
2324 | 2024-02-18T04:35:31.858Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2325 | 2024-02-18T04:35:31.858Z | + for dep in "${deps[@]}" |
2326 | 2024-02-18T04:35:31.858Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2327 | 2024-02-18T04:35:31.861Z | ++ mktemp -d |
2328 | 2024-02-18T04:35:31.861Z | + tmp_gz=/tmp/tmp.elaWRh |
2329 | 2024-02-18T04:35:31.861Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2330 | 2024-02-18T04:35:31.861Z | + echo '{"v":"1","t":"layer"}' |
2331 | 2024-02-18T04:35:31.861Z | + pkg_dir=/tmp/tmp.elaWRh/root/opt/oxide/sled-agent |
2332 | 2024-02-18T04:35:31.861Z | + mkdir -p /tmp/tmp.elaWRh/root/opt/oxide/sled-agent |
2333 | 2024-02-18T04:35:31.864Z | + cd /tmp/tmp.elaWRh/root/opt/oxide/sled-agent |
2334 | 2024-02-18T04:35:31.864Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2335 | 2024-02-18T04:35:31.947Z | x ., 0 bytes, 0 tape blocks |
2336 | 2024-02-18T04:35:31.947Z | x zone-bundle, 41907704 bytes, 81851 tape blocks |
2337 | 2024-02-18T04:35:31.947Z | x sled-agent, 81070056 bytes, 158340 tape blocks |
2338 | 2024-02-18T04:35:31.947Z | x pkg, 0 bytes, 0 tape blocks |
2339 | 2024-02-18T04:35:31.947Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2340 | 2024-02-18T04:35:31.947Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2341 | 2024-02-18T04:35:31.947Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2342 | 2024-02-18T04:35:31.947Z | x VERSION, 25 bytes, 1 tape blocks |
2343 | 2024-02-18T04:35:31.951Z | + mkdir -p /tmp/tmp.elaWRh/root/lib/svc/manifest/site/ |
2344 | 2024-02-18T04:35:31.951Z | + mv pkg/manifest.xml /tmp/tmp.elaWRh/root/lib/svc/manifest/site/sled-agent.xml |
2345 | 2024-02-18T04:35:31.954Z | + cd - |
2346 | 2024-02-18T04:35:31.954Z | /work/oxidecomputer/omicron |
2347 | 2024-02-18T04:35:31.954Z | + pkg_dir=/tmp/tmp.elaWRh/root/opt/oxide/mg-ddm |
2348 | 2024-02-18T04:35:31.954Z | + mkdir -p /tmp/tmp.elaWRh/root/opt/oxide/mg-ddm |
2349 | 2024-02-18T04:35:31.954Z | + cd /tmp/tmp.elaWRh/root/opt/oxide/mg-ddm |
2350 | 2024-02-18T04:35:31.954Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2351 | 2024-02-18T04:35:32.002Z | x ., 0 bytes, 0 tape blocks |
2352 | 2024-02-18T04:35:32.002Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2353 | 2024-02-18T04:35:32.002Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2354 | 2024-02-18T04:35:32.002Z | x pkg, 0 bytes, 0 tape blocks |
2355 | 2024-02-18T04:35:32.002Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2356 | 2024-02-18T04:35:32.002Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2357 | 2024-02-18T04:35:32.002Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2358 | 2024-02-18T04:35:32.002Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2359 | 2024-02-18T04:35:32.002Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2360 | 2024-02-18T04:35:32.002Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2361 | 2024-02-18T04:35:32.002Z | x VERSION, 25 bytes, 1 tape blocks |
2362 | 2024-02-18T04:35:32.005Z | + cd - |
2363 | 2024-02-18T04:35:32.006Z | /work/oxidecomputer/omicron |
2364 | 2024-02-18T04:35:32.006Z | + pkg_dir=/tmp/tmp.elaWRh/root/opt/oxide/oxlog |
2365 | 2024-02-18T04:35:32.006Z | + mkdir -p /tmp/tmp.elaWRh/root/opt/oxide/oxlog |
2366 | 2024-02-18T04:35:32.006Z | + cd /tmp/tmp.elaWRh/root/opt/oxide/oxlog |
2367 | 2024-02-18T04:35:32.006Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2368 | 2024-02-18T04:35:32.021Z | x ., 0 bytes, 0 tape blocks |
2369 | 2024-02-18T04:35:32.021Z | x oxlog, 8554672 bytes, 16709 tape blocks |
2370 | 2024-02-18T04:35:32.021Z | x VERSION, 25 bytes, 1 tape blocks |
2371 | 2024-02-18T04:35:32.026Z | + cd - |
2372 | 2024-02-18T04:35:32.026Z | /work/oxidecomputer/omicron |
2373 | 2024-02-18T04:35:32.026Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.elaWRh/root/opt/oxide |
2374 | 2024-02-18T04:35:32.087Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.elaWRh/root/opt/oxide |
2375 | 2024-02-18T04:35:32.094Z | + cd /tmp/tmp.elaWRh |
2376 | 2024-02-18T04:35:32.094Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2377 | 2024-02-18T04:35:40.807Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2378 | 2024-02-18T04:35:40.807Z | a oxide.json 1K |
2379 | 2024-02-18T04:35:40.807Z | a root/ 0K |
2380 | 2024-02-18T04:35:40.807Z | a root/opt/ 0K |
2381 | 2024-02-18T04:35:40.807Z | a root/opt/oxide/ 0K |
2382 | 2024-02-18T04:35:40.807Z | a root/opt/oxide/sled-agent/ 0K |
2383 | 2024-02-18T04:35:40.807Z | a root/opt/oxide/sled-agent/zone-bundle 40926K |
2384 | 2024-02-18T04:35:40.807Z | a root/opt/oxide/sled-agent/sled-agent 79170K |
2385 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2386 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2387 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2388 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/sled-agent/VERSION 1K |
2389 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/ 0K |
2390 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2391 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2392 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2393 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2394 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2395 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2396 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2397 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2398 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2399 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2400 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/oxlog/ 0K |
2401 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/oxlog/oxlog 8355K |
2402 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/oxlog/VERSION 1K |
2403 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2404 | 2024-02-18T04:35:40.808Z | a root/opt/oxide/overlay.tar.gz 3K |
2405 | 2024-02-18T04:35:40.808Z | a root/lib/ 0K |
2406 | 2024-02-18T04:35:40.808Z | a root/lib/svc/ 0K |
2407 | 2024-02-18T04:35:40.808Z | a root/lib/svc/manifest/ 0K |
2408 | 2024-02-18T04:35:40.808Z | a root/lib/svc/manifest/site/ 0K |
2409 | 2024-02-18T04:35:40.808Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2410 | 2024-02-18T04:35:40.812Z | + cd / |
2411 | 2024-02-18T04:35:40.812Z | + rm -rf /tmp/tmp.elaWRh |
2412 | 2024-02-18T04:35:40.837Z | |
2413 | 2024-02-18T04:35:40.840Z | real 8.994725457 |
2414 | 2024-02-18T04:35:40.841Z | user 8.434228141 |
2415 | 2024-02-18T04:35:40.841Z | sys 0.586998804 |
2416 | 2024-02-18T04:35:40.841Z | trap 0.001634041 |
2417 | 2024-02-18T04:35:40.841Z | tflt 0.000000000 |
2418 | 2024-02-18T04:35:40.841Z | dflt 0.000000000 |
2419 | 2024-02-18T04:35:40.841Z | kflt 0.000000000 |
2420 | 2024-02-18T04:35:40.841Z | lock 0.000000000 |
2421 | 2024-02-18T04:35:40.841Z | slp 17.461107942 |
2422 | 2024-02-18T04:35:40.841Z | lat 0.203254426 |
2423 | 2024-02-18T04:35:40.841Z | stop 0.000209578 |
2424 | 2024-02-18T04:35:40.841Z | + mkdir -p /work/zones |
2425 | 2024-02-18T04:35:40.841Z | + 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) |
2426 | 2024-02-18T04:35:40.841Z | + 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/ |
2427 | 2024-02-18T04:35:43.241Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2428 | 2024-02-18T04:35:43.963Z | Finished release [optimized] target(s) in 0.66s |
2429 | 2024-02-18T04:35:43.983Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2430 | 2024-02-18T04:35:44.011Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2431 | 2024-02-18T04:35:44.015Z | Created new build target 'recovery' and set it as active |
2432 | 2024-02-18T04:35:44.015Z | |
2433 | 2024-02-18T04:35:44.015Z | real 0.767146679 |
2434 | 2024-02-18T04:35:44.015Z | user 0.523711129 |
2435 | 2024-02-18T04:35:44.015Z | sys 0.242099679 |
2436 | 2024-02-18T04:35:44.015Z | trap 0.000683507 |
2437 | 2024-02-18T04:35:44.015Z | tflt 0.000009458 |
2438 | 2024-02-18T04:35:44.015Z | dflt 0.000033285 |
2439 | 2024-02-18T04:35:44.016Z | kflt 0.000000000 |
2440 | 2024-02-18T04:35:44.016Z | lock 0.024882116 |
2441 | 2024-02-18T04:35:44.016Z | slp 0.013806131 |
2442 | 2024-02-18T04:35:44.016Z | lat 0.002338372 |
2443 | 2024-02-18T04:35:44.016Z | stop 0.000161314 |
2444 | 2024-02-18T04:35:44.016Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2445 | 2024-02-18T04:35:44.684Z | Finished release [optimized] target(s) in 0.62s |
2446 | 2024-02-18T04:35:44.704Z | Running `target/release/omicron-package -t recovery package` |
2447 | 2024-02-18T04:35:44.731Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2448 | 2024-02-18T04:35:45.318Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2449 | 2024-02-18T04:35:47.725Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2450 | 2024-02-18T04:36:07.877Z | Finished release [optimized] target(s) in 23.09s |
2451 | 2024-02-18T04:36:16.430Z | |
2452 | 2024-02-18T04:36:16.855Z | real 32.395398413 |
2453 | 2024-02-18T04:36:16.855Z | user 1:42.024700056 |
2454 | 2024-02-18T04:36:16.855Z | sys 7.825762039 |
2455 | 2024-02-18T04:36:16.855Z | trap 0.069492990 |
2456 | 2024-02-18T04:36:16.855Z | tflt 0.023999377 |
2457 | 2024-02-18T04:36:16.855Z | dflt 0.444089585 |
2458 | 2024-02-18T04:36:16.855Z | kflt 0.000033046 |
2459 | 2024-02-18T04:36:16.855Z | lock 9:25.125797255 |
2460 | 2024-02-18T04:36:16.855Z | slp 1:37.182647550 |
2461 | 2024-02-18T04:36:16.855Z | lat 1.470628048 |
2462 | 2024-02-18T04:36:16.855Z | stop 0.522294996 |
2463 | 2024-02-18T04:36:16.856Z | + stamp_packages installinator mg-ddm-gz |
2464 | 2024-02-18T04:36:16.856Z | + for package in "$@" |
2465 | 2024-02-18T04:36:16.856Z | + [[ installinator == mg-ddm-gz ]] |
2466 | 2024-02-18T04:36:16.856Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git6860360564f |
2467 | 2024-02-18T04:36:17.106Z | Finished release [optimized] target(s) in 0.63s |
2468 | 2024-02-18T04:36:17.125Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git6860360564f` |
2469 | 2024-02-18T04:36:17.152Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2470 | 2024-02-18T04:36:17.230Z | Created: out/versioned/installinator.tar |
2471 | 2024-02-18T04:36:17.233Z | + for package in "$@" |
2472 | 2024-02-18T04:36:17.233Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2473 | 2024-02-18T04:36:17.233Z | + echo 0.0.0 |
2474 | 2024-02-18T04:36:17.233Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2475 | 2024-02-18T04:36:17.236Z | a VERSION 1K |
2476 | 2024-02-18T04:36:17.236Z | + rm VERSION |
2477 | 2024-02-18T04:36:17.242Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6860360564f |
2478 | 2024-02-18T04:36:17.902Z | Finished release [optimized] target(s) in 0.61s |
2479 | 2024-02-18T04:36:17.922Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6860360564f` |
2480 | 2024-02-18T04:36:17.949Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2481 | 2024-02-18T04:36:18.063Z | Created: out/versioned/mg-ddm-gz.tar |
2482 | 2024-02-18T04:36:18.067Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2483 | 2024-02-18T04:36:18.076Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2484 | 2024-02-18T04:36:18.079Z | ++ cd -- ./tools |
2485 | 2024-02-18T04:36:18.079Z | ++ pwd |
2486 | 2024-02-18T04:36:18.079Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2487 | 2024-02-18T04:36:18.079Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2488 | 2024-02-18T04:36:18.082Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2489 | 2024-02-18T04:36:18.082Z | ++ readlink -f /work |
2490 | 2024-02-18T04:36:18.085Z | + out_dir=/work |
2491 | 2024-02-18T04:36:18.085Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2492 | 2024-02-18T04:36:18.085Z | + for dep in "${deps[@]}" |
2493 | 2024-02-18T04:36:18.085Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2494 | 2024-02-18T04:36:18.086Z | + for dep in "${deps[@]}" |
2495 | 2024-02-18T04:36:18.086Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2496 | 2024-02-18T04:36:18.086Z | ++ mktemp -d |
2497 | 2024-02-18T04:36:18.089Z | + tmp_trampoline=/tmp/tmp.qDayWh |
2498 | 2024-02-18T04:36:18.089Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2499 | 2024-02-18T04:36:18.089Z | + echo '{"v":"1","t":"layer"}' |
2500 | 2024-02-18T04:36:18.089Z | + pkg_dir=/tmp/tmp.qDayWh/root/opt/oxide/installinator |
2501 | 2024-02-18T04:36:18.089Z | + mkdir -p /tmp/tmp.qDayWh/root/opt/oxide/installinator |
2502 | 2024-02-18T04:36:18.089Z | + cd /tmp/tmp.qDayWh/root/opt/oxide/installinator |
2503 | 2024-02-18T04:36:18.089Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2504 | 2024-02-18T04:36:18.124Z | x ., 0 bytes, 0 tape blocks |
2505 | 2024-02-18T04:36:18.124Z | x installinator, 55285144 bytes, 107979 tape blocks |
2506 | 2024-02-18T04:36:18.124Z | x pkg, 0 bytes, 0 tape blocks |
2507 | 2024-02-18T04:36:18.124Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2508 | 2024-02-18T04:36:18.124Z | x VERSION, 25 bytes, 1 tape blocks |
2509 | 2024-02-18T04:36:18.127Z | + mkdir -p /tmp/tmp.qDayWh/root/lib/svc/manifest/site/ |
2510 | 2024-02-18T04:36:18.127Z | + mv pkg/manifest.xml /tmp/tmp.qDayWh/root/lib/svc/manifest/site/installinator.xml |
2511 | 2024-02-18T04:36:18.130Z | + cd - |
2512 | 2024-02-18T04:36:18.131Z | /work/oxidecomputer/omicron |
2513 | 2024-02-18T04:36:18.131Z | + pkg_dir=/tmp/tmp.qDayWh/root/opt/oxide/mg-ddm |
2514 | 2024-02-18T04:36:18.131Z | + mkdir -p /tmp/tmp.qDayWh/root/opt/oxide/mg-ddm |
2515 | 2024-02-18T04:36:18.131Z | + cd /tmp/tmp.qDayWh/root/opt/oxide/mg-ddm |
2516 | 2024-02-18T04:36:18.131Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2517 | 2024-02-18T04:36:18.185Z | x ., 0 bytes, 0 tape blocks |
2518 | 2024-02-18T04:36:18.186Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2519 | 2024-02-18T04:36:18.186Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2520 | 2024-02-18T04:36:18.186Z | x pkg, 0 bytes, 0 tape blocks |
2521 | 2024-02-18T04:36:18.186Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2522 | 2024-02-18T04:36:18.186Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2523 | 2024-02-18T04:36:18.186Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2524 | 2024-02-18T04:36:18.186Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2525 | 2024-02-18T04:36:18.186Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2526 | 2024-02-18T04:36:18.186Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2527 | 2024-02-18T04:36:18.186Z | x VERSION, 25 bytes, 1 tape blocks |
2528 | 2024-02-18T04:36:18.198Z | + cd - |
2529 | 2024-02-18T04:36:18.198Z | /work/oxidecomputer/omicron |
2530 | 2024-02-18T04:36:18.198Z | + cd /tmp/tmp.qDayWh |
2531 | 2024-02-18T04:36:18.198Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2532 | 2024-02-18T04:36:22.705Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2533 | 2024-02-18T04:36:22.705Z | a oxide.json 1K |
2534 | 2024-02-18T04:36:22.705Z | a root/ 0K |
2535 | 2024-02-18T04:36:22.705Z | a root/opt/ 0K |
2536 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/ 0K |
2537 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/installinator/ 0K |
2538 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/installinator/installinator 53990K |
2539 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/installinator/pkg/ 0K |
2540 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/installinator/VERSION 1K |
2541 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/ 0K |
2542 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2543 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2544 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2545 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2546 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2547 | 2024-02-18T04:36:22.705Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2548 | 2024-02-18T04:36:22.706Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2549 | 2024-02-18T04:36:22.706Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2550 | 2024-02-18T04:36:22.706Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2551 | 2024-02-18T04:36:22.706Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2552 | 2024-02-18T04:36:22.706Z | a root/lib/ 0K |
2553 | 2024-02-18T04:36:22.706Z | a root/lib/svc/ 0K |
2554 | 2024-02-18T04:36:22.706Z | a root/lib/svc/manifest/ 0K |
2555 | 2024-02-18T04:36:22.706Z | a root/lib/svc/manifest/site/ 0K |
2556 | 2024-02-18T04:36:22.706Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2557 | 2024-02-18T04:36:22.709Z | + cd / |
2558 | 2024-02-18T04:36:22.709Z | + rm -rf /tmp/tmp.qDayWh |
2559 | 2024-02-18T04:36:22.725Z | |
2560 | 2024-02-18T04:36:22.737Z | real 4.651684149 |
2561 | 2024-02-18T04:36:22.737Z | user 4.409598782 |
2562 | 2024-02-18T04:36:22.737Z | sys 0.258728469 |
2563 | 2024-02-18T04:36:22.737Z | trap 0.000872063 |
2564 | 2024-02-18T04:36:22.737Z | tflt 0.000000000 |
2565 | 2024-02-18T04:36:22.737Z | dflt 0.000000000 |
2566 | 2024-02-18T04:36:22.737Z | kflt 0.000000000 |
2567 | 2024-02-18T04:36:22.737Z | lock 0.000000000 |
2568 | 2024-02-18T04:36:22.737Z | slp 9.047717862 |
2569 | 2024-02-18T04:36:22.737Z | lat 0.096183678 |
2570 | 2024-02-18T04:36:22.737Z | stop 0.000197850 |
2571 | 2024-02-18T04:36:22.738Z | process exited: duration 1614878 ms, exit code 0 |
|
2572 | 2024-02-18T04:36:22.764Z | found 21 output files |
2573 | 2024-02-18T04:36:22.764Z | uploading: /work/version.txt (26 bytes) |
2574 | 2024-02-18T04:36:24.205Z | uploaded: /work/version.txt |
2575 | 2024-02-18T04:36:24.205Z | uploading: /work/package.tar.gz (88180852 bytes) |
2576 | 2024-02-18T04:36:39.532Z | uploaded: /work/package.tar.gz |
2577 | 2024-02-18T04:36:39.532Z | uploading: /work/global-zone-packages.tar.gz (128144863 bytes) |
2578 | 2024-02-18T04:36:59.810Z | uploaded: /work/global-zone-packages.tar.gz |
2579 | 2024-02-18T04:36:59.810Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38964300 bytes) |
2580 | 2024-02-18T04:37:06.934Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2581 | 2024-02-18T04:37:06.934Z | uploading: /work/zones/clickhouse.tar.gz (194497003 bytes) |
2582 | 2024-02-18T04:37:34.734Z | uploaded: /work/zones/clickhouse.tar.gz |
2583 | 2024-02-18T04:37:34.734Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194499262 bytes) |
2584 | 2024-02-18T04:38:12.699Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2585 | 2024-02-18T04:38:12.699Z | uploading: /work/zones/cockroachdb.tar.gz (131594126 bytes) |
2586 | 2024-02-18T04:38:34.682Z | uploaded: /work/zones/cockroachdb.tar.gz |
2587 | 2024-02-18T04:38:34.682Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2588 | 2024-02-18T04:38:37.951Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2589 | 2024-02-18T04:38:37.951Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2590 | 2024-02-18T04:38:45.588Z | uploaded: /work/zones/crucible.tar.gz |
2591 | 2024-02-18T04:38:45.588Z | uploading: /work/zones/external-dns.tar.gz (23647630 bytes) |
2592 | 2024-02-18T04:38:51.260Z | uploaded: /work/zones/external-dns.tar.gz |
2593 | 2024-02-18T04:38:51.260Z | uploading: /work/zones/internal-dns.tar.gz (23647629 bytes) |
2594 | 2024-02-18T04:38:54.762Z | uploaded: /work/zones/internal-dns.tar.gz |
2595 | 2024-02-18T04:38:54.762Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2596 | 2024-02-18T04:38:55.775Z | uploaded: /work/zones/ntp.tar.gz |
2597 | 2024-02-18T04:38:55.775Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19578326 bytes) |
2598 | 2024-02-18T04:39:00.559Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2599 | 2024-02-18T04:39:00.562Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19580001 bytes) |
2600 | 2024-02-18T04:39:04.807Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2601 | 2024-02-18T04:39:04.807Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87793105 bytes) |
2602 | 2024-02-18T04:39:21.700Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2603 | 2024-02-18T04:39:21.700Z | uploading: /work/zones/omicron-nexus.tar.gz (87798474 bytes) |
2604 | 2024-02-18T04:39:39.411Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2605 | 2024-02-18T04:39:39.411Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2606 | 2024-02-18T04:39:40.420Z | uploaded: /work/zones/overlay.tar.gz |
2607 | 2024-02-18T04:39:40.420Z | uploading: /work/zones/oximeter.tar.gz (55962776 bytes) |
2608 | 2024-02-18T04:39:49.684Z | uploaded: /work/zones/oximeter.tar.gz |
2609 | 2024-02-18T04:39:49.684Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2610 | 2024-02-18T04:40:03.562Z | uploaded: /work/zones/propolis-server.tar.gz |
2611 | 2024-02-18T04:40:03.577Z | uploading: /work/zones/switch-asic.tar.gz (285244207 bytes) |
2612 | 2024-02-18T04:40:46.023Z | uploaded: /work/zones/switch-asic.tar.gz |
2613 | 2024-02-18T04:40:46.023Z | uploading: /work/zones/switch-softnpu.tar.gz (209466621 bytes) |
2614 | 2024-02-18T04:41:21.721Z | uploaded: /work/zones/switch-softnpu.tar.gz |