|
|
|
1 | 2023-12-06T19:36:43.245Z | job assigned to worker 01HH0A1C17C06YWEEYPS2D3AEH (queued for 1 m 30 s) |
|
2 | 2023-12-06T19:36:43.749Z | starting task 0: "setup" |
3 | 2023-12-06T19:36:43.809Z | ++ uname -s |
4 | 2023-12-06T19:36:43.838Z | + kern=SunOS |
5 | 2023-12-06T19:36:43.838Z | + case "$kern" in |
6 | 2023-12-06T19:36:43.838Z | + groupadd -g 12345 build |
7 | 2023-12-06T19:36:43.838Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-06T19:36:45.832Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-06T19:36:45.964Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-06T19:36:45.978Z | + home_fs=zfs |
11 | 2023-12-06T19:36:45.978Z | + [[ zfs == autofs ]] |
12 | 2023-12-06T19:36:45.978Z | + mkdir -p /home/build |
13 | 2023-12-06T19:36:45.978Z | + chown build:build /home/build /work |
14 | 2023-12-06T19:36:47.979Z | + chmod 0700 /home/build /work |
15 | 2023-12-06T19:36:48.004Z | process exited: duration 4216 ms, exit code 0 |
|
16 | 2023-12-06T19:36:48.032Z | starting task 1: "rust-toolchain" |
17 | 2023-12-06T19:36:48.041Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-06T19:36:48.041Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-06T19:36:48.191Z | info: downloading installer |
20 | 2023-12-06T19:36:49.878Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-06T19:36:49.878Z | warning: /opt/ooce/bin |
22 | 2023-12-06T19:36:49.878Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-06T19:36:49.878Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-06T19:36:49.879Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-06T19:36:49.879Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-06T19:36:49.880Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-06T19:36:49.880Z | error: cannot install while Rust is installed |
28 | 2023-12-06T19:36:49.880Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-06T19:36:50.014Z | info: profile set to 'default' |
30 | 2023-12-06T19:36:50.015Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-06T19:36:50.022Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-06T19:36:50.197Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-06T19:36:50.197Z | info: downloading component 'cargo' |
34 | 2023-12-06T19:36:51.088Z | info: downloading component 'clippy' |
35 | 2023-12-06T19:36:51.270Z | info: downloading component 'rust-docs' |
36 | 2023-12-06T19:36:52.252Z | info: downloading component 'rust-std' |
37 | 2023-12-06T19:36:54.170Z | info: downloading component 'rustc' |
38 | 2023-12-06T19:36:58.432Z | info: downloading component 'rustfmt' |
39 | 2023-12-06T19:36:58.645Z | info: installing component 'cargo' |
40 | 2023-12-06T19:37:00.358Z | info: installing component 'clippy' |
41 | 2023-12-06T19:37:01.121Z | info: installing component 'rust-docs' |
42 | 2023-12-06T19:37:03.970Z | info: installing component 'rust-std' |
43 | 2023-12-06T19:37:07.386Z | info: installing component 'rustc' |
44 | 2023-12-06T19:37:16.880Z | info: installing component 'rustfmt' |
45 | 2023-12-06T19:37:17.329Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-06T19:37:17.329Z | |
47 | 2023-12-06T19:37:17.472Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-06T19:37:17.472Z | |
49 | 2023-12-06T19:37:17.479Z | |
50 | 2023-12-06T19:37:17.479Z | Rust is installed now. Great! |
51 | 2023-12-06T19:37:17.479Z | |
52 | 2023-12-06T19:37:17.479Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-06T19:37:17.479Z | environment variable. This has not been done automatically. |
54 | 2023-12-06T19:37:17.479Z | |
55 | 2023-12-06T19:37:17.479Z | To configure your current shell, run: |
56 | 2023-12-06T19:37:17.479Z | source "$HOME/.cargo/env" |
57 | 2023-12-06T19:37:17.558Z | + rustc --version |
58 | 2023-12-06T19:37:17.675Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-06T19:37:17.690Z | process exited: duration 29646 ms, exit code 0 |
|
60 | 2023-12-06T19:37:17.709Z | starting task 2: "authentication" |
61 | 2023-12-06T19:37:17.742Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-12-06T19:37:17.752Z | starting task 3: "clone repository" |
63 | 2023-12-06T19:37:17.757Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-06T19:37:17.761Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-06T19:37:17.846Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-06T19:37:25.177Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-06T19:37:25.177Z | + [[ -n bugfix-issue-4589 ]] |
68 | 2023-12-06T19:37:25.182Z | + git fetch origin bugfix-issue-4589 |
69 | 2023-12-06T19:37:25.546Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-06T19:37:25.547Z | * branch bugfix-issue-4589 -> FETCH_HEAD |
71 | 2023-12-06T19:37:25.563Z | + git checkout -B bugfix-issue-4589 remotes/origin/bugfix-issue-4589 |
72 | 2023-12-06T19:37:25.661Z | Switched to a new branch 'bugfix-issue-4589' |
73 | 2023-12-06T19:37:25.665Z | branch 'bugfix-issue-4589' set up to track 'origin/bugfix-issue-4589'. |
74 | 2023-12-06T19:37:25.665Z | + git reset --hard feeaad65f69bcbeec262090a7760ba3276eb67b7 |
75 | 2023-12-06T19:37:25.697Z | HEAD is now at feeaad65 bump dendrite |
76 | 2023-12-06T19:37:25.708Z | process exited: duration 7948 ms, exit code 0 |
|
77 | 2023-12-06T19:37:25.738Z | starting task 4: "build" |
78 | 2023-12-06T19:37:25.751Z | + cargo --version |
79 | 2023-12-06T19:37:25.760Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-06T19:37:26.072Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-06T19:37:26.099Z | info: downloading component 'cargo' |
82 | 2023-12-06T19:37:26.642Z | info: downloading component 'clippy' |
83 | 2023-12-06T19:37:26.860Z | info: downloading component 'rust-docs' |
84 | 2023-12-06T19:37:27.697Z | info: downloading component 'rust-std' |
85 | 2023-12-06T19:37:29.100Z | info: downloading component 'rustc' |
86 | 2023-12-06T19:37:32.617Z | info: downloading component 'rustfmt' |
87 | 2023-12-06T19:37:32.824Z | info: installing component 'cargo' |
88 | 2023-12-06T19:37:34.108Z | info: installing component 'clippy' |
89 | 2023-12-06T19:37:34.607Z | info: installing component 'rust-docs' |
90 | 2023-12-06T19:37:37.370Z | info: installing component 'rust-std' |
91 | 2023-12-06T19:37:39.979Z | info: installing component 'rustc' |
92 | 2023-12-06T19:37:46.058Z | info: installing component 'rustfmt' |
93 | 2023-12-06T19:37:46.601Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-06T19:37:46.611Z | + rustc --version |
95 | 2023-12-06T19:37:46.811Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-06T19:37:46.829Z | ++ git rev-parse HEAD |
97 | 2023-12-06T19:37:46.830Z | + COMMIT=feeaad65f69bcbeec262090a7760ba3276eb67b7 |
98 | 2023-12-06T19:37:46.830Z | + VERSION=1.0.4-0.ci+gitfeeaad65f69 |
99 | 2023-12-06T19:37:46.830Z | + echo 1.0.4-0.ci+gitfeeaad65f69 |
100 | 2023-12-06T19:37:46.830Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-06T19:37:55.643Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-06T19:37:56.857Z | Startup: Caching catalogs ... Done |
103 | 2023-12-06T19:38:03.401Z | Planning: Solver setup ... Done (6.143s) |
104 | 2023-12-06T19:38:03.540Z | Planning: Running solver ... Done (0.145s) |
105 | 2023-12-06T19:38:03.612Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-06T19:38:03.624Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-06T19:38:03.868Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-06T19:38:03.969Z | Planning: Package planning ... Done (0.091s) |
109 | 2023-12-06T19:38:04.051Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-06T19:38:05.000Z | Planning: Checking for conflicting actions ... Done (0.957s) |
111 | 2023-12-06T19:38:05.021Z | Planning: Consolidating action changes ... Done (0.020s) |
112 | 2023-12-06T19:38:09.041Z | Planning: Evaluating mediators ... Done (4.019s) |
113 | 2023-12-06T19:38:09.157Z | Planning: Planning completed in 12.24 seconds |
114 | 2023-12-06T19:38:09.578Z | Packages to install: 4 |
115 | 2023-12-06T19:38:09.584Z | Packages to update: 2 |
116 | 2023-12-06T19:38:09.584Z | Mediators to change: 2 |
117 | 2023-12-06T19:38:09.584Z | Services to change: 1 |
118 | 2023-12-06T19:38:09.584Z | Estimated space available: 148.88 GB |
119 | 2023-12-06T19:38:09.584Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-06T19:38:09.584Z | Create boot environment: No |
121 | 2023-12-06T19:38:09.584Z | Create backup boot environment: Yes |
122 | 2023-12-06T19:38:09.585Z | Rebuild boot archive: No |
123 | 2023-12-06T19:38:09.585Z | |
124 | 2023-12-06T19:38:09.585Z | Changed mediators: |
125 | 2023-12-06T19:38:09.585Z | mediator clang: |
126 | 2023-12-06T19:38:09.585Z | version: None -> 15 (system default) |
127 | 2023-12-06T19:38:09.585Z | |
128 | 2023-12-06T19:38:09.585Z | mediator llvm: |
129 | 2023-12-06T19:38:09.585Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-06T19:38:09.585Z | |
131 | 2023-12-06T19:38:09.586Z | Changed packages: |
132 | 2023-12-06T19:38:09.586Z | helios-dev |
133 | 2023-12-06T19:38:09.586Z | developer/build-essential |
134 | 2023-12-06T19:38:09.586Z | None -> 11-2.0 |
135 | 2023-12-06T19:38:09.586Z | library/libxmlsec1 |
136 | 2023-12-06T19:38:09.586Z | None -> 1.2.35-2.0 |
137 | 2023-12-06T19:38:09.586Z | ooce/developer/clang-15 |
138 | 2023-12-06T19:38:09.586Z | None -> 15.0.7-2.0 |
139 | 2023-12-06T19:38:09.587Z | ooce/developer/llvm-15 |
140 | 2023-12-06T19:38:09.587Z | None -> 15.0.7-2.0 |
141 | 2023-12-06T19:38:09.587Z | system/library/g++-runtime |
142 | 2023-12-06T19:38:09.587Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-06T19:38:09.587Z | system/library/gcc-runtime |
144 | 2023-12-06T19:38:09.587Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-06T19:38:09.587Z | |
146 | 2023-12-06T19:38:09.587Z | Services: |
147 | 2023-12-06T19:38:09.587Z | restart_fmri: |
148 | 2023-12-06T19:38:09.588Z | svc:/system/update-man-index:default |
149 | 2023-12-06T19:38:09.588Z | |
150 | 2023-12-06T19:38:09.588Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-06T19:38:14.420Z | Download: 415/3330 items 16.9/221.1MB 7% complete (3.5M/s) |
152 | 2023-12-06T19:38:19.422Z | Download: 948/3330 items 19.1/221.1MB 8% complete (1.9M/s) |
153 | 2023-12-06T19:38:24.646Z | Download: 1192/3330 items 67.4/221.1MB 30% complete (5.0M/s) |
154 | 2023-12-06T19:38:29.941Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (6.5M/s) |
155 | 2023-12-06T19:38:34.924Z | Download: 1481/3330 items 117.4/221.1MB 53% complete (4.8M/s) |
156 | 2023-12-06T19:38:40.338Z | Download: 2223/3330 items 119.2/221.1MB 53% complete (3.7M/s) |
157 | 2023-12-06T19:38:44.947Z | Download: 2588/3330 items 120.2/221.1MB 54% complete (335k/s) |
158 | 2023-12-06T19:38:49.949Z | Download: 3082/3330 items 121.4/221.1MB 54% complete (229k/s) |
159 | 2023-12-06T19:38:54.978Z | Download: 3287/3330 items 212.1/221.1MB 95% complete (9.1M/s) |
160 | 2023-12-06T19:39:02.373Z | Download: 3328/3330 items 220.9/221.1MB 99% complete (9.8M/s) |
161 | 2023-12-06T19:39:02.392Z | Download: Completed 221.11 MB in 52.97 seconds (4.2M/s) |
162 | 2023-12-06T19:39:04.340Z | Actions: 1/3766 actions (Removing old actions) |
163 | 2023-12-06T19:39:04.341Z | Actions: 5/3766 actions (Installing new actions) |
164 | 2023-12-06T19:39:09.326Z | Actions: 2343/3766 actions (Installing new actions) |
165 | 2023-12-06T19:39:12.499Z | Actions: 3729/3766 actions (Updating modified actions) |
166 | 2023-12-06T19:39:13.129Z | Actions: Completed 3766 actions in 8.81 seconds. |
167 | 2023-12-06T19:39:13.333Z | Done (0.188s) |
168 | 2023-12-06T19:39:13.339Z | Done (0.000s) |
169 | 2023-12-06T19:39:13.588Z | Done (0.260s) |
170 | 2023-12-06T19:39:21.171Z | Done (7.461s) |
171 | 2023-12-06T19:39:21.564Z | Done (0.299s) |
172 | 2023-12-06T19:39:21.574Z | Done (0.000s) |
173 | 2023-12-06T19:39:21.791Z | Done (0.000s) |
174 | 2023-12-06T19:39:22.914Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-12-06T19:39:22.918Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-12-06T19:39:22.918Z | Planning: Consolidating action changes ... Done |
177 | 2023-12-06T19:39:23.212Z | Planning: Evaluating mediators ... Done |
178 | 2023-12-06T19:39:23.222Z | Planning: Planning completed in 0.71 seconds |
179 | 2023-12-06T19:39:23.274Z | Mediators to change: 2 |
180 | 2023-12-06T19:39:23.274Z | Create boot environment: No |
181 | 2023-12-06T19:39:23.285Z | Create backup boot environment: No |
182 | 2023-12-06T19:39:23.439Z | Done |
183 | 2023-12-06T19:39:23.440Z | Done |
184 | 2023-12-06T19:39:23.551Z | Done |
185 | 2023-12-06T19:39:29.240Z | Done |
186 | 2023-12-06T19:39:29.362Z | Done |
187 | 2023-12-06T19:39:29.373Z | Done |
188 | 2023-12-06T19:39:29.483Z | Done |
189 | 2023-12-06T19:39:30.473Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-12-06T19:39:30.480Z | Planning: Merging actions ... Done |
191 | 2023-12-06T19:39:30.813Z | Planning: Checking for conflicting actions ... Done |
192 | 2023-12-06T19:39:30.824Z | Planning: Consolidating action changes ... Done |
193 | 2023-12-06T19:39:31.228Z | Planning: Evaluating mediators ... Done |
194 | 2023-12-06T19:39:31.315Z | Planning: Planning completed in 1.27 seconds |
195 | 2023-12-06T19:39:31.381Z | Packages to change: 1 |
196 | 2023-12-06T19:39:31.381Z | Mediators to change: 1 |
197 | 2023-12-06T19:39:31.387Z | Services to change: 1 |
198 | 2023-12-06T19:39:31.387Z | Create boot environment: No |
199 | 2023-12-06T19:39:31.387Z | Create backup boot environment: Yes |
200 | 2023-12-06T19:39:33.585Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2023-12-06T19:39:33.590Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2023-12-06T19:39:33.590Z | Done |
203 | 2023-12-06T19:39:33.590Z | Done |
204 | 2023-12-06T19:39:33.648Z | Done |
205 | 2023-12-06T19:39:39.302Z | Done |
206 | 2023-12-06T19:39:39.447Z | Done |
207 | 2023-12-06T19:39:39.451Z | Done |
208 | 2023-12-06T19:39:39.498Z | Done |
209 | 2023-12-06T19:39:40.219Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2023-12-06T19:39:40.219Z | clang system 15 system |
211 | 2023-12-06T19:39:40.219Z | csh system system illumos |
212 | 2023-12-06T19:39:40.219Z | ctags system system illumos |
213 | 2023-12-06T19:39:40.220Z | gcc vendor 12 vendor |
214 | 2023-12-06T19:39:40.221Z | gcc system 10 system |
215 | 2023-12-06T19:39:40.221Z | gcc system 7 system |
216 | 2023-12-06T19:39:40.221Z | go system 1.20 system |
217 | 2023-12-06T19:39:40.221Z | go system 1.19 system |
218 | 2023-12-06T19:39:40.221Z | llvm system 15 system |
219 | 2023-12-06T19:39:40.221Z | llvm system 14 system |
220 | 2023-12-06T19:39:40.221Z | mariadb system 10.6 system |
221 | 2023-12-06T19:39:40.221Z | mta vendor vendor dma |
222 | 2023-12-06T19:39:40.221Z | openjdk system 17 system |
223 | 2023-12-06T19:39:40.221Z | openjdk system 11 system |
224 | 2023-12-06T19:39:40.221Z | openjdk system 1.8 system |
225 | 2023-12-06T19:39:40.221Z | openssl vendor 3 vendor |
226 | 2023-12-06T19:39:40.221Z | perl system 5.36 system |
227 | 2023-12-06T19:39:40.221Z | postgresql system 15 system |
228 | 2023-12-06T19:39:40.222Z | postgresql system 13 system |
229 | 2023-12-06T19:39:40.222Z | python vendor 3 vendor |
230 | 2023-12-06T19:39:40.222Z | python system 2 system |
231 | 2023-12-06T19:39:40.222Z | python3 system 3.11 system |
232 | 2023-12-06T19:39:40.222Z | ruby system 3.0 system |
233 | 2023-12-06T19:39:40.222Z | words vendor vendor american-english |
234 | 2023-12-06T19:39:40.222Z | words system system australian-english |
235 | 2023-12-06T19:39:40.222Z | words system system british-english |
236 | 2023-12-06T19:39:40.222Z | words system system canadian-english |
237 | 2023-12-06T19:39:40.222Z | words system system french |
238 | 2023-12-06T19:39:40.222Z | words system system italian |
239 | 2023-12-06T19:39:40.223Z | words system system ngerman |
240 | 2023-12-06T19:39:40.223Z | words system system ogerman |
241 | 2023-12-06T19:39:40.223Z | words system system spanish |
242 | 2023-12-06T19:39:49.250Z | FMRI IFO |
243 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
247 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
249 | 2023-12-06T19:39:49.250Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
250 | 2023-12-06T19:39:49.251Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
251 | 2023-12-06T19:39:49.565Z | + set -o errexit |
252 | 2023-12-06T19:39:49.565Z | +++ dirname ./tools/ci_download_cockroachdb |
253 | 2023-12-06T19:39:49.565Z | ++ cd ./tools |
254 | 2023-12-06T19:39:49.567Z | ++ pwd |
255 | 2023-12-06T19:39:49.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
256 | 2023-12-06T19:39:49.567Z | ++ basename ./tools/ci_download_cockroachdb |
257 | 2023-12-06T19:39:49.567Z | + ARG0=ci_download_cockroachdb |
258 | 2023-12-06T19:39:49.567Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
259 | 2023-12-06T19:39:49.567Z | + CIDL_VERSION=v22.1.9 |
260 | 2023-12-06T19:39:49.567Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
261 | 2023-12-06T19:39:49.567Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
262 | 2023-12-06T19:39:49.567Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
263 | 2023-12-06T19:39:49.567Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
264 | 2023-12-06T19:39:49.567Z | + TARGET_DIR=out |
265 | 2023-12-06T19:39:49.567Z | + DOWNLOAD_DIR=out/downloads |
266 | 2023-12-06T19:39:49.567Z | + DEST_DIR=./out/cockroachdb |
267 | 2023-12-06T19:39:49.567Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
268 | 2023-12-06T19:39:49.568Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
269 | 2023-12-06T19:39:49.568Z | + main |
270 | 2023-12-06T19:39:49.568Z | + [[ 0 != 0 ]] |
271 | 2023-12-06T19:39:49.568Z | + CIDL_OS=solaris2.11 |
272 | 2023-12-06T19:39:49.568Z | + [[ 0 != 0 ]] |
273 | 2023-12-06T19:39:49.568Z | + configure_os solaris2.11 |
274 | 2023-12-06T19:39:49.568Z | + echo 'current directory: /work/oxidecomputer/omicron' |
275 | 2023-12-06T19:39:49.568Z | current directory: /work/oxidecomputer/omicron |
276 | 2023-12-06T19:39:49.568Z | + echo 'configuring based on OS: "solaris2.11"' |
277 | 2023-12-06T19:39:49.568Z | configuring based on OS: "solaris2.11" |
278 | 2023-12-06T19:39:49.568Z | + case "$1" in |
279 | 2023-12-06T19:39:49.568Z | + CIDL_BUILD=illumos |
280 | 2023-12-06T19:39:49.568Z | + CIDL_SUFFIX=tar.gz |
281 | 2023-12-06T19:39:49.568Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
282 | 2023-12-06T19:39:49.570Z | + CIDL_MD5FUNC=do_md5sum |
283 | 2023-12-06T19:39:49.570Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2023-12-06T19:39:49.570Z | + CIDL_ASSEMBLE=do_assemble_illumos |
285 | 2023-12-06T19:39:49.570Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
286 | 2023-12-06T19:39:49.570Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-06T19:39:49.570Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-06T19:39:49.570Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
289 | 2023-12-06T19:39:49.570Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-06T19:39:49.571Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2023-12-06T19:39:49.571Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-06T19:39:49.571Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2023-12-06T19:39:49.571Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-06T19:39:49.571Z | + mkdir -p out/downloads |
295 | 2023-12-06T19:39:49.571Z | + mkdir -p ./out/cockroachdb |
296 | 2023-12-06T19:39:49.571Z | + local DO_DOWNLOAD=true |
297 | 2023-12-06T19:39:49.571Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
298 | 2023-12-06T19:39:49.571Z | + '[' true == true ']' |
299 | 2023-12-06T19:39:49.571Z | + echo Downloading... |
300 | 2023-12-06T19:39:49.571Z | Downloading... |
301 | 2023-12-06T19:39:49.571Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-06T19:39:49.571Z | + 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 |
303 | 2023-12-06T19:39:54.204Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-06T19:39:54.264Z | ++ md5sum |
305 | 2023-12-06T19:39:54.265Z | ++ awk '{print $1}' |
306 | 2023-12-06T19:39:54.405Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
307 | 2023-12-06T19:39:54.405Z | + [[ 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 ]] |
308 | 2023-12-06T19:39:54.405Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-06T19:39:54.497Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
310 | 2023-12-06T19:39:57.740Z | + do_assemble_illumos |
311 | 2023-12-06T19:39:57.745Z | + rm -r ./out/cockroachdb |
312 | 2023-12-06T19:39:57.749Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
313 | 2023-12-06T19:39:58.395Z | + ./out/cockroachdb/bin/cockroach version |
314 | 2023-12-06T19:39:58.708Z | Build Tag: v22.1.9-dirty |
315 | 2023-12-06T19:39:58.708Z | Build Time: 2022/10/26 21:17:46 |
316 | 2023-12-06T19:39:58.708Z | Distribution: OSS |
317 | 2023-12-06T19:39:58.708Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
318 | 2023-12-06T19:39:58.708Z | Go Version: go1.17.13 |
319 | 2023-12-06T19:39:58.708Z | C Compiler: gcc 10.3.0 |
320 | 2023-12-06T19:39:58.708Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
321 | 2023-12-06T19:39:58.709Z | Build Type: release |
322 | 2023-12-06T19:39:58.734Z | + set -o errexit |
323 | 2023-12-06T19:39:58.740Z | +++ dirname ./tools/ci_download_clickhouse |
324 | 2023-12-06T19:39:58.745Z | ++ cd ./tools |
325 | 2023-12-06T19:39:58.745Z | ++ pwd |
326 | 2023-12-06T19:39:58.745Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
327 | 2023-12-06T19:39:58.746Z | ++ basename ./tools/ci_download_clickhouse |
328 | 2023-12-06T19:39:58.746Z | + ARG0=ci_download_clickhouse |
329 | 2023-12-06T19:39:58.746Z | + TARGET_DIR=out |
330 | 2023-12-06T19:39:58.746Z | + DOWNLOAD_DIR=out/downloads |
331 | 2023-12-06T19:39:58.746Z | + DEST_DIR=./out/clickhouse |
332 | 2023-12-06T19:39:58.746Z | + CIDL_VERSION=v22.8.9.24 |
333 | 2023-12-06T19:39:58.746Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2023-12-06T19:39:58.746Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
335 | 2023-12-06T19:39:58.746Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
336 | 2023-12-06T19:39:58.746Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-12-06T19:39:58.746Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2023-12-06T19:39:58.746Z | + main |
339 | 2023-12-06T19:39:58.747Z | + [[ 0 != 0 ]] |
340 | 2023-12-06T19:39:58.747Z | + CIDL_OS=solaris2.11 |
341 | 2023-12-06T19:39:58.747Z | + [[ 0 != 0 ]] |
342 | 2023-12-06T19:39:58.747Z | + configure_os solaris2.11 |
343 | 2023-12-06T19:39:58.747Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2023-12-06T19:39:58.747Z | current directory: /work/oxidecomputer/omicron |
345 | 2023-12-06T19:39:58.747Z | + echo 'configuring based on OS: "solaris2.11"' |
346 | 2023-12-06T19:39:58.747Z | + CIDL_DASHREV= |
347 | 2023-12-06T19:39:58.747Z | configuring based on OS: "solaris2.11" |
348 | 2023-12-06T19:39:58.747Z | + case "$1" in |
349 | 2023-12-06T19:39:58.747Z | + CIDL_PLATFORM=illumos |
350 | 2023-12-06T19:39:58.747Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
351 | 2023-12-06T19:39:58.747Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2023-12-06T19:39:58.747Z | + CIDL_DASHREV=-1 |
353 | 2023-12-06T19:39:58.747Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
354 | 2023-12-06T19:39:58.747Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-12-06T19:39:58.747Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-12-06T19:39:58.756Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-06T19:39:58.756Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
358 | 2023-12-06T19:39:58.756Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-06T19:39:58.756Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
360 | 2023-12-06T19:39:58.756Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-06T19:39:58.756Z | + mkdir -p out/downloads |
362 | 2023-12-06T19:39:58.756Z | + mkdir -p ./out/clickhouse |
363 | 2023-12-06T19:39:58.756Z | + local DO_DOWNLOAD=true |
364 | 2023-12-06T19:39:58.757Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
365 | 2023-12-06T19:39:58.757Z | + '[' true == true ']' |
366 | 2023-12-06T19:39:58.757Z | + echo Downloading... |
367 | 2023-12-06T19:39:58.757Z | Downloading... |
368 | 2023-12-06T19:39:58.757Z | + 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 |
369 | 2023-12-06T19:39:58.761Z | + 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 |
370 | 2023-12-06T19:40:00.209Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-06T19:40:00.216Z | ++ md5sum |
372 | 2023-12-06T19:40:00.216Z | ++ awk '{print $1}' |
373 | 2023-12-06T19:40:00.470Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
374 | 2023-12-06T19:40:00.470Z | + [[ 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 ]] |
375 | 2023-12-06T19:40:00.470Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
376 | 2023-12-06T19:40:00.474Z | + mkdir -p ./out/clickhouse |
377 | 2023-12-06T19:40:00.474Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
378 | 2023-12-06T19:40:05.291Z | + ./out/clickhouse/clickhouse server --version |
379 | 2023-12-06T19:40:05.398Z | ClickHouse server version 22.8.9.1. |
380 | 2023-12-06T19:40:05.418Z | + set -o errexit |
381 | 2023-12-06T19:40:05.418Z | +++ dirname ./tools/ci_download_console |
382 | 2023-12-06T19:40:05.419Z | ++ cd ./tools |
383 | 2023-12-06T19:40:05.419Z | ++ pwd |
384 | 2023-12-06T19:40:05.419Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2023-12-06T19:40:05.421Z | ++ basename ./tools/ci_download_console |
386 | 2023-12-06T19:40:05.421Z | + ARG0=ci_download_console |
387 | 2023-12-06T19:40:05.421Z | + TARGET_DIR=out |
388 | 2023-12-06T19:40:05.422Z | + DOWNLOAD_DIR=out/downloads |
389 | 2023-12-06T19:40:05.422Z | + DEST_DIR=./out/console-assets |
390 | 2023-12-06T19:40:05.422Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2023-12-06T19:40:05.422Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
392 | 2023-12-06T19:40:05.422Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
393 | 2023-12-06T19:40:05.422Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
394 | 2023-12-06T19:40:05.422Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2023-12-06T19:40:05.422Z | + main |
396 | 2023-12-06T19:40:05.422Z | + [[ 0 != 0 ]] |
397 | 2023-12-06T19:40:05.422Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
398 | 2023-12-06T19:40:05.422Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-12-06T19:40:05.422Z | + echo 'Local file: out/downloads/console.tar.gz' |
400 | 2023-12-06T19:40:05.422Z | Local file: out/downloads/console.tar.gz |
401 | 2023-12-06T19:40:05.423Z | + local DO_DOWNLOAD=true |
402 | 2023-12-06T19:40:05.423Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2023-12-06T19:40:05.423Z | + mkdir -p out/downloads |
404 | 2023-12-06T19:40:05.423Z | + '[' true == true ']' |
405 | 2023-12-06T19:40:05.423Z | + echo Downloading... |
406 | 2023-12-06T19:40:05.423Z | Downloading... |
407 | 2023-12-06T19:40:05.423Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
408 | 2023-12-06T19:40:05.423Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
409 | 2023-12-06T19:40:05.965Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2023-12-06T19:40:05.971Z | ++ case "$OSTYPE" in |
411 | 2023-12-06T19:40:05.971Z | ++ SHA=sha256sum |
412 | 2023-12-06T19:40:05.971Z | ++ sha256sum |
413 | 2023-12-06T19:40:05.972Z | ++ awk '{print $1}' |
414 | 2023-12-06T19:40:05.973Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
415 | 2023-12-06T19:40:05.973Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
416 | 2023-12-06T19:40:05.973Z | + rm -rf ./out/console-assets |
417 | 2023-12-06T19:40:05.973Z | + mkdir -p ./out/console-assets |
418 | 2023-12-06T19:40:05.983Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2023-12-06T19:40:05.983Z | + mkdir -p ./out/console-assets |
420 | 2023-12-06T19:40:05.983Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2023-12-06T19:40:06.193Z | + set -o errexit |
422 | 2023-12-06T19:40:06.290Z | +++ dirname ./tools/ci_download_maghemite_openapi |
423 | 2023-12-06T19:40:06.290Z | ++ cd ./tools |
424 | 2023-12-06T19:40:06.290Z | ++ pwd |
425 | 2023-12-06T19:40:06.290Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2023-12-06T19:40:06.290Z | ++ basename ./tools/ci_download_maghemite_openapi |
427 | 2023-12-06T19:40:06.290Z | + ARG0=ci_download_maghemite_openapi |
428 | 2023-12-06T19:40:06.290Z | + TARGET_DIR=out |
429 | 2023-12-06T19:40:06.290Z | + DOWNLOAD_DIR=out/downloads |
430 | 2023-12-06T19:40:06.291Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
431 | 2023-12-06T19:40:06.291Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
432 | 2023-12-06T19:40:06.291Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
433 | 2023-12-06T19:40:06.291Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
434 | 2023-12-06T19:40:06.291Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
435 | 2023-12-06T19:40:06.291Z | + main |
436 | 2023-12-06T19:40:06.291Z | + [[ 0 != 0 ]] |
437 | 2023-12-06T19:40:06.291Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
438 | 2023-12-06T19:40:06.292Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
439 | 2023-12-06T19:40:06.292Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
440 | 2023-12-06T19:40:06.292Z | + local DO_DOWNLOAD=true |
441 | 2023-12-06T19:40:06.292Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
442 | 2023-12-06T19:40:06.292Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
443 | 2023-12-06T19:40:06.292Z | + mkdir -p out/downloads |
444 | 2023-12-06T19:40:06.292Z | + '[' true == true ']' |
445 | 2023-12-06T19:40:06.292Z | + echo Downloading... |
446 | 2023-12-06T19:40:06.292Z | Downloading... |
447 | 2023-12-06T19:40:06.292Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
448 | 2023-12-06T19:40:06.292Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
449 | 2023-12-06T19:40:06.379Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
450 | 2023-12-06T19:40:06.386Z | ++ case "$OSTYPE" in |
451 | 2023-12-06T19:40:06.387Z | ++ SHA=sha256sum |
452 | 2023-12-06T19:40:06.397Z | ++ sha256sum |
453 | 2023-12-06T19:40:06.397Z | ++ awk '{print $1}' |
454 | 2023-12-06T19:40:06.398Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
455 | 2023-12-06T19:40:06.398Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
456 | 2023-12-06T19:40:06.398Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2023-12-06T19:40:06.398Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
458 | 2023-12-06T19:40:06.398Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
459 | 2023-12-06T19:40:06.398Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
460 | 2023-12-06T19:40:06.398Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
461 | 2023-12-06T19:40:06.398Z | + main |
462 | 2023-12-06T19:40:06.398Z | + [[ 0 != 0 ]] |
463 | 2023-12-06T19:40:06.399Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
464 | 2023-12-06T19:40:06.399Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
465 | 2023-12-06T19:40:06.399Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
466 | 2023-12-06T19:40:06.399Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
467 | 2023-12-06T19:40:06.399Z | + local DO_DOWNLOAD=true |
468 | 2023-12-06T19:40:06.399Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
469 | 2023-12-06T19:40:06.399Z | + mkdir -p out/downloads |
470 | 2023-12-06T19:40:06.400Z | + '[' true == true ']' |
471 | 2023-12-06T19:40:06.400Z | + echo Downloading... |
472 | 2023-12-06T19:40:06.400Z | Downloading... |
473 | 2023-12-06T19:40:06.407Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
474 | 2023-12-06T19:40:06.407Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
475 | 2023-12-06T19:40:07.473Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
476 | 2023-12-06T19:40:07.498Z | ++ case "$OSTYPE" in |
477 | 2023-12-06T19:40:07.498Z | ++ SHA=sha256sum |
478 | 2023-12-06T19:40:07.498Z | ++ sha256sum |
479 | 2023-12-06T19:40:07.498Z | ++ awk '{print $1}' |
480 | 2023-12-06T19:40:07.498Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
481 | 2023-12-06T19:40:07.498Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
482 | 2023-12-06T19:40:07.499Z | + set -o errexit |
483 | 2023-12-06T19:40:07.499Z | +++ dirname ./tools/ci_download_dendrite_openapi |
484 | 2023-12-06T19:40:07.499Z | ++ cd ./tools |
485 | 2023-12-06T19:40:07.499Z | ++ pwd |
486 | 2023-12-06T19:40:07.499Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
487 | 2023-12-06T19:40:07.499Z | ++ basename ./tools/ci_download_dendrite_openapi |
488 | 2023-12-06T19:40:07.578Z | + ARG0=ci_download_dendrite_openapi |
489 | 2023-12-06T19:40:07.578Z | + TARGET_DIR=out |
490 | 2023-12-06T19:40:07.578Z | + DOWNLOAD_DIR=out/downloads |
491 | 2023-12-06T19:40:07.578Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
492 | 2023-12-06T19:40:07.578Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
493 | 2023-12-06T19:40:07.578Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
494 | 2023-12-06T19:40:07.578Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
495 | 2023-12-06T19:40:07.578Z | + LOCAL_FILE=out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
496 | 2023-12-06T19:40:07.578Z | + main |
497 | 2023-12-06T19:40:07.578Z | + [[ 0 != 0 ]] |
498 | 2023-12-06T19:40:07.578Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json' |
499 | 2023-12-06T19:40:07.578Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
500 | 2023-12-06T19:40:07.578Z | + echo 'Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json' |
501 | 2023-12-06T19:40:07.579Z | Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
502 | 2023-12-06T19:40:07.579Z | + local DO_DOWNLOAD=true |
503 | 2023-12-06T19:40:07.579Z | + [[ -f out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json ]] |
504 | 2023-12-06T19:40:07.579Z | + mkdir -p out/downloads |
505 | 2023-12-06T19:40:07.579Z | + '[' true == true ']' |
506 | 2023-12-06T19:40:07.579Z | + echo Downloading... |
507 | 2023-12-06T19:40:07.579Z | Downloading... |
508 | 2023-12-06T19:40:07.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
509 | 2023-12-06T19:40:07.579Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
510 | 2023-12-06T19:40:08.111Z | ++ do_sha256sum out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
511 | 2023-12-06T19:40:08.111Z | ++ case "$OSTYPE" in |
512 | 2023-12-06T19:40:08.115Z | ++ SHA=sha256sum |
513 | 2023-12-06T19:40:08.115Z | ++ sha256sum |
514 | 2023-12-06T19:40:08.115Z | ++ awk '{print $1}' |
515 | 2023-12-06T19:40:08.121Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-12-06T19:40:08.121Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
517 | 2023-12-06T19:40:08.127Z | + set -o errexit |
518 | 2023-12-06T19:40:08.134Z | +++ dirname ./tools/ci_download_dendrite_stub |
519 | 2023-12-06T19:40:08.134Z | ++ cd ./tools |
520 | 2023-12-06T19:40:08.134Z | ++ pwd |
521 | 2023-12-06T19:40:08.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
522 | 2023-12-06T19:40:08.140Z | ++ basename ./tools/ci_download_dendrite_stub |
523 | 2023-12-06T19:40:08.140Z | + ARG0=ci_download_dendrite_stub |
524 | 2023-12-06T19:40:08.140Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
525 | 2023-12-06T19:40:08.140Z | ++ CIDL_SHA256_ILLUMOS=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
526 | 2023-12-06T19:40:08.140Z | ++ CIDL_SHA256_LINUX_DPD=99a800cbd5739245154831004892d47be5a871e37c536ec3009911ddb02fdb16 |
527 | 2023-12-06T19:40:08.140Z | ++ CIDL_SHA256_LINUX_SWADM=e92bfc071f3944523a2e69b13ee877a4fd87cb8a9a78011b4aa8f40218347e25 |
528 | 2023-12-06T19:40:08.140Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
529 | 2023-12-06T19:40:08.140Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
530 | 2023-12-06T19:40:08.140Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
531 | 2023-12-06T19:40:08.140Z | + TARGET_DIR=out |
532 | 2023-12-06T19:40:08.140Z | + DOWNLOAD_DIR=out/downloads |
533 | 2023-12-06T19:40:08.141Z | + DEST_DIR=./out/dendrite-stub |
534 | 2023-12-06T19:40:08.141Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
535 | 2023-12-06T19:40:08.141Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
536 | 2023-12-06T19:40:08.141Z | + REPO=oxidecomputer/dendrite |
537 | 2023-12-06T19:40:08.141Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
538 | 2023-12-06T19:40:08.141Z | + main |
539 | 2023-12-06T19:40:08.141Z | + [[ 0 != 0 ]] |
540 | 2023-12-06T19:40:08.141Z | + CIDL_OS=solaris2.11 |
541 | 2023-12-06T19:40:08.141Z | + [[ 0 != 0 ]] |
542 | 2023-12-06T19:40:08.141Z | + configure_os solaris2.11 |
543 | 2023-12-06T19:40:08.141Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2023-12-06T19:40:08.142Z | current directory: /work/oxidecomputer/omicron |
545 | 2023-12-06T19:40:08.142Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2023-12-06T19:40:08.142Z | configuring based on OS: "solaris2.11" |
547 | 2023-12-06T19:40:08.142Z | + case "$1" in |
548 | 2023-12-06T19:40:08.142Z | + SET_BINARIES= |
549 | 2023-12-06T19:40:08.143Z | + CIDL_SHA256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
550 | 2023-12-06T19:40:08.143Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2023-12-06T19:40:08.143Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
552 | 2023-12-06T19:40:08.143Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
553 | 2023-12-06T19:40:08.143Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
554 | 2023-12-06T19:40:08.143Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz' |
555 | 2023-12-06T19:40:08.143Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
556 | 2023-12-06T19:40:08.143Z | Local file: out/downloads/dendrite-stub.tar.gz |
557 | 2023-12-06T19:40:08.143Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
558 | 2023-12-06T19:40:08.143Z | + mkdir -p out/downloads |
559 | 2023-12-06T19:40:08.143Z | + mkdir -p ./out/dendrite-stub |
560 | 2023-12-06T19:40:08.157Z | + fetch_and_verify |
561 | 2023-12-06T19:40:08.157Z | + local DO_DOWNLOAD=true |
562 | 2023-12-06T19:40:08.158Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
563 | 2023-12-06T19:40:08.158Z | + '[' true == true ']' |
564 | 2023-12-06T19:40:08.158Z | + echo Downloading... |
565 | 2023-12-06T19:40:08.159Z | Downloading... |
566 | 2023-12-06T19:40:08.159Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-06T19:40:08.159Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
568 | 2023-12-06T19:40:24.328Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-06T19:40:24.347Z | ++ sha256sum |
570 | 2023-12-06T19:40:24.347Z | ++ awk '{print $1}' |
571 | 2023-12-06T19:40:24.347Z | + calculated_sha256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
572 | 2023-12-06T19:40:24.348Z | + [[ 06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 != \0\6\b\5\e\e\e\d\a\e\b\f\3\0\e\9\6\a\5\c\5\e\9\3\2\e\0\8\0\3\4\c\9\0\9\4\7\a\f\7\a\5\4\e\9\b\c\0\4\d\5\7\d\6\8\0\7\0\1\3\a\d\e\9 ]] |
573 | 2023-12-06T19:40:24.348Z | + do_untar out/downloads/dendrite-stub.tar.gz |
574 | 2023-12-06T19:40:24.348Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
575 | 2023-12-06T19:40:24.991Z | + do_assemble |
576 | 2023-12-06T19:40:24.991Z | + rm -r ./out/dendrite-stub |
577 | 2023-12-06T19:40:24.999Z | + mkdir ./out/dendrite-stub |
578 | 2023-12-06T19:40:24.999Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
579 | 2023-12-06T19:40:25.156Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
580 | 2023-12-06T19:40:25.170Z | + set -o errexit |
581 | 2023-12-06T19:40:25.179Z | +++ dirname ./tools/ci_download_maghemite_mgd |
582 | 2023-12-06T19:40:25.179Z | ++ cd ./tools |
583 | 2023-12-06T19:40:25.179Z | ++ pwd |
584 | 2023-12-06T19:40:25.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2023-12-06T19:40:25.179Z | ++ basename ./tools/ci_download_maghemite_mgd |
586 | 2023-12-06T19:40:25.180Z | + ARG0=ci_download_maghemite_mgd |
587 | 2023-12-06T19:40:25.180Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
588 | 2023-12-06T19:40:25.181Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
589 | 2023-12-06T19:40:25.181Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
590 | 2023-12-06T19:40:25.181Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
591 | 2023-12-06T19:40:25.181Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
592 | 2023-12-06T19:40:25.181Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
593 | 2023-12-06T19:40:25.181Z | + TARGET_DIR=out |
594 | 2023-12-06T19:40:25.181Z | + DOWNLOAD_DIR=out/downloads |
595 | 2023-12-06T19:40:25.181Z | + DEST_DIR=./out/mgd |
596 | 2023-12-06T19:40:25.181Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
597 | 2023-12-06T19:40:25.181Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
598 | 2023-12-06T19:40:25.182Z | + REPO=oxidecomputer/maghemite |
599 | 2023-12-06T19:40:25.182Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
600 | 2023-12-06T19:40:25.182Z | + main |
601 | 2023-12-06T19:40:25.182Z | + [[ 0 != 0 ]] |
602 | 2023-12-06T19:40:25.182Z | + CIDL_OS=solaris2.11 |
603 | 2023-12-06T19:40:25.182Z | + [[ 0 != 0 ]] |
604 | 2023-12-06T19:40:25.182Z | + configure_os solaris2.11 |
605 | 2023-12-06T19:40:25.182Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2023-12-06T19:40:25.182Z | current directory: /work/oxidecomputer/omicron |
607 | 2023-12-06T19:40:25.182Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2023-12-06T19:40:25.182Z | + case "$1" in |
609 | 2023-12-06T19:40:25.182Z | configuring based on OS: "solaris2.11" |
610 | 2023-12-06T19:40:25.182Z | + SET_BINARIES= |
611 | 2023-12-06T19:40:25.182Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2023-12-06T19:40:25.183Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2023-12-06T19:40:25.183Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
614 | 2023-12-06T19:40:25.183Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2023-12-06T19:40:25.183Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
616 | 2023-12-06T19:40:25.189Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
617 | 2023-12-06T19:40:25.189Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
618 | 2023-12-06T19:40:25.189Z | + mkdir -p out/downloads |
619 | 2023-12-06T19:40:25.189Z | Local file: out/downloads/mgd.tar.gz |
620 | 2023-12-06T19:40:25.189Z | + mkdir -p ./out/mgd |
621 | 2023-12-06T19:40:25.189Z | + fetch_and_verify |
622 | 2023-12-06T19:40:25.189Z | + local DO_DOWNLOAD=true |
623 | 2023-12-06T19:40:25.189Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2023-12-06T19:40:25.189Z | + '[' true == true ']' |
625 | 2023-12-06T19:40:25.190Z | + echo Downloading... |
626 | 2023-12-06T19:40:25.190Z | Downloading... |
627 | 2023-12-06T19:40:25.190Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2023-12-06T19:40:25.190Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
629 | 2023-12-06T19:40:31.051Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2023-12-06T19:40:31.061Z | ++ sha256sum |
631 | 2023-12-06T19:40:31.061Z | ++ awk '{print $1}' |
632 | 2023-12-06T19:40:31.128Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
633 | 2023-12-06T19:40:31.128Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
634 | 2023-12-06T19:40:31.132Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2023-12-06T19:40:31.132Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2023-12-06T19:40:31.781Z | + do_assemble |
637 | 2023-12-06T19:40:31.781Z | + rm -r ./out/mgd |
638 | 2023-12-06T19:40:31.785Z | + mkdir ./out/mgd |
639 | 2023-12-06T19:40:31.786Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2023-12-06T19:40:31.998Z | + set -o errexit |
641 | 2023-12-06T19:40:32.027Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2023-12-06T19:40:32.028Z | ++ cd ./tools |
643 | 2023-12-06T19:40:32.028Z | ++ pwd |
644 | 2023-12-06T19:40:32.028Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2023-12-06T19:40:32.028Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2023-12-06T19:40:32.028Z | + ARG0=ci_download_transceiver_control |
647 | 2023-12-06T19:40:32.028Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2023-12-06T19:40:32.028Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-12-06T19:40:32.028Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2023-12-06T19:40:32.028Z | + TARGET_DIR=out |
651 | 2023-12-06T19:40:32.028Z | + DOWNLOAD_DIR=out/downloads |
652 | 2023-12-06T19:40:32.029Z | + DEST_DIR=./out/transceiver-control |
653 | 2023-12-06T19:40:32.029Z | + BIN_DIR=/opt/oxide/bin |
654 | 2023-12-06T19:40:32.031Z | + BINARY=xcvradm |
655 | 2023-12-06T19:40:32.031Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2023-12-06T19:40:32.031Z | + REPO=oxidecomputer/transceiver-control |
657 | 2023-12-06T19:40:32.031Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2023-12-06T19:40:32.031Z | + main |
659 | 2023-12-06T19:40:32.031Z | + [[ 0 != 0 ]] |
660 | 2023-12-06T19:40:32.031Z | + CIDL_OS=solaris2.11 |
661 | 2023-12-06T19:40:32.031Z | + [[ 0 != 0 ]] |
662 | 2023-12-06T19:40:32.031Z | + configure_os solaris2.11 |
663 | 2023-12-06T19:40:32.031Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2023-12-06T19:40:32.031Z | current directory: /work/oxidecomputer/omicron |
665 | 2023-12-06T19:40:32.031Z | + echo 'configuring based on OS: "solaris2.11"' |
666 | 2023-12-06T19:40:32.032Z | + case "$1" in |
667 | 2023-12-06T19:40:32.032Z | configuring based on OS: "solaris2.11" |
668 | 2023-12-06T19:40:32.032Z | + SET_BINARIES= |
669 | 2023-12-06T19:40:32.032Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2023-12-06T19:40:32.032Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2023-12-06T19:40:32.032Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2023-12-06T19:40:32.032Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2023-12-06T19:40:32.032Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2023-12-06T19:40:32.032Z | Local file: out/downloads/xcvradm.gz |
675 | 2023-12-06T19:40:32.032Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2023-12-06T19:40:32.032Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2023-12-06T19:40:32.032Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2023-12-06T19:40:32.034Z | + mkdir -p out/downloads |
679 | 2023-12-06T19:40:32.034Z | + mkdir -p ./out/transceiver-control |
680 | 2023-12-06T19:40:32.034Z | + fetch_and_verify |
681 | 2023-12-06T19:40:32.034Z | + local DO_DOWNLOAD=true |
682 | 2023-12-06T19:40:32.034Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2023-12-06T19:40:32.034Z | + '[' true == true ']' |
684 | 2023-12-06T19:40:32.034Z | + echo Downloading... |
685 | 2023-12-06T19:40:32.034Z | Downloading... |
686 | 2023-12-06T19:40:32.034Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2023-12-06T19:40:32.034Z | + 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 |
688 | 2023-12-06T19:40:35.573Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2023-12-06T19:40:35.581Z | ++ sha256sum |
690 | 2023-12-06T19:40:35.581Z | ++ awk '{print $1}' |
691 | 2023-12-06T19:40:35.612Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2023-12-06T19:40:35.612Z | + [[ 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 ]] |
693 | 2023-12-06T19:40:35.621Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2023-12-06T19:40:35.622Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2023-12-06T19:40:35.622Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2023-12-06T19:40:35.777Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2023-12-06T19:40:35.788Z | + do_assemble |
698 | 2023-12-06T19:40:35.788Z | + rm -r ./out/transceiver-control |
699 | 2023-12-06T19:40:35.788Z | + mkdir ./out/transceiver-control |
700 | 2023-12-06T19:40:35.788Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2023-12-06T19:40:35.973Z | All prerequisites installed successfully |
702 | 2023-12-06T19:40:35.984Z | |
703 | 2023-12-06T19:40:35.984Z | real 2:49.216200363 |
704 | 2023-12-06T19:40:35.985Z | user 55.069936724 |
705 | 2023-12-06T19:40:35.985Z | sys 10.283359761 |
706 | 2023-12-06T19:40:35.985Z | trap 0.018611651 |
707 | 2023-12-06T19:40:35.985Z | tflt 0.136581067 |
708 | 2023-12-06T19:40:35.985Z | dflt 0.706917855 |
709 | 2023-12-06T19:40:35.985Z | kflt 0.157577464 |
710 | 2023-12-06T19:40:35.986Z | lock 1.812136177 |
711 | 2023-12-06T19:40:35.986Z | slp 5:35.903602535 |
712 | 2023-12-06T19:40:35.986Z | lat 3.576899590 |
713 | 2023-12-06T19:40:35.986Z | stop 0.055077778 |
714 | 2023-12-06T19:40:35.986Z | + ptime -m ./tools/ci_download_softnpu_machinery |
715 | 2023-12-06T19:40:36.009Z | fetching npuzone |
716 | 2023-12-06T19:40:36.009Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
717 | 2023-12-06T19:40:36.010Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
718 | 2023-12-06T19:40:36.010Z | Getting hash for npuzone |
719 | 2023-12-06T19:40:36.177Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
720 | 2023-12-06T19:40:45.179Z | npuzone downloaded successfully |
721 | 2023-12-06T19:40:45.189Z | |
722 | 2023-12-06T19:40:45.190Z | real 9.206257610 |
723 | 2023-12-06T19:40:45.190Z | user 0.580498274 |
724 | 2023-12-06T19:40:45.190Z | sys 0.163402986 |
725 | 2023-12-06T19:40:45.190Z | trap 0.000151338 |
726 | 2023-12-06T19:40:45.190Z | tflt 0.000000000 |
727 | 2023-12-06T19:40:45.191Z | dflt 0.000000000 |
728 | 2023-12-06T19:40:45.191Z | kflt 0.000000000 |
729 | 2023-12-06T19:40:45.191Z | lock 0.000000000 |
730 | 2023-12-06T19:40:45.191Z | slp 26.674306486 |
731 | 2023-12-06T19:40:45.191Z | lat 0.164856327 |
732 | 2023-12-06T19:40:45.191Z | stop 0.000253625 |
733 | 2023-12-06T19:40:45.195Z | + export CARGO_INCREMENTAL=0 |
734 | 2023-12-06T19:40:45.195Z | + CARGO_INCREMENTAL=0 |
735 | 2023-12-06T19:40:45.195Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
736 | 2023-12-06T19:40:45.568Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
737 | 2023-12-06T19:40:46.930Z | Updating crates.io index |
738 | 2023-12-06T19:40:46.945Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
739 | 2023-12-06T19:40:47.818Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
740 | 2023-12-06T19:40:49.752Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
741 | 2023-12-06T19:40:50.327Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
742 | 2023-12-06T19:40:50.680Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
743 | 2023-12-06T19:40:50.984Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
744 | 2023-12-06T19:40:51.273Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
745 | 2023-12-06T19:40:52.142Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
746 | 2023-12-06T19:40:54.375Z | Updating git repository `https://github.com/oxidecomputer/opte` |
747 | 2023-12-06T19:40:55.380Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2023-12-06T19:40:55.736Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
749 | 2023-12-06T19:40:56.361Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
750 | 2023-12-06T19:40:56.758Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2023-12-06T19:40:57.124Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2023-12-06T19:40:57.538Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2023-12-06T19:40:57.856Z | Updating git repository `https://github.com/njaremko/samael` |
754 | 2023-12-06T19:40:58.408Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
755 | 2023-12-06T19:40:59.648Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2023-12-06T19:41:00.053Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
757 | 2023-12-06T19:41:00.385Z | Updating git repository `https://github.com/jgallagher/nix` |
758 | 2023-12-06T19:41:01.682Z | Updating git repository `https://github.com/cbiffle/hubpack` |
759 | 2023-12-06T19:41:02.172Z | Updating git repository `https://github.com/oxidecomputer/typify` |
760 | 2023-12-06T19:41:03.222Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
761 | 2023-12-06T19:41:03.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2023-12-06T19:41:04.093Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
763 | 2023-12-06T19:41:05.673Z | Downloading crates ... |
764 | 2023-12-06T19:41:05.885Z | Downloaded maplit v1.0.2 |
765 | 2023-12-06T19:41:05.888Z | Downloaded cpufeatures v0.2.9 |
766 | 2023-12-06T19:41:05.906Z | Downloaded itertools v0.12.0 |
767 | 2023-12-06T19:41:05.920Z | Downloaded adler v1.0.2 |
768 | 2023-12-06T19:41:05.927Z | Downloaded is-terminal v0.4.9 |
769 | 2023-12-06T19:41:05.931Z | Downloaded indoc v2.0.3 |
770 | 2023-12-06T19:41:05.938Z | Downloaded aead v0.5.2 |
771 | 2023-12-06T19:41:05.987Z | Downloaded log v0.4.20 |
772 | 2023-12-06T19:41:05.988Z | Downloaded clap_lex v0.5.1 |
773 | 2023-12-06T19:41:05.988Z | Downloaded ciborium-io v0.2.1 |
774 | 2023-12-06T19:41:05.988Z | Downloaded async-stream-impl v0.3.5 |
775 | 2023-12-06T19:41:05.988Z | Downloaded match_cfg v0.1.0 |
776 | 2023-12-06T19:41:05.988Z | Downloaded ident_case v1.0.1 |
777 | 2023-12-06T19:41:05.988Z | Downloaded atty v0.2.14 |
778 | 2023-12-06T19:41:05.990Z | Downloaded instant v0.1.12 |
779 | 2023-12-06T19:41:05.990Z | Downloaded nanorand v0.7.0 |
780 | 2023-12-06T19:41:05.990Z | Downloaded lru-cache v0.1.2 |
781 | 2023-12-06T19:41:05.990Z | Downloaded inout v0.1.3 |
782 | 2023-12-06T19:41:06.005Z | Downloaded newtype_derive v0.1.6 |
783 | 2023-12-06T19:41:06.005Z | Downloaded libsw v3.3.0 |
784 | 2023-12-06T19:41:06.011Z | Downloaded lalrpop-util v0.19.12 |
785 | 2023-12-06T19:41:06.011Z | Downloaded ipnet v2.8.0 |
786 | 2023-12-06T19:41:06.011Z | Downloaded opaque-debug v0.3.0 |
787 | 2023-12-06T19:41:06.011Z | Downloaded cfg-if v1.0.0 |
788 | 2023-12-06T19:41:06.011Z | Downloaded ciborium-ll v0.2.1 |
789 | 2023-12-06T19:41:06.017Z | Downloaded curve25519-dalek-derive v0.1.0 |
790 | 2023-12-06T19:41:06.022Z | Downloaded hyper-tls v0.5.0 |
791 | 2023-12-06T19:41:06.027Z | Downloaded darling v0.20.3 |
792 | 2023-12-06T19:41:06.034Z | Downloaded ahash v0.8.3 |
793 | 2023-12-06T19:41:06.039Z | Downloaded normalize-line-endings v0.3.0 |
794 | 2023-12-06T19:41:06.045Z | Downloaded nodrop v0.1.14 |
795 | 2023-12-06T19:41:06.053Z | Downloaded oso-derive v0.27.0 |
796 | 2023-12-06T19:41:06.053Z | Downloaded number_prefix v0.4.0 |
797 | 2023-12-06T19:41:06.054Z | Downloaded num_threads v0.1.6 |
798 | 2023-12-06T19:41:06.622Z | Downloaded bzip2 v0.4.4 |
799 | 2023-12-06T19:41:06.622Z | Downloaded openssl-probe v0.1.5 |
800 | 2023-12-06T19:41:06.622Z | Downloaded bytesize v1.3.0 |
801 | 2023-12-06T19:41:06.622Z | Downloaded buf-list v1.0.3 |
802 | 2023-12-06T19:41:06.622Z | Downloaded memoffset v0.9.0 |
803 | 2023-12-06T19:41:06.622Z | Downloaded block-padding v0.3.3 |
804 | 2023-12-06T19:41:06.622Z | Downloaded macaddr v1.0.1 |
805 | 2023-12-06T19:41:06.622Z | Downloaded memoffset v0.7.1 |
806 | 2023-12-06T19:41:06.622Z | Downloaded foreign-types-shared v0.3.1 |
807 | 2023-12-06T19:41:06.622Z | Downloaded try-lock v0.2.4 |
808 | 2023-12-06T19:41:06.622Z | Downloaded libefi-sys v0.1.0 |
809 | 2023-12-06T19:41:06.622Z | Downloaded crossbeam v0.8.2 |
810 | 2023-12-06T19:41:06.622Z | Downloaded darling_macro v0.20.3 |
811 | 2023-12-06T19:41:06.622Z | Downloaded cfg-if v0.1.10 |
812 | 2023-12-06T19:41:06.622Z | Downloaded num_cpus v1.16.0 |
813 | 2023-12-06T19:41:06.623Z | Downloaded olpc-cjson v0.1.3 |
814 | 2023-12-06T19:41:06.623Z | Downloaded smf v0.2.2 |
815 | 2023-12-06T19:41:06.623Z | Downloaded path-slash v0.1.5 |
816 | 2023-12-06T19:41:06.623Z | Downloaded base16ct v0.2.0 |
817 | 2023-12-06T19:41:06.623Z | Downloaded serde_tokenstream v0.1.7 |
818 | 2023-12-06T19:41:06.623Z | Downloaded indexmap v1.9.3 |
819 | 2023-12-06T19:41:06.623Z | Downloaded darling v0.14.4 |
820 | 2023-12-06T19:41:06.623Z | Downloaded unicode-linebreak v0.1.5 |
821 | 2023-12-06T19:41:06.623Z | Downloaded terminal_size v0.2.6 |
822 | 2023-12-06T19:41:06.623Z | Downloaded tower-service v0.3.2 |
823 | 2023-12-06T19:41:06.623Z | Downloaded data-encoding v2.4.0 |
824 | 2023-12-06T19:41:06.623Z | Downloaded pin-utils v0.1.0 |
825 | 2023-12-06T19:41:06.623Z | Downloaded waitgroup v0.1.2 |
826 | 2023-12-06T19:41:06.623Z | Downloaded thiserror-no-std v2.0.2 |
827 | 2023-12-06T19:41:06.623Z | Downloaded diesel_table_macro_syntax v0.1.0 |
828 | 2023-12-06T19:41:06.623Z | Downloaded untrusted v0.9.0 |
829 | 2023-12-06T19:41:06.623Z | Downloaded nu-ansi-term v0.49.0 |
830 | 2023-12-06T19:41:06.623Z | Downloaded tokio-stream v0.1.14 |
831 | 2023-12-06T19:41:06.623Z | Downloaded shlex v1.1.0 |
832 | 2023-12-06T19:41:06.623Z | Downloaded http-range v0.1.5 |
833 | 2023-12-06T19:41:06.623Z | Downloaded unicase v2.7.0 |
834 | 2023-12-06T19:41:06.623Z | Downloaded serde_path_to_error v0.1.14 |
835 | 2023-12-06T19:41:06.623Z | Downloaded once_cell v1.18.0 |
836 | 2023-12-06T19:41:06.623Z | Downloaded tracing-attributes v0.1.26 |
837 | 2023-12-06T19:41:06.623Z | Downloaded multer v2.1.0 |
838 | 2023-12-06T19:41:06.625Z | Downloaded time-core v0.1.1 |
839 | 2023-12-06T19:41:06.625Z | Downloaded utf8parse v0.2.1 |
840 | 2023-12-06T19:41:06.625Z | Downloaded utf-8 v0.7.6 |
841 | 2023-12-06T19:41:06.628Z | Downloaded rtoolbox v0.0.1 |
842 | 2023-12-06T19:41:06.628Z | Downloaded blake2 v0.10.6 |
843 | 2023-12-06T19:41:06.628Z | Downloaded strum v0.25.0 |
844 | 2023-12-06T19:41:06.629Z | Downloaded zone_cfg_derive v0.3.0 |
845 | 2023-12-06T19:41:06.629Z | Downloaded base64 v0.13.1 |
846 | 2023-12-06T19:41:06.629Z | Downloaded generic-array v0.14.7 |
847 | 2023-12-06T19:41:06.629Z | Downloaded proc-macro-error v1.0.4 |
848 | 2023-12-06T19:41:06.629Z | Downloaded http-body v0.4.5 |
849 | 2023-12-06T19:41:06.629Z | Downloaded pkcs1 v0.7.5 |
850 | 2023-12-06T19:41:06.629Z | Downloaded schemars_derive v0.8.13 |
851 | 2023-12-06T19:41:06.629Z | Downloaded tokio-native-tls v0.3.1 |
852 | 2023-12-06T19:41:06.629Z | Downloaded pem v1.1.1 |
853 | 2023-12-06T19:41:06.629Z | Downloaded semver v0.1.20 |
854 | 2023-12-06T19:41:06.629Z | Downloaded usdt-attr-macro v0.3.5 |
855 | 2023-12-06T19:41:06.629Z | Downloaded password-hash v0.5.0 |
856 | 2023-12-06T19:41:06.629Z | Downloaded unicode-bidi v0.3.13 |
857 | 2023-12-06T19:41:06.629Z | Downloaded hubpack_derive v0.1.1 |
858 | 2023-12-06T19:41:06.629Z | Downloaded darling_macro v0.14.4 |
859 | 2023-12-06T19:41:06.630Z | Downloaded highway v1.1.0 |
860 | 2023-12-06T19:41:06.630Z | Downloaded serde_derive_internals v0.26.0 |
861 | 2023-12-06T19:41:06.630Z | Downloaded foreign-types v0.3.2 |
862 | 2023-12-06T19:41:06.630Z | Downloaded smallvec v0.6.14 |
863 | 2023-12-06T19:41:06.630Z | Downloaded pem v3.0.2 |
864 | 2023-12-06T19:41:06.630Z | Downloaded percent-encoding v2.3.1 |
865 | 2023-12-06T19:41:06.630Z | Downloaded rand_core v0.6.4 |
866 | 2023-12-06T19:41:06.630Z | Downloaded dirs-sys-next v0.1.2 |
867 | 2023-12-06T19:41:06.630Z | Downloaded precomputed-hash v0.1.1 |
868 | 2023-12-06T19:41:06.630Z | Downloaded foreign-types-shared v0.1.1 |
869 | 2023-12-06T19:41:06.631Z | Downloaded digest v0.10.7 |
870 | 2023-12-06T19:41:06.631Z | Downloaded globset v0.4.13 |
871 | 2023-12-06T19:41:06.631Z | Downloaded thiserror-impl v1.0.49 |
872 | 2023-12-06T19:41:06.631Z | Downloaded textwrap v0.11.0 |
873 | 2023-12-06T19:41:06.631Z | Downloaded pretty-hex v0.4.0 |
874 | 2023-12-06T19:41:06.631Z | Downloaded pretty-hex v0.2.1 |
875 | 2023-12-06T19:41:06.631Z | Downloaded rpassword v7.3.1 |
876 | 2023-12-06T19:41:06.631Z | Downloaded walkdir v2.4.0 |
877 | 2023-12-06T19:41:06.631Z | Downloaded ppv-lite86 v0.2.17 |
878 | 2023-12-06T19:41:06.631Z | Downloaded num-traits v0.2.16 |
879 | 2023-12-06T19:41:06.631Z | Downloaded rustls-native-certs v0.6.3 |
880 | 2023-12-06T19:41:06.631Z | Downloaded untrusted v0.7.1 |
881 | 2023-12-06T19:41:06.632Z | Downloaded serde-big-array v0.4.1 |
882 | 2023-12-06T19:41:06.632Z | Downloaded filetime v0.2.22 |
883 | 2023-12-06T19:41:06.632Z | Downloaded ff v0.13.0 |
884 | 2023-12-06T19:41:06.632Z | Downloaded predicates v3.0.4 |
885 | 2023-12-06T19:41:06.632Z | Downloaded term v0.7.0 |
886 | 2023-12-06T19:41:06.632Z | Downloaded futures-io v0.3.29 |
887 | 2023-12-06T19:41:06.632Z | Downloaded usdt v0.3.5 |
888 | 2023-12-06T19:41:06.632Z | Downloaded stringprep v0.1.3 |
889 | 2023-12-06T19:41:06.632Z | Downloaded rustc_version v0.4.0 |
890 | 2023-12-06T19:41:06.632Z | Downloaded debug-ignore v1.0.5 |
891 | 2023-12-06T19:41:06.633Z | Downloaded elliptic-curve v0.13.5 |
892 | 2023-12-06T19:41:06.633Z | Downloaded deranged v0.3.8 |
893 | 2023-12-06T19:41:06.633Z | Downloaded minimal-lexical v0.2.1 |
894 | 2023-12-06T19:41:06.633Z | Downloaded termtree v0.4.1 |
895 | 2023-12-06T19:41:06.633Z | Downloaded zeroize v1.7.0 |
896 | 2023-12-06T19:41:06.633Z | Downloaded rustc_version v0.1.7 |
897 | 2023-12-06T19:41:06.634Z | Downloaded wyz v0.5.1 |
898 | 2023-12-06T19:41:06.645Z | Downloaded strip-ansi-escapes v0.2.0 |
899 | 2023-12-06T19:41:06.645Z | Downloaded tinyvec_macros v0.1.1 |
900 | 2023-12-06T19:41:06.645Z | Downloaded rustversion v1.0.14 |
901 | 2023-12-06T19:41:06.645Z | Downloaded difflib v0.4.0 |
902 | 2023-12-06T19:41:06.645Z | Downloaded tiny-keccak v2.0.2 |
903 | 2023-12-06T19:41:06.645Z | Downloaded which v4.4.0 |
904 | 2023-12-06T19:41:06.646Z | Downloaded thread_local v1.1.7 |
905 | 2023-12-06T19:41:06.646Z | Downloaded smallvec v1.11.0 |
906 | 2023-12-06T19:41:06.646Z | Downloaded test-strategy v0.3.1 |
907 | 2023-12-06T19:41:06.646Z | Downloaded serde_urlencoded v0.7.1 |
908 | 2023-12-06T19:41:06.646Z | Downloaded signal-hook-tokio v0.3.1 |
909 | 2023-12-06T19:41:06.646Z | Downloaded getopts v0.2.21 |
910 | 2023-12-06T19:41:06.646Z | Downloaded vte_generate_state_changes v0.1.1 |
911 | 2023-12-06T19:41:06.646Z | Downloaded itertools v0.10.5 |
912 | 2023-12-06T19:41:06.646Z | Downloaded foreign-types v0.5.0 |
913 | 2023-12-06T19:41:06.646Z | Downloaded endian-type v0.1.2 |
914 | 2023-12-06T19:41:06.646Z | Downloaded thiserror v1.0.49 |
915 | 2023-12-06T19:41:06.646Z | Downloaded fxhash v0.2.1 |
916 | 2023-12-06T19:41:06.646Z | Downloaded slog-stdlog v4.1.1 |
917 | 2023-12-06T19:41:06.646Z | Downloaded derive_builder_core v0.12.0 |
918 | 2023-12-06T19:41:06.646Z | Downloaded pest_generator v2.7.2 |
919 | 2023-12-06T19:41:06.646Z | Downloaded zerocopy v0.3.0 |
920 | 2023-12-06T19:41:06.646Z | Downloaded diesel_derives v2.1.2 |
921 | 2023-12-06T19:41:06.646Z | Downloaded phf_shared v0.10.0 |
922 | 2023-12-06T19:41:06.646Z | Downloaded uuid v1.6.1 |
923 | 2023-12-06T19:41:06.648Z | Downloaded display-error-chain v0.2.0 |
924 | 2023-12-06T19:41:06.648Z | Downloaded textwrap v0.16.0 |
925 | 2023-12-06T19:41:06.648Z | Downloaded clap_builder v4.4.2 |
926 | 2023-12-06T19:41:06.648Z | Downloaded fragile v2.0.0 |
927 | 2023-12-06T19:41:06.648Z | Downloaded downcast v0.11.0 |
928 | 2023-12-06T19:41:06.648Z | Downloaded strum_macros v0.24.3 |
929 | 2023-12-06T19:41:06.648Z | Downloaded zip v0.6.6 |
930 | 2023-12-06T19:41:06.651Z | Downloaded take_mut v0.2.2 |
931 | 2023-12-06T19:41:06.651Z | Downloaded serde_spanned v0.6.4 |
932 | 2023-12-06T19:41:06.651Z | Downloaded equivalent v1.0.1 |
933 | 2023-12-06T19:41:06.651Z | Downloaded tap v1.0.1 |
934 | 2023-12-06T19:41:06.651Z | Downloaded httparse v1.8.0 |
935 | 2023-12-06T19:41:06.651Z | Downloaded rustc-demangle v0.1.23 |
936 | 2023-12-06T19:41:06.651Z | Downloaded flate2 v1.0.28 |
937 | 2023-12-06T19:41:06.651Z | Downloaded ed25519 v1.5.3 |
938 | 2023-12-06T19:41:06.651Z | Downloaded toolchain_find v0.2.0 |
939 | 2023-12-06T19:41:06.652Z | Downloaded slog-term v2.9.0 |
940 | 2023-12-06T19:41:06.652Z | Downloaded rsa v0.9.2 |
941 | 2023-12-06T19:41:06.652Z | Downloaded yasna v0.5.2 |
942 | 2023-12-06T19:41:06.652Z | Downloaded headers-core v0.2.0 |
943 | 2023-12-06T19:41:06.652Z | Downloaded version_check v0.9.4 |
944 | 2023-12-06T19:41:06.652Z | Downloaded futures-channel v0.3.29 |
945 | 2023-12-06T19:41:06.652Z | Downloaded libxml v0.3.3 |
946 | 2023-12-06T19:41:06.652Z | Downloaded dirs-next v2.0.0 |
947 | 2023-12-06T19:41:06.652Z | Downloaded quick-error v1.2.3 |
948 | 2023-12-06T19:41:06.652Z | Downloaded heck v0.3.3 |
949 | 2023-12-06T19:41:06.652Z | Downloaded tokio-macros v2.2.0 |
950 | 2023-12-06T19:41:06.652Z | Downloaded serde_derive v1.0.192 |
951 | 2023-12-06T19:41:06.653Z | Downloaded swrite v0.1.0 |
952 | 2023-12-06T19:41:06.653Z | Downloaded universal-hash v0.5.1 |
953 | 2023-12-06T19:41:06.653Z | Downloaded postgres-protocol v0.6.6 |
954 | 2023-12-06T19:41:06.653Z | Downloaded similar v2.2.1 |
955 | 2023-12-06T19:41:06.653Z | Downloaded der_derive v0.7.2 |
956 | 2023-12-06T19:41:06.653Z | Downloaded signal-hook-registry v1.4.1 |
957 | 2023-12-06T19:41:06.653Z | Downloaded toml v0.8.8 |
958 | 2023-12-06T19:41:06.653Z | Downloaded proc-macro-error-attr v1.0.4 |
959 | 2023-12-06T19:41:06.653Z | Downloaded futures-core v0.3.29 |
960 | 2023-12-06T19:41:06.653Z | Downloaded funty v2.0.0 |
961 | 2023-12-06T19:41:06.653Z | Downloaded crossterm v0.27.0 |
962 | 2023-12-06T19:41:06.653Z | Downloaded whoami v1.4.1 |
963 | 2023-12-06T19:41:06.653Z | Downloaded structopt-derive v0.4.18 |
964 | 2023-12-06T19:41:06.657Z | Downloaded fs-err v2.11.0 |
965 | 2023-12-06T19:41:06.657Z | Downloaded stable_deref_trait v1.2.0 |
966 | 2023-12-06T19:41:06.657Z | Downloaded spki v0.7.2 |
967 | 2023-12-06T19:41:06.657Z | Downloaded rustls-pemfile v1.0.3 |
968 | 2023-12-06T19:41:06.657Z | Downloaded hmac v0.12.1 |
969 | 2023-12-06T19:41:06.657Z | Downloaded group v0.13.0 |
970 | 2023-12-06T19:41:06.661Z | Downloaded glob v0.3.1 |
971 | 2023-12-06T19:41:06.661Z | Downloaded subprocess v0.2.9 |
972 | 2023-12-06T19:41:06.666Z | Downloaded predicates v2.1.5 |
973 | 2023-12-06T19:41:06.669Z | Downloaded parking_lot_core v0.8.6 |
974 | 2023-12-06T19:41:06.673Z | Downloaded sha2 v0.10.8 |
975 | 2023-12-06T19:41:06.677Z | Downloaded prettyplease v0.2.12 |
976 | 2023-12-06T19:41:06.685Z | Downloaded env_logger v0.10.0 |
977 | 2023-12-06T19:41:06.692Z | Downloaded der v0.7.8 |
978 | 2023-12-06T19:41:06.706Z | Downloaded pkcs8 v0.10.2 |
979 | 2023-12-06T19:41:06.722Z | Downloaded structopt v0.3.26 |
980 | 2023-12-06T19:41:06.740Z | Downloaded heapless v0.7.16 |
981 | 2023-12-06T19:41:06.741Z | Downloaded regex-automata v0.1.10 |
982 | 2023-12-06T19:41:07.161Z | Downloaded slog v2.7.0 |
983 | 2023-12-06T19:41:07.161Z | Downloaded pin-project v1.1.3 |
984 | 2023-12-06T19:41:07.169Z | Downloaded parking_lot_core v0.9.8 |
985 | 2023-12-06T19:41:07.169Z | Downloaded getrandom v0.2.10 |
986 | 2023-12-06T19:41:07.169Z | Downloaded toml_edit v0.19.15 |
987 | 2023-12-06T19:41:07.169Z | Downloaded flume v0.11.0 |
988 | 2023-12-06T19:41:07.169Z | Downloaded reedline v0.26.0 |
989 | 2023-12-06T19:41:07.169Z | Downloaded url v2.5.0 |
990 | 2023-12-06T19:41:07.171Z | Downloaded portable-atomic v1.4.3 |
991 | 2023-12-06T19:41:07.171Z | Downloaded chrono v0.4.31 |
992 | 2023-12-06T19:41:07.171Z | Downloaded hashbrown v0.13.2 |
993 | 2023-12-06T19:41:07.171Z | Downloaded futures-util v0.3.29 |
994 | 2023-12-06T19:41:07.171Z | Downloaded pest v2.7.2 |
995 | 2023-12-06T19:41:07.171Z | Downloaded idna v0.5.0 |
996 | 2023-12-06T19:41:07.171Z | Downloaded tough v0.15.0 |
997 | 2023-12-06T19:41:07.171Z | Downloaded unicode-normalization v0.1.22 |
998 | 2023-12-06T19:41:07.171Z | Downloaded hashbrown v0.14.2 |
999 | 2023-12-06T19:41:07.171Z | Downloaded winnow v0.5.15 |
1000 | 2023-12-06T19:41:07.171Z | Downloaded quick-xml v0.23.1 |
1001 | 2023-12-06T19:41:07.171Z | Downloaded reqwest v0.11.22 |
1002 | 2023-12-06T19:41:07.171Z | Downloaded openssl v0.10.60 |
1003 | 2023-12-06T19:41:07.171Z | Downloaded clap v2.34.0 |
1004 | 2023-12-06T19:41:07.171Z | Downloaded object v0.30.4 |
1005 | 2023-12-06T19:41:07.171Z | Downloaded tabled v0.14.0 |
1006 | 2023-12-06T19:41:07.171Z | Downloaded syn v1.0.109 |
1007 | 2023-12-06T19:41:07.171Z | Downloaded diesel v2.1.4 |
1008 | 2023-12-06T19:41:07.172Z | Downloaded regex v1.10.2 |
1009 | 2023-12-06T19:41:07.172Z | Downloaded rustls v0.21.9 |
1010 | 2023-12-06T19:41:07.179Z | Downloaded rustix v0.38.25 |
1011 | 2023-12-06T19:41:07.208Z | Downloaded regex-syntax v0.6.29 |
1012 | 2023-12-06T19:41:07.222Z | Downloaded regex-syntax v0.8.2 |
1013 | 2023-12-06T19:41:07.242Z | Downloaded zerocopy-derive v0.2.0 |
1014 | 2023-12-06T19:41:07.257Z | Downloaded bstr v1.6.0 |
1015 | 2023-12-06T19:41:07.278Z | Downloaded regex-automata v0.3.8 |
1016 | 2023-12-06T19:41:07.311Z | Downloaded zerocopy-derive v0.6.4 |
1017 | 2023-12-06T19:41:07.335Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2023-12-06T19:41:07.360Z | Downloaded sha3 v0.10.8 |
1019 | 2023-12-06T19:41:07.379Z | Downloaded tokio v1.34.0 |
1020 | 2023-12-06T19:41:07.442Z | Downloaded regex-automata v0.4.3 |
1021 | 2023-12-06T19:41:07.469Z | Downloaded sled v0.34.7 |
1022 | 2023-12-06T19:41:07.486Z | Downloaded libc v0.2.150 |
1023 | 2023-12-06T19:41:07.536Z | Downloaded polar-core v0.27.0 |
1024 | 2023-12-06T19:41:07.552Z | Downloaded regress v0.7.1 |
1025 | 2023-12-06T19:41:07.566Z | Downloaded rustix v0.37.23 |
1026 | 2023-12-06T19:41:07.601Z | Downloaded encoding_rs v0.8.33 |
1027 | 2023-12-06T19:41:07.644Z | Downloaded regex-syntax v0.7.5 |
1028 | 2023-12-06T19:41:07.664Z | Downloaded webpki-roots v0.25.2 |
1029 | 2023-12-06T19:41:07.676Z | Downloaded smoltcp v0.9.1 |
1030 | 2023-12-06T19:41:07.690Z | Downloaded gimli v0.28.0 |
1031 | 2023-12-06T19:41:07.708Z | Downloaded bstr v0.2.17 |
1032 | 2023-12-06T19:41:07.728Z | Downloaded openapiv3 v2.0.0-rc.1 |
1033 | 2023-12-06T19:41:07.752Z | Downloaded trust-dns-proto v0.22.0 |
1034 | 2023-12-06T19:41:07.767Z | Downloaded curve25519-dalek v4.1.0 |
1035 | 2023-12-06T19:41:07.785Z | Downloaded proptest v1.4.0 |
1036 | 2023-12-06T19:41:07.802Z | Downloaded petgraph v0.6.4 |
1037 | 2023-12-06T19:41:07.826Z | Downloaded vcpkg v0.2.15 |
1038 | 2023-12-06T19:41:08.319Z | Downloaded ratatui v0.23.0 |
1039 | 2023-12-06T19:41:08.328Z | Downloaded radix_trie v0.2.1 |
1040 | 2023-12-06T19:41:08.328Z | Downloaded rayon v1.8.0 |
1041 | 2023-12-06T19:41:08.329Z | Downloaded rustls-webpki v0.101.7 |
1042 | 2023-12-06T19:41:08.329Z | Downloaded smoltcp v0.8.2 |
1043 | 2023-12-06T19:41:08.329Z | Downloaded object v0.32.1 |
1044 | 2023-12-06T19:41:08.329Z | Downloaded syn v2.0.32 |
1045 | 2023-12-06T19:41:08.329Z | Downloaded hkdf v0.12.3 |
1046 | 2023-12-06T19:41:08.329Z | Downloaded hyper v0.14.27 |
1047 | 2023-12-06T19:41:08.329Z | Downloaded lalrpop v0.19.12 |
1048 | 2023-12-06T19:41:08.329Z | Downloaded toml_edit v0.21.0 |
1049 | 2023-12-06T19:41:08.329Z | Downloaded h2 v0.3.21 |
1050 | 2023-12-06T19:41:08.329Z | Downloaded bindgen v0.65.1 |
1051 | 2023-12-06T19:41:08.329Z | Downloaded bitvec v1.0.1 |
1052 | 2023-12-06T19:41:08.329Z | Downloaded serde v1.0.192 |
1053 | 2023-12-06T19:41:08.329Z | Downloaded x509-cert v0.2.4 |
1054 | 2023-12-06T19:41:08.330Z | Downloaded time v0.3.27 |
1055 | 2023-12-06T19:41:08.330Z | Downloaded hashbrown v0.12.3 |
1056 | 2023-12-06T19:41:08.330Z | Downloaded serde_json v1.0.108 |
1057 | 2023-12-06T19:41:08.330Z | Downloaded ring v0.17.5 |
1058 | 2023-12-06T19:41:08.381Z | Downloaded salty v0.2.0 |
1059 | 2023-12-06T19:41:08.391Z | Downloaded rayon-core v1.12.0 |
1060 | 2023-12-06T19:41:08.401Z | Downloaded aho-corasick v1.0.4 |
1061 | 2023-12-06T19:41:08.410Z | Downloaded postgres-types v0.2.6 |
1062 | 2023-12-06T19:41:08.417Z | Downloaded tinyvec v1.6.0 |
1063 | 2023-12-06T19:41:08.421Z | Downloaded pin-project-lite v0.2.13 |
1064 | 2023-12-06T19:41:08.440Z | Downloaded vte v0.11.1 |
1065 | 2023-12-06T19:41:08.483Z | Downloaded zerocopy v0.6.4 |
1066 | 2023-12-06T19:41:08.483Z | Downloaded heck v0.4.1 |
1067 | 2023-12-06T19:41:08.483Z | Downloaded semver v0.11.0 |
1068 | 2023-12-06T19:41:08.483Z | Downloaded serde_with_macros v2.3.3 |
1069 | 2023-12-06T19:41:08.483Z | Downloaded darling_core v0.20.3 |
1070 | 2023-12-06T19:41:08.499Z | Downloaded ring v0.16.20 |
1071 | 2023-12-06T19:41:08.619Z | Downloaded home v0.5.5 |
1072 | 2023-12-06T19:41:08.622Z | Downloaded fastrand v2.0.0 |
1073 | 2023-12-06T19:41:08.622Z | Downloaded pest_meta v2.7.2 |
1074 | 2023-12-06T19:41:08.628Z | Downloaded pin-project-internal v1.1.3 |
1075 | 2023-12-06T19:41:08.636Z | Downloaded tracing-core v0.1.31 |
1076 | 2023-12-06T19:41:08.636Z | Downloaded socket2 v0.4.9 |
1077 | 2023-12-06T19:41:08.645Z | Downloaded tokio-util v0.7.10 |
1078 | 2023-12-06T19:41:08.649Z | Downloaded dyn-clone v1.0.13 |
1079 | 2023-12-06T19:41:08.654Z | Downloaded dtrace-parser v0.1.14 |
1080 | 2023-12-06T19:41:08.654Z | Downloaded fallible-iterator v0.2.0 |
1081 | 2023-12-06T19:41:08.654Z | Downloaded shell-words v1.1.0 |
1082 | 2023-12-06T19:41:08.659Z | Downloaded signal-hook v0.3.17 |
1083 | 2023-12-06T19:41:08.664Z | Downloaded http v0.2.11 |
1084 | 2023-12-06T19:41:08.670Z | Downloaded toml v0.7.8 |
1085 | 2023-12-06T19:41:08.674Z | Downloaded num-bigint-dig v0.8.4 |
1086 | 2023-12-06T19:41:08.681Z | Downloaded typed-path v0.6.0 |
1087 | 2023-12-06T19:41:08.691Z | Downloaded static_assertions v1.1.0 |
1088 | 2023-12-06T19:41:08.696Z | Downloaded futures-executor v0.3.29 |
1089 | 2023-12-06T19:41:08.701Z | Downloaded rcgen v0.11.3 |
1090 | 2023-12-06T19:41:08.705Z | Downloaded scheduled-thread-pool v0.2.7 |
1091 | 2023-12-06T19:41:08.705Z | Downloaded same-file v1.0.6 |
1092 | 2023-12-06T19:41:08.709Z | Downloaded futures-macro v0.3.29 |
1093 | 2023-12-06T19:41:08.709Z | Downloaded parse-display v0.8.2 |
1094 | 2023-12-06T19:41:08.709Z | Downloaded trust-dns-server v0.22.1 |
1095 | 2023-12-06T19:41:08.720Z | Downloaded platforms v3.0.2 |
1096 | 2023-12-06T19:41:08.726Z | Downloaded papergrid v0.10.0 |
1097 | 2023-12-06T19:41:08.732Z | Downloaded unicode-segmentation v1.10.1 |
1098 | 2023-12-06T19:41:08.742Z | Downloaded hostname v0.3.1 |
1099 | 2023-12-06T19:41:08.758Z | Downloaded fd-lock v3.0.13 |
1100 | 2023-12-06T19:41:08.762Z | Downloaded ryu v1.0.15 |
1101 | 2023-12-06T19:41:08.762Z | Downloaded serde_yaml v0.9.25 |
1102 | 2023-12-06T19:41:08.762Z | Downloaded unicode-width v0.1.11 |
1103 | 2023-12-06T19:41:08.762Z | Downloaded topological-sort v0.2.2 |
1104 | 2023-12-06T19:41:08.762Z | Downloaded hyper-rustls v0.24.2 |
1105 | 2023-12-06T19:41:08.768Z | Downloaded tokio-tungstenite v0.20.1 |
1106 | 2023-12-06T19:41:08.777Z | Downloaded snafu-derive v0.7.5 |
1107 | 2023-12-06T19:41:08.777Z | Downloaded itertools v0.11.0 |
1108 | 2023-12-06T19:41:08.784Z | Downloaded mockall v0.11.4 |
1109 | 2023-12-06T19:41:08.792Z | Downloaded supports-color v2.1.0 |
1110 | 2023-12-06T19:41:08.792Z | Downloaded scopeguard v1.2.0 |
1111 | 2023-12-06T19:41:08.792Z | Downloaded num-bigint v0.4.4 |
1112 | 2023-12-06T19:41:08.799Z | Downloaded nom v7.1.3 |
1113 | 2023-12-06T19:41:08.810Z | Downloaded crossbeam-channel v0.5.8 |
1114 | 2023-12-06T19:41:08.817Z | Downloaded form_urlencoded v1.2.1 |
1115 | 2023-12-06T19:41:08.824Z | Downloaded strsim v0.10.0 |
1116 | 2023-12-06T19:41:08.824Z | Downloaded strsim v0.8.0 |
1117 | 2023-12-06T19:41:08.824Z | Downloaded ref-cast v1.0.20 |
1118 | 2023-12-06T19:41:08.830Z | Downloaded spin v0.9.8 |
1119 | 2023-12-06T19:41:08.837Z | Downloaded tokio-postgres v0.7.10 |
1120 | 2023-12-06T19:41:08.859Z | Downloaded rand v0.8.5 |
1121 | 2023-12-06T19:41:08.881Z | Downloaded fatfs v0.3.6 |
1122 | 2023-12-06T19:41:08.881Z | Downloaded serde_repr v0.1.16 |
1123 | 2023-12-06T19:41:08.881Z | Downloaded phf_shared v0.11.2 |
1124 | 2023-12-06T19:41:08.881Z | Downloaded ron v0.8.1 |
1125 | 2023-12-06T19:41:08.889Z | Downloaded tracing v0.1.37 |
1126 | 2023-12-06T19:41:08.889Z | Downloaded flagset v0.4.3 |
1127 | 2023-12-06T19:41:08.889Z | Downloaded hash32 v0.2.1 |
1128 | 2023-12-06T19:41:08.889Z | Downloaded rustc-hash v1.1.0 |
1129 | 2023-12-06T19:41:08.890Z | Downloaded headers v0.3.9 |
1130 | 2023-12-06T19:41:08.896Z | Downloaded slog-scope v4.4.0 |
1131 | 2023-12-06T19:41:08.901Z | Downloaded signature v2.1.0 |
1132 | 2023-12-06T19:41:08.902Z | Downloaded float-cmp v0.9.0 |
1133 | 2023-12-06T19:41:08.907Z | Downloaded toml_datetime v0.6.5 |
1134 | 2023-12-06T19:41:08.907Z | Downloaded futures-task v0.3.29 |
1135 | 2023-12-06T19:41:08.907Z | Downloaded tokio-rustls v0.24.1 |
1136 | 2023-12-06T19:41:08.920Z | Downloaded unsafe-libyaml v0.2.9 |
1137 | 2023-12-06T19:41:08.920Z | Downloaded schemars v0.8.13 |
1138 | 2023-12-06T19:41:08.937Z | Downloaded memchr v2.6.3 |
1139 | 2023-12-06T19:41:08.952Z | Downloaded rand_xorshift v0.3.0 |
1140 | 2023-12-06T19:41:08.957Z | Downloaded derive_more v0.99.17 |
1141 | 2023-12-06T19:41:08.957Z | Downloaded phf v0.11.2 |
1142 | 2023-12-06T19:41:08.972Z | Downloaded semver v1.0.20 |
1143 | 2023-12-06T19:41:08.972Z | Downloaded proc-macro2 v1.0.69 |
1144 | 2023-12-06T19:41:08.978Z | Downloaded trust-dns-resolver v0.22.0 |
1145 | 2023-12-06T19:41:08.978Z | Downloaded serde_with v2.3.3 |
1146 | 2023-12-06T19:41:08.984Z | Downloaded futures v0.3.29 |
1147 | 2023-12-06T19:41:08.995Z | Downloaded r2d2 v0.8.10 |
1148 | 2023-12-06T19:41:09.001Z | Downloaded synstructure v0.12.6 |
1149 | 2023-12-06T19:41:09.001Z | Downloaded hyper-staticfile v0.9.5 |
1150 | 2023-12-06T19:41:09.015Z | Downloaded predicates-core v1.0.6 |
1151 | 2023-12-06T19:41:09.017Z | Downloaded slog-bunyan v2.4.0 |
1152 | 2023-12-06T19:41:09.017Z | Downloaded slog-async v2.8.0 |
1153 | 2023-12-06T19:41:09.017Z | Downloaded serde_tokenstream v0.2.0 |
1154 | 2023-12-06T19:41:09.017Z | Downloaded derive_builder v0.12.0 |
1155 | 2023-12-06T19:41:09.028Z | Downloaded idna v0.2.3 |
1156 | 2023-12-06T19:41:09.037Z | Downloaded trust-dns-client v0.22.0 |
1157 | 2023-12-06T19:41:09.061Z | Downloaded hex v0.4.3 |
1158 | 2023-12-06T19:41:09.061Z | Downloaded tar v0.4.40 |
1159 | 2023-12-06T19:41:09.089Z | Downloaded steno v0.4.0 |
1160 | 2023-12-06T19:41:09.089Z | Downloaded humantime v2.1.0 |
1161 | 2023-12-06T19:41:09.089Z | Downloaded hubpack v0.1.2 |
1162 | 2023-12-06T19:41:09.089Z | Downloaded rand_chacha v0.3.1 |
1163 | 2023-12-06T19:41:09.089Z | Downloaded enum-as-inner v0.5.1 |
1164 | 2023-12-06T19:41:09.099Z | Downloaded tempfile v3.8.1 |
1165 | 2023-12-06T19:41:09.099Z | Downloaded xattr v1.0.1 |
1166 | 2023-12-06T19:41:09.100Z | Downloaded subtle v2.5.0 |
1167 | 2023-12-06T19:41:09.100Z | Downloaded either v1.9.0 |
1168 | 2023-12-06T19:41:09.100Z | Downloaded pest_derive v2.7.2 |
1169 | 2023-12-06T19:41:09.100Z | Downloaded pem-rfc7468 v0.7.0 |
1170 | 2023-12-06T19:41:09.100Z | Downloaded poly1305 v0.8.0 |
1171 | 2023-12-06T19:41:09.100Z | Downloaded zeroize_derive v1.4.2 |
1172 | 2023-12-06T19:41:09.100Z | Downloaded diff v0.1.13 |
1173 | 2023-12-06T19:41:09.121Z | Downloaded openssl-sys v0.9.96 |
1174 | 2023-12-06T19:41:09.121Z | Downloaded tungstenite v0.20.1 |
1175 | 2023-12-06T19:41:09.134Z | Downloaded peeking_take_while v0.1.2 |
1176 | 2023-12-06T19:41:09.134Z | Downloaded rusty-fork v0.3.0 |
1177 | 2023-12-06T19:41:09.134Z | Downloaded rustfmt-wrapper v0.2.0 |
1178 | 2023-12-06T19:41:09.134Z | Downloaded time-macros v0.2.13 |
1179 | 2023-12-06T19:41:09.134Z | Downloaded ucd-trie v0.1.6 |
1180 | 2023-12-06T19:41:09.134Z | Downloaded snafu v0.7.5 |
1181 | 2023-12-06T19:41:09.155Z | Downloaded pkg-config v0.3.27 |
1182 | 2023-12-06T19:41:09.156Z | Downloaded errno v0.3.2 |
1183 | 2023-12-06T19:41:09.156Z | Downloaded resolv-conf v0.7.0 |
1184 | 2023-12-06T19:41:09.169Z | Downloaded ena v0.14.2 |
1185 | 2023-12-06T19:41:09.170Z | Downloaded dof v0.1.5 |
1186 | 2023-12-06T19:41:09.170Z | Downloaded smawk v0.3.1 |
1187 | 2023-12-06T19:41:09.170Z | Downloaded vsss-rs v3.3.1 |
1188 | 2023-12-06T19:41:09.170Z | Downloaded cc v1.0.83 |
1189 | 2023-12-06T19:41:09.171Z | Downloaded libm v0.2.7 |
1190 | 2023-12-06T19:41:09.188Z | Downloaded typenum v1.16.0 |
1191 | 2023-12-06T19:41:09.202Z | Downloaded base64 v0.21.5 |
1192 | 2023-12-06T19:41:09.202Z | Downloaded half v1.8.2 |
1193 | 2023-12-06T19:41:09.202Z | Downloaded toml v0.5.11 |
1194 | 2023-12-06T19:41:09.202Z | Downloaded doc-comment v0.3.3 |
1195 | 2023-12-06T19:41:09.212Z | Downloaded wait-timeout v0.2.0 |
1196 | 2023-12-06T19:41:09.213Z | Downloaded sct v0.7.0 |
1197 | 2023-12-06T19:41:09.213Z | Downloaded postcard v0.7.3 |
1198 | 2023-12-06T19:41:09.213Z | Downloaded zone v0.3.0 |
1199 | 2023-12-06T19:41:09.214Z | Downloaded derive-where v1.2.5 |
1200 | 2023-12-06T19:41:09.227Z | Downloaded backtrace v0.3.69 |
1201 | 2023-12-06T19:41:09.237Z | Downloaded vec_map v0.8.2 |
1202 | 2023-12-06T19:41:09.237Z | Downloaded miniz_oxide v0.7.1 |
1203 | 2023-12-06T19:41:09.237Z | Downloaded futures-sink v0.3.29 |
1204 | 2023-12-06T19:41:09.237Z | Downloaded crypto-bigint v0.5.2 |
1205 | 2023-12-06T19:41:09.245Z | Downloaded mio v0.8.9 |
1206 | 2023-12-06T19:41:09.257Z | Downloaded chacha20poly1305 v0.10.1 |
1207 | 2023-12-06T19:41:09.281Z | Downloaded foreign-types-macros v0.2.3 |
1208 | 2023-12-06T19:41:09.281Z | Downloaded httpdate v1.0.3 |
1209 | 2023-12-06T19:41:09.281Z | Downloaded parking_lot v0.12.1 |
1210 | 2023-12-06T19:41:09.281Z | Downloaded socket2 v0.5.5 |
1211 | 2023-12-06T19:41:09.299Z | Downloaded oso v0.27.0 |
1212 | 2023-12-06T19:41:09.300Z | Downloaded num-rational v0.4.1 |
1213 | 2023-12-06T19:41:09.300Z | Downloaded bytes v1.5.0 |
1214 | 2023-12-06T19:41:09.300Z | Downloaded unicode-ident v1.0.12 |
1215 | 2023-12-06T19:41:09.310Z | Downloaded derive_builder_macro v0.12.0 |
1216 | 2023-12-06T19:41:09.310Z | Downloaded unarray v0.1.4 |
1217 | 2023-12-06T19:41:09.310Z | Downloaded ref-cast-impl v1.0.20 |
1218 | 2023-12-06T19:41:09.311Z | Downloaded postcard-cobs v0.1.5-pre |
1219 | 2023-12-06T19:41:09.311Z | Downloaded quote v1.0.33 |
1220 | 2023-12-06T19:41:09.311Z | Downloaded radium v0.7.0 |
1221 | 2023-12-06T19:41:09.311Z | Downloaded proc-macro-crate v1.3.1 |
1222 | 2023-12-06T19:41:09.311Z | Downloaded predicates-tree v1.0.9 |
1223 | 2023-12-06T19:41:09.311Z | Downloaded fnv v1.0.7 |
1224 | 2023-12-06T19:41:09.312Z | Downloaded tabled_derive v0.6.0 |
1225 | 2023-12-06T19:41:09.322Z | Downloaded want v0.3.1 |
1226 | 2023-12-06T19:41:09.323Z | Downloaded packed_struct_codegen v0.10.1 |
1227 | 2023-12-06T19:41:09.323Z | Downloaded owo-colors v3.5.0 |
1228 | 2023-12-06T19:41:09.323Z | Downloaded num-complex v0.4.4 |
1229 | 2023-12-06T19:41:09.324Z | Downloaded mockall_derive v0.11.4 |
1230 | 2023-12-06T19:41:09.733Z | Downloaded native-tls v0.2.11 |
1231 | 2023-12-06T19:41:09.733Z | Downloaded lock_api v0.4.10 |
1232 | 2023-12-06T19:41:09.733Z | Downloaded kstat-rs v0.2.3 |
1233 | 2023-12-06T19:41:09.733Z | Downloaded darling_core v0.14.4 |
1234 | 2023-12-06T19:41:09.733Z | Downloaded const-oid v0.9.5 |
1235 | 2023-12-06T19:41:09.734Z | Downloaded console v0.15.7 |
1236 | 2023-12-06T19:41:09.734Z | Downloaded parse-display-derive v0.8.2 |
1237 | 2023-12-06T19:41:09.734Z | Downloaded paste v1.0.14 |
1238 | 2023-12-06T19:41:09.734Z | Downloaded fixedbitset v0.4.2 |
1239 | 2023-12-06T19:41:09.734Z | Downloaded usdt-impl v0.3.5 |
1240 | 2023-12-06T19:41:09.734Z | Downloaded indicatif v0.17.7 |
1241 | 2023-12-06T19:41:09.736Z | Downloaded tui-tree-widget v0.13.0 |
1242 | 2023-12-06T19:41:09.736Z | Downloaded thiserror-impl-no-std v2.0.2 |
1243 | 2023-12-06T19:41:09.736Z | Downloaded slog-envlogger v2.2.0 |
1244 | 2023-12-06T19:41:09.736Z | Downloaded corncobs v0.1.3 |
1245 | 2023-12-06T19:41:09.736Z | Downloaded io-lifetimes v1.0.11 |
1246 | 2023-12-06T19:41:09.737Z | Downloaded arc-swap v1.6.0 |
1247 | 2023-12-06T19:41:09.737Z | Downloaded omicron-zone-package v0.9.1 |
1248 | 2023-12-06T19:41:09.738Z | Downloaded ipnetwork v0.20.0 |
1249 | 2023-12-06T19:41:09.738Z | Downloaded usdt-macro v0.3.5 |
1250 | 2023-12-06T19:41:09.738Z | Downloaded slog-dtrace v0.2.3 |
1251 | 2023-12-06T19:41:09.738Z | Downloaded openssl-macros v0.1.1 |
1252 | 2023-12-06T19:41:09.738Z | Downloaded camino v1.1.6 |
1253 | 2023-12-06T19:41:09.738Z | Downloaded bitflags v2.4.0 |
1254 | 2023-12-06T19:41:09.738Z | Downloaded backoff v0.4.0 |
1255 | 2023-12-06T19:41:09.738Z | Downloaded unicode-xid v0.2.4 |
1256 | 2023-12-06T19:41:09.738Z | Downloaded strum_macros v0.25.2 |
1257 | 2023-12-06T19:41:09.739Z | Downloaded structmeta-derive v0.2.0 |
1258 | 2023-12-06T19:41:09.739Z | Downloaded string_cache v0.8.7 |
1259 | 2023-12-06T19:41:09.739Z | Downloaded slog-json v2.6.1 |
1260 | 2023-12-06T19:41:09.739Z | Downloaded siphasher v0.3.11 |
1261 | 2023-12-06T19:41:09.739Z | Downloaded crc32fast v1.3.2 |
1262 | 2023-12-06T19:41:09.739Z | Downloaded thread-id v4.2.0 |
1263 | 2023-12-06T19:41:09.739Z | Downloaded termios v0.3.3 |
1264 | 2023-12-06T19:41:09.739Z | Downloaded termcolor v1.2.0 |
1265 | 2023-12-06T19:41:09.739Z | Downloaded spin v0.5.2 |
1266 | 2023-12-06T19:41:09.739Z | Downloaded anyhow v1.0.75 |
1267 | 2023-12-06T19:41:09.739Z | Downloaded num_enum_derive v0.5.11 |
1268 | 2023-12-06T19:41:09.740Z | Downloaded num_enum v0.5.11 |
1269 | 2023-12-06T19:41:09.740Z | Downloaded bcs v0.1.6 |
1270 | 2023-12-06T19:41:09.741Z | Downloaded crossbeam-epoch v0.9.15 |
1271 | 2023-12-06T19:41:09.741Z | Downloaded num-integer v0.1.45 |
1272 | 2023-12-06T19:41:09.741Z | Downloaded managed v0.8.0 |
1273 | 2023-12-06T19:41:09.741Z | Downloaded bitfield v0.14.0 |
1274 | 2023-12-06T19:41:09.741Z | Downloaded crc-any v2.4.3 |
1275 | 2023-12-06T19:41:09.741Z | Downloaded itoa v1.0.9 |
1276 | 2023-12-06T19:41:09.741Z | Downloaded slab v0.4.9 |
1277 | 2023-12-06T19:41:09.742Z | Downloaded signature v1.6.4 |
1278 | 2023-12-06T19:41:09.742Z | Downloaded signal-hook-mio v0.2.3 |
1279 | 2023-12-06T19:41:09.742Z | Downloaded sha1 v0.10.6 |
1280 | 2023-12-06T19:41:09.742Z | Downloaded indexmap v2.1.0 |
1281 | 2023-12-06T19:41:09.742Z | Downloaded linear-map v1.2.0 |
1282 | 2023-12-06T19:41:09.742Z | Downloaded colored v2.0.4 |
1283 | 2023-12-06T19:41:09.742Z | Downloaded ciborium v0.2.1 |
1284 | 2023-12-06T19:41:09.742Z | Downloaded byteorder v1.5.0 |
1285 | 2023-12-06T19:41:09.742Z | Downloaded base64ct v1.6.0 |
1286 | 2023-12-06T19:41:09.742Z | Downloaded addr2line v0.21.0 |
1287 | 2023-12-06T19:41:09.743Z | Downloaded num-iter v0.1.43 |
1288 | 2023-12-06T19:41:09.743Z | Downloaded crossbeam-utils v0.8.16 |
1289 | 2023-12-06T19:41:09.743Z | Downloaded clang-sys v1.6.1 |
1290 | 2023-12-06T19:41:09.743Z | Downloaded bytecount v0.6.3 |
1291 | 2023-12-06T19:41:09.743Z | Downloaded assert_matches v1.5.0 |
1292 | 2023-12-06T19:41:09.743Z | Downloaded nibble_vec v0.1.0 |
1293 | 2023-12-06T19:41:09.743Z | Downloaded md-5 v0.10.5 |
1294 | 2023-12-06T19:41:09.743Z | Downloaded structmeta v0.2.0 |
1295 | 2023-12-06T19:41:09.744Z | Downloaded bitflags v1.3.2 |
1296 | 2023-12-06T19:41:09.744Z | Downloaded lazy_static v1.4.0 |
1297 | 2023-12-06T19:41:09.744Z | Downloaded crypto-common v0.1.6 |
1298 | 2023-12-06T19:41:09.745Z | Downloaded crc-catalog v2.2.0 |
1299 | 2023-12-06T19:41:09.745Z | Downloaded keccak v0.1.4 |
1300 | 2023-12-06T19:41:09.745Z | Downloaded mime_guess v2.0.4 |
1301 | 2023-12-06T19:41:09.745Z | Downloaded mime v0.3.17 |
1302 | 2023-12-06T19:41:09.745Z | Downloaded iana-time-zone v0.1.57 |
1303 | 2023-12-06T19:41:09.745Z | Downloaded cassowary v0.3.0 |
1304 | 2023-12-06T19:41:09.745Z | Downloaded block-buffer v0.10.4 |
1305 | 2023-12-06T19:41:09.745Z | Downloaded autocfg v1.1.0 |
1306 | 2023-12-06T19:41:09.746Z | Downloaded argon2 v0.5.2 |
1307 | 2023-12-06T19:41:09.746Z | Downloaded libloading v0.7.4 |
1308 | 2023-12-06T19:41:09.746Z | Downloaded parking_lot v0.11.2 |
1309 | 2023-12-06T19:41:09.746Z | Downloaded new_debug_unreachable v1.0.4 |
1310 | 2023-12-06T19:41:09.746Z | Downloaded cookie v0.18.0 |
1311 | 2023-12-06T19:41:09.746Z | Downloaded anstyle-parse v0.2.1 |
1312 | 2023-12-06T19:41:09.747Z | Downloaded ansi_term v0.12.1 |
1313 | 2023-12-06T19:41:09.747Z | Downloaded cexpr v0.6.0 |
1314 | 2023-12-06T19:41:09.747Z | Downloaded async-stream v0.3.5 |
1315 | 2023-12-06T19:41:09.747Z | Downloaded crossbeam-deque v0.8.3 |
1316 | 2023-12-06T19:41:09.747Z | Downloaded is_ci v1.1.1 |
1317 | 2023-12-06T19:41:09.747Z | Downloaded crossbeam-queue v0.3.8 |
1318 | 2023-12-06T19:41:09.747Z | Downloaded linked-hash-map v0.5.6 |
1319 | 2023-12-06T19:41:09.747Z | Downloaded lazycell v1.3.0 |
1320 | 2023-12-06T19:41:09.747Z | Downloaded chacha20 v0.9.1 |
1321 | 2023-12-06T19:41:09.747Z | Downloaded camino-tempfile v1.1.1 |
1322 | 2023-12-06T19:41:09.747Z | Downloaded ascii-canvas v3.0.0 |
1323 | 2023-12-06T19:41:09.748Z | Downloaded bb8 v0.8.1 |
1324 | 2023-12-06T19:41:09.748Z | Downloaded clap_derive v4.4.2 |
1325 | 2023-12-06T19:41:09.748Z | Downloaded bit-set v0.5.3 |
1326 | 2023-12-06T19:41:09.750Z | Downloaded crucible-workspace-hack v0.1.0 |
1327 | 2023-12-06T19:41:09.750Z | Downloaded atomic-waker v1.1.1 |
1328 | 2023-12-06T19:41:09.750Z | Downloaded bit-vec v0.6.3 |
1329 | 2023-12-06T19:41:09.750Z | Downloaded async-recursion v1.0.5 |
1330 | 2023-12-06T19:41:09.760Z | Downloaded array-init v0.0.4 |
1331 | 2023-12-06T19:41:09.760Z | Downloaded num-derive v0.4.0 |
1332 | 2023-12-06T19:41:09.760Z | Downloaded convert_case v0.4.0 |
1333 | 2023-12-06T19:41:09.760Z | Downloaded indoc v1.0.9 |
1334 | 2023-12-06T19:41:09.761Z | Downloaded impl-trait-for-tuples v0.2.2 |
1335 | 2023-12-06T19:41:09.761Z | Downloaded serde_plain v1.0.2 |
1336 | 2023-12-06T19:41:09.761Z | Downloaded semver-parser v0.10.2 |
1337 | 2023-12-06T19:41:09.761Z | Downloaded clap v4.4.3 |
1338 | 2023-12-06T19:41:09.761Z | Downloaded cancel-safe-futures v0.1.5 |
1339 | 2023-12-06T19:41:09.761Z | Downloaded atomicwrites v0.4.2 |
1340 | 2023-12-06T19:41:09.761Z | Downloaded async-trait v0.1.74 |
1341 | 2023-12-06T19:41:09.761Z | Downloaded serde-hex v0.1.0 |
1342 | 2023-12-06T19:41:09.762Z | Downloaded secrecy v0.8.0 |
1343 | 2023-12-06T19:41:09.762Z | Downloaded packed_struct v0.10.1 |
1344 | 2023-12-06T19:41:09.762Z | Downloaded cipher v0.4.4 |
1345 | 2023-12-06T19:41:09.762Z | Downloaded maybe-uninit v2.0.0 |
1346 | 2023-12-06T19:41:09.762Z | Downloaded crc v3.0.1 |
1347 | 2023-12-06T19:41:09.762Z | Downloaded serde-big-array v0.5.1 |
1348 | 2023-12-06T19:41:09.762Z | Downloaded matches v0.1.10 |
1349 | 2023-12-06T19:41:09.763Z | Downloaded cstr-argument v0.1.2 |
1350 | 2023-12-06T19:41:09.763Z | Downloaded crunchy v0.2.2 |
1351 | 2023-12-06T19:41:09.763Z | Downloaded anstyle-query v1.0.0 |
1352 | 2023-12-06T19:41:09.763Z | Downloaded anstyle v1.0.2 |
1353 | 2023-12-06T19:41:09.766Z | Downloaded anstream v0.5.0 |
1354 | 2023-12-06T19:41:09.766Z | Downloaded num v0.4.1 |
1355 | 2023-12-06T19:41:09.766Z | Downloaded colorchoice v1.0.0 |
1356 | 2023-12-06T19:41:10.005Z | Compiling proc-macro2 v1.0.69 |
1357 | 2023-12-06T19:41:10.011Z | Compiling unicode-ident v1.0.12 |
1358 | 2023-12-06T19:41:10.011Z | Compiling libc v0.2.150 |
1359 | 2023-12-06T19:41:10.011Z | Compiling serde v1.0.192 |
1360 | 2023-12-06T19:41:10.033Z | Compiling autocfg v1.1.0 |
1361 | 2023-12-06T19:41:10.045Z | Compiling cfg-if v1.0.0 |
1362 | 2023-12-06T19:41:10.045Z | Compiling version_check v0.9.4 |
1363 | 2023-12-06T19:41:10.046Z | Compiling syn v1.0.109 |
1364 | 2023-12-06T19:41:10.374Z | Compiling once_cell v1.18.0 |
1365 | 2023-12-06T19:41:10.437Z | Compiling parking_lot_core v0.9.8 |
1366 | 2023-12-06T19:41:10.881Z | Compiling libm v0.2.7 |
1367 | 2023-12-06T19:41:10.957Z | Compiling serde_json v1.0.108 |
1368 | 2023-12-06T19:41:11.066Z | Compiling lock_api v0.4.10 |
1369 | 2023-12-06T19:41:11.949Z | Compiling num-traits v0.2.16 |
1370 | 2023-12-06T19:41:11.962Z | Compiling futures-core v0.3.29 |
1371 | 2023-12-06T19:41:11.962Z | Compiling thiserror v1.0.49 |
1372 | 2023-12-06T19:41:11.962Z | Compiling scopeguard v1.2.0 |
1373 | 2023-12-06T19:41:12.232Z | Compiling typenum v1.16.0 |
1374 | 2023-12-06T19:41:12.270Z | Compiling memchr v2.6.3 |
1375 | 2023-12-06T19:41:12.406Z | Compiling generic-array v0.14.7 |
1376 | 2023-12-06T19:41:12.573Z | Compiling itoa v1.0.9 |
1377 | 2023-12-06T19:41:12.885Z | Compiling pkg-config v0.3.27 |
1378 | 2023-12-06T19:41:13.827Z | Compiling quote v1.0.33 |
1379 | 2023-12-06T19:41:14.228Z | Compiling slab v0.4.9 |
1380 | 2023-12-06T19:41:14.610Z | Compiling syn v2.0.32 |
1381 | 2023-12-06T19:41:14.672Z | Compiling cc v1.0.83 |
1382 | 2023-12-06T19:41:14.837Z | Compiling getrandom v0.2.10 |
1383 | 2023-12-06T19:41:15.508Z | Compiling futures-task v0.3.29 |
1384 | 2023-12-06T19:41:15.512Z | Compiling futures-channel v0.3.29 |
1385 | 2023-12-06T19:41:15.569Z | Compiling log v0.4.20 |
1386 | 2023-12-06T19:41:16.236Z | Compiling futures-util v0.3.29 |
1387 | 2023-12-06T19:41:16.378Z | Compiling heck v0.4.1 |
1388 | 2023-12-06T19:41:16.786Z | Compiling ryu v1.0.15 |
1389 | 2023-12-06T19:41:16.908Z | Compiling pin-project-lite v0.2.13 |
1390 | 2023-12-06T19:41:16.967Z | Compiling smallvec v1.11.0 |
1391 | 2023-12-06T19:41:17.133Z | Compiling schemars v0.8.13 |
1392 | 2023-12-06T19:41:17.166Z | Compiling vcpkg v0.2.15 |
1393 | 2023-12-06T19:41:18.697Z | Compiling parking_lot v0.12.1 |
1394 | 2023-12-06T19:41:18.784Z | Compiling ring v0.17.5 |
1395 | 2023-12-06T19:41:19.999Z | Compiling openssl-sys v0.9.96 |
1396 | 2023-12-06T19:41:20.405Z | Compiling signal-hook-registry v1.4.1 |
1397 | 2023-12-06T19:41:22.552Z | Compiling ring v0.16.20 |
1398 | 2023-12-06T19:41:22.694Z | Compiling mio v0.8.9 |
1399 | 2023-12-06T19:41:23.009Z | Compiling indexmap v1.9.3 |
1400 | 2023-12-06T19:41:23.031Z | Compiling byteorder v1.5.0 |
1401 | 2023-12-06T19:41:23.424Z | Compiling hashbrown v0.14.2 |
1402 | 2023-12-06T19:41:23.447Z | Compiling equivalent v1.0.1 |
1403 | 2023-12-06T19:41:24.065Z | Compiling ahash v0.8.3 |
1404 | 2023-12-06T19:41:24.289Z | Compiling httparse v1.8.0 |
1405 | 2023-12-06T19:41:24.484Z | Compiling socket2 v0.5.5 |
1406 | 2023-12-06T19:41:24.545Z | Compiling num_cpus v1.16.0 |
1407 | 2023-12-06T19:41:24.763Z | Compiling spin v0.5.2 |
1408 | 2023-12-06T19:41:24.936Z | Compiling rand_core v0.6.4 |
1409 | 2023-12-06T19:41:25.508Z | Compiling fnv v1.0.7 |
1410 | 2023-12-06T19:41:25.537Z | Compiling openssl v0.10.60 |
1411 | 2023-12-06T19:41:25.584Z | Compiling semver v1.0.20 |
1412 | 2023-12-06T19:41:26.189Z | Compiling serde_derive_internals v0.26.0 |
1413 | 2023-12-06T19:41:26.219Z | Compiling rustls v0.21.9 |
1414 | 2023-12-06T19:41:26.458Z | Compiling iana-time-zone v0.1.57 |
1415 | 2023-12-06T19:41:26.970Z | Compiling unicode-xid v0.2.4 |
1416 | 2023-12-06T19:41:27.201Z | Compiling ucd-trie v0.1.6 |
1417 | 2023-12-06T19:41:27.300Z | Compiling crossbeam-utils v0.8.16 |
1418 | 2023-12-06T19:41:27.517Z | Compiling native-tls v0.2.11 |
1419 | 2023-12-06T19:41:27.813Z | Compiling synstructure v0.12.6 |
1420 | 2023-12-06T19:41:28.311Z | Compiling futures-sink v0.3.29 |
1421 | 2023-12-06T19:41:28.358Z | Compiling io-lifetimes v1.0.11 |
1422 | 2023-12-06T19:41:29.256Z | Compiling backtrace v0.3.69 |
1423 | 2023-12-06T19:41:29.756Z | Compiling rustix v0.38.25 |
1424 | 2023-12-06T19:41:29.848Z | Compiling tinyvec_macros v0.1.1 |
1425 | 2023-12-06T19:41:29.928Z | Compiling dyn-clone v1.0.13 |
1426 | 2023-12-06T19:41:29.969Z | Compiling winnow v0.5.15 |
1427 | 2023-12-06T19:41:30.028Z | Compiling tinyvec v1.6.0 |
1428 | 2023-12-06T19:41:31.252Z | Compiling tracing-core v0.1.31 |
1429 | 2023-12-06T19:41:31.441Z | Compiling num-integer v0.1.45 |
1430 | 2023-12-06T19:41:31.730Z | Compiling memoffset v0.9.0 |
1431 | 2023-12-06T19:41:31.793Z | Compiling pin-utils v0.1.0 |
1432 | 2023-12-06T19:41:31.863Z | Compiling rustix v0.37.23 |
1433 | 2023-12-06T19:41:32.063Z | Compiling futures-io v0.3.29 |
1434 | 2023-12-06T19:41:32.538Z | Compiling unicode-normalization v0.1.22 |
1435 | 2023-12-06T19:41:32.561Z | Compiling hashbrown v0.13.2 |
1436 | 2023-12-06T19:41:32.582Z | Compiling spin v0.9.8 |
1437 | 2023-12-06T19:41:33.133Z | Compiling usdt-impl v0.3.5 |
1438 | 2023-12-06T19:41:33.632Z | Compiling slog v2.7.0 |
1439 | 2023-12-06T19:41:34.268Z | Compiling time-core v0.1.1 |
1440 | 2023-12-06T19:41:34.295Z | Compiling unicode-bidi v0.3.13 |
1441 | 2023-12-06T19:41:34.440Z | Compiling anyhow v1.0.75 |
1442 | 2023-12-06T19:41:34.507Z | Compiling crc32fast v1.3.2 |
1443 | 2023-12-06T19:41:35.196Z | Compiling bitflags v1.3.2 |
1444 | 2023-12-06T19:41:35.312Z | Compiling time-macros v0.2.13 |
1445 | 2023-12-06T19:41:35.548Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1446 | 2023-12-06T19:41:35.938Z | Compiling serde_derive v1.0.192 |
1447 | 2023-12-06T19:41:35.960Z | Compiling thiserror-impl v1.0.49 |
1448 | 2023-12-06T19:41:36.145Z | Compiling tokio-macros v2.2.0 |
1449 | 2023-12-06T19:41:36.160Z | Compiling zeroize_derive v1.4.2 |
1450 | 2023-12-06T19:41:36.235Z | Compiling futures-macro v0.3.29 |
1451 | 2023-12-06T19:41:37.720Z | Compiling tracing-attributes v0.1.26 |
1452 | 2023-12-06T19:41:37.900Z | Compiling schemars_derive v0.8.13 |
1453 | 2023-12-06T19:41:38.388Z | Compiling zeroize v1.7.0 |
1454 | 2023-12-06T19:41:38.443Z | Compiling openssl-macros v0.1.1 |
1455 | 2023-12-06T19:41:39.464Z | Compiling zerocopy-derive v0.2.0 |
1456 | 2023-12-06T19:41:40.649Z | Compiling pest v2.7.2 |
1457 | 2023-12-06T19:41:41.112Z | Compiling crypto-common v0.1.6 |
1458 | 2023-12-06T19:41:42.171Z | Compiling block-buffer v0.10.4 |
1459 | 2023-12-06T19:41:42.188Z | Compiling aho-corasick v1.0.4 |
1460 | 2023-12-06T19:41:42.541Z | Compiling crossbeam-epoch v0.9.15 |
1461 | 2023-12-06T19:41:42.766Z | Compiling rustversion v1.0.14 |
1462 | 2023-12-06T19:41:42.990Z | Compiling tracing v0.1.37 |
1463 | 2023-12-06T19:41:44.245Z | Compiling regex-syntax v0.8.2 |
1464 | 2023-12-06T19:41:44.251Z | Compiling const-oid v0.9.5 |
1465 | 2023-12-06T19:41:44.470Z | Compiling subtle v2.5.0 |
1466 | 2023-12-06T19:41:44.921Z | Compiling pest_meta v2.7.2 |
1467 | 2023-12-06T19:41:45.216Z | Compiling async-trait v0.1.74 |
1468 | 2023-12-06T19:41:45.907Z | Compiling ppv-lite86 v0.2.17 |
1469 | 2023-12-06T19:41:47.129Z | Compiling pest_generator v2.7.2 |
1470 | 2023-12-06T19:41:47.168Z | Compiling signal-hook v0.3.17 |
1471 | 2023-12-06T19:41:47.553Z | Compiling rand_chacha v0.3.1 |
1472 | 2023-12-06T19:41:49.103Z | Compiling digest v0.10.7 |
1473 | 2023-12-06T19:41:49.790Z | Compiling regex-automata v0.4.3 |
1474 | 2023-12-06T19:41:50.266Z | Compiling zerocopy v0.3.0 |
1475 | 2023-12-06T19:41:51.115Z | Compiling zerocopy-derive v0.6.4 |
1476 | 2023-12-06T19:41:51.502Z | Compiling pest_derive v2.7.2 |
1477 | 2023-12-06T19:41:52.518Z | Compiling errno v0.3.2 |
1478 | 2023-12-06T19:41:53.339Z | Compiling strsim v0.10.0 |
1479 | 2023-12-06T19:41:53.945Z | Compiling base64 v0.21.5 |
1480 | 2023-12-06T19:41:54.045Z | Compiling dtrace-parser v0.1.14 |
1481 | 2023-12-06T19:41:54.296Z | Compiling dof v0.1.5 |
1482 | 2023-12-06T19:41:56.673Z | Compiling regex v1.10.2 |
1483 | 2023-12-06T19:41:56.994Z | Compiling rand v0.8.5 |
1484 | 2023-12-06T19:41:58.282Z | Compiling bytes v1.5.0 |
1485 | 2023-12-06T19:41:59.350Z | Compiling indexmap v2.1.0 |
1486 | 2023-12-06T19:41:59.564Z | Compiling uuid v1.6.1 |
1487 | 2023-12-06T19:42:00.161Z | Compiling tokio v1.34.0 |
1488 | 2023-12-06T19:42:00.750Z | Compiling chrono v0.4.31 |
1489 | 2023-12-06T19:42:00.776Z | Compiling bitflags v2.4.0 |
1490 | 2023-12-06T19:42:02.867Z | Compiling toml_datetime v0.6.5 |
1491 | 2023-12-06T19:42:03.198Z | Compiling serde_spanned v0.6.4 |
1492 | 2023-12-06T19:42:03.581Z | Compiling toml_edit v0.19.15 |
1493 | 2023-12-06T19:42:04.074Z | Compiling http v0.2.11 |
1494 | 2023-12-06T19:42:06.606Z | Compiling rustc_version v0.4.0 |
1495 | 2023-12-06T19:42:07.570Z | Compiling heapless v0.7.16 |
1496 | 2023-12-06T19:42:15.016Z | Compiling tokio-util v0.7.10 |
1497 | 2023-12-06T19:42:16.461Z | Compiling thread-id v4.2.0 |
1498 | 2023-12-06T19:42:16.708Z | Compiling num-bigint v0.4.4 |
1499 | 2023-12-06T19:42:17.273Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2023-12-06T19:42:17.358Z | Compiling untrusted v0.9.0 |
1501 | 2023-12-06T19:42:17.398Z | Compiling percent-encoding v2.3.1 |
1502 | 2023-12-06T19:42:17.634Z | Compiling openssl-probe v0.1.5 |
1503 | 2023-12-06T19:42:18.445Z | Compiling doc-comment v0.3.3 |
1504 | 2023-12-06T19:42:18.576Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1505 | 2023-12-06T19:42:18.736Z | Compiling smoltcp v0.9.1 |
1506 | 2023-12-06T19:42:19.147Z | Compiling hashbrown v0.12.3 |
1507 | 2023-12-06T19:42:19.582Z | Compiling untrusted v0.7.1 |
1508 | 2023-12-06T19:42:22.563Z | Compiling foreign-types v0.3.2 |
1509 | 2023-12-06T19:42:25.120Z | Compiling serde_tokenstream v0.1.7 |
1510 | 2023-12-06T19:42:25.366Z | Compiling strum_macros v0.25.2 |
1511 | 2023-12-06T19:42:26.713Z | Compiling lazy_static v1.4.0 |
1512 | 2023-12-06T19:42:26.997Z | Compiling socket2 v0.4.9 |
1513 | 2023-12-06T19:42:27.464Z | Compiling adler v1.0.2 |
1514 | 2023-12-06T19:42:27.784Z | Compiling siphasher v0.3.11 |
1515 | 2023-12-06T19:42:28.416Z | Compiling unicode-segmentation v1.10.1 |
1516 | 2023-12-06T19:42:28.429Z | Compiling unicode-width v0.1.11 |
1517 | 2023-12-06T19:42:28.564Z | Compiling try-lock v0.2.4 |
1518 | 2023-12-06T19:42:28.977Z | Compiling miniz_oxide v0.7.1 |
1519 | 2023-12-06T19:42:29.097Z | Compiling want v0.3.1 |
1520 | 2023-12-06T19:42:33.922Z | Compiling rustls-webpki v0.101.7 |
1521 | 2023-12-06T19:42:34.081Z | Compiling sct v0.7.0 |
1522 | 2023-12-06T19:42:34.271Z | Compiling h2 v0.3.21 |
1523 | 2023-12-06T19:42:35.017Z | Compiling form_urlencoded v1.2.1 |
1524 | 2023-12-06T19:42:35.449Z | Compiling http-body v0.4.5 |
1525 | 2023-12-06T19:42:36.135Z | Compiling hubpack_derive v0.1.1 |
1526 | 2023-12-06T19:42:36.725Z | Compiling pin-project-internal v1.1.3 |
1527 | 2023-12-06T19:42:38.506Z | Compiling num-iter v0.1.43 |
1528 | 2023-12-06T19:42:38.945Z | Compiling anstyle v1.0.2 |
1529 | 2023-12-06T19:42:39.682Z | Compiling tower-service v0.3.2 |
1530 | 2023-12-06T19:42:40.188Z | Compiling httpdate v1.0.3 |
1531 | 2023-12-06T19:42:40.452Z | Compiling utf8parse v0.2.1 |
1532 | 2023-12-06T19:42:40.808Z | Compiling cpufeatures v0.2.9 |
1533 | 2023-12-06T19:42:41.085Z | Compiling sha2 v0.10.8 |
1534 | 2023-12-06T19:42:41.637Z | Compiling anstyle-parse v0.2.1 |
1535 | 2023-12-06T19:42:45.108Z | Compiling usdt-attr-macro v0.3.5 |
1536 | 2023-12-06T19:42:45.384Z | Compiling usdt-macro v0.3.5 |
1537 | 2023-12-06T19:42:47.099Z | Compiling hyper v0.14.27 |
1538 | 2023-12-06T19:42:47.380Z | Compiling openapiv3 v2.0.0-rc.1 |
1539 | 2023-12-06T19:42:47.869Z | Compiling serde_tokenstream v0.2.0 |
1540 | 2023-12-06T19:42:47.947Z | Compiling rustls-pemfile v1.0.3 |
1541 | 2023-12-06T19:42:48.516Z | Compiling md-5 v0.10.5 |
1542 | 2023-12-06T19:42:48.714Z | Compiling hmac v0.12.1 |
1543 | 2023-12-06T19:42:49.022Z | Compiling stringprep v0.1.3 |
1544 | 2023-12-06T19:42:49.993Z | Compiling idna v0.5.0 |
1545 | 2023-12-06T19:42:50.632Z | Compiling diesel_table_macro_syntax v0.1.0 |
1546 | 2023-12-06T19:42:50.680Z | Compiling hash32 v0.2.1 |
1547 | 2023-12-06T19:42:51.196Z | Compiling fallible-iterator v0.2.0 |
1548 | 2023-12-06T19:42:51.799Z | Compiling gimli v0.28.0 |
1549 | 2023-12-06T19:42:52.343Z | Compiling stable_deref_trait v1.2.0 |
1550 | 2023-12-06T19:42:52.366Z | Compiling anstyle-query v1.0.0 |
1551 | 2023-12-06T19:42:52.493Z | Compiling either v1.9.0 |
1552 | 2023-12-06T19:42:52.540Z | Compiling colorchoice v1.0.0 |
1553 | 2023-12-06T19:42:52.933Z | Compiling anstream v0.5.0 |
1554 | 2023-12-06T19:42:53.898Z | Compiling postgres-protocol v0.6.6 |
1555 | 2023-12-06T19:42:54.908Z | Compiling url v2.5.0 |
1556 | 2023-12-06T19:42:55.460Z | Compiling diesel_derives v2.1.2 |
1557 | 2023-12-06T19:42:57.851Z | Compiling tokio-rustls v0.24.1 |
1558 | 2023-12-06T19:42:59.692Z | Compiling addr2line v0.21.0 |
1559 | 2023-12-06T19:43:00.670Z | Compiling rustls-native-certs v0.6.3 |
1560 | 2023-12-06T19:43:02.437Z | Compiling terminal_size v0.2.6 |
1561 | 2023-12-06T19:43:02.698Z | Compiling tokio-native-tls v0.3.1 |
1562 | 2023-12-06T19:43:03.553Z | Compiling phf_shared v0.11.2 |
1563 | 2023-12-06T19:43:04.936Z | Compiling block-padding v0.3.3 |
1564 | 2023-12-06T19:43:05.285Z | Compiling snafu-derive v0.7.5 |
1565 | 2023-12-06T19:43:05.308Z | Compiling enum-as-inner v0.5.1 |
1566 | 2023-12-06T19:43:06.413Z | Compiling clap_derive v4.4.2 |
1567 | 2023-12-06T19:43:06.882Z | Compiling serde_repr v0.1.16 |
1568 | 2023-12-06T19:43:08.497Z | Compiling regress v0.7.1 |
1569 | 2023-12-06T19:43:13.801Z | Compiling scheduled-thread-pool v0.2.7 |
1570 | 2023-12-06T19:43:14.124Z | Compiling object v0.32.1 |
1571 | 2023-12-06T19:43:16.453Z | Compiling regex-automata v0.1.10 |
1572 | 2023-12-06T19:43:17.226Z | Compiling deranged v0.3.8 |
1573 | 2023-12-06T19:43:18.651Z | Compiling num_threads v0.1.6 |
1574 | 2023-12-06T19:43:18.823Z | Compiling managed v0.8.0 |
1575 | 2023-12-06T19:43:19.524Z | Compiling clap_lex v0.5.1 |
1576 | 2023-12-06T19:43:20.355Z | Compiling rustc-demangle v0.1.23 |
1577 | 2023-12-06T19:43:21.051Z | Compiling ipnet v2.8.0 |
1578 | 2023-12-06T19:43:22.814Z | Compiling matches v0.1.10 |
1579 | 2023-12-06T19:43:22.953Z | Compiling bit-vec v0.6.3 |
1580 | 2023-12-06T19:43:23.124Z | Compiling idna v0.2.3 |
1581 | 2023-12-06T19:43:23.633Z | Compiling time v0.3.27 |
1582 | 2023-12-06T19:43:25.553Z | Compiling clap_builder v4.4.2 |
1583 | 2023-12-06T19:43:29.350Z | Compiling bstr v0.2.17 |
1584 | 2023-12-06T19:43:29.585Z | Compiling r2d2 v0.8.10 |
1585 | 2023-12-06T19:43:29.604Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1586 | 2023-12-06T19:43:32.371Z | Compiling inout v0.1.3 |
1587 | 2023-12-06T19:43:32.734Z | Compiling phf v0.11.2 |
1588 | 2023-12-06T19:43:33.144Z | Compiling hyper-tls v0.5.0 |
1589 | 2023-12-06T19:43:33.175Z | Compiling hyper-rustls v0.24.2 |
1590 | 2023-12-06T19:43:33.198Z | Compiling signal-hook-mio v0.2.3 |
1591 | 2023-12-06T19:43:33.479Z | Compiling bzip2 v0.4.4 |
1592 | 2023-12-06T19:43:33.652Z | Compiling flate2 v1.0.28 |
1593 | 2023-12-06T19:43:33.962Z | Compiling postgres-types v0.2.6 |
1594 | 2023-12-06T19:43:34.045Z | Compiling itertools v0.11.0 |
1595 | 2023-12-06T19:43:35.228Z | Compiling pin-project v1.1.3 |
1596 | 2023-12-06T19:43:35.589Z | Compiling hubpack v0.1.2 |
1597 | 2023-12-06T19:43:36.196Z | Compiling serde_urlencoded v0.7.1 |
1598 | 2023-12-06T19:43:36.260Z | Compiling phf_shared v0.10.0 |
1599 | 2023-12-06T19:43:36.830Z | Compiling ipnetwork v0.20.0 |
1600 | 2023-12-06T19:43:38.007Z | Compiling zerocopy v0.6.4 |
1601 | 2023-12-06T19:43:38.266Z | Compiling futures-executor v0.3.29 |
1602 | 2023-12-06T19:43:39.108Z | Compiling float-cmp v0.9.0 |
1603 | 2023-12-06T19:43:39.257Z | Compiling proc-macro-error-attr v1.0.4 |
1604 | 2023-12-06T19:43:39.373Z | Compiling encoding_rs v0.8.33 |
1605 | 2023-12-06T19:43:39.684Z | Compiling precomputed-hash v0.1.1 |
1606 | 2023-12-06T19:43:39.844Z | Compiling regex-automata v0.3.8 |
1607 | 2023-12-06T19:43:43.529Z | Compiling mime v0.3.17 |
1608 | 2023-12-06T19:43:44.043Z | Compiling fixedbitset v0.4.2 |
1609 | 2023-12-06T19:43:44.064Z | Compiling data-encoding v2.4.0 |
1610 | 2023-12-06T19:43:45.354Z | Compiling new_debug_unreachable v1.0.4 |
1611 | 2023-12-06T19:43:45.476Z | Compiling difflib v0.4.0 |
1612 | 2023-12-06T19:43:46.184Z | Compiling normalize-line-endings v0.3.0 |
1613 | 2023-12-06T19:43:46.354Z | Compiling whoami v1.4.1 |
1614 | 2023-12-06T19:43:47.385Z | Compiling static_assertions v1.1.0 |
1615 | 2023-12-06T19:43:47.390Z | Compiling predicates-core v1.0.6 |
1616 | 2023-12-06T19:43:47.540Z | Compiling webpki-roots v0.25.2 |
1617 | 2023-12-06T19:43:48.036Z | Compiling predicates v3.0.4 |
1618 | 2023-12-06T19:43:48.268Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1619 | 2023-12-06T19:43:48.390Z | Compiling reqwest v0.11.22 |
1620 | 2023-12-06T19:43:50.412Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1621 | 2023-12-06T19:43:55.283Z | Compiling tokio-postgres v0.7.10 |
1622 | 2023-12-06T19:43:59.865Z | Compiling string_cache v0.8.7 |
1623 | 2023-12-06T19:44:00.283Z | Compiling trust-dns-proto v0.22.0 |
1624 | 2023-12-06T19:44:00.515Z | Compiling petgraph v0.6.4 |
1625 | 2023-12-06T19:44:00.727Z | Compiling bstr v1.6.0 |
1626 | 2023-12-06T19:44:10.628Z | Compiling futures v0.3.29 |
1627 | 2023-12-06T19:44:10.793Z | Compiling diesel v2.1.4 |
1628 | 2023-12-06T19:44:10.817Z | Compiling yasna v0.5.2 |
1629 | 2023-12-06T19:44:11.179Z | Compiling snafu v0.7.5 |
1630 | 2023-12-06T19:44:11.877Z | Compiling zip v0.6.6 |
1631 | 2023-12-06T19:44:12.408Z | Compiling crossterm v0.27.0 |
1632 | 2023-12-06T19:44:12.745Z | Compiling cipher v0.4.4 |
1633 | 2023-12-06T19:44:13.463Z | Compiling clap v4.4.3 |
1634 | 2023-12-06T19:44:13.505Z | Compiling similar v2.2.1 |
1635 | 2023-12-06T19:44:13.620Z | Compiling bit-set v0.5.3 |
1636 | 2023-12-06T19:44:14.035Z | Compiling itertools v0.10.5 |
1637 | 2023-12-06T19:44:15.097Z | Compiling usdt v0.3.5 |
1638 | 2023-12-06T19:44:15.693Z | Compiling console v0.15.7 |
1639 | 2023-12-06T19:44:16.440Z | Compiling tokio-stream v0.1.14 |
1640 | 2023-12-06T19:44:17.711Z | Compiling proc-macro-crate v1.3.1 |
1641 | 2023-12-06T19:44:17.760Z | Compiling toml v0.7.8 |
1642 | 2023-12-06T19:44:17.859Z | Compiling toml_edit v0.21.0 |
1643 | 2023-12-06T19:44:17.934Z | Compiling hex v0.4.3 |
1644 | 2023-12-06T19:44:18.560Z | Compiling signature v2.1.0 |
1645 | 2023-12-06T19:44:19.061Z | Compiling proc-macro-error v1.0.4 |
1646 | 2023-12-06T19:44:20.221Z | Compiling lalrpop-util v0.19.12 |
1647 | 2023-12-06T19:44:21.063Z | Compiling num_enum_derive v0.5.11 |
1648 | 2023-12-06T19:44:26.415Z | Compiling atty v0.2.14 |
1649 | 2023-12-06T19:44:26.471Z | Compiling ident_case v1.0.1 |
1650 | 2023-12-06T19:44:26.622Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2023-12-06T19:44:27.672Z | Compiling darling_core v0.20.3 |
1652 | 2023-12-06T19:44:33.256Z | Compiling num_enum v0.5.11 |
1653 | 2023-12-06T19:44:53.134Z | Compiling dirs-sys-next v0.1.2 |
1654 | 2023-12-06T19:44:55.425Z | Compiling postcard-cobs v0.1.5-pre |
1655 | 2023-12-06T19:44:56.117Z | Compiling camino v1.1.6 |
1656 | 2023-12-06T19:44:57.345Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1657 | 2023-12-06T19:45:01.421Z | Compiling postcard v0.7.3 |
1658 | 2023-12-06T19:45:03.234Z | Compiling dirs-next v2.0.0 |
1659 | 2023-12-06T19:45:04.123Z | Compiling darling_macro v0.20.3 |
1660 | 2023-12-06T19:45:08.451Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1661 | 2023-12-06T19:45:21.766Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1662 | 2023-12-06T19:45:21.766Z | Compiling smoltcp v0.8.2 |
1663 | 2023-12-06T19:45:22.703Z | Compiling getopts v0.2.21 |
1664 | 2023-12-06T19:45:46.568Z | Compiling structmeta-derive v0.2.0 |
1665 | 2023-12-06T19:45:48.119Z | Compiling foreign-types-macros v0.2.3 |
1666 | 2023-12-06T19:45:48.120Z | Compiling thread_local v1.1.7 |
1667 | 2023-12-06T19:45:48.394Z | Compiling multer v2.1.0 |
1668 | 2023-12-06T19:45:48.394Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-12-06T19:45:48.395Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1670 | 2023-12-06T19:45:48.395Z | Compiling slog-async v2.8.0 |
1671 | 2023-12-06T19:45:48.395Z | Compiling unsafe-libyaml v0.2.9 |
1672 | 2023-12-06T19:45:48.395Z | Compiling foreign-types-shared v0.3.1 |
1673 | 2023-12-06T19:45:48.395Z | Compiling match_cfg v0.1.0 |
1674 | 2023-12-06T19:45:48.396Z | Compiling cfg-if v0.1.10 |
1675 | 2023-12-06T19:45:48.396Z | Compiling paste v1.0.14 |
1676 | 2023-12-06T19:45:48.396Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1677 | 2023-12-06T19:45:48.396Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1678 | 2023-12-06T19:45:49.232Z | Compiling serde_yaml v0.9.25 |
1679 | 2023-12-06T19:45:50.607Z | Compiling hostname v0.3.1 |
1680 | 2023-12-06T19:45:50.989Z | Compiling foreign-types v0.5.0 |
1681 | 2023-12-06T19:45:54.333Z | Compiling structmeta v0.2.0 |
1682 | 2023-12-06T19:45:55.503Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1683 | 2023-12-06T19:46:01.558Z | Compiling darling v0.20.3 |
1684 | 2023-12-06T19:46:01.570Z | Compiling term v0.7.0 |
1685 | 2023-12-06T19:46:06.397Z | Compiling slog-json v2.6.1 |
1686 | 2023-12-06T19:46:07.169Z | Compiling is-terminal v0.4.9 |
1687 | 2023-12-06T19:46:07.350Z | Compiling crossbeam-channel v0.5.8 |
1688 | 2023-12-06T19:46:11.871Z | Compiling strum v0.25.0 |
1689 | 2023-12-06T19:46:12.171Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1690 | 2023-12-06T19:46:12.205Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1691 | 2023-12-06T19:46:12.282Z | Compiling async-stream-impl v0.3.5 |
1692 | 2023-12-06T19:46:13.461Z | Compiling cstr-argument v0.1.2 |
1693 | 2023-12-06T19:46:13.755Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1694 | 2023-12-06T19:46:13.978Z | Compiling take_mut v0.2.2 |
1695 | 2023-12-06T19:46:13.988Z | Compiling pretty-hex v0.2.1 |
1696 | 2023-12-06T19:46:14.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1697 | 2023-12-06T19:46:14.333Z | Compiling atomic-waker v1.1.1 |
1698 | 2023-12-06T19:46:14.612Z | Compiling crucible-workspace-hack v0.1.0 |
1699 | 2023-12-06T19:46:15.396Z | Compiling fastrand v2.0.0 |
1700 | 2023-12-06T19:46:16.392Z | Compiling regex-syntax v0.7.5 |
1701 | 2023-12-06T19:46:23.403Z | Compiling tempfile v3.8.1 |
1702 | 2023-12-06T19:46:26.574Z | Compiling parse-display-derive v0.8.2 |
1703 | 2023-12-06T19:46:27.028Z | Compiling waitgroup v0.1.2 |
1704 | 2023-12-06T19:46:28.333Z | Compiling async-stream v0.3.5 |
1705 | 2023-12-06T19:46:28.804Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1706 | 2023-12-06T19:46:31.363Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1707 | 2023-12-06T19:46:32.743Z | Compiling colored v2.0.4 |
1708 | 2023-12-06T19:46:34.099Z | Compiling slog-bunyan v2.4.0 |
1709 | 2023-12-06T19:46:34.498Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1710 | 2023-12-06T19:46:34.983Z | Compiling slog-term v2.9.0 |
1711 | 2023-12-06T19:46:40.093Z | Compiling serde_with_macros v2.3.3 |
1712 | 2023-12-06T19:46:48.791Z | Compiling toml v0.8.8 |
1713 | 2023-12-06T19:46:49.959Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1714 | 2023-12-06T19:46:49.959Z | Compiling sha1 v0.10.6 |
1715 | 2023-12-06T19:47:08.513Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1716 | 2023-12-06T19:47:08.762Z | Compiling textwrap v0.11.0 |
1717 | 2023-12-06T19:47:08.762Z | Compiling heck v0.3.3 |
1718 | 2023-12-06T19:47:08.762Z | Compiling serde_path_to_error v0.1.14 |
1719 | 2023-12-06T19:47:09.008Z | Compiling instant v0.1.12 |
1720 | 2023-12-06T19:47:09.008Z | Compiling vec_map v0.8.2 |
1721 | 2023-12-06T19:47:09.008Z | Compiling strsim v0.8.0 |
1722 | 2023-12-06T19:47:09.093Z | Compiling rayon-core v1.12.0 |
1723 | 2023-12-06T19:47:09.093Z | Compiling ansi_term v0.12.1 |
1724 | 2023-12-06T19:47:09.094Z | Compiling libefi-sys v0.1.0 |
1725 | 2023-12-06T19:47:09.094Z | Compiling debug-ignore v1.0.5 |
1726 | 2023-12-06T19:47:09.094Z | Compiling clap v2.34.0 |
1727 | 2023-12-06T19:47:09.094Z | Compiling backoff v0.4.0 |
1728 | 2023-12-06T19:47:09.094Z | Compiling structopt-derive v0.4.18 |
1729 | 2023-12-06T19:47:09.094Z | Compiling serde_with v2.3.3 |
1730 | 2023-12-06T19:47:09.095Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1731 | 2023-12-06T19:47:09.095Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1732 | 2023-12-06T19:47:09.098Z | Compiling parse-display v0.8.2 |
1733 | 2023-12-06T19:47:09.098Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1734 | 2023-12-06T19:47:09.098Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1735 | 2023-12-06T19:47:09.098Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1736 | 2023-12-06T19:47:09.098Z | Compiling zone_cfg_derive v0.3.0 |
1737 | 2023-12-06T19:47:09.098Z | Compiling crossbeam-deque v0.8.3 |
1738 | 2023-12-06T19:47:09.098Z | Compiling macaddr v1.0.1 |
1739 | 2023-12-06T19:47:09.098Z | Compiling num-derive v0.4.0 |
1740 | 2023-12-06T19:47:09.098Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1741 | 2023-12-06T19:47:09.098Z | Compiling portable-atomic v1.4.3 |
1742 | 2023-12-06T19:47:09.098Z | Compiling zone v0.3.0 |
1743 | 2023-12-06T19:47:10.689Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1744 | 2023-12-06T19:47:13.125Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1745 | 2023-12-06T19:47:13.622Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1746 | 2023-12-06T19:47:14.299Z | Compiling structopt v0.3.26 |
1747 | 2023-12-06T19:47:14.543Z | Compiling camino-tempfile v1.1.1 |
1748 | 2023-12-06T19:47:15.775Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1749 | 2023-12-06T19:47:15.886Z | Compiling smf v0.2.2 |
1750 | 2023-12-06T19:47:17.336Z | Compiling xattr v1.0.1 |
1751 | 2023-12-06T19:47:17.608Z | Compiling filetime v0.2.22 |
1752 | 2023-12-06T19:47:17.654Z | Compiling same-file v1.0.6 |
1753 | 2023-12-06T19:47:18.097Z | Compiling tar v0.4.40 |
1754 | 2023-12-06T19:47:18.125Z | Compiling walkdir v2.4.0 |
1755 | 2023-12-06T19:47:19.714Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1756 | 2023-12-06T19:47:20.362Z | Compiling rayon v1.8.0 |
1757 | 2023-12-06T19:47:20.970Z | Compiling number_prefix v0.4.0 |
1758 | 2023-12-06T19:47:21.353Z | Compiling omicron-zone-package v0.9.1 |
1759 | 2023-12-06T19:47:23.626Z | Compiling topological-sort v0.2.2 |
1760 | 2023-12-06T19:47:23.990Z | Compiling swrite v0.1.0 |
1761 | 2023-12-06T19:47:28.902Z | Compiling indicatif v0.17.7 |
1762 | 2023-12-06T19:47:45.187Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1763 | 2023-12-06T19:47:55.198Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1764 | 2023-12-06T19:47:58.555Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1765 | 2023-12-06T19:47:59.851Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1766 | 2023-12-06T19:48:26.171Z | Finished release [optimized] target(s) in 7m 40s |
1767 | 2023-12-06T19:48:26.418Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1768 | 2023-12-06T19:48:26.498Z | Created new build target 'test' and set it as active |
1769 | 2023-12-06T19:48:26.506Z | |
1770 | 2023-12-06T19:48:26.508Z | real 7:41.319228829 |
1771 | 2023-12-06T19:48:26.508Z | user 49:40.694178286 |
1772 | 2023-12-06T19:48:26.508Z | sys 4:22.561795302 |
1773 | 2023-12-06T19:48:26.508Z | trap 1.956730777 |
1774 | 2023-12-06T19:48:26.508Z | tflt 3.417644747 |
1775 | 2023-12-06T19:48:26.508Z | dflt 4.907933536 |
1776 | 2023-12-06T19:48:26.508Z | kflt 0.032331943 |
1777 | 2023-12-06T19:48:26.508Z | lock 1:47:38.583372889 |
1778 | 2023-12-06T19:48:26.508Z | slp 2:19:13.623188141 |
1779 | 2023-12-06T19:48:26.508Z | lat 2:22.260307145 |
1780 | 2023-12-06T19:48:26.508Z | stop 3:48.667575139 |
1781 | 2023-12-06T19:48:26.508Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1782 | 2023-12-06T19:48:27.574Z | Finished release [optimized] target(s) in 0.99s |
1783 | 2023-12-06T19:48:27.610Z | Running `target/release/omicron-package -t test package` |
1784 | 2023-12-06T19:48:27.644Z | Dec 06 19:48:27.642 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1785 | 2023-12-06T19:48:28.779Z | Compiling base64ct v1.6.0 |
1786 | 2023-12-06T19:48:28.779Z | Compiling linked-hash-map v0.5.6 |
1787 | 2023-12-06T19:48:28.779Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1788 | 2023-12-06T19:48:28.834Z | Compiling blake2 v0.10.6 |
1789 | 2023-12-06T19:48:28.834Z | Compiling same-file v1.0.6 |
1790 | 2023-12-06T19:48:28.834Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1791 | 2023-12-06T19:48:28.835Z | Compiling semver-parser v0.10.2 |
1792 | 2023-12-06T19:48:28.835Z | Compiling quick-error v1.2.3 |
1793 | 2023-12-06T19:48:29.132Z | Compiling walkdir v2.4.0 |
1794 | 2023-12-06T19:48:29.299Z | Compiling fastrand v2.0.0 |
1795 | 2023-12-06T19:48:29.406Z | Compiling lru-cache v0.1.2 |
1796 | 2023-12-06T19:48:29.625Z | Compiling password-hash v0.5.0 |
1797 | 2023-12-06T19:48:29.829Z | Compiling tempfile v3.8.1 |
1798 | 2023-12-06T19:48:29.921Z | Compiling semver v0.11.0 |
1799 | 2023-12-06T19:48:30.328Z | Compiling resolv-conf v0.7.0 |
1800 | 2023-12-06T19:48:31.204Z | Compiling argon2 v0.5.2 |
1801 | 2023-12-06T19:48:31.436Z | Compiling xattr v1.0.1 |
1802 | 2023-12-06T19:48:31.437Z | Compiling filetime v0.2.22 |
1803 | 2023-12-06T19:48:31.437Z | Compiling slog-dtrace v0.2.3 |
1804 | 2023-12-06T19:48:32.110Z | Compiling home v0.5.5 |
1805 | 2023-12-06T19:48:32.234Z | Compiling toolchain_find v0.2.0 |
1806 | 2023-12-06T19:48:32.235Z | Compiling tar v0.4.40 |
1807 | 2023-12-06T19:48:32.235Z | Compiling trust-dns-resolver v0.22.0 |
1808 | 2023-12-06T19:48:32.724Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1809 | 2023-12-06T19:48:50.306Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1810 | 2023-12-06T19:48:50.563Z | Compiling toml v0.5.11 |
1811 | 2023-12-06T19:48:50.563Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1812 | 2023-12-06T19:48:50.563Z | Compiling omicron-zone-package v0.9.1 |
1813 | 2023-12-06T19:48:50.969Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1814 | 2023-12-06T19:48:50.969Z | Compiling toml v0.8.8 |
1815 | 2023-12-06T19:48:50.994Z | Compiling num-rational v0.4.1 |
1816 | 2023-12-06T19:48:50.994Z | Compiling cancel-safe-futures v0.1.5 |
1817 | 2023-12-06T19:48:50.995Z | Compiling rustfmt-wrapper v0.2.0 |
1818 | 2023-12-06T19:48:50.995Z | Compiling convert_case v0.4.0 |
1819 | 2023-12-06T19:48:50.995Z | Compiling derive_more v0.99.17 |
1820 | 2023-12-06T19:48:50.995Z | Compiling num-complex v0.4.4 |
1821 | 2023-12-06T19:48:50.995Z | Compiling pem-rfc7468 v0.7.0 |
1822 | 2023-12-06T19:48:50.995Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1823 | 2023-12-06T19:48:50.995Z | Compiling hkdf v0.12.3 |
1824 | 2023-12-06T19:48:50.995Z | Compiling num v0.4.1 |
1825 | 2023-12-06T19:48:50.995Z | Compiling fxhash v0.2.1 |
1826 | 2023-12-06T19:48:50.995Z | Compiling der_derive v0.7.2 |
1827 | 2023-12-06T19:48:50.995Z | Compiling unicase v2.7.0 |
1828 | 2023-12-06T19:48:50.995Z | Compiling utf-8 v0.7.6 |
1829 | 2023-12-06T19:48:50.995Z | Compiling flagset v0.4.3 |
1830 | 2023-12-06T19:48:50.995Z | Compiling semver v0.1.20 |
1831 | 2023-12-06T19:48:50.996Z | Compiling tungstenite v0.20.1 |
1832 | 2023-12-06T19:48:50.997Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1833 | 2023-12-06T19:48:50.997Z | Compiling half v1.8.2 |
1834 | 2023-12-06T19:48:50.997Z | Compiling rustc_version v0.1.7 |
1835 | 2023-12-06T19:48:50.997Z | Compiling ciborium-io v0.2.1 |
1836 | 2023-12-06T19:48:50.997Z | Compiling radium v0.7.0 |
1837 | 2023-12-06T19:48:50.997Z | Compiling keccak v0.1.4 |
1838 | 2023-12-06T19:48:50.997Z | Compiling arc-swap v1.6.0 |
1839 | 2023-12-06T19:48:50.997Z | Compiling der v0.7.8 |
1840 | 2023-12-06T19:48:50.997Z | Compiling slog-scope v4.4.0 |
1841 | 2023-12-06T19:48:50.997Z | Compiling sha3 v0.10.8 |
1842 | 2023-12-06T19:48:50.997Z | Compiling tokio-tungstenite v0.20.1 |
1843 | 2023-12-06T19:48:50.997Z | Compiling ciborium-ll v0.2.1 |
1844 | 2023-12-06T19:48:50.997Z | Compiling newtype_derive v0.1.6 |
1845 | 2023-12-06T19:48:50.998Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1846 | 2023-12-06T19:48:50.998Z | Compiling secrecy v0.8.0 |
1847 | 2023-12-06T19:48:50.998Z | Compiling spki v0.7.2 |
1848 | 2023-12-06T19:48:50.998Z | Compiling tap v1.0.1 |
1849 | 2023-12-06T19:48:50.998Z | Compiling parking_lot_core v0.8.6 |
1850 | 2023-12-06T19:48:50.998Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-12-06T19:48:50.998Z | Compiling wyz v0.5.1 |
1852 | 2023-12-06T19:48:50.998Z | Compiling ciborium v0.2.1 |
1853 | 2023-12-06T19:48:51.303Z | Compiling slog-stdlog v4.1.1 |
1854 | 2023-12-06T19:48:51.936Z | Compiling nibble_vec v0.1.0 |
1855 | 2023-12-06T19:48:52.260Z | Compiling funty v2.0.0 |
1856 | 2023-12-06T19:48:52.765Z | Compiling crc-catalog v2.2.0 |
1857 | 2023-12-06T19:48:52.979Z | Compiling num-bigint-dig v0.8.4 |
1858 | 2023-12-06T19:48:53.399Z | Compiling packed_struct v0.10.1 |
1859 | 2023-12-06T19:48:53.987Z | Compiling endian-type v0.1.2 |
1860 | 2023-12-06T19:48:54.307Z | Compiling radix_trie v0.2.1 |
1861 | 2023-12-06T19:48:54.446Z | Compiling bitvec v1.0.1 |
1862 | 2023-12-06T19:48:55.776Z | Compiling crc v3.0.1 |
1863 | 2023-12-06T19:48:56.379Z | Compiling slog-envlogger v2.2.0 |
1864 | 2023-12-06T19:48:57.199Z | Compiling pkcs8 v0.10.2 |
1865 | 2023-12-06T19:48:58.127Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1866 | 2023-12-06T19:48:58.609Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1867 | 2023-12-06T19:48:59.187Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1868 | 2023-12-06T19:49:00.168Z | Compiling packed_struct_codegen v0.10.1 |
1869 | 2023-12-06T19:49:00.883Z | Compiling dirs-sys-next v0.1.2 |
1870 | 2023-12-06T19:49:01.690Z | Compiling glob v0.3.1 |
1871 | 2023-12-06T19:49:01.736Z | Compiling crunchy v0.2.2 |
1872 | 2023-12-06T19:49:02.388Z | Compiling nodrop v0.1.14 |
1873 | 2023-12-06T19:49:03.070Z | Compiling platforms v3.0.2 |
1874 | 2023-12-06T19:49:03.564Z | Compiling clang-sys v1.6.1 |
1875 | 2023-12-06T19:49:04.600Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1876 | 2023-12-06T19:49:06.146Z | Compiling array-init v0.0.4 |
1877 | 2023-12-06T19:49:08.239Z | Compiling dirs-next v2.0.0 |
1878 | 2023-12-06T19:49:08.529Z | Compiling parking_lot v0.11.2 |
1879 | 2023-12-06T19:49:08.938Z | Compiling pkcs1 v0.7.5 |
1880 | 2023-12-06T19:49:12.010Z | Compiling smallvec v0.6.14 |
1881 | 2023-12-06T19:49:12.345Z | Compiling steno v0.4.0 |
1882 | 2023-12-06T19:49:12.727Z | Compiling mime_guess v2.0.4 |
1883 | 2023-12-06T19:49:14.989Z | Compiling trust-dns-client v0.22.0 |
1884 | 2023-12-06T19:49:16.321Z | Compiling termcolor v1.2.0 |
1885 | 2023-12-06T19:49:18.364Z | Compiling bitfield v0.14.0 |
1886 | 2023-12-06T19:49:18.836Z | Compiling tiny-keccak v2.0.2 |
1887 | 2023-12-06T19:49:19.278Z | Compiling prettyplease v0.2.12 |
1888 | 2023-12-06T19:49:19.744Z | Compiling trust-dns-server v0.22.1 |
1889 | 2023-12-06T19:49:24.149Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1890 | 2023-12-06T19:49:32.771Z | Compiling rsa v0.9.2 |
1891 | 2023-12-06T19:49:33.027Z | Compiling env_logger v0.10.0 |
1892 | 2023-12-06T19:49:34.740Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1893 | 2023-12-06T19:49:40.280Z | Compiling serde-hex v0.1.0 |
1894 | 2023-12-06T19:49:41.556Z | Compiling sled v0.34.7 |
1895 | 2023-12-06T19:49:56.782Z | Compiling term v0.7.0 |
1896 | 2023-12-06T19:49:56.782Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1897 | 2023-12-06T19:49:56.782Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1898 | 2023-12-06T19:49:56.835Z | Compiling x509-cert v0.2.4 |
1899 | 2023-12-06T19:49:56.878Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1900 | 2023-12-06T19:50:17.847Z | Compiling darling_core v0.14.4 |
1901 | 2023-12-06T19:50:18.448Z | Compiling itertools v0.12.0 |
1902 | 2023-12-06T19:50:24.135Z | Compiling ron v0.8.1 |
1903 | 2023-12-06T19:50:26.311Z | Compiling crc-any v2.4.3 |
1904 | 2023-12-06T19:50:27.853Z | Compiling buf-list v1.0.3 |
1905 | 2023-12-06T19:50:27.966Z | Compiling pretty-hex v0.4.0 |
1906 | 2023-12-06T19:50:28.433Z | Compiling minimal-lexical v0.2.1 |
1907 | 2023-12-06T19:50:28.726Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1908 | 2023-12-06T19:50:29.507Z | Compiling nom v7.1.3 |
1909 | 2023-12-06T19:50:30.707Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1910 | 2023-12-06T19:50:34.719Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1911 | 2023-12-06T19:50:35.130Z | Compiling darling_macro v0.14.4 |
1912 | 2023-12-06T19:50:35.670Z | Compiling curve25519-dalek v4.1.0 |
1913 | 2023-12-06T19:50:36.579Z | Compiling ascii-canvas v3.0.0 |
1914 | 2023-12-06T19:50:37.331Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1915 | 2023-12-06T19:50:37.554Z | Compiling object v0.30.4 |
1916 | 2023-12-06T19:50:38.933Z | Compiling is-terminal v0.4.9 |
1917 | 2023-12-06T19:50:39.108Z | Compiling ff v0.13.0 |
1918 | 2023-12-06T19:50:39.451Z | Compiling libsw v3.3.0 |
1919 | 2023-12-06T19:50:39.802Z | Compiling kstat-rs v0.2.3 |
1920 | 2023-12-06T19:50:39.931Z | Compiling ena v0.14.2 |
1921 | 2023-12-06T19:50:40.590Z | Compiling derive-where v1.2.5 |
1922 | 2023-12-06T19:50:41.113Z | Compiling libloading v0.7.4 |
1923 | 2023-12-06T19:50:41.664Z | Compiling owo-colors v3.5.0 |
1924 | 2023-12-06T19:50:41.831Z | Compiling regex-syntax v0.6.29 |
1925 | 2023-12-06T19:50:45.766Z | Compiling bindgen v0.65.1 |
1926 | 2023-12-06T19:50:46.434Z | Compiling linear-map v1.2.0 |
1927 | 2023-12-06T19:50:47.038Z | Compiling path-slash v0.1.5 |
1928 | 2023-12-06T19:50:47.059Z | Compiling diff v0.1.13 |
1929 | 2023-12-06T19:50:47.351Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1930 | 2023-12-06T19:50:47.939Z | Compiling lalrpop v0.19.12 |
1931 | 2023-12-06T19:50:50.910Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1932 | 2023-12-06T19:51:00.899Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1933 | 2023-12-06T19:51:03.280Z | Compiling group v0.13.0 |
1934 | 2023-12-06T19:51:03.524Z | Compiling darling v0.14.4 |
1935 | 2023-12-06T19:51:03.815Z | Compiling cexpr v0.6.0 |
1936 | 2023-12-06T19:51:09.943Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1937 | 2023-12-06T19:51:10.680Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1938 | 2023-12-06T19:51:11.949Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1939 | 2023-12-06T19:51:12.702Z | Compiling which v4.4.0 |
1940 | 2023-12-06T19:51:13.228Z | Compiling universal-hash v0.5.1 |
1941 | 2023-12-06T19:51:13.524Z | Compiling crypto-bigint v0.5.2 |
1942 | 2023-12-06T19:51:13.564Z | Compiling thiserror-impl-no-std v2.0.2 |
1943 | 2023-12-06T19:51:17.750Z | Compiling curve25519-dalek-derive v0.1.0 |
1944 | 2023-12-06T19:51:18.063Z | Compiling memoffset v0.7.1 |
1945 | 2023-12-06T19:51:18.469Z | Compiling display-error-chain v0.2.0 |
1946 | 2023-12-06T19:51:18.720Z | Compiling opaque-debug v0.3.0 |
1947 | 2023-12-06T19:51:18.851Z | Compiling peeking_take_while v0.1.2 |
1948 | 2023-12-06T19:51:18.982Z | Compiling rustc-hash v1.1.0 |
1949 | 2023-12-06T19:51:19.034Z | Compiling lazycell v1.3.0 |
1950 | 2023-12-06T19:51:19.194Z | Compiling base16ct v0.2.0 |
1951 | 2023-12-06T19:51:19.266Z | Compiling shlex v1.1.0 |
1952 | 2023-12-06T19:51:19.362Z | Compiling poly1305 v0.8.0 |
1953 | 2023-12-06T19:51:19.767Z | Compiling elliptic-curve v0.13.5 |
1954 | 2023-12-06T19:51:20.643Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1955 | 2023-12-06T19:51:23.377Z | Compiling thiserror-no-std v2.0.2 |
1956 | 2023-12-06T19:51:23.385Z | Compiling derive_builder_core v0.12.0 |
1957 | 2023-12-06T19:51:25.728Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1958 | 2023-12-06T19:51:27.493Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1959 | 2023-12-06T19:51:27.877Z | Compiling globset v0.4.13 |
1960 | 2023-12-06T19:51:32.959Z | Compiling chacha20 v0.9.1 |
1961 | 2023-12-06T19:51:33.683Z | Compiling pem v3.0.2 |
1962 | 2023-12-06T19:51:34.836Z | Compiling polar-core v0.27.0 |
1963 | 2023-12-06T19:51:36.308Z | Compiling olpc-cjson v0.1.3 |
1964 | 2023-12-06T19:51:36.729Z | Compiling aead v0.5.2 |
1965 | 2023-12-06T19:51:36.988Z | Compiling bcs v0.1.6 |
1966 | 2023-12-06T19:51:37.142Z | Compiling serde_plain v1.0.2 |
1967 | 2023-12-06T19:51:37.196Z | Compiling libxml v0.3.3 |
1968 | 2023-12-06T19:51:37.691Z | Compiling async-recursion v1.0.5 |
1969 | 2023-12-06T19:51:37.981Z | Compiling typed-path v0.6.0 |
1970 | 2023-12-06T19:51:38.469Z | Compiling ref-cast v1.0.20 |
1971 | 2023-12-06T19:51:39.118Z | Compiling highway v1.1.0 |
1972 | 2023-12-06T19:51:39.348Z | Compiling chacha20poly1305 v0.10.1 |
1973 | 2023-12-06T19:51:41.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1974 | 2023-12-06T19:51:41.947Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1975 | 2023-12-06T19:51:42.483Z | Compiling tough v0.15.0 |
1976 | 2023-12-06T19:51:43.149Z | Compiling derive_builder_macro v0.12.0 |
1977 | 2023-12-06T19:51:44.220Z | Compiling vsss-rs v3.3.1 |
1978 | 2023-12-06T19:51:44.521Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1979 | 2023-12-06T19:51:49.582Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1980 | 2023-12-06T19:51:49.975Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1981 | 2023-12-06T19:51:52.005Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1982 | 2023-12-06T19:51:54.257Z | Compiling strum_macros v0.24.3 |
1983 | 2023-12-06T19:51:55.339Z | Compiling ref-cast-impl v1.0.20 |
1984 | 2023-12-06T19:51:55.841Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1985 | 2023-12-06T19:51:56.257Z | Compiling cookie v0.18.0 |
1986 | 2023-12-06T19:51:56.687Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1987 | 2023-12-06T19:51:57.065Z | Compiling http-range v0.1.5 |
1988 | 2023-12-06T19:51:57.125Z | Compiling salty v0.2.0 |
1989 | 2023-12-06T19:51:57.696Z | Compiling signature v1.6.4 |
1990 | 2023-12-06T19:51:57.914Z | Compiling indoc v1.0.9 |
1991 | 2023-12-06T19:51:57.994Z | Compiling ed25519 v1.5.3 |
1992 | 2023-12-06T19:51:58.600Z | Compiling hyper-staticfile v0.9.5 |
1993 | 2023-12-06T19:51:59.764Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1994 | 2023-12-06T19:52:04.062Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1995 | 2023-12-06T19:52:04.739Z | Compiling derive_builder v0.12.0 |
1996 | 2023-12-06T19:52:16.963Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1997 | 2023-12-06T19:52:21.818Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1998 | 2023-12-06T19:52:22.391Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1999 | 2023-12-06T19:52:22.795Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2000 | 2023-12-06T19:52:27.730Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2001 | 2023-12-06T19:52:28.583Z | Compiling headers-core v0.2.0 |
2002 | 2023-12-06T19:52:28.824Z | Compiling bb8 v0.8.1 |
2003 | 2023-12-06T19:52:29.652Z | Compiling quick-xml v0.23.1 |
2004 | 2023-12-06T19:52:29.697Z | Compiling serde-big-array v0.5.1 |
2005 | 2023-12-06T19:52:30.088Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2006 | 2023-12-06T19:52:31.329Z | Compiling impl-trait-for-tuples v0.2.2 |
2007 | 2023-12-06T19:52:31.622Z | Compiling oso-derive v0.27.0 |
2008 | 2023-12-06T19:52:32.640Z | Compiling fs-err v2.11.0 |
2009 | 2023-12-06T19:52:33.068Z | Compiling maplit v1.0.2 |
2010 | 2023-12-06T19:52:33.341Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2011 | 2023-12-06T19:53:01.489Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2012 | 2023-12-06T19:53:01.489Z | Compiling headers v0.3.9 |
2013 | 2023-12-06T19:53:01.490Z | Compiling oso v0.27.0 |
2014 | 2023-12-06T19:53:01.490Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2015 | 2023-12-06T19:53:01.490Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2016 | 2023-12-06T19:53:02.330Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2017 | 2023-12-06T19:53:02.763Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2018 | 2023-12-06T19:53:04.839Z | Compiling signal-hook-tokio v0.3.1 |
2019 | 2023-12-06T19:53:04.907Z | Compiling serde-big-array v0.4.1 |
2020 | 2023-12-06T19:53:05.112Z | Compiling cassowary v0.3.0 |
2021 | 2023-12-06T19:53:05.181Z | Compiling indoc v2.0.3 |
2022 | 2023-12-06T19:53:06.654Z | Compiling ratatui v0.23.0 |
2023 | 2023-12-06T19:53:09.606Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2024 | 2023-12-06T19:53:12.194Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2025 | 2023-12-06T19:53:14.048Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2026 | 2023-12-06T19:53:14.625Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2027 | 2023-12-06T19:53:18.591Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2028 | 2023-12-06T19:53:27.961Z | Compiling fatfs v0.3.6 |
2029 | 2023-12-06T19:53:28.124Z | Compiling bytesize v1.3.0 |
2030 | 2023-12-06T19:53:29.054Z | Compiling nanorand v0.7.0 |
2031 | 2023-12-06T19:53:30.232Z | Compiling rtoolbox v0.0.1 |
2032 | 2023-12-06T19:53:30.947Z | Compiling smawk v0.3.1 |
2033 | 2023-12-06T19:53:31.279Z | Compiling is_ci v1.1.1 |
2034 | 2023-12-06T19:53:31.697Z | Compiling corncobs v0.1.3 |
2035 | 2023-12-06T19:53:31.859Z | Compiling unicode-linebreak v0.1.5 |
2036 | 2023-12-06T19:53:32.407Z | Compiling assert_matches v1.5.0 |
2037 | 2023-12-06T19:53:32.493Z | Compiling textwrap v0.16.0 |
2038 | 2023-12-06T19:53:32.742Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2039 | 2023-12-06T19:53:33.383Z | Compiling supports-color v2.1.0 |
2040 | 2023-12-06T19:53:34.038Z | Compiling rpassword v7.3.1 |
2041 | 2023-12-06T19:53:34.528Z | Compiling flume v0.11.0 |
2042 | 2023-12-06T19:53:34.704Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2043 | 2023-12-06T19:53:35.780Z | Compiling tui-tree-widget v0.13.0 |
2044 | 2023-12-06T19:53:38.717Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2045 | 2023-12-06T19:53:39.185Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2046 | 2023-12-06T19:53:54.270Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2047 | 2023-12-06T19:54:23.675Z | Compiling humantime v2.1.0 |
2048 | 2023-12-06T19:54:25.087Z | Compiling shell-words v1.1.0 |
2049 | 2023-12-06T19:54:25.785Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2050 | 2023-12-06T19:54:51.839Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2051 | 2023-12-06T19:55:03.255Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2052 | 2023-12-06T19:57:58.038Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2053 | 2023-12-06T20:06:48.182Z | Finished release [optimized] target(s) in 18m 20s |
2054 | 2023-12-06T20:08:13.590Z | |
2055 | 2023-12-06T20:08:13.590Z | real 19:47.088411178 |
2056 | 2023-12-06T20:08:13.598Z | user 2:13:00.779605685 |
2057 | 2023-12-06T20:08:13.598Z | sys 5:21.738223970 |
2058 | 2023-12-06T20:08:13.598Z | trap 4.252219356 |
2059 | 2023-12-06T20:08:13.598Z | tflt 0.915991672 |
2060 | 2023-12-06T20:08:13.598Z | dflt 2.333720691 |
2061 | 2023-12-06T20:08:13.598Z | kflt 0.001398369 |
2062 | 2023-12-06T20:08:13.599Z | lock 7:51:32.755070681 |
2063 | 2023-12-06T20:08:13.599Z | slp 5:04:01.726135540 |
2064 | 2023-12-06T20:08:13.599Z | lat 2:24.155948138 |
2065 | 2023-12-06T20:08:13.599Z | stop 40.888420279 |
2066 | 2023-12-06T20:08:13.599Z | + 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/*) |
2067 | 2023-12-06T20:08:13.599Z | + pfexec mkdir -p /work |
2068 | 2023-12-06T20:08:13.599Z | + pfexec chown build /work |
2069 | 2023-12-06T20:08:13.599Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.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 |
2070 | 2023-12-06T20:08:32.856Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2071 | 2023-12-06T20:08:32.877Z | a out/mg-ddm-gz.tar 61253K |
2072 | 2023-12-06T20:08:32.877Z | a out/omicron-sled-agent.tar 108491K |
2073 | 2023-12-06T20:08:32.877Z | a out/target/test 1K |
2074 | 2023-12-06T20:08:32.877Z | a out/npuzone/npuzone 36505K |
2075 | 2023-12-06T20:08:32.877Z | a package-manifest.toml 22K |
2076 | 2023-12-06T20:08:32.877Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2077 | 2023-12-06T20:08:32.877Z | a target/release/omicron-package 41585K |
2078 | 2023-12-06T20:08:32.877Z | a tools/create_virtual_hardware.sh 4K |
2079 | 2023-12-06T20:08:32.877Z | a tools/virtual_hardware.sh 4K |
2080 | 2023-12-06T20:08:32.878Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2081 | 2023-12-06T20:08:32.878Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2082 | 2023-12-06T20:08:32.878Z | a tools/scrimlet/softnpu-init.sh 3K |
2083 | 2023-12-06T20:08:32.878Z | a tools/scrimlet/softnpu-zone.txt 1K |
2084 | 2023-12-06T20:08:32.878Z | a tools/scrimlet/softnpu.toml 1K |
2085 | 2023-12-06T20:08:33.246Z | |
2086 | 2023-12-06T20:08:33.246Z | real 13.147206049 |
2087 | 2023-12-06T20:08:33.246Z | user 12.591098123 |
2088 | 2023-12-06T20:08:33.247Z | sys 0.995803632 |
2089 | 2023-12-06T20:08:33.247Z | trap 0.002774450 |
2090 | 2023-12-06T20:08:33.247Z | tflt 0.000000000 |
2091 | 2023-12-06T20:08:33.247Z | dflt 0.000000000 |
2092 | 2023-12-06T20:08:33.247Z | kflt 0.000000000 |
2093 | 2023-12-06T20:08:33.247Z | lock 0.000000000 |
2094 | 2023-12-06T20:08:33.247Z | slp 12.317417342 |
2095 | 2023-12-06T20:08:33.247Z | lat 0.383690666 |
2096 | 2023-12-06T20:08:33.247Z | stop 0.000230831 |
2097 | 2023-12-06T20:08:33.247Z | ++ pwd |
2098 | 2023-12-06T20:08:33.247Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2099 | 2023-12-06T20:08:33.247Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2100 | 2023-12-06T20:08:33.247Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2101 | 2023-12-06T20:08:33.247Z | Finished release [optimized] target(s) in 0.96s |
2102 | 2023-12-06T20:08:33.247Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2103 | 2023-12-06T20:08:33.247Z | Created new build target 'host' and set it as active |
2104 | 2023-12-06T20:08:33.248Z | |
2105 | 2023-12-06T20:08:33.248Z | real 1.109970108 |
2106 | 2023-12-06T20:08:33.248Z | user 0.779922627 |
2107 | 2023-12-06T20:08:33.251Z | sys 0.330898387 |
2108 | 2023-12-06T20:08:33.251Z | trap 0.000110758 |
2109 | 2023-12-06T20:08:33.251Z | tflt 0.000019366 |
2110 | 2023-12-06T20:08:33.251Z | dflt 0.000010914 |
2111 | 2023-12-06T20:08:33.251Z | kflt 0.000000000 |
2112 | 2023-12-06T20:08:33.251Z | lock 0.033533254 |
2113 | 2023-12-06T20:08:33.251Z | slp 0.019062099 |
2114 | 2023-12-06T20:08:33.251Z | lat 0.001802452 |
2115 | 2023-12-06T20:08:33.251Z | stop 0.000215232 |
2116 | 2023-12-06T20:08:33.251Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2117 | 2023-12-06T20:08:33.320Z | Finished release [optimized] target(s) in 0.93s |
2118 | 2023-12-06T20:08:33.320Z | Running `target/release/omicron-package -t host package` |
2119 | 2023-12-06T20:08:33.320Z | Dec 06 20:08:28.956 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2120 | 2023-12-06T20:08:33.320Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2121 | 2023-12-06T20:11:58.344Z | Finished release [optimized] target(s) in 3m 29s |
2122 | 2023-12-06T20:13:42.496Z | |
2123 | 2023-12-06T20:13:42.504Z | real 5:14.618319837 |
2124 | 2023-12-06T20:13:42.504Z | user 20:34.135478969 |
2125 | 2023-12-06T20:13:42.504Z | sys 59.750795283 |
2126 | 2023-12-06T20:13:42.504Z | trap 0.607055253 |
2127 | 2023-12-06T20:13:42.504Z | tflt 0.030964815 |
2128 | 2023-12-06T20:13:42.504Z | dflt 1.403802766 |
2129 | 2023-12-06T20:13:42.504Z | kflt 0.065427026 |
2130 | 2023-12-06T20:13:42.504Z | lock 1:13:39.856413244 |
2131 | 2023-12-06T20:13:42.505Z | slp 19:08.181463367 |
2132 | 2023-12-06T20:13:42.505Z | lat 10.454762333 |
2133 | 2023-12-06T20:13:42.506Z | stop 0.833424220 |
2134 | 2023-12-06T20:13:42.506Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2135 | 2023-12-06T20:13:42.506Z | + for package in "$@" |
2136 | 2023-12-06T20:13:42.506Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2137 | 2023-12-06T20:13:42.506Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitfeeaad65f69 |
2138 | 2023-12-06T20:13:43.560Z | Finished release [optimized] target(s) in 0.98s |
2139 | 2023-12-06T20:13:43.593Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitfeeaad65f69` |
2140 | 2023-12-06T20:13:43.632Z | Dec 06 20:13:43.629 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2141 | 2023-12-06T20:13:44.140Z | Created: out/versioned/omicron-sled-agent.tar |
2142 | 2023-12-06T20:13:44.166Z | + for package in "$@" |
2143 | 2023-12-06T20:13:44.166Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2144 | 2023-12-06T20:13:44.166Z | + echo 0.0.0 |
2145 | 2023-12-06T20:13:44.166Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2146 | 2023-12-06T20:13:44.166Z | a VERSION 1K |
2147 | 2023-12-06T20:13:44.166Z | + rm VERSION |
2148 | 2023-12-06T20:13:44.166Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitfeeaad65f69 |
2149 | 2023-12-06T20:13:45.188Z | Finished release [optimized] target(s) in 0.92s |
2150 | 2023-12-06T20:13:45.219Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitfeeaad65f69` |
2151 | 2023-12-06T20:13:45.270Z | Dec 06 20:13:45.215 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2152 | 2023-12-06T20:13:45.666Z | Created: out/versioned/mg-ddm-gz.tar |
2153 | 2023-12-06T20:13:45.720Z | + for package in "$@" |
2154 | 2023-12-06T20:13:45.720Z | + [[ propolis-server == mg-ddm-gz ]] |
2155 | 2023-12-06T20:13:45.720Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitfeeaad65f69 |
2156 | 2023-12-06T20:13:46.518Z | Finished release [optimized] target(s) in 0.92s |
2157 | 2023-12-06T20:13:46.545Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitfeeaad65f69` |
2158 | 2023-12-06T20:13:46.584Z | Dec 06 20:13:46.581 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2159 | 2023-12-06T20:13:48.443Z | Created: out/versioned/propolis-server.tar.gz |
2160 | 2023-12-06T20:13:48.450Z | + for package in "$@" |
2161 | 2023-12-06T20:13:48.450Z | + [[ overlay == mg-ddm-gz ]] |
2162 | 2023-12-06T20:13:48.450Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitfeeaad65f69 |
2163 | 2023-12-06T20:13:49.478Z | Finished release [optimized] target(s) in 0.94s |
2164 | 2023-12-06T20:13:49.503Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitfeeaad65f69` |
2165 | 2023-12-06T20:13:49.543Z | Dec 06 20:13:49.541 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2166 | 2023-12-06T20:13:49.547Z | Created: out/versioned/overlay.tar.gz |
2167 | 2023-12-06T20:13:49.551Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2168 | 2023-12-06T20:13:49.562Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2169 | 2023-12-06T20:13:49.571Z | ++ cd -- ./tools |
2170 | 2023-12-06T20:13:49.571Z | ++ pwd |
2171 | 2023-12-06T20:13:49.571Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2172 | 2023-12-06T20:13:49.572Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2173 | 2023-12-06T20:13:49.586Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2174 | 2023-12-06T20:13:49.586Z | ++ readlink -f /work |
2175 | 2023-12-06T20:13:49.586Z | + out_dir=/work |
2176 | 2023-12-06T20:13:49.586Z | + 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") |
2177 | 2023-12-06T20:13:49.586Z | + for dep in "${deps[@]}" |
2178 | 2023-12-06T20:13:49.586Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2179 | 2023-12-06T20:13:49.586Z | + for dep in "${deps[@]}" |
2180 | 2023-12-06T20:13:49.586Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2181 | 2023-12-06T20:13:49.587Z | + for dep in "${deps[@]}" |
2182 | 2023-12-06T20:13:49.587Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2183 | 2023-12-06T20:13:49.587Z | + for dep in "${deps[@]}" |
2184 | 2023-12-06T20:13:49.587Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2185 | 2023-12-06T20:13:49.588Z | ++ mktemp -d |
2186 | 2023-12-06T20:13:49.588Z | + tmp_gz=/tmp/tmp.eAaWuh |
2187 | 2023-12-06T20:13:49.588Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2188 | 2023-12-06T20:13:49.588Z | + echo '{"v":"1","t":"layer"}' |
2189 | 2023-12-06T20:13:49.588Z | + pkg_dir=/tmp/tmp.eAaWuh/root/opt/oxide/sled-agent |
2190 | 2023-12-06T20:13:49.588Z | + mkdir -p /tmp/tmp.eAaWuh/root/opt/oxide/sled-agent |
2191 | 2023-12-06T20:13:49.589Z | + cd /tmp/tmp.eAaWuh/root/opt/oxide/sled-agent |
2192 | 2023-12-06T20:13:49.589Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2193 | 2023-12-06T20:13:49.701Z | x ., 0 bytes, 0 tape blocks |
2194 | 2023-12-06T20:13:49.701Z | x zone-bundle, 39126688 bytes, 76420 tape blocks |
2195 | 2023-12-06T20:13:49.701Z | x sled-agent, 71949944 bytes, 140528 tape blocks |
2196 | 2023-12-06T20:13:49.701Z | x pkg, 0 bytes, 0 tape blocks |
2197 | 2023-12-06T20:13:49.702Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2198 | 2023-12-06T20:13:49.702Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2199 | 2023-12-06T20:13:49.702Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2200 | 2023-12-06T20:13:49.702Z | x VERSION, 25 bytes, 1 tape blocks |
2201 | 2023-12-06T20:13:49.711Z | + mkdir -p /tmp/tmp.eAaWuh/root/lib/svc/manifest/site/ |
2202 | 2023-12-06T20:13:49.711Z | + mv pkg/manifest.xml /tmp/tmp.eAaWuh/root/lib/svc/manifest/site/sled-agent.xml |
2203 | 2023-12-06T20:13:49.711Z | + cd - |
2204 | 2023-12-06T20:13:49.711Z | /work/oxidecomputer/omicron |
2205 | 2023-12-06T20:13:49.713Z | + pkg_dir=/tmp/tmp.eAaWuh/root/opt/oxide/mg-ddm |
2206 | 2023-12-06T20:13:49.713Z | + mkdir -p /tmp/tmp.eAaWuh/root/opt/oxide/mg-ddm |
2207 | 2023-12-06T20:13:49.713Z | + cd /tmp/tmp.eAaWuh/root/opt/oxide/mg-ddm |
2208 | 2023-12-06T20:13:49.713Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2209 | 2023-12-06T20:13:49.774Z | x ., 0 bytes, 0 tape blocks |
2210 | 2023-12-06T20:13:49.774Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2211 | 2023-12-06T20:13:49.774Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2212 | 2023-12-06T20:13:49.774Z | x pkg, 0 bytes, 0 tape blocks |
2213 | 2023-12-06T20:13:49.774Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2214 | 2023-12-06T20:13:49.774Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2215 | 2023-12-06T20:13:49.774Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2216 | 2023-12-06T20:13:49.774Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2217 | 2023-12-06T20:13:49.775Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2218 | 2023-12-06T20:13:49.775Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2219 | 2023-12-06T20:13:49.775Z | x VERSION, 25 bytes, 1 tape blocks |
2220 | 2023-12-06T20:13:49.779Z | + cd - |
2221 | 2023-12-06T20:13:49.779Z | /work/oxidecomputer/omicron |
2222 | 2023-12-06T20:13:49.779Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.eAaWuh/root/opt/oxide |
2223 | 2023-12-06T20:13:49.903Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.eAaWuh/root/opt/oxide |
2224 | 2023-12-06T20:13:49.909Z | + cd /tmp/tmp.eAaWuh |
2225 | 2023-12-06T20:13:49.909Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2226 | 2023-12-06T20:14:01.285Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2227 | 2023-12-06T20:14:01.286Z | a oxide.json 1K |
2228 | 2023-12-06T20:14:01.286Z | a root/ 0K |
2229 | 2023-12-06T20:14:01.286Z | a root/opt/ 0K |
2230 | 2023-12-06T20:14:01.286Z | a root/opt/oxide/ 0K |
2231 | 2023-12-06T20:14:01.286Z | a root/opt/oxide/sled-agent/ 0K |
2232 | 2023-12-06T20:14:01.286Z | a root/opt/oxide/sled-agent/zone-bundle 38210K |
2233 | 2023-12-06T20:14:01.286Z | a root/opt/oxide/sled-agent/sled-agent 70264K |
2234 | 2023-12-06T20:14:01.286Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2235 | 2023-12-06T20:14:01.287Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2236 | 2023-12-06T20:14:01.287Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2237 | 2023-12-06T20:14:01.287Z | a root/opt/oxide/sled-agent/VERSION 1K |
2238 | 2023-12-06T20:14:01.287Z | a root/opt/oxide/mg-ddm/ 0K |
2239 | 2023-12-06T20:14:01.287Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2240 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2241 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2242 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2243 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2244 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2245 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2246 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2247 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2248 | 2023-12-06T20:14:01.288Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2249 | 2023-12-06T20:14:01.289Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2250 | 2023-12-06T20:14:01.300Z | a root/opt/oxide/overlay.tar.gz 2K |
2251 | 2023-12-06T20:14:01.300Z | a root/lib/ 0K |
2252 | 2023-12-06T20:14:01.301Z | a root/lib/svc/ 0K |
2253 | 2023-12-06T20:14:01.301Z | a root/lib/svc/manifest/ 0K |
2254 | 2023-12-06T20:14:01.301Z | a root/lib/svc/manifest/site/ 0K |
2255 | 2023-12-06T20:14:01.301Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2256 | 2023-12-06T20:14:01.301Z | + cd / |
2257 | 2023-12-06T20:14:01.302Z | + rm -rf /tmp/tmp.eAaWuh |
2258 | 2023-12-06T20:14:01.333Z | |
2259 | 2023-12-06T20:14:01.344Z | real 11.773726942 |
2260 | 2023-12-06T20:14:01.344Z | user 10.936166370 |
2261 | 2023-12-06T20:14:01.345Z | sys 0.898467145 |
2262 | 2023-12-06T20:14:01.345Z | trap 0.002152329 |
2263 | 2023-12-06T20:14:01.346Z | tflt 0.000000000 |
2264 | 2023-12-06T20:14:01.346Z | dflt 0.000000000 |
2265 | 2023-12-06T20:14:01.347Z | kflt 0.000000000 |
2266 | 2023-12-06T20:14:01.347Z | lock 0.000000000 |
2267 | 2023-12-06T20:14:01.347Z | slp 22.732229008 |
2268 | 2023-12-06T20:14:01.347Z | lat 0.347537872 |
2269 | 2023-12-06T20:14:01.347Z | stop 0.000298428 |
2270 | 2023-12-06T20:14:01.347Z | + mkdir -p /work/zones |
2271 | 2023-12-06T20:14:01.347Z | + 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-collector.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) |
2272 | 2023-12-06T20:14:01.347Z | + 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-collector.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/ |
2273 | 2023-12-06T20:14:04.949Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2274 | 2023-12-06T20:14:06.138Z | Finished release [optimized] target(s) in 1.02s |
2275 | 2023-12-06T20:14:06.180Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2276 | 2023-12-06T20:14:06.181Z | Created new build target 'recovery' and set it as active |
2277 | 2023-12-06T20:14:06.181Z | |
2278 | 2023-12-06T20:14:06.181Z | real 1.183457729 |
2279 | 2023-12-06T20:14:06.181Z | user 0.834402670 |
2280 | 2023-12-06T20:14:06.181Z | sys 0.348027914 |
2281 | 2023-12-06T20:14:06.181Z | trap 0.000855995 |
2282 | 2023-12-06T20:14:06.181Z | tflt 0.000055012 |
2283 | 2023-12-06T20:14:06.181Z | dflt 0.000040710 |
2284 | 2023-12-06T20:14:06.181Z | kflt 0.000000000 |
2285 | 2023-12-06T20:14:06.181Z | lock 0.038596285 |
2286 | 2023-12-06T20:14:06.181Z | slp 0.023010073 |
2287 | 2023-12-06T20:14:06.181Z | lat 0.003293502 |
2288 | 2023-12-06T20:14:06.181Z | stop 0.000216234 |
2289 | 2023-12-06T20:14:06.181Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2290 | 2023-12-06T20:14:07.233Z | Finished release [optimized] target(s) in 0.99s |
2291 | 2023-12-06T20:14:07.266Z | Running `target/release/omicron-package -t recovery package` |
2292 | 2023-12-06T20:14:07.299Z | Dec 06 20:14:07.291 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2293 | 2023-12-06T20:14:08.256Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2294 | 2023-12-06T20:14:11.840Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2295 | 2023-12-06T20:14:41.224Z | Finished release [optimized] target(s) in 33.83s |
2296 | 2023-12-06T20:15:06.638Z | |
2297 | 2023-12-06T20:15:06.638Z | real 1:00.440973457 |
2298 | 2023-12-06T20:15:06.638Z | user 2:29.206574874 |
2299 | 2023-12-06T20:15:06.638Z | sys 11.081240687 |
2300 | 2023-12-06T20:15:06.638Z | trap 0.085584395 |
2301 | 2023-12-06T20:15:06.638Z | tflt 0.032678163 |
2302 | 2023-12-06T20:15:06.638Z | dflt 0.863689565 |
2303 | 2023-12-06T20:15:06.728Z | kflt 0.000000000 |
2304 | 2023-12-06T20:15:06.729Z | lock 13:01.492597793 |
2305 | 2023-12-06T20:15:06.729Z | slp 2:35.274052657 |
2306 | 2023-12-06T20:15:06.729Z | lat 2.112435742 |
2307 | 2023-12-06T20:15:06.729Z | stop 0.179414527 |
2308 | 2023-12-06T20:15:06.729Z | + stamp_packages installinator mg-ddm-gz |
2309 | 2023-12-06T20:15:06.729Z | + for package in "$@" |
2310 | 2023-12-06T20:15:06.729Z | + [[ installinator == mg-ddm-gz ]] |
2311 | 2023-12-06T20:15:06.729Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitfeeaad65f69 |
2312 | 2023-12-06T20:15:15.957Z | Finished release [optimized] target(s) in 0.94s |
2313 | 2023-12-06T20:15:16.188Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitfeeaad65f69` |
2314 | 2023-12-06T20:15:16.188Z | Dec 06 20:15:07.679 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2315 | 2023-12-06T20:15:16.188Z | Created: out/versioned/installinator.tar |
2316 | 2023-12-06T20:15:16.188Z | + for package in "$@" |
2317 | 2023-12-06T20:15:16.188Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2318 | 2023-12-06T20:15:16.188Z | + echo 0.0.0 |
2319 | 2023-12-06T20:15:16.188Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2320 | 2023-12-06T20:15:16.188Z | a VERSION 1K |
2321 | 2023-12-06T20:15:16.188Z | + rm VERSION |
2322 | 2023-12-06T20:15:16.188Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitfeeaad65f69 |
2323 | 2023-12-06T20:15:16.188Z | Finished release [optimized] target(s) in 0.94s |
2324 | 2023-12-06T20:15:16.188Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitfeeaad65f69` |
2325 | 2023-12-06T20:15:16.344Z | Dec 06 20:15:08.909 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2326 | 2023-12-06T20:15:16.344Z | Created: out/versioned/mg-ddm-gz.tar |
2327 | 2023-12-06T20:15:16.344Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2328 | 2023-12-06T20:15:16.344Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2329 | 2023-12-06T20:15:16.344Z | ++ cd -- ./tools |
2330 | 2023-12-06T20:15:16.344Z | ++ pwd |
2331 | 2023-12-06T20:15:16.344Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2332 | 2023-12-06T20:15:16.344Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2333 | 2023-12-06T20:15:16.344Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2334 | 2023-12-06T20:15:16.344Z | ++ readlink -f /work |
2335 | 2023-12-06T20:15:16.344Z | + out_dir=/work |
2336 | 2023-12-06T20:15:16.344Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2337 | 2023-12-06T20:15:16.344Z | + for dep in "${deps[@]}" |
2338 | 2023-12-06T20:15:16.344Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2339 | 2023-12-06T20:15:16.345Z | + for dep in "${deps[@]}" |
2340 | 2023-12-06T20:15:16.345Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2341 | 2023-12-06T20:15:16.345Z | ++ mktemp -d |
2342 | 2023-12-06T20:15:16.345Z | + tmp_trampoline=/tmp/tmp.Y0aizh |
2343 | 2023-12-06T20:15:16.345Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2344 | 2023-12-06T20:15:16.345Z | + echo '{"v":"1","t":"layer"}' |
2345 | 2023-12-06T20:15:16.345Z | + pkg_dir=/tmp/tmp.Y0aizh/root/opt/oxide/installinator |
2346 | 2023-12-06T20:15:16.345Z | + mkdir -p /tmp/tmp.Y0aizh/root/opt/oxide/installinator |
2347 | 2023-12-06T20:15:16.345Z | + cd /tmp/tmp.Y0aizh/root/opt/oxide/installinator |
2348 | 2023-12-06T20:15:16.345Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2349 | 2023-12-06T20:15:16.345Z | x ., 0 bytes, 0 tape blocks |
2350 | 2023-12-06T20:15:16.346Z | x installinator, 52126696 bytes, 101810 tape blocks |
2351 | 2023-12-06T20:15:16.346Z | x pkg, 0 bytes, 0 tape blocks |
2352 | 2023-12-06T20:15:16.346Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2353 | 2023-12-06T20:15:16.346Z | x VERSION, 25 bytes, 1 tape blocks |
2354 | 2023-12-06T20:15:16.346Z | + mkdir -p /tmp/tmp.Y0aizh/root/lib/svc/manifest/site/ |
2355 | 2023-12-06T20:15:16.346Z | + mv pkg/manifest.xml /tmp/tmp.Y0aizh/root/lib/svc/manifest/site/installinator.xml |
2356 | 2023-12-06T20:15:16.346Z | + cd - |
2357 | 2023-12-06T20:15:16.346Z | /work/oxidecomputer/omicron |
2358 | 2023-12-06T20:15:16.346Z | + pkg_dir=/tmp/tmp.Y0aizh/root/opt/oxide/mg-ddm |
2359 | 2023-12-06T20:15:16.346Z | + mkdir -p /tmp/tmp.Y0aizh/root/opt/oxide/mg-ddm |
2360 | 2023-12-06T20:15:16.346Z | + cd /tmp/tmp.Y0aizh/root/opt/oxide/mg-ddm |
2361 | 2023-12-06T20:15:16.346Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2362 | 2023-12-06T20:15:16.349Z | x ., 0 bytes, 0 tape blocks |
2363 | 2023-12-06T20:15:16.349Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2364 | 2023-12-06T20:15:16.349Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2365 | 2023-12-06T20:15:16.349Z | x pkg, 0 bytes, 0 tape blocks |
2366 | 2023-12-06T20:15:16.349Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2367 | 2023-12-06T20:15:16.349Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2368 | 2023-12-06T20:15:16.349Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2369 | 2023-12-06T20:15:16.349Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2370 | 2023-12-06T20:15:16.349Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2371 | 2023-12-06T20:15:16.349Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2372 | 2023-12-06T20:15:16.349Z | x VERSION, 25 bytes, 1 tape blocks |
2373 | 2023-12-06T20:15:16.349Z | + cd - |
2374 | 2023-12-06T20:15:16.349Z | /work/oxidecomputer/omicron |
2375 | 2023-12-06T20:15:16.350Z | + cd /tmp/tmp.Y0aizh |
2376 | 2023-12-06T20:15:16.350Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2377 | 2023-12-06T20:15:16.350Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2378 | 2023-12-06T20:15:16.350Z | a oxide.json 1K |
2379 | 2023-12-06T20:15:16.350Z | a root/ 0K |
2380 | 2023-12-06T20:15:16.350Z | a root/opt/ 0K |
2381 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/ 0K |
2382 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/installinator/ 0K |
2383 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/installinator/installinator 50905K |
2384 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/installinator/pkg/ 0K |
2385 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/installinator/VERSION 1K |
2386 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/mg-ddm/ 0K |
2387 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2388 | 2023-12-06T20:15:16.350Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2389 | 2023-12-06T20:15:16.352Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2390 | 2023-12-06T20:15:16.352Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2391 | 2023-12-06T20:15:16.352Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2392 | 2023-12-06T20:15:16.352Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2393 | 2023-12-06T20:15:16.352Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2394 | 2023-12-06T20:15:16.651Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2395 | 2023-12-06T20:15:16.651Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2396 | 2023-12-06T20:15:16.651Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2397 | 2023-12-06T20:15:16.651Z | a root/lib/ 0K |
2398 | 2023-12-06T20:15:16.651Z | a root/lib/svc/ 0K |
2399 | 2023-12-06T20:15:16.651Z | a root/lib/svc/manifest/ 0K |
2400 | 2023-12-06T20:15:16.651Z | a root/lib/svc/manifest/site/ 0K |
2401 | 2023-12-06T20:15:16.651Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2402 | 2023-12-06T20:15:16.651Z | + cd / |
2403 | 2023-12-06T20:15:16.652Z | + rm -rf /tmp/tmp.Y0aizh |
2404 | 2023-12-06T20:15:16.652Z | |
2405 | 2023-12-06T20:15:16.652Z | real 6.162882367 |
2406 | 2023-12-06T20:15:16.652Z | user 5.777460329 |
2407 | 2023-12-06T20:15:16.652Z | sys 0.414884873 |
2408 | 2023-12-06T20:15:16.652Z | trap 0.001232787 |
2409 | 2023-12-06T20:15:16.652Z | tflt 0.000000000 |
2410 | 2023-12-06T20:15:16.652Z | dflt 0.000000000 |
2411 | 2023-12-06T20:15:16.652Z | kflt 0.000000000 |
2412 | 2023-12-06T20:15:16.652Z | lock 0.000000000 |
2413 | 2023-12-06T20:15:16.652Z | slp 11.929718838 |
2414 | 2023-12-06T20:15:16.652Z | lat 0.172458357 |
2415 | 2023-12-06T20:15:16.652Z | stop 0.000292384 |
2416 | 2023-12-06T20:15:16.653Z | process exited: duration 2269548 ms, exit code 0 |
|
2417 | 2023-12-06T20:15:16.741Z | found 21 output files |
2418 | 2023-12-06T20:15:16.741Z | uploading: /work/version.txt (26 bytes) |
2419 | 2023-12-06T20:15:17.789Z | uploaded: /work/version.txt |
2420 | 2023-12-06T20:15:17.790Z | uploading: /work/package.tar.gz (79649712 bytes) |
2421 | 2023-12-06T20:16:12.731Z | uploaded: /work/package.tar.gz |
2422 | 2023-12-06T20:16:12.731Z | uploading: /work/global-zone-packages.tar.gz (121115124 bytes) |
2423 | 2023-12-06T20:16:51.469Z | uploaded: /work/global-zone-packages.tar.gz |
2424 | 2023-12-06T20:16:51.469Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36475054 bytes) |
2425 | 2023-12-06T20:17:04.225Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2426 | 2023-12-06T20:17:04.225Z | uploading: /work/zones/clickhouse.tar.gz (181765130 bytes) |
2427 | 2023-12-06T20:18:04.218Z | uploaded: /work/zones/clickhouse.tar.gz |
2428 | 2023-12-06T20:18:04.218Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181769619 bytes) |
2429 | 2023-12-06T20:19:23.203Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2430 | 2023-12-06T20:19:23.203Z | uploading: /work/zones/cockroachdb.tar.gz (118845450 bytes) |
2431 | 2023-12-06T20:20:07.706Z | uploaded: /work/zones/cockroachdb.tar.gz |
2432 | 2023-12-06T20:20:07.706Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2433 | 2023-12-06T20:20:17.476Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2434 | 2023-12-06T20:20:17.476Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2435 | 2023-12-06T20:20:28.414Z | uploaded: /work/zones/crucible.tar.gz |
2436 | 2023-12-06T20:20:28.414Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2437 | 2023-12-06T20:20:34.957Z | uploaded: /work/zones/external-dns.tar.gz |
2438 | 2023-12-06T20:20:34.957Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2439 | 2023-12-06T20:20:40.778Z | uploaded: /work/zones/internal-dns.tar.gz |
2440 | 2023-12-06T20:20:40.778Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2441 | 2023-12-06T20:20:41.802Z | uploaded: /work/zones/ntp.tar.gz |
2442 | 2023-12-06T20:20:41.802Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18237534 bytes) |
2443 | 2023-12-06T20:20:48.743Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2444 | 2023-12-06T20:20:48.743Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18236659 bytes) |
2445 | 2023-12-06T20:20:54.174Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2446 | 2023-12-06T20:20:54.174Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73609134 bytes) |
2447 | 2023-12-06T20:21:14.147Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2448 | 2023-12-06T20:21:14.147Z | uploading: /work/zones/omicron-nexus.tar.gz (73618153 bytes) |
2449 | 2023-12-06T20:21:34.153Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2450 | 2023-12-06T20:21:34.155Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2451 | 2023-12-06T20:21:35.208Z | uploaded: /work/zones/overlay.tar.gz |
2452 | 2023-12-06T20:21:35.208Z | uploading: /work/zones/oximeter-collector.tar.gz (34184800 bytes) |
2453 | 2023-12-06T20:21:44.653Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2454 | 2023-12-06T20:21:44.653Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2455 | 2023-12-06T20:22:04.005Z | uploaded: /work/zones/propolis-server.tar.gz |
2456 | 2023-12-06T20:22:04.006Z | uploading: /work/zones/switch-asic.tar.gz (245435508 bytes) |
2457 | 2023-12-06T20:23:01.692Z | uploaded: /work/zones/switch-asic.tar.gz |
2458 | 2023-12-06T20:23:01.693Z | uploading: /work/zones/switch-softnpu.tar.gz (169396737 bytes) |
2459 | 2023-12-06T20:24:21.347Z | uploaded: /work/zones/switch-softnpu.tar.gz |