|
|
|
1 | 2024-02-07T22:57:15.525Z | job assigned to worker 01HP2WJEWWBVDMMVECTRKX242S (queued for 4 m 40 s) |
|
2 | 2024-02-07T22:57:16.112Z | starting task 0: "setup" |
3 | 2024-02-07T22:57:16.189Z | ++ uname -s |
4 | 2024-02-07T22:57:16.192Z | + kern=SunOS |
5 | 2024-02-07T22:57:16.192Z | + case "$kern" in |
6 | 2024-02-07T22:57:16.192Z | + groupadd -g 12345 build |
7 | 2024-02-07T22:57:16.195Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-07T22:57:22.217Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-07T22:57:22.349Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-07T22:57:22.349Z | + home_fs=zfs |
11 | 2024-02-07T22:57:22.349Z | + [[ zfs == autofs ]] |
12 | 2024-02-07T22:57:22.350Z | + mkdir -p /home/build |
13 | 2024-02-07T22:57:22.350Z | + chown build:build /home/build /work |
14 | 2024-02-07T22:57:22.350Z | + chmod 0700 /home/build /work |
15 | 2024-02-07T22:57:22.350Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2024-02-07T22:57:22.383Z | starting task 1: "rust-toolchain" |
17 | 2024-02-07T22:57:22.699Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-07T22:57:22.699Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-07T22:57:22.725Z | info: downloading installer |
20 | 2024-02-07T22:57:24.211Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-07T22:57:24.212Z | warning: /opt/ooce/bin |
22 | 2024-02-07T22:57:24.212Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-07T22:57:24.212Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-07T22:57:24.212Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-07T22:57:24.213Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-07T22:57:24.213Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-07T22:57:24.214Z | error: cannot install while Rust is installed |
28 | 2024-02-07T22:57:24.214Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-07T22:57:24.475Z | info: profile set to 'default' |
30 | 2024-02-07T22:57:24.476Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-07T22:57:25.305Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-07T22:57:25.317Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-07T22:57:25.317Z | info: downloading component 'cargo' |
34 | 2024-02-07T22:57:25.317Z | info: downloading component 'clippy' |
35 | 2024-02-07T22:57:25.471Z | info: downloading component 'rust-docs' |
36 | 2024-02-07T22:57:26.275Z | info: downloading component 'rust-std' |
37 | 2024-02-07T22:57:27.730Z | info: downloading component 'rustc' |
38 | 2024-02-07T22:57:31.297Z | info: downloading component 'rustfmt' |
39 | 2024-02-07T22:57:31.495Z | info: installing component 'cargo' |
40 | 2024-02-07T22:57:32.478Z | info: installing component 'clippy' |
41 | 2024-02-07T22:57:32.824Z | info: installing component 'rust-docs' |
42 | 2024-02-07T22:57:34.332Z | info: installing component 'rust-std' |
43 | 2024-02-07T22:57:36.739Z | info: installing component 'rustc' |
44 | 2024-02-07T22:57:40.867Z | info: installing component 'rustfmt' |
45 | 2024-02-07T22:57:41.190Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-07T22:57:41.190Z | |
47 | 2024-02-07T22:57:41.467Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-07T22:57:41.467Z | |
49 | 2024-02-07T22:57:41.943Z | |
50 | 2024-02-07T22:57:41.943Z | Rust is installed now. Great! |
51 | 2024-02-07T22:57:41.943Z | |
52 | 2024-02-07T22:57:41.943Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-07T22:57:41.944Z | environment variable. This has not been done automatically. |
54 | 2024-02-07T22:57:41.944Z | |
55 | 2024-02-07T22:57:41.944Z | To configure your current shell, run: |
56 | 2024-02-07T22:57:41.944Z | source "$HOME/.cargo/env" |
57 | 2024-02-07T22:57:41.944Z | + rustc --version |
58 | 2024-02-07T22:57:41.945Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-07T22:57:41.945Z | process exited: duration 19200 ms, exit code 0 |
|
60 | 2024-02-07T22:57:41.964Z | starting task 2: "authentication" |
61 | 2024-02-07T22:57:42.008Z | process exited: duration 25 ms, exit code 0 |
|
62 | 2024-02-07T22:57:42.020Z | starting task 3: "clone repository" |
63 | 2024-02-07T22:57:42.023Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-07T22:57:42.023Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-07T22:57:42.326Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-07T22:57:47.883Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-07T22:57:47.883Z | + git fetch origin 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
68 | 2024-02-07T22:57:48.442Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-07T22:57:48.442Z | * branch 0e598e10e5ea4b62c00dd4438a3d491556990c75 -> FETCH_HEAD |
70 | 2024-02-07T22:57:48.474Z | + [[ -n iliana/samael-41 ]] |
71 | 2024-02-07T22:57:48.480Z | ++ git branch --show-current |
72 | 2024-02-07T22:57:48.481Z | + current=main |
73 | 2024-02-07T22:57:48.481Z | + [[ main != iliana/samael-41 ]] |
74 | 2024-02-07T22:57:48.481Z | + git branch -f iliana/samael-41 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
75 | 2024-02-07T22:57:48.481Z | + git checkout -f iliana/samael-41 |
76 | 2024-02-07T22:57:48.580Z | Switched to branch 'iliana/samael-41' |
77 | 2024-02-07T22:57:48.610Z | + git reset --hard 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
78 | 2024-02-07T22:57:48.610Z | HEAD is now at 0e598e10e patch samael crate to include njaremko/samael#41 |
79 | 2024-02-07T22:57:48.610Z | process exited: duration 6554 ms, exit code 0 |
|
80 | 2024-02-07T22:57:48.641Z | starting task 4: "build" |
81 | 2024-02-07T22:57:48.650Z | + cargo --version |
82 | 2024-02-07T22:57:48.650Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-07T22:57:49.230Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-07T22:57:49.230Z | info: downloading component 'cargo' |
85 | 2024-02-07T22:57:55.830Z | info: downloading component 'clippy' |
86 | 2024-02-07T22:57:55.979Z | info: downloading component 'rust-docs' |
87 | 2024-02-07T22:57:55.979Z | info: downloading component 'rust-std' |
88 | 2024-02-07T22:57:56.069Z | info: downloading component 'rustc' |
89 | 2024-02-07T22:57:56.781Z | info: downloading component 'rustfmt' |
90 | 2024-02-07T22:57:57.027Z | info: installing component 'cargo' |
91 | 2024-02-07T22:57:57.893Z | info: installing component 'clippy' |
92 | 2024-02-07T22:57:58.251Z | info: installing component 'rust-docs' |
93 | 2024-02-07T22:57:59.885Z | info: installing component 'rust-std' |
94 | 2024-02-07T22:58:02.800Z | info: installing component 'rustc' |
95 | 2024-02-07T22:58:05.663Z | info: installing component 'rustfmt' |
96 | 2024-02-07T22:58:06.064Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-07T22:58:06.069Z | + rustc --version |
98 | 2024-02-07T22:58:06.131Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-07T22:58:06.144Z | ++ git rev-parse HEAD |
100 | 2024-02-07T22:58:06.160Z | + COMMIT=0e598e10e5ea4b62c00dd4438a3d491556990c75 |
101 | 2024-02-07T22:58:06.161Z | + VERSION=6.0.0-0.ci+git0e598e10e5e |
102 | 2024-02-07T22:58:06.161Z | + echo 6.0.0-0.ci+git0e598e10e5e |
103 | 2024-02-07T22:58:06.161Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-07T22:58:14.795Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-07T22:58:15.934Z | Startup: Caching catalogs ... Done |
106 | 2024-02-07T22:58:16.992Z | Planning: Solver setup ... Done (0.747s) |
107 | 2024-02-07T22:58:17.009Z | Planning: Running solver ... Done (0.017s) |
108 | 2024-02-07T22:58:17.171Z | Planning: Finding local manifests ... Done (0.142s) |
109 | 2024-02-07T22:58:17.606Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-07T22:58:17.795Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-07T22:58:17.966Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-02-07T22:58:17.970Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-02-07T22:58:18.815Z | Planning: Checking for conflicting actions ... Done (0.918s) |
114 | 2024-02-07T22:58:18.828Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-07T22:58:22.573Z | Planning: Evaluating mediators ... Done (3.102s) |
116 | 2024-02-07T22:58:22.574Z | Planning: Planning completed in 5.96 seconds |
117 | 2024-02-07T22:58:22.574Z | Packages to install: 4 |
118 | 2024-02-07T22:58:22.574Z | Mediators to change: 2 |
119 | 2024-02-07T22:58:22.575Z | Services to change: 1 |
120 | 2024-02-07T22:58:22.575Z | Estimated space available: 148.87 GB |
121 | 2024-02-07T22:58:22.575Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-07T22:58:22.575Z | Create boot environment: No |
123 | 2024-02-07T22:58:22.575Z | Create backup boot environment: No |
124 | 2024-02-07T22:58:22.576Z | Rebuild boot archive: No |
125 | 2024-02-07T22:58:22.576Z | |
126 | 2024-02-07T22:58:22.576Z | Changed mediators: |
127 | 2024-02-07T22:58:22.576Z | mediator clang: |
128 | 2024-02-07T22:58:22.576Z | version: None -> 15 (system default) |
129 | 2024-02-07T22:58:22.576Z | |
130 | 2024-02-07T22:58:22.577Z | mediator llvm: |
131 | 2024-02-07T22:58:22.577Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-07T22:58:22.577Z | |
133 | 2024-02-07T22:58:22.577Z | Changed packages: |
134 | 2024-02-07T22:58:22.577Z | helios-dev |
135 | 2024-02-07T22:58:22.578Z | developer/build-essential |
136 | 2024-02-07T22:58:22.578Z | None -> 11-2.0 |
137 | 2024-02-07T22:58:22.578Z | library/libxmlsec1 |
138 | 2024-02-07T22:58:22.578Z | None -> 1.2.35-2.0 |
139 | 2024-02-07T22:58:22.579Z | ooce/developer/clang-15 |
140 | 2024-02-07T22:58:22.579Z | None -> 15.0.7-2.0 |
141 | 2024-02-07T22:58:22.579Z | ooce/developer/llvm-15 |
142 | 2024-02-07T22:58:22.579Z | None -> 15.0.7-2.0 |
143 | 2024-02-07T22:58:22.579Z | |
144 | 2024-02-07T22:58:22.579Z | Services: |
145 | 2024-02-07T22:58:22.579Z | restart_fmri: |
146 | 2024-02-07T22:58:22.579Z | svc:/system/update-man-index:default |
147 | 2024-02-07T22:58:22.579Z | |
148 | 2024-02-07T22:58:22.580Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-07T22:58:27.254Z | Download: 729/3290 items 18.2/212.6MB 8% complete (3.7M/s) |
150 | 2024-02-07T22:58:32.311Z | Download: 1226/3290 items 93.0/212.6MB 43% complete (9.4M/s) |
151 | 2024-02-07T22:58:39.737Z | Download: 1903/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
152 | 2024-02-07T22:58:42.294Z | Download: 3186/3290 items 153.9/212.6MB 72% complete (6.0M/s) |
153 | 2024-02-07T22:58:47.304Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
154 | 2024-02-07T22:58:47.958Z | Download: Completed 212.60 MB in 25.70 seconds (8.3M/s) |
155 | 2024-02-07T22:58:48.121Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2024-02-07T22:58:53.203Z | Actions: 3580/3689 actions (Installing new actions) |
157 | 2024-02-07T22:58:53.310Z | Actions: Completed 3689 actions in 5.18 seconds. |
158 | 2024-02-07T22:58:53.471Z | Done (0.159s) |
159 | 2024-02-07T22:58:53.471Z | Done (0.000s) |
160 | 2024-02-07T22:58:53.680Z | Done (0.209s) |
161 | 2024-02-07T22:58:59.000Z | Done (5.200s) |
162 | 2024-02-07T22:58:59.145Z | Done (0.081s) |
163 | 2024-02-07T22:58:59.163Z | Done (0.000s) |
164 | 2024-02-07T22:58:59.294Z | Done (0.000s) |
165 | 2024-02-07T22:58:59.801Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-02-07T22:58:59.963Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-02-07T22:58:59.969Z | Planning: Consolidating action changes ... Done |
168 | 2024-02-07T22:59:00.239Z | Planning: Evaluating mediators ... Done |
169 | 2024-02-07T22:59:00.243Z | Planning: Planning completed in 0.43 seconds |
170 | 2024-02-07T22:59:00.267Z | Mediators to change: 2 |
171 | 2024-02-07T22:59:00.267Z | Create boot environment: No |
172 | 2024-02-07T22:59:00.270Z | Create backup boot environment: No |
173 | 2024-02-07T22:59:00.343Z | Done |
174 | 2024-02-07T22:59:00.343Z | Done |
175 | 2024-02-07T22:59:00.495Z | Done |
176 | 2024-02-07T22:59:04.254Z | Done |
177 | 2024-02-07T22:59:04.348Z | Done |
178 | 2024-02-07T22:59:04.351Z | Done |
179 | 2024-02-07T22:59:04.446Z | Done |
180 | 2024-02-07T22:59:05.081Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-02-07T22:59:05.093Z | Planning: Merging actions ... Done |
182 | 2024-02-07T22:59:05.273Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-02-07T22:59:05.289Z | Planning: Consolidating action changes ... Done |
184 | 2024-02-07T22:59:05.546Z | Planning: Evaluating mediators ... Done |
185 | 2024-02-07T22:59:05.613Z | Planning: Planning completed in 0.79 seconds |
186 | 2024-02-07T22:59:05.633Z | Packages to change: 1 |
187 | 2024-02-07T22:59:05.633Z | Mediators to change: 1 |
188 | 2024-02-07T22:59:05.639Z | Services to change: 1 |
189 | 2024-02-07T22:59:05.639Z | Create boot environment: No |
190 | 2024-02-07T22:59:05.639Z | Create backup boot environment: Yes |
191 | 2024-02-07T22:59:07.377Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-02-07T22:59:07.816Z | Actions: Completed 6 actions in 0.04 seconds. |
193 | 2024-02-07T22:59:07.843Z | Done |
194 | 2024-02-07T22:59:07.843Z | Done |
195 | 2024-02-07T22:59:07.843Z | Done |
196 | 2024-02-07T22:59:11.207Z | Done |
197 | 2024-02-07T22:59:11.292Z | Done |
198 | 2024-02-07T22:59:11.305Z | Done |
199 | 2024-02-07T22:59:11.397Z | Done |
200 | 2024-02-07T22:59:11.840Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-02-07T22:59:11.840Z | clang system 15 system |
202 | 2024-02-07T22:59:11.840Z | csh system system illumos |
203 | 2024-02-07T22:59:11.841Z | ctags system system illumos |
204 | 2024-02-07T22:59:11.841Z | gcc vendor 12 vendor |
205 | 2024-02-07T22:59:11.841Z | gcc system 10 system |
206 | 2024-02-07T22:59:11.841Z | gcc system 7 system |
207 | 2024-02-07T22:59:11.841Z | go system 1.20 system |
208 | 2024-02-07T22:59:11.842Z | go system 1.19 system |
209 | 2024-02-07T22:59:11.842Z | llvm system 15 system |
210 | 2024-02-07T22:59:11.842Z | llvm system 14 system |
211 | 2024-02-07T22:59:11.842Z | mariadb system 10.6 system |
212 | 2024-02-07T22:59:11.842Z | mta vendor vendor dma |
213 | 2024-02-07T22:59:11.843Z | openjdk system 17 system |
214 | 2024-02-07T22:59:11.843Z | openjdk system 11 system |
215 | 2024-02-07T22:59:11.843Z | openjdk system 1.8 system |
216 | 2024-02-07T22:59:11.843Z | openssl vendor 3 vendor |
217 | 2024-02-07T22:59:11.844Z | perl system 5.36 system |
218 | 2024-02-07T22:59:11.844Z | postgresql system 15 system |
219 | 2024-02-07T22:59:11.844Z | postgresql system 13 system |
220 | 2024-02-07T22:59:11.845Z | python vendor 3 vendor |
221 | 2024-02-07T22:59:11.845Z | python system 2 system |
222 | 2024-02-07T22:59:11.845Z | python3 system 3.11 system |
223 | 2024-02-07T22:59:11.845Z | ruby system 3.0 system |
224 | 2024-02-07T22:59:11.845Z | words vendor vendor american-english |
225 | 2024-02-07T22:59:11.846Z | words system system australian-english |
226 | 2024-02-07T22:59:11.846Z | words system system british-english |
227 | 2024-02-07T22:59:11.846Z | words system system canadian-english |
228 | 2024-02-07T22:59:11.846Z | words system system french |
229 | 2024-02-07T22:59:11.847Z | words system system italian |
230 | 2024-02-07T22:59:11.847Z | words system system ngerman |
231 | 2024-02-07T22:59:11.847Z | words system system ogerman |
232 | 2024-02-07T22:59:11.848Z | words system system spanish |
233 | 2024-02-07T22:59:12.166Z | FMRI IFO |
234 | 2024-02-07T22:59:12.166Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-02-07T22:59:12.166Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-02-07T22:59:12.167Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-02-07T22:59:12.167Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-02-07T22:59:12.168Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-02-07T22:59:12.168Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-02-07T22:59:12.168Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-02-07T22:59:12.168Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-02-07T22:59:12.227Z | + set -o errexit |
243 | 2024-02-07T22:59:12.274Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2024-02-07T22:59:12.274Z | ++ cd ./tools |
245 | 2024-02-07T22:59:12.274Z | ++ pwd |
246 | 2024-02-07T22:59:12.275Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2024-02-07T22:59:12.275Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2024-02-07T22:59:12.275Z | + ARG0=ci_download_cockroachdb |
249 | 2024-02-07T22:59:12.276Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2024-02-07T22:59:12.276Z | + CIDL_VERSION=v22.1.9 |
251 | 2024-02-07T22:59:12.276Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2024-02-07T22:59:12.277Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2024-02-07T22:59:12.277Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2024-02-07T22:59:12.277Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2024-02-07T22:59:12.277Z | + TARGET_DIR=out |
256 | 2024-02-07T22:59:12.278Z | + DOWNLOAD_DIR=out/downloads |
257 | 2024-02-07T22:59:12.278Z | + DEST_DIR=./out/cockroachdb |
258 | 2024-02-07T22:59:12.278Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2024-02-07T22:59:12.278Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2024-02-07T22:59:12.279Z | + main |
261 | 2024-02-07T22:59:12.279Z | + [[ 0 != 0 ]] |
262 | 2024-02-07T22:59:12.279Z | + CIDL_OS=solaris2.11 |
263 | 2024-02-07T22:59:12.279Z | + [[ 0 != 0 ]] |
264 | 2024-02-07T22:59:12.279Z | + configure_os solaris2.11 |
265 | 2024-02-07T22:59:12.280Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2024-02-07T22:59:12.280Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-02-07T22:59:12.280Z | current directory: /work/oxidecomputer/omicron |
268 | 2024-02-07T22:59:12.280Z | configuring based on OS: "solaris2.11" |
269 | 2024-02-07T22:59:12.281Z | + case "$1" in |
270 | 2024-02-07T22:59:12.281Z | + CIDL_BUILD=illumos |
271 | 2024-02-07T22:59:12.281Z | + CIDL_SUFFIX=tar.gz |
272 | 2024-02-07T22:59:12.282Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2024-02-07T22:59:12.282Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2024-02-07T22:59:12.283Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-02-07T22:59:12.283Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-02-07T22:59:12.283Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-02-07T22:59:12.283Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-07T22:59:12.284Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-07T22:59:12.284Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-02-07T22:59:12.285Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-07T22:59:12.285Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-07T22:59:12.285Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-07T22:59:12.285Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-07T22:59:12.286Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-07T22:59:12.286Z | + mkdir -p out/downloads |
286 | 2024-02-07T22:59:12.286Z | + mkdir -p ./out/cockroachdb |
287 | 2024-02-07T22:59:12.286Z | + local DO_DOWNLOAD=true |
288 | 2024-02-07T22:59:12.286Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2024-02-07T22:59:12.287Z | + '[' true == true ']' |
290 | 2024-02-07T22:59:12.287Z | + echo Downloading... |
291 | 2024-02-07T22:59:12.287Z | Downloading... |
292 | 2024-02-07T22:59:12.287Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-07T22:59:12.287Z | + 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 |
294 | 2024-02-07T22:59:15.154Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-07T22:59:15.650Z | ++ md5sum |
296 | 2024-02-07T22:59:15.650Z | ++ awk '{print $1}' |
297 | 2024-02-07T22:59:15.651Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2024-02-07T22:59:15.651Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
299 | 2024-02-07T22:59:15.651Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-07T22:59:15.651Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2024-02-07T22:59:17.463Z | + do_assemble_illumos |
302 | 2024-02-07T22:59:17.463Z | + rm -r ./out/cockroachdb |
303 | 2024-02-07T22:59:17.475Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2024-02-07T22:59:17.839Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2024-02-07T22:59:18.027Z | Build Tag: v22.1.9-dirty |
306 | 2024-02-07T22:59:18.027Z | Build Time: 2022/10/26 21:17:46 |
307 | 2024-02-07T22:59:18.027Z | Distribution: OSS |
308 | 2024-02-07T22:59:18.027Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2024-02-07T22:59:18.028Z | Go Version: go1.17.13 |
310 | 2024-02-07T22:59:18.028Z | C Compiler: gcc 10.3.0 |
311 | 2024-02-07T22:59:18.028Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2024-02-07T22:59:18.028Z | Build Type: release |
313 | 2024-02-07T22:59:18.041Z | + set -o errexit |
314 | 2024-02-07T22:59:18.045Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2024-02-07T22:59:18.045Z | ++ cd ./tools |
316 | 2024-02-07T22:59:18.049Z | ++ pwd |
317 | 2024-02-07T22:59:18.049Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2024-02-07T22:59:18.049Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2024-02-07T22:59:18.049Z | + ARG0=ci_download_clickhouse |
320 | 2024-02-07T22:59:18.049Z | + TARGET_DIR=out |
321 | 2024-02-07T22:59:18.049Z | + DOWNLOAD_DIR=out/downloads |
322 | 2024-02-07T22:59:18.049Z | + DEST_DIR=./out/clickhouse |
323 | 2024-02-07T22:59:18.053Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
324 | 2024-02-07T22:59:18.053Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2024-02-07T22:59:18.053Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2024-02-07T22:59:18.054Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2024-02-07T22:59:18.054Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2024-02-07T22:59:18.054Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2024-02-07T22:59:18.054Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2024-02-07T22:59:18.054Z | + main |
331 | 2024-02-07T22:59:18.054Z | + [[ 0 != 0 ]] |
332 | 2024-02-07T22:59:18.055Z | + CIDL_OS=solaris2.11 |
333 | 2024-02-07T22:59:18.055Z | + [[ 0 != 0 ]] |
334 | 2024-02-07T22:59:18.055Z | + configure_os solaris2.11 |
335 | 2024-02-07T22:59:18.055Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2024-02-07T22:59:18.055Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-07T22:59:18.055Z | + CIDL_DASHREV= |
338 | 2024-02-07T22:59:18.055Z | + case "$1" in |
339 | 2024-02-07T22:59:18.056Z | current directory: /work/oxidecomputer/omicron |
340 | 2024-02-07T22:59:18.056Z | configuring based on OS: "solaris2.11" |
341 | 2024-02-07T22:59:18.056Z | + CIDL_PLATFORM=illumos |
342 | 2024-02-07T22:59:18.056Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2024-02-07T22:59:18.056Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-02-07T22:59:18.056Z | + CIDL_DASHREV=-1 |
345 | 2024-02-07T22:59:18.057Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2024-02-07T22:59:18.057Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-07T22:59:18.057Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-07T22:59:18.057Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-07T22:59:18.057Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-07T22:59:18.057Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-07T22:59:18.058Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-07T22:59:18.058Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-07T22:59:18.058Z | + mkdir -p out/downloads |
354 | 2024-02-07T22:59:18.058Z | + mkdir -p ./out/clickhouse |
355 | 2024-02-07T22:59:18.064Z | + local DO_DOWNLOAD=true |
356 | 2024-02-07T22:59:18.065Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2024-02-07T22:59:18.065Z | + '[' true == true ']' |
358 | 2024-02-07T22:59:18.065Z | + echo Downloading... |
359 | 2024-02-07T22:59:18.066Z | Downloading... |
360 | 2024-02-07T22:59:18.066Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-07T22:59:18.066Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-07T22:59:19.449Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-07T22:59:19.465Z | ++ md5sum |
364 | 2024-02-07T22:59:19.466Z | ++ awk '{print $1}' |
365 | 2024-02-07T22:59:19.638Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2024-02-07T22:59:19.638Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
367 | 2024-02-07T22:59:19.651Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2024-02-07T22:59:19.651Z | + mkdir -p ./out/clickhouse |
369 | 2024-02-07T22:59:19.652Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2024-02-07T22:59:22.764Z | + ./out/clickhouse/clickhouse server --version |
371 | 2024-02-07T22:59:22.797Z | ClickHouse server version 22.8.9.1. |
372 | 2024-02-07T22:59:23.692Z | + set -o errexit |
373 | 2024-02-07T22:59:23.692Z | +++ dirname ./tools/ci_download_console |
374 | 2024-02-07T22:59:23.692Z | ++ cd ./tools |
375 | 2024-02-07T22:59:23.693Z | ++ pwd |
376 | 2024-02-07T22:59:23.693Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2024-02-07T22:59:23.693Z | ++ basename ./tools/ci_download_console |
378 | 2024-02-07T22:59:23.693Z | + ARG0=ci_download_console |
379 | 2024-02-07T22:59:23.694Z | + TARGET_DIR=out |
380 | 2024-02-07T22:59:23.694Z | + DOWNLOAD_DIR=out/downloads |
381 | 2024-02-07T22:59:23.694Z | + DEST_DIR=./out/console-assets |
382 | 2024-02-07T22:59:23.695Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2024-02-07T22:59:23.695Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
384 | 2024-02-07T22:59:23.695Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
385 | 2024-02-07T22:59:23.696Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
386 | 2024-02-07T22:59:23.696Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2024-02-07T22:59:23.696Z | + main |
388 | 2024-02-07T22:59:23.696Z | + [[ 0 != 0 ]] |
389 | 2024-02-07T22:59:23.697Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
390 | 2024-02-07T22:59:23.697Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2024-02-07T22:59:23.697Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-07T22:59:23.697Z | Local file: out/downloads/console.tar.gz |
393 | 2024-02-07T22:59:23.697Z | + local DO_DOWNLOAD=true |
394 | 2024-02-07T22:59:23.698Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2024-02-07T22:59:23.698Z | + mkdir -p out/downloads |
396 | 2024-02-07T22:59:23.698Z | + '[' true == true ']' |
397 | 2024-02-07T22:59:23.698Z | + echo Downloading... |
398 | 2024-02-07T22:59:23.698Z | Downloading... |
399 | 2024-02-07T22:59:23.699Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
400 | 2024-02-07T22:59:23.699Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
401 | 2024-02-07T22:59:23.699Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2024-02-07T22:59:23.699Z | ++ case "$OSTYPE" in |
403 | 2024-02-07T22:59:23.699Z | ++ SHA=sha256sum |
404 | 2024-02-07T22:59:23.699Z | ++ sha256sum |
405 | 2024-02-07T22:59:23.700Z | ++ awk '{print $1}' |
406 | 2024-02-07T22:59:23.700Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
407 | 2024-02-07T22:59:23.700Z | + [[ 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 ]] |
408 | 2024-02-07T22:59:23.700Z | + rm -rf ./out/console-assets |
409 | 2024-02-07T22:59:23.700Z | + mkdir -p ./out/console-assets |
410 | 2024-02-07T22:59:23.701Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2024-02-07T22:59:23.701Z | + mkdir -p ./out/console-assets |
412 | 2024-02-07T22:59:23.701Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2024-02-07T22:59:23.701Z | + set -o errexit |
414 | 2024-02-07T22:59:23.701Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2024-02-07T22:59:23.702Z | ++ cd ./tools |
416 | 2024-02-07T22:59:23.702Z | ++ pwd |
417 | 2024-02-07T22:59:23.702Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-02-07T22:59:23.702Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2024-02-07T22:59:23.702Z | + ARG0=ci_download_maghemite_openapi |
420 | 2024-02-07T22:59:23.703Z | + TARGET_DIR=out |
421 | 2024-02-07T22:59:23.703Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-02-07T22:59:23.703Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2024-02-07T22:59:23.703Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
424 | 2024-02-07T22:59:23.703Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
425 | 2024-02-07T22:59:23.703Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
426 | 2024-02-07T22:59:23.704Z | + LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
427 | 2024-02-07T22:59:23.704Z | + main |
428 | 2024-02-07T22:59:23.704Z | + [[ 0 != 0 ]] |
429 | 2024-02-07T22:59:23.704Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json' |
430 | 2024-02-07T22:59:23.704Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
431 | 2024-02-07T22:59:23.705Z | + echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
432 | 2024-02-07T22:59:23.705Z | + local DO_DOWNLOAD=true |
433 | 2024-02-07T22:59:23.705Z | Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
434 | 2024-02-07T22:59:23.705Z | + [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
435 | 2024-02-07T22:59:23.705Z | + mkdir -p out/downloads |
436 | 2024-02-07T22:59:23.706Z | + '[' true == true ']' |
437 | 2024-02-07T22:59:23.706Z | + echo Downloading... |
438 | 2024-02-07T22:59:23.706Z | Downloading... |
439 | 2024-02-07T22:59:23.706Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
440 | 2024-02-07T22:59:23.706Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
441 | 2024-02-07T22:59:23.843Z | ++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
442 | 2024-02-07T22:59:23.843Z | ++ case "$OSTYPE" in |
443 | 2024-02-07T22:59:23.851Z | ++ SHA=sha256sum |
444 | 2024-02-07T22:59:23.851Z | ++ sha256sum |
445 | 2024-02-07T22:59:23.851Z | ++ awk '{print $1}' |
446 | 2024-02-07T22:59:23.851Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
447 | 2024-02-07T22:59:23.852Z | + [[ 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 ]] |
448 | 2024-02-07T22:59:23.852Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2024-02-07T22:59:23.852Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
450 | 2024-02-07T22:59:23.852Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
451 | 2024-02-07T22:59:23.852Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
452 | 2024-02-07T22:59:23.852Z | + LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
453 | 2024-02-07T22:59:23.852Z | + main |
454 | 2024-02-07T22:59:23.852Z | + [[ 0 != 0 ]] |
455 | 2024-02-07T22:59:23.852Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json' |
456 | 2024-02-07T22:59:23.852Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
457 | 2024-02-07T22:59:23.853Z | + echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
458 | 2024-02-07T22:59:23.853Z | + local DO_DOWNLOAD=true |
459 | 2024-02-07T22:59:23.853Z | Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
460 | 2024-02-07T22:59:23.853Z | + [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
461 | 2024-02-07T22:59:23.853Z | + mkdir -p out/downloads |
462 | 2024-02-07T22:59:23.853Z | + '[' true == true ']' |
463 | 2024-02-07T22:59:23.853Z | + echo Downloading... |
464 | 2024-02-07T22:59:23.853Z | Downloading... |
465 | 2024-02-07T22:59:23.853Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
466 | 2024-02-07T22:59:23.853Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
467 | 2024-02-07T22:59:24.016Z | ++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
468 | 2024-02-07T22:59:24.028Z | ++ case "$OSTYPE" in |
469 | 2024-02-07T22:59:24.029Z | ++ SHA=sha256sum |
470 | 2024-02-07T22:59:24.029Z | ++ sha256sum |
471 | 2024-02-07T22:59:24.029Z | ++ awk '{print $1}' |
472 | 2024-02-07T22:59:24.029Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
473 | 2024-02-07T22:59:24.029Z | + [[ 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 ]] |
474 | 2024-02-07T22:59:24.047Z | + set -o errexit |
475 | 2024-02-07T22:59:24.047Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2024-02-07T22:59:24.047Z | ++ cd ./tools |
477 | 2024-02-07T22:59:24.048Z | ++ pwd |
478 | 2024-02-07T22:59:24.048Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2024-02-07T22:59:24.048Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2024-02-07T22:59:24.048Z | + ARG0=ci_download_dendrite_openapi |
481 | 2024-02-07T22:59:24.048Z | + TARGET_DIR=out |
482 | 2024-02-07T22:59:24.048Z | + DOWNLOAD_DIR=out/downloads |
483 | 2024-02-07T22:59:24.048Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2024-02-07T22:59:24.049Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
485 | 2024-02-07T22:59:24.049Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
486 | 2024-02-07T22:59:24.049Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
487 | 2024-02-07T22:59:24.049Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
488 | 2024-02-07T22:59:24.049Z | + main |
489 | 2024-02-07T22:59:24.049Z | + [[ 0 != 0 ]] |
490 | 2024-02-07T22:59:24.049Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
491 | 2024-02-07T22:59:24.049Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
492 | 2024-02-07T22:59:24.050Z | + local DO_DOWNLOAD=true |
493 | 2024-02-07T22:59:24.050Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
494 | 2024-02-07T22:59:24.050Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
495 | 2024-02-07T22:59:24.050Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
496 | 2024-02-07T22:59:24.050Z | + mkdir -p out/downloads |
497 | 2024-02-07T22:59:24.050Z | + '[' true == true ']' |
498 | 2024-02-07T22:59:24.050Z | + echo Downloading... |
499 | 2024-02-07T22:59:24.050Z | Downloading... |
500 | 2024-02-07T22:59:24.051Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
501 | 2024-02-07T22:59:24.051Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
502 | 2024-02-07T22:59:24.160Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
503 | 2024-02-07T22:59:24.164Z | ++ case "$OSTYPE" in |
504 | 2024-02-07T22:59:24.164Z | ++ SHA=sha256sum |
505 | 2024-02-07T22:59:24.164Z | ++ sha256sum |
506 | 2024-02-07T22:59:24.164Z | ++ awk '{print $1}' |
507 | 2024-02-07T22:59:24.174Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
508 | 2024-02-07T22:59:24.174Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
509 | 2024-02-07T22:59:24.186Z | + set -o errexit |
510 | 2024-02-07T22:59:24.200Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2024-02-07T22:59:24.201Z | ++ cd ./tools |
512 | 2024-02-07T22:59:24.201Z | ++ pwd |
513 | 2024-02-07T22:59:24.201Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2024-02-07T22:59:24.201Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2024-02-07T22:59:24.202Z | + ARG0=ci_download_dendrite_stub |
516 | 2024-02-07T22:59:24.202Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2024-02-07T22:59:24.202Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
518 | 2024-02-07T22:59:24.203Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
519 | 2024-02-07T22:59:24.203Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
520 | 2024-02-07T22:59:24.203Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2024-02-07T22:59:24.203Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
522 | 2024-02-07T22:59:24.203Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
523 | 2024-02-07T22:59:24.203Z | + TARGET_DIR=out |
524 | 2024-02-07T22:59:24.203Z | + DOWNLOAD_DIR=out/downloads |
525 | 2024-02-07T22:59:24.203Z | + DEST_DIR=./out/dendrite-stub |
526 | 2024-02-07T22:59:24.204Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2024-02-07T22:59:24.204Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2024-02-07T22:59:24.204Z | + REPO=oxidecomputer/dendrite |
529 | 2024-02-07T22:59:24.204Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
530 | 2024-02-07T22:59:24.204Z | + main |
531 | 2024-02-07T22:59:24.204Z | + [[ 0 != 0 ]] |
532 | 2024-02-07T22:59:24.204Z | + CIDL_OS=solaris2.11 |
533 | 2024-02-07T22:59:24.204Z | + [[ 0 != 0 ]] |
534 | 2024-02-07T22:59:24.205Z | + configure_os solaris2.11 |
535 | 2024-02-07T22:59:24.205Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2024-02-07T22:59:24.205Z | current directory: /work/oxidecomputer/omicron |
537 | 2024-02-07T22:59:24.205Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-07T22:59:24.205Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2024-02-07T22:59:24.205Z | + case "$1" in |
540 | 2024-02-07T22:59:24.205Z | + SET_BINARIES= |
541 | 2024-02-07T22:59:24.205Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
542 | 2024-02-07T22:59:24.205Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2024-02-07T22:59:24.206Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2024-02-07T22:59:24.206Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-07T22:59:24.206Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-07T22:59:24.206Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
547 | 2024-02-07T22:59:24.206Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
548 | 2024-02-07T22:59:24.206Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-07T22:59:24.207Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2024-02-07T22:59:24.207Z | + mkdir -p out/downloads |
551 | 2024-02-07T22:59:24.207Z | + mkdir -p ./out/dendrite-stub |
552 | 2024-02-07T22:59:24.207Z | + fetch_and_verify |
553 | 2024-02-07T22:59:24.207Z | + local DO_DOWNLOAD=true |
554 | 2024-02-07T22:59:24.207Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2024-02-07T22:59:24.207Z | + '[' true == true ']' |
556 | 2024-02-07T22:59:24.207Z | + echo Downloading... |
557 | 2024-02-07T22:59:24.207Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-07T22:59:24.207Z | Downloading... |
559 | 2024-02-07T22:59:24.208Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-02-07T22:59:34.892Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-07T22:59:34.893Z | ++ sha256sum |
562 | 2024-02-07T22:59:34.893Z | ++ awk '{print $1}' |
563 | 2024-02-07T22:59:34.893Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
564 | 2024-02-07T22:59:34.893Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
565 | 2024-02-07T22:59:34.893Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-07T22:59:34.894Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2024-02-07T22:59:35.679Z | + do_assemble |
568 | 2024-02-07T22:59:35.679Z | + rm -r ./out/dendrite-stub |
569 | 2024-02-07T22:59:36.159Z | + mkdir ./out/dendrite-stub |
570 | 2024-02-07T22:59:36.160Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2024-02-07T22:59:36.160Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2024-02-07T22:59:36.160Z | + set -o errexit |
573 | 2024-02-07T22:59:36.160Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2024-02-07T22:59:36.160Z | ++ cd ./tools |
575 | 2024-02-07T22:59:36.160Z | ++ pwd |
576 | 2024-02-07T22:59:36.160Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2024-02-07T22:59:36.160Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2024-02-07T22:59:36.160Z | + ARG0=ci_download_maghemite_mgd |
579 | 2024-02-07T22:59:36.160Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2024-02-07T22:59:36.161Z | ++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
581 | 2024-02-07T22:59:36.161Z | ++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616 |
582 | 2024-02-07T22:59:36.161Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2024-02-07T22:59:36.161Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
584 | 2024-02-07T22:59:36.161Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
585 | 2024-02-07T22:59:36.161Z | + TARGET_DIR=out |
586 | 2024-02-07T22:59:36.161Z | + DOWNLOAD_DIR=out/downloads |
587 | 2024-02-07T22:59:36.161Z | + DEST_DIR=./out/mgd |
588 | 2024-02-07T22:59:36.161Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2024-02-07T22:59:36.161Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2024-02-07T22:59:36.161Z | + REPO=oxidecomputer/maghemite |
591 | 2024-02-07T22:59:36.162Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
592 | 2024-02-07T22:59:36.162Z | + main |
593 | 2024-02-07T22:59:36.162Z | + [[ 0 != 0 ]] |
594 | 2024-02-07T22:59:36.162Z | + CIDL_OS=solaris2.11 |
595 | 2024-02-07T22:59:36.162Z | + [[ 0 != 0 ]] |
596 | 2024-02-07T22:59:36.162Z | + configure_os solaris2.11 |
597 | 2024-02-07T22:59:36.162Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2024-02-07T22:59:36.163Z | current directory: /work/oxidecomputer/omicron |
599 | 2024-02-07T22:59:36.163Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2024-02-07T22:59:36.163Z | + case "$1" in |
601 | 2024-02-07T22:59:36.163Z | + SET_BINARIES= |
602 | 2024-02-07T22:59:36.163Z | configuring based on OS: "solaris2.11" |
603 | 2024-02-07T22:59:36.163Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2024-02-07T22:59:36.163Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2024-02-07T22:59:36.163Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
606 | 2024-02-07T22:59:36.163Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2024-02-07T22:59:36.163Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz' |
608 | 2024-02-07T22:59:36.163Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
609 | 2024-02-07T22:59:36.164Z | Local file: out/downloads/mgd.tar.gz |
610 | 2024-02-07T22:59:36.164Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2024-02-07T22:59:36.164Z | + mkdir -p out/downloads |
612 | 2024-02-07T22:59:36.164Z | + mkdir -p ./out/mgd |
613 | 2024-02-07T22:59:36.164Z | + fetch_and_verify |
614 | 2024-02-07T22:59:36.164Z | + local DO_DOWNLOAD=true |
615 | 2024-02-07T22:59:36.164Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2024-02-07T22:59:36.164Z | + '[' true == true ']' |
617 | 2024-02-07T22:59:36.164Z | + echo Downloading... |
618 | 2024-02-07T22:59:36.165Z | Downloading... |
619 | 2024-02-07T22:59:36.165Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2024-02-07T22:59:36.165Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
621 | 2024-02-07T22:59:42.194Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2024-02-07T22:59:42.208Z | ++ sha256sum |
623 | 2024-02-07T22:59:42.208Z | ++ awk '{print $1}' |
624 | 2024-02-07T22:59:42.223Z | + calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
625 | 2024-02-07T22:59:42.223Z | + [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]] |
626 | 2024-02-07T22:59:42.224Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2024-02-07T22:59:42.224Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2024-02-07T22:59:42.661Z | + do_assemble |
629 | 2024-02-07T22:59:42.661Z | + rm -r ./out/mgd |
630 | 2024-02-07T22:59:42.664Z | + mkdir ./out/mgd |
631 | 2024-02-07T22:59:42.667Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2024-02-07T22:59:42.815Z | + set -o errexit |
633 | 2024-02-07T22:59:42.830Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2024-02-07T22:59:42.830Z | ++ cd ./tools |
635 | 2024-02-07T22:59:42.831Z | ++ pwd |
636 | 2024-02-07T22:59:42.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2024-02-07T22:59:42.860Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2024-02-07T22:59:42.860Z | + ARG0=ci_download_transceiver_control |
639 | 2024-02-07T22:59:42.860Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2024-02-07T22:59:42.860Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-02-07T22:59:42.861Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2024-02-07T22:59:42.861Z | + TARGET_DIR=out |
643 | 2024-02-07T22:59:42.861Z | + DOWNLOAD_DIR=out/downloads |
644 | 2024-02-07T22:59:42.861Z | + DEST_DIR=./out/transceiver-control |
645 | 2024-02-07T22:59:42.861Z | + BIN_DIR=/opt/oxide/bin |
646 | 2024-02-07T22:59:42.861Z | + BINARY=xcvradm |
647 | 2024-02-07T22:59:42.862Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2024-02-07T22:59:42.862Z | + REPO=oxidecomputer/transceiver-control |
649 | 2024-02-07T22:59:42.862Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2024-02-07T22:59:42.862Z | + main |
651 | 2024-02-07T22:59:42.862Z | + [[ 0 != 0 ]] |
652 | 2024-02-07T22:59:42.862Z | + CIDL_OS=solaris2.11 |
653 | 2024-02-07T22:59:42.862Z | + [[ 0 != 0 ]] |
654 | 2024-02-07T22:59:42.863Z | + configure_os solaris2.11 |
655 | 2024-02-07T22:59:42.863Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2024-02-07T22:59:42.863Z | current directory: /work/oxidecomputer/omicron |
657 | 2024-02-07T22:59:42.863Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-02-07T22:59:42.864Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-07T22:59:42.864Z | + case "$1" in |
660 | 2024-02-07T22:59:42.864Z | + SET_BINARIES= |
661 | 2024-02-07T22:59:42.865Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-02-07T22:59:42.865Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2024-02-07T22:59:42.865Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2024-02-07T22:59:42.865Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-07T22:59:42.865Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2024-02-07T22:59:42.866Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
667 | 2024-02-07T22:59:42.866Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-02-07T22:59:42.866Z | Local file: out/downloads/xcvradm.gz |
669 | 2024-02-07T22:59:42.867Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2024-02-07T22:59:42.867Z | + mkdir -p out/downloads |
671 | 2024-02-07T22:59:42.867Z | + mkdir -p ./out/transceiver-control |
672 | 2024-02-07T22:59:42.867Z | + fetch_and_verify |
673 | 2024-02-07T22:59:42.867Z | + local DO_DOWNLOAD=true |
674 | 2024-02-07T22:59:42.868Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2024-02-07T22:59:42.868Z | + '[' true == true ']' |
676 | 2024-02-07T22:59:42.868Z | + echo Downloading... |
677 | 2024-02-07T22:59:42.868Z | Downloading... |
678 | 2024-02-07T22:59:42.868Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2024-02-07T22:59:42.869Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-02-07T22:59:45.845Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2024-02-07T22:59:45.849Z | ++ sha256sum |
682 | 2024-02-07T22:59:45.849Z | ++ awk '{print $1}' |
683 | 2024-02-07T22:59:45.853Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-02-07T22:59:45.853Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
685 | 2024-02-07T22:59:45.854Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2024-02-07T22:59:45.854Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2024-02-07T22:59:45.854Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2024-02-07T22:59:45.972Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2024-02-07T22:59:45.981Z | + do_assemble |
690 | 2024-02-07T22:59:45.982Z | + rm -r ./out/transceiver-control |
691 | 2024-02-07T22:59:45.982Z | + mkdir ./out/transceiver-control |
692 | 2024-02-07T22:59:45.982Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2024-02-07T22:59:46.128Z | All prerequisites installed successfully |
694 | 2024-02-07T22:59:46.131Z | |
695 | 2024-02-07T22:59:46.131Z | real 1:39.929835721 |
696 | 2024-02-07T22:59:46.132Z | user 33.833479699 |
697 | 2024-02-07T22:59:46.132Z | sys 6.552113449 |
698 | 2024-02-07T22:59:46.132Z | trap 0.009533741 |
699 | 2024-02-07T22:59:46.132Z | tflt 0.112079440 |
700 | 2024-02-07T22:59:46.132Z | dflt 0.471748055 |
701 | 2024-02-07T22:59:46.132Z | kflt 0.152470464 |
702 | 2024-02-07T22:59:46.132Z | lock 1.503074871 |
703 | 2024-02-07T22:59:46.132Z | slp 3:18.887831446 |
704 | 2024-02-07T22:59:46.132Z | lat 1.926278694 |
705 | 2024-02-07T22:59:46.132Z | stop 0.135872738 |
706 | 2024-02-07T22:59:46.132Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2024-02-07T22:59:46.142Z | fetching npuzone |
708 | 2024-02-07T22:59:46.165Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2024-02-07T22:59:46.165Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
710 | 2024-02-07T22:59:46.165Z | Getting hash for npuzone |
711 | 2024-02-07T22:59:46.273Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
712 | 2024-02-07T22:59:54.952Z | npuzone downloaded successfully |
713 | 2024-02-07T22:59:54.963Z | |
714 | 2024-02-07T22:59:54.964Z | real 8.816130497 |
715 | 2024-02-07T22:59:54.964Z | user 0.353462686 |
716 | 2024-02-07T22:59:54.964Z | sys 0.133916451 |
717 | 2024-02-07T22:59:54.964Z | trap 0.000053983 |
718 | 2024-02-07T22:59:54.964Z | tflt 0.000000000 |
719 | 2024-02-07T22:59:54.964Z | dflt 0.000000000 |
720 | 2024-02-07T22:59:54.965Z | kflt 0.000000000 |
721 | 2024-02-07T22:59:54.965Z | lock 0.000000000 |
722 | 2024-02-07T22:59:54.965Z | slp 25.836906434 |
723 | 2024-02-07T22:59:54.965Z | lat 0.092882165 |
724 | 2024-02-07T22:59:54.965Z | stop 0.000182883 |
725 | 2024-02-07T22:59:54.965Z | + export CARGO_INCREMENTAL=0 |
726 | 2024-02-07T22:59:54.966Z | + CARGO_INCREMENTAL=0 |
727 | 2024-02-07T22:59:54.966Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
728 | 2024-02-07T22:59:55.158Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2024-02-07T22:59:55.512Z | Updating git repository `https://github.com/oxidecomputer/samael` |
730 | 2024-02-07T22:59:55.850Z | Updating crates.io index |
731 | 2024-02-07T22:59:55.854Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-02-07T22:59:56.682Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-02-07T22:59:58.379Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-02-07T22:59:58.946Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-02-07T22:59:59.286Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-02-07T22:59:59.545Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-02-07T22:59:59.810Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-02-07T23:00:00.686Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-02-07T23:00:04.005Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-02-07T23:00:04.921Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-02-07T23:00:05.453Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-02-07T23:00:06.020Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-02-07T23:00:06.447Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-02-07T23:00:06.739Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-02-07T23:00:07.022Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-02-07T23:00:07.394Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-02-07T23:00:07.732Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-02-07T23:00:08.141Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-02-07T23:00:08.663Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-02-07T23:00:09.033Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-02-07T23:00:10.209Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-02-07T23:00:11.026Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-02-07T23:00:11.375Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-02-07T23:00:12.972Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-02-07T23:00:13.334Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-02-07T23:00:13.786Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-02-07T23:00:15.303Z | Downloading crates ... |
758 | 2024-02-07T23:00:15.319Z | Downloaded instant v0.1.12 |
759 | 2024-02-07T23:00:15.319Z | Downloaded inout v0.1.3 |
760 | 2024-02-07T23:00:15.320Z | Downloaded aead v0.5.2 |
761 | 2024-02-07T23:00:15.320Z | Downloaded iana-time-zone v0.1.57 |
762 | 2024-02-07T23:00:15.320Z | Downloaded indoc v1.0.9 |
763 | 2024-02-07T23:00:15.320Z | Downloaded is-terminal v0.4.9 |
764 | 2024-02-07T23:00:15.320Z | Downloaded is_ci v1.1.1 |
765 | 2024-02-07T23:00:15.320Z | Downloaded impl-trait-for-tuples v0.2.2 |
766 | 2024-02-07T23:00:15.320Z | Downloaded ipnetwork v0.20.0 |
767 | 2024-02-07T23:00:15.320Z | Downloaded ipnet v2.9.0 |
768 | 2024-02-07T23:00:15.320Z | Downloaded kstat-rs v0.2.3 |
769 | 2024-02-07T23:00:15.320Z | Downloaded colorchoice v1.0.0 |
770 | 2024-02-07T23:00:15.321Z | Downloaded convert_case v0.4.0 |
771 | 2024-02-07T23:00:15.321Z | Downloaded clap_lex v0.5.1 |
772 | 2024-02-07T23:00:15.321Z | Downloaded itoa v1.0.9 |
773 | 2024-02-07T23:00:15.321Z | Downloaded colored v2.0.4 |
774 | 2024-02-07T23:00:15.321Z | Downloaded console v0.15.8 |
775 | 2024-02-07T23:00:15.321Z | Downloaded io-lifetimes v1.0.11 |
776 | 2024-02-07T23:00:15.321Z | Downloaded lalrpop-util v0.19.12 |
777 | 2024-02-07T23:00:15.321Z | Downloaded keccak v0.1.4 |
778 | 2024-02-07T23:00:15.321Z | Downloaded clap_derive v4.4.2 |
779 | 2024-02-07T23:00:15.321Z | Downloaded ciborium v0.2.2 |
780 | 2024-02-07T23:00:15.322Z | Downloaded lazycell v1.3.0 |
781 | 2024-02-07T23:00:15.322Z | Downloaded lazy_static v1.4.0 |
782 | 2024-02-07T23:00:15.322Z | Downloaded cobs v0.2.3 |
783 | 2024-02-07T23:00:15.322Z | Downloaded cipher v0.4.4 |
784 | 2024-02-07T23:00:15.322Z | Downloaded libsw v3.3.1 |
785 | 2024-02-07T23:00:15.322Z | Downloaded clap v4.4.3 |
786 | 2024-02-07T23:00:15.322Z | Downloaded anstyle v1.0.2 |
787 | 2024-02-07T23:00:15.322Z | Downloaded anstream v0.5.0 |
788 | 2024-02-07T23:00:15.322Z | Downloaded async-stream-impl v0.3.5 |
789 | 2024-02-07T23:00:15.323Z | Downloaded atty v0.2.14 |
790 | 2024-02-07T23:00:15.323Z | Downloaded adler v1.0.2 |
791 | 2024-02-07T23:00:15.323Z | Downloaded atomicwrites v0.4.3 |
792 | 2024-02-07T23:00:15.323Z | Downloaded cstr-argument v0.1.2 |
793 | 2024-02-07T23:00:15.323Z | Downloaded linked-hash-map v0.5.6 |
794 | 2024-02-07T23:00:15.323Z | Downloaded ahash v0.8.7 |
795 | 2024-02-07T23:00:15.323Z | Downloaded newtype_derive v0.1.6 |
796 | 2024-02-07T23:00:15.323Z | Downloaded constant_time_eq v0.3.0 |
797 | 2024-02-07T23:00:15.324Z | Downloaded addr2line v0.21.0 |
798 | 2024-02-07T23:00:15.324Z | Downloaded bit-vec v0.6.3 |
799 | 2024-02-07T23:00:15.324Z | Downloaded crunchy v0.2.2 |
800 | 2024-02-07T23:00:15.324Z | Downloaded ciborium-io v0.2.2 |
801 | 2024-02-07T23:00:15.324Z | Downloaded bb8 v0.8.3 |
802 | 2024-02-07T23:00:15.324Z | Downloaded heck v0.4.1 |
803 | 2024-02-07T23:00:15.324Z | Downloaded bit-set v0.5.3 |
804 | 2024-02-07T23:00:15.324Z | Downloaded arrayref v0.3.7 |
805 | 2024-02-07T23:00:15.324Z | Downloaded matches v0.1.10 |
806 | 2024-02-07T23:00:15.325Z | Downloaded ident_case v1.0.1 |
807 | 2024-02-07T23:00:15.325Z | Downloaded assert_matches v1.5.0 |
808 | 2024-02-07T23:00:15.325Z | Downloaded hubpack_derive v0.1.1 |
809 | 2024-02-07T23:00:15.325Z | Downloaded bytecount v0.6.3 |
810 | 2024-02-07T23:00:15.325Z | Downloaded crucible-workspace-hack v0.1.0 |
811 | 2024-02-07T23:00:15.325Z | Downloaded ascii-canvas v3.0.0 |
812 | 2024-02-07T23:00:15.325Z | Downloaded autocfg v1.1.0 |
813 | 2024-02-07T23:00:15.325Z | Downloaded array-init v0.0.4 |
814 | 2024-02-07T23:00:15.325Z | Downloaded http-range v0.1.5 |
815 | 2024-02-07T23:00:15.325Z | Downloaded home v0.5.5 |
816 | 2024-02-07T23:00:15.325Z | Downloaded base16ct v0.2.0 |
817 | 2024-02-07T23:00:15.326Z | Downloaded byteorder v1.5.0 |
818 | 2024-02-07T23:00:15.326Z | Downloaded block-padding v0.3.3 |
819 | 2024-02-07T23:00:15.326Z | Downloaded libefi-sys v0.1.0 |
820 | 2024-02-07T23:00:15.326Z | Downloaded new_debug_unreachable v1.0.4 |
821 | 2024-02-07T23:00:15.326Z | Downloaded async-stream v0.3.5 |
822 | 2024-02-07T23:00:15.326Z | Downloaded allocator-api2 v0.2.16 |
823 | 2024-02-07T23:00:15.326Z | Downloaded normalize-line-endings v0.3.0 |
824 | 2024-02-07T23:00:15.326Z | Downloaded nibble_vec v0.1.0 |
825 | 2024-02-07T23:00:15.326Z | Downloaded anstyle-query v1.0.0 |
826 | 2024-02-07T23:00:15.326Z | Downloaded rustfmt-wrapper v0.2.0 |
827 | 2024-02-07T23:00:15.327Z | Downloaded cassowary v0.3.0 |
828 | 2024-02-07T23:00:15.327Z | Downloaded http-body v0.4.5 |
829 | 2024-02-07T23:00:15.327Z | Downloaded hyper-staticfile v0.9.5 |
830 | 2024-02-07T23:00:15.327Z | Downloaded serde_spanned v0.6.5 |
831 | 2024-02-07T23:00:15.327Z | Downloaded arrayvec v0.7.4 |
832 | 2024-02-07T23:00:15.327Z | Downloaded waitgroup v0.1.2 |
833 | 2024-02-07T23:00:15.327Z | Downloaded itertools v0.10.5 |
834 | 2024-02-07T23:00:15.328Z | Downloaded chacha20 v0.9.1 |
835 | 2024-02-07T23:00:15.328Z | Downloaded bitflags v2.4.0 |
836 | 2024-02-07T23:00:15.328Z | Downloaded hyper-tls v0.5.0 |
837 | 2024-02-07T23:00:15.338Z | Downloaded crypto-common v0.1.6 |
838 | 2024-02-07T23:00:15.339Z | Downloaded memoffset v0.9.0 |
839 | 2024-02-07T23:00:15.339Z | Downloaded cpufeatures v0.2.12 |
840 | 2024-02-07T23:00:15.339Z | Downloaded num v0.4.1 |
841 | 2024-02-07T23:00:15.340Z | Downloaded hex v0.4.3 |
842 | 2024-02-07T23:00:15.340Z | Downloaded serde_tokenstream v0.1.7 |
843 | 2024-02-07T23:00:15.340Z | Downloaded termcolor v1.2.0 |
844 | 2024-02-07T23:00:15.340Z | Downloaded mime v0.3.17 |
845 | 2024-02-07T23:00:15.340Z | Downloaded ciborium-ll v0.2.2 |
846 | 2024-02-07T23:00:15.340Z | Downloaded memoffset v0.7.1 |
847 | 2024-02-07T23:00:15.340Z | Downloaded nu-ansi-term v0.49.0 |
848 | 2024-02-07T23:00:15.341Z | Downloaded md-5 v0.10.5 |
849 | 2024-02-07T23:00:15.351Z | Downloaded slog-bunyan v2.5.0 |
850 | 2024-02-07T23:00:15.351Z | Downloaded httpdate v1.0.3 |
851 | 2024-02-07T23:00:15.351Z | Downloaded fnv v1.0.7 |
852 | 2024-02-07T23:00:15.351Z | Downloaded rustc-demangle v0.1.23 |
853 | 2024-02-07T23:00:15.351Z | Downloaded scroll_derive v0.12.0 |
854 | 2024-02-07T23:00:15.351Z | Downloaded humantime v2.1.0 |
855 | 2024-02-07T23:00:15.351Z | Downloaded termios v0.3.3 |
856 | 2024-02-07T23:00:15.351Z | Downloaded bitflags v1.3.2 |
857 | 2024-02-07T23:00:15.363Z | Downloaded corncobs v0.1.3 |
858 | 2024-02-07T23:00:15.363Z | Downloaded camino v1.1.6 |
859 | 2024-02-07T23:00:15.363Z | Downloaded cancel-safe-futures v0.1.5 |
860 | 2024-02-07T23:00:15.363Z | Downloaded time-macros v0.2.13 |
861 | 2024-02-07T23:00:15.387Z | Downloaded xattr v1.0.1 |
862 | 2024-02-07T23:00:15.387Z | Downloaded parse-size v1.0.0 |
863 | 2024-02-07T23:00:15.388Z | Downloaded fallible-iterator v0.2.0 |
864 | 2024-02-07T23:00:15.388Z | Downloaded take_mut v0.2.2 |
865 | 2024-02-07T23:00:15.388Z | Downloaded slog-envlogger v2.2.0 |
866 | 2024-02-07T23:00:15.389Z | Downloaded number_prefix v0.4.0 |
867 | 2024-02-07T23:00:15.389Z | Downloaded foreign-types-shared v0.1.1 |
868 | 2024-02-07T23:00:15.406Z | Downloaded memmap2 v0.7.1 |
869 | 2024-02-07T23:00:15.406Z | Downloaded num-complex v0.4.4 |
870 | 2024-02-07T23:00:15.406Z | Downloaded multimap v0.8.3 |
871 | 2024-02-07T23:00:15.406Z | Downloaded enum-as-inner v0.5.1 |
872 | 2024-02-07T23:00:15.407Z | Downloaded crossbeam-deque v0.8.3 |
873 | 2024-02-07T23:00:15.407Z | Downloaded mockall_derive v0.12.0 |
874 | 2024-02-07T23:00:15.407Z | Downloaded whoami v1.4.1 |
875 | 2024-02-07T23:00:15.407Z | Downloaded tiny-keccak v2.0.2 |
876 | 2024-02-07T23:00:15.407Z | Downloaded crc-catalog v2.2.0 |
877 | 2024-02-07T23:00:15.407Z | Downloaded httparse v1.8.0 |
878 | 2024-02-07T23:00:15.408Z | Downloaded smawk v0.3.1 |
879 | 2024-02-07T23:00:15.408Z | Downloaded phf_shared v0.11.2 |
880 | 2024-02-07T23:00:15.408Z | Downloaded num-integer v0.1.45 |
881 | 2024-02-07T23:00:15.408Z | Downloaded num-rational v0.4.1 |
882 | 2024-02-07T23:00:15.446Z | Downloaded libm v0.2.7 |
883 | 2024-02-07T23:00:15.447Z | Downloaded sqlparser_derive v0.2.2 |
884 | 2024-02-07T23:00:15.447Z | Downloaded hyper-rustls v0.24.2 |
885 | 2024-02-07T23:00:15.447Z | Downloaded indexmap v1.9.3 |
886 | 2024-02-07T23:00:15.447Z | Downloaded time-core v0.1.1 |
887 | 2024-02-07T23:00:15.448Z | Downloaded embedded-io v0.4.0 |
888 | 2024-02-07T23:00:15.448Z | Downloaded utf-8 v0.7.6 |
889 | 2024-02-07T23:00:15.448Z | Downloaded debug-ignore v1.0.5 |
890 | 2024-02-07T23:00:15.449Z | Downloaded foreign-types-macros v0.2.3 |
891 | 2024-02-07T23:00:15.449Z | Downloaded try-lock v0.2.4 |
892 | 2024-02-07T23:00:15.449Z | Downloaded futures-executor v0.3.30 |
893 | 2024-02-07T23:00:15.463Z | Downloaded walkdir v2.4.0 |
894 | 2024-02-07T23:00:15.463Z | Downloaded endian-type v0.1.2 |
895 | 2024-02-07T23:00:15.463Z | Downloaded tokio-rustls v0.24.1 |
896 | 2024-02-07T23:00:15.463Z | Downloaded miniz_oxide v0.7.1 |
897 | 2024-02-07T23:00:15.463Z | Downloaded indicatif v0.17.7 |
898 | 2024-02-07T23:00:15.463Z | Downloaded zerocopy v0.6.4 |
899 | 2024-02-07T23:00:15.463Z | Downloaded vte_generate_state_changes v0.1.1 |
900 | 2024-02-07T23:00:15.463Z | Downloaded display-error-chain v0.2.0 |
901 | 2024-02-07T23:00:15.464Z | Downloaded pest_generator v2.7.6 |
902 | 2024-02-07T23:00:15.464Z | Downloaded paste v1.0.14 |
903 | 2024-02-07T23:00:15.464Z | Downloaded num-traits v0.2.16 |
904 | 2024-02-07T23:00:15.464Z | Downloaded sct v0.7.0 |
905 | 2024-02-07T23:00:15.464Z | Downloaded packed_struct v0.10.1 |
906 | 2024-02-07T23:00:15.464Z | Downloaded usdt-attr-macro v0.5.0 |
907 | 2024-02-07T23:00:15.464Z | Downloaded precomputed-hash v0.1.1 |
908 | 2024-02-07T23:00:15.476Z | Downloaded diesel_table_macro_syntax v0.1.0 |
909 | 2024-02-07T23:00:15.476Z | Downloaded tabled_derive v0.7.0 |
910 | 2024-02-07T23:00:15.477Z | Downloaded crc-any v2.4.3 |
911 | 2024-02-07T23:00:15.477Z | Downloaded zerocopy v0.3.0 |
912 | 2024-02-07T23:00:15.477Z | Downloaded stability v0.1.1 |
913 | 2024-02-07T23:00:15.477Z | Downloaded darling_macro v0.20.3 |
914 | 2024-02-07T23:00:15.477Z | Downloaded curve25519-dalek-derive v0.1.0 |
915 | 2024-02-07T23:00:15.477Z | Downloaded data-encoding v2.4.0 |
916 | 2024-02-07T23:00:15.477Z | Downloaded wait-timeout v0.2.0 |
917 | 2024-02-07T23:00:15.477Z | Downloaded structmeta-derive v0.3.0 |
918 | 2024-02-07T23:00:15.478Z | Downloaded strsim v0.10.0 |
919 | 2024-02-07T23:00:15.902Z | Downloaded omicron-zone-package v0.11.0 |
920 | 2024-02-07T23:00:15.903Z | Downloaded subtle v2.5.0 |
921 | 2024-02-07T23:00:15.903Z | Downloaded structopt-derive v0.4.18 |
922 | 2024-02-07T23:00:15.903Z | Downloaded supports-color v2.1.0 |
923 | 2024-02-07T23:00:15.903Z | Downloaded toolchain_find v0.2.0 |
924 | 2024-02-07T23:00:15.904Z | Downloaded num-iter v0.1.43 |
925 | 2024-02-07T23:00:15.904Z | Downloaded structmeta v0.2.0 |
926 | 2024-02-07T23:00:15.904Z | Downloaded base64 v0.21.7 |
927 | 2024-02-07T23:00:15.904Z | Downloaded globset v0.4.13 |
928 | 2024-02-07T23:00:15.905Z | Downloaded stable_deref_trait v1.2.0 |
929 | 2024-02-07T23:00:15.905Z | Downloaded num-derive v0.4.0 |
930 | 2024-02-07T23:00:15.905Z | Downloaded fxhash v0.2.1 |
931 | 2024-02-07T23:00:15.905Z | Downloaded nanorand v0.7.0 |
932 | 2024-02-07T23:00:15.905Z | Downloaded olpc-cjson v0.1.3 |
933 | 2024-02-07T23:00:15.906Z | Downloaded fastrand v2.0.1 |
934 | 2024-02-07T23:00:15.906Z | Downloaded dirs-sys-next v0.1.2 |
935 | 2024-02-07T23:00:15.906Z | Downloaded tap v1.0.1 |
936 | 2024-02-07T23:00:15.906Z | Downloaded usdt v0.3.5 |
937 | 2024-02-07T23:00:15.906Z | Downloaded tokio-tungstenite v0.20.1 |
938 | 2024-02-07T23:00:15.906Z | Downloaded postgres-protocol v0.6.6 |
939 | 2024-02-07T23:00:15.906Z | Downloaded ryu v1.0.15 |
940 | 2024-02-07T23:00:15.906Z | Downloaded strum v0.26.1 |
941 | 2024-02-07T23:00:15.906Z | Downloaded scroll v0.12.0 |
942 | 2024-02-07T23:00:15.906Z | Downloaded slog-dtrace v0.3.0 |
943 | 2024-02-07T23:00:15.906Z | Downloaded peeking_take_while v0.1.2 |
944 | 2024-02-07T23:00:15.907Z | Downloaded path-slash v0.1.5 |
945 | 2024-02-07T23:00:15.907Z | Downloaded dyn-clone v1.0.16 |
946 | 2024-02-07T23:00:15.907Z | Downloaded csv-core v0.1.11 |
947 | 2024-02-07T23:00:15.907Z | Downloaded tower-service v0.3.2 |
948 | 2024-02-07T23:00:15.907Z | Downloaded serde_derive v1.0.196 |
949 | 2024-02-07T23:00:15.907Z | Downloaded usdt-macro v0.5.0 |
950 | 2024-02-07T23:00:15.908Z | Downloaded ena v0.14.2 |
951 | 2024-02-07T23:00:15.908Z | Downloaded fd-lock v4.0.2 |
952 | 2024-02-07T23:00:15.908Z | Downloaded vte v0.11.1 |
953 | 2024-02-07T23:00:15.908Z | Downloaded getrandom v0.2.10 |
954 | 2024-02-07T23:00:15.909Z | Downloaded tokio-macros v2.2.0 |
955 | 2024-02-07T23:00:15.909Z | Downloaded vsss-rs v3.3.4 |
956 | 2024-02-07T23:00:15.909Z | Downloaded percent-encoding v2.3.1 |
957 | 2024-02-07T23:00:15.909Z | Downloaded proc-macro-error-attr v1.0.4 |
958 | 2024-02-07T23:00:15.909Z | Downloaded futures-core v0.3.30 |
959 | 2024-02-07T23:00:15.909Z | Downloaded which v4.4.0 |
960 | 2024-02-07T23:00:15.910Z | Downloaded group v0.13.0 |
961 | 2024-02-07T23:00:15.910Z | Downloaded usdt-impl v0.3.5 |
962 | 2024-02-07T23:00:15.910Z | Downloaded serde_repr v0.1.16 |
963 | 2024-02-07T23:00:15.910Z | Downloaded defmt-macros v0.3.6 |
964 | 2024-02-07T23:00:15.910Z | Downloaded getopts v0.2.21 |
965 | 2024-02-07T23:00:15.910Z | Downloaded pkcs8 v0.10.2 |
966 | 2024-02-07T23:00:15.911Z | Downloaded unicode-linebreak v0.1.5 |
967 | 2024-02-07T23:00:15.911Z | Downloaded heapless v0.7.16 |
968 | 2024-02-07T23:00:15.911Z | Downloaded openssl-macros v0.1.1 |
969 | 2024-02-07T23:00:15.911Z | Downloaded glob v0.3.1 |
970 | 2024-02-07T23:00:15.912Z | Downloaded sec1 v0.7.3 |
971 | 2024-02-07T23:00:15.912Z | Downloaded utf8parse v0.2.1 |
972 | 2024-02-07T23:00:15.912Z | Downloaded once_cell v1.19.0 |
973 | 2024-02-07T23:00:15.912Z | Downloaded tinyvec_macros v0.1.1 |
974 | 2024-02-07T23:00:15.912Z | Downloaded equivalent v1.0.1 |
975 | 2024-02-07T23:00:15.913Z | Downloaded opaque-debug v0.3.0 |
976 | 2024-02-07T23:00:15.913Z | Downloaded predicates v3.1.0 |
977 | 2024-02-07T23:00:15.913Z | Downloaded darling v0.14.4 |
978 | 2024-02-07T23:00:15.913Z | Downloaded deranged v0.3.8 |
979 | 2024-02-07T23:00:15.913Z | Downloaded semver-parser v0.10.2 |
980 | 2024-02-07T23:00:15.913Z | Downloaded proc-macro2 v1.0.78 |
981 | 2024-02-07T23:00:15.913Z | Downloaded der_derive v0.7.2 |
982 | 2024-02-07T23:00:15.914Z | Downloaded multer v3.0.0 |
983 | 2024-02-07T23:00:15.914Z | Downloaded doc-comment v0.3.3 |
984 | 2024-02-07T23:00:15.914Z | Downloaded elliptic-curve v0.13.8 |
985 | 2024-02-07T23:00:15.914Z | Downloaded darling_macro v0.14.4 |
986 | 2024-02-07T23:00:15.914Z | Downloaded derive_builder_macro v0.12.0 |
987 | 2024-02-07T23:00:15.914Z | Downloaded structmeta v0.3.0 |
988 | 2024-02-07T23:00:15.914Z | Downloaded predicates-core v1.0.6 |
989 | 2024-02-07T23:00:15.914Z | Downloaded derive_builder_core v0.12.0 |
990 | 2024-02-07T23:00:15.914Z | Downloaded yasna v0.5.2 |
991 | 2024-02-07T23:00:15.914Z | Downloaded crossbeam-channel v0.5.8 |
992 | 2024-02-07T23:00:15.915Z | Downloaded rsa v0.9.2 |
993 | 2024-02-07T23:00:15.915Z | Downloaded want v0.3.1 |
994 | 2024-02-07T23:00:15.915Z | Downloaded toml v0.5.11 |
995 | 2024-02-07T23:00:15.915Z | Downloaded aho-corasick v1.0.4 |
996 | 2024-02-07T23:00:15.915Z | Downloaded pkcs1 v0.7.5 |
997 | 2024-02-07T23:00:15.915Z | Downloaded headers v0.3.9 |
998 | 2024-02-07T23:00:15.915Z | Downloaded ed25519 v1.5.3 |
999 | 2024-02-07T23:00:15.915Z | Downloaded rtoolbox v0.0.1 |
1000 | 2024-02-07T23:00:15.915Z | Downloaded num_enum v0.5.11 |
1001 | 2024-02-07T23:00:15.915Z | Downloaded version_check v0.9.4 |
1002 | 2024-02-07T23:00:15.915Z | Downloaded thread_local v1.1.7 |
1003 | 2024-02-07T23:00:15.915Z | Downloaded nodrop v0.1.14 |
1004 | 2024-02-07T23:00:15.916Z | Downloaded vec_map v0.8.2 |
1005 | 2024-02-07T23:00:15.916Z | Downloaded socket2 v0.4.9 |
1006 | 2024-02-07T23:00:15.916Z | Downloaded wyz v0.5.1 |
1007 | 2024-02-07T23:00:15.916Z | Downloaded pkg-config v0.3.27 |
1008 | 2024-02-07T23:00:15.916Z | Downloaded tracing-core v0.1.31 |
1009 | 2024-02-07T23:00:15.916Z | Downloaded libxml v0.3.3 |
1010 | 2024-02-07T23:00:15.916Z | Downloaded predicates-tree v1.0.9 |
1011 | 2024-02-07T23:00:15.916Z | Downloaded slog-stdlog v4.1.1 |
1012 | 2024-02-07T23:00:15.916Z | Downloaded generic-array v0.14.7 |
1013 | 2024-02-07T23:00:15.916Z | Downloaded pest_meta v2.7.6 |
1014 | 2024-02-07T23:00:15.916Z | Downloaded num-bigint v0.4.4 |
1015 | 2024-02-07T23:00:15.916Z | Downloaded radium v0.7.0 |
1016 | 2024-02-07T23:00:15.917Z | Downloaded rusty-fork v0.3.0 |
1017 | 2024-02-07T23:00:15.917Z | Downloaded tokio-native-tls v0.3.1 |
1018 | 2024-02-07T23:00:15.917Z | Downloaded parse-display-derive v0.9.0 |
1019 | 2024-02-07T23:00:15.927Z | Downloaded tracing-attributes v0.1.26 |
1020 | 2024-02-07T23:00:15.927Z | Downloaded futures-io v0.3.30 |
1021 | 2024-02-07T23:00:15.927Z | Downloaded poly1305 v0.8.0 |
1022 | 2024-02-07T23:00:15.928Z | Downloaded rustc-hash v1.1.0 |
1023 | 2024-02-07T23:00:15.928Z | Downloaded thiserror-no-std v2.0.2 |
1024 | 2024-02-07T23:00:15.928Z | Downloaded toml v0.8.9 |
1025 | 2024-02-07T23:00:15.928Z | Downloaded rand_core v0.6.4 |
1026 | 2024-02-07T23:00:15.928Z | Downloaded serde_derive_internals v0.26.0 |
1027 | 2024-02-07T23:00:15.929Z | Downloaded semver v1.0.21 |
1028 | 2024-02-07T23:00:15.929Z | Downloaded slab v0.4.9 |
1029 | 2024-02-07T23:00:15.929Z | Downloaded postgres-types v0.2.6 |
1030 | 2024-02-07T23:00:15.929Z | Downloaded digest v0.10.7 |
1031 | 2024-02-07T23:00:15.929Z | Downloaded typed-path v0.7.0 |
1032 | 2024-02-07T23:00:15.930Z | Downloaded pem-rfc7468 v0.7.0 |
1033 | 2024-02-07T23:00:15.930Z | Downloaded tracing v0.1.37 |
1034 | 2024-02-07T23:00:15.930Z | Downloaded num_cpus v1.16.0 |
1035 | 2024-02-07T23:00:15.930Z | Downloaded derive_more v0.99.17 |
1036 | 2024-02-07T23:00:15.930Z | Downloaded parking_lot_core v0.9.8 |
1037 | 2024-02-07T23:00:15.930Z | Downloaded uuid v1.7.0 |
1038 | 2024-02-07T23:00:15.930Z | Downloaded zerocopy-derive v0.7.32 |
1039 | 2024-02-07T23:00:15.930Z | Downloaded parse-display v0.9.0 |
1040 | 2024-02-07T23:00:15.930Z | Downloaded defmt v0.3.5 |
1041 | 2024-02-07T23:00:15.931Z | Downloaded diff v0.1.13 |
1042 | 2024-02-07T23:00:15.931Z | Downloaded trust-dns-resolver v0.22.0 |
1043 | 2024-02-07T23:00:15.931Z | Downloaded postcard v1.0.8 |
1044 | 2024-02-07T23:00:15.931Z | Downloaded diesel_derives v2.1.2 |
1045 | 2024-02-07T23:00:15.931Z | Downloaded tough v0.16.0 |
1046 | 2024-02-07T23:00:15.931Z | Downloaded ron v0.8.1 |
1047 | 2024-02-07T23:00:15.931Z | Downloaded derive-where v1.2.7 |
1048 | 2024-02-07T23:00:15.931Z | Downloaded sha2 v0.10.8 |
1049 | 2024-02-07T23:00:15.932Z | Downloaded flate2 v1.0.28 |
1050 | 2024-02-07T23:00:15.932Z | Downloaded rand v0.8.5 |
1051 | 2024-02-07T23:00:15.932Z | Downloaded num_enum_derive v0.5.11 |
1052 | 2024-02-07T23:00:15.932Z | Downloaded strum v0.25.0 |
1053 | 2024-02-07T23:00:15.932Z | Downloaded pest v2.7.6 |
1054 | 2024-02-07T23:00:15.932Z | Downloaded dtrace-parser v0.1.14 |
1055 | 2024-02-07T23:00:15.932Z | Downloaded darling_core v0.14.4 |
1056 | 2024-02-07T23:00:15.932Z | Downloaded oso-derive v0.27.0 |
1057 | 2024-02-07T23:00:15.932Z | Downloaded time v0.3.27 |
1058 | 2024-02-07T23:00:15.933Z | Downloaded tokio-util v0.7.10 |
1059 | 2024-02-07T23:00:15.933Z | Downloaded downcast v0.11.0 |
1060 | 2024-02-07T23:00:15.933Z | Downloaded termtree v0.4.1 |
1061 | 2024-02-07T23:00:15.933Z | Downloaded phf_shared v0.10.0 |
1062 | 2024-02-07T23:00:15.933Z | Downloaded rustls-pemfile v1.0.3 |
1063 | 2024-02-07T23:00:15.933Z | Downloaded foreign-types v0.5.0 |
1064 | 2024-02-07T23:00:15.933Z | Downloaded hash32 v0.2.1 |
1065 | 2024-02-07T23:00:15.933Z | Downloaded hash32 v0.3.1 |
1066 | 2024-02-07T23:00:15.934Z | Downloaded heapless v0.8.0 |
1067 | 2024-02-07T23:00:15.934Z | Downloaded rand_xorshift v0.3.0 |
1068 | 2024-02-07T23:00:15.934Z | Downloaded futures-sink v0.3.30 |
1069 | 2024-02-07T23:00:15.934Z | Downloaded futures-task v0.3.30 |
1070 | 2024-02-07T23:00:15.934Z | Downloaded sha1 v0.10.6 |
1071 | 2024-02-07T23:00:15.934Z | Downloaded rpassword v7.3.1 |
1072 | 2024-02-07T23:00:15.934Z | Downloaded der v0.7.8 |
1073 | 2024-02-07T23:00:15.934Z | Downloaded toml_edit v0.21.1 |
1074 | 2024-02-07T23:00:15.934Z | Downloaded pin-utils v0.1.0 |
1075 | 2024-02-07T23:00:15.935Z | Downloaded smallvec v0.6.14 |
1076 | 2024-02-07T23:00:15.935Z | Downloaded slog-scope v4.4.0 |
1077 | 2024-02-07T23:00:15.935Z | Downloaded untrusted v0.9.0 |
1078 | 2024-02-07T23:00:15.935Z | Downloaded unicode-width v0.1.11 |
1079 | 2024-02-07T23:00:15.935Z | Downloaded signal-hook-tokio v0.3.1 |
1080 | 2024-02-07T23:00:15.935Z | Downloaded snafu v0.7.5 |
1081 | 2024-02-07T23:00:15.935Z | Downloaded shlex v1.3.0 |
1082 | 2024-02-07T23:00:15.936Z | Downloaded dirs-next v2.0.0 |
1083 | 2024-02-07T23:00:15.936Z | Downloaded signal-hook-registry v1.4.1 |
1084 | 2024-02-07T23:00:15.936Z | Downloaded shell-words v1.1.0 |
1085 | 2024-02-07T23:00:15.936Z | Downloaded fd-lock v3.0.13 |
1086 | 2024-02-07T23:00:15.936Z | Downloaded flagset v0.4.3 |
1087 | 2024-02-07T23:00:15.937Z | Downloaded term v0.7.0 |
1088 | 2024-02-07T23:00:15.937Z | Downloaded signature v1.6.4 |
1089 | 2024-02-07T23:00:15.937Z | Downloaded quick-error v1.2.3 |
1090 | 2024-02-07T23:00:15.937Z | Downloaded unicode-xid v0.2.4 |
1091 | 2024-02-07T23:00:15.937Z | Downloaded thiserror-impl v1.0.56 |
1092 | 2024-02-07T23:00:15.937Z | Downloaded thiserror v1.0.56 |
1093 | 2024-02-07T23:00:15.943Z | Downloaded hashbrown v0.12.3 |
1094 | 2024-02-07T23:00:15.943Z | Downloaded winnow v0.5.15 |
1095 | 2024-02-07T23:00:15.943Z | Downloaded sqlformat v0.2.3 |
1096 | 2024-02-07T23:00:15.953Z | Downloaded ref-cast v1.0.20 |
1097 | 2024-02-07T23:00:15.953Z | Downloaded smallvec v1.13.1 |
1098 | 2024-02-07T23:00:15.953Z | Downloaded slog-term v2.9.0 |
1099 | 2024-02-07T23:00:15.958Z | Downloaded pin-project-internal v1.1.3 |
1100 | 2024-02-07T23:00:15.958Z | Downloaded futures-macro v0.3.30 |
1101 | 2024-02-07T23:00:15.958Z | Downloaded pin-project-lite v0.2.13 |
1102 | 2024-02-07T23:00:15.976Z | Downloaded universal-hash v0.5.1 |
1103 | 2024-02-07T23:00:15.976Z | Downloaded serde_with_macros v3.6.0 |
1104 | 2024-02-07T23:00:15.976Z | Downloaded half v2.3.1 |
1105 | 2024-02-07T23:00:16.004Z | Downloaded hyper v0.14.27 |
1106 | 2024-02-07T23:00:16.004Z | Downloaded parking_lot_core v0.8.6 |
1107 | 2024-02-07T23:00:16.004Z | Downloaded zerocopy v0.7.32 |
1108 | 2024-02-07T23:00:16.044Z | Downloaded portable-atomic v1.4.3 |
1109 | 2024-02-07T23:00:16.044Z | Downloaded textwrap v0.16.0 |
1110 | 2024-02-07T23:00:16.044Z | Downloaded futures v0.3.30 |
1111 | 2024-02-07T23:00:16.045Z | Downloaded unicode-ident v1.0.12 |
1112 | 2024-02-07T23:00:16.045Z | Downloaded test-strategy v0.3.1 |
1113 | 2024-02-07T23:00:16.045Z | Downloaded rcgen v0.12.1 |
1114 | 2024-02-07T23:00:16.045Z | Downloaded clap v2.34.0 |
1115 | 2024-02-07T23:00:16.045Z | Downloaded parking_lot v0.12.1 |
1116 | 2024-02-07T23:00:16.046Z | Downloaded prettyplease v0.2.16 |
1117 | 2024-02-07T23:00:16.046Z | Downloaded regex-automata v0.1.10 |
1118 | 2024-02-07T23:00:16.046Z | Downloaded tungstenite v0.20.1 |
1119 | 2024-02-07T23:00:16.046Z | Downloaded serde_yaml v0.9.25 |
1120 | 2024-02-07T23:00:16.056Z | Downloaded sqlparser v0.43.1 |
1121 | 2024-02-07T23:00:16.056Z | Downloaded rustls-webpki v0.101.7 |
1122 | 2024-02-07T23:00:16.083Z | Downloaded futures-util v0.3.30 |
1123 | 2024-02-07T23:00:16.522Z | Downloaded url v2.5.0 |
1124 | 2024-02-07T23:00:16.522Z | Downloaded goblin v0.8.0 |
1125 | 2024-02-07T23:00:16.522Z | Downloaded unicode_categories v0.1.1 |
1126 | 2024-02-07T23:00:16.523Z | Downloaded openssl-sys v0.9.96 |
1127 | 2024-02-07T23:00:16.523Z | Downloaded trust-dns-client v0.22.0 |
1128 | 2024-02-07T23:00:16.523Z | Downloaded idna v0.5.0 |
1129 | 2024-02-07T23:00:16.523Z | Downloaded rayon v1.8.0 |
1130 | 2024-02-07T23:00:16.524Z | Downloaded unicode-segmentation v1.10.1 |
1131 | 2024-02-07T23:00:16.524Z | Downloaded idna v0.2.3 |
1132 | 2024-02-07T23:00:16.524Z | Downloaded serde_json v1.0.113 |
1133 | 2024-02-07T23:00:16.524Z | Downloaded reedline v0.28.0 |
1134 | 2024-02-07T23:00:16.525Z | Downloaded object v0.30.4 |
1135 | 2024-02-07T23:00:16.525Z | Downloaded vcpkg v0.2.15 |
1136 | 2024-02-07T23:00:16.525Z | Downloaded syn v1.0.109 |
1137 | 2024-02-07T23:00:16.525Z | Downloaded syn v2.0.48 |
1138 | 2024-02-07T23:00:16.525Z | Downloaded petgraph v0.6.4 |
1139 | 2024-02-07T23:00:16.525Z | Downloaded regex v1.10.3 |
1140 | 2024-02-07T23:00:16.526Z | Downloaded proptest v1.4.0 |
1141 | 2024-02-07T23:00:16.526Z | Downloaded tabled v0.15.0 |
1142 | 2024-02-07T23:00:16.526Z | Downloaded curve25519-dalek v4.1.1 |
1143 | 2024-02-07T23:00:16.526Z | Downloaded rustix v0.37.23 |
1144 | 2024-02-07T23:00:16.526Z | Downloaded openapiv3 v2.0.0 |
1145 | 2024-02-07T23:00:16.527Z | Downloaded rustls v0.21.9 |
1146 | 2024-02-07T23:00:16.527Z | Downloaded openssl v0.10.60 |
1147 | 2024-02-07T23:00:16.527Z | Downloaded webpki-roots v0.25.2 |
1148 | 2024-02-07T23:00:16.527Z | Downloaded rustls v0.22.2 |
1149 | 2024-02-07T23:00:16.527Z | Downloaded rustls-webpki v0.102.1 |
1150 | 2024-02-07T23:00:16.528Z | Downloaded polar-core v0.27.0 |
1151 | 2024-02-07T23:00:16.528Z | Downloaded tokio v1.36.0 |
1152 | 2024-02-07T23:00:16.528Z | Downloaded regex-syntax v0.6.29 |
1153 | 2024-02-07T23:00:16.528Z | Downloaded diesel v2.1.4 |
1154 | 2024-02-07T23:00:16.528Z | Downloaded object v0.32.1 |
1155 | 2024-02-07T23:00:16.529Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1156 | 2024-02-07T23:00:16.529Z | Downloaded smoltcp v0.11.0 |
1157 | 2024-02-07T23:00:16.529Z | Downloaded smoltcp v0.9.1 |
1158 | 2024-02-07T23:00:16.529Z | Downloaded bstr v1.6.0 |
1159 | 2024-02-07T23:00:16.529Z | Downloaded trust-dns-proto v0.22.0 |
1160 | 2024-02-07T23:00:16.541Z | Downloaded h2 v0.3.24 |
1161 | 2024-02-07T23:00:16.541Z | Downloaded regress v0.7.1 |
1162 | 2024-02-07T23:00:16.543Z | Downloaded radix_trie v0.2.1 |
1163 | 2024-02-07T23:00:16.543Z | Downloaded regex-syntax v0.8.2 |
1164 | 2024-02-07T23:00:16.557Z | Downloaded bstr v0.2.17 |
1165 | 2024-02-07T23:00:16.557Z | Downloaded rustix v0.38.31 |
1166 | 2024-02-07T23:00:16.577Z | Downloaded sled v0.34.7 |
1167 | 2024-02-07T23:00:16.595Z | Downloaded nix v0.27.1 |
1168 | 2024-02-07T23:00:16.602Z | Downloaded zerocopy-derive v0.2.0 |
1169 | 2024-02-07T23:00:16.606Z | Downloaded ratatui v0.26.0 |
1170 | 2024-02-07T23:00:16.622Z | Downloaded zerocopy-derive v0.6.4 |
1171 | 2024-02-07T23:00:16.632Z | Downloaded reqwest v0.11.22 |
1172 | 2024-02-07T23:00:16.639Z | Downloaded quick-xml v0.30.0 |
1173 | 2024-02-07T23:00:16.644Z | Downloaded gimli v0.28.0 |
1174 | 2024-02-07T23:00:16.653Z | Downloaded regex-automata v0.3.8 |
1175 | 2024-02-07T23:00:16.670Z | Downloaded libc v0.2.153 |
1176 | 2024-02-07T23:00:16.698Z | Downloaded regex-automata v0.4.4 |
1177 | 2024-02-07T23:00:16.715Z | Downloaded hashbrown v0.13.2 |
1178 | 2024-02-07T23:00:17.147Z | Downloaded steno v0.4.0 |
1179 | 2024-02-07T23:00:17.147Z | Downloaded unsafe-libyaml v0.2.10 |
1180 | 2024-02-07T23:00:17.148Z | Downloaded chrono v0.4.31 |
1181 | 2024-02-07T23:00:17.148Z | Downloaded bitvec v1.0.1 |
1182 | 2024-02-07T23:00:17.148Z | Downloaded csv v1.3.0 |
1183 | 2024-02-07T23:00:17.149Z | Downloaded sha3 v0.10.8 |
1184 | 2024-02-07T23:00:17.149Z | Downloaded ring v0.16.20 |
1185 | 2024-02-07T23:00:17.149Z | Downloaded oso v0.27.0 |
1186 | 2024-02-07T23:00:17.150Z | Downloaded serde_with v3.6.0 |
1187 | 2024-02-07T23:00:17.150Z | Downloaded bindgen v0.69.2 |
1188 | 2024-02-07T23:00:17.150Z | Downloaded password-hash v0.5.0 |
1189 | 2024-02-07T23:00:17.151Z | Downloaded fatfs v0.3.6 |
1190 | 2024-02-07T23:00:17.151Z | Downloaded parking_lot v0.11.2 |
1191 | 2024-02-07T23:00:17.151Z | Downloaded tar v0.4.40 |
1192 | 2024-02-07T23:00:17.152Z | Downloaded encoding_rs v0.8.33 |
1193 | 2024-02-07T23:00:17.152Z | Downloaded slog v2.7.0 |
1194 | 2024-02-07T23:00:17.152Z | Downloaded fragile v2.0.0 |
1195 | 2024-02-07T23:00:17.153Z | Downloaded either v1.9.0 |
1196 | 2024-02-07T23:00:17.153Z | Downloaded tui-tree-widget v0.17.0 |
1197 | 2024-02-07T23:00:17.153Z | Downloaded tempfile v3.10.0 |
1198 | 2024-02-07T23:00:17.153Z | Downloaded snafu-derive v0.7.5 |
1199 | 2024-02-07T23:00:17.154Z | Downloaded slog-json v2.6.1 |
1200 | 2024-02-07T23:00:17.154Z | Downloaded signature v2.1.0 |
1201 | 2024-02-07T23:00:17.154Z | Downloaded phf v0.11.2 |
1202 | 2024-02-07T23:00:17.154Z | Downloaded strum_macros v0.25.2 |
1203 | 2024-02-07T23:00:17.155Z | Downloaded textwrap v0.11.0 |
1204 | 2024-02-07T23:00:17.155Z | Downloaded static_assertions v1.1.0 |
1205 | 2024-02-07T23:00:17.155Z | Downloaded dof v0.3.0 |
1206 | 2024-02-07T23:00:17.155Z | Downloaded strip-ansi-escapes v0.2.0 |
1207 | 2024-02-07T23:00:17.155Z | Downloaded slog-async v2.8.0 |
1208 | 2024-02-07T23:00:17.155Z | Downloaded proc-macro-crate v1.3.1 |
1209 | 2024-02-07T23:00:17.156Z | Downloaded rustversion v1.0.14 |
1210 | 2024-02-07T23:00:17.156Z | Downloaded rustc_version v0.4.0 |
1211 | 2024-02-07T23:00:17.156Z | Downloaded gethostname v0.4.3 |
1212 | 2024-02-07T23:00:17.156Z | Downloaded unicode-normalization v0.1.22 |
1213 | 2024-02-07T23:00:17.157Z | Downloaded hashbrown v0.14.2 |
1214 | 2024-02-07T23:00:17.157Z | Downloaded untrusted v0.7.1 |
1215 | 2024-02-07T23:00:17.157Z | Downloaded heck v0.3.3 |
1216 | 2024-02-07T23:00:17.158Z | Downloaded strum_macros v0.24.3 |
1217 | 2024-02-07T23:00:17.158Z | Downloaded rustc_version v0.1.7 |
1218 | 2024-02-07T23:00:17.158Z | Downloaded x509-cert v0.2.4 |
1219 | 2024-02-07T23:00:17.158Z | Downloaded zone v0.3.0 |
1220 | 2024-02-07T23:00:17.158Z | Downloaded form_urlencoded v1.2.1 |
1221 | 2024-02-07T23:00:17.159Z | Downloaded fixedbitset v0.4.2 |
1222 | 2024-02-07T23:00:17.159Z | Downloaded filetime v0.2.23 |
1223 | 2024-02-07T23:00:17.159Z | Downloaded strsim v0.8.0 |
1224 | 2024-02-07T23:00:17.159Z | Downloaded hkdf v0.12.4 |
1225 | 2024-02-07T23:00:17.159Z | Downloaded blake3 v1.5.0 |
1226 | 2024-02-07T23:00:17.160Z | Downloaded openssl-probe v0.1.5 |
1227 | 2024-02-07T23:00:17.160Z | Downloaded toml_edit v0.19.15 |
1228 | 2024-02-07T23:00:17.160Z | Downloaded num_threads v0.1.6 |
1229 | 2024-02-07T23:00:17.160Z | Downloaded dtrace-parser v0.2.0 |
1230 | 2024-02-07T23:00:17.160Z | Downloaded pretty-hex v0.4.1 |
1231 | 2024-02-07T23:00:17.160Z | Downloaded foreign-types-shared v0.3.1 |
1232 | 2024-02-07T23:00:17.161Z | Downloaded headers-core v0.2.0 |
1233 | 2024-02-07T23:00:17.161Z | Downloaded serde v1.0.196 |
1234 | 2024-02-07T23:00:17.161Z | Downloaded lalrpop v0.19.12 |
1235 | 2024-02-07T23:00:17.161Z | Downloaded unicode-bidi v0.3.13 |
1236 | 2024-02-07T23:00:17.161Z | Downloaded derive_builder v0.12.0 |
1237 | 2024-02-07T23:00:17.162Z | Downloaded rayon-core v1.12.0 |
1238 | 2024-02-07T23:00:17.162Z | Downloaded subprocess v0.2.9 |
1239 | 2024-02-07T23:00:17.162Z | Downloaded pin-project v1.1.3 |
1240 | 2024-02-07T23:00:17.162Z | Downloaded trust-dns-server v0.22.1 |
1241 | 2024-02-07T23:00:17.162Z | Downloaded env_logger v0.10.0 |
1242 | 2024-02-07T23:00:17.163Z | Downloaded defmt-parser v0.3.3 |
1243 | 2024-02-07T23:00:17.163Z | Downloaded zip v0.6.6 |
1244 | 2024-02-07T23:00:17.163Z | Downloaded rustyline v13.0.0 |
1245 | 2024-02-07T23:00:17.163Z | Downloaded nom v7.1.3 |
1246 | 2024-02-07T23:00:17.163Z | Downloaded num-bigint-dig v0.8.4 |
1247 | 2024-02-07T23:00:17.163Z | Downloaded crossterm v0.27.0 |
1248 | 2024-02-07T23:00:17.164Z | Downloaded dof v0.1.5 |
1249 | 2024-02-07T23:00:17.164Z | Downloaded tinyvec v1.6.0 |
1250 | 2024-02-07T23:00:17.164Z | Downloaded salty v0.2.0 |
1251 | 2024-02-07T23:00:17.164Z | Downloaded platforms v3.0.2 |
1252 | 2024-02-07T23:00:17.165Z | Downloaded structopt v0.3.26 |
1253 | 2024-02-07T23:00:17.165Z | Downloaded flume v0.11.0 |
1254 | 2024-02-07T23:00:17.165Z | Downloaded ring v0.17.7 |
1255 | 2024-02-07T23:00:17.184Z | Downloaded synstructure v0.12.6 |
1256 | 2024-02-07T23:00:17.184Z | Downloaded r2d2 v0.8.10 |
1257 | 2024-02-07T23:00:17.184Z | Downloaded fs-err v2.11.0 |
1258 | 2024-02-07T23:00:17.184Z | Downloaded mio v0.8.9 |
1259 | 2024-02-07T23:00:17.184Z | Downloaded resolv-conf v0.7.0 |
1260 | 2024-02-07T23:00:17.184Z | Downloaded ref-cast-impl v1.0.20 |
1261 | 2024-02-07T23:00:17.184Z | Downloaded errno v0.3.8 |
1262 | 2024-02-07T23:00:17.184Z | Downloaded ppv-lite86 v0.2.17 |
1263 | 2024-02-07T23:00:17.184Z | Downloaded proc-macro-error v1.0.4 |
1264 | 2024-02-07T23:00:17.184Z | Downloaded darling v0.20.3 |
1265 | 2024-02-07T23:00:17.184Z | Downloaded unicase v2.7.0 |
1266 | 2024-02-07T23:00:17.184Z | Downloaded pretty-hex v0.2.1 |
1267 | 2024-02-07T23:00:17.185Z | Downloaded float-cmp v0.9.0 |
1268 | 2024-02-07T23:00:17.185Z | Downloaded terminal_size v0.2.6 |
1269 | 2024-02-07T23:00:17.185Z | Downloaded minimal-lexical v0.2.1 |
1270 | 2024-02-07T23:00:17.185Z | Downloaded memchr v2.6.3 |
1271 | 2024-02-07T23:00:17.185Z | Downloaded http v1.0.0 |
1272 | 2024-02-07T23:00:17.185Z | Downloaded http v0.2.11 |
1273 | 2024-02-07T23:00:17.185Z | Downloaded thiserror-impl-no-std v2.0.2 |
1274 | 2024-02-07T23:00:17.185Z | Downloaded tokio-postgres v0.7.10 |
1275 | 2024-02-07T23:00:17.189Z | Downloaded darling_core v0.20.3 |
1276 | 2024-02-07T23:00:17.192Z | Downloaded usdt v0.5.0 |
1277 | 2024-02-07T23:00:17.192Z | Downloaded thread-id v4.2.0 |
1278 | 2024-02-07T23:00:17.196Z | Downloaded futures-channel v0.3.30 |
1279 | 2024-02-07T23:00:17.196Z | Downloaded socket2 v0.5.5 |
1280 | 2024-02-07T23:00:17.200Z | Downloaded zeroize v1.7.0 |
1281 | 2024-02-07T23:00:17.200Z | Downloaded spki v0.7.2 |
1282 | 2024-02-07T23:00:17.203Z | Downloaded ucd-trie v0.1.6 |
1283 | 2024-02-07T23:00:17.203Z | Downloaded schemars v0.8.16 |
1284 | 2024-02-07T23:00:17.212Z | Downloaded swrite v0.1.0 |
1285 | 2024-02-07T23:00:17.215Z | Downloaded topological-sort v0.2.2 |
1286 | 2024-02-07T23:00:17.216Z | Downloaded ff v0.13.0 |
1287 | 2024-02-07T23:00:17.216Z | Downloaded funty v2.0.0 |
1288 | 2024-02-07T23:00:17.231Z | Downloaded string_cache v0.8.7 |
1289 | 2024-02-07T23:00:17.231Z | Downloaded typenum v1.16.0 |
1290 | 2024-02-07T23:00:17.231Z | Downloaded indexmap v2.2.2 |
1291 | 2024-02-07T23:00:17.234Z | Downloaded clap_builder v4.4.2 |
1292 | 2024-02-07T23:00:17.235Z | Downloaded difflib v0.4.0 |
1293 | 2024-02-07T23:00:17.235Z | Downloaded scheduled-thread-pool v0.2.7 |
1294 | 2024-02-07T23:00:17.235Z | Downloaded crypto-bigint v0.5.2 |
1295 | 2024-02-07T23:00:17.239Z | Downloaded usdt-attr-macro v0.3.5 |
1296 | 2024-02-07T23:00:17.239Z | Downloaded quote v1.0.35 |
1297 | 2024-02-07T23:00:17.239Z | Downloaded papergrid v0.11.0 |
1298 | 2024-02-07T23:00:17.244Z | Downloaded crossbeam-epoch v0.9.15 |
1299 | 2024-02-07T23:00:17.247Z | Downloaded cc v1.0.83 |
1300 | 2024-02-07T23:00:17.251Z | Downloaded itertools v0.12.1 |
1301 | 2024-02-07T23:00:17.256Z | Downloaded serde-hex v0.1.0 |
1302 | 2024-02-07T23:00:17.261Z | Downloaded pest_derive v2.7.6 |
1303 | 2024-02-07T23:00:17.261Z | Downloaded chacha20poly1305 v0.10.1 |
1304 | 2024-02-07T23:00:17.266Z | Downloaded toml v0.7.8 |
1305 | 2024-02-07T23:00:17.266Z | Downloaded similar v2.3.0 |
1306 | 2024-02-07T23:00:17.271Z | Downloaded stringprep v0.1.3 |
1307 | 2024-02-07T23:00:17.271Z | Downloaded bytes v1.5.0 |
1308 | 2024-02-07T23:00:17.277Z | Downloaded plain v0.2.3 |
1309 | 2024-02-07T23:00:17.277Z | Downloaded packed_struct_codegen v0.10.1 |
1310 | 2024-02-07T23:00:17.278Z | Downloaded clang-sys v1.6.1 |
1311 | 2024-02-07T23:00:17.287Z | Downloaded backtrace v0.3.69 |
1312 | 2024-02-07T23:00:17.288Z | Downloaded crossbeam-utils v0.8.16 |
1313 | 2024-02-07T23:00:17.288Z | Downloaded signal-hook v0.3.17 |
1314 | 2024-02-07T23:00:17.288Z | Downloaded spin v0.9.8 |
1315 | 2024-02-07T23:00:17.293Z | Downloaded semver v0.11.0 |
1316 | 2024-02-07T23:00:17.294Z | Downloaded usdt-impl v0.5.0 |
1317 | 2024-02-07T23:00:17.294Z | Downloaded serde_plain v1.0.2 |
1318 | 2024-02-07T23:00:17.294Z | Downloaded rand_chacha v0.3.1 |
1319 | 2024-02-07T23:00:17.305Z | Downloaded zeroize_derive v1.4.2 |
1320 | 2024-02-07T23:00:17.305Z | Downloaded unarray v0.1.4 |
1321 | 2024-02-07T23:00:17.305Z | Downloaded hmac v0.12.1 |
1322 | 2024-02-07T23:00:17.305Z | Downloaded owo-colors v4.0.0 |
1323 | 2024-02-07T23:00:17.305Z | Downloaded tokio-rustls v0.25.0 |
1324 | 2024-02-07T23:00:17.306Z | Downloaded smf v0.2.2 |
1325 | 2024-02-07T23:00:17.310Z | Downloaded tokio-stream v0.1.14 |
1326 | 2024-02-07T23:00:17.311Z | Downloaded strum_macros v0.26.1 |
1327 | 2024-02-07T23:00:17.311Z | Downloaded pem v3.0.2 |
1328 | 2024-02-07T23:00:17.311Z | Downloaded siphasher v0.3.11 |
1329 | 2024-02-07T23:00:17.312Z | Downloaded crc32fast v1.3.2 |
1330 | 2024-02-07T23:00:17.317Z | Downloaded lock_api v0.4.10 |
1331 | 2024-02-07T23:00:17.317Z | Downloaded spin v0.5.2 |
1332 | 2024-02-07T23:00:17.317Z | Downloaded blake2 v0.10.6 |
1333 | 2024-02-07T23:00:17.318Z | Downloaded arc-swap v1.6.0 |
1334 | 2024-02-07T23:00:17.322Z | Downloaded anyhow v1.0.75 |
1335 | 2024-02-07T23:00:17.327Z | Downloaded signal-hook-mio v0.2.3 |
1336 | 2024-02-07T23:00:17.328Z | Downloaded cookie v0.18.0 |
1337 | 2024-02-07T23:00:17.328Z | Downloaded const-oid v0.9.5 |
1338 | 2024-02-07T23:00:17.334Z | Downloaded compact_str v0.7.1 |
1339 | 2024-02-07T23:00:17.334Z | Downloaded toml_datetime v0.6.5 |
1340 | 2024-02-07T23:00:17.334Z | Downloaded structmeta-derive v0.2.0 |
1341 | 2024-02-07T23:00:17.335Z | Downloaded castaway v0.2.2 |
1342 | 2024-02-07T23:00:17.335Z | Downloaded serde_path_to_error v0.1.15 |
1343 | 2024-02-07T23:00:17.340Z | Downloaded serde_urlencoded v0.7.1 |
1344 | 2024-02-07T23:00:17.340Z | Downloaded serde_tokenstream v0.2.0 |
1345 | 2024-02-07T23:00:17.341Z | Downloaded native-tls v0.2.11 |
1346 | 2024-02-07T23:00:17.345Z | Downloaded mime_guess v2.0.4 |
1347 | 2024-02-07T23:00:17.346Z | Downloaded log v0.4.20 |
1348 | 2024-02-07T23:00:17.346Z | Downloaded bzip2 v0.4.4 |
1349 | 2024-02-07T23:00:17.346Z | Downloaded anstyle-parse v0.2.1 |
1350 | 2024-02-07T23:00:17.353Z | Downloaded bcs v0.1.6 |
1351 | 2024-02-07T23:00:17.354Z | Downloaded backoff v0.4.0 |
1352 | 2024-02-07T23:00:17.354Z | Downloaded indoc v2.0.3 |
1353 | 2024-02-07T23:00:17.359Z | Downloaded foreign-types v0.3.2 |
1354 | 2024-02-07T23:00:17.359Z | Downloaded cexpr v0.6.0 |
1355 | 2024-02-07T23:00:17.359Z | Downloaded camino-tempfile v1.1.1 |
1356 | 2024-02-07T23:00:17.359Z | Downloaded maplit v1.0.2 |
1357 | 2024-02-07T23:00:17.360Z | Downloaded crc v3.0.1 |
1358 | 2024-02-07T23:00:17.360Z | Downloaded hubpack v0.1.2 |
1359 | 2024-02-07T23:00:17.367Z | Downloaded base64ct v1.6.0 |
1360 | 2024-02-07T23:00:17.367Z | Downloaded semver v0.1.20 |
1361 | 2024-02-07T23:00:17.367Z | Downloaded secrecy v0.8.0 |
1362 | 2024-02-07T23:00:17.367Z | Downloaded rustls-pki-types v1.1.0 |
1363 | 2024-02-07T23:00:17.371Z | Downloaded crossbeam-queue v0.3.8 |
1364 | 2024-02-07T23:00:17.371Z | Downloaded cfg-if v1.0.0 |
1365 | 2024-02-07T23:00:17.371Z | Downloaded highway v1.1.0 |
1366 | 2024-02-07T23:00:17.371Z | Downloaded scopeguard v1.2.0 |
1367 | 2024-02-07T23:00:17.371Z | Downloaded schemars_derive v0.8.16 |
1368 | 2024-02-07T23:00:17.371Z | Downloaded same-file v1.0.6 |
1369 | 2024-02-07T23:00:17.371Z | Downloaded rustls-pemfile v2.0.0 |
1370 | 2024-02-07T23:00:17.376Z | Downloaded memmap v0.7.0 |
1371 | 2024-02-07T23:00:17.376Z | Downloaded hostname v0.3.1 |
1372 | 2024-02-07T23:00:17.376Z | Downloaded zone_cfg_derive v0.3.0 |
1373 | 2024-02-07T23:00:17.381Z | Downloaded async-trait v0.1.77 |
1374 | 2024-02-07T23:00:17.381Z | Downloaded argon2 v0.5.3 |
1375 | 2024-02-07T23:00:17.381Z | Downloaded libloading v0.7.4 |
1376 | 2024-02-07T23:00:17.386Z | Downloaded mockall v0.12.0 |
1377 | 2024-02-07T23:00:17.386Z | Downloaded lru-cache v0.1.2 |
1378 | 2024-02-07T23:00:17.386Z | Downloaded usdt-macro v0.3.5 |
1379 | 2024-02-07T23:00:17.386Z | Downloaded managed v0.8.0 |
1380 | 2024-02-07T23:00:17.391Z | Downloaded match_cfg v0.1.0 |
1381 | 2024-02-07T23:00:17.392Z | Downloaded buf-list v1.0.3 |
1382 | 2024-02-07T23:00:17.392Z | Downloaded bitfield v0.14.0 |
1383 | 2024-02-07T23:00:17.392Z | Downloaded crossbeam v0.8.2 |
1384 | 2024-02-07T23:00:17.402Z | Downloaded block-buffer v0.10.4 |
1385 | 2024-02-07T23:00:17.402Z | Downloaded maybe-uninit v2.0.0 |
1386 | 2024-02-07T23:00:17.402Z | Downloaded lru v0.12.1 |
1387 | 2024-02-07T23:00:17.402Z | Downloaded macaddr v1.0.1 |
1388 | 2024-02-07T23:00:17.403Z | Downloaded atomic-waker v1.1.1 |
1389 | 2024-02-07T23:00:17.403Z | Downloaded ansi_term v0.12.1 |
1390 | 2024-02-07T23:00:17.409Z | Downloaded serde-big-array v0.4.1 |
1391 | 2024-02-07T23:00:17.409Z | Downloaded async-recursion v1.0.5 |
1392 | 2024-02-07T23:00:17.409Z | Downloaded serde-big-array v0.5.1 |
1393 | 2024-02-07T23:00:17.409Z | Downloaded linear-map v1.2.0 |
1394 | 2024-02-07T23:00:17.766Z | Compiling proc-macro2 v1.0.78 |
1395 | 2024-02-07T23:00:17.766Z | Compiling unicode-ident v1.0.12 |
1396 | 2024-02-07T23:00:17.769Z | Compiling libc v0.2.153 |
1397 | 2024-02-07T23:00:17.769Z | Compiling serde v1.0.196 |
1398 | 2024-02-07T23:00:17.769Z | Compiling autocfg v1.1.0 |
1399 | 2024-02-07T23:00:17.807Z | Compiling version_check v0.9.4 |
1400 | 2024-02-07T23:00:17.811Z | Compiling cfg-if v1.0.0 |
1401 | 2024-02-07T23:00:17.928Z | Compiling once_cell v1.19.0 |
1402 | 2024-02-07T23:00:17.937Z | Compiling syn v1.0.109 |
1403 | 2024-02-07T23:00:18.036Z | Compiling byteorder v1.5.0 |
1404 | 2024-02-07T23:00:18.346Z | Compiling memchr v2.6.3 |
1405 | 2024-02-07T23:00:18.425Z | Compiling ahash v0.8.7 |
1406 | 2024-02-07T23:00:18.438Z | Compiling parking_lot_core v0.9.8 |
1407 | 2024-02-07T23:00:18.511Z | Compiling lock_api v0.4.10 |
1408 | 2024-02-07T23:00:19.477Z | Compiling libm v0.2.7 |
1409 | 2024-02-07T23:00:19.492Z | Compiling serde_json v1.0.113 |
1410 | 2024-02-07T23:00:19.630Z | Compiling num-traits v0.2.16 |
1411 | 2024-02-07T23:00:19.634Z | Compiling thiserror v1.0.56 |
1412 | 2024-02-07T23:00:20.209Z | Compiling typenum v1.16.0 |
1413 | 2024-02-07T23:00:20.228Z | Compiling scopeguard v1.2.0 |
1414 | 2024-02-07T23:00:20.228Z | Compiling generic-array v0.14.7 |
1415 | 2024-02-07T23:00:20.292Z | Compiling itoa v1.0.9 |
1416 | 2024-02-07T23:00:20.510Z | Compiling log v0.4.20 |
1417 | 2024-02-07T23:00:20.621Z | Compiling quote v1.0.35 |
1418 | 2024-02-07T23:00:20.957Z | Compiling syn v2.0.48 |
1419 | 2024-02-07T23:00:21.067Z | Compiling cc v1.0.83 |
1420 | 2024-02-07T23:00:21.174Z | Compiling getrandom v0.2.10 |
1421 | 2024-02-07T23:00:21.543Z | Compiling pkg-config v0.3.27 |
1422 | 2024-02-07T23:00:21.817Z | Compiling slab v0.4.9 |
1423 | 2024-02-07T23:00:22.128Z | Compiling ryu v1.0.15 |
1424 | 2024-02-07T23:00:22.297Z | Compiling allocator-api2 v0.2.16 |
1425 | 2024-02-07T23:00:22.416Z | Compiling pin-project-lite v0.2.13 |
1426 | 2024-02-07T23:00:22.526Z | Compiling smallvec v1.13.1 |
1427 | 2024-02-07T23:00:22.602Z | Compiling equivalent v1.0.1 |
1428 | 2024-02-07T23:00:22.655Z | Compiling schemars v0.8.16 |
1429 | 2024-02-07T23:00:22.713Z | Compiling vcpkg v0.2.15 |
1430 | 2024-02-07T23:00:23.024Z | Compiling heck v0.4.1 |
1431 | 2024-02-07T23:00:23.385Z | Compiling parking_lot v0.12.1 |
1432 | 2024-02-07T23:00:23.572Z | Compiling ring v0.17.7 |
1433 | 2024-02-07T23:00:24.443Z | Compiling openssl-sys v0.9.96 |
1434 | 2024-02-07T23:00:24.627Z | Compiling signal-hook-registry v1.4.1 |
1435 | 2024-02-07T23:00:25.370Z | Compiling rand_core v0.6.4 |
1436 | 2024-02-07T23:00:25.767Z | Compiling mio v0.8.9 |
1437 | 2024-02-07T23:00:26.523Z | Compiling ring v0.16.20 |
1438 | 2024-02-07T23:00:27.511Z | Compiling socket2 v0.5.5 |
1439 | 2024-02-07T23:00:27.662Z | Compiling num_cpus v1.16.0 |
1440 | 2024-02-07T23:00:27.796Z | Compiling httparse v1.8.0 |
1441 | 2024-02-07T23:00:27.816Z | Compiling ucd-trie v0.1.6 |
1442 | 2024-02-07T23:00:27.900Z | Compiling futures-core v0.3.30 |
1443 | 2024-02-07T23:00:28.135Z | Compiling semver v1.0.21 |
1444 | 2024-02-07T23:00:28.315Z | Compiling fnv v1.0.7 |
1445 | 2024-02-07T23:00:28.343Z | Compiling spin v0.5.2 |
1446 | 2024-02-07T23:00:28.343Z | Compiling openssl v0.10.60 |
1447 | 2024-02-07T23:00:28.388Z | Compiling serde_derive_internals v0.26.0 |
1448 | 2024-02-07T23:00:28.474Z | Compiling crossbeam-utils v0.8.16 |
1449 | 2024-02-07T23:00:28.952Z | Compiling iana-time-zone v0.1.57 |
1450 | 2024-02-07T23:00:29.008Z | Compiling const-oid v0.9.5 |
1451 | 2024-02-07T23:00:29.315Z | Compiling native-tls v0.2.11 |
1452 | 2024-02-07T23:00:29.408Z | Compiling unicode-xid v0.2.4 |
1453 | 2024-02-07T23:00:29.587Z | Compiling rustls v0.21.9 |
1454 | 2024-02-07T23:00:29.674Z | Compiling subtle v2.5.0 |
1455 | 2024-02-07T23:00:29.874Z | Compiling synstructure v0.12.6 |
1456 | 2024-02-07T23:00:30.199Z | Compiling spin v0.9.8 |
1457 | 2024-02-07T23:00:30.631Z | Compiling memoffset v0.9.0 |
1458 | 2024-02-07T23:00:30.641Z | Compiling futures-sink v0.3.30 |
1459 | 2024-02-07T23:00:30.893Z | Compiling io-lifetimes v1.0.11 |
1460 | 2024-02-07T23:00:31.053Z | Compiling backtrace v0.3.69 |
1461 | 2024-02-07T23:00:31.351Z | Compiling winnow v0.5.15 |
1462 | 2024-02-07T23:00:31.388Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-02-07T23:00:31.457Z | Compiling rustix v0.38.31 |
1464 | 2024-02-07T23:00:31.875Z | Compiling dyn-clone v1.0.16 |
1465 | 2024-02-07T23:00:31.876Z | Compiling tinyvec v1.6.0 |
1466 | 2024-02-07T23:00:31.876Z | Compiling futures-channel v0.3.30 |
1467 | 2024-02-07T23:00:32.040Z | Compiling tracing-core v0.1.31 |
1468 | 2024-02-07T23:00:32.244Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2024-02-07T23:00:32.339Z | Compiling num-integer v0.1.45 |
1470 | 2024-02-07T23:00:33.009Z | Compiling pin-utils v0.1.0 |
1471 | 2024-02-07T23:00:33.035Z | Compiling futures-task v0.3.30 |
1472 | 2024-02-07T23:00:33.035Z | Compiling rustix v0.37.23 |
1473 | 2024-02-07T23:00:33.036Z | Compiling futures-io v0.3.30 |
1474 | 2024-02-07T23:00:33.220Z | Compiling slog v2.7.0 |
1475 | 2024-02-07T23:00:33.514Z | Compiling unicode-normalization v0.1.22 |
1476 | 2024-02-07T23:00:33.802Z | Compiling schemars_derive v0.8.16 |
1477 | 2024-02-07T23:00:33.873Z | Compiling serde_derive v1.0.196 |
1478 | 2024-02-07T23:00:33.971Z | Compiling zerocopy-derive v0.7.32 |
1479 | 2024-02-07T23:00:34.492Z | Compiling zeroize_derive v1.4.2 |
1480 | 2024-02-07T23:00:34.695Z | Compiling thiserror-impl v1.0.56 |
1481 | 2024-02-07T23:00:34.925Z | Compiling tokio-macros v2.2.0 |
1482 | 2024-02-07T23:00:35.331Z | Compiling futures-macro v0.3.30 |
1483 | 2024-02-07T23:00:35.966Z | Compiling tracing-attributes v0.1.26 |
1484 | 2024-02-07T23:00:36.034Z | Compiling zerocopy v0.7.32 |
1485 | 2024-02-07T23:00:36.704Z | Compiling zeroize v1.7.0 |
1486 | 2024-02-07T23:00:37.547Z | Compiling pest v2.7.6 |
1487 | 2024-02-07T23:00:38.099Z | Compiling hashbrown v0.14.2 |
1488 | 2024-02-07T23:00:38.500Z | Compiling openssl-macros v0.1.1 |
1489 | 2024-02-07T23:00:39.067Z | Compiling zerocopy-derive v0.2.0 |
1490 | 2024-02-07T23:00:39.236Z | Compiling crypto-common v0.1.6 |
1491 | 2024-02-07T23:00:39.262Z | Compiling der_derive v0.7.2 |
1492 | 2024-02-07T23:00:39.432Z | Compiling tracing v0.1.37 |
1493 | 2024-02-07T23:00:39.907Z | Compiling block-buffer v0.10.4 |
1494 | 2024-02-07T23:00:39.915Z | Compiling hashbrown v0.13.2 |
1495 | 2024-02-07T23:00:40.243Z | Compiling pest_meta v2.7.6 |
1496 | 2024-02-07T23:00:40.296Z | Compiling futures-util v0.3.30 |
1497 | 2024-02-07T23:00:40.793Z | Compiling usdt-impl v0.3.5 |
1498 | 2024-02-07T23:00:41.124Z | Compiling time-core v0.1.1 |
1499 | 2024-02-07T23:00:41.572Z | Compiling pest_generator v2.7.6 |
1500 | 2024-02-07T23:00:42.169Z | Compiling unicode-bidi v0.3.13 |
1501 | 2024-02-07T23:00:43.492Z | Compiling anyhow v1.0.75 |
1502 | 2024-02-07T23:00:44.298Z | Compiling bitflags v1.3.2 |
1503 | 2024-02-07T23:00:44.309Z | Compiling crc32fast v1.3.2 |
1504 | 2024-02-07T23:00:44.310Z | Compiling pest_derive v2.7.6 |
1505 | 2024-02-07T23:00:44.683Z | Compiling time-macros v0.2.13 |
1506 | 2024-02-07T23:00:44.961Z | Compiling digest v0.10.7 |
1507 | 2024-02-07T23:00:45.377Z | Compiling scroll_derive v0.12.0 |
1508 | 2024-02-07T23:00:45.938Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1509 | 2024-02-07T23:00:46.260Z | Compiling aho-corasick v1.0.4 |
1510 | 2024-02-07T23:00:46.372Z | Compiling ppv-lite86 v0.2.17 |
1511 | 2024-02-07T23:00:46.865Z | Compiling rustversion v1.0.14 |
1512 | 2024-02-07T23:00:47.175Z | Compiling bytes v1.5.0 |
1513 | 2024-02-07T23:00:47.460Z | Compiling indexmap v2.2.2 |
1514 | 2024-02-07T23:00:47.610Z | Compiling uuid v1.7.0 |
1515 | 2024-02-07T23:00:48.048Z | Compiling chrono v0.4.31 |
1516 | 2024-02-07T23:00:48.298Z | Compiling bitflags v2.4.0 |
1517 | 2024-02-07T23:00:48.345Z | Compiling tokio v1.36.0 |
1518 | 2024-02-07T23:00:50.198Z | Compiling serde_spanned v0.6.5 |
1519 | 2024-02-07T23:00:50.451Z | Compiling toml_datetime v0.6.5 |
1520 | 2024-02-07T23:00:51.639Z | Compiling rustc_version v0.4.0 |
1521 | 2024-02-07T23:00:51.743Z | Compiling toml_edit v0.19.15 |
1522 | 2024-02-07T23:00:51.767Z | Compiling http v0.2.11 |
1523 | 2024-02-07T23:00:52.267Z | Compiling heapless v0.7.16 |
1524 | 2024-02-07T23:00:53.128Z | Compiling async-trait v0.1.77 |
1525 | 2024-02-07T23:00:53.571Z | Compiling regex-syntax v0.8.2 |
1526 | 2024-02-07T23:00:54.135Z | Compiling signal-hook v0.3.17 |
1527 | 2024-02-07T23:00:54.356Z | Compiling untrusted v0.9.0 |
1528 | 2024-02-07T23:00:54.668Z | Compiling rand_chacha v0.3.1 |
1529 | 2024-02-07T23:00:55.611Z | Compiling zerocopy v0.3.0 |
1530 | 2024-02-07T23:00:56.594Z | Compiling thread-id v4.2.0 |
1531 | 2024-02-07T23:00:56.717Z | Compiling errno v0.3.8 |
1532 | 2024-02-07T23:00:57.141Z | Compiling regex-automata v0.4.4 |
1533 | 2024-02-07T23:00:58.697Z | Compiling strsim v0.10.0 |
1534 | 2024-02-07T23:00:59.737Z | Compiling tokio-util v0.7.10 |
1535 | 2024-02-07T23:01:01.273Z | Compiling dof v0.1.5 |
1536 | 2024-02-07T23:01:01.937Z | Compiling regex v1.10.3 |
1537 | 2024-02-07T23:01:02.069Z | Compiling rand v0.8.5 |
1538 | 2024-02-07T23:01:03.655Z | Compiling dtrace-parser v0.1.14 |
1539 | 2024-02-07T23:01:04.774Z | Compiling num-bigint v0.4.4 |
1540 | 2024-02-07T23:01:05.297Z | Compiling untrusted v0.7.1 |
1541 | 2024-02-07T23:01:05.372Z | Compiling smoltcp v0.9.1 |
1542 | 2024-02-07T23:01:05.413Z | Compiling foreign-types-shared v0.1.1 |
1543 | 2024-02-07T23:01:05.520Z | Compiling base64ct v1.6.0 |
1544 | 2024-02-07T23:01:05.650Z | Compiling percent-encoding v2.3.1 |
1545 | 2024-02-07T23:01:05.745Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1546 | 2024-02-07T23:01:06.008Z | Compiling foreign-types v0.3.2 |
1547 | 2024-02-07T23:01:06.102Z | Compiling pem-rfc7468 v0.7.0 |
1548 | 2024-02-07T23:01:06.910Z | Compiling strum_macros v0.25.2 |
1549 | 2024-02-07T23:01:08.298Z | Compiling serde_tokenstream v0.1.7 |
1550 | 2024-02-07T23:01:09.571Z | Compiling hmac v0.12.1 |
1551 | 2024-02-07T23:01:09.840Z | Compiling lazy_static v1.4.0 |
1552 | 2024-02-07T23:01:10.060Z | Compiling socket2 v0.4.9 |
1553 | 2024-02-07T23:01:10.228Z | Compiling adler v1.0.2 |
1554 | 2024-02-07T23:01:10.252Z | Compiling flagset v0.4.3 |
1555 | 2024-02-07T23:01:10.387Z | Compiling unicode-segmentation v1.10.1 |
1556 | 2024-02-07T23:01:10.468Z | Compiling unicode-width v0.1.11 |
1557 | 2024-02-07T23:01:10.532Z | Compiling try-lock v0.2.4 |
1558 | 2024-02-07T23:01:10.674Z | Compiling siphasher v0.3.11 |
1559 | 2024-02-07T23:01:10.689Z | Compiling base64 v0.21.7 |
1560 | 2024-02-07T23:01:11.085Z | Compiling miniz_oxide v0.7.1 |
1561 | 2024-02-07T23:01:11.197Z | Compiling want v0.3.1 |
1562 | 2024-02-07T23:01:11.330Z | Compiling der v0.7.8 |
1563 | 2024-02-07T23:01:11.972Z | Compiling sct v0.7.0 |
1564 | 2024-02-07T23:01:12.247Z | Compiling rustls-webpki v0.101.7 |
1565 | 2024-02-07T23:01:12.354Z | Compiling form_urlencoded v1.2.1 |
1566 | 2024-02-07T23:01:12.398Z | Compiling h2 v0.3.24 |
1567 | 2024-02-07T23:01:12.692Z | Compiling http-body v0.4.5 |
1568 | 2024-02-07T23:01:12.743Z | Compiling zerocopy-derive v0.6.4 |
1569 | 2024-02-07T23:01:13.094Z | Compiling hubpack_derive v0.1.1 |
1570 | 2024-02-07T23:01:14.462Z | Compiling num-iter v0.1.43 |
1571 | 2024-02-07T23:01:14.720Z | Compiling usdt-impl v0.5.0 |
1572 | 2024-02-07T23:01:14.923Z | Compiling tower-service v0.3.2 |
1573 | 2024-02-07T23:01:15.038Z | Compiling httpdate v1.0.3 |
1574 | 2024-02-07T23:01:15.069Z | Compiling anstyle v1.0.2 |
1575 | 2024-02-07T23:01:15.092Z | Compiling stable_deref_trait v1.2.0 |
1576 | 2024-02-07T23:01:15.195Z | Compiling cpufeatures v0.2.12 |
1577 | 2024-02-07T23:01:15.218Z | Compiling openssl-probe v0.1.5 |
1578 | 2024-02-07T23:01:15.308Z | Compiling utf8parse v0.2.1 |
1579 | 2024-02-07T23:01:15.515Z | Compiling anstyle-parse v0.2.1 |
1580 | 2024-02-07T23:01:15.739Z | Compiling sha2 v0.10.8 |
1581 | 2024-02-07T23:01:16.551Z | Compiling spki v0.7.2 |
1582 | 2024-02-07T23:01:17.838Z | Compiling usdt-macro v0.3.5 |
1583 | 2024-02-07T23:01:18.041Z | Compiling usdt-attr-macro v0.3.5 |
1584 | 2024-02-07T23:01:19.254Z | Compiling openapiv3 v2.0.0 |
1585 | 2024-02-07T23:01:19.379Z | Compiling hyper v0.14.27 |
1586 | 2024-02-07T23:01:19.676Z | Compiling scroll v0.12.0 |
1587 | 2024-02-07T23:01:20.257Z | Compiling md-5 v0.10.5 |
1588 | 2024-02-07T23:01:20.556Z | Compiling stringprep v0.1.3 |
1589 | 2024-02-07T23:01:20.998Z | Compiling idna v0.5.0 |
1590 | 2024-02-07T23:01:21.682Z | Compiling diesel_table_macro_syntax v0.1.0 |
1591 | 2024-02-07T23:01:22.045Z | Compiling hash32 v0.2.1 |
1592 | 2024-02-07T23:01:22.853Z | Compiling gimli v0.28.0 |
1593 | 2024-02-07T23:01:22.859Z | Compiling plain v0.2.3 |
1594 | 2024-02-07T23:01:23.426Z | Compiling anstyle-query v1.0.0 |
1595 | 2024-02-07T23:01:23.557Z | Compiling fallible-iterator v0.2.0 |
1596 | 2024-02-07T23:01:24.088Z | Compiling colorchoice v1.0.0 |
1597 | 2024-02-07T23:01:24.246Z | Compiling anstream v0.5.0 |
1598 | 2024-02-07T23:01:24.345Z | Compiling postgres-protocol v0.6.6 |
1599 | 2024-02-07T23:01:25.596Z | Compiling goblin v0.8.0 |
1600 | 2024-02-07T23:01:26.132Z | Compiling diesel_derives v2.1.2 |
1601 | 2024-02-07T23:01:27.463Z | Compiling addr2line v0.21.0 |
1602 | 2024-02-07T23:01:28.115Z | Compiling url v2.5.0 |
1603 | 2024-02-07T23:01:29.882Z | Compiling tokio-rustls v0.24.1 |
1604 | 2024-02-07T23:01:30.267Z | Compiling tokio-native-tls v0.3.1 |
1605 | 2024-02-07T23:01:30.541Z | Compiling terminal_size v0.2.6 |
1606 | 2024-02-07T23:01:30.724Z | Compiling pkcs8 v0.10.2 |
1607 | 2024-02-07T23:01:31.596Z | Compiling phf_shared v0.11.2 |
1608 | 2024-02-07T23:01:33.038Z | Compiling serde_tokenstream v0.2.0 |
1609 | 2024-02-07T23:01:33.249Z | Compiling block-padding v0.3.3 |
1610 | 2024-02-07T23:01:33.490Z | Compiling serde_repr v0.1.16 |
1611 | 2024-02-07T23:01:33.550Z | Compiling clap_derive v4.4.2 |
1612 | 2024-02-07T23:01:34.579Z | Compiling enum-as-inner v0.5.1 |
1613 | 2024-02-07T23:01:35.357Z | Compiling ff v0.13.0 |
1614 | 2024-02-07T23:01:35.590Z | Compiling scheduled-thread-pool v0.2.7 |
1615 | 2024-02-07T23:01:35.612Z | Compiling object v0.32.1 |
1616 | 2024-02-07T23:01:37.001Z | Compiling num_threads v0.1.6 |
1617 | 2024-02-07T23:01:37.667Z | Compiling matches v0.1.10 |
1618 | 2024-02-07T23:01:37.767Z | Compiling rustc-demangle v0.1.23 |
1619 | 2024-02-07T23:01:38.251Z | Compiling ipnet v2.9.0 |
1620 | 2024-02-07T23:01:38.627Z | Compiling deranged v0.3.8 |
1621 | 2024-02-07T23:01:39.438Z | Compiling regex-automata v0.1.10 |
1622 | 2024-02-07T23:01:40.398Z | Compiling managed v0.8.0 |
1623 | 2024-02-07T23:01:40.546Z | Compiling base16ct v0.2.0 |
1624 | 2024-02-07T23:01:40.874Z | Compiling clap_lex v0.5.1 |
1625 | 2024-02-07T23:01:41.310Z | Compiling pretty-hex v0.4.1 |
1626 | 2024-02-07T23:01:41.391Z | Compiling bit-vec v0.6.3 |
1627 | 2024-02-07T23:01:41.436Z | Compiling clap_builder v4.4.2 |
1628 | 2024-02-07T23:01:41.509Z | Compiling dof v0.3.0 |
1629 | 2024-02-07T23:01:43.463Z | Compiling sec1 v0.7.3 |
1630 | 2024-02-07T23:01:43.980Z | Compiling time v0.3.27 |
1631 | 2024-02-07T23:01:44.725Z | Compiling bstr v0.2.17 |
1632 | 2024-02-07T23:01:45.097Z | Compiling idna v0.2.3 |
1633 | 2024-02-07T23:01:46.224Z | Compiling r2d2 v0.8.10 |
1634 | 2024-02-07T23:01:46.656Z | Compiling group v0.13.0 |
1635 | 2024-02-07T23:01:47.370Z | Compiling inout v0.1.3 |
1636 | 2024-02-07T23:01:48.014Z | Compiling phf v0.11.2 |
1637 | 2024-02-07T23:01:48.140Z | Compiling hyper-tls v0.5.0 |
1638 | 2024-02-07T23:01:48.258Z | Compiling signal-hook-mio v0.2.3 |
1639 | 2024-02-07T23:01:48.309Z | Compiling hyper-rustls v0.24.2 |
1640 | 2024-02-07T23:01:48.449Z | Compiling flate2 v1.0.28 |
1641 | 2024-02-07T23:01:48.492Z | Compiling bzip2 v0.4.4 |
1642 | 2024-02-07T23:01:48.670Z | Compiling postgres-types v0.2.6 |
1643 | 2024-02-07T23:01:49.013Z | Compiling zerocopy v0.6.4 |
1644 | 2024-02-07T23:01:49.030Z | Compiling hubpack v0.1.2 |
1645 | 2024-02-07T23:01:49.587Z | Compiling serde_urlencoded v0.7.1 |
1646 | 2024-02-07T23:01:49.642Z | Compiling rustls-pemfile v1.0.3 |
1647 | 2024-02-07T23:01:49.642Z | Compiling phf_shared v0.10.0 |
1648 | 2024-02-07T23:01:50.167Z | Compiling hkdf v0.12.4 |
1649 | 2024-02-07T23:01:50.189Z | Compiling ipnetwork v0.20.0 |
1650 | 2024-02-07T23:01:50.189Z | Compiling futures-executor v0.3.30 |
1651 | 2024-02-07T23:01:50.244Z | Compiling dtrace-parser v0.2.0 |
1652 | 2024-02-07T23:01:50.670Z | Compiling regress v0.7.1 |
1653 | 2024-02-07T23:01:50.810Z | Compiling crypto-bigint v0.5.2 |
1654 | 2024-02-07T23:01:51.205Z | Compiling float-cmp v0.9.0 |
1655 | 2024-02-07T23:01:51.400Z | Compiling encoding_rs v0.8.33 |
1656 | 2024-02-07T23:01:53.092Z | Compiling difflib v0.4.0 |
1657 | 2024-02-07T23:01:54.414Z | Compiling mime v0.3.17 |
1658 | 2024-02-07T23:01:54.491Z | Compiling fixedbitset v0.4.2 |
1659 | 2024-02-07T23:02:01.139Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-02-07T23:02:01.259Z | Compiling new_debug_unreachable v1.0.4 |
1661 | 2024-02-07T23:02:01.259Z | Compiling normalize-line-endings v0.3.0 |
1662 | 2024-02-07T23:02:01.259Z | Compiling predicates-core v1.0.6 |
1663 | 2024-02-07T23:02:01.259Z | Compiling minimal-lexical v0.2.1 |
1664 | 2024-02-07T23:02:01.259Z | Compiling regex-automata v0.3.8 |
1665 | 2024-02-07T23:02:01.259Z | Compiling whoami v1.4.1 |
1666 | 2024-02-07T23:02:01.259Z | Compiling either v1.9.0 |
1667 | 2024-02-07T23:02:01.547Z | Compiling webpki-roots v0.25.2 |
1668 | 2024-02-07T23:02:01.547Z | Compiling static_assertions v1.1.0 |
1669 | 2024-02-07T23:02:01.547Z | Compiling data-encoding v2.4.0 |
1670 | 2024-02-07T23:02:01.547Z | Compiling itertools v0.10.5 |
1671 | 2024-02-07T23:02:01.547Z | Compiling trust-dns-proto v0.22.0 |
1672 | 2024-02-07T23:02:01.547Z | Compiling bstr v1.6.0 |
1673 | 2024-02-07T23:02:01.547Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1674 | 2024-02-07T23:02:01.548Z | Compiling reqwest v0.11.22 |
1675 | 2024-02-07T23:02:04.259Z | Compiling tokio-postgres v0.7.10 |
1676 | 2024-02-07T23:02:04.284Z | Compiling nom v7.1.3 |
1677 | 2024-02-07T23:02:05.747Z | Compiling predicates v3.1.0 |
1678 | 2024-02-07T23:02:07.224Z | Compiling string_cache v0.8.7 |
1679 | 2024-02-07T23:02:07.666Z | Compiling petgraph v0.6.4 |
1680 | 2024-02-07T23:02:08.078Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1681 | 2024-02-07T23:02:09.121Z | Compiling elliptic-curve v0.13.8 |
1682 | 2024-02-07T23:02:14.751Z | Compiling yasna v0.5.2 |
1683 | 2024-02-07T23:02:15.074Z | Compiling futures v0.3.30 |
1684 | 2024-02-07T23:02:15.199Z | Compiling diesel v2.1.4 |
1685 | 2024-02-07T23:02:15.303Z | Compiling zip v0.6.6 |
1686 | 2024-02-07T23:02:16.118Z | Compiling crossterm v0.27.0 |
1687 | 2024-02-07T23:02:16.493Z | Compiling cipher v0.4.4 |
1688 | 2024-02-07T23:02:16.919Z | Compiling similar v2.3.0 |
1689 | 2024-02-07T23:02:16.979Z | Compiling clap v4.4.3 |
1690 | 2024-02-07T23:02:17.100Z | Compiling bit-set v0.5.3 |
1691 | 2024-02-07T23:02:17.396Z | Compiling usdt v0.3.5 |
1692 | 2024-02-07T23:02:18.219Z | Compiling console v0.15.8 |
1693 | 2024-02-07T23:02:19.684Z | Compiling tokio-stream v0.1.14 |
1694 | 2024-02-07T23:02:19.868Z | Compiling toml v0.7.8 |
1695 | 2024-02-07T23:02:19.925Z | Compiling toml_edit v0.21.1 |
1696 | 2024-02-07T23:02:20.203Z | Compiling hex v0.4.3 |
1697 | 2024-02-07T23:02:21.108Z | Compiling proc-macro-error-attr v1.0.4 |
1698 | 2024-02-07T23:02:21.431Z | Compiling lalrpop-util v0.19.12 |
1699 | 2024-02-07T23:02:22.281Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1700 | 2024-02-07T23:02:25.350Z | Compiling proc-macro-crate v1.3.1 |
1701 | 2024-02-07T23:02:26.845Z | Compiling proc-macro-error v1.0.4 |
1702 | 2024-02-07T23:02:27.136Z | Compiling camino v1.1.6 |
1703 | 2024-02-07T23:02:27.338Z | Compiling heapless v0.8.0 |
1704 | 2024-02-07T23:02:30.157Z | Compiling num_enum_derive v0.5.11 |
1705 | 2024-02-07T23:02:38.374Z | Compiling atty v0.2.14 |
1706 | 2024-02-07T23:02:38.934Z | Compiling hash32 v0.3.1 |
1707 | 2024-02-07T23:02:39.390Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1708 | 2024-02-07T23:02:39.735Z | Compiling ident_case v1.0.1 |
1709 | 2024-02-07T23:02:40.962Z | Compiling rustls-pki-types v1.1.0 |
1710 | 2024-02-07T23:02:42.269Z | Compiling smoltcp v0.11.0 |
1711 | 2024-02-07T23:02:44.394Z | Compiling darling_core v0.20.3 |
1712 | 2024-02-07T23:02:49.821Z | Compiling num_enum v0.5.11 |
1713 | 2024-02-07T23:02:57.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-02-07T23:03:01.293Z | Compiling dirs-sys-next v0.1.2 |
1715 | 2024-02-07T23:03:04.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2024-02-07T23:03:04.069Z | Compiling cobs v0.2.3 |
1717 | 2024-02-07T23:03:04.214Z | Compiling rustls v0.22.2 |
1718 | 2024-02-07T23:03:05.328Z | Compiling embedded-io v0.4.0 |
1719 | 2024-02-07T23:03:07.396Z | Compiling postcard v1.0.8 |
1720 | 2024-02-07T23:03:18.358Z | Compiling dirs-next v2.0.0 |
1721 | 2024-02-07T23:03:21.064Z | Compiling darling_macro v0.20.3 |
1722 | 2024-02-07T23:03:23.559Z | Compiling rustls-webpki v0.102.1 |
1723 | 2024-02-07T23:03:24.569Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1724 | 2024-02-07T23:03:33.029Z | Compiling getopts v0.2.21 |
1725 | 2024-02-07T23:03:33.030Z | Compiling structmeta-derive v0.3.0 |
1726 | 2024-02-07T23:03:33.030Z | Compiling foreign-types-macros v0.2.3 |
1727 | 2024-02-07T23:03:33.030Z | Compiling thread_local v1.1.7 |
1728 | 2024-02-07T23:03:33.030Z | Compiling multer v3.0.0 |
1729 | 2024-02-07T23:03:33.031Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-07T23:03:33.031Z | Compiling foreign-types-shared v0.3.1 |
1731 | 2024-02-07T23:03:33.031Z | Compiling paste v1.0.14 |
1732 | 2024-02-07T23:03:33.032Z | Compiling slog-async v2.8.0 |
1733 | 2024-02-07T23:03:33.032Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1734 | 2024-02-07T23:03:33.033Z | Compiling rayon-core v1.12.0 |
1735 | 2024-02-07T23:03:33.033Z | Compiling match_cfg v0.1.0 |
1736 | 2024-02-07T23:03:33.104Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1737 | 2024-02-07T23:03:33.803Z | Compiling unsafe-libyaml v0.2.10 |
1738 | 2024-02-07T23:03:35.657Z | Compiling serde_yaml v0.9.25 |
1739 | 2024-02-07T23:03:40.103Z | Compiling hostname v0.3.1 |
1740 | 2024-02-07T23:03:40.644Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1741 | 2024-02-07T23:03:41.913Z | Compiling structmeta v0.3.0 |
1742 | 2024-02-07T23:03:42.294Z | Compiling foreign-types v0.5.0 |
1743 | 2024-02-07T23:03:42.609Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1744 | 2024-02-07T23:03:50.582Z | Compiling darling v0.20.3 |
1745 | 2024-02-07T23:03:55.098Z | Compiling term v0.7.0 |
1746 | 2024-02-07T23:03:55.214Z | Compiling slog-json v2.6.1 |
1747 | 2024-02-07T23:03:55.214Z | Compiling crossbeam-deque v0.8.3 |
1748 | 2024-02-07T23:03:55.214Z | Compiling is-terminal v0.4.9 |
1749 | 2024-02-07T23:03:55.215Z | Compiling strum v0.25.0 |
1750 | 2024-02-07T23:03:55.215Z | Compiling crossbeam-channel v0.5.8 |
1751 | 2024-02-07T23:03:56.852Z | Compiling http v1.0.0 |
1752 | 2024-02-07T23:03:56.985Z | Compiling async-stream-impl v0.3.5 |
1753 | 2024-02-07T23:03:58.094Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1754 | 2024-02-07T23:03:58.193Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1755 | 2024-02-07T23:03:58.278Z | Compiling cstr-argument v0.1.2 |
1756 | 2024-02-07T23:03:58.537Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1757 | 2024-02-07T23:03:58.883Z | Compiling take_mut v0.2.2 |
1758 | 2024-02-07T23:03:58.983Z | Compiling atomic-waker v1.1.1 |
1759 | 2024-02-07T23:03:59.005Z | Compiling crucible-workspace-hack v0.1.0 |
1760 | 2024-02-07T23:03:59.070Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1761 | 2024-02-07T23:03:59.200Z | Compiling fastrand v2.0.1 |
1762 | 2024-02-07T23:03:59.361Z | Compiling pretty-hex v0.2.1 |
1763 | 2024-02-07T23:03:59.605Z | Compiling tempfile v3.10.0 |
1764 | 2024-02-07T23:03:59.625Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1765 | 2024-02-07T23:03:59.865Z | Compiling waitgroup v0.1.2 |
1766 | 2024-02-07T23:04:00.342Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-02-07T23:04:01.234Z | Compiling async-stream v0.3.5 |
1768 | 2024-02-07T23:04:01.568Z | Compiling colored v2.0.4 |
1769 | 2024-02-07T23:04:03.024Z | Compiling slog-bunyan v2.5.0 |
1770 | 2024-02-07T23:04:03.182Z | Compiling slog-term v2.9.0 |
1771 | 2024-02-07T23:04:03.274Z | Compiling serde_with_macros v3.6.0 |
1772 | 2024-02-07T23:04:03.591Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1773 | 2024-02-07T23:04:05.745Z | Compiling tokio-rustls v0.25.0 |
1774 | 2024-02-07T23:04:06.213Z | Compiling parse-display-derive v0.9.0 |
1775 | 2024-02-07T23:04:06.249Z | Compiling toml v0.8.9 |
1776 | 2024-02-07T23:04:07.328Z | Compiling rustls-pemfile v2.0.0 |
1777 | 2024-02-07T23:04:08.063Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1778 | 2024-02-07T23:04:09.618Z | Compiling sha1 v0.10.6 |
1779 | 2024-02-07T23:04:10.102Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1780 | 2024-02-07T23:04:10.553Z | Compiling textwrap v0.11.0 |
1781 | 2024-02-07T23:04:11.656Z | Compiling heck v0.3.3 |
1782 | 2024-02-07T23:04:11.937Z | Compiling serde_path_to_error v0.1.15 |
1783 | 2024-02-07T23:04:12.055Z | Compiling instant v0.1.12 |
1784 | 2024-02-07T23:04:12.187Z | Compiling ansi_term v0.12.1 |
1785 | 2024-02-07T23:04:12.227Z | Compiling vec_map v0.8.2 |
1786 | 2024-02-07T23:04:12.555Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1787 | 2024-02-07T23:04:12.961Z | Compiling strsim v0.8.0 |
1788 | 2024-02-07T23:04:12.981Z | Compiling debug-ignore v1.0.5 |
1789 | 2024-02-07T23:04:13.097Z | Compiling libefi-sys v0.1.0 |
1790 | 2024-02-07T23:04:13.376Z | Compiling clap v2.34.0 |
1791 | 2024-02-07T23:04:13.498Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1792 | 2024-02-07T23:04:14.375Z | Compiling backoff v0.4.0 |
1793 | 2024-02-07T23:04:14.764Z | Compiling structopt-derive v0.4.18 |
1794 | 2024-02-07T23:04:16.449Z | Compiling parse-display v0.9.0 |
1795 | 2024-02-07T23:04:17.609Z | Compiling serde_with v3.6.0 |
1796 | 2024-02-07T23:04:18.377Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1797 | 2024-02-07T23:04:18.592Z | Compiling rayon v1.8.0 |
1798 | 2024-02-07T23:04:19.413Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1799 | 2024-02-07T23:04:19.645Z | Compiling camino-tempfile v1.1.1 |
1800 | 2024-02-07T23:04:20.560Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1801 | 2024-02-07T23:04:21.070Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1802 | 2024-02-07T23:04:21.391Z | Compiling zone_cfg_derive v0.3.0 |
1803 | 2024-02-07T23:04:22.466Z | Compiling macaddr v1.0.1 |
1804 | 2024-02-07T23:04:22.644Z | Compiling num-derive v0.4.0 |
1805 | 2024-02-07T23:04:23.191Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1806 | 2024-02-07T23:04:23.611Z | Compiling blake3 v1.5.0 |
1807 | 2024-02-07T23:04:24.170Z | Compiling portable-atomic v1.4.3 |
1808 | 2024-02-07T23:04:24.874Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1809 | 2024-02-07T23:04:25.030Z | Compiling zone v0.3.0 |
1810 | 2024-02-07T23:04:25.118Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1811 | 2024-02-07T23:04:26.604Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1812 | 2024-02-07T23:04:27.173Z | Compiling structopt v0.3.26 |
1813 | 2024-02-07T23:04:28.174Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1814 | 2024-02-07T23:04:28.285Z | Compiling smf v0.2.2 |
1815 | 2024-02-07T23:04:29.012Z | Compiling xattr v1.0.1 |
1816 | 2024-02-07T23:04:29.035Z | Compiling filetime v0.2.23 |
1817 | 2024-02-07T23:04:29.332Z | Compiling memmap2 v0.7.1 |
1818 | 2024-02-07T23:04:29.401Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-02-07T23:04:29.420Z | Compiling arrayref v0.3.7 |
1820 | 2024-02-07T23:04:29.535Z | Compiling same-file v1.0.6 |
1821 | 2024-02-07T23:04:29.586Z | Compiling arrayvec v0.7.4 |
1822 | 2024-02-07T23:04:29.839Z | Compiling walkdir v2.4.0 |
1823 | 2024-02-07T23:04:29.897Z | Compiling tar v0.4.40 |
1824 | 2024-02-07T23:04:31.639Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2024-02-07T23:04:32.457Z | Compiling gethostname v0.4.3 |
1826 | 2024-02-07T23:04:32.725Z | Compiling number_prefix v0.4.0 |
1827 | 2024-02-07T23:04:33.064Z | Compiling topological-sort v0.2.2 |
1828 | 2024-02-07T23:04:33.079Z | Compiling swrite v0.1.0 |
1829 | 2024-02-07T23:04:33.120Z | Compiling omicron-zone-package v0.11.0 |
1830 | 2024-02-07T23:04:34.036Z | Compiling indicatif v0.17.7 |
1831 | 2024-02-07T23:04:36.732Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1832 | 2024-02-07T23:04:36.735Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1833 | 2024-02-07T23:04:45.020Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1834 | 2024-02-07T23:04:47.468Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1835 | 2024-02-07T23:04:50.050Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1836 | 2024-02-07T23:05:07.734Z | Finished release [optimized] target(s) in 5m 12s |
1837 | 2024-02-07T23:05:07.939Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1838 | 2024-02-07T23:05:07.994Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1839 | 2024-02-07T23:05:07.998Z | Created new build target 'test' and set it as active |
1840 | 2024-02-07T23:05:07.998Z | |
1841 | 2024-02-07T23:05:07.998Z | real 5:13.005139920 |
1842 | 2024-02-07T23:05:07.998Z | user 33:06.496280527 |
1843 | 2024-02-07T23:05:07.998Z | sys 3:44.358041092 |
1844 | 2024-02-07T23:05:07.998Z | trap 0.962077351 |
1845 | 2024-02-07T23:05:07.998Z | tflt 5.573637155 |
1846 | 2024-02-07T23:05:07.998Z | dflt 3.758281790 |
1847 | 2024-02-07T23:05:07.998Z | kflt 0.054547852 |
1848 | 2024-02-07T23:05:07.998Z | lock 1:10:16.465988081 |
1849 | 2024-02-07T23:05:07.998Z | slp 1:33:59.893234975 |
1850 | 2024-02-07T23:05:07.998Z | lat 2:05.335773980 |
1851 | 2024-02-07T23:05:07.998Z | stop 3:32.901750642 |
1852 | 2024-02-07T23:05:07.998Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1853 | 2024-02-07T23:05:09.098Z | Finished release [optimized] target(s) in 0.64s |
1854 | 2024-02-07T23:05:09.108Z | Running `target/release/omicron-package -t test package` |
1855 | 2024-02-07T23:05:09.108Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1856 | 2024-02-07T23:05:09.493Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1857 | 2024-02-07T23:05:09.501Z | Compiling linked-hash-map v0.5.6 |
1858 | 2024-02-07T23:05:09.501Z | Compiling usdt-attr-macro v0.5.0 |
1859 | 2024-02-07T23:05:09.501Z | Compiling usdt-macro v0.5.0 |
1860 | 2024-02-07T23:05:09.562Z | Compiling memmap v0.7.0 |
1861 | 2024-02-07T23:05:09.577Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1862 | 2024-02-07T23:05:09.577Z | Compiling password-hash v0.5.0 |
1863 | 2024-02-07T23:05:09.577Z | Compiling blake2 v0.10.6 |
1864 | 2024-02-07T23:05:09.915Z | Compiling lru-cache v0.1.2 |
1865 | 2024-02-07T23:05:09.996Z | Compiling semver v0.1.20 |
1866 | 2024-02-07T23:05:10.122Z | Compiling argon2 v0.5.3 |
1867 | 2024-02-07T23:05:10.585Z | Compiling rustc_version v0.1.7 |
1868 | 2024-02-07T23:05:10.928Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1869 | 2024-02-07T23:05:10.933Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1870 | 2024-02-07T23:05:10.988Z | Compiling newtype_derive v0.1.6 |
1871 | 2024-02-07T23:05:11.023Z | Compiling usdt v0.5.0 |
1872 | 2024-02-07T23:05:11.226Z | Compiling rayon-core v1.12.0 |
1873 | 2024-02-07T23:05:11.227Z | Compiling crossbeam-deque v0.8.3 |
1874 | 2024-02-07T23:05:11.300Z | Compiling same-file v1.0.6 |
1875 | 2024-02-07T23:05:11.629Z | Compiling fastrand v2.0.1 |
1876 | 2024-02-07T23:05:11.635Z | Compiling quick-error v1.2.3 |
1877 | 2024-02-07T23:05:11.669Z | Compiling resolv-conf v0.7.0 |
1878 | 2024-02-07T23:05:12.022Z | Compiling tempfile v3.10.0 |
1879 | 2024-02-07T23:05:12.097Z | Compiling walkdir v2.4.0 |
1880 | 2024-02-07T23:05:12.624Z | Compiling itertools v0.12.1 |
1881 | 2024-02-07T23:05:12.764Z | Compiling camino v1.1.6 |
1882 | 2024-02-07T23:05:12.799Z | Compiling semver-parser v0.10.2 |
1883 | 2024-02-07T23:05:12.814Z | Compiling slog-dtrace v0.3.0 |
1884 | 2024-02-07T23:05:12.960Z | Compiling blake3 v1.5.0 |
1885 | 2024-02-07T23:05:13.234Z | Compiling rayon v1.8.0 |
1886 | 2024-02-07T23:05:13.311Z | Compiling trust-dns-resolver v0.22.0 |
1887 | 2024-02-07T23:05:13.593Z | Compiling semver v0.11.0 |
1888 | 2024-02-07T23:05:14.121Z | Compiling nibble_vec v0.1.0 |
1889 | 2024-02-07T23:05:14.267Z | Compiling filetime v0.2.23 |
1890 | 2024-02-07T23:05:14.331Z | Compiling memmap2 v0.7.1 |
1891 | 2024-02-07T23:05:14.612Z | Compiling xattr v1.0.1 |
1892 | 2024-02-07T23:05:14.661Z | Compiling endian-type v0.1.2 |
1893 | 2024-02-07T23:05:14.736Z | Compiling constant_time_eq v0.3.0 |
1894 | 2024-02-07T23:05:14.812Z | Compiling home v0.5.5 |
1895 | 2024-02-07T23:05:14.889Z | Compiling arrayvec v0.7.4 |
1896 | 2024-02-07T23:05:14.899Z | Compiling arrayref v0.3.7 |
1897 | 2024-02-07T23:05:14.979Z | Compiling toolchain_find v0.2.0 |
1898 | 2024-02-07T23:05:15.031Z | Compiling radix_trie v0.2.1 |
1899 | 2024-02-07T23:05:15.292Z | Compiling tar v0.4.40 |
1900 | 2024-02-07T23:05:15.491Z | Compiling camino-tempfile v1.1.1 |
1901 | 2024-02-07T23:05:15.906Z | Compiling steno v0.4.0 |
1902 | 2024-02-07T23:05:16.399Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1903 | 2024-02-07T23:05:17.128Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1904 | 2024-02-07T23:05:17.533Z | Compiling toml v0.5.11 |
1905 | 2024-02-07T23:05:17.547Z | Compiling num-rational v0.4.1 |
1906 | 2024-02-07T23:05:17.862Z | Compiling topological-sort v0.2.2 |
1907 | 2024-02-07T23:05:17.983Z | Compiling radium v0.7.0 |
1908 | 2024-02-07T23:05:18.332Z | Compiling omicron-zone-package v0.11.0 |
1909 | 2024-02-07T23:05:18.456Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1910 | 2024-02-07T23:05:18.662Z | Compiling toml v0.8.9 |
1911 | 2024-02-07T23:05:19.172Z | Compiling tap v1.0.1 |
1912 | 2024-02-07T23:05:19.362Z | Compiling rustfmt-wrapper v0.2.0 |
1913 | 2024-02-07T23:05:19.959Z | Compiling cancel-safe-futures v0.1.5 |
1914 | 2024-02-07T23:05:20.310Z | Compiling maybe-uninit v2.0.0 |
1915 | 2024-02-07T23:05:20.343Z | Compiling wyz v0.5.1 |
1916 | 2024-02-07T23:05:20.890Z | Compiling num-complex v0.4.4 |
1917 | 2024-02-07T23:05:21.361Z | Compiling num-bigint-dig v0.8.4 |
1918 | 2024-02-07T23:05:21.823Z | Compiling packed_struct v0.10.1 |
1919 | 2024-02-07T23:05:22.089Z | Compiling funty v2.0.0 |
1920 | 2024-02-07T23:05:22.313Z | Compiling crc-catalog v2.2.0 |
1921 | 2024-02-07T23:05:22.425Z | Compiling crc v3.0.1 |
1922 | 2024-02-07T23:05:23.156Z | Compiling num v0.4.1 |
1923 | 2024-02-07T23:05:23.381Z | Compiling bitvec v1.0.1 |
1924 | 2024-02-07T23:05:23.905Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1925 | 2024-02-07T23:05:24.130Z | Compiling fxhash v0.2.1 |
1926 | 2024-02-07T23:05:27.849Z | Compiling packed_struct_codegen v0.10.1 |
1927 | 2024-02-07T23:05:27.877Z | Compiling indexmap v1.9.3 |
1928 | 2024-02-07T23:05:27.877Z | Compiling nodrop v0.1.14 |
1929 | 2024-02-07T23:05:27.877Z | Compiling utf-8 v0.7.6 |
1930 | 2024-02-07T23:05:27.878Z | Compiling array-init v0.0.4 |
1931 | 2024-02-07T23:05:27.878Z | Compiling tungstenite v0.20.1 |
1932 | 2024-02-07T23:05:28.012Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1933 | 2024-02-07T23:05:28.012Z | Compiling smallvec v0.6.14 |
1934 | 2024-02-07T23:05:29.007Z | Compiling pkcs1 v0.7.5 |
1935 | 2024-02-07T23:05:31.522Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-02-07T23:05:32.745Z | Compiling signature v2.1.0 |
1937 | 2024-02-07T23:05:32.818Z | Compiling half v2.3.1 |
1938 | 2024-02-07T23:05:32.989Z | Compiling unicase v2.7.0 |
1939 | 2024-02-07T23:05:33.318Z | Compiling hashbrown v0.12.3 |
1940 | 2024-02-07T23:05:33.583Z | Compiling bitfield v0.14.0 |
1941 | 2024-02-07T23:05:33.894Z | Compiling ciborium-io v0.2.2 |
1942 | 2024-02-07T23:05:34.019Z | Compiling termcolor v1.2.0 |
1943 | 2024-02-07T23:05:35.344Z | Compiling env_logger v0.10.0 |
1944 | 2024-02-07T23:05:35.841Z | Compiling ciborium-ll v0.2.2 |
1945 | 2024-02-07T23:05:36.168Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1946 | 2024-02-07T23:05:36.302Z | Compiling rsa v0.9.2 |
1947 | 2024-02-07T23:05:39.172Z | Compiling serde-hex v0.1.0 |
1948 | 2024-02-07T23:05:39.775Z | Compiling tokio-tungstenite v0.20.1 |
1949 | 2024-02-07T23:05:40.373Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2024-02-07T23:05:40.732Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1951 | 2024-02-07T23:05:41.768Z | Compiling x509-cert v0.2.4 |
1952 | 2024-02-07T23:05:42.758Z | Compiling ron v0.8.1 |
1953 | 2024-02-07T23:05:44.617Z | Compiling crc-any v2.4.3 |
1954 | 2024-02-07T23:05:45.602Z | Compiling display-error-chain v0.2.0 |
1955 | 2024-02-07T23:05:45.781Z | Compiling arc-swap v1.6.0 |
1956 | 2024-02-07T23:05:46.570Z | Compiling slog-scope v4.4.0 |
1957 | 2024-02-07T23:05:47.498Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1958 | 2024-02-07T23:05:49.233Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1959 | 2024-02-07T23:05:49.311Z | Compiling ciborium v0.2.2 |
1960 | 2024-02-07T23:05:51.628Z | Compiling object v0.30.4 |
1961 | 2024-02-07T23:05:55.105Z | Compiling libsw v3.3.1 |
1962 | 2024-02-07T23:05:55.207Z | Compiling derive-where v1.2.7 |
1963 | 2024-02-07T23:05:55.414Z | Compiling linear-map v1.2.0 |
1964 | 2024-02-07T23:05:55.810Z | Compiling owo-colors v4.0.0 |
1965 | 2024-02-07T23:05:58.508Z | Compiling parking_lot_core v0.8.6 |
1966 | 2024-02-07T23:05:58.924Z | Compiling path-slash v0.1.5 |
1967 | 2024-02-07T23:05:59.303Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1968 | 2024-02-07T23:05:59.307Z | Compiling slog-stdlog v4.1.1 |
1969 | 2024-02-07T23:06:00.126Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1970 | 2024-02-07T23:06:03.177Z | Compiling dirs-sys-next v0.1.2 |
1971 | 2024-02-07T23:06:03.693Z | Compiling convert_case v0.4.0 |
1972 | 2024-02-07T23:06:04.481Z | Compiling crunchy v0.2.2 |
1973 | 2024-02-07T23:06:04.943Z | Compiling glob v0.3.1 |
1974 | 2024-02-07T23:06:05.821Z | Compiling clang-sys v1.6.1 |
1975 | 2024-02-07T23:06:06.543Z | Compiling derive_more v0.99.17 |
1976 | 2024-02-07T23:06:07.572Z | Compiling dirs-next v2.0.0 |
1977 | 2024-02-07T23:06:07.730Z | Compiling slog-envlogger v2.2.0 |
1978 | 2024-02-07T23:06:09.788Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1979 | 2024-02-07T23:06:09.816Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1980 | 2024-02-07T23:06:10.487Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1981 | 2024-02-07T23:06:11.763Z | Compiling tiny-keccak v2.0.2 |
1982 | 2024-02-07T23:06:12.069Z | Compiling platforms v3.0.2 |
1983 | 2024-02-07T23:06:12.403Z | Compiling prettyplease v0.2.16 |
1984 | 2024-02-07T23:06:12.767Z | Compiling parking_lot v0.11.2 |
1985 | 2024-02-07T23:06:13.859Z | Compiling mime_guess v2.0.4 |
1986 | 2024-02-07T23:06:15.020Z | Compiling term v0.7.0 |
1987 | 2024-02-07T23:06:15.278Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1988 | 2024-02-07T23:06:16.471Z | Compiling trust-dns-client v0.22.0 |
1989 | 2024-02-07T23:06:19.811Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1990 | 2024-02-07T23:06:19.885Z | Compiling darling_core v0.14.4 |
1991 | 2024-02-07T23:06:22.430Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1992 | 2024-02-07T23:06:22.600Z | Compiling pem v3.0.2 |
1993 | 2024-02-07T23:06:24.110Z | Compiling darling_macro v0.14.4 |
1994 | 2024-02-07T23:06:25.621Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-02-07T23:06:26.116Z | Compiling trust-dns-server v0.22.1 |
1996 | 2024-02-07T23:06:26.916Z | Compiling sled v0.34.7 |
1997 | 2024-02-07T23:06:28.128Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1998 | 2024-02-07T23:06:33.117Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1999 | 2024-02-07T23:06:36.477Z | Compiling is-terminal v0.4.9 |
2000 | 2024-02-07T23:06:36.477Z | Compiling ena v0.14.2 |
2001 | 2024-02-07T23:06:36.477Z | Compiling vte_generate_state_changes v0.1.1 |
2002 | 2024-02-07T23:06:36.477Z | Compiling libloading v0.7.4 |
2003 | 2024-02-07T23:06:36.477Z | Compiling bindgen v0.69.2 |
2004 | 2024-02-07T23:06:36.477Z | Compiling diff v0.1.13 |
2005 | 2024-02-07T23:06:36.478Z | Compiling regex-syntax v0.6.29 |
2006 | 2024-02-07T23:06:40.572Z | Compiling lalrpop v0.19.12 |
2007 | 2024-02-07T23:06:41.931Z | Compiling vte v0.11.1 |
2008 | 2024-02-07T23:06:46.898Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2009 | 2024-02-07T23:06:47.050Z | Compiling curve25519-dalek v4.1.1 |
2010 | 2024-02-07T23:06:49.107Z | Compiling darling v0.14.4 |
2011 | 2024-02-07T23:06:49.269Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2012 | 2024-02-07T23:06:51.998Z | Compiling cexpr v0.6.0 |
2013 | 2024-02-07T23:06:53.500Z | Compiling which v4.4.0 |
2014 | 2024-02-07T23:06:54.022Z | Compiling kstat-rs v0.2.3 |
2015 | 2024-02-07T23:06:55.328Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2016 | 2024-02-07T23:06:56.045Z | Compiling memoffset v0.7.1 |
2017 | 2024-02-07T23:06:56.369Z | Compiling rustc-hash v1.1.0 |
2018 | 2024-02-07T23:06:56.512Z | Compiling doc-comment v0.3.3 |
2019 | 2024-02-07T23:06:57.027Z | Compiling bytecount v0.6.3 |
2020 | 2024-02-07T23:06:57.357Z | Compiling lazycell v1.3.0 |
2021 | 2024-02-07T23:06:57.559Z | Compiling keccak v0.1.4 |
2022 | 2024-02-07T23:06:58.548Z | Compiling peeking_take_while v0.1.2 |
2023 | 2024-02-07T23:06:58.689Z | Compiling buf-list v1.0.3 |
2024 | 2024-02-07T23:06:59.294Z | Compiling shlex v1.3.0 |
2025 | 2024-02-07T23:06:59.741Z | Compiling sha3 v0.10.8 |
2026 | 2024-02-07T23:07:00.644Z | Compiling papergrid v0.11.0 |
2027 | 2024-02-07T23:07:03.544Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-02-07T23:07:03.736Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2029 | 2024-02-07T23:07:03.752Z | Compiling derive_builder_core v0.12.0 |
2030 | 2024-02-07T23:07:06.174Z | Compiling strip-ansi-escapes v0.2.0 |
2031 | 2024-02-07T23:07:07.336Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2032 | 2024-02-07T23:07:08.973Z | Compiling polar-core v0.27.0 |
2033 | 2024-02-07T23:07:10.486Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2034 | 2024-02-07T23:07:12.044Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2035 | 2024-02-07T23:07:13.023Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2036 | 2024-02-07T23:07:13.486Z | Compiling tabled_derive v0.7.0 |
2037 | 2024-02-07T23:07:14.203Z | Compiling fd-lock v4.0.2 |
2038 | 2024-02-07T23:07:14.426Z | Compiling fd-lock v3.0.13 |
2039 | 2024-02-07T23:07:14.640Z | Compiling headers-core v0.2.0 |
2040 | 2024-02-07T23:07:14.814Z | Compiling universal-hash v0.5.1 |
2041 | 2024-02-07T23:07:15.028Z | Compiling nix v0.27.1 |
2042 | 2024-02-07T23:07:15.724Z | Compiling secrecy v0.8.0 |
2043 | 2024-02-07T23:07:16.008Z | Compiling libxml v0.3.3 |
2044 | 2024-02-07T23:07:16.363Z | Compiling pin-project-internal v1.1.3 |
2045 | 2024-02-07T23:07:16.846Z | Compiling curve25519-dalek-derive v0.1.0 |
2046 | 2024-02-07T23:07:18.645Z | Compiling sqlparser_derive v0.2.2 |
2047 | 2024-02-07T23:07:18.659Z | Compiling thiserror-impl-no-std v2.0.2 |
2048 | 2024-02-07T23:07:19.192Z | Compiling nu-ansi-term v0.49.0 |
2049 | 2024-02-07T23:07:19.325Z | Compiling opaque-debug v0.3.0 |
2050 | 2024-02-07T23:07:19.391Z | Compiling ref-cast v1.0.20 |
2051 | 2024-02-07T23:07:19.429Z | Compiling unicode_categories v0.1.1 |
2052 | 2024-02-07T23:07:19.806Z | Compiling sqlformat v0.2.3 |
2053 | 2024-02-07T23:07:19.925Z | Compiling reedline v0.28.0 |
2054 | 2024-02-07T23:07:20.373Z | Compiling poly1305 v0.8.0 |
2055 | 2024-02-07T23:07:20.622Z | Compiling sqlparser v0.43.1 |
2056 | 2024-02-07T23:07:21.437Z | Compiling thiserror-no-std v2.0.2 |
2057 | 2024-02-07T23:07:21.608Z | Compiling rustyline v13.0.0 |
2058 | 2024-02-07T23:07:21.621Z | Compiling pin-project v1.1.3 |
2059 | 2024-02-07T23:07:23.339Z | Compiling tabled v0.15.0 |
2060 | 2024-02-07T23:07:28.850Z | Compiling headers v0.3.9 |
2061 | 2024-02-07T23:07:29.061Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2062 | 2024-02-07T23:07:30.713Z | Compiling derive_builder_macro v0.12.0 |
2063 | 2024-02-07T23:07:34.303Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2064 | 2024-02-07T23:07:35.072Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2065 | 2024-02-07T23:07:35.400Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2066 | 2024-02-07T23:07:35.719Z | Compiling chacha20 v0.9.1 |
2067 | 2024-02-07T23:07:36.160Z | Compiling aead v0.5.2 |
2068 | 2024-02-07T23:07:36.479Z | Compiling strum_macros v0.24.3 |
2069 | 2024-02-07T23:07:40.036Z | Compiling bcs v0.1.6 |
2070 | 2024-02-07T23:07:40.936Z | Compiling snafu-derive v0.7.5 |
2071 | 2024-02-07T23:07:40.970Z | Compiling ref-cast-impl v1.0.20 |
2072 | 2024-02-07T23:07:41.718Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2073 | 2024-02-07T23:07:42.142Z | Compiling fs-err v2.11.0 |
2074 | 2024-02-07T23:07:42.392Z | Compiling cookie v0.18.0 |
2075 | 2024-02-07T23:07:42.414Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2076 | 2024-02-07T23:07:42.414Z | Compiling salty v0.2.0 |
2077 | 2024-02-07T23:07:42.465Z | Compiling indoc v1.0.9 |
2078 | 2024-02-07T23:07:42.616Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2079 | 2024-02-07T23:07:42.743Z | Compiling highway v1.1.0 |
2080 | 2024-02-07T23:07:42.934Z | Compiling signature v1.6.4 |
2081 | 2024-02-07T23:07:43.083Z | Compiling ed25519 v1.5.3 |
2082 | 2024-02-07T23:07:43.383Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2083 | 2024-02-07T23:07:44.666Z | Compiling chacha20poly1305 v0.10.1 |
2084 | 2024-02-07T23:07:44.922Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2085 | 2024-02-07T23:07:46.021Z | Compiling snafu v0.7.5 |
2086 | 2024-02-07T23:07:47.134Z | Compiling derive_builder v0.12.0 |
2087 | 2024-02-07T23:07:47.545Z | Compiling vsss-rs v3.3.4 |
2088 | 2024-02-07T23:07:52.338Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2089 | 2024-02-07T23:07:52.925Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2090 | 2024-02-07T23:07:53.502Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2091 | 2024-02-07T23:07:53.505Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2092 | 2024-02-07T23:07:53.505Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2093 | 2024-02-07T23:07:55.184Z | Compiling globset v0.4.13 |
2094 | 2024-02-07T23:07:58.658Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2095 | 2024-02-07T23:07:58.751Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2096 | 2024-02-07T23:08:00.531Z | Compiling olpc-cjson v0.1.3 |
2097 | 2024-02-07T23:08:01.101Z | Compiling bb8 v0.8.3 |
2098 | 2024-02-07T23:08:01.619Z | Compiling quick-xml v0.30.0 |
2099 | 2024-02-07T23:08:02.072Z | Compiling serde_plain v1.0.2 |
2100 | 2024-02-07T23:08:02.076Z | Compiling serde-big-array v0.5.1 |
2101 | 2024-02-07T23:08:02.076Z | Compiling oso-derive v0.27.0 |
2102 | 2024-02-07T23:08:02.201Z | Compiling async-recursion v1.0.5 |
2103 | 2024-02-07T23:08:02.435Z | Compiling impl-trait-for-tuples v0.2.2 |
2104 | 2024-02-07T23:08:03.401Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2105 | 2024-02-07T23:08:03.416Z | Compiling http-range v0.1.5 |
2106 | 2024-02-07T23:08:03.847Z | Compiling typed-path v0.7.0 |
2107 | 2024-02-07T23:08:04.472Z | Compiling maplit v1.0.2 |
2108 | 2024-02-07T23:08:04.480Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2109 | 2024-02-07T23:08:06.064Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2110 | 2024-02-07T23:08:06.570Z | Compiling tough v0.16.0 |
2111 | 2024-02-07T23:08:11.152Z | Compiling hyper-staticfile v0.9.5 |
2112 | 2024-02-07T23:08:12.366Z | Compiling oso v0.27.0 |
2113 | 2024-02-07T23:08:28.233Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2114 | 2024-02-07T23:08:29.005Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2115 | 2024-02-07T23:08:42.949Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2116 | 2024-02-07T23:08:43.551Z | Compiling signal-hook-tokio v0.3.1 |
2117 | 2024-02-07T23:08:43.757Z | Compiling serde-big-array v0.4.1 |
2118 | 2024-02-07T23:08:43.941Z | Compiling parse-size v1.0.0 |
2119 | 2024-02-07T23:08:44.285Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2120 | 2024-02-07T23:08:44.380Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2121 | 2024-02-07T23:08:46.033Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2122 | 2024-02-07T23:08:46.288Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2123 | 2024-02-07T23:08:48.699Z | Compiling castaway v0.2.2 |
2124 | 2024-02-07T23:08:48.891Z | Compiling strum_macros v0.26.1 |
2125 | 2024-02-07T23:08:53.606Z | Compiling corncobs v0.1.3 |
2126 | 2024-02-07T23:08:54.030Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2127 | 2024-02-07T23:08:54.870Z | Compiling strum v0.26.1 |
2128 | 2024-02-07T23:08:55.478Z | Compiling compact_str v0.7.1 |
2129 | 2024-02-07T23:08:56.771Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2130 | 2024-02-07T23:09:00.309Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2131 | 2024-02-07T23:09:02.357Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2132 | 2024-02-07T23:09:02.814Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2133 | 2024-02-07T23:09:03.131Z | Compiling lru v0.12.1 |
2134 | 2024-02-07T23:09:03.444Z | Compiling stability v0.1.1 |
2135 | 2024-02-07T23:09:04.447Z | Compiling indoc v2.0.3 |
2136 | 2024-02-07T23:09:05.395Z | Compiling cassowary v0.3.0 |
2137 | 2024-02-07T23:09:08.578Z | Compiling ratatui v0.26.0 |
2138 | 2024-02-07T23:09:09.903Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2139 | 2024-02-07T23:09:11.345Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2024-02-07T23:09:13.199Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2141 | 2024-02-07T23:09:16.441Z | Compiling rcgen v0.12.1 |
2142 | 2024-02-07T23:09:27.459Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2143 | 2024-02-07T23:09:27.486Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2144 | 2024-02-07T23:09:27.790Z | Compiling atomicwrites v0.4.3 |
2145 | 2024-02-07T23:09:28.310Z | Compiling subprocess v0.2.9 |
2146 | 2024-02-07T23:09:33.953Z | Compiling smawk v0.3.1 |
2147 | 2024-02-07T23:09:34.157Z | Compiling unicode-linebreak v0.1.5 |
2148 | 2024-02-07T23:09:34.705Z | Compiling textwrap v0.16.0 |
2149 | 2024-02-07T23:09:38.582Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2150 | 2024-02-07T23:09:44.805Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2151 | 2024-02-07T23:09:46.963Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2152 | 2024-02-07T23:09:50.983Z | Compiling fatfs v0.3.6 |
2153 | 2024-02-07T23:09:54.410Z | Compiling nanorand v0.7.0 |
2154 | 2024-02-07T23:09:54.488Z | Compiling rtoolbox v0.0.1 |
2155 | 2024-02-07T23:09:54.766Z | Compiling humantime v2.1.0 |
2156 | 2024-02-07T23:09:55.080Z | Compiling assert_matches v1.5.0 |
2157 | 2024-02-07T23:09:55.179Z | Compiling is_ci v1.1.1 |
2158 | 2024-02-07T23:09:55.456Z | Compiling supports-color v2.1.0 |
2159 | 2024-02-07T23:09:55.643Z | Compiling flume v0.11.0 |
2160 | 2024-02-07T23:09:56.205Z | Compiling rpassword v7.3.1 |
2161 | 2024-02-07T23:09:56.435Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2162 | 2024-02-07T23:09:56.630Z | Compiling tui-tree-widget v0.17.0 |
2163 | 2024-02-07T23:09:57.023Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2164 | 2024-02-07T23:10:05.365Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2165 | 2024-02-07T23:10:06.071Z | Compiling csv-core v0.1.11 |
2166 | 2024-02-07T23:10:06.741Z | Compiling shell-words v1.1.0 |
2167 | 2024-02-07T23:10:07.198Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2168 | 2024-02-07T23:10:08.915Z | Compiling csv v1.3.0 |
2169 | 2024-02-07T23:10:11.343Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2170 | 2024-02-07T23:10:36.455Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2171 | 2024-02-07T23:10:45.283Z | Compiling multimap v0.8.3 |
2172 | 2024-02-07T23:11:56.346Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2173 | 2024-02-07T23:12:01.445Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2174 | 2024-02-07T23:12:14.418Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2024-02-07T23:18:27.076Z | Finished release [optimized] target(s) in 13m 18s |
2176 | 2024-02-07T23:19:34.035Z | |
2177 | 2024-02-07T23:19:34.044Z | real 14:25.922892052 |
2178 | 2024-02-07T23:19:34.044Z | user 1:39:09.567112138 |
2179 | 2024-02-07T23:19:34.044Z | sys 4:24.672325330 |
2180 | 2024-02-07T23:19:34.044Z | trap 2.271265658 |
2181 | 2024-02-07T23:19:34.044Z | tflt 1.859398114 |
2182 | 2024-02-07T23:19:34.044Z | dflt 2.685578447 |
2183 | 2024-02-07T23:19:34.044Z | kflt 0.093281970 |
2184 | 2024-02-07T23:19:34.045Z | lock 6:10:34.186376530 |
2185 | 2024-02-07T23:19:34.045Z | slp 3:52:14.984813179 |
2186 | 2024-02-07T23:19:34.045Z | lat 2:14.185597096 |
2187 | 2024-02-07T23:19:34.045Z | stop 51.592172441 |
2188 | 2024-02-07T23:19:34.045Z | + 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/*) |
2189 | 2024-02-07T23:19:34.045Z | + pfexec mkdir -p /work |
2190 | 2024-02-07T23:19:34.045Z | + pfexec chown build /work |
2191 | 2024-02-07T23:19:34.054Z | + 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 |
2192 | 2024-02-07T23:19:44.060Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2193 | 2024-02-07T23:19:44.060Z | a out/mg-ddm-gz.tar 63417K |
2194 | 2024-02-07T23:19:44.061Z | a out/omicron-sled-agent.tar 119745K |
2195 | 2024-02-07T23:19:44.061Z | a out/oxlog.tar 8186K |
2196 | 2024-02-07T23:19:44.061Z | a out/target/test 1K |
2197 | 2024-02-07T23:19:44.061Z | a out/npuzone/npuzone 36313K |
2198 | 2024-02-07T23:19:44.061Z | a package-manifest.toml 24K |
2199 | 2024-02-07T23:19:44.061Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2200 | 2024-02-07T23:19:44.061Z | a target/release/omicron-package 44642K |
2201 | 2024-02-07T23:19:44.061Z | a tools/create_virtual_hardware.sh 4K |
2202 | 2024-02-07T23:19:44.061Z | a tools/virtual_hardware.sh 4K |
2203 | 2024-02-07T23:19:44.061Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2204 | 2024-02-07T23:19:44.061Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2205 | 2024-02-07T23:19:44.061Z | a tools/scrimlet/softnpu-init.sh 3K |
2206 | 2024-02-07T23:19:44.062Z | a tools/scrimlet/softnpu-zone.txt 1K |
2207 | 2024-02-07T23:19:44.062Z | a tools/scrimlet/softnpu.toml 1K |
2208 | 2024-02-07T23:19:44.071Z | |
2209 | 2024-02-07T23:19:44.072Z | real 10.015414597 |
2210 | 2024-02-07T23:19:44.072Z | user 9.664573329 |
2211 | 2024-02-07T23:19:44.072Z | sys 0.707101225 |
2212 | 2024-02-07T23:19:44.072Z | trap 0.002542870 |
2213 | 2024-02-07T23:19:44.072Z | tflt 0.000000000 |
2214 | 2024-02-07T23:19:44.072Z | dflt 0.000000000 |
2215 | 2024-02-07T23:19:44.073Z | kflt 0.000000000 |
2216 | 2024-02-07T23:19:44.073Z | lock 0.000000000 |
2217 | 2024-02-07T23:19:44.073Z | slp 9.411709534 |
2218 | 2024-02-07T23:19:44.073Z | lat 0.242028157 |
2219 | 2024-02-07T23:19:44.073Z | stop 0.000175381 |
2220 | 2024-02-07T23:19:44.073Z | ++ pwd |
2221 | 2024-02-07T23:19:44.074Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2222 | 2024-02-07T23:19:44.074Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2223 | 2024-02-07T23:19:44.074Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2224 | 2024-02-07T23:19:44.783Z | Finished release [optimized] target(s) in 0.65s |
2225 | 2024-02-07T23:19:44.810Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2226 | 2024-02-07T23:19:44.830Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-02-07T23:19:44.834Z | Created new build target 'host' and set it as active |
2228 | 2024-02-07T23:19:44.834Z | |
2229 | 2024-02-07T23:19:44.835Z | real 0.756808779 |
2230 | 2024-02-07T23:19:44.835Z | user 0.519505745 |
2231 | 2024-02-07T23:19:44.835Z | sys 0.237044954 |
2232 | 2024-02-07T23:19:44.835Z | trap 0.000272241 |
2233 | 2024-02-07T23:19:44.835Z | tflt 0.000000000 |
2234 | 2024-02-07T23:19:44.835Z | dflt 0.000038985 |
2235 | 2024-02-07T23:19:44.835Z | kflt 0.000000000 |
2236 | 2024-02-07T23:19:44.835Z | lock 0.022768198 |
2237 | 2024-02-07T23:19:44.836Z | slp 0.013431578 |
2238 | 2024-02-07T23:19:44.836Z | lat 0.001602672 |
2239 | 2024-02-07T23:19:44.836Z | stop 0.000148778 |
2240 | 2024-02-07T23:19:44.836Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2241 | 2024-02-07T23:19:45.501Z | Finished release [optimized] target(s) in 0.61s |
2242 | 2024-02-07T23:19:45.511Z | Running `target/release/omicron-package -t host package` |
2243 | 2024-02-07T23:19:45.540Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2244 | 2024-02-07T23:19:46.240Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-02-07T23:20:00.055Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2246 | 2024-02-07T23:21:11.301Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2247 | 2024-02-07T23:22:38.332Z | Finished release [optimized] target(s) in 2m 52s |
2248 | 2024-02-07T23:23:18.179Z | |
2249 | 2024-02-07T23:23:18.179Z | real 3:32.295571226 |
2250 | 2024-02-07T23:23:18.179Z | user 17:44.351450979 |
2251 | 2024-02-07T23:23:18.179Z | sys 44.978230828 |
2252 | 2024-02-07T23:23:18.179Z | trap 0.330259504 |
2253 | 2024-02-07T23:23:18.179Z | tflt 0.045882731 |
2254 | 2024-02-07T23:23:18.179Z | dflt 4.581218065 |
2255 | 2024-02-07T23:23:18.179Z | kflt 0.076767457 |
2256 | 2024-02-07T23:23:18.180Z | lock 1:10:31.395967956 |
2257 | 2024-02-07T23:23:18.180Z | slp 18:03.359209227 |
2258 | 2024-02-07T23:23:18.180Z | lat 8.149916230 |
2259 | 2024-02-07T23:23:18.180Z | stop 3.194282172 |
2260 | 2024-02-07T23:23:18.181Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2261 | 2024-02-07T23:23:18.181Z | + for package in "$@" |
2262 | 2024-02-07T23:23:18.181Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2263 | 2024-02-07T23:23:18.181Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git0e598e10e5e |
2264 | 2024-02-07T23:23:18.181Z | Finished release [optimized] target(s) in 0.64s |
2265 | 2024-02-07T23:23:18.181Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git0e598e10e5e` |
2266 | 2024-02-07T23:23:18.181Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2267 | 2024-02-07T23:23:18.292Z | Created: out/versioned/omicron-sled-agent.tar |
2268 | 2024-02-07T23:23:18.292Z | + for package in "$@" |
2269 | 2024-02-07T23:23:18.292Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2270 | 2024-02-07T23:23:18.293Z | + echo 0.0.0 |
2271 | 2024-02-07T23:23:18.293Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2272 | 2024-02-07T23:23:18.293Z | a VERSION 1K |
2273 | 2024-02-07T23:23:18.293Z | + rm VERSION |
2274 | 2024-02-07T23:23:18.293Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e |
2275 | 2024-02-07T23:23:18.811Z | Finished release [optimized] target(s) in 0.63s |
2276 | 2024-02-07T23:23:18.829Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e` |
2277 | 2024-02-07T23:23:18.886Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-02-07T23:23:19.003Z | Created: out/versioned/mg-ddm-gz.tar |
2279 | 2024-02-07T23:23:19.049Z | + for package in "$@" |
2280 | 2024-02-07T23:23:19.049Z | + [[ propolis-server == mg-ddm-gz ]] |
2281 | 2024-02-07T23:23:19.050Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git0e598e10e5e |
2282 | 2024-02-07T23:23:19.682Z | Finished release [optimized] target(s) in 0.66s |
2283 | 2024-02-07T23:23:19.710Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git0e598e10e5e` |
2284 | 2024-02-07T23:23:19.734Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2285 | 2024-02-07T23:23:20.783Z | Created: out/versioned/propolis-server.tar.gz |
2286 | 2024-02-07T23:23:21.200Z | + for package in "$@" |
2287 | 2024-02-07T23:23:21.200Z | + [[ overlay == mg-ddm-gz ]] |
2288 | 2024-02-07T23:23:21.201Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git0e598e10e5e |
2289 | 2024-02-07T23:23:21.452Z | Finished release [optimized] target(s) in 0.62s |
2290 | 2024-02-07T23:23:21.472Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git0e598e10e5e` |
2291 | 2024-02-07T23:23:21.503Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2292 | 2024-02-07T23:23:21.506Z | Created: out/versioned/overlay.tar.gz |
2293 | 2024-02-07T23:23:21.506Z | + for package in "$@" |
2294 | 2024-02-07T23:23:21.506Z | + [[ oxlog == mg-ddm-gz ]] |
2295 | 2024-02-07T23:23:21.506Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git0e598e10e5e |
2296 | 2024-02-07T23:23:22.165Z | Finished release [optimized] target(s) in 0.60s |
2297 | 2024-02-07T23:23:22.181Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git0e598e10e5e` |
2298 | 2024-02-07T23:23:22.209Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2299 | 2024-02-07T23:23:22.229Z | Created: out/versioned/oxlog.tar |
2300 | 2024-02-07T23:23:22.236Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2301 | 2024-02-07T23:23:22.242Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2302 | 2024-02-07T23:23:22.245Z | ++ cd -- ./tools |
2303 | 2024-02-07T23:23:22.245Z | ++ pwd |
2304 | 2024-02-07T23:23:22.245Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2305 | 2024-02-07T23:23:22.245Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2306 | 2024-02-07T23:23:22.248Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2307 | 2024-02-07T23:23:22.248Z | ++ readlink -f /work |
2308 | 2024-02-07T23:23:22.252Z | + out_dir=/work |
2309 | 2024-02-07T23:23:22.252Z | + 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") |
2310 | 2024-02-07T23:23:22.252Z | + for dep in "${deps[@]}" |
2311 | 2024-02-07T23:23:22.252Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2312 | 2024-02-07T23:23:22.252Z | + for dep in "${deps[@]}" |
2313 | 2024-02-07T23:23:22.252Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2314 | 2024-02-07T23:23:22.252Z | + for dep in "${deps[@]}" |
2315 | 2024-02-07T23:23:22.252Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2316 | 2024-02-07T23:23:22.252Z | + for dep in "${deps[@]}" |
2317 | 2024-02-07T23:23:22.252Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2318 | 2024-02-07T23:23:22.253Z | + for dep in "${deps[@]}" |
2319 | 2024-02-07T23:23:22.253Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2320 | 2024-02-07T23:23:22.253Z | ++ mktemp -d |
2321 | 2024-02-07T23:23:22.256Z | + tmp_gz=/tmp/tmp.BXaWUh |
2322 | 2024-02-07T23:23:22.256Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2323 | 2024-02-07T23:23:22.256Z | + echo '{"v":"1","t":"layer"}' |
2324 | 2024-02-07T23:23:22.256Z | + pkg_dir=/tmp/tmp.BXaWUh/root/opt/oxide/sled-agent |
2325 | 2024-02-07T23:23:22.257Z | + mkdir -p /tmp/tmp.BXaWUh/root/opt/oxide/sled-agent |
2326 | 2024-02-07T23:23:22.257Z | + cd /tmp/tmp.BXaWUh/root/opt/oxide/sled-agent |
2327 | 2024-02-07T23:23:22.257Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2328 | 2024-02-07T23:23:22.338Z | x ., 0 bytes, 0 tape blocks |
2329 | 2024-02-07T23:23:22.338Z | x zone-bundle, 41722784 bytes, 81490 tape blocks |
2330 | 2024-02-07T23:23:22.338Z | x sled-agent, 80886352 bytes, 157982 tape blocks |
2331 | 2024-02-07T23:23:22.338Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2024-02-07T23:23:22.338Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2333 | 2024-02-07T23:23:22.338Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2334 | 2024-02-07T23:23:22.338Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2335 | 2024-02-07T23:23:22.338Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2024-02-07T23:23:22.342Z | + mkdir -p /tmp/tmp.BXaWUh/root/lib/svc/manifest/site/ |
2337 | 2024-02-07T23:23:22.342Z | + mv pkg/manifest.xml /tmp/tmp.BXaWUh/root/lib/svc/manifest/site/sled-agent.xml |
2338 | 2024-02-07T23:23:22.342Z | + cd - |
2339 | 2024-02-07T23:23:22.351Z | /work/oxidecomputer/omicron |
2340 | 2024-02-07T23:23:22.352Z | + pkg_dir=/tmp/tmp.BXaWUh/root/opt/oxide/mg-ddm |
2341 | 2024-02-07T23:23:22.352Z | + mkdir -p /tmp/tmp.BXaWUh/root/opt/oxide/mg-ddm |
2342 | 2024-02-07T23:23:22.352Z | + cd /tmp/tmp.BXaWUh/root/opt/oxide/mg-ddm |
2343 | 2024-02-07T23:23:22.352Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2344 | 2024-02-07T23:23:22.394Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-02-07T23:23:22.394Z | x ddmadm, 34041000 bytes, 66487 tape blocks |
2346 | 2024-02-07T23:23:22.394Z | x ddmd, 30884504 bytes, 60322 tape blocks |
2347 | 2024-02-07T23:23:22.394Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2024-02-07T23:23:22.394Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2349 | 2024-02-07T23:23:22.394Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2350 | 2024-02-07T23:23:22.394Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2351 | 2024-02-07T23:23:22.394Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2352 | 2024-02-07T23:23:22.394Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2353 | 2024-02-07T23:23:22.394Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2354 | 2024-02-07T23:23:22.394Z | x VERSION, 25 bytes, 1 tape blocks |
2355 | 2024-02-07T23:23:22.407Z | + cd - |
2356 | 2024-02-07T23:23:22.407Z | /work/oxidecomputer/omicron |
2357 | 2024-02-07T23:23:22.407Z | + pkg_dir=/tmp/tmp.BXaWUh/root/opt/oxide/oxlog |
2358 | 2024-02-07T23:23:22.407Z | + mkdir -p /tmp/tmp.BXaWUh/root/opt/oxide/oxlog |
2359 | 2024-02-07T23:23:22.407Z | + cd /tmp/tmp.BXaWUh/root/opt/oxide/oxlog |
2360 | 2024-02-07T23:23:22.408Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2361 | 2024-02-07T23:23:22.408Z | x ., 0 bytes, 0 tape blocks |
2362 | 2024-02-07T23:23:22.408Z | x oxlog, 8379568 bytes, 16367 tape blocks |
2363 | 2024-02-07T23:23:22.408Z | x VERSION, 25 bytes, 1 tape blocks |
2364 | 2024-02-07T23:23:22.408Z | + cd - |
2365 | 2024-02-07T23:23:22.408Z | /work/oxidecomputer/omicron |
2366 | 2024-02-07T23:23:22.408Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.BXaWUh/root/opt/oxide |
2367 | 2024-02-07T23:23:22.485Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.BXaWUh/root/opt/oxide |
2368 | 2024-02-07T23:23:22.499Z | + cd /tmp/tmp.BXaWUh |
2369 | 2024-02-07T23:23:22.499Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2370 | 2024-02-07T23:23:31.217Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2371 | 2024-02-07T23:23:31.218Z | a oxide.json 1K |
2372 | 2024-02-07T23:23:31.218Z | a root/ 0K |
2373 | 2024-02-07T23:23:31.218Z | a root/opt/ 0K |
2374 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/ 0K |
2375 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/ 0K |
2376 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/zone-bundle 40745K |
2377 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/sled-agent 78991K |
2378 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2379 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2380 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2381 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/sled-agent/VERSION 1K |
2382 | 2024-02-07T23:23:31.218Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/ddmadm 33244K |
2384 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/ddmd 30161K |
2385 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/oxlog/ 0K |
2394 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/oxlog/oxlog 8184K |
2395 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/oxlog/VERSION 1K |
2396 | 2024-02-07T23:23:31.219Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2397 | 2024-02-07T23:23:31.220Z | a root/opt/oxide/overlay.tar.gz 3K |
2398 | 2024-02-07T23:23:31.220Z | a root/lib/ 0K |
2399 | 2024-02-07T23:23:31.220Z | a root/lib/svc/ 0K |
2400 | 2024-02-07T23:23:31.220Z | a root/lib/svc/manifest/ 0K |
2401 | 2024-02-07T23:23:31.220Z | a root/lib/svc/manifest/site/ 0K |
2402 | 2024-02-07T23:23:31.220Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2403 | 2024-02-07T23:23:31.225Z | + cd / |
2404 | 2024-02-07T23:23:31.226Z | + rm -rf /tmp/tmp.BXaWUh |
2405 | 2024-02-07T23:23:31.264Z | |
2406 | 2024-02-07T23:23:31.264Z | real 9.008398525 |
2407 | 2024-02-07T23:23:31.264Z | user 8.445023829 |
2408 | 2024-02-07T23:23:31.264Z | sys 0.593280071 |
2409 | 2024-02-07T23:23:31.265Z | trap 0.001614516 |
2410 | 2024-02-07T23:23:31.265Z | tflt 0.000000000 |
2411 | 2024-02-07T23:23:31.265Z | dflt 0.000000000 |
2412 | 2024-02-07T23:23:31.265Z | kflt 0.000000000 |
2413 | 2024-02-07T23:23:31.265Z | lock 0.000000000 |
2414 | 2024-02-07T23:23:31.265Z | slp 17.488361208 |
2415 | 2024-02-07T23:23:31.265Z | lat 0.205133797 |
2416 | 2024-02-07T23:23:31.266Z | stop 0.000213827 |
2417 | 2024-02-07T23:23:31.266Z | + mkdir -p /work/zones |
2418 | 2024-02-07T23:23:31.266Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2419 | 2024-02-07T23:23:31.266Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2420 | 2024-02-07T23:23:33.680Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2421 | 2024-02-07T23:23:34.407Z | Finished release [optimized] target(s) in 0.66s |
2422 | 2024-02-07T23:23:34.419Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2423 | 2024-02-07T23:23:34.447Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-02-07T23:23:34.451Z | Created new build target 'recovery' and set it as active |
2425 | 2024-02-07T23:23:34.451Z | |
2426 | 2024-02-07T23:23:34.451Z | real 0.762912475 |
2427 | 2024-02-07T23:23:34.451Z | user 0.521726166 |
2428 | 2024-02-07T23:23:34.451Z | sys 0.240068416 |
2429 | 2024-02-07T23:23:34.451Z | trap 0.000691493 |
2430 | 2024-02-07T23:23:34.451Z | tflt 0.000059032 |
2431 | 2024-02-07T23:23:34.451Z | dflt 0.000016497 |
2432 | 2024-02-07T23:23:34.451Z | kflt 0.000000000 |
2433 | 2024-02-07T23:23:34.451Z | lock 0.023723990 |
2434 | 2024-02-07T23:23:34.451Z | slp 0.013970991 |
2435 | 2024-02-07T23:23:34.451Z | lat 0.002286285 |
2436 | 2024-02-07T23:23:34.451Z | stop 0.000178484 |
2437 | 2024-02-07T23:23:34.451Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2438 | 2024-02-07T23:23:35.120Z | Finished release [optimized] target(s) in 0.62s |
2439 | 2024-02-07T23:23:35.139Z | Running `target/release/omicron-package -t recovery package` |
2440 | 2024-02-07T23:23:35.167Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-02-07T23:23:35.763Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2442 | 2024-02-07T23:23:38.261Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2443 | 2024-02-07T23:23:58.707Z | Finished release [optimized] target(s) in 23.48s |
2444 | 2024-02-07T23:24:13.439Z | |
2445 | 2024-02-07T23:24:13.451Z | real 38.884302745 |
2446 | 2024-02-07T23:24:13.451Z | user 1:41.380646594 |
2447 | 2024-02-07T23:24:13.451Z | sys 7.934918245 |
2448 | 2024-02-07T23:24:13.451Z | trap 0.071737415 |
2449 | 2024-02-07T23:24:13.451Z | tflt 0.030323099 |
2450 | 2024-02-07T23:24:13.451Z | dflt 0.541979031 |
2451 | 2024-02-07T23:24:13.451Z | kflt 0.000053123 |
2452 | 2024-02-07T23:24:13.451Z | lock 11:28.799328913 |
2453 | 2024-02-07T23:24:13.451Z | slp 1:45.180048183 |
2454 | 2024-02-07T23:24:13.451Z | lat 1.488248809 |
2455 | 2024-02-07T23:24:13.451Z | stop 0.493632389 |
2456 | 2024-02-07T23:24:13.452Z | + stamp_packages installinator mg-ddm-gz |
2457 | 2024-02-07T23:24:13.452Z | + for package in "$@" |
2458 | 2024-02-07T23:24:13.452Z | + [[ installinator == mg-ddm-gz ]] |
2459 | 2024-02-07T23:24:13.452Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git0e598e10e5e |
2460 | 2024-02-07T23:24:14.024Z | Finished release [optimized] target(s) in 0.63s |
2461 | 2024-02-07T23:24:14.043Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git0e598e10e5e` |
2462 | 2024-02-07T23:24:14.071Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2463 | 2024-02-07T23:24:14.150Z | Created: out/versioned/installinator.tar |
2464 | 2024-02-07T23:24:14.156Z | + for package in "$@" |
2465 | 2024-02-07T23:24:14.156Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2466 | 2024-02-07T23:24:14.156Z | + echo 0.0.0 |
2467 | 2024-02-07T23:24:14.157Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2468 | 2024-02-07T23:24:14.157Z | a VERSION 1K |
2469 | 2024-02-07T23:24:14.157Z | + rm VERSION |
2470 | 2024-02-07T23:24:14.163Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e |
2471 | 2024-02-07T23:24:14.846Z | Finished release [optimized] target(s) in 0.64s |
2472 | 2024-02-07T23:24:14.868Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e` |
2473 | 2024-02-07T23:24:14.899Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2474 | 2024-02-07T23:24:15.002Z | Created: out/versioned/mg-ddm-gz.tar |
2475 | 2024-02-07T23:24:15.006Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2476 | 2024-02-07T23:24:15.011Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2477 | 2024-02-07T23:24:15.015Z | ++ cd -- ./tools |
2478 | 2024-02-07T23:24:15.016Z | ++ pwd |
2479 | 2024-02-07T23:24:15.016Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2480 | 2024-02-07T23:24:15.016Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2481 | 2024-02-07T23:24:15.025Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2482 | 2024-02-07T23:24:15.025Z | ++ readlink -f /work |
2483 | 2024-02-07T23:24:15.025Z | + out_dir=/work |
2484 | 2024-02-07T23:24:15.025Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2485 | 2024-02-07T23:24:15.025Z | + for dep in "${deps[@]}" |
2486 | 2024-02-07T23:24:15.025Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2487 | 2024-02-07T23:24:15.026Z | + for dep in "${deps[@]}" |
2488 | 2024-02-07T23:24:15.026Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2489 | 2024-02-07T23:24:15.026Z | ++ mktemp -d |
2490 | 2024-02-07T23:24:15.026Z | + tmp_trampoline=/tmp/tmp.0PayZh |
2491 | 2024-02-07T23:24:15.026Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2492 | 2024-02-07T23:24:15.026Z | + echo '{"v":"1","t":"layer"}' |
2493 | 2024-02-07T23:24:15.026Z | + pkg_dir=/tmp/tmp.0PayZh/root/opt/oxide/installinator |
2494 | 2024-02-07T23:24:15.026Z | + mkdir -p /tmp/tmp.0PayZh/root/opt/oxide/installinator |
2495 | 2024-02-07T23:24:15.027Z | + cd /tmp/tmp.0PayZh/root/opt/oxide/installinator |
2496 | 2024-02-07T23:24:15.027Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2497 | 2024-02-07T23:24:15.063Z | x ., 0 bytes, 0 tape blocks |
2498 | 2024-02-07T23:24:15.063Z | x installinator, 55117800 bytes, 107652 tape blocks |
2499 | 2024-02-07T23:24:15.063Z | x pkg, 0 bytes, 0 tape blocks |
2500 | 2024-02-07T23:24:15.063Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2501 | 2024-02-07T23:24:15.063Z | x VERSION, 25 bytes, 1 tape blocks |
2502 | 2024-02-07T23:24:15.071Z | + mkdir -p /tmp/tmp.0PayZh/root/lib/svc/manifest/site/ |
2503 | 2024-02-07T23:24:15.071Z | + mv pkg/manifest.xml /tmp/tmp.0PayZh/root/lib/svc/manifest/site/installinator.xml |
2504 | 2024-02-07T23:24:15.071Z | + cd - |
2505 | 2024-02-07T23:24:15.071Z | /work/oxidecomputer/omicron |
2506 | 2024-02-07T23:24:15.071Z | + pkg_dir=/tmp/tmp.0PayZh/root/opt/oxide/mg-ddm |
2507 | 2024-02-07T23:24:15.071Z | + mkdir -p /tmp/tmp.0PayZh/root/opt/oxide/mg-ddm |
2508 | 2024-02-07T23:24:15.071Z | + cd /tmp/tmp.0PayZh/root/opt/oxide/mg-ddm |
2509 | 2024-02-07T23:24:15.071Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2510 | 2024-02-07T23:24:15.112Z | x ., 0 bytes, 0 tape blocks |
2511 | 2024-02-07T23:24:15.112Z | x ddmadm, 34041000 bytes, 66487 tape blocks |
2512 | 2024-02-07T23:24:15.112Z | x ddmd, 30884504 bytes, 60322 tape blocks |
2513 | 2024-02-07T23:24:15.112Z | x pkg, 0 bytes, 0 tape blocks |
2514 | 2024-02-07T23:24:15.112Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2515 | 2024-02-07T23:24:15.112Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2516 | 2024-02-07T23:24:15.113Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2517 | 2024-02-07T23:24:15.113Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2518 | 2024-02-07T23:24:15.113Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2519 | 2024-02-07T23:24:15.113Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2520 | 2024-02-07T23:24:15.113Z | x VERSION, 25 bytes, 1 tape blocks |
2521 | 2024-02-07T23:24:15.121Z | + cd - |
2522 | 2024-02-07T23:24:15.121Z | /work/oxidecomputer/omicron |
2523 | 2024-02-07T23:24:15.121Z | + cd /tmp/tmp.0PayZh |
2524 | 2024-02-07T23:24:15.121Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2525 | 2024-02-07T23:24:19.456Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2526 | 2024-02-07T23:24:19.456Z | a oxide.json 1K |
2527 | 2024-02-07T23:24:19.456Z | a root/ 0K |
2528 | 2024-02-07T23:24:19.456Z | a root/opt/ 0K |
2529 | 2024-02-07T23:24:19.456Z | a root/opt/oxide/ 0K |
2530 | 2024-02-07T23:24:19.457Z | a root/opt/oxide/installinator/ 0K |
2531 | 2024-02-07T23:24:19.457Z | a root/opt/oxide/installinator/installinator 53826K |
2532 | 2024-02-07T23:24:19.457Z | a root/opt/oxide/installinator/pkg/ 0K |
2533 | 2024-02-07T23:24:19.457Z | a root/opt/oxide/installinator/VERSION 1K |
2534 | 2024-02-07T23:24:19.457Z | a root/opt/oxide/mg-ddm/ 0K |
2535 | 2024-02-07T23:24:19.458Z | a root/opt/oxide/mg-ddm/ddmadm 33244K |
2536 | 2024-02-07T23:24:19.458Z | a root/opt/oxide/mg-ddm/ddmd 30161K |
2537 | 2024-02-07T23:24:19.458Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2538 | 2024-02-07T23:24:19.458Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2539 | 2024-02-07T23:24:19.458Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2540 | 2024-02-07T23:24:19.459Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2541 | 2024-02-07T23:24:19.459Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2542 | 2024-02-07T23:24:19.459Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2543 | 2024-02-07T23:24:19.459Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2544 | 2024-02-07T23:24:19.459Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2545 | 2024-02-07T23:24:19.459Z | a root/lib/ 0K |
2546 | 2024-02-07T23:24:19.459Z | a root/lib/svc/ 0K |
2547 | 2024-02-07T23:24:19.459Z | a root/lib/svc/manifest/ 0K |
2548 | 2024-02-07T23:24:19.460Z | a root/lib/svc/manifest/site/ 0K |
2549 | 2024-02-07T23:24:19.460Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2550 | 2024-02-07T23:24:19.466Z | + cd / |
2551 | 2024-02-07T23:24:19.466Z | + rm -rf /tmp/tmp.0PayZh |
2552 | 2024-02-07T23:24:19.466Z | |
2553 | 2024-02-07T23:24:19.466Z | real 4.450892554 |
2554 | 2024-02-07T23:24:19.466Z | user 4.204452739 |
2555 | 2024-02-07T23:24:19.466Z | sys 0.259697034 |
2556 | 2024-02-07T23:24:19.466Z | trap 0.000281390 |
2557 | 2024-02-07T23:24:19.467Z | tflt 0.000000000 |
2558 | 2024-02-07T23:24:19.467Z | dflt 0.000000000 |
2559 | 2024-02-07T23:24:19.467Z | kflt 0.000000000 |
2560 | 2024-02-07T23:24:19.467Z | lock 0.000000000 |
2561 | 2024-02-07T23:24:19.467Z | slp 8.655428949 |
2562 | 2024-02-07T23:24:19.467Z | lat 0.093399486 |
2563 | 2024-02-07T23:24:19.467Z | stop 0.000206000 |
2564 | 2024-02-07T23:24:19.467Z | process exited: duration 1590626 ms, exit code 0 |
|
2565 | 2024-02-07T23:24:19.499Z | found 21 output files |
2566 | 2024-02-07T23:24:19.499Z | uploading: /work/version.txt (26 bytes) |
2567 | 2024-02-07T23:24:20.535Z | uploaded: /work/version.txt |
2568 | 2024-02-07T23:24:20.535Z | uploading: /work/package.tar.gz (87109229 bytes) |
2569 | 2024-02-07T23:24:49.744Z | uploaded: /work/package.tar.gz |
2570 | 2024-02-07T23:24:49.744Z | uploading: /work/global-zone-packages.tar.gz (127161739 bytes) |
2571 | 2024-02-07T23:25:45.276Z | uploaded: /work/global-zone-packages.tar.gz |
2572 | 2024-02-07T23:25:45.276Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38027365 bytes) |
2573 | 2024-02-07T23:25:57.815Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2574 | 2024-02-07T23:25:57.815Z | uploading: /work/zones/clickhouse.tar.gz (194431913 bytes) |
2575 | 2024-02-07T23:27:40.848Z | uploaded: /work/zones/clickhouse.tar.gz |
2576 | 2024-02-07T23:27:40.848Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194436718 bytes) |
2577 | 2024-02-07T23:28:58.459Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2578 | 2024-02-07T23:28:58.459Z | uploading: /work/zones/cockroachdb.tar.gz (131523296 bytes) |
2579 | 2024-02-07T23:29:59.927Z | uploaded: /work/zones/cockroachdb.tar.gz |
2580 | 2024-02-07T23:29:59.927Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2581 | 2024-02-07T23:30:06.199Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2582 | 2024-02-07T23:30:06.206Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2583 | 2024-02-07T23:30:24.013Z | uploaded: /work/zones/crucible.tar.gz |
2584 | 2024-02-07T23:30:24.025Z | uploading: /work/zones/external-dns.tar.gz (23600012 bytes) |
2585 | 2024-02-07T23:30:37.783Z | uploaded: /work/zones/external-dns.tar.gz |
2586 | 2024-02-07T23:30:37.783Z | uploading: /work/zones/internal-dns.tar.gz (23600012 bytes) |
2587 | 2024-02-07T23:30:48.585Z | uploaded: /work/zones/internal-dns.tar.gz |
2588 | 2024-02-07T23:30:48.585Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2589 | 2024-02-07T23:30:50.507Z | uploaded: /work/zones/ntp.tar.gz |
2590 | 2024-02-07T23:30:50.507Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19545422 bytes) |
2591 | 2024-02-07T23:31:01.757Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2592 | 2024-02-07T23:31:01.757Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19543676 bytes) |
2593 | 2024-02-07T23:31:11.500Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2594 | 2024-02-07T23:31:11.501Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87581317 bytes) |
2595 | 2024-02-07T23:31:47.492Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2596 | 2024-02-07T23:31:47.493Z | uploading: /work/zones/omicron-nexus.tar.gz (87579864 bytes) |
2597 | 2024-02-07T23:32:39.572Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2598 | 2024-02-07T23:32:39.572Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2599 | 2024-02-07T23:32:41.038Z | uploaded: /work/zones/overlay.tar.gz |
2600 | 2024-02-07T23:32:41.039Z | uploading: /work/zones/oximeter.tar.gz (55834292 bytes) |
2601 | 2024-02-07T23:33:24.805Z | uploaded: /work/zones/oximeter.tar.gz |
2602 | 2024-02-07T23:33:24.815Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2603 | 2024-02-07T23:33:57.648Z | uploaded: /work/zones/propolis-server.tar.gz |
2604 | 2024-02-07T23:33:57.648Z | uploading: /work/zones/switch-asic.tar.gz (284055822 bytes) |
2605 | 2024-02-07T23:37:31.660Z | uploaded: /work/zones/switch-asic.tar.gz |
2606 | 2024-02-07T23:37:31.661Z | uploading: /work/zones/switch-softnpu.tar.gz (208297568 bytes) |
2607 | 2024-02-07T23:38:57.825Z | uploaded: /work/zones/switch-softnpu.tar.gz |