|
|
|
1 | 2024-02-01T18:07:24.101Z | job assigned to worker 01HNJXHVQ3WXJR4DBPZA3ET5QE (queued for 49 m 42 s) |
|
2 | 2024-02-01T18:07:24.950Z | starting task 0: "setup" |
3 | 2024-02-01T18:07:25.139Z | ++ uname -s |
4 | 2024-02-01T18:07:25.150Z | + kern=SunOS |
5 | 2024-02-01T18:07:25.150Z | + case "$kern" in |
6 | 2024-02-01T18:07:25.150Z | + groupadd -g 12345 build |
7 | 2024-02-01T18:07:25.150Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T18:07:27.265Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T18:07:27.479Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T18:07:27.483Z | + home_fs=zfs |
11 | 2024-02-01T18:07:27.483Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T18:07:27.483Z | + mkdir -p /home/build |
13 | 2024-02-01T18:07:27.491Z | + chown build:build /home/build /work |
14 | 2024-02-01T18:07:29.500Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T18:07:29.922Z | process exited: duration 4542 ms, exit code 0 |
|
16 | 2024-02-01T18:07:29.929Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T18:07:29.943Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T18:07:29.954Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T18:07:30.249Z | info: downloading installer |
20 | 2024-02-01T18:07:32.539Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T18:07:32.540Z | warning: /opt/ooce/bin |
22 | 2024-02-01T18:07:32.540Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T18:07:32.540Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T18:07:32.540Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T18:07:32.540Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T18:07:32.543Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T18:07:32.543Z | error: cannot install while Rust is installed |
28 | 2024-02-01T18:07:32.547Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T18:07:33.130Z | info: profile set to 'default' |
30 | 2024-02-01T18:07:33.130Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T18:07:33.139Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T18:07:33.305Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T18:07:33.320Z | info: downloading component 'cargo' |
34 | 2024-02-01T18:07:33.946Z | info: downloading component 'clippy' |
35 | 2024-02-01T18:07:34.171Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T18:07:34.979Z | info: downloading component 'rust-std' |
37 | 2024-02-01T18:07:36.421Z | info: downloading component 'rustc' |
38 | 2024-02-01T18:07:39.988Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T18:07:40.238Z | info: installing component 'cargo' |
40 | 2024-02-01T18:07:41.889Z | info: installing component 'clippy' |
41 | 2024-02-01T18:07:42.684Z | info: installing component 'rust-docs' |
42 | 2024-02-01T18:07:45.314Z | info: installing component 'rust-std' |
43 | 2024-02-01T18:07:49.279Z | info: installing component 'rustc' |
44 | 2024-02-01T18:07:57.107Z | info: installing component 'rustfmt' |
45 | 2024-02-01T18:07:57.751Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T18:07:57.751Z | |
47 | 2024-02-01T18:07:57.880Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T18:07:57.880Z | |
49 | 2024-02-01T18:07:57.886Z | |
50 | 2024-02-01T18:07:57.886Z | Rust is installed now. Great! |
51 | 2024-02-01T18:07:57.886Z | |
52 | 2024-02-01T18:07:57.886Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T18:07:57.886Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T18:07:57.886Z | |
55 | 2024-02-01T18:07:57.886Z | To configure your current shell, run: |
56 | 2024-02-01T18:07:57.886Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T18:07:57.966Z | + rustc --version |
58 | 2024-02-01T18:07:58.075Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T18:07:58.080Z | process exited: duration 28152 ms, exit code 0 |
|
60 | 2024-02-01T18:07:58.092Z | starting task 2: "authentication" |
61 | 2024-02-01T18:07:58.118Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-01T18:07:58.129Z | starting task 3: "clone repository" |
63 | 2024-02-01T18:07:58.133Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T18:07:58.140Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T18:07:58.542Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T18:08:09.664Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T18:08:09.664Z | + git fetch origin 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
68 | 2024-02-01T18:08:10.082Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T18:08:10.082Z | * branch 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 -> FETCH_HEAD |
70 | 2024-02-01T18:08:10.093Z | + [[ -n dap/planner-inventory ]] |
71 | 2024-02-01T18:08:10.096Z | ++ git branch --show-current |
72 | 2024-02-01T18:08:10.100Z | + current=main |
73 | 2024-02-01T18:08:10.100Z | + [[ main != dap/planner-inventory ]] |
74 | 2024-02-01T18:08:10.100Z | + git branch -f dap/planner-inventory 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
75 | 2024-02-01T18:08:10.103Z | + git checkout -f dap/planner-inventory |
76 | 2024-02-01T18:08:10.284Z | Switched to branch 'dap/planner-inventory' |
77 | 2024-02-01T18:08:10.287Z | + git reset --hard 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
78 | 2024-02-01T18:08:10.303Z | HEAD is now at 7f7c7d923 Merge branch 'main' into dap/planner-inventory |
79 | 2024-02-01T18:08:10.307Z | process exited: duration 12177 ms, exit code 0 |
|
80 | 2024-02-01T18:08:10.314Z | starting task 4: "build" |
81 | 2024-02-01T18:08:10.321Z | + cargo --version |
82 | 2024-02-01T18:08:10.328Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-01T18:08:10.532Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-01T18:08:10.541Z | info: downloading component 'cargo' |
85 | 2024-02-01T18:08:11.299Z | info: downloading component 'clippy' |
86 | 2024-02-01T18:08:11.546Z | info: downloading component 'rust-docs' |
87 | 2024-02-01T18:08:12.501Z | info: downloading component 'rust-std' |
88 | 2024-02-01T18:08:13.903Z | info: downloading component 'rustc' |
89 | 2024-02-01T18:08:17.974Z | info: downloading component 'rustfmt' |
90 | 2024-02-01T18:08:18.609Z | info: installing component 'cargo' |
91 | 2024-02-01T18:08:19.928Z | info: installing component 'clippy' |
92 | 2024-02-01T18:08:20.503Z | info: installing component 'rust-docs' |
93 | 2024-02-01T18:08:23.403Z | info: installing component 'rust-std' |
94 | 2024-02-01T18:08:25.775Z | info: installing component 'rustc' |
95 | 2024-02-01T18:08:37.983Z | info: installing component 'rustfmt' |
96 | 2024-02-01T18:08:37.983Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-01T18:08:37.983Z | + rustc --version |
98 | 2024-02-01T18:08:37.983Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-01T18:08:37.983Z | ++ git rev-parse HEAD |
100 | 2024-02-01T18:08:37.983Z | + COMMIT=7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
101 | 2024-02-01T18:08:37.983Z | + VERSION=6.0.0-0.ci+git7f7c7d9235a |
102 | 2024-02-01T18:08:37.983Z | + echo 6.0.0-0.ci+git7f7c7d9235a |
103 | 2024-02-01T18:08:37.984Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-01T18:08:49.544Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-01T18:08:51.510Z | Startup: Caching catalogs ... Done |
106 | 2024-02-01T18:08:54.456Z | Planning: Solver setup ... Done (2.448s) |
107 | 2024-02-01T18:08:54.520Z | Planning: Running solver ... Done (0.066s) |
108 | 2024-02-01T18:08:54.549Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-01T18:08:54.566Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-01T18:08:54.891Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-01T18:08:54.974Z | Planning: Package planning ... Done (0.079s) |
112 | 2024-02-01T18:08:55.057Z | Planning: Merging actions ... Done (0.085s) |
113 | 2024-02-01T18:08:56.343Z | Planning: Checking for conflicting actions ... Done (1.283s) |
114 | 2024-02-01T18:08:56.361Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-02-01T18:09:04.285Z | Planning: Evaluating mediators ... Done (7.928s) |
116 | 2024-02-01T18:09:04.301Z | Planning: Planning completed in 12.73 seconds |
117 | 2024-02-01T18:09:09.195Z | Packages to install: 4 |
118 | 2024-02-01T18:09:09.195Z | Mediators to change: 2 |
119 | 2024-02-01T18:09:09.204Z | Services to change: 1 |
120 | 2024-02-01T18:09:09.205Z | Estimated space available: 148.87 GB |
121 | 2024-02-01T18:09:09.205Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-01T18:09:09.205Z | Create boot environment: No |
123 | 2024-02-01T18:09:09.205Z | Create backup boot environment: No |
124 | 2024-02-01T18:09:09.205Z | Rebuild boot archive: No |
125 | 2024-02-01T18:09:09.205Z | |
126 | 2024-02-01T18:09:09.206Z | Changed mediators: |
127 | 2024-02-01T18:09:09.206Z | mediator clang: |
128 | 2024-02-01T18:09:09.206Z | version: None -> 15 (system default) |
129 | 2024-02-01T18:09:09.206Z | |
130 | 2024-02-01T18:09:09.206Z | mediator llvm: |
131 | 2024-02-01T18:09:09.206Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-01T18:09:09.206Z | |
133 | 2024-02-01T18:09:09.207Z | Changed packages: |
134 | 2024-02-01T18:09:09.207Z | helios-dev |
135 | 2024-02-01T18:09:09.207Z | developer/build-essential |
136 | 2024-02-01T18:09:09.207Z | None -> 11-2.0 |
137 | 2024-02-01T18:09:09.207Z | library/libxmlsec1 |
138 | 2024-02-01T18:09:09.207Z | None -> 1.2.35-2.0 |
139 | 2024-02-01T18:09:09.208Z | ooce/developer/clang-15 |
140 | 2024-02-01T18:09:09.208Z | None -> 15.0.7-2.0 |
141 | 2024-02-01T18:09:09.208Z | ooce/developer/llvm-15 |
142 | 2024-02-01T18:09:09.208Z | None -> 15.0.7-2.0 |
143 | 2024-02-01T18:09:09.208Z | |
144 | 2024-02-01T18:09:09.208Z | Services: |
145 | 2024-02-01T18:09:09.208Z | restart_fmri: |
146 | 2024-02-01T18:09:09.209Z | svc:/system/update-man-index:default |
147 | 2024-02-01T18:09:09.625Z | |
148 | 2024-02-01T18:09:09.626Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-01T18:09:14.623Z | Download: 1246/3290 items 90.3/212.6MB 42% complete (17.9M/s) |
150 | 2024-02-01T18:09:19.626Z | Download: 2999/3290 items 121.3/212.6MB 57% complete (12.2M/s) |
151 | 2024-02-01T18:09:22.755Z | Download: Completed 212.60 MB in 13.13 seconds (16.2M/s) |
152 | 2024-02-01T18:09:23.118Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-01T18:09:28.463Z | Actions: 2333/3689 actions (Installing new actions) |
154 | 2024-02-01T18:09:30.801Z | Actions: Completed 3689 actions in 7.67 seconds. |
155 | 2024-02-01T18:09:30.925Z | Done (0.138s) |
156 | 2024-02-01T18:09:30.926Z | Done (0.000s) |
157 | 2024-02-01T18:09:31.265Z | Done (0.340s) |
158 | 2024-02-01T18:09:39.791Z | Done (8.384s) |
159 | 2024-02-01T18:09:40.081Z | Done (0.191s) |
160 | 2024-02-01T18:09:40.094Z | Done (0.000s) |
161 | 2024-02-01T18:09:40.307Z | Done (0.000s) |
162 | 2024-02-01T18:09:41.061Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-01T18:09:41.328Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-01T18:09:41.337Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-01T18:09:41.770Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-01T18:09:41.774Z | Planning: Planning completed in 0.73 seconds |
167 | 2024-02-01T18:09:41.826Z | Mediators to change: 2 |
168 | 2024-02-01T18:09:41.826Z | Create boot environment: No |
169 | 2024-02-01T18:09:41.832Z | Create backup boot environment: No |
170 | 2024-02-01T18:09:41.915Z | Done |
171 | 2024-02-01T18:09:41.915Z | Done |
172 | 2024-02-01T18:09:42.141Z | Done |
173 | 2024-02-01T18:09:47.841Z | Done |
174 | 2024-02-01T18:09:48.372Z | Done |
175 | 2024-02-01T18:09:48.376Z | Done |
176 | 2024-02-01T18:09:48.376Z | Done |
177 | 2024-02-01T18:09:49.044Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-01T18:09:49.056Z | Planning: Merging actions ... Done |
179 | 2024-02-01T18:09:49.368Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-01T18:09:49.371Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-01T18:09:49.795Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-01T18:09:49.884Z | Planning: Planning completed in 1.27 seconds |
183 | 2024-02-01T18:09:49.938Z | Packages to change: 1 |
184 | 2024-02-01T18:09:49.960Z | Mediators to change: 1 |
185 | 2024-02-01T18:09:49.960Z | Services to change: 1 |
186 | 2024-02-01T18:09:49.960Z | Create boot environment: No |
187 | 2024-02-01T18:09:49.960Z | Create backup boot environment: Yes |
188 | 2024-02-01T18:09:51.867Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-01T18:09:51.876Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-02-01T18:09:51.877Z | Done |
191 | 2024-02-01T18:09:51.877Z | Done |
192 | 2024-02-01T18:09:51.946Z | Done |
193 | 2024-02-01T18:09:57.602Z | Done |
194 | 2024-02-01T18:09:57.723Z | Done |
195 | 2024-02-01T18:09:57.729Z | Done |
196 | 2024-02-01T18:09:57.857Z | Done |
197 | 2024-02-01T18:09:58.517Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-01T18:09:58.518Z | clang system 15 system |
199 | 2024-02-01T18:09:58.518Z | csh system system illumos |
200 | 2024-02-01T18:09:58.518Z | ctags system system illumos |
201 | 2024-02-01T18:09:58.518Z | gcc vendor 12 vendor |
202 | 2024-02-01T18:09:58.518Z | gcc system 10 system |
203 | 2024-02-01T18:09:58.519Z | gcc system 7 system |
204 | 2024-02-01T18:09:58.520Z | go system 1.20 system |
205 | 2024-02-01T18:09:58.520Z | go system 1.19 system |
206 | 2024-02-01T18:09:58.520Z | llvm system 15 system |
207 | 2024-02-01T18:09:58.520Z | llvm system 14 system |
208 | 2024-02-01T18:09:58.520Z | mariadb system 10.6 system |
209 | 2024-02-01T18:09:58.520Z | mta vendor vendor dma |
210 | 2024-02-01T18:09:58.520Z | openjdk system 17 system |
211 | 2024-02-01T18:09:58.521Z | openjdk system 11 system |
212 | 2024-02-01T18:09:58.521Z | openjdk system 1.8 system |
213 | 2024-02-01T18:09:58.521Z | openssl vendor 3 vendor |
214 | 2024-02-01T18:09:58.521Z | perl system 5.36 system |
215 | 2024-02-01T18:09:58.521Z | postgresql system 15 system |
216 | 2024-02-01T18:09:58.521Z | postgresql system 13 system |
217 | 2024-02-01T18:09:58.521Z | python vendor 3 vendor |
218 | 2024-02-01T18:09:58.521Z | python system 2 system |
219 | 2024-02-01T18:09:58.521Z | python3 system 3.11 system |
220 | 2024-02-01T18:09:58.521Z | ruby system 3.0 system |
221 | 2024-02-01T18:09:58.521Z | words vendor vendor american-english |
222 | 2024-02-01T18:09:58.521Z | words system system australian-english |
223 | 2024-02-01T18:09:58.521Z | words system system british-english |
224 | 2024-02-01T18:09:58.521Z | words system system canadian-english |
225 | 2024-02-01T18:09:58.521Z | words system system french |
226 | 2024-02-01T18:09:58.522Z | words system system italian |
227 | 2024-02-01T18:09:58.522Z | words system system ngerman |
228 | 2024-02-01T18:09:58.522Z | words system system ogerman |
229 | 2024-02-01T18:09:58.523Z | words system system spanish |
230 | 2024-02-01T18:09:59.042Z | FMRI IFO |
231 | 2024-02-01T18:09:59.042Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-01T18:09:59.042Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-01T18:09:59.042Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-01T18:09:59.042Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-01T18:09:59.043Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-01T18:09:59.043Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-01T18:09:59.043Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-01T18:09:59.043Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-01T18:09:59.114Z | + set -o errexit |
240 | 2024-02-01T18:09:59.128Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-01T18:09:59.129Z | ++ cd ./tools |
242 | 2024-02-01T18:09:59.129Z | ++ pwd |
243 | 2024-02-01T18:09:59.129Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-01T18:09:59.129Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-01T18:09:59.130Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-01T18:09:59.130Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-01T18:09:59.130Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-01T18:09:59.130Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-01T18:09:59.131Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2024-02-01T18:09:59.131Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2024-02-01T18:09:59.131Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2024-02-01T18:09:59.131Z | + TARGET_DIR=out |
253 | 2024-02-01T18:09:59.134Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-01T18:09:59.134Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-01T18:09:59.134Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-01T18:09:59.135Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-01T18:09:59.135Z | + main |
258 | 2024-02-01T18:09:59.135Z | + [[ 0 != 0 ]] |
259 | 2024-02-01T18:09:59.135Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-01T18:09:59.135Z | + [[ 0 != 0 ]] |
261 | 2024-02-01T18:09:59.135Z | + configure_os solaris2.11 |
262 | 2024-02-01T18:09:59.135Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-01T18:09:59.136Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-01T18:09:59.136Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-01T18:09:59.136Z | + case "$1" in |
266 | 2024-02-01T18:09:59.136Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-01T18:09:59.136Z | + CIDL_BUILD=illumos |
268 | 2024-02-01T18:09:59.137Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-01T18:09:59.137Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2024-02-01T18:09:59.137Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2024-02-01T18:09:59.137Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-02-01T18:09:59.138Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-02-01T18:09:59.138Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-02-01T18:09:59.138Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-01T18:09:59.138Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-01T18:09:59.138Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-02-01T18:09:59.138Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-01T18:09:59.138Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-01T18:09:59.139Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-01T18:09:59.139Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-01T18:09:59.139Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-01T18:09:59.139Z | + mkdir -p out/downloads |
283 | 2024-02-01T18:09:59.149Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-01T18:09:59.149Z | + local DO_DOWNLOAD=true |
285 | 2024-02-01T18:09:59.149Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-01T18:09:59.150Z | + '[' true == true ']' |
287 | 2024-02-01T18:09:59.150Z | + echo Downloading... |
288 | 2024-02-01T18:09:59.150Z | Downloading... |
289 | 2024-02-01T18:09:59.150Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-01T18:09:59.151Z | + 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 |
291 | 2024-02-01T18:10:02.932Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-01T18:10:02.940Z | ++ md5sum |
293 | 2024-02-01T18:10:02.940Z | ++ awk '{print $1}' |
294 | 2024-02-01T18:10:03.188Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2024-02-01T18:10:03.188Z | + [[ 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 ]] |
296 | 2024-02-01T18:10:03.191Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-01T18:10:03.194Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-01T18:10:06.570Z | + do_assemble_illumos |
299 | 2024-02-01T18:10:06.570Z | + rm -r ./out/cockroachdb |
300 | 2024-02-01T18:10:06.574Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-01T18:10:07.257Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-01T18:10:07.687Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-01T18:10:07.687Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-01T18:10:07.687Z | Distribution: OSS |
305 | 2024-02-01T18:10:07.687Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-01T18:10:07.688Z | Go Version: go1.17.13 |
307 | 2024-02-01T18:10:07.688Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-01T18:10:07.688Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-01T18:10:07.688Z | Build Type: release |
310 | 2024-02-01T18:10:07.713Z | + set -o errexit |
311 | 2024-02-01T18:10:07.718Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-01T18:10:07.718Z | ++ cd ./tools |
313 | 2024-02-01T18:10:07.718Z | ++ pwd |
314 | 2024-02-01T18:10:07.718Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-01T18:10:07.722Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-01T18:10:07.722Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-01T18:10:07.723Z | + TARGET_DIR=out |
318 | 2024-02-01T18:10:07.723Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-01T18:10:07.723Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-01T18:10:07.723Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-02-01T18:10:07.723Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-02-01T18:10:07.723Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-02-01T18:10:07.723Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-02-01T18:10:07.723Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-02-01T18:10:07.723Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-02-01T18:10:07.723Z | + main |
327 | 2024-02-01T18:10:07.724Z | + [[ 0 != 0 ]] |
328 | 2024-02-01T18:10:07.724Z | + CIDL_OS=solaris2.11 |
329 | 2024-02-01T18:10:07.724Z | + [[ 0 != 0 ]] |
330 | 2024-02-01T18:10:07.724Z | + configure_os solaris2.11 |
331 | 2024-02-01T18:10:07.727Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-02-01T18:10:07.728Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-02-01T18:10:07.728Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-01T18:10:07.728Z | + CIDL_DASHREV= |
335 | 2024-02-01T18:10:07.728Z | + case "$1" in |
336 | 2024-02-01T18:10:07.728Z | configuring based on OS: "solaris2.11" |
337 | 2024-02-01T18:10:07.728Z | + CIDL_PLATFORM=illumos |
338 | 2024-02-01T18:10:07.728Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-02-01T18:10:07.728Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-02-01T18:10:07.728Z | + CIDL_DASHREV=-1 |
341 | 2024-02-01T18:10:07.728Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-02-01T18:10:07.728Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-01T18:10:07.728Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-01T18:10:07.728Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-01T18:10:07.728Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-02-01T18:10:07.728Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-01T18:10:07.728Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-01T18:10:07.728Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-01T18:10:07.728Z | + mkdir -p out/downloads |
350 | 2024-02-01T18:10:07.728Z | + mkdir -p ./out/clickhouse |
351 | 2024-02-01T18:10:07.728Z | + local DO_DOWNLOAD=true |
352 | 2024-02-01T18:10:07.728Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-02-01T18:10:07.732Z | + '[' true == true ']' |
354 | 2024-02-01T18:10:07.732Z | + echo Downloading... |
355 | 2024-02-01T18:10:07.732Z | Downloading... |
356 | 2024-02-01T18:10:07.732Z | + 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 |
357 | 2024-02-01T18:10:07.732Z | + 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 |
358 | 2024-02-01T18:10:10.011Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-01T18:10:10.014Z | ++ md5sum |
360 | 2024-02-01T18:10:10.014Z | ++ awk '{print $1}' |
361 | 2024-02-01T18:10:10.285Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-01T18:10:10.285Z | + [[ 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 ]] |
363 | 2024-02-01T18:10:10.292Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-02-01T18:10:10.292Z | + mkdir -p ./out/clickhouse |
365 | 2024-02-01T18:10:10.292Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-02-01T18:10:15.076Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-02-01T18:10:15.119Z | ClickHouse server version 22.8.9.1. |
368 | 2024-02-01T18:10:15.130Z | + set -o errexit |
369 | 2024-02-01T18:10:15.130Z | +++ dirname ./tools/ci_download_console |
370 | 2024-02-01T18:10:15.130Z | ++ cd ./tools |
371 | 2024-02-01T18:10:15.130Z | ++ pwd |
372 | 2024-02-01T18:10:15.130Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-02-01T18:10:15.581Z | ++ basename ./tools/ci_download_console |
374 | 2024-02-01T18:10:15.582Z | + ARG0=ci_download_console |
375 | 2024-02-01T18:10:15.582Z | + TARGET_DIR=out |
376 | 2024-02-01T18:10:15.582Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-02-01T18:10:15.582Z | + DEST_DIR=./out/console-assets |
378 | 2024-02-01T18:10:15.582Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-02-01T18:10:15.582Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
380 | 2024-02-01T18:10:15.582Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
381 | 2024-02-01T18:10:15.582Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
382 | 2024-02-01T18:10:15.582Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-02-01T18:10:15.582Z | + main |
384 | 2024-02-01T18:10:15.582Z | + [[ 0 != 0 ]] |
385 | 2024-02-01T18:10:15.582Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
386 | 2024-02-01T18:10:15.582Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
387 | 2024-02-01T18:10:15.582Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-02-01T18:10:15.582Z | Local file: out/downloads/console.tar.gz |
389 | 2024-02-01T18:10:15.582Z | + local DO_DOWNLOAD=true |
390 | 2024-02-01T18:10:15.582Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-02-01T18:10:15.582Z | + mkdir -p out/downloads |
392 | 2024-02-01T18:10:15.583Z | + '[' true == true ']' |
393 | 2024-02-01T18:10:15.583Z | + echo Downloading... |
394 | 2024-02-01T18:10:15.583Z | Downloading... |
395 | 2024-02-01T18:10:15.583Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
396 | 2024-02-01T18:10:15.583Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
397 | 2024-02-01T18:10:16.003Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-02-01T18:10:16.014Z | ++ case "$OSTYPE" in |
399 | 2024-02-01T18:10:16.014Z | ++ SHA=sha256sum |
400 | 2024-02-01T18:10:16.014Z | ++ sha256sum |
401 | 2024-02-01T18:10:16.014Z | ++ awk '{print $1}' |
402 | 2024-02-01T18:10:16.113Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
403 | 2024-02-01T18:10:16.113Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
404 | 2024-02-01T18:10:16.122Z | + rm -rf ./out/console-assets |
405 | 2024-02-01T18:10:16.123Z | + mkdir -p ./out/console-assets |
406 | 2024-02-01T18:10:16.123Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-02-01T18:10:16.123Z | + mkdir -p ./out/console-assets |
408 | 2024-02-01T18:10:16.123Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-02-01T18:10:16.259Z | + set -o errexit |
410 | 2024-02-01T18:10:16.262Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-02-01T18:10:16.265Z | ++ cd ./tools |
412 | 2024-02-01T18:10:16.265Z | ++ pwd |
413 | 2024-02-01T18:10:16.265Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-02-01T18:10:16.270Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-02-01T18:10:16.270Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-02-01T18:10:16.270Z | + TARGET_DIR=out |
417 | 2024-02-01T18:10:16.270Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-02-01T18:10:16.271Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-02-01T18:10:16.271Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
420 | 2024-02-01T18:10:16.271Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-02-01T18:10:16.271Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
422 | 2024-02-01T18:10:16.271Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
423 | 2024-02-01T18:10:16.271Z | + main |
424 | 2024-02-01T18:10:16.271Z | + [[ 0 != 0 ]] |
425 | 2024-02-01T18:10:16.271Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
426 | 2024-02-01T18:10:16.271Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
427 | 2024-02-01T18:10:16.271Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
428 | 2024-02-01T18:10:16.271Z | + local DO_DOWNLOAD=true |
429 | 2024-02-01T18:10:16.271Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
430 | 2024-02-01T18:10:16.271Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
431 | 2024-02-01T18:10:16.271Z | + mkdir -p out/downloads |
432 | 2024-02-01T18:10:16.274Z | + '[' true == true ']' |
433 | 2024-02-01T18:10:16.274Z | + echo Downloading... |
434 | 2024-02-01T18:10:16.274Z | Downloading... |
435 | 2024-02-01T18:10:16.274Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
436 | 2024-02-01T18:10:16.274Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
437 | 2024-02-01T18:10:16.459Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
438 | 2024-02-01T18:10:16.459Z | ++ case "$OSTYPE" in |
439 | 2024-02-01T18:10:16.459Z | ++ SHA=sha256sum |
440 | 2024-02-01T18:10:16.474Z | ++ sha256sum |
441 | 2024-02-01T18:10:16.474Z | ++ awk '{print $1}' |
442 | 2024-02-01T18:10:16.474Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-02-01T18:10:16.474Z | + [[ 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 ]] |
444 | 2024-02-01T18:10:16.474Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-02-01T18:10:16.474Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
446 | 2024-02-01T18:10:16.474Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
447 | 2024-02-01T18:10:16.474Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
448 | 2024-02-01T18:10:16.474Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
449 | 2024-02-01T18:10:16.475Z | + main |
450 | 2024-02-01T18:10:16.475Z | + [[ 0 != 0 ]] |
451 | 2024-02-01T18:10:16.492Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
452 | 2024-02-01T18:10:16.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
453 | 2024-02-01T18:10:16.493Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
454 | 2024-02-01T18:10:16.493Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
455 | 2024-02-01T18:10:16.493Z | + local DO_DOWNLOAD=true |
456 | 2024-02-01T18:10:16.493Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
457 | 2024-02-01T18:10:16.493Z | + mkdir -p out/downloads |
458 | 2024-02-01T18:10:16.493Z | + '[' true == true ']' |
459 | 2024-02-01T18:10:16.493Z | + echo Downloading... |
460 | 2024-02-01T18:10:16.494Z | Downloading... |
461 | 2024-02-01T18:10:16.494Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
462 | 2024-02-01T18:10:16.494Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
463 | 2024-02-01T18:10:16.649Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
464 | 2024-02-01T18:10:16.668Z | ++ case "$OSTYPE" in |
465 | 2024-02-01T18:10:16.669Z | ++ SHA=sha256sum |
466 | 2024-02-01T18:10:16.669Z | ++ sha256sum |
467 | 2024-02-01T18:10:16.669Z | ++ awk '{print $1}' |
468 | 2024-02-01T18:10:16.669Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
469 | 2024-02-01T18:10:16.669Z | + [[ 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 ]] |
470 | 2024-02-01T18:10:16.669Z | + set -o errexit |
471 | 2024-02-01T18:10:16.669Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-02-01T18:10:16.671Z | ++ cd ./tools |
473 | 2024-02-01T18:10:16.671Z | ++ pwd |
474 | 2024-02-01T18:10:16.698Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-02-01T18:10:16.698Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-02-01T18:10:16.698Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-02-01T18:10:16.698Z | + TARGET_DIR=out |
478 | 2024-02-01T18:10:16.698Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-02-01T18:10:16.698Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-02-01T18:10:16.698Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
481 | 2024-02-01T18:10:16.698Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
482 | 2024-02-01T18:10:16.698Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
483 | 2024-02-01T18:10:16.698Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
484 | 2024-02-01T18:10:16.698Z | + main |
485 | 2024-02-01T18:10:16.698Z | + [[ 0 != 0 ]] |
486 | 2024-02-01T18:10:16.698Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
487 | 2024-02-01T18:10:16.698Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
488 | 2024-02-01T18:10:16.698Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
489 | 2024-02-01T18:10:16.698Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
490 | 2024-02-01T18:10:16.698Z | + local DO_DOWNLOAD=true |
491 | 2024-02-01T18:10:16.698Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
492 | 2024-02-01T18:10:16.698Z | + mkdir -p out/downloads |
493 | 2024-02-01T18:10:16.698Z | + '[' true == true ']' |
494 | 2024-02-01T18:10:16.698Z | + echo Downloading... |
495 | 2024-02-01T18:10:16.698Z | Downloading... |
496 | 2024-02-01T18:10:16.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
497 | 2024-02-01T18:10:16.699Z | + 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 |
498 | 2024-02-01T18:10:16.894Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-02-01T18:10:16.894Z | ++ case "$OSTYPE" in |
500 | 2024-02-01T18:10:16.894Z | ++ SHA=sha256sum |
501 | 2024-02-01T18:10:16.907Z | ++ sha256sum |
502 | 2024-02-01T18:10:16.907Z | ++ awk '{print $1}' |
503 | 2024-02-01T18:10:16.907Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
504 | 2024-02-01T18:10:16.907Z | + [[ 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 ]] |
505 | 2024-02-01T18:10:16.910Z | + set -o errexit |
506 | 2024-02-01T18:10:16.910Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-02-01T18:10:16.910Z | ++ cd ./tools |
508 | 2024-02-01T18:10:16.910Z | ++ pwd |
509 | 2024-02-01T18:10:16.910Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-02-01T18:10:16.910Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-02-01T18:10:16.910Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-02-01T18:10:16.911Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-02-01T18:10:16.911Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
514 | 2024-02-01T18:10:16.911Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
515 | 2024-02-01T18:10:16.911Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
516 | 2024-02-01T18:10:16.911Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-02-01T18:10:16.911Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
518 | 2024-02-01T18:10:16.912Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
519 | 2024-02-01T18:10:16.912Z | + TARGET_DIR=out |
520 | 2024-02-01T18:10:16.912Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-02-01T18:10:16.912Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-02-01T18:10:16.912Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-02-01T18:10:16.912Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-02-01T18:10:16.915Z | + REPO=oxidecomputer/dendrite |
525 | 2024-02-01T18:10:16.915Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
526 | 2024-02-01T18:10:16.916Z | + main |
527 | 2024-02-01T18:10:16.916Z | + [[ 0 != 0 ]] |
528 | 2024-02-01T18:10:16.916Z | + CIDL_OS=solaris2.11 |
529 | 2024-02-01T18:10:16.916Z | + [[ 0 != 0 ]] |
530 | 2024-02-01T18:10:16.916Z | + configure_os solaris2.11 |
531 | 2024-02-01T18:10:16.916Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-02-01T18:10:16.916Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-02-01T18:10:16.916Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-01T18:10:16.916Z | configuring based on OS: "solaris2.11" |
535 | 2024-02-01T18:10:16.916Z | + case "$1" in |
536 | 2024-02-01T18:10:16.916Z | + SET_BINARIES= |
537 | 2024-02-01T18:10:16.916Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
538 | 2024-02-01T18:10:16.916Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-02-01T18:10:16.916Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-02-01T18:10:16.916Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-02-01T18:10:16.916Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-01T18:10:16.916Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
543 | 2024-02-01T18:10:16.916Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
544 | 2024-02-01T18:10:16.917Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-02-01T18:10:16.917Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-01T18:10:16.917Z | + mkdir -p out/downloads |
547 | 2024-02-01T18:10:16.917Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-02-01T18:10:16.920Z | + fetch_and_verify |
549 | 2024-02-01T18:10:16.920Z | + local DO_DOWNLOAD=true |
550 | 2024-02-01T18:10:16.920Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-02-01T18:10:16.920Z | + '[' true == true ']' |
552 | 2024-02-01T18:10:16.920Z | + echo Downloading... |
553 | 2024-02-01T18:10:16.920Z | Downloading... |
554 | 2024-02-01T18:10:16.920Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-01T18:10:16.920Z | + 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 |
556 | 2024-02-01T18:10:24.132Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-01T18:10:24.135Z | ++ sha256sum |
558 | 2024-02-01T18:10:24.135Z | ++ awk '{print $1}' |
559 | 2024-02-01T18:10:24.235Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
560 | 2024-02-01T18:10:24.235Z | + [[ 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 ]] |
561 | 2024-02-01T18:10:24.239Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-01T18:10:24.239Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-02-01T18:10:25.302Z | + do_assemble |
564 | 2024-02-01T18:10:25.302Z | + rm -r ./out/dendrite-stub |
565 | 2024-02-01T18:10:25.305Z | + mkdir ./out/dendrite-stub |
566 | 2024-02-01T18:10:25.311Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-02-01T18:10:25.469Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-02-01T18:10:25.482Z | + set -o errexit |
569 | 2024-02-01T18:10:25.485Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-02-01T18:10:25.487Z | ++ cd ./tools |
571 | 2024-02-01T18:10:25.487Z | ++ pwd |
572 | 2024-02-01T18:10:25.488Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-02-01T18:10:25.491Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-02-01T18:10:25.491Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-02-01T18:10:25.491Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-02-01T18:10:25.491Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
577 | 2024-02-01T18:10:25.491Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
578 | 2024-02-01T18:10:25.491Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-02-01T18:10:25.491Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
580 | 2024-02-01T18:10:25.491Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
581 | 2024-02-01T18:10:25.491Z | + TARGET_DIR=out |
582 | 2024-02-01T18:10:25.491Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-02-01T18:10:25.491Z | + DEST_DIR=./out/mgd |
584 | 2024-02-01T18:10:25.491Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-02-01T18:10:25.491Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-02-01T18:10:25.491Z | + REPO=oxidecomputer/maghemite |
587 | 2024-02-01T18:10:25.491Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
588 | 2024-02-01T18:10:25.491Z | + main |
589 | 2024-02-01T18:10:25.491Z | + [[ 0 != 0 ]] |
590 | 2024-02-01T18:10:25.492Z | + CIDL_OS=solaris2.11 |
591 | 2024-02-01T18:10:25.493Z | + [[ 0 != 0 ]] |
592 | 2024-02-01T18:10:25.493Z | + configure_os solaris2.11 |
593 | 2024-02-01T18:10:25.493Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-02-01T18:10:25.493Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-02-01T18:10:25.493Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-01T18:10:25.493Z | + case "$1" in |
597 | 2024-02-01T18:10:25.493Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-01T18:10:25.493Z | + SET_BINARIES= |
599 | 2024-02-01T18:10:25.496Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-02-01T18:10:25.496Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-02-01T18:10:25.496Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
602 | 2024-02-01T18:10:25.497Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-02-01T18:10:25.497Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
604 | 2024-02-01T18:10:25.497Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
605 | 2024-02-01T18:10:25.497Z | Local file: out/downloads/mgd.tar.gz |
606 | 2024-02-01T18:10:25.497Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-01T18:10:25.497Z | + mkdir -p out/downloads |
608 | 2024-02-01T18:10:25.497Z | + mkdir -p ./out/mgd |
609 | 2024-02-01T18:10:25.497Z | + fetch_and_verify |
610 | 2024-02-01T18:10:25.497Z | + local DO_DOWNLOAD=true |
611 | 2024-02-01T18:10:25.497Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-02-01T18:10:25.497Z | + '[' true == true ']' |
613 | 2024-02-01T18:10:25.497Z | + echo Downloading... |
614 | 2024-02-01T18:10:25.497Z | Downloading... |
615 | 2024-02-01T18:10:25.497Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-02-01T18:10:25.498Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
617 | 2024-02-01T18:10:29.879Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-02-01T18:10:29.882Z | ++ sha256sum |
619 | 2024-02-01T18:10:29.882Z | ++ awk '{print $1}' |
620 | 2024-02-01T18:10:29.957Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
621 | 2024-02-01T18:10:29.957Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
622 | 2024-02-01T18:10:29.960Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-02-01T18:10:29.960Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-02-01T18:10:30.626Z | + do_assemble |
625 | 2024-02-01T18:10:30.626Z | + rm -r ./out/mgd |
626 | 2024-02-01T18:10:30.632Z | + mkdir ./out/mgd |
627 | 2024-02-01T18:10:30.645Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-02-01T18:10:30.852Z | + set -o errexit |
629 | 2024-02-01T18:10:30.855Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-02-01T18:10:30.857Z | ++ cd ./tools |
631 | 2024-02-01T18:10:30.858Z | ++ pwd |
632 | 2024-02-01T18:10:30.858Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-02-01T18:10:30.858Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-02-01T18:10:30.862Z | + ARG0=ci_download_transceiver_control |
635 | 2024-02-01T18:10:30.862Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-02-01T18:10:30.862Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-02-01T18:10:30.862Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-02-01T18:10:30.862Z | + TARGET_DIR=out |
639 | 2024-02-01T18:10:30.862Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-02-01T18:10:30.862Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-02-01T18:10:30.862Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-02-01T18:10:30.862Z | + BINARY=xcvradm |
643 | 2024-02-01T18:10:30.862Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-02-01T18:10:30.862Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-02-01T18:10:30.862Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-02-01T18:10:30.862Z | + main |
647 | 2024-02-01T18:10:30.862Z | + [[ 0 != 0 ]] |
648 | 2024-02-01T18:10:30.862Z | + CIDL_OS=solaris2.11 |
649 | 2024-02-01T18:10:30.862Z | + [[ 0 != 0 ]] |
650 | 2024-02-01T18:10:30.863Z | + configure_os solaris2.11 |
651 | 2024-02-01T18:10:30.863Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-02-01T18:10:30.863Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-02-01T18:10:30.863Z | configuring based on OS: "solaris2.11" |
654 | 2024-02-01T18:10:30.863Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-01T18:10:30.863Z | + case "$1" in |
656 | 2024-02-01T18:10:30.863Z | + SET_BINARIES= |
657 | 2024-02-01T18:10:30.863Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-02-01T18:10:30.863Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-02-01T18:10:30.864Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-02-01T18:10:30.864Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-01T18:10:30.864Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-02-01T18:10:30.864Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-02-01T18:10:30.864Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2024-02-01T18:10:30.864Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-01T18:10:30.864Z | Local file: out/downloads/xcvradm.gz |
666 | 2024-02-01T18:10:30.864Z | + mkdir -p out/downloads |
667 | 2024-02-01T18:10:30.867Z | + mkdir -p ./out/transceiver-control |
668 | 2024-02-01T18:10:30.867Z | + fetch_and_verify |
669 | 2024-02-01T18:10:30.867Z | + local DO_DOWNLOAD=true |
670 | 2024-02-01T18:10:30.867Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-02-01T18:10:30.867Z | + '[' true == true ']' |
672 | 2024-02-01T18:10:30.867Z | + echo Downloading... |
673 | 2024-02-01T18:10:30.867Z | Downloading... |
674 | 2024-02-01T18:10:30.868Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-02-01T18:10:30.868Z | + 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 |
676 | 2024-02-01T18:10:34.190Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-02-01T18:10:34.270Z | ++ sha256sum |
678 | 2024-02-01T18:10:34.270Z | ++ awk '{print $1}' |
679 | 2024-02-01T18:10:34.270Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-02-01T18:10:34.270Z | + [[ 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 ]] |
681 | 2024-02-01T18:10:34.270Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-02-01T18:10:34.270Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-02-01T18:10:34.270Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-02-01T18:10:34.308Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-02-01T18:10:34.318Z | + do_assemble |
686 | 2024-02-01T18:10:34.318Z | + rm -r ./out/transceiver-control |
687 | 2024-02-01T18:10:34.320Z | + mkdir ./out/transceiver-control |
688 | 2024-02-01T18:10:34.326Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-02-01T18:10:34.521Z | All prerequisites installed successfully |
690 | 2024-02-01T18:10:34.525Z | |
691 | 2024-02-01T18:10:34.525Z | real 2:01.767865281 |
692 | 2024-02-01T18:10:34.525Z | user 51.453808440 |
693 | 2024-02-01T18:10:34.525Z | sys 10.062952593 |
694 | 2024-02-01T18:10:34.525Z | trap 0.017945477 |
695 | 2024-02-01T18:10:34.525Z | tflt 0.371117976 |
696 | 2024-02-01T18:10:34.526Z | dflt 0.595083411 |
697 | 2024-02-01T18:10:34.526Z | kflt 0.394569529 |
698 | 2024-02-01T18:10:34.526Z | lock 3.564874805 |
699 | 2024-02-01T18:10:34.526Z | slp 3:45.721904851 |
700 | 2024-02-01T18:10:34.526Z | lat 3.384174403 |
701 | 2024-02-01T18:10:34.526Z | stop 0.075332783 |
702 | 2024-02-01T18:10:34.526Z | + ptime -m ./tools/ci_download_softnpu_machinery |
703 | 2024-02-01T18:10:34.536Z | fetching npuzone |
704 | 2024-02-01T18:10:34.545Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
705 | 2024-02-01T18:10:34.545Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
706 | 2024-02-01T18:10:34.550Z | Getting hash for npuzone |
707 | 2024-02-01T18:10:34.730Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
708 | 2024-02-01T18:10:44.745Z | npuzone downloaded successfully |
709 | 2024-02-01T18:10:44.750Z | |
710 | 2024-02-01T18:10:44.754Z | real 10.224475937 |
711 | 2024-02-01T18:10:44.754Z | user 0.545853178 |
712 | 2024-02-01T18:10:44.754Z | sys 0.148768660 |
713 | 2024-02-01T18:10:44.754Z | trap 0.000057078 |
714 | 2024-02-01T18:10:44.754Z | tflt 0.000000000 |
715 | 2024-02-01T18:10:44.754Z | dflt 0.000000000 |
716 | 2024-02-01T18:10:44.754Z | kflt 0.000000000 |
717 | 2024-02-01T18:10:44.754Z | lock 0.000000000 |
718 | 2024-02-01T18:10:44.754Z | slp 29.803912030 |
719 | 2024-02-01T18:10:44.754Z | lat 0.136441710 |
720 | 2024-02-01T18:10:44.754Z | stop 0.000253108 |
721 | 2024-02-01T18:10:44.754Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-02-01T18:10:44.754Z | + CARGO_INCREMENTAL=0 |
723 | 2024-02-01T18:10:44.754Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
724 | 2024-02-01T18:10:45.092Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2024-02-01T18:10:45.460Z | Updating crates.io index |
726 | 2024-02-01T18:10:45.464Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-02-01T18:10:46.370Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-02-01T18:10:48.943Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-02-01T18:10:49.597Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2024-02-01T18:10:49.928Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2024-02-01T18:10:50.206Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2024-02-01T18:10:51.500Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2024-02-01T18:10:52.428Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2024-02-01T18:10:54.879Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2024-02-01T18:10:56.050Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2024-02-01T18:10:56.499Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2024-02-01T18:10:57.209Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-02-01T18:10:57.524Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-02-01T18:10:57.947Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-02-01T18:10:58.241Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-02-01T18:10:58.769Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-02-01T18:10:59.305Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
743 | 2024-02-01T18:11:00.078Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-02-01T18:11:00.197Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-02-01T18:11:00.571Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2024-02-01T18:11:01.048Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-02-01T18:11:02.285Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-02-01T18:11:03.089Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2024-02-01T18:11:04.877Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2024-02-01T18:11:05.175Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2024-02-01T18:11:05.624Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2024-02-01T18:11:07.353Z | Downloading crates ... |
753 | 2024-02-01T18:11:07.618Z | Downloaded impl-trait-for-tuples v0.2.2 |
754 | 2024-02-01T18:11:07.636Z | Downloaded colorchoice v1.0.0 |
755 | 2024-02-01T18:11:07.636Z | Downloaded crucible-workspace-hack v0.1.0 |
756 | 2024-02-01T18:11:07.636Z | Downloaded cpufeatures v0.2.12 |
757 | 2024-02-01T18:11:07.636Z | Downloaded convert_case v0.4.0 |
758 | 2024-02-01T18:11:07.653Z | Downloaded crossbeam-deque v0.8.3 |
759 | 2024-02-01T18:11:07.654Z | Downloaded crossbeam v0.8.2 |
760 | 2024-02-01T18:11:07.654Z | Downloaded indoc v2.0.3 |
761 | 2024-02-01T18:11:07.654Z | Downloaded iana-time-zone v0.1.57 |
762 | 2024-02-01T18:11:07.654Z | Downloaded cancel-safe-futures v0.1.5 |
763 | 2024-02-01T18:11:07.681Z | Downloaded serde-hex v0.1.0 |
764 | 2024-02-01T18:11:07.681Z | Downloaded semver v1.0.21 |
765 | 2024-02-01T18:11:07.683Z | Downloaded semver v0.11.0 |
766 | 2024-02-01T18:11:07.683Z | Downloaded num v0.4.1 |
767 | 2024-02-01T18:11:07.684Z | Downloaded serde_derive v1.0.195 |
768 | 2024-02-01T18:11:07.694Z | Downloaded http-range v0.1.5 |
769 | 2024-02-01T18:11:07.694Z | Downloaded num_enum v0.5.11 |
770 | 2024-02-01T18:11:07.702Z | Downloaded ident_case v1.0.1 |
771 | 2024-02-01T18:11:07.702Z | Downloaded anstream v0.5.0 |
772 | 2024-02-01T18:11:07.710Z | Downloaded hubpack_derive v0.1.1 |
773 | 2024-02-01T18:11:07.728Z | Downloaded new_debug_unreachable v1.0.4 |
774 | 2024-02-01T18:11:07.728Z | Downloaded lazycell v1.3.0 |
775 | 2024-02-01T18:11:07.728Z | Downloaded num_threads v0.1.6 |
776 | 2024-02-01T18:11:07.734Z | Downloaded number_prefix v0.4.0 |
777 | 2024-02-01T18:11:07.734Z | Downloaded nibble_vec v0.1.0 |
778 | 2024-02-01T18:11:07.734Z | Downloaded log v0.4.20 |
779 | 2024-02-01T18:11:07.739Z | Downloaded md-5 v0.10.5 |
780 | 2024-02-01T18:11:07.742Z | Downloaded crossbeam-utils v0.8.16 |
781 | 2024-02-01T18:11:07.747Z | Downloaded io-lifetimes v1.0.11 |
782 | 2024-02-01T18:11:07.756Z | Downloaded shlex v1.3.0 |
783 | 2024-02-01T18:11:07.764Z | Downloaded bitflags v1.3.2 |
784 | 2024-02-01T18:11:07.773Z | Downloaded hubpack v0.1.2 |
785 | 2024-02-01T18:11:07.780Z | Downloaded tokio-macros v2.2.0 |
786 | 2024-02-01T18:11:07.790Z | Downloaded http v1.0.0 |
787 | 2024-02-01T18:11:07.804Z | Downloaded curve25519-dalek-derive v0.1.0 |
788 | 2024-02-01T18:11:07.809Z | Downloaded stability v0.1.1 |
789 | 2024-02-01T18:11:07.836Z | Downloaded backoff v0.4.0 |
790 | 2024-02-01T18:11:07.851Z | Downloaded openssl-macros v0.1.1 |
791 | 2024-02-01T18:11:07.852Z | Downloaded serde_tokenstream v0.2.0 |
792 | 2024-02-01T18:11:07.852Z | Downloaded num-bigint-dig v0.8.4 |
793 | 2024-02-01T18:11:07.862Z | Downloaded ipnet v2.9.0 |
794 | 2024-02-01T18:11:07.862Z | Downloaded diesel_table_macro_syntax v0.1.0 |
795 | 2024-02-01T18:11:07.866Z | Downloaded blake2 v0.10.6 |
796 | 2024-02-01T18:11:07.869Z | Downloaded same-file v1.0.6 |
797 | 2024-02-01T18:11:07.872Z | Downloaded sqlparser_derive v0.2.2 |
798 | 2024-02-01T18:11:07.876Z | Downloaded dyn-clone v1.0.13 |
799 | 2024-02-01T18:11:07.879Z | Downloaded peeking_take_while v0.1.2 |
800 | 2024-02-01T18:11:07.882Z | Downloaded native-tls v0.2.11 |
801 | 2024-02-01T18:11:07.887Z | Downloaded defmt-parser v0.3.3 |
802 | 2024-02-01T18:11:07.891Z | Downloaded pin-project-internal v1.1.3 |
803 | 2024-02-01T18:11:07.895Z | Downloaded hex v0.4.3 |
804 | 2024-02-01T18:11:07.901Z | Downloaded foreign-types-shared v0.3.1 |
805 | 2024-02-01T18:11:07.905Z | Downloaded fnv v1.0.7 |
806 | 2024-02-01T18:11:07.911Z | Downloaded arc-swap v1.6.0 |
807 | 2024-02-01T18:11:07.920Z | Downloaded pin-utils v0.1.0 |
808 | 2024-02-01T18:11:07.924Z | Downloaded semver v0.1.20 |
809 | 2024-02-01T18:11:07.928Z | Downloaded doc-comment v0.3.3 |
810 | 2024-02-01T18:11:07.931Z | Downloaded thiserror-impl-no-std v2.0.2 |
811 | 2024-02-01T18:11:07.934Z | Downloaded difflib v0.4.0 |
812 | 2024-02-01T18:11:07.937Z | Downloaded termtree v0.4.1 |
813 | 2024-02-01T18:11:07.941Z | Downloaded zeroize_derive v1.4.2 |
814 | 2024-02-01T18:11:07.958Z | Downloaded gethostname v0.4.3 |
815 | 2024-02-01T18:11:07.963Z | Downloaded phf v0.11.2 |
816 | 2024-02-01T18:11:07.964Z | Downloaded usdt v0.5.0 |
817 | 2024-02-01T18:11:07.964Z | Downloaded hash32 v0.3.1 |
818 | 2024-02-01T18:11:07.964Z | Downloaded subprocess v0.2.9 |
819 | 2024-02-01T18:11:07.964Z | Downloaded debug-ignore v1.0.5 |
820 | 2024-02-01T18:11:07.968Z | Downloaded slog-bunyan v2.5.0 |
821 | 2024-02-01T18:11:07.968Z | Downloaded semver-parser v0.10.2 |
822 | 2024-02-01T18:11:07.972Z | Downloaded plain v0.2.3 |
823 | 2024-02-01T18:11:07.974Z | Downloaded fxhash v0.2.1 |
824 | 2024-02-01T18:11:07.978Z | Downloaded backtrace v0.3.69 |
825 | 2024-02-01T18:11:07.988Z | Downloaded proc-macro-crate v1.3.1 |
826 | 2024-02-01T18:11:07.991Z | Downloaded parse-display v0.8.2 |
827 | 2024-02-01T18:11:07.994Z | Downloaded signature v2.1.0 |
828 | 2024-02-01T18:11:07.997Z | Downloaded ucd-trie v0.1.6 |
829 | 2024-02-01T18:11:08.001Z | Downloaded dof v0.1.5 |
830 | 2024-02-01T18:11:08.004Z | Downloaded slog-json v2.6.1 |
831 | 2024-02-01T18:11:08.007Z | Downloaded fastrand v2.0.0 |
832 | 2024-02-01T18:11:08.011Z | Downloaded tower-service v0.3.2 |
833 | 2024-02-01T18:11:08.013Z | Downloaded structopt v0.3.26 |
834 | 2024-02-01T18:11:08.029Z | Downloaded getopts v0.2.21 |
835 | 2024-02-01T18:11:08.032Z | Downloaded predicates-tree v1.0.9 |
836 | 2024-02-01T18:11:08.035Z | Downloaded parse-size v1.0.0 |
837 | 2024-02-01T18:11:08.038Z | Downloaded strum v0.25.0 |
838 | 2024-02-01T18:11:09.118Z | Downloaded filetime v0.2.23 |
839 | 2024-02-01T18:11:09.125Z | Downloaded platforms v3.0.2 |
840 | 2024-02-01T18:11:09.125Z | Downloaded slog-async v2.8.0 |
841 | 2024-02-01T18:11:09.125Z | Downloaded proc-macro-error v1.0.4 |
842 | 2024-02-01T18:11:09.125Z | Downloaded zone_cfg_derive v0.3.0 |
843 | 2024-02-01T18:11:09.125Z | Downloaded tiny-keccak v2.0.2 |
844 | 2024-02-01T18:11:09.125Z | Downloaded oso-derive v0.27.0 |
845 | 2024-02-01T18:11:09.125Z | Downloaded want v0.3.1 |
846 | 2024-02-01T18:11:09.125Z | Downloaded futures-task v0.3.30 |
847 | 2024-02-01T18:11:09.125Z | Downloaded predicates-core v1.0.6 |
848 | 2024-02-01T18:11:09.125Z | Downloaded take_mut v0.2.2 |
849 | 2024-02-01T18:11:09.125Z | Downloaded typenum v1.16.0 |
850 | 2024-02-01T18:11:09.126Z | Downloaded unicode-width v0.1.11 |
851 | 2024-02-01T18:11:09.126Z | Downloaded strsim v0.10.0 |
852 | 2024-02-01T18:11:09.126Z | Downloaded unarray v0.1.4 |
853 | 2024-02-01T18:11:09.126Z | Downloaded tui-tree-widget v0.16.0 |
854 | 2024-02-01T18:11:09.126Z | Downloaded serde_path_to_error v0.1.15 |
855 | 2024-02-01T18:11:09.126Z | Downloaded fs-err v2.11.0 |
856 | 2024-02-01T18:11:09.126Z | Downloaded quote v1.0.35 |
857 | 2024-02-01T18:11:09.126Z | Downloaded strum_macros v0.25.2 |
858 | 2024-02-01T18:11:09.126Z | Downloaded packed_struct_codegen v0.10.1 |
859 | 2024-02-01T18:11:09.126Z | Downloaded serde_tokenstream v0.1.7 |
860 | 2024-02-01T18:11:09.126Z | Downloaded dtrace-parser v0.2.0 |
861 | 2024-02-01T18:11:09.126Z | Downloaded rustls-pemfile v2.0.0 |
862 | 2024-02-01T18:11:09.126Z | Downloaded spin v0.5.2 |
863 | 2024-02-01T18:11:09.127Z | Downloaded getrandom v0.2.10 |
864 | 2024-02-01T18:11:09.127Z | Downloaded rustc_version v0.4.0 |
865 | 2024-02-01T18:11:09.127Z | Downloaded tokio-postgres v0.7.10 |
866 | 2024-02-01T18:11:09.127Z | Downloaded usdt-macro v0.5.0 |
867 | 2024-02-01T18:11:09.127Z | Downloaded rand_xorshift v0.3.0 |
868 | 2024-02-01T18:11:09.127Z | Downloaded serde-big-array v0.4.1 |
869 | 2024-02-01T18:11:09.127Z | Downloaded trust-dns-client v0.22.0 |
870 | 2024-02-01T18:11:09.127Z | Downloaded proc-macro-error-attr v1.0.4 |
871 | 2024-02-01T18:11:09.127Z | Downloaded embedded-io v0.4.0 |
872 | 2024-02-01T18:11:09.128Z | Downloaded slog-envlogger v2.2.0 |
873 | 2024-02-01T18:11:09.128Z | Downloaded ref-cast-impl v1.0.20 |
874 | 2024-02-01T18:11:09.128Z | Downloaded hash32 v0.2.1 |
875 | 2024-02-01T18:11:09.128Z | Downloaded secrecy v0.8.0 |
876 | 2024-02-01T18:11:09.128Z | Downloaded rand_chacha v0.3.1 |
877 | 2024-02-01T18:11:09.128Z | Downloaded heck v0.4.1 |
878 | 2024-02-01T18:11:09.128Z | Downloaded precomputed-hash v0.1.1 |
879 | 2024-02-01T18:11:09.128Z | Downloaded toml_edit v0.19.15 |
880 | 2024-02-01T18:11:09.128Z | Downloaded strsim v0.8.0 |
881 | 2024-02-01T18:11:09.128Z | Downloaded xattr v1.0.1 |
882 | 2024-02-01T18:11:09.129Z | Downloaded wyz v0.5.1 |
883 | 2024-02-01T18:11:09.129Z | Downloaded foreign-types-shared v0.1.1 |
884 | 2024-02-01T18:11:09.129Z | Downloaded foreign-types v0.3.2 |
885 | 2024-02-01T18:11:09.129Z | Downloaded usdt-macro v0.3.5 |
886 | 2024-02-01T18:11:09.129Z | Downloaded untrusted v0.9.0 |
887 | 2024-02-01T18:11:09.129Z | Downloaded universal-hash v0.5.1 |
888 | 2024-02-01T18:11:09.129Z | Downloaded stable_deref_trait v1.2.0 |
889 | 2024-02-01T18:11:09.129Z | Downloaded radium v0.7.0 |
890 | 2024-02-01T18:11:09.129Z | Downloaded paste v1.0.14 |
891 | 2024-02-01T18:11:09.129Z | Downloaded shell-words v1.1.0 |
892 | 2024-02-01T18:11:09.129Z | Downloaded float-cmp v0.9.0 |
893 | 2024-02-01T18:11:09.129Z | Downloaded vte_generate_state_changes v0.1.1 |
894 | 2024-02-01T18:11:09.129Z | Downloaded trust-dns-resolver v0.22.0 |
895 | 2024-02-01T18:11:09.130Z | Downloaded rustversion v1.0.14 |
896 | 2024-02-01T18:11:09.130Z | Downloaded highway v1.1.0 |
897 | 2024-02-01T18:11:09.130Z | Downloaded time-macros v0.2.13 |
898 | 2024-02-01T18:11:09.130Z | Downloaded elliptic-curve v0.13.8 |
899 | 2024-02-01T18:11:09.130Z | Downloaded unicode-linebreak v0.1.5 |
900 | 2024-02-01T18:11:09.131Z | Downloaded subtle v2.5.0 |
901 | 2024-02-01T18:11:09.131Z | Downloaded dof v0.3.0 |
902 | 2024-02-01T18:11:09.131Z | Downloaded group v0.13.0 |
903 | 2024-02-01T18:11:09.131Z | Downloaded serde_plain v1.0.2 |
904 | 2024-02-01T18:11:09.131Z | Downloaded home v0.5.5 |
905 | 2024-02-01T18:11:09.131Z | Downloaded walkdir v2.4.0 |
906 | 2024-02-01T18:11:09.131Z | Downloaded poly1305 v0.8.0 |
907 | 2024-02-01T18:11:09.131Z | Downloaded predicates v3.1.0 |
908 | 2024-02-01T18:11:09.131Z | Downloaded sha1 v0.10.6 |
909 | 2024-02-01T18:11:09.131Z | Downloaded tinyvec v1.6.0 |
910 | 2024-02-01T18:11:09.131Z | Downloaded unicode-segmentation v1.10.1 |
911 | 2024-02-01T18:11:09.131Z | Downloaded pest_meta v2.7.6 |
912 | 2024-02-01T18:11:09.131Z | Downloaded headers v0.3.9 |
913 | 2024-02-01T18:11:09.131Z | Downloaded owo-colors v4.0.0 |
914 | 2024-02-01T18:11:09.131Z | Downloaded wait-timeout v0.2.0 |
915 | 2024-02-01T18:11:09.131Z | Downloaded serde_urlencoded v0.7.1 |
916 | 2024-02-01T18:11:09.131Z | Downloaded unicode-bidi v0.3.13 |
917 | 2024-02-01T18:11:09.131Z | Downloaded vte v0.11.1 |
918 | 2024-02-01T18:11:09.132Z | Downloaded unsafe-libyaml v0.2.10 |
919 | 2024-02-01T18:11:09.132Z | Downloaded hashbrown v0.13.2 |
920 | 2024-02-01T18:11:09.132Z | Downloaded syn v1.0.109 |
921 | 2024-02-01T18:11:09.132Z | Downloaded http v0.2.11 |
922 | 2024-02-01T18:11:09.132Z | Downloaded flume v0.11.0 |
923 | 2024-02-01T18:11:09.132Z | Downloaded hashbrown v0.12.3 |
924 | 2024-02-01T18:11:09.132Z | Downloaded x509-cert v0.2.4 |
925 | 2024-02-01T18:11:09.132Z | Downloaded tough v0.16.0 |
926 | 2024-02-01T18:11:09.132Z | Downloaded hyper v0.14.27 |
927 | 2024-02-01T18:11:09.132Z | Downloaded regex-automata v0.1.10 |
928 | 2024-02-01T18:11:09.132Z | Downloaded pest v2.7.6 |
929 | 2024-02-01T18:11:09.132Z | Downloaded winnow v0.5.15 |
930 | 2024-02-01T18:11:09.132Z | Downloaded lalrpop v0.19.12 |
931 | 2024-02-01T18:11:09.132Z | Downloaded portable-atomic v1.4.3 |
932 | 2024-02-01T18:11:09.132Z | Downloaded tabled v0.15.0 |
933 | 2024-02-01T18:11:09.132Z | Downloaded libxml v0.3.3 |
934 | 2024-02-01T18:11:09.132Z | Downloaded serde_with v3.5.1 |
935 | 2024-02-01T18:11:09.132Z | Downloaded h2 v0.3.24 |
936 | 2024-02-01T18:11:09.132Z | Downloaded hkdf v0.12.4 |
937 | 2024-02-01T18:11:09.132Z | Downloaded idna v0.5.0 |
938 | 2024-02-01T18:11:09.132Z | Downloaded polar-core v0.27.0 |
939 | 2024-02-01T18:11:09.136Z | Downloaded vcpkg v0.2.15 |
940 | 2024-02-01T18:11:09.136Z | Downloaded radix_trie v0.2.1 |
941 | 2024-02-01T18:11:09.136Z | Downloaded openssl v0.10.60 |
942 | 2024-02-01T18:11:09.136Z | Downloaded smoltcp v0.9.1 |
943 | 2024-02-01T18:11:09.136Z | Downloaded regex-syntax v0.6.29 |
944 | 2024-02-01T18:11:09.136Z | Downloaded regex-syntax v0.8.2 |
945 | 2024-02-01T18:11:09.136Z | Downloaded openapiv3 v2.0.0 |
946 | 2024-02-01T18:11:09.136Z | Downloaded sled v0.34.7 |
947 | 2024-02-01T18:11:09.136Z | Downloaded zerocopy-derive v0.6.4 |
948 | 2024-02-01T18:11:09.136Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2024-02-01T18:11:09.136Z | Downloaded regex-automata v0.4.4 |
950 | 2024-02-01T18:11:09.141Z | Downloaded sha3 v0.10.8 |
951 | 2024-02-01T18:11:09.141Z | Downloaded tokio v1.35.1 |
952 | 2024-02-01T18:11:09.141Z | Downloaded libc v0.2.152 |
953 | 2024-02-01T18:11:09.141Z | Downloaded regex-automata v0.3.8 |
954 | 2024-02-01T18:11:09.142Z | Downloaded zerocopy-derive v0.2.0 |
955 | 2024-02-01T18:11:09.153Z | Downloaded rustls v0.22.2 |
956 | 2024-02-01T18:11:09.175Z | Downloaded regex-syntax v0.7.5 |
957 | 2024-02-01T18:11:09.198Z | Downloaded smoltcp v0.11.0 |
958 | 2024-02-01T18:11:09.331Z | Downloaded rustix v0.37.23 |
959 | 2024-02-01T18:11:09.341Z | Downloaded encoding_rs v0.8.33 |
960 | 2024-02-01T18:11:09.341Z | Downloaded bstr v1.6.0 |
961 | 2024-02-01T18:11:09.341Z | Downloaded ratatui v0.25.0 |
962 | 2024-02-01T18:11:09.352Z | Downloaded rustix v0.38.30 |
963 | 2024-02-01T18:11:09.548Z | Downloaded diesel v2.1.4 |
964 | 2024-02-01T18:11:09.563Z | Downloaded regress v0.7.1 |
965 | 2024-02-01T18:11:09.563Z | Downloaded syn v2.0.48 |
966 | 2024-02-01T18:11:09.563Z | Downloaded rustls v0.21.9 |
967 | 2024-02-01T18:11:09.563Z | Downloaded gimli v0.28.0 |
968 | 2024-02-01T18:11:09.563Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2024-02-01T18:11:09.563Z | Downloaded curve25519-dalek v4.1.1 |
970 | 2024-02-01T18:11:09.563Z | Downloaded bstr v0.2.17 |
971 | 2024-02-01T18:11:09.563Z | Downloaded regex v1.10.3 |
972 | 2024-02-01T18:11:09.579Z | Downloaded reqwest v0.11.22 |
973 | 2024-02-01T18:11:09.583Z | Downloaded webpki-roots v0.25.2 |
974 | 2024-02-01T18:11:09.583Z | Downloaded nix v0.27.1 |
975 | 2024-02-01T18:11:09.601Z | Downloaded rayon v1.8.0 |
976 | 2024-02-01T18:11:09.617Z | Downloaded bindgen v0.69.2 |
977 | 2024-02-01T18:11:09.757Z | Downloaded rustls-webpki v0.101.7 |
978 | 2024-02-01T18:11:09.761Z | Downloaded serde_json v1.0.113 |
979 | 2024-02-01T18:11:09.761Z | Downloaded bitvec v1.0.1 |
980 | 2024-02-01T18:11:09.762Z | Downloaded futures-util v0.3.30 |
981 | 2024-02-01T18:11:09.762Z | Downloaded petgraph v0.6.4 |
982 | 2024-02-01T18:11:09.762Z | Downloaded ring v0.17.7 |
983 | 2024-02-01T18:11:09.946Z | Downloaded proptest v1.4.0 |
984 | 2024-02-01T18:11:10.142Z | Downloaded sqlparser v0.43.1 |
985 | 2024-02-01T18:11:10.142Z | Downloaded rustls-webpki v0.102.1 |
986 | 2024-02-01T18:11:10.142Z | Downloaded ring v0.16.20 |
987 | 2024-02-01T18:11:10.310Z | Downloaded goblin v0.8.0 |
988 | 2024-02-01T18:11:10.311Z | Downloaded rsa v0.9.2 |
989 | 2024-02-01T18:11:10.311Z | Downloaded unicode-normalization v0.1.22 |
990 | 2024-02-01T18:11:10.311Z | Downloaded hashbrown v0.14.2 |
991 | 2024-02-01T18:11:10.311Z | Downloaded tracing v0.1.37 |
992 | 2024-02-01T18:11:10.311Z | Downloaded object v0.30.4 |
993 | 2024-02-01T18:11:10.330Z | Downloaded diff v0.1.13 |
994 | 2024-02-01T18:11:10.330Z | Downloaded parking_lot v0.11.2 |
995 | 2024-02-01T18:11:10.331Z | Downloaded prettyplease v0.2.16 |
996 | 2024-02-01T18:11:10.331Z | Downloaded signal-hook v0.3.17 |
997 | 2024-02-01T18:11:10.331Z | Downloaded openssl-sys v0.9.96 |
998 | 2024-02-01T18:11:10.331Z | Downloaded quick-xml v0.30.0 |
999 | 2024-02-01T18:11:10.331Z | Downloaded time v0.3.27 |
1000 | 2024-02-01T18:11:10.331Z | Downloaded idna v0.2.3 |
1001 | 2024-02-01T18:11:10.331Z | Downloaded tokio-util v0.7.10 |
1002 | 2024-02-01T18:11:10.331Z | Downloaded uuid v1.7.0 |
1003 | 2024-02-01T18:11:10.332Z | Downloaded parking_lot v0.12.1 |
1004 | 2024-02-01T18:11:10.332Z | Downloaded serde v1.0.195 |
1005 | 2024-02-01T18:11:10.332Z | Downloaded object v0.32.1 |
1006 | 2024-02-01T18:11:10.332Z | Downloaded packed_struct v0.10.1 |
1007 | 2024-02-01T18:11:10.332Z | Downloaded rustc-demangle v0.1.23 |
1008 | 2024-02-01T18:11:10.332Z | Downloaded snafu v0.7.5 |
1009 | 2024-02-01T18:11:10.333Z | Downloaded pest_derive v2.7.6 |
1010 | 2024-02-01T18:11:10.333Z | Downloaded proc-macro2 v1.0.78 |
1011 | 2024-02-01T18:11:10.333Z | Downloaded half v2.3.1 |
1012 | 2024-02-01T18:11:10.333Z | Downloaded socket2 v0.5.5 |
1013 | 2024-02-01T18:11:10.333Z | Downloaded rayon-core v1.12.0 |
1014 | 2024-02-01T18:11:10.338Z | Downloaded nom v7.1.3 |
1015 | 2024-02-01T18:11:10.338Z | Downloaded smallvec v1.11.2 |
1016 | 2024-02-01T18:11:10.339Z | Downloaded salty v0.2.0 |
1017 | 2024-02-01T18:11:10.345Z | Downloaded password-hash v0.5.0 |
1018 | 2024-02-01T18:11:10.345Z | Downloaded thiserror-no-std v2.0.2 |
1019 | 2024-02-01T18:11:10.345Z | Downloaded textwrap v0.11.0 |
1020 | 2024-02-01T18:11:10.345Z | Downloaded slog-scope v4.4.0 |
1021 | 2024-02-01T18:11:10.345Z | Downloaded vsss-rs v3.3.4 |
1022 | 2024-02-01T18:11:10.345Z | Downloaded reedline v0.28.0 |
1023 | 2024-02-01T18:11:10.355Z | Downloaded ena v0.14.2 |
1024 | 2024-02-01T18:11:10.358Z | Downloaded rand v0.8.5 |
1025 | 2024-02-01T18:11:10.363Z | Downloaded trust-dns-server v0.22.1 |
1026 | 2024-02-01T18:11:10.375Z | Downloaded steno v0.4.0 |
1027 | 2024-02-01T18:11:10.506Z | Downloaded mio v0.8.9 |
1028 | 2024-02-01T18:11:10.513Z | Downloaded enum-as-inner v0.5.1 |
1029 | 2024-02-01T18:11:10.513Z | Downloaded smf v0.2.2 |
1030 | 2024-02-01T18:11:10.513Z | Downloaded rtoolbox v0.0.1 |
1031 | 2024-02-01T18:11:10.513Z | Downloaded either v1.9.0 |
1032 | 2024-02-01T18:11:10.513Z | Downloaded spin v0.9.8 |
1033 | 2024-02-01T18:11:10.513Z | Downloaded foreign-types-macros v0.2.3 |
1034 | 2024-02-01T18:11:10.513Z | Downloaded foreign-types v0.5.0 |
1035 | 2024-02-01T18:11:10.516Z | Downloaded percent-encoding v2.3.1 |
1036 | 2024-02-01T18:11:10.516Z | Downloaded rcgen v0.12.1 |
1037 | 2024-02-01T18:11:10.516Z | Downloaded similar v2.3.0 |
1038 | 2024-02-01T18:11:10.516Z | Downloaded hmac v0.12.1 |
1039 | 2024-02-01T18:11:10.516Z | Downloaded zerocopy v0.3.0 |
1040 | 2024-02-01T18:11:10.516Z | Downloaded yasna v0.5.2 |
1041 | 2024-02-01T18:11:10.516Z | Downloaded fixedbitset v0.4.2 |
1042 | 2024-02-01T18:11:10.516Z | Downloaded heapless v0.7.16 |
1043 | 2024-02-01T18:11:10.516Z | Downloaded typed-path v0.7.0 |
1044 | 2024-02-01T18:11:10.516Z | Downloaded toml_edit v0.21.0 |
1045 | 2024-02-01T18:11:10.516Z | Downloaded rusty-fork v0.3.0 |
1046 | 2024-02-01T18:11:10.516Z | Downloaded unicode-ident v1.0.12 |
1047 | 2024-02-01T18:11:10.516Z | Downloaded oso v0.27.0 |
1048 | 2024-02-01T18:11:10.516Z | Downloaded hostname v0.3.1 |
1049 | 2024-02-01T18:11:10.516Z | Downloaded termios v0.3.3 |
1050 | 2024-02-01T18:11:10.516Z | Downloaded smawk v0.3.1 |
1051 | 2024-02-01T18:11:10.516Z | Downloaded serde_repr v0.1.16 |
1052 | 2024-02-01T18:11:10.516Z | Downloaded signal-hook-mio v0.2.3 |
1053 | 2024-02-01T18:11:10.516Z | Downloaded r2d2 v0.8.10 |
1054 | 2024-02-01T18:11:10.520Z | Downloaded downcast v0.11.0 |
1055 | 2024-02-01T18:11:10.521Z | Downloaded endian-type v0.1.2 |
1056 | 2024-02-01T18:11:10.521Z | Downloaded time-core v0.1.1 |
1057 | 2024-02-01T18:11:10.521Z | Downloaded serde_spanned v0.6.4 |
1058 | 2024-02-01T18:11:10.521Z | Downloaded thread-id v4.2.0 |
1059 | 2024-02-01T18:11:10.521Z | Downloaded unicase v2.7.0 |
1060 | 2024-02-01T18:11:10.521Z | Downloaded libm v0.2.7 |
1061 | 2024-02-01T18:11:10.660Z | Downloaded crossterm v0.27.0 |
1062 | 2024-02-01T18:11:10.667Z | Downloaded strip-ansi-escapes v0.2.0 |
1063 | 2024-02-01T18:11:10.667Z | Downloaded static_assertions v1.1.0 |
1064 | 2024-02-01T18:11:10.667Z | Downloaded papergrid v0.11.0 |
1065 | 2024-02-01T18:11:10.667Z | Downloaded derive_more v0.99.17 |
1066 | 2024-02-01T18:11:10.667Z | Downloaded tracing-core v0.1.31 |
1067 | 2024-02-01T18:11:10.667Z | Downloaded flate2 v1.0.28 |
1068 | 2024-02-01T18:11:10.668Z | Downloaded minimal-lexical v0.2.1 |
1069 | 2024-02-01T18:11:10.668Z | Downloaded untrusted v0.7.1 |
1070 | 2024-02-01T18:11:10.668Z | Downloaded topological-sort v0.2.2 |
1071 | 2024-02-01T18:11:10.668Z | Downloaded zerocopy-derive v0.7.32 |
1072 | 2024-02-01T18:11:10.668Z | Downloaded terminal_size v0.2.6 |
1073 | 2024-02-01T18:11:10.668Z | Downloaded termcolor v1.2.0 |
1074 | 2024-02-01T18:11:10.668Z | Downloaded tap v1.0.1 |
1075 | 2024-02-01T18:11:10.668Z | Downloaded synstructure v0.12.6 |
1076 | 2024-02-01T18:11:10.668Z | Downloaded structopt-derive v0.4.18 |
1077 | 2024-02-01T18:11:10.668Z | Downloaded dtrace-parser v0.1.14 |
1078 | 2024-02-01T18:11:10.668Z | Downloaded glob v0.3.1 |
1079 | 2024-02-01T18:11:10.668Z | Downloaded rustc_version v0.1.7 |
1080 | 2024-02-01T18:11:10.668Z | Downloaded rustc-hash v1.1.0 |
1081 | 2024-02-01T18:11:10.668Z | Downloaded futures-executor v0.3.30 |
1082 | 2024-02-01T18:11:10.668Z | Downloaded futures-macro v0.3.30 |
1083 | 2024-02-01T18:11:10.668Z | Downloaded zip v0.6.6 |
1084 | 2024-02-01T18:11:10.668Z | Downloaded der v0.7.8 |
1085 | 2024-02-01T18:11:10.668Z | Downloaded sha2 v0.10.8 |
1086 | 2024-02-01T18:11:10.668Z | Downloaded data-encoding v2.4.0 |
1087 | 2024-02-01T18:11:10.668Z | Downloaded test-strategy v0.3.1 |
1088 | 2024-02-01T18:11:10.668Z | Downloaded fatfs v0.3.6 |
1089 | 2024-02-01T18:11:10.669Z | Downloaded tabled_derive v0.7.0 |
1090 | 2024-02-01T18:11:10.669Z | Downloaded rustls-pki-types v1.1.0 |
1091 | 2024-02-01T18:11:10.669Z | Downloaded tungstenite v0.20.1 |
1092 | 2024-02-01T18:11:10.669Z | Downloaded schemars v0.8.16 |
1093 | 2024-02-01T18:11:10.680Z | Downloaded whoami v1.4.1 |
1094 | 2024-02-01T18:11:10.683Z | Downloaded defmt v0.3.5 |
1095 | 2024-02-01T18:11:10.688Z | Downloaded ppv-lite86 v0.2.17 |
1096 | 2024-02-01T18:11:10.691Z | Downloaded parse-display-derive v0.8.2 |
1097 | 2024-02-01T18:11:10.695Z | Downloaded env_logger v0.10.0 |
1098 | 2024-02-01T18:11:10.698Z | Downloaded tracing-attributes v0.1.26 |
1099 | 2024-02-01T18:11:10.701Z | Downloaded pem v3.0.2 |
1100 | 2024-02-01T18:11:10.708Z | Downloaded futures-sink v0.3.30 |
1101 | 2024-02-01T18:11:10.708Z | Downloaded futures-io v0.3.30 |
1102 | 2024-02-01T18:11:10.711Z | Downloaded ref-cast v1.0.20 |
1103 | 2024-02-01T18:11:10.711Z | Downloaded pem-rfc7468 v0.7.0 |
1104 | 2024-02-01T18:11:10.715Z | Downloaded term v0.7.0 |
1105 | 2024-02-01T18:11:10.847Z | Downloaded pin-project v1.1.3 |
1106 | 2024-02-01T18:11:10.852Z | Downloaded futures v0.3.30 |
1107 | 2024-02-01T18:11:10.852Z | Downloaded chrono v0.4.31 |
1108 | 2024-02-01T18:11:10.852Z | Downloaded rustfmt-wrapper v0.2.0 |
1109 | 2024-02-01T18:11:10.852Z | Downloaded stringprep v0.1.3 |
1110 | 2024-02-01T18:11:10.852Z | Downloaded samael v0.0.14 |
1111 | 2024-02-01T18:11:10.852Z | Downloaded url v2.5.0 |
1112 | 2024-02-01T18:11:10.852Z | Downloaded unicode_categories v0.1.1 |
1113 | 2024-02-01T18:11:10.852Z | Downloaded toml v0.7.8 |
1114 | 2024-02-01T18:11:10.852Z | Downloaded itertools v0.10.5 |
1115 | 2024-02-01T18:11:10.852Z | Downloaded clap_builder v4.4.2 |
1116 | 2024-02-01T18:11:10.852Z | Downloaded heapless v0.8.0 |
1117 | 2024-02-01T18:11:10.852Z | Downloaded ron v0.8.1 |
1118 | 2024-02-01T18:11:10.852Z | Downloaded siphasher v0.3.11 |
1119 | 2024-02-01T18:11:10.853Z | Downloaded inout v0.1.3 |
1120 | 2024-02-01T18:11:10.853Z | Downloaded ff v0.13.0 |
1121 | 2024-02-01T18:11:10.853Z | Downloaded defmt-macros v0.3.6 |
1122 | 2024-02-01T18:11:10.853Z | Downloaded indicatif v0.17.7 |
1123 | 2024-02-01T18:11:10.853Z | Downloaded indexmap v2.2.2 |
1124 | 2024-02-01T18:11:10.853Z | Downloaded usdt-attr-macro v0.3.5 |
1125 | 2024-02-01T18:11:10.853Z | Downloaded zerocopy v0.6.4 |
1126 | 2024-02-01T18:11:10.858Z | Downloaded fallible-iterator v0.2.0 |
1127 | 2024-02-01T18:11:10.858Z | Downloaded generic-array v0.14.7 |
1128 | 2024-02-01T18:11:10.861Z | Downloaded resolv-conf v0.7.0 |
1129 | 2024-02-01T18:11:10.861Z | Downloaded rand_core v0.6.4 |
1130 | 2024-02-01T18:11:10.869Z | Downloaded derive_builder v0.12.0 |
1131 | 2024-02-01T18:11:10.876Z | Downloaded toml v0.5.11 |
1132 | 2024-02-01T18:11:10.880Z | Downloaded mockall_derive v0.12.0 |
1133 | 2024-02-01T18:11:10.880Z | Downloaded futures-channel v0.3.30 |
1134 | 2024-02-01T18:11:10.894Z | Downloaded tokio-stream v0.1.14 |
1135 | 2024-02-01T18:11:10.899Z | Downloaded tar v0.4.40 |
1136 | 2024-02-01T18:11:10.899Z | Downloaded slog-dtrace v0.3.0 |
1137 | 2024-02-01T18:11:10.900Z | Downloaded textwrap v0.16.0 |
1138 | 2024-02-01T18:11:11.477Z | Downloaded display-error-chain v0.2.0 |
1139 | 2024-02-01T18:11:11.477Z | Downloaded scroll v0.12.0 |
1140 | 2024-02-01T18:11:11.477Z | Downloaded signature v1.6.4 |
1141 | 2024-02-01T18:11:11.478Z | Downloaded fd-lock v4.0.2 |
1142 | 2024-02-01T18:11:11.478Z | Downloaded fd-lock v3.0.13 |
1143 | 2024-02-01T18:11:11.637Z | Downloaded serde-big-array v0.5.1 |
1144 | 2024-02-01T18:11:11.637Z | Downloaded fragile v2.0.0 |
1145 | 2024-02-01T18:11:11.638Z | Downloaded pkcs8 v0.10.2 |
1146 | 2024-02-01T18:11:11.638Z | Downloaded sct v0.7.0 |
1147 | 2024-02-01T18:11:11.638Z | Downloaded slog-stdlog v4.1.1 |
1148 | 2024-02-01T18:11:11.638Z | Downloaded base64 v0.21.7 |
1149 | 2024-02-01T18:11:11.638Z | Downloaded ryu v1.0.15 |
1150 | 2024-02-01T18:11:11.638Z | Downloaded usdt v0.3.5 |
1151 | 2024-02-01T18:11:11.638Z | Downloaded parking_lot_core v0.8.6 |
1152 | 2024-02-01T18:11:11.638Z | Downloaded usdt-impl v0.3.5 |
1153 | 2024-02-01T18:11:11.638Z | Downloaded scheduled-thread-pool v0.2.7 |
1154 | 2024-02-01T18:11:11.638Z | Downloaded pkg-config v0.3.27 |
1155 | 2024-02-01T18:11:11.639Z | Downloaded try-lock v0.2.4 |
1156 | 2024-02-01T18:11:11.639Z | Downloaded spki v0.7.2 |
1157 | 2024-02-01T18:11:11.639Z | Downloaded postcard v1.0.8 |
1158 | 2024-02-01T18:11:11.639Z | Downloaded diesel_derives v2.1.2 |
1159 | 2024-02-01T18:11:11.639Z | Downloaded toolchain_find v0.2.0 |
1160 | 2024-02-01T18:11:11.639Z | Downloaded slab v0.4.9 |
1161 | 2024-02-01T18:11:11.639Z | Downloaded zone v0.3.0 |
1162 | 2024-02-01T18:11:11.640Z | Downloaded zeroize v1.7.0 |
1163 | 2024-02-01T18:11:11.640Z | Downloaded derive_builder_core v0.12.0 |
1164 | 2024-02-01T18:11:11.640Z | Downloaded crypto-bigint v0.5.2 |
1165 | 2024-02-01T18:11:11.640Z | Downloaded pkcs1 v0.7.5 |
1166 | 2024-02-01T18:11:11.640Z | Downloaded errno v0.3.8 |
1167 | 2024-02-01T18:11:11.640Z | Downloaded zerocopy v0.7.32 |
1168 | 2024-02-01T18:11:11.641Z | Downloaded tokio-tungstenite v0.20.1 |
1169 | 2024-02-01T18:11:11.641Z | Downloaded tokio-rustls v0.25.0 |
1170 | 2024-02-01T18:11:11.641Z | Downloaded pretty-hex v0.4.1 |
1171 | 2024-02-01T18:11:11.642Z | Downloaded pretty-hex v0.2.1 |
1172 | 2024-02-01T18:11:11.643Z | Downloaded thiserror v1.0.56 |
1173 | 2024-02-01T18:11:11.643Z | Downloaded serde_with_macros v3.5.1 |
1174 | 2024-02-01T18:11:11.643Z | Downloaded scopeguard v1.2.0 |
1175 | 2024-02-01T18:11:11.643Z | Downloaded tokio-rustls v0.24.1 |
1176 | 2024-02-01T18:11:11.643Z | Downloaded signal-hook-registry v1.4.1 |
1177 | 2024-02-01T18:11:11.643Z | Downloaded crc-any v2.4.3 |
1178 | 2024-02-01T18:11:11.643Z | Downloaded version_check v0.9.4 |
1179 | 2024-02-01T18:11:11.643Z | Downloaded tempfile v3.9.0 |
1180 | 2024-02-01T18:11:11.644Z | Downloaded snafu-derive v0.7.5 |
1181 | 2024-02-01T18:11:11.644Z | Downloaded heck v0.3.3 |
1182 | 2024-02-01T18:11:11.644Z | Downloaded funty v2.0.0 |
1183 | 2024-02-01T18:11:11.644Z | Downloaded dirs-sys-next v0.1.2 |
1184 | 2024-02-01T18:11:11.644Z | Downloaded utf-8 v0.7.6 |
1185 | 2024-02-01T18:11:11.644Z | Downloaded path-slash v0.1.5 |
1186 | 2024-02-01T18:11:11.644Z | Downloaded clap v2.34.0 |
1187 | 2024-02-01T18:11:11.644Z | Downloaded pin-project-lite v0.2.13 |
1188 | 2024-02-01T18:11:11.644Z | Downloaded bytes v1.5.0 |
1189 | 2024-02-01T18:11:11.644Z | Downloaded miniz_oxide v0.7.1 |
1190 | 2024-02-01T18:11:11.644Z | Downloaded strum_macros v0.24.3 |
1191 | 2024-02-01T18:11:11.644Z | Downloaded der_derive v0.7.2 |
1192 | 2024-02-01T18:11:11.644Z | Downloaded multer v3.0.0 |
1193 | 2024-02-01T18:11:11.645Z | Downloaded phf_shared v0.10.0 |
1194 | 2024-02-01T18:11:11.645Z | Downloaded unicode-xid v0.2.4 |
1195 | 2024-02-01T18:11:11.645Z | Downloaded globset v0.4.13 |
1196 | 2024-02-01T18:11:11.645Z | Downloaded which v4.4.0 |
1197 | 2024-02-01T18:11:11.645Z | Downloaded digest v0.10.7 |
1198 | 2024-02-01T18:11:11.645Z | Downloaded toml v0.8.8 |
1199 | 2024-02-01T18:11:11.646Z | Downloaded smallvec v0.6.14 |
1200 | 2024-02-01T18:11:11.646Z | Downloaded rpassword v7.3.1 |
1201 | 2024-02-01T18:11:11.646Z | Downloaded toml_datetime v0.6.5 |
1202 | 2024-02-01T18:11:11.646Z | Downloaded tokio-native-tls v0.3.1 |
1203 | 2024-02-01T18:11:11.646Z | Downloaded serde_yaml v0.9.25 |
1204 | 2024-02-01T18:11:11.646Z | Downloaded crc32fast v1.3.2 |
1205 | 2024-02-01T18:11:11.646Z | Downloaded mockall v0.12.0 |
1206 | 2024-02-01T18:11:11.646Z | Downloaded lock_api v0.4.10 |
1207 | 2024-02-01T18:11:11.646Z | Downloaded headers-core v0.2.0 |
1208 | 2024-02-01T18:11:11.647Z | Downloaded derive_builder_macro v0.12.0 |
1209 | 2024-02-01T18:11:11.647Z | Downloaded scroll_derive v0.12.0 |
1210 | 2024-02-01T18:11:11.647Z | Downloaded postgres-types v0.2.6 |
1211 | 2024-02-01T18:11:11.647Z | Downloaded parking_lot_core v0.9.8 |
1212 | 2024-02-01T18:11:11.647Z | Downloaded waitgroup v0.1.2 |
1213 | 2024-02-01T18:11:11.647Z | Downloaded swrite v0.1.0 |
1214 | 2024-02-01T18:11:11.647Z | Downloaded slog-term v2.9.0 |
1215 | 2024-02-01T18:11:11.647Z | Downloaded deranged v0.3.8 |
1216 | 2024-02-01T18:11:11.647Z | Downloaded thiserror-impl v1.0.56 |
1217 | 2024-02-01T18:11:11.647Z | Downloaded quick-error v1.2.3 |
1218 | 2024-02-01T18:11:11.647Z | Downloaded usdt-impl v0.5.0 |
1219 | 2024-02-01T18:11:11.647Z | Downloaded structmeta v0.2.0 |
1220 | 2024-02-01T18:11:11.647Z | Downloaded nanorand v0.7.0 |
1221 | 2024-02-01T18:11:11.647Z | Downloaded form_urlencoded v1.2.1 |
1222 | 2024-02-01T18:11:11.647Z | Downloaded darling_core v0.14.4 |
1223 | 2024-02-01T18:11:11.647Z | Downloaded lazy_static v1.4.0 |
1224 | 2024-02-01T18:11:11.648Z | Downloaded utf8parse v0.2.1 |
1225 | 2024-02-01T18:11:11.648Z | Downloaded anyhow v1.0.75 |
1226 | 2024-02-01T18:11:11.648Z | Downloaded allocator-api2 v0.2.16 |
1227 | 2024-02-01T18:11:11.650Z | Downloaded pest_generator v2.7.6 |
1228 | 2024-02-01T18:11:11.650Z | Downloaded openssl-probe v0.1.5 |
1229 | 2024-02-01T18:11:11.651Z | Downloaded usdt-attr-macro v0.5.0 |
1230 | 2024-02-01T18:11:11.651Z | Downloaded tinyvec_macros v0.1.1 |
1231 | 2024-02-01T18:11:11.651Z | Downloaded num-integer v0.1.45 |
1232 | 2024-02-01T18:11:11.651Z | Downloaded memoffset v0.9.0 |
1233 | 2024-02-01T18:11:11.651Z | Downloaded lalrpop-util v0.19.12 |
1234 | 2024-02-01T18:11:11.651Z | Downloaded postgres-protocol v0.6.6 |
1235 | 2024-02-01T18:11:11.651Z | Downloaded phf_shared v0.11.2 |
1236 | 2024-02-01T18:11:11.652Z | Downloaded flagset v0.4.3 |
1237 | 2024-02-01T18:11:11.652Z | Downloaded equivalent v1.0.1 |
1238 | 2024-02-01T18:11:11.652Z | Downloaded dirs-next v2.0.0 |
1239 | 2024-02-01T18:11:11.652Z | Downloaded darling_macro v0.20.3 |
1240 | 2024-02-01T18:11:11.652Z | Downloaded string_cache v0.8.7 |
1241 | 2024-02-01T18:11:11.652Z | Downloaded mime_guess v2.0.4 |
1242 | 2024-02-01T18:11:11.652Z | Downloaded futures-core v0.3.30 |
1243 | 2024-02-01T18:11:11.675Z | Downloaded vec_map v0.8.2 |
1244 | 2024-02-01T18:11:11.675Z | Downloaded structmeta-derive v0.2.0 |
1245 | 2024-02-01T18:11:11.675Z | Downloaded schemars_derive v0.8.16 |
1246 | 2024-02-01T18:11:11.676Z | Downloaded maybe-uninit v2.0.0 |
1247 | 2024-02-01T18:11:11.676Z | Downloaded ahash v0.8.6 |
1248 | 2024-02-01T18:11:11.676Z | Downloaded num_enum_derive v0.5.11 |
1249 | 2024-02-01T18:11:11.676Z | Downloaded aho-corasick v1.0.4 |
1250 | 2024-02-01T18:11:11.676Z | Downloaded base64ct v1.6.0 |
1251 | 2024-02-01T18:11:11.676Z | Downloaded addr2line v0.21.0 |
1252 | 2024-02-01T18:11:11.676Z | Downloaded darling_macro v0.14.4 |
1253 | 2024-02-01T18:11:11.676Z | Downloaded olpc-cjson v0.1.3 |
1254 | 2024-02-01T18:11:11.677Z | Downloaded itertools v0.12.0 |
1255 | 2024-02-01T18:11:11.677Z | Downloaded camino v1.1.6 |
1256 | 2024-02-01T18:11:11.677Z | Downloaded bytecount v0.6.3 |
1257 | 2024-02-01T18:11:11.677Z | Downloaded bitflags v2.4.0 |
1258 | 2024-02-01T18:11:11.677Z | Downloaded bit-set v0.5.3 |
1259 | 2024-02-01T18:11:11.678Z | Downloaded bcs v0.1.6 |
1260 | 2024-02-01T18:11:11.678Z | Downloaded async-trait v0.1.77 |
1261 | 2024-02-01T18:11:11.678Z | Downloaded anstyle-parse v0.2.1 |
1262 | 2024-02-01T18:11:11.678Z | Downloaded ansi_term v0.12.1 |
1263 | 2024-02-01T18:11:11.678Z | Downloaded argon2 v0.5.3 |
1264 | 2024-02-01T18:11:11.678Z | Downloaded aead v0.5.2 |
1265 | 2024-02-01T18:11:11.678Z | Downloaded derive-where v1.2.7 |
1266 | 2024-02-01T18:11:11.678Z | Downloaded adler v1.0.2 |
1267 | 2024-02-01T18:11:11.678Z | Downloaded ed25519 v1.5.3 |
1268 | 2024-02-01T18:11:11.678Z | Downloaded socket2 v0.4.9 |
1269 | 2024-02-01T18:11:11.678Z | Downloaded num-derive v0.4.0 |
1270 | 2024-02-01T18:11:11.678Z | Downloaded mime v0.3.17 |
1271 | 2024-02-01T18:11:11.678Z | Downloaded macaddr v1.0.1 |
1272 | 2024-02-01T18:11:11.678Z | Downloaded libefi-sys v0.1.0 |
1273 | 2024-02-01T18:11:11.679Z | Downloaded thread_local v1.1.7 |
1274 | 2024-02-01T18:11:11.679Z | Downloaded newtype_derive v0.1.6 |
1275 | 2024-02-01T18:11:11.679Z | Downloaded maplit v1.0.2 |
1276 | 2024-02-01T18:11:11.679Z | Downloaded lru-cache v0.1.2 |
1277 | 2024-02-01T18:11:11.679Z | Downloaded bitfield v0.14.0 |
1278 | 2024-02-01T18:11:11.679Z | Downloaded sqlformat v0.2.3 |
1279 | 2024-02-01T18:11:11.679Z | Downloaded num_cpus v1.16.0 |
1280 | 2024-02-01T18:11:11.679Z | Downloaded crc v3.0.1 |
1281 | 2024-02-01T18:11:11.679Z | Downloaded slog v2.7.0 |
1282 | 2024-02-01T18:11:11.679Z | Downloaded opaque-debug v0.3.0 |
1283 | 2024-02-01T18:11:11.679Z | Downloaded omicron-zone-package v0.10.1 |
1284 | 2024-02-01T18:11:11.679Z | Downloaded serde_derive_internals v0.26.0 |
1285 | 2024-02-01T18:11:11.679Z | Downloaded once_cell v1.19.0 |
1286 | 2024-02-01T18:11:11.679Z | Downloaded block-buffer v0.10.4 |
1287 | 2024-02-01T18:11:11.679Z | Downloaded byteorder v1.5.0 |
1288 | 2024-02-01T18:11:11.679Z | Downloaded bit-vec v0.6.3 |
1289 | 2024-02-01T18:11:11.680Z | Downloaded base16ct v0.2.0 |
1290 | 2024-02-01T18:11:11.680Z | Downloaded block-padding v0.3.3 |
1291 | 2024-02-01T18:11:11.680Z | Downloaded assert_matches v1.5.0 |
1292 | 2024-02-01T18:11:11.680Z | Downloaded supports-color v2.1.0 |
1293 | 2024-02-01T18:11:11.680Z | Downloaded rustls-pemfile v1.0.3 |
1294 | 2024-02-01T18:11:11.680Z | Downloaded autocfg v1.1.0 |
1295 | 2024-02-01T18:11:11.680Z | Downloaded anstyle-query v1.0.0 |
1296 | 2024-02-01T18:11:11.680Z | Downloaded async-stream v0.3.5 |
1297 | 2024-02-01T18:11:11.680Z | Downloaded anstyle v1.0.2 |
1298 | 2024-02-01T18:11:11.681Z | Downloaded array-init v0.0.4 |
1299 | 2024-02-01T18:11:11.681Z | Downloaded httpdate v1.0.3 |
1300 | 2024-02-01T18:11:11.681Z | Downloaded managed v0.8.0 |
1301 | 2024-02-01T18:11:11.682Z | Downloaded indoc v1.0.9 |
1302 | 2024-02-01T18:11:11.682Z | Downloaded httparse v1.8.0 |
1303 | 2024-02-01T18:11:11.682Z | Downloaded bb8 v0.8.1 |
1304 | 2024-02-01T18:11:11.682Z | Downloaded ascii-canvas v3.0.0 |
1305 | 2024-02-01T18:11:11.682Z | Downloaded hyper-staticfile v0.9.5 |
1306 | 2024-02-01T18:11:11.682Z | Downloaded hyper-rustls v0.24.2 |
1307 | 2024-02-01T18:11:11.682Z | Downloaded async-recursion v1.0.5 |
1308 | 2024-02-01T18:11:11.682Z | Downloaded memoffset v0.7.1 |
1309 | 2024-02-01T18:11:11.682Z | Downloaded kstat-rs v0.2.3 |
1310 | 2024-02-01T18:11:11.682Z | Downloaded signal-hook-tokio v0.3.1 |
1311 | 2024-02-01T18:11:11.682Z | Downloaded nodrop v0.1.14 |
1312 | 2024-02-01T18:11:11.682Z | Downloaded matches v0.1.10 |
1313 | 2024-02-01T18:11:11.682Z | Downloaded match_cfg v0.1.0 |
1314 | 2024-02-01T18:11:11.682Z | Downloaded cstr-argument v0.1.2 |
1315 | 2024-02-01T18:11:11.682Z | Downloaded libsw v3.3.1 |
1316 | 2024-02-01T18:11:11.682Z | Downloaded keccak v0.1.4 |
1317 | 2024-02-01T18:11:11.683Z | Downloaded is-terminal v0.4.9 |
1318 | 2024-02-01T18:11:11.683Z | Downloaded chacha20 v0.9.1 |
1319 | 2024-02-01T18:11:11.683Z | Downloaded crunchy v0.2.2 |
1320 | 2024-02-01T18:11:11.683Z | Downloaded libloading v0.7.4 |
1321 | 2024-02-01T18:11:11.683Z | Downloaded cc v1.0.83 |
1322 | 2024-02-01T18:11:11.683Z | Downloaded atomic-waker v1.1.1 |
1323 | 2024-02-01T18:11:11.683Z | Downloaded rustyline v13.0.0 |
1324 | 2024-02-01T18:11:11.683Z | Downloaded crossbeam-channel v0.5.8 |
1325 | 2024-02-01T18:11:11.683Z | Downloaded ipnetwork v0.20.0 |
1326 | 2024-02-01T18:11:11.683Z | Downloaded linear-map v1.2.0 |
1327 | 2024-02-01T18:11:11.683Z | Downloaded http-body v0.4.5 |
1328 | 2024-02-01T18:11:11.683Z | Downloaded clang-sys v1.6.1 |
1329 | 2024-02-01T18:11:11.683Z | Downloaded cfg-if v1.0.0 |
1330 | 2024-02-01T18:11:11.683Z | Downloaded cassowary v0.3.0 |
1331 | 2024-02-01T18:11:11.684Z | Downloaded async-stream-impl v0.3.5 |
1332 | 2024-02-01T18:11:11.684Z | Downloaded atomicwrites v0.4.3 |
1333 | 2024-02-01T18:11:11.684Z | Downloaded num-rational v0.4.1 |
1334 | 2024-02-01T18:11:11.684Z | Downloaded memchr v2.6.3 |
1335 | 2024-02-01T18:11:11.684Z | Downloaded linked-hash-map v0.5.6 |
1336 | 2024-02-01T18:11:11.684Z | Downloaded ciborium-io v0.2.2 |
1337 | 2024-02-01T18:11:11.684Z | Downloaded atty v0.2.14 |
1338 | 2024-02-01T18:11:11.685Z | Downloaded num-traits v0.2.16 |
1339 | 2024-02-01T18:11:11.685Z | Downloaded instant v0.1.12 |
1340 | 2024-02-01T18:11:11.685Z | Downloaded sec1 v0.7.3 |
1341 | 2024-02-01T18:11:11.685Z | Downloaded indexmap v1.9.3 |
1342 | 2024-02-01T18:11:11.685Z | Downloaded darling_core v0.20.3 |
1343 | 2024-02-01T18:11:11.828Z | Downloaded crossbeam-queue v0.3.8 |
1344 | 2024-02-01T18:11:11.829Z | Downloaded darling v0.20.3 |
1345 | 2024-02-01T18:11:11.829Z | Downloaded crossbeam-epoch v0.9.15 |
1346 | 2024-02-01T18:11:11.829Z | Downloaded camino-tempfile v1.1.1 |
1347 | 2024-02-01T18:11:11.829Z | Downloaded nu-ansi-term v0.49.0 |
1348 | 2024-02-01T18:11:11.829Z | Downloaded normalize-line-endings v0.3.0 |
1349 | 2024-02-01T18:11:11.830Z | Downloaded memmap v0.7.0 |
1350 | 2024-02-01T18:11:11.830Z | Downloaded itoa v1.0.9 |
1351 | 2024-02-01T18:11:11.830Z | Downloaded hyper-tls v0.5.0 |
1352 | 2024-02-01T18:11:11.830Z | Downloaded darling v0.14.4 |
1353 | 2024-02-01T18:11:11.830Z | Downloaded const-oid v0.9.5 |
1354 | 2024-02-01T18:11:11.830Z | Downloaded chacha20poly1305 v0.10.1 |
1355 | 2024-02-01T18:11:11.831Z | Downloaded num-bigint v0.4.4 |
1356 | 2024-02-01T18:11:11.831Z | Downloaded is_ci v1.1.1 |
1357 | 2024-02-01T18:11:11.831Z | Downloaded cookie v0.18.0 |
1358 | 2024-02-01T18:11:11.831Z | Downloaded clap v4.4.3 |
1359 | 2024-02-01T18:11:11.832Z | Downloaded bzip2 v0.4.4 |
1360 | 2024-02-01T18:11:11.832Z | Downloaded num-iter v0.1.43 |
1361 | 2024-02-01T18:11:11.832Z | Downloaded num-complex v0.4.4 |
1362 | 2024-02-01T18:11:11.832Z | Downloaded crypto-common v0.1.6 |
1363 | 2024-02-01T18:11:11.832Z | Downloaded clap_derive v4.4.2 |
1364 | 2024-02-01T18:11:11.832Z | Downloaded lru v0.12.1 |
1365 | 2024-02-01T18:11:11.832Z | Downloaded console v0.15.8 |
1366 | 2024-02-01T18:11:11.832Z | Downloaded humantime v2.1.0 |
1367 | 2024-02-01T18:11:11.844Z | Downloaded corncobs v0.1.3 |
1368 | 2024-02-01T18:11:11.845Z | Downloaded crc-catalog v2.2.0 |
1369 | 2024-02-01T18:11:11.845Z | Downloaded ciborium v0.2.2 |
1370 | 2024-02-01T18:11:11.845Z | Downloaded buf-list v1.0.3 |
1371 | 2024-02-01T18:11:11.845Z | Downloaded colored v2.0.4 |
1372 | 2024-02-01T18:11:11.845Z | Downloaded cobs v0.2.3 |
1373 | 2024-02-01T18:11:11.845Z | Downloaded clap_lex v0.5.1 |
1374 | 2024-02-01T18:11:11.845Z | Downloaded cipher v0.4.4 |
1375 | 2024-02-01T18:11:11.845Z | Downloaded ciborium-ll v0.2.2 |
1376 | 2024-02-01T18:11:11.845Z | Downloaded cexpr v0.6.0 |
1377 | 2024-02-01T18:11:12.008Z | Compiling proc-macro2 v1.0.78 |
1378 | 2024-02-01T18:11:12.013Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-02-01T18:11:12.013Z | Compiling libc v0.2.152 |
1380 | 2024-02-01T18:11:12.013Z | Compiling serde v1.0.195 |
1381 | 2024-02-01T18:11:12.014Z | Compiling autocfg v1.1.0 |
1382 | 2024-02-01T18:11:12.014Z | Compiling version_check v0.9.4 |
1383 | 2024-02-01T18:11:12.014Z | Compiling cfg-if v1.0.0 |
1384 | 2024-02-01T18:11:12.360Z | Compiling once_cell v1.19.0 |
1385 | 2024-02-01T18:11:12.364Z | Compiling syn v1.0.109 |
1386 | 2024-02-01T18:11:12.551Z | Compiling byteorder v1.5.0 |
1387 | 2024-02-01T18:11:13.461Z | Compiling memchr v2.6.3 |
1388 | 2024-02-01T18:11:13.647Z | Compiling ahash v0.8.6 |
1389 | 2024-02-01T18:11:13.647Z | Compiling parking_lot_core v0.9.8 |
1390 | 2024-02-01T18:11:13.647Z | Compiling lock_api v0.4.10 |
1391 | 2024-02-01T18:11:14.217Z | Compiling libm v0.2.7 |
1392 | 2024-02-01T18:11:14.236Z | Compiling serde_json v1.0.113 |
1393 | 2024-02-01T18:11:14.247Z | Compiling num-traits v0.2.16 |
1394 | 2024-02-01T18:11:14.585Z | Compiling thiserror v1.0.56 |
1395 | 2024-02-01T18:11:14.738Z | Compiling typenum v1.16.0 |
1396 | 2024-02-01T18:11:15.159Z | Compiling scopeguard v1.2.0 |
1397 | 2024-02-01T18:11:15.309Z | Compiling generic-array v0.14.7 |
1398 | 2024-02-01T18:11:15.615Z | Compiling itoa v1.0.9 |
1399 | 2024-02-01T18:11:15.721Z | Compiling quote v1.0.35 |
1400 | 2024-02-01T18:11:16.132Z | Compiling log v0.4.20 |
1401 | 2024-02-01T18:11:16.400Z | Compiling syn v2.0.48 |
1402 | 2024-02-01T18:11:16.686Z | Compiling cc v1.0.83 |
1403 | 2024-02-01T18:11:16.761Z | Compiling getrandom v0.2.10 |
1404 | 2024-02-01T18:11:17.293Z | Compiling pkg-config v0.3.27 |
1405 | 2024-02-01T18:11:17.627Z | Compiling slab v0.4.9 |
1406 | 2024-02-01T18:11:18.201Z | Compiling ryu v1.0.15 |
1407 | 2024-02-01T18:11:18.417Z | Compiling smallvec v1.11.2 |
1408 | 2024-02-01T18:11:18.646Z | Compiling allocator-api2 v0.2.16 |
1409 | 2024-02-01T18:11:18.986Z | Compiling pin-project-lite v0.2.13 |
1410 | 2024-02-01T18:11:18.998Z | Compiling equivalent v1.0.1 |
1411 | 2024-02-01T18:11:19.201Z | Compiling vcpkg v0.2.15 |
1412 | 2024-02-01T18:11:19.223Z | Compiling schemars v0.8.16 |
1413 | 2024-02-01T18:11:19.684Z | Compiling parking_lot v0.12.1 |
1414 | 2024-02-01T18:11:19.872Z | Compiling heck v0.4.1 |
1415 | 2024-02-01T18:11:21.094Z | Compiling ring v0.17.7 |
1416 | 2024-02-01T18:11:21.693Z | Compiling signal-hook-registry v1.4.1 |
1417 | 2024-02-01T18:11:22.050Z | Compiling openssl-sys v0.9.96 |
1418 | 2024-02-01T18:11:23.458Z | Compiling rand_core v0.6.4 |
1419 | 2024-02-01T18:11:23.688Z | Compiling mio v0.8.9 |
1420 | 2024-02-01T18:11:25.621Z | Compiling ring v0.16.20 |
1421 | 2024-02-01T18:11:26.806Z | Compiling socket2 v0.5.5 |
1422 | 2024-02-01T18:11:27.263Z | Compiling num_cpus v1.16.0 |
1423 | 2024-02-01T18:11:27.267Z | Compiling ucd-trie v0.1.6 |
1424 | 2024-02-01T18:11:27.267Z | Compiling httparse v1.8.0 |
1425 | 2024-02-01T18:11:27.267Z | Compiling futures-core v0.3.30 |
1426 | 2024-02-01T18:11:27.628Z | Compiling semver v1.0.21 |
1427 | 2024-02-01T18:11:27.692Z | Compiling fnv v1.0.7 |
1428 | 2024-02-01T18:11:27.817Z | Compiling openssl v0.10.60 |
1429 | 2024-02-01T18:11:27.864Z | Compiling spin v0.5.2 |
1430 | 2024-02-01T18:11:28.227Z | Compiling serde_derive_internals v0.26.0 |
1431 | 2024-02-01T18:11:28.366Z | Compiling iana-time-zone v0.1.57 |
1432 | 2024-02-01T18:11:28.735Z | Compiling native-tls v0.2.11 |
1433 | 2024-02-01T18:11:28.886Z | Compiling rustls v0.21.9 |
1434 | 2024-02-01T18:11:29.196Z | Compiling crossbeam-utils v0.8.16 |
1435 | 2024-02-01T18:11:29.271Z | Compiling const-oid v0.9.5 |
1436 | 2024-02-01T18:11:29.855Z | Compiling subtle v2.5.0 |
1437 | 2024-02-01T18:11:29.878Z | Compiling unicode-xid v0.2.4 |
1438 | 2024-02-01T18:11:30.111Z | Compiling synstructure v0.12.6 |
1439 | 2024-02-01T18:11:30.317Z | Compiling spin v0.9.8 |
1440 | 2024-02-01T18:11:30.942Z | Compiling io-lifetimes v1.0.11 |
1441 | 2024-02-01T18:11:31.906Z | Compiling futures-sink v0.3.30 |
1442 | 2024-02-01T18:11:32.258Z | Compiling backtrace v0.3.69 |
1443 | 2024-02-01T18:11:32.497Z | Compiling rustix v0.38.30 |
1444 | 2024-02-01T18:11:32.596Z | Compiling dyn-clone v1.0.13 |
1445 | 2024-02-01T18:11:32.630Z | Compiling winnow v0.5.15 |
1446 | 2024-02-01T18:11:32.804Z | Compiling tinyvec_macros v0.1.1 |
1447 | 2024-02-01T18:11:32.932Z | Compiling tinyvec v1.6.0 |
1448 | 2024-02-01T18:11:33.226Z | Compiling futures-channel v0.3.30 |
1449 | 2024-02-01T18:11:33.370Z | Compiling tracing-core v0.1.31 |
1450 | 2024-02-01T18:11:33.842Z | Compiling num-integer v0.1.45 |
1451 | 2024-02-01T18:11:33.956Z | Compiling memoffset v0.9.0 |
1452 | 2024-02-01T18:11:34.219Z | Compiling pin-utils v0.1.0 |
1453 | 2024-02-01T18:11:34.345Z | Compiling futures-task v0.3.30 |
1454 | 2024-02-01T18:11:34.734Z | Compiling futures-io v0.3.30 |
1455 | 2024-02-01T18:11:35.683Z | Compiling rustix v0.37.23 |
1456 | 2024-02-01T18:11:35.775Z | Compiling unicode-normalization v0.1.22 |
1457 | 2024-02-01T18:11:36.935Z | Compiling usdt-impl v0.3.5 |
1458 | 2024-02-01T18:11:37.311Z | Compiling serde_derive v1.0.195 |
1459 | 2024-02-01T18:11:37.446Z | Compiling zerocopy-derive v0.7.32 |
1460 | 2024-02-01T18:11:37.500Z | Compiling zeroize_derive v1.4.2 |
1461 | 2024-02-01T18:11:37.531Z | Compiling thiserror-impl v1.0.56 |
1462 | 2024-02-01T18:11:37.659Z | Compiling tokio-macros v2.2.0 |
1463 | 2024-02-01T18:11:37.992Z | Compiling futures-macro v0.3.30 |
1464 | 2024-02-01T18:11:38.085Z | Compiling tracing-attributes v0.1.26 |
1465 | 2024-02-01T18:11:39.892Z | Compiling zeroize v1.7.0 |
1466 | 2024-02-01T18:11:39.925Z | Compiling schemars_derive v0.8.16 |
1467 | 2024-02-01T18:11:40.386Z | Compiling zerocopy v0.7.32 |
1468 | 2024-02-01T18:11:42.357Z | Compiling pest v2.7.6 |
1469 | 2024-02-01T18:11:43.838Z | Compiling openssl-macros v0.1.1 |
1470 | 2024-02-01T18:11:44.019Z | Compiling hashbrown v0.14.2 |
1471 | 2024-02-01T18:11:44.823Z | Compiling zerocopy-derive v0.2.0 |
1472 | 2024-02-01T18:11:44.853Z | Compiling crypto-common v0.1.6 |
1473 | 2024-02-01T18:11:45.133Z | Compiling der_derive v0.7.2 |
1474 | 2024-02-01T18:11:46.088Z | Compiling hashbrown v0.13.2 |
1475 | 2024-02-01T18:11:46.134Z | Compiling block-buffer v0.10.4 |
1476 | 2024-02-01T18:11:46.483Z | Compiling pest_meta v2.7.6 |
1477 | 2024-02-01T18:11:46.659Z | Compiling tracing v0.1.37 |
1478 | 2024-02-01T18:11:46.905Z | Compiling futures-util v0.3.30 |
1479 | 2024-02-01T18:11:48.144Z | Compiling bitflags v1.3.2 |
1480 | 2024-02-01T18:11:48.291Z | Compiling crc32fast v1.3.2 |
1481 | 2024-02-01T18:11:48.757Z | Compiling pest_generator v2.7.6 |
1482 | 2024-02-01T18:11:48.912Z | Compiling unicode-bidi v0.3.13 |
1483 | 2024-02-01T18:11:50.860Z | Compiling anyhow v1.0.75 |
1484 | 2024-02-01T18:11:51.744Z | Compiling time-core v0.1.1 |
1485 | 2024-02-01T18:11:51.769Z | Compiling slog v2.7.0 |
1486 | 2024-02-01T18:11:51.997Z | Compiling time-macros v0.2.13 |
1487 | 2024-02-01T18:11:53.350Z | Compiling pest_derive v2.7.6 |
1488 | 2024-02-01T18:11:55.178Z | Compiling digest v0.10.7 |
1489 | 2024-02-01T18:11:55.216Z | Compiling scroll_derive v0.12.0 |
1490 | 2024-02-01T18:11:55.909Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1491 | 2024-02-01T18:11:55.934Z | Compiling aho-corasick v1.0.4 |
1492 | 2024-02-01T18:11:56.544Z | Compiling crossbeam-epoch v0.9.15 |
1493 | 2024-02-01T18:11:56.873Z | Compiling async-trait v0.1.77 |
1494 | 2024-02-01T18:11:56.906Z | Compiling untrusted v0.9.0 |
1495 | 2024-02-01T18:11:57.211Z | Compiling signal-hook v0.3.17 |
1496 | 2024-02-01T18:11:57.239Z | Compiling rustversion v1.0.14 |
1497 | 2024-02-01T18:11:57.469Z | Compiling regex-syntax v0.8.2 |
1498 | 2024-02-01T18:11:57.607Z | Compiling ppv-lite86 v0.2.17 |
1499 | 2024-02-01T18:11:58.228Z | Compiling zerocopy v0.3.0 |
1500 | 2024-02-01T18:11:58.861Z | Compiling rand_chacha v0.3.1 |
1501 | 2024-02-01T18:12:00.578Z | Compiling bytes v1.5.0 |
1502 | 2024-02-01T18:12:01.910Z | Compiling indexmap v2.2.2 |
1503 | 2024-02-01T18:12:02.812Z | Compiling tokio v1.35.1 |
1504 | 2024-02-01T18:12:02.813Z | Compiling uuid v1.7.0 |
1505 | 2024-02-01T18:12:05.297Z | Compiling chrono v0.4.31 |
1506 | 2024-02-01T18:12:05.434Z | Compiling bitflags v2.4.0 |
1507 | 2024-02-01T18:12:27.962Z | Compiling serde_spanned v0.6.4 |
1508 | 2024-02-01T18:12:29.128Z | Compiling toml_datetime v0.6.5 |
1509 | 2024-02-01T18:12:29.128Z | Compiling toml_edit v0.19.15 |
1510 | 2024-02-01T18:12:29.128Z | Compiling rustc_version v0.4.0 |
1511 | 2024-02-01T18:12:29.704Z | Compiling http v0.2.11 |
1512 | 2024-02-01T18:12:29.704Z | Compiling heapless v0.7.16 |
1513 | 2024-02-01T18:12:29.704Z | Compiling regex-automata v0.4.4 |
1514 | 2024-02-01T18:12:29.704Z | Compiling errno v0.3.8 |
1515 | 2024-02-01T18:12:29.704Z | Compiling thread-id v4.2.0 |
1516 | 2024-02-01T18:12:29.704Z | Compiling strsim v0.10.0 |
1517 | 2024-02-01T18:12:29.704Z | Compiling tokio-util v0.7.10 |
1518 | 2024-02-01T18:12:29.704Z | Compiling regex v1.10.3 |
1519 | 2024-02-01T18:12:29.704Z | Compiling rand v0.8.5 |
1520 | 2024-02-01T18:12:29.704Z | Compiling dof v0.1.5 |
1521 | 2024-02-01T18:12:29.704Z | Compiling dtrace-parser v0.1.14 |
1522 | 2024-02-01T18:12:29.704Z | Compiling num-bigint v0.4.4 |
1523 | 2024-02-01T18:12:29.704Z | Compiling foreign-types-shared v0.1.1 |
1524 | 2024-02-01T18:12:29.704Z | Compiling untrusted v0.7.1 |
1525 | 2024-02-01T18:12:29.704Z | Compiling percent-encoding v2.3.1 |
1526 | 2024-02-01T18:12:29.704Z | Compiling base64ct v1.6.0 |
1527 | 2024-02-01T18:12:29.705Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1528 | 2024-02-01T18:12:29.705Z | Compiling camino v1.1.6 |
1529 | 2024-02-01T18:12:29.705Z | Compiling smoltcp v0.9.1 |
1530 | 2024-02-01T18:12:29.705Z | Compiling foreign-types v0.3.2 |
1531 | 2024-02-01T18:12:29.705Z | Compiling pem-rfc7468 v0.7.0 |
1532 | 2024-02-01T18:12:29.705Z | Compiling strum_macros v0.25.2 |
1533 | 2024-02-01T18:12:30.598Z | Compiling serde_tokenstream v0.1.7 |
1534 | 2024-02-01T18:12:32.968Z | Compiling hmac v0.12.1 |
1535 | 2024-02-01T18:12:33.307Z | Compiling lazy_static v1.4.0 |
1536 | 2024-02-01T18:12:33.545Z | Compiling socket2 v0.4.9 |
1537 | 2024-02-01T18:12:33.677Z | Compiling adler v1.0.2 |
1538 | 2024-02-01T18:12:33.725Z | Compiling base64 v0.21.7 |
1539 | 2024-02-01T18:12:33.896Z | Compiling siphasher v0.3.11 |
1540 | 2024-02-01T18:12:33.953Z | Compiling try-lock v0.2.4 |
1541 | 2024-02-01T18:12:34.185Z | Compiling flagset v0.4.3 |
1542 | 2024-02-01T18:12:34.470Z | Compiling unicode-width v0.1.11 |
1543 | 2024-02-01T18:12:34.518Z | Compiling unicode-segmentation v1.10.1 |
1544 | 2024-02-01T18:12:34.863Z | Compiling der v0.7.8 |
1545 | 2024-02-01T18:12:35.177Z | Compiling miniz_oxide v0.7.1 |
1546 | 2024-02-01T18:12:35.563Z | Compiling want v0.3.1 |
1547 | 2024-02-01T18:12:37.300Z | Compiling sct v0.7.0 |
1548 | 2024-02-01T18:12:37.574Z | Compiling rustls-webpki v0.101.7 |
1549 | 2024-02-01T18:12:37.735Z | Compiling form_urlencoded v1.2.1 |
1550 | 2024-02-01T18:12:38.085Z | Compiling h2 v0.3.24 |
1551 | 2024-02-01T18:12:38.176Z | Compiling http-body v0.4.5 |
1552 | 2024-02-01T18:12:39.028Z | Compiling hubpack_derive v0.1.1 |
1553 | 2024-02-01T18:12:39.032Z | Compiling zerocopy-derive v0.6.4 |
1554 | 2024-02-01T18:12:40.306Z | Compiling num-iter v0.1.43 |
1555 | 2024-02-01T18:12:40.750Z | Compiling usdt-impl v0.5.0 |
1556 | 2024-02-01T18:12:41.277Z | Compiling utf8parse v0.2.1 |
1557 | 2024-02-01T18:12:41.347Z | Compiling stable_deref_trait v1.2.0 |
1558 | 2024-02-01T18:12:41.495Z | Compiling httpdate v1.0.3 |
1559 | 2024-02-01T18:12:41.519Z | Compiling tower-service v0.3.2 |
1560 | 2024-02-01T18:12:41.596Z | Compiling cpufeatures v0.2.12 |
1561 | 2024-02-01T18:12:41.995Z | Compiling openssl-probe v0.1.5 |
1562 | 2024-02-01T18:12:42.079Z | Compiling anstyle v1.0.2 |
1563 | 2024-02-01T18:12:42.266Z | Compiling sha2 v0.10.8 |
1564 | 2024-02-01T18:12:42.765Z | Compiling anstyle-parse v0.2.1 |
1565 | 2024-02-01T18:12:45.448Z | Compiling spki v0.7.2 |
1566 | 2024-02-01T18:12:45.792Z | Compiling usdt-attr-macro v0.3.5 |
1567 | 2024-02-01T18:12:45.993Z | Compiling usdt-macro v0.3.5 |
1568 | 2024-02-01T18:12:48.664Z | Compiling openapiv3 v2.0.0 |
1569 | 2024-02-01T18:12:49.396Z | Compiling hyper v0.14.27 |
1570 | 2024-02-01T18:12:49.720Z | Compiling scroll v0.12.0 |
1571 | 2024-02-01T18:12:50.548Z | Compiling md-5 v0.10.5 |
1572 | 2024-02-01T18:12:50.902Z | Compiling idna v0.5.0 |
1573 | 2024-02-01T18:12:51.342Z | Compiling stringprep v0.1.3 |
1574 | 2024-02-01T18:12:52.974Z | Compiling diesel_table_macro_syntax v0.1.0 |
1575 | 2024-02-01T18:12:53.322Z | Compiling hash32 v0.2.1 |
1576 | 2024-02-01T18:12:53.545Z | Compiling colorchoice v1.0.0 |
1577 | 2024-02-01T18:12:54.086Z | Compiling fallible-iterator v0.2.0 |
1578 | 2024-02-01T18:12:54.258Z | Compiling gimli v0.28.0 |
1579 | 2024-02-01T18:12:55.236Z | Compiling anstyle-query v1.0.0 |
1580 | 2024-02-01T18:12:55.436Z | Compiling plain v0.2.3 |
1581 | 2024-02-01T18:12:55.666Z | Compiling goblin v0.8.0 |
1582 | 2024-02-01T18:12:56.478Z | Compiling anstream v0.5.0 |
1583 | 2024-02-01T18:12:57.419Z | Compiling postgres-protocol v0.6.6 |
1584 | 2024-02-01T18:12:59.362Z | Compiling diesel_derives v2.1.2 |
1585 | 2024-02-01T18:13:02.111Z | Compiling addr2line v0.21.0 |
1586 | 2024-02-01T18:13:04.742Z | Compiling url v2.5.0 |
1587 | 2024-02-01T18:13:05.882Z | Compiling tokio-rustls v0.24.1 |
1588 | 2024-02-01T18:13:07.501Z | Compiling tokio-native-tls v0.3.1 |
1589 | 2024-02-01T18:13:07.850Z | Compiling pkcs8 v0.10.2 |
1590 | 2024-02-01T18:13:07.894Z | Compiling terminal_size v0.2.6 |
1591 | 2024-02-01T18:13:08.709Z | Compiling phf_shared v0.11.2 |
1592 | 2024-02-01T18:13:10.895Z | Compiling serde_tokenstream v0.2.0 |
1593 | 2024-02-01T18:13:11.348Z | Compiling block-padding v0.3.3 |
1594 | 2024-02-01T18:13:11.404Z | Compiling enum-as-inner v0.5.1 |
1595 | 2024-02-01T18:13:12.107Z | Compiling clap_derive v4.4.2 |
1596 | 2024-02-01T18:13:12.152Z | Compiling serde_repr v0.1.16 |
1597 | 2024-02-01T18:13:13.166Z | Compiling ff v0.13.0 |
1598 | 2024-02-01T18:13:13.437Z | Compiling scheduled-thread-pool v0.2.7 |
1599 | 2024-02-01T18:13:13.536Z | Compiling object v0.32.1 |
1600 | 2024-02-01T18:13:18.583Z | Compiling num_threads v0.1.6 |
1601 | 2024-02-01T18:13:18.768Z | Compiling matches v0.1.10 |
1602 | 2024-02-01T18:13:19.374Z | Compiling regex-automata v0.1.10 |
1603 | 2024-02-01T18:13:19.712Z | Compiling managed v0.8.0 |
1604 | 2024-02-01T18:13:20.443Z | Compiling bit-vec v0.6.3 |
1605 | 2024-02-01T18:13:21.103Z | Compiling rustc-demangle v0.1.23 |
1606 | 2024-02-01T18:13:22.328Z | Compiling pretty-hex v0.4.1 |
1607 | 2024-02-01T18:13:22.864Z | Compiling deranged v0.3.8 |
1608 | 2024-02-01T18:13:22.864Z | Compiling base16ct v0.2.0 |
1609 | 2024-02-01T18:13:23.065Z | Compiling clap_lex v0.5.1 |
1610 | 2024-02-01T18:13:23.754Z | Compiling ipnet v2.9.0 |
1611 | 2024-02-01T18:13:25.442Z | Compiling time v0.3.27 |
1612 | 2024-02-01T18:13:25.504Z | Compiling clap_builder v4.4.2 |
1613 | 2024-02-01T18:13:27.744Z | Compiling sec1 v0.7.3 |
1614 | 2024-02-01T18:13:27.985Z | Compiling dof v0.3.0 |
1615 | 2024-02-01T18:13:31.008Z | Compiling bstr v0.2.17 |
1616 | 2024-02-01T18:13:33.357Z | Compiling idna v0.2.3 |
1617 | 2024-02-01T18:13:33.364Z | Compiling r2d2 v0.8.10 |
1618 | 2024-02-01T18:13:33.708Z | Compiling group v0.13.0 |
1619 | 2024-02-01T18:13:34.171Z | Compiling inout v0.1.3 |
1620 | 2024-02-01T18:13:34.644Z | Compiling phf v0.11.2 |
1621 | 2024-02-01T18:13:35.047Z | Compiling hyper-tls v0.5.0 |
1622 | 2024-02-01T18:13:35.091Z | Compiling signal-hook-mio v0.2.3 |
1623 | 2024-02-01T18:13:35.311Z | Compiling hyper-rustls v0.24.2 |
1624 | 2024-02-01T18:13:35.433Z | Compiling bzip2 v0.4.4 |
1625 | 2024-02-01T18:13:35.542Z | Compiling flate2 v1.0.28 |
1626 | 2024-02-01T18:13:35.570Z | Compiling postgres-types v0.2.6 |
1627 | 2024-02-01T18:13:35.824Z | Compiling zerocopy v0.6.4 |
1628 | 2024-02-01T18:13:36.363Z | Compiling hubpack v0.1.2 |
1629 | 2024-02-01T18:13:37.026Z | Compiling serde_urlencoded v0.7.1 |
1630 | 2024-02-01T18:13:37.058Z | Compiling rustls-pemfile v1.0.3 |
1631 | 2024-02-01T18:13:37.212Z | Compiling phf_shared v0.10.0 |
1632 | 2024-02-01T18:13:37.595Z | Compiling hkdf v0.12.4 |
1633 | 2024-02-01T18:13:37.886Z | Compiling ipnetwork v0.20.0 |
1634 | 2024-02-01T18:13:38.295Z | Compiling futures-executor v0.3.30 |
1635 | 2024-02-01T18:13:38.412Z | Compiling dtrace-parser v0.2.0 |
1636 | 2024-02-01T18:13:39.194Z | Compiling regress v0.7.1 |
1637 | 2024-02-01T18:13:39.369Z | Compiling crypto-bigint v0.5.2 |
1638 | 2024-02-01T18:13:39.759Z | Compiling float-cmp v0.9.0 |
1639 | 2024-02-01T18:13:40.091Z | Compiling encoding_rs v0.8.33 |
1640 | 2024-02-01T18:13:42.667Z | Compiling normalize-line-endings v0.3.0 |
1641 | 2024-02-01T18:13:42.846Z | Compiling either v1.9.0 |
1642 | 2024-02-01T18:13:43.375Z | Compiling precomputed-hash v0.1.1 |
1643 | 2024-02-01T18:13:43.692Z | Compiling mime v0.3.17 |
1644 | 2024-02-01T18:13:44.529Z | Compiling fixedbitset v0.4.2 |
1645 | 2024-02-01T18:13:45.048Z | Compiling static_assertions v1.1.0 |
1646 | 2024-02-01T18:13:45.209Z | Compiling predicates-core v1.0.6 |
1647 | 2024-02-01T18:13:45.488Z | Compiling difflib v0.4.0 |
1648 | 2024-02-01T18:13:45.672Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-02-01T18:13:47.093Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2024-02-01T18:13:47.155Z | Compiling webpki-roots v0.25.2 |
1651 | 2024-02-01T18:13:47.243Z | Compiling regex-automata v0.3.8 |
1652 | 2024-02-01T18:13:47.402Z | Compiling whoami v1.4.1 |
1653 | 2024-02-01T18:13:48.218Z | Compiling data-encoding v2.4.0 |
1654 | 2024-02-01T18:13:51.062Z | Compiling bstr v1.6.0 |
1655 | 2024-02-01T18:13:51.129Z | Compiling trust-dns-proto v0.22.0 |
1656 | 2024-02-01T18:13:53.347Z | Compiling tokio-postgres v0.7.10 |
1657 | 2024-02-01T18:14:01.013Z | Compiling reqwest v0.11.22 |
1658 | 2024-02-01T18:14:01.065Z | Compiling string_cache v0.8.7 |
1659 | 2024-02-01T18:14:01.142Z | Compiling nom v7.1.3 |
1660 | 2024-02-01T18:14:01.747Z | Compiling predicates v3.1.0 |
1661 | 2024-02-01T18:14:03.617Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1662 | 2024-02-01T18:14:04.149Z | Compiling petgraph v0.6.4 |
1663 | 2024-02-01T18:14:10.191Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1664 | 2024-02-01T18:14:10.616Z | Compiling itertools v0.10.5 |
1665 | 2024-02-01T18:14:12.680Z | Compiling elliptic-curve v0.13.8 |
1666 | 2024-02-01T18:14:18.417Z | Compiling futures v0.3.30 |
1667 | 2024-02-01T18:14:18.584Z | Compiling diesel v2.1.4 |
1668 | 2024-02-01T18:14:19.523Z | Compiling yasna v0.5.2 |
1669 | 2024-02-01T18:14:21.020Z | Compiling zip v0.6.6 |
1670 | 2024-02-01T18:14:21.153Z | Compiling crossterm v0.27.0 |
1671 | 2024-02-01T18:14:21.841Z | Compiling cipher v0.4.4 |
1672 | 2024-02-01T18:14:22.622Z | Compiling similar v2.3.0 |
1673 | 2024-02-01T18:14:22.646Z | Compiling clap v4.4.3 |
1674 | 2024-02-01T18:14:22.765Z | Compiling bit-set v0.5.3 |
1675 | 2024-02-01T18:14:22.805Z | Compiling usdt v0.3.5 |
1676 | 2024-02-01T18:14:23.193Z | Compiling console v0.15.8 |
1677 | 2024-02-01T18:14:27.111Z | Compiling tokio-stream v0.1.14 |
1678 | 2024-02-01T18:14:27.119Z | Compiling toml v0.7.8 |
1679 | 2024-02-01T18:14:27.377Z | Compiling toml_edit v0.21.0 |
1680 | 2024-02-01T18:14:27.558Z | Compiling hex v0.4.3 |
1681 | 2024-02-01T18:14:29.252Z | Compiling proc-macro-error-attr v1.0.4 |
1682 | 2024-02-01T18:14:29.533Z | Compiling lalrpop-util v0.19.12 |
1683 | 2024-02-01T18:14:31.267Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1684 | 2024-02-01T18:14:36.566Z | Compiling proc-macro-crate v1.3.1 |
1685 | 2024-02-01T18:14:38.731Z | Compiling proc-macro-error v1.0.4 |
1686 | 2024-02-01T18:14:39.191Z | Compiling heapless v0.8.0 |
1687 | 2024-02-01T18:14:43.661Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-02-01T18:14:54.963Z | Compiling atty v0.2.14 |
1689 | 2024-02-01T18:14:55.810Z | Compiling hash32 v0.3.1 |
1690 | 2024-02-01T18:14:56.182Z | Compiling ident_case v1.0.1 |
1691 | 2024-02-01T18:14:56.449Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1692 | 2024-02-01T18:14:57.169Z | Compiling rustls-pki-types v1.1.0 |
1693 | 2024-02-01T18:14:59.556Z | Compiling smoltcp v0.11.0 |
1694 | 2024-02-01T18:15:05.151Z | Compiling darling_core v0.20.3 |
1695 | 2024-02-01T18:15:22.265Z | Compiling num_enum v0.5.11 |
1696 | 2024-02-01T18:15:25.492Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1697 | 2024-02-01T18:15:32.863Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-02-01T18:15:35.650Z | Compiling cobs v0.2.3 |
1699 | 2024-02-01T18:15:37.175Z | Compiling embedded-io v0.4.0 |
1700 | 2024-02-01T18:15:59.254Z | Compiling rustls v0.22.2 |
1701 | 2024-02-01T18:15:59.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1702 | 2024-02-01T18:16:01.051Z | Compiling postcard v1.0.8 |
1703 | 2024-02-01T18:16:01.534Z | Compiling dirs-next v2.0.0 |
1704 | 2024-02-01T18:16:05.415Z | Compiling darling_macro v0.20.3 |
1705 | 2024-02-01T18:16:10.427Z | Compiling rustls-webpki v0.102.1 |
1706 | 2024-02-01T18:16:15.495Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1707 | 2024-02-01T18:16:19.263Z | Compiling getopts v0.2.21 |
1708 | 2024-02-01T18:16:19.725Z | Compiling foreign-types-macros v0.2.3 |
1709 | 2024-02-01T18:16:20.667Z | Compiling structmeta-derive v0.2.0 |
1710 | 2024-02-01T18:16:21.991Z | Compiling thread_local v1.1.7 |
1711 | 2024-02-01T18:16:22.309Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1712 | 2024-02-01T18:16:22.756Z | Compiling multer v3.0.0 |
1713 | 2024-02-01T18:16:24.431Z | Compiling foreign-types-shared v0.3.1 |
1714 | 2024-02-01T18:16:24.608Z | Compiling match_cfg v0.1.0 |
1715 | 2024-02-01T18:16:24.861Z | Compiling paste v1.0.14 |
1716 | 2024-02-01T18:16:25.089Z | Compiling unsafe-libyaml v0.2.10 |
1717 | 2024-02-01T18:16:25.340Z | Compiling slog-async v2.8.0 |
1718 | 2024-02-01T18:16:25.691Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1719 | 2024-02-01T18:16:25.996Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1720 | 2024-02-01T18:16:27.319Z | Compiling serde_yaml v0.9.25 |
1721 | 2024-02-01T18:16:28.873Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1722 | 2024-02-01T18:16:34.970Z | Compiling structmeta v0.2.0 |
1723 | 2024-02-01T18:16:35.086Z | Compiling hostname v0.3.1 |
1724 | 2024-02-01T18:16:35.472Z | Compiling foreign-types v0.5.0 |
1725 | 2024-02-01T18:16:38.496Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1726 | 2024-02-01T18:16:49.564Z | Compiling darling v0.20.3 |
1727 | 2024-02-01T18:16:53.849Z | Compiling term v0.7.0 |
1728 | 2024-02-01T18:16:57.628Z | Compiling slog-json v2.6.1 |
1729 | 2024-02-01T18:16:57.686Z | Compiling is-terminal v0.4.9 |
1730 | 2024-02-01T18:16:57.887Z | Compiling crossbeam-channel v0.5.8 |
1731 | 2024-02-01T18:17:00.736Z | Compiling strum v0.25.0 |
1732 | 2024-02-01T18:17:01.760Z | Compiling http v1.0.0 |
1733 | 2024-02-01T18:17:02.031Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-02-01T18:17:02.965Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-02-01T18:17:03.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1736 | 2024-02-01T18:17:04.528Z | Compiling cstr-argument v0.1.2 |
1737 | 2024-02-01T18:17:04.889Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1738 | 2024-02-01T18:17:04.915Z | Compiling pretty-hex v0.2.1 |
1739 | 2024-02-01T18:17:05.256Z | Compiling atomic-waker v1.1.1 |
1740 | 2024-02-01T18:17:05.344Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1741 | 2024-02-01T18:17:05.607Z | Compiling fastrand v2.0.0 |
1742 | 2024-02-01T18:17:05.754Z | Compiling crucible-workspace-hack v0.1.0 |
1743 | 2024-02-01T18:17:06.152Z | Compiling regex-syntax v0.7.5 |
1744 | 2024-02-01T18:17:06.179Z | Compiling take_mut v0.2.2 |
1745 | 2024-02-01T18:17:06.705Z | Compiling tempfile v3.9.0 |
1746 | 2024-02-01T18:17:09.982Z | Compiling waitgroup v0.1.2 |
1747 | 2024-02-01T18:17:10.309Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1748 | 2024-02-01T18:17:10.347Z | Compiling async-stream v0.3.5 |
1749 | 2024-02-01T18:17:10.788Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1750 | 2024-02-01T18:17:12.037Z | Compiling slog-bunyan v2.5.0 |
1751 | 2024-02-01T18:17:12.183Z | Compiling colored v2.0.4 |
1752 | 2024-02-01T18:17:12.607Z | Compiling slog-term v2.9.0 |
1753 | 2024-02-01T18:17:14.464Z | Compiling tokio-rustls v0.25.0 |
1754 | 2024-02-01T18:17:15.152Z | Compiling serde_with_macros v3.5.1 |
1755 | 2024-02-01T18:17:16.302Z | Compiling parse-display-derive v0.8.2 |
1756 | 2024-02-01T18:17:16.673Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1757 | 2024-02-01T18:17:19.332Z | Compiling toml v0.8.8 |
1758 | 2024-02-01T18:17:19.519Z | Compiling rustls-pemfile v2.0.0 |
1759 | 2024-02-01T18:17:20.663Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1760 | 2024-02-01T18:17:21.667Z | Compiling sha1 v0.10.6 |
1761 | 2024-02-01T18:17:22.423Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1762 | 2024-02-01T18:17:23.051Z | Compiling textwrap v0.11.0 |
1763 | 2024-02-01T18:17:23.237Z | Compiling heck v0.3.3 |
1764 | 2024-02-01T18:17:23.814Z | Compiling serde_path_to_error v0.1.15 |
1765 | 2024-02-01T18:17:24.800Z | Compiling instant v0.1.12 |
1766 | 2024-02-01T18:17:25.033Z | Compiling debug-ignore v1.0.5 |
1767 | 2024-02-01T18:17:25.263Z | Compiling vec_map v0.8.2 |
1768 | 2024-02-01T18:17:25.543Z | Compiling strsim v0.8.0 |
1769 | 2024-02-01T18:17:25.666Z | Compiling rayon-core v1.12.0 |
1770 | 2024-02-01T18:17:25.776Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1771 | 2024-02-01T18:17:26.103Z | Compiling libefi-sys v0.1.0 |
1772 | 2024-02-01T18:17:26.362Z | Compiling ansi_term v0.12.1 |
1773 | 2024-02-01T18:17:26.568Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1774 | 2024-02-01T18:17:27.795Z | Compiling clap v2.34.0 |
1775 | 2024-02-01T18:17:28.705Z | Compiling backoff v0.4.0 |
1776 | 2024-02-01T18:17:28.869Z | Compiling structopt-derive v0.4.18 |
1777 | 2024-02-01T18:17:31.374Z | Compiling parse-display v0.8.2 |
1778 | 2024-02-01T18:17:31.716Z | Compiling serde_with v3.5.1 |
1779 | 2024-02-01T18:17:38.177Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1780 | 2024-02-01T18:17:39.764Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1781 | 2024-02-01T18:17:39.768Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1782 | 2024-02-01T18:17:39.835Z | Compiling zone_cfg_derive v0.3.0 |
1783 | 2024-02-01T18:17:40.112Z | Compiling crossbeam-deque v0.8.3 |
1784 | 2024-02-01T18:17:40.751Z | Compiling macaddr v1.0.1 |
1785 | 2024-02-01T18:17:41.863Z | Compiling num-derive v0.4.0 |
1786 | 2024-02-01T18:17:42.076Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1787 | 2024-02-01T18:17:42.339Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1788 | 2024-02-01T18:17:42.680Z | Compiling portable-atomic v1.4.3 |
1789 | 2024-02-01T18:17:42.839Z | Compiling zone v0.3.0 |
1790 | 2024-02-01T18:17:45.416Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1791 | 2024-02-01T18:17:48.317Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1792 | 2024-02-01T18:17:49.189Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-02-01T18:17:49.270Z | Compiling structopt v0.3.26 |
1794 | 2024-02-01T18:17:49.518Z | Compiling camino-tempfile v1.1.1 |
1795 | 2024-02-01T18:17:50.011Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1796 | 2024-02-01T18:17:50.719Z | Compiling smf v0.2.2 |
1797 | 2024-02-01T18:17:50.785Z | Compiling filetime v0.2.23 |
1798 | 2024-02-01T18:17:51.346Z | Compiling xattr v1.0.1 |
1799 | 2024-02-01T18:17:51.792Z | Compiling same-file v1.0.6 |
1800 | 2024-02-01T18:17:51.866Z | Compiling tar v0.4.40 |
1801 | 2024-02-01T18:17:52.377Z | Compiling walkdir v2.4.0 |
1802 | 2024-02-01T18:17:55.118Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1803 | 2024-02-01T18:17:55.339Z | Compiling rayon v1.8.0 |
1804 | 2024-02-01T18:17:56.122Z | Compiling gethostname v0.4.3 |
1805 | 2024-02-01T18:17:56.505Z | Compiling number_prefix v0.4.0 |
1806 | 2024-02-01T18:17:56.864Z | Compiling topological-sort v0.2.2 |
1807 | 2024-02-01T18:17:57.256Z | Compiling omicron-zone-package v0.10.1 |
1808 | 2024-02-01T18:17:58.761Z | Compiling swrite v0.1.0 |
1809 | 2024-02-01T18:18:01.545Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1810 | 2024-02-01T18:18:04.438Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1811 | 2024-02-01T18:18:06.469Z | Compiling indicatif v0.17.7 |
1812 | 2024-02-01T18:18:18.208Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1813 | 2024-02-01T18:18:21.869Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1814 | 2024-02-01T18:18:26.552Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1815 | 2024-02-01T18:18:50.403Z | Finished release [optimized] target(s) in 8m 05s |
1816 | 2024-02-01T18:18:50.671Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1817 | 2024-02-01T18:18:50.757Z | Created new build target 'test' and set it as active |
1818 | 2024-02-01T18:18:50.764Z | |
1819 | 2024-02-01T18:18:50.764Z | real 8:06.026353419 |
1820 | 2024-02-01T18:18:50.765Z | user 53:50.082972743 |
1821 | 2024-02-01T18:18:50.765Z | sys 4:40.162122015 |
1822 | 2024-02-01T18:18:50.765Z | trap 2.003654381 |
1823 | 2024-02-01T18:18:50.765Z | tflt 6.088924321 |
1824 | 2024-02-01T18:18:50.765Z | dflt 6.485391574 |
1825 | 2024-02-01T18:18:50.765Z | kflt 0.086161552 |
1826 | 2024-02-01T18:18:50.765Z | lock 1:57:29.104591626 |
1827 | 2024-02-01T18:18:50.765Z | slp 2:31:48.294938447 |
1828 | 2024-02-01T18:18:50.765Z | lat 2:30.726444536 |
1829 | 2024-02-01T18:18:50.765Z | stop 4:02.663353016 |
1830 | 2024-02-01T18:18:50.765Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1831 | 2024-02-01T18:18:51.898Z | Finished release [optimized] target(s) in 1.05s |
1832 | 2024-02-01T18:18:51.925Z | Running `target/release/omicron-package -t test package` |
1833 | 2024-02-01T18:18:51.965Z | Feb 01 18:18:51.051 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1834 | 2024-02-01T18:18:53.231Z | Compiling linked-hash-map v0.5.6 |
1835 | 2024-02-01T18:18:53.234Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1836 | 2024-02-01T18:18:53.234Z | Compiling usdt-attr-macro v0.5.0 |
1837 | 2024-02-01T18:18:53.234Z | Compiling usdt-macro v0.5.0 |
1838 | 2024-02-01T18:18:53.253Z | Compiling memmap v0.7.0 |
1839 | 2024-02-01T18:18:53.256Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1840 | 2024-02-01T18:18:53.256Z | Compiling password-hash v0.5.0 |
1841 | 2024-02-01T18:18:53.262Z | Compiling blake2 v0.10.6 |
1842 | 2024-02-01T18:18:53.812Z | Compiling lru-cache v0.1.2 |
1843 | 2024-02-01T18:18:53.933Z | Compiling semver v0.1.20 |
1844 | 2024-02-01T18:18:54.112Z | Compiling argon2 v0.5.3 |
1845 | 2024-02-01T18:18:54.827Z | Compiling rustc_version v0.1.7 |
1846 | 2024-02-01T18:18:55.315Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1847 | 2024-02-01T18:18:55.393Z | Compiling quick-error v1.2.3 |
1848 | 2024-02-01T18:18:55.498Z | Compiling same-file v1.0.6 |
1849 | 2024-02-01T18:18:55.509Z | Compiling usdt v0.5.0 |
1850 | 2024-02-01T18:18:55.568Z | Compiling resolv-conf v0.7.0 |
1851 | 2024-02-01T18:18:55.821Z | Compiling walkdir v2.4.0 |
1852 | 2024-02-01T18:18:56.280Z | Compiling newtype_derive v0.1.6 |
1853 | 2024-02-01T18:18:56.687Z | Compiling itertools v0.12.0 |
1854 | 2024-02-01T18:18:56.856Z | Compiling semver-parser v0.10.2 |
1855 | 2024-02-01T18:18:57.361Z | Compiling slog-dtrace v0.3.0 |
1856 | 2024-02-01T18:18:57.770Z | Compiling fastrand v2.0.0 |
1857 | 2024-02-01T18:18:58.057Z | Compiling semver v0.11.0 |
1858 | 2024-02-01T18:18:58.535Z | Compiling tempfile v3.9.0 |
1859 | 2024-02-01T18:18:58.762Z | Compiling trust-dns-resolver v0.22.0 |
1860 | 2024-02-01T18:18:58.804Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1861 | 2024-02-01T18:18:59.163Z | Compiling nibble_vec v0.1.0 |
1862 | 2024-02-01T18:18:59.184Z | Compiling xattr v1.0.1 |
1863 | 2024-02-01T18:18:59.459Z | Compiling filetime v0.2.23 |
1864 | 2024-02-01T18:18:59.516Z | Compiling home v0.5.5 |
1865 | 2024-02-01T18:18:59.715Z | Compiling endian-type v0.1.2 |
1866 | 2024-02-01T18:18:59.839Z | Compiling tar v0.4.40 |
1867 | 2024-02-01T18:18:59.884Z | Compiling toolchain_find v0.2.0 |
1868 | 2024-02-01T18:19:00.032Z | Compiling radix_trie v0.2.1 |
1869 | 2024-02-01T18:19:00.678Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1870 | 2024-02-01T18:19:01.263Z | Compiling toml v0.5.11 |
1871 | 2024-02-01T18:19:01.418Z | Compiling topological-sort v0.2.2 |
1872 | 2024-02-01T18:19:01.718Z | Compiling radium v0.7.0 |
1873 | 2024-02-01T18:19:02.391Z | Compiling omicron-zone-package v0.10.1 |
1874 | 2024-02-01T18:19:02.433Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1875 | 2024-02-01T18:19:02.644Z | Compiling steno v0.4.0 |
1876 | 2024-02-01T18:19:02.733Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1877 | 2024-02-01T18:19:02.803Z | Compiling toml v0.8.8 |
1878 | 2024-02-01T18:19:05.328Z | Compiling rustfmt-wrapper v0.2.0 |
1879 | 2024-02-01T18:19:06.265Z | Compiling num-rational v0.4.1 |
1880 | 2024-02-01T18:19:06.461Z | Compiling cancel-safe-futures v0.1.5 |
1881 | 2024-02-01T18:19:06.634Z | Compiling tap v1.0.1 |
1882 | 2024-02-01T18:19:06.698Z | Compiling maybe-uninit v2.0.0 |
1883 | 2024-02-01T18:19:06.892Z | Compiling wyz v0.5.1 |
1884 | 2024-02-01T18:19:07.549Z | Compiling funty v2.0.0 |
1885 | 2024-02-01T18:19:07.705Z | Compiling packed_struct v0.10.1 |
1886 | 2024-02-01T18:19:08.136Z | Compiling num-bigint-dig v0.8.4 |
1887 | 2024-02-01T18:19:08.215Z | Compiling crc-catalog v2.2.0 |
1888 | 2024-02-01T18:19:08.413Z | Compiling crc v3.0.1 |
1889 | 2024-02-01T18:19:09.532Z | Compiling bitvec v1.0.1 |
1890 | 2024-02-01T18:19:09.828Z | Compiling num-complex v0.4.4 |
1891 | 2024-02-01T18:19:12.046Z | Compiling fxhash v0.2.1 |
1892 | 2024-02-01T18:19:12.240Z | Compiling packed_struct_codegen v0.10.1 |
1893 | 2024-02-01T18:19:12.394Z | Compiling indexmap v1.9.3 |
1894 | 2024-02-01T18:19:12.828Z | Compiling nodrop v0.1.14 |
1895 | 2024-02-01T18:19:12.983Z | Compiling utf-8 v0.7.6 |
1896 | 2024-02-01T18:19:13.018Z | Compiling array-init v0.0.4 |
1897 | 2024-02-01T18:19:13.572Z | Compiling tungstenite v0.20.1 |
1898 | 2024-02-01T18:19:15.142Z | Compiling num v0.4.1 |
1899 | 2024-02-01T18:19:15.287Z | Compiling smallvec v0.6.14 |
1900 | 2024-02-01T18:19:16.421Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1901 | 2024-02-01T18:19:18.018Z | Compiling pkcs1 v0.7.5 |
1902 | 2024-02-01T18:19:23.161Z | Compiling signature v2.1.0 |
1903 | 2024-02-01T18:19:23.505Z | Compiling half v2.3.1 |
1904 | 2024-02-01T18:19:24.239Z | Compiling unicase v2.7.0 |
1905 | 2024-02-01T18:19:24.353Z | Compiling hashbrown v0.12.3 |
1906 | 2024-02-01T18:19:24.670Z | Compiling ciborium-io v0.2.2 |
1907 | 2024-02-01T18:19:24.829Z | Compiling bitfield v0.14.0 |
1908 | 2024-02-01T18:19:24.851Z | Compiling termcolor v1.2.0 |
1909 | 2024-02-01T18:19:25.002Z | Compiling ciborium-ll v0.2.2 |
1910 | 2024-02-01T18:19:25.272Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1911 | 2024-02-01T18:19:25.857Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1912 | 2024-02-01T18:19:26.946Z | Compiling env_logger v0.10.0 |
1913 | 2024-02-01T18:19:27.997Z | Compiling rsa v0.9.2 |
1914 | 2024-02-01T18:19:33.373Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1915 | 2024-02-01T18:19:36.005Z | Compiling serde-hex v0.1.0 |
1916 | 2024-02-01T18:19:36.032Z | Compiling tokio-tungstenite v0.20.1 |
1917 | 2024-02-01T18:19:36.586Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1918 | 2024-02-01T18:19:36.922Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1919 | 2024-02-01T18:19:37.137Z | Compiling x509-cert v0.2.4 |
1920 | 2024-02-01T18:19:44.645Z | Compiling ron v0.8.1 |
1921 | 2024-02-01T18:19:45.654Z | Compiling arc-swap v1.6.0 |
1922 | 2024-02-01T18:19:46.867Z | Compiling crc-any v2.4.3 |
1923 | 2024-02-01T18:19:48.469Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1924 | 2024-02-01T18:19:55.219Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1925 | 2024-02-01T18:19:58.100Z | Compiling slog-scope v4.4.0 |
1926 | 2024-02-01T18:19:59.493Z | Compiling object v0.30.4 |
1927 | 2024-02-01T18:19:59.505Z | Compiling ciborium v0.2.2 |
1928 | 2024-02-01T18:20:03.297Z | Compiling libsw v3.3.1 |
1929 | 2024-02-01T18:20:03.791Z | Compiling derive-where v1.2.7 |
1930 | 2024-02-01T18:20:09.096Z | Compiling parking_lot_core v0.8.6 |
1931 | 2024-02-01T18:20:09.671Z | Compiling linear-map v1.2.0 |
1932 | 2024-02-01T18:20:10.260Z | Compiling display-error-chain v0.2.0 |
1933 | 2024-02-01T18:20:10.503Z | Compiling owo-colors v4.0.0 |
1934 | 2024-02-01T18:20:13.721Z | Compiling path-slash v0.1.5 |
1935 | 2024-02-01T18:20:14.041Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1936 | 2024-02-01T18:20:15.888Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1937 | 2024-02-01T18:20:18.710Z | Compiling slog-stdlog v4.1.1 |
1938 | 2024-02-01T18:20:19.527Z | Compiling convert_case v0.4.0 |
1939 | 2024-02-01T18:20:20.717Z | Compiling derive_more v0.99.17 |
1940 | 2024-02-01T18:20:20.754Z | Compiling slog-envlogger v2.2.0 |
1941 | 2024-02-01T18:20:25.190Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1942 | 2024-02-01T18:20:26.332Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1943 | 2024-02-01T18:20:31.034Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1944 | 2024-02-01T18:20:32.881Z | Compiling dirs-sys-next v0.1.2 |
1945 | 2024-02-01T18:20:33.639Z | Compiling crunchy v0.2.2 |
1946 | 2024-02-01T18:20:34.285Z | Compiling glob v0.3.1 |
1947 | 2024-02-01T18:20:34.927Z | Compiling platforms v3.0.2 |
1948 | 2024-02-01T18:20:35.439Z | Compiling dirs-next v2.0.0 |
1949 | 2024-02-01T18:20:35.629Z | Compiling clang-sys v1.6.1 |
1950 | 2024-02-01T18:20:35.690Z | Compiling parking_lot v0.11.2 |
1951 | 2024-02-01T18:20:36.076Z | Compiling mime_guess v2.0.4 |
1952 | 2024-02-01T18:20:36.585Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1953 | 2024-02-01T18:20:38.081Z | Compiling trust-dns-client v0.22.0 |
1954 | 2024-02-01T18:20:41.613Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1955 | 2024-02-01T18:20:42.175Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1956 | 2024-02-01T18:20:44.068Z | Compiling pem v3.0.2 |
1957 | 2024-02-01T18:20:48.390Z | Compiling prettyplease v0.2.16 |
1958 | 2024-02-01T18:20:48.810Z | Compiling tiny-keccak v2.0.2 |
1959 | 2024-02-01T18:20:50.086Z | Compiling trust-dns-server v0.22.1 |
1960 | 2024-02-01T18:20:54.554Z | Compiling sled v0.34.7 |
1961 | 2024-02-01T18:20:58.077Z | Compiling term v0.7.0 |
1962 | 2024-02-01T18:21:00.169Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1963 | 2024-02-01T18:21:23.296Z | Compiling darling_core v0.14.4 |
1964 | 2024-02-01T18:21:25.188Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1965 | 2024-02-01T18:21:25.513Z | Compiling vte_generate_state_changes v0.1.1 |
1966 | 2024-02-01T18:21:25.967Z | Compiling vte v0.11.1 |
1967 | 2024-02-01T18:21:25.967Z | Compiling darling_macro v0.14.4 |
1968 | 2024-02-01T18:21:25.967Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1969 | 2024-02-01T18:21:25.967Z | Compiling curve25519-dalek v4.1.1 |
1970 | 2024-02-01T18:21:25.970Z | Compiling ascii-canvas v3.0.0 |
1971 | 2024-02-01T18:21:25.970Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1972 | 2024-02-01T18:21:25.970Z | Compiling is-terminal v0.4.9 |
1973 | 2024-02-01T18:21:25.970Z | Compiling kstat-rs v0.2.3 |
1974 | 2024-02-01T18:21:25.971Z | Compiling ena v0.14.2 |
1975 | 2024-02-01T18:21:25.971Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-02-01T18:21:25.971Z | Compiling libloading v0.7.4 |
1977 | 2024-02-01T18:21:25.971Z | Compiling memoffset v0.7.1 |
1978 | 2024-02-01T18:21:25.971Z | Compiling keccak v0.1.4 |
1979 | 2024-02-01T18:21:27.680Z | Compiling bytecount v0.6.3 |
1980 | 2024-02-01T18:21:27.691Z | Compiling diff v0.1.13 |
1981 | 2024-02-01T18:21:27.745Z | Compiling bindgen v0.69.2 |
1982 | 2024-02-01T18:21:28.357Z | Compiling buf-list v1.0.3 |
1983 | 2024-02-01T18:21:28.381Z | Compiling doc-comment v0.3.3 |
1984 | 2024-02-01T18:21:29.097Z | Compiling regex-syntax v0.6.29 |
1985 | 2024-02-01T18:21:29.703Z | Compiling papergrid v0.11.0 |
1986 | 2024-02-01T18:21:38.208Z | Compiling lalrpop v0.19.12 |
1987 | 2024-02-01T18:21:40.354Z | Compiling sha3 v0.10.8 |
1988 | 2024-02-01T18:21:41.783Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1989 | 2024-02-01T18:21:42.152Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1990 | 2024-02-01T18:21:56.368Z | Compiling darling v0.14.4 |
1991 | 2024-02-01T18:21:56.529Z | Compiling strip-ansi-escapes v0.2.0 |
1992 | 2024-02-01T18:21:57.690Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1993 | 2024-02-01T18:22:00.023Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1994 | 2024-02-01T18:22:01.057Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1995 | 2024-02-01T18:22:02.680Z | Compiling tabled_derive v0.7.0 |
1996 | 2024-02-01T18:22:05.445Z | Compiling fd-lock v3.0.13 |
1997 | 2024-02-01T18:22:05.749Z | Compiling fd-lock v4.0.2 |
1998 | 2024-02-01T18:22:06.059Z | Compiling cexpr v0.6.0 |
1999 | 2024-02-01T18:22:06.183Z | Compiling which v4.4.0 |
2000 | 2024-02-01T18:22:06.994Z | Compiling universal-hash v0.5.1 |
2001 | 2024-02-01T18:22:07.319Z | Compiling nix v0.27.1 |
2002 | 2024-02-01T18:22:08.567Z | Compiling secrecy v0.8.0 |
2003 | 2024-02-01T18:22:08.625Z | Compiling curve25519-dalek-derive v0.1.0 |
2004 | 2024-02-01T18:22:08.888Z | Compiling sqlparser_derive v0.2.2 |
2005 | 2024-02-01T18:22:10.245Z | Compiling pin-project-internal v1.1.3 |
2006 | 2024-02-01T18:22:10.460Z | Compiling thiserror-impl-no-std v2.0.2 |
2007 | 2024-02-01T18:22:10.753Z | Compiling shlex v1.3.0 |
2008 | 2024-02-01T18:22:11.344Z | Compiling peeking_take_while v0.1.2 |
2009 | 2024-02-01T18:22:11.525Z | Compiling unicode_categories v0.1.1 |
2010 | 2024-02-01T18:22:12.107Z | Compiling rustc-hash v1.1.0 |
2011 | 2024-02-01T18:22:12.744Z | Compiling nu-ansi-term v0.49.0 |
2012 | 2024-02-01T18:22:14.707Z | Compiling lazycell v1.3.0 |
2013 | 2024-02-01T18:22:14.865Z | Compiling opaque-debug v0.3.0 |
2014 | 2024-02-01T18:22:14.945Z | Compiling thiserror-no-std v2.0.2 |
2015 | 2024-02-01T18:22:15.003Z | Compiling poly1305 v0.8.0 |
2016 | 2024-02-01T18:22:15.099Z | Compiling pin-project v1.1.3 |
2017 | 2024-02-01T18:22:15.280Z | Compiling reedline v0.28.0 |
2018 | 2024-02-01T18:22:17.696Z | Compiling rustyline v13.0.0 |
2019 | 2024-02-01T18:22:18.106Z | Compiling sqlformat v0.2.3 |
2020 | 2024-02-01T18:22:25.278Z | Compiling polar-core v0.27.0 |
2021 | 2024-02-01T18:22:27.434Z | Compiling sqlparser v0.43.1 |
2022 | 2024-02-01T18:22:31.946Z | Compiling tabled v0.15.0 |
2023 | 2024-02-01T18:22:32.629Z | Compiling derive_builder_core v0.12.0 |
2024 | 2024-02-01T18:22:37.990Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2025 | 2024-02-01T18:22:38.213Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2026 | 2024-02-01T18:22:39.537Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2027 | 2024-02-01T18:22:39.860Z | Compiling chacha20 v0.9.1 |
2028 | 2024-02-01T18:22:40.061Z | Compiling headers-core v0.2.0 |
2029 | 2024-02-01T18:22:40.313Z | Compiling aead v0.5.2 |
2030 | 2024-02-01T18:22:40.599Z | Compiling bcs v0.1.6 |
2031 | 2024-02-01T18:22:40.799Z | Compiling snafu-derive v0.7.5 |
2032 | 2024-02-01T18:22:42.050Z | Compiling libxml v0.3.3 |
2033 | 2024-02-01T18:22:42.559Z | Compiling fs-err v2.11.0 |
2034 | 2024-02-01T18:22:43.011Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2035 | 2024-02-01T18:22:43.463Z | Compiling ref-cast v1.0.20 |
2036 | 2024-02-01T18:22:44.121Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2037 | 2024-02-01T18:22:44.554Z | Compiling highway v1.1.0 |
2038 | 2024-02-01T18:22:46.891Z | Compiling signature v1.6.4 |
2039 | 2024-02-01T18:22:47.158Z | Compiling salty v0.2.0 |
2040 | 2024-02-01T18:22:47.753Z | Compiling ed25519 v1.5.3 |
2041 | 2024-02-01T18:22:48.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2042 | 2024-02-01T18:22:48.985Z | Compiling snafu v0.7.5 |
2043 | 2024-02-01T18:22:49.949Z | Compiling chacha20poly1305 v0.10.1 |
2044 | 2024-02-01T18:22:50.061Z | Compiling headers v0.3.9 |
2045 | 2024-02-01T18:22:50.285Z | Compiling samael v0.0.14 |
2046 | 2024-02-01T18:22:51.364Z | Compiling derive_builder_macro v0.12.0 |
2047 | 2024-02-01T18:22:52.564Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2048 | 2024-02-01T18:22:57.243Z | Compiling vsss-rs v3.3.4 |
2049 | 2024-02-01T18:23:05.098Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2050 | 2024-02-01T18:23:05.214Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2051 | 2024-02-01T18:23:05.715Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2052 | 2024-02-01T18:23:06.128Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2053 | 2024-02-01T18:23:06.182Z | Compiling globset v0.4.13 |
2054 | 2024-02-01T18:23:12.625Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2055 | 2024-02-01T18:23:12.835Z | Compiling olpc-cjson v0.1.3 |
2056 | 2024-02-01T18:23:13.476Z | Compiling strum_macros v0.24.3 |
2057 | 2024-02-01T18:23:13.710Z | Compiling serde_plain v1.0.2 |
2058 | 2024-02-01T18:23:14.537Z | Compiling serde-big-array v0.5.1 |
2059 | 2024-02-01T18:23:14.894Z | Compiling async-recursion v1.0.5 |
2060 | 2024-02-01T18:23:16.364Z | Compiling ref-cast-impl v1.0.20 |
2061 | 2024-02-01T18:23:17.188Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2062 | 2024-02-01T18:23:18.150Z | Compiling cookie v0.18.0 |
2063 | 2024-02-01T18:23:18.412Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2064 | 2024-02-01T18:23:18.585Z | Compiling typed-path v0.7.0 |
2065 | 2024-02-01T18:23:18.854Z | Compiling indoc v1.0.9 |
2066 | 2024-02-01T18:23:20.248Z | Compiling http-range v0.1.5 |
2067 | 2024-02-01T18:23:20.736Z | Compiling hyper-staticfile v0.9.5 |
2068 | 2024-02-01T18:23:21.161Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2069 | 2024-02-01T18:23:21.690Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2070 | 2024-02-01T18:23:22.527Z | Compiling tough v0.16.0 |
2071 | 2024-02-01T18:23:26.273Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2072 | 2024-02-01T18:23:40.785Z | Compiling derive_builder v0.12.0 |
2073 | 2024-02-01T18:24:01.261Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2074 | 2024-02-01T18:24:01.477Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2075 | 2024-02-01T18:24:01.477Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2076 | 2024-02-01T18:24:01.477Z | Compiling signal-hook-tokio v0.3.1 |
2077 | 2024-02-01T18:24:01.477Z | Compiling bb8 v0.8.1 |
2078 | 2024-02-01T18:24:01.477Z | Compiling quick-xml v0.30.0 |
2079 | 2024-02-01T18:24:02.162Z | Compiling serde-big-array v0.4.1 |
2080 | 2024-02-01T18:24:02.433Z | Compiling oso-derive v0.27.0 |
2081 | 2024-02-01T18:24:02.593Z | Compiling impl-trait-for-tuples v0.2.2 |
2082 | 2024-02-01T18:24:03.892Z | Compiling maplit v1.0.2 |
2083 | 2024-02-01T18:24:04.065Z | Compiling parse-size v1.0.0 |
2084 | 2024-02-01T18:24:04.538Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2085 | 2024-02-01T18:24:18.821Z | Compiling oso v0.27.0 |
2086 | 2024-02-01T18:24:20.898Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2087 | 2024-02-01T18:24:26.538Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2088 | 2024-02-01T18:24:27.658Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2089 | 2024-02-01T18:24:31.443Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2090 | 2024-02-01T18:24:49.043Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2091 | 2024-02-01T18:24:50.333Z | Compiling corncobs v0.1.3 |
2092 | 2024-02-01T18:24:51.016Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2093 | 2024-02-01T18:24:51.216Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2094 | 2024-02-01T18:24:51.243Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2095 | 2024-02-01T18:24:52.353Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2096 | 2024-02-01T18:24:52.930Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2097 | 2024-02-01T18:24:59.983Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2098 | 2024-02-01T18:25:04.989Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2099 | 2024-02-01T18:25:16.196Z | Compiling rcgen v0.12.1 |
2100 | 2024-02-01T18:25:35.178Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2101 | 2024-02-01T18:25:35.352Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2102 | 2024-02-01T18:25:35.772Z | Compiling atomicwrites v0.4.3 |
2103 | 2024-02-01T18:25:36.609Z | Compiling lru v0.12.1 |
2104 | 2024-02-01T18:25:37.146Z | Compiling stability v0.1.1 |
2105 | 2024-02-01T18:25:38.519Z | Compiling subprocess v0.2.9 |
2106 | 2024-02-01T18:25:43.950Z | Compiling cassowary v0.3.0 |
2107 | 2024-02-01T18:25:47.657Z | Compiling indoc v2.0.3 |
2108 | 2024-02-01T18:25:49.142Z | Compiling smawk v0.3.1 |
2109 | 2024-02-01T18:25:49.506Z | Compiling unicode-linebreak v0.1.5 |
2110 | 2024-02-01T18:25:50.420Z | Compiling textwrap v0.16.0 |
2111 | 2024-02-01T18:25:51.428Z | Compiling ratatui v0.25.0 |
2112 | 2024-02-01T18:25:56.703Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2113 | 2024-02-01T18:26:07.252Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2114 | 2024-02-01T18:26:17.193Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2115 | 2024-02-01T18:26:19.448Z | Compiling fatfs v0.3.6 |
2116 | 2024-02-01T18:26:24.573Z | Compiling nanorand v0.7.0 |
2117 | 2024-02-01T18:26:24.872Z | Compiling rtoolbox v0.0.1 |
2118 | 2024-02-01T18:26:25.536Z | Compiling is_ci v1.1.1 |
2119 | 2024-02-01T18:26:25.785Z | Compiling assert_matches v1.5.0 |
2120 | 2024-02-01T18:26:25.930Z | Compiling humantime v2.1.0 |
2121 | 2024-02-01T18:26:25.959Z | Compiling supports-color v2.1.0 |
2122 | 2024-02-01T18:26:27.086Z | Compiling flume v0.11.0 |
2123 | 2024-02-01T18:26:27.411Z | Compiling rpassword v7.3.1 |
2124 | 2024-02-01T18:26:28.054Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2125 | 2024-02-01T18:26:28.431Z | Compiling tui-tree-widget v0.16.0 |
2126 | 2024-02-01T18:26:29.001Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2127 | 2024-02-01T18:26:29.315Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2128 | 2024-02-01T18:26:29.726Z | Compiling shell-words v1.1.0 |
2129 | 2024-02-01T18:26:30.423Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2130 | 2024-02-01T18:26:42.646Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2131 | 2024-02-01T18:27:36.985Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2132 | 2024-02-01T18:29:51.842Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2133 | 2024-02-01T18:30:19.528Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2134 | 2024-02-01T18:30:33.305Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2135 | 2024-02-01T18:40:23.409Z | Finished release [optimized] target(s) in 21m 31s |
2136 | 2024-02-01T18:41:38.693Z | |
2137 | 2024-02-01T18:41:38.693Z | real 22:47.975396196 |
2138 | 2024-02-01T18:41:38.693Z | user 2:39:11.743813025 |
2139 | 2024-02-01T18:41:38.693Z | sys 5:54.198000688 |
2140 | 2024-02-01T18:41:38.693Z | trap 4.870096296 |
2141 | 2024-02-01T18:41:38.693Z | tflt 1.273061350 |
2142 | 2024-02-01T18:41:38.693Z | dflt 1.590820695 |
2143 | 2024-02-01T18:41:38.693Z | kflt 0.001654910 |
2144 | 2024-02-01T18:41:38.693Z | lock 9:15:23.866237295 |
2145 | 2024-02-01T18:41:38.718Z | slp 6:09:05.535708365 |
2146 | 2024-02-01T18:41:38.718Z | lat 2:52.088460502 |
2147 | 2024-02-01T18:41:38.718Z | stop 47.394570591 |
2148 | 2024-02-01T18:41:38.718Z | + 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/*) |
2149 | 2024-02-01T18:41:38.718Z | + pfexec mkdir -p /work |
2150 | 2024-02-01T18:41:38.718Z | + pfexec chown build /work |
2151 | 2024-02-01T18:41:38.718Z | + 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 |
2152 | 2024-02-01T18:41:52.791Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2153 | 2024-02-01T18:41:52.791Z | a out/mg-ddm-gz.tar 61599K |
2154 | 2024-02-01T18:41:52.791Z | a out/omicron-sled-agent.tar 119301K |
2155 | 2024-02-01T18:41:52.791Z | a out/oxlog.tar 8187K |
2156 | 2024-02-01T18:41:52.791Z | a out/target/test 1K |
2157 | 2024-02-01T18:41:52.792Z | a out/npuzone/npuzone 36313K |
2158 | 2024-02-01T18:41:52.792Z | a package-manifest.toml 24K |
2159 | 2024-02-01T18:41:52.792Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2160 | 2024-02-01T18:41:52.792Z | a target/release/omicron-package 43527K |
2161 | 2024-02-01T18:41:52.792Z | a tools/create_virtual_hardware.sh 4K |
2162 | 2024-02-01T18:41:52.792Z | a tools/virtual_hardware.sh 4K |
2163 | 2024-02-01T18:41:52.793Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2164 | 2024-02-01T18:41:52.793Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2165 | 2024-02-01T18:41:52.793Z | a tools/scrimlet/softnpu-init.sh 3K |
2166 | 2024-02-01T18:41:52.793Z | a tools/scrimlet/softnpu-zone.txt 1K |
2167 | 2024-02-01T18:41:52.793Z | a tools/scrimlet/softnpu.toml 1K |
2168 | 2024-02-01T18:41:53.209Z | |
2169 | 2024-02-01T18:41:53.209Z | real 14.084450874 |
2170 | 2024-02-01T18:41:53.209Z | user 13.482784660 |
2171 | 2024-02-01T18:41:53.209Z | sys 1.074704920 |
2172 | 2024-02-01T18:41:53.209Z | trap 0.004111287 |
2173 | 2024-02-01T18:41:53.210Z | tflt 0.000000000 |
2174 | 2024-02-01T18:41:53.210Z | dflt 0.000000000 |
2175 | 2024-02-01T18:41:53.211Z | kflt 0.000000000 |
2176 | 2024-02-01T18:41:53.211Z | lock 0.000000000 |
2177 | 2024-02-01T18:41:53.211Z | slp 13.186069933 |
2178 | 2024-02-01T18:41:53.211Z | lat 0.417885897 |
2179 | 2024-02-01T18:41:53.211Z | stop 0.000223587 |
2180 | 2024-02-01T18:41:53.211Z | ++ pwd |
2181 | 2024-02-01T18:41:53.211Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2182 | 2024-02-01T18:41:53.211Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2183 | 2024-02-01T18:41:53.211Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2184 | 2024-02-01T18:41:53.944Z | Finished release [optimized] target(s) in 1.07s |
2185 | 2024-02-01T18:41:53.976Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2186 | 2024-02-01T18:41:54.014Z | Created new build target 'host' and set it as active |
2187 | 2024-02-01T18:41:54.019Z | |
2188 | 2024-02-01T18:41:54.019Z | real 1.231715152 |
2189 | 2024-02-01T18:41:54.019Z | user 0.868649387 |
2190 | 2024-02-01T18:41:54.019Z | sys 0.363955054 |
2191 | 2024-02-01T18:41:54.019Z | trap 0.000081752 |
2192 | 2024-02-01T18:41:54.019Z | tflt 0.000011760 |
2193 | 2024-02-01T18:41:54.019Z | dflt 0.000002996 |
2194 | 2024-02-01T18:41:54.019Z | kflt 0.000000000 |
2195 | 2024-02-01T18:41:54.019Z | lock 0.034245385 |
2196 | 2024-02-01T18:41:54.019Z | slp 0.021133907 |
2197 | 2024-02-01T18:41:54.019Z | lat 0.001537520 |
2198 | 2024-02-01T18:41:54.019Z | stop 0.000208530 |
2199 | 2024-02-01T18:41:54.023Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2200 | 2024-02-01T18:41:55.146Z | Finished release [optimized] target(s) in 1.04s |
2201 | 2024-02-01T18:41:55.174Z | Running `target/release/omicron-package -t host package` |
2202 | 2024-02-01T18:41:55.215Z | Feb 01 18:41:54.368 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2203 | 2024-02-01T18:41:56.762Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2024-02-01T18:42:17.509Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2205 | 2024-02-01T18:44:11.936Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2206 | 2024-02-01T18:46:23.086Z | Finished release [optimized] target(s) in 4m 26s |
2207 | 2024-02-01T18:47:54.081Z | |
2208 | 2024-02-01T18:47:54.088Z | real 6:00.063741347 |
2209 | 2024-02-01T18:47:54.088Z | user 28:18.453437278 |
2210 | 2024-02-01T18:47:54.088Z | sys 1:17.396477759 |
2211 | 2024-02-01T18:47:54.088Z | trap 0.745113179 |
2212 | 2024-02-01T18:47:54.088Z | tflt 0.062646832 |
2213 | 2024-02-01T18:47:54.088Z | dflt 1.463563063 |
2214 | 2024-02-01T18:47:54.088Z | kflt 0.000002490 |
2215 | 2024-02-01T18:47:54.089Z | lock 1:31:38.835254866 |
2216 | 2024-02-01T18:47:54.091Z | slp 29:15.874015105 |
2217 | 2024-02-01T18:47:54.092Z | lat 12.556729980 |
2218 | 2024-02-01T18:47:54.092Z | stop 1.130593258 |
2219 | 2024-02-01T18:47:54.092Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2220 | 2024-02-01T18:47:54.092Z | + for package in "$@" |
2221 | 2024-02-01T18:47:54.092Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2222 | 2024-02-01T18:47:54.092Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git7f7c7d9235a |
2223 | 2024-02-01T18:47:55.182Z | Finished release [optimized] target(s) in 1.03s |
2224 | 2024-02-01T18:47:55.211Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git7f7c7d9235a` |
2225 | 2024-02-01T18:47:55.250Z | Feb 01 18:47:54.419 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2226 | 2024-02-01T18:47:55.814Z | Created: out/versioned/omicron-sled-agent.tar |
2227 | 2024-02-01T18:47:55.824Z | + for package in "$@" |
2228 | 2024-02-01T18:47:55.824Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2229 | 2024-02-01T18:47:55.824Z | + echo 0.0.0 |
2230 | 2024-02-01T18:47:55.824Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2231 | 2024-02-01T18:47:55.824Z | a VERSION 1K |
2232 | 2024-02-01T18:47:55.824Z | + rm VERSION |
2233 | 2024-02-01T18:47:56.264Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git7f7c7d9235a |
2234 | 2024-02-01T18:47:56.930Z | Finished release [optimized] target(s) in 1.02s |
2235 | 2024-02-01T18:47:56.957Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git7f7c7d9235a` |
2236 | 2024-02-01T18:47:57.025Z | Feb 01 18:47:56.189 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2237 | 2024-02-01T18:47:57.321Z | Created: out/versioned/mg-ddm-gz.tar |
2238 | 2024-02-01T18:47:57.324Z | + for package in "$@" |
2239 | 2024-02-01T18:47:57.324Z | + [[ propolis-server == mg-ddm-gz ]] |
2240 | 2024-02-01T18:47:57.325Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git7f7c7d9235a |
2241 | 2024-02-01T18:47:58.385Z | Finished release [optimized] target(s) in 0.99s |
2242 | 2024-02-01T18:47:58.424Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git7f7c7d9235a` |
2243 | 2024-02-01T18:47:58.463Z | Feb 01 18:47:57.629 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2244 | 2024-02-01T18:48:00.271Z | Created: out/versioned/propolis-server.tar.gz |
2245 | 2024-02-01T18:48:00.275Z | + for package in "$@" |
2246 | 2024-02-01T18:48:00.275Z | + [[ overlay == mg-ddm-gz ]] |
2247 | 2024-02-01T18:48:00.275Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git7f7c7d9235a |
2248 | 2024-02-01T18:48:01.389Z | Finished release [optimized] target(s) in 1.03s |
2249 | 2024-02-01T18:48:01.418Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git7f7c7d9235a` |
2250 | 2024-02-01T18:48:01.459Z | Feb 01 18:48:00.629 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2251 | 2024-02-01T18:48:01.465Z | Created: out/versioned/overlay.tar.gz |
2252 | 2024-02-01T18:48:01.465Z | + for package in "$@" |
2253 | 2024-02-01T18:48:01.465Z | + [[ oxlog == mg-ddm-gz ]] |
2254 | 2024-02-01T18:48:01.465Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git7f7c7d9235a |
2255 | 2024-02-01T18:48:02.638Z | Finished release [optimized] target(s) in 1.09s |
2256 | 2024-02-01T18:48:02.667Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git7f7c7d9235a` |
2257 | 2024-02-01T18:48:02.710Z | Feb 01 18:48:01.879 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2258 | 2024-02-01T18:48:02.746Z | Created: out/versioned/oxlog.tar |
2259 | 2024-02-01T18:48:02.750Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2260 | 2024-02-01T18:48:02.762Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2261 | 2024-02-01T18:48:02.769Z | ++ cd -- ./tools |
2262 | 2024-02-01T18:48:02.769Z | ++ pwd |
2263 | 2024-02-01T18:48:02.769Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2264 | 2024-02-01T18:48:02.769Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2265 | 2024-02-01T18:48:02.862Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2266 | 2024-02-01T18:48:03.280Z | ++ readlink -f /work |
2267 | 2024-02-01T18:48:03.280Z | + out_dir=/work |
2268 | 2024-02-01T18:48:03.280Z | + 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") |
2269 | 2024-02-01T18:48:03.281Z | + for dep in "${deps[@]}" |
2270 | 2024-02-01T18:48:03.281Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2271 | 2024-02-01T18:48:03.281Z | + for dep in "${deps[@]}" |
2272 | 2024-02-01T18:48:03.281Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2273 | 2024-02-01T18:48:03.281Z | + for dep in "${deps[@]}" |
2274 | 2024-02-01T18:48:03.281Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2275 | 2024-02-01T18:48:03.281Z | + for dep in "${deps[@]}" |
2276 | 2024-02-01T18:48:03.281Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2277 | 2024-02-01T18:48:03.281Z | + for dep in "${deps[@]}" |
2278 | 2024-02-01T18:48:03.281Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2279 | 2024-02-01T18:48:03.282Z | ++ mktemp -d |
2280 | 2024-02-01T18:48:03.282Z | + tmp_gz=/tmp/tmp.0BaiJh |
2281 | 2024-02-01T18:48:03.282Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2282 | 2024-02-01T18:48:03.282Z | + echo '{"v":"1","t":"layer"}' |
2283 | 2024-02-01T18:48:03.282Z | + pkg_dir=/tmp/tmp.0BaiJh/root/opt/oxide/sled-agent |
2284 | 2024-02-01T18:48:03.282Z | + mkdir -p /tmp/tmp.0BaiJh/root/opt/oxide/sled-agent |
2285 | 2024-02-01T18:48:03.938Z | + cd /tmp/tmp.0BaiJh/root/opt/oxide/sled-agent |
2286 | 2024-02-01T18:48:03.938Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2287 | 2024-02-01T18:48:03.938Z | x ., 0 bytes, 0 tape blocks |
2288 | 2024-02-01T18:48:03.938Z | x zone-bundle, 41500576 bytes, 81056 tape blocks |
2289 | 2024-02-01T18:48:03.938Z | x sled-agent, 80652304 bytes, 157525 tape blocks |
2290 | 2024-02-01T18:48:03.938Z | x pkg, 0 bytes, 0 tape blocks |
2291 | 2024-02-01T18:48:03.938Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2292 | 2024-02-01T18:48:03.938Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2293 | 2024-02-01T18:48:03.938Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2294 | 2024-02-01T18:48:03.938Z | x VERSION, 25 bytes, 1 tape blocks |
2295 | 2024-02-01T18:48:03.938Z | + mkdir -p /tmp/tmp.0BaiJh/root/lib/svc/manifest/site/ |
2296 | 2024-02-01T18:48:03.938Z | + mv pkg/manifest.xml /tmp/tmp.0BaiJh/root/lib/svc/manifest/site/sled-agent.xml |
2297 | 2024-02-01T18:48:03.938Z | + cd - |
2298 | 2024-02-01T18:48:03.938Z | /work/oxidecomputer/omicron |
2299 | 2024-02-01T18:48:03.938Z | + pkg_dir=/tmp/tmp.0BaiJh/root/opt/oxide/mg-ddm |
2300 | 2024-02-01T18:48:03.938Z | + mkdir -p /tmp/tmp.0BaiJh/root/opt/oxide/mg-ddm |
2301 | 2024-02-01T18:48:03.938Z | + cd /tmp/tmp.0BaiJh/root/opt/oxide/mg-ddm |
2302 | 2024-02-01T18:48:03.938Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2303 | 2024-02-01T18:48:03.939Z | x ., 0 bytes, 0 tape blocks |
2304 | 2024-02-01T18:48:03.939Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2305 | 2024-02-01T18:48:03.939Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2306 | 2024-02-01T18:48:03.939Z | x pkg, 0 bytes, 0 tape blocks |
2307 | 2024-02-01T18:48:03.939Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2308 | 2024-02-01T18:48:03.939Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2309 | 2024-02-01T18:48:03.940Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2310 | 2024-02-01T18:48:03.940Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2311 | 2024-02-01T18:48:03.940Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2312 | 2024-02-01T18:48:03.940Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2313 | 2024-02-01T18:48:03.940Z | x VERSION, 25 bytes, 1 tape blocks |
2314 | 2024-02-01T18:48:03.940Z | + cd - |
2315 | 2024-02-01T18:48:03.940Z | /work/oxidecomputer/omicron |
2316 | 2024-02-01T18:48:03.940Z | + pkg_dir=/tmp/tmp.0BaiJh/root/opt/oxide/oxlog |
2317 | 2024-02-01T18:48:03.940Z | + mkdir -p /tmp/tmp.0BaiJh/root/opt/oxide/oxlog |
2318 | 2024-02-01T18:48:03.940Z | + cd /tmp/tmp.0BaiJh/root/opt/oxide/oxlog |
2319 | 2024-02-01T18:48:03.940Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2320 | 2024-02-01T18:48:03.940Z | x ., 0 bytes, 0 tape blocks |
2321 | 2024-02-01T18:48:03.940Z | x oxlog, 8379936 bytes, 16368 tape blocks |
2322 | 2024-02-01T18:48:03.940Z | x VERSION, 25 bytes, 1 tape blocks |
2323 | 2024-02-01T18:48:03.940Z | + cd - |
2324 | 2024-02-01T18:48:03.940Z | /work/oxidecomputer/omicron |
2325 | 2024-02-01T18:48:03.940Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.0BaiJh/root/opt/oxide |
2326 | 2024-02-01T18:48:03.940Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.0BaiJh/root/opt/oxide |
2327 | 2024-02-01T18:48:03.940Z | + cd /tmp/tmp.0BaiJh |
2328 | 2024-02-01T18:48:03.940Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2329 | 2024-02-01T18:48:15.532Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2330 | 2024-02-01T18:48:15.532Z | a oxide.json 1K |
2331 | 2024-02-01T18:48:15.532Z | a root/ 0K |
2332 | 2024-02-01T18:48:15.533Z | a root/opt/ 0K |
2333 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/ 0K |
2334 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/ 0K |
2335 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/zone-bundle 40528K |
2336 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/sled-agent 78763K |
2337 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2338 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2339 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2340 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/sled-agent/VERSION 1K |
2341 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/ 0K |
2342 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2343 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2344 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2345 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2346 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2347 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2348 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2349 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2350 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2351 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2352 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/oxlog/ 0K |
2353 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/oxlog/oxlog 8184K |
2354 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/oxlog/VERSION 1K |
2355 | 2024-02-01T18:48:15.533Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2356 | 2024-02-01T18:48:15.534Z | a root/opt/oxide/overlay.tar.gz 3K |
2357 | 2024-02-01T18:48:15.534Z | a root/lib/ 0K |
2358 | 2024-02-01T18:48:15.534Z | a root/lib/svc/ 0K |
2359 | 2024-02-01T18:48:15.534Z | a root/lib/svc/manifest/ 0K |
2360 | 2024-02-01T18:48:15.535Z | a root/lib/svc/manifest/site/ 0K |
2361 | 2024-02-01T18:48:15.535Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2362 | 2024-02-01T18:48:15.538Z | + cd / |
2363 | 2024-02-01T18:48:15.538Z | + rm -rf /tmp/tmp.0BaiJh |
2364 | 2024-02-01T18:48:15.582Z | |
2365 | 2024-02-01T18:48:15.585Z | real 12.829921035 |
2366 | 2024-02-01T18:48:15.585Z | user 11.825107268 |
2367 | 2024-02-01T18:48:15.585Z | sys 0.976059817 |
2368 | 2024-02-01T18:48:15.585Z | trap 0.002166218 |
2369 | 2024-02-01T18:48:15.585Z | tflt 0.000000000 |
2370 | 2024-02-01T18:48:15.585Z | dflt 0.000000000 |
2371 | 2024-02-01T18:48:15.585Z | kflt 0.000000000 |
2372 | 2024-02-01T18:48:15.585Z | lock 0.000000000 |
2373 | 2024-02-01T18:48:15.585Z | slp 24.790614414 |
2374 | 2024-02-01T18:48:15.585Z | lat 0.364067883 |
2375 | 2024-02-01T18:48:15.585Z | stop 0.000309765 |
2376 | 2024-02-01T18:48:15.585Z | + mkdir -p /work/zones |
2377 | 2024-02-01T18:48:15.590Z | + 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) |
2378 | 2024-02-01T18:48:15.590Z | + 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/ |
2379 | 2024-02-01T18:48:20.392Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2380 | 2024-02-01T18:48:21.085Z | Finished release [optimized] target(s) in 1.13s |
2381 | 2024-02-01T18:48:21.114Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2382 | 2024-02-01T18:48:21.164Z | Created new build target 'recovery' and set it as active |
2383 | 2024-02-01T18:48:21.173Z | |
2384 | 2024-02-01T18:48:21.173Z | real 1.292140378 |
2385 | 2024-02-01T18:48:21.173Z | user 0.919947097 |
2386 | 2024-02-01T18:48:21.173Z | sys 0.368931943 |
2387 | 2024-02-01T18:48:21.174Z | trap 0.001008544 |
2388 | 2024-02-01T18:48:21.174Z | tflt 0.000028421 |
2389 | 2024-02-01T18:48:21.174Z | dflt 0.000043764 |
2390 | 2024-02-01T18:48:21.175Z | kflt 0.000000000 |
2391 | 2024-02-01T18:48:21.175Z | lock 0.037178421 |
2392 | 2024-02-01T18:48:21.175Z | slp 0.022360994 |
2393 | 2024-02-01T18:48:21.175Z | lat 0.005299062 |
2394 | 2024-02-01T18:48:21.175Z | stop 0.000223932 |
2395 | 2024-02-01T18:48:21.175Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2396 | 2024-02-01T18:48:22.313Z | Finished release [optimized] target(s) in 1.06s |
2397 | 2024-02-01T18:48:22.347Z | Running `target/release/omicron-package -t recovery package` |
2398 | 2024-02-01T18:48:22.385Z | Feb 01 18:48:21.555 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2399 | 2024-02-01T18:48:23.384Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2400 | 2024-02-01T18:48:27.275Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2401 | 2024-02-01T18:48:59.896Z | Finished release [optimized] target(s) in 37.42s |
2402 | 2024-02-01T18:49:13.832Z | |
2403 | 2024-02-01T18:49:13.833Z | real 52.668903488 |
2404 | 2024-02-01T18:49:13.833Z | user 2:41.027760539 |
2405 | 2024-02-01T18:49:13.833Z | sys 12.932762721 |
2406 | 2024-02-01T18:49:13.833Z | trap 0.076151632 |
2407 | 2024-02-01T18:49:13.833Z | tflt 0.205159682 |
2408 | 2024-02-01T18:49:13.837Z | dflt 0.872242559 |
2409 | 2024-02-01T18:49:13.837Z | kflt 0.000000000 |
2410 | 2024-02-01T18:49:13.837Z | lock 11:33.633852446 |
2411 | 2024-02-01T18:49:13.837Z | slp 2:36.986950259 |
2412 | 2024-02-01T18:49:13.837Z | lat 1.813206417 |
2413 | 2024-02-01T18:49:13.837Z | stop 0.189369350 |
2414 | 2024-02-01T18:49:13.837Z | + stamp_packages installinator mg-ddm-gz |
2415 | 2024-02-01T18:49:13.837Z | + for package in "$@" |
2416 | 2024-02-01T18:49:13.837Z | + [[ installinator == mg-ddm-gz ]] |
2417 | 2024-02-01T18:49:13.837Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git7f7c7d9235a |
2418 | 2024-02-01T18:49:14.950Z | Finished release [optimized] target(s) in 1.03s |
2419 | 2024-02-01T18:49:14.976Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git7f7c7d9235a` |
2420 | 2024-02-01T18:49:15.017Z | Feb 01 18:49:14.190 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2421 | 2024-02-01T18:49:15.150Z | Created: out/versioned/installinator.tar |
2422 | 2024-02-01T18:49:15.154Z | + for package in "$@" |
2423 | 2024-02-01T18:49:15.154Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2424 | 2024-02-01T18:49:15.154Z | + echo 0.0.0 |
2425 | 2024-02-01T18:49:15.154Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2426 | 2024-02-01T18:49:15.158Z | a VERSION 1K |
2427 | 2024-02-01T18:49:15.158Z | + rm VERSION |
2428 | 2024-02-01T18:49:15.161Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git7f7c7d9235a |
2429 | 2024-02-01T18:49:16.263Z | Finished release [optimized] target(s) in 1.02s |
2430 | 2024-02-01T18:49:16.292Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git7f7c7d9235a` |
2431 | 2024-02-01T18:49:16.333Z | Feb 01 18:49:15.506 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2432 | 2024-02-01T18:49:16.513Z | Created: out/versioned/mg-ddm-gz.tar |
2433 | 2024-02-01T18:49:16.517Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2434 | 2024-02-01T18:49:16.529Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2435 | 2024-02-01T18:49:16.532Z | ++ cd -- ./tools |
2436 | 2024-02-01T18:49:16.532Z | ++ pwd |
2437 | 2024-02-01T18:49:16.532Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2438 | 2024-02-01T18:49:16.535Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2439 | 2024-02-01T18:49:16.535Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2440 | 2024-02-01T18:49:16.538Z | ++ readlink -f /work |
2441 | 2024-02-01T18:49:16.538Z | + out_dir=/work |
2442 | 2024-02-01T18:49:16.539Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2443 | 2024-02-01T18:49:16.539Z | + for dep in "${deps[@]}" |
2444 | 2024-02-01T18:49:16.539Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2445 | 2024-02-01T18:49:16.539Z | + for dep in "${deps[@]}" |
2446 | 2024-02-01T18:49:16.539Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2447 | 2024-02-01T18:49:16.542Z | ++ mktemp -d |
2448 | 2024-02-01T18:49:16.542Z | + tmp_trampoline=/tmp/tmp.cBaWNh |
2449 | 2024-02-01T18:49:16.542Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2450 | 2024-02-01T18:49:16.542Z | + echo '{"v":"1","t":"layer"}' |
2451 | 2024-02-01T18:49:16.542Z | + pkg_dir=/tmp/tmp.cBaWNh/root/opt/oxide/installinator |
2452 | 2024-02-01T18:49:16.542Z | + mkdir -p /tmp/tmp.cBaWNh/root/opt/oxide/installinator |
2453 | 2024-02-01T18:49:16.545Z | + cd /tmp/tmp.cBaWNh/root/opt/oxide/installinator |
2454 | 2024-02-01T18:49:16.545Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2455 | 2024-02-01T18:49:16.603Z | x ., 0 bytes, 0 tape blocks |
2456 | 2024-02-01T18:49:16.603Z | x installinator, 54590664 bytes, 106623 tape blocks |
2457 | 2024-02-01T18:49:16.603Z | x pkg, 0 bytes, 0 tape blocks |
2458 | 2024-02-01T18:49:16.603Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2459 | 2024-02-01T18:49:16.603Z | x VERSION, 25 bytes, 1 tape blocks |
2460 | 2024-02-01T18:49:16.606Z | + mkdir -p /tmp/tmp.cBaWNh/root/lib/svc/manifest/site/ |
2461 | 2024-02-01T18:49:16.606Z | + mv pkg/manifest.xml /tmp/tmp.cBaWNh/root/lib/svc/manifest/site/installinator.xml |
2462 | 2024-02-01T18:49:16.609Z | + cd - |
2463 | 2024-02-01T18:49:16.609Z | /work/oxidecomputer/omicron |
2464 | 2024-02-01T18:49:16.609Z | + pkg_dir=/tmp/tmp.cBaWNh/root/opt/oxide/mg-ddm |
2465 | 2024-02-01T18:49:16.609Z | + mkdir -p /tmp/tmp.cBaWNh/root/opt/oxide/mg-ddm |
2466 | 2024-02-01T18:49:16.612Z | + cd /tmp/tmp.cBaWNh/root/opt/oxide/mg-ddm |
2467 | 2024-02-01T18:49:16.612Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2468 | 2024-02-01T18:49:16.675Z | x ., 0 bytes, 0 tape blocks |
2469 | 2024-02-01T18:49:16.675Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2470 | 2024-02-01T18:49:16.675Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2471 | 2024-02-01T18:49:16.676Z | x pkg, 0 bytes, 0 tape blocks |
2472 | 2024-02-01T18:49:16.676Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2473 | 2024-02-01T18:49:16.676Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2474 | 2024-02-01T18:49:16.676Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2475 | 2024-02-01T18:49:16.676Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2476 | 2024-02-01T18:49:16.676Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2477 | 2024-02-01T18:49:16.676Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2478 | 2024-02-01T18:49:16.676Z | x VERSION, 25 bytes, 1 tape blocks |
2479 | 2024-02-01T18:49:16.679Z | + cd - |
2480 | 2024-02-01T18:49:16.679Z | /work/oxidecomputer/omicron |
2481 | 2024-02-01T18:49:16.679Z | + cd /tmp/tmp.cBaWNh |
2482 | 2024-02-01T18:49:16.679Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2483 | 2024-02-01T18:49:22.773Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2484 | 2024-02-01T18:49:22.773Z | a oxide.json 1K |
2485 | 2024-02-01T18:49:22.773Z | a root/ 0K |
2486 | 2024-02-01T18:49:22.773Z | a root/opt/ 0K |
2487 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/ 0K |
2488 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/installinator/ 0K |
2489 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/installinator/installinator 53312K |
2490 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/installinator/pkg/ 0K |
2491 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/installinator/VERSION 1K |
2492 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/ 0K |
2493 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2494 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2495 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2496 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2497 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2498 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2499 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2500 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2501 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2502 | 2024-02-01T18:49:22.773Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2503 | 2024-02-01T18:49:22.774Z | a root/lib/ 0K |
2504 | 2024-02-01T18:49:22.774Z | a root/lib/svc/ 0K |
2505 | 2024-02-01T18:49:22.774Z | a root/lib/svc/manifest/ 0K |
2506 | 2024-02-01T18:49:22.774Z | a root/lib/svc/manifest/site/ 0K |
2507 | 2024-02-01T18:49:22.774Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2508 | 2024-02-01T18:49:22.777Z | + cd / |
2509 | 2024-02-01T18:49:22.778Z | + rm -rf /tmp/tmp.cBaWNh |
2510 | 2024-02-01T18:49:22.795Z | |
2511 | 2024-02-01T18:49:22.800Z | real 6.275050136 |
2512 | 2024-02-01T18:49:22.800Z | user 5.893085636 |
2513 | 2024-02-01T18:49:22.800Z | sys 0.408509558 |
2514 | 2024-02-01T18:49:22.800Z | trap 0.002084349 |
2515 | 2024-02-01T18:49:22.800Z | tflt 0.000000000 |
2516 | 2024-02-01T18:49:22.800Z | dflt 0.000000000 |
2517 | 2024-02-01T18:49:22.801Z | kflt 0.000000000 |
2518 | 2024-02-01T18:49:22.801Z | lock 0.000000000 |
2519 | 2024-02-01T18:49:22.801Z | slp 12.151863881 |
2520 | 2024-02-01T18:49:22.801Z | lat 0.172434719 |
2521 | 2024-02-01T18:49:22.801Z | stop 0.000298285 |
2522 | 2024-02-01T18:49:22.801Z | process exited: duration 2472600 ms, exit code 0 |
|
2523 | 2024-02-01T18:49:22.822Z | found 21 output files |
2524 | 2024-02-01T18:49:22.822Z | uploading: /work/version.txt (26 bytes) |
2525 | 2024-02-01T18:49:23.837Z | uploaded: /work/version.txt |
2526 | 2024-02-01T18:49:23.837Z | uploading: /work/package.tar.gz (85934989 bytes) |
2527 | 2024-02-01T18:50:02.369Z | uploaded: /work/package.tar.gz |
2528 | 2024-02-01T18:50:02.369Z | uploading: /work/global-zone-packages.tar.gz (126381607 bytes) |
2529 | 2024-02-01T18:50:39.382Z | uploaded: /work/global-zone-packages.tar.gz |
2530 | 2024-02-01T18:50:39.382Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37192314 bytes) |
2531 | 2024-02-01T18:50:54.880Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2532 | 2024-02-01T18:50:54.880Z | uploading: /work/zones/clickhouse.tar.gz (193975085 bytes) |
2533 | 2024-02-01T18:52:07.234Z | uploaded: /work/zones/clickhouse.tar.gz |
2534 | 2024-02-01T18:52:07.234Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193967563 bytes) |
2535 | 2024-02-01T18:53:30.835Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2536 | 2024-02-01T18:53:30.836Z | uploading: /work/zones/cockroachdb.tar.gz (131070734 bytes) |
2537 | 2024-02-01T18:54:21.058Z | uploaded: /work/zones/cockroachdb.tar.gz |
2538 | 2024-02-01T18:54:21.058Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2539 | 2024-02-01T18:54:29.622Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2540 | 2024-02-01T18:54:29.622Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2541 | 2024-02-01T18:54:46.600Z | uploaded: /work/zones/crucible.tar.gz |
2542 | 2024-02-01T18:54:46.600Z | uploading: /work/zones/external-dns.tar.gz (23577898 bytes) |
2543 | 2024-02-01T18:54:57.875Z | uploaded: /work/zones/external-dns.tar.gz |
2544 | 2024-02-01T18:54:57.875Z | uploading: /work/zones/internal-dns.tar.gz (23577894 bytes) |
2545 | 2024-02-01T18:55:07.085Z | uploaded: /work/zones/internal-dns.tar.gz |
2546 | 2024-02-01T18:55:07.086Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2547 | 2024-02-01T18:55:08.100Z | uploaded: /work/zones/ntp.tar.gz |
2548 | 2024-02-01T18:55:08.100Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19302412 bytes) |
2549 | 2024-02-01T18:55:14.542Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2550 | 2024-02-01T18:55:14.542Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19300791 bytes) |
2551 | 2024-02-01T18:55:21.189Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2552 | 2024-02-01T18:55:21.189Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87117199 bytes) |
2553 | 2024-02-01T18:56:05.634Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2554 | 2024-02-01T18:56:05.635Z | uploading: /work/zones/omicron-nexus.tar.gz (87117172 bytes) |
2555 | 2024-02-01T18:57:02.798Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2556 | 2024-02-01T18:57:02.798Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2557 | 2024-02-01T18:57:03.816Z | uploaded: /work/zones/overlay.tar.gz |
2558 | 2024-02-01T18:57:03.816Z | uploading: /work/zones/oximeter.tar.gz (55275532 bytes) |
2559 | 2024-02-01T18:57:33.279Z | uploaded: /work/zones/oximeter.tar.gz |
2560 | 2024-02-01T18:57:33.279Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2561 | 2024-02-01T18:57:52.283Z | uploaded: /work/zones/propolis-server.tar.gz |
2562 | 2024-02-01T18:57:52.284Z | uploading: /work/zones/switch-asic.tar.gz (281174565 bytes) |
2563 | 2024-02-01T18:59:20.662Z | uploaded: /work/zones/switch-asic.tar.gz |
2564 | 2024-02-01T18:59:20.672Z | uploading: /work/zones/switch-softnpu.tar.gz (205149250 bytes) |
2565 | 2024-02-01T19:00:48.240Z | uploaded: /work/zones/switch-softnpu.tar.gz |