|
|
|
1 | 2023-12-05T04:10:17.972Z | job assigned to worker 01HGW2M4SQ0CJJFPSPC97KAZH1 (queued for 1 m 35 s) |
|
2 | 2023-12-05T04:10:18.293Z | starting task 0: "setup" |
3 | 2023-12-05T04:10:18.355Z | ++ uname -s |
4 | 2023-12-05T04:10:18.359Z | + kern=SunOS |
5 | 2023-12-05T04:10:18.359Z | + case "$kern" in |
6 | 2023-12-05T04:10:18.359Z | + groupadd -g 12345 build |
7 | 2023-12-05T04:10:18.362Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T04:10:20.375Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T04:10:20.479Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T04:10:20.485Z | + home_fs=zfs |
11 | 2023-12-05T04:10:20.485Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T04:10:20.485Z | + mkdir -p /home/build |
13 | 2023-12-05T04:10:20.485Z | + chown build:build /home/build /work |
14 | 2023-12-05T04:10:22.485Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T04:10:22.488Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2023-12-05T04:10:22.494Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T04:10:22.503Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T04:10:22.505Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T04:10:22.863Z | info: downloading installer |
20 | 2023-12-05T04:10:25.437Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T04:10:25.438Z | warning: /opt/ooce/bin |
22 | 2023-12-05T04:10:25.438Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T04:10:25.438Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T04:10:25.438Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T04:10:25.438Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T04:10:25.438Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T04:10:25.438Z | error: cannot install while Rust is installed |
28 | 2023-12-05T04:10:25.438Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T04:10:26.178Z | info: profile set to 'default' |
30 | 2023-12-05T04:10:26.178Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T04:10:26.181Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T04:10:26.364Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T04:10:26.364Z | info: downloading component 'cargo' |
34 | 2023-12-05T04:10:27.070Z | info: downloading component 'clippy' |
35 | 2023-12-05T04:10:27.271Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T04:10:28.071Z | info: downloading component 'rust-std' |
37 | 2023-12-05T04:10:29.527Z | info: downloading component 'rustc' |
38 | 2023-12-05T04:10:33.039Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T04:10:33.245Z | info: installing component 'cargo' |
40 | 2023-12-05T04:10:35.076Z | info: installing component 'clippy' |
41 | 2023-12-05T04:10:35.849Z | info: installing component 'rust-docs' |
42 | 2023-12-05T04:10:38.682Z | info: installing component 'rust-std' |
43 | 2023-12-05T04:10:42.371Z | info: installing component 'rustc' |
44 | 2023-12-05T04:10:51.560Z | info: installing component 'rustfmt' |
45 | 2023-12-05T04:10:52.008Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T04:10:52.009Z | |
47 | 2023-12-05T04:10:52.167Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T04:10:52.167Z | |
49 | 2023-12-05T04:10:52.167Z | |
50 | 2023-12-05T04:10:52.167Z | Rust is installed now. Great! |
51 | 2023-12-05T04:10:52.167Z | |
52 | 2023-12-05T04:10:52.167Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T04:10:52.167Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T04:10:52.167Z | |
55 | 2023-12-05T04:10:52.167Z | To configure your current shell, run: |
56 | 2023-12-05T04:10:52.167Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T04:10:52.255Z | + rustc --version |
58 | 2023-12-05T04:10:52.364Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T04:10:52.370Z | process exited: duration 29877 ms, exit code 0 |
|
60 | 2023-12-05T04:10:52.375Z | starting task 2: "authentication" |
61 | 2023-12-05T04:10:52.407Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-12-05T04:10:52.416Z | starting task 3: "clone repository" |
63 | 2023-12-05T04:10:52.420Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T04:10:52.423Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T04:10:52.461Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T04:10:58.873Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T04:10:58.873Z | + [[ -n renovate/derive-where-1.x ]] |
68 | 2023-12-05T04:10:58.876Z | + git fetch origin renovate/derive-where-1.x |
69 | 2023-12-05T04:10:59.270Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T04:10:59.270Z | * branch renovate/derive-where-1.x -> FETCH_HEAD |
71 | 2023-12-05T04:10:59.282Z | + git checkout -B renovate/derive-where-1.x remotes/origin/renovate/derive-where-1.x |
72 | 2023-12-05T04:10:59.380Z | Switched to a new branch 'renovate/derive-where-1.x' |
73 | 2023-12-05T04:10:59.383Z | branch 'renovate/derive-where-1.x' set up to track 'origin/renovate/derive-where-1.x'. |
74 | 2023-12-05T04:10:59.383Z | + git reset --hard 8953205ac741e46b5b86bc44e88635b5353e9671 |
75 | 2023-12-05T04:10:59.397Z | HEAD is now at 8953205a Update Rust crate derive-where to 1.2.6 |
76 | 2023-12-05T04:10:59.400Z | process exited: duration 6986 ms, exit code 0 |
|
77 | 2023-12-05T04:10:59.405Z | starting task 4: "build" |
78 | 2023-12-05T04:10:59.412Z | + cargo --version |
79 | 2023-12-05T04:10:59.419Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-05T04:10:59.643Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-05T04:10:59.647Z | info: downloading component 'cargo' |
82 | 2023-12-05T04:11:00.496Z | info: downloading component 'clippy' |
83 | 2023-12-05T04:11:00.790Z | info: downloading component 'rust-docs' |
84 | 2023-12-05T04:11:01.846Z | info: downloading component 'rust-std' |
85 | 2023-12-05T04:11:03.534Z | info: downloading component 'rustc' |
86 | 2023-12-05T04:11:07.768Z | info: downloading component 'rustfmt' |
87 | 2023-12-05T04:11:08.013Z | info: installing component 'cargo' |
88 | 2023-12-05T04:11:09.339Z | info: installing component 'clippy' |
89 | 2023-12-05T04:11:09.811Z | info: installing component 'rust-docs' |
90 | 2023-12-05T04:11:12.792Z | info: installing component 'rust-std' |
91 | 2023-12-05T04:11:15.395Z | info: installing component 'rustc' |
92 | 2023-12-05T04:11:21.584Z | info: installing component 'rustfmt' |
93 | 2023-12-05T04:11:22.118Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-05T04:11:22.121Z | + rustc --version |
95 | 2023-12-05T04:11:22.274Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-05T04:11:22.283Z | ++ git rev-parse HEAD |
97 | 2023-12-05T04:11:22.287Z | + COMMIT=8953205ac741e46b5b86bc44e88635b5353e9671 |
98 | 2023-12-05T04:11:22.287Z | + VERSION=1.0.4-0.ci+git8953205ac74 |
99 | 2023-12-05T04:11:22.291Z | + echo 1.0.4-0.ci+git8953205ac74 |
100 | 2023-12-05T04:11:22.291Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-05T04:11:31.436Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-05T04:11:32.595Z | Startup: Caching catalogs ... Done |
103 | 2023-12-05T04:11:38.791Z | Planning: Solver setup ... Done (5.875s) |
104 | 2023-12-05T04:11:38.936Z | Planning: Running solver ... Done (0.142s) |
105 | 2023-12-05T04:11:39.058Z | Planning: Finding local manifests ... Done (0.063s) |
106 | 2023-12-05T04:11:39.070Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-05T04:11:39.383Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-05T04:11:39.505Z | Planning: Package planning ... Done (0.122s) |
109 | 2023-12-05T04:11:39.591Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-05T04:11:40.469Z | Planning: Checking for conflicting actions ... Done (0.878s) |
111 | 2023-12-05T04:11:40.487Z | Planning: Consolidating action changes ... Done (0.018s) |
112 | 2023-12-05T04:11:45.809Z | Planning: Evaluating mediators ... Done (5.322s) |
113 | 2023-12-05T04:11:45.924Z | Planning: Planning completed in 13.27 seconds |
114 | 2023-12-05T04:11:48.566Z | Packages to install: 4 |
115 | 2023-12-05T04:11:48.570Z | Packages to update: 2 |
116 | 2023-12-05T04:11:48.570Z | Mediators to change: 2 |
117 | 2023-12-05T04:11:48.570Z | Services to change: 1 |
118 | 2023-12-05T04:11:48.570Z | Estimated space available: 148.88 GB |
119 | 2023-12-05T04:11:48.570Z | Estimated space to be consumed: 1.42 GB |
120 | 2023-12-05T04:11:48.570Z | Create boot environment: No |
121 | 2023-12-05T04:11:48.570Z | Create backup boot environment: Yes |
122 | 2023-12-05T04:11:48.571Z | Rebuild boot archive: No |
123 | 2023-12-05T04:11:48.571Z | |
124 | 2023-12-05T04:11:48.571Z | Changed mediators: |
125 | 2023-12-05T04:11:48.571Z | mediator clang: |
126 | 2023-12-05T04:11:48.571Z | version: None -> 15 (system default) |
127 | 2023-12-05T04:11:48.571Z | |
128 | 2023-12-05T04:11:48.571Z | mediator llvm: |
129 | 2023-12-05T04:11:48.571Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-05T04:11:48.571Z | |
131 | 2023-12-05T04:11:48.571Z | Changed packages: |
132 | 2023-12-05T04:11:48.571Z | helios-dev |
133 | 2023-12-05T04:11:48.571Z | developer/build-essential |
134 | 2023-12-05T04:11:48.571Z | None -> 11-2.0 |
135 | 2023-12-05T04:11:48.571Z | library/libxmlsec1 |
136 | 2023-12-05T04:11:48.571Z | None -> 1.2.35-2.0 |
137 | 2023-12-05T04:11:48.571Z | ooce/developer/clang-15 |
138 | 2023-12-05T04:11:48.571Z | None -> 15.0.7-2.0 |
139 | 2023-12-05T04:11:48.572Z | ooce/developer/llvm-15 |
140 | 2023-12-05T04:11:48.572Z | None -> 15.0.7-2.0 |
141 | 2023-12-05T04:11:48.572Z | system/library/g++-runtime |
142 | 2023-12-05T04:11:48.572Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-05T04:11:48.572Z | system/library/gcc-runtime |
144 | 2023-12-05T04:11:48.573Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-05T04:11:48.573Z | |
146 | 2023-12-05T04:11:48.573Z | Services: |
147 | 2023-12-05T04:11:48.573Z | restart_fmri: |
148 | 2023-12-05T04:11:48.573Z | svc:/system/update-man-index:default |
149 | 2023-12-05T04:11:48.740Z | |
150 | 2023-12-05T04:11:48.740Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-05T04:11:53.740Z | Download: 670/3330 items 17.8/221.1MB 8% complete (3.6M/s) |
152 | 2023-12-05T04:11:58.847Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (10.7M/s) |
153 | 2023-12-05T04:12:03.848Z | Download: 1716/3330 items 117.2/221.1MB 53% complete (10.0M/s) |
154 | 2023-12-05T04:12:08.850Z | Download: 2270/3330 items 119.5/221.1MB 54% complete (3.6M/s) |
155 | 2023-12-05T04:12:13.850Z | Download: 2928/3330 items 120.9/221.1MB 54% complete (379k/s) |
156 | 2023-12-05T04:12:19.198Z | Download: 3297/3330 items 218.4/221.1MB 98% complete (9.8M/s) |
157 | 2023-12-05T04:12:19.708Z | Download: Completed 221.11 MB in 30.97 seconds (7.1M/s) |
158 | 2023-12-05T04:12:21.882Z | Actions: 1/3766 actions (Removing old actions) |
159 | 2023-12-05T04:12:21.882Z | Actions: 5/3766 actions (Installing new actions) |
160 | 2023-12-05T04:12:26.881Z | Actions: 2682/3766 actions (Installing new actions) |
161 | 2023-12-05T04:12:29.995Z | Actions: 3729/3766 actions (Updating modified actions) |
162 | 2023-12-05T04:12:30.540Z | Actions: Completed 3766 actions in 8.67 seconds. |
163 | 2023-12-05T04:12:30.732Z | Done (0.183s) |
164 | 2023-12-05T04:12:30.738Z | Done (0.000s) |
165 | 2023-12-05T04:12:30.984Z | Done (0.254s) |
166 | 2023-12-05T04:12:38.705Z | Done (7.244s) |
167 | 2023-12-05T04:12:38.705Z | Done (0.094s) |
168 | 2023-12-05T04:12:38.705Z | Done (0.000s) |
169 | 2023-12-05T04:12:38.768Z | Done (0.000s) |
170 | 2023-12-05T04:12:39.463Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-12-05T04:12:39.745Z | Planning: Checking for conflicting actions ... Done |
172 | 2023-12-05T04:12:39.748Z | Planning: Consolidating action changes ... Done |
173 | 2023-12-05T04:12:40.186Z | Planning: Evaluating mediators ... Done |
174 | 2023-12-05T04:12:40.191Z | Planning: Planning completed in 0.72 seconds |
175 | 2023-12-05T04:12:40.250Z | Mediators to change: 2 |
176 | 2023-12-05T04:12:40.255Z | Create boot environment: No |
177 | 2023-12-05T04:12:40.255Z | Create backup boot environment: No |
178 | 2023-12-05T04:12:40.345Z | Done |
179 | 2023-12-05T04:12:40.345Z | Done |
180 | 2023-12-05T04:12:40.522Z | Done |
181 | 2023-12-05T04:12:46.147Z | Done |
182 | 2023-12-05T04:12:46.266Z | Done |
183 | 2023-12-05T04:12:46.274Z | Done |
184 | 2023-12-05T04:12:46.354Z | Done |
185 | 2023-12-05T04:12:47.375Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-12-05T04:12:47.400Z | Planning: Merging actions ... Done |
187 | 2023-12-05T04:12:47.701Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-12-05T04:12:47.709Z | Planning: Consolidating action changes ... Done |
189 | 2023-12-05T04:12:48.134Z | Planning: Evaluating mediators ... Done |
190 | 2023-12-05T04:12:48.226Z | Planning: Planning completed in 1.30 seconds |
191 | 2023-12-05T04:12:48.309Z | Packages to change: 1 |
192 | 2023-12-05T04:12:48.309Z | Mediators to change: 1 |
193 | 2023-12-05T04:12:48.309Z | Services to change: 1 |
194 | 2023-12-05T04:12:48.309Z | Create boot environment: No |
195 | 2023-12-05T04:12:48.309Z | Create backup boot environment: Yes |
196 | 2023-12-05T04:12:50.262Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2023-12-05T04:12:50.265Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2023-12-05T04:12:50.266Z | Done |
199 | 2023-12-05T04:12:50.266Z | Done |
200 | 2023-12-05T04:12:50.322Z | Done |
201 | 2023-12-05T04:12:56.027Z | Done |
202 | 2023-12-05T04:12:56.149Z | Done |
203 | 2023-12-05T04:12:56.157Z | Done |
204 | 2023-12-05T04:12:56.251Z | Done |
205 | 2023-12-05T04:12:56.920Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2023-12-05T04:12:56.920Z | clang system 15 system |
207 | 2023-12-05T04:12:56.920Z | csh system system illumos |
208 | 2023-12-05T04:12:56.920Z | ctags system system illumos |
209 | 2023-12-05T04:12:56.921Z | gcc vendor 12 vendor |
210 | 2023-12-05T04:12:56.921Z | gcc system 10 system |
211 | 2023-12-05T04:12:56.921Z | gcc system 7 system |
212 | 2023-12-05T04:12:56.921Z | go system 1.20 system |
213 | 2023-12-05T04:12:56.921Z | go system 1.19 system |
214 | 2023-12-05T04:12:56.921Z | llvm system 15 system |
215 | 2023-12-05T04:12:56.921Z | llvm system 14 system |
216 | 2023-12-05T04:12:56.921Z | mariadb system 10.6 system |
217 | 2023-12-05T04:12:56.921Z | mta vendor vendor dma |
218 | 2023-12-05T04:12:56.921Z | openjdk system 17 system |
219 | 2023-12-05T04:12:56.921Z | openjdk system 11 system |
220 | 2023-12-05T04:12:56.921Z | openjdk system 1.8 system |
221 | 2023-12-05T04:12:56.921Z | openssl vendor 3 vendor |
222 | 2023-12-05T04:12:56.921Z | perl system 5.36 system |
223 | 2023-12-05T04:12:56.921Z | postgresql system 15 system |
224 | 2023-12-05T04:12:56.921Z | postgresql system 13 system |
225 | 2023-12-05T04:12:56.921Z | python vendor 3 vendor |
226 | 2023-12-05T04:12:56.921Z | python system 2 system |
227 | 2023-12-05T04:12:56.921Z | python3 system 3.11 system |
228 | 2023-12-05T04:12:56.921Z | ruby system 3.0 system |
229 | 2023-12-05T04:12:56.921Z | words vendor vendor american-english |
230 | 2023-12-05T04:12:56.921Z | words system system australian-english |
231 | 2023-12-05T04:12:56.921Z | words system system british-english |
232 | 2023-12-05T04:12:56.921Z | words system system canadian-english |
233 | 2023-12-05T04:12:56.921Z | words system system french |
234 | 2023-12-05T04:12:56.921Z | words system system italian |
235 | 2023-12-05T04:12:56.922Z | words system system ngerman |
236 | 2023-12-05T04:12:56.922Z | words system system ogerman |
237 | 2023-12-05T04:12:56.922Z | words system system spanish |
238 | 2023-12-05T04:12:57.448Z | FMRI IFO |
239 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
243 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
245 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
246 | 2023-12-05T04:12:57.449Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
247 | 2023-12-05T04:12:57.522Z | + set -o errexit |
248 | 2023-12-05T04:12:57.526Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2023-12-05T04:12:57.526Z | ++ cd ./tools |
250 | 2023-12-05T04:12:57.526Z | ++ pwd |
251 | 2023-12-05T04:12:57.526Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2023-12-05T04:12:57.526Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2023-12-05T04:12:57.532Z | + ARG0=ci_download_cockroachdb |
254 | 2023-12-05T04:12:57.532Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2023-12-05T04:12:57.532Z | + CIDL_VERSION=v22.1.9 |
256 | 2023-12-05T04:12:57.547Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2023-12-05T04:12:57.547Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
258 | 2023-12-05T04:12:57.547Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
259 | 2023-12-05T04:12:57.547Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
260 | 2023-12-05T04:12:57.547Z | + TARGET_DIR=out |
261 | 2023-12-05T04:12:57.547Z | + DOWNLOAD_DIR=out/downloads |
262 | 2023-12-05T04:12:57.547Z | + DEST_DIR=./out/cockroachdb |
263 | 2023-12-05T04:12:57.547Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2023-12-05T04:12:57.547Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2023-12-05T04:12:57.552Z | + main |
266 | 2023-12-05T04:12:57.552Z | + [[ 0 != 0 ]] |
267 | 2023-12-05T04:12:57.552Z | + CIDL_OS=solaris2.11 |
268 | 2023-12-05T04:12:57.552Z | + [[ 0 != 0 ]] |
269 | 2023-12-05T04:12:57.552Z | + configure_os solaris2.11 |
270 | 2023-12-05T04:12:57.552Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2023-12-05T04:12:57.552Z | current directory: /work/oxidecomputer/omicron |
272 | 2023-12-05T04:12:57.552Z | configuring based on OS: "solaris2.11" |
273 | 2023-12-05T04:12:57.552Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2023-12-05T04:12:57.552Z | + case "$1" in |
275 | 2023-12-05T04:12:57.552Z | + CIDL_BUILD=illumos |
276 | 2023-12-05T04:12:57.552Z | + CIDL_SUFFIX=tar.gz |
277 | 2023-12-05T04:12:57.552Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-12-05T04:12:57.552Z | + CIDL_MD5FUNC=do_md5sum |
279 | 2023-12-05T04:12:57.552Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2023-12-05T04:12:57.552Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2023-12-05T04:12:57.552Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2023-12-05T04:12:57.552Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-05T04:12:57.554Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-05T04:12:57.554Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2023-12-05T04:12:57.554Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-05T04:12:57.554Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-12-05T04:12:57.554Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-05T04:12:57.554Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2023-12-05T04:12:57.554Z | + mkdir -p out/downloads |
290 | 2023-12-05T04:12:57.554Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-05T04:12:57.554Z | + mkdir -p ./out/cockroachdb |
292 | 2023-12-05T04:12:57.554Z | + local DO_DOWNLOAD=true |
293 | 2023-12-05T04:12:57.554Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2023-12-05T04:12:57.554Z | + '[' true == true ']' |
295 | 2023-12-05T04:12:57.554Z | + echo Downloading... |
296 | 2023-12-05T04:12:57.554Z | Downloading... |
297 | 2023-12-05T04:12:57.554Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-05T04:12:57.554Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-05T04:13:06.078Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-05T04:13:06.082Z | ++ md5sum |
301 | 2023-12-05T04:13:06.082Z | ++ awk '{print $1}' |
302 | 2023-12-05T04:13:06.271Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
303 | 2023-12-05T04:13:06.271Z | + [[ 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 ]] |
304 | 2023-12-05T04:13:06.271Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-05T04:13:06.275Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2023-12-05T04:13:09.872Z | + do_assemble_illumos |
307 | 2023-12-05T04:13:09.872Z | + rm -r ./out/cockroachdb |
308 | 2023-12-05T04:13:09.876Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2023-12-05T04:13:10.552Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2023-12-05T04:13:10.854Z | Build Tag: v22.1.9-dirty |
311 | 2023-12-05T04:13:10.854Z | Build Time: 2022/10/26 21:17:46 |
312 | 2023-12-05T04:13:10.854Z | Distribution: OSS |
313 | 2023-12-05T04:13:10.854Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2023-12-05T04:13:10.854Z | Go Version: go1.17.13 |
315 | 2023-12-05T04:13:10.854Z | C Compiler: gcc 10.3.0 |
316 | 2023-12-05T04:13:10.854Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2023-12-05T04:13:10.854Z | Build Type: release |
318 | 2023-12-05T04:13:10.882Z | + set -o errexit |
319 | 2023-12-05T04:13:10.885Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2023-12-05T04:13:10.888Z | ++ cd ./tools |
321 | 2023-12-05T04:13:10.888Z | ++ pwd |
322 | 2023-12-05T04:13:10.889Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2023-12-05T04:13:10.893Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2023-12-05T04:13:10.893Z | + ARG0=ci_download_clickhouse |
325 | 2023-12-05T04:13:10.893Z | + TARGET_DIR=out |
326 | 2023-12-05T04:13:10.893Z | + DOWNLOAD_DIR=out/downloads |
327 | 2023-12-05T04:13:10.893Z | + DEST_DIR=./out/clickhouse |
328 | 2023-12-05T04:13:10.893Z | + CIDL_VERSION=v22.8.9.24 |
329 | 2023-12-05T04:13:10.893Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
330 | 2023-12-05T04:13:10.893Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
331 | 2023-12-05T04:13:10.893Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
332 | 2023-12-05T04:13:10.893Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
333 | 2023-12-05T04:13:10.893Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
334 | 2023-12-05T04:13:10.893Z | + main |
335 | 2023-12-05T04:13:10.893Z | + [[ 0 != 0 ]] |
336 | 2023-12-05T04:13:10.893Z | + CIDL_OS=solaris2.11 |
337 | 2023-12-05T04:13:10.893Z | + [[ 0 != 0 ]] |
338 | 2023-12-05T04:13:10.893Z | + configure_os solaris2.11 |
339 | 2023-12-05T04:13:10.893Z | + echo 'current directory: /work/oxidecomputer/omicron' |
340 | 2023-12-05T04:13:10.893Z | current directory: /work/oxidecomputer/omicron |
341 | 2023-12-05T04:13:10.893Z | configuring based on OS: "solaris2.11" |
342 | 2023-12-05T04:13:10.893Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2023-12-05T04:13:10.893Z | + CIDL_DASHREV= |
344 | 2023-12-05T04:13:10.893Z | + case "$1" in |
345 | 2023-12-05T04:13:10.893Z | + CIDL_PLATFORM=illumos |
346 | 2023-12-05T04:13:10.893Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-12-05T04:13:10.893Z | + CIDL_MD5FUNC=do_md5sum |
348 | 2023-12-05T04:13:10.894Z | + CIDL_DASHREV=-1 |
349 | 2023-12-05T04:13:10.895Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
350 | 2023-12-05T04:13:10.895Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-05T04:13:10.895Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-05T04:13:10.895Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-05T04:13:10.895Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-12-05T04:13:10.895Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-12-05T04:13:10.895Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2023-12-05T04:13:10.895Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-05T04:13:10.895Z | + mkdir -p out/downloads |
358 | 2023-12-05T04:13:10.898Z | + mkdir -p ./out/clickhouse |
359 | 2023-12-05T04:13:10.898Z | + local DO_DOWNLOAD=true |
360 | 2023-12-05T04:13:10.898Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
361 | 2023-12-05T04:13:10.898Z | + '[' true == true ']' |
362 | 2023-12-05T04:13:10.898Z | + echo Downloading... |
363 | 2023-12-05T04:13:10.898Z | Downloading... |
364 | 2023-12-05T04:13:10.898Z | + 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 |
365 | 2023-12-05T04:13:10.898Z | + 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 |
366 | 2023-12-05T04:13:12.464Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-05T04:13:12.473Z | ++ md5sum |
368 | 2023-12-05T04:13:12.473Z | ++ awk '{print $1}' |
369 | 2023-12-05T04:13:12.717Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
370 | 2023-12-05T04:13:12.717Z | + [[ 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 ]] |
371 | 2023-12-05T04:13:12.717Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
372 | 2023-12-05T04:13:12.720Z | + mkdir -p ./out/clickhouse |
373 | 2023-12-05T04:13:12.720Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
374 | 2023-12-05T04:13:17.856Z | + ./out/clickhouse/clickhouse server --version |
375 | 2023-12-05T04:13:17.911Z | ClickHouse server version 22.8.9.1. |
376 | 2023-12-05T04:13:17.934Z | + set -o errexit |
377 | 2023-12-05T04:13:17.937Z | +++ dirname ./tools/ci_download_console |
378 | 2023-12-05T04:13:17.939Z | ++ cd ./tools |
379 | 2023-12-05T04:13:17.940Z | ++ pwd |
380 | 2023-12-05T04:13:17.940Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
381 | 2023-12-05T04:13:17.942Z | ++ basename ./tools/ci_download_console |
382 | 2023-12-05T04:13:17.942Z | + ARG0=ci_download_console |
383 | 2023-12-05T04:13:17.945Z | + TARGET_DIR=out |
384 | 2023-12-05T04:13:17.945Z | + DOWNLOAD_DIR=out/downloads |
385 | 2023-12-05T04:13:17.945Z | + DEST_DIR=./out/console-assets |
386 | 2023-12-05T04:13:17.945Z | + source /work/oxidecomputer/omicron/tools/console_version |
387 | 2023-12-05T04:13:17.945Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
388 | 2023-12-05T04:13:17.945Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
389 | 2023-12-05T04:13:17.945Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-12-05T04:13:17.945Z | + TARBALL_FILE=out/downloads/console.tar.gz |
391 | 2023-12-05T04:13:17.946Z | + main |
392 | 2023-12-05T04:13:17.946Z | + [[ 0 != 0 ]] |
393 | 2023-12-05T04:13:17.946Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
394 | 2023-12-05T04:13:17.946Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-12-05T04:13:17.946Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2023-12-05T04:13:17.946Z | Local file: out/downloads/console.tar.gz |
397 | 2023-12-05T04:13:17.946Z | + local DO_DOWNLOAD=true |
398 | 2023-12-05T04:13:17.946Z | + [[ -f out/downloads/console.tar.gz ]] |
399 | 2023-12-05T04:13:17.946Z | + mkdir -p out/downloads |
400 | 2023-12-05T04:13:17.949Z | + '[' true == true ']' |
401 | 2023-12-05T04:13:17.949Z | + echo Downloading... |
402 | 2023-12-05T04:13:17.949Z | Downloading... |
403 | 2023-12-05T04:13:17.949Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
404 | 2023-12-05T04:13:17.949Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
405 | 2023-12-05T04:13:18.625Z | ++ do_sha256sum out/downloads/console.tar.gz |
406 | 2023-12-05T04:13:18.628Z | ++ case "$OSTYPE" in |
407 | 2023-12-05T04:13:18.628Z | ++ SHA=sha256sum |
408 | 2023-12-05T04:13:18.628Z | ++ sha256sum |
409 | 2023-12-05T04:13:18.628Z | ++ awk '{print $1}' |
410 | 2023-12-05T04:13:18.650Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
411 | 2023-12-05T04:13:18.650Z | + [[ 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 ]] |
412 | 2023-12-05T04:13:18.653Z | + rm -rf ./out/console-assets |
413 | 2023-12-05T04:13:18.653Z | + mkdir -p ./out/console-assets |
414 | 2023-12-05T04:13:18.656Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
415 | 2023-12-05T04:13:18.656Z | + mkdir -p ./out/console-assets |
416 | 2023-12-05T04:13:18.659Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
417 | 2023-12-05T04:13:18.801Z | + set -o errexit |
418 | 2023-12-05T04:13:18.819Z | +++ dirname ./tools/ci_download_maghemite_openapi |
419 | 2023-12-05T04:13:18.822Z | ++ cd ./tools |
420 | 2023-12-05T04:13:18.822Z | ++ pwd |
421 | 2023-12-05T04:13:18.825Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
422 | 2023-12-05T04:13:18.825Z | ++ basename ./tools/ci_download_maghemite_openapi |
423 | 2023-12-05T04:13:18.830Z | + ARG0=ci_download_maghemite_openapi |
424 | 2023-12-05T04:13:18.830Z | + TARGET_DIR=out |
425 | 2023-12-05T04:13:18.830Z | + DOWNLOAD_DIR=out/downloads |
426 | 2023-12-05T04:13:18.830Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
427 | 2023-12-05T04:13:18.830Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
428 | 2023-12-05T04:13:18.830Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
429 | 2023-12-05T04:13:18.830Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
430 | 2023-12-05T04:13:18.830Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
431 | 2023-12-05T04:13:18.830Z | + main |
432 | 2023-12-05T04:13:18.830Z | + [[ 0 != 0 ]] |
433 | 2023-12-05T04:13:18.830Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
434 | 2023-12-05T04:13:18.830Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
435 | 2023-12-05T04:13:18.830Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
436 | 2023-12-05T04:13:18.830Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
437 | 2023-12-05T04:13:18.830Z | + local DO_DOWNLOAD=true |
438 | 2023-12-05T04:13:18.830Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
439 | 2023-12-05T04:13:18.830Z | + mkdir -p out/downloads |
440 | 2023-12-05T04:13:18.831Z | + '[' true == true ']' |
441 | 2023-12-05T04:13:18.831Z | + echo Downloading... |
442 | 2023-12-05T04:13:18.831Z | Downloading... |
443 | 2023-12-05T04:13:18.831Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
444 | 2023-12-05T04:13:18.831Z | + 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 |
445 | 2023-12-05T04:13:19.048Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
446 | 2023-12-05T04:13:19.048Z | ++ case "$OSTYPE" in |
447 | 2023-12-05T04:13:19.048Z | ++ SHA=sha256sum |
448 | 2023-12-05T04:13:19.051Z | ++ sha256sum |
449 | 2023-12-05T04:13:19.051Z | ++ awk '{print $1}' |
450 | 2023-12-05T04:13:19.054Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
451 | 2023-12-05T04:13:19.054Z | + [[ 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 ]] |
452 | 2023-12-05T04:13:19.057Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
453 | 2023-12-05T04:13:19.057Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
454 | 2023-12-05T04:13:19.057Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
455 | 2023-12-05T04:13:19.057Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
456 | 2023-12-05T04:13:19.057Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-12-05T04:13:19.057Z | + main |
458 | 2023-12-05T04:13:19.057Z | + [[ 0 != 0 ]] |
459 | 2023-12-05T04:13:19.057Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
460 | 2023-12-05T04:13:19.057Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
461 | 2023-12-05T04:13:19.057Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
462 | 2023-12-05T04:13:19.057Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
463 | 2023-12-05T04:13:19.057Z | + local DO_DOWNLOAD=true |
464 | 2023-12-05T04:13:19.057Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
465 | 2023-12-05T04:13:19.057Z | + mkdir -p out/downloads |
466 | 2023-12-05T04:13:19.057Z | + '[' true == true ']' |
467 | 2023-12-05T04:13:19.057Z | + echo Downloading... |
468 | 2023-12-05T04:13:19.057Z | Downloading... |
469 | 2023-12-05T04:13:19.060Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
470 | 2023-12-05T04:13:19.060Z | + 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 |
471 | 2023-12-05T04:13:19.189Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
472 | 2023-12-05T04:13:19.192Z | ++ case "$OSTYPE" in |
473 | 2023-12-05T04:13:19.194Z | ++ SHA=sha256sum |
474 | 2023-12-05T04:13:19.194Z | ++ sha256sum |
475 | 2023-12-05T04:13:19.194Z | ++ awk '{print $1}' |
476 | 2023-12-05T04:13:19.197Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
477 | 2023-12-05T04:13:19.197Z | + [[ 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 ]] |
478 | 2023-12-05T04:13:19.205Z | + set -o errexit |
479 | 2023-12-05T04:13:19.207Z | +++ dirname ./tools/ci_download_dendrite_openapi |
480 | 2023-12-05T04:13:19.210Z | ++ cd ./tools |
481 | 2023-12-05T04:13:19.210Z | ++ pwd |
482 | 2023-12-05T04:13:19.210Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
483 | 2023-12-05T04:13:19.213Z | ++ basename ./tools/ci_download_dendrite_openapi |
484 | 2023-12-05T04:13:19.215Z | + ARG0=ci_download_dendrite_openapi |
485 | 2023-12-05T04:13:19.215Z | + TARGET_DIR=out |
486 | 2023-12-05T04:13:19.215Z | + DOWNLOAD_DIR=out/downloads |
487 | 2023-12-05T04:13:19.215Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
488 | 2023-12-05T04:13:19.215Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
489 | 2023-12-05T04:13:19.215Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
490 | 2023-12-05T04:13:19.215Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
491 | 2023-12-05T04:13:19.215Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
492 | 2023-12-05T04:13:19.215Z | + main |
493 | 2023-12-05T04:13:19.215Z | + [[ 0 != 0 ]] |
494 | 2023-12-05T04:13:19.215Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
495 | 2023-12-05T04:13:19.215Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
496 | 2023-12-05T04:13:19.215Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
497 | 2023-12-05T04:13:19.215Z | + local DO_DOWNLOAD=true |
498 | 2023-12-05T04:13:19.215Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
499 | 2023-12-05T04:13:19.215Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
500 | 2023-12-05T04:13:19.215Z | + mkdir -p out/downloads |
501 | 2023-12-05T04:13:19.218Z | + '[' true == true ']' |
502 | 2023-12-05T04:13:19.218Z | + echo Downloading... |
503 | 2023-12-05T04:13:19.219Z | Downloading... |
504 | 2023-12-05T04:13:19.219Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
505 | 2023-12-05T04:13:19.219Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
506 | 2023-12-05T04:13:19.360Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
507 | 2023-12-05T04:13:19.360Z | ++ case "$OSTYPE" in |
508 | 2023-12-05T04:13:19.363Z | ++ SHA=sha256sum |
509 | 2023-12-05T04:13:19.363Z | ++ sha256sum |
510 | 2023-12-05T04:13:19.363Z | ++ awk '{print $1}' |
511 | 2023-12-05T04:13:19.367Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2023-12-05T04:13:19.369Z | + [[ 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 ]] |
513 | 2023-12-05T04:13:19.376Z | + set -o errexit |
514 | 2023-12-05T04:13:19.379Z | +++ dirname ./tools/ci_download_dendrite_stub |
515 | 2023-12-05T04:13:19.383Z | ++ cd ./tools |
516 | 2023-12-05T04:13:19.383Z | ++ pwd |
517 | 2023-12-05T04:13:19.383Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
518 | 2023-12-05T04:13:19.386Z | ++ basename ./tools/ci_download_dendrite_stub |
519 | 2023-12-05T04:13:19.386Z | + ARG0=ci_download_dendrite_stub |
520 | 2023-12-05T04:13:19.386Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
521 | 2023-12-05T04:13:19.386Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
522 | 2023-12-05T04:13:19.386Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
523 | 2023-12-05T04:13:19.386Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
524 | 2023-12-05T04:13:19.386Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
525 | 2023-12-05T04:13:19.386Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
526 | 2023-12-05T04:13:19.386Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
527 | 2023-12-05T04:13:19.386Z | + TARGET_DIR=out |
528 | 2023-12-05T04:13:19.386Z | + DOWNLOAD_DIR=out/downloads |
529 | 2023-12-05T04:13:19.386Z | + DEST_DIR=./out/dendrite-stub |
530 | 2023-12-05T04:13:19.386Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
531 | 2023-12-05T04:13:19.386Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
532 | 2023-12-05T04:13:19.386Z | + REPO=oxidecomputer/dendrite |
533 | 2023-12-05T04:13:19.386Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
534 | 2023-12-05T04:13:19.387Z | + main |
535 | 2023-12-05T04:13:19.387Z | + [[ 0 != 0 ]] |
536 | 2023-12-05T04:13:19.387Z | + CIDL_OS=solaris2.11 |
537 | 2023-12-05T04:13:19.387Z | + [[ 0 != 0 ]] |
538 | 2023-12-05T04:13:19.387Z | + configure_os solaris2.11 |
539 | 2023-12-05T04:13:19.387Z | + echo 'current directory: /work/oxidecomputer/omicron' |
540 | 2023-12-05T04:13:19.387Z | current directory: /work/oxidecomputer/omicron |
541 | 2023-12-05T04:13:19.387Z | + echo 'configuring based on OS: "solaris2.11"' |
542 | 2023-12-05T04:13:19.387Z | configuring based on OS: "solaris2.11" |
543 | 2023-12-05T04:13:19.387Z | + case "$1" in |
544 | 2023-12-05T04:13:19.387Z | + SET_BINARIES= |
545 | 2023-12-05T04:13:19.387Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
546 | 2023-12-05T04:13:19.387Z | + CIDL_SHA256FUNC=do_sha256sum |
547 | 2023-12-05T04:13:19.387Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
548 | 2023-12-05T04:13:19.390Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
549 | 2023-12-05T04:13:19.391Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
550 | 2023-12-05T04:13:19.391Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-05T04:13:19.391Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
552 | 2023-12-05T04:13:19.391Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
553 | 2023-12-05T04:13:19.391Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
554 | 2023-12-05T04:13:19.391Z | + mkdir -p out/downloads |
555 | 2023-12-05T04:13:19.391Z | + mkdir -p ./out/dendrite-stub |
556 | 2023-12-05T04:13:19.394Z | + fetch_and_verify |
557 | 2023-12-05T04:13:19.394Z | + local DO_DOWNLOAD=true |
558 | 2023-12-05T04:13:19.394Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
559 | 2023-12-05T04:13:19.394Z | + '[' true == true ']' |
560 | 2023-12-05T04:13:19.394Z | + echo Downloading... |
561 | 2023-12-05T04:13:19.394Z | Downloading... |
562 | 2023-12-05T04:13:19.394Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-05T04:13:19.394Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
564 | 2023-12-05T04:13:25.980Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-05T04:13:25.983Z | ++ sha256sum |
566 | 2023-12-05T04:13:25.983Z | ++ awk '{print $1}' |
567 | 2023-12-05T04:13:26.083Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
568 | 2023-12-05T04:13:26.083Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
569 | 2023-12-05T04:13:26.083Z | + do_untar out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-05T04:13:26.086Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
571 | 2023-12-05T04:13:27.117Z | + do_assemble |
572 | 2023-12-05T04:13:27.117Z | + rm -r ./out/dendrite-stub |
573 | 2023-12-05T04:13:27.120Z | + mkdir ./out/dendrite-stub |
574 | 2023-12-05T04:13:27.123Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
575 | 2023-12-05T04:13:27.268Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
576 | 2023-12-05T04:13:27.281Z | + set -o errexit |
577 | 2023-12-05T04:13:27.283Z | +++ dirname ./tools/ci_download_maghemite_mgd |
578 | 2023-12-05T04:13:27.286Z | ++ cd ./tools |
579 | 2023-12-05T04:13:27.286Z | ++ pwd |
580 | 2023-12-05T04:13:27.286Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
581 | 2023-12-05T04:13:27.289Z | ++ basename ./tools/ci_download_maghemite_mgd |
582 | 2023-12-05T04:13:27.289Z | + ARG0=ci_download_maghemite_mgd |
583 | 2023-12-05T04:13:27.289Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
584 | 2023-12-05T04:13:27.289Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
585 | 2023-12-05T04:13:27.289Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
586 | 2023-12-05T04:13:27.289Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
587 | 2023-12-05T04:13:27.289Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
588 | 2023-12-05T04:13:27.289Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
589 | 2023-12-05T04:13:27.289Z | + TARGET_DIR=out |
590 | 2023-12-05T04:13:27.289Z | + DOWNLOAD_DIR=out/downloads |
591 | 2023-12-05T04:13:27.289Z | + DEST_DIR=./out/mgd |
592 | 2023-12-05T04:13:27.289Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
593 | 2023-12-05T04:13:27.289Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
594 | 2023-12-05T04:13:27.290Z | + REPO=oxidecomputer/maghemite |
595 | 2023-12-05T04:13:27.293Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
596 | 2023-12-05T04:13:27.293Z | + main |
597 | 2023-12-05T04:13:27.293Z | + [[ 0 != 0 ]] |
598 | 2023-12-05T04:13:27.293Z | + CIDL_OS=solaris2.11 |
599 | 2023-12-05T04:13:27.293Z | + [[ 0 != 0 ]] |
600 | 2023-12-05T04:13:27.293Z | + configure_os solaris2.11 |
601 | 2023-12-05T04:13:27.293Z | + echo 'current directory: /work/oxidecomputer/omicron' |
602 | 2023-12-05T04:13:27.293Z | current directory: /work/oxidecomputer/omicron |
603 | 2023-12-05T04:13:27.293Z | + echo 'configuring based on OS: "solaris2.11"' |
604 | 2023-12-05T04:13:27.293Z | + case "$1" in |
605 | 2023-12-05T04:13:27.293Z | + SET_BINARIES= |
606 | 2023-12-05T04:13:27.293Z | configuring based on OS: "solaris2.11" |
607 | 2023-12-05T04:13:27.293Z | + CIDL_SHA256FUNC=do_sha256sum |
608 | 2023-12-05T04:13:27.293Z | + TARBALL_FILENAME=mgd.tar.gz |
609 | 2023-12-05T04:13:27.293Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
610 | 2023-12-05T04:13:27.293Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
611 | 2023-12-05T04:13:27.293Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
612 | 2023-12-05T04:13:27.294Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
613 | 2023-12-05T04:13:27.294Z | Local file: out/downloads/mgd.tar.gz |
614 | 2023-12-05T04:13:27.294Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
615 | 2023-12-05T04:13:27.294Z | + mkdir -p out/downloads |
616 | 2023-12-05T04:13:27.294Z | + mkdir -p ./out/mgd |
617 | 2023-12-05T04:13:27.296Z | + fetch_and_verify |
618 | 2023-12-05T04:13:27.296Z | + local DO_DOWNLOAD=true |
619 | 2023-12-05T04:13:27.298Z | + [[ -f out/downloads/mgd.tar.gz ]] |
620 | 2023-12-05T04:13:27.298Z | + '[' true == true ']' |
621 | 2023-12-05T04:13:27.298Z | + echo Downloading... |
622 | 2023-12-05T04:13:27.298Z | Downloading... |
623 | 2023-12-05T04:13:27.298Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
624 | 2023-12-05T04:13:27.298Z | + 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 |
625 | 2023-12-05T04:13:33.531Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
626 | 2023-12-05T04:13:33.534Z | ++ sha256sum |
627 | 2023-12-05T04:13:33.534Z | ++ awk '{print $1}' |
628 | 2023-12-05T04:13:33.608Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
629 | 2023-12-05T04:13:33.608Z | + [[ 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 ]] |
630 | 2023-12-05T04:13:33.613Z | + do_untar out/downloads/mgd.tar.gz |
631 | 2023-12-05T04:13:33.613Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
632 | 2023-12-05T04:13:34.294Z | + do_assemble |
633 | 2023-12-05T04:13:34.294Z | + rm -r ./out/mgd |
634 | 2023-12-05T04:13:34.297Z | + mkdir ./out/mgd |
635 | 2023-12-05T04:13:34.299Z | + cp -r out/downloads/root ./out/mgd/root |
636 | 2023-12-05T04:13:34.505Z | + set -o errexit |
637 | 2023-12-05T04:13:34.508Z | +++ dirname ./tools/ci_download_transceiver_control |
638 | 2023-12-05T04:13:34.511Z | ++ cd ./tools |
639 | 2023-12-05T04:13:34.511Z | ++ pwd |
640 | 2023-12-05T04:13:34.511Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
641 | 2023-12-05T04:13:34.513Z | ++ basename ./tools/ci_download_transceiver_control |
642 | 2023-12-05T04:13:34.513Z | + ARG0=ci_download_transceiver_control |
643 | 2023-12-05T04:13:34.514Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
644 | 2023-12-05T04:13:34.514Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2023-12-05T04:13:34.514Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
646 | 2023-12-05T04:13:34.514Z | + TARGET_DIR=out |
647 | 2023-12-05T04:13:34.514Z | + DOWNLOAD_DIR=out/downloads |
648 | 2023-12-05T04:13:34.517Z | + DEST_DIR=./out/transceiver-control |
649 | 2023-12-05T04:13:34.517Z | + BIN_DIR=/opt/oxide/bin |
650 | 2023-12-05T04:13:34.517Z | + BINARY=xcvradm |
651 | 2023-12-05T04:13:34.517Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
652 | 2023-12-05T04:13:34.517Z | + REPO=oxidecomputer/transceiver-control |
653 | 2023-12-05T04:13:34.517Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-12-05T04:13:34.517Z | + main |
655 | 2023-12-05T04:13:34.517Z | + [[ 0 != 0 ]] |
656 | 2023-12-05T04:13:34.517Z | + CIDL_OS=solaris2.11 |
657 | 2023-12-05T04:13:34.517Z | + [[ 0 != 0 ]] |
658 | 2023-12-05T04:13:34.517Z | + configure_os solaris2.11 |
659 | 2023-12-05T04:13:34.517Z | + echo 'current directory: /work/oxidecomputer/omicron' |
660 | 2023-12-05T04:13:34.517Z | current directory: /work/oxidecomputer/omicron |
661 | 2023-12-05T04:13:34.518Z | + echo 'configuring based on OS: "solaris2.11"' |
662 | 2023-12-05T04:13:34.518Z | configuring based on OS: "solaris2.11" |
663 | 2023-12-05T04:13:34.518Z | + case "$1" in |
664 | 2023-12-05T04:13:34.518Z | + SET_BINARIES= |
665 | 2023-12-05T04:13:34.518Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
666 | 2023-12-05T04:13:34.518Z | + CIDL_SHA256FUNC=do_sha256sum |
667 | 2023-12-05T04:13:34.518Z | + ARCHIVE_FILENAME=xcvradm.gz |
668 | 2023-12-05T04:13:34.518Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-05T04:13:34.518Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
670 | 2023-12-05T04:13:34.518Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
671 | 2023-12-05T04:13:34.518Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2023-12-05T04:13:34.518Z | + echo 'Local file: out/downloads/xcvradm.gz' |
673 | 2023-12-05T04:13:34.518Z | Local file: out/downloads/xcvradm.gz |
674 | 2023-12-05T04:13:34.518Z | + mkdir -p out/downloads |
675 | 2023-12-05T04:13:34.521Z | + mkdir -p ./out/transceiver-control |
676 | 2023-12-05T04:13:34.521Z | + fetch_and_verify |
677 | 2023-12-05T04:13:34.521Z | + local DO_DOWNLOAD=true |
678 | 2023-12-05T04:13:34.521Z | + [[ -f out/downloads/xcvradm.gz ]] |
679 | 2023-12-05T04:13:34.521Z | + '[' true == true ']' |
680 | 2023-12-05T04:13:34.521Z | + echo Downloading... |
681 | 2023-12-05T04:13:34.521Z | Downloading... |
682 | 2023-12-05T04:13:34.521Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
683 | 2023-12-05T04:13:34.521Z | + 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 |
684 | 2023-12-05T04:13:36.507Z | ++ do_sha256sum out/downloads/xcvradm.gz |
685 | 2023-12-05T04:13:36.515Z | ++ sha256sum |
686 | 2023-12-05T04:13:36.515Z | ++ awk '{print $1}' |
687 | 2023-12-05T04:13:36.523Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
688 | 2023-12-05T04:13:36.523Z | + [[ 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 ]] |
689 | 2023-12-05T04:13:36.526Z | + do_unpack out/downloads/xcvradm.gz |
690 | 2023-12-05T04:13:36.527Z | + mkdir -p out/downloads/root//opt/oxide/bin |
691 | 2023-12-05T04:13:36.527Z | + gzip -dc out/downloads/xcvradm.gz |
692 | 2023-12-05T04:13:36.696Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
693 | 2023-12-05T04:13:36.701Z | + do_assemble |
694 | 2023-12-05T04:13:36.701Z | + rm -r ./out/transceiver-control |
695 | 2023-12-05T04:13:36.705Z | + mkdir ./out/transceiver-control |
696 | 2023-12-05T04:13:36.705Z | + cp -r out/downloads/root ./out/transceiver-control/root |
697 | 2023-12-05T04:13:36.892Z | All prerequisites installed successfully |
698 | 2023-12-05T04:13:36.896Z | |
699 | 2023-12-05T04:13:36.896Z | real 2:14.564146267 |
700 | 2023-12-05T04:13:36.896Z | user 54.374951251 |
701 | 2023-12-05T04:13:36.896Z | sys 11.067631583 |
702 | 2023-12-05T04:13:36.896Z | trap 0.026979525 |
703 | 2023-12-05T04:13:36.896Z | tflt 0.127906612 |
704 | 2023-12-05T04:13:36.896Z | dflt 0.461953047 |
705 | 2023-12-05T04:13:36.896Z | kflt 0.128298338 |
706 | 2023-12-05T04:13:36.896Z | lock 1.887123136 |
707 | 2023-12-05T04:13:36.896Z | slp 4:11.015918553 |
708 | 2023-12-05T04:13:36.896Z | lat 4.226367969 |
709 | 2023-12-05T04:13:36.897Z | stop 0.069472344 |
710 | 2023-12-05T04:13:36.897Z | + ptime -m ./tools/ci_download_softnpu_machinery |
711 | 2023-12-05T04:13:36.908Z | fetching npuzone |
712 | 2023-12-05T04:13:36.916Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
713 | 2023-12-05T04:13:36.916Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
714 | 2023-12-05T04:13:36.916Z | Getting hash for npuzone |
715 | 2023-12-05T04:13:37.046Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
716 | 2023-12-05T04:13:43.459Z | npuzone downloaded successfully |
717 | 2023-12-05T04:13:43.464Z | |
718 | 2023-12-05T04:13:43.467Z | real 6.565790819 |
719 | 2023-12-05T04:13:43.467Z | user 0.575912119 |
720 | 2023-12-05T04:13:43.468Z | sys 0.171316221 |
721 | 2023-12-05T04:13:43.468Z | trap 0.000056254 |
722 | 2023-12-05T04:13:43.468Z | tflt 0.000000000 |
723 | 2023-12-05T04:13:43.468Z | dflt 0.000000000 |
724 | 2023-12-05T04:13:43.468Z | kflt 0.000000000 |
725 | 2023-12-05T04:13:43.468Z | lock 0.000000000 |
726 | 2023-12-05T04:13:43.468Z | slp 18.717561403 |
727 | 2023-12-05T04:13:43.468Z | lat 0.196623693 |
728 | 2023-12-05T04:13:43.468Z | stop 0.000272387 |
729 | 2023-12-05T04:13:43.468Z | + export CARGO_INCREMENTAL=0 |
730 | 2023-12-05T04:13:43.468Z | + CARGO_INCREMENTAL=0 |
731 | 2023-12-05T04:13:43.468Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
732 | 2023-12-05T04:13:43.804Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
733 | 2023-12-05T04:13:44.234Z | Updating crates.io index |
734 | 2023-12-05T04:13:44.334Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2023-12-05T04:13:45.145Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2023-12-05T04:13:46.931Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2023-12-05T04:13:47.642Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2023-12-05T04:13:47.980Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2023-12-05T04:13:48.295Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2023-12-05T04:13:48.583Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2023-12-05T04:13:49.499Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2023-12-05T04:13:51.812Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2023-12-05T04:13:52.904Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2023-12-05T04:13:53.243Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2023-12-05T04:13:53.819Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2023-12-05T04:13:54.224Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
747 | 2023-12-05T04:13:54.583Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
748 | 2023-12-05T04:13:55.023Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
749 | 2023-12-05T04:13:55.411Z | Updating git repository `https://github.com/njaremko/samael` |
750 | 2023-12-05T04:13:56.034Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2023-12-05T04:13:56.755Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2023-12-05T04:13:57.161Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2023-12-05T04:13:57.533Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2023-12-05T04:13:58.785Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2023-12-05T04:13:59.279Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2023-12-05T04:14:00.286Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2023-12-05T04:14:00.744Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2023-12-05T04:14:01.100Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2023-12-05T04:14:02.954Z | Downloading crates ... |
760 | 2023-12-05T04:14:03.208Z | Downloaded ciborium v0.2.1 |
761 | 2023-12-05T04:14:03.227Z | Downloaded clap_derive v4.4.2 |
762 | 2023-12-05T04:14:03.235Z | Downloaded async-stream-impl v0.3.5 |
763 | 2023-12-05T04:14:03.240Z | Downloaded convert_case v0.4.0 |
764 | 2023-12-05T04:14:03.243Z | Downloaded anstyle-query v1.0.0 |
765 | 2023-12-05T04:14:03.245Z | Downloaded mockall v0.11.4 |
766 | 2023-12-05T04:14:03.250Z | Downloaded anstream v0.5.0 |
767 | 2023-12-05T04:14:03.253Z | Downloaded adler v1.0.2 |
768 | 2023-12-05T04:14:03.256Z | Downloaded indoc v1.0.9 |
769 | 2023-12-05T04:14:03.265Z | Downloaded ahash v0.8.3 |
770 | 2023-12-05T04:14:03.276Z | Downloaded anstyle-parse v0.2.1 |
771 | 2023-12-05T04:14:03.289Z | Downloaded atty v0.2.14 |
772 | 2023-12-05T04:14:03.292Z | Downloaded anstyle v1.0.2 |
773 | 2023-12-05T04:14:03.295Z | Downloaded is_ci v1.1.1 |
774 | 2023-12-05T04:14:03.301Z | Downloaded newtype_derive v0.1.6 |
775 | 2023-12-05T04:14:03.308Z | Downloaded mime_guess v2.0.4 |
776 | 2023-12-05T04:14:03.315Z | Downloaded num-derive v0.4.0 |
777 | 2023-12-05T04:14:03.324Z | Downloaded match_cfg v0.1.0 |
778 | 2023-12-05T04:14:03.330Z | Downloaded num-integer v0.1.45 |
779 | 2023-12-05T04:14:03.338Z | Downloaded cstr-argument v0.1.2 |
780 | 2023-12-05T04:14:03.344Z | Downloaded number_prefix v0.4.0 |
781 | 2023-12-05T04:14:03.348Z | Downloaded curve25519-dalek-derive v0.1.0 |
782 | 2023-12-05T04:14:03.357Z | Downloaded num_enum_derive v0.5.11 |
783 | 2023-12-05T04:14:03.362Z | Downloaded clap_lex v0.5.1 |
784 | 2023-12-05T04:14:03.367Z | Downloaded opaque-debug v0.3.0 |
785 | 2023-12-05T04:14:03.372Z | Downloaded oso-derive v0.27.0 |
786 | 2023-12-05T04:14:03.376Z | Downloaded colored v2.0.4 |
787 | 2023-12-05T04:14:03.381Z | Downloaded openssl-probe v0.1.5 |
788 | 2023-12-05T04:14:03.384Z | Downloaded bitflags v2.4.0 |
789 | 2023-12-05T04:14:03.392Z | Downloaded fxhash v0.2.1 |
790 | 2023-12-05T04:14:03.395Z | Downloaded mime v0.3.17 |
791 | 2023-12-05T04:14:03.399Z | Downloaded linked-hash-map v0.5.6 |
792 | 2023-12-05T04:14:03.402Z | Downloaded downcast v0.11.0 |
793 | 2023-12-05T04:14:03.410Z | Downloaded toolchain_find v0.2.0 |
794 | 2023-12-05T04:14:03.413Z | Downloaded waitgroup v0.1.2 |
795 | 2023-12-05T04:14:03.416Z | Downloaded hubpack_derive v0.1.1 |
796 | 2023-12-05T04:14:03.420Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2023-12-05T04:14:03.424Z | Downloaded olpc-cjson v0.1.3 |
798 | 2023-12-05T04:14:03.429Z | Downloaded packed_struct v0.10.1 |
799 | 2023-12-05T04:14:03.435Z | Downloaded unicode-xid v0.2.4 |
800 | 2023-12-05T04:14:03.440Z | Downloaded endian-type v0.1.2 |
801 | 2023-12-05T04:14:03.443Z | Downloaded tokio-native-tls v0.3.1 |
802 | 2023-12-05T04:14:03.449Z | Downloaded walkdir v2.4.0 |
803 | 2023-12-05T04:14:03.454Z | Downloaded unicode-width v0.1.11 |
804 | 2023-12-05T04:14:03.460Z | Downloaded vte_generate_state_changes v0.1.1 |
805 | 2023-12-05T04:14:03.463Z | Downloaded serde_repr v0.1.16 |
806 | 2023-12-05T04:14:03.469Z | Downloaded dirs-next v2.0.0 |
807 | 2023-12-05T04:14:03.476Z | Downloaded signal-hook-tokio v0.3.1 |
808 | 2023-12-05T04:14:03.479Z | Downloaded bytes v1.5.0 |
809 | 2023-12-05T04:14:03.492Z | Downloaded termcolor v1.2.0 |
810 | 2023-12-05T04:14:03.495Z | Downloaded owo-colors v3.5.0 |
811 | 2023-12-05T04:14:03.502Z | Downloaded tower-service v0.3.2 |
812 | 2023-12-05T04:14:03.505Z | Downloaded time-macros v0.2.13 |
813 | 2023-12-05T04:14:03.510Z | Downloaded num-traits v0.2.16 |
814 | 2023-12-05T04:14:03.517Z | Downloaded wait-timeout v0.2.0 |
815 | 2023-12-05T04:14:03.519Z | Downloaded httpdate v1.0.3 |
816 | 2023-12-05T04:14:03.523Z | Downloaded postcard-cobs v0.1.5-pre |
817 | 2023-12-05T04:14:03.527Z | Downloaded termtree v0.4.1 |
818 | 2023-12-05T04:14:03.530Z | Downloaded rusty-fork v0.3.0 |
819 | 2023-12-05T04:14:03.533Z | Downloaded proc-macro-crate v1.3.1 |
820 | 2023-12-05T04:14:03.536Z | Downloaded ppv-lite86 v0.2.17 |
821 | 2023-12-05T04:14:03.540Z | Downloaded smawk v0.3.1 |
822 | 2023-12-05T04:14:03.544Z | Downloaded indicatif v0.17.7 |
823 | 2023-12-05T04:14:03.553Z | Downloaded futures-core v0.3.29 |
824 | 2023-12-05T04:14:03.556Z | Downloaded diff v0.1.13 |
825 | 2023-12-05T04:14:03.564Z | Downloaded fastrand v2.0.0 |
826 | 2023-12-05T04:14:03.567Z | Downloaded futures-sink v0.3.29 |
827 | 2023-12-05T04:14:03.570Z | Downloaded cc v1.0.83 |
828 | 2023-12-05T04:14:03.576Z | Downloaded untrusted v0.9.0 |
829 | 2023-12-05T04:14:03.581Z | Downloaded uuid v1.6.1 |
830 | 2023-12-05T04:14:03.591Z | Downloaded same-file v1.0.6 |
831 | 2023-12-05T04:14:03.595Z | Downloaded foreign-types-macros v0.2.3 |
832 | 2023-12-05T04:14:03.597Z | Downloaded time-core v0.1.1 |
833 | 2023-12-05T04:14:03.601Z | Downloaded want v0.3.1 |
834 | 2023-12-05T04:14:03.635Z | Downloaded utf-8 v0.7.6 |
835 | 2023-12-05T04:14:03.638Z | Downloaded sha2 v0.10.8 |
836 | 2023-12-05T04:14:03.638Z | Downloaded doc-comment v0.3.3 |
837 | 2023-12-05T04:14:03.638Z | Downloaded parking_lot v0.12.1 |
838 | 2023-12-05T04:14:03.638Z | Downloaded pretty-hex v0.4.0 |
839 | 2023-12-05T04:14:03.638Z | Downloaded home v0.5.5 |
840 | 2023-12-05T04:14:03.639Z | Downloaded stable_deref_trait v1.2.0 |
841 | 2023-12-05T04:14:03.639Z | Downloaded minimal-lexical v0.2.1 |
842 | 2023-12-05T04:14:03.644Z | Downloaded phf_shared v0.10.0 |
843 | 2023-12-05T04:14:03.644Z | Downloaded ryu v1.0.15 |
844 | 2023-12-05T04:14:03.648Z | Downloaded zerocopy v0.6.4 |
845 | 2023-12-05T04:14:03.654Z | Downloaded strum_macros v0.25.2 |
846 | 2023-12-05T04:14:03.659Z | Downloaded pkg-config v0.3.27 |
847 | 2023-12-05T04:14:03.663Z | Downloaded deranged v0.3.8 |
848 | 2023-12-05T04:14:03.668Z | Downloaded headers-core v0.2.0 |
849 | 2023-12-05T04:14:03.671Z | Downloaded serde_with_macros v2.3.3 |
850 | 2023-12-05T04:14:03.674Z | Downloaded parse-display v0.8.2 |
851 | 2023-12-05T04:14:03.676Z | Downloaded wyz v0.5.1 |
852 | 2023-12-05T04:14:03.679Z | Downloaded hubpack v0.1.2 |
853 | 2023-12-05T04:14:03.682Z | Downloaded structmeta-derive v0.2.0 |
854 | 2023-12-05T04:14:03.685Z | Downloaded radium v0.7.0 |
855 | 2023-12-05T04:14:03.689Z | Downloaded rcgen v0.11.3 |
856 | 2023-12-05T04:14:03.695Z | Downloaded tokio-macros v2.2.0 |
857 | 2023-12-05T04:14:03.700Z | Downloaded zone_cfg_derive v0.3.0 |
858 | 2023-12-05T04:14:03.703Z | Downloaded heck v0.3.3 |
859 | 2023-12-05T04:14:03.703Z | Downloaded http-range v0.1.5 |
860 | 2023-12-05T04:14:03.706Z | Downloaded ron v0.8.1 |
861 | 2023-12-05T04:14:03.718Z | Downloaded pretty-hex v0.2.1 |
862 | 2023-12-05T04:14:03.721Z | Downloaded prettyplease v0.2.12 |
863 | 2023-12-05T04:14:03.728Z | Downloaded precomputed-hash v0.1.1 |
864 | 2023-12-05T04:14:03.731Z | Downloaded futures-channel v0.3.29 |
865 | 2023-12-05T04:14:03.735Z | Downloaded semver v0.1.20 |
866 | 2023-12-05T04:14:03.738Z | Downloaded trust-dns-client v0.22.0 |
867 | 2023-12-05T04:14:03.749Z | Downloaded unicode-bidi v0.3.13 |
868 | 2023-12-05T04:14:03.754Z | Downloaded http-body v0.4.5 |
869 | 2023-12-05T04:14:03.757Z | Downloaded whoami v1.4.1 |
870 | 2023-12-05T04:14:03.762Z | Downloaded rustls-pemfile v1.0.3 |
871 | 2023-12-05T04:14:03.767Z | Downloaded pem v3.0.2 |
872 | 2023-12-05T04:14:03.770Z | Downloaded slog-bunyan v2.4.0 |
873 | 2023-12-05T04:14:03.773Z | Downloaded signal-hook-registry v1.4.1 |
874 | 2023-12-05T04:14:03.775Z | Downloaded zerocopy v0.3.0 |
875 | 2023-12-05T04:14:03.778Z | Downloaded flagset v0.4.3 |
876 | 2023-12-05T04:14:03.781Z | Downloaded darling_macro v0.14.4 |
877 | 2023-12-05T04:14:03.781Z | Downloaded static_assertions v1.1.0 |
878 | 2023-12-05T04:14:03.784Z | Downloaded rustls-native-certs v0.6.3 |
879 | 2023-12-05T04:14:03.789Z | Downloaded synstructure v0.12.6 |
880 | 2023-12-05T04:14:03.792Z | Downloaded predicates v3.0.4 |
881 | 2023-12-05T04:14:03.797Z | Downloaded generic-array v0.14.7 |
882 | 2023-12-05T04:14:03.800Z | Downloaded socket2 v0.5.5 |
883 | 2023-12-05T04:14:03.804Z | Downloaded rand v0.8.5 |
884 | 2023-12-05T04:14:03.812Z | Downloaded rand_xorshift v0.3.0 |
885 | 2023-12-05T04:14:03.814Z | Downloaded serde_spanned v0.6.4 |
886 | 2023-12-05T04:14:03.817Z | Downloaded slog-json v2.6.1 |
887 | 2023-12-05T04:14:03.821Z | Downloaded scopeguard v1.2.0 |
888 | 2023-12-05T04:14:03.825Z | Downloaded hyper-staticfile v0.9.5 |
889 | 2023-12-05T04:14:03.828Z | Downloaded path-slash v0.1.5 |
890 | 2023-12-05T04:14:03.831Z | Downloaded predicates-tree v1.0.9 |
891 | 2023-12-05T04:14:03.834Z | Downloaded fnv v1.0.7 |
892 | 2023-12-05T04:14:03.834Z | Downloaded hex v0.4.3 |
893 | 2023-12-05T04:14:03.838Z | Downloaded form_urlencoded v1.2.1 |
894 | 2023-12-05T04:14:03.841Z | Downloaded rsa v0.9.2 |
895 | 2023-12-05T04:14:03.848Z | Downloaded float-cmp v0.9.0 |
896 | 2023-12-05T04:14:03.851Z | Downloaded serde_plain v1.0.2 |
897 | 2023-12-05T04:14:03.855Z | Downloaded pkcs1 v0.7.5 |
898 | 2023-12-05T04:14:03.859Z | Downloaded trust-dns-resolver v0.22.0 |
899 | 2023-12-05T04:14:03.867Z | Downloaded poly1305 v0.8.0 |
900 | 2023-12-05T04:14:03.871Z | Downloaded parse-display-derive v0.8.2 |
901 | 2023-12-05T04:14:03.875Z | Downloaded tracing v0.1.37 |
902 | 2023-12-05T04:14:03.883Z | Downloaded fragile v2.0.0 |
903 | 2023-12-05T04:14:03.887Z | Downloaded untrusted v0.7.1 |
904 | 2023-12-05T04:14:03.890Z | Downloaded tempfile v3.8.1 |
905 | 2023-12-05T04:14:03.894Z | Downloaded semver v1.0.20 |
906 | 2023-12-05T04:14:03.899Z | Downloaded half v1.8.2 |
907 | 2023-12-05T04:14:03.906Z | Downloaded parking_lot_core v0.8.6 |
908 | 2023-12-05T04:14:03.909Z | Downloaded der v0.7.8 |
909 | 2023-12-05T04:14:03.920Z | Downloaded pest_meta v2.7.2 |
910 | 2023-12-05T04:14:03.923Z | Downloaded toml_edit v0.19.15 |
911 | 2023-12-05T04:14:03.955Z | Downloaded heck v0.4.1 |
912 | 2023-12-05T04:14:03.958Z | Downloaded tracing-attributes v0.1.26 |
913 | 2023-12-05T04:14:03.963Z | Downloaded pest_derive v2.7.2 |
914 | 2023-12-05T04:14:03.966Z | Downloaded http v0.2.11 |
915 | 2023-12-05T04:14:03.975Z | Downloaded tough v0.15.0 |
916 | 2023-12-05T04:14:03.992Z | Downloaded phf v0.11.2 |
917 | 2023-12-05T04:14:03.995Z | Downloaded toml v0.8.8 |
918 | 2023-12-05T04:14:04.002Z | Downloaded serde_json v1.0.108 |
919 | 2023-12-05T04:14:04.017Z | Downloaded headers v0.3.9 |
920 | 2023-12-05T04:14:04.029Z | Downloaded unsafe-libyaml v0.2.9 |
921 | 2023-12-05T04:14:04.037Z | Downloaded rayon-core v1.12.0 |
922 | 2023-12-05T04:14:04.043Z | Downloaded chrono v0.4.31 |
923 | 2023-12-05T04:14:04.059Z | Downloaded toml_edit v0.21.0 |
924 | 2023-12-05T04:14:04.101Z | Downloaded regex-automata v0.1.10 |
925 | 2023-12-05T04:14:04.111Z | Downloaded hyper v0.14.27 |
926 | 2023-12-05T04:14:04.129Z | Downloaded hashbrown v0.13.2 |
927 | 2023-12-05T04:14:04.137Z | Downloaded hashbrown v0.12.3 |
928 | 2023-12-05T04:14:04.146Z | Downloaded idna v0.2.3 |
929 | 2023-12-05T04:14:04.160Z | Downloaded tokio-util v0.7.10 |
930 | 2023-12-05T04:14:04.173Z | Downloaded rustls-webpki v0.101.7 |
931 | 2023-12-05T04:14:04.203Z | Downloaded hkdf v0.12.3 |
932 | 2023-12-05T04:14:04.207Z | Downloaded object v0.30.4 |
933 | 2023-12-05T04:14:04.227Z | Downloaded reqwest v0.11.22 |
934 | 2023-12-05T04:14:04.242Z | Downloaded quick-xml v0.23.1 |
935 | 2023-12-05T04:14:04.257Z | Downloaded vcpkg v0.2.15 |
936 | 2023-12-05T04:14:04.332Z | Downloaded proptest v1.4.0 |
937 | 2023-12-05T04:14:04.352Z | Downloaded rayon v1.8.0 |
938 | 2023-12-05T04:14:04.370Z | Downloaded ratatui v0.23.0 |
939 | 2023-12-05T04:14:04.392Z | Downloaded regress v0.7.1 |
940 | 2023-12-05T04:14:04.408Z | Downloaded syn v2.0.32 |
941 | 2023-12-05T04:14:04.428Z | Downloaded syn v1.0.109 |
942 | 2023-12-05T04:14:04.452Z | Downloaded zerocopy-derive v0.2.0 |
943 | 2023-12-05T04:14:04.473Z | Downloaded rustix v0.37.23 |
944 | 2023-12-05T04:14:04.512Z | Downloaded rustix v0.38.25 |
945 | 2023-12-05T04:14:04.556Z | Downloaded sha3 v0.10.8 |
946 | 2023-12-05T04:14:04.573Z | Downloaded sled v0.34.7 |
947 | 2023-12-05T04:14:04.596Z | Downloaded zerocopy-derive v0.6.4 |
948 | 2023-12-05T04:14:04.616Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2023-12-05T04:14:04.668Z | Downloaded libc v0.2.150 |
950 | 2023-12-05T04:14:04.696Z | Downloaded regex-automata v0.4.3 |
951 | 2023-12-05T04:14:04.731Z | Downloaded regex-automata v0.3.8 |
952 | 2023-12-05T04:14:04.765Z | Downloaded tokio v1.34.0 |
953 | 2023-12-05T04:14:04.837Z | Downloaded regex-syntax v0.8.2 |
954 | 2023-12-05T04:14:04.854Z | Downloaded regex-syntax v0.7.5 |
955 | 2023-12-05T04:14:04.876Z | Downloaded bstr v1.6.0 |
956 | 2023-12-05T04:14:04.899Z | Downloaded encoding_rs v0.8.33 |
957 | 2023-12-05T04:14:04.946Z | Downloaded trust-dns-proto v0.22.0 |
958 | 2023-12-05T04:14:04.971Z | Downloaded openapiv3 v2.0.0-rc.1 |
959 | 2023-12-05T04:14:04.998Z | Downloaded diesel v2.1.4 |
960 | 2023-12-05T04:14:05.034Z | Downloaded rustls v0.21.9 |
961 | 2023-12-05T04:14:05.059Z | Downloaded regex v1.10.2 |
962 | 2023-12-05T04:14:05.084Z | Downloaded polar-core v0.27.0 |
963 | 2023-12-05T04:14:05.102Z | Downloaded ring v0.16.20 |
964 | 2023-12-05T04:14:05.266Z | Downloaded regex-syntax v0.6.29 |
965 | 2023-12-05T04:14:05.281Z | Downloaded smoltcp v0.9.1 |
966 | 2023-12-05T04:14:05.302Z | Downloaded petgraph v0.6.4 |
967 | 2023-12-05T04:14:05.328Z | Downloaded smoltcp v0.8.2 |
968 | 2023-12-05T04:14:05.345Z | Downloaded ring v0.17.5 |
969 | 2023-12-05T04:14:05.516Z | Downloaded radix_trie v0.2.1 |
970 | 2023-12-05T04:14:05.526Z | Downloaded gimli v0.28.0 |
971 | 2023-12-05T04:14:05.541Z | Downloaded webpki-roots v0.25.2 |
972 | 2023-12-05T04:14:05.549Z | Downloaded curve25519-dalek v4.1.0 |
973 | 2023-12-05T04:14:05.566Z | Downloaded bstr v0.2.17 |
974 | 2023-12-05T04:14:05.584Z | Downloaded openssl v0.10.60 |
975 | 2023-12-05T04:14:05.602Z | Downloaded tabled v0.14.0 |
976 | 2023-12-05T04:14:05.627Z | Downloaded object v0.32.1 |
977 | 2023-12-05T04:14:05.644Z | Downloaded idna v0.5.0 |
978 | 2023-12-05T04:14:05.656Z | Downloaded futures-util v0.3.29 |
979 | 2023-12-05T04:14:05.696Z | Downloaded pest v2.7.2 |
980 | 2023-12-05T04:14:05.699Z | Downloaded reedline v0.26.0 |
981 | 2023-12-05T04:14:05.699Z | Downloaded bitvec v1.0.1 |
982 | 2023-12-05T04:14:05.723Z | Downloaded portable-atomic v1.4.3 |
983 | 2023-12-05T04:14:05.734Z | Downloaded winnow v0.5.15 |
984 | 2023-12-05T04:14:05.749Z | Downloaded clap v2.34.0 |
985 | 2023-12-05T04:14:05.763Z | Downloaded x509-cert v0.2.4 |
986 | 2023-12-05T04:14:05.774Z | Downloaded time v0.3.27 |
987 | 2023-12-05T04:14:05.786Z | Downloaded h2 v0.3.21 |
988 | 2023-12-05T04:14:05.799Z | Downloaded tungstenite v0.20.1 |
989 | 2023-12-05T04:14:05.805Z | Downloaded flume v0.11.0 |
990 | 2023-12-05T04:14:05.812Z | Downloaded lalrpop v0.19.12 |
991 | 2023-12-05T04:14:05.834Z | Downloaded hashbrown v0.14.2 |
992 | 2023-12-05T04:14:05.844Z | Downloaded schemars v0.8.13 |
993 | 2023-12-05T04:14:05.865Z | Downloaded heapless v0.7.16 |
994 | 2023-12-05T04:14:05.872Z | Downloaded serde_with v2.3.3 |
995 | 2023-12-05T04:14:05.884Z | Downloaded bindgen v0.65.1 |
996 | 2023-12-05T04:14:05.897Z | Downloaded sct v0.7.0 |
997 | 2023-12-05T04:14:05.904Z | Downloaded ucd-trie v0.1.6 |
998 | 2023-12-05T04:14:05.906Z | Downloaded darling_core v0.20.3 |
999 | 2023-12-05T04:14:05.915Z | Downloaded trust-dns-server v0.22.1 |
1000 | 2023-12-05T04:14:05.923Z | Downloaded unicode-normalization v0.1.22 |
1001 | 2023-12-05T04:14:05.930Z | Downloaded pin-project v1.1.3 |
1002 | 2023-12-05T04:14:05.950Z | Downloaded zip v0.6.6 |
1003 | 2023-12-05T04:14:05.957Z | Downloaded flate2 v1.0.28 |
1004 | 2023-12-05T04:14:05.965Z | Downloaded elliptic-curve v0.13.5 |
1005 | 2023-12-05T04:14:05.971Z | Downloaded subprocess v0.2.9 |
1006 | 2023-12-05T04:14:05.975Z | Downloaded unicase v2.7.0 |
1007 | 2023-12-05T04:14:05.978Z | Downloaded slog-dtrace v0.2.3 |
1008 | 2023-12-05T04:14:05.983Z | Downloaded tokio-tungstenite v0.20.1 |
1009 | 2023-12-05T04:14:05.984Z | Downloaded structopt v0.3.26 |
1010 | 2023-12-05T04:14:05.997Z | Downloaded toml v0.7.8 |
1011 | 2023-12-05T04:14:06.002Z | Downloaded salty v0.2.0 |
1012 | 2023-12-05T04:14:06.011Z | Downloaded libxml v0.3.3 |
1013 | 2023-12-05T04:14:06.021Z | Downloaded smallvec v1.11.0 |
1014 | 2023-12-05T04:14:06.024Z | Downloaded rand_core v0.6.4 |
1015 | 2023-12-05T04:14:06.027Z | Downloaded zeroize_derive v1.4.2 |
1016 | 2023-12-05T04:14:06.030Z | Downloaded schemars_derive v0.8.13 |
1017 | 2023-12-05T04:14:06.032Z | Downloaded spin v0.9.8 |
1018 | 2023-12-05T04:14:06.035Z | Downloaded hmac v0.12.1 |
1019 | 2023-12-05T04:14:06.038Z | Downloaded serde v1.0.192 |
1020 | 2023-12-05T04:14:06.043Z | Downloaded url v2.5.0 |
1021 | 2023-12-05T04:14:06.049Z | Downloaded foreign-types-shared v0.3.1 |
1022 | 2023-12-05T04:14:06.051Z | Downloaded group v0.13.0 |
1023 | 2023-12-05T04:14:06.054Z | Downloaded ff v0.13.0 |
1024 | 2023-12-05T04:14:06.056Z | Downloaded parking_lot_core v0.9.8 |
1025 | 2023-12-05T04:14:06.059Z | Downloaded yasna v0.5.2 |
1026 | 2023-12-05T04:14:06.061Z | Downloaded rustversion v1.0.14 |
1027 | 2023-12-05T04:14:06.065Z | Downloaded quick-error v1.2.3 |
1028 | 2023-12-05T04:14:06.068Z | Downloaded subtle v2.5.0 |
1029 | 2023-12-05T04:14:06.071Z | Downloaded strum_macros v0.24.3 |
1030 | 2023-12-05T04:14:06.073Z | Downloaded rustfmt-wrapper v0.2.0 |
1031 | 2023-12-05T04:14:06.076Z | Downloaded resolv-conf v0.7.0 |
1032 | 2023-12-05T04:14:06.081Z | Downloaded semver v0.11.0 |
1033 | 2023-12-05T04:14:06.083Z | Downloaded proc-macro2 v1.0.69 |
1034 | 2023-12-05T04:14:06.086Z | Downloaded thiserror v1.0.49 |
1035 | 2023-12-05T04:14:06.090Z | Downloaded universal-hash v0.5.1 |
1036 | 2023-12-05T04:14:06.093Z | Downloaded predicates-core v1.0.6 |
1037 | 2023-12-05T04:14:06.096Z | Downloaded futures v0.3.29 |
1038 | 2023-12-05T04:14:06.103Z | Downloaded unicode-segmentation v1.10.1 |
1039 | 2023-12-05T04:14:06.109Z | Downloaded itertools v0.12.0 |
1040 | 2023-12-05T04:14:06.120Z | Downloaded nom v7.1.3 |
1041 | 2023-12-05T04:14:06.130Z | Downloaded version_check v0.9.4 |
1042 | 2023-12-05T04:14:06.133Z | Downloaded zeroize v1.7.0 |
1043 | 2023-12-05T04:14:06.135Z | Downloaded pin-project-internal v1.1.3 |
1044 | 2023-12-05T04:14:06.138Z | Downloaded typenum v1.16.0 |
1045 | 2023-12-05T04:14:06.141Z | Downloaded derive-where v1.2.6 |
1046 | 2023-12-05T04:14:06.146Z | Downloaded smf v0.2.2 |
1047 | 2023-12-05T04:14:06.148Z | Downloaded num-bigint-dig v0.8.4 |
1048 | 2023-12-05T04:14:06.156Z | Downloaded typed-path v0.6.0 |
1049 | 2023-12-05T04:14:06.167Z | Downloaded crossterm v0.27.0 |
1050 | 2023-12-05T04:14:06.177Z | Downloaded tar v0.4.40 |
1051 | 2023-12-05T04:14:06.181Z | Downloaded tokio-postgres v0.7.10 |
1052 | 2023-12-05T04:14:06.189Z | Downloaded steno v0.4.0 |
1053 | 2023-12-05T04:14:06.196Z | Downloaded proc-macro-error-attr v1.0.4 |
1054 | 2023-12-05T04:14:06.199Z | Downloaded quote v1.0.33 |
1055 | 2023-12-05T04:14:06.201Z | Downloaded password-hash v0.5.0 |
1056 | 2023-12-05T04:14:06.204Z | Downloaded strip-ansi-escapes v0.2.0 |
1057 | 2023-12-05T04:14:06.207Z | Downloaded highway v1.1.0 |
1058 | 2023-12-05T04:14:06.210Z | Downloaded term v0.7.0 |
1059 | 2023-12-05T04:14:06.215Z | Downloaded spin v0.5.2 |
1060 | 2023-12-05T04:14:06.218Z | Downloaded der_derive v0.7.2 |
1061 | 2023-12-05T04:14:06.220Z | Downloaded rustc_version v0.4.0 |
1062 | 2023-12-05T04:14:06.224Z | Downloaded hostname v0.3.1 |
1063 | 2023-12-05T04:14:06.226Z | Downloaded ref-cast-impl v1.0.20 |
1064 | 2023-12-05T04:14:06.226Z | Downloaded ref-cast v1.0.20 |
1065 | 2023-12-05T04:14:06.229Z | Downloaded structmeta v0.2.0 |
1066 | 2023-12-05T04:14:06.232Z | Downloaded strsim v0.10.0 |
1067 | 2023-12-05T04:14:06.235Z | Downloaded strsim v0.8.0 |
1068 | 2023-12-05T04:14:06.235Z | Downloaded futures-io v0.3.29 |
1069 | 2023-12-05T04:14:06.237Z | Downloaded xattr v1.0.1 |
1070 | 2023-12-05T04:14:06.240Z | Downloaded derive_builder v0.12.0 |
1071 | 2023-12-05T04:14:06.247Z | Downloaded textwrap v0.16.0 |
1072 | 2023-12-05T04:14:06.251Z | Downloaded test-strategy v0.3.1 |
1073 | 2023-12-05T04:14:06.256Z | Downloaded slog v2.7.0 |
1074 | 2023-12-05T04:14:06.261Z | Downloaded libm v0.2.7 |
1075 | 2023-12-05T04:14:06.277Z | Downloaded itertools v0.11.0 |
1076 | 2023-12-05T04:14:06.288Z | Downloaded itertools v0.10.5 |
1077 | 2023-12-05T04:14:06.299Z | Downloaded futures-task v0.3.29 |
1078 | 2023-12-05T04:14:06.302Z | Downloaded tap v1.0.1 |
1079 | 2023-12-05T04:14:06.305Z | Downloaded tui-tree-widget v0.13.0 |
1080 | 2023-12-05T04:14:06.305Z | Downloaded which v4.4.0 |
1081 | 2023-12-05T04:14:06.307Z | Downloaded toml v0.5.11 |
1082 | 2023-12-05T04:14:06.312Z | Downloaded similar v2.2.1 |
1083 | 2023-12-05T04:14:06.320Z | Downloaded signature v2.1.0 |
1084 | 2023-12-05T04:14:06.323Z | Downloaded r2d2 v0.8.10 |
1085 | 2023-12-05T04:14:06.328Z | Downloaded derive_builder_core v0.12.0 |
1086 | 2023-12-05T04:14:06.330Z | Downloaded rustc-demangle v0.1.23 |
1087 | 2023-12-05T04:14:06.333Z | Downloaded num-bigint v0.4.4 |
1088 | 2023-12-05T04:14:06.341Z | Downloaded rustc-hash v1.1.0 |
1089 | 2023-12-05T04:14:06.344Z | Downloaded futures-macro v0.3.29 |
1090 | 2023-12-05T04:14:06.347Z | Downloaded fatfs v0.3.6 |
1091 | 2023-12-05T04:14:06.349Z | Downloaded aho-corasick v1.0.4 |
1092 | 2023-12-05T04:14:06.360Z | Downloaded crossbeam-channel v0.5.8 |
1093 | 2023-12-05T04:14:06.368Z | Downloaded serde_yaml v0.9.25 |
1094 | 2023-12-05T04:14:06.374Z | Downloaded unarray v0.1.4 |
1095 | 2023-12-05T04:14:06.377Z | Downloaded fixedbitset v0.4.2 |
1096 | 2023-12-05T04:14:06.380Z | Downloaded pin-project-lite v0.2.13 |
1097 | 2023-12-05T04:14:06.390Z | Downloaded unicode-ident v1.0.12 |
1098 | 2023-12-05T04:14:06.393Z | Downloaded foreign-types-shared v0.1.1 |
1099 | 2023-12-05T04:14:06.393Z | Downloaded vec_map v0.8.2 |
1100 | 2023-12-05T04:14:06.396Z | Downloaded serde_derive v1.0.192 |
1101 | 2023-12-05T04:14:06.401Z | Downloaded spki v0.7.2 |
1102 | 2023-12-05T04:14:06.418Z | Downloaded zone v0.3.0 |
1103 | 2023-12-05T04:14:06.418Z | Downloaded vte v0.11.1 |
1104 | 2023-12-05T04:14:06.418Z | Downloaded foreign-types v0.5.0 |
1105 | 2023-12-05T04:14:06.418Z | Downloaded rtoolbox v0.0.1 |
1106 | 2023-12-05T04:14:06.418Z | Downloaded vsss-rs v3.3.1 |
1107 | 2023-12-05T04:14:06.418Z | Downloaded tracing-core v0.1.31 |
1108 | 2023-12-05T04:14:06.453Z | Downloaded fs-err v2.11.0 |
1109 | 2023-12-05T04:14:06.454Z | Downloaded usdt-impl v0.3.5 |
1110 | 2023-12-05T04:14:06.454Z | Downloaded derive_more v0.99.17 |
1111 | 2023-12-05T04:14:06.461Z | Downloaded socket2 v0.4.9 |
1112 | 2023-12-05T04:14:06.461Z | Downloaded clap_builder v4.4.2 |
1113 | 2023-12-05T04:14:06.461Z | Downloaded openssl-sys v0.9.96 |
1114 | 2023-12-05T04:14:06.465Z | Downloaded futures-executor v0.3.29 |
1115 | 2023-12-05T04:14:06.465Z | Downloaded rustc_version v0.1.7 |
1116 | 2023-12-05T04:14:06.468Z | Downloaded usdt-attr-macro v0.3.5 |
1117 | 2023-12-05T04:14:06.468Z | Downloaded textwrap v0.11.0 |
1118 | 2023-12-05T04:14:06.471Z | Downloaded usdt v0.3.5 |
1119 | 2023-12-05T04:14:06.474Z | Downloaded pem-rfc7468 v0.7.0 |
1120 | 2023-12-05T04:14:06.477Z | Downloaded snafu v0.7.5 |
1121 | 2023-12-05T04:14:06.487Z | Downloaded diesel_derives v2.1.2 |
1122 | 2023-12-05T04:14:06.492Z | Downloaded fd-lock v3.0.13 |
1123 | 2023-12-05T04:14:06.496Z | Downloaded postgres-types v0.2.6 |
1124 | 2023-12-05T04:14:06.501Z | Downloaded postgres-protocol v0.6.6 |
1125 | 2023-12-05T04:14:06.504Z | Downloaded postcard v0.7.3 |
1126 | 2023-12-05T04:14:06.507Z | Downloaded proc-macro-error v1.0.4 |
1127 | 2023-12-05T04:14:06.513Z | Downloaded pest_generator v2.7.2 |
1128 | 2023-12-05T04:14:06.517Z | Downloaded pem v1.1.1 |
1129 | 2023-12-05T04:14:06.519Z | Downloaded ena v0.14.2 |
1130 | 2023-12-05T04:14:06.522Z | Downloaded slog-envlogger v2.2.0 |
1131 | 2023-12-05T04:14:06.525Z | Downloaded slog-async v2.8.0 |
1132 | 2023-12-05T04:14:06.529Z | Downloaded percent-encoding v2.3.1 |
1133 | 2023-12-05T04:14:06.529Z | Downloaded either v1.9.0 |
1134 | 2023-12-05T04:14:06.532Z | Downloaded ed25519 v1.5.3 |
1135 | 2023-12-05T04:14:06.535Z | Downloaded thiserror-impl v1.0.49 |
1136 | 2023-12-05T04:14:06.535Z | Downloaded rand_chacha v0.3.1 |
1137 | 2023-12-05T04:14:06.539Z | Downloaded tokio-stream v0.1.14 |
1138 | 2023-12-05T04:14:06.544Z | Downloaded dirs-sys-next v0.1.2 |
1139 | 2023-12-05T04:14:06.547Z | Downloaded scheduled-thread-pool v0.2.7 |
1140 | 2023-12-05T04:14:06.551Z | Downloaded foreign-types v0.3.2 |
1141 | 2023-12-05T04:14:06.551Z | Downloaded try-lock v0.2.4 |
1142 | 2023-12-05T04:14:06.551Z | Downloaded globset v0.4.13 |
1143 | 2023-12-05T04:14:06.554Z | Downloaded rpassword v7.3.1 |
1144 | 2023-12-05T04:14:06.557Z | Downloaded usdt-macro v0.3.5 |
1145 | 2023-12-05T04:14:06.557Z | Downloaded toml_datetime v0.6.5 |
1146 | 2023-12-05T04:14:06.560Z | Downloaded predicates v2.1.5 |
1147 | 2023-12-05T04:14:06.563Z | Downloaded platforms v3.0.2 |
1148 | 2023-12-05T04:14:06.566Z | Downloaded pkcs8 v0.10.2 |
1149 | 2023-12-05T04:14:06.571Z | Downloaded tinyvec v1.6.0 |
1150 | 2023-12-05T04:14:06.577Z | Downloaded peeking_take_while v0.1.2 |
1151 | 2023-12-05T04:14:06.580Z | Downloaded parking_lot v0.11.2 |
1152 | 2023-12-05T04:14:06.582Z | Downloaded papergrid v0.10.0 |
1153 | 2023-12-05T04:14:06.591Z | Downloaded oso v0.27.0 |
1154 | 2023-12-05T04:14:06.597Z | Downloaded crypto-bigint v0.5.2 |
1155 | 2023-12-05T04:14:06.627Z | Downloaded signal-hook v0.3.17 |
1156 | 2023-12-05T04:14:06.631Z | Downloaded memchr v2.6.3 |
1157 | 2023-12-05T04:14:06.640Z | Downloaded httparse v1.8.0 |
1158 | 2023-12-05T04:14:06.643Z | Downloaded serde_path_to_error v0.1.14 |
1159 | 2023-12-05T04:14:06.647Z | Downloaded clang-sys v1.6.1 |
1160 | 2023-12-05T04:14:06.650Z | Downloaded base64 v0.21.5 |
1161 | 2023-12-05T04:14:06.657Z | Downloaded mockall_derive v0.11.4 |
1162 | 2023-12-05T04:14:06.659Z | Downloaded derive_builder_macro v0.12.0 |
1163 | 2023-12-05T04:14:06.662Z | Downloaded sha1 v0.10.6 |
1164 | 2023-12-05T04:14:06.664Z | Downloaded hash32 v0.2.1 |
1165 | 2023-12-05T04:14:06.664Z | Downloaded phf_shared v0.11.2 |
1166 | 2023-12-05T04:14:06.669Z | Downloaded filetime v0.2.22 |
1167 | 2023-12-05T04:14:06.674Z | Downloaded env_logger v0.10.0 |
1168 | 2023-12-05T04:14:06.677Z | Downloaded hyper-rustls v0.24.2 |
1169 | 2023-12-05T04:14:06.680Z | Downloaded tokio-rustls v0.24.1 |
1170 | 2023-12-05T04:14:06.682Z | Downloaded getrandom v0.2.10 |
1171 | 2023-12-05T04:14:06.686Z | Downloaded signal-hook-mio v0.2.3 |
1172 | 2023-12-05T04:14:06.689Z | Downloaded serde-hex v0.1.0 |
1173 | 2023-12-05T04:14:06.691Z | Downloaded pin-utils v0.1.0 |
1174 | 2023-12-05T04:14:06.694Z | Downloaded darling_core v0.14.4 |
1175 | 2023-12-05T04:14:06.730Z | Downloaded snafu-derive v0.7.5 |
1176 | 2023-12-05T04:14:06.733Z | Downloaded slog-term v2.9.0 |
1177 | 2023-12-05T04:14:06.734Z | Downloaded crossbeam-epoch v0.9.15 |
1178 | 2023-12-05T04:14:06.734Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1179 | 2023-12-05T04:14:06.734Z | Downloaded thread_local v1.1.7 |
1180 | 2023-12-05T04:14:06.734Z | Downloaded serde_derive_internals v0.26.0 |
1181 | 2023-12-05T04:14:06.734Z | Downloaded paste v1.0.14 |
1182 | 2023-12-05T04:14:06.734Z | Downloaded dtrace-parser v0.1.14 |
1183 | 2023-12-05T04:14:06.734Z | Downloaded once_cell v1.18.0 |
1184 | 2023-12-05T04:14:06.734Z | Downloaded omicron-zone-package v0.9.1 |
1185 | 2023-12-05T04:14:06.734Z | Downloaded num-rational v0.4.1 |
1186 | 2023-12-05T04:14:06.737Z | Downloaded darling v0.20.3 |
1187 | 2023-12-05T04:14:06.739Z | Downloaded getopts v0.2.21 |
1188 | 2023-12-05T04:14:06.742Z | Downloaded fallible-iterator v0.2.0 |
1189 | 2023-12-05T04:14:06.744Z | Downloaded errno v0.3.2 |
1190 | 2023-12-05T04:14:06.747Z | Downloaded enum-as-inner v0.5.1 |
1191 | 2023-12-05T04:14:06.751Z | Downloaded byteorder v1.5.0 |
1192 | 2023-12-05T04:14:06.753Z | Downloaded tiny-keccak v2.0.2 |
1193 | 2023-12-05T04:14:06.756Z | Downloaded backtrace v0.3.69 |
1194 | 2023-12-05T04:14:06.764Z | Downloaded indexmap v2.1.0 |
1195 | 2023-12-05T04:14:06.770Z | Downloaded display-error-chain v0.2.0 |
1196 | 2023-12-05T04:14:06.773Z | Downloaded serde-big-array v0.4.1 |
1197 | 2023-12-05T04:14:06.775Z | Downloaded humantime v2.1.0 |
1198 | 2023-12-05T04:14:06.778Z | Downloaded glob v0.3.1 |
1199 | 2023-12-05T04:14:06.780Z | Downloaded difflib v0.4.0 |
1200 | 2023-12-05T04:14:06.780Z | Downloaded utf8parse v0.2.1 |
1201 | 2023-12-05T04:14:06.783Z | Downloaded thiserror-no-std v2.0.2 |
1202 | 2023-12-05T04:14:06.788Z | Downloaded supports-color v2.1.0 |
1203 | 2023-12-05T04:14:06.791Z | Downloaded dyn-clone v1.0.13 |
1204 | 2023-12-05T04:14:06.794Z | Downloaded dof v0.1.5 |
1205 | 2023-12-05T04:14:06.796Z | Downloaded chacha20poly1305 v0.10.1 |
1206 | 2023-12-05T04:14:06.799Z | Downloaded smallvec v0.6.14 |
1207 | 2023-12-05T04:14:06.802Z | Downloaded crc32fast v1.3.2 |
1208 | 2023-12-05T04:14:06.804Z | Downloaded blake2 v0.10.6 |
1209 | 2023-12-05T04:14:06.807Z | Downloaded crossbeam-utils v0.8.16 |
1210 | 2023-12-05T04:14:06.813Z | Downloaded topological-sort v0.2.2 |
1211 | 2023-12-05T04:14:06.816Z | Downloaded termios v0.3.3 |
1212 | 2023-12-05T04:14:06.819Z | Downloaded stringprep v0.1.3 |
1213 | 2023-12-05T04:14:06.822Z | Downloaded serde_tokenstream v0.1.7 |
1214 | 2023-12-05T04:14:06.825Z | Downloaded digest v0.10.7 |
1215 | 2023-12-05T04:14:06.827Z | Downloaded data-encoding v2.4.0 |
1216 | 2023-12-05T04:14:06.830Z | Downloaded terminal_size v0.2.6 |
1217 | 2023-12-05T04:14:06.833Z | Downloaded tabled_derive v0.6.0 |
1218 | 2023-12-05T04:14:06.835Z | Downloaded debug-ignore v1.0.5 |
1219 | 2023-12-05T04:14:06.838Z | Downloaded string_cache v0.8.7 |
1220 | 2023-12-05T04:14:06.841Z | Downloaded slab v0.4.9 |
1221 | 2023-12-05T04:14:06.841Z | Downloaded serde_tokenstream v0.2.0 |
1222 | 2023-12-05T04:14:06.846Z | Downloaded signature v1.6.4 |
1223 | 2023-12-05T04:14:06.848Z | Downloaded shell-words v1.1.0 |
1224 | 2023-12-05T04:14:06.851Z | Downloaded nibble_vec v0.1.0 |
1225 | 2023-12-05T04:14:06.854Z | Downloaded bzip2 v0.4.4 |
1226 | 2023-12-05T04:14:06.856Z | Downloaded indexmap v1.9.3 |
1227 | 2023-12-05T04:14:06.860Z | Downloaded num_enum v0.5.11 |
1228 | 2023-12-05T04:14:06.868Z | Downloaded libloading v0.7.4 |
1229 | 2023-12-05T04:14:06.872Z | Downloaded kstat-rs v0.2.3 |
1230 | 2023-12-05T04:14:06.875Z | Downloaded ipnet v2.8.0 |
1231 | 2023-12-05T04:14:06.877Z | Downloaded unicode-linebreak v0.1.5 |
1232 | 2023-12-05T04:14:06.880Z | Downloaded thiserror-impl-no-std v2.0.2 |
1233 | 2023-12-05T04:14:06.884Z | Downloaded structopt-derive v0.4.18 |
1234 | 2023-12-05T04:14:06.884Z | Downloaded slog-stdlog v4.1.1 |
1235 | 2023-12-05T04:14:06.887Z | Downloaded slog-scope v4.4.0 |
1236 | 2023-12-05T04:14:06.889Z | Downloaded siphasher v0.3.11 |
1237 | 2023-12-05T04:14:06.889Z | Downloaded equivalent v1.0.1 |
1238 | 2023-12-05T04:14:06.892Z | Downloaded darling_macro v0.20.3 |
1239 | 2023-12-05T04:14:06.892Z | Downloaded tinyvec_macros v0.1.1 |
1240 | 2023-12-05T04:14:06.895Z | Downloaded swrite v0.1.0 |
1241 | 2023-12-05T04:14:06.895Z | Downloaded cookie v0.18.0 |
1242 | 2023-12-05T04:14:06.898Z | Downloaded funty v2.0.0 |
1243 | 2023-12-05T04:14:06.901Z | Downloaded serde_urlencoded v0.7.1 |
1244 | 2023-12-05T04:14:06.904Z | Downloaded num_cpus v1.16.0 |
1245 | 2023-12-05T04:14:06.907Z | Downloaded cancel-safe-futures v0.1.5 |
1246 | 2023-12-05T04:14:06.912Z | Downloaded argon2 v0.5.2 |
1247 | 2023-12-05T04:14:06.915Z | Downloaded openssl-macros v0.1.1 |
1248 | 2023-12-05T04:14:06.918Z | Downloaded io-lifetimes v1.0.11 |
1249 | 2023-12-05T04:14:06.920Z | Downloaded bitfield v0.14.0 |
1250 | 2023-12-05T04:14:06.923Z | Downloaded base64ct v1.6.0 |
1251 | 2023-12-05T04:14:06.927Z | Downloaded backoff v0.4.0 |
1252 | 2023-12-05T04:14:06.931Z | Downloaded take_mut v0.2.2 |
1253 | 2023-12-05T04:14:06.933Z | Downloaded lazycell v1.3.0 |
1254 | 2023-12-05T04:14:06.934Z | Downloaded inout v0.1.3 |
1255 | 2023-12-05T04:14:06.936Z | Downloaded thread-id v4.2.0 |
1256 | 2023-12-05T04:14:06.939Z | Downloaded strum v0.25.0 |
1257 | 2023-12-05T04:14:06.939Z | Downloaded semver-parser v0.10.2 |
1258 | 2023-12-05T04:14:06.941Z | Downloaded secrecy v0.8.0 |
1259 | 2023-12-05T04:14:06.944Z | Downloaded new_debug_unreachable v1.0.4 |
1260 | 2023-12-05T04:14:06.944Z | Downloaded cfg-if v1.0.0 |
1261 | 2023-12-05T04:14:06.947Z | Downloaded ciborium-io v0.2.1 |
1262 | 2023-12-05T04:14:06.949Z | Downloaded log v0.4.20 |
1263 | 2023-12-05T04:14:06.952Z | Downloaded async-trait v0.1.74 |
1264 | 2023-12-05T04:14:06.957Z | Downloaded anyhow v1.0.75 |
1265 | 2023-12-05T04:14:06.963Z | Downloaded serde-big-array v0.5.1 |
1266 | 2023-12-05T04:14:06.966Z | Downloaded crypto-common v0.1.6 |
1267 | 2023-12-05T04:14:06.969Z | Downloaded crc-catalog v2.2.0 |
1268 | 2023-12-05T04:14:06.969Z | Downloaded camino v1.1.6 |
1269 | 2023-12-05T04:14:06.982Z | Downloaded num-complex v0.4.4 |
1270 | 2023-12-05T04:14:06.982Z | Downloaded ansi_term v0.12.1 |
1271 | 2023-12-05T04:14:06.982Z | Downloaded shlex v1.1.0 |
1272 | 2023-12-05T04:14:06.982Z | Downloaded num-iter v0.1.43 |
1273 | 2023-12-05T04:14:06.982Z | Downloaded lock_api v0.4.10 |
1274 | 2023-12-05T04:14:06.985Z | Downloaded libefi-sys v0.1.0 |
1275 | 2023-12-05T04:14:06.987Z | Downloaded linear-map v1.2.0 |
1276 | 2023-12-05T04:14:06.990Z | Downloaded nu-ansi-term v0.49.0 |
1277 | 2023-12-05T04:14:06.993Z | Downloaded camino-tempfile v1.1.1 |
1278 | 2023-12-05T04:14:06.995Z | Downloaded darling v0.14.4 |
1279 | 2023-12-05T04:14:07.001Z | Downloaded lalrpop-util v0.19.12 |
1280 | 2023-12-05T04:14:07.003Z | Downloaded keccak v0.1.4 |
1281 | 2023-12-05T04:14:07.006Z | Downloaded impl-trait-for-tuples v0.2.2 |
1282 | 2023-12-05T04:14:07.009Z | Downloaded bytecount v0.6.3 |
1283 | 2023-12-05T04:14:07.012Z | Downloaded itoa v1.0.9 |
1284 | 2023-12-05T04:14:07.014Z | Downloaded indoc v2.0.3 |
1285 | 2023-12-05T04:14:07.018Z | Downloaded bit-set v0.5.3 |
1286 | 2023-12-05T04:14:07.021Z | Downloaded block-padding v0.3.3 |
1287 | 2023-12-05T04:14:07.021Z | Downloaded crossbeam v0.8.2 |
1288 | 2023-12-05T04:14:07.024Z | Downloaded multer v2.1.0 |
1289 | 2023-12-05T04:14:07.027Z | Downloaded is-terminal v0.4.9 |
1290 | 2023-12-05T04:14:07.030Z | Downloaded lazy_static v1.4.0 |
1291 | 2023-12-05T04:14:07.032Z | Downloaded cassowary v0.3.0 |
1292 | 2023-12-05T04:14:07.035Z | Downloaded maplit v1.0.2 |
1293 | 2023-12-05T04:14:07.035Z | Downloaded bytesize v1.3.0 |
1294 | 2023-12-05T04:14:07.038Z | Downloaded block-buffer v0.10.4 |
1295 | 2023-12-05T04:14:07.038Z | Downloaded bitflags v1.3.2 |
1296 | 2023-12-05T04:14:07.042Z | Downloaded bb8 v0.8.1 |
1297 | 2023-12-05T04:14:07.045Z | Downloaded lru-cache v0.1.2 |
1298 | 2023-12-05T04:14:07.048Z | Downloaded cexpr v0.6.0 |
1299 | 2023-12-05T04:14:07.051Z | Downloaded num_threads v0.1.6 |
1300 | 2023-12-05T04:14:07.051Z | Downloaded memoffset v0.7.1 |
1301 | 2023-12-05T04:14:07.053Z | Downloaded native-tls v0.2.11 |
1302 | 2023-12-05T04:14:07.056Z | Downloaded iana-time-zone v0.1.57 |
1303 | 2023-12-05T04:14:07.059Z | Downloaded md-5 v0.10.5 |
1304 | 2023-12-05T04:14:07.062Z | Downloaded crossbeam-deque v0.8.3 |
1305 | 2023-12-05T04:14:07.064Z | Downloaded num v0.4.1 |
1306 | 2023-12-05T04:14:07.067Z | Downloaded nanorand v0.7.0 |
1307 | 2023-12-05T04:14:07.069Z | Downloaded memoffset v0.9.0 |
1308 | 2023-12-05T04:14:07.072Z | Downloaded ascii-canvas v3.0.0 |
1309 | 2023-12-05T04:14:07.075Z | Downloaded buf-list v1.0.3 |
1310 | 2023-12-05T04:14:07.078Z | Downloaded base16ct v0.2.0 |
1311 | 2023-12-05T04:14:07.081Z | Downloaded ciborium-ll v0.2.1 |
1312 | 2023-12-05T04:14:07.081Z | Downloaded hyper-tls v0.5.0 |
1313 | 2023-12-05T04:14:07.083Z | Downloaded bit-vec v0.6.3 |
1314 | 2023-12-05T04:14:07.086Z | Downloaded async-recursion v1.0.5 |
1315 | 2023-12-05T04:14:07.089Z | Downloaded bcs v0.1.6 |
1316 | 2023-12-05T04:14:07.091Z | Downloaded arc-swap v1.6.0 |
1317 | 2023-12-05T04:14:07.097Z | Downloaded crc-any v2.4.3 |
1318 | 2023-12-05T04:14:07.101Z | Downloaded nodrop v0.1.14 |
1319 | 2023-12-05T04:14:07.104Z | Downloaded assert_matches v1.5.0 |
1320 | 2023-12-05T04:14:07.106Z | Downloaded ipnetwork v0.20.0 |
1321 | 2023-12-05T04:14:07.109Z | Downloaded atomic-waker v1.1.1 |
1322 | 2023-12-05T04:14:07.109Z | Downloaded async-stream v0.3.5 |
1323 | 2023-12-05T04:14:07.112Z | Downloaded autocfg v1.1.0 |
1324 | 2023-12-05T04:14:07.114Z | Downloaded maybe-uninit v2.0.0 |
1325 | 2023-12-05T04:14:07.117Z | Downloaded crucible-workspace-hack v0.1.0 |
1326 | 2023-12-05T04:14:07.117Z | Downloaded corncobs v0.1.3 |
1327 | 2023-12-05T04:14:07.119Z | Downloaded ident_case v1.0.1 |
1328 | 2023-12-05T04:14:07.122Z | Downloaded crc v3.0.1 |
1329 | 2023-12-05T04:14:07.124Z | Downloaded cpufeatures v0.2.9 |
1330 | 2023-12-05T04:14:07.127Z | Downloaded const-oid v0.9.5 |
1331 | 2023-12-05T04:14:07.130Z | Downloaded instant v0.1.12 |
1332 | 2023-12-05T04:14:07.132Z | Downloaded miniz_oxide v0.7.1 |
1333 | 2023-12-05T04:14:07.135Z | Downloaded normalize-line-endings v0.3.0 |
1334 | 2023-12-05T04:14:07.137Z | Downloaded base64 v0.13.1 |
1335 | 2023-12-05T04:14:07.141Z | Downloaded addr2line v0.21.0 |
1336 | 2023-12-05T04:14:07.145Z | Downloaded mio v0.8.9 |
1337 | 2023-12-05T04:14:07.155Z | Downloaded crunchy v0.2.2 |
1338 | 2023-12-05T04:14:07.158Z | Downloaded clap v4.4.3 |
1339 | 2023-12-05T04:14:07.171Z | Downloaded atomicwrites v0.4.2 |
1340 | 2023-12-05T04:14:07.174Z | Downloaded array-init v0.0.4 |
1341 | 2023-12-05T04:14:07.176Z | Downloaded console v0.15.7 |
1342 | 2023-12-05T04:14:07.179Z | Downloaded managed v0.8.0 |
1343 | 2023-12-05T04:14:07.181Z | Downloaded macaddr v1.0.1 |
1344 | 2023-12-05T04:14:07.184Z | Downloaded libsw v3.3.0 |
1345 | 2023-12-05T04:14:07.187Z | Downloaded crossbeam-queue v0.3.8 |
1346 | 2023-12-05T04:14:07.189Z | Downloaded matches v0.1.10 |
1347 | 2023-12-05T04:14:07.193Z | Downloaded colorchoice v1.0.0 |
1348 | 2023-12-05T04:14:07.193Z | Downloaded chacha20 v0.9.1 |
1349 | 2023-12-05T04:14:07.196Z | Downloaded cfg-if v0.1.10 |
1350 | 2023-12-05T04:14:07.198Z | Downloaded cipher v0.4.4 |
1351 | 2023-12-05T04:14:07.201Z | Downloaded aead v0.5.2 |
1352 | 2023-12-05T04:14:07.522Z | Compiling proc-macro2 v1.0.69 |
1353 | 2023-12-05T04:14:07.522Z | Compiling unicode-ident v1.0.12 |
1354 | 2023-12-05T04:14:07.525Z | Compiling libc v0.2.150 |
1355 | 2023-12-05T04:14:07.525Z | Compiling serde v1.0.192 |
1356 | 2023-12-05T04:14:07.525Z | Compiling autocfg v1.1.0 |
1357 | 2023-12-05T04:14:07.542Z | Compiling cfg-if v1.0.0 |
1358 | 2023-12-05T04:14:07.560Z | Compiling version_check v0.9.4 |
1359 | 2023-12-05T04:14:07.759Z | Compiling syn v1.0.109 |
1360 | 2023-12-05T04:14:07.768Z | Compiling once_cell v1.18.0 |
1361 | 2023-12-05T04:14:07.860Z | Compiling parking_lot_core v0.9.8 |
1362 | 2023-12-05T04:14:08.294Z | Compiling libm v0.2.7 |
1363 | 2023-12-05T04:14:08.511Z | Compiling serde_json v1.0.108 |
1364 | 2023-12-05T04:14:08.542Z | Compiling lock_api v0.4.10 |
1365 | 2023-12-05T04:14:09.537Z | Compiling num-traits v0.2.16 |
1366 | 2023-12-05T04:14:09.560Z | Compiling futures-core v0.3.29 |
1367 | 2023-12-05T04:14:09.574Z | Compiling thiserror v1.0.49 |
1368 | 2023-12-05T04:14:09.577Z | Compiling scopeguard v1.2.0 |
1369 | 2023-12-05T04:14:09.817Z | Compiling typenum v1.16.0 |
1370 | 2023-12-05T04:14:09.863Z | Compiling memchr v2.6.3 |
1371 | 2023-12-05T04:14:09.980Z | Compiling generic-array v0.14.7 |
1372 | 2023-12-05T04:14:10.181Z | Compiling itoa v1.0.9 |
1373 | 2023-12-05T04:14:10.554Z | Compiling pkg-config v0.3.27 |
1374 | 2023-12-05T04:14:11.572Z | Compiling quote v1.0.33 |
1375 | 2023-12-05T04:14:12.012Z | Compiling cc v1.0.83 |
1376 | 2023-12-05T04:14:12.333Z | Compiling syn v2.0.32 |
1377 | 2023-12-05T04:14:12.476Z | Compiling getrandom v0.2.10 |
1378 | 2023-12-05T04:14:12.655Z | Compiling slab v0.4.9 |
1379 | 2023-12-05T04:14:13.104Z | Compiling futures-channel v0.3.29 |
1380 | 2023-12-05T04:14:13.125Z | Compiling futures-task v0.3.29 |
1381 | 2023-12-05T04:14:13.534Z | Compiling log v0.4.20 |
1382 | 2023-12-05T04:14:13.766Z | Compiling futures-util v0.3.29 |
1383 | 2023-12-05T04:14:14.194Z | Compiling heck v0.4.1 |
1384 | 2023-12-05T04:14:14.414Z | Compiling ryu v1.0.15 |
1385 | 2023-12-05T04:14:14.561Z | Compiling smallvec v1.11.0 |
1386 | 2023-12-05T04:14:14.793Z | Compiling pin-project-lite v0.2.13 |
1387 | 2023-12-05T04:14:14.933Z | Compiling schemars v0.8.13 |
1388 | 2023-12-05T04:14:14.971Z | Compiling vcpkg v0.2.15 |
1389 | 2023-12-05T04:14:16.099Z | Compiling parking_lot v0.12.1 |
1390 | 2023-12-05T04:14:16.845Z | Compiling ring v0.17.5 |
1391 | 2023-12-05T04:14:17.801Z | Compiling openssl-sys v0.9.96 |
1392 | 2023-12-05T04:14:18.480Z | Compiling signal-hook-registry v1.4.1 |
1393 | 2023-12-05T04:14:20.064Z | Compiling ring v0.16.20 |
1394 | 2023-12-05T04:14:20.141Z | Compiling mio v0.8.9 |
1395 | 2023-12-05T04:14:20.472Z | Compiling indexmap v1.9.3 |
1396 | 2023-12-05T04:14:20.879Z | Compiling hashbrown v0.14.2 |
1397 | 2023-12-05T04:14:21.069Z | Compiling equivalent v1.0.1 |
1398 | 2023-12-05T04:14:21.214Z | Compiling byteorder v1.5.0 |
1399 | 2023-12-05T04:14:21.932Z | Compiling ahash v0.8.3 |
1400 | 2023-12-05T04:14:22.119Z | Compiling httparse v1.8.0 |
1401 | 2023-12-05T04:14:22.218Z | Compiling num_cpus v1.16.0 |
1402 | 2023-12-05T04:14:22.402Z | Compiling socket2 v0.5.5 |
1403 | 2023-12-05T04:14:22.457Z | Compiling spin v0.5.2 |
1404 | 2023-12-05T04:14:22.809Z | Compiling rand_core v0.6.4 |
1405 | 2023-12-05T04:14:23.169Z | Compiling openssl v0.10.60 |
1406 | 2023-12-05T04:14:23.226Z | Compiling semver v1.0.20 |
1407 | 2023-12-05T04:14:23.393Z | Compiling fnv v1.0.7 |
1408 | 2023-12-05T04:14:23.882Z | Compiling iana-time-zone v0.1.57 |
1409 | 2023-12-05T04:14:23.951Z | Compiling serde_derive_internals v0.26.0 |
1410 | 2023-12-05T04:14:24.307Z | Compiling rustls v0.21.9 |
1411 | 2023-12-05T04:14:24.689Z | Compiling native-tls v0.2.11 |
1412 | 2023-12-05T04:14:25.137Z | Compiling ucd-trie v0.1.6 |
1413 | 2023-12-05T04:14:25.157Z | Compiling crossbeam-utils v0.8.16 |
1414 | 2023-12-05T04:14:25.388Z | Compiling unicode-xid v0.2.4 |
1415 | 2023-12-05T04:14:25.654Z | Compiling synstructure v0.12.6 |
1416 | 2023-12-05T04:14:25.919Z | Compiling io-lifetimes v1.0.11 |
1417 | 2023-12-05T04:14:26.174Z | Compiling futures-sink v0.3.29 |
1418 | 2023-12-05T04:14:26.893Z | Compiling backtrace v0.3.69 |
1419 | 2023-12-05T04:14:27.396Z | Compiling winnow v0.5.15 |
1420 | 2023-12-05T04:14:27.453Z | Compiling dyn-clone v1.0.13 |
1421 | 2023-12-05T04:14:27.472Z | Compiling tinyvec_macros v0.1.1 |
1422 | 2023-12-05T04:14:27.725Z | Compiling rustix v0.38.25 |
1423 | 2023-12-05T04:14:27.814Z | Compiling tinyvec v1.6.0 |
1424 | 2023-12-05T04:14:29.210Z | Compiling tracing-core v0.1.31 |
1425 | 2023-12-05T04:14:29.231Z | Compiling memoffset v0.9.0 |
1426 | 2023-12-05T04:14:29.499Z | Compiling num-integer v0.1.45 |
1427 | 2023-12-05T04:14:29.648Z | Compiling futures-io v0.3.29 |
1428 | 2023-12-05T04:14:29.766Z | Compiling rustix v0.37.23 |
1429 | 2023-12-05T04:14:30.048Z | Compiling pin-utils v0.1.0 |
1430 | 2023-12-05T04:14:30.306Z | Compiling unicode-normalization v0.1.22 |
1431 | 2023-12-05T04:14:30.362Z | Compiling hashbrown v0.13.2 |
1432 | 2023-12-05T04:14:30.501Z | Compiling spin v0.9.8 |
1433 | 2023-12-05T04:14:31.099Z | Compiling usdt-impl v0.3.5 |
1434 | 2023-12-05T04:14:31.560Z | Compiling bitflags v1.3.2 |
1435 | 2023-12-05T04:14:31.700Z | Compiling slog v2.7.0 |
1436 | 2023-12-05T04:14:32.191Z | Compiling crc32fast v1.3.2 |
1437 | 2023-12-05T04:14:32.249Z | Compiling time-core v0.1.1 |
1438 | 2023-12-05T04:14:32.347Z | Compiling unicode-bidi v0.3.13 |
1439 | 2023-12-05T04:14:32.493Z | Compiling anyhow v1.0.75 |
1440 | 2023-12-05T04:14:32.813Z | Compiling time-macros v0.2.13 |
1441 | 2023-12-05T04:14:33.402Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1442 | 2023-12-05T04:14:33.602Z | Compiling aho-corasick v1.0.4 |
1443 | 2023-12-05T04:14:33.746Z | Compiling serde_derive v1.0.192 |
1444 | 2023-12-05T04:14:33.908Z | Compiling thiserror-impl v1.0.49 |
1445 | 2023-12-05T04:14:33.972Z | Compiling tokio-macros v2.2.0 |
1446 | 2023-12-05T04:14:34.303Z | Compiling zeroize_derive v1.4.2 |
1447 | 2023-12-05T04:14:35.444Z | Compiling futures-macro v0.3.29 |
1448 | 2023-12-05T04:14:35.891Z | Compiling tracing-attributes v0.1.26 |
1449 | 2023-12-05T04:14:36.230Z | Compiling schemars_derive v0.8.13 |
1450 | 2023-12-05T04:14:36.498Z | Compiling zeroize v1.7.0 |
1451 | 2023-12-05T04:14:37.665Z | Compiling openssl-macros v0.1.1 |
1452 | 2023-12-05T04:14:38.493Z | Compiling pest v2.7.2 |
1453 | 2023-12-05T04:14:38.684Z | Compiling zerocopy-derive v0.2.0 |
1454 | 2023-12-05T04:14:39.253Z | Compiling crypto-common v0.1.6 |
1455 | 2023-12-05T04:14:40.969Z | Compiling block-buffer v0.10.4 |
1456 | 2023-12-05T04:14:41.229Z | Compiling tracing v0.1.37 |
1457 | 2023-12-05T04:14:41.427Z | Compiling crossbeam-epoch v0.9.15 |
1458 | 2023-12-05T04:14:41.632Z | Compiling const-oid v0.9.5 |
1459 | 2023-12-05T04:14:42.011Z | Compiling async-trait v0.1.74 |
1460 | 2023-12-05T04:14:42.048Z | Compiling ppv-lite86 v0.2.17 |
1461 | 2023-12-05T04:14:42.591Z | Compiling pest_meta v2.7.2 |
1462 | 2023-12-05T04:14:42.851Z | Compiling regex-syntax v0.8.2 |
1463 | 2023-12-05T04:14:43.028Z | Compiling rustversion v1.0.14 |
1464 | 2023-12-05T04:14:43.357Z | Compiling signal-hook v0.3.17 |
1465 | 2023-12-05T04:14:43.750Z | Compiling subtle v2.5.0 |
1466 | 2023-12-05T04:14:43.973Z | Compiling rand_chacha v0.3.1 |
1467 | 2023-12-05T04:14:44.259Z | Compiling zerocopy v0.3.0 |
1468 | 2023-12-05T04:14:44.787Z | Compiling pest_generator v2.7.2 |
1469 | 2023-12-05T04:14:45.531Z | Compiling digest v0.10.7 |
1470 | 2023-12-05T04:14:46.146Z | Compiling zerocopy-derive v0.6.4 |
1471 | 2023-12-05T04:14:49.089Z | Compiling regex-automata v0.4.3 |
1472 | 2023-12-05T04:14:49.222Z | Compiling pest_derive v2.7.2 |
1473 | 2023-12-05T04:14:49.336Z | Compiling errno v0.3.2 |
1474 | 2023-12-05T04:14:49.714Z | Compiling strsim v0.10.0 |
1475 | 2023-12-05T04:14:50.735Z | Compiling base64 v0.21.5 |
1476 | 2023-12-05T04:14:50.998Z | Compiling dtrace-parser v0.1.14 |
1477 | 2023-12-05T04:14:51.827Z | Compiling dof v0.1.5 |
1478 | 2023-12-05T04:14:52.922Z | Compiling rand v0.8.5 |
1479 | 2023-12-05T04:14:56.175Z | Compiling bytes v1.5.0 |
1480 | 2023-12-05T04:14:56.831Z | Compiling indexmap v2.1.0 |
1481 | 2023-12-05T04:14:58.778Z | Compiling uuid v1.6.1 |
1482 | 2023-12-05T04:14:58.808Z | Compiling chrono v0.4.31 |
1483 | 2023-12-05T04:14:59.928Z | Compiling tokio v1.34.0 |
1484 | 2023-12-05T04:15:01.111Z | Compiling bitflags v2.4.0 |
1485 | 2023-12-05T04:15:02.686Z | Compiling toml_datetime v0.6.5 |
1486 | 2023-12-05T04:15:03.292Z | Compiling serde_spanned v0.6.4 |
1487 | 2023-12-05T04:15:04.615Z | Compiling toml_edit v0.19.15 |
1488 | 2023-12-05T04:15:05.444Z | Compiling rustc_version v0.4.0 |
1489 | 2023-12-05T04:15:06.453Z | Compiling http v0.2.11 |
1490 | 2023-12-05T04:15:08.887Z | Compiling heapless v0.7.16 |
1491 | 2023-12-05T04:15:10.687Z | Compiling regex v1.10.2 |
1492 | 2023-12-05T04:15:12.099Z | Compiling thread-id v4.2.0 |
1493 | 2023-12-05T04:15:12.295Z | Compiling num-bigint v0.4.4 |
1494 | 2023-12-05T04:15:12.359Z | Compiling foreign-types-shared v0.1.1 |
1495 | 2023-12-05T04:15:12.512Z | Compiling hashbrown v0.12.3 |
1496 | 2023-12-05T04:15:12.946Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1497 | 2023-12-05T04:15:14.368Z | Compiling percent-encoding v2.3.1 |
1498 | 2023-12-05T04:15:14.528Z | Compiling untrusted v0.9.0 |
1499 | 2023-12-05T04:15:14.806Z | Compiling smoltcp v0.9.1 |
1500 | 2023-12-05T04:15:14.878Z | Compiling openssl-probe v0.1.5 |
1501 | 2023-12-05T04:15:15.292Z | Compiling tokio-util v0.7.10 |
1502 | 2023-12-05T04:15:16.183Z | Compiling untrusted v0.7.1 |
1503 | 2023-12-05T04:15:16.468Z | Compiling doc-comment v0.3.3 |
1504 | 2023-12-05T04:15:19.872Z | Compiling foreign-types v0.3.2 |
1505 | 2023-12-05T04:15:22.768Z | Compiling serde_tokenstream v0.1.7 |
1506 | 2023-12-05T04:15:23.209Z | Compiling strum_macros v0.25.2 |
1507 | 2023-12-05T04:15:23.994Z | Compiling lazy_static v1.4.0 |
1508 | 2023-12-05T04:15:24.234Z | Compiling socket2 v0.4.9 |
1509 | 2023-12-05T04:15:24.748Z | Compiling adler v1.0.2 |
1510 | 2023-12-05T04:15:25.431Z | Compiling unicode-width v0.1.11 |
1511 | 2023-12-05T04:15:25.689Z | Compiling unicode-segmentation v1.10.1 |
1512 | 2023-12-05T04:15:25.947Z | Compiling siphasher v0.3.11 |
1513 | 2023-12-05T04:15:26.555Z | Compiling try-lock v0.2.4 |
1514 | 2023-12-05T04:15:27.349Z | Compiling want v0.3.1 |
1515 | 2023-12-05T04:15:27.733Z | Compiling miniz_oxide v0.7.1 |
1516 | 2023-12-05T04:15:30.949Z | Compiling rustls-webpki v0.101.7 |
1517 | 2023-12-05T04:15:31.175Z | Compiling sct v0.7.0 |
1518 | 2023-12-05T04:15:31.597Z | Compiling h2 v0.3.21 |
1519 | 2023-12-05T04:15:33.719Z | Compiling form_urlencoded v1.2.1 |
1520 | 2023-12-05T04:15:33.816Z | Compiling http-body v0.4.5 |
1521 | 2023-12-05T04:15:34.216Z | Compiling hubpack_derive v0.1.1 |
1522 | 2023-12-05T04:15:34.406Z | Compiling pin-project-internal v1.1.3 |
1523 | 2023-12-05T04:15:35.819Z | Compiling num-iter v0.1.43 |
1524 | 2023-12-05T04:15:36.266Z | Compiling utf8parse v0.2.1 |
1525 | 2023-12-05T04:15:36.496Z | Compiling tower-service v0.3.2 |
1526 | 2023-12-05T04:15:36.670Z | Compiling httpdate v1.0.3 |
1527 | 2023-12-05T04:15:37.273Z | Compiling cpufeatures v0.2.9 |
1528 | 2023-12-05T04:15:38.365Z | Compiling anstyle v1.0.2 |
1529 | 2023-12-05T04:15:39.622Z | Compiling sha2 v0.10.8 |
1530 | 2023-12-05T04:15:39.806Z | Compiling anstyle-parse v0.2.1 |
1531 | 2023-12-05T04:15:43.086Z | Compiling hyper v0.14.27 |
1532 | 2023-12-05T04:15:43.193Z | Compiling usdt-attr-macro v0.3.5 |
1533 | 2023-12-05T04:15:43.481Z | Compiling usdt-macro v0.3.5 |
1534 | 2023-12-05T04:15:45.466Z | Compiling openapiv3 v2.0.0-rc.1 |
1535 | 2023-12-05T04:15:45.984Z | Compiling serde_tokenstream v0.2.0 |
1536 | 2023-12-05T04:15:47.130Z | Compiling rustls-pemfile v1.0.3 |
1537 | 2023-12-05T04:15:47.630Z | Compiling hmac v0.12.1 |
1538 | 2023-12-05T04:15:47.922Z | Compiling md-5 v0.10.5 |
1539 | 2023-12-05T04:15:48.260Z | Compiling stringprep v0.1.3 |
1540 | 2023-12-05T04:15:49.087Z | Compiling idna v0.5.0 |
1541 | 2023-12-05T04:15:49.558Z | Compiling diesel_table_macro_syntax v0.1.0 |
1542 | 2023-12-05T04:15:49.583Z | Compiling hash32 v0.2.1 |
1543 | 2023-12-05T04:15:49.735Z | Compiling either v1.9.0 |
1544 | 2023-12-05T04:15:50.135Z | Compiling gimli v0.28.0 |
1545 | 2023-12-05T04:15:50.281Z | Compiling fallible-iterator v0.2.0 |
1546 | 2023-12-05T04:15:51.453Z | Compiling anstyle-query v1.0.0 |
1547 | 2023-12-05T04:15:51.495Z | Compiling stable_deref_trait v1.2.0 |
1548 | 2023-12-05T04:15:51.518Z | Compiling colorchoice v1.0.0 |
1549 | 2023-12-05T04:15:51.736Z | Compiling anstream v0.5.0 |
1550 | 2023-12-05T04:15:52.672Z | Compiling postgres-protocol v0.6.6 |
1551 | 2023-12-05T04:15:53.371Z | Compiling url v2.5.0 |
1552 | 2023-12-05T04:15:53.574Z | Compiling diesel_derives v2.1.2 |
1553 | 2023-12-05T04:15:58.372Z | Compiling addr2line v0.21.0 |
1554 | 2023-12-05T04:16:00.606Z | Compiling tokio-rustls v0.24.1 |
1555 | 2023-12-05T04:16:01.083Z | Compiling rustls-native-certs v0.6.3 |
1556 | 2023-12-05T04:16:01.616Z | Compiling terminal_size v0.2.6 |
1557 | 2023-12-05T04:16:01.970Z | Compiling tokio-native-tls v0.3.1 |
1558 | 2023-12-05T04:16:02.372Z | Compiling phf_shared v0.11.2 |
1559 | 2023-12-05T04:16:03.745Z | Compiling block-padding v0.3.3 |
1560 | 2023-12-05T04:16:03.797Z | Compiling snafu-derive v0.7.5 |
1561 | 2023-12-05T04:16:04.074Z | Compiling enum-as-inner v0.5.1 |
1562 | 2023-12-05T04:16:05.290Z | Compiling serde_repr v0.1.16 |
1563 | 2023-12-05T04:16:05.649Z | Compiling clap_derive v4.4.2 |
1564 | 2023-12-05T04:16:06.896Z | Compiling regress v0.7.1 |
1565 | 2023-12-05T04:16:12.290Z | Compiling scheduled-thread-pool v0.2.7 |
1566 | 2023-12-05T04:16:13.092Z | Compiling object v0.32.1 |
1567 | 2023-12-05T04:16:14.802Z | Compiling regex-automata v0.1.10 |
1568 | 2023-12-05T04:16:15.609Z | Compiling matches v0.1.10 |
1569 | 2023-12-05T04:16:15.784Z | Compiling num_threads v0.1.6 |
1570 | 2023-12-05T04:16:15.960Z | Compiling rustc-demangle v0.1.23 |
1571 | 2023-12-05T04:16:16.842Z | Compiling managed v0.8.0 |
1572 | 2023-12-05T04:16:18.985Z | Compiling clap_lex v0.5.1 |
1573 | 2023-12-05T04:16:19.650Z | Compiling bit-vec v0.6.3 |
1574 | 2023-12-05T04:16:20.091Z | Compiling ipnet v2.8.0 |
1575 | 2023-12-05T04:16:20.290Z | Compiling deranged v0.3.8 |
1576 | 2023-12-05T04:16:21.160Z | Compiling clap_builder v4.4.2 |
1577 | 2023-12-05T04:16:25.140Z | Compiling time v0.3.27 |
1578 | 2023-12-05T04:16:25.293Z | Compiling idna v0.2.3 |
1579 | 2023-12-05T04:16:27.708Z | Compiling bstr v0.2.17 |
1580 | 2023-12-05T04:16:27.813Z | Compiling r2d2 v0.8.10 |
1581 | 2023-12-05T04:16:28.230Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1582 | 2023-12-05T04:16:29.930Z | Compiling inout v0.1.3 |
1583 | 2023-12-05T04:16:30.843Z | Compiling phf v0.11.2 |
1584 | 2023-12-05T04:16:31.266Z | Compiling hyper-tls v0.5.0 |
1585 | 2023-12-05T04:16:31.353Z | Compiling hyper-rustls v0.24.2 |
1586 | 2023-12-05T04:16:31.768Z | Compiling signal-hook-mio v0.2.3 |
1587 | 2023-12-05T04:16:31.987Z | Compiling bzip2 v0.4.4 |
1588 | 2023-12-05T04:16:32.137Z | Compiling flate2 v1.0.28 |
1589 | 2023-12-05T04:16:32.551Z | Compiling postgres-types v0.2.6 |
1590 | 2023-12-05T04:16:33.096Z | Compiling itertools v0.11.0 |
1591 | 2023-12-05T04:16:33.688Z | Compiling pin-project v1.1.3 |
1592 | 2023-12-05T04:16:33.864Z | Compiling hubpack v0.1.2 |
1593 | 2023-12-05T04:16:33.948Z | Compiling serde_urlencoded v0.7.1 |
1594 | 2023-12-05T04:16:34.501Z | Compiling phf_shared v0.10.0 |
1595 | 2023-12-05T04:16:34.736Z | Compiling ipnetwork v0.20.0 |
1596 | 2023-12-05T04:16:35.796Z | Compiling zerocopy v0.6.4 |
1597 | 2023-12-05T04:16:35.991Z | Compiling futures-executor v0.3.29 |
1598 | 2023-12-05T04:16:36.999Z | Compiling float-cmp v0.9.0 |
1599 | 2023-12-05T04:16:37.138Z | Compiling proc-macro-error-attr v1.0.4 |
1600 | 2023-12-05T04:16:37.313Z | Compiling encoding_rs v0.8.33 |
1601 | 2023-12-05T04:16:37.853Z | Compiling predicates-core v1.0.6 |
1602 | 2023-12-05T04:16:38.311Z | Compiling static_assertions v1.1.0 |
1603 | 2023-12-05T04:16:38.449Z | Compiling precomputed-hash v0.1.1 |
1604 | 2023-12-05T04:16:38.603Z | Compiling data-encoding v2.4.0 |
1605 | 2023-12-05T04:16:41.498Z | Compiling normalize-line-endings v0.3.0 |
1606 | 2023-12-05T04:16:41.661Z | Compiling mime v0.3.17 |
1607 | 2023-12-05T04:16:43.364Z | Compiling fixedbitset v0.4.2 |
1608 | 2023-12-05T04:16:43.448Z | Compiling difflib v0.4.0 |
1609 | 2023-12-05T04:16:43.636Z | Compiling regex-automata v0.3.8 |
1610 | 2023-12-05T04:16:45.805Z | Compiling new_debug_unreachable v1.0.4 |
1611 | 2023-12-05T04:16:47.440Z | Compiling webpki-roots v0.25.2 |
1612 | 2023-12-05T04:16:47.459Z | Compiling whoami v1.4.1 |
1613 | 2023-12-05T04:16:47.661Z | Compiling reqwest v0.11.22 |
1614 | 2023-12-05T04:16:48.282Z | Compiling tokio-postgres v0.7.10 |
1615 | 2023-12-05T04:16:52.988Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1616 | 2023-12-05T04:16:56.019Z | Compiling bstr v1.6.0 |
1617 | 2023-12-05T04:16:58.455Z | Compiling string_cache v0.8.7 |
1618 | 2023-12-05T04:16:58.506Z | Compiling predicates v3.0.4 |
1619 | 2023-12-05T04:16:58.590Z | Compiling petgraph v0.6.4 |
1620 | 2023-12-05T04:16:59.090Z | Compiling trust-dns-proto v0.22.0 |
1621 | 2023-12-05T04:17:00.116Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1622 | 2023-12-05T04:17:09.229Z | Compiling futures v0.3.29 |
1623 | 2023-12-05T04:17:09.720Z | Compiling diesel v2.1.4 |
1624 | 2023-12-05T04:17:10.604Z | Compiling yasna v0.5.2 |
1625 | 2023-12-05T04:17:11.688Z | Compiling snafu v0.7.5 |
1626 | 2023-12-05T04:17:11.840Z | Compiling zip v0.6.6 |
1627 | 2023-12-05T04:17:12.112Z | Compiling crossterm v0.27.0 |
1628 | 2023-12-05T04:17:12.223Z | Compiling cipher v0.4.4 |
1629 | 2023-12-05T04:17:12.946Z | Compiling similar v2.2.1 |
1630 | 2023-12-05T04:17:13.334Z | Compiling clap v4.4.3 |
1631 | 2023-12-05T04:17:13.491Z | Compiling bit-set v0.5.3 |
1632 | 2023-12-05T04:17:13.918Z | Compiling itertools v0.10.5 |
1633 | 2023-12-05T04:17:15.094Z | Compiling usdt v0.3.5 |
1634 | 2023-12-05T04:17:15.401Z | Compiling console v0.15.7 |
1635 | 2023-12-05T04:17:15.511Z | Compiling tokio-stream v0.1.14 |
1636 | 2023-12-05T04:17:16.304Z | Compiling proc-macro-crate v1.3.1 |
1637 | 2023-12-05T04:17:16.947Z | Compiling toml v0.7.8 |
1638 | 2023-12-05T04:17:17.491Z | Compiling toml_edit v0.21.0 |
1639 | 2023-12-05T04:17:17.675Z | Compiling hex v0.4.3 |
1640 | 2023-12-05T04:17:17.697Z | Compiling signature v2.1.0 |
1641 | 2023-12-05T04:17:18.363Z | Compiling proc-macro-error v1.0.4 |
1642 | 2023-12-05T04:17:18.794Z | Compiling lalrpop-util v0.19.12 |
1643 | 2023-12-05T04:17:21.586Z | Compiling num_enum_derive v0.5.11 |
1644 | 2023-12-05T04:17:25.552Z | Compiling atty v0.2.14 |
1645 | 2023-12-05T04:17:25.718Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1646 | 2023-12-05T04:17:26.039Z | Compiling ident_case v1.0.1 |
1647 | 2023-12-05T04:17:27.155Z | Compiling darling_core v0.20.3 |
1648 | 2023-12-05T04:17:31.791Z | Compiling num_enum v0.5.11 |
1649 | 2023-12-05T04:17:52.158Z | Compiling dirs-sys-next v0.1.2 |
1650 | 2023-12-05T04:17:53.971Z | Compiling camino v1.1.6 |
1651 | 2023-12-05T04:17:56.428Z | Compiling postcard-cobs v0.1.5-pre |
1652 | 2023-12-05T04:17:56.469Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1653 | 2023-12-05T04:17:57.354Z | Compiling postcard v0.7.3 |
1654 | 2023-12-05T04:17:58.758Z | Compiling dirs-next v2.0.0 |
1655 | 2023-12-05T04:18:03.526Z | Compiling darling_macro v0.20.3 |
1656 | 2023-12-05T04:18:06.058Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1657 | 2023-12-05T04:18:15.918Z | Compiling smoltcp v0.8.2 |
1658 | 2023-12-05T04:18:18.641Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1659 | 2023-12-05T04:18:19.042Z | Compiling getopts v0.2.21 |
1660 | 2023-12-05T04:18:24.711Z | Compiling structmeta-derive v0.2.0 |
1661 | 2023-12-05T04:18:28.984Z | Compiling foreign-types-macros v0.2.3 |
1662 | 2023-12-05T04:18:33.118Z | Compiling thread_local v1.1.7 |
1663 | 2023-12-05T04:18:34.427Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1664 | 2023-12-05T04:18:34.854Z | Compiling multer v2.1.0 |
1665 | 2023-12-05T04:18:35.280Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1666 | 2023-12-05T04:18:35.816Z | Compiling foreign-types-shared v0.3.1 |
1667 | 2023-12-05T04:18:35.989Z | Compiling unsafe-libyaml v0.2.9 |
1668 | 2023-12-05T04:18:36.855Z | Compiling slog-async v2.8.0 |
1669 | 2023-12-05T04:18:37.515Z | Compiling match_cfg v0.1.0 |
1670 | 2023-12-05T04:18:38.857Z | Compiling cfg-if v0.1.10 |
1671 | 2023-12-05T04:18:38.991Z | Compiling paste v1.0.14 |
1672 | 2023-12-05T04:18:40.595Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1673 | 2023-12-05T04:18:41.714Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1674 | 2023-12-05T04:18:47.287Z | Compiling serde_yaml v0.9.25 |
1675 | 2023-12-05T04:18:48.010Z | Compiling hostname v0.3.1 |
1676 | 2023-12-05T04:18:48.461Z | Compiling foreign-types v0.5.0 |
1677 | 2023-12-05T04:18:49.881Z | Compiling structmeta v0.2.0 |
1678 | 2023-12-05T04:18:52.309Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1679 | 2023-12-05T04:18:58.299Z | Compiling darling v0.20.3 |
1680 | 2023-12-05T04:19:00.674Z | Compiling term v0.7.0 |
1681 | 2023-12-05T04:19:05.334Z | Compiling slog-json v2.6.1 |
1682 | 2023-12-05T04:19:07.063Z | Compiling is-terminal v0.4.9 |
1683 | 2023-12-05T04:19:07.243Z | Compiling crossbeam-channel v0.5.8 |
1684 | 2023-12-05T04:19:09.774Z | Compiling strum v0.25.0 |
1685 | 2023-12-05T04:19:10.025Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1686 | 2023-12-05T04:19:10.060Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1687 | 2023-12-05T04:19:11.129Z | Compiling async-stream-impl v0.3.5 |
1688 | 2023-12-05T04:19:11.308Z | Compiling cstr-argument v0.1.2 |
1689 | 2023-12-05T04:19:11.513Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1690 | 2023-12-05T04:19:11.793Z | Compiling fastrand v2.0.0 |
1691 | 2023-12-05T04:19:11.868Z | Compiling atomic-waker v1.1.1 |
1692 | 2023-12-05T04:19:11.930Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1693 | 2023-12-05T04:19:12.970Z | Compiling take_mut v0.2.2 |
1694 | 2023-12-05T04:19:13.035Z | Compiling regex-syntax v0.7.5 |
1695 | 2023-12-05T04:19:13.218Z | Compiling crucible-workspace-hack v0.1.0 |
1696 | 2023-12-05T04:19:13.631Z | Compiling pretty-hex v0.2.1 |
1697 | 2023-12-05T04:19:21.532Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1698 | 2023-12-05T04:19:23.265Z | Compiling parse-display-derive v0.8.2 |
1699 | 2023-12-05T04:19:27.449Z | Compiling async-stream v0.3.5 |
1700 | 2023-12-05T04:19:29.462Z | Compiling tempfile v3.8.1 |
1701 | 2023-12-05T04:19:31.922Z | Compiling waitgroup v0.1.2 |
1702 | 2023-12-05T04:19:32.395Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1703 | 2023-12-05T04:19:33.701Z | Compiling colored v2.0.4 |
1704 | 2023-12-05T04:19:35.899Z | Compiling slog-bunyan v2.4.0 |
1705 | 2023-12-05T04:19:36.273Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1706 | 2023-12-05T04:19:38.191Z | Compiling slog-term v2.9.0 |
1707 | 2023-12-05T04:19:39.991Z | Compiling serde_with_macros v2.3.3 |
1708 | 2023-12-05T04:19:46.914Z | Compiling toml v0.8.8 |
1709 | 2023-12-05T04:19:48.168Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1710 | 2023-12-05T04:19:49.226Z | Compiling sha1 v0.10.6 |
1711 | 2023-12-05T04:19:50.585Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1712 | 2023-12-05T04:19:50.769Z | Compiling textwrap v0.11.0 |
1713 | 2023-12-05T04:19:51.867Z | Compiling heck v0.3.3 |
1714 | 2023-12-05T04:19:52.544Z | Compiling serde_path_to_error v0.1.14 |
1715 | 2023-12-05T04:19:53.831Z | Compiling instant v0.1.12 |
1716 | 2023-12-05T04:19:54.050Z | Compiling vec_map v0.8.2 |
1717 | 2023-12-05T04:19:54.205Z | Compiling libefi-sys v0.1.0 |
1718 | 2023-12-05T04:19:54.413Z | Compiling rayon-core v1.12.0 |
1719 | 2023-12-05T04:19:54.539Z | Compiling strsim v0.8.0 |
1720 | 2023-12-05T04:19:54.628Z | Compiling debug-ignore v1.0.5 |
1721 | 2023-12-05T04:19:54.826Z | Compiling ansi_term v0.12.1 |
1722 | 2023-12-05T04:19:55.503Z | Compiling clap v2.34.0 |
1723 | 2023-12-05T04:19:55.852Z | Compiling backoff v0.4.0 |
1724 | 2023-12-05T04:19:56.302Z | Compiling structopt-derive v0.4.18 |
1725 | 2023-12-05T04:19:56.420Z | Compiling serde_with v2.3.3 |
1726 | 2023-12-05T04:19:56.842Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1727 | 2023-12-05T04:20:00.672Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1728 | 2023-12-05T04:20:01.597Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1729 | 2023-12-05T04:20:01.904Z | Compiling parse-display v0.8.2 |
1730 | 2023-12-05T04:20:02.359Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1731 | 2023-12-05T04:20:03.144Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1732 | 2023-12-05T04:20:03.387Z | Compiling zone_cfg_derive v0.3.0 |
1733 | 2023-12-05T04:20:04.016Z | Compiling crossbeam-deque v0.8.3 |
1734 | 2023-12-05T04:20:04.686Z | Compiling macaddr v1.0.1 |
1735 | 2023-12-05T04:20:05.192Z | Compiling num-derive v0.4.0 |
1736 | 2023-12-05T04:20:05.615Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1737 | 2023-12-05T04:20:05.955Z | Compiling portable-atomic v1.4.3 |
1738 | 2023-12-05T04:20:06.405Z | Compiling zone v0.3.0 |
1739 | 2023-12-05T04:20:08.778Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1740 | 2023-12-05T04:20:11.678Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1741 | 2023-12-05T04:20:12.359Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1742 | 2023-12-05T04:20:13.220Z | Compiling structopt v0.3.26 |
1743 | 2023-12-05T04:20:13.468Z | Compiling camino-tempfile v1.1.1 |
1744 | 2023-12-05T04:20:13.972Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1745 | 2023-12-05T04:20:14.735Z | Compiling smf v0.2.2 |
1746 | 2023-12-05T04:20:14.758Z | Compiling filetime v0.2.22 |
1747 | 2023-12-05T04:20:15.227Z | Compiling xattr v1.0.1 |
1748 | 2023-12-05T04:20:15.683Z | Compiling same-file v1.0.6 |
1749 | 2023-12-05T04:20:15.842Z | Compiling tar v0.4.40 |
1750 | 2023-12-05T04:20:16.135Z | Compiling walkdir v2.4.0 |
1751 | 2023-12-05T04:20:18.104Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1752 | 2023-12-05T04:20:18.740Z | Compiling rayon v1.8.0 |
1753 | 2023-12-05T04:20:19.405Z | Compiling number_prefix v0.4.0 |
1754 | 2023-12-05T04:20:19.850Z | Compiling omicron-zone-package v0.9.1 |
1755 | 2023-12-05T04:20:22.121Z | Compiling topological-sort v0.2.2 |
1756 | 2023-12-05T04:20:22.495Z | Compiling swrite v0.1.0 |
1757 | 2023-12-05T04:20:27.338Z | Compiling indicatif v0.17.7 |
1758 | 2023-12-05T04:20:45.364Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2023-12-05T04:20:55.703Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1760 | 2023-12-05T04:20:59.002Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1761 | 2023-12-05T04:21:00.211Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1762 | 2023-12-05T04:21:27.063Z | Finished release [optimized] target(s) in 7m 43s |
1763 | 2023-12-05T04:21:27.307Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1764 | 2023-12-05T04:21:27.386Z | Created new build target 'test' and set it as active |
1765 | 2023-12-05T04:21:27.389Z | |
1766 | 2023-12-05T04:21:27.389Z | real 7:43.945672865 |
1767 | 2023-12-05T04:21:27.389Z | user 49:54.050915276 |
1768 | 2023-12-05T04:21:27.389Z | sys 4:24.654435903 |
1769 | 2023-12-05T04:21:27.389Z | trap 2.098085653 |
1770 | 2023-12-05T04:21:27.389Z | tflt 3.081083587 |
1771 | 2023-12-05T04:21:27.389Z | dflt 5.599626220 |
1772 | 2023-12-05T04:21:27.389Z | kflt 0.030192451 |
1773 | 2023-12-05T04:21:27.389Z | lock 1:48:26.542833008 |
1774 | 2023-12-05T04:21:27.389Z | slp 2:20:13.109956149 |
1775 | 2023-12-05T04:21:27.389Z | lat 2:25.925675838 |
1776 | 2023-12-05T04:21:27.389Z | stop 3:33.397467877 |
1777 | 2023-12-05T04:21:27.392Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1778 | 2023-12-05T04:21:28.451Z | Finished release [optimized] target(s) in 0.98s |
1779 | 2023-12-05T04:21:28.478Z | Running `target/release/omicron-package -t test package` |
1780 | 2023-12-05T04:21:28.516Z | Dec 05 04:21:28.514 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1781 | 2023-12-05T04:21:29.628Z | Compiling base64ct v1.6.0 |
1782 | 2023-12-05T04:21:29.631Z | Compiling linked-hash-map v0.5.6 |
1783 | 2023-12-05T04:21:29.631Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1784 | 2023-12-05T04:21:29.631Z | Compiling blake2 v0.10.6 |
1785 | 2023-12-05T04:21:29.631Z | Compiling same-file v1.0.6 |
1786 | 2023-12-05T04:21:29.631Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1787 | 2023-12-05T04:21:29.631Z | Compiling semver-parser v0.10.2 |
1788 | 2023-12-05T04:21:29.631Z | Compiling quick-error v1.2.3 |
1789 | 2023-12-05T04:21:29.826Z | Compiling fastrand v2.0.0 |
1790 | 2023-12-05T04:21:29.977Z | Compiling walkdir v2.4.0 |
1791 | 2023-12-05T04:21:30.656Z | Compiling lru-cache v0.1.2 |
1792 | 2023-12-05T04:21:30.661Z | Compiling password-hash v0.5.0 |
1793 | 2023-12-05T04:21:30.661Z | Compiling tempfile v3.8.1 |
1794 | 2023-12-05T04:21:30.867Z | Compiling semver v0.11.0 |
1795 | 2023-12-05T04:21:30.998Z | Compiling resolv-conf v0.7.0 |
1796 | 2023-12-05T04:21:32.146Z | Compiling argon2 v0.5.2 |
1797 | 2023-12-05T04:21:32.151Z | Compiling filetime v0.2.22 |
1798 | 2023-12-05T04:21:32.151Z | Compiling xattr v1.0.1 |
1799 | 2023-12-05T04:21:32.273Z | Compiling slog-dtrace v0.2.3 |
1800 | 2023-12-05T04:21:32.325Z | Compiling home v0.5.5 |
1801 | 2023-12-05T04:21:32.660Z | Compiling toolchain_find v0.2.0 |
1802 | 2023-12-05T04:21:32.716Z | Compiling tar v0.4.40 |
1803 | 2023-12-05T04:21:32.766Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1804 | 2023-12-05T04:21:33.442Z | Compiling trust-dns-resolver v0.22.0 |
1805 | 2023-12-05T04:21:33.746Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1806 | 2023-12-05T04:21:34.149Z | Compiling toml v0.5.11 |
1807 | 2023-12-05T04:21:34.293Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1808 | 2023-12-05T04:21:34.581Z | Compiling omicron-zone-package v0.9.1 |
1809 | 2023-12-05T04:21:35.726Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1810 | 2023-12-05T04:21:36.100Z | Compiling toml v0.8.8 |
1811 | 2023-12-05T04:21:36.338Z | Compiling num-rational v0.4.1 |
1812 | 2023-12-05T04:21:36.763Z | Compiling cancel-safe-futures v0.1.5 |
1813 | 2023-12-05T04:21:37.226Z | Compiling rustfmt-wrapper v0.2.0 |
1814 | 2023-12-05T04:21:37.596Z | Compiling convert_case v0.4.0 |
1815 | 2023-12-05T04:21:38.802Z | Compiling derive_more v0.99.17 |
1816 | 2023-12-05T04:21:39.499Z | Compiling num-complex v0.4.4 |
1817 | 2023-12-05T04:21:39.661Z | Compiling pem-rfc7468 v0.7.0 |
1818 | 2023-12-05T04:21:40.431Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1819 | 2023-12-05T04:21:41.264Z | Compiling hkdf v0.12.3 |
1820 | 2023-12-05T04:21:41.615Z | Compiling num v0.4.1 |
1821 | 2023-12-05T04:21:41.640Z | Compiling fxhash v0.2.1 |
1822 | 2023-12-05T04:21:41.760Z | Compiling der_derive v0.7.2 |
1823 | 2023-12-05T04:21:41.957Z | Compiling unicase v2.7.0 |
1824 | 2023-12-05T04:21:42.002Z | Compiling flagset v0.4.3 |
1825 | 2023-12-05T04:21:42.331Z | Compiling semver v0.1.20 |
1826 | 2023-12-05T04:21:42.382Z | Compiling utf-8 v0.7.6 |
1827 | 2023-12-05T04:21:42.409Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1828 | 2023-12-05T04:21:42.567Z | Compiling keccak v0.1.4 |
1829 | 2023-12-05T04:21:42.966Z | Compiling rustc_version v0.1.7 |
1830 | 2023-12-05T04:21:43.232Z | Compiling tungstenite v0.20.1 |
1831 | 2023-12-05T04:21:43.564Z | Compiling ciborium-io v0.2.1 |
1832 | 2023-12-05T04:21:43.731Z | Compiling radium v0.7.0 |
1833 | 2023-12-05T04:21:44.202Z | Compiling arc-swap v1.6.0 |
1834 | 2023-12-05T04:21:44.347Z | Compiling half v1.8.2 |
1835 | 2023-12-05T04:21:45.343Z | Compiling ciborium-ll v0.2.1 |
1836 | 2023-12-05T04:21:45.521Z | Compiling der v0.7.8 |
1837 | 2023-12-05T04:21:46.189Z | Compiling tokio-tungstenite v0.20.1 |
1838 | 2023-12-05T04:21:46.347Z | Compiling slog-scope v4.4.0 |
1839 | 2023-12-05T04:21:47.141Z | Compiling newtype_derive v0.1.6 |
1840 | 2023-12-05T04:21:47.539Z | Compiling sha3 v0.10.8 |
1841 | 2023-12-05T04:21:47.824Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1842 | 2023-12-05T04:21:48.942Z | Compiling secrecy v0.8.0 |
1843 | 2023-12-05T04:21:49.330Z | Compiling spki v0.7.2 |
1844 | 2023-12-05T04:21:50.134Z | Compiling parking_lot_core v0.8.6 |
1845 | 2023-12-05T04:21:50.739Z | Compiling tap v1.0.1 |
1846 | 2023-12-05T04:21:51.009Z | Compiling maybe-uninit v2.0.0 |
1847 | 2023-12-05T04:21:51.013Z | Compiling wyz v0.5.1 |
1848 | 2023-12-05T04:21:51.835Z | Compiling slog-stdlog v4.1.1 |
1849 | 2023-12-05T04:21:52.946Z | Compiling ciborium v0.2.1 |
1850 | 2023-12-05T04:21:52.994Z | Compiling nibble_vec v0.1.0 |
1851 | 2023-12-05T04:21:53.333Z | Compiling funty v2.0.0 |
1852 | 2023-12-05T04:21:53.346Z | Compiling endian-type v0.1.2 |
1853 | 2023-12-05T04:21:53.655Z | Compiling packed_struct v0.10.1 |
1854 | 2023-12-05T04:21:54.229Z | Compiling crc-catalog v2.2.0 |
1855 | 2023-12-05T04:21:54.424Z | Compiling num-bigint-dig v0.8.4 |
1856 | 2023-12-05T04:21:54.841Z | Compiling crc v3.0.1 |
1857 | 2023-12-05T04:21:55.976Z | Compiling bitvec v1.0.1 |
1858 | 2023-12-05T04:21:56.324Z | Compiling radix_trie v0.2.1 |
1859 | 2023-12-05T04:21:57.517Z | Compiling slog-envlogger v2.2.0 |
1860 | 2023-12-05T04:21:58.223Z | Compiling pkcs8 v0.10.2 |
1861 | 2023-12-05T04:21:59.028Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1862 | 2023-12-05T04:21:59.396Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1863 | 2023-12-05T04:22:00.118Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1864 | 2023-12-05T04:22:01.180Z | Compiling packed_struct_codegen v0.10.1 |
1865 | 2023-12-05T04:22:02.001Z | Compiling dirs-sys-next v0.1.2 |
1866 | 2023-12-05T04:22:02.764Z | Compiling nodrop v0.1.14 |
1867 | 2023-12-05T04:22:02.924Z | Compiling glob v0.3.1 |
1868 | 2023-12-05T04:22:04.260Z | Compiling platforms v3.0.2 |
1869 | 2023-12-05T04:22:04.713Z | Compiling crunchy v0.2.2 |
1870 | 2023-12-05T04:22:05.433Z | Compiling clang-sys v1.6.1 |
1871 | 2023-12-05T04:22:06.436Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1872 | 2023-12-05T04:22:07.048Z | Compiling array-init v0.0.4 |
1873 | 2023-12-05T04:22:09.119Z | Compiling dirs-next v2.0.0 |
1874 | 2023-12-05T04:22:09.371Z | Compiling pkcs1 v0.7.5 |
1875 | 2023-12-05T04:22:10.795Z | Compiling parking_lot v0.11.2 |
1876 | 2023-12-05T04:22:13.185Z | Compiling smallvec v0.6.14 |
1877 | 2023-12-05T04:22:13.929Z | Compiling steno v0.4.0 |
1878 | 2023-12-05T04:22:14.762Z | Compiling mime_guess v2.0.4 |
1879 | 2023-12-05T04:22:15.596Z | Compiling trust-dns-client v0.22.0 |
1880 | 2023-12-05T04:22:17.518Z | Compiling tiny-keccak v2.0.2 |
1881 | 2023-12-05T04:22:17.905Z | Compiling bitfield v0.14.0 |
1882 | 2023-12-05T04:22:18.360Z | Compiling termcolor v1.2.0 |
1883 | 2023-12-05T04:22:20.444Z | Compiling prettyplease v0.2.12 |
1884 | 2023-12-05T04:22:20.890Z | Compiling rsa v0.9.2 |
1885 | 2023-12-05T04:22:24.589Z | Compiling trust-dns-server v0.22.1 |
1886 | 2023-12-05T04:22:29.565Z | Compiling env_logger v0.10.0 |
1887 | 2023-12-05T04:22:33.796Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1888 | 2023-12-05T04:22:34.099Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1889 | 2023-12-05T04:22:36.746Z | Compiling serde-hex v0.1.0 |
1890 | 2023-12-05T04:22:36.757Z | Compiling sled v0.34.7 |
1891 | 2023-12-05T04:22:45.917Z | Compiling term v0.7.0 |
1892 | 2023-12-05T04:22:47.944Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1893 | 2023-12-05T04:22:56.957Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1894 | 2023-12-05T04:22:57.474Z | Compiling x509-cert v0.2.4 |
1895 | 2023-12-05T04:23:02.473Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1896 | 2023-12-05T04:23:19.677Z | Compiling darling_core v0.14.4 |
1897 | 2023-12-05T04:23:23.579Z | Compiling itertools v0.12.0 |
1898 | 2023-12-05T04:23:28.398Z | Compiling ron v0.8.1 |
1899 | 2023-12-05T04:23:28.983Z | Compiling pretty-hex v0.4.0 |
1900 | 2023-12-05T04:23:29.402Z | Compiling buf-list v1.0.3 |
1901 | 2023-12-05T04:23:29.452Z | Compiling crc-any v2.4.3 |
1902 | 2023-12-05T04:23:30.179Z | Compiling minimal-lexical v0.2.1 |
1903 | 2023-12-05T04:23:30.992Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1904 | 2023-12-05T04:23:31.078Z | Compiling nom v7.1.3 |
1905 | 2023-12-05T04:23:31.237Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1906 | 2023-12-05T04:23:33.881Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1907 | 2023-12-05T04:23:37.262Z | Compiling darling_macro v0.14.4 |
1908 | 2023-12-05T04:23:38.484Z | Compiling curve25519-dalek v4.1.0 |
1909 | 2023-12-05T04:23:38.722Z | Compiling ascii-canvas v3.0.0 |
1910 | 2023-12-05T04:23:39.049Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1911 | 2023-12-05T04:23:39.060Z | Compiling object v0.30.4 |
1912 | 2023-12-05T04:23:39.479Z | Compiling is-terminal v0.4.9 |
1913 | 2023-12-05T04:23:39.642Z | Compiling ff v0.13.0 |
1914 | 2023-12-05T04:23:39.985Z | Compiling libsw v3.3.0 |
1915 | 2023-12-05T04:23:40.530Z | Compiling kstat-rs v0.2.3 |
1916 | 2023-12-05T04:23:41.902Z | Compiling ena v0.14.2 |
1917 | 2023-12-05T04:23:42.508Z | Compiling derive-where v1.2.6 |
1918 | 2023-12-05T04:23:42.544Z | Compiling libloading v0.7.4 |
1919 | 2023-12-05T04:23:43.055Z | Compiling linear-map v1.2.0 |
1920 | 2023-12-05T04:23:43.686Z | Compiling bindgen v0.65.1 |
1921 | 2023-12-05T04:23:44.282Z | Compiling path-slash v0.1.5 |
1922 | 2023-12-05T04:23:44.599Z | Compiling diff v0.1.13 |
1923 | 2023-12-05T04:23:45.088Z | Compiling regex-syntax v0.6.29 |
1924 | 2023-12-05T04:23:45.473Z | Compiling owo-colors v3.5.0 |
1925 | 2023-12-05T04:23:50.855Z | Compiling lalrpop v0.19.12 |
1926 | 2023-12-05T04:23:54.250Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1927 | 2023-12-05T04:24:00.655Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1928 | 2023-12-05T04:24:01.551Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1929 | 2023-12-05T04:24:05.139Z | Compiling group v0.13.0 |
1930 | 2023-12-05T04:24:05.578Z | Compiling darling v0.14.4 |
1931 | 2023-12-05T04:24:06.821Z | Compiling cexpr v0.6.0 |
1932 | 2023-12-05T04:24:09.893Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1933 | 2023-12-05T04:24:12.106Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1934 | 2023-12-05T04:24:13.580Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1935 | 2023-12-05T04:24:14.700Z | Compiling which v4.4.0 |
1936 | 2023-12-05T04:24:15.548Z | Compiling universal-hash v0.5.1 |
1937 | 2023-12-05T04:24:15.867Z | Compiling crypto-bigint v0.5.2 |
1938 | 2023-12-05T04:24:16.768Z | Compiling curve25519-dalek-derive v0.1.0 |
1939 | 2023-12-05T04:24:18.774Z | Compiling thiserror-impl-no-std v2.0.2 |
1940 | 2023-12-05T04:24:18.925Z | Compiling memoffset v0.7.1 |
1941 | 2023-12-05T04:24:19.345Z | Compiling peeking_take_while v0.1.2 |
1942 | 2023-12-05T04:24:19.527Z | Compiling lazycell v1.3.0 |
1943 | 2023-12-05T04:24:19.747Z | Compiling display-error-chain v0.2.0 |
1944 | 2023-12-05T04:24:20.004Z | Compiling base16ct v0.2.0 |
1945 | 2023-12-05T04:24:20.605Z | Compiling shlex v1.1.0 |
1946 | 2023-12-05T04:24:20.970Z | Compiling rustc-hash v1.1.0 |
1947 | 2023-12-05T04:24:21.037Z | Compiling opaque-debug v0.3.0 |
1948 | 2023-12-05T04:24:21.177Z | Compiling poly1305 v0.8.0 |
1949 | 2023-12-05T04:24:21.436Z | Compiling elliptic-curve v0.13.5 |
1950 | 2023-12-05T04:24:22.332Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1951 | 2023-12-05T04:24:23.225Z | Compiling thiserror-no-std v2.0.2 |
1952 | 2023-12-05T04:24:23.746Z | Compiling derive_builder_core v0.12.0 |
1953 | 2023-12-05T04:24:27.400Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1954 | 2023-12-05T04:24:28.523Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1955 | 2023-12-05T04:24:28.921Z | Compiling chacha20 v0.9.1 |
1956 | 2023-12-05T04:24:29.651Z | Compiling globset v0.4.13 |
1957 | 2023-12-05T04:24:36.507Z | Compiling pem v3.0.2 |
1958 | 2023-12-05T04:24:37.914Z | Compiling polar-core v0.27.0 |
1959 | 2023-12-05T04:24:38.472Z | Compiling olpc-cjson v0.1.3 |
1960 | 2023-12-05T04:24:39.107Z | Compiling aead v0.5.2 |
1961 | 2023-12-05T04:24:39.334Z | Compiling bcs v0.1.6 |
1962 | 2023-12-05T04:24:39.563Z | Compiling serde_plain v1.0.2 |
1963 | 2023-12-05T04:24:40.038Z | Compiling libxml v0.3.3 |
1964 | 2023-12-05T04:24:40.332Z | Compiling async-recursion v1.0.5 |
1965 | 2023-12-05T04:24:40.566Z | Compiling highway v1.1.0 |
1966 | 2023-12-05T04:24:40.814Z | Compiling ref-cast v1.0.20 |
1967 | 2023-12-05T04:24:41.490Z | Compiling typed-path v0.6.0 |
1968 | 2023-12-05T04:24:41.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1969 | 2023-12-05T04:24:43.752Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1970 | 2023-12-05T04:24:44.457Z | Compiling chacha20poly1305 v0.10.1 |
1971 | 2023-12-05T04:24:44.510Z | Compiling derive_builder_macro v0.12.0 |
1972 | 2023-12-05T04:24:45.332Z | Compiling vsss-rs v3.3.1 |
1973 | 2023-12-05T04:24:45.715Z | Compiling tough v0.15.0 |
1974 | 2023-12-05T04:24:46.253Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1975 | 2023-12-05T04:24:52.722Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1976 | 2023-12-05T04:24:52.994Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1977 | 2023-12-05T04:24:53.175Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1978 | 2023-12-05T04:24:56.197Z | Compiling strum_macros v0.24.3 |
1979 | 2023-12-05T04:24:56.516Z | Compiling ref-cast-impl v1.0.20 |
1980 | 2023-12-05T04:24:57.697Z | Compiling cookie v0.18.0 |
1981 | 2023-12-05T04:24:58.119Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1982 | 2023-12-05T04:24:58.221Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1983 | 2023-12-05T04:24:58.548Z | Compiling signature v1.6.4 |
1984 | 2023-12-05T04:24:58.649Z | Compiling salty v0.2.0 |
1985 | 2023-12-05T04:24:58.755Z | Compiling indoc v1.0.9 |
1986 | 2023-12-05T04:24:59.198Z | Compiling http-range v0.1.5 |
1987 | 2023-12-05T04:25:00.127Z | Compiling hyper-staticfile v0.9.5 |
1988 | 2023-12-05T04:25:00.162Z | Compiling ed25519 v1.5.3 |
1989 | 2023-12-05T04:25:01.091Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1990 | 2023-12-05T04:25:05.748Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1991 | 2023-12-05T04:25:14.403Z | Compiling derive_builder v0.12.0 |
1992 | 2023-12-05T04:25:18.673Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1993 | 2023-12-05T04:25:24.878Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1994 | 2023-12-05T04:25:25.404Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1995 | 2023-12-05T04:25:25.815Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1996 | 2023-12-05T04:25:29.954Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1997 | 2023-12-05T04:25:30.107Z | Compiling headers-core v0.2.0 |
1998 | 2023-12-05T04:25:30.312Z | Compiling bb8 v0.8.1 |
1999 | 2023-12-05T04:25:30.334Z | Compiling quick-xml v0.23.1 |
2000 | 2023-12-05T04:25:31.209Z | Compiling serde-big-array v0.5.1 |
2001 | 2023-12-05T04:25:31.575Z | Compiling oso-derive v0.27.0 |
2002 | 2023-12-05T04:25:33.026Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2003 | 2023-12-05T04:25:34.266Z | Compiling impl-trait-for-tuples v0.2.2 |
2004 | 2023-12-05T04:25:34.622Z | Compiling fs-err v2.11.0 |
2005 | 2023-12-05T04:25:34.842Z | Compiling maplit v1.0.2 |
2006 | 2023-12-05T04:25:35.235Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2007 | 2023-12-05T04:25:48.797Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2008 | 2023-12-05T04:25:49.826Z | Compiling headers v0.3.9 |
2009 | 2023-12-05T04:25:50.219Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2010 | 2023-12-05T04:25:50.458Z | Compiling oso v0.27.0 |
2011 | 2023-12-05T04:26:02.384Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2012 | 2023-12-05T04:26:06.392Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2013 | 2023-12-05T04:26:06.623Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2014 | 2023-12-05T04:26:06.787Z | Compiling signal-hook-tokio v0.3.1 |
2015 | 2023-12-05T04:26:07.067Z | Compiling serde-big-array v0.4.1 |
2016 | 2023-12-05T04:26:07.331Z | Compiling cassowary v0.3.0 |
2017 | 2023-12-05T04:26:08.649Z | Compiling indoc v2.0.3 |
2018 | 2023-12-05T04:26:10.287Z | Compiling ratatui v0.23.0 |
2019 | 2023-12-05T04:26:11.162Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2020 | 2023-12-05T04:26:13.776Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2021 | 2023-12-05T04:26:16.366Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2022 | 2023-12-05T04:26:21.837Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2023 | 2023-12-05T04:26:22.396Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2024 | 2023-12-05T04:26:29.854Z | Compiling fatfs v0.3.6 |
2025 | 2023-12-05T04:26:32.282Z | Compiling bytesize v1.3.0 |
2026 | 2023-12-05T04:26:33.192Z | Compiling nanorand v0.7.0 |
2027 | 2023-12-05T04:26:34.361Z | Compiling rtoolbox v0.0.1 |
2028 | 2023-12-05T04:26:35.046Z | Compiling assert_matches v1.5.0 |
2029 | 2023-12-05T04:26:35.184Z | Compiling corncobs v0.1.3 |
2030 | 2023-12-05T04:26:35.262Z | Compiling smawk v0.3.1 |
2031 | 2023-12-05T04:26:35.441Z | Compiling unicode-linebreak v0.1.5 |
2032 | 2023-12-05T04:26:35.621Z | Compiling is_ci v1.1.1 |
2033 | 2023-12-05T04:26:35.837Z | Compiling supports-color v2.1.0 |
2034 | 2023-12-05T04:26:36.034Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2035 | 2023-12-05T04:26:36.334Z | Compiling textwrap v0.16.0 |
2036 | 2023-12-05T04:26:36.948Z | Compiling rpassword v7.3.1 |
2037 | 2023-12-05T04:26:37.320Z | Compiling flume v0.11.0 |
2038 | 2023-12-05T04:26:37.622Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2039 | 2023-12-05T04:26:38.569Z | Compiling tui-tree-widget v0.13.0 |
2040 | 2023-12-05T04:26:42.019Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2041 | 2023-12-05T04:26:42.619Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2042 | 2023-12-05T04:26:55.046Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2043 | 2023-12-05T04:27:26.573Z | Compiling humantime v2.1.0 |
2044 | 2023-12-05T04:27:28.000Z | Compiling shell-words v1.1.0 |
2045 | 2023-12-05T04:27:28.684Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2046 | 2023-12-05T04:27:54.906Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2047 | 2023-12-05T04:29:01.949Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2048 | 2023-12-05T04:31:16.018Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2049 | 2023-12-05T04:39:46.810Z | Finished release [optimized] target(s) in 18m 18s |
2050 | 2023-12-05T04:41:08.668Z | |
2051 | 2023-12-05T04:41:08.672Z | real 19:41.339933043 |
2052 | 2023-12-05T04:41:08.673Z | user 2:13:33.921592450 |
2053 | 2023-12-05T04:41:08.673Z | sys 5:18.186317933 |
2054 | 2023-12-05T04:41:08.673Z | trap 4.309991428 |
2055 | 2023-12-05T04:41:08.673Z | tflt 0.935336925 |
2056 | 2023-12-05T04:41:08.673Z | dflt 1.988516980 |
2057 | 2023-12-05T04:41:08.673Z | kflt 0.002490725 |
2058 | 2023-12-05T04:41:08.673Z | lock 7:50:50.348461185 |
2059 | 2023-12-05T04:41:08.673Z | slp 5:07:04.154436739 |
2060 | 2023-12-05T04:41:08.673Z | lat 2:24.108914561 |
2061 | 2023-12-05T04:41:08.673Z | stop 37.670895947 |
2062 | 2023-12-05T04:41:08.673Z | + 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/*) |
2063 | 2023-12-05T04:41:08.673Z | + pfexec mkdir -p /work |
2064 | 2023-12-05T04:41:08.678Z | + pfexec chown build /work |
2065 | 2023-12-05T04:41:08.678Z | + 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 |
2066 | 2023-12-05T04:41:21.864Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2067 | 2023-12-05T04:41:21.864Z | a out/mg-ddm-gz.tar 61253K |
2068 | 2023-12-05T04:41:21.864Z | a out/omicron-sled-agent.tar 108491K |
2069 | 2023-12-05T04:41:21.864Z | a out/target/test 1K |
2070 | 2023-12-05T04:41:21.864Z | a out/npuzone/npuzone 36505K |
2071 | 2023-12-05T04:41:21.864Z | a package-manifest.toml 22K |
2072 | 2023-12-05T04:41:21.864Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2073 | 2023-12-05T04:41:21.864Z | a target/release/omicron-package 41585K |
2074 | 2023-12-05T04:41:21.864Z | a tools/create_virtual_hardware.sh 4K |
2075 | 2023-12-05T04:41:21.864Z | a tools/virtual_hardware.sh 4K |
2076 | 2023-12-05T04:41:21.867Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2077 | 2023-12-05T04:41:21.867Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2078 | 2023-12-05T04:41:21.867Z | a tools/scrimlet/softnpu-init.sh 3K |
2079 | 2023-12-05T04:41:21.867Z | a tools/scrimlet/softnpu-zone.txt 1K |
2080 | 2023-12-05T04:41:21.867Z | a tools/scrimlet/softnpu.toml 1K |
2081 | 2023-12-05T04:41:21.872Z | |
2082 | 2023-12-05T04:41:21.872Z | real 13.185826892 |
2083 | 2023-12-05T04:41:21.872Z | user 12.521181533 |
2084 | 2023-12-05T04:41:21.872Z | sys 1.106183467 |
2085 | 2023-12-05T04:41:21.872Z | trap 0.004442226 |
2086 | 2023-12-05T04:41:21.872Z | tflt 0.000000000 |
2087 | 2023-12-05T04:41:21.872Z | dflt 0.000000000 |
2088 | 2023-12-05T04:41:21.872Z | kflt 0.000000000 |
2089 | 2023-12-05T04:41:21.872Z | lock 0.000000000 |
2090 | 2023-12-05T04:41:21.872Z | slp 12.247691334 |
2091 | 2023-12-05T04:41:21.872Z | lat 0.488582696 |
2092 | 2023-12-05T04:41:21.872Z | stop 0.000235153 |
2093 | 2023-12-05T04:41:21.872Z | ++ pwd |
2094 | 2023-12-05T04:41:21.872Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2095 | 2023-12-05T04:41:21.872Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2096 | 2023-12-05T04:41:21.876Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2097 | 2023-12-05T04:41:22.926Z | Finished release [optimized] target(s) in 0.97s |
2098 | 2023-12-05T04:41:22.955Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2099 | 2023-12-05T04:41:22.994Z | Created new build target 'host' and set it as active |
2100 | 2023-12-05T04:41:22.998Z | |
2101 | 2023-12-05T04:41:22.999Z | real 1.115505736 |
2102 | 2023-12-05T04:41:22.999Z | user 0.785230185 |
2103 | 2023-12-05T04:41:22.999Z | sys 0.331008941 |
2104 | 2023-12-05T04:41:22.999Z | trap 0.000105432 |
2105 | 2023-12-05T04:41:22.999Z | tflt 0.000009147 |
2106 | 2023-12-05T04:41:22.999Z | dflt 0.000000000 |
2107 | 2023-12-05T04:41:22.999Z | kflt 0.000000000 |
2108 | 2023-12-05T04:41:22.999Z | lock 0.033950657 |
2109 | 2023-12-05T04:41:22.999Z | slp 0.018837306 |
2110 | 2023-12-05T04:41:22.999Z | lat 0.001945046 |
2111 | 2023-12-05T04:41:22.999Z | stop 0.000227667 |
2112 | 2023-12-05T04:41:22.999Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2113 | 2023-12-05T04:41:24.024Z | Finished release [optimized] target(s) in 0.94s |
2114 | 2023-12-05T04:41:24.058Z | Running `target/release/omicron-package -t host package` |
2115 | 2023-12-05T04:41:24.089Z | Dec 05 04:41:24.091 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2116 | 2023-12-05T04:41:25.135Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2117 | 2023-12-05T04:44:51.511Z | Finished release [optimized] target(s) in 3m 27s |
2118 | 2023-12-05T04:46:18.153Z | |
2119 | 2023-12-05T04:46:18.158Z | real 4:55.162225538 |
2120 | 2023-12-05T04:46:18.158Z | user 20:42.994386791 |
2121 | 2023-12-05T04:46:18.158Z | sys 1:07.076845627 |
2122 | 2023-12-05T04:46:18.158Z | trap 0.575873045 |
2123 | 2023-12-05T04:46:18.158Z | tflt 0.036944938 |
2124 | 2023-12-05T04:46:18.158Z | dflt 1.990696961 |
2125 | 2023-12-05T04:46:18.158Z | kflt 0.000005738 |
2126 | 2023-12-05T04:46:18.158Z | lock 1:11:23.428276933 |
2127 | 2023-12-05T04:46:18.158Z | slp 19:00.102990427 |
2128 | 2023-12-05T04:46:18.158Z | lat 13.312825997 |
2129 | 2023-12-05T04:46:18.158Z | stop 0.737273772 |
2130 | 2023-12-05T04:46:18.158Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2131 | 2023-12-05T04:46:18.158Z | + for package in "$@" |
2132 | 2023-12-05T04:46:18.158Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2133 | 2023-12-05T04:46:18.158Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git8953205ac74 |
2134 | 2023-12-05T04:46:19.209Z | Finished release [optimized] target(s) in 0.96s |
2135 | 2023-12-05T04:46:19.225Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git8953205ac74` |
2136 | 2023-12-05T04:46:19.266Z | Dec 05 04:46:19.265 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2137 | 2023-12-05T04:46:19.790Z | Created: out/versioned/omicron-sled-agent.tar |
2138 | 2023-12-05T04:46:19.810Z | + for package in "$@" |
2139 | 2023-12-05T04:46:19.810Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2140 | 2023-12-05T04:46:19.810Z | + echo 0.0.0 |
2141 | 2023-12-05T04:46:19.810Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2142 | 2023-12-05T04:46:19.810Z | a VERSION 1K |
2143 | 2023-12-05T04:46:19.810Z | + rm VERSION |
2144 | 2023-12-05T04:46:19.810Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git8953205ac74 |
2145 | 2023-12-05T04:46:20.872Z | Finished release [optimized] target(s) in 1.00s |
2146 | 2023-12-05T04:46:20.899Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git8953205ac74` |
2147 | 2023-12-05T04:46:20.944Z | Dec 05 04:46:20.937 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2023-12-05T04:46:21.206Z | Created: out/versioned/mg-ddm-gz.tar |
2149 | 2023-12-05T04:46:21.210Z | + for package in "$@" |
2150 | 2023-12-05T04:46:21.210Z | + [[ propolis-server == mg-ddm-gz ]] |
2151 | 2023-12-05T04:46:21.210Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git8953205ac74 |
2152 | 2023-12-05T04:46:22.232Z | Finished release [optimized] target(s) in 0.93s |
2153 | 2023-12-05T04:46:22.259Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git8953205ac74` |
2154 | 2023-12-05T04:46:22.292Z | Dec 05 04:46:22.292 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2155 | 2023-12-05T04:46:24.084Z | Created: out/versioned/propolis-server.tar.gz |
2156 | 2023-12-05T04:46:24.088Z | + for package in "$@" |
2157 | 2023-12-05T04:46:24.088Z | + [[ overlay == mg-ddm-gz ]] |
2158 | 2023-12-05T04:46:24.088Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git8953205ac74 |
2159 | 2023-12-05T04:46:25.126Z | Finished release [optimized] target(s) in 0.94s |
2160 | 2023-12-05T04:46:25.150Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git8953205ac74` |
2161 | 2023-12-05T04:46:25.181Z | Dec 05 04:46:25.181 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2162 | 2023-12-05T04:46:25.190Z | Created: out/versioned/overlay.tar.gz |
2163 | 2023-12-05T04:46:25.190Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2164 | 2023-12-05T04:46:25.199Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2165 | 2023-12-05T04:46:25.199Z | ++ cd -- ./tools |
2166 | 2023-12-05T04:46:25.199Z | ++ pwd |
2167 | 2023-12-05T04:46:25.208Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2168 | 2023-12-05T04:46:25.208Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2169 | 2023-12-05T04:46:25.208Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2170 | 2023-12-05T04:46:25.209Z | ++ readlink -f /work |
2171 | 2023-12-05T04:46:25.221Z | + out_dir=/work |
2172 | 2023-12-05T04:46:25.221Z | + 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") |
2173 | 2023-12-05T04:46:25.221Z | + for dep in "${deps[@]}" |
2174 | 2023-12-05T04:46:25.221Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2175 | 2023-12-05T04:46:25.221Z | + for dep in "${deps[@]}" |
2176 | 2023-12-05T04:46:25.221Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2177 | 2023-12-05T04:46:25.221Z | + for dep in "${deps[@]}" |
2178 | 2023-12-05T04:46:25.222Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2179 | 2023-12-05T04:46:25.222Z | + for dep in "${deps[@]}" |
2180 | 2023-12-05T04:46:25.222Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2181 | 2023-12-05T04:46:25.222Z | ++ mktemp -d |
2182 | 2023-12-05T04:46:25.222Z | + tmp_gz=/tmp/tmp.7MaWuh |
2183 | 2023-12-05T04:46:25.222Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2184 | 2023-12-05T04:46:25.222Z | + echo '{"v":"1","t":"layer"}' |
2185 | 2023-12-05T04:46:25.222Z | + pkg_dir=/tmp/tmp.7MaWuh/root/opt/oxide/sled-agent |
2186 | 2023-12-05T04:46:25.222Z | + mkdir -p /tmp/tmp.7MaWuh/root/opt/oxide/sled-agent |
2187 | 2023-12-05T04:46:25.222Z | + cd /tmp/tmp.7MaWuh/root/opt/oxide/sled-agent |
2188 | 2023-12-05T04:46:25.223Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2189 | 2023-12-05T04:46:25.337Z | x ., 0 bytes, 0 tape blocks |
2190 | 2023-12-05T04:46:25.337Z | x zone-bundle, 39126688 bytes, 76420 tape blocks |
2191 | 2023-12-05T04:46:25.337Z | x sled-agent, 71949944 bytes, 140528 tape blocks |
2192 | 2023-12-05T04:46:25.337Z | x pkg, 0 bytes, 0 tape blocks |
2193 | 2023-12-05T04:46:25.339Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2194 | 2023-12-05T04:46:25.339Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2195 | 2023-12-05T04:46:25.339Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2196 | 2023-12-05T04:46:25.340Z | x VERSION, 25 bytes, 1 tape blocks |
2197 | 2023-12-05T04:46:25.350Z | + mkdir -p /tmp/tmp.7MaWuh/root/lib/svc/manifest/site/ |
2198 | 2023-12-05T04:46:25.350Z | + mv pkg/manifest.xml /tmp/tmp.7MaWuh/root/lib/svc/manifest/site/sled-agent.xml |
2199 | 2023-12-05T04:46:25.354Z | + cd - |
2200 | 2023-12-05T04:46:25.354Z | /work/oxidecomputer/omicron |
2201 | 2023-12-05T04:46:25.354Z | + pkg_dir=/tmp/tmp.7MaWuh/root/opt/oxide/mg-ddm |
2202 | 2023-12-05T04:46:25.354Z | + mkdir -p /tmp/tmp.7MaWuh/root/opt/oxide/mg-ddm |
2203 | 2023-12-05T04:46:25.354Z | + cd /tmp/tmp.7MaWuh/root/opt/oxide/mg-ddm |
2204 | 2023-12-05T04:46:25.354Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2205 | 2023-12-05T04:46:25.424Z | x ., 0 bytes, 0 tape blocks |
2206 | 2023-12-05T04:46:25.425Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2207 | 2023-12-05T04:46:25.425Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2208 | 2023-12-05T04:46:25.425Z | x pkg, 0 bytes, 0 tape blocks |
2209 | 2023-12-05T04:46:25.425Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2210 | 2023-12-05T04:46:25.425Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2211 | 2023-12-05T04:46:25.425Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2212 | 2023-12-05T04:46:25.425Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2213 | 2023-12-05T04:46:25.425Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2214 | 2023-12-05T04:46:25.425Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2215 | 2023-12-05T04:46:25.425Z | x VERSION, 25 bytes, 1 tape blocks |
2216 | 2023-12-05T04:46:25.430Z | + cd - |
2217 | 2023-12-05T04:46:25.430Z | /work/oxidecomputer/omicron |
2218 | 2023-12-05T04:46:25.430Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.7MaWuh/root/opt/oxide |
2219 | 2023-12-05T04:46:25.555Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.7MaWuh/root/opt/oxide |
2220 | 2023-12-05T04:46:25.559Z | + cd /tmp/tmp.7MaWuh |
2221 | 2023-12-05T04:46:25.559Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2222 | 2023-12-05T04:46:37.137Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2223 | 2023-12-05T04:46:37.137Z | a oxide.json 1K |
2224 | 2023-12-05T04:46:37.137Z | a root/ 0K |
2225 | 2023-12-05T04:46:37.137Z | a root/opt/ 0K |
2226 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/ 0K |
2227 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/sled-agent/ 0K |
2228 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/sled-agent/zone-bundle 38210K |
2229 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/sled-agent/sled-agent 70264K |
2230 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2231 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2232 | 2023-12-05T04:46:37.137Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2233 | 2023-12-05T04:46:37.138Z | a root/opt/oxide/sled-agent/VERSION 1K |
2234 | 2023-12-05T04:46:37.138Z | a root/opt/oxide/mg-ddm/ 0K |
2235 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2236 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2237 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2238 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2239 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2240 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2241 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2242 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2243 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2244 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2245 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/propolis-server.tar.gz 64999K |
2246 | 2023-12-05T04:46:37.139Z | a root/opt/oxide/overlay.tar.gz 2K |
2247 | 2023-12-05T04:46:37.139Z | a root/lib/ 0K |
2248 | 2023-12-05T04:46:37.139Z | a root/lib/svc/ 0K |
2249 | 2023-12-05T04:46:37.139Z | a root/lib/svc/manifest/ 0K |
2250 | 2023-12-05T04:46:37.139Z | a root/lib/svc/manifest/site/ 0K |
2251 | 2023-12-05T04:46:37.139Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2252 | 2023-12-05T04:46:37.142Z | + cd / |
2253 | 2023-12-05T04:46:37.142Z | + rm -rf /tmp/tmp.7MaWuh |
2254 | 2023-12-05T04:46:37.183Z | |
2255 | 2023-12-05T04:46:37.186Z | real 11.996782827 |
2256 | 2023-12-05T04:46:37.186Z | user 11.007388250 |
2257 | 2023-12-05T04:46:37.186Z | sys 1.050199842 |
2258 | 2023-12-05T04:46:37.186Z | trap 0.003351531 |
2259 | 2023-12-05T04:46:37.186Z | tflt 0.000000000 |
2260 | 2023-12-05T04:46:37.186Z | dflt 0.000000000 |
2261 | 2023-12-05T04:46:37.186Z | kflt 0.000000000 |
2262 | 2023-12-05T04:46:37.186Z | lock 0.000000000 |
2263 | 2023-12-05T04:46:37.186Z | slp 23.048604700 |
2264 | 2023-12-05T04:46:37.186Z | lat 0.445740588 |
2265 | 2023-12-05T04:46:37.186Z | stop 0.000330008 |
2266 | 2023-12-05T04:46:37.186Z | + mkdir -p /work/zones |
2267 | 2023-12-05T04:46:37.189Z | + 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) |
2268 | 2023-12-05T04:46:37.189Z | + 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/ |
2269 | 2023-12-05T04:46:40.941Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2270 | 2023-12-05T04:46:42.051Z | Finished release [optimized] target(s) in 1.01s |
2271 | 2023-12-05T04:46:42.075Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2272 | 2023-12-05T04:46:42.116Z | Created new build target 'recovery' and set it as active |
2273 | 2023-12-05T04:46:42.119Z | |
2274 | 2023-12-05T04:46:42.119Z | real 1.171885291 |
2275 | 2023-12-05T04:46:42.119Z | user 0.826894092 |
2276 | 2023-12-05T04:46:42.119Z | sys 0.343324172 |
2277 | 2023-12-05T04:46:42.120Z | trap 0.000614112 |
2278 | 2023-12-05T04:46:42.120Z | tflt 0.000027209 |
2279 | 2023-12-05T04:46:42.120Z | dflt 0.000022991 |
2280 | 2023-12-05T04:46:42.120Z | kflt 0.000000000 |
2281 | 2023-12-05T04:46:42.122Z | lock 0.037336433 |
2282 | 2023-12-05T04:46:42.122Z | slp 0.022185846 |
2283 | 2023-12-05T04:46:42.122Z | lat 0.004035460 |
2284 | 2023-12-05T04:46:42.122Z | stop 0.000228661 |
2285 | 2023-12-05T04:46:42.156Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2286 | 2023-12-05T04:46:43.192Z | Finished release [optimized] target(s) in 0.98s |
2287 | 2023-12-05T04:46:43.226Z | Running `target/release/omicron-package -t recovery package` |
2288 | 2023-12-05T04:46:43.264Z | Dec 05 04:46:43.267 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2289 | 2023-12-05T04:46:44.221Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2290 | 2023-12-05T04:46:47.951Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2291 | 2023-12-05T04:47:18.226Z | Finished release [optimized] target(s) in 34.87s |
2292 | 2023-12-05T04:47:30.384Z | |
2293 | 2023-12-05T04:47:30.384Z | real 48.258497063 |
2294 | 2023-12-05T04:47:30.385Z | user 2:26.296785927 |
2295 | 2023-12-05T04:47:30.385Z | sys 13.032817634 |
2296 | 2023-12-05T04:47:30.385Z | trap 0.080884006 |
2297 | 2023-12-05T04:47:30.385Z | tflt 0.079369996 |
2298 | 2023-12-05T04:47:30.385Z | dflt 0.766097757 |
2299 | 2023-12-05T04:47:30.385Z | kflt 0.000009145 |
2300 | 2023-12-05T04:47:30.387Z | lock 10:46.289291931 |
2301 | 2023-12-05T04:47:30.387Z | slp 2:24.428784631 |
2302 | 2023-12-05T04:47:30.387Z | lat 2.011125921 |
2303 | 2023-12-05T04:47:30.387Z | stop 0.184750373 |
2304 | 2023-12-05T04:47:30.387Z | + stamp_packages installinator mg-ddm-gz |
2305 | 2023-12-05T04:47:30.387Z | + for package in "$@" |
2306 | 2023-12-05T04:47:30.387Z | + [[ installinator == mg-ddm-gz ]] |
2307 | 2023-12-05T04:47:30.387Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git8953205ac74 |
2308 | 2023-12-05T04:47:31.437Z | Finished release [optimized] target(s) in 0.97s |
2309 | 2023-12-05T04:47:31.471Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git8953205ac74` |
2310 | 2023-12-05T04:47:31.504Z | Dec 05 04:47:31.507 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2311 | 2023-12-05T04:47:31.633Z | Created: out/versioned/installinator.tar |
2312 | 2023-12-05T04:47:31.638Z | + for package in "$@" |
2313 | 2023-12-05T04:47:31.638Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2314 | 2023-12-05T04:47:31.638Z | + echo 0.0.0 |
2315 | 2023-12-05T04:47:31.638Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2316 | 2023-12-05T04:47:31.645Z | a VERSION 1K |
2317 | 2023-12-05T04:47:31.645Z | + rm VERSION |
2318 | 2023-12-05T04:47:31.645Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git8953205ac74 |
2319 | 2023-12-05T04:47:32.656Z | Finished release [optimized] target(s) in 0.92s |
2320 | 2023-12-05T04:47:32.682Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git8953205ac74` |
2321 | 2023-12-05T04:47:32.730Z | Dec 05 04:47:32.726 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2322 | 2023-12-05T04:47:32.906Z | Created: out/versioned/mg-ddm-gz.tar |
2323 | 2023-12-05T04:47:32.909Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2324 | 2023-12-05T04:47:32.922Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2325 | 2023-12-05T04:47:32.925Z | ++ cd -- ./tools |
2326 | 2023-12-05T04:47:32.925Z | ++ pwd |
2327 | 2023-12-05T04:47:32.925Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2328 | 2023-12-05T04:47:32.935Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2329 | 2023-12-05T04:47:32.938Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2330 | 2023-12-05T04:47:32.938Z | ++ readlink -f /work |
2331 | 2023-12-05T04:47:32.938Z | + out_dir=/work |
2332 | 2023-12-05T04:47:32.938Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2333 | 2023-12-05T04:47:32.938Z | + for dep in "${deps[@]}" |
2334 | 2023-12-05T04:47:32.938Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2335 | 2023-12-05T04:47:32.938Z | + for dep in "${deps[@]}" |
2336 | 2023-12-05T04:47:32.938Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2337 | 2023-12-05T04:47:32.938Z | ++ mktemp -d |
2338 | 2023-12-05T04:47:32.938Z | + tmp_trampoline=/tmp/tmp.kjaizh |
2339 | 2023-12-05T04:47:32.938Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2340 | 2023-12-05T04:47:32.938Z | + echo '{"v":"1","t":"layer"}' |
2341 | 2023-12-05T04:47:32.939Z | + pkg_dir=/tmp/tmp.kjaizh/root/opt/oxide/installinator |
2342 | 2023-12-05T04:47:32.939Z | + mkdir -p /tmp/tmp.kjaizh/root/opt/oxide/installinator |
2343 | 2023-12-05T04:47:32.942Z | + cd /tmp/tmp.kjaizh/root/opt/oxide/installinator |
2344 | 2023-12-05T04:47:32.942Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2345 | 2023-12-05T04:47:32.993Z | x ., 0 bytes, 0 tape blocks |
2346 | 2023-12-05T04:47:32.993Z | x installinator, 52122328 bytes, 101802 tape blocks |
2347 | 2023-12-05T04:47:32.993Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2023-12-05T04:47:32.993Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2349 | 2023-12-05T04:47:32.993Z | x VERSION, 25 bytes, 1 tape blocks |
2350 | 2023-12-05T04:47:32.996Z | + mkdir -p /tmp/tmp.kjaizh/root/lib/svc/manifest/site/ |
2351 | 2023-12-05T04:47:32.999Z | + mv pkg/manifest.xml /tmp/tmp.kjaizh/root/lib/svc/manifest/site/installinator.xml |
2352 | 2023-12-05T04:47:33.003Z | + cd - |
2353 | 2023-12-05T04:47:33.003Z | /work/oxidecomputer/omicron |
2354 | 2023-12-05T04:47:33.003Z | + pkg_dir=/tmp/tmp.kjaizh/root/opt/oxide/mg-ddm |
2355 | 2023-12-05T04:47:33.003Z | + mkdir -p /tmp/tmp.kjaizh/root/opt/oxide/mg-ddm |
2356 | 2023-12-05T04:47:33.006Z | + cd /tmp/tmp.kjaizh/root/opt/oxide/mg-ddm |
2357 | 2023-12-05T04:47:33.006Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2358 | 2023-12-05T04:47:33.067Z | x ., 0 bytes, 0 tape blocks |
2359 | 2023-12-05T04:47:33.067Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2360 | 2023-12-05T04:47:33.067Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2361 | 2023-12-05T04:47:33.067Z | x pkg, 0 bytes, 0 tape blocks |
2362 | 2023-12-05T04:47:33.067Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2363 | 2023-12-05T04:47:33.067Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2364 | 2023-12-05T04:47:33.067Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2365 | 2023-12-05T04:47:33.067Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2366 | 2023-12-05T04:47:33.067Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2367 | 2023-12-05T04:47:33.067Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2368 | 2023-12-05T04:47:33.067Z | x VERSION, 25 bytes, 1 tape blocks |
2369 | 2023-12-05T04:47:33.074Z | + cd - |
2370 | 2023-12-05T04:47:33.074Z | /work/oxidecomputer/omicron |
2371 | 2023-12-05T04:47:33.074Z | + cd /tmp/tmp.kjaizh |
2372 | 2023-12-05T04:47:33.074Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2373 | 2023-12-05T04:47:39.065Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2374 | 2023-12-05T04:47:39.065Z | a oxide.json 1K |
2375 | 2023-12-05T04:47:39.065Z | a root/ 0K |
2376 | 2023-12-05T04:47:39.065Z | a root/opt/ 0K |
2377 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/ 0K |
2378 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/installinator/ 0K |
2379 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/installinator/installinator 50901K |
2380 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/installinator/pkg/ 0K |
2381 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/installinator/VERSION 1K |
2382 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2384 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2385 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2023-12-05T04:47:39.065Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2023-12-05T04:47:39.065Z | a root/lib/ 0K |
2394 | 2023-12-05T04:47:39.065Z | a root/lib/svc/ 0K |
2395 | 2023-12-05T04:47:39.065Z | a root/lib/svc/manifest/ 0K |
2396 | 2023-12-05T04:47:39.065Z | a root/lib/svc/manifest/site/ 0K |
2397 | 2023-12-05T04:47:39.065Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2398 | 2023-12-05T04:47:39.068Z | + cd / |
2399 | 2023-12-05T04:47:39.068Z | + rm -rf /tmp/tmp.kjaizh |
2400 | 2023-12-05T04:47:39.091Z | |
2401 | 2023-12-05T04:47:39.094Z | real 6.176152939 |
2402 | 2023-12-05T04:47:39.094Z | user 5.753990370 |
2403 | 2023-12-05T04:47:39.095Z | sys 0.448969160 |
2404 | 2023-12-05T04:47:39.095Z | trap 0.002110708 |
2405 | 2023-12-05T04:47:39.095Z | tflt 0.000000000 |
2406 | 2023-12-05T04:47:39.095Z | dflt 0.000000000 |
2407 | 2023-12-05T04:47:39.095Z | kflt 0.000000000 |
2408 | 2023-12-05T04:47:39.095Z | lock 0.000000000 |
2409 | 2023-12-05T04:47:39.095Z | slp 11.915434279 |
2410 | 2023-12-05T04:47:39.095Z | lat 0.214675340 |
2411 | 2023-12-05T04:47:39.095Z | stop 0.000340420 |
2412 | 2023-12-05T04:47:39.095Z | process exited: duration 2199822 ms, exit code 0 |
|
2413 | 2023-12-05T04:47:39.132Z | found 21 output files |
2414 | 2023-12-05T04:47:39.132Z | uploading: /work/version.txt (26 bytes) |
2415 | 2023-12-05T04:47:40.155Z | uploaded: /work/version.txt |
2416 | 2023-12-05T04:47:40.155Z | uploading: /work/package.tar.gz (79649760 bytes) |
2417 | 2023-12-05T04:48:04.104Z | uploaded: /work/package.tar.gz |
2418 | 2023-12-05T04:48:04.104Z | uploading: /work/global-zone-packages.tar.gz (121114200 bytes) |
2419 | 2023-12-05T04:48:37.694Z | uploaded: /work/global-zone-packages.tar.gz |
2420 | 2023-12-05T04:48:37.694Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36472378 bytes) |
2421 | 2023-12-05T04:48:52.818Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2422 | 2023-12-05T04:48:52.818Z | uploading: /work/zones/clickhouse.tar.gz (181765130 bytes) |
2423 | 2023-12-05T04:49:48.592Z | uploaded: /work/zones/clickhouse.tar.gz |
2424 | 2023-12-05T04:49:48.594Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181769619 bytes) |
2425 | 2023-12-05T04:50:52.899Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2426 | 2023-12-05T04:50:52.899Z | uploading: /work/zones/cockroachdb.tar.gz (118845450 bytes) |
2427 | 2023-12-05T04:51:26.329Z | uploaded: /work/zones/cockroachdb.tar.gz |
2428 | 2023-12-05T04:51:26.329Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2429 | 2023-12-05T04:51:40.420Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2430 | 2023-12-05T04:51:40.420Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2431 | 2023-12-05T04:51:51.328Z | uploaded: /work/zones/crucible.tar.gz |
2432 | 2023-12-05T04:51:51.328Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2433 | 2023-12-05T04:51:57.976Z | uploaded: /work/zones/external-dns.tar.gz |
2434 | 2023-12-05T04:51:57.976Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2435 | 2023-12-05T04:52:05.330Z | uploaded: /work/zones/internal-dns.tar.gz |
2436 | 2023-12-05T04:52:05.330Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2437 | 2023-12-05T04:52:06.430Z | uploaded: /work/zones/ntp.tar.gz |
2438 | 2023-12-05T04:52:06.430Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18237534 bytes) |
2439 | 2023-12-05T04:52:11.653Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2440 | 2023-12-05T04:52:11.664Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18236659 bytes) |
2441 | 2023-12-05T04:52:16.381Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2442 | 2023-12-05T04:52:16.401Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73653080 bytes) |
2443 | 2023-12-05T04:52:32.623Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2444 | 2023-12-05T04:52:32.623Z | uploading: /work/zones/omicron-nexus.tar.gz (73645409 bytes) |
2445 | 2023-12-05T04:52:50.475Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2446 | 2023-12-05T04:52:50.479Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2447 | 2023-12-05T04:52:51.486Z | uploaded: /work/zones/overlay.tar.gz |
2448 | 2023-12-05T04:52:51.486Z | uploading: /work/zones/oximeter-collector.tar.gz (34178838 bytes) |
2449 | 2023-12-05T04:53:02.739Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2450 | 2023-12-05T04:53:02.739Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2451 | 2023-12-05T04:53:19.728Z | uploaded: /work/zones/propolis-server.tar.gz |
2452 | 2023-12-05T04:53:19.728Z | uploading: /work/zones/switch-asic.tar.gz (245410422 bytes) |
2453 | 2023-12-05T04:54:45.241Z | uploaded: /work/zones/switch-asic.tar.gz |
2454 | 2023-12-05T04:54:45.241Z | uploading: /work/zones/switch-softnpu.tar.gz (169392870 bytes) |
2455 | 2023-12-05T04:55:38.662Z | uploaded: /work/zones/switch-softnpu.tar.gz |