|
|
|
1 | 2024-02-21T00:17:43.073Z | job assigned to worker 01HQ4GAYPS43KJ78GJT6WJB0G1 (queued for 1 m 16 s) |
|
2 | 2024-02-21T00:17:43.404Z | starting task 0: "setup" |
3 | 2024-02-21T00:17:43.483Z | ++ uname -s |
4 | 2024-02-21T00:17:43.494Z | + kern=SunOS |
5 | 2024-02-21T00:17:43.494Z | + case "$kern" in |
6 | 2024-02-21T00:17:43.494Z | + groupadd -g 12345 build |
7 | 2024-02-21T00:17:43.494Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-21T00:17:51.271Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-21T00:17:51.341Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-21T00:17:51.341Z | + home_fs=zfs |
11 | 2024-02-21T00:17:51.341Z | + [[ zfs == autofs ]] |
12 | 2024-02-21T00:17:51.341Z | + mkdir -p /home/build |
13 | 2024-02-21T00:17:51.342Z | + chown build:build /home/build /work |
14 | 2024-02-21T00:17:51.342Z | + chmod 0700 /home/build /work |
15 | 2024-02-21T00:17:51.342Z | process exited: duration 4206 ms, exit code 0 |
|
16 | 2024-02-21T00:17:51.381Z | starting task 1: "rust-toolchain" |
17 | 2024-02-21T00:17:51.421Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-21T00:17:51.422Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-21T00:17:51.520Z | info: downloading installer |
20 | 2024-02-21T00:17:53.493Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-21T00:17:53.494Z | warning: /opt/ooce/bin |
22 | 2024-02-21T00:17:53.494Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-21T00:17:53.494Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-21T00:17:53.494Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-21T00:17:53.494Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-21T00:17:53.495Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-21T00:17:53.495Z | error: cannot install while Rust is installed |
28 | 2024-02-21T00:17:53.495Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-21T00:17:53.739Z | info: profile set to 'default' |
30 | 2024-02-21T00:17:53.740Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-21T00:17:53.751Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-21T00:17:53.874Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-21T00:17:53.874Z | info: downloading component 'cargo' |
34 | 2024-02-21T00:17:54.520Z | info: downloading component 'clippy' |
35 | 2024-02-21T00:17:54.749Z | info: downloading component 'rust-docs' |
36 | 2024-02-21T00:17:55.564Z | info: downloading component 'rust-std' |
37 | 2024-02-21T00:17:57.033Z | info: downloading component 'rustc' |
38 | 2024-02-21T00:18:00.543Z | info: downloading component 'rustfmt' |
39 | 2024-02-21T00:18:00.750Z | info: installing component 'cargo' |
40 | 2024-02-21T00:18:01.652Z | info: installing component 'clippy' |
41 | 2024-02-21T00:18:02.054Z | info: installing component 'rust-docs' |
42 | 2024-02-21T00:18:03.551Z | info: installing component 'rust-std' |
43 | 2024-02-21T00:18:05.537Z | info: installing component 'rustc' |
44 | 2024-02-21T00:18:10.735Z | info: installing component 'rustfmt' |
45 | 2024-02-21T00:18:11.076Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-21T00:18:11.077Z | |
47 | 2024-02-21T00:18:11.350Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-21T00:18:11.350Z | |
49 | 2024-02-21T00:18:11.369Z | |
50 | 2024-02-21T00:18:11.370Z | Rust is installed now. Great! |
51 | 2024-02-21T00:18:11.370Z | |
52 | 2024-02-21T00:18:11.370Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-21T00:18:11.370Z | environment variable. This has not been done automatically. |
54 | 2024-02-21T00:18:11.370Z | |
55 | 2024-02-21T00:18:11.370Z | To configure your current shell, run: |
56 | 2024-02-21T00:18:11.370Z | source "$HOME/.cargo/env" |
57 | 2024-02-21T00:18:11.401Z | + rustc --version |
58 | 2024-02-21T00:18:11.473Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-21T00:18:11.491Z | process exited: duration 20093 ms, exit code 0 |
|
60 | 2024-02-21T00:18:11.510Z | starting task 2: "authentication" |
61 | 2024-02-21T00:18:11.553Z | process exited: duration 29 ms, exit code 0 |
|
62 | 2024-02-21T00:18:11.581Z | starting task 3: "clone repository" |
63 | 2024-02-21T00:18:11.594Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-21T00:18:11.594Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-21T00:18:13.203Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-21T00:18:20.954Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-21T00:18:20.954Z | + git fetch origin 8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
68 | 2024-02-21T00:18:21.473Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-21T00:18:21.473Z | * branch 8ba348d1d3bb973a6dd6fd810a14b756837826b2 -> FETCH_HEAD |
70 | 2024-02-21T00:18:21.486Z | + [[ -n '' ]] |
71 | 2024-02-21T00:18:21.486Z | + git reset --hard 8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
72 | 2024-02-21T00:18:21.585Z | HEAD is now at 8ba348d1d address comment |
73 | 2024-02-21T00:18:21.598Z | process exited: duration 10004 ms, exit code 0 |
|
74 | 2024-02-21T00:18:21.616Z | starting task 4: "build" |
75 | 2024-02-21T00:18:21.627Z | + cargo --version |
76 | 2024-02-21T00:18:21.634Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-21T00:18:22.188Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-21T00:18:22.188Z | info: downloading component 'cargo' |
79 | 2024-02-21T00:18:22.464Z | info: downloading component 'clippy' |
80 | 2024-02-21T00:18:22.683Z | info: downloading component 'rust-docs' |
81 | 2024-02-21T00:18:23.555Z | info: downloading component 'rust-std' |
82 | 2024-02-21T00:18:24.809Z | info: downloading component 'rustc' |
83 | 2024-02-21T00:18:28.422Z | info: downloading component 'rustfmt' |
84 | 2024-02-21T00:18:28.608Z | info: installing component 'cargo' |
85 | 2024-02-21T00:18:29.491Z | info: installing component 'clippy' |
86 | 2024-02-21T00:18:29.850Z | info: installing component 'rust-docs' |
87 | 2024-02-21T00:18:31.418Z | info: installing component 'rust-std' |
88 | 2024-02-21T00:18:33.047Z | info: installing component 'rustc' |
89 | 2024-02-21T00:18:37.201Z | info: installing component 'rustfmt' |
90 | 2024-02-21T00:18:37.589Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-21T00:18:37.593Z | + rustc --version |
92 | 2024-02-21T00:18:37.664Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-21T00:18:37.672Z | ++ git rev-parse HEAD |
94 | 2024-02-21T00:18:37.678Z | + COMMIT=8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
95 | 2024-02-21T00:18:37.678Z | + VERSION=7.0.0-0.ci+git8ba348d1d3b |
96 | 2024-02-21T00:18:37.678Z | + echo 7.0.0-0.ci+git8ba348d1d3b |
97 | 2024-02-21T00:18:37.678Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-02-21T00:18:47.779Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-02-21T00:18:48.991Z | Startup: Caching catalogs ... Done |
100 | 2024-02-21T00:18:50.586Z | Planning: Solver setup ... Done (1.200s) |
101 | 2024-02-21T00:18:50.616Z | Planning: Running solver ... Done (0.029s) |
102 | 2024-02-21T00:18:50.787Z | Planning: Finding local manifests ... Done (0.155s) |
103 | 2024-02-21T00:18:53.653Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-02-21T00:18:54.250Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-02-21T00:18:54.291Z | Planning: Package planning ... Done (0.051s) |
106 | 2024-02-21T00:18:54.347Z | Planning: Merging actions ... Done (0.051s) |
107 | 2024-02-21T00:18:55.288Z | Planning: Checking for conflicting actions ... Done (0.947s) |
108 | 2024-02-21T00:18:55.300Z | Planning: Consolidating action changes ... Done (0.011s) |
109 | 2024-02-21T00:18:59.176Z | Planning: Evaluating mediators ... Done (3.867s) |
110 | 2024-02-21T00:18:59.190Z | Planning: Planning completed in 10.14 seconds |
111 | 2024-02-21T00:18:59.195Z | Packages to install: 4 |
112 | 2024-02-21T00:18:59.195Z | Mediators to change: 2 |
113 | 2024-02-21T00:18:59.195Z | Services to change: 1 |
114 | 2024-02-21T00:18:59.196Z | Estimated space available: 148.87 GB |
115 | 2024-02-21T00:18:59.196Z | Estimated space to be consumed: 1.41 GB |
116 | 2024-02-21T00:18:59.196Z | Create boot environment: No |
117 | 2024-02-21T00:18:59.196Z | Create backup boot environment: No |
118 | 2024-02-21T00:18:59.196Z | Rebuild boot archive: No |
119 | 2024-02-21T00:18:59.196Z | |
120 | 2024-02-21T00:18:59.196Z | Changed mediators: |
121 | 2024-02-21T00:18:59.196Z | mediator clang: |
122 | 2024-02-21T00:18:59.196Z | version: None -> 15 (system default) |
123 | 2024-02-21T00:18:59.196Z | |
124 | 2024-02-21T00:18:59.196Z | mediator llvm: |
125 | 2024-02-21T00:18:59.196Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-02-21T00:18:59.196Z | |
127 | 2024-02-21T00:18:59.196Z | Changed packages: |
128 | 2024-02-21T00:18:59.196Z | helios-dev |
129 | 2024-02-21T00:18:59.196Z | developer/build-essential |
130 | 2024-02-21T00:18:59.196Z | None -> 11-2.0 |
131 | 2024-02-21T00:18:59.196Z | library/libxmlsec1 |
132 | 2024-02-21T00:18:59.196Z | None -> 1.2.35-2.0 |
133 | 2024-02-21T00:18:59.196Z | ooce/developer/clang-15 |
134 | 2024-02-21T00:18:59.196Z | None -> 15.0.7-2.0 |
135 | 2024-02-21T00:18:59.196Z | ooce/developer/llvm-15 |
136 | 2024-02-21T00:18:59.196Z | None -> 15.0.7-2.0 |
137 | 2024-02-21T00:18:59.196Z | |
138 | 2024-02-21T00:18:59.196Z | Services: |
139 | 2024-02-21T00:18:59.196Z | restart_fmri: |
140 | 2024-02-21T00:18:59.197Z | svc:/system/update-man-index:default |
141 | 2024-02-21T00:18:59.508Z | |
142 | 2024-02-21T00:18:59.508Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-02-21T00:19:04.556Z | Download: 337/3290 items 16.0/212.6MB 7% complete (3.5M/s) |
144 | 2024-02-21T00:19:09.558Z | Download: 992/3290 items 19.2/212.6MB 9% complete (1.9M/s) |
145 | 2024-02-21T00:19:14.688Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
146 | 2024-02-21T00:19:20.064Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
147 | 2024-02-21T00:19:25.055Z | Download: 2880/3290 items 121.1/212.6MB 56% complete (3.7M/s) |
148 | 2024-02-21T00:19:30.224Z | Download: 3287/3290 items 209.2/212.6MB 98% complete (9.0M/s) |
149 | 2024-02-21T00:19:30.887Z | Download: Completed 212.60 MB in 31.38 seconds (6.8M/s) |
150 | 2024-02-21T00:19:33.400Z | Actions: 1/3689 actions (Installing new actions) |
151 | 2024-02-21T00:19:38.511Z | Actions: 3628/3689 actions (Installing new actions) |
152 | 2024-02-21T00:19:38.518Z | Actions: Completed 3689 actions in 5.12 seconds. |
153 | 2024-02-21T00:19:38.698Z | Done (0.173s) |
154 | 2024-02-21T00:19:38.699Z | Done (0.000s) |
155 | 2024-02-21T00:19:38.916Z | Done (0.220s) |
156 | 2024-02-21T00:19:44.486Z | Done (5.440s) |
157 | 2024-02-21T00:19:44.649Z | Done (0.086s) |
158 | 2024-02-21T00:19:44.654Z | Done (0.000s) |
159 | 2024-02-21T00:19:44.810Z | Done (0.000s) |
160 | 2024-02-21T00:19:45.382Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-02-21T00:19:45.525Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-02-21T00:19:45.550Z | Planning: Consolidating action changes ... Done |
163 | 2024-02-21T00:19:45.825Z | Planning: Evaluating mediators ... Done |
164 | 2024-02-21T00:19:45.839Z | Planning: Planning completed in 0.44 seconds |
165 | 2024-02-21T00:19:45.839Z | Mediators to change: 2 |
166 | 2024-02-21T00:19:45.840Z | Create boot environment: No |
167 | 2024-02-21T00:19:45.840Z | Create backup boot environment: No |
168 | 2024-02-21T00:19:45.906Z | Done |
169 | 2024-02-21T00:19:45.906Z | Done |
170 | 2024-02-21T00:19:46.036Z | Done |
171 | 2024-02-21T00:19:50.366Z | Done |
172 | 2024-02-21T00:19:50.371Z | Done |
173 | 2024-02-21T00:19:50.371Z | Done |
174 | 2024-02-21T00:19:50.371Z | Done |
175 | 2024-02-21T00:19:50.824Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-02-21T00:19:50.851Z | Planning: Merging actions ... Done |
177 | 2024-02-21T00:19:51.017Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-02-21T00:19:51.045Z | Planning: Consolidating action changes ... Done |
179 | 2024-02-21T00:19:51.288Z | Planning: Evaluating mediators ... Done |
180 | 2024-02-21T00:19:51.347Z | Planning: Planning completed in 0.81 seconds |
181 | 2024-02-21T00:19:51.389Z | Packages to change: 1 |
182 | 2024-02-21T00:19:51.389Z | Mediators to change: 1 |
183 | 2024-02-21T00:19:51.402Z | Services to change: 1 |
184 | 2024-02-21T00:19:51.402Z | Create boot environment: No |
185 | 2024-02-21T00:19:51.403Z | Create backup boot environment: Yes |
186 | 2024-02-21T00:19:53.242Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-02-21T00:19:53.301Z | Actions: Completed 6 actions in 0.06 seconds. |
188 | 2024-02-21T00:19:53.304Z | Done |
189 | 2024-02-21T00:19:53.304Z | Done |
190 | 2024-02-21T00:19:53.357Z | Done |
191 | 2024-02-21T00:19:57.222Z | Done |
192 | 2024-02-21T00:19:57.318Z | Done |
193 | 2024-02-21T00:19:57.323Z | Done |
194 | 2024-02-21T00:19:57.421Z | Done |
195 | 2024-02-21T00:19:57.877Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-02-21T00:19:57.877Z | clang system 15 system |
197 | 2024-02-21T00:19:57.877Z | csh system system illumos |
198 | 2024-02-21T00:19:57.877Z | ctags system system illumos |
199 | 2024-02-21T00:19:57.877Z | gcc vendor 12 vendor |
200 | 2024-02-21T00:19:57.877Z | gcc system 10 system |
201 | 2024-02-21T00:19:57.877Z | gcc system 7 system |
202 | 2024-02-21T00:19:57.877Z | go system 1.20 system |
203 | 2024-02-21T00:19:57.877Z | go system 1.19 system |
204 | 2024-02-21T00:19:57.877Z | llvm system 15 system |
205 | 2024-02-21T00:19:57.878Z | llvm system 14 system |
206 | 2024-02-21T00:19:57.878Z | mariadb system 10.6 system |
207 | 2024-02-21T00:19:57.878Z | mta vendor vendor dma |
208 | 2024-02-21T00:19:57.878Z | openjdk system 17 system |
209 | 2024-02-21T00:19:57.878Z | openjdk system 11 system |
210 | 2024-02-21T00:19:57.878Z | openjdk system 1.8 system |
211 | 2024-02-21T00:19:57.878Z | openssl vendor 3 vendor |
212 | 2024-02-21T00:19:57.878Z | perl system 5.36 system |
213 | 2024-02-21T00:19:57.878Z | postgresql system 15 system |
214 | 2024-02-21T00:19:57.878Z | postgresql system 13 system |
215 | 2024-02-21T00:19:57.878Z | python vendor 3 vendor |
216 | 2024-02-21T00:19:57.878Z | python system 2 system |
217 | 2024-02-21T00:19:57.878Z | python3 system 3.11 system |
218 | 2024-02-21T00:19:57.878Z | ruby system 3.0 system |
219 | 2024-02-21T00:19:57.878Z | words vendor vendor american-english |
220 | 2024-02-21T00:19:57.878Z | words system system australian-english |
221 | 2024-02-21T00:19:57.878Z | words system system british-english |
222 | 2024-02-21T00:19:57.878Z | words system system canadian-english |
223 | 2024-02-21T00:19:57.878Z | words system system french |
224 | 2024-02-21T00:19:57.878Z | words system system italian |
225 | 2024-02-21T00:19:57.878Z | words system system ngerman |
226 | 2024-02-21T00:19:57.878Z | words system system ogerman |
227 | 2024-02-21T00:19:57.878Z | words system system spanish |
228 | 2024-02-21T00:19:58.195Z | FMRI IFO |
229 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
235 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
236 | 2024-02-21T00:19:58.195Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-02-21T00:19:58.246Z | + set -o errexit |
238 | 2024-02-21T00:19:58.250Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2024-02-21T00:19:58.250Z | ++ cd ./tools |
240 | 2024-02-21T00:19:58.250Z | ++ pwd |
241 | 2024-02-21T00:19:58.255Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2024-02-21T00:19:58.255Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2024-02-21T00:19:58.256Z | + ARG0=ci_download_cockroachdb |
244 | 2024-02-21T00:19:58.256Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2024-02-21T00:19:58.261Z | + CIDL_VERSION=v22.1.9 |
246 | 2024-02-21T00:19:58.262Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2024-02-21T00:19:58.262Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
248 | 2024-02-21T00:19:58.262Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
249 | 2024-02-21T00:19:58.262Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
250 | 2024-02-21T00:19:58.262Z | + TARGET_DIR=out |
251 | 2024-02-21T00:19:58.262Z | + DOWNLOAD_DIR=out/downloads |
252 | 2024-02-21T00:19:58.262Z | + DEST_DIR=./out/cockroachdb |
253 | 2024-02-21T00:19:58.262Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2024-02-21T00:19:58.262Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2024-02-21T00:19:58.262Z | + main |
256 | 2024-02-21T00:19:58.262Z | + [[ 0 != 0 ]] |
257 | 2024-02-21T00:19:58.262Z | + CIDL_OS=solaris2.11 |
258 | 2024-02-21T00:19:58.263Z | + [[ 0 != 0 ]] |
259 | 2024-02-21T00:19:58.263Z | + configure_os solaris2.11 |
260 | 2024-02-21T00:19:58.263Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2024-02-21T00:19:58.263Z | current directory: /work/oxidecomputer/omicron |
262 | 2024-02-21T00:19:58.263Z | configuring based on OS: "solaris2.11" |
263 | 2024-02-21T00:19:58.263Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2024-02-21T00:19:58.263Z | + case "$1" in |
265 | 2024-02-21T00:19:58.263Z | + CIDL_BUILD=illumos |
266 | 2024-02-21T00:19:58.263Z | + CIDL_SUFFIX=tar.gz |
267 | 2024-02-21T00:19:58.263Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-02-21T00:19:58.263Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-02-21T00:19:58.263Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-02-21T00:19:58.263Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-02-21T00:19:58.264Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-21T00:19:58.264Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-21T00:19:58.264Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-02-21T00:19:58.264Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-21T00:19:58.264Z | + CIDL_SHA256FUNC=do_sha256sum |
276 | 2024-02-21T00:19:58.264Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-02-21T00:19:58.264Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-21T00:19:58.264Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-21T00:19:58.264Z | + mkdir -p out/downloads |
280 | 2024-02-21T00:19:58.264Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-21T00:19:58.264Z | + mkdir -p ./out/cockroachdb |
282 | 2024-02-21T00:19:58.264Z | + local DO_DOWNLOAD=true |
283 | 2024-02-21T00:19:58.265Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2024-02-21T00:19:58.265Z | + '[' true == true ']' |
285 | 2024-02-21T00:19:58.265Z | + echo Downloading... |
286 | 2024-02-21T00:19:58.265Z | Downloading... |
287 | 2024-02-21T00:19:58.265Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-21T00:19:58.265Z | + 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 |
289 | 2024-02-21T00:20:06.663Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-21T00:20:06.682Z | ++ sha256sum |
291 | 2024-02-21T00:20:06.682Z | ++ awk '{print $1}' |
292 | 2024-02-21T00:20:06.761Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
293 | 2024-02-21T00:20:06.761Z | + [[ 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 ]] |
294 | 2024-02-21T00:20:06.771Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-21T00:20:06.771Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2024-02-21T00:20:08.951Z | + do_assemble_illumos |
297 | 2024-02-21T00:20:08.951Z | + rm -r ./out/cockroachdb |
298 | 2024-02-21T00:20:08.962Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2024-02-21T00:20:09.352Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2024-02-21T00:20:09.508Z | Build Tag: v22.1.9-dirty |
301 | 2024-02-21T00:20:09.508Z | Build Time: 2022/10/26 21:17:46 |
302 | 2024-02-21T00:20:09.508Z | Distribution: OSS |
303 | 2024-02-21T00:20:09.508Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2024-02-21T00:20:09.509Z | Go Version: go1.17.13 |
305 | 2024-02-21T00:20:09.509Z | C Compiler: gcc 10.3.0 |
306 | 2024-02-21T00:20:09.509Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2024-02-21T00:20:09.509Z | Build Type: release |
308 | 2024-02-21T00:20:09.526Z | + set -o errexit |
309 | 2024-02-21T00:20:09.544Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2024-02-21T00:20:09.544Z | ++ cd ./tools |
311 | 2024-02-21T00:20:09.544Z | ++ pwd |
312 | 2024-02-21T00:20:09.544Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2024-02-21T00:20:09.545Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2024-02-21T00:20:09.545Z | + ARG0=ci_download_clickhouse |
315 | 2024-02-21T00:20:09.545Z | + TARGET_DIR=out |
316 | 2024-02-21T00:20:09.545Z | + DOWNLOAD_DIR=out/downloads |
317 | 2024-02-21T00:20:09.545Z | + DEST_DIR=./out/clickhouse |
318 | 2024-02-21T00:20:09.546Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
319 | 2024-02-21T00:20:09.546Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2024-02-21T00:20:09.546Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2024-02-21T00:20:09.546Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
322 | 2024-02-21T00:20:09.547Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2024-02-21T00:20:09.547Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
324 | 2024-02-21T00:20:09.547Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2024-02-21T00:20:09.547Z | + main |
326 | 2024-02-21T00:20:09.547Z | + [[ 0 != 0 ]] |
327 | 2024-02-21T00:20:09.548Z | + CIDL_OS=solaris2.11 |
328 | 2024-02-21T00:20:09.548Z | + [[ 0 != 0 ]] |
329 | 2024-02-21T00:20:09.548Z | + configure_os solaris2.11 |
330 | 2024-02-21T00:20:09.548Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2024-02-21T00:20:09.549Z | current directory: /work/oxidecomputer/omicron |
332 | 2024-02-21T00:20:09.549Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2024-02-21T00:20:09.549Z | + CIDL_DASHREV= |
334 | 2024-02-21T00:20:09.550Z | + case "$1" in |
335 | 2024-02-21T00:20:09.550Z | configuring based on OS: "solaris2.11" |
336 | 2024-02-21T00:20:09.550Z | + CIDL_PLATFORM=illumos |
337 | 2024-02-21T00:20:09.550Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2024-02-21T00:20:09.550Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2024-02-21T00:20:09.551Z | + CIDL_DASHREV=-1 |
340 | 2024-02-21T00:20:09.551Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
341 | 2024-02-21T00:20:09.551Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-21T00:20:09.551Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-21T00:20:09.551Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-21T00:20:09.551Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-02-21T00:20:09.551Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-21T00:20:09.551Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-21T00:20:09.551Z | + mkdir -p out/downloads |
348 | 2024-02-21T00:20:09.551Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-21T00:20:09.551Z | + mkdir -p ./out/clickhouse |
350 | 2024-02-21T00:20:09.573Z | + local DO_DOWNLOAD=true |
351 | 2024-02-21T00:20:09.574Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
352 | 2024-02-21T00:20:09.574Z | + '[' true == true ']' |
353 | 2024-02-21T00:20:09.575Z | + echo Downloading... |
354 | 2024-02-21T00:20:09.575Z | Downloading... |
355 | 2024-02-21T00:20:09.576Z | + 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 |
356 | 2024-02-21T00:20:09.576Z | + 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 |
357 | 2024-02-21T00:20:10.848Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-21T00:20:10.867Z | ++ md5sum |
359 | 2024-02-21T00:20:10.867Z | ++ awk '{print $1}' |
360 | 2024-02-21T00:20:11.040Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2024-02-21T00:20:11.041Z | + [[ 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 ]] |
362 | 2024-02-21T00:20:11.056Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2024-02-21T00:20:11.056Z | + mkdir -p ./out/clickhouse |
364 | 2024-02-21T00:20:11.057Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2024-02-21T00:20:14.149Z | + ./out/clickhouse/clickhouse server --version |
366 | 2024-02-21T00:20:14.177Z | ClickHouse server version 22.8.9.1. |
367 | 2024-02-21T00:20:14.191Z | + set -o errexit |
368 | 2024-02-21T00:20:14.634Z | +++ dirname ./tools/ci_download_console |
369 | 2024-02-21T00:20:14.634Z | ++ cd ./tools |
370 | 2024-02-21T00:20:14.634Z | ++ pwd |
371 | 2024-02-21T00:20:14.634Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2024-02-21T00:20:14.634Z | ++ basename ./tools/ci_download_console |
373 | 2024-02-21T00:20:14.634Z | + ARG0=ci_download_console |
374 | 2024-02-21T00:20:14.634Z | + TARGET_DIR=out |
375 | 2024-02-21T00:20:14.635Z | + DOWNLOAD_DIR=out/downloads |
376 | 2024-02-21T00:20:14.635Z | + DEST_DIR=./out/console-assets |
377 | 2024-02-21T00:20:14.635Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2024-02-21T00:20:14.635Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
379 | 2024-02-21T00:20:14.635Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
380 | 2024-02-21T00:20:14.635Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
381 | 2024-02-21T00:20:14.635Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2024-02-21T00:20:14.635Z | + main |
383 | 2024-02-21T00:20:14.635Z | + [[ 0 != 0 ]] |
384 | 2024-02-21T00:20:14.635Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
385 | 2024-02-21T00:20:14.635Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
386 | 2024-02-21T00:20:14.635Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-02-21T00:20:14.635Z | Local file: out/downloads/console.tar.gz |
388 | 2024-02-21T00:20:14.635Z | + local DO_DOWNLOAD=true |
389 | 2024-02-21T00:20:14.635Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2024-02-21T00:20:14.635Z | + mkdir -p out/downloads |
391 | 2024-02-21T00:20:14.635Z | + '[' true == true ']' |
392 | 2024-02-21T00:20:14.635Z | + echo Downloading... |
393 | 2024-02-21T00:20:14.635Z | Downloading... |
394 | 2024-02-21T00:20:14.636Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
395 | 2024-02-21T00:20:14.636Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
396 | 2024-02-21T00:20:14.877Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2024-02-21T00:20:14.886Z | ++ case "$OSTYPE" in |
398 | 2024-02-21T00:20:14.886Z | ++ SHA=sha256sum |
399 | 2024-02-21T00:20:14.887Z | ++ sha256sum |
400 | 2024-02-21T00:20:14.887Z | ++ awk '{print $1}' |
401 | 2024-02-21T00:20:14.887Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
402 | 2024-02-21T00:20:14.887Z | + [[ 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 ]] |
403 | 2024-02-21T00:20:14.887Z | + rm -rf ./out/console-assets |
404 | 2024-02-21T00:20:14.914Z | + mkdir -p ./out/console-assets |
405 | 2024-02-21T00:20:14.914Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2024-02-21T00:20:14.914Z | + mkdir -p ./out/console-assets |
407 | 2024-02-21T00:20:14.914Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2024-02-21T00:20:14.995Z | + set -o errexit |
409 | 2024-02-21T00:20:15.015Z | +++ dirname ./tools/ci_download_maghemite_openapi |
410 | 2024-02-21T00:20:15.016Z | ++ cd ./tools |
411 | 2024-02-21T00:20:15.016Z | ++ pwd |
412 | 2024-02-21T00:20:15.016Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2024-02-21T00:20:15.016Z | ++ basename ./tools/ci_download_maghemite_openapi |
414 | 2024-02-21T00:20:15.016Z | + ARG0=ci_download_maghemite_openapi |
415 | 2024-02-21T00:20:15.017Z | + TARGET_DIR=out |
416 | 2024-02-21T00:20:15.017Z | + DOWNLOAD_DIR=out/downloads |
417 | 2024-02-21T00:20:15.017Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
418 | 2024-02-21T00:20:15.017Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
419 | 2024-02-21T00:20:15.017Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
420 | 2024-02-21T00:20:15.017Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
421 | 2024-02-21T00:20:15.018Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
422 | 2024-02-21T00:20:15.018Z | + main |
423 | 2024-02-21T00:20:15.018Z | + [[ 0 != 0 ]] |
424 | 2024-02-21T00:20:15.018Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
425 | 2024-02-21T00:20:15.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
426 | 2024-02-21T00:20:15.018Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
427 | 2024-02-21T00:20:15.019Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
428 | 2024-02-21T00:20:15.019Z | + local DO_DOWNLOAD=true |
429 | 2024-02-21T00:20:15.019Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
430 | 2024-02-21T00:20:15.019Z | + mkdir -p out/downloads |
431 | 2024-02-21T00:20:15.019Z | + '[' true == true ']' |
432 | 2024-02-21T00:20:15.020Z | + echo Downloading... |
433 | 2024-02-21T00:20:15.020Z | Downloading... |
434 | 2024-02-21T00:20:15.020Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
435 | 2024-02-21T00:20:15.020Z | + 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 |
436 | 2024-02-21T00:20:16.007Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-21T00:20:16.007Z | ++ case "$OSTYPE" in |
438 | 2024-02-21T00:20:16.019Z | ++ SHA=sha256sum |
439 | 2024-02-21T00:20:16.019Z | ++ sha256sum |
440 | 2024-02-21T00:20:16.019Z | ++ awk '{print $1}' |
441 | 2024-02-21T00:20:16.020Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
442 | 2024-02-21T00:20:16.020Z | + [[ 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 ]] |
443 | 2024-02-21T00:20:16.020Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
444 | 2024-02-21T00:20:16.020Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
445 | 2024-02-21T00:20:16.020Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
446 | 2024-02-21T00:20:16.021Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
447 | 2024-02-21T00:20:16.021Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
448 | 2024-02-21T00:20:16.021Z | + main |
449 | 2024-02-21T00:20:16.021Z | + [[ 0 != 0 ]] |
450 | 2024-02-21T00:20:16.022Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
451 | 2024-02-21T00:20:16.022Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
452 | 2024-02-21T00:20:16.022Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
453 | 2024-02-21T00:20:16.022Z | + local DO_DOWNLOAD=true |
454 | 2024-02-21T00:20:16.023Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-21T00:20:16.023Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
456 | 2024-02-21T00:20:16.023Z | + mkdir -p out/downloads |
457 | 2024-02-21T00:20:16.023Z | + '[' true == true ']' |
458 | 2024-02-21T00:20:16.023Z | + echo Downloading... |
459 | 2024-02-21T00:20:16.023Z | Downloading... |
460 | 2024-02-21T00:20:16.024Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
461 | 2024-02-21T00:20:16.024Z | + 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 |
462 | 2024-02-21T00:20:17.616Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-21T00:20:18.183Z | ++ case "$OSTYPE" in |
464 | 2024-02-21T00:20:18.183Z | ++ SHA=sha256sum |
465 | 2024-02-21T00:20:18.183Z | ++ sha256sum |
466 | 2024-02-21T00:20:18.183Z | ++ awk '{print $1}' |
467 | 2024-02-21T00:20:18.183Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
468 | 2024-02-21T00:20:18.183Z | + [[ 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 ]] |
469 | 2024-02-21T00:20:18.183Z | + set -o errexit |
470 | 2024-02-21T00:20:18.183Z | +++ dirname ./tools/ci_download_dendrite_openapi |
471 | 2024-02-21T00:20:18.183Z | ++ cd ./tools |
472 | 2024-02-21T00:20:18.183Z | ++ pwd |
473 | 2024-02-21T00:20:18.183Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2024-02-21T00:20:18.183Z | ++ basename ./tools/ci_download_dendrite_openapi |
475 | 2024-02-21T00:20:18.183Z | + ARG0=ci_download_dendrite_openapi |
476 | 2024-02-21T00:20:18.184Z | + TARGET_DIR=out |
477 | 2024-02-21T00:20:18.184Z | + DOWNLOAD_DIR=out/downloads |
478 | 2024-02-21T00:20:18.184Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2024-02-21T00:20:18.184Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
480 | 2024-02-21T00:20:18.184Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
481 | 2024-02-21T00:20:18.184Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
482 | 2024-02-21T00:20:18.184Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
483 | 2024-02-21T00:20:18.184Z | + main |
484 | 2024-02-21T00:20:18.184Z | + [[ 0 != 0 ]] |
485 | 2024-02-21T00:20:18.184Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
486 | 2024-02-21T00:20:18.184Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
487 | 2024-02-21T00:20:18.184Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
488 | 2024-02-21T00:20:18.184Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
489 | 2024-02-21T00:20:18.185Z | + local DO_DOWNLOAD=true |
490 | 2024-02-21T00:20:18.185Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
491 | 2024-02-21T00:20:18.185Z | + mkdir -p out/downloads |
492 | 2024-02-21T00:20:18.185Z | + '[' true == true ']' |
493 | 2024-02-21T00:20:18.185Z | + echo Downloading... |
494 | 2024-02-21T00:20:18.185Z | Downloading... |
495 | 2024-02-21T00:20:18.185Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
496 | 2024-02-21T00:20:18.185Z | + 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 |
497 | 2024-02-21T00:20:19.377Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-21T00:20:19.378Z | ++ case "$OSTYPE" in |
499 | 2024-02-21T00:20:19.385Z | ++ SHA=sha256sum |
500 | 2024-02-21T00:20:19.385Z | ++ sha256sum |
501 | 2024-02-21T00:20:19.385Z | ++ awk '{print $1}' |
502 | 2024-02-21T00:20:19.385Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
503 | 2024-02-21T00:20:19.385Z | + [[ 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 ]] |
504 | 2024-02-21T00:20:19.391Z | + set -o errexit |
505 | 2024-02-21T00:20:19.399Z | +++ dirname ./tools/ci_download_dendrite_stub |
506 | 2024-02-21T00:20:19.399Z | ++ cd ./tools |
507 | 2024-02-21T00:20:19.399Z | ++ pwd |
508 | 2024-02-21T00:20:19.399Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2024-02-21T00:20:19.400Z | ++ basename ./tools/ci_download_dendrite_stub |
510 | 2024-02-21T00:20:19.400Z | + ARG0=ci_download_dendrite_stub |
511 | 2024-02-21T00:20:19.400Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
512 | 2024-02-21T00:20:19.400Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
513 | 2024-02-21T00:20:19.400Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
514 | 2024-02-21T00:20:19.400Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
515 | 2024-02-21T00:20:19.400Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2024-02-21T00:20:19.400Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
517 | 2024-02-21T00:20:19.400Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
518 | 2024-02-21T00:20:19.400Z | + TARGET_DIR=out |
519 | 2024-02-21T00:20:19.400Z | + DOWNLOAD_DIR=out/downloads |
520 | 2024-02-21T00:20:19.401Z | + DEST_DIR=./out/dendrite-stub |
521 | 2024-02-21T00:20:19.401Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
522 | 2024-02-21T00:20:19.401Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2024-02-21T00:20:19.401Z | + REPO=oxidecomputer/dendrite |
524 | 2024-02-21T00:20:19.401Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
525 | 2024-02-21T00:20:19.401Z | + main |
526 | 2024-02-21T00:20:19.401Z | + [[ 0 != 0 ]] |
527 | 2024-02-21T00:20:19.401Z | + CIDL_OS=solaris2.11 |
528 | 2024-02-21T00:20:19.401Z | + [[ 0 != 0 ]] |
529 | 2024-02-21T00:20:19.401Z | + configure_os solaris2.11 |
530 | 2024-02-21T00:20:19.401Z | + echo 'current directory: /work/oxidecomputer/omicron' |
531 | 2024-02-21T00:20:19.401Z | current directory: /work/oxidecomputer/omicron |
532 | 2024-02-21T00:20:19.401Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2024-02-21T00:20:19.401Z | configuring based on OS: "solaris2.11" |
534 | 2024-02-21T00:20:19.401Z | + case "$1" in |
535 | 2024-02-21T00:20:19.401Z | + SET_BINARIES= |
536 | 2024-02-21T00:20:19.401Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
537 | 2024-02-21T00:20:19.402Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-02-21T00:20:19.402Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2024-02-21T00:20:19.402Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
540 | 2024-02-21T00:20:19.402Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2024-02-21T00:20:19.402Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
542 | 2024-02-21T00:20:19.402Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
543 | 2024-02-21T00:20:19.402Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-21T00:20:19.402Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-02-21T00:20:19.402Z | + mkdir -p out/downloads |
546 | 2024-02-21T00:20:19.410Z | + mkdir -p ./out/dendrite-stub |
547 | 2024-02-21T00:20:19.410Z | + fetch_and_verify |
548 | 2024-02-21T00:20:19.410Z | + local DO_DOWNLOAD=true |
549 | 2024-02-21T00:20:19.410Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2024-02-21T00:20:19.410Z | + '[' true == true ']' |
551 | 2024-02-21T00:20:19.411Z | + echo Downloading... |
552 | 2024-02-21T00:20:19.411Z | Downloading... |
553 | 2024-02-21T00:20:19.411Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
554 | 2024-02-21T00:20:19.411Z | + 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 |
555 | 2024-02-21T00:20:50.415Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-21T00:20:50.841Z | ++ sha256sum |
557 | 2024-02-21T00:20:50.841Z | ++ awk '{print $1}' |
558 | 2024-02-21T00:20:50.841Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
559 | 2024-02-21T00:20:50.841Z | + [[ 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 ]] |
560 | 2024-02-21T00:20:50.841Z | + do_untar out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-21T00:20:50.841Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
562 | 2024-02-21T00:20:50.857Z | + do_assemble |
563 | 2024-02-21T00:20:50.857Z | + rm -r ./out/dendrite-stub |
564 | 2024-02-21T00:20:50.857Z | + mkdir ./out/dendrite-stub |
565 | 2024-02-21T00:20:50.857Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
566 | 2024-02-21T00:20:50.857Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
567 | 2024-02-21T00:20:50.857Z | + set -o errexit |
568 | 2024-02-21T00:20:50.857Z | +++ dirname ./tools/ci_download_maghemite_mgd |
569 | 2024-02-21T00:20:50.857Z | ++ cd ./tools |
570 | 2024-02-21T00:20:50.858Z | ++ pwd |
571 | 2024-02-21T00:20:50.858Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
572 | 2024-02-21T00:20:50.858Z | ++ basename ./tools/ci_download_maghemite_mgd |
573 | 2024-02-21T00:20:50.858Z | + ARG0=ci_download_maghemite_mgd |
574 | 2024-02-21T00:20:50.858Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
575 | 2024-02-21T00:20:50.858Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
576 | 2024-02-21T00:20:50.858Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
577 | 2024-02-21T00:20:50.858Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
578 | 2024-02-21T00:20:50.858Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
579 | 2024-02-21T00:20:50.858Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
580 | 2024-02-21T00:20:50.858Z | + TARGET_DIR=out |
581 | 2024-02-21T00:20:50.858Z | + DOWNLOAD_DIR=out/downloads |
582 | 2024-02-21T00:20:50.858Z | + DEST_DIR=./out/mgd |
583 | 2024-02-21T00:20:50.858Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
584 | 2024-02-21T00:20:50.858Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
585 | 2024-02-21T00:20:50.858Z | + REPO=oxidecomputer/maghemite |
586 | 2024-02-21T00:20:50.858Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
587 | 2024-02-21T00:20:50.858Z | + main |
588 | 2024-02-21T00:20:50.858Z | + [[ 0 != 0 ]] |
589 | 2024-02-21T00:20:50.858Z | + CIDL_OS=solaris2.11 |
590 | 2024-02-21T00:20:50.858Z | + [[ 0 != 0 ]] |
591 | 2024-02-21T00:20:50.858Z | + configure_os solaris2.11 |
592 | 2024-02-21T00:20:50.858Z | + echo 'current directory: /work/oxidecomputer/omicron' |
593 | 2024-02-21T00:20:50.859Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2024-02-21T00:20:50.859Z | + case "$1" in |
595 | 2024-02-21T00:20:50.859Z | + SET_BINARIES= |
596 | 2024-02-21T00:20:50.859Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-21T00:20:50.859Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-21T00:20:50.859Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-02-21T00:20:50.859Z | + TARBALL_FILENAME=mgd.tar.gz |
600 | 2024-02-21T00:20:50.859Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
601 | 2024-02-21T00:20:50.859Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
602 | 2024-02-21T00:20:50.859Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
603 | 2024-02-21T00:20:50.859Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
604 | 2024-02-21T00:20:50.859Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
605 | 2024-02-21T00:20:50.859Z | + mkdir -p out/downloads |
606 | 2024-02-21T00:20:50.859Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-21T00:20:50.859Z | + mkdir -p ./out/mgd |
608 | 2024-02-21T00:20:50.859Z | + fetch_and_verify |
609 | 2024-02-21T00:20:50.860Z | + local DO_DOWNLOAD=true |
610 | 2024-02-21T00:20:50.860Z | + [[ -f out/downloads/mgd.tar.gz ]] |
611 | 2024-02-21T00:20:50.860Z | + '[' true == true ']' |
612 | 2024-02-21T00:20:50.860Z | + echo Downloading... |
613 | 2024-02-21T00:20:50.860Z | Downloading... |
614 | 2024-02-21T00:20:50.860Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
615 | 2024-02-21T00:20:50.860Z | + 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 |
616 | 2024-02-21T00:21:03.071Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
617 | 2024-02-21T00:21:03.091Z | ++ sha256sum |
618 | 2024-02-21T00:21:03.091Z | ++ awk '{print $1}' |
619 | 2024-02-21T00:21:03.126Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
620 | 2024-02-21T00:21:03.126Z | + [[ 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 ]] |
621 | 2024-02-21T00:21:03.127Z | + do_untar out/downloads/mgd.tar.gz |
622 | 2024-02-21T00:21:03.127Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
623 | 2024-02-21T00:21:03.550Z | + do_assemble |
624 | 2024-02-21T00:21:03.550Z | + rm -r ./out/mgd |
625 | 2024-02-21T00:21:03.559Z | + mkdir ./out/mgd |
626 | 2024-02-21T00:21:03.559Z | + cp -r out/downloads/root ./out/mgd/root |
627 | 2024-02-21T00:21:04.106Z | + set -o errexit |
628 | 2024-02-21T00:21:04.147Z | +++ dirname ./tools/ci_download_transceiver_control |
629 | 2024-02-21T00:21:04.147Z | ++ cd ./tools |
630 | 2024-02-21T00:21:04.169Z | ++ pwd |
631 | 2024-02-21T00:21:04.170Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2024-02-21T00:21:04.170Z | ++ basename ./tools/ci_download_transceiver_control |
633 | 2024-02-21T00:21:04.170Z | + ARG0=ci_download_transceiver_control |
634 | 2024-02-21T00:21:04.170Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
635 | 2024-02-21T00:21:04.170Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
636 | 2024-02-21T00:21:04.170Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-02-21T00:21:04.170Z | + TARGET_DIR=out |
638 | 2024-02-21T00:21:04.171Z | + DOWNLOAD_DIR=out/downloads |
639 | 2024-02-21T00:21:04.171Z | + DEST_DIR=./out/transceiver-control |
640 | 2024-02-21T00:21:04.171Z | + BIN_DIR=/opt/oxide/bin |
641 | 2024-02-21T00:21:04.171Z | + BINARY=xcvradm |
642 | 2024-02-21T00:21:04.171Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2024-02-21T00:21:04.171Z | + REPO=oxidecomputer/transceiver-control |
644 | 2024-02-21T00:21:04.172Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2024-02-21T00:21:04.172Z | + main |
646 | 2024-02-21T00:21:04.172Z | + [[ 0 != 0 ]] |
647 | 2024-02-21T00:21:04.172Z | + CIDL_OS=solaris2.11 |
648 | 2024-02-21T00:21:04.172Z | + [[ 0 != 0 ]] |
649 | 2024-02-21T00:21:04.173Z | + configure_os solaris2.11 |
650 | 2024-02-21T00:21:04.173Z | + echo 'current directory: /work/oxidecomputer/omicron' |
651 | 2024-02-21T00:21:04.173Z | current directory: /work/oxidecomputer/omicron |
652 | 2024-02-21T00:21:04.173Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2024-02-21T00:21:04.173Z | + case "$1" in |
654 | 2024-02-21T00:21:04.173Z | configuring based on OS: "solaris2.11" |
655 | 2024-02-21T00:21:04.174Z | + SET_BINARIES= |
656 | 2024-02-21T00:21:04.174Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-02-21T00:21:04.174Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2024-02-21T00:21:04.174Z | + ARCHIVE_FILENAME=xcvradm.gz |
659 | 2024-02-21T00:21:04.174Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-02-21T00:21:04.175Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
661 | 2024-02-21T00:21:04.175Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
662 | 2024-02-21T00:21:04.175Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2024-02-21T00:21:04.175Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-21T00:21:04.175Z | Local file: out/downloads/xcvradm.gz |
665 | 2024-02-21T00:21:04.176Z | + mkdir -p out/downloads |
666 | 2024-02-21T00:21:04.176Z | + mkdir -p ./out/transceiver-control |
667 | 2024-02-21T00:21:04.176Z | + fetch_and_verify |
668 | 2024-02-21T00:21:04.176Z | + local DO_DOWNLOAD=true |
669 | 2024-02-21T00:21:04.176Z | + [[ -f out/downloads/xcvradm.gz ]] |
670 | 2024-02-21T00:21:04.177Z | + '[' true == true ']' |
671 | 2024-02-21T00:21:04.177Z | + echo Downloading... |
672 | 2024-02-21T00:21:04.177Z | Downloading... |
673 | 2024-02-21T00:21:04.177Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
674 | 2024-02-21T00:21:04.177Z | + 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 |
675 | 2024-02-21T00:21:05.998Z | ++ do_sha256sum out/downloads/xcvradm.gz |
676 | 2024-02-21T00:21:06.008Z | ++ sha256sum |
677 | 2024-02-21T00:21:06.008Z | ++ awk '{print $1}' |
678 | 2024-02-21T00:21:06.008Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-02-21T00:21:06.008Z | + [[ 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 ]] |
680 | 2024-02-21T00:21:06.008Z | + do_unpack out/downloads/xcvradm.gz |
681 | 2024-02-21T00:21:06.008Z | + mkdir -p out/downloads/root//opt/oxide/bin |
682 | 2024-02-21T00:21:06.008Z | + gzip -dc out/downloads/xcvradm.gz |
683 | 2024-02-21T00:21:06.124Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
684 | 2024-02-21T00:21:06.131Z | + do_assemble |
685 | 2024-02-21T00:21:06.131Z | + rm -r ./out/transceiver-control |
686 | 2024-02-21T00:21:06.131Z | + mkdir ./out/transceiver-control |
687 | 2024-02-21T00:21:06.131Z | + cp -r out/downloads/root ./out/transceiver-control/root |
688 | 2024-02-21T00:21:06.693Z | All prerequisites installed successfully |
689 | 2024-02-21T00:21:06.707Z | |
690 | 2024-02-21T00:21:06.707Z | real 2:28.552297926 |
691 | 2024-02-21T00:21:06.707Z | user 35.088261290 |
692 | 2024-02-21T00:21:06.707Z | sys 6.509694722 |
693 | 2024-02-21T00:21:06.707Z | trap 0.008541543 |
694 | 2024-02-21T00:21:06.707Z | tflt 0.152432519 |
695 | 2024-02-21T00:21:06.708Z | dflt 0.558590564 |
696 | 2024-02-21T00:21:06.708Z | kflt 0.209987956 |
697 | 2024-02-21T00:21:06.708Z | lock 1.391264813 |
698 | 2024-02-21T00:21:06.708Z | slp 5:28.832211699 |
699 | 2024-02-21T00:21:06.708Z | lat 1.760825660 |
700 | 2024-02-21T00:21:06.708Z | stop 0.145180616 |
701 | 2024-02-21T00:21:06.708Z | + ptime -m ./tools/ci_download_softnpu_machinery |
702 | 2024-02-21T00:21:06.709Z | fetching npuzone |
703 | 2024-02-21T00:21:06.709Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
704 | 2024-02-21T00:21:06.709Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
705 | 2024-02-21T00:21:06.709Z | Getting hash for npuzone |
706 | 2024-02-21T00:21:06.709Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
707 | 2024-02-21T00:21:23.763Z | npuzone downloaded successfully |
708 | 2024-02-21T00:21:23.763Z | |
709 | 2024-02-21T00:21:23.763Z | real 17.390185232 |
710 | 2024-02-21T00:21:23.763Z | user 0.348192199 |
711 | 2024-02-21T00:21:23.763Z | sys 0.132749222 |
712 | 2024-02-21T00:21:23.763Z | trap 0.000033914 |
713 | 2024-02-21T00:21:23.763Z | tflt 0.000000000 |
714 | 2024-02-21T00:21:23.763Z | dflt 0.000000000 |
715 | 2024-02-21T00:21:23.764Z | kflt 0.000000000 |
716 | 2024-02-21T00:21:23.764Z | lock 0.000000000 |
717 | 2024-02-21T00:21:23.764Z | slp 51.557462861 |
718 | 2024-02-21T00:21:23.764Z | lat 0.099869721 |
719 | 2024-02-21T00:21:23.764Z | stop 0.000180707 |
720 | 2024-02-21T00:21:23.764Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-02-21T00:21:23.764Z | + CARGO_INCREMENTAL=0 |
722 | 2024-02-21T00:21:23.764Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
723 | 2024-02-21T00:21:23.900Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
724 | 2024-02-21T00:21:24.228Z | Updating git repository `https://github.com/oxidecomputer/samael` |
725 | 2024-02-21T00:21:24.597Z | Updating crates.io index |
726 | 2024-02-21T00:21:24.618Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-02-21T00:21:25.366Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-02-21T00:21:27.320Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-02-21T00:21:27.883Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2024-02-21T00:21:28.222Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2024-02-21T00:21:28.497Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2024-02-21T00:21:28.770Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2024-02-21T00:21:29.647Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2024-02-21T00:21:32.363Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2024-02-21T00:21:33.326Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2024-02-21T00:21:33.691Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2024-02-21T00:21:34.257Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-02-21T00:21:34.533Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-02-21T00:21:34.831Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-02-21T00:21:36.341Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-02-21T00:21:36.351Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-02-21T00:21:36.351Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
743 | 2024-02-21T00:21:36.351Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-02-21T00:21:36.757Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-02-21T00:21:37.093Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2024-02-21T00:21:37.529Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-02-21T00:21:38.572Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-02-21T00:21:38.922Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2024-02-21T00:21:40.239Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2024-02-21T00:21:40.998Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2024-02-21T00:21:41.303Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2024-02-21T00:21:42.710Z | Downloading crates ... |
753 | 2024-02-21T00:21:42.923Z | Downloaded addr2line v0.21.0 |
754 | 2024-02-21T00:21:42.934Z | Downloaded instant v0.1.12 |
755 | 2024-02-21T00:21:42.934Z | Downloaded clang-sys v1.6.1 |
756 | 2024-02-21T00:21:42.951Z | Downloaded is-terminal v0.4.9 |
757 | 2024-02-21T00:21:42.951Z | Downloaded constant_time_eq v0.3.0 |
758 | 2024-02-21T00:21:42.951Z | Downloaded lazycell v1.3.0 |
759 | 2024-02-21T00:21:42.951Z | Downloaded chacha20 v0.9.1 |
760 | 2024-02-21T00:21:42.951Z | Downloaded kstat-rs v0.2.3 |
761 | 2024-02-21T00:21:42.951Z | Downloaded crc-catalog v2.2.0 |
762 | 2024-02-21T00:21:42.962Z | Downloaded anstyle v1.0.2 |
763 | 2024-02-21T00:21:42.962Z | Downloaded bitflags v1.3.2 |
764 | 2024-02-21T00:21:42.962Z | Downloaded anstyle-parse v0.2.1 |
765 | 2024-02-21T00:21:42.962Z | Downloaded keccak v0.1.4 |
766 | 2024-02-21T00:21:42.962Z | Downloaded ipnetwork v0.20.0 |
767 | 2024-02-21T00:21:42.962Z | Downloaded assert_matches v1.5.0 |
768 | 2024-02-21T00:21:42.970Z | Downloaded clap v4.5.0 |
769 | 2024-02-21T00:21:42.991Z | Downloaded iana-time-zone v0.1.57 |
770 | 2024-02-21T00:21:42.991Z | Downloaded crossbeam-epoch v0.9.15 |
771 | 2024-02-21T00:21:42.991Z | Downloaded linked-hash-map v0.5.6 |
772 | 2024-02-21T00:21:42.992Z | Downloaded arrayvec v0.7.4 |
773 | 2024-02-21T00:21:43.013Z | Downloaded atty v0.2.14 |
774 | 2024-02-21T00:21:43.013Z | Downloaded crossbeam-channel v0.5.8 |
775 | 2024-02-21T00:21:43.013Z | Downloaded ahash v0.8.7 |
776 | 2024-02-21T00:21:43.013Z | Downloaded ident_case v1.0.1 |
777 | 2024-02-21T00:21:43.013Z | Downloaded native-tls v0.2.11 |
778 | 2024-02-21T00:21:43.013Z | Downloaded async-stream-impl v0.3.5 |
779 | 2024-02-21T00:21:43.013Z | Downloaded async-recursion v1.0.5 |
780 | 2024-02-21T00:21:43.013Z | Downloaded secrecy v0.8.0 |
781 | 2024-02-21T00:21:43.013Z | Downloaded anstyle-query v1.0.0 |
782 | 2024-02-21T00:21:43.013Z | Downloaded sec1 v0.7.3 |
783 | 2024-02-21T00:21:43.014Z | Downloaded atomic-waker v1.1.1 |
784 | 2024-02-21T00:21:43.023Z | Downloaded rustls-pki-types v1.3.0 |
785 | 2024-02-21T00:21:43.023Z | Downloaded num_enum_derive v0.5.11 |
786 | 2024-02-21T00:21:43.023Z | Downloaded crunchy v0.2.2 |
787 | 2024-02-21T00:21:43.023Z | Downloaded serde_tokenstream v0.2.0 |
788 | 2024-02-21T00:21:43.024Z | Downloaded schemars_derive v0.8.16 |
789 | 2024-02-21T00:21:43.024Z | Downloaded serde_repr v0.1.16 |
790 | 2024-02-21T00:21:43.032Z | Downloaded nu-ansi-term v0.50.0 |
791 | 2024-02-21T00:21:43.032Z | Downloaded libsw v3.3.1 |
792 | 2024-02-21T00:21:43.039Z | Downloaded signal-hook-tokio v0.3.1 |
793 | 2024-02-21T00:21:43.039Z | Downloaded atomicwrites v0.4.3 |
794 | 2024-02-21T00:21:43.040Z | Downloaded autocfg v1.1.0 |
795 | 2024-02-21T00:21:43.040Z | Downloaded aead v0.5.2 |
796 | 2024-02-21T00:21:43.052Z | Downloaded signal-hook-registry v1.4.1 |
797 | 2024-02-21T00:21:43.053Z | Downloaded serde_urlencoded v0.7.1 |
798 | 2024-02-21T00:21:43.053Z | Downloaded ascii-canvas v3.0.0 |
799 | 2024-02-21T00:21:43.053Z | Downloaded async-stream v0.3.5 |
800 | 2024-02-21T00:21:43.054Z | Downloaded match_cfg v0.1.0 |
801 | 2024-02-21T00:21:43.074Z | Downloaded base64ct v1.6.0 |
802 | 2024-02-21T00:21:43.074Z | Downloaded argon2 v0.5.3 |
803 | 2024-02-21T00:21:43.074Z | Downloaded matches v0.1.10 |
804 | 2024-02-21T00:21:43.074Z | Downloaded arrayref v0.3.7 |
805 | 2024-02-21T00:21:43.074Z | Downloaded ansi_term v0.12.1 |
806 | 2024-02-21T00:21:43.075Z | Downloaded byteorder v1.5.0 |
807 | 2024-02-21T00:21:43.075Z | Downloaded cstr-argument v0.1.2 |
808 | 2024-02-21T00:21:43.075Z | Downloaded strum v0.25.0 |
809 | 2024-02-21T00:21:43.075Z | Downloaded humantime v2.1.0 |
810 | 2024-02-21T00:21:43.090Z | Downloaded colorchoice v1.0.0 |
811 | 2024-02-21T00:21:43.090Z | Downloaded new_debug_unreachable v1.0.4 |
812 | 2024-02-21T00:21:43.090Z | Downloaded buf-list v1.0.3 |
813 | 2024-02-21T00:21:43.091Z | Downloaded block-buffer v0.10.4 |
814 | 2024-02-21T00:21:43.091Z | Downloaded bit-vec v0.6.3 |
815 | 2024-02-21T00:21:43.091Z | Downloaded cfg-if v1.0.0 |
816 | 2024-02-21T00:21:43.091Z | Downloaded http-body v0.4.5 |
817 | 2024-02-21T00:21:43.091Z | Downloaded schemars v0.8.16 |
818 | 2024-02-21T00:21:43.097Z | Downloaded ciborium-io v0.2.2 |
819 | 2024-02-21T00:21:43.097Z | Downloaded tinyvec_macros v0.1.1 |
820 | 2024-02-21T00:21:43.097Z | Downloaded lru-cache v0.1.2 |
821 | 2024-02-21T00:21:43.097Z | Downloaded termtree v0.4.1 |
822 | 2024-02-21T00:21:43.105Z | Downloaded swrite v0.1.0 |
823 | 2024-02-21T00:21:43.105Z | Downloaded cexpr v0.6.0 |
824 | 2024-02-21T00:21:43.105Z | Downloaded maybe-uninit v2.0.0 |
825 | 2024-02-21T00:21:43.108Z | Downloaded slab v0.4.9 |
826 | 2024-02-21T00:21:43.109Z | Downloaded memoffset v0.7.1 |
827 | 2024-02-21T00:21:43.109Z | Downloaded linear-map v1.2.0 |
828 | 2024-02-21T00:21:43.109Z | Downloaded spin v0.5.2 |
829 | 2024-02-21T00:21:43.113Z | Downloaded managed v0.8.0 |
830 | 2024-02-21T00:21:43.113Z | Downloaded lru v0.12.1 |
831 | 2024-02-21T00:21:43.118Z | Downloaded nanorand v0.7.0 |
832 | 2024-02-21T00:21:43.118Z | Downloaded camino v1.1.6 |
833 | 2024-02-21T00:21:43.122Z | Downloaded cassowary v0.3.0 |
834 | 2024-02-21T00:21:43.123Z | Downloaded inout v0.1.3 |
835 | 2024-02-21T00:21:43.123Z | Downloaded base16ct v0.2.0 |
836 | 2024-02-21T00:21:43.127Z | Downloaded colored v2.0.4 |
837 | 2024-02-21T00:21:43.127Z | Downloaded rustls-pemfile v2.1.0 |
838 | 2024-02-21T00:21:43.131Z | Downloaded multimap v0.10.0 |
839 | 2024-02-21T00:21:43.132Z | Downloaded crc32fast v1.3.2 |
840 | 2024-02-21T00:21:43.136Z | Downloaded strum v0.26.1 |
841 | 2024-02-21T00:21:43.136Z | Downloaded num-traits v0.2.16 |
842 | 2024-02-21T00:21:43.141Z | Downloaded scroll_derive v0.12.0 |
843 | 2024-02-21T00:21:43.141Z | Downloaded curve25519-dalek-derive v0.1.0 |
844 | 2024-02-21T00:21:43.142Z | Downloaded libxml v0.3.3 |
845 | 2024-02-21T00:21:43.146Z | Downloaded zone_cfg_derive v0.3.0 |
846 | 2024-02-21T00:21:43.146Z | Downloaded cancel-safe-futures v0.1.5 |
847 | 2024-02-21T00:21:43.150Z | Downloaded clap_builder v4.5.0 |
848 | 2024-02-21T00:21:43.156Z | Downloaded foreign-types-macros v0.2.3 |
849 | 2024-02-21T00:21:43.161Z | Downloaded newtype-uuid v1.0.1 |
850 | 2024-02-21T00:21:43.161Z | Downloaded tower-service v0.3.2 |
851 | 2024-02-21T00:21:43.161Z | Downloaded sqlparser_derive v0.2.2 |
852 | 2024-02-21T00:21:43.165Z | Downloaded impl-trait-for-tuples v0.2.2 |
853 | 2024-02-21T00:21:43.165Z | Downloaded corncobs v0.1.3 |
854 | 2024-02-21T00:21:43.169Z | Downloaded funty v2.0.0 |
855 | 2024-02-21T00:21:43.169Z | Downloaded futures-macro v0.3.30 |
856 | 2024-02-21T00:21:43.169Z | Downloaded bitflags v2.4.0 |
857 | 2024-02-21T00:21:43.183Z | Downloaded generic-array v0.14.7 |
858 | 2024-02-21T00:21:43.183Z | Downloaded difflib v0.4.0 |
859 | 2024-02-21T00:21:43.183Z | Downloaded hyper-tls v0.5.0 |
860 | 2024-02-21T00:21:43.183Z | Downloaded hyper-rustls v0.24.2 |
861 | 2024-02-21T00:21:43.209Z | Downloaded ipnet v2.9.0 |
862 | 2024-02-21T00:21:43.209Z | Downloaded console v0.15.8 |
863 | 2024-02-21T00:21:43.209Z | Downloaded usdt-attr-macro v0.5.0 |
864 | 2024-02-21T00:21:43.209Z | Downloaded thiserror-no-std v2.0.2 |
865 | 2024-02-21T00:21:43.209Z | Downloaded tiny-keccak v2.0.2 |
866 | 2024-02-21T00:21:43.225Z | Downloaded structmeta v0.2.0 |
867 | 2024-02-21T00:21:43.225Z | Downloaded percent-encoding v2.3.1 |
868 | 2024-02-21T00:21:43.225Z | Downloaded strsim v0.8.0 |
869 | 2024-02-21T00:21:43.225Z | Downloaded ciborium v0.2.2 |
870 | 2024-02-21T00:21:43.225Z | Downloaded termios v0.3.3 |
871 | 2024-02-21T00:21:43.225Z | Downloaded structopt-derive v0.4.18 |
872 | 2024-02-21T00:21:43.226Z | Downloaded allocator-api2 v0.2.16 |
873 | 2024-02-21T00:21:43.226Z | Downloaded mime_guess v2.0.4 |
874 | 2024-02-21T00:21:43.226Z | Downloaded multer v3.0.0 |
875 | 2024-02-21T00:21:43.226Z | Downloaded want v0.3.1 |
876 | 2024-02-21T00:21:43.226Z | Downloaded parse-display-derive v0.9.0 |
877 | 2024-02-21T00:21:43.226Z | Downloaded salty v0.2.0 |
878 | 2024-02-21T00:21:43.226Z | Downloaded flagset v0.4.3 |
879 | 2024-02-21T00:21:43.226Z | Downloaded rand_chacha v0.3.1 |
880 | 2024-02-21T00:21:43.227Z | Downloaded dyn-clone v1.0.16 |
881 | 2024-02-21T00:21:43.243Z | Downloaded digest v0.10.7 |
882 | 2024-02-21T00:21:43.243Z | Downloaded version_check v0.9.4 |
883 | 2024-02-21T00:21:43.243Z | Downloaded tokio-native-tls v0.3.1 |
884 | 2024-02-21T00:21:43.243Z | Downloaded toolchain_find v0.2.0 |
885 | 2024-02-21T00:21:43.243Z | Downloaded sct v0.7.0 |
886 | 2024-02-21T00:21:43.243Z | Downloaded try-lock v0.2.4 |
887 | 2024-02-21T00:21:43.243Z | Downloaded usdt-attr-macro v0.3.5 |
888 | 2024-02-21T00:21:43.244Z | Downloaded waitgroup v0.1.2 |
889 | 2024-02-21T00:21:43.244Z | Downloaded shell-words v1.1.0 |
890 | 2024-02-21T00:21:43.244Z | Downloaded smallvec v1.13.1 |
891 | 2024-02-21T00:21:43.244Z | Downloaded blake2 v0.10.6 |
892 | 2024-02-21T00:21:43.257Z | Downloaded mockall_derive v0.12.0 |
893 | 2024-02-21T00:21:43.257Z | Downloaded log v0.4.20 |
894 | 2024-02-21T00:21:43.258Z | Downloaded fs-err v2.11.0 |
895 | 2024-02-21T00:21:43.258Z | Downloaded topological-sort v0.2.2 |
896 | 2024-02-21T00:21:43.258Z | Downloaded chacha20poly1305 v0.10.1 |
897 | 2024-02-21T00:21:43.258Z | Downloaded httparse v1.8.0 |
898 | 2024-02-21T00:21:43.258Z | Downloaded hmac v0.12.1 |
899 | 2024-02-21T00:21:43.258Z | Downloaded tokio-stream v0.1.14 |
900 | 2024-02-21T00:21:43.267Z | Downloaded pest_generator v2.7.6 |
901 | 2024-02-21T00:21:43.267Z | Downloaded rand_core v0.6.4 |
902 | 2024-02-21T00:21:43.267Z | Downloaded zerocopy-derive v0.7.32 |
903 | 2024-02-21T00:21:43.267Z | Downloaded darling_macro v0.20.3 |
904 | 2024-02-21T00:21:43.267Z | Downloaded semver-parser v0.10.2 |
905 | 2024-02-21T00:21:43.267Z | Downloaded scheduled-thread-pool v0.2.7 |
906 | 2024-02-21T00:21:43.267Z | Downloaded resolv-conf v0.7.0 |
907 | 2024-02-21T00:21:43.275Z | Downloaded quick-error v1.2.3 |
908 | 2024-02-21T00:21:43.275Z | Downloaded darling v0.20.3 |
909 | 2024-02-21T00:21:43.276Z | Downloaded subtle v2.5.0 |
910 | 2024-02-21T00:21:43.276Z | Downloaded futures-sink v0.3.30 |
911 | 2024-02-21T00:21:43.293Z | Downloaded compact_str v0.7.1 |
912 | 2024-02-21T00:21:43.293Z | Downloaded owo-colors v4.0.0 |
913 | 2024-02-21T00:21:43.293Z | Downloaded phf_shared v0.10.0 |
914 | 2024-02-21T00:21:43.293Z | Downloaded env_logger v0.10.0 |
915 | 2024-02-21T00:21:43.300Z | Downloaded serde_tokenstream v0.1.7 |
916 | 2024-02-21T00:21:43.300Z | Downloaded peeking_take_while v0.1.2 |
917 | 2024-02-21T00:21:43.300Z | Downloaded rpassword v7.3.1 |
918 | 2024-02-21T00:21:43.300Z | Downloaded unicase v2.7.0 |
919 | 2024-02-21T00:21:43.300Z | Downloaded universal-hash v0.5.1 |
920 | 2024-02-21T00:21:43.300Z | Downloaded predicates-core v1.0.6 |
921 | 2024-02-21T00:21:43.300Z | Downloaded serde-big-array v0.5.1 |
922 | 2024-02-21T00:21:43.300Z | Downloaded signal-hook-mio v0.2.3 |
923 | 2024-02-21T00:21:43.301Z | Downloaded paste v1.0.14 |
924 | 2024-02-21T00:21:43.301Z | Downloaded hash32 v0.3.1 |
925 | 2024-02-21T00:21:43.306Z | Downloaded zeroize_derive v1.4.2 |
926 | 2024-02-21T00:21:43.306Z | Downloaded dof v0.3.0 |
927 | 2024-02-21T00:21:43.306Z | Downloaded ena v0.14.2 |
928 | 2024-02-21T00:21:43.306Z | Downloaded serde_plain v1.0.2 |
929 | 2024-02-21T00:21:43.306Z | Downloaded thread_local v1.1.7 |
930 | 2024-02-21T00:21:43.311Z | Downloaded phf_shared v0.11.2 |
931 | 2024-02-21T00:21:43.311Z | Downloaded clap_derive v4.5.0 |
932 | 2024-02-21T00:21:43.311Z | Downloaded parking_lot_core v0.9.8 |
933 | 2024-02-21T00:21:43.316Z | Downloaded oso-derive v0.27.0 |
934 | 2024-02-21T00:21:43.316Z | Downloaded stability v0.1.1 |
935 | 2024-02-21T00:21:43.316Z | Downloaded fastrand v2.0.1 |
936 | 2024-02-21T00:21:43.316Z | Downloaded float-cmp v0.9.0 |
937 | 2024-02-21T00:21:43.316Z | Downloaded unicode-linebreak v0.1.5 |
938 | 2024-02-21T00:21:43.335Z | Downloaded smallvec v0.6.14 |
939 | 2024-02-21T00:21:43.335Z | Downloaded serde_spanned v0.6.5 |
940 | 2024-02-21T00:21:43.335Z | Downloaded toml v0.8.10 |
941 | 2024-02-21T00:21:43.335Z | Downloaded crc-any v2.4.3 |
942 | 2024-02-21T00:21:43.335Z | Downloaded postgres-protocol v0.6.6 |
943 | 2024-02-21T00:21:43.335Z | Downloaded structmeta v0.3.0 |
944 | 2024-02-21T00:21:43.355Z | Downloaded crypto-bigint v0.5.2 |
945 | 2024-02-21T00:21:43.355Z | Downloaded password-hash v0.5.0 |
946 | 2024-02-21T00:21:43.355Z | Downloaded derive_builder_macro v0.12.0 |
947 | 2024-02-21T00:21:43.356Z | Downloaded base64 v0.21.7 |
948 | 2024-02-21T00:21:43.356Z | Downloaded unicode-width v0.1.11 |
949 | 2024-02-21T00:21:43.356Z | Downloaded globset v0.4.13 |
950 | 2024-02-21T00:21:43.370Z | Downloaded pest_meta v2.7.6 |
951 | 2024-02-21T00:21:43.370Z | Downloaded either v1.10.0 |
952 | 2024-02-21T00:21:43.370Z | Downloaded pest_derive v2.7.6 |
953 | 2024-02-21T00:21:43.370Z | Downloaded dtrace-parser v0.2.0 |
954 | 2024-02-21T00:21:43.370Z | Downloaded doc-comment v0.3.3 |
955 | 2024-02-21T00:21:43.370Z | Downloaded num-bigint-dig v0.8.4 |
956 | 2024-02-21T00:21:43.370Z | Downloaded vte_generate_state_changes v0.1.1 |
957 | 2024-02-21T00:21:43.370Z | Downloaded pretty-hex v0.4.1 |
958 | 2024-02-21T00:21:43.371Z | Downloaded fixedbitset v0.4.2 |
959 | 2024-02-21T00:21:43.371Z | Downloaded which v4.4.0 |
960 | 2024-02-21T00:21:43.371Z | Downloaded stringprep v0.1.3 |
961 | 2024-02-21T00:21:43.371Z | Downloaded wyz v0.5.1 |
962 | 2024-02-21T00:21:43.371Z | Downloaded indexmap v1.9.3 |
963 | 2024-02-21T00:21:43.392Z | Downloaded spki v0.7.2 |
964 | 2024-02-21T00:21:43.393Z | Downloaded pin-project-lite v0.2.13 |
965 | 2024-02-21T00:21:43.393Z | Downloaded indicatif v0.17.8 |
966 | 2024-02-21T00:21:43.393Z | Downloaded textwrap v0.16.1 |
967 | 2024-02-21T00:21:43.393Z | Downloaded group v0.13.0 |
968 | 2024-02-21T00:21:43.393Z | Downloaded time-macros v0.2.13 |
969 | 2024-02-21T00:21:43.393Z | Downloaded fragile v2.0.0 |
970 | 2024-02-21T00:21:43.405Z | Downloaded darling_macro v0.14.4 |
971 | 2024-02-21T00:21:43.405Z | Downloaded http v1.0.0 |
972 | 2024-02-21T00:21:43.405Z | Downloaded stable_deref_trait v1.2.0 |
973 | 2024-02-21T00:21:43.405Z | Downloaded enum-as-inner v0.5.1 |
974 | 2024-02-21T00:21:43.405Z | Downloaded rtoolbox v0.0.1 |
975 | 2024-02-21T00:21:43.406Z | Downloaded opaque-debug v0.3.0 |
976 | 2024-02-21T00:21:43.406Z | Downloaded backtrace v0.3.69 |
977 | 2024-02-21T00:21:43.406Z | Downloaded headers-core v0.2.0 |
978 | 2024-02-21T00:21:43.417Z | Downloaded getrandom v0.2.10 |
979 | 2024-02-21T00:21:43.417Z | Downloaded ed25519 v1.5.3 |
980 | 2024-02-21T00:21:43.417Z | Downloaded vte v0.11.1 |
981 | 2024-02-21T00:21:43.417Z | Downloaded half v2.3.1 |
982 | 2024-02-21T00:21:43.417Z | Downloaded openssl-probe v0.1.5 |
983 | 2024-02-21T00:21:43.417Z | Downloaded pkg-config v0.3.27 |
984 | 2024-02-21T00:21:43.455Z | Downloaded rand_xorshift v0.3.0 |
985 | 2024-02-21T00:21:43.456Z | Downloaded packed_struct v0.10.1 |
986 | 2024-02-21T00:21:43.456Z | Downloaded phf v0.11.2 |
987 | 2024-02-21T00:21:43.456Z | Downloaded foreign-types v0.5.0 |
988 | 2024-02-21T00:21:43.456Z | Downloaded socket2 v0.4.9 |
989 | 2024-02-21T00:21:43.456Z | Downloaded take_mut v0.2.2 |
990 | 2024-02-21T00:21:43.456Z | Downloaded tar v0.4.40 |
991 | 2024-02-21T00:21:43.456Z | Downloaded num_threads v0.1.6 |
992 | 2024-02-21T00:21:43.467Z | Downloaded number_prefix v0.4.0 |
993 | 2024-02-21T00:21:43.467Z | Downloaded precomputed-hash v0.1.1 |
994 | 2024-02-21T00:21:43.467Z | Downloaded time-core v0.1.1 |
995 | 2024-02-21T00:21:43.467Z | Downloaded siphasher v0.3.11 |
996 | 2024-02-21T00:21:43.467Z | Downloaded num-iter v0.1.43 |
997 | 2024-02-21T00:21:43.467Z | Downloaded libefi-sys v0.1.0 |
998 | 2024-02-21T00:21:43.467Z | Downloaded snafu v0.7.5 |
999 | 2024-02-21T00:21:43.467Z | Downloaded usdt v0.3.5 |
1000 | 2024-02-21T00:21:43.467Z | Downloaded ucd-trie v0.1.6 |
1001 | 2024-02-21T00:21:43.467Z | Downloaded indexmap v2.2.3 |
1002 | 2024-02-21T00:21:43.467Z | Downloaded toml v0.7.8 |
1003 | 2024-02-21T00:21:43.467Z | Downloaded diesel_derives v2.1.2 |
1004 | 2024-02-21T00:21:43.467Z | Downloaded pem-rfc7468 v0.7.0 |
1005 | 2024-02-21T00:21:43.467Z | Downloaded flate2 v1.0.28 |
1006 | 2024-02-21T00:21:43.467Z | Downloaded plain v0.2.3 |
1007 | 2024-02-21T00:21:43.479Z | Downloaded equivalent v1.0.1 |
1008 | 2024-02-21T00:21:43.479Z | Downloaded slog-async v2.8.0 |
1009 | 2024-02-21T00:21:43.479Z | Downloaded tracing-attributes v0.1.26 |
1010 | 2024-02-21T00:21:43.479Z | Downloaded poly1305 v0.8.0 |
1011 | 2024-02-21T00:21:43.479Z | Downloaded crossterm v0.27.0 |
1012 | 2024-02-21T00:21:43.493Z | Downloaded semver v0.11.0 |
1013 | 2024-02-21T00:21:43.493Z | Downloaded maplit v1.0.2 |
1014 | 2024-02-21T00:21:43.493Z | Downloaded serde_path_to_error v0.1.15 |
1015 | 2024-02-21T00:21:43.493Z | Downloaded parking_lot v0.12.1 |
1016 | 2024-02-21T00:21:43.493Z | Downloaded downcast v0.11.0 |
1017 | 2024-02-21T00:21:43.493Z | Downloaded dof v0.1.5 |
1018 | 2024-02-21T00:21:43.493Z | Downloaded rustc-hash v1.1.0 |
1019 | 2024-02-21T00:21:43.493Z | Downloaded path-slash v0.1.5 |
1020 | 2024-02-21T00:21:43.493Z | Downloaded mime v0.3.17 |
1021 | 2024-02-21T00:21:43.501Z | Downloaded tracing-core v0.1.31 |
1022 | 2024-02-21T00:21:43.501Z | Downloaded sha1 v0.10.6 |
1023 | 2024-02-21T00:21:43.501Z | Downloaded serde_derive_internals v0.26.0 |
1024 | 2024-02-21T00:21:43.501Z | Downloaded term v0.7.0 |
1025 | 2024-02-21T00:21:43.501Z | Downloaded packed_struct_codegen v0.10.1 |
1026 | 2024-02-21T00:21:43.501Z | Downloaded untrusted v0.9.0 |
1027 | 2024-02-21T00:21:43.501Z | Downloaded structmeta-derive v0.3.0 |
1028 | 2024-02-21T00:21:43.507Z | Downloaded structopt v0.3.26 |
1029 | 2024-02-21T00:21:43.516Z | Downloaded macaddr v1.0.1 |
1030 | 2024-02-21T00:21:43.516Z | Downloaded strip-ansi-escapes v0.2.0 |
1031 | 2024-02-21T00:21:43.516Z | Downloaded smawk v0.3.1 |
1032 | 2024-02-21T00:21:43.936Z | Downloaded futures v0.3.30 |
1033 | 2024-02-21T00:21:43.936Z | Downloaded minimal-lexical v0.2.1 |
1034 | 2024-02-21T00:21:43.936Z | Downloaded once_cell v1.19.0 |
1035 | 2024-02-21T00:21:43.954Z | Downloaded tokio-postgres v0.7.10 |
1036 | 2024-02-21T00:21:43.954Z | Downloaded usdt-macro v0.3.5 |
1037 | 2024-02-21T00:21:43.954Z | Downloaded parse-size v1.0.0 |
1038 | 2024-02-21T00:21:43.954Z | Downloaded rcgen v0.12.1 |
1039 | 2024-02-21T00:21:43.954Z | Downloaded ff v0.13.0 |
1040 | 2024-02-21T00:21:43.954Z | Downloaded zone v0.3.0 |
1041 | 2024-02-21T00:21:43.954Z | Downloaded ref-cast-impl v1.0.20 |
1042 | 2024-02-21T00:21:43.954Z | Downloaded postgres-types v0.2.6 |
1043 | 2024-02-21T00:21:43.954Z | Downloaded serde_yaml v0.9.25 |
1044 | 2024-02-21T00:21:43.954Z | Downloaded typenum v1.16.0 |
1045 | 2024-02-21T00:21:43.954Z | Downloaded rand v0.8.5 |
1046 | 2024-02-21T00:21:43.954Z | Downloaded mio v0.8.9 |
1047 | 2024-02-21T00:21:43.954Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1048 | 2024-02-21T00:21:43.954Z | Downloaded postcard v1.0.8 |
1049 | 2024-02-21T00:21:43.954Z | Downloaded strum_macros v0.24.3 |
1050 | 2024-02-21T00:21:43.954Z | Downloaded getopts v0.2.21 |
1051 | 2024-02-21T00:21:43.954Z | Downloaded rustversion v1.0.14 |
1052 | 2024-02-21T00:21:43.954Z | Downloaded smf v0.2.2 |
1053 | 2024-02-21T00:21:43.955Z | Downloaded tokio-macros v2.2.0 |
1054 | 2024-02-21T00:21:43.955Z | Downloaded debug-ignore v1.0.5 |
1055 | 2024-02-21T00:21:43.955Z | Downloaded structmeta-derive v0.2.0 |
1056 | 2024-02-21T00:21:43.955Z | Downloaded heck v0.3.3 |
1057 | 2024-02-21T00:21:43.955Z | Downloaded filetime v0.2.23 |
1058 | 2024-02-21T00:21:43.955Z | Downloaded same-file v1.0.6 |
1059 | 2024-02-21T00:21:43.955Z | Downloaded endian-type v0.1.2 |
1060 | 2024-02-21T00:21:43.955Z | Downloaded fatfs v0.3.6 |
1061 | 2024-02-21T00:21:43.955Z | Downloaded ron v0.8.1 |
1062 | 2024-02-21T00:21:43.955Z | Downloaded strsim v0.10.0 |
1063 | 2024-02-21T00:21:43.955Z | Downloaded flume v0.11.0 |
1064 | 2024-02-21T00:21:43.955Z | Downloaded unicode_categories v0.1.1 |
1065 | 2024-02-21T00:21:43.955Z | Downloaded unicode-bidi v0.3.13 |
1066 | 2024-02-21T00:21:43.955Z | Downloaded signature v1.6.4 |
1067 | 2024-02-21T00:21:43.955Z | Downloaded serde_with_macros v3.6.1 |
1068 | 2024-02-21T00:21:43.955Z | Downloaded oso v0.27.0 |
1069 | 2024-02-21T00:21:43.955Z | Downloaded nodrop v0.1.14 |
1070 | 2024-02-21T00:21:43.955Z | Downloaded futures-executor v0.3.30 |
1071 | 2024-02-21T00:21:43.955Z | Downloaded walkdir v2.4.0 |
1072 | 2024-02-21T00:21:43.955Z | Downloaded olpc-cjson v0.1.3 |
1073 | 2024-02-21T00:21:43.955Z | Downloaded tabled_derive v0.7.0 |
1074 | 2024-02-21T00:21:43.955Z | Downloaded dtrace-parser v0.1.14 |
1075 | 2024-02-21T00:21:43.955Z | Downloaded usdt v0.5.0 |
1076 | 2024-02-21T00:21:43.955Z | Downloaded slog-bunyan v2.5.0 |
1077 | 2024-02-21T00:21:43.956Z | Downloaded typed-path v0.7.0 |
1078 | 2024-02-21T00:21:43.956Z | Downloaded deranged v0.3.8 |
1079 | 2024-02-21T00:21:43.956Z | Downloaded uuid v1.7.0 |
1080 | 2024-02-21T00:21:43.956Z | Downloaded itertools v0.10.5 |
1081 | 2024-02-21T00:21:43.956Z | Downloaded vsss-rs v3.3.4 |
1082 | 2024-02-21T00:21:43.956Z | Downloaded utf8parse v0.2.1 |
1083 | 2024-02-21T00:21:43.956Z | Downloaded itertools v0.12.1 |
1084 | 2024-02-21T00:21:43.956Z | Downloaded slog-dtrace v0.3.0 |
1085 | 2024-02-21T00:21:43.956Z | Downloaded nom v7.1.3 |
1086 | 2024-02-21T00:21:43.956Z | Downloaded display-error-chain v0.2.0 |
1087 | 2024-02-21T00:21:43.956Z | Downloaded hashbrown v0.12.3 |
1088 | 2024-02-21T00:21:43.956Z | Downloaded foreign-types-shared v0.1.1 |
1089 | 2024-02-21T00:21:43.957Z | Downloaded r2d2 v0.8.10 |
1090 | 2024-02-21T00:21:43.957Z | Downloaded pin-utils v0.1.0 |
1091 | 2024-02-21T00:21:43.957Z | Downloaded data-encoding v2.4.0 |
1092 | 2024-02-21T00:21:43.957Z | Downloaded scroll v0.12.0 |
1093 | 2024-02-21T00:21:43.957Z | Downloaded futures-task v0.3.30 |
1094 | 2024-02-21T00:21:43.957Z | Downloaded utf-8 v0.7.6 |
1095 | 2024-02-21T00:21:43.957Z | Downloaded xattr v1.0.1 |
1096 | 2024-02-21T00:21:43.957Z | Downloaded predicates v3.1.0 |
1097 | 2024-02-21T00:21:43.957Z | Downloaded libm v0.2.7 |
1098 | 2024-02-21T00:21:43.957Z | Downloaded pretty-hex v0.2.1 |
1099 | 2024-02-21T00:21:43.957Z | Downloaded unarray v0.1.4 |
1100 | 2024-02-21T00:21:43.957Z | Downloaded predicates-tree v1.0.9 |
1101 | 2024-02-21T00:21:43.957Z | Downloaded strum_macros v0.26.1 |
1102 | 2024-02-21T00:21:43.958Z | Downloaded serde-big-array v0.4.1 |
1103 | 2024-02-21T00:21:43.958Z | Downloaded rustc-demangle v0.1.23 |
1104 | 2024-02-21T00:21:43.958Z | Downloaded form_urlencoded v1.2.1 |
1105 | 2024-02-21T00:21:43.958Z | Downloaded tokio-tungstenite v0.20.1 |
1106 | 2024-02-21T00:21:43.958Z | Downloaded rustfmt-wrapper v0.2.0 |
1107 | 2024-02-21T00:21:43.958Z | Downloaded zerocopy v0.6.4 |
1108 | 2024-02-21T00:21:43.958Z | Downloaded unicode-xid v0.2.4 |
1109 | 2024-02-21T00:21:43.958Z | Downloaded tokio-rustls v0.24.1 |
1110 | 2024-02-21T00:21:43.958Z | Downloaded zerocopy v0.3.0 |
1111 | 2024-02-21T00:21:43.958Z | Downloaded usdt-impl v0.3.5 |
1112 | 2024-02-21T00:21:43.958Z | Downloaded fnv v1.0.7 |
1113 | 2024-02-21T00:21:43.958Z | Downloaded darling v0.14.4 |
1114 | 2024-02-21T00:21:43.958Z | Downloaded defmt v0.3.5 |
1115 | 2024-02-21T00:21:43.958Z | Downloaded slog-stdlog v4.1.1 |
1116 | 2024-02-21T00:21:43.958Z | Downloaded hex v0.4.3 |
1117 | 2024-02-21T00:21:43.958Z | Downloaded proc-macro-error-attr v1.0.4 |
1118 | 2024-02-21T00:21:43.958Z | Downloaded fd-lock v4.0.2 |
1119 | 2024-02-21T00:21:43.958Z | Downloaded pin-project v1.1.3 |
1120 | 2024-02-21T00:21:43.958Z | Downloaded openssl-macros v0.1.1 |
1121 | 2024-02-21T00:21:43.958Z | Downloaded foreign-types-shared v0.3.1 |
1122 | 2024-02-21T00:21:43.958Z | Downloaded usdt-macro v0.5.0 |
1123 | 2024-02-21T00:21:43.959Z | Downloaded fxhash v0.2.1 |
1124 | 2024-02-21T00:21:43.959Z | Downloaded rustc_version v0.4.0 |
1125 | 2024-02-21T00:21:43.959Z | Downloaded futures-core v0.3.30 |
1126 | 2024-02-21T00:21:43.959Z | Downloaded hash32 v0.2.1 |
1127 | 2024-02-21T00:21:43.959Z | Downloaded defmt-parser v0.3.3 |
1128 | 2024-02-21T00:21:43.959Z | Downloaded proc-macro-error v1.0.4 |
1129 | 2024-02-21T00:21:43.959Z | Downloaded slog v2.7.0 |
1130 | 2024-02-21T00:21:43.959Z | Downloaded hashbrown v0.13.2 |
1131 | 2024-02-21T00:21:43.959Z | Downloaded tui-tree-widget v0.17.0 |
1132 | 2024-02-21T00:21:43.959Z | Downloaded pem v3.0.2 |
1133 | 2024-02-21T00:21:43.959Z | Downloaded elliptic-curve v0.13.8 |
1134 | 2024-02-21T00:21:43.959Z | Downloaded tokio-rustls v0.25.0 |
1135 | 2024-02-21T00:21:44.390Z | Downloaded termcolor v1.2.0 |
1136 | 2024-02-21T00:21:44.390Z | Downloaded proc-macro-crate v1.3.1 |
1137 | 2024-02-21T00:21:44.391Z | Downloaded synstructure v0.12.6 |
1138 | 2024-02-21T00:21:44.391Z | Downloaded tap v1.0.1 |
1139 | 2024-02-21T00:21:44.391Z | Downloaded prettyplease v0.2.16 |
1140 | 2024-02-21T00:21:44.391Z | Downloaded zeroize v1.7.0 |
1141 | 2024-02-21T00:21:44.391Z | Downloaded heck v0.4.1 |
1142 | 2024-02-21T00:21:44.391Z | Downloaded trust-dns-server v0.22.1 |
1143 | 2024-02-21T00:21:44.391Z | Downloaded thread-id v4.2.0 |
1144 | 2024-02-21T00:21:44.391Z | Downloaded static_assertions v1.1.0 |
1145 | 2024-02-21T00:21:44.391Z | Downloaded signature v2.1.0 |
1146 | 2024-02-21T00:21:44.391Z | Downloaded socket2 v0.5.5 |
1147 | 2024-02-21T00:21:44.392Z | Downloaded terminal_size v0.3.0 |
1148 | 2024-02-21T00:21:44.392Z | Downloaded vec_map v0.8.2 |
1149 | 2024-02-21T00:21:44.392Z | Downloaded hkdf v0.12.4 |
1150 | 2024-02-21T00:21:44.392Z | Downloaded subprocess v0.2.9 |
1151 | 2024-02-21T00:21:44.392Z | Downloaded futures-io v0.3.30 |
1152 | 2024-02-21T00:21:44.392Z | Downloaded fd-lock v3.0.13 |
1153 | 2024-02-21T00:21:44.392Z | Downloaded untrusted v0.7.1 |
1154 | 2024-02-21T00:21:44.392Z | Downloaded ppv-lite86 v0.2.17 |
1155 | 2024-02-21T00:21:44.392Z | Downloaded test-strategy v0.3.1 |
1156 | 2024-02-21T00:21:44.393Z | Downloaded glob v0.3.1 |
1157 | 2024-02-21T00:21:44.393Z | Downloaded heapless v0.8.0 |
1158 | 2024-02-21T00:21:44.393Z | Downloaded dirs-next v2.0.0 |
1159 | 2024-02-21T00:21:44.393Z | Downloaded wait-timeout v0.2.0 |
1160 | 2024-02-21T00:21:44.393Z | Downloaded url v2.5.0 |
1161 | 2024-02-21T00:21:44.393Z | Downloaded zip v0.6.6 |
1162 | 2024-02-21T00:21:44.393Z | Downloaded ryu v1.0.15 |
1163 | 2024-02-21T00:21:44.394Z | Downloaded slog-term v2.9.0 |
1164 | 2024-02-21T00:21:44.394Z | Downloaded slog-scope v4.4.0 |
1165 | 2024-02-21T00:21:44.394Z | Downloaded proc-macro2 v1.0.78 |
1166 | 2024-02-21T00:21:44.394Z | Downloaded memmap2 v0.7.1 |
1167 | 2024-02-21T00:21:44.394Z | Downloaded tinyvec v1.6.0 |
1168 | 2024-02-21T00:21:44.394Z | Downloaded rsa v0.9.2 |
1169 | 2024-02-21T00:21:44.394Z | Downloaded der v0.7.8 |
1170 | 2024-02-21T00:21:44.394Z | Downloaded tough v0.16.0 |
1171 | 2024-02-21T00:21:44.394Z | Downloaded hyper v0.14.27 |
1172 | 2024-02-21T00:21:44.395Z | Downloaded derive_builder_core v0.12.0 |
1173 | 2024-02-21T00:21:44.395Z | Downloaded toml v0.5.11 |
1174 | 2024-02-21T00:21:44.395Z | Downloaded openssl-sys v0.9.96 |
1175 | 2024-02-21T00:21:44.395Z | Downloaded blake3 v1.5.0 |
1176 | 2024-02-21T00:21:44.395Z | Downloaded fallible-iterator v0.2.0 |
1177 | 2024-02-21T00:21:44.395Z | Downloaded time v0.3.27 |
1178 | 2024-02-21T00:21:44.395Z | Downloaded headers v0.3.9 |
1179 | 2024-02-21T00:21:44.395Z | Downloaded portable-atomic v1.4.3 |
1180 | 2024-02-21T00:21:44.395Z | Downloaded tokio-util v0.7.10 |
1181 | 2024-02-21T00:21:44.395Z | Downloaded regex-automata v0.1.10 |
1182 | 2024-02-21T00:21:44.396Z | Downloaded rustls-webpki v0.101.7 |
1183 | 2024-02-21T00:21:44.396Z | Downloaded derive_more v0.99.17 |
1184 | 2024-02-21T00:21:44.396Z | Downloaded rayon v1.8.0 |
1185 | 2024-02-21T00:21:44.396Z | Downloaded reqwest v0.11.22 |
1186 | 2024-02-21T00:21:44.396Z | Downloaded lalrpop v0.19.12 |
1187 | 2024-02-21T00:21:44.396Z | Downloaded trust-dns-resolver v0.22.0 |
1188 | 2024-02-21T00:21:44.397Z | Downloaded serde v1.0.196 |
1189 | 2024-02-21T00:21:44.397Z | Downloaded heapless v0.7.16 |
1190 | 2024-02-21T00:21:44.397Z | Downloaded x509-cert v0.2.4 |
1191 | 2024-02-21T00:21:44.397Z | Downloaded futures-util v0.3.30 |
1192 | 2024-02-21T00:21:44.397Z | Downloaded trust-dns-client v0.22.0 |
1193 | 2024-02-21T00:21:44.397Z | Downloaded unicode-segmentation v1.10.1 |
1194 | 2024-02-21T00:21:44.423Z | Downloaded pest v2.7.6 |
1195 | 2024-02-21T00:21:44.423Z | Downloaded chrono v0.4.31 |
1196 | 2024-02-21T00:21:44.423Z | Downloaded rustls-webpki v0.102.1 |
1197 | 2024-02-21T00:21:44.423Z | Downloaded unicode-normalization v0.1.22 |
1198 | 2024-02-21T00:21:44.423Z | Downloaded zerocopy v0.7.32 |
1199 | 2024-02-21T00:21:44.423Z | Downloaded toml_edit v0.19.15 |
1200 | 2024-02-21T00:21:44.424Z | Downloaded winnow v0.5.15 |
1201 | 2024-02-21T00:21:44.424Z | Downloaded serde_json v1.0.114 |
1202 | 2024-02-21T00:21:44.424Z | Downloaded rustyline v13.0.0 |
1203 | 2024-02-21T00:21:44.424Z | Downloaded serde_with v3.6.1 |
1204 | 2024-02-21T00:21:44.424Z | Downloaded reedline v0.29.0 |
1205 | 2024-02-21T00:21:44.424Z | Downloaded winnow v0.6.1 |
1206 | 2024-02-21T00:21:44.424Z | Downloaded idna v0.5.0 |
1207 | 2024-02-21T00:21:44.424Z | Downloaded regress v0.8.0 |
1208 | 2024-02-21T00:21:44.424Z | Downloaded goblin v0.8.0 |
1209 | 2024-02-21T00:21:44.425Z | Downloaded radix_trie v0.2.1 |
1210 | 2024-02-21T00:21:44.425Z | Downloaded webpki-roots v0.25.2 |
1211 | 2024-02-21T00:21:44.425Z | Downloaded quick-xml v0.30.0 |
1212 | 2024-02-21T00:21:44.425Z | Downloaded rustls v0.21.9 |
1213 | 2024-02-21T00:21:44.425Z | Downloaded h2 v0.3.24 |
1214 | 2024-02-21T00:21:44.425Z | Downloaded vcpkg v0.2.15 |
1215 | 2024-02-21T00:21:44.425Z | Downloaded syn v2.0.48 |
1216 | 2024-02-21T00:21:44.425Z | Downloaded tabled v0.15.0 |
1217 | 2024-02-21T00:21:44.425Z | Downloaded openssl v0.10.60 |
1218 | 2024-02-21T00:21:44.425Z | Downloaded gimli v0.28.0 |
1219 | 2024-02-21T00:21:44.425Z | Downloaded regex-syntax v0.6.29 |
1220 | 2024-02-21T00:21:44.425Z | Downloaded rustix v0.38.31 |
1221 | 2024-02-21T00:21:44.425Z | Downloaded polar-core v0.27.0 |
1222 | 2024-02-21T00:21:44.425Z | Downloaded rustls v0.22.2 |
1223 | 2024-02-21T00:21:44.425Z | Downloaded openapiv3 v2.0.0 |
1224 | 2024-02-21T00:21:44.425Z | Downloaded zerocopy-derive v0.2.0 |
1225 | 2024-02-21T00:21:44.426Z | Downloaded ratatui v0.26.1 |
1226 | 2024-02-21T00:21:44.426Z | Downloaded sled v0.34.7 |
1227 | 2024-02-21T00:21:44.426Z | Downloaded zerocopy-derive v0.6.4 |
1228 | 2024-02-21T00:21:44.426Z | Downloaded trust-dns-proto v0.22.0 |
1229 | 2024-02-21T00:21:44.426Z | Downloaded regex-automata v0.4.4 |
1230 | 2024-02-21T00:21:44.426Z | Downloaded bstr v1.6.0 |
1231 | 2024-02-21T00:21:44.426Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1232 | 2024-02-21T00:21:44.426Z | Downloaded regex-automata v0.3.8 |
1233 | 2024-02-21T00:21:44.427Z | Downloaded tokio v1.36.0 |
1234 | 2024-02-21T00:21:44.849Z | Downloaded csv v1.3.0 |
1235 | 2024-02-21T00:21:44.865Z | Downloaded sha3 v0.10.8 |
1236 | 2024-02-21T00:21:44.865Z | Downloaded libc v0.2.153 |
1237 | 2024-02-21T00:21:44.865Z | Downloaded curve25519-dalek v4.1.1 |
1238 | 2024-02-21T00:21:44.865Z | Downloaded regex-syntax v0.8.2 |
1239 | 2024-02-21T00:21:44.866Z | Downloaded object v0.32.1 |
1240 | 2024-02-21T00:21:44.866Z | Downloaded encoding_rs v0.8.33 |
1241 | 2024-02-21T00:21:44.866Z | Downloaded diesel v2.1.4 |
1242 | 2024-02-21T00:21:44.866Z | Downloaded bstr v0.2.17 |
1243 | 2024-02-21T00:21:44.866Z | Downloaded regex v1.10.3 |
1244 | 2024-02-21T00:21:44.866Z | Downloaded object v0.30.4 |
1245 | 2024-02-21T00:21:44.866Z | Downloaded smoltcp v0.11.0 |
1246 | 2024-02-21T00:21:44.866Z | Downloaded syn v1.0.109 |
1247 | 2024-02-21T00:21:44.866Z | Downloaded petgraph v0.6.4 |
1248 | 2024-02-21T00:21:44.866Z | Downloaded proptest v1.4.0 |
1249 | 2024-02-21T00:21:44.867Z | Downloaded idna v0.2.3 |
1250 | 2024-02-21T00:21:44.867Z | Downloaded smoltcp v0.9.1 |
1251 | 2024-02-21T00:21:44.867Z | Downloaded nix v0.27.1 |
1252 | 2024-02-21T00:21:44.867Z | Downloaded bitvec v1.0.1 |
1253 | 2024-02-21T00:21:44.867Z | Downloaded clap v2.34.0 |
1254 | 2024-02-21T00:21:44.867Z | Downloaded bindgen v0.69.2 |
1255 | 2024-02-21T00:21:44.867Z | Downloaded similar v2.3.0 |
1256 | 2024-02-21T00:21:44.867Z | Downloaded darling_core v0.14.4 |
1257 | 2024-02-21T00:21:44.868Z | Downloaded darling_core v0.20.3 |
1258 | 2024-02-21T00:21:44.868Z | Downloaded rayon-core v1.12.0 |
1259 | 2024-02-21T00:21:44.868Z | Downloaded hashbrown v0.14.3 |
1260 | 2024-02-21T00:21:44.868Z | Downloaded sqlparser v0.43.1 |
1261 | 2024-02-21T00:21:44.868Z | Downloaded snafu-derive v0.7.5 |
1262 | 2024-02-21T00:21:44.868Z | Downloaded ref-cast v1.0.20 |
1263 | 2024-02-21T00:21:44.868Z | Downloaded pin-project-internal v1.1.3 |
1264 | 2024-02-21T00:21:44.868Z | Downloaded quote v1.0.35 |
1265 | 2024-02-21T00:21:44.869Z | Downloaded parking_lot v0.11.2 |
1266 | 2024-02-21T00:21:44.869Z | Downloaded semver v1.0.22 |
1267 | 2024-02-21T00:21:44.869Z | Downloaded ring v0.17.8 |
1268 | 2024-02-21T00:21:44.869Z | Downloaded papergrid v0.11.0 |
1269 | 2024-02-21T00:21:44.869Z | Downloaded toml_edit v0.22.6 |
1270 | 2024-02-21T00:21:44.869Z | Downloaded aho-corasick v1.0.4 |
1271 | 2024-02-21T00:21:44.869Z | Downloaded usdt-impl v0.5.0 |
1272 | 2024-02-21T00:21:44.869Z | Downloaded radium v0.7.0 |
1273 | 2024-02-21T00:21:44.870Z | Downloaded ring v0.16.20 |
1274 | 2024-02-21T00:21:44.958Z | Downloaded yasna v0.5.2 |
1275 | 2024-02-21T00:21:44.971Z | Downloaded rusty-fork v0.3.0 |
1276 | 2024-02-21T00:21:44.971Z | Downloaded embedded-io v0.4.0 |
1277 | 2024-02-21T00:21:44.971Z | Downloaded omicron-zone-package v0.11.0 |
1278 | 2024-02-21T00:21:44.971Z | Downloaded textwrap v0.11.0 |
1279 | 2024-02-21T00:21:44.971Z | Downloaded spin v0.9.8 |
1280 | 2024-02-21T00:21:44.972Z | Downloaded signal-hook v0.3.17 |
1281 | 2024-02-21T00:21:44.972Z | Downloaded toml_datetime v0.6.5 |
1282 | 2024-02-21T00:21:44.972Z | Downloaded foreign-types v0.3.2 |
1283 | 2024-02-21T00:21:44.972Z | Downloaded dirs-sys-next v0.1.2 |
1284 | 2024-02-21T00:21:44.972Z | Downloaded defmt-macros v0.3.6 |
1285 | 2024-02-21T00:21:44.972Z | Downloaded thiserror-impl v1.0.57 |
1286 | 2024-02-21T00:21:44.972Z | Downloaded memoffset v0.9.0 |
1287 | 2024-02-21T00:21:44.972Z | Downloaded parse-display v0.9.0 |
1288 | 2024-02-21T00:21:44.972Z | Downloaded tracing v0.1.37 |
1289 | 2024-02-21T00:21:44.972Z | Downloaded steno v0.4.0 |
1290 | 2024-02-21T00:21:44.978Z | Downloaded platforms v3.0.2 |
1291 | 2024-02-21T00:21:44.979Z | Downloaded tungstenite v0.20.1 |
1292 | 2024-02-21T00:21:44.979Z | Downloaded unsafe-libyaml v0.2.10 |
1293 | 2024-02-21T00:21:44.979Z | Downloaded derive_builder v0.12.0 |
1294 | 2024-02-21T00:21:44.988Z | Downloaded bytes v1.5.0 |
1295 | 2024-02-21T00:21:44.988Z | Downloaded thiserror-impl-no-std v2.0.2 |
1296 | 2024-02-21T00:21:44.989Z | Downloaded whoami v1.4.1 |
1297 | 2024-02-21T00:21:45.011Z | Downloaded parking_lot_core v0.8.6 |
1298 | 2024-02-21T00:21:45.011Z | Downloaded tempfile v3.10.0 |
1299 | 2024-02-21T00:21:45.011Z | Downloaded memchr v2.6.3 |
1300 | 2024-02-21T00:21:45.011Z | Downloaded scopeguard v1.2.0 |
1301 | 2024-02-21T00:21:45.019Z | Downloaded http v0.2.11 |
1302 | 2024-02-21T00:21:45.019Z | Downloaded num-bigint v0.4.4 |
1303 | 2024-02-21T00:21:45.019Z | Downloaded futures-channel v0.3.30 |
1304 | 2024-02-21T00:21:45.019Z | Downloaded thiserror v1.0.57 |
1305 | 2024-02-21T00:21:45.020Z | Downloaded gethostname v0.4.3 |
1306 | 2024-02-21T00:21:45.020Z | Downloaded strum_macros v0.25.2 |
1307 | 2024-02-21T00:21:45.020Z | Downloaded unicode-ident v1.0.12 |
1308 | 2024-02-21T00:21:45.020Z | Downloaded derive-where v1.2.7 |
1309 | 2024-02-21T00:21:45.020Z | Downloaded errno v0.3.8 |
1310 | 2024-02-21T00:21:45.020Z | Downloaded supports-color v3.0.0 |
1311 | 2024-02-21T00:21:45.030Z | Downloaded diff v0.1.13 |
1312 | 2024-02-21T00:21:45.030Z | Downloaded miniz_oxide v0.7.1 |
1313 | 2024-02-21T00:21:45.030Z | Downloaded pkcs8 v0.10.2 |
1314 | 2024-02-21T00:21:45.045Z | Downloaded pkcs1 v0.7.5 |
1315 | 2024-02-21T00:21:45.046Z | Downloaded der_derive v0.7.2 |
1316 | 2024-02-21T00:21:45.046Z | Downloaded sqlformat v0.2.3 |
1317 | 2024-02-21T00:21:45.046Z | Downloaded clap_lex v0.7.0 |
1318 | 2024-02-21T00:21:45.046Z | Downloaded hyper-staticfile v0.9.5 |
1319 | 2024-02-21T00:21:45.046Z | Downloaded arc-swap v1.6.0 |
1320 | 2024-02-21T00:21:45.046Z | Downloaded strsim v0.11.0 |
1321 | 2024-02-21T00:21:45.047Z | Downloaded string_cache v0.8.7 |
1322 | 2024-02-21T00:21:45.067Z | Downloaded sha2 v0.10.8 |
1323 | 2024-02-21T00:21:45.067Z | Downloaded rustls-pemfile v1.0.3 |
1324 | 2024-02-21T00:21:45.067Z | Downloaded const-oid v0.9.5 |
1325 | 2024-02-21T00:21:45.067Z | Downloaded mockall v0.12.0 |
1326 | 2024-02-21T00:21:45.067Z | Downloaded rustc_version v0.1.7 |
1327 | 2024-02-21T00:21:45.067Z | Downloaded lock_api v0.4.10 |
1328 | 2024-02-21T00:21:45.068Z | Downloaded md-5 v0.10.5 |
1329 | 2024-02-21T00:21:45.068Z | Downloaded backoff v0.4.0 |
1330 | 2024-02-21T00:21:45.068Z | Downloaded csv-core v0.1.11 |
1331 | 2024-02-21T00:21:45.068Z | Downloaded slog-json v2.6.1 |
1332 | 2024-02-21T00:21:45.078Z | Downloaded slog-envlogger v2.2.0 |
1333 | 2024-02-21T00:21:45.079Z | Downloaded serde-hex v0.1.0 |
1334 | 2024-02-21T00:21:45.079Z | Downloaded castaway v0.2.2 |
1335 | 2024-02-21T00:21:45.079Z | Downloaded indoc v1.0.9 |
1336 | 2024-02-21T00:21:45.079Z | Downloaded memmap v0.7.0 |
1337 | 2024-02-21T00:21:45.079Z | Downloaded crc v3.0.1 |
1338 | 2024-02-21T00:21:45.079Z | Downloaded crypto-common v0.1.6 |
1339 | 2024-02-21T00:21:45.080Z | Downloaded anyhow v1.0.75 |
1340 | 2024-02-21T00:21:45.080Z | Downloaded shlex v1.3.0 |
1341 | 2024-02-21T00:21:45.080Z | Downloaded libloading v0.7.4 |
1342 | 2024-02-21T00:21:45.080Z | Downloaded bcs v0.1.6 |
1343 | 2024-02-21T00:21:45.080Z | Downloaded hubpack_derive v0.1.1 |
1344 | 2024-02-21T00:21:45.081Z | Downloaded httpdate v1.0.3 |
1345 | 2024-02-21T00:21:45.088Z | Downloaded cobs v0.2.3 |
1346 | 2024-02-21T00:21:45.088Z | Downloaded ciborium-ll v0.2.2 |
1347 | 2024-02-21T00:21:45.088Z | Downloaded bytecount v0.6.3 |
1348 | 2024-02-21T00:21:45.088Z | Downloaded camino-tempfile v1.1.1 |
1349 | 2024-02-21T00:21:45.088Z | Downloaded async-trait v0.1.77 |
1350 | 2024-02-21T00:21:45.089Z | Downloaded anstream v0.6.11 |
1351 | 2024-02-21T00:21:45.095Z | Downloaded lalrpop-util v0.19.12 |
1352 | 2024-02-21T00:21:45.095Z | Downloaded hostname v0.3.1 |
1353 | 2024-02-21T00:21:45.096Z | Downloaded block-padding v0.3.3 |
1354 | 2024-02-21T00:21:45.096Z | Downloaded highway v1.1.0 |
1355 | 2024-02-21T00:21:45.096Z | Downloaded cipher v0.4.4 |
1356 | 2024-02-21T00:21:45.096Z | Downloaded hubpack v0.1.2 |
1357 | 2024-02-21T00:21:45.096Z | Downloaded lazy_static v1.4.0 |
1358 | 2024-02-21T00:21:45.103Z | Downloaded serde_derive v1.0.196 |
1359 | 2024-02-21T00:21:45.103Z | Downloaded crossbeam-deque v0.8.3 |
1360 | 2024-02-21T00:21:45.103Z | Downloaded http-range v0.1.5 |
1361 | 2024-02-21T00:21:45.103Z | Downloaded bit-set v0.5.3 |
1362 | 2024-02-21T00:21:45.104Z | Downloaded home v0.5.5 |
1363 | 2024-02-21T00:21:45.104Z | Downloaded bb8 v0.8.3 |
1364 | 2024-02-21T00:21:45.109Z | Downloaded array-init v0.0.4 |
1365 | 2024-02-21T00:21:45.109Z | Downloaded num-rational v0.4.1 |
1366 | 2024-02-21T00:21:45.109Z | Downloaded newtype_derive v0.1.6 |
1367 | 2024-02-21T00:21:45.109Z | Downloaded is_ci v1.2.0 |
1368 | 2024-02-21T00:21:45.109Z | Downloaded semver v0.1.20 |
1369 | 2024-02-21T00:21:45.109Z | Downloaded crucible-workspace-hack v0.1.0 |
1370 | 2024-02-21T00:21:45.109Z | Downloaded num_enum v0.5.11 |
1371 | 2024-02-21T00:21:45.116Z | Downloaded num_cpus v1.16.0 |
1372 | 2024-02-21T00:21:45.116Z | Downloaded num-derive v0.4.0 |
1373 | 2024-02-21T00:21:45.127Z | Downloaded num-complex v0.4.4 |
1374 | 2024-02-21T00:21:45.127Z | Downloaded num-integer v0.1.46 |
1375 | 2024-02-21T00:21:45.127Z | Downloaded num v0.4.1 |
1376 | 2024-02-21T00:21:45.127Z | Downloaded adler v1.0.2 |
1377 | 2024-02-21T00:21:45.127Z | Downloaded itoa v1.0.9 |
1378 | 2024-02-21T00:21:45.127Z | Downloaded nibble_vec v0.1.0 |
1379 | 2024-02-21T00:21:45.127Z | Downloaded indoc v2.0.3 |
1380 | 2024-02-21T00:21:45.136Z | Downloaded convert_case v0.4.0 |
1381 | 2024-02-21T00:21:45.137Z | Downloaded normalize-line-endings v0.3.0 |
1382 | 2024-02-21T00:21:45.137Z | Downloaded crossbeam-utils v0.8.16 |
1383 | 2024-02-21T00:21:45.137Z | Downloaded cpufeatures v0.2.12 |
1384 | 2024-02-21T00:21:45.137Z | Downloaded cookie v0.18.0 |
1385 | 2024-02-21T00:21:45.143Z | Downloaded cc v1.0.83 |
1386 | 2024-02-21T00:21:45.144Z | Downloaded bitfield v0.14.0 |
1387 | 2024-02-21T00:21:45.144Z | Downloaded bzip2 v0.4.4 |
1388 | 2024-02-21T00:21:45.525Z | Compiling proc-macro2 v1.0.78 |
1389 | 2024-02-21T00:21:45.525Z | Compiling unicode-ident v1.0.12 |
1390 | 2024-02-21T00:21:45.529Z | Compiling libc v0.2.153 |
1391 | 2024-02-21T00:21:45.529Z | Compiling serde v1.0.196 |
1392 | 2024-02-21T00:21:45.529Z | Compiling autocfg v1.1.0 |
1393 | 2024-02-21T00:21:45.529Z | Compiling version_check v0.9.4 |
1394 | 2024-02-21T00:21:45.574Z | Compiling cfg-if v1.0.0 |
1395 | 2024-02-21T00:21:45.717Z | Compiling syn v1.0.109 |
1396 | 2024-02-21T00:21:46.164Z | Compiling once_cell v1.19.0 |
1397 | 2024-02-21T00:21:46.179Z | Compiling byteorder v1.5.0 |
1398 | 2024-02-21T00:21:46.180Z | Compiling memchr v2.6.3 |
1399 | 2024-02-21T00:21:46.219Z | Compiling parking_lot_core v0.9.8 |
1400 | 2024-02-21T00:21:46.246Z | Compiling ahash v0.8.7 |
1401 | 2024-02-21T00:21:46.329Z | Compiling lock_api v0.4.10 |
1402 | 2024-02-21T00:21:47.350Z | Compiling libm v0.2.7 |
1403 | 2024-02-21T00:21:47.363Z | Compiling serde_json v1.0.114 |
1404 | 2024-02-21T00:21:47.363Z | Compiling num-traits v0.2.16 |
1405 | 2024-02-21T00:21:47.363Z | Compiling thiserror v1.0.57 |
1406 | 2024-02-21T00:21:47.364Z | Compiling typenum v1.16.0 |
1407 | 2024-02-21T00:21:47.410Z | Compiling scopeguard v1.2.0 |
1408 | 2024-02-21T00:21:47.548Z | Compiling generic-array v0.14.7 |
1409 | 2024-02-21T00:21:47.570Z | Compiling itoa v1.0.9 |
1410 | 2024-02-21T00:21:47.944Z | Compiling quote v1.0.35 |
1411 | 2024-02-21T00:21:48.602Z | Compiling log v0.4.20 |
1412 | 2024-02-21T00:21:48.628Z | Compiling syn v2.0.48 |
1413 | 2024-02-21T00:21:48.628Z | Compiling cc v1.0.83 |
1414 | 2024-02-21T00:21:48.677Z | Compiling getrandom v0.2.10 |
1415 | 2024-02-21T00:21:48.813Z | Compiling pkg-config v0.3.27 |
1416 | 2024-02-21T00:21:49.013Z | Compiling allocator-api2 v0.2.16 |
1417 | 2024-02-21T00:21:49.255Z | Compiling slab v0.4.9 |
1418 | 2024-02-21T00:21:50.106Z | Compiling ryu v1.0.15 |
1419 | 2024-02-21T00:21:50.113Z | Compiling heck v0.4.1 |
1420 | 2024-02-21T00:21:50.114Z | Compiling pin-project-lite v0.2.13 |
1421 | 2024-02-21T00:21:50.114Z | Compiling smallvec v1.13.1 |
1422 | 2024-02-21T00:21:50.114Z | Compiling schemars v0.8.16 |
1423 | 2024-02-21T00:21:50.323Z | Compiling equivalent v1.0.1 |
1424 | 2024-02-21T00:21:51.436Z | Compiling parking_lot v0.12.1 |
1425 | 2024-02-21T00:21:51.474Z | Compiling vcpkg v0.2.15 |
1426 | 2024-02-21T00:21:51.474Z | Compiling ring v0.17.8 |
1427 | 2024-02-21T00:21:52.788Z | Compiling signal-hook-registry v1.4.1 |
1428 | 2024-02-21T00:21:52.954Z | Compiling openssl-sys v0.9.96 |
1429 | 2024-02-21T00:21:53.301Z | Compiling rand_core v0.6.4 |
1430 | 2024-02-21T00:21:53.804Z | Compiling mio v0.8.9 |
1431 | 2024-02-21T00:21:54.133Z | Compiling ring v0.16.20 |
1432 | 2024-02-21T00:21:54.952Z | Compiling socket2 v0.5.5 |
1433 | 2024-02-21T00:21:55.470Z | Compiling num_cpus v1.16.0 |
1434 | 2024-02-21T00:21:55.470Z | Compiling httparse v1.8.0 |
1435 | 2024-02-21T00:21:55.562Z | Compiling ucd-trie v0.1.6 |
1436 | 2024-02-21T00:21:55.610Z | Compiling rustix v0.38.31 |
1437 | 2024-02-21T00:21:55.675Z | Compiling futures-core v0.3.30 |
1438 | 2024-02-21T00:21:56.040Z | Compiling crossbeam-utils v0.8.16 |
1439 | 2024-02-21T00:21:56.548Z | Compiling fnv v1.0.7 |
1440 | 2024-02-21T00:21:56.557Z | Compiling semver v1.0.22 |
1441 | 2024-02-21T00:21:56.557Z | Compiling openssl v0.10.60 |
1442 | 2024-02-21T00:21:56.557Z | Compiling serde_derive_internals v0.26.0 |
1443 | 2024-02-21T00:21:56.557Z | Compiling spin v0.5.2 |
1444 | 2024-02-21T00:21:56.786Z | Compiling iana-time-zone v0.1.57 |
1445 | 2024-02-21T00:21:57.016Z | Compiling rustls v0.21.9 |
1446 | 2024-02-21T00:21:57.154Z | Compiling const-oid v0.9.5 |
1447 | 2024-02-21T00:21:57.351Z | Compiling native-tls v0.2.11 |
1448 | 2024-02-21T00:21:57.523Z | Compiling subtle v2.5.0 |
1449 | 2024-02-21T00:21:57.705Z | Compiling unicode-xid v0.2.4 |
1450 | 2024-02-21T00:21:58.161Z | Compiling spin v0.9.8 |
1451 | 2024-02-21T00:21:58.603Z | Compiling synstructure v0.12.6 |
1452 | 2024-02-21T00:21:58.616Z | Compiling memoffset v0.9.0 |
1453 | 2024-02-21T00:21:58.617Z | Compiling futures-sink v0.3.30 |
1454 | 2024-02-21T00:21:58.867Z | Compiling backtrace v0.3.69 |
1455 | 2024-02-21T00:21:59.020Z | Compiling rustversion v1.0.14 |
1456 | 2024-02-21T00:21:59.081Z | Compiling tinyvec_macros v0.1.1 |
1457 | 2024-02-21T00:21:59.102Z | Compiling dyn-clone v1.0.16 |
1458 | 2024-02-21T00:21:59.166Z | Compiling tinyvec v1.6.0 |
1459 | 2024-02-21T00:21:59.335Z | Compiling futures-channel v0.3.30 |
1460 | 2024-02-21T00:21:59.976Z | Compiling tracing-core v0.1.31 |
1461 | 2024-02-21T00:21:59.991Z | Compiling crossbeam-epoch v0.9.15 |
1462 | 2024-02-21T00:21:59.991Z | Compiling futures-io v0.3.30 |
1463 | 2024-02-21T00:22:00.017Z | Compiling pin-utils v0.1.0 |
1464 | 2024-02-21T00:22:00.478Z | Compiling winnow v0.5.15 |
1465 | 2024-02-21T00:22:00.478Z | Compiling slog v2.7.0 |
1466 | 2024-02-21T00:22:00.478Z | Compiling futures-task v0.3.30 |
1467 | 2024-02-21T00:22:00.800Z | Compiling unicode-normalization v0.1.22 |
1468 | 2024-02-21T00:22:02.092Z | Compiling serde_derive v1.0.196 |
1469 | 2024-02-21T00:22:02.640Z | Compiling zerocopy-derive v0.7.32 |
1470 | 2024-02-21T00:22:02.683Z | Compiling zeroize_derive v1.4.2 |
1471 | 2024-02-21T00:22:02.684Z | Compiling thiserror-impl v1.0.57 |
1472 | 2024-02-21T00:22:02.684Z | Compiling tokio-macros v2.2.0 |
1473 | 2024-02-21T00:22:02.684Z | Compiling futures-macro v0.3.30 |
1474 | 2024-02-21T00:22:03.843Z | Compiling tracing-attributes v0.1.26 |
1475 | 2024-02-21T00:22:03.843Z | Compiling schemars_derive v0.8.16 |
1476 | 2024-02-21T00:22:03.843Z | Compiling zeroize v1.7.0 |
1477 | 2024-02-21T00:22:04.650Z | Compiling zerocopy v0.7.32 |
1478 | 2024-02-21T00:22:05.464Z | Compiling pest v2.7.6 |
1479 | 2024-02-21T00:22:06.594Z | Compiling hashbrown v0.14.3 |
1480 | 2024-02-21T00:22:06.903Z | Compiling openssl-macros v0.1.1 |
1481 | 2024-02-21T00:22:07.400Z | Compiling zerocopy-derive v0.2.0 |
1482 | 2024-02-21T00:22:07.456Z | Compiling crypto-common v0.1.6 |
1483 | 2024-02-21T00:22:07.631Z | Compiling der_derive v0.7.2 |
1484 | 2024-02-21T00:22:07.675Z | Compiling tracing v0.1.37 |
1485 | 2024-02-21T00:22:08.064Z | Compiling pest_meta v2.7.6 |
1486 | 2024-02-21T00:22:08.596Z | Compiling block-buffer v0.10.4 |
1487 | 2024-02-21T00:22:09.013Z | Compiling futures-util v0.3.30 |
1488 | 2024-02-21T00:22:09.014Z | Compiling usdt-impl v0.3.5 |
1489 | 2024-02-21T00:22:09.184Z | Compiling time-core v0.1.1 |
1490 | 2024-02-21T00:22:09.369Z | Compiling pest_generator v2.7.6 |
1491 | 2024-02-21T00:22:10.239Z | Compiling crc32fast v1.3.2 |
1492 | 2024-02-21T00:22:10.833Z | Compiling unicode-bidi v0.3.13 |
1493 | 2024-02-21T00:22:11.147Z | Compiling anyhow v1.0.75 |
1494 | 2024-02-21T00:22:12.293Z | Compiling pest_derive v2.7.6 |
1495 | 2024-02-21T00:22:12.627Z | Compiling time-macros v0.2.13 |
1496 | 2024-02-21T00:22:13.075Z | Compiling digest v0.10.7 |
1497 | 2024-02-21T00:22:13.522Z | Compiling scroll_derive v0.12.0 |
1498 | 2024-02-21T00:22:13.556Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1499 | 2024-02-21T00:22:13.760Z | Compiling aho-corasick v1.0.4 |
1500 | 2024-02-21T00:22:14.003Z | Compiling untrusted v0.9.0 |
1501 | 2024-02-21T00:22:14.214Z | Compiling ppv-lite86 v0.2.17 |
1502 | 2024-02-21T00:22:14.843Z | Compiling signal-hook v0.3.17 |
1503 | 2024-02-21T00:22:15.012Z | Compiling regex-syntax v0.8.2 |
1504 | 2024-02-21T00:22:15.037Z | Compiling async-trait v0.1.77 |
1505 | 2024-02-21T00:22:15.169Z | Compiling rand_chacha v0.3.1 |
1506 | 2024-02-21T00:22:15.706Z | Compiling zerocopy v0.3.0 |
1507 | 2024-02-21T00:22:16.126Z | Compiling bytes v1.5.0 |
1508 | 2024-02-21T00:22:16.488Z | Compiling indexmap v2.2.3 |
1509 | 2024-02-21T00:22:17.343Z | Compiling bitflags v2.4.0 |
1510 | 2024-02-21T00:22:17.552Z | Compiling uuid v1.7.0 |
1511 | 2024-02-21T00:22:17.930Z | Compiling tokio v1.36.0 |
1512 | 2024-02-21T00:22:18.343Z | Compiling chrono v0.4.31 |
1513 | 2024-02-21T00:22:21.303Z | Compiling toml_datetime v0.6.5 |
1514 | 2024-02-21T00:22:21.724Z | Compiling serde_spanned v0.6.5 |
1515 | 2024-02-21T00:22:22.633Z | Compiling rustc_version v0.4.0 |
1516 | 2024-02-21T00:22:22.708Z | Compiling toml_edit v0.19.15 |
1517 | 2024-02-21T00:22:23.716Z | Compiling http v0.2.11 |
1518 | 2024-02-21T00:22:24.418Z | Compiling heapless v0.7.16 |
1519 | 2024-02-21T00:22:24.945Z | Compiling regex-automata v0.4.4 |
1520 | 2024-02-21T00:22:25.827Z | Compiling thread-id v4.2.0 |
1521 | 2024-02-21T00:22:27.890Z | Compiling tokio-util v0.7.10 |
1522 | 2024-02-21T00:22:29.443Z | Compiling regex v1.10.3 |
1523 | 2024-02-21T00:22:29.956Z | Compiling dof v0.1.5 |
1524 | 2024-02-21T00:22:30.818Z | Compiling rand v0.8.5 |
1525 | 2024-02-21T00:22:32.558Z | Compiling dtrace-parser v0.1.14 |
1526 | 2024-02-21T00:22:33.521Z | Compiling strum_macros v0.25.2 |
1527 | 2024-02-21T00:22:33.891Z | Compiling errno v0.3.8 |
1528 | 2024-02-21T00:22:34.033Z | Compiling num-bigint v0.4.4 |
1529 | 2024-02-21T00:22:34.182Z | Compiling base64ct v1.6.0 |
1530 | 2024-02-21T00:22:34.238Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-02-21T00:22:34.344Z | Compiling percent-encoding v2.3.1 |
1532 | 2024-02-21T00:22:34.476Z | Compiling smoltcp v0.9.1 |
1533 | 2024-02-21T00:22:34.793Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1534 | 2024-02-21T00:22:34.861Z | Compiling untrusted v0.7.1 |
1535 | 2024-02-21T00:22:35.145Z | Compiling pem-rfc7468 v0.7.0 |
1536 | 2024-02-21T00:22:35.659Z | Compiling foreign-types v0.3.2 |
1537 | 2024-02-21T00:22:37.357Z | Compiling serde_tokenstream v0.1.7 |
1538 | 2024-02-21T00:22:37.950Z | Compiling hmac v0.12.1 |
1539 | 2024-02-21T00:22:38.595Z | Compiling lazy_static v1.4.0 |
1540 | 2024-02-21T00:22:38.606Z | Compiling socket2 v0.4.9 |
1541 | 2024-02-21T00:22:39.336Z | Compiling base64 v0.21.7 |
1542 | 2024-02-21T00:22:39.359Z | Compiling unicode-segmentation v1.10.1 |
1543 | 2024-02-21T00:22:39.384Z | Compiling unicode-width v0.1.11 |
1544 | 2024-02-21T00:22:39.554Z | Compiling adler v1.0.2 |
1545 | 2024-02-21T00:22:39.621Z | Compiling siphasher v0.3.11 |
1546 | 2024-02-21T00:22:39.882Z | Compiling try-lock v0.2.4 |
1547 | 2024-02-21T00:22:40.042Z | Compiling flagset v0.4.3 |
1548 | 2024-02-21T00:22:40.069Z | Compiling bitflags v1.3.2 |
1549 | 2024-02-21T00:22:40.136Z | Compiling want v0.3.1 |
1550 | 2024-02-21T00:22:40.191Z | Compiling miniz_oxide v0.7.1 |
1551 | 2024-02-21T00:22:40.255Z | Compiling der v0.7.8 |
1552 | 2024-02-21T00:22:40.801Z | Compiling sct v0.7.0 |
1553 | 2024-02-21T00:22:41.072Z | Compiling rustls-webpki v0.101.7 |
1554 | 2024-02-21T00:22:41.098Z | Compiling form_urlencoded v1.2.1 |
1555 | 2024-02-21T00:22:41.387Z | Compiling h2 v0.3.24 |
1556 | 2024-02-21T00:22:41.586Z | Compiling http-body v0.4.5 |
1557 | 2024-02-21T00:22:41.759Z | Compiling hubpack_derive v0.1.1 |
1558 | 2024-02-21T00:22:42.005Z | Compiling zerocopy-derive v0.6.4 |
1559 | 2024-02-21T00:22:43.707Z | Compiling num-iter v0.1.43 |
1560 | 2024-02-21T00:22:43.729Z | Compiling usdt-impl v0.5.0 |
1561 | 2024-02-21T00:22:43.985Z | Compiling anstyle v1.0.2 |
1562 | 2024-02-21T00:22:44.008Z | Compiling stable_deref_trait v1.2.0 |
1563 | 2024-02-21T00:22:44.041Z | Compiling openssl-probe v0.1.5 |
1564 | 2024-02-21T00:22:44.118Z | Compiling cpufeatures v0.2.12 |
1565 | 2024-02-21T00:22:44.677Z | Compiling tower-service v0.3.2 |
1566 | 2024-02-21T00:22:44.686Z | Compiling utf8parse v0.2.1 |
1567 | 2024-02-21T00:22:44.686Z | Compiling httpdate v1.0.3 |
1568 | 2024-02-21T00:22:44.686Z | Compiling anstyle-parse v0.2.1 |
1569 | 2024-02-21T00:22:44.883Z | Compiling sha2 v0.10.8 |
1570 | 2024-02-21T00:22:45.034Z | Compiling spki v0.7.2 |
1571 | 2024-02-21T00:22:47.573Z | Compiling usdt-attr-macro v0.3.5 |
1572 | 2024-02-21T00:22:47.979Z | Compiling usdt-macro v0.3.5 |
1573 | 2024-02-21T00:22:48.766Z | Compiling hyper v0.14.27 |
1574 | 2024-02-21T00:22:49.280Z | Compiling openapiv3 v2.0.0 |
1575 | 2024-02-21T00:22:49.625Z | Compiling scroll v0.12.0 |
1576 | 2024-02-21T00:22:51.032Z | Compiling md-5 v0.10.5 |
1577 | 2024-02-21T00:22:51.075Z | Compiling idna v0.5.0 |
1578 | 2024-02-21T00:22:51.075Z | Compiling stringprep v0.1.3 |
1579 | 2024-02-21T00:22:51.932Z | Compiling diesel_table_macro_syntax v0.1.0 |
1580 | 2024-02-21T00:22:52.060Z | Compiling num-integer v0.1.46 |
1581 | 2024-02-21T00:22:52.285Z | Compiling hash32 v0.2.1 |
1582 | 2024-02-21T00:22:52.315Z | Compiling gimli v0.28.0 |
1583 | 2024-02-21T00:22:52.924Z | Compiling anstyle-query v1.0.0 |
1584 | 2024-02-21T00:22:53.179Z | Compiling plain v0.2.3 |
1585 | 2024-02-21T00:22:54.046Z | Compiling fallible-iterator v0.2.0 |
1586 | 2024-02-21T00:22:54.046Z | Compiling colorchoice v1.0.0 |
1587 | 2024-02-21T00:22:54.046Z | Compiling anstream v0.6.11 |
1588 | 2024-02-21T00:22:54.211Z | Compiling postgres-protocol v0.6.6 |
1589 | 2024-02-21T00:22:54.423Z | Compiling goblin v0.8.0 |
1590 | 2024-02-21T00:22:56.462Z | Compiling diesel_derives v2.1.2 |
1591 | 2024-02-21T00:22:57.148Z | Compiling addr2line v0.21.0 |
1592 | 2024-02-21T00:22:59.799Z | Compiling url v2.5.0 |
1593 | 2024-02-21T00:22:59.966Z | Compiling tokio-rustls v0.24.1 |
1594 | 2024-02-21T00:23:00.551Z | Compiling tokio-native-tls v0.3.1 |
1595 | 2024-02-21T00:23:00.970Z | Compiling terminal_size v0.3.0 |
1596 | 2024-02-21T00:23:00.970Z | Compiling pkcs8 v0.10.2 |
1597 | 2024-02-21T00:23:00.970Z | Compiling phf_shared v0.11.2 |
1598 | 2024-02-21T00:23:01.353Z | Compiling serde_tokenstream v0.2.0 |
1599 | 2024-02-21T00:23:01.921Z | Compiling block-padding v0.3.3 |
1600 | 2024-02-21T00:23:02.336Z | Compiling enum-as-inner v0.5.1 |
1601 | 2024-02-21T00:23:02.391Z | Compiling clap_derive v4.5.0 |
1602 | 2024-02-21T00:23:03.189Z | Compiling serde_repr v0.1.16 |
1603 | 2024-02-21T00:23:04.558Z | Compiling ff v0.13.0 |
1604 | 2024-02-21T00:23:04.655Z | Compiling scheduled-thread-pool v0.2.7 |
1605 | 2024-02-21T00:23:04.795Z | Compiling object v0.32.1 |
1606 | 2024-02-21T00:23:05.889Z | Compiling deranged v0.3.8 |
1607 | 2024-02-21T00:23:07.845Z | Compiling bit-vec v0.6.3 |
1608 | 2024-02-21T00:23:07.941Z | Compiling strsim v0.11.0 |
1609 | 2024-02-21T00:23:08.005Z | Compiling pretty-hex v0.4.1 |
1610 | 2024-02-21T00:23:08.210Z | Compiling rustc-demangle v0.1.23 |
1611 | 2024-02-21T00:23:09.133Z | Compiling managed v0.8.0 |
1612 | 2024-02-21T00:23:10.015Z | Compiling ipnet v2.9.0 |
1613 | 2024-02-21T00:23:11.081Z | Compiling clap_lex v0.7.0 |
1614 | 2024-02-21T00:23:11.510Z | Compiling matches v0.1.10 |
1615 | 2024-02-21T00:23:11.510Z | Compiling num_threads v0.1.6 |
1616 | 2024-02-21T00:23:11.510Z | Compiling regex-automata v0.1.10 |
1617 | 2024-02-21T00:23:11.556Z | Compiling base16ct v0.2.0 |
1618 | 2024-02-21T00:23:11.860Z | Compiling bstr v0.2.17 |
1619 | 2024-02-21T00:23:11.876Z | Compiling sec1 v0.7.3 |
1620 | 2024-02-21T00:23:12.452Z | Compiling clap_builder v4.5.0 |
1621 | 2024-02-21T00:23:13.244Z | Compiling time v0.3.27 |
1622 | 2024-02-21T00:23:13.475Z | Compiling idna v0.2.3 |
1623 | 2024-02-21T00:23:15.053Z | Compiling dof v0.3.0 |
1624 | 2024-02-21T00:23:15.548Z | Compiling r2d2 v0.8.10 |
1625 | 2024-02-21T00:23:15.893Z | Compiling group v0.13.0 |
1626 | 2024-02-21T00:23:17.015Z | Compiling inout v0.1.3 |
1627 | 2024-02-21T00:23:17.787Z | Compiling phf v0.11.2 |
1628 | 2024-02-21T00:23:17.995Z | Compiling hyper-tls v0.5.0 |
1629 | 2024-02-21T00:23:18.122Z | Compiling hyper-rustls v0.24.2 |
1630 | 2024-02-21T00:23:18.254Z | Compiling signal-hook-mio v0.2.3 |
1631 | 2024-02-21T00:23:18.374Z | Compiling bzip2 v0.4.4 |
1632 | 2024-02-21T00:23:18.432Z | Compiling flate2 v1.0.28 |
1633 | 2024-02-21T00:23:18.509Z | Compiling postgres-types v0.2.6 |
1634 | 2024-02-21T00:23:18.848Z | Compiling zerocopy v0.6.4 |
1635 | 2024-02-21T00:23:19.337Z | Compiling hubpack v0.1.2 |
1636 | 2024-02-21T00:23:19.374Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-21T00:23:19.860Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-21T00:23:19.868Z | Compiling phf_shared v0.10.0 |
1639 | 2024-02-21T00:23:19.868Z | Compiling hkdf v0.12.4 |
1640 | 2024-02-21T00:23:20.009Z | Compiling ipnetwork v0.20.0 |
1641 | 2024-02-21T00:23:20.437Z | Compiling futures-executor v0.3.30 |
1642 | 2024-02-21T00:23:20.551Z | Compiling dtrace-parser v0.2.0 |
1643 | 2024-02-21T00:23:20.942Z | Compiling regress v0.8.0 |
1644 | 2024-02-21T00:23:20.980Z | Compiling crypto-bigint v0.5.2 |
1645 | 2024-02-21T00:23:21.053Z | Compiling float-cmp v0.9.0 |
1646 | 2024-02-21T00:23:21.288Z | Compiling encoding_rs v0.8.33 |
1647 | 2024-02-21T00:23:23.558Z | Compiling either v1.10.0 |
1648 | 2024-02-21T00:23:24.017Z | Compiling difflib v0.4.0 |
1649 | 2024-02-21T00:23:24.220Z | Compiling whoami v1.4.1 |
1650 | 2024-02-21T00:23:25.395Z | Compiling fixedbitset v0.4.2 |
1651 | 2024-02-21T00:23:25.826Z | Compiling precomputed-hash v0.1.1 |
1652 | 2024-02-21T00:23:25.925Z | Compiling regex-automata v0.3.8 |
1653 | 2024-02-21T00:23:26.511Z | Compiling new_debug_unreachable v1.0.4 |
1654 | 2024-02-21T00:23:26.572Z | Compiling predicates-core v1.0.6 |
1655 | 2024-02-21T00:23:26.981Z | Compiling mime v0.3.17 |
1656 | 2024-02-21T00:23:27.074Z | Compiling static_assertions v1.1.0 |
1657 | 2024-02-21T00:23:27.614Z | Compiling minimal-lexical v0.2.1 |
1658 | 2024-02-21T00:23:27.645Z | Compiling data-encoding v2.4.0 |
1659 | 2024-02-21T00:23:27.703Z | Compiling webpki-roots v0.25.2 |
1660 | 2024-02-21T00:23:28.035Z | Compiling winnow v0.6.1 |
1661 | 2024-02-21T00:23:28.363Z | Compiling normalize-line-endings v0.3.0 |
1662 | 2024-02-21T00:23:28.452Z | Compiling trust-dns-proto v0.22.0 |
1663 | 2024-02-21T00:23:28.551Z | Compiling predicates v3.1.0 |
1664 | 2024-02-21T00:23:30.099Z | Compiling reqwest v0.11.22 |
1665 | 2024-02-21T00:23:37.362Z | Compiling toml_edit v0.22.6 |
1666 | 2024-02-21T00:23:37.715Z | Compiling bstr v1.6.0 |
1667 | 2024-02-21T00:23:37.715Z | Compiling nom v7.1.3 |
1668 | 2024-02-21T00:23:37.715Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1669 | 2024-02-21T00:23:38.627Z | Compiling string_cache v0.8.7 |
1670 | 2024-02-21T00:23:39.068Z | Compiling itertools v0.10.5 |
1671 | 2024-02-21T00:23:39.826Z | Compiling petgraph v0.6.4 |
1672 | 2024-02-21T00:23:41.905Z | Compiling tokio-postgres v0.7.10 |
1673 | 2024-02-21T00:23:42.135Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1674 | 2024-02-21T00:23:42.266Z | Compiling elliptic-curve v0.13.8 |
1675 | 2024-02-21T00:23:44.910Z | Compiling futures v0.3.30 |
1676 | 2024-02-21T00:23:45.038Z | Compiling diesel v2.1.4 |
1677 | 2024-02-21T00:23:45.254Z | Compiling yasna v0.5.2 |
1678 | 2024-02-21T00:23:46.145Z | Compiling zip v0.6.6 |
1679 | 2024-02-21T00:23:46.677Z | Compiling crossterm v0.27.0 |
1680 | 2024-02-21T00:23:46.786Z | Compiling cipher v0.4.4 |
1681 | 2024-02-21T00:23:47.025Z | Compiling clap v4.5.0 |
1682 | 2024-02-21T00:23:47.173Z | Compiling similar v2.3.0 |
1683 | 2024-02-21T00:23:47.475Z | Compiling bit-set v0.5.3 |
1684 | 2024-02-21T00:23:47.593Z | Compiling usdt v0.3.5 |
1685 | 2024-02-21T00:23:47.903Z | Compiling console v0.15.8 |
1686 | 2024-02-21T00:23:50.522Z | Compiling strum v0.25.0 |
1687 | 2024-02-21T00:23:50.522Z | Compiling tokio-stream v0.1.14 |
1688 | 2024-02-21T00:23:50.522Z | Compiling toml v0.7.8 |
1689 | 2024-02-21T00:23:50.522Z | Compiling hex v0.4.3 |
1690 | 2024-02-21T00:23:50.620Z | Compiling proc-macro-error-attr v1.0.4 |
1691 | 2024-02-21T00:23:51.034Z | Compiling lalrpop-util v0.19.12 |
1692 | 2024-02-21T00:23:55.178Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1693 | 2024-02-21T00:23:55.178Z | Compiling proc-macro-crate v1.3.1 |
1694 | 2024-02-21T00:23:55.393Z | Compiling proc-macro-error v1.0.4 |
1695 | 2024-02-21T00:23:55.737Z | Compiling camino v1.1.6 |
1696 | 2024-02-21T00:23:56.178Z | Compiling heapless v0.8.0 |
1697 | 2024-02-21T00:23:58.562Z | Compiling num_enum_derive v0.5.11 |
1698 | 2024-02-21T00:24:07.898Z | Compiling atty v0.2.14 |
1699 | 2024-02-21T00:24:08.480Z | Compiling hash32 v0.3.1 |
1700 | 2024-02-21T00:24:12.199Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1701 | 2024-02-21T00:24:12.573Z | Compiling ident_case v1.0.1 |
1702 | 2024-02-21T00:24:13.363Z | Compiling strsim v0.10.0 |
1703 | 2024-02-21T00:24:13.903Z | Compiling smoltcp v0.11.0 |
1704 | 2024-02-21T00:24:14.207Z | Compiling rustls-pki-types v1.3.0 |
1705 | 2024-02-21T00:24:15.649Z | Compiling darling_core v0.20.3 |
1706 | 2024-02-21T00:24:28.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1707 | 2024-02-21T00:24:31.813Z | Compiling num_enum v0.5.11 |
1708 | 2024-02-21T00:24:42.103Z | Compiling dirs-sys-next v0.1.2 |
1709 | 2024-02-21T00:24:42.432Z | Compiling embedded-io v0.4.0 |
1710 | 2024-02-21T00:24:42.709Z | Compiling cobs v0.2.3 |
1711 | 2024-02-21T00:24:43.251Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1712 | 2024-02-21T00:24:43.680Z | Compiling rustls v0.22.2 |
1713 | 2024-02-21T00:24:49.658Z | Compiling postcard v1.0.8 |
1714 | 2024-02-21T00:24:50.552Z | Compiling dirs-next v2.0.0 |
1715 | 2024-02-21T00:24:55.609Z | Compiling darling_macro v0.20.3 |
1716 | 2024-02-21T00:24:56.582Z | Compiling rustls-webpki v0.102.1 |
1717 | 2024-02-21T00:24:57.138Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1718 | 2024-02-21T00:25:01.908Z | Compiling getopts v0.2.21 |
1719 | 2024-02-21T00:25:02.788Z | Compiling structmeta-derive v0.3.0 |
1720 | 2024-02-21T00:25:02.813Z | Compiling foreign-types-macros v0.2.3 |
1721 | 2024-02-21T00:25:04.122Z | Compiling thread_local v1.1.7 |
1722 | 2024-02-21T00:25:04.332Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1723 | 2024-02-21T00:25:04.694Z | Compiling multer v3.0.0 |
1724 | 2024-02-21T00:25:04.967Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1725 | 2024-02-21T00:25:05.674Z | Compiling paste v1.0.14 |
1726 | 2024-02-21T00:25:05.738Z | Compiling match_cfg v0.1.0 |
1727 | 2024-02-21T00:25:05.999Z | Compiling slog-async v2.8.0 |
1728 | 2024-02-21T00:25:06.479Z | Compiling unsafe-libyaml v0.2.10 |
1729 | 2024-02-21T00:25:06.502Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-21T00:25:07.146Z | Compiling foreign-types-shared v0.3.1 |
1731 | 2024-02-21T00:25:07.170Z | Compiling rayon-core v1.12.0 |
1732 | 2024-02-21T00:25:08.340Z | Compiling serde_yaml v0.9.25 |
1733 | 2024-02-21T00:25:12.108Z | Compiling foreign-types v0.5.0 |
1734 | 2024-02-21T00:25:12.247Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1735 | 2024-02-21T00:25:13.596Z | Compiling hostname v0.3.1 |
1736 | 2024-02-21T00:25:13.652Z | Compiling structmeta v0.3.0 |
1737 | 2024-02-21T00:25:15.655Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1738 | 2024-02-21T00:25:20.546Z | Compiling darling v0.20.3 |
1739 | 2024-02-21T00:25:25.699Z | Compiling term v0.7.0 |
1740 | 2024-02-21T00:25:27.321Z | Compiling slog-json v2.6.1 |
1741 | 2024-02-21T00:25:27.510Z | Compiling crossbeam-deque v0.8.3 |
1742 | 2024-02-21T00:25:27.917Z | Compiling is-terminal v0.4.9 |
1743 | 2024-02-21T00:25:28.071Z | Compiling crossbeam-channel v0.5.8 |
1744 | 2024-02-21T00:25:30.090Z | Compiling http v1.0.0 |
1745 | 2024-02-21T00:25:30.756Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1746 | 2024-02-21T00:25:31.222Z | Compiling async-stream-impl v0.3.5 |
1747 | 2024-02-21T00:25:31.979Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1748 | 2024-02-21T00:25:32.453Z | Compiling cstr-argument v0.1.2 |
1749 | 2024-02-21T00:25:32.535Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1750 | 2024-02-21T00:25:32.717Z | Compiling atomic-waker v1.1.1 |
1751 | 2024-02-21T00:25:32.868Z | Compiling take_mut v0.2.2 |
1752 | 2024-02-21T00:25:32.913Z | Compiling crucible-workspace-hack v0.1.0 |
1753 | 2024-02-21T00:25:32.978Z | Compiling fastrand v2.0.1 |
1754 | 2024-02-21T00:25:33.063Z | Compiling pretty-hex v0.2.1 |
1755 | 2024-02-21T00:25:33.225Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1756 | 2024-02-21T00:25:33.290Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1757 | 2024-02-21T00:25:33.589Z | Compiling tempfile v3.10.0 |
1758 | 2024-02-21T00:25:33.774Z | Compiling waitgroup v0.1.2 |
1759 | 2024-02-21T00:25:34.450Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1760 | 2024-02-21T00:25:34.955Z | Compiling async-stream v0.3.5 |
1761 | 2024-02-21T00:25:35.755Z | Compiling colored v2.0.4 |
1762 | 2024-02-21T00:25:37.129Z | Compiling slog-bunyan v2.5.0 |
1763 | 2024-02-21T00:25:37.293Z | Compiling slog-term v2.9.0 |
1764 | 2024-02-21T00:25:37.396Z | Compiling tokio-rustls v0.25.0 |
1765 | 2024-02-21T00:25:38.282Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1766 | 2024-02-21T00:25:38.828Z | Compiling serde_with_macros v3.6.1 |
1767 | 2024-02-21T00:25:40.373Z | Compiling parse-display-derive v0.9.0 |
1768 | 2024-02-21T00:25:41.734Z | Compiling toml v0.8.10 |
1769 | 2024-02-21T00:25:41.906Z | Compiling rustls-pemfile v2.1.0 |
1770 | 2024-02-21T00:25:42.692Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1771 | 2024-02-21T00:25:44.254Z | Compiling sha1 v0.10.6 |
1772 | 2024-02-21T00:25:44.573Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1773 | 2024-02-21T00:25:45.215Z | Compiling textwrap v0.11.0 |
1774 | 2024-02-21T00:25:46.396Z | Compiling heck v0.3.3 |
1775 | 2024-02-21T00:25:46.594Z | Compiling newtype-uuid v1.0.1 |
1776 | 2024-02-21T00:25:46.703Z | Compiling serde_path_to_error v0.1.15 |
1777 | 2024-02-21T00:25:46.786Z | Compiling strum_macros v0.26.1 |
1778 | 2024-02-21T00:25:46.962Z | Compiling instant v0.1.12 |
1779 | 2024-02-21T00:25:47.147Z | Compiling strsim v0.8.0 |
1780 | 2024-02-21T00:25:47.631Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1781 | 2024-02-21T00:25:47.794Z | Compiling debug-ignore v1.0.5 |
1782 | 2024-02-21T00:25:47.964Z | Compiling libefi-sys v0.1.0 |
1783 | 2024-02-21T00:25:48.020Z | Compiling ansi_term v0.12.1 |
1784 | 2024-02-21T00:25:48.283Z | Compiling vec_map v0.8.2 |
1785 | 2024-02-21T00:25:48.613Z | Compiling clap v2.34.0 |
1786 | 2024-02-21T00:25:48.950Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1787 | 2024-02-21T00:25:51.792Z | Compiling strum v0.26.1 |
1788 | 2024-02-21T00:25:51.994Z | Compiling backoff v0.4.0 |
1789 | 2024-02-21T00:25:52.018Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1790 | 2024-02-21T00:25:52.380Z | Compiling structopt-derive v0.4.18 |
1791 | 2024-02-21T00:25:52.801Z | Compiling parse-display v0.9.0 |
1792 | 2024-02-21T00:25:53.946Z | Compiling serde_with v3.6.1 |
1793 | 2024-02-21T00:25:54.133Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1794 | 2024-02-21T00:25:54.371Z | Compiling rayon v1.8.0 |
1795 | 2024-02-21T00:25:54.385Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2024-02-21T00:25:55.255Z | Compiling camino-tempfile v1.1.1 |
1797 | 2024-02-21T00:25:56.179Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1798 | 2024-02-21T00:25:56.369Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1799 | 2024-02-21T00:25:56.908Z | Compiling zone_cfg_derive v0.3.0 |
1800 | 2024-02-21T00:25:58.349Z | Compiling macaddr v1.0.1 |
1801 | 2024-02-21T00:25:58.842Z | Compiling num-derive v0.4.0 |
1802 | 2024-02-21T00:25:59.547Z | Compiling blake3 v1.5.0 |
1803 | 2024-02-21T00:25:59.750Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1804 | 2024-02-21T00:26:00.194Z | Compiling portable-atomic v1.4.3 |
1805 | 2024-02-21T00:26:00.924Z | Compiling zone v0.3.0 |
1806 | 2024-02-21T00:26:01.135Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1807 | 2024-02-21T00:26:01.150Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1808 | 2024-02-21T00:26:02.871Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1809 | 2024-02-21T00:26:03.469Z | Compiling structopt v0.3.26 |
1810 | 2024-02-21T00:26:04.189Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1811 | 2024-02-21T00:26:04.615Z | Compiling smf v0.2.2 |
1812 | 2024-02-21T00:26:05.042Z | Compiling xattr v1.0.1 |
1813 | 2024-02-21T00:26:05.093Z | Compiling memmap2 v0.7.1 |
1814 | 2024-02-21T00:26:05.357Z | Compiling filetime v0.2.23 |
1815 | 2024-02-21T00:26:05.448Z | Compiling same-file v1.0.6 |
1816 | 2024-02-21T00:26:05.675Z | Compiling arrayref v0.3.7 |
1817 | 2024-02-21T00:26:05.727Z | Compiling arrayvec v0.7.4 |
1818 | 2024-02-21T00:26:05.779Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-02-21T00:26:05.785Z | Compiling walkdir v2.4.0 |
1820 | 2024-02-21T00:26:06.367Z | Compiling tar v0.4.40 |
1821 | 2024-02-21T00:26:07.585Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1822 | 2024-02-21T00:26:08.812Z | Compiling gethostname v0.4.3 |
1823 | 2024-02-21T00:26:09.101Z | Compiling topological-sort v0.2.2 |
1824 | 2024-02-21T00:26:09.742Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1825 | 2024-02-21T00:26:09.743Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1826 | 2024-02-21T00:26:14.137Z | Compiling number_prefix v0.4.0 |
1827 | 2024-02-21T00:26:14.285Z | Compiling indicatif v0.17.8 |
1828 | 2024-02-21T00:26:14.285Z | Compiling omicron-zone-package v0.11.0 |
1829 | 2024-02-21T00:26:14.286Z | Compiling swrite v0.1.0 |
1830 | 2024-02-21T00:26:19.773Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1831 | 2024-02-21T00:26:22.181Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1832 | 2024-02-21T00:26:24.472Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1833 | 2024-02-21T00:26:43.038Z | Finished release [optimized] target(s) in 5m 19s |
1834 | 2024-02-21T00:26:43.237Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1835 | 2024-02-21T00:26:43.294Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1836 | 2024-02-21T00:26:43.298Z | Created new build target 'test' and set it as active |
1837 | 2024-02-21T00:26:43.299Z | |
1838 | 2024-02-21T00:26:43.299Z | real 5:19.581800567 |
1839 | 2024-02-21T00:26:43.299Z | user 34:08.897917099 |
1840 | 2024-02-21T00:26:43.299Z | sys 3:54.802869029 |
1841 | 2024-02-21T00:26:43.299Z | trap 1.024732729 |
1842 | 2024-02-21T00:26:43.299Z | tflt 4.888016639 |
1843 | 2024-02-21T00:26:43.300Z | dflt 2.912049221 |
1844 | 2024-02-21T00:26:43.300Z | kflt 0.059030450 |
1845 | 2024-02-21T00:26:43.300Z | lock 1:12:45.308199984 |
1846 | 2024-02-21T00:26:43.300Z | slp 1:37:06.243666650 |
1847 | 2024-02-21T00:26:43.300Z | lat 2:06.137125512 |
1848 | 2024-02-21T00:26:43.300Z | stop 3:22.694593565 |
1849 | 2024-02-21T00:26:43.300Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1850 | 2024-02-21T00:26:43.985Z | Finished release [optimized] target(s) in 0.63s |
1851 | 2024-02-21T00:26:44.010Z | Running `target/release/omicron-package -t test package` |
1852 | 2024-02-21T00:26:44.041Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1853 | 2024-02-21T00:26:44.808Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1854 | 2024-02-21T00:26:44.840Z | Compiling linked-hash-map v0.5.6 |
1855 | 2024-02-21T00:26:44.840Z | Compiling usdt-attr-macro v0.5.0 |
1856 | 2024-02-21T00:26:44.840Z | Compiling usdt-macro v0.5.0 |
1857 | 2024-02-21T00:26:44.841Z | Compiling memmap v0.7.0 |
1858 | 2024-02-21T00:26:44.876Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1859 | 2024-02-21T00:26:44.876Z | Compiling password-hash v0.5.0 |
1860 | 2024-02-21T00:26:44.894Z | Compiling blake2 v0.10.6 |
1861 | 2024-02-21T00:26:45.226Z | Compiling lru-cache v0.1.2 |
1862 | 2024-02-21T00:26:45.757Z | Compiling argon2 v0.5.3 |
1863 | 2024-02-21T00:26:45.764Z | Compiling semver v0.1.20 |
1864 | 2024-02-21T00:26:46.040Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1865 | 2024-02-21T00:26:46.231Z | Compiling rustc_version v0.1.7 |
1866 | 2024-02-21T00:26:46.258Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1867 | 2024-02-21T00:26:46.420Z | Compiling usdt v0.5.0 |
1868 | 2024-02-21T00:26:46.525Z | Compiling rayon-core v1.12.0 |
1869 | 2024-02-21T00:26:46.549Z | Compiling crossbeam-deque v0.8.3 |
1870 | 2024-02-21T00:26:46.627Z | Compiling newtype_derive v0.1.6 |
1871 | 2024-02-21T00:26:46.653Z | Compiling fastrand v2.0.1 |
1872 | 2024-02-21T00:26:46.940Z | Compiling quick-error v1.2.3 |
1873 | 2024-02-21T00:26:46.956Z | Compiling same-file v1.0.6 |
1874 | 2024-02-21T00:26:47.050Z | Compiling resolv-conf v0.7.0 |
1875 | 2024-02-21T00:26:47.554Z | Compiling walkdir v2.4.0 |
1876 | 2024-02-21T00:26:47.561Z | Compiling tempfile v3.10.0 |
1877 | 2024-02-21T00:26:47.815Z | Compiling itertools v0.12.1 |
1878 | 2024-02-21T00:26:47.955Z | Compiling camino v1.1.6 |
1879 | 2024-02-21T00:26:47.982Z | Compiling semver-parser v0.10.2 |
1880 | 2024-02-21T00:26:48.446Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-02-21T00:26:48.451Z | Compiling blake3 v1.5.0 |
1882 | 2024-02-21T00:26:48.451Z | Compiling rayon v1.8.0 |
1883 | 2024-02-21T00:26:49.048Z | Compiling semver v0.11.0 |
1884 | 2024-02-21T00:26:49.198Z | Compiling trust-dns-resolver v0.22.0 |
1885 | 2024-02-21T00:26:49.515Z | Compiling nibble_vec v0.1.0 |
1886 | 2024-02-21T00:26:49.747Z | Compiling memmap2 v0.7.1 |
1887 | 2024-02-21T00:26:49.768Z | Compiling filetime v0.2.23 |
1888 | 2024-02-21T00:26:49.851Z | Compiling xattr v1.0.1 |
1889 | 2024-02-21T00:26:50.074Z | Compiling arrayvec v0.7.4 |
1890 | 2024-02-21T00:26:50.084Z | Compiling home v0.5.5 |
1891 | 2024-02-21T00:26:50.183Z | Compiling constant_time_eq v0.3.0 |
1892 | 2024-02-21T00:26:50.325Z | Compiling endian-type v0.1.2 |
1893 | 2024-02-21T00:26:50.337Z | Compiling arrayref v0.3.7 |
1894 | 2024-02-21T00:26:50.430Z | Compiling toolchain_find v0.2.0 |
1895 | 2024-02-21T00:26:50.519Z | Compiling tar v0.4.40 |
1896 | 2024-02-21T00:26:50.571Z | Compiling radix_trie v0.2.1 |
1897 | 2024-02-21T00:26:50.943Z | Compiling camino-tempfile v1.1.1 |
1898 | 2024-02-21T00:26:51.346Z | Compiling steno v0.4.0 |
1899 | 2024-02-21T00:26:51.772Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1900 | 2024-02-21T00:26:52.375Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1901 | 2024-02-21T00:26:52.790Z | Compiling toml v0.5.11 |
1902 | 2024-02-21T00:26:53.145Z | Compiling derive-where v1.2.7 |
1903 | 2024-02-21T00:26:53.307Z | Compiling num-rational v0.4.1 |
1904 | 2024-02-21T00:26:53.652Z | Compiling radium v0.7.0 |
1905 | 2024-02-21T00:26:54.111Z | Compiling topological-sort v0.2.2 |
1906 | 2024-02-21T00:26:54.310Z | Compiling omicron-zone-package v0.11.0 |
1907 | 2024-02-21T00:26:56.122Z | Compiling rustfmt-wrapper v0.2.0 |
1908 | 2024-02-21T00:26:56.128Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1909 | 2024-02-21T00:26:56.128Z | Compiling toml v0.8.10 |
1910 | 2024-02-21T00:26:56.245Z | Compiling cancel-safe-futures v0.1.5 |
1911 | 2024-02-21T00:26:56.621Z | Compiling maybe-uninit v2.0.0 |
1912 | 2024-02-21T00:26:56.708Z | Compiling tap v1.0.1 |
1913 | 2024-02-21T00:26:56.902Z | Compiling wyz v0.5.1 |
1914 | 2024-02-21T00:26:57.414Z | Compiling num-complex v0.4.4 |
1915 | 2024-02-21T00:26:57.958Z | Compiling num-bigint-dig v0.8.4 |
1916 | 2024-02-21T00:26:58.277Z | Compiling funty v2.0.0 |
1917 | 2024-02-21T00:26:58.791Z | Compiling packed_struct v0.10.1 |
1918 | 2024-02-21T00:26:59.242Z | Compiling crc-catalog v2.2.0 |
1919 | 2024-02-21T00:26:59.758Z | Compiling crc v3.0.1 |
1920 | 2024-02-21T00:26:59.832Z | Compiling bitvec v1.0.1 |
1921 | 2024-02-21T00:26:59.988Z | Compiling num v0.4.1 |
1922 | 2024-02-21T00:27:00.234Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1923 | 2024-02-21T00:27:00.842Z | Compiling fxhash v0.2.1 |
1924 | 2024-02-21T00:27:01.061Z | Compiling packed_struct_codegen v0.10.1 |
1925 | 2024-02-21T00:27:01.256Z | Compiling indexmap v1.9.3 |
1926 | 2024-02-21T00:27:01.357Z | Compiling utf-8 v0.7.6 |
1927 | 2024-02-21T00:27:01.608Z | Compiling nodrop v0.1.14 |
1928 | 2024-02-21T00:27:01.726Z | Compiling array-init v0.0.4 |
1929 | 2024-02-21T00:27:01.754Z | Compiling tungstenite v0.20.1 |
1930 | 2024-02-21T00:27:03.041Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1931 | 2024-02-21T00:27:03.811Z | Compiling smallvec v0.6.14 |
1932 | 2024-02-21T00:27:04.647Z | Compiling pkcs1 v0.7.5 |
1933 | 2024-02-21T00:27:08.153Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1934 | 2024-02-21T00:27:08.529Z | Compiling signature v2.1.0 |
1935 | 2024-02-21T00:27:08.799Z | Compiling unicase v2.7.0 |
1936 | 2024-02-21T00:27:09.106Z | Compiling half v2.3.1 |
1937 | 2024-02-21T00:27:09.322Z | Compiling termcolor v1.2.0 |
1938 | 2024-02-21T00:27:09.937Z | Compiling bitfield v0.14.0 |
1939 | 2024-02-21T00:27:10.300Z | Compiling ciborium-io v0.2.2 |
1940 | 2024-02-21T00:27:10.826Z | Compiling hashbrown v0.12.3 |
1941 | 2024-02-21T00:27:10.833Z | Compiling ciborium-ll v0.2.2 |
1942 | 2024-02-21T00:27:11.241Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1943 | 2024-02-21T00:27:12.495Z | Compiling env_logger v0.10.0 |
1944 | 2024-02-21T00:27:12.885Z | Compiling rsa v0.9.2 |
1945 | 2024-02-21T00:27:16.488Z | Compiling serde-hex v0.1.0 |
1946 | 2024-02-21T00:27:16.889Z | Compiling tokio-tungstenite v0.20.1 |
1947 | 2024-02-21T00:27:17.480Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1948 | 2024-02-21T00:27:17.826Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1949 | 2024-02-21T00:27:18.284Z | Compiling x509-cert v0.2.4 |
1950 | 2024-02-21T00:27:18.525Z | Compiling ron v0.8.1 |
1951 | 2024-02-21T00:27:21.984Z | Compiling hashbrown v0.13.2 |
1952 | 2024-02-21T00:27:23.437Z | Compiling display-error-chain v0.2.0 |
1953 | 2024-02-21T00:27:23.594Z | Compiling arc-swap v1.6.0 |
1954 | 2024-02-21T00:27:24.409Z | Compiling crc-any v2.4.3 |
1955 | 2024-02-21T00:27:25.241Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1956 | 2024-02-21T00:27:30.030Z | Compiling slog-scope v4.4.0 |
1957 | 2024-02-21T00:27:30.030Z | Compiling object v0.30.4 |
1958 | 2024-02-21T00:27:31.953Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1959 | 2024-02-21T00:27:32.500Z | Compiling ciborium v0.2.2 |
1960 | 2024-02-21T00:27:33.758Z | Compiling libsw v3.3.1 |
1961 | 2024-02-21T00:27:34.091Z | Compiling path-slash v0.1.5 |
1962 | 2024-02-21T00:27:34.318Z | Compiling parking_lot_core v0.8.6 |
1963 | 2024-02-21T00:27:34.557Z | Compiling owo-colors v4.0.0 |
1964 | 2024-02-21T00:27:34.763Z | Compiling linear-map v1.2.0 |
1965 | 2024-02-21T00:27:35.218Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1966 | 2024-02-21T00:27:37.975Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1967 | 2024-02-21T00:27:40.384Z | Compiling slog-stdlog v4.1.1 |
1968 | 2024-02-21T00:27:41.531Z | Compiling dirs-sys-next v0.1.2 |
1969 | 2024-02-21T00:27:42.058Z | Compiling convert_case v0.4.0 |
1970 | 2024-02-21T00:27:42.235Z | Compiling glob v0.3.1 |
1971 | 2024-02-21T00:27:42.861Z | Compiling crunchy v0.2.2 |
1972 | 2024-02-21T00:27:43.096Z | Compiling clang-sys v1.6.1 |
1973 | 2024-02-21T00:27:43.380Z | Compiling derive_more v0.99.17 |
1974 | 2024-02-21T00:27:45.029Z | Compiling dirs-next v2.0.0 |
1975 | 2024-02-21T00:27:45.034Z | Compiling slog-envlogger v2.2.0 |
1976 | 2024-02-21T00:27:45.769Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1977 | 2024-02-21T00:27:46.878Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1978 | 2024-02-21T00:27:46.913Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1979 | 2024-02-21T00:27:48.755Z | Compiling prettyplease v0.2.16 |
1980 | 2024-02-21T00:27:49.067Z | Compiling platforms v3.0.2 |
1981 | 2024-02-21T00:27:49.436Z | Compiling tiny-keccak v2.0.2 |
1982 | 2024-02-21T00:27:50.232Z | Compiling parking_lot v0.11.2 |
1983 | 2024-02-21T00:27:50.897Z | Compiling mime_guess v2.0.4 |
1984 | 2024-02-21T00:27:52.111Z | Compiling term v0.7.0 |
1985 | 2024-02-21T00:27:52.388Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1986 | 2024-02-21T00:27:53.653Z | Compiling trust-dns-client v0.22.0 |
1987 | 2024-02-21T00:27:53.831Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1988 | 2024-02-21T00:27:55.727Z | Compiling darling_core v0.14.4 |
1989 | 2024-02-21T00:27:59.851Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1990 | 2024-02-21T00:28:01.286Z | Compiling pem v3.0.2 |
1991 | 2024-02-21T00:28:02.933Z | Compiling darling_macro v0.14.4 |
1992 | 2024-02-21T00:28:03.843Z | Compiling trust-dns-server v0.22.1 |
1993 | 2024-02-21T00:28:04.855Z | Compiling ascii-canvas v3.0.0 |
1994 | 2024-02-21T00:28:05.353Z | Compiling sled v0.34.7 |
1995 | 2024-02-21T00:28:06.195Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1996 | 2024-02-21T00:28:09.672Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1997 | 2024-02-21T00:28:10.004Z | Compiling is-terminal v0.4.9 |
1998 | 2024-02-21T00:28:10.054Z | Compiling ena v0.14.2 |
1999 | 2024-02-21T00:28:10.478Z | Compiling vte_generate_state_changes v0.1.1 |
2000 | 2024-02-21T00:28:11.114Z | Compiling libloading v0.7.4 |
2001 | 2024-02-21T00:28:11.491Z | Compiling bindgen v0.69.2 |
2002 | 2024-02-21T00:28:11.789Z | Compiling regex-syntax v0.6.29 |
2003 | 2024-02-21T00:28:11.999Z | Compiling diff v0.1.13 |
2004 | 2024-02-21T00:28:17.741Z | Compiling lalrpop v0.19.12 |
2005 | 2024-02-21T00:28:22.006Z | Compiling vte v0.11.1 |
2006 | 2024-02-21T00:28:22.856Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2007 | 2024-02-21T00:28:24.463Z | Compiling curve25519-dalek v4.1.1 |
2008 | 2024-02-21T00:28:26.850Z | Compiling darling v0.14.4 |
2009 | 2024-02-21T00:28:27.168Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2010 | 2024-02-21T00:28:29.769Z | Compiling cexpr v0.6.0 |
2011 | 2024-02-21T00:28:31.321Z | Compiling which v4.4.0 |
2012 | 2024-02-21T00:28:31.866Z | Compiling kstat-rs v0.2.3 |
2013 | 2024-02-21T00:28:33.145Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2014 | 2024-02-21T00:28:33.902Z | Compiling memoffset v0.7.1 |
2015 | 2024-02-21T00:28:34.252Z | Compiling buf-list v1.0.3 |
2016 | 2024-02-21T00:28:34.835Z | Compiling lazycell v1.3.0 |
2017 | 2024-02-21T00:28:35.016Z | Compiling peeking_take_while v0.1.2 |
2018 | 2024-02-21T00:28:35.163Z | Compiling shlex v1.3.0 |
2019 | 2024-02-21T00:28:35.562Z | Compiling doc-comment v0.3.3 |
2020 | 2024-02-21T00:28:36.092Z | Compiling bytecount v0.6.3 |
2021 | 2024-02-21T00:28:36.412Z | Compiling rustc-hash v1.1.0 |
2022 | 2024-02-21T00:28:36.569Z | Compiling keccak v0.1.4 |
2023 | 2024-02-21T00:28:37.514Z | Compiling sha3 v0.10.8 |
2024 | 2024-02-21T00:28:38.415Z | Compiling papergrid v0.11.0 |
2025 | 2024-02-21T00:28:42.119Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-02-21T00:28:42.340Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2027 | 2024-02-21T00:28:43.493Z | Compiling derive_builder_core v0.12.0 |
2028 | 2024-02-21T00:28:45.731Z | Compiling strip-ansi-escapes v0.2.0 |
2029 | 2024-02-21T00:28:46.478Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2030 | 2024-02-21T00:28:47.408Z | Compiling polar-core v0.27.0 |
2031 | 2024-02-21T00:28:48.902Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2032 | 2024-02-21T00:28:51.445Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2033 | 2024-02-21T00:28:52.487Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2034 | 2024-02-21T00:28:52.607Z | Compiling tabled_derive v0.7.0 |
2035 | 2024-02-21T00:28:52.682Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2036 | 2024-02-21T00:28:53.303Z | Compiling fd-lock v3.0.13 |
2037 | 2024-02-21T00:28:53.312Z | Compiling fd-lock v4.0.2 |
2038 | 2024-02-21T00:28:53.342Z | Compiling headers-core v0.2.0 |
2039 | 2024-02-21T00:28:53.517Z | Compiling universal-hash v0.5.1 |
2040 | 2024-02-21T00:28:53.748Z | Compiling nix v0.27.1 |
2041 | 2024-02-21T00:28:54.682Z | Compiling secrecy v0.8.0 |
2042 | 2024-02-21T00:28:54.947Z | Compiling libxml v0.3.3 |
2043 | 2024-02-21T00:28:54.988Z | Compiling sqlparser_derive v0.2.2 |
2044 | 2024-02-21T00:28:55.346Z | Compiling curve25519-dalek-derive v0.1.0 |
2045 | 2024-02-21T00:28:56.071Z | Compiling thiserror-impl-no-std v2.0.2 |
2046 | 2024-02-21T00:28:56.786Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-02-21T00:28:56.954Z | Compiling unicode_categories v0.1.1 |
2048 | 2024-02-21T00:28:57.320Z | Compiling nu-ansi-term v0.50.0 |
2049 | 2024-02-21T00:28:58.101Z | Compiling opaque-debug v0.3.0 |
2050 | 2024-02-21T00:28:58.189Z | Compiling ref-cast v1.0.20 |
2051 | 2024-02-21T00:28:58.796Z | Compiling poly1305 v0.8.0 |
2052 | 2024-02-21T00:28:58.955Z | Compiling thiserror-no-std v2.0.2 |
2053 | 2024-02-21T00:28:58.988Z | Compiling rustyline v13.0.0 |
2054 | 2024-02-21T00:28:59.480Z | Compiling reedline v0.29.0 |
2055 | 2024-02-21T00:28:59.480Z | Compiling sqlformat v0.2.3 |
2056 | 2024-02-21T00:28:59.681Z | Compiling pin-project v1.1.3 |
2057 | 2024-02-21T00:29:00.500Z | Compiling sqlparser v0.43.1 |
2058 | 2024-02-21T00:29:00.699Z | Compiling tabled v0.15.0 |
2059 | 2024-02-21T00:29:08.036Z | Compiling headers v0.3.9 |
2060 | 2024-02-21T00:29:08.202Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2061 | 2024-02-21T00:29:09.907Z | Compiling derive_builder_macro v0.12.0 |
2062 | 2024-02-21T00:29:12.451Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2063 | 2024-02-21T00:29:12.740Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2064 | 2024-02-21T00:29:13.094Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2065 | 2024-02-21T00:29:13.396Z | Compiling chacha20 v0.9.1 |
2066 | 2024-02-21T00:29:13.863Z | Compiling aead v0.5.2 |
2067 | 2024-02-21T00:29:14.201Z | Compiling strum_macros v0.24.3 |
2068 | 2024-02-21T00:29:17.755Z | Compiling bcs v0.1.6 |
2069 | 2024-02-21T00:29:18.708Z | Compiling snafu-derive v0.7.5 |
2070 | 2024-02-21T00:29:21.488Z | Compiling ref-cast-impl v1.0.20 |
2071 | 2024-02-21T00:29:22.571Z | Compiling cookie v0.18.0 |
2072 | 2024-02-21T00:29:22.698Z | Compiling fs-err v2.11.0 |
2073 | 2024-02-21T00:29:22.904Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2074 | 2024-02-21T00:29:23.039Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2075 | 2024-02-21T00:29:23.671Z | Compiling signature v1.6.4 |
2076 | 2024-02-21T00:29:23.676Z | Compiling salty v0.2.0 |
2077 | 2024-02-21T00:29:23.676Z | Compiling highway v1.1.0 |
2078 | 2024-02-21T00:29:23.814Z | Compiling indoc v1.0.9 |
2079 | 2024-02-21T00:29:23.857Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2080 | 2024-02-21T00:29:24.211Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2081 | 2024-02-21T00:29:24.269Z | Compiling snafu v0.7.5 |
2082 | 2024-02-21T00:29:24.930Z | Compiling ed25519 v1.5.3 |
2083 | 2024-02-21T00:29:25.697Z | Compiling chacha20poly1305 v0.10.1 |
2084 | 2024-02-21T00:29:25.770Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2085 | 2024-02-21T00:29:25.857Z | Compiling derive_builder v0.12.0 |
2086 | 2024-02-21T00:29:26.090Z | Compiling vsss-rs v3.3.4 |
2087 | 2024-02-21T00:29:31.266Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2088 | 2024-02-21T00:29:32.011Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2089 | 2024-02-21T00:29:33.311Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2090 | 2024-02-21T00:29:34.099Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2091 | 2024-02-21T00:29:34.112Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2092 | 2024-02-21T00:29:34.126Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2093 | 2024-02-21T00:29:35.556Z | Compiling globset v0.4.13 |
2094 | 2024-02-21T00:29:37.422Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2095 | 2024-02-21T00:29:39.520Z | Compiling olpc-cjson v0.1.3 |
2096 | 2024-02-21T00:29:40.112Z | Compiling bb8 v0.8.3 |
2097 | 2024-02-21T00:29:40.343Z | Compiling quick-xml v0.30.0 |
2098 | 2024-02-21T00:29:40.393Z | Compiling serde_plain v1.0.2 |
2099 | 2024-02-21T00:29:40.687Z | Compiling serde-big-array v0.5.1 |
2100 | 2024-02-21T00:29:40.928Z | Compiling async-recursion v1.0.5 |
2101 | 2024-02-21T00:29:40.932Z | Compiling impl-trait-for-tuples v0.2.2 |
2102 | 2024-02-21T00:29:41.948Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2103 | 2024-02-21T00:29:42.809Z | Compiling oso-derive v0.27.0 |
2104 | 2024-02-21T00:29:43.699Z | Compiling typed-path v0.7.0 |
2105 | 2024-02-21T00:29:43.845Z | Compiling http-range v0.1.5 |
2106 | 2024-02-21T00:29:44.456Z | Compiling maplit v1.0.2 |
2107 | 2024-02-21T00:29:44.553Z | Compiling hyper-staticfile v0.9.5 |
2108 | 2024-02-21T00:29:46.648Z | Compiling tough v0.16.0 |
2109 | 2024-02-21T00:29:48.102Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2110 | 2024-02-21T00:29:51.214Z | Compiling oso v0.27.0 |
2111 | 2024-02-21T00:29:51.291Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2112 | 2024-02-21T00:29:56.224Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2113 | 2024-02-21T00:29:57.428Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2114 | 2024-02-21T00:30:32.174Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2115 | 2024-02-21T00:30:32.419Z | Compiling signal-hook-tokio v0.3.1 |
2116 | 2024-02-21T00:30:32.419Z | Compiling serde-big-array v0.4.1 |
2117 | 2024-02-21T00:30:32.419Z | Compiling parse-size v1.0.0 |
2118 | 2024-02-21T00:30:32.419Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2119 | 2024-02-21T00:30:32.419Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2120 | 2024-02-21T00:30:32.419Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2121 | 2024-02-21T00:30:32.419Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2122 | 2024-02-21T00:30:32.419Z | Compiling castaway v0.2.2 |
2123 | 2024-02-21T00:30:32.855Z | Compiling corncobs v0.1.3 |
2124 | 2024-02-21T00:30:32.855Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2125 | 2024-02-21T00:30:32.855Z | Compiling compact_str v0.7.1 |
2126 | 2024-02-21T00:30:32.855Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2127 | 2024-02-21T00:30:37.277Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2024-02-21T00:30:40.333Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2129 | 2024-02-21T00:30:40.792Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2130 | 2024-02-21T00:30:41.113Z | Compiling lru v0.12.1 |
2131 | 2024-02-21T00:30:41.450Z | Compiling stability v0.1.1 |
2132 | 2024-02-21T00:30:42.444Z | Compiling indoc v2.0.3 |
2133 | 2024-02-21T00:30:43.488Z | Compiling cassowary v0.3.0 |
2134 | 2024-02-21T00:30:45.661Z | Compiling ratatui v0.26.1 |
2135 | 2024-02-21T00:30:46.440Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2136 | 2024-02-21T00:30:48.317Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2137 | 2024-02-21T00:30:55.872Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2138 | 2024-02-21T00:30:56.122Z | Compiling rcgen v0.12.1 |
2139 | 2024-02-21T00:31:02.663Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2140 | 2024-02-21T00:31:05.489Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2141 | 2024-02-21T00:31:05.824Z | Compiling atomicwrites v0.4.3 |
2142 | 2024-02-21T00:31:06.380Z | Compiling subprocess v0.2.9 |
2143 | 2024-02-21T00:31:07.635Z | Compiling unicode-linebreak v0.1.5 |
2144 | 2024-02-21T00:31:08.201Z | Compiling smawk v0.3.1 |
2145 | 2024-02-21T00:31:08.446Z | Compiling textwrap v0.16.1 |
2146 | 2024-02-21T00:31:12.020Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2147 | 2024-02-21T00:31:12.554Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2148 | 2024-02-21T00:31:22.084Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2149 | 2024-02-21T00:31:22.420Z | Compiling fatfs v0.3.6 |
2150 | 2024-02-21T00:31:25.858Z | Compiling nanorand v0.7.0 |
2151 | 2024-02-21T00:31:27.060Z | Compiling rtoolbox v0.0.1 |
2152 | 2024-02-21T00:31:27.098Z | Compiling humantime v2.1.0 |
2153 | 2024-02-21T00:31:28.036Z | Compiling is_ci v1.2.0 |
2154 | 2024-02-21T00:31:28.316Z | Compiling assert_matches v1.5.0 |
2155 | 2024-02-21T00:31:28.422Z | Compiling supports-color v3.0.0 |
2156 | 2024-02-21T00:31:29.139Z | Compiling rpassword v7.3.1 |
2157 | 2024-02-21T00:31:29.581Z | Compiling flume v0.11.0 |
2158 | 2024-02-21T00:31:29.708Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2159 | 2024-02-21T00:31:30.383Z | Compiling tui-tree-widget v0.17.0 |
2160 | 2024-02-21T00:31:30.784Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2161 | 2024-02-21T00:31:38.709Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2162 | 2024-02-21T00:31:39.044Z | Compiling csv-core v0.1.11 |
2163 | 2024-02-21T00:31:40.120Z | Compiling shell-words v1.1.0 |
2164 | 2024-02-21T00:31:40.314Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2165 | 2024-02-21T00:31:40.562Z | Compiling csv v1.3.0 |
2166 | 2024-02-21T00:31:43.004Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2167 | 2024-02-21T00:32:28.603Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2168 | 2024-02-21T00:32:40.202Z | Compiling multimap v0.10.0 |
2169 | 2024-02-21T00:34:03.894Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2170 | 2024-02-21T00:34:12.719Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2171 | 2024-02-21T00:34:13.919Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2172 | 2024-02-21T00:40:28.523Z | Finished release [optimized] target(s) in 13m 44s |
2173 | 2024-02-21T00:41:33.196Z | |
2174 | 2024-02-21T00:41:33.201Z | real 14:49.782375103 |
2175 | 2024-02-21T00:41:33.201Z | user 1:42:45.996949610 |
2176 | 2024-02-21T00:41:33.201Z | sys 4:27.052885747 |
2177 | 2024-02-21T00:41:33.201Z | trap 2.481378437 |
2178 | 2024-02-21T00:41:33.201Z | tflt 1.755400385 |
2179 | 2024-02-21T00:41:33.201Z | dflt 2.272193522 |
2180 | 2024-02-21T00:41:33.201Z | kflt 0.001675386 |
2181 | 2024-02-21T00:41:33.201Z | lock 6:31:22.794201349 |
2182 | 2024-02-21T00:41:33.201Z | slp 4:04:11.594373629 |
2183 | 2024-02-21T00:41:33.201Z | lat 2:15.495422122 |
2184 | 2024-02-21T00:41:33.201Z | stop 54.305624954 |
2185 | 2024-02-21T00:41:33.201Z | + 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/*) |
2186 | 2024-02-21T00:41:33.201Z | + pfexec mkdir -p /work |
2187 | 2024-02-21T00:41:33.209Z | + pfexec chown build /work |
2188 | 2024-02-21T00:41:33.209Z | + 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 |
2189 | 2024-02-21T00:41:43.315Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2190 | 2024-02-21T00:41:43.315Z | a out/mg-ddm-gz.tar 67684K |
2191 | 2024-02-21T00:41:43.315Z | a out/omicron-sled-agent.tar 120134K |
2192 | 2024-02-21T00:41:43.315Z | a out/oxlog.tar 8357K |
2193 | 2024-02-21T00:41:43.315Z | a out/target/test 1K |
2194 | 2024-02-21T00:41:43.315Z | a out/npuzone/npuzone 36313K |
2195 | 2024-02-21T00:41:43.315Z | a package-manifest.toml 24K |
2196 | 2024-02-21T00:41:43.315Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2197 | 2024-02-21T00:41:43.315Z | a target/release/omicron-package 44815K |
2198 | 2024-02-21T00:41:43.315Z | a tools/create_virtual_hardware.sh 4K |
2199 | 2024-02-21T00:41:43.315Z | a tools/virtual_hardware.sh 4K |
2200 | 2024-02-21T00:41:43.315Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2201 | 2024-02-21T00:41:43.315Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2202 | 2024-02-21T00:41:43.316Z | a tools/scrimlet/softnpu-init.sh 3K |
2203 | 2024-02-21T00:41:43.316Z | a tools/scrimlet/softnpu-zone.txt 1K |
2204 | 2024-02-21T00:41:43.316Z | a tools/scrimlet/softnpu.toml 1K |
2205 | 2024-02-21T00:41:43.336Z | |
2206 | 2024-02-21T00:41:43.336Z | real 10.108249272 |
2207 | 2024-02-21T00:41:43.336Z | user 9.762011112 |
2208 | 2024-02-21T00:41:43.336Z | sys 0.705090880 |
2209 | 2024-02-21T00:41:43.336Z | trap 0.002007557 |
2210 | 2024-02-21T00:41:43.336Z | tflt 0.000000000 |
2211 | 2024-02-21T00:41:43.336Z | dflt 0.000000000 |
2212 | 2024-02-21T00:41:43.336Z | kflt 0.000000000 |
2213 | 2024-02-21T00:41:43.336Z | lock 0.000000000 |
2214 | 2024-02-21T00:41:43.336Z | slp 9.515635835 |
2215 | 2024-02-21T00:41:43.336Z | lat 0.228767284 |
2216 | 2024-02-21T00:41:43.336Z | stop 0.000182924 |
2217 | 2024-02-21T00:41:43.336Z | ++ pwd |
2218 | 2024-02-21T00:41:43.336Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2219 | 2024-02-21T00:41:43.336Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2220 | 2024-02-21T00:41:43.336Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2221 | 2024-02-21T00:41:44.031Z | Finished release [optimized] target(s) in 0.65s |
2222 | 2024-02-21T00:41:44.050Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2223 | 2024-02-21T00:41:44.078Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2224 | 2024-02-21T00:41:44.086Z | Created new build target 'host' and set it as active |
2225 | 2024-02-21T00:41:44.086Z | |
2226 | 2024-02-21T00:41:44.086Z | real 0.754258972 |
2227 | 2024-02-21T00:41:44.086Z | user 0.512847368 |
2228 | 2024-02-21T00:41:44.086Z | sys 0.241803571 |
2229 | 2024-02-21T00:41:44.086Z | trap 0.000048875 |
2230 | 2024-02-21T00:41:44.086Z | tflt 0.000000000 |
2231 | 2024-02-21T00:41:44.086Z | dflt 0.000026677 |
2232 | 2024-02-21T00:41:44.086Z | kflt 0.000000000 |
2233 | 2024-02-21T00:41:44.086Z | lock 0.024126865 |
2234 | 2024-02-21T00:41:44.086Z | slp 0.013606684 |
2235 | 2024-02-21T00:41:44.086Z | lat 0.000894874 |
2236 | 2024-02-21T00:41:44.087Z | stop 0.000154273 |
2237 | 2024-02-21T00:41:44.087Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2238 | 2024-02-21T00:41:44.749Z | Finished release [optimized] target(s) in 0.61s |
2239 | 2024-02-21T00:41:44.791Z | Running `target/release/omicron-package -t host package` |
2240 | 2024-02-21T00:41:44.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2241 | 2024-02-21T00:41:45.518Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-02-21T00:41:59.892Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2243 | 2024-02-21T00:43:12.423Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2244 | 2024-02-21T00:44:42.036Z | Finished release [optimized] target(s) in 2m 57s |
2245 | 2024-02-21T00:45:24.317Z | |
2246 | 2024-02-21T00:45:24.322Z | real 3:40.201177312 |
2247 | 2024-02-21T00:45:24.322Z | user 18:44.926309526 |
2248 | 2024-02-21T00:45:24.322Z | sys 46.439527149 |
2249 | 2024-02-21T00:45:24.322Z | trap 0.376947302 |
2250 | 2024-02-21T00:45:24.323Z | tflt 0.261646329 |
2251 | 2024-02-21T00:45:24.323Z | dflt 5.090509883 |
2252 | 2024-02-21T00:45:24.323Z | kflt 0.023574869 |
2253 | 2024-02-21T00:45:24.323Z | lock 1:16:56.441903365 |
2254 | 2024-02-21T00:45:24.323Z | slp 19:36.248909297 |
2255 | 2024-02-21T00:45:24.323Z | lat 10.537685216 |
2256 | 2024-02-21T00:45:24.323Z | stop 3.288516554 |
2257 | 2024-02-21T00:45:24.323Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2258 | 2024-02-21T00:45:24.323Z | + for package in "$@" |
2259 | 2024-02-21T00:45:24.323Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2260 | 2024-02-21T00:45:24.323Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git8ba348d1d3b |
2261 | 2024-02-21T00:45:25.030Z | Finished release [optimized] target(s) in 0.65s |
2262 | 2024-02-21T00:45:25.052Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git8ba348d1d3b` |
2263 | 2024-02-21T00:45:25.084Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2264 | 2024-02-21T00:45:25.275Z | Created: out/versioned/omicron-sled-agent.tar |
2265 | 2024-02-21T00:45:25.280Z | + for package in "$@" |
2266 | 2024-02-21T00:45:25.280Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2267 | 2024-02-21T00:45:25.280Z | + echo 0.0.0 |
2268 | 2024-02-21T00:45:25.280Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2269 | 2024-02-21T00:45:25.284Z | a VERSION 1K |
2270 | 2024-02-21T00:45:25.284Z | + rm VERSION |
2271 | 2024-02-21T00:45:25.284Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b |
2272 | 2024-02-21T00:45:25.989Z | Finished release [optimized] target(s) in 0.65s |
2273 | 2024-02-21T00:45:26.013Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b` |
2274 | 2024-02-21T00:45:26.456Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2275 | 2024-02-21T00:45:26.461Z | Created: out/versioned/mg-ddm-gz.tar |
2276 | 2024-02-21T00:45:26.461Z | + for package in "$@" |
2277 | 2024-02-21T00:45:26.461Z | + [[ propolis-server == mg-ddm-gz ]] |
2278 | 2024-02-21T00:45:26.461Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git8ba348d1d3b |
2279 | 2024-02-21T00:45:26.876Z | Finished release [optimized] target(s) in 0.63s |
2280 | 2024-02-21T00:45:26.899Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git8ba348d1d3b` |
2281 | 2024-02-21T00:45:26.941Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2282 | 2024-02-21T00:45:27.993Z | Created: out/versioned/propolis-server.tar.gz |
2283 | 2024-02-21T00:45:28.010Z | + for package in "$@" |
2284 | 2024-02-21T00:45:28.010Z | + [[ overlay == mg-ddm-gz ]] |
2285 | 2024-02-21T00:45:28.010Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git8ba348d1d3b |
2286 | 2024-02-21T00:45:28.672Z | Finished release [optimized] target(s) in 0.62s |
2287 | 2024-02-21T00:45:28.703Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git8ba348d1d3b` |
2288 | 2024-02-21T00:45:28.729Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2289 | 2024-02-21T00:45:28.749Z | Created: out/versioned/overlay.tar.gz |
2290 | 2024-02-21T00:45:28.749Z | + for package in "$@" |
2291 | 2024-02-21T00:45:28.749Z | + [[ oxlog == mg-ddm-gz ]] |
2292 | 2024-02-21T00:45:28.749Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git8ba348d1d3b |
2293 | 2024-02-21T00:45:29.434Z | Finished release [optimized] target(s) in 0.65s |
2294 | 2024-02-21T00:45:29.459Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git8ba348d1d3b` |
2295 | 2024-02-21T00:45:29.494Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2296 | 2024-02-21T00:45:29.519Z | Created: out/versioned/oxlog.tar |
2297 | 2024-02-21T00:45:29.524Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2298 | 2024-02-21T00:45:29.533Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2299 | 2024-02-21T00:45:29.538Z | ++ cd -- ./tools |
2300 | 2024-02-21T00:45:29.538Z | ++ pwd |
2301 | 2024-02-21T00:45:29.538Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2302 | 2024-02-21T00:45:29.538Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2303 | 2024-02-21T00:45:29.570Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2304 | 2024-02-21T00:45:29.570Z | ++ readlink -f /work |
2305 | 2024-02-21T00:45:29.570Z | + out_dir=/work |
2306 | 2024-02-21T00:45:29.570Z | + 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") |
2307 | 2024-02-21T00:45:29.570Z | + for dep in "${deps[@]}" |
2308 | 2024-02-21T00:45:29.571Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2309 | 2024-02-21T00:45:29.571Z | + for dep in "${deps[@]}" |
2310 | 2024-02-21T00:45:29.572Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2311 | 2024-02-21T00:45:29.572Z | + for dep in "${deps[@]}" |
2312 | 2024-02-21T00:45:29.572Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2313 | 2024-02-21T00:45:29.572Z | + for dep in "${deps[@]}" |
2314 | 2024-02-21T00:45:29.573Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2315 | 2024-02-21T00:45:29.573Z | + for dep in "${deps[@]}" |
2316 | 2024-02-21T00:45:29.573Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2317 | 2024-02-21T00:45:29.573Z | ++ mktemp -d |
2318 | 2024-02-21T00:45:29.573Z | + tmp_gz=/tmp/tmp.wMa4Rh |
2319 | 2024-02-21T00:45:29.574Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2320 | 2024-02-21T00:45:29.574Z | + echo '{"v":"1","t":"layer"}' |
2321 | 2024-02-21T00:45:29.574Z | + pkg_dir=/tmp/tmp.wMa4Rh/root/opt/oxide/sled-agent |
2322 | 2024-02-21T00:45:29.574Z | + mkdir -p /tmp/tmp.wMa4Rh/root/opt/oxide/sled-agent |
2323 | 2024-02-21T00:45:29.574Z | + cd /tmp/tmp.wMa4Rh/root/opt/oxide/sled-agent |
2324 | 2024-02-21T00:45:29.574Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2325 | 2024-02-21T00:45:29.636Z | x ., 0 bytes, 0 tape blocks |
2326 | 2024-02-21T00:45:29.636Z | x zone-bundle, 41929624 bytes, 81894 tape blocks |
2327 | 2024-02-21T00:45:29.637Z | x sled-agent, 81070408 bytes, 158341 tape blocks |
2328 | 2024-02-21T00:45:29.637Z | x pkg, 0 bytes, 0 tape blocks |
2329 | 2024-02-21T00:45:29.637Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2330 | 2024-02-21T00:45:29.637Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2331 | 2024-02-21T00:45:29.637Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2332 | 2024-02-21T00:45:29.637Z | x VERSION, 25 bytes, 1 tape blocks |
2333 | 2024-02-21T00:45:29.650Z | + mkdir -p /tmp/tmp.wMa4Rh/root/lib/svc/manifest/site/ |
2334 | 2024-02-21T00:45:29.651Z | + mv pkg/manifest.xml /tmp/tmp.wMa4Rh/root/lib/svc/manifest/site/sled-agent.xml |
2335 | 2024-02-21T00:45:29.651Z | + cd - |
2336 | 2024-02-21T00:45:29.651Z | /work/oxidecomputer/omicron |
2337 | 2024-02-21T00:45:29.651Z | + pkg_dir=/tmp/tmp.wMa4Rh/root/opt/oxide/mg-ddm |
2338 | 2024-02-21T00:45:29.651Z | + mkdir -p /tmp/tmp.wMa4Rh/root/opt/oxide/mg-ddm |
2339 | 2024-02-21T00:45:29.651Z | + cd /tmp/tmp.wMa4Rh/root/opt/oxide/mg-ddm |
2340 | 2024-02-21T00:45:29.651Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2341 | 2024-02-21T00:45:29.692Z | x ., 0 bytes, 0 tape blocks |
2342 | 2024-02-21T00:45:29.692Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2343 | 2024-02-21T00:45:29.692Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2344 | 2024-02-21T00:45:29.693Z | x pkg, 0 bytes, 0 tape blocks |
2345 | 2024-02-21T00:45:29.693Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2346 | 2024-02-21T00:45:29.693Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2347 | 2024-02-21T00:45:29.693Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2348 | 2024-02-21T00:45:29.693Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2349 | 2024-02-21T00:45:29.693Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2350 | 2024-02-21T00:45:29.693Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2351 | 2024-02-21T00:45:29.693Z | x VERSION, 25 bytes, 1 tape blocks |
2352 | 2024-02-21T00:45:29.704Z | + cd - |
2353 | 2024-02-21T00:45:29.704Z | /work/oxidecomputer/omicron |
2354 | 2024-02-21T00:45:29.704Z | + pkg_dir=/tmp/tmp.wMa4Rh/root/opt/oxide/oxlog |
2355 | 2024-02-21T00:45:29.704Z | + mkdir -p /tmp/tmp.wMa4Rh/root/opt/oxide/oxlog |
2356 | 2024-02-21T00:45:29.704Z | + cd /tmp/tmp.wMa4Rh/root/opt/oxide/oxlog |
2357 | 2024-02-21T00:45:29.704Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2358 | 2024-02-21T00:45:29.714Z | x ., 0 bytes, 0 tape blocks |
2359 | 2024-02-21T00:45:29.714Z | x oxlog, 8554616 bytes, 16709 tape blocks |
2360 | 2024-02-21T00:45:29.714Z | x VERSION, 25 bytes, 1 tape blocks |
2361 | 2024-02-21T00:45:29.714Z | + cd - |
2362 | 2024-02-21T00:45:29.714Z | /work/oxidecomputer/omicron |
2363 | 2024-02-21T00:45:29.714Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.wMa4Rh/root/opt/oxide |
2364 | 2024-02-21T00:45:29.787Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.wMa4Rh/root/opt/oxide |
2365 | 2024-02-21T00:45:29.792Z | + cd /tmp/tmp.wMa4Rh |
2366 | 2024-02-21T00:45:29.792Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2367 | 2024-02-21T00:45:38.591Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2368 | 2024-02-21T00:45:38.592Z | a oxide.json 1K |
2369 | 2024-02-21T00:45:38.592Z | a root/ 0K |
2370 | 2024-02-21T00:45:38.592Z | a root/opt/ 0K |
2371 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/ 0K |
2372 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/ 0K |
2373 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/zone-bundle 40947K |
2374 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/sled-agent 79171K |
2375 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2376 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2377 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2378 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/sled-agent/VERSION 1K |
2379 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/ 0K |
2380 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2381 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2382 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2383 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2384 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2385 | 2024-02-21T00:45:38.592Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2386 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2387 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2388 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2389 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2390 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/oxlog/ 0K |
2391 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/oxlog/oxlog 8355K |
2392 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/oxlog/VERSION 1K |
2393 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2394 | 2024-02-21T00:45:38.593Z | a root/opt/oxide/overlay.tar.gz 3K |
2395 | 2024-02-21T00:45:38.593Z | a root/lib/ 0K |
2396 | 2024-02-21T00:45:38.593Z | a root/lib/svc/ 0K |
2397 | 2024-02-21T00:45:38.593Z | a root/lib/svc/manifest/ 0K |
2398 | 2024-02-21T00:45:38.593Z | a root/lib/svc/manifest/site/ 0K |
2399 | 2024-02-21T00:45:38.593Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2400 | 2024-02-21T00:45:38.620Z | + cd / |
2401 | 2024-02-21T00:45:38.620Z | + rm -rf /tmp/tmp.wMa4Rh |
2402 | 2024-02-21T00:45:38.627Z | |
2403 | 2024-02-21T00:45:38.628Z | real 9.098845130 |
2404 | 2024-02-21T00:45:38.628Z | user 8.526845205 |
2405 | 2024-02-21T00:45:38.628Z | sys 0.608133863 |
2406 | 2024-02-21T00:45:38.628Z | trap 0.002109049 |
2407 | 2024-02-21T00:45:38.628Z | tflt 0.000000000 |
2408 | 2024-02-21T00:45:38.628Z | dflt 0.000000000 |
2409 | 2024-02-21T00:45:38.628Z | kflt 0.000000000 |
2410 | 2024-02-21T00:45:38.628Z | lock 0.000000000 |
2411 | 2024-02-21T00:45:38.628Z | slp 17.637041070 |
2412 | 2024-02-21T00:45:38.628Z | lat 0.205449384 |
2413 | 2024-02-21T00:45:38.628Z | stop 0.000217131 |
2414 | 2024-02-21T00:45:38.628Z | + mkdir -p /work/zones |
2415 | 2024-02-21T00:45:38.640Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.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) |
2416 | 2024-02-21T00:45:38.640Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.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/ |
2417 | 2024-02-21T00:45:46.007Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2418 | 2024-02-21T00:45:46.194Z | Finished release [optimized] target(s) in 0.68s |
2419 | 2024-02-21T00:45:46.194Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2420 | 2024-02-21T00:45:46.194Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-02-21T00:45:46.194Z | Created new build target 'recovery' and set it as active |
2422 | 2024-02-21T00:45:46.194Z | |
2423 | 2024-02-21T00:45:46.194Z | real 0.799110828 |
2424 | 2024-02-21T00:45:46.194Z | user 0.540127147 |
2425 | 2024-02-21T00:45:46.194Z | sys 0.257088159 |
2426 | 2024-02-21T00:45:46.194Z | trap 0.000721439 |
2427 | 2024-02-21T00:45:46.194Z | tflt 0.000000000 |
2428 | 2024-02-21T00:45:46.194Z | dflt 0.000007469 |
2429 | 2024-02-21T00:45:46.194Z | kflt 0.000000000 |
2430 | 2024-02-21T00:45:46.195Z | lock 0.025480148 |
2431 | 2024-02-21T00:45:46.195Z | slp 0.014974379 |
2432 | 2024-02-21T00:45:46.195Z | lat 0.002520889 |
2433 | 2024-02-21T00:45:46.195Z | stop 0.000154890 |
2434 | 2024-02-21T00:45:46.195Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2435 | 2024-02-21T00:45:46.195Z | Finished release [optimized] target(s) in 0.64s |
2436 | 2024-02-21T00:45:46.195Z | Running `target/release/omicron-package -t recovery package` |
2437 | 2024-02-21T00:45:46.195Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2438 | 2024-02-21T00:45:46.195Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2439 | 2024-02-21T00:45:46.223Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2440 | 2024-02-21T00:46:12.124Z | Finished release [optimized] target(s) in 23.80s |
2441 | 2024-02-21T00:46:48.170Z | |
2442 | 2024-02-21T00:46:48.175Z | real 1:05.764200769 |
2443 | 2024-02-21T00:46:48.175Z | user 1:43.946980607 |
2444 | 2024-02-21T00:46:48.175Z | sys 8.164459569 |
2445 | 2024-02-21T00:46:48.175Z | trap 0.073146196 |
2446 | 2024-02-21T00:46:48.175Z | tflt 0.071631305 |
2447 | 2024-02-21T00:46:48.175Z | dflt 0.474861189 |
2448 | 2024-02-21T00:46:48.175Z | kflt 0.000029407 |
2449 | 2024-02-21T00:46:48.175Z | lock 23:52.093858136 |
2450 | 2024-02-21T00:46:48.175Z | slp 2:12.590956466 |
2451 | 2024-02-21T00:46:48.175Z | lat 1.501686727 |
2452 | 2024-02-21T00:46:48.175Z | stop 0.530919655 |
2453 | 2024-02-21T00:46:48.175Z | + stamp_packages installinator mg-ddm-gz |
2454 | 2024-02-21T00:46:48.175Z | + for package in "$@" |
2455 | 2024-02-21T00:46:48.175Z | + [[ installinator == mg-ddm-gz ]] |
2456 | 2024-02-21T00:46:48.175Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git8ba348d1d3b |
2457 | 2024-02-21T00:46:48.899Z | Finished release [optimized] target(s) in 0.65s |
2458 | 2024-02-21T00:46:48.907Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git8ba348d1d3b` |
2459 | 2024-02-21T00:46:48.907Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2460 | 2024-02-21T00:46:48.907Z | Created: out/versioned/installinator.tar |
2461 | 2024-02-21T00:46:48.907Z | + for package in "$@" |
2462 | 2024-02-21T00:46:48.908Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2463 | 2024-02-21T00:46:48.908Z | + echo 0.0.0 |
2464 | 2024-02-21T00:46:48.908Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2465 | 2024-02-21T00:46:48.908Z | a VERSION 1K |
2466 | 2024-02-21T00:46:48.908Z | + rm VERSION |
2467 | 2024-02-21T00:46:48.908Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b |
2468 | 2024-02-21T00:46:49.712Z | Finished release [optimized] target(s) in 0.62s |
2469 | 2024-02-21T00:46:49.743Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b` |
2470 | 2024-02-21T00:46:49.743Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2471 | 2024-02-21T00:46:49.743Z | Created: out/versioned/mg-ddm-gz.tar |
2472 | 2024-02-21T00:46:49.743Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2473 | 2024-02-21T00:46:49.744Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2474 | 2024-02-21T00:46:49.744Z | ++ cd -- ./tools |
2475 | 2024-02-21T00:46:49.744Z | ++ pwd |
2476 | 2024-02-21T00:46:49.744Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2477 | 2024-02-21T00:46:49.744Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2478 | 2024-02-21T00:46:49.744Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2479 | 2024-02-21T00:46:49.744Z | ++ readlink -f /work |
2480 | 2024-02-21T00:46:49.744Z | + out_dir=/work |
2481 | 2024-02-21T00:46:49.744Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2482 | 2024-02-21T00:46:49.744Z | + for dep in "${deps[@]}" |
2483 | 2024-02-21T00:46:49.744Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2484 | 2024-02-21T00:46:49.744Z | + for dep in "${deps[@]}" |
2485 | 2024-02-21T00:46:49.744Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2486 | 2024-02-21T00:46:49.744Z | ++ mktemp -d |
2487 | 2024-02-21T00:46:49.744Z | + tmp_trampoline=/tmp/tmp.jhaGWh |
2488 | 2024-02-21T00:46:49.744Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2489 | 2024-02-21T00:46:49.744Z | + echo '{"v":"1","t":"layer"}' |
2490 | 2024-02-21T00:46:49.744Z | + pkg_dir=/tmp/tmp.jhaGWh/root/opt/oxide/installinator |
2491 | 2024-02-21T00:46:49.744Z | + mkdir -p /tmp/tmp.jhaGWh/root/opt/oxide/installinator |
2492 | 2024-02-21T00:46:49.744Z | + cd /tmp/tmp.jhaGWh/root/opt/oxide/installinator |
2493 | 2024-02-21T00:46:49.744Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2494 | 2024-02-21T00:46:49.744Z | x ., 0 bytes, 0 tape blocks |
2495 | 2024-02-21T00:46:49.744Z | x installinator, 55307288 bytes, 108023 tape blocks |
2496 | 2024-02-21T00:46:49.745Z | x pkg, 0 bytes, 0 tape blocks |
2497 | 2024-02-21T00:46:49.745Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2498 | 2024-02-21T00:46:49.745Z | x VERSION, 25 bytes, 1 tape blocks |
2499 | 2024-02-21T00:46:49.745Z | + mkdir -p /tmp/tmp.jhaGWh/root/lib/svc/manifest/site/ |
2500 | 2024-02-21T00:46:49.745Z | + mv pkg/manifest.xml /tmp/tmp.jhaGWh/root/lib/svc/manifest/site/installinator.xml |
2501 | 2024-02-21T00:46:49.745Z | + cd - |
2502 | 2024-02-21T00:46:49.745Z | /work/oxidecomputer/omicron |
2503 | 2024-02-21T00:46:49.745Z | + pkg_dir=/tmp/tmp.jhaGWh/root/opt/oxide/mg-ddm |
2504 | 2024-02-21T00:46:49.745Z | + mkdir -p /tmp/tmp.jhaGWh/root/opt/oxide/mg-ddm |
2505 | 2024-02-21T00:46:49.745Z | + cd /tmp/tmp.jhaGWh/root/opt/oxide/mg-ddm |
2506 | 2024-02-21T00:46:49.745Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2507 | 2024-02-21T00:46:49.745Z | x ., 0 bytes, 0 tape blocks |
2508 | 2024-02-21T00:46:49.745Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2509 | 2024-02-21T00:46:49.745Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2510 | 2024-02-21T00:46:49.745Z | x pkg, 0 bytes, 0 tape blocks |
2511 | 2024-02-21T00:46:49.745Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2512 | 2024-02-21T00:46:49.745Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2513 | 2024-02-21T00:46:49.745Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2514 | 2024-02-21T00:46:49.745Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2515 | 2024-02-21T00:46:49.745Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2516 | 2024-02-21T00:46:49.745Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2517 | 2024-02-21T00:46:49.745Z | x VERSION, 25 bytes, 1 tape blocks |
2518 | 2024-02-21T00:46:49.745Z | + cd - |
2519 | 2024-02-21T00:46:49.746Z | /work/oxidecomputer/omicron |
2520 | 2024-02-21T00:46:49.746Z | + cd /tmp/tmp.jhaGWh |
2521 | 2024-02-21T00:46:49.746Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2522 | 2024-02-21T00:46:54.072Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2523 | 2024-02-21T00:46:54.073Z | a oxide.json 1K |
2524 | 2024-02-21T00:46:54.073Z | a root/ 0K |
2525 | 2024-02-21T00:46:54.073Z | a root/opt/ 0K |
2526 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/ 0K |
2527 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/installinator/ 0K |
2528 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/installinator/installinator 54012K |
2529 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/installinator/pkg/ 0K |
2530 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/installinator/VERSION 1K |
2531 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/ 0K |
2532 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2533 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2534 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2535 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2536 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2537 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2538 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2539 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2540 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2541 | 2024-02-21T00:46:54.073Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2542 | 2024-02-21T00:46:54.073Z | a root/lib/ 0K |
2543 | 2024-02-21T00:46:54.073Z | a root/lib/svc/ 0K |
2544 | 2024-02-21T00:46:54.073Z | a root/lib/svc/manifest/ 0K |
2545 | 2024-02-21T00:46:54.073Z | a root/lib/svc/manifest/site/ 0K |
2546 | 2024-02-21T00:46:54.074Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2547 | 2024-02-21T00:46:54.086Z | + cd / |
2548 | 2024-02-21T00:46:54.086Z | + rm -rf /tmp/tmp.jhaGWh |
2549 | 2024-02-21T00:46:54.086Z | |
2550 | 2024-02-21T00:46:54.086Z | real 4.617980708 |
2551 | 2024-02-21T00:46:54.086Z | user 4.359096502 |
2552 | 2024-02-21T00:46:54.086Z | sys 0.276203661 |
2553 | 2024-02-21T00:46:54.086Z | trap 0.001011488 |
2554 | 2024-02-21T00:46:54.086Z | tflt 0.000000000 |
2555 | 2024-02-21T00:46:54.086Z | dflt 0.000000000 |
2556 | 2024-02-21T00:46:54.086Z | kflt 0.000000000 |
2557 | 2024-02-21T00:46:54.086Z | lock 0.000000000 |
2558 | 2024-02-21T00:46:54.087Z | slp 8.971411111 |
2559 | 2024-02-21T00:46:54.087Z | lat 0.097340170 |
2560 | 2024-02-21T00:46:54.087Z | stop 0.000199945 |
2561 | 2024-02-21T00:46:54.087Z | process exited: duration 1712260 ms, exit code 0 |
|
2562 | 2024-02-21T00:46:54.104Z | found 21 output files |
2563 | 2024-02-21T00:46:54.104Z | uploading: /work/version.txt (26 bytes) |
2564 | 2024-02-21T00:46:55.167Z | uploaded: /work/version.txt |
2565 | 2024-02-21T00:46:55.167Z | uploading: /work/package.tar.gz (88203815 bytes) |
2566 | 2024-02-21T00:47:30.641Z | uploaded: /work/package.tar.gz |
2567 | 2024-02-21T00:47:30.663Z | uploading: /work/global-zone-packages.tar.gz (128158727 bytes) |
2568 | 2024-02-21T00:48:17.124Z | uploaded: /work/global-zone-packages.tar.gz |
2569 | 2024-02-21T00:48:17.124Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38970659 bytes) |
2570 | 2024-02-21T00:48:35.235Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2571 | 2024-02-21T00:48:35.235Z | uploading: /work/zones/clickhouse.tar.gz (194522772 bytes) |
2572 | 2024-02-21T00:49:48.181Z | uploaded: /work/zones/clickhouse.tar.gz |
2573 | 2024-02-21T00:49:48.181Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194521683 bytes) |
2574 | 2024-02-21T00:51:11.644Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2575 | 2024-02-21T00:51:11.644Z | uploading: /work/zones/cockroachdb.tar.gz (131618572 bytes) |
2576 | 2024-02-21T00:52:04.323Z | uploaded: /work/zones/cockroachdb.tar.gz |
2577 | 2024-02-21T00:52:04.323Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27880245 bytes) |
2578 | 2024-02-21T00:52:19.033Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2579 | 2024-02-21T00:52:19.033Z | uploading: /work/zones/crucible-zone.tar.gz (39682939 bytes) |
2580 | 2024-02-21T00:52:35.126Z | uploaded: /work/zones/crucible-zone.tar.gz |
2581 | 2024-02-21T00:52:35.126Z | uploading: /work/zones/external-dns.tar.gz (23648718 bytes) |
2582 | 2024-02-21T00:52:46.667Z | uploaded: /work/zones/external-dns.tar.gz |
2583 | 2024-02-21T00:52:46.667Z | uploading: /work/zones/internal-dns.tar.gz (23648717 bytes) |
2584 | 2024-02-21T00:52:58.396Z | uploaded: /work/zones/internal-dns.tar.gz |
2585 | 2024-02-21T00:52:58.396Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2586 | 2024-02-21T00:52:59.457Z | uploaded: /work/zones/ntp.tar.gz |
2587 | 2024-02-21T00:52:59.457Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19567393 bytes) |
2588 | 2024-02-21T00:53:10.581Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2589 | 2024-02-21T00:53:10.599Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19568529 bytes) |
2590 | 2024-02-21T00:53:18.640Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2591 | 2024-02-21T00:53:18.654Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87850027 bytes) |
2592 | 2024-02-21T00:54:04.035Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2593 | 2024-02-21T00:54:04.036Z | uploading: /work/zones/omicron-nexus.tar.gz (87848675 bytes) |
2594 | 2024-02-21T00:55:06.102Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2595 | 2024-02-21T00:55:06.102Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2596 | 2024-02-21T00:55:07.165Z | uploaded: /work/zones/overlay.tar.gz |
2597 | 2024-02-21T00:55:07.165Z | uploading: /work/zones/oximeter.tar.gz (55982462 bytes) |
2598 | 2024-02-21T00:55:29.915Z | uploaded: /work/zones/oximeter.tar.gz |
2599 | 2024-02-21T00:55:29.915Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2600 | 2024-02-21T00:55:55.935Z | uploaded: /work/zones/propolis-server.tar.gz |
2601 | 2024-02-21T00:55:55.935Z | uploading: /work/zones/switch-asic.tar.gz (285230105 bytes) |
2602 | 2024-02-21T00:58:04.595Z | uploaded: /work/zones/switch-asic.tar.gz |
2603 | 2024-02-21T00:58:04.595Z | uploading: /work/zones/switch-softnpu.tar.gz (209429438 bytes) |
2604 | 2024-02-21T00:59:42.026Z | uploaded: /work/zones/switch-softnpu.tar.gz |