|
|
|
1 | 2023-12-07T00:07:31.567Z | job assigned to worker 01HH0SGH8CD3XQV3FJ1VR6V74A (queued for 1 m 50 s) |
|
2 | 2023-12-07T00:07:31.919Z | starting task 0: "setup" |
3 | 2023-12-07T00:07:32.214Z | ++ uname -s |
4 | 2023-12-07T00:07:32.231Z | + kern=SunOS |
5 | 2023-12-07T00:07:32.231Z | + case "$kern" in |
6 | 2023-12-07T00:07:32.231Z | + groupadd -g 12345 build |
7 | 2023-12-07T00:07:32.235Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T00:07:34.253Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T00:07:34.433Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T00:07:34.457Z | + home_fs=zfs |
11 | 2023-12-07T00:07:34.457Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T00:07:34.458Z | + mkdir -p /home/build |
13 | 2023-12-07T00:07:34.458Z | + chown build:build /home/build /work |
14 | 2023-12-07T00:07:36.434Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T00:07:36.448Z | process exited: duration 4506 ms, exit code 0 |
|
16 | 2023-12-07T00:07:36.467Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T00:07:36.477Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T00:07:36.487Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T00:07:36.672Z | info: downloading installer |
20 | 2023-12-07T00:07:38.841Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T00:07:38.842Z | warning: /opt/ooce/bin |
22 | 2023-12-07T00:07:38.842Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T00:07:38.842Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T00:07:38.842Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T00:07:38.842Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T00:07:38.842Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T00:07:38.842Z | error: cannot install while Rust is installed |
28 | 2023-12-07T00:07:38.842Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T00:07:38.981Z | info: profile set to 'default' |
30 | 2023-12-07T00:07:38.981Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T00:07:39.014Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T00:07:39.572Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T00:07:39.573Z | info: downloading component 'cargo' |
34 | 2023-12-07T00:07:39.963Z | info: downloading component 'clippy' |
35 | 2023-12-07T00:07:40.232Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T00:07:41.221Z | info: downloading component 'rust-std' |
37 | 2023-12-07T00:07:43.022Z | info: downloading component 'rustc' |
38 | 2023-12-07T00:07:47.358Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T00:07:48.995Z | info: installing component 'cargo' |
40 | 2023-12-07T00:07:49.351Z | info: installing component 'clippy' |
41 | 2023-12-07T00:07:50.191Z | info: installing component 'rust-docs' |
42 | 2023-12-07T00:07:53.028Z | info: installing component 'rust-std' |
43 | 2023-12-07T00:07:56.674Z | info: installing component 'rustc' |
44 | 2023-12-07T00:08:06.230Z | info: installing component 'rustfmt' |
45 | 2023-12-07T00:08:06.686Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T00:08:06.686Z | |
47 | 2023-12-07T00:08:08.074Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T00:08:08.074Z | |
49 | 2023-12-07T00:08:08.074Z | |
50 | 2023-12-07T00:08:08.074Z | Rust is installed now. Great! |
51 | 2023-12-07T00:08:08.074Z | |
52 | 2023-12-07T00:08:08.074Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T00:08:08.075Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T00:08:08.075Z | |
55 | 2023-12-07T00:08:08.075Z | To configure your current shell, run: |
56 | 2023-12-07T00:08:08.075Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T00:08:08.084Z | + rustc --version |
58 | 2023-12-07T00:08:08.084Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T00:08:08.084Z | process exited: duration 30592 ms, exit code 0 |
|
60 | 2023-12-07T00:08:08.515Z | starting task 2: "authentication" |
61 | 2023-12-07T00:08:08.525Z | process exited: duration 42 ms, exit code 0 |
|
62 | 2023-12-07T00:08:08.541Z | starting task 3: "clone repository" |
63 | 2023-12-07T00:08:08.546Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T00:08:08.551Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T00:08:08.592Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T00:08:16.575Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T00:08:16.602Z | + [[ -n sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate ]] |
68 | 2023-12-07T00:08:16.603Z | + git fetch origin sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate |
69 | 2023-12-07T00:08:24.720Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T00:08:25.080Z | * branch sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate -> FETCH_HEAD |
71 | 2023-12-07T00:08:25.081Z | + git checkout -B sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate remotes/origin/sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate |
72 | 2023-12-07T00:08:25.081Z | Switched to a new branch 'sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate' |
73 | 2023-12-07T00:08:25.081Z | branch 'sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate' set up to track 'origin/sunshowers/spr/sled-agent-address-earlynetworkconfig-issues-from-20231130-dogfood-mupdate'. |
74 | 2023-12-07T00:08:25.083Z | + git reset --hard 6e80ef250340c2b24bbf5da284c965e0934303fe |
75 | 2023-12-07T00:08:25.083Z | HEAD is now at 6e80ef25 Turn blob path into a constant |
76 | 2023-12-07T00:08:25.084Z | process exited: duration 8690 ms, exit code 0 |
|
77 | 2023-12-07T00:08:25.718Z | starting task 4: "build" |
78 | 2023-12-07T00:08:25.846Z | + cargo --version |
79 | 2023-12-07T00:08:25.846Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T00:08:25.959Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T00:08:25.959Z | info: downloading component 'cargo' |
82 | 2023-12-07T00:08:26.651Z | info: downloading component 'clippy' |
83 | 2023-12-07T00:08:26.874Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T00:08:27.745Z | info: downloading component 'rust-std' |
85 | 2023-12-07T00:08:29.202Z | info: downloading component 'rustc' |
86 | 2023-12-07T00:08:32.800Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T00:08:33.062Z | info: installing component 'cargo' |
88 | 2023-12-07T00:08:34.365Z | info: installing component 'clippy' |
89 | 2023-12-07T00:08:34.839Z | info: installing component 'rust-docs' |
90 | 2023-12-07T00:08:37.813Z | info: installing component 'rust-std' |
91 | 2023-12-07T00:08:40.535Z | info: installing component 'rustc' |
92 | 2023-12-07T00:08:46.824Z | info: installing component 'rustfmt' |
93 | 2023-12-07T00:08:52.779Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T00:08:52.780Z | + rustc --version |
95 | 2023-12-07T00:08:52.780Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T00:08:52.781Z | ++ git rev-parse HEAD |
97 | 2023-12-07T00:08:52.781Z | + COMMIT=6e80ef250340c2b24bbf5da284c965e0934303fe |
98 | 2023-12-07T00:08:52.781Z | + VERSION=5.0.0-0.ci+git6e80ef25034 |
99 | 2023-12-07T00:08:52.781Z | + echo 5.0.0-0.ci+git6e80ef25034 |
100 | 2023-12-07T00:08:52.781Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-07T00:08:58.696Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-07T00:08:58.985Z | Startup: Caching catalogs ... Done |
103 | 2023-12-07T00:09:03.712Z | Planning: Solver setup ... Done (6.318s) |
104 | 2023-12-07T00:09:04.048Z | Planning: Running solver ... Done (0.151s) |
105 | 2023-12-07T00:09:04.538Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-07T00:09:04.538Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-07T00:09:04.538Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-07T00:09:04.538Z | Planning: Package planning ... Done (0.089s) |
109 | 2023-12-07T00:09:04.539Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-07T00:09:05.225Z | Planning: Checking for conflicting actions ... Done (0.793s) |
111 | 2023-12-07T00:09:05.242Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-12-07T00:09:09.253Z | Planning: Evaluating mediators ... Done (4.010s) |
113 | 2023-12-07T00:09:09.369Z | Planning: Planning completed in 12.32 seconds |
114 | 2023-12-07T00:09:09.391Z | Packages to install: 4 |
115 | 2023-12-07T00:09:09.406Z | Packages to update: 2 |
116 | 2023-12-07T00:09:09.406Z | Mediators to change: 2 |
117 | 2023-12-07T00:09:09.406Z | Services to change: 1 |
118 | 2023-12-07T00:09:09.406Z | Estimated space available: 148.88 GB |
119 | 2023-12-07T00:09:09.406Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-07T00:09:09.406Z | Create boot environment: No |
121 | 2023-12-07T00:09:09.406Z | Create backup boot environment: Yes |
122 | 2023-12-07T00:09:09.406Z | Rebuild boot archive: No |
123 | 2023-12-07T00:09:09.406Z | |
124 | 2023-12-07T00:09:09.406Z | Changed mediators: |
125 | 2023-12-07T00:09:09.406Z | mediator clang: |
126 | 2023-12-07T00:09:09.406Z | version: None -> 15 (system default) |
127 | 2023-12-07T00:09:09.406Z | |
128 | 2023-12-07T00:09:09.406Z | mediator llvm: |
129 | 2023-12-07T00:09:09.406Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-07T00:09:09.406Z | |
131 | 2023-12-07T00:09:09.406Z | Changed packages: |
132 | 2023-12-07T00:09:09.406Z | helios-dev |
133 | 2023-12-07T00:09:09.406Z | developer/build-essential |
134 | 2023-12-07T00:09:09.406Z | None -> 11-2.0 |
135 | 2023-12-07T00:09:09.406Z | library/libxmlsec1 |
136 | 2023-12-07T00:09:09.407Z | None -> 1.2.35-2.0 |
137 | 2023-12-07T00:09:09.407Z | ooce/developer/clang-15 |
138 | 2023-12-07T00:09:09.407Z | None -> 15.0.7-2.0 |
139 | 2023-12-07T00:09:09.407Z | ooce/developer/llvm-15 |
140 | 2023-12-07T00:09:09.407Z | None -> 15.0.7-2.0 |
141 | 2023-12-07T00:09:09.407Z | system/library/g++-runtime |
142 | 2023-12-07T00:09:09.407Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-07T00:09:09.407Z | system/library/gcc-runtime |
144 | 2023-12-07T00:09:09.408Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-07T00:09:09.408Z | |
146 | 2023-12-07T00:09:09.408Z | Services: |
147 | 2023-12-07T00:09:09.408Z | restart_fmri: |
148 | 2023-12-07T00:09:09.408Z | svc:/system/update-man-index:default |
149 | 2023-12-07T00:09:09.564Z | |
150 | 2023-12-07T00:09:09.564Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-07T00:09:15.723Z | Download: 208/3330 items 1.3/221.1MB 0% complete (634k/s) |
152 | 2023-12-07T00:09:22.162Z | Download: 213/3330 items 1.3/221.1MB 0% complete (553k/s) |
153 | 2023-12-07T00:09:27.174Z | Download: 1107/3330 items 32.3/221.1MB 14% complete (6.0M/s) |
154 | 2023-12-07T00:09:35.479Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (12.2M/s) |
155 | 2023-12-07T00:09:42.663Z | Download: 1927/3330 items 117.9/221.1MB 53% complete (6.2M/s) |
156 | 2023-12-07T00:09:43.198Z | Download: 3157/3330 items 159.2/221.1MB 71% complete (7.5M/s) |
157 | 2023-12-07T00:09:48.097Z | Download: 3330/3330 items 221.1/221.1MB 100% complete (10.2M/s) |
158 | 2023-12-07T00:09:48.127Z | Download: Completed 221.11 MB in 38.48 seconds (5.8M/s) |
159 | 2023-12-07T00:09:50.155Z | Actions: 1/3766 actions (Removing old actions) |
160 | 2023-12-07T00:09:50.155Z | Actions: 5/3766 actions (Installing new actions) |
161 | 2023-12-07T00:09:55.152Z | Actions: 2852/3766 actions (Installing new actions) |
162 | 2023-12-07T00:09:58.337Z | Actions: 3729/3766 actions (Updating modified actions) |
163 | 2023-12-07T00:09:58.904Z | Actions: Completed 3766 actions in 8.75 seconds. |
164 | 2023-12-07T00:09:59.099Z | Done (0.189s) |
165 | 2023-12-07T00:09:59.105Z | Done (0.000s) |
166 | 2023-12-07T00:09:59.364Z | Done (0.263s) |
167 | 2023-12-07T00:10:12.621Z | Done (7.425s) |
168 | 2023-12-07T00:10:12.621Z | Done (0.324s) |
169 | 2023-12-07T00:10:12.621Z | Done (0.000s) |
170 | 2023-12-07T00:10:12.621Z | Done (0.000s) |
171 | 2023-12-07T00:10:12.622Z | Planning: Evaluating mediator changes ... Done |
172 | 2023-12-07T00:10:12.622Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-12-07T00:10:12.622Z | Planning: Consolidating action changes ... Done |
174 | 2023-12-07T00:10:12.622Z | Planning: Evaluating mediators ... Done |
175 | 2023-12-07T00:10:12.622Z | Planning: Planning completed in 0.72 seconds |
176 | 2023-12-07T00:10:12.622Z | Mediators to change: 2 |
177 | 2023-12-07T00:10:12.622Z | Create boot environment: No |
178 | 2023-12-07T00:10:12.622Z | Create backup boot environment: No |
179 | 2023-12-07T00:10:12.622Z | Done |
180 | 2023-12-07T00:10:12.622Z | Done |
181 | 2023-12-07T00:10:12.622Z | Done |
182 | 2023-12-07T00:10:15.224Z | Done |
183 | 2023-12-07T00:10:15.318Z | Done |
184 | 2023-12-07T00:10:15.351Z | Done |
185 | 2023-12-07T00:10:15.777Z | Done |
186 | 2023-12-07T00:10:16.442Z | Planning: Evaluating mediator changes ... Done |
187 | 2023-12-07T00:10:16.456Z | Planning: Merging actions ... Done |
188 | 2023-12-07T00:10:16.771Z | Planning: Checking for conflicting actions ... Done |
189 | 2023-12-07T00:10:16.782Z | Planning: Consolidating action changes ... Done |
190 | 2023-12-07T00:10:17.201Z | Planning: Evaluating mediators ... Done |
191 | 2023-12-07T00:10:17.293Z | Planning: Planning completed in 1.30 seconds |
192 | 2023-12-07T00:10:17.356Z | Packages to change: 1 |
193 | 2023-12-07T00:10:17.357Z | Mediators to change: 1 |
194 | 2023-12-07T00:10:17.358Z | Services to change: 1 |
195 | 2023-12-07T00:10:17.379Z | Create boot environment: No |
196 | 2023-12-07T00:10:17.379Z | Create backup boot environment: Yes |
197 | 2023-12-07T00:10:19.469Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2023-12-07T00:10:19.483Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2023-12-07T00:10:19.484Z | Done |
200 | 2023-12-07T00:10:19.484Z | Done |
201 | 2023-12-07T00:10:19.503Z | Done |
202 | 2023-12-07T00:10:25.739Z | Done |
203 | 2023-12-07T00:10:25.757Z | Done |
204 | 2023-12-07T00:10:25.757Z | Done |
205 | 2023-12-07T00:10:25.757Z | Done |
206 | 2023-12-07T00:10:26.273Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2023-12-07T00:10:26.273Z | clang system 15 system |
208 | 2023-12-07T00:10:26.273Z | csh system system illumos |
209 | 2023-12-07T00:10:26.273Z | ctags system system illumos |
210 | 2023-12-07T00:10:26.274Z | gcc vendor 12 vendor |
211 | 2023-12-07T00:10:26.274Z | gcc system 10 system |
212 | 2023-12-07T00:10:26.274Z | gcc system 7 system |
213 | 2023-12-07T00:10:26.275Z | go system 1.20 system |
214 | 2023-12-07T00:10:26.275Z | go system 1.19 system |
215 | 2023-12-07T00:10:26.275Z | llvm system 15 system |
216 | 2023-12-07T00:10:26.275Z | llvm system 14 system |
217 | 2023-12-07T00:10:26.275Z | mariadb system 10.6 system |
218 | 2023-12-07T00:10:26.275Z | mta vendor vendor dma |
219 | 2023-12-07T00:10:26.276Z | openjdk system 17 system |
220 | 2023-12-07T00:10:26.276Z | openjdk system 11 system |
221 | 2023-12-07T00:10:26.276Z | openjdk system 1.8 system |
222 | 2023-12-07T00:10:26.276Z | openssl vendor 3 vendor |
223 | 2023-12-07T00:10:26.276Z | perl system 5.36 system |
224 | 2023-12-07T00:10:26.276Z | postgresql system 15 system |
225 | 2023-12-07T00:10:26.276Z | postgresql system 13 system |
226 | 2023-12-07T00:10:26.276Z | python vendor 3 vendor |
227 | 2023-12-07T00:10:26.277Z | python system 2 system |
228 | 2023-12-07T00:10:26.277Z | python3 system 3.11 system |
229 | 2023-12-07T00:10:26.277Z | ruby system 3.0 system |
230 | 2023-12-07T00:10:26.277Z | words vendor vendor american-english |
231 | 2023-12-07T00:10:26.277Z | words system system australian-english |
232 | 2023-12-07T00:10:26.277Z | words system system british-english |
233 | 2023-12-07T00:10:26.277Z | words system system canadian-english |
234 | 2023-12-07T00:10:26.278Z | words system system french |
235 | 2023-12-07T00:10:26.278Z | words system system italian |
236 | 2023-12-07T00:10:26.278Z | words system system ngerman |
237 | 2023-12-07T00:10:26.279Z | words system system ogerman |
238 | 2023-12-07T00:10:26.279Z | words system system spanish |
239 | 2023-12-07T00:10:26.823Z | FMRI IFO |
240 | 2023-12-07T00:10:26.823Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
244 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
246 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
247 | 2023-12-07T00:10:26.827Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
248 | 2023-12-07T00:10:26.899Z | + set -o errexit |
249 | 2023-12-07T00:10:26.907Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2023-12-07T00:10:26.907Z | ++ cd ./tools |
251 | 2023-12-07T00:10:26.907Z | ++ pwd |
252 | 2023-12-07T00:10:26.907Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2023-12-07T00:10:26.907Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2023-12-07T00:10:26.912Z | + ARG0=ci_download_cockroachdb |
255 | 2023-12-07T00:10:26.917Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2023-12-07T00:10:26.917Z | + CIDL_VERSION=v22.1.9 |
257 | 2023-12-07T00:10:26.923Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2023-12-07T00:10:26.923Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
259 | 2023-12-07T00:10:26.923Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
260 | 2023-12-07T00:10:26.923Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-12-07T00:10:26.923Z | + TARGET_DIR=out |
262 | 2023-12-07T00:10:26.923Z | + DOWNLOAD_DIR=out/downloads |
263 | 2023-12-07T00:10:26.925Z | + DEST_DIR=./out/cockroachdb |
264 | 2023-12-07T00:10:26.925Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2023-12-07T00:10:26.926Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2023-12-07T00:10:26.927Z | + main |
267 | 2023-12-07T00:10:26.927Z | + [[ 0 != 0 ]] |
268 | 2023-12-07T00:10:26.927Z | + CIDL_OS=solaris2.11 |
269 | 2023-12-07T00:10:26.927Z | + [[ 0 != 0 ]] |
270 | 2023-12-07T00:10:26.927Z | + configure_os solaris2.11 |
271 | 2023-12-07T00:10:26.927Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2023-12-07T00:10:26.928Z | current directory: /work/oxidecomputer/omicron |
273 | 2023-12-07T00:10:26.928Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2023-12-07T00:10:26.928Z | configuring based on OS: "solaris2.11" |
275 | 2023-12-07T00:10:26.928Z | + case "$1" in |
276 | 2023-12-07T00:10:26.928Z | + CIDL_BUILD=illumos |
277 | 2023-12-07T00:10:26.929Z | + CIDL_SUFFIX=tar.gz |
278 | 2023-12-07T00:10:26.929Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-12-07T00:10:26.929Z | + CIDL_MD5FUNC=do_md5sum |
280 | 2023-12-07T00:10:26.929Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2023-12-07T00:10:26.929Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2023-12-07T00:10:26.929Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2023-12-07T00:10:26.929Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-07T00:10:26.930Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-07T00:10:26.930Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2023-12-07T00:10:26.930Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-07T00:10:26.930Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2023-12-07T00:10:26.930Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-07T00:10:26.930Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2023-12-07T00:10:26.930Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-07T00:10:26.931Z | + mkdir -p out/downloads |
292 | 2023-12-07T00:10:26.931Z | + mkdir -p ./out/cockroachdb |
293 | 2023-12-07T00:10:26.931Z | + local DO_DOWNLOAD=true |
294 | 2023-12-07T00:10:26.931Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2023-12-07T00:10:26.931Z | + '[' true == true ']' |
296 | 2023-12-07T00:10:26.931Z | + echo Downloading... |
297 | 2023-12-07T00:10:26.931Z | Downloading... |
298 | 2023-12-07T00:10:26.932Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-07T00:10:26.932Z | + 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 |
300 | 2023-12-07T00:10:31.759Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-07T00:10:31.774Z | ++ md5sum |
302 | 2023-12-07T00:10:31.774Z | ++ awk '{print $1}' |
303 | 2023-12-07T00:10:31.916Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
304 | 2023-12-07T00:10:31.916Z | + [[ 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 ]] |
305 | 2023-12-07T00:10:31.916Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-07T00:10:31.916Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2023-12-07T00:10:35.483Z | + do_assemble_illumos |
308 | 2023-12-07T00:10:35.483Z | + rm -r ./out/cockroachdb |
309 | 2023-12-07T00:10:35.492Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2023-12-07T00:10:36.230Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2023-12-07T00:10:36.831Z | Build Tag: v22.1.9-dirty |
312 | 2023-12-07T00:10:36.831Z | Build Time: 2022/10/26 21:17:46 |
313 | 2023-12-07T00:10:36.831Z | Distribution: OSS |
314 | 2023-12-07T00:10:36.831Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2023-12-07T00:10:36.831Z | Go Version: go1.17.13 |
316 | 2023-12-07T00:10:36.835Z | C Compiler: gcc 10.3.0 |
317 | 2023-12-07T00:10:36.835Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2023-12-07T00:10:36.835Z | Build Type: release |
319 | 2023-12-07T00:10:36.840Z | + set -o errexit |
320 | 2023-12-07T00:10:36.840Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2023-12-07T00:10:36.846Z | ++ cd ./tools |
322 | 2023-12-07T00:10:36.846Z | ++ pwd |
323 | 2023-12-07T00:10:36.846Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2023-12-07T00:10:36.846Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2023-12-07T00:10:36.846Z | + ARG0=ci_download_clickhouse |
326 | 2023-12-07T00:10:36.846Z | + TARGET_DIR=out |
327 | 2023-12-07T00:10:36.846Z | + DOWNLOAD_DIR=out/downloads |
328 | 2023-12-07T00:10:36.846Z | + DEST_DIR=./out/clickhouse |
329 | 2023-12-07T00:10:36.846Z | + CIDL_VERSION=v22.8.9.24 |
330 | 2023-12-07T00:10:36.846Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2023-12-07T00:10:36.847Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
332 | 2023-12-07T00:10:36.847Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
333 | 2023-12-07T00:10:36.847Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-12-07T00:10:36.847Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2023-12-07T00:10:36.847Z | + main |
336 | 2023-12-07T00:10:36.847Z | + [[ 0 != 0 ]] |
337 | 2023-12-07T00:10:36.847Z | + CIDL_OS=solaris2.11 |
338 | 2023-12-07T00:10:36.847Z | + [[ 0 != 0 ]] |
339 | 2023-12-07T00:10:36.847Z | + configure_os solaris2.11 |
340 | 2023-12-07T00:10:36.847Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2023-12-07T00:10:36.847Z | current directory: /work/oxidecomputer/omicron |
342 | 2023-12-07T00:10:36.847Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2023-12-07T00:10:36.847Z | + CIDL_DASHREV= |
344 | 2023-12-07T00:10:36.848Z | + case "$1" in |
345 | 2023-12-07T00:10:36.848Z | configuring based on OS: "solaris2.11" |
346 | 2023-12-07T00:10:36.848Z | + CIDL_PLATFORM=illumos |
347 | 2023-12-07T00:10:36.848Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-12-07T00:10:36.848Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2023-12-07T00:10:36.848Z | + CIDL_DASHREV=-1 |
350 | 2023-12-07T00:10:36.848Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
351 | 2023-12-07T00:10:36.848Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-07T00:10:36.848Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-07T00:10:36.848Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-07T00:10:36.848Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2023-12-07T00:10:36.848Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-12-07T00:10:36.848Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-07T00:10:36.849Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
358 | 2023-12-07T00:10:36.849Z | + mkdir -p out/downloads |
359 | 2023-12-07T00:10:36.849Z | + mkdir -p ./out/clickhouse |
360 | 2023-12-07T00:10:36.849Z | + local DO_DOWNLOAD=true |
361 | 2023-12-07T00:10:36.849Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
362 | 2023-12-07T00:10:36.849Z | + '[' true == true ']' |
363 | 2023-12-07T00:10:36.849Z | + echo Downloading... |
364 | 2023-12-07T00:10:36.849Z | Downloading... |
365 | 2023-12-07T00:10:36.849Z | + 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 |
366 | 2023-12-07T00:10:36.849Z | + 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 |
367 | 2023-12-07T00:10:37.817Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-07T00:10:37.826Z | ++ md5sum |
369 | 2023-12-07T00:10:37.826Z | ++ awk '{print $1}' |
370 | 2023-12-07T00:10:38.080Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
371 | 2023-12-07T00:10:38.081Z | + [[ 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 ]] |
372 | 2023-12-07T00:10:38.081Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
373 | 2023-12-07T00:10:38.156Z | + mkdir -p ./out/clickhouse |
374 | 2023-12-07T00:10:38.156Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
375 | 2023-12-07T00:10:43.304Z | + ./out/clickhouse/clickhouse server --version |
376 | 2023-12-07T00:10:43.366Z | ClickHouse server version 22.8.9.1. |
377 | 2023-12-07T00:10:43.392Z | + set -o errexit |
378 | 2023-12-07T00:10:43.392Z | +++ dirname ./tools/ci_download_console |
379 | 2023-12-07T00:10:43.392Z | ++ cd ./tools |
380 | 2023-12-07T00:10:43.393Z | ++ pwd |
381 | 2023-12-07T00:10:43.393Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2023-12-07T00:10:43.393Z | ++ basename ./tools/ci_download_console |
383 | 2023-12-07T00:10:43.409Z | + ARG0=ci_download_console |
384 | 2023-12-07T00:10:43.409Z | + TARGET_DIR=out |
385 | 2023-12-07T00:10:43.409Z | + DOWNLOAD_DIR=out/downloads |
386 | 2023-12-07T00:10:43.409Z | + DEST_DIR=./out/console-assets |
387 | 2023-12-07T00:10:43.409Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2023-12-07T00:10:43.409Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
389 | 2023-12-07T00:10:43.409Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
390 | 2023-12-07T00:10:43.410Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-12-07T00:10:43.411Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2023-12-07T00:10:43.411Z | + main |
393 | 2023-12-07T00:10:43.411Z | + [[ 0 != 0 ]] |
394 | 2023-12-07T00:10:43.411Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
395 | 2023-12-07T00:10:43.411Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
396 | 2023-12-07T00:10:43.411Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2023-12-07T00:10:43.411Z | Local file: out/downloads/console.tar.gz |
398 | 2023-12-07T00:10:43.412Z | + local DO_DOWNLOAD=true |
399 | 2023-12-07T00:10:43.412Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2023-12-07T00:10:43.412Z | + mkdir -p out/downloads |
401 | 2023-12-07T00:10:43.412Z | + '[' true == true ']' |
402 | 2023-12-07T00:10:43.412Z | + echo Downloading... |
403 | 2023-12-07T00:10:43.412Z | Downloading... |
404 | 2023-12-07T00:10:43.413Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
405 | 2023-12-07T00:10:43.413Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
406 | 2023-12-07T00:10:43.918Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2023-12-07T00:10:44.353Z | ++ case "$OSTYPE" in |
408 | 2023-12-07T00:10:44.353Z | ++ SHA=sha256sum |
409 | 2023-12-07T00:10:44.353Z | ++ sha256sum |
410 | 2023-12-07T00:10:44.353Z | ++ awk '{print $1}' |
411 | 2023-12-07T00:10:44.354Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
412 | 2023-12-07T00:10:44.354Z | + [[ 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 ]] |
413 | 2023-12-07T00:10:44.354Z | + rm -rf ./out/console-assets |
414 | 2023-12-07T00:10:44.354Z | + mkdir -p ./out/console-assets |
415 | 2023-12-07T00:10:44.355Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2023-12-07T00:10:44.355Z | + mkdir -p ./out/console-assets |
417 | 2023-12-07T00:10:44.355Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2023-12-07T00:10:44.355Z | + set -o errexit |
419 | 2023-12-07T00:10:44.357Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2023-12-07T00:10:44.357Z | ++ cd ./tools |
421 | 2023-12-07T00:10:44.357Z | ++ pwd |
422 | 2023-12-07T00:10:44.357Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2023-12-07T00:10:44.357Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2023-12-07T00:10:44.357Z | + ARG0=ci_download_maghemite_openapi |
425 | 2023-12-07T00:10:44.358Z | + TARGET_DIR=out |
426 | 2023-12-07T00:10:44.358Z | + DOWNLOAD_DIR=out/downloads |
427 | 2023-12-07T00:10:44.358Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2023-12-07T00:10:44.358Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
429 | 2023-12-07T00:10:44.358Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
430 | 2023-12-07T00:10:44.358Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
431 | 2023-12-07T00:10:44.358Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-12-07T00:10:44.358Z | + main |
433 | 2023-12-07T00:10:44.359Z | + [[ 0 != 0 ]] |
434 | 2023-12-07T00:10:44.359Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
435 | 2023-12-07T00:10:44.359Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
436 | 2023-12-07T00:10:44.359Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
437 | 2023-12-07T00:10:44.359Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
438 | 2023-12-07T00:10:44.359Z | + local DO_DOWNLOAD=true |
439 | 2023-12-07T00:10:44.359Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
440 | 2023-12-07T00:10:44.359Z | + mkdir -p out/downloads |
441 | 2023-12-07T00:10:44.359Z | + '[' true == true ']' |
442 | 2023-12-07T00:10:44.360Z | + echo Downloading... |
443 | 2023-12-07T00:10:44.360Z | Downloading... |
444 | 2023-12-07T00:10:44.360Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-12-07T00:10:44.360Z | + 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 |
446 | 2023-12-07T00:10:46.262Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
447 | 2023-12-07T00:10:46.262Z | ++ case "$OSTYPE" in |
448 | 2023-12-07T00:10:46.262Z | ++ SHA=sha256sum |
449 | 2023-12-07T00:10:46.697Z | ++ sha256sum |
450 | 2023-12-07T00:10:46.697Z | ++ awk '{print $1}' |
451 | 2023-12-07T00:10:46.697Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
452 | 2023-12-07T00:10:46.698Z | + [[ 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 ]] |
453 | 2023-12-07T00:10:46.700Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
454 | 2023-12-07T00:10:46.700Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
455 | 2023-12-07T00:10:46.700Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
456 | 2023-12-07T00:10:46.700Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
457 | 2023-12-07T00:10:46.700Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-12-07T00:10:46.700Z | + main |
459 | 2023-12-07T00:10:46.701Z | + [[ 0 != 0 ]] |
460 | 2023-12-07T00:10:46.701Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
461 | 2023-12-07T00:10:46.701Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
462 | 2023-12-07T00:10:46.701Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
463 | 2023-12-07T00:10:46.701Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
464 | 2023-12-07T00:10:46.701Z | + local DO_DOWNLOAD=true |
465 | 2023-12-07T00:10:46.702Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
466 | 2023-12-07T00:10:46.702Z | + mkdir -p out/downloads |
467 | 2023-12-07T00:10:46.702Z | + '[' true == true ']' |
468 | 2023-12-07T00:10:46.702Z | + echo Downloading... |
469 | 2023-12-07T00:10:46.702Z | Downloading... |
470 | 2023-12-07T00:10:46.702Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
471 | 2023-12-07T00:10:46.702Z | + 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 |
472 | 2023-12-07T00:10:47.817Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
473 | 2023-12-07T00:10:47.978Z | ++ case "$OSTYPE" in |
474 | 2023-12-07T00:10:47.978Z | ++ SHA=sha256sum |
475 | 2023-12-07T00:10:47.978Z | ++ sha256sum |
476 | 2023-12-07T00:10:47.979Z | ++ awk '{print $1}' |
477 | 2023-12-07T00:10:47.979Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
478 | 2023-12-07T00:10:47.979Z | + [[ 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 ]] |
479 | 2023-12-07T00:10:47.979Z | + set -o errexit |
480 | 2023-12-07T00:10:47.979Z | +++ dirname ./tools/ci_download_dendrite_openapi |
481 | 2023-12-07T00:10:47.979Z | ++ cd ./tools |
482 | 2023-12-07T00:10:47.979Z | ++ pwd |
483 | 2023-12-07T00:10:47.979Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-12-07T00:10:47.979Z | ++ basename ./tools/ci_download_dendrite_openapi |
485 | 2023-12-07T00:10:47.979Z | + ARG0=ci_download_dendrite_openapi |
486 | 2023-12-07T00:10:47.979Z | + TARGET_DIR=out |
487 | 2023-12-07T00:10:47.979Z | + DOWNLOAD_DIR=out/downloads |
488 | 2023-12-07T00:10:47.979Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
489 | 2023-12-07T00:10:47.980Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
490 | 2023-12-07T00:10:47.980Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
491 | 2023-12-07T00:10:47.980Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
492 | 2023-12-07T00:10:47.980Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
493 | 2023-12-07T00:10:47.980Z | + main |
494 | 2023-12-07T00:10:47.980Z | + [[ 0 != 0 ]] |
495 | 2023-12-07T00:10:47.980Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
496 | 2023-12-07T00:10:47.980Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
497 | 2023-12-07T00:10:47.980Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
498 | 2023-12-07T00:10:47.980Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
499 | 2023-12-07T00:10:47.981Z | + local DO_DOWNLOAD=true |
500 | 2023-12-07T00:10:47.981Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
501 | 2023-12-07T00:10:47.981Z | + mkdir -p out/downloads |
502 | 2023-12-07T00:10:47.981Z | + '[' true == true ']' |
503 | 2023-12-07T00:10:47.981Z | + echo Downloading... |
504 | 2023-12-07T00:10:47.981Z | Downloading... |
505 | 2023-12-07T00:10:47.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
506 | 2023-12-07T00:10:47.981Z | + 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 |
507 | 2023-12-07T00:10:48.046Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
508 | 2023-12-07T00:10:48.051Z | ++ case "$OSTYPE" in |
509 | 2023-12-07T00:10:48.051Z | ++ SHA=sha256sum |
510 | 2023-12-07T00:10:48.051Z | ++ sha256sum |
511 | 2023-12-07T00:10:48.051Z | ++ awk '{print $1}' |
512 | 2023-12-07T00:10:48.056Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
513 | 2023-12-07T00:10:48.056Z | + [[ 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 ]] |
514 | 2023-12-07T00:10:48.081Z | + set -o errexit |
515 | 2023-12-07T00:10:48.087Z | +++ dirname ./tools/ci_download_dendrite_stub |
516 | 2023-12-07T00:10:48.088Z | ++ cd ./tools |
517 | 2023-12-07T00:10:48.088Z | ++ pwd |
518 | 2023-12-07T00:10:48.088Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
519 | 2023-12-07T00:10:48.088Z | ++ basename ./tools/ci_download_dendrite_stub |
520 | 2023-12-07T00:10:48.088Z | + ARG0=ci_download_dendrite_stub |
521 | 2023-12-07T00:10:48.088Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
522 | 2023-12-07T00:10:48.088Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
523 | 2023-12-07T00:10:48.089Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
524 | 2023-12-07T00:10:48.089Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
525 | 2023-12-07T00:10:48.089Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
526 | 2023-12-07T00:10:48.089Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
527 | 2023-12-07T00:10:48.089Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
528 | 2023-12-07T00:10:48.090Z | + TARGET_DIR=out |
529 | 2023-12-07T00:10:48.090Z | + DOWNLOAD_DIR=out/downloads |
530 | 2023-12-07T00:10:48.090Z | + DEST_DIR=./out/dendrite-stub |
531 | 2023-12-07T00:10:48.091Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
532 | 2023-12-07T00:10:48.091Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
533 | 2023-12-07T00:10:48.091Z | + REPO=oxidecomputer/dendrite |
534 | 2023-12-07T00:10:48.091Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
535 | 2023-12-07T00:10:48.091Z | + main |
536 | 2023-12-07T00:10:48.091Z | + [[ 0 != 0 ]] |
537 | 2023-12-07T00:10:48.091Z | + CIDL_OS=solaris2.11 |
538 | 2023-12-07T00:10:48.092Z | + [[ 0 != 0 ]] |
539 | 2023-12-07T00:10:48.092Z | + configure_os solaris2.11 |
540 | 2023-12-07T00:10:48.092Z | + echo 'current directory: /work/oxidecomputer/omicron' |
541 | 2023-12-07T00:10:48.092Z | current directory: /work/oxidecomputer/omicron |
542 | 2023-12-07T00:10:48.092Z | + echo 'configuring based on OS: "solaris2.11"' |
543 | 2023-12-07T00:10:48.092Z | configuring based on OS: "solaris2.11" |
544 | 2023-12-07T00:10:48.092Z | + case "$1" in |
545 | 2023-12-07T00:10:48.093Z | + SET_BINARIES= |
546 | 2023-12-07T00:10:48.093Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
547 | 2023-12-07T00:10:48.093Z | + CIDL_SHA256FUNC=do_sha256sum |
548 | 2023-12-07T00:10:48.093Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
549 | 2023-12-07T00:10:48.093Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
550 | 2023-12-07T00:10:48.093Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-07T00:10:48.093Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
552 | 2023-12-07T00:10:48.093Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
553 | 2023-12-07T00:10:48.093Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
554 | 2023-12-07T00:10:48.093Z | Local file: out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-07T00:10:48.094Z | + mkdir -p out/downloads |
556 | 2023-12-07T00:10:48.094Z | + mkdir -p ./out/dendrite-stub |
557 | 2023-12-07T00:10:48.094Z | + fetch_and_verify |
558 | 2023-12-07T00:10:48.094Z | + local DO_DOWNLOAD=true |
559 | 2023-12-07T00:10:48.094Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
560 | 2023-12-07T00:10:48.094Z | + '[' true == true ']' |
561 | 2023-12-07T00:10:48.094Z | + echo Downloading... |
562 | 2023-12-07T00:10:48.094Z | Downloading... |
563 | 2023-12-07T00:10:48.095Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
564 | 2023-12-07T00:10:48.095Z | + 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 |
565 | 2023-12-07T00:11:06.333Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-07T00:11:06.563Z | ++ sha256sum |
567 | 2023-12-07T00:11:06.563Z | ++ awk '{print $1}' |
568 | 2023-12-07T00:11:06.563Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
569 | 2023-12-07T00:11:06.564Z | + [[ 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 ]] |
570 | 2023-12-07T00:11:06.564Z | + do_untar out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-07T00:11:06.564Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
572 | 2023-12-07T00:11:06.564Z | + do_assemble |
573 | 2023-12-07T00:11:06.564Z | + rm -r ./out/dendrite-stub |
574 | 2023-12-07T00:11:06.564Z | + mkdir ./out/dendrite-stub |
575 | 2023-12-07T00:11:06.564Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
576 | 2023-12-07T00:11:06.564Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
577 | 2023-12-07T00:11:06.564Z | + set -o errexit |
578 | 2023-12-07T00:11:06.564Z | +++ dirname ./tools/ci_download_maghemite_mgd |
579 | 2023-12-07T00:11:06.564Z | ++ cd ./tools |
580 | 2023-12-07T00:11:06.564Z | ++ pwd |
581 | 2023-12-07T00:11:06.564Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
582 | 2023-12-07T00:11:06.564Z | ++ basename ./tools/ci_download_maghemite_mgd |
583 | 2023-12-07T00:11:06.564Z | + ARG0=ci_download_maghemite_mgd |
584 | 2023-12-07T00:11:06.564Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
585 | 2023-12-07T00:11:06.564Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
586 | 2023-12-07T00:11:06.564Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
587 | 2023-12-07T00:11:06.564Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
588 | 2023-12-07T00:11:06.565Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
589 | 2023-12-07T00:11:06.565Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
590 | 2023-12-07T00:11:06.565Z | + TARGET_DIR=out |
591 | 2023-12-07T00:11:06.565Z | + DOWNLOAD_DIR=out/downloads |
592 | 2023-12-07T00:11:06.565Z | + DEST_DIR=./out/mgd |
593 | 2023-12-07T00:11:06.565Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
594 | 2023-12-07T00:11:06.565Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
595 | 2023-12-07T00:11:06.565Z | + REPO=oxidecomputer/maghemite |
596 | 2023-12-07T00:11:06.565Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
597 | 2023-12-07T00:11:06.565Z | + main |
598 | 2023-12-07T00:11:06.565Z | + [[ 0 != 0 ]] |
599 | 2023-12-07T00:11:06.565Z | + CIDL_OS=solaris2.11 |
600 | 2023-12-07T00:11:06.565Z | + [[ 0 != 0 ]] |
601 | 2023-12-07T00:11:06.565Z | + configure_os solaris2.11 |
602 | 2023-12-07T00:11:06.565Z | + echo 'current directory: /work/oxidecomputer/omicron' |
603 | 2023-12-07T00:11:06.566Z | current directory: /work/oxidecomputer/omicron |
604 | 2023-12-07T00:11:06.567Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2023-12-07T00:11:06.567Z | + case "$1" in |
606 | 2023-12-07T00:11:06.567Z | + SET_BINARIES= |
607 | 2023-12-07T00:11:06.567Z | configuring based on OS: "solaris2.11" |
608 | 2023-12-07T00:11:06.567Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2023-12-07T00:11:06.567Z | + TARBALL_FILENAME=mgd.tar.gz |
610 | 2023-12-07T00:11:06.567Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
611 | 2023-12-07T00:11:06.567Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
612 | 2023-12-07T00:11:06.567Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
613 | 2023-12-07T00:11:06.567Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
614 | 2023-12-07T00:11:06.567Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
615 | 2023-12-07T00:11:06.567Z | Local file: out/downloads/mgd.tar.gz |
616 | 2023-12-07T00:11:06.567Z | + mkdir -p out/downloads |
617 | 2023-12-07T00:11:06.567Z | + mkdir -p ./out/mgd |
618 | 2023-12-07T00:11:06.567Z | + fetch_and_verify |
619 | 2023-12-07T00:11:06.567Z | + local DO_DOWNLOAD=true |
620 | 2023-12-07T00:11:06.568Z | + [[ -f out/downloads/mgd.tar.gz ]] |
621 | 2023-12-07T00:11:06.568Z | + '[' true == true ']' |
622 | 2023-12-07T00:11:06.568Z | + echo Downloading... |
623 | 2023-12-07T00:11:06.568Z | Downloading... |
624 | 2023-12-07T00:11:06.568Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
625 | 2023-12-07T00:11:06.568Z | + 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 |
626 | 2023-12-07T00:11:17.897Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
627 | 2023-12-07T00:11:17.910Z | ++ sha256sum |
628 | 2023-12-07T00:11:17.911Z | ++ awk '{print $1}' |
629 | 2023-12-07T00:11:17.986Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
630 | 2023-12-07T00:11:17.986Z | + [[ 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 ]] |
631 | 2023-12-07T00:11:17.995Z | + do_untar out/downloads/mgd.tar.gz |
632 | 2023-12-07T00:11:17.995Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
633 | 2023-12-07T00:11:18.663Z | + do_assemble |
634 | 2023-12-07T00:11:18.663Z | + rm -r ./out/mgd |
635 | 2023-12-07T00:11:18.667Z | + mkdir ./out/mgd |
636 | 2023-12-07T00:11:18.667Z | + cp -r out/downloads/root ./out/mgd/root |
637 | 2023-12-07T00:11:18.898Z | + set -o errexit |
638 | 2023-12-07T00:11:18.941Z | +++ dirname ./tools/ci_download_transceiver_control |
639 | 2023-12-07T00:11:18.941Z | ++ cd ./tools |
640 | 2023-12-07T00:11:18.941Z | ++ pwd |
641 | 2023-12-07T00:11:18.941Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
642 | 2023-12-07T00:11:18.941Z | ++ basename ./tools/ci_download_transceiver_control |
643 | 2023-12-07T00:11:18.942Z | + ARG0=ci_download_transceiver_control |
644 | 2023-12-07T00:11:18.942Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
645 | 2023-12-07T00:11:18.942Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2023-12-07T00:11:18.942Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
647 | 2023-12-07T00:11:18.942Z | + TARGET_DIR=out |
648 | 2023-12-07T00:11:18.942Z | + DOWNLOAD_DIR=out/downloads |
649 | 2023-12-07T00:11:18.943Z | + DEST_DIR=./out/transceiver-control |
650 | 2023-12-07T00:11:18.943Z | + BIN_DIR=/opt/oxide/bin |
651 | 2023-12-07T00:11:18.943Z | + BINARY=xcvradm |
652 | 2023-12-07T00:11:18.943Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
653 | 2023-12-07T00:11:18.943Z | + REPO=oxidecomputer/transceiver-control |
654 | 2023-12-07T00:11:18.943Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2023-12-07T00:11:18.943Z | + main |
656 | 2023-12-07T00:11:18.943Z | + [[ 0 != 0 ]] |
657 | 2023-12-07T00:11:18.944Z | + CIDL_OS=solaris2.11 |
658 | 2023-12-07T00:11:18.944Z | + [[ 0 != 0 ]] |
659 | 2023-12-07T00:11:18.944Z | + configure_os solaris2.11 |
660 | 2023-12-07T00:11:18.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
661 | 2023-12-07T00:11:18.944Z | current directory: /work/oxidecomputer/omicron |
662 | 2023-12-07T00:11:18.944Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2023-12-07T00:11:18.944Z | + case "$1" in |
664 | 2023-12-07T00:11:18.944Z | configuring based on OS: "solaris2.11" |
665 | 2023-12-07T00:11:18.944Z | + SET_BINARIES= |
666 | 2023-12-07T00:11:18.944Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2023-12-07T00:11:18.944Z | + CIDL_SHA256FUNC=do_sha256sum |
668 | 2023-12-07T00:11:18.944Z | + ARCHIVE_FILENAME=xcvradm.gz |
669 | 2023-12-07T00:11:18.945Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2023-12-07T00:11:18.945Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
671 | 2023-12-07T00:11:18.945Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
672 | 2023-12-07T00:11:18.945Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2023-12-07T00:11:18.945Z | Local file: out/downloads/xcvradm.gz |
674 | 2023-12-07T00:11:18.945Z | + echo 'Local file: out/downloads/xcvradm.gz' |
675 | 2023-12-07T00:11:18.945Z | + mkdir -p out/downloads |
676 | 2023-12-07T00:11:18.945Z | + mkdir -p ./out/transceiver-control |
677 | 2023-12-07T00:11:18.945Z | + fetch_and_verify |
678 | 2023-12-07T00:11:18.945Z | + local DO_DOWNLOAD=true |
679 | 2023-12-07T00:11:18.945Z | + [[ -f out/downloads/xcvradm.gz ]] |
680 | 2023-12-07T00:11:18.946Z | + '[' true == true ']' |
681 | 2023-12-07T00:11:18.946Z | + echo Downloading... |
682 | 2023-12-07T00:11:18.946Z | Downloading... |
683 | 2023-12-07T00:11:18.946Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
684 | 2023-12-07T00:11:18.946Z | + 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 |
685 | 2023-12-07T00:11:23.634Z | ++ do_sha256sum out/downloads/xcvradm.gz |
686 | 2023-12-07T00:11:23.681Z | ++ sha256sum |
687 | 2023-12-07T00:11:23.681Z | ++ awk '{print $1}' |
688 | 2023-12-07T00:11:23.726Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
689 | 2023-12-07T00:11:23.726Z | + [[ 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 ]] |
690 | 2023-12-07T00:11:23.726Z | + do_unpack out/downloads/xcvradm.gz |
691 | 2023-12-07T00:11:23.727Z | + mkdir -p out/downloads/root//opt/oxide/bin |
692 | 2023-12-07T00:11:23.727Z | + gzip -dc out/downloads/xcvradm.gz |
693 | 2023-12-07T00:11:23.891Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
694 | 2023-12-07T00:11:23.910Z | + do_assemble |
695 | 2023-12-07T00:11:23.910Z | + rm -r ./out/transceiver-control |
696 | 2023-12-07T00:11:23.910Z | + mkdir ./out/transceiver-control |
697 | 2023-12-07T00:11:23.911Z | + cp -r out/downloads/root ./out/transceiver-control/root |
698 | 2023-12-07T00:11:32.980Z | All prerequisites installed successfully |
699 | 2023-12-07T00:11:32.981Z | |
700 | 2023-12-07T00:11:32.981Z | real 2:36.422292129 |
701 | 2023-12-07T00:11:32.981Z | user 55.818341315 |
702 | 2023-12-07T00:11:32.981Z | sys 11.161011647 |
703 | 2023-12-07T00:11:32.981Z | trap 0.023380834 |
704 | 2023-12-07T00:11:32.981Z | tflt 0.169676512 |
705 | 2023-12-07T00:11:32.981Z | dflt 0.545229275 |
706 | 2023-12-07T00:11:32.981Z | kflt 0.130641906 |
707 | 2023-12-07T00:11:32.981Z | lock 1.799919054 |
708 | 2023-12-07T00:11:32.982Z | slp 5:10.814358461 |
709 | 2023-12-07T00:11:32.982Z | lat 4.174854960 |
710 | 2023-12-07T00:11:32.982Z | stop 0.075248946 |
711 | 2023-12-07T00:11:32.982Z | + ptime -m ./tools/ci_download_softnpu_machinery |
712 | 2023-12-07T00:11:32.982Z | fetching npuzone |
713 | 2023-12-07T00:11:32.984Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
714 | 2023-12-07T00:11:32.984Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
715 | 2023-12-07T00:11:32.984Z | Getting hash for npuzone |
716 | 2023-12-07T00:11:34.131Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
717 | 2023-12-07T00:11:53.900Z | npuzone downloaded successfully |
718 | 2023-12-07T00:11:53.908Z | |
719 | 2023-12-07T00:11:53.909Z | real 29.868197959 |
720 | 2023-12-07T00:11:53.909Z | user 0.582729064 |
721 | 2023-12-07T00:11:53.909Z | sys 0.164433848 |
722 | 2023-12-07T00:11:53.909Z | trap 0.000057012 |
723 | 2023-12-07T00:11:53.909Z | tflt 0.000000000 |
724 | 2023-12-07T00:11:53.909Z | dflt 0.000000000 |
725 | 2023-12-07T00:11:53.909Z | kflt 0.000000000 |
726 | 2023-12-07T00:11:53.909Z | lock 0.000000000 |
727 | 2023-12-07T00:11:53.910Z | slp 1:28.633972711 |
728 | 2023-12-07T00:11:53.910Z | lat 0.185444353 |
729 | 2023-12-07T00:11:53.910Z | stop 0.000271539 |
730 | 2023-12-07T00:11:53.910Z | + export CARGO_INCREMENTAL=0 |
731 | 2023-12-07T00:11:53.910Z | + CARGO_INCREMENTAL=0 |
732 | 2023-12-07T00:11:53.910Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
733 | 2023-12-07T00:11:54.246Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2023-12-07T00:11:55.015Z | Updating crates.io index |
735 | 2023-12-07T00:11:55.068Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
736 | 2023-12-07T00:11:55.555Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
737 | 2023-12-07T00:11:57.405Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
738 | 2023-12-07T00:11:57.832Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2023-12-07T00:11:58.154Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2023-12-07T00:11:58.458Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2023-12-07T00:11:58.823Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2023-12-07T00:11:59.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2023-12-07T00:12:02.061Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2023-12-07T00:12:03.162Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2023-12-07T00:12:03.547Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2023-12-07T00:12:04.498Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2023-12-07T00:12:04.504Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2023-12-07T00:12:04.894Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2023-12-07T00:12:05.282Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2023-12-07T00:12:05.635Z | Updating git repository `https://github.com/njaremko/samael` |
751 | 2023-12-07T00:12:06.152Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2023-12-07T00:12:08.743Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2023-12-07T00:12:09.144Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2023-12-07T00:12:09.506Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2023-12-07T00:12:10.785Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2023-12-07T00:12:11.323Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2023-12-07T00:12:12.333Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2023-12-07T00:12:12.728Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2023-12-07T00:12:13.043Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2023-12-07T00:12:14.595Z | Downloading crates ... |
761 | 2023-12-07T00:12:14.842Z | Downloaded atomic-waker v1.1.1 |
762 | 2023-12-07T00:12:14.849Z | Downloaded ansi_term v0.12.1 |
763 | 2023-12-07T00:12:14.849Z | Downloaded num-complex v0.4.4 |
764 | 2023-12-07T00:12:14.861Z | Downloaded async-stream-impl v0.3.5 |
765 | 2023-12-07T00:12:14.861Z | Downloaded atomicwrites v0.4.2 |
766 | 2023-12-07T00:12:14.869Z | Downloaded ciborium-io v0.2.1 |
767 | 2023-12-07T00:12:14.869Z | Downloaded macaddr v1.0.1 |
768 | 2023-12-07T00:12:14.876Z | Downloaded anstyle v1.0.2 |
769 | 2023-12-07T00:12:14.876Z | Downloaded memoffset v0.9.0 |
770 | 2023-12-07T00:12:14.887Z | Downloaded array-init v0.0.4 |
771 | 2023-12-07T00:12:14.898Z | Downloaded newtype_derive v0.1.6 |
772 | 2023-12-07T00:12:14.899Z | Downloaded addr2line v0.21.0 |
773 | 2023-12-07T00:12:14.910Z | Downloaded async-recursion v1.0.5 |
774 | 2023-12-07T00:12:14.911Z | Downloaded assert_matches v1.5.0 |
775 | 2023-12-07T00:12:14.924Z | Downloaded base16ct v0.2.0 |
776 | 2023-12-07T00:12:14.925Z | Downloaded mockall v0.11.4 |
777 | 2023-12-07T00:12:14.925Z | Downloaded base64ct v1.6.0 |
778 | 2023-12-07T00:12:14.940Z | Downloaded multer v2.1.0 |
779 | 2023-12-07T00:12:14.958Z | Downloaded log v0.4.20 |
780 | 2023-12-07T00:12:14.958Z | Downloaded num_threads v0.1.6 |
781 | 2023-12-07T00:12:14.958Z | Downloaded openssl-macros v0.1.1 |
782 | 2023-12-07T00:12:14.958Z | Downloaded matches v0.1.10 |
783 | 2023-12-07T00:12:14.958Z | Downloaded openssl-probe v0.1.5 |
784 | 2023-12-07T00:12:14.967Z | Downloaded termtree v0.4.1 |
785 | 2023-12-07T00:12:14.967Z | Downloaded spki v0.7.2 |
786 | 2023-12-07T00:12:14.967Z | Downloaded lalrpop-util v0.19.12 |
787 | 2023-12-07T00:12:14.967Z | Downloaded spin v0.9.8 |
788 | 2023-12-07T00:12:14.982Z | Downloaded derive_builder_macro v0.12.0 |
789 | 2023-12-07T00:12:14.982Z | Downloaded num-iter v0.1.43 |
790 | 2023-12-07T00:12:14.988Z | Downloaded convert_case v0.4.0 |
791 | 2023-12-07T00:12:14.988Z | Downloaded camino v1.1.6 |
792 | 2023-12-07T00:12:14.989Z | Downloaded linear-map v1.2.0 |
793 | 2023-12-07T00:12:14.989Z | Downloaded md-5 v0.10.5 |
794 | 2023-12-07T00:12:14.994Z | Downloaded libsw v3.3.0 |
795 | 2023-12-07T00:12:15.001Z | Downloaded endian-type v0.1.2 |
796 | 2023-12-07T00:12:15.001Z | Downloaded maplit v1.0.2 |
797 | 2023-12-07T00:12:15.007Z | Downloaded num_enum v0.5.11 |
798 | 2023-12-07T00:12:15.014Z | Downloaded toml_datetime v0.6.5 |
799 | 2023-12-07T00:12:15.019Z | Downloaded secrecy v0.8.0 |
800 | 2023-12-07T00:12:15.019Z | Downloaded console v0.15.7 |
801 | 2023-12-07T00:12:15.026Z | Downloaded lazy_static v1.4.0 |
802 | 2023-12-07T00:12:15.033Z | Downloaded bitflags v2.4.0 |
803 | 2023-12-07T00:12:15.049Z | Downloaded tower-service v0.3.2 |
804 | 2023-12-07T00:12:15.049Z | Downloaded once_cell v1.18.0 |
805 | 2023-12-07T00:12:15.057Z | Downloaded fragile v2.0.0 |
806 | 2023-12-07T00:12:15.059Z | Downloaded crossbeam-channel v0.5.8 |
807 | 2023-12-07T00:12:15.065Z | Downloaded packed_struct v0.10.1 |
808 | 2023-12-07T00:12:15.065Z | Downloaded errno v0.3.2 |
809 | 2023-12-07T00:12:15.065Z | Downloaded crossbeam-deque v0.8.3 |
810 | 2023-12-07T00:12:15.076Z | Downloaded string_cache v0.8.7 |
811 | 2023-12-07T00:12:15.108Z | Downloaded zeroize_derive v1.4.2 |
812 | 2023-12-07T00:12:15.108Z | Downloaded oso v0.27.0 |
813 | 2023-12-07T00:12:15.128Z | Downloaded serde-big-array v0.5.1 |
814 | 2023-12-07T00:12:15.128Z | Downloaded globset v0.4.13 |
815 | 2023-12-07T00:12:15.128Z | Downloaded cfg-if v0.1.10 |
816 | 2023-12-07T00:12:15.128Z | Downloaded parking_lot v0.12.1 |
817 | 2023-12-07T00:12:15.129Z | Downloaded usdt-attr-macro v0.3.5 |
818 | 2023-12-07T00:12:15.129Z | Downloaded tui-tree-widget v0.13.0 |
819 | 2023-12-07T00:12:15.129Z | Downloaded parking_lot_core v0.9.8 |
820 | 2023-12-07T00:12:15.129Z | Downloaded darling_macro v0.14.4 |
821 | 2023-12-07T00:12:15.129Z | Downloaded zone v0.3.0 |
822 | 2023-12-07T00:12:15.129Z | Downloaded subtle v2.5.0 |
823 | 2023-12-07T00:12:15.129Z | Downloaded crypto-bigint v0.5.2 |
824 | 2023-12-07T00:12:15.143Z | Downloaded rpassword v7.3.1 |
825 | 2023-12-07T00:12:15.152Z | Downloaded predicates-tree v1.0.9 |
826 | 2023-12-07T00:12:15.152Z | Downloaded dtrace-parser v0.1.14 |
827 | 2023-12-07T00:12:15.153Z | Downloaded quote v1.0.33 |
828 | 2023-12-07T00:12:15.153Z | Downloaded vec_map v0.8.2 |
829 | 2023-12-07T00:12:15.158Z | Downloaded usdt-impl v0.3.5 |
830 | 2023-12-07T00:12:15.159Z | Downloaded version_check v0.9.4 |
831 | 2023-12-07T00:12:15.164Z | Downloaded utf-8 v0.7.6 |
832 | 2023-12-07T00:12:15.164Z | Downloaded serde_urlencoded v0.7.1 |
833 | 2023-12-07T00:12:15.171Z | Downloaded same-file v1.0.6 |
834 | 2023-12-07T00:12:15.172Z | Downloaded proc-macro-error v1.0.4 |
835 | 2023-12-07T00:12:15.178Z | Downloaded dirs-next v2.0.0 |
836 | 2023-12-07T00:12:15.186Z | Downloaded pkcs8 v0.10.2 |
837 | 2023-12-07T00:12:15.193Z | Downloaded serde-big-array v0.4.1 |
838 | 2023-12-07T00:12:15.194Z | Downloaded foreign-types-macros v0.2.3 |
839 | 2023-12-07T00:12:15.203Z | Downloaded pest_generator v2.7.2 |
840 | 2023-12-07T00:12:15.203Z | Downloaded tracing v0.1.37 |
841 | 2023-12-07T00:12:15.208Z | Downloaded strum v0.25.0 |
842 | 2023-12-07T00:12:15.215Z | Downloaded signal-hook-registry v1.4.1 |
843 | 2023-12-07T00:12:15.221Z | Downloaded indexmap v2.1.0 |
844 | 2023-12-07T00:12:15.227Z | Downloaded stringprep v0.1.3 |
845 | 2023-12-07T00:12:15.227Z | Downloaded futures-core v0.3.29 |
846 | 2023-12-07T00:12:15.236Z | Downloaded dirs-sys-next v0.1.2 |
847 | 2023-12-07T00:12:15.236Z | Downloaded peeking_take_while v0.1.2 |
848 | 2023-12-07T00:12:15.237Z | Downloaded rustls-native-certs v0.6.3 |
849 | 2023-12-07T00:12:15.245Z | Downloaded doc-comment v0.3.3 |
850 | 2023-12-07T00:12:15.662Z | Downloaded xattr v1.0.1 |
851 | 2023-12-07T00:12:15.663Z | Downloaded percent-encoding v2.3.1 |
852 | 2023-12-07T00:12:15.663Z | Downloaded downcast v0.11.0 |
853 | 2023-12-07T00:12:15.670Z | Downloaded url v2.5.0 |
854 | 2023-12-07T00:12:15.670Z | Downloaded whoami v1.4.1 |
855 | 2023-12-07T00:12:15.670Z | Downloaded getopts v0.2.21 |
856 | 2023-12-07T00:12:15.670Z | Downloaded try-lock v0.2.4 |
857 | 2023-12-07T00:12:15.670Z | Downloaded slog-term v2.9.0 |
858 | 2023-12-07T00:12:15.670Z | Downloaded tokio-postgres v0.7.10 |
859 | 2023-12-07T00:12:15.671Z | Downloaded nodrop v0.1.14 |
860 | 2023-12-07T00:12:15.671Z | Downloaded tinyvec_macros v0.1.1 |
861 | 2023-12-07T00:12:15.671Z | Downloaded sha2 v0.10.8 |
862 | 2023-12-07T00:12:15.671Z | Downloaded http-range v0.1.5 |
863 | 2023-12-07T00:12:15.671Z | Downloaded pretty-hex v0.4.0 |
864 | 2023-12-07T00:12:15.671Z | Downloaded foreign-types-shared v0.3.1 |
865 | 2023-12-07T00:12:15.671Z | Downloaded pin-project-internal v1.1.3 |
866 | 2023-12-07T00:12:15.671Z | Downloaded hash32 v0.2.1 |
867 | 2023-12-07T00:12:15.671Z | Downloaded time-macros v0.2.13 |
868 | 2023-12-07T00:12:15.671Z | Downloaded pem v1.1.1 |
869 | 2023-12-07T00:12:15.672Z | Downloaded fxhash v0.2.1 |
870 | 2023-12-07T00:12:15.672Z | Downloaded deranged v0.3.8 |
871 | 2023-12-07T00:12:15.672Z | Downloaded fallible-iterator v0.2.0 |
872 | 2023-12-07T00:12:15.672Z | Downloaded crc-catalog v2.2.0 |
873 | 2023-12-07T00:12:15.672Z | Downloaded digest v0.10.7 |
874 | 2023-12-07T00:12:15.672Z | Downloaded pkg-config v0.3.27 |
875 | 2023-12-07T00:12:15.672Z | Downloaded precomputed-hash v0.1.1 |
876 | 2023-12-07T00:12:15.672Z | Downloaded shell-words v1.1.0 |
877 | 2023-12-07T00:12:15.672Z | Downloaded futures-sink v0.3.29 |
878 | 2023-12-07T00:12:15.672Z | Downloaded generic-array v0.14.7 |
879 | 2023-12-07T00:12:15.672Z | Downloaded resolv-conf v0.7.0 |
880 | 2023-12-07T00:12:15.672Z | Downloaded toml v0.5.11 |
881 | 2023-12-07T00:12:15.672Z | Downloaded path-slash v0.1.5 |
882 | 2023-12-07T00:12:15.672Z | Downloaded slog-stdlog v4.1.1 |
883 | 2023-12-07T00:12:15.672Z | Downloaded glob v0.3.1 |
884 | 2023-12-07T00:12:15.672Z | Downloaded enum-as-inner v0.5.1 |
885 | 2023-12-07T00:12:15.672Z | Downloaded ed25519 v1.5.3 |
886 | 2023-12-07T00:12:15.672Z | Downloaded pin-project-lite v0.2.13 |
887 | 2023-12-07T00:12:15.673Z | Downloaded pem v3.0.2 |
888 | 2023-12-07T00:12:15.673Z | Downloaded flume v0.11.0 |
889 | 2023-12-07T00:12:15.673Z | Downloaded futures-macro v0.3.29 |
890 | 2023-12-07T00:12:15.673Z | Downloaded foreign-types v0.5.0 |
891 | 2023-12-07T00:12:15.673Z | Downloaded walkdir v2.4.0 |
892 | 2023-12-07T00:12:15.673Z | Downloaded der_derive v0.7.2 |
893 | 2023-12-07T00:12:15.673Z | Downloaded darling_core v0.20.3 |
894 | 2023-12-07T00:12:15.673Z | Downloaded toolchain_find v0.2.0 |
895 | 2023-12-07T00:12:15.673Z | Downloaded ref-cast-impl v1.0.20 |
896 | 2023-12-07T00:12:15.673Z | Downloaded diesel_derives v2.1.2 |
897 | 2023-12-07T00:12:15.673Z | Downloaded rand_chacha v0.3.1 |
898 | 2023-12-07T00:12:15.673Z | Downloaded scopeguard v1.2.0 |
899 | 2023-12-07T00:12:15.676Z | Downloaded atty v0.2.14 |
900 | 2023-12-07T00:12:15.676Z | Downloaded slog-scope v4.4.0 |
901 | 2023-12-07T00:12:15.676Z | Downloaded zone_cfg_derive v0.3.0 |
902 | 2023-12-07T00:12:15.676Z | Downloaded sha1 v0.10.6 |
903 | 2023-12-07T00:12:15.676Z | Downloaded heck v0.3.3 |
904 | 2023-12-07T00:12:15.676Z | Downloaded predicates v3.0.4 |
905 | 2023-12-07T00:12:15.677Z | Downloaded fatfs v0.3.6 |
906 | 2023-12-07T00:12:15.677Z | Downloaded phf_shared v0.10.0 |
907 | 2023-12-07T00:12:15.677Z | Downloaded rtoolbox v0.0.1 |
908 | 2023-12-07T00:12:15.677Z | Downloaded display-error-chain v0.2.0 |
909 | 2023-12-07T00:12:15.677Z | Downloaded proc-macro-crate v1.3.1 |
910 | 2023-12-07T00:12:15.677Z | Downloaded httpdate v1.0.3 |
911 | 2023-12-07T00:12:15.677Z | Downloaded wyz v0.5.1 |
912 | 2023-12-07T00:12:15.677Z | Downloaded proc-macro-error-attr v1.0.4 |
913 | 2023-12-07T00:12:15.677Z | Downloaded strum_macros v0.25.2 |
914 | 2023-12-07T00:12:15.677Z | Downloaded autocfg v1.1.0 |
915 | 2023-12-07T00:12:15.677Z | Downloaded unicase v2.7.0 |
916 | 2023-12-07T00:12:15.677Z | Downloaded rand_core v0.6.4 |
917 | 2023-12-07T00:12:15.677Z | Downloaded fastrand v2.0.0 |
918 | 2023-12-07T00:12:15.677Z | Downloaded vsss-rs v3.3.1 |
919 | 2023-12-07T00:12:15.677Z | Downloaded pkcs1 v0.7.5 |
920 | 2023-12-07T00:12:15.677Z | Downloaded headers v0.3.9 |
921 | 2023-12-07T00:12:15.677Z | Downloaded postgres-types v0.2.6 |
922 | 2023-12-07T00:12:15.677Z | Downloaded postcard v0.7.3 |
923 | 2023-12-07T00:12:15.677Z | Downloaded mime_guess v2.0.4 |
924 | 2023-12-07T00:12:15.677Z | Downloaded half v1.8.2 |
925 | 2023-12-07T00:12:15.677Z | Downloaded pin-utils v0.1.0 |
926 | 2023-12-07T00:12:15.677Z | Downloaded pest v2.7.2 |
927 | 2023-12-07T00:12:15.677Z | Downloaded snafu-derive v0.7.5 |
928 | 2023-12-07T00:12:15.678Z | Downloaded unicode-xid v0.2.4 |
929 | 2023-12-07T00:12:15.678Z | Downloaded rustls-pemfile v1.0.3 |
930 | 2023-12-07T00:12:15.678Z | Downloaded ahash v0.8.3 |
931 | 2023-12-07T00:12:15.678Z | Downloaded ron v0.8.1 |
932 | 2023-12-07T00:12:15.678Z | Downloaded aead v0.5.2 |
933 | 2023-12-07T00:12:15.678Z | Downloaded unicode-width v0.1.11 |
934 | 2023-12-07T00:12:15.678Z | Downloaded hkdf v0.12.3 |
935 | 2023-12-07T00:12:15.678Z | Downloaded quick-xml v0.23.1 |
936 | 2023-12-07T00:12:15.678Z | Downloaded rand v0.8.5 |
937 | 2023-12-07T00:12:15.678Z | Downloaded heapless v0.7.16 |
938 | 2023-12-07T00:12:15.678Z | Downloaded password-hash v0.5.0 |
939 | 2023-12-07T00:12:15.679Z | Downloaded derive_builder v0.12.0 |
940 | 2023-12-07T00:12:15.679Z | Downloaded toml_edit v0.21.0 |
941 | 2023-12-07T00:12:15.679Z | Downloaded unicode-ident v1.0.12 |
942 | 2023-12-07T00:12:15.679Z | Downloaded rcgen v0.11.3 |
943 | 2023-12-07T00:12:15.679Z | Downloaded slog v2.7.0 |
944 | 2023-12-07T00:12:15.679Z | Downloaded lalrpop v0.19.12 |
945 | 2023-12-07T00:12:15.694Z | Downloaded tar v0.4.40 |
946 | 2023-12-07T00:12:15.694Z | Downloaded unicode-normalization v0.1.22 |
947 | 2023-12-07T00:12:15.694Z | Downloaded openssl v0.10.60 |
948 | 2023-12-07T00:12:15.752Z | Downloaded winnow v0.5.15 |
949 | 2023-12-07T00:12:15.836Z | Downloaded libm v0.2.7 |
950 | 2023-12-07T00:12:15.837Z | Downloaded rustls-webpki v0.101.7 |
951 | 2023-12-07T00:12:15.870Z | Downloaded webpki-roots v0.25.2 |
952 | 2023-12-07T00:12:15.870Z | Downloaded syn v1.0.109 |
953 | 2023-12-07T00:12:15.870Z | Downloaded regress v0.7.1 |
954 | 2023-12-07T00:12:15.870Z | Downloaded trust-dns-proto v0.22.0 |
955 | 2023-12-07T00:12:15.870Z | Downloaded smoltcp v0.9.1 |
956 | 2023-12-07T00:12:15.927Z | Downloaded rustls v0.21.9 |
957 | 2023-12-07T00:12:15.927Z | Downloaded reedline v0.26.0 |
958 | 2023-12-07T00:12:15.927Z | Downloaded hashbrown v0.14.2 |
959 | 2023-12-07T00:12:15.943Z | Downloaded zerocopy-derive v0.2.0 |
960 | 2023-12-07T00:12:15.943Z | Downloaded regex-automata v0.3.8 |
961 | 2023-12-07T00:12:15.973Z | Downloaded futures-util v0.3.29 |
962 | 2023-12-07T00:12:15.986Z | Downloaded tabled v0.14.0 |
963 | 2023-12-07T00:12:15.995Z | Downloaded object v0.30.4 |
964 | 2023-12-07T00:12:16.014Z | Downloaded tokio v1.34.0 |
965 | 2023-12-07T00:12:16.098Z | Downloaded ratatui v0.23.0 |
966 | 2023-12-07T00:12:16.104Z | Downloaded vcpkg v0.2.15 |
967 | 2023-12-07T00:12:16.187Z | Downloaded bstr v0.2.17 |
968 | 2023-12-07T00:12:16.204Z | Downloaded syn v2.0.32 |
969 | 2023-12-07T00:12:16.237Z | Downloaded gimli v0.28.0 |
970 | 2023-12-07T00:12:16.261Z | Downloaded bstr v1.6.0 |
971 | 2023-12-07T00:12:16.279Z | Downloaded regex v1.10.2 |
972 | 2023-12-07T00:12:16.287Z | Downloaded polar-core v0.27.0 |
973 | 2023-12-07T00:12:16.310Z | Downloaded diesel v2.1.4 |
974 | 2023-12-07T00:12:16.336Z | Downloaded rustix v0.37.23 |
975 | 2023-12-07T00:12:16.483Z | Downloaded regex-syntax v0.8.2 |
976 | 2023-12-07T00:12:16.519Z | Downloaded regex-syntax v0.7.5 |
977 | 2023-12-07T00:12:16.519Z | Downloaded rustix v0.38.25 |
978 | 2023-12-07T00:12:16.519Z | Downloaded sled v0.34.7 |
979 | 2023-12-07T00:12:16.519Z | Downloaded zerocopy-derive v0.6.4 |
980 | 2023-12-07T00:12:16.526Z | Downloaded regex-automata v0.4.3 |
981 | 2023-12-07T00:12:16.532Z | Downloaded libc v0.2.150 |
982 | 2023-12-07T00:12:16.585Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2023-12-07T00:12:16.607Z | Downloaded sha3 v0.10.8 |
984 | 2023-12-07T00:12:16.617Z | Downloaded radix_trie v0.2.1 |
985 | 2023-12-07T00:12:16.627Z | Downloaded chrono v0.4.31 |
986 | 2023-12-07T00:12:16.642Z | Downloaded encoding_rs v0.8.33 |
987 | 2023-12-07T00:12:16.685Z | Downloaded idna v0.5.0 |
988 | 2023-12-07T00:12:16.703Z | Downloaded openapiv3 v2.0.0-rc.1 |
989 | 2023-12-07T00:12:16.722Z | Downloaded regex-syntax v0.6.29 |
990 | 2023-12-07T00:12:16.750Z | Downloaded ring v0.17.5 |
991 | 2023-12-07T00:12:16.873Z | Downloaded rayon v1.8.0 |
992 | 2023-12-07T00:12:16.894Z | Downloaded clap v2.34.0 |
993 | 2023-12-07T00:12:16.944Z | Downloaded reqwest v0.11.22 |
994 | 2023-12-07T00:12:16.945Z | Downloaded regex-automata v0.1.10 |
995 | 2023-12-07T00:12:16.945Z | Downloaded ring v0.16.20 |
996 | 2023-12-07T00:12:17.093Z | Downloaded unsafe-libyaml v0.2.9 |
997 | 2023-12-07T00:12:17.106Z | Downloaded trust-dns-client v0.22.0 |
998 | 2023-12-07T00:12:17.112Z | Downloaded curve25519-dalek v4.1.0 |
999 | 2023-12-07T00:12:17.121Z | Downloaded h2 v0.3.21 |
1000 | 2023-12-07T00:12:17.145Z | Downloaded toml v0.8.8 |
1001 | 2023-12-07T00:12:17.145Z | Downloaded hashbrown v0.12.3 |
1002 | 2023-12-07T00:12:17.158Z | Downloaded hyper v0.14.27 |
1003 | 2023-12-07T00:12:17.180Z | Downloaded petgraph v0.6.4 |
1004 | 2023-12-07T00:12:17.197Z | Downloaded object v0.32.1 |
1005 | 2023-12-07T00:12:17.216Z | Downloaded idna v0.2.3 |
1006 | 2023-12-07T00:12:17.221Z | Downloaded der v0.7.8 |
1007 | 2023-12-07T00:12:17.225Z | Downloaded clap_builder v4.4.2 |
1008 | 2023-12-07T00:12:17.235Z | Downloaded smoltcp v0.8.2 |
1009 | 2023-12-07T00:12:17.252Z | Downloaded portable-atomic v1.4.3 |
1010 | 2023-12-07T00:12:17.261Z | Downloaded trust-dns-server v0.22.1 |
1011 | 2023-12-07T00:12:17.273Z | Downloaded proptest v1.4.0 |
1012 | 2023-12-07T00:12:17.290Z | Downloaded hashbrown v0.13.2 |
1013 | 2023-12-07T00:12:17.296Z | Downloaded tough v0.15.0 |
1014 | 2023-12-07T00:12:17.310Z | Downloaded tracing-core v0.1.31 |
1015 | 2023-12-07T00:12:17.314Z | Downloaded pin-project v1.1.3 |
1016 | 2023-12-07T00:12:17.333Z | Downloaded http v0.2.11 |
1017 | 2023-12-07T00:12:17.340Z | Downloaded aho-corasick v1.0.4 |
1018 | 2023-12-07T00:12:17.350Z | Downloaded derive-where v1.2.6 |
1019 | 2023-12-07T00:12:17.357Z | Downloaded x509-cert v0.2.4 |
1020 | 2023-12-07T00:12:17.367Z | Downloaded tokio-util v0.7.10 |
1021 | 2023-12-07T00:12:17.378Z | Downloaded pest_derive v2.7.2 |
1022 | 2023-12-07T00:12:17.384Z | Downloaded serde_yaml v0.9.25 |
1023 | 2023-12-07T00:12:17.392Z | Downloaded trust-dns-resolver v0.22.0 |
1024 | 2023-12-07T00:12:17.400Z | Downloaded bitvec v1.0.1 |
1025 | 2023-12-07T00:12:17.422Z | Downloaded itertools v0.11.0 |
1026 | 2023-12-07T00:12:17.436Z | Downloaded bindgen v0.65.1 |
1027 | 2023-12-07T00:12:17.453Z | Downloaded either v1.9.0 |
1028 | 2023-12-07T00:12:17.472Z | Downloaded term v0.7.0 |
1029 | 2023-12-07T00:12:17.472Z | Downloaded crossterm v0.27.0 |
1030 | 2023-12-07T00:12:17.484Z | Downloaded rusty-fork v0.3.0 |
1031 | 2023-12-07T00:12:17.484Z | Downloaded strum_macros v0.24.3 |
1032 | 2023-12-07T00:12:17.484Z | Downloaded ena v0.14.2 |
1033 | 2023-12-07T00:12:17.484Z | Downloaded time v0.3.27 |
1034 | 2023-12-07T00:12:17.497Z | Downloaded nom v7.1.3 |
1035 | 2023-12-07T00:12:17.504Z | Downloaded hmac v0.12.1 |
1036 | 2023-12-07T00:12:17.504Z | Downloaded slog-async v2.8.0 |
1037 | 2023-12-07T00:12:17.504Z | Downloaded hex v0.4.3 |
1038 | 2023-12-07T00:12:17.504Z | Downloaded dyn-clone v1.0.13 |
1039 | 2023-12-07T00:12:17.511Z | Downloaded universal-hash v0.5.1 |
1040 | 2023-12-07T00:12:17.512Z | Downloaded adler v1.0.2 |
1041 | 2023-12-07T00:12:17.512Z | Downloaded phf v0.11.2 |
1042 | 2023-12-07T00:12:17.512Z | Downloaded tap v1.0.1 |
1043 | 2023-12-07T00:12:17.520Z | Downloaded poly1305 v0.8.0 |
1044 | 2023-12-07T00:12:17.520Z | Downloaded tempfile v3.8.1 |
1045 | 2023-12-07T00:12:17.527Z | Downloaded snafu v0.7.5 |
1046 | 2023-12-07T00:12:17.531Z | Downloaded http-body v0.4.5 |
1047 | 2023-12-07T00:12:17.532Z | Downloaded tokio-stream v0.1.14 |
1048 | 2023-12-07T00:12:17.538Z | Downloaded humantime v2.1.0 |
1049 | 2023-12-07T00:12:17.544Z | Downloaded strsim v0.8.0 |
1050 | 2023-12-07T00:12:17.544Z | Downloaded ref-cast v1.0.20 |
1051 | 2023-12-07T00:12:17.549Z | Downloaded schemars v0.8.13 |
1052 | 2023-12-07T00:12:17.566Z | Downloaded rsa v0.9.2 |
1053 | 2023-12-07T00:12:17.574Z | Downloaded slog-json v2.6.1 |
1054 | 2023-12-07T00:12:17.578Z | Downloaded scheduled-thread-pool v0.2.7 |
1055 | 2023-12-07T00:12:17.583Z | Downloaded synstructure v0.12.6 |
1056 | 2023-12-07T00:12:17.583Z | Downloaded unicode-bidi v0.3.13 |
1057 | 2023-12-07T00:12:17.588Z | Downloaded futures-io v0.3.29 |
1058 | 2023-12-07T00:12:17.588Z | Downloaded thiserror-impl-no-std v2.0.2 |
1059 | 2023-12-07T00:12:17.588Z | Downloaded group v0.13.0 |
1060 | 2023-12-07T00:12:17.593Z | Downloaded paste v1.0.14 |
1061 | 2023-12-07T00:12:17.599Z | Downloaded serde_derive_internals v0.26.0 |
1062 | 2023-12-07T00:12:17.599Z | Downloaded postgres-protocol v0.6.6 |
1063 | 2023-12-07T00:12:17.603Z | Downloaded vte v0.11.1 |
1064 | 2023-12-07T00:12:17.608Z | Downloaded libxml v0.3.3 |
1065 | 2023-12-07T00:12:17.624Z | Downloaded itertools v0.12.0 |
1066 | 2023-12-07T00:12:17.643Z | Downloaded serde_json v1.0.108 |
1067 | 2023-12-07T00:12:17.656Z | Downloaded subprocess v0.2.9 |
1068 | 2023-12-07T00:12:17.657Z | Downloaded num-bigint-dig v0.8.4 |
1069 | 2023-12-07T00:12:17.670Z | Downloaded futures-task v0.3.29 |
1070 | 2023-12-07T00:12:17.671Z | Downloaded httparse v1.8.0 |
1071 | 2023-12-07T00:12:17.671Z | Downloaded futures-executor v0.3.29 |
1072 | 2023-12-07T00:12:17.671Z | Downloaded r2d2 v0.8.10 |
1073 | 2023-12-07T00:12:17.671Z | Downloaded difflib v0.4.0 |
1074 | 2023-12-07T00:12:17.672Z | Downloaded terminal_size v0.2.6 |
1075 | 2023-12-07T00:12:17.686Z | Downloaded tinyvec v1.6.0 |
1076 | 2023-12-07T00:12:17.686Z | Downloaded steno v0.4.0 |
1077 | 2023-12-07T00:12:17.687Z | Downloaded salty v0.2.0 |
1078 | 2023-12-07T00:12:17.693Z | Downloaded platforms v3.0.2 |
1079 | 2023-12-07T00:12:17.694Z | Downloaded tokio-tungstenite v0.20.1 |
1080 | 2023-12-07T00:12:17.700Z | Downloaded diff v0.1.13 |
1081 | 2023-12-07T00:12:17.705Z | Downloaded itertools v0.10.5 |
1082 | 2023-12-07T00:12:17.710Z | Downloaded debug-ignore v1.0.5 |
1083 | 2023-12-07T00:12:17.716Z | Downloaded elliptic-curve v0.13.5 |
1084 | 2023-12-07T00:12:17.726Z | Downloaded futures v0.3.29 |
1085 | 2023-12-07T00:12:17.739Z | Downloaded usdt-macro v0.3.5 |
1086 | 2023-12-07T00:12:17.739Z | Downloaded socket2 v0.4.9 |
1087 | 2023-12-07T00:12:17.739Z | Downloaded rayon-core v1.12.0 |
1088 | 2023-12-07T00:12:17.745Z | Downloaded fixedbitset v0.4.2 |
1089 | 2023-12-07T00:12:17.745Z | Downloaded parse-display v0.8.2 |
1090 | 2023-12-07T00:12:17.745Z | Downloaded anstyle-query v1.0.0 |
1091 | 2023-12-07T00:12:17.745Z | Downloaded hyper-rustls v0.24.2 |
1092 | 2023-12-07T00:12:17.751Z | Downloaded toml_edit v0.19.15 |
1093 | 2023-12-07T00:12:17.778Z | Downloaded zip v0.6.6 |
1094 | 2023-12-07T00:12:17.786Z | Downloaded futures-channel v0.3.29 |
1095 | 2023-12-07T00:12:17.792Z | Downloaded dof v0.1.5 |
1096 | 2023-12-07T00:12:17.792Z | Downloaded structopt-derive v0.4.18 |
1097 | 2023-12-07T00:12:17.797Z | Downloaded zerocopy v0.6.4 |
1098 | 2023-12-07T00:12:17.797Z | Downloaded smf v0.2.2 |
1099 | 2023-12-07T00:12:17.802Z | Downloaded postcard-cobs v0.1.5-pre |
1100 | 2023-12-07T00:12:17.802Z | Downloaded termcolor v1.2.0 |
1101 | 2023-12-07T00:12:17.803Z | Downloaded phf_shared v0.11.2 |
1102 | 2023-12-07T00:12:17.823Z | Downloaded pest_meta v2.7.2 |
1103 | 2023-12-07T00:12:17.824Z | Downloaded pem-rfc7468 v0.7.0 |
1104 | 2023-12-07T00:12:17.952Z | Downloaded unicode-segmentation v1.10.1 |
1105 | 2023-12-07T00:12:17.952Z | Downloaded serde_derive v1.0.192 |
1106 | 2023-12-07T00:12:17.953Z | Downloaded ryu v1.0.15 |
1107 | 2023-12-07T00:12:17.953Z | Downloaded fd-lock v3.0.13 |
1108 | 2023-12-07T00:12:17.953Z | Downloaded minimal-lexical v0.2.1 |
1109 | 2023-12-07T00:12:17.953Z | Downloaded hyper-staticfile v0.9.5 |
1110 | 2023-12-07T00:12:17.954Z | Downloaded hostname v0.3.1 |
1111 | 2023-12-07T00:12:17.954Z | Downloaded tiny-keccak v2.0.2 |
1112 | 2023-12-07T00:12:17.954Z | Downloaded parse-display-derive v0.8.2 |
1113 | 2023-12-07T00:12:17.954Z | Downloaded home v0.5.5 |
1114 | 2023-12-07T00:12:17.954Z | Downloaded hubpack v0.1.2 |
1115 | 2023-12-07T00:12:17.954Z | Downloaded getrandom v0.2.10 |
1116 | 2023-12-07T00:12:17.954Z | Downloaded serde_tokenstream v0.1.7 |
1117 | 2023-12-07T00:12:17.954Z | Downloaded env_logger v0.10.0 |
1118 | 2023-12-07T00:12:17.954Z | Downloaded proc-macro2 v1.0.69 |
1119 | 2023-12-07T00:12:17.954Z | Downloaded funty v2.0.0 |
1120 | 2023-12-07T00:12:17.954Z | Downloaded fs-err v2.11.0 |
1121 | 2023-12-07T00:12:17.955Z | Downloaded yasna v0.5.2 |
1122 | 2023-12-07T00:12:17.965Z | Downloaded signal-hook v0.3.17 |
1123 | 2023-12-07T00:12:17.965Z | Downloaded flate2 v1.0.28 |
1124 | 2023-12-07T00:12:17.965Z | Downloaded memchr v2.6.3 |
1125 | 2023-12-07T00:12:17.965Z | Downloaded rustc-demangle v0.1.23 |
1126 | 2023-12-07T00:12:17.965Z | Downloaded highway v1.1.0 |
1127 | 2023-12-07T00:12:17.965Z | Downloaded strip-ansi-escapes v0.2.0 |
1128 | 2023-12-07T00:12:17.965Z | Downloaded ff v0.13.0 |
1129 | 2023-12-07T00:12:17.965Z | Downloaded typed-path v0.6.0 |
1130 | 2023-12-07T00:12:17.966Z | Downloaded tungstenite v0.20.1 |
1131 | 2023-12-07T00:12:17.968Z | Downloaded textwrap v0.16.0 |
1132 | 2023-12-07T00:12:17.968Z | Downloaded semver v1.0.20 |
1133 | 2023-12-07T00:12:17.968Z | Downloaded ucd-trie v0.1.6 |
1134 | 2023-12-07T00:12:17.968Z | Downloaded typenum v1.16.0 |
1135 | 2023-12-07T00:12:17.968Z | Downloaded toml v0.7.8 |
1136 | 2023-12-07T00:12:17.969Z | Downloaded derive_builder_core v0.12.0 |
1137 | 2023-12-07T00:12:17.969Z | Downloaded mio v0.8.9 |
1138 | 2023-12-07T00:12:18.033Z | Downloaded slog-bunyan v2.4.0 |
1139 | 2023-12-07T00:12:18.033Z | Downloaded serde_spanned v0.6.4 |
1140 | 2023-12-07T00:12:18.033Z | Downloaded serde v1.0.192 |
1141 | 2023-12-07T00:12:18.033Z | Downloaded darling_macro v0.20.3 |
1142 | 2023-12-07T00:12:18.033Z | Downloaded wait-timeout v0.2.0 |
1143 | 2023-12-07T00:12:18.063Z | Downloaded serde_repr v0.1.16 |
1144 | 2023-12-07T00:12:18.063Z | Downloaded serde_plain v1.0.2 |
1145 | 2023-12-07T00:12:18.063Z | Downloaded derive_more v0.99.17 |
1146 | 2023-12-07T00:12:18.063Z | Downloaded untrusted v0.9.0 |
1147 | 2023-12-07T00:12:18.063Z | Downloaded untrusted v0.7.1 |
1148 | 2023-12-07T00:12:18.063Z | Downloaded fnv v1.0.7 |
1149 | 2023-12-07T00:12:18.063Z | Downloaded tokio-macros v2.2.0 |
1150 | 2023-12-07T00:12:18.064Z | Downloaded papergrid v0.10.0 |
1151 | 2023-12-07T00:12:18.064Z | Downloaded chacha20poly1305 v0.10.1 |
1152 | 2023-12-07T00:12:18.064Z | Downloaded serde_with v2.3.3 |
1153 | 2023-12-07T00:12:18.064Z | Downloaded parking_lot v0.11.2 |
1154 | 2023-12-07T00:12:18.064Z | Downloaded darling_core v0.14.4 |
1155 | 2023-12-07T00:12:18.064Z | Downloaded foreign-types v0.3.2 |
1156 | 2023-12-07T00:12:18.064Z | Downloaded want v0.3.1 |
1157 | 2023-12-07T00:12:18.064Z | Downloaded vte_generate_state_changes v0.1.1 |
1158 | 2023-12-07T00:12:18.064Z | Downloaded semver v0.11.0 |
1159 | 2023-12-07T00:12:18.064Z | Downloaded prettyplease v0.2.12 |
1160 | 2023-12-07T00:12:18.073Z | Downloaded sct v0.7.0 |
1161 | 2023-12-07T00:12:18.073Z | Downloaded schemars_derive v0.8.13 |
1162 | 2023-12-07T00:12:18.073Z | Downloaded heck v0.4.1 |
1163 | 2023-12-07T00:12:18.073Z | Downloaded test-strategy v0.3.1 |
1164 | 2023-12-07T00:12:18.073Z | Downloaded waitgroup v0.1.2 |
1165 | 2023-12-07T00:12:18.074Z | Downloaded openssl-sys v0.9.96 |
1166 | 2023-12-07T00:12:18.494Z | Downloaded base64 v0.21.5 |
1167 | 2023-12-07T00:12:18.494Z | Downloaded tracing-attributes v0.1.26 |
1168 | 2023-12-07T00:12:18.538Z | Downloaded rustversion v1.0.14 |
1169 | 2023-12-07T00:12:18.539Z | Downloaded serde_tokenstream v0.2.0 |
1170 | 2023-12-07T00:12:18.539Z | Downloaded uuid v1.6.1 |
1171 | 2023-12-07T00:12:18.539Z | Downloaded unarray v0.1.4 |
1172 | 2023-12-07T00:12:18.539Z | Downloaded rustfmt-wrapper v0.2.0 |
1173 | 2023-12-07T00:12:18.539Z | Downloaded thiserror-no-std v2.0.2 |
1174 | 2023-12-07T00:12:18.539Z | Downloaded cookie v0.18.0 |
1175 | 2023-12-07T00:12:18.539Z | Downloaded clap v4.4.3 |
1176 | 2023-12-07T00:12:18.539Z | Downloaded indicatif v0.17.7 |
1177 | 2023-12-07T00:12:18.539Z | Downloaded parking_lot_core v0.8.6 |
1178 | 2023-12-07T00:12:18.540Z | Downloaded thiserror-impl v1.0.49 |
1179 | 2023-12-07T00:12:18.540Z | Downloaded thiserror v1.0.49 |
1180 | 2023-12-07T00:12:18.540Z | Downloaded mockall_derive v0.11.4 |
1181 | 2023-12-07T00:12:18.540Z | Downloaded serde-hex v0.1.0 |
1182 | 2023-12-07T00:12:18.540Z | Downloaded semver v0.1.20 |
1183 | 2023-12-07T00:12:18.540Z | Downloaded rustc-hash v1.1.0 |
1184 | 2023-12-07T00:12:18.541Z | Downloaded headers-core v0.2.0 |
1185 | 2023-12-07T00:12:18.541Z | Downloaded crossbeam-utils v0.8.16 |
1186 | 2023-12-07T00:12:18.541Z | Downloaded rand_xorshift v0.3.0 |
1187 | 2023-12-07T00:12:18.541Z | Downloaded quick-error v1.2.3 |
1188 | 2023-12-07T00:12:18.541Z | Downloaded colored v2.0.4 |
1189 | 2023-12-07T00:12:18.541Z | Downloaded float-cmp v0.9.0 |
1190 | 2023-12-07T00:12:18.541Z | Downloaded filetime v0.2.23 |
1191 | 2023-12-07T00:12:18.541Z | Downloaded zeroize v1.7.0 |
1192 | 2023-12-07T00:12:18.541Z | Downloaded topological-sort v0.2.2 |
1193 | 2023-12-07T00:12:18.542Z | Downloaded signal-hook-mio v0.2.3 |
1194 | 2023-12-07T00:12:18.542Z | Downloaded radium v0.7.0 |
1195 | 2023-12-07T00:12:18.542Z | Downloaded thread-id v4.2.0 |
1196 | 2023-12-07T00:12:18.542Z | Downloaded static_assertions v1.1.0 |
1197 | 2023-12-07T00:12:18.542Z | Downloaded const-oid v0.9.5 |
1198 | 2023-12-07T00:12:18.542Z | Downloaded clang-sys v1.6.1 |
1199 | 2023-12-07T00:12:18.542Z | Downloaded bzip2 v0.4.4 |
1200 | 2023-12-07T00:12:18.542Z | Downloaded thread_local v1.1.7 |
1201 | 2023-12-07T00:12:18.542Z | Downloaded indexmap v1.9.3 |
1202 | 2023-12-07T00:12:18.542Z | Downloaded similar v2.2.1 |
1203 | 2023-12-07T00:12:18.542Z | Downloaded anstream v0.5.0 |
1204 | 2023-12-07T00:12:18.543Z | Downloaded base64 v0.13.1 |
1205 | 2023-12-07T00:12:18.543Z | Downloaded crc-any v2.4.3 |
1206 | 2023-12-07T00:12:18.543Z | Downloaded cc v1.0.83 |
1207 | 2023-12-07T00:12:18.543Z | Downloaded predicates v2.1.5 |
1208 | 2023-12-07T00:12:18.544Z | Downloaded termios v0.3.3 |
1209 | 2023-12-07T00:12:18.544Z | Downloaded form_urlencoded v1.2.1 |
1210 | 2023-12-07T00:12:18.544Z | Downloaded unicode-linebreak v0.1.5 |
1211 | 2023-12-07T00:12:18.544Z | Downloaded data-encoding v2.4.0 |
1212 | 2023-12-07T00:12:18.544Z | Downloaded omicron-zone-package v0.9.1 |
1213 | 2023-12-07T00:12:18.544Z | Downloaded libloading v0.7.4 |
1214 | 2023-12-07T00:12:18.544Z | Downloaded ipnet v2.8.0 |
1215 | 2023-12-07T00:12:18.544Z | Downloaded utf8parse v0.2.1 |
1216 | 2023-12-07T00:12:18.545Z | Downloaded num-traits v0.2.16 |
1217 | 2023-12-07T00:12:18.545Z | Downloaded bytes v1.5.0 |
1218 | 2023-12-07T00:12:18.545Z | Downloaded zerocopy v0.3.0 |
1219 | 2023-12-07T00:12:18.545Z | Downloaded equivalent v1.0.1 |
1220 | 2023-12-07T00:12:18.545Z | Downloaded strsim v0.10.0 |
1221 | 2023-12-07T00:12:18.545Z | Downloaded rustc_version v0.4.0 |
1222 | 2023-12-07T00:12:18.545Z | Downloaded rustc_version v0.1.7 |
1223 | 2023-12-07T00:12:18.545Z | Downloaded darling v0.20.3 |
1224 | 2023-12-07T00:12:18.545Z | Downloaded crossbeam-epoch v0.9.15 |
1225 | 2023-12-07T00:12:18.545Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1226 | 2023-12-07T00:12:18.545Z | Downloaded flagset v0.4.3 |
1227 | 2023-12-07T00:12:18.545Z | Downloaded hubpack_derive v0.1.1 |
1228 | 2023-12-07T00:12:18.545Z | Downloaded hyper-tls v0.5.0 |
1229 | 2023-12-07T00:12:18.546Z | Downloaded corncobs v0.1.3 |
1230 | 2023-12-07T00:12:18.546Z | Downloaded which v4.4.0 |
1231 | 2023-12-07T00:12:18.546Z | Downloaded slab v0.4.9 |
1232 | 2023-12-07T00:12:18.546Z | Downloaded io-lifetimes v1.0.11 |
1233 | 2023-12-07T00:12:18.546Z | Downloaded stable_deref_trait v1.2.0 |
1234 | 2023-12-07T00:12:18.546Z | Downloaded signal-hook-tokio v0.3.1 |
1235 | 2023-12-07T00:12:18.546Z | Downloaded socket2 v0.5.5 |
1236 | 2023-12-07T00:12:18.547Z | Downloaded buf-list v1.0.3 |
1237 | 2023-12-07T00:12:18.547Z | Downloaded blake2 v0.10.6 |
1238 | 2023-12-07T00:12:18.547Z | Downloaded predicates-core v1.0.6 |
1239 | 2023-12-07T00:12:18.547Z | Downloaded ppv-lite86 v0.2.17 |
1240 | 2023-12-07T00:12:18.547Z | Downloaded tokio-native-tls v0.3.1 |
1241 | 2023-12-07T00:12:18.547Z | Downloaded spin v0.5.2 |
1242 | 2023-12-07T00:12:18.547Z | Downloaded darling v0.14.4 |
1243 | 2023-12-07T00:12:18.547Z | Downloaded clap_derive v4.4.2 |
1244 | 2023-12-07T00:12:18.547Z | Downloaded owo-colors v3.5.0 |
1245 | 2023-12-07T00:12:18.547Z | Downloaded num-rational v0.4.1 |
1246 | 2023-12-07T00:12:18.548Z | Downloaded cancel-safe-futures v0.1.5 |
1247 | 2023-12-07T00:12:18.548Z | Downloaded managed v0.8.0 |
1248 | 2023-12-07T00:12:18.548Z | Downloaded cstr-argument v0.1.2 |
1249 | 2023-12-07T00:12:18.548Z | Downloaded semver-parser v0.10.2 |
1250 | 2023-12-07T00:12:18.548Z | Downloaded packed_struct_codegen v0.10.1 |
1251 | 2023-12-07T00:12:18.548Z | Downloaded bitfield v0.14.0 |
1252 | 2023-12-07T00:12:18.548Z | Downloaded siphasher v0.3.11 |
1253 | 2023-12-07T00:12:18.548Z | Downloaded maybe-uninit v2.0.0 |
1254 | 2023-12-07T00:12:18.548Z | Downloaded lru-cache v0.1.2 |
1255 | 2023-12-07T00:12:18.548Z | Downloaded crc32fast v1.3.2 |
1256 | 2023-12-07T00:12:18.548Z | Downloaded backtrace v0.3.69 |
1257 | 2023-12-07T00:12:18.548Z | Downloaded libefi-sys v0.1.0 |
1258 | 2023-12-07T00:12:18.548Z | Downloaded foreign-types-shared v0.1.1 |
1259 | 2023-12-07T00:12:18.548Z | Downloaded tokio-rustls v0.24.1 |
1260 | 2023-12-07T00:12:18.549Z | Downloaded tabled_derive v0.6.0 |
1261 | 2023-12-07T00:12:18.549Z | Downloaded structopt v0.3.26 |
1262 | 2023-12-07T00:12:18.549Z | Downloaded cexpr v0.6.0 |
1263 | 2023-12-07T00:12:18.549Z | Downloaded ipnetwork v0.20.0 |
1264 | 2023-12-07T00:12:18.549Z | Downloaded crypto-common v0.1.6 |
1265 | 2023-12-07T00:12:18.550Z | Downloaded usdt v0.3.5 |
1266 | 2023-12-07T00:12:18.550Z | Downloaded itoa v1.0.9 |
1267 | 2023-12-07T00:12:18.550Z | Downloaded pretty-hex v0.2.1 |
1268 | 2023-12-07T00:12:18.567Z | Downloaded crossbeam v0.8.2 |
1269 | 2023-12-07T00:12:18.567Z | Downloaded supports-color v2.1.0 |
1270 | 2023-12-07T00:12:18.567Z | Downloaded nibble_vec v0.1.0 |
1271 | 2023-12-07T00:12:18.568Z | Downloaded olpc-cjson v0.1.3 |
1272 | 2023-12-07T00:12:18.568Z | Downloaded is-terminal v0.4.9 |
1273 | 2023-12-07T00:12:18.568Z | Downloaded impl-trait-for-tuples v0.2.2 |
1274 | 2023-12-07T00:12:18.568Z | Downloaded iana-time-zone v0.1.57 |
1275 | 2023-12-07T00:12:18.568Z | Downloaded cfg-if v1.0.0 |
1276 | 2023-12-07T00:12:18.568Z | Downloaded num_enum_derive v0.5.11 |
1277 | 2023-12-07T00:12:18.568Z | Downloaded lazycell v1.3.0 |
1278 | 2023-12-07T00:12:18.568Z | Downloaded keccak v0.1.4 |
1279 | 2023-12-07T00:12:18.568Z | Downloaded num-derive v0.4.0 |
1280 | 2023-12-07T00:12:18.568Z | Downloaded crossbeam-queue v0.3.8 |
1281 | 2023-12-07T00:12:18.572Z | Downloaded miniz_oxide v0.7.1 |
1282 | 2023-12-07T00:12:18.572Z | Downloaded anyhow v1.0.75 |
1283 | 2023-12-07T00:12:18.572Z | Downloaded time-core v0.1.1 |
1284 | 2023-12-07T00:12:18.573Z | Downloaded smallvec v1.11.0 |
1285 | 2023-12-07T00:12:18.573Z | Downloaded num_cpus v1.16.0 |
1286 | 2023-12-07T00:12:18.573Z | Downloaded camino-tempfile v1.1.1 |
1287 | 2023-12-07T00:12:18.573Z | Downloaded indoc v2.0.3 |
1288 | 2023-12-07T00:12:18.573Z | Downloaded clap_lex v0.5.1 |
1289 | 2023-12-07T00:12:18.573Z | Downloaded slog-dtrace v0.2.3 |
1290 | 2023-12-07T00:12:18.573Z | Downloaded num v0.4.1 |
1291 | 2023-12-07T00:12:18.573Z | Downloaded mime v0.3.17 |
1292 | 2023-12-07T00:12:18.573Z | Downloaded smallvec v0.6.14 |
1293 | 2023-12-07T00:12:18.573Z | Downloaded inout v0.1.3 |
1294 | 2023-12-07T00:12:18.573Z | Downloaded bytesize v1.3.0 |
1295 | 2023-12-07T00:12:18.573Z | Downloaded swrite v0.1.0 |
1296 | 2023-12-07T00:12:18.573Z | Downloaded shlex v1.1.0 |
1297 | 2023-12-07T00:12:18.574Z | Downloaded match_cfg v0.1.0 |
1298 | 2023-12-07T00:12:18.574Z | Downloaded oso-derive v0.27.0 |
1299 | 2023-12-07T00:12:18.574Z | Downloaded cpufeatures v0.2.9 |
1300 | 2023-12-07T00:12:18.574Z | Downloaded is_ci v1.1.1 |
1301 | 2023-12-07T00:12:18.574Z | Downloaded new_debug_unreachable v1.0.4 |
1302 | 2023-12-07T00:12:18.574Z | Downloaded crunchy v0.2.2 |
1303 | 2023-12-07T00:12:18.574Z | Downloaded colorchoice v1.0.0 |
1304 | 2023-12-07T00:12:18.574Z | Downloaded ident_case v1.0.1 |
1305 | 2023-12-07T00:12:18.574Z | Downloaded arc-swap v1.6.0 |
1306 | 2023-12-07T00:12:18.574Z | Downloaded ciborium-ll v0.2.1 |
1307 | 2023-12-07T00:12:18.574Z | Downloaded bytecount v0.6.3 |
1308 | 2023-12-07T00:12:18.574Z | Downloaded cassowary v0.3.0 |
1309 | 2023-12-07T00:12:18.574Z | Downloaded bb8 v0.8.1 |
1310 | 2023-12-07T00:12:18.574Z | Downloaded ciborium v0.2.1 |
1311 | 2023-12-07T00:12:18.574Z | Downloaded structmeta-derive v0.2.0 |
1312 | 2023-12-07T00:12:18.574Z | Downloaded structmeta v0.2.0 |
1313 | 2023-12-07T00:12:18.574Z | Downloaded signature v1.6.4 |
1314 | 2023-12-07T00:12:18.575Z | Downloaded serde_with_macros v2.3.3 |
1315 | 2023-12-07T00:12:18.575Z | Downloaded serde_path_to_error v0.1.14 |
1316 | 2023-12-07T00:12:18.575Z | Downloaded number_prefix v0.4.0 |
1317 | 2023-12-07T00:12:18.575Z | Downloaded num-bigint v0.4.4 |
1318 | 2023-12-07T00:12:18.575Z | Downloaded textwrap v0.11.0 |
1319 | 2023-12-07T00:12:18.575Z | Downloaded take_mut v0.2.2 |
1320 | 2023-12-07T00:12:18.575Z | Downloaded smawk v0.3.1 |
1321 | 2023-12-07T00:12:18.575Z | Downloaded slog-envlogger v2.2.0 |
1322 | 2023-12-07T00:12:18.575Z | Downloaded lock_api v0.4.10 |
1323 | 2023-12-07T00:12:18.575Z | Downloaded anstyle-parse v0.2.1 |
1324 | 2023-12-07T00:12:18.575Z | Downloaded bcs v0.1.6 |
1325 | 2023-12-07T00:12:18.575Z | Downloaded argon2 v0.5.2 |
1326 | 2023-12-07T00:12:18.575Z | Downloaded indoc v1.0.9 |
1327 | 2023-12-07T00:12:18.575Z | Downloaded bit-set v0.5.3 |
1328 | 2023-12-07T00:12:18.575Z | Downloaded byteorder v1.5.0 |
1329 | 2023-12-07T00:12:18.575Z | Downloaded async-trait v0.1.74 |
1330 | 2023-12-07T00:12:18.587Z | Downloaded signature v2.1.0 |
1331 | 2023-12-07T00:12:18.587Z | Downloaded opaque-debug v0.3.0 |
1332 | 2023-12-07T00:12:18.587Z | Downloaded backoff v0.4.0 |
1333 | 2023-12-07T00:12:18.587Z | Downloaded native-tls v0.2.11 |
1334 | 2023-12-07T00:12:18.587Z | Downloaded instant v0.1.12 |
1335 | 2023-12-07T00:12:18.587Z | Downloaded crc v3.0.1 |
1336 | 2023-12-07T00:12:18.590Z | Downloaded nanorand v0.7.0 |
1337 | 2023-12-07T00:12:18.590Z | Downloaded ascii-canvas v3.0.0 |
1338 | 2023-12-07T00:12:18.590Z | Downloaded linked-hash-map v0.5.6 |
1339 | 2023-12-07T00:12:18.608Z | Downloaded block-buffer v0.10.4 |
1340 | 2023-12-07T00:12:18.608Z | Downloaded chacha20 v0.9.1 |
1341 | 2023-12-07T00:12:18.609Z | Downloaded num-integer v0.1.45 |
1342 | 2023-12-07T00:12:18.609Z | Downloaded nu-ansi-term v0.49.0 |
1343 | 2023-12-07T00:12:18.609Z | Downloaded block-padding v0.3.3 |
1344 | 2023-12-07T00:12:18.609Z | Downloaded async-stream v0.3.5 |
1345 | 2023-12-07T00:12:18.609Z | Downloaded bitflags v1.3.2 |
1346 | 2023-12-07T00:12:18.622Z | Downloaded bit-vec v0.6.3 |
1347 | 2023-12-07T00:12:18.622Z | Downloaded memoffset v0.7.1 |
1348 | 2023-12-07T00:12:18.622Z | Downloaded kstat-rs v0.2.3 |
1349 | 2023-12-07T00:12:18.622Z | Downloaded crucible-workspace-hack v0.1.0 |
1350 | 2023-12-07T00:12:18.622Z | Downloaded curve25519-dalek-derive v0.1.0 |
1351 | 2023-12-07T00:12:18.623Z | Downloaded cipher v0.4.4 |
1352 | 2023-12-07T00:12:18.623Z | Downloaded normalize-line-endings v0.3.0 |
1353 | 2023-12-07T00:12:18.971Z | Compiling proc-macro2 v1.0.69 |
1354 | 2023-12-07T00:12:18.971Z | Compiling unicode-ident v1.0.12 |
1355 | 2023-12-07T00:12:18.985Z | Compiling libc v0.2.150 |
1356 | 2023-12-07T00:12:18.986Z | Compiling serde v1.0.192 |
1357 | 2023-12-07T00:12:18.986Z | Compiling autocfg v1.1.0 |
1358 | 2023-12-07T00:12:18.986Z | Compiling cfg-if v1.0.0 |
1359 | 2023-12-07T00:12:18.986Z | Compiling version_check v0.9.4 |
1360 | 2023-12-07T00:12:18.986Z | Compiling syn v1.0.109 |
1361 | 2023-12-07T00:12:19.317Z | Compiling once_cell v1.18.0 |
1362 | 2023-12-07T00:12:19.340Z | Compiling parking_lot_core v0.9.8 |
1363 | 2023-12-07T00:12:19.824Z | Compiling libm v0.2.7 |
1364 | 2023-12-07T00:12:20.038Z | Compiling serde_json v1.0.108 |
1365 | 2023-12-07T00:12:20.055Z | Compiling lock_api v0.4.10 |
1366 | 2023-12-07T00:12:21.183Z | Compiling num-traits v0.2.16 |
1367 | 2023-12-07T00:12:21.197Z | Compiling futures-core v0.3.29 |
1368 | 2023-12-07T00:12:21.224Z | Compiling thiserror v1.0.49 |
1369 | 2023-12-07T00:12:21.380Z | Compiling scopeguard v1.2.0 |
1370 | 2023-12-07T00:12:21.454Z | Compiling typenum v1.16.0 |
1371 | 2023-12-07T00:12:21.587Z | Compiling memchr v2.6.3 |
1372 | 2023-12-07T00:12:21.669Z | Compiling generic-array v0.14.7 |
1373 | 2023-12-07T00:12:21.909Z | Compiling itoa v1.0.9 |
1374 | 2023-12-07T00:12:22.247Z | Compiling pkg-config v0.3.27 |
1375 | 2023-12-07T00:12:23.020Z | Compiling quote v1.0.33 |
1376 | 2023-12-07T00:12:23.542Z | Compiling cc v1.0.83 |
1377 | 2023-12-07T00:12:23.824Z | Compiling syn v2.0.32 |
1378 | 2023-12-07T00:12:24.092Z | Compiling getrandom v0.2.10 |
1379 | 2023-12-07T00:12:24.252Z | Compiling slab v0.4.9 |
1380 | 2023-12-07T00:12:24.684Z | Compiling futures-task v0.3.29 |
1381 | 2023-12-07T00:12:24.717Z | Compiling futures-channel v0.3.29 |
1382 | 2023-12-07T00:12:25.149Z | Compiling log v0.4.20 |
1383 | 2023-12-07T00:12:25.391Z | Compiling futures-util v0.3.29 |
1384 | 2023-12-07T00:12:25.838Z | Compiling heck v0.4.1 |
1385 | 2023-12-07T00:12:26.036Z | Compiling ryu v1.0.15 |
1386 | 2023-12-07T00:12:26.264Z | Compiling smallvec v1.11.0 |
1387 | 2023-12-07T00:12:26.459Z | Compiling pin-project-lite v0.2.13 |
1388 | 2023-12-07T00:12:26.555Z | Compiling schemars v0.8.13 |
1389 | 2023-12-07T00:12:26.604Z | Compiling vcpkg v0.2.15 |
1390 | 2023-12-07T00:12:27.622Z | Compiling parking_lot v0.12.1 |
1391 | 2023-12-07T00:12:28.124Z | Compiling ring v0.17.5 |
1392 | 2023-12-07T00:12:29.552Z | Compiling openssl-sys v0.9.96 |
1393 | 2023-12-07T00:12:29.794Z | Compiling signal-hook-registry v1.4.1 |
1394 | 2023-12-07T00:12:31.816Z | Compiling ring v0.16.20 |
1395 | 2023-12-07T00:12:32.020Z | Compiling mio v0.8.9 |
1396 | 2023-12-07T00:12:32.438Z | Compiling indexmap v1.9.3 |
1397 | 2023-12-07T00:12:32.474Z | Compiling equivalent v1.0.1 |
1398 | 2023-12-07T00:12:32.781Z | Compiling byteorder v1.5.0 |
1399 | 2023-12-07T00:12:32.908Z | Compiling hashbrown v0.14.2 |
1400 | 2023-12-07T00:12:33.378Z | Compiling ahash v0.8.3 |
1401 | 2023-12-07T00:12:33.908Z | Compiling httparse v1.8.0 |
1402 | 2023-12-07T00:12:33.956Z | Compiling socket2 v0.5.5 |
1403 | 2023-12-07T00:12:33.969Z | Compiling num_cpus v1.16.0 |
1404 | 2023-12-07T00:12:34.139Z | Compiling spin v0.5.2 |
1405 | 2023-12-07T00:12:34.636Z | Compiling rand_core v0.6.4 |
1406 | 2023-12-07T00:12:37.245Z | Compiling openssl v0.10.60 |
1407 | 2023-12-07T00:12:37.398Z | Compiling fnv v1.0.7 |
1408 | 2023-12-07T00:12:37.398Z | Compiling semver v1.0.20 |
1409 | 2023-12-07T00:12:37.398Z | Compiling serde_derive_internals v0.26.0 |
1410 | 2023-12-07T00:12:37.398Z | Compiling iana-time-zone v0.1.57 |
1411 | 2023-12-07T00:12:37.398Z | Compiling rustls v0.21.9 |
1412 | 2023-12-07T00:12:37.398Z | Compiling native-tls v0.2.11 |
1413 | 2023-12-07T00:12:37.531Z | Compiling crossbeam-utils v0.8.16 |
1414 | 2023-12-07T00:12:37.531Z | Compiling unicode-xid v0.2.4 |
1415 | 2023-12-07T00:12:37.531Z | Compiling ucd-trie v0.1.6 |
1416 | 2023-12-07T00:12:37.546Z | Compiling synstructure v0.12.6 |
1417 | 2023-12-07T00:12:38.380Z | Compiling io-lifetimes v1.0.11 |
1418 | 2023-12-07T00:12:38.396Z | Compiling futures-sink v0.3.29 |
1419 | 2023-12-07T00:12:38.851Z | Compiling backtrace v0.3.69 |
1420 | 2023-12-07T00:12:39.288Z | Compiling winnow v0.5.15 |
1421 | 2023-12-07T00:12:39.569Z | Compiling tinyvec_macros v0.1.1 |
1422 | 2023-12-07T00:12:39.670Z | Compiling rustix v0.38.25 |
1423 | 2023-12-07T00:12:39.671Z | Compiling dyn-clone v1.0.13 |
1424 | 2023-12-07T00:12:39.715Z | Compiling tinyvec v1.6.0 |
1425 | 2023-12-07T00:12:41.121Z | Compiling tracing-core v0.1.31 |
1426 | 2023-12-07T00:12:41.143Z | Compiling memoffset v0.9.0 |
1427 | 2023-12-07T00:12:41.439Z | Compiling num-integer v0.1.45 |
1428 | 2023-12-07T00:12:41.528Z | Compiling futures-io v0.3.29 |
1429 | 2023-12-07T00:12:41.596Z | Compiling pin-utils v0.1.0 |
1430 | 2023-12-07T00:12:42.486Z | Compiling rustix v0.37.23 |
1431 | 2023-12-07T00:12:42.488Z | Compiling hashbrown v0.13.2 |
1432 | 2023-12-07T00:12:42.496Z | Compiling unicode-normalization v0.1.22 |
1433 | 2023-12-07T00:12:42.496Z | Compiling spin v0.9.8 |
1434 | 2023-12-07T00:12:42.876Z | Compiling usdt-impl v0.3.5 |
1435 | 2023-12-07T00:12:43.364Z | Compiling unicode-bidi v0.3.13 |
1436 | 2023-12-07T00:12:43.830Z | Compiling anyhow v1.0.75 |
1437 | 2023-12-07T00:12:43.951Z | Compiling bitflags v1.3.2 |
1438 | 2023-12-07T00:12:44.226Z | Compiling slog v2.7.0 |
1439 | 2023-12-07T00:12:44.558Z | Compiling crc32fast v1.3.2 |
1440 | 2023-12-07T00:12:44.893Z | Compiling time-core v0.1.1 |
1441 | 2023-12-07T00:12:45.261Z | Compiling time-macros v0.2.13 |
1442 | 2023-12-07T00:12:45.469Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1443 | 2023-12-07T00:12:45.488Z | Compiling aho-corasick v1.0.4 |
1444 | 2023-12-07T00:12:45.968Z | Compiling serde_derive v1.0.192 |
1445 | 2023-12-07T00:12:45.984Z | Compiling thiserror-impl v1.0.49 |
1446 | 2023-12-07T00:12:45.984Z | Compiling tokio-macros v2.2.0 |
1447 | 2023-12-07T00:12:46.044Z | Compiling zeroize_derive v1.4.2 |
1448 | 2023-12-07T00:12:47.789Z | Compiling futures-macro v0.3.29 |
1449 | 2023-12-07T00:12:47.820Z | Compiling tracing-attributes v0.1.26 |
1450 | 2023-12-07T00:12:48.306Z | Compiling schemars_derive v0.8.13 |
1451 | 2023-12-07T00:12:48.330Z | Compiling zeroize v1.7.0 |
1452 | 2023-12-07T00:12:49.956Z | Compiling openssl-macros v0.1.1 |
1453 | 2023-12-07T00:12:50.464Z | Compiling pest v2.7.2 |
1454 | 2023-12-07T00:12:51.051Z | Compiling zerocopy-derive v0.2.0 |
1455 | 2023-12-07T00:12:51.214Z | Compiling crypto-common v0.1.6 |
1456 | 2023-12-07T00:12:53.209Z | Compiling tracing v0.1.37 |
1457 | 2023-12-07T00:12:53.748Z | Compiling block-buffer v0.10.4 |
1458 | 2023-12-07T00:12:54.312Z | Compiling crossbeam-epoch v0.9.15 |
1459 | 2023-12-07T00:12:54.313Z | Compiling rustversion v1.0.14 |
1460 | 2023-12-07T00:12:54.313Z | Compiling regex-syntax v0.8.2 |
1461 | 2023-12-07T00:12:54.491Z | Compiling pest_meta v2.7.2 |
1462 | 2023-12-07T00:12:54.512Z | Compiling async-trait v0.1.74 |
1463 | 2023-12-07T00:12:54.809Z | Compiling ppv-lite86 v0.2.17 |
1464 | 2023-12-07T00:12:55.026Z | Compiling const-oid v0.9.5 |
1465 | 2023-12-07T00:12:55.700Z | Compiling signal-hook v0.3.17 |
1466 | 2023-12-07T00:12:55.823Z | Compiling subtle v2.5.0 |
1467 | 2023-12-07T00:12:56.215Z | Compiling rand_chacha v0.3.1 |
1468 | 2023-12-07T00:12:56.549Z | Compiling zerocopy v0.3.0 |
1469 | 2023-12-07T00:12:57.669Z | Compiling pest_generator v2.7.2 |
1470 | 2023-12-07T00:12:59.909Z | Compiling regex-automata v0.4.3 |
1471 | 2023-12-07T00:13:00.608Z | Compiling digest v0.10.7 |
1472 | 2023-12-07T00:13:01.259Z | Compiling pest_derive v2.7.2 |
1473 | 2023-12-07T00:13:01.279Z | Compiling zerocopy-derive v0.6.4 |
1474 | 2023-12-07T00:13:02.297Z | Compiling errno v0.3.2 |
1475 | 2023-12-07T00:13:02.714Z | Compiling strsim v0.10.0 |
1476 | 2023-12-07T00:13:02.759Z | Compiling base64 v0.21.5 |
1477 | 2023-12-07T00:13:03.977Z | Compiling dtrace-parser v0.1.14 |
1478 | 2023-12-07T00:13:04.223Z | Compiling dof v0.1.5 |
1479 | 2023-12-07T00:13:04.320Z | Compiling rand v0.8.5 |
1480 | 2023-12-07T00:13:06.693Z | Compiling regex v1.10.2 |
1481 | 2023-12-07T00:13:07.859Z | Compiling bytes v1.5.0 |
1482 | 2023-12-07T00:13:08.304Z | Compiling indexmap v2.1.0 |
1483 | 2023-12-07T00:13:09.989Z | Compiling uuid v1.6.1 |
1484 | 2023-12-07T00:13:10.494Z | Compiling chrono v0.4.31 |
1485 | 2023-12-07T00:13:11.216Z | Compiling bitflags v2.4.0 |
1486 | 2023-12-07T00:13:11.241Z | Compiling tokio v1.34.0 |
1487 | 2023-12-07T00:13:13.504Z | Compiling toml_datetime v0.6.5 |
1488 | 2023-12-07T00:13:14.114Z | Compiling serde_spanned v0.6.4 |
1489 | 2023-12-07T00:13:16.232Z | Compiling rustc_version v0.4.0 |
1490 | 2023-12-07T00:13:16.268Z | Compiling toml_edit v0.19.15 |
1491 | 2023-12-07T00:13:16.402Z | Compiling http v0.2.11 |
1492 | 2023-12-07T00:13:17.230Z | Compiling heapless v0.7.16 |
1493 | 2023-12-07T00:13:23.380Z | Compiling thread-id v4.2.0 |
1494 | 2023-12-07T00:13:23.634Z | Compiling num-bigint v0.4.4 |
1495 | 2023-12-07T00:13:24.307Z | Compiling tokio-util v0.7.10 |
1496 | 2023-12-07T00:13:26.718Z | Compiling doc-comment v0.3.3 |
1497 | 2023-12-07T00:13:27.556Z | Compiling percent-encoding v2.3.1 |
1498 | 2023-12-07T00:13:27.556Z | Compiling untrusted v0.9.0 |
1499 | 2023-12-07T00:13:28.044Z | Compiling openssl-probe v0.1.5 |
1500 | 2023-12-07T00:13:28.077Z | Compiling untrusted v0.7.1 |
1501 | 2023-12-07T00:13:28.356Z | Compiling hashbrown v0.12.3 |
1502 | 2023-12-07T00:13:28.421Z | Compiling foreign-types-shared v0.1.1 |
1503 | 2023-12-07T00:13:28.572Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1504 | 2023-12-07T00:13:29.571Z | Compiling smoltcp v0.9.1 |
1505 | 2023-12-07T00:13:29.728Z | Compiling foreign-types v0.3.2 |
1506 | 2023-12-07T00:13:35.554Z | Compiling serde_tokenstream v0.1.7 |
1507 | 2023-12-07T00:13:36.322Z | Compiling strum_macros v0.25.2 |
1508 | 2023-12-07T00:13:37.126Z | Compiling lazy_static v1.4.0 |
1509 | 2023-12-07T00:13:37.400Z | Compiling socket2 v0.4.9 |
1510 | 2023-12-07T00:13:38.357Z | Compiling try-lock v0.2.4 |
1511 | 2023-12-07T00:13:38.564Z | Compiling adler v1.0.2 |
1512 | 2023-12-07T00:13:39.012Z | Compiling siphasher v0.3.11 |
1513 | 2023-12-07T00:13:39.035Z | Compiling unicode-segmentation v1.10.1 |
1514 | 2023-12-07T00:13:39.992Z | Compiling unicode-width v0.1.11 |
1515 | 2023-12-07T00:13:40.202Z | Compiling miniz_oxide v0.7.1 |
1516 | 2023-12-07T00:13:42.354Z | Compiling want v0.3.1 |
1517 | 2023-12-07T00:13:43.776Z | Compiling rustls-webpki v0.101.7 |
1518 | 2023-12-07T00:13:43.802Z | Compiling sct v0.7.0 |
1519 | 2023-12-07T00:13:44.251Z | Compiling h2 v0.3.21 |
1520 | 2023-12-07T00:13:46.602Z | Compiling form_urlencoded v1.2.1 |
1521 | 2023-12-07T00:13:47.055Z | Compiling http-body v0.4.5 |
1522 | 2023-12-07T00:13:48.178Z | Compiling hubpack_derive v0.1.1 |
1523 | 2023-12-07T00:13:48.195Z | Compiling pin-project-internal v1.1.3 |
1524 | 2023-12-07T00:13:49.435Z | Compiling num-iter v0.1.43 |
1525 | 2023-12-07T00:13:49.493Z | Compiling utf8parse v0.2.1 |
1526 | 2023-12-07T00:13:49.866Z | Compiling tower-service v0.3.2 |
1527 | 2023-12-07T00:13:50.751Z | Compiling cpufeatures v0.2.9 |
1528 | 2023-12-07T00:13:51.307Z | Compiling httpdate v1.0.3 |
1529 | 2023-12-07T00:13:51.471Z | Compiling anstyle v1.0.2 |
1530 | 2023-12-07T00:13:52.336Z | Compiling sha2 v0.10.8 |
1531 | 2023-12-07T00:13:53.598Z | Compiling anstyle-parse v0.2.1 |
1532 | 2023-12-07T00:13:56.410Z | Compiling hyper v0.14.27 |
1533 | 2023-12-07T00:13:56.470Z | Compiling usdt-macro v0.3.5 |
1534 | 2023-12-07T00:13:56.500Z | Compiling usdt-attr-macro v0.3.5 |
1535 | 2023-12-07T00:13:58.835Z | Compiling openapiv3 v2.0.0-rc.1 |
1536 | 2023-12-07T00:13:59.312Z | Compiling serde_tokenstream v0.2.0 |
1537 | 2023-12-07T00:14:00.161Z | Compiling rustls-pemfile v1.0.3 |
1538 | 2023-12-07T00:14:00.653Z | Compiling md-5 v0.10.5 |
1539 | 2023-12-07T00:14:00.826Z | Compiling hmac v0.12.1 |
1540 | 2023-12-07T00:14:01.096Z | Compiling stringprep v0.1.3 |
1541 | 2023-12-07T00:14:01.126Z | Compiling idna v0.5.0 |
1542 | 2023-12-07T00:14:02.033Z | Compiling diesel_table_macro_syntax v0.1.0 |
1543 | 2023-12-07T00:14:02.159Z | Compiling hash32 v0.2.1 |
1544 | 2023-12-07T00:14:02.474Z | Compiling gimli v0.28.0 |
1545 | 2023-12-07T00:14:02.614Z | Compiling stable_deref_trait v1.2.0 |
1546 | 2023-12-07T00:14:02.715Z | Compiling either v1.9.0 |
1547 | 2023-12-07T00:14:02.749Z | Compiling colorchoice v1.0.0 |
1548 | 2023-12-07T00:14:02.975Z | Compiling anstyle-query v1.0.0 |
1549 | 2023-12-07T00:14:03.350Z | Compiling fallible-iterator v0.2.0 |
1550 | 2023-12-07T00:14:04.460Z | Compiling anstream v0.5.0 |
1551 | 2023-12-07T00:14:04.585Z | Compiling postgres-protocol v0.6.6 |
1552 | 2023-12-07T00:14:06.509Z | Compiling diesel_derives v2.1.2 |
1553 | 2023-12-07T00:14:07.202Z | Compiling url v2.5.0 |
1554 | 2023-12-07T00:14:09.975Z | Compiling addr2line v0.21.0 |
1555 | 2023-12-07T00:14:12.275Z | Compiling tokio-rustls v0.24.1 |
1556 | 2023-12-07T00:14:12.866Z | Compiling rustls-native-certs v0.6.3 |
1557 | 2023-12-07T00:14:13.278Z | Compiling terminal_size v0.2.6 |
1558 | 2023-12-07T00:14:13.531Z | Compiling tokio-native-tls v0.3.1 |
1559 | 2023-12-07T00:14:15.395Z | Compiling phf_shared v0.11.2 |
1560 | 2023-12-07T00:14:16.739Z | Compiling block-padding v0.3.3 |
1561 | 2023-12-07T00:14:17.178Z | Compiling enum-as-inner v0.5.1 |
1562 | 2023-12-07T00:14:17.202Z | Compiling snafu-derive v0.7.5 |
1563 | 2023-12-07T00:14:17.277Z | Compiling clap_derive v4.4.2 |
1564 | 2023-12-07T00:14:18.256Z | Compiling serde_repr v0.1.16 |
1565 | 2023-12-07T00:14:19.917Z | Compiling regress v0.7.1 |
1566 | 2023-12-07T00:14:25.321Z | Compiling scheduled-thread-pool v0.2.7 |
1567 | 2023-12-07T00:14:25.445Z | Compiling object v0.32.1 |
1568 | 2023-12-07T00:14:28.082Z | Compiling deranged v0.3.8 |
1569 | 2023-12-07T00:14:30.222Z | Compiling managed v0.8.0 |
1570 | 2023-12-07T00:14:31.363Z | Compiling clap_lex v0.5.1 |
1571 | 2023-12-07T00:14:31.395Z | Compiling matches v0.1.10 |
1572 | 2023-12-07T00:14:31.418Z | Compiling rustc-demangle v0.1.23 |
1573 | 2023-12-07T00:14:31.649Z | Compiling ipnet v2.8.0 |
1574 | 2023-12-07T00:14:32.894Z | Compiling regex-automata v0.1.10 |
1575 | 2023-12-07T00:14:33.392Z | Compiling num_threads v0.1.6 |
1576 | 2023-12-07T00:14:33.891Z | Compiling bit-vec v0.6.3 |
1577 | 2023-12-07T00:14:34.438Z | Compiling bstr v0.2.17 |
1578 | 2023-12-07T00:14:35.694Z | Compiling time v0.3.27 |
1579 | 2023-12-07T00:14:35.781Z | Compiling idna v0.2.3 |
1580 | 2023-12-07T00:14:38.242Z | Compiling clap_builder v4.4.2 |
1581 | 2023-12-07T00:14:40.713Z | Compiling r2d2 v0.8.10 |
1582 | 2023-12-07T00:14:40.750Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1583 | 2023-12-07T00:14:43.737Z | Compiling inout v0.1.3 |
1584 | 2023-12-07T00:14:43.969Z | Compiling phf v0.11.2 |
1585 | 2023-12-07T00:14:44.121Z | Compiling hyper-tls v0.5.0 |
1586 | 2023-12-07T00:14:44.413Z | Compiling hyper-rustls v0.24.2 |
1587 | 2023-12-07T00:14:44.512Z | Compiling signal-hook-mio v0.2.3 |
1588 | 2023-12-07T00:14:44.645Z | Compiling flate2 v1.0.28 |
1589 | 2023-12-07T00:14:44.734Z | Compiling bzip2 v0.4.4 |
1590 | 2023-12-07T00:14:45.242Z | Compiling postgres-types v0.2.6 |
1591 | 2023-12-07T00:14:45.335Z | Compiling itertools v0.11.0 |
1592 | 2023-12-07T00:14:46.224Z | Compiling pin-project v1.1.3 |
1593 | 2023-12-07T00:14:46.589Z | Compiling hubpack v0.1.2 |
1594 | 2023-12-07T00:14:47.326Z | Compiling serde_urlencoded v0.7.1 |
1595 | 2023-12-07T00:14:47.466Z | Compiling phf_shared v0.10.0 |
1596 | 2023-12-07T00:14:48.071Z | Compiling ipnetwork v0.20.0 |
1597 | 2023-12-07T00:14:49.718Z | Compiling zerocopy v0.6.4 |
1598 | 2023-12-07T00:14:49.737Z | Compiling futures-executor v0.3.29 |
1599 | 2023-12-07T00:14:50.973Z | Compiling float-cmp v0.9.0 |
1600 | 2023-12-07T00:14:51.100Z | Compiling proc-macro-error-attr v1.0.4 |
1601 | 2023-12-07T00:14:51.300Z | Compiling encoding_rs v0.8.33 |
1602 | 2023-12-07T00:14:51.722Z | Compiling mime v0.3.17 |
1603 | 2023-12-07T00:14:52.578Z | Compiling regex-automata v0.3.8 |
1604 | 2023-12-07T00:14:55.375Z | Compiling difflib v0.4.0 |
1605 | 2023-12-07T00:14:56.463Z | Compiling predicates-core v1.0.6 |
1606 | 2023-12-07T00:14:57.247Z | Compiling new_debug_unreachable v1.0.4 |
1607 | 2023-12-07T00:14:57.375Z | Compiling whoami v1.4.1 |
1608 | 2023-12-07T00:14:57.498Z | Compiling static_assertions v1.1.0 |
1609 | 2023-12-07T00:14:57.634Z | Compiling precomputed-hash v0.1.1 |
1610 | 2023-12-07T00:14:59.759Z | Compiling fixedbitset v0.4.2 |
1611 | 2023-12-07T00:14:59.908Z | Compiling data-encoding v2.4.0 |
1612 | 2023-12-07T00:15:00.217Z | Compiling normalize-line-endings v0.3.0 |
1613 | 2023-12-07T00:15:00.242Z | Compiling webpki-roots v0.25.2 |
1614 | 2023-12-07T00:15:00.431Z | Compiling predicates v3.0.4 |
1615 | 2023-12-07T00:15:00.438Z | Compiling petgraph v0.6.4 |
1616 | 2023-12-07T00:15:00.449Z | Compiling reqwest v0.11.22 |
1617 | 2023-12-07T00:15:02.836Z | Compiling trust-dns-proto v0.22.0 |
1618 | 2023-12-07T00:15:07.240Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1619 | 2023-12-07T00:15:12.459Z | Compiling tokio-postgres v0.7.10 |
1620 | 2023-12-07T00:15:12.805Z | Compiling string_cache v0.8.7 |
1621 | 2023-12-07T00:15:13.486Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1622 | 2023-12-07T00:15:14.479Z | Compiling bstr v1.6.0 |
1623 | 2023-12-07T00:15:23.485Z | Compiling futures v0.3.29 |
1624 | 2023-12-07T00:15:23.506Z | Compiling diesel v2.1.4 |
1625 | 2023-12-07T00:15:23.506Z | Compiling yasna v0.5.2 |
1626 | 2023-12-07T00:15:23.687Z | Compiling snafu v0.7.5 |
1627 | 2023-12-07T00:15:23.870Z | Compiling zip v0.6.6 |
1628 | 2023-12-07T00:15:25.957Z | Compiling crossterm v0.27.0 |
1629 | 2023-12-07T00:15:26.050Z | Compiling clap v4.4.3 |
1630 | 2023-12-07T00:15:26.093Z | Compiling cipher v0.4.4 |
1631 | 2023-12-07T00:15:26.706Z | Compiling similar v2.2.1 |
1632 | 2023-12-07T00:15:26.993Z | Compiling bit-set v0.5.3 |
1633 | 2023-12-07T00:15:27.424Z | Compiling itertools v0.10.5 |
1634 | 2023-12-07T00:15:27.976Z | Compiling usdt v0.3.5 |
1635 | 2023-12-07T00:15:28.387Z | Compiling console v0.15.7 |
1636 | 2023-12-07T00:15:28.623Z | Compiling tokio-stream v0.1.14 |
1637 | 2023-12-07T00:15:29.961Z | Compiling proc-macro-crate v1.3.1 |
1638 | 2023-12-07T00:15:30.152Z | Compiling toml v0.7.8 |
1639 | 2023-12-07T00:15:30.440Z | Compiling toml_edit v0.21.0 |
1640 | 2023-12-07T00:15:30.665Z | Compiling hex v0.4.3 |
1641 | 2023-12-07T00:15:31.379Z | Compiling signature v2.1.0 |
1642 | 2023-12-07T00:15:31.815Z | Compiling proc-macro-error v1.0.4 |
1643 | 2023-12-07T00:15:32.708Z | Compiling lalrpop-util v0.19.12 |
1644 | 2023-12-07T00:15:34.378Z | Compiling num_enum_derive v0.5.11 |
1645 | 2023-12-07T00:15:39.173Z | Compiling atty v0.2.14 |
1646 | 2023-12-07T00:15:39.922Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1647 | 2023-12-07T00:15:40.040Z | Compiling ident_case v1.0.1 |
1648 | 2023-12-07T00:15:40.040Z | Compiling darling_core v0.20.3 |
1649 | 2023-12-07T00:15:45.881Z | Compiling num_enum v0.5.11 |
1650 | 2023-12-07T00:16:06.478Z | Compiling dirs-sys-next v0.1.2 |
1651 | 2023-12-07T00:16:08.334Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1652 | 2023-12-07T00:16:08.920Z | Compiling postcard-cobs v0.1.5-pre |
1653 | 2023-12-07T00:16:10.845Z | Compiling camino v1.1.6 |
1654 | 2023-12-07T00:16:13.183Z | Compiling postcard v0.7.3 |
1655 | 2023-12-07T00:16:16.182Z | Compiling dirs-next v2.0.0 |
1656 | 2023-12-07T00:16:16.549Z | Compiling darling_macro v0.20.3 |
1657 | 2023-12-07T00:16:21.084Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1658 | 2023-12-07T00:16:46.155Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1659 | 2023-12-07T00:16:46.155Z | Compiling smoltcp v0.8.2 |
1660 | 2023-12-07T00:16:46.155Z | Compiling getopts v0.2.21 |
1661 | 2023-12-07T00:16:46.155Z | Compiling foreign-types-macros v0.2.3 |
1662 | 2023-12-07T00:16:46.155Z | Compiling structmeta-derive v0.2.0 |
1663 | 2023-12-07T00:16:47.628Z | Compiling thread_local v1.1.7 |
1664 | 2023-12-07T00:16:48.937Z | Compiling multer v2.1.0 |
1665 | 2023-12-07T00:16:49.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1666 | 2023-12-07T00:16:49.986Z | Compiling cfg-if v0.1.10 |
1667 | 2023-12-07T00:16:50.126Z | Compiling foreign-types-shared v0.3.1 |
1668 | 2023-12-07T00:16:50.371Z | Compiling paste v1.0.14 |
1669 | 2023-12-07T00:16:51.856Z | Compiling match_cfg v0.1.0 |
1670 | 2023-12-07T00:16:53.849Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1671 | 2023-12-07T00:16:53.899Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1672 | 2023-12-07T00:16:53.945Z | Compiling slog-async v2.8.0 |
1673 | 2023-12-07T00:16:54.007Z | Compiling unsafe-libyaml v0.2.9 |
1674 | 2023-12-07T00:16:56.919Z | Compiling serde_yaml v0.9.25 |
1675 | 2023-12-07T00:17:02.460Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1676 | 2023-12-07T00:17:02.552Z | Compiling hostname v0.3.1 |
1677 | 2023-12-07T00:17:03.297Z | Compiling foreign-types v0.5.0 |
1678 | 2023-12-07T00:17:07.327Z | Compiling structmeta v0.2.0 |
1679 | 2023-12-07T00:17:09.198Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1680 | 2023-12-07T00:17:15.087Z | Compiling darling v0.20.3 |
1681 | 2023-12-07T00:17:15.837Z | Compiling term v0.7.0 |
1682 | 2023-12-07T00:17:23.228Z | Compiling slog-json v2.6.1 |
1683 | 2023-12-07T00:17:24.035Z | Compiling is-terminal v0.4.9 |
1684 | 2023-12-07T00:17:24.035Z | Compiling crossbeam-channel v0.5.8 |
1685 | 2023-12-07T00:17:25.492Z | Compiling strum v0.25.0 |
1686 | 2023-12-07T00:17:25.687Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1687 | 2023-12-07T00:17:25.774Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1688 | 2023-12-07T00:17:26.916Z | Compiling async-stream-impl v0.3.5 |
1689 | 2023-12-07T00:17:26.963Z | Compiling cstr-argument v0.1.2 |
1690 | 2023-12-07T00:17:27.336Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1691 | 2023-12-07T00:17:27.453Z | Compiling atomic-waker v1.1.1 |
1692 | 2023-12-07T00:17:27.969Z | Compiling pretty-hex v0.2.1 |
1693 | 2023-12-07T00:17:28.319Z | Compiling crucible-workspace-hack v0.1.0 |
1694 | 2023-12-07T00:17:28.659Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1695 | 2023-12-07T00:17:28.736Z | Compiling fastrand v2.0.0 |
1696 | 2023-12-07T00:17:29.425Z | Compiling regex-syntax v0.7.5 |
1697 | 2023-12-07T00:17:29.622Z | Compiling take_mut v0.2.2 |
1698 | 2023-12-07T00:17:39.665Z | Compiling parse-display-derive v0.8.2 |
1699 | 2023-12-07T00:17:58.610Z | Compiling tempfile v3.8.1 |
1700 | 2023-12-07T00:17:59.506Z | Compiling async-stream v0.3.5 |
1701 | 2023-12-07T00:17:59.506Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1702 | 2023-12-07T00:18:00.618Z | Compiling waitgroup v0.1.2 |
1703 | 2023-12-07T00:18:00.619Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1704 | 2023-12-07T00:18:00.619Z | Compiling colored v2.0.4 |
1705 | 2023-12-07T00:18:00.619Z | Compiling slog-bunyan v2.4.0 |
1706 | 2023-12-07T00:18:00.619Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1707 | 2023-12-07T00:18:00.619Z | Compiling slog-term v2.9.0 |
1708 | 2023-12-07T00:18:00.619Z | Compiling serde_with_macros v2.3.3 |
1709 | 2023-12-07T00:18:01.664Z | Compiling toml v0.8.8 |
1710 | 2023-12-07T00:18:02.261Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1711 | 2023-12-07T00:18:03.565Z | Compiling sha1 v0.10.6 |
1712 | 2023-12-07T00:18:04.726Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1713 | 2023-12-07T00:18:05.172Z | Compiling textwrap v0.11.0 |
1714 | 2023-12-07T00:18:07.382Z | Compiling heck v0.3.3 |
1715 | 2023-12-07T00:18:07.962Z | Compiling serde_path_to_error v0.1.14 |
1716 | 2023-12-07T00:18:09.532Z | Compiling instant v0.1.12 |
1717 | 2023-12-07T00:18:09.761Z | Compiling debug-ignore v1.0.5 |
1718 | 2023-12-07T00:18:09.968Z | Compiling ansi_term v0.12.1 |
1719 | 2023-12-07T00:18:09.994Z | Compiling strsim v0.8.0 |
1720 | 2023-12-07T00:18:10.708Z | Compiling vec_map v0.8.2 |
1721 | 2023-12-07T00:18:11.183Z | Compiling rayon-core v1.12.0 |
1722 | 2023-12-07T00:18:11.217Z | Compiling libefi-sys v0.1.0 |
1723 | 2023-12-07T00:18:11.412Z | Compiling clap v2.34.0 |
1724 | 2023-12-07T00:18:11.705Z | Compiling backoff v0.4.0 |
1725 | 2023-12-07T00:18:12.285Z | Compiling structopt-derive v0.4.18 |
1726 | 2023-12-07T00:18:12.380Z | Compiling serde_with v2.3.3 |
1727 | 2023-12-07T00:18:14.979Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1728 | 2023-12-07T00:18:15.347Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1729 | 2023-12-07T00:18:16.849Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-12-07T00:18:19.001Z | Compiling parse-display v0.8.2 |
1731 | 2023-12-07T00:18:19.339Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1732 | 2023-12-07T00:18:20.127Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1733 | 2023-12-07T00:18:20.150Z | Compiling zone_cfg_derive v0.3.0 |
1734 | 2023-12-07T00:18:20.491Z | Compiling crossbeam-deque v0.8.3 |
1735 | 2023-12-07T00:18:21.008Z | Compiling macaddr v1.0.1 |
1736 | 2023-12-07T00:18:21.461Z | Compiling num-derive v0.4.0 |
1737 | 2023-12-07T00:18:22.205Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1738 | 2023-12-07T00:18:22.376Z | Compiling portable-atomic v1.4.3 |
1739 | 2023-12-07T00:18:22.970Z | Compiling zone v0.3.0 |
1740 | 2023-12-07T00:18:25.623Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1741 | 2023-12-07T00:18:28.178Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1742 | 2023-12-07T00:18:29.003Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1743 | 2023-12-07T00:18:29.053Z | Compiling structopt v0.3.26 |
1744 | 2023-12-07T00:18:29.976Z | Compiling camino-tempfile v1.1.1 |
1745 | 2023-12-07T00:18:30.780Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1746 | 2023-12-07T00:18:31.185Z | Compiling smf v0.2.2 |
1747 | 2023-12-07T00:18:32.676Z | Compiling filetime v0.2.23 |
1748 | 2023-12-07T00:18:33.213Z | Compiling xattr v1.0.1 |
1749 | 2023-12-07T00:18:33.264Z | Compiling same-file v1.0.6 |
1750 | 2023-12-07T00:18:33.356Z | Compiling tar v0.4.40 |
1751 | 2023-12-07T00:18:33.662Z | Compiling walkdir v2.4.0 |
1752 | 2023-12-07T00:18:35.764Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1753 | 2023-12-07T00:18:36.002Z | Compiling rayon v1.8.0 |
1754 | 2023-12-07T00:18:38.715Z | Compiling number_prefix v0.4.0 |
1755 | 2023-12-07T00:18:38.894Z | Compiling omicron-zone-package v0.9.1 |
1756 | 2023-12-07T00:18:39.642Z | Compiling swrite v0.1.0 |
1757 | 2023-12-07T00:18:39.789Z | Compiling topological-sort v0.2.2 |
1758 | 2023-12-07T00:18:49.588Z | Compiling indicatif v0.17.7 |
1759 | 2023-12-07T00:19:00.502Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1760 | 2023-12-07T00:19:19.748Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1761 | 2023-12-07T00:19:19.748Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1762 | 2023-12-07T00:19:19.939Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1763 | 2023-12-07T00:19:42.588Z | Finished release [optimized] target(s) in 7m 48s |
1764 | 2023-12-07T00:19:42.831Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1765 | 2023-12-07T00:19:42.905Z | Created new build target 'test' and set it as active |
1766 | 2023-12-07T00:19:42.924Z | |
1767 | 2023-12-07T00:19:42.924Z | real 7:49.019265936 |
1768 | 2023-12-07T00:19:42.926Z | user 50:29.382356341 |
1769 | 2023-12-07T00:19:42.926Z | sys 4:29.878369330 |
1770 | 2023-12-07T00:19:42.927Z | trap 2.046175859 |
1771 | 2023-12-07T00:19:42.927Z | tflt 3.698874208 |
1772 | 2023-12-07T00:19:42.927Z | dflt 5.494908494 |
1773 | 2023-12-07T00:19:42.927Z | kflt 0.035907198 |
1774 | 2023-12-07T00:19:42.927Z | lock 1:49:40.084632605 |
1775 | 2023-12-07T00:19:42.927Z | slp 2:22:04.545635023 |
1776 | 2023-12-07T00:19:42.927Z | lat 2:23.129866161 |
1777 | 2023-12-07T00:19:42.928Z | stop 3:44.600709251 |
1778 | 2023-12-07T00:19:42.928Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1779 | 2023-12-07T00:19:43.956Z | Finished release [optimized] target(s) in 0.97s |
1780 | 2023-12-07T00:19:43.988Z | Running `target/release/omicron-package -t test package` |
1781 | 2023-12-07T00:19:44.024Z | Dec 07 00:19:44.017 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1782 | 2023-12-07T00:19:45.152Z | Compiling base64ct v1.6.0 |
1783 | 2023-12-07T00:19:45.182Z | Compiling linked-hash-map v0.5.6 |
1784 | 2023-12-07T00:19:45.197Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1785 | 2023-12-07T00:19:45.197Z | Compiling blake2 v0.10.6 |
1786 | 2023-12-07T00:19:45.197Z | Compiling same-file v1.0.6 |
1787 | 2023-12-07T00:19:45.197Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1788 | 2023-12-07T00:19:45.197Z | Compiling semver-parser v0.10.2 |
1789 | 2023-12-07T00:19:45.204Z | Compiling fastrand v2.0.0 |
1790 | 2023-12-07T00:19:45.478Z | Compiling walkdir v2.4.0 |
1791 | 2023-12-07T00:19:45.779Z | Compiling lru-cache v0.1.2 |
1792 | 2023-12-07T00:19:45.974Z | Compiling password-hash v0.5.0 |
1793 | 2023-12-07T00:19:46.056Z | Compiling quick-error v1.2.3 |
1794 | 2023-12-07T00:19:46.256Z | Compiling resolv-conf v0.7.0 |
1795 | 2023-12-07T00:19:46.362Z | Compiling semver v0.11.0 |
1796 | 2023-12-07T00:19:46.545Z | Compiling tempfile v3.8.1 |
1797 | 2023-12-07T00:19:47.434Z | Compiling argon2 v0.5.2 |
1798 | 2023-12-07T00:19:47.473Z | Compiling xattr v1.0.1 |
1799 | 2023-12-07T00:19:47.692Z | Compiling filetime v0.2.23 |
1800 | 2023-12-07T00:19:47.820Z | Compiling slog-dtrace v0.2.3 |
1801 | 2023-12-07T00:19:48.123Z | Compiling home v0.5.5 |
1802 | 2023-12-07T00:19:48.243Z | Compiling tar v0.4.40 |
1803 | 2023-12-07T00:19:48.329Z | Compiling toolchain_find v0.2.0 |
1804 | 2023-12-07T00:19:48.452Z | Compiling trust-dns-resolver v0.22.0 |
1805 | 2023-12-07T00:19:49.121Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1806 | 2023-12-07T00:19:49.388Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1807 | 2023-12-07T00:19:49.992Z | Compiling toml v0.5.11 |
1808 | 2023-12-07T00:19:50.100Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1809 | 2023-12-07T00:19:50.232Z | Compiling omicron-zone-package v0.9.1 |
1810 | 2023-12-07T00:19:51.289Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1811 | 2023-12-07T00:19:51.676Z | Compiling toml v0.8.8 |
1812 | 2023-12-07T00:19:52.096Z | Compiling num-rational v0.4.1 |
1813 | 2023-12-07T00:19:52.548Z | Compiling cancel-safe-futures v0.1.5 |
1814 | 2023-12-07T00:19:52.886Z | Compiling rustfmt-wrapper v0.2.0 |
1815 | 2023-12-07T00:19:53.358Z | Compiling convert_case v0.4.0 |
1816 | 2023-12-07T00:19:54.995Z | Compiling derive_more v0.99.17 |
1817 | 2023-12-07T00:19:55.316Z | Compiling num-complex v0.4.4 |
1818 | 2023-12-07T00:19:55.440Z | Compiling pem-rfc7468 v0.7.0 |
1819 | 2023-12-07T00:19:56.117Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1820 | 2023-12-07T00:19:56.936Z | Compiling hkdf v0.12.3 |
1821 | 2023-12-07T00:19:57.300Z | Compiling num v0.4.1 |
1822 | 2023-12-07T00:19:57.444Z | Compiling fxhash v0.2.1 |
1823 | 2023-12-07T00:19:57.456Z | Compiling der_derive v0.7.2 |
1824 | 2023-12-07T00:19:58.123Z | Compiling unicase v2.7.0 |
1825 | 2023-12-07T00:19:58.127Z | Compiling semver v0.1.20 |
1826 | 2023-12-07T00:19:58.127Z | Compiling utf-8 v0.7.6 |
1827 | 2023-12-07T00:19:58.142Z | Compiling flagset v0.4.3 |
1828 | 2023-12-07T00:19:58.351Z | Compiling tungstenite v0.20.1 |
1829 | 2023-12-07T00:19:58.480Z | Compiling rustc_version v0.1.7 |
1830 | 2023-12-07T00:19:58.681Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1831 | 2023-12-07T00:19:58.702Z | Compiling ciborium-io v0.2.1 |
1832 | 2023-12-07T00:19:58.878Z | Compiling half v1.8.2 |
1833 | 2023-12-07T00:19:59.070Z | Compiling keccak v0.1.4 |
1834 | 2023-12-07T00:20:00.860Z | Compiling radium v0.7.0 |
1835 | 2023-12-07T00:20:00.968Z | Compiling arc-swap v1.6.0 |
1836 | 2023-12-07T00:20:01.202Z | Compiling der v0.7.8 |
1837 | 2023-12-07T00:20:01.387Z | Compiling tokio-tungstenite v0.20.1 |
1838 | 2023-12-07T00:20:02.347Z | Compiling slog-scope v4.4.0 |
1839 | 2023-12-07T00:20:02.347Z | Compiling ciborium-ll v0.2.1 |
1840 | 2023-12-07T00:20:11.287Z | Compiling sha3 v0.10.8 |
1841 | 2023-12-07T00:20:11.287Z | Compiling newtype_derive v0.1.6 |
1842 | 2023-12-07T00:20:11.287Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1843 | 2023-12-07T00:20:11.287Z | Compiling secrecy v0.8.0 |
1844 | 2023-12-07T00:20:11.287Z | Compiling spki v0.7.2 |
1845 | 2023-12-07T00:20:11.287Z | Compiling maybe-uninit v2.0.0 |
1846 | 2023-12-07T00:20:11.287Z | Compiling tap v1.0.1 |
1847 | 2023-12-07T00:20:11.287Z | Compiling parking_lot_core v0.8.6 |
1848 | 2023-12-07T00:20:11.287Z | Compiling wyz v0.5.1 |
1849 | 2023-12-07T00:20:11.586Z | Compiling ciborium v0.2.1 |
1850 | 2023-12-07T00:20:11.586Z | Compiling slog-stdlog v4.1.1 |
1851 | 2023-12-07T00:20:11.586Z | Compiling nibble_vec v0.1.0 |
1852 | 2023-12-07T00:20:11.586Z | Compiling crc-catalog v2.2.0 |
1853 | 2023-12-07T00:20:11.586Z | Compiling endian-type v0.1.2 |
1854 | 2023-12-07T00:20:11.586Z | Compiling funty v2.0.0 |
1855 | 2023-12-07T00:20:11.586Z | Compiling num-bigint-dig v0.8.4 |
1856 | 2023-12-07T00:20:11.587Z | Compiling packed_struct v0.10.1 |
1857 | 2023-12-07T00:20:11.587Z | Compiling radix_trie v0.2.1 |
1858 | 2023-12-07T00:20:11.587Z | Compiling crc v3.0.1 |
1859 | 2023-12-07T00:20:12.182Z | Compiling bitvec v1.0.1 |
1860 | 2023-12-07T00:20:12.879Z | Compiling slog-envlogger v2.2.0 |
1861 | 2023-12-07T00:20:14.321Z | Compiling pkcs8 v0.10.2 |
1862 | 2023-12-07T00:20:14.688Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1863 | 2023-12-07T00:20:14.892Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1864 | 2023-12-07T00:20:15.819Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1865 | 2023-12-07T00:20:19.728Z | Compiling packed_struct_codegen v0.10.1 |
1866 | 2023-12-07T00:20:19.728Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2023-12-07T00:20:19.728Z | Compiling glob v0.3.1 |
1868 | 2023-12-07T00:20:19.728Z | Compiling crunchy v0.2.2 |
1869 | 2023-12-07T00:20:19.729Z | Compiling nodrop v0.1.14 |
1870 | 2023-12-07T00:20:19.880Z | Compiling platforms v3.0.2 |
1871 | 2023-12-07T00:20:20.376Z | Compiling array-init v0.0.4 |
1872 | 2023-12-07T00:20:22.518Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1873 | 2023-12-07T00:20:23.826Z | Compiling clang-sys v1.6.1 |
1874 | 2023-12-07T00:20:24.782Z | Compiling dirs-next v2.0.0 |
1875 | 2023-12-07T00:20:25.032Z | Compiling pkcs1 v0.7.5 |
1876 | 2023-12-07T00:20:26.002Z | Compiling parking_lot v0.11.2 |
1877 | 2023-12-07T00:20:29.309Z | Compiling smallvec v0.6.14 |
1878 | 2023-12-07T00:20:29.953Z | Compiling steno v0.4.0 |
1879 | 2023-12-07T00:20:30.054Z | Compiling mime_guess v2.0.4 |
1880 | 2023-12-07T00:20:31.262Z | Compiling trust-dns-client v0.22.0 |
1881 | 2023-12-07T00:20:34.646Z | Compiling termcolor v1.2.0 |
1882 | 2023-12-07T00:20:35.974Z | Compiling bitfield v0.14.0 |
1883 | 2023-12-07T00:20:36.451Z | Compiling tiny-keccak v2.0.2 |
1884 | 2023-12-07T00:20:36.858Z | Compiling prettyplease v0.2.12 |
1885 | 2023-12-07T00:20:37.322Z | Compiling trust-dns-server v0.22.1 |
1886 | 2023-12-07T00:20:40.725Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1887 | 2023-12-07T00:20:49.599Z | Compiling rsa v0.9.2 |
1888 | 2023-12-07T00:20:50.939Z | Compiling env_logger v0.10.0 |
1889 | 2023-12-07T00:20:52.373Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1890 | 2023-12-07T00:20:58.265Z | Compiling serde-hex v0.1.0 |
1891 | 2023-12-07T00:20:58.612Z | Compiling sled v0.34.7 |
1892 | 2023-12-07T00:21:07.330Z | Compiling term v0.7.0 |
1893 | 2023-12-07T00:21:09.454Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1894 | 2023-12-07T00:21:21.036Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1895 | 2023-12-07T00:21:21.036Z | Compiling x509-cert v0.2.4 |
1896 | 2023-12-07T00:21:21.036Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1897 | 2023-12-07T00:21:36.405Z | Compiling darling_core v0.14.4 |
1898 | 2023-12-07T00:21:36.523Z | Compiling itertools v0.12.0 |
1899 | 2023-12-07T00:21:42.472Z | Compiling ron v0.8.1 |
1900 | 2023-12-07T00:21:44.883Z | Compiling minimal-lexical v0.2.1 |
1901 | 2023-12-07T00:21:45.211Z | Compiling buf-list v1.0.3 |
1902 | 2023-12-07T00:21:45.691Z | Compiling crc-any v2.4.3 |
1903 | 2023-12-07T00:21:46.122Z | Compiling pretty-hex v0.4.0 |
1904 | 2023-12-07T00:21:46.698Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1905 | 2023-12-07T00:21:47.286Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1906 | 2023-12-07T00:21:48.815Z | Compiling nom v7.1.3 |
1907 | 2023-12-07T00:21:53.075Z | Compiling darling_macro v0.14.4 |
1908 | 2023-12-07T00:21:53.728Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1909 | 2023-12-07T00:21:54.879Z | Compiling curve25519-dalek v4.1.0 |
1910 | 2023-12-07T00:21:55.482Z | Compiling ascii-canvas v3.0.0 |
1911 | 2023-12-07T00:21:56.249Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1912 | 2023-12-07T00:21:56.265Z | Compiling object v0.30.4 |
1913 | 2023-12-07T00:21:57.288Z | Compiling is-terminal v0.4.9 |
1914 | 2023-12-07T00:21:57.454Z | Compiling ff v0.13.0 |
1915 | 2023-12-07T00:21:57.827Z | Compiling kstat-rs v0.2.3 |
1916 | 2023-12-07T00:21:58.921Z | Compiling libsw v3.3.0 |
1917 | 2023-12-07T00:21:59.483Z | Compiling ena v0.14.2 |
1918 | 2023-12-07T00:22:08.145Z | Compiling derive-where v1.2.6 |
1919 | 2023-12-07T00:22:08.145Z | Compiling libloading v0.7.4 |
1920 | 2023-12-07T00:22:08.145Z | Compiling owo-colors v3.5.0 |
1921 | 2023-12-07T00:22:08.145Z | Compiling linear-map v1.2.0 |
1922 | 2023-12-07T00:22:08.145Z | Compiling path-slash v0.1.5 |
1923 | 2023-12-07T00:22:08.145Z | Compiling regex-syntax v0.6.29 |
1924 | 2023-12-07T00:22:08.965Z | Compiling diff v0.1.13 |
1925 | 2023-12-07T00:22:08.965Z | Compiling bindgen v0.65.1 |
1926 | 2023-12-07T00:22:08.965Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1927 | 2023-12-07T00:22:10.617Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1928 | 2023-12-07T00:22:17.262Z | Compiling lalrpop v0.19.12 |
1929 | 2023-12-07T00:22:17.983Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1930 | 2023-12-07T00:22:22.192Z | Compiling group v0.13.0 |
1931 | 2023-12-07T00:22:22.599Z | Compiling cexpr v0.6.0 |
1932 | 2023-12-07T00:22:25.047Z | Compiling darling v0.14.4 |
1933 | 2023-12-07T00:22:26.878Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1934 | 2023-12-07T00:22:28.799Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1935 | 2023-12-07T00:22:30.240Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1936 | 2023-12-07T00:22:31.528Z | Compiling which v4.4.0 |
1937 | 2023-12-07T00:22:31.819Z | Compiling universal-hash v0.5.1 |
1938 | 2023-12-07T00:22:32.159Z | Compiling crypto-bigint v0.5.2 |
1939 | 2023-12-07T00:22:32.392Z | Compiling thiserror-impl-no-std v2.0.2 |
1940 | 2023-12-07T00:22:32.414Z | Compiling curve25519-dalek-derive v0.1.0 |
1941 | 2023-12-07T00:22:34.578Z | Compiling memoffset v0.7.1 |
1942 | 2023-12-07T00:22:35.070Z | Compiling peeking_take_while v0.1.2 |
1943 | 2023-12-07T00:22:35.269Z | Compiling display-error-chain v0.2.0 |
1944 | 2023-12-07T00:22:35.532Z | Compiling rustc-hash v1.1.0 |
1945 | 2023-12-07T00:22:35.749Z | Compiling shlex v1.1.0 |
1946 | 2023-12-07T00:22:36.129Z | Compiling lazycell v1.3.0 |
1947 | 2023-12-07T00:22:36.540Z | Compiling opaque-debug v0.3.0 |
1948 | 2023-12-07T00:22:36.541Z | Compiling base16ct v0.2.0 |
1949 | 2023-12-07T00:22:36.979Z | Compiling thiserror-no-std v2.0.2 |
1950 | 2023-12-07T00:22:37.087Z | Compiling elliptic-curve v0.13.5 |
1951 | 2023-12-07T00:22:37.128Z | Compiling poly1305 v0.8.0 |
1952 | 2023-12-07T00:22:37.833Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1953 | 2023-12-07T00:22:39.301Z | Compiling derive_builder_core v0.12.0 |
1954 | 2023-12-07T00:22:43.016Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1955 | 2023-12-07T00:22:45.456Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1956 | 2023-12-07T00:22:45.835Z | Compiling chacha20 v0.9.1 |
1957 | 2023-12-07T00:22:46.539Z | Compiling globset v0.4.13 |
1958 | 2023-12-07T00:22:51.444Z | Compiling pem v3.0.2 |
1959 | 2023-12-07T00:22:54.207Z | Compiling olpc-cjson v0.1.3 |
1960 | 2023-12-07T00:22:54.711Z | Compiling aead v0.5.2 |
1961 | 2023-12-07T00:22:55.127Z | Compiling bcs v0.1.6 |
1962 | 2023-12-07T00:22:55.139Z | Compiling libxml v0.3.3 |
1963 | 2023-12-07T00:22:55.634Z | Compiling serde_plain v1.0.2 |
1964 | 2023-12-07T00:22:56.479Z | Compiling async-recursion v1.0.5 |
1965 | 2023-12-07T00:22:56.485Z | Compiling ref-cast v1.0.20 |
1966 | 2023-12-07T00:22:57.139Z | Compiling highway v1.1.0 |
1967 | 2023-12-07T00:22:57.974Z | Compiling typed-path v0.6.0 |
1968 | 2023-12-07T00:22:59.464Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1969 | 2023-12-07T00:23:00.991Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1970 | 2023-12-07T00:23:12.783Z | Compiling chacha20poly1305 v0.10.1 |
1971 | 2023-12-07T00:23:13.668Z | Compiling tough v0.15.0 |
1972 | 2023-12-07T00:23:13.668Z | Compiling derive_builder_macro v0.12.0 |
1973 | 2023-12-07T00:23:13.669Z | Compiling vsss-rs v3.3.1 |
1974 | 2023-12-07T00:23:13.669Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1975 | 2023-12-07T00:23:13.669Z | Compiling polar-core v0.27.0 |
1976 | 2023-12-07T00:23:13.669Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1977 | 2023-12-07T00:23:13.669Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1978 | 2023-12-07T00:23:13.669Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1979 | 2023-12-07T00:23:14.616Z | Compiling strum_macros v0.24.3 |
1980 | 2023-12-07T00:23:14.946Z | Compiling ref-cast-impl v1.0.20 |
1981 | 2023-12-07T00:23:14.979Z | Compiling cookie v0.18.0 |
1982 | 2023-12-07T00:23:15.315Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1983 | 2023-12-07T00:23:15.550Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1984 | 2023-12-07T00:23:15.596Z | Compiling salty v0.2.0 |
1985 | 2023-12-07T00:23:15.987Z | Compiling http-range v0.1.5 |
1986 | 2023-12-07T00:23:16.180Z | Compiling signature v1.6.4 |
1987 | 2023-12-07T00:23:16.393Z | Compiling indoc v1.0.9 |
1988 | 2023-12-07T00:23:17.371Z | Compiling ed25519 v1.5.3 |
1989 | 2023-12-07T00:23:17.408Z | Compiling hyper-staticfile v0.9.5 |
1990 | 2023-12-07T00:23:18.261Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1991 | 2023-12-07T00:23:23.072Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1992 | 2023-12-07T00:23:25.187Z | Compiling derive_builder v0.12.0 |
1993 | 2023-12-07T00:23:36.191Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1994 | 2023-12-07T00:23:42.563Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1995 | 2023-12-07T00:23:43.097Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1996 | 2023-12-07T00:23:44.028Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1997 | 2023-12-07T00:23:47.687Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1998 | 2023-12-07T00:23:47.866Z | Compiling headers-core v0.2.0 |
1999 | 2023-12-07T00:23:47.918Z | Compiling bb8 v0.8.1 |
2000 | 2023-12-07T00:23:48.114Z | Compiling quick-xml v0.23.1 |
2001 | 2023-12-07T00:23:48.796Z | Compiling serde-big-array v0.5.1 |
2002 | 2023-12-07T00:23:49.170Z | Compiling impl-trait-for-tuples v0.2.2 |
2003 | 2023-12-07T00:23:52.348Z | Compiling oso-derive v0.27.0 |
2004 | 2023-12-07T00:23:52.703Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2005 | 2023-12-07T00:23:53.823Z | Compiling fs-err v2.11.0 |
2006 | 2023-12-07T00:23:53.952Z | Compiling maplit v1.0.2 |
2007 | 2023-12-07T00:23:54.109Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2008 | 2023-12-07T00:24:05.552Z | Compiling oso v0.27.0 |
2009 | 2023-12-07T00:24:05.938Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2010 | 2023-12-07T00:24:07.088Z | Compiling headers v0.3.9 |
2011 | 2023-12-07T00:24:08.497Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2012 | 2023-12-07T00:24:15.959Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2013 | 2023-12-07T00:24:29.119Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2014 | 2023-12-07T00:24:30.757Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2015 | 2023-12-07T00:24:31.171Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2016 | 2023-12-07T00:24:33.327Z | Compiling signal-hook-tokio v0.3.1 |
2017 | 2023-12-07T00:24:33.436Z | Compiling serde-big-array v0.4.1 |
2018 | 2023-12-07T00:24:33.552Z | Compiling cassowary v0.3.0 |
2019 | 2023-12-07T00:24:33.711Z | Compiling indoc v2.0.3 |
2020 | 2023-12-07T00:24:35.221Z | Compiling ratatui v0.23.0 |
2021 | 2023-12-07T00:24:37.411Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2022 | 2023-12-07T00:24:40.054Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2023 | 2023-12-07T00:24:42.551Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2024 | 2023-12-07T00:24:43.136Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2025 | 2023-12-07T00:24:56.693Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2026 | 2023-12-07T00:25:00.531Z | Compiling fatfs v0.3.6 |
2027 | 2023-12-07T00:25:06.010Z | Compiling bytesize v1.3.0 |
2028 | 2023-12-07T00:25:06.449Z | Compiling nanorand v0.7.0 |
2029 | 2023-12-07T00:25:06.941Z | Compiling rtoolbox v0.0.1 |
2030 | 2023-12-07T00:25:07.606Z | Compiling assert_matches v1.5.0 |
2031 | 2023-12-07T00:25:07.627Z | Compiling unicode-linebreak v0.1.5 |
2032 | 2023-12-07T00:25:07.747Z | Compiling corncobs v0.1.3 |
2033 | 2023-12-07T00:25:08.373Z | Compiling smawk v0.3.1 |
2034 | 2023-12-07T00:25:08.514Z | Compiling is_ci v1.1.1 |
2035 | 2023-12-07T00:25:08.710Z | Compiling supports-color v2.1.0 |
2036 | 2023-12-07T00:25:08.931Z | Compiling textwrap v0.16.0 |
2037 | 2023-12-07T00:25:09.841Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2038 | 2023-12-07T00:25:11.161Z | Compiling rpassword v7.3.1 |
2039 | 2023-12-07T00:25:11.816Z | Compiling flume v0.11.0 |
2040 | 2023-12-07T00:25:13.097Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2041 | 2023-12-07T00:25:13.687Z | Compiling tui-tree-widget v0.13.0 |
2042 | 2023-12-07T00:25:15.402Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2043 | 2023-12-07T00:25:17.189Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2044 | 2023-12-07T00:25:22.802Z | Compiling shell-words v1.1.0 |
2045 | 2023-12-07T00:25:23.498Z | Compiling humantime v2.1.0 |
2046 | 2023-12-07T00:25:24.909Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2047 | 2023-12-07T00:25:57.555Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2048 | 2023-12-07T00:26:35.279Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2049 | 2023-12-07T00:29:20.488Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2050 | 2023-12-07T00:38:17.739Z | Finished release [optimized] target(s) in 18m 13s |
2051 | 2023-12-07T00:39:14.338Z | |
2052 | 2023-12-07T00:39:14.353Z | real 19:31.507744244 |
2053 | 2023-12-07T00:39:14.353Z | user 2:15:19.662379710 |
2054 | 2023-12-07T00:39:14.353Z | sys 5:25.255180922 |
2055 | 2023-12-07T00:39:14.355Z | trap 4.482697271 |
2056 | 2023-12-07T00:39:14.355Z | tflt 1.001589663 |
2057 | 2023-12-07T00:39:14.355Z | dflt 2.340809864 |
2058 | 2023-12-07T00:39:14.355Z | kflt 0.049191994 |
2059 | 2023-12-07T00:39:14.355Z | lock 7:50:21.290053520 |
2060 | 2023-12-07T00:39:14.355Z | slp 5:07:19.362307249 |
2061 | 2023-12-07T00:39:14.355Z | lat 2:26.807027450 |
2062 | 2023-12-07T00:39:14.356Z | stop 37.255107676 |
2063 | 2023-12-07T00:39:14.356Z | + 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/*) |
2064 | 2023-12-07T00:39:14.356Z | + pfexec mkdir -p /work |
2065 | 2023-12-07T00:39:14.356Z | + pfexec chown build /work |
2066 | 2023-12-07T00:39:14.356Z | + 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 |
2067 | 2023-12-07T00:39:27.605Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2068 | 2023-12-07T00:39:27.605Z | a out/mg-ddm-gz.tar 61253K |
2069 | 2023-12-07T00:39:27.605Z | a out/omicron-sled-agent.tar 108484K |
2070 | 2023-12-07T00:39:27.605Z | a out/target/test 1K |
2071 | 2023-12-07T00:39:27.605Z | a out/npuzone/npuzone 36505K |
2072 | 2023-12-07T00:39:27.605Z | a package-manifest.toml 22K |
2073 | 2023-12-07T00:39:27.605Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2074 | 2023-12-07T00:39:27.605Z | a target/release/omicron-package 41585K |
2075 | 2023-12-07T00:39:27.605Z | a tools/create_virtual_hardware.sh 4K |
2076 | 2023-12-07T00:39:27.616Z | a tools/virtual_hardware.sh 4K |
2077 | 2023-12-07T00:39:27.616Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2078 | 2023-12-07T00:39:27.616Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2079 | 2023-12-07T00:39:27.616Z | a tools/scrimlet/softnpu-init.sh 3K |
2080 | 2023-12-07T00:39:27.616Z | a tools/scrimlet/softnpu-zone.txt 1K |
2081 | 2023-12-07T00:39:27.616Z | a tools/scrimlet/softnpu.toml 1K |
2082 | 2023-12-07T00:39:27.625Z | |
2083 | 2023-12-07T00:39:27.625Z | real 13.232838450 |
2084 | 2023-12-07T00:39:27.625Z | user 12.561716785 |
2085 | 2023-12-07T00:39:27.625Z | sys 1.111132692 |
2086 | 2023-12-07T00:39:27.626Z | trap 0.004969469 |
2087 | 2023-12-07T00:39:27.626Z | tflt 0.000000000 |
2088 | 2023-12-07T00:39:27.626Z | dflt 0.000000000 |
2089 | 2023-12-07T00:39:27.626Z | kflt 0.000000000 |
2090 | 2023-12-07T00:39:27.626Z | lock 0.000000000 |
2091 | 2023-12-07T00:39:27.626Z | slp 12.292922541 |
2092 | 2023-12-07T00:39:27.626Z | lat 0.491304789 |
2093 | 2023-12-07T00:39:27.626Z | stop 0.000229947 |
2094 | 2023-12-07T00:39:27.626Z | ++ pwd |
2095 | 2023-12-07T00:39:27.626Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2096 | 2023-12-07T00:39:27.627Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2097 | 2023-12-07T00:39:27.627Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2098 | 2023-12-07T00:39:28.649Z | Finished release [optimized] target(s) in 0.97s |
2099 | 2023-12-07T00:39:28.667Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2100 | 2023-12-07T00:39:28.707Z | Created new build target 'host' and set it as active |
2101 | 2023-12-07T00:39:28.715Z | |
2102 | 2023-12-07T00:39:28.715Z | real 1.121516526 |
2103 | 2023-12-07T00:39:28.715Z | user 0.787006048 |
2104 | 2023-12-07T00:39:28.715Z | sys 0.335211159 |
2105 | 2023-12-07T00:39:28.715Z | trap 0.000071325 |
2106 | 2023-12-07T00:39:28.715Z | tflt 0.000021234 |
2107 | 2023-12-07T00:39:28.715Z | dflt 0.000010719 |
2108 | 2023-12-07T00:39:28.715Z | kflt 0.000000000 |
2109 | 2023-12-07T00:39:28.715Z | lock 0.035718099 |
2110 | 2023-12-07T00:39:28.715Z | slp 0.019293000 |
2111 | 2023-12-07T00:39:28.715Z | lat 0.002080651 |
2112 | 2023-12-07T00:39:28.715Z | stop 0.000232173 |
2113 | 2023-12-07T00:39:28.716Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2114 | 2023-12-07T00:39:29.729Z | Finished release [optimized] target(s) in 0.93s |
2115 | 2023-12-07T00:39:29.757Z | Running `target/release/omicron-package -t host package` |
2116 | 2023-12-07T00:39:29.797Z | Dec 07 00:39:29.791 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2117 | 2023-12-07T00:39:30.855Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2118 | 2023-12-07T00:43:21.927Z | Finished release [optimized] target(s) in 3m 32s |
2119 | 2023-12-07T00:44:27.933Z | |
2120 | 2023-12-07T00:44:27.933Z | real 4:59.118632359 |
2121 | 2023-12-07T00:44:27.933Z | user 20:26.558906809 |
2122 | 2023-12-07T00:44:27.951Z | sys 1:05.291885234 |
2123 | 2023-12-07T00:44:27.952Z | trap 0.543538075 |
2124 | 2023-12-07T00:44:27.952Z | tflt 0.036125055 |
2125 | 2023-12-07T00:44:27.952Z | dflt 2.016527776 |
2126 | 2023-12-07T00:44:27.952Z | kflt 0.000008085 |
2127 | 2023-12-07T00:44:27.952Z | lock 1:11:52.470788982 |
2128 | 2023-12-07T00:44:27.953Z | slp 18:32.060479838 |
2129 | 2023-12-07T00:44:27.953Z | lat 9.144312966 |
2130 | 2023-12-07T00:44:27.954Z | stop 0.749387146 |
2131 | 2023-12-07T00:44:27.954Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2132 | 2023-12-07T00:44:27.954Z | + for package in "$@" |
2133 | 2023-12-07T00:44:27.954Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2134 | 2023-12-07T00:44:27.955Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git6e80ef25034 |
2135 | 2023-12-07T00:44:28.980Z | Finished release [optimized] target(s) in 0.96s |
2136 | 2023-12-07T00:44:29.029Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git6e80ef25034` |
2137 | 2023-12-07T00:44:29.029Z | Dec 07 00:44:28.933 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2138 | 2023-12-07T00:44:29.470Z | Created: out/versioned/omicron-sled-agent.tar |
2139 | 2023-12-07T00:44:29.499Z | + for package in "$@" |
2140 | 2023-12-07T00:44:29.500Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2141 | 2023-12-07T00:44:29.500Z | + echo 0.0.0 |
2142 | 2023-12-07T00:44:29.501Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2143 | 2023-12-07T00:44:29.501Z | a VERSION 1K |
2144 | 2023-12-07T00:44:29.501Z | + rm VERSION |
2145 | 2023-12-07T00:44:29.501Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git6e80ef25034 |
2146 | 2023-12-07T00:44:30.587Z | Finished release [optimized] target(s) in 1.02s |
2147 | 2023-12-07T00:44:30.610Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git6e80ef25034` |
2148 | 2023-12-07T00:44:30.638Z | Dec 07 00:44:30.633 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2149 | 2023-12-07T00:44:30.905Z | Created: out/versioned/mg-ddm-gz.tar |
2150 | 2023-12-07T00:44:30.911Z | + for package in "$@" |
2151 | 2023-12-07T00:44:30.911Z | + [[ propolis-server == mg-ddm-gz ]] |
2152 | 2023-12-07T00:44:30.912Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git6e80ef25034 |
2153 | 2023-12-07T00:44:31.929Z | Finished release [optimized] target(s) in 0.93s |
2154 | 2023-12-07T00:44:31.954Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git6e80ef25034` |
2155 | 2023-12-07T00:44:31.995Z | Dec 07 00:44:31.993 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2156 | 2023-12-07T00:44:34.834Z | Created: out/versioned/propolis-server.tar.gz |
2157 | 2023-12-07T00:44:34.890Z | + for package in "$@" |
2158 | 2023-12-07T00:44:34.891Z | + [[ overlay == mg-ddm-gz ]] |
2159 | 2023-12-07T00:44:34.891Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git6e80ef25034 |
2160 | 2023-12-07T00:44:34.891Z | Finished release [optimized] target(s) in 0.93s |
2161 | 2023-12-07T00:44:35.343Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git6e80ef25034` |
2162 | 2023-12-07T00:44:35.344Z | Dec 07 00:44:34.886 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2163 | 2023-12-07T00:44:35.344Z | Created: out/versioned/overlay.tar.gz |
2164 | 2023-12-07T00:44:35.344Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2165 | 2023-12-07T00:44:35.344Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2166 | 2023-12-07T00:44:35.344Z | ++ cd -- ./tools |
2167 | 2023-12-07T00:44:35.344Z | ++ pwd |
2168 | 2023-12-07T00:44:35.344Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2169 | 2023-12-07T00:44:35.344Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2170 | 2023-12-07T00:44:35.344Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2171 | 2023-12-07T00:44:35.344Z | ++ readlink -f /work |
2172 | 2023-12-07T00:44:35.344Z | + out_dir=/work |
2173 | 2023-12-07T00:44:35.344Z | + 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") |
2174 | 2023-12-07T00:44:35.345Z | + for dep in "${deps[@]}" |
2175 | 2023-12-07T00:44:35.345Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2176 | 2023-12-07T00:44:35.345Z | + for dep in "${deps[@]}" |
2177 | 2023-12-07T00:44:35.345Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2178 | 2023-12-07T00:44:35.346Z | + for dep in "${deps[@]}" |
2179 | 2023-12-07T00:44:35.346Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2180 | 2023-12-07T00:44:35.346Z | + for dep in "${deps[@]}" |
2181 | 2023-12-07T00:44:35.346Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2182 | 2023-12-07T00:44:35.346Z | ++ mktemp -d |
2183 | 2023-12-07T00:44:35.346Z | + tmp_gz=/tmp/tmp.MJaWuh |
2184 | 2023-12-07T00:44:35.346Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2185 | 2023-12-07T00:44:35.346Z | + echo '{"v":"1","t":"layer"}' |
2186 | 2023-12-07T00:44:35.346Z | + pkg_dir=/tmp/tmp.MJaWuh/root/opt/oxide/sled-agent |
2187 | 2023-12-07T00:44:35.346Z | + mkdir -p /tmp/tmp.MJaWuh/root/opt/oxide/sled-agent |
2188 | 2023-12-07T00:44:35.346Z | + cd /tmp/tmp.MJaWuh/root/opt/oxide/sled-agent |
2189 | 2023-12-07T00:44:35.346Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2190 | 2023-12-07T00:44:35.346Z | x ., 0 bytes, 0 tape blocks |
2191 | 2023-12-07T00:44:35.347Z | x zone-bundle, 39131120 bytes, 76428 tape blocks |
2192 | 2023-12-07T00:44:35.347Z | x sled-agent, 71930504 bytes, 140490 tape blocks |
2193 | 2023-12-07T00:44:35.347Z | x pkg, 0 bytes, 0 tape blocks |
2194 | 2023-12-07T00:44:35.347Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2195 | 2023-12-07T00:44:35.347Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2196 | 2023-12-07T00:44:35.347Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2197 | 2023-12-07T00:44:35.347Z | x VERSION, 25 bytes, 1 tape blocks |
2198 | 2023-12-07T00:44:35.347Z | + mkdir -p /tmp/tmp.MJaWuh/root/lib/svc/manifest/site/ |
2199 | 2023-12-07T00:44:35.347Z | + mv pkg/manifest.xml /tmp/tmp.MJaWuh/root/lib/svc/manifest/site/sled-agent.xml |
2200 | 2023-12-07T00:44:35.347Z | + cd - |
2201 | 2023-12-07T00:44:35.347Z | /work/oxidecomputer/omicron |
2202 | 2023-12-07T00:44:35.347Z | + pkg_dir=/tmp/tmp.MJaWuh/root/opt/oxide/mg-ddm |
2203 | 2023-12-07T00:44:35.347Z | + mkdir -p /tmp/tmp.MJaWuh/root/opt/oxide/mg-ddm |
2204 | 2023-12-07T00:44:35.347Z | + cd /tmp/tmp.MJaWuh/root/opt/oxide/mg-ddm |
2205 | 2023-12-07T00:44:35.347Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2206 | 2023-12-07T00:44:35.347Z | x ., 0 bytes, 0 tape blocks |
2207 | 2023-12-07T00:44:35.348Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2208 | 2023-12-07T00:44:35.348Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2209 | 2023-12-07T00:44:35.348Z | x pkg, 0 bytes, 0 tape blocks |
2210 | 2023-12-07T00:44:35.348Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2211 | 2023-12-07T00:44:35.348Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2212 | 2023-12-07T00:44:35.348Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2213 | 2023-12-07T00:44:35.348Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2214 | 2023-12-07T00:44:35.348Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2215 | 2023-12-07T00:44:35.348Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2216 | 2023-12-07T00:44:35.348Z | x VERSION, 25 bytes, 1 tape blocks |
2217 | 2023-12-07T00:44:35.348Z | + cd - |
2218 | 2023-12-07T00:44:35.348Z | /work/oxidecomputer/omicron |
2219 | 2023-12-07T00:44:35.348Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.MJaWuh/root/opt/oxide |
2220 | 2023-12-07T00:44:35.348Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.MJaWuh/root/opt/oxide |
2221 | 2023-12-07T00:44:35.348Z | + cd /tmp/tmp.MJaWuh |
2222 | 2023-12-07T00:44:35.348Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2223 | 2023-12-07T00:44:46.822Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2224 | 2023-12-07T00:44:46.823Z | a oxide.json 1K |
2225 | 2023-12-07T00:44:46.823Z | a root/ 0K |
2226 | 2023-12-07T00:44:46.823Z | a root/opt/ 0K |
2227 | 2023-12-07T00:44:46.823Z | a root/opt/oxide/ 0K |
2228 | 2023-12-07T00:44:46.823Z | a root/opt/oxide/sled-agent/ 0K |
2229 | 2023-12-07T00:44:46.824Z | a root/opt/oxide/sled-agent/zone-bundle 38214K |
2230 | 2023-12-07T00:44:46.824Z | a root/opt/oxide/sled-agent/sled-agent 70245K |
2231 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2232 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2233 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2234 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/sled-agent/VERSION 1K |
2235 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/mg-ddm/ 0K |
2236 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2237 | 2023-12-07T00:44:46.825Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2238 | 2023-12-07T00:44:46.828Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2239 | 2023-12-07T00:44:46.829Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2240 | 2023-12-07T00:44:46.829Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2241 | 2023-12-07T00:44:46.829Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2242 | 2023-12-07T00:44:46.829Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2243 | 2023-12-07T00:44:46.829Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2244 | 2023-12-07T00:44:46.830Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2245 | 2023-12-07T00:44:46.830Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2246 | 2023-12-07T00:44:46.830Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2247 | 2023-12-07T00:44:46.830Z | a root/opt/oxide/overlay.tar.gz 2K |
2248 | 2023-12-07T00:44:46.830Z | a root/lib/ 0K |
2249 | 2023-12-07T00:44:46.830Z | a root/lib/svc/ 0K |
2250 | 2023-12-07T00:44:46.830Z | a root/lib/svc/manifest/ 0K |
2251 | 2023-12-07T00:44:46.831Z | a root/lib/svc/manifest/site/ 0K |
2252 | 2023-12-07T00:44:46.831Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2253 | 2023-12-07T00:44:46.854Z | + cd / |
2254 | 2023-12-07T00:44:46.854Z | + rm -rf /tmp/tmp.MJaWuh |
2255 | 2023-12-07T00:44:46.882Z | |
2256 | 2023-12-07T00:44:46.890Z | real 11.972244100 |
2257 | 2023-12-07T00:44:46.891Z | user 10.966869651 |
2258 | 2023-12-07T00:44:46.891Z | sys 1.060965304 |
2259 | 2023-12-07T00:44:46.892Z | trap 0.003350969 |
2260 | 2023-12-07T00:44:46.892Z | tflt 0.000000000 |
2261 | 2023-12-07T00:44:46.892Z | dflt 0.000000000 |
2262 | 2023-12-07T00:44:46.893Z | kflt 0.000000000 |
2263 | 2023-12-07T00:44:46.893Z | lock 0.000000000 |
2264 | 2023-12-07T00:44:46.894Z | slp 22.992320740 |
2265 | 2023-12-07T00:44:46.894Z | lat 0.451029742 |
2266 | 2023-12-07T00:44:46.894Z | stop 0.000329911 |
2267 | 2023-12-07T00:44:46.895Z | + mkdir -p /work/zones |
2268 | 2023-12-07T00:44:46.895Z | + 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) |
2269 | 2023-12-07T00:44:46.895Z | + 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/ |
2270 | 2023-12-07T00:44:52.797Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2271 | 2023-12-07T00:44:52.908Z | Finished release [optimized] target(s) in 1.03s |
2272 | 2023-12-07T00:44:52.908Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2273 | 2023-12-07T00:44:52.908Z | Created new build target 'recovery' and set it as active |
2274 | 2023-12-07T00:44:52.909Z | |
2275 | 2023-12-07T00:44:52.909Z | real 1.190001170 |
2276 | 2023-12-07T00:44:52.909Z | user 0.837381314 |
2277 | 2023-12-07T00:44:52.909Z | sys 0.348971422 |
2278 | 2023-12-07T00:44:52.909Z | trap 0.001066362 |
2279 | 2023-12-07T00:44:52.909Z | tflt 0.000058928 |
2280 | 2023-12-07T00:44:52.909Z | dflt 0.000047727 |
2281 | 2023-12-07T00:44:52.909Z | kflt 0.000000000 |
2282 | 2023-12-07T00:44:52.909Z | lock 0.040681865 |
2283 | 2023-12-07T00:44:52.909Z | slp 0.022310837 |
2284 | 2023-12-07T00:44:52.909Z | lat 0.005684600 |
2285 | 2023-12-07T00:44:52.909Z | stop 0.000574300 |
2286 | 2023-12-07T00:44:52.909Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2287 | 2023-12-07T00:44:52.976Z | Finished release [optimized] target(s) in 1.00s |
2288 | 2023-12-07T00:44:52.976Z | Running `target/release/omicron-package -t recovery package` |
2289 | 2023-12-07T00:44:53.011Z | Dec 07 00:44:52.952 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2290 | 2023-12-07T00:44:53.907Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2291 | 2023-12-07T00:44:57.672Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2292 | 2023-12-07T00:45:28.424Z | Finished release [optimized] target(s) in 35.38s |
2293 | 2023-12-07T00:45:43.732Z | |
2294 | 2023-12-07T00:45:43.732Z | real 51.912051305 |
2295 | 2023-12-07T00:45:43.732Z | user 2:26.883263943 |
2296 | 2023-12-07T00:45:43.732Z | sys 12.908522417 |
2297 | 2023-12-07T00:45:43.733Z | trap 0.083258361 |
2298 | 2023-12-07T00:45:43.747Z | tflt 0.084326085 |
2299 | 2023-12-07T00:45:43.748Z | dflt 1.025317873 |
2300 | 2023-12-07T00:45:43.748Z | kflt 0.000000000 |
2301 | 2023-12-07T00:45:43.748Z | lock 11:20.151864026 |
2302 | 2023-12-07T00:45:43.748Z | slp 2:29.735164538 |
2303 | 2023-12-07T00:45:43.748Z | lat 2.062327264 |
2304 | 2023-12-07T00:45:43.748Z | stop 0.179519865 |
2305 | 2023-12-07T00:45:43.748Z | + stamp_packages installinator mg-ddm-gz |
2306 | 2023-12-07T00:45:43.748Z | + for package in "$@" |
2307 | 2023-12-07T00:45:43.749Z | + [[ installinator == mg-ddm-gz ]] |
2308 | 2023-12-07T00:45:43.749Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git6e80ef25034 |
2309 | 2023-12-07T00:45:44.766Z | Finished release [optimized] target(s) in 0.95s |
2310 | 2023-12-07T00:45:44.797Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git6e80ef25034` |
2311 | 2023-12-07T00:45:44.828Z | Dec 07 00:45:44.825 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2312 | 2023-12-07T00:45:44.995Z | Created: out/versioned/installinator.tar |
2313 | 2023-12-07T00:45:45.005Z | + for package in "$@" |
2314 | 2023-12-07T00:45:45.005Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2315 | 2023-12-07T00:45:45.005Z | + echo 0.0.0 |
2316 | 2023-12-07T00:45:45.005Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2317 | 2023-12-07T00:45:45.006Z | a VERSION 1K |
2318 | 2023-12-07T00:45:45.006Z | + rm VERSION |
2319 | 2023-12-07T00:45:45.006Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git6e80ef25034 |
2320 | 2023-12-07T00:45:45.984Z | Finished release [optimized] target(s) in 0.93s |
2321 | 2023-12-07T00:45:46.013Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git6e80ef25034` |
2322 | 2023-12-07T00:45:46.050Z | Dec 07 00:45:46.049 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2323 | 2023-12-07T00:45:46.236Z | Created: out/versioned/mg-ddm-gz.tar |
2324 | 2023-12-07T00:45:46.241Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2325 | 2023-12-07T00:45:46.253Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2326 | 2023-12-07T00:45:46.258Z | ++ cd -- ./tools |
2327 | 2023-12-07T00:45:46.258Z | ++ pwd |
2328 | 2023-12-07T00:45:46.258Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2329 | 2023-12-07T00:45:46.259Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2330 | 2023-12-07T00:45:46.265Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2331 | 2023-12-07T00:45:46.265Z | ++ readlink -f /work |
2332 | 2023-12-07T00:45:46.265Z | + out_dir=/work |
2333 | 2023-12-07T00:45:46.265Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2334 | 2023-12-07T00:45:46.265Z | + for dep in "${deps[@]}" |
2335 | 2023-12-07T00:45:46.265Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2336 | 2023-12-07T00:45:46.266Z | + for dep in "${deps[@]}" |
2337 | 2023-12-07T00:45:46.266Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2338 | 2023-12-07T00:45:46.266Z | ++ mktemp -d |
2339 | 2023-12-07T00:45:46.271Z | + tmp_trampoline=/tmp/tmp.z.aizh |
2340 | 2023-12-07T00:45:46.271Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2341 | 2023-12-07T00:45:46.271Z | + echo '{"v":"1","t":"layer"}' |
2342 | 2023-12-07T00:45:46.271Z | + pkg_dir=/tmp/tmp.z.aizh/root/opt/oxide/installinator |
2343 | 2023-12-07T00:45:46.272Z | + mkdir -p /tmp/tmp.z.aizh/root/opt/oxide/installinator |
2344 | 2023-12-07T00:45:46.272Z | + cd /tmp/tmp.z.aizh/root/opt/oxide/installinator |
2345 | 2023-12-07T00:45:46.273Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2346 | 2023-12-07T00:45:46.325Z | x ., 0 bytes, 0 tape blocks |
2347 | 2023-12-07T00:45:46.325Z | x installinator, 52118472 bytes, 101794 tape blocks |
2348 | 2023-12-07T00:45:46.325Z | x pkg, 0 bytes, 0 tape blocks |
2349 | 2023-12-07T00:45:46.325Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2350 | 2023-12-07T00:45:46.325Z | x VERSION, 25 bytes, 1 tape blocks |
2351 | 2023-12-07T00:45:46.330Z | + mkdir -p /tmp/tmp.z.aizh/root/lib/svc/manifest/site/ |
2352 | 2023-12-07T00:45:46.330Z | + mv pkg/manifest.xml /tmp/tmp.z.aizh/root/lib/svc/manifest/site/installinator.xml |
2353 | 2023-12-07T00:45:46.330Z | + cd - |
2354 | 2023-12-07T00:45:46.331Z | /work/oxidecomputer/omicron |
2355 | 2023-12-07T00:45:46.335Z | + pkg_dir=/tmp/tmp.z.aizh/root/opt/oxide/mg-ddm |
2356 | 2023-12-07T00:45:46.335Z | + mkdir -p /tmp/tmp.z.aizh/root/opt/oxide/mg-ddm |
2357 | 2023-12-07T00:45:46.336Z | + cd /tmp/tmp.z.aizh/root/opt/oxide/mg-ddm |
2358 | 2023-12-07T00:45:46.336Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2359 | 2023-12-07T00:45:46.402Z | x ., 0 bytes, 0 tape blocks |
2360 | 2023-12-07T00:45:46.402Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2361 | 2023-12-07T00:45:46.402Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2362 | 2023-12-07T00:45:46.402Z | x pkg, 0 bytes, 0 tape blocks |
2363 | 2023-12-07T00:45:46.403Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2364 | 2023-12-07T00:45:46.403Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2365 | 2023-12-07T00:45:46.403Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2366 | 2023-12-07T00:45:46.404Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2367 | 2023-12-07T00:45:46.404Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2368 | 2023-12-07T00:45:46.404Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2369 | 2023-12-07T00:45:46.407Z | x VERSION, 25 bytes, 1 tape blocks |
2370 | 2023-12-07T00:45:46.414Z | + cd - |
2371 | 2023-12-07T00:45:46.414Z | /work/oxidecomputer/omicron |
2372 | 2023-12-07T00:45:46.415Z | + cd /tmp/tmp.z.aizh |
2373 | 2023-12-07T00:45:46.415Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2374 | 2023-12-07T00:45:56.217Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2375 | 2023-12-07T00:45:56.217Z | a oxide.json 1K |
2376 | 2023-12-07T00:45:56.218Z | a root/ 0K |
2377 | 2023-12-07T00:45:56.218Z | a root/opt/ 0K |
2378 | 2023-12-07T00:45:56.218Z | a root/opt/oxide/ 0K |
2379 | 2023-12-07T00:45:56.218Z | a root/opt/oxide/installinator/ 0K |
2380 | 2023-12-07T00:45:56.218Z | a root/opt/oxide/installinator/installinator 50897K |
2381 | 2023-12-07T00:45:56.218Z | a root/opt/oxide/installinator/pkg/ 0K |
2382 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/installinator/VERSION 1K |
2383 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/ 0K |
2384 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2385 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2386 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2387 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2388 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2389 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2390 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2391 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2392 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2393 | 2023-12-07T00:45:56.219Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2394 | 2023-12-07T00:45:56.219Z | a root/lib/ 0K |
2395 | 2023-12-07T00:45:56.219Z | a root/lib/svc/ 0K |
2396 | 2023-12-07T00:45:56.219Z | a root/lib/svc/manifest/ 0K |
2397 | 2023-12-07T00:45:56.219Z | a root/lib/svc/manifest/site/ 0K |
2398 | 2023-12-07T00:45:56.220Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2399 | 2023-12-07T00:45:56.356Z | + cd / |
2400 | 2023-12-07T00:45:56.356Z | + rm -rf /tmp/tmp.z.aizh |
2401 | 2023-12-07T00:45:56.356Z | |
2402 | 2023-12-07T00:45:56.356Z | real 6.221948004 |
2403 | 2023-12-07T00:45:56.356Z | user 5.786554049 |
2404 | 2023-12-07T00:45:56.356Z | sys 0.463660448 |
2405 | 2023-12-07T00:45:56.356Z | trap 0.001946497 |
2406 | 2023-12-07T00:45:56.356Z | tflt 0.000000000 |
2407 | 2023-12-07T00:45:56.356Z | dflt 0.000000000 |
2408 | 2023-12-07T00:45:56.356Z | kflt 0.000000000 |
2409 | 2023-12-07T00:45:56.357Z | lock 0.000000000 |
2410 | 2023-12-07T00:45:56.357Z | slp 11.998300900 |
2411 | 2023-12-07T00:45:56.357Z | lat 0.219791062 |
2412 | 2023-12-07T00:45:56.357Z | stop 0.000303639 |
2413 | 2023-12-07T00:45:56.357Z | process exited: duration 2246920 ms, exit code 0 |
|
2414 | 2023-12-07T00:45:56.453Z | found 21 output files |
2415 | 2023-12-07T00:45:56.453Z | uploading: /work/version.txt (26 bytes) |
2416 | 2023-12-07T00:45:57.562Z | uploaded: /work/version.txt |
2417 | 2023-12-07T00:45:57.562Z | uploading: /work/package.tar.gz (79648341 bytes) |
2418 | 2023-12-07T00:46:27.867Z | uploaded: /work/package.tar.gz |
2419 | 2023-12-07T00:46:27.867Z | uploading: /work/global-zone-packages.tar.gz (121126685 bytes) |
2420 | 2023-12-07T00:47:14.186Z | uploaded: /work/global-zone-packages.tar.gz |
2421 | 2023-12-07T00:47:14.186Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36471752 bytes) |
2422 | 2023-12-07T00:47:29.454Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2423 | 2023-12-07T00:47:29.455Z | uploading: /work/zones/clickhouse.tar.gz (181765130 bytes) |
2424 | 2023-12-07T00:48:55.530Z | uploaded: /work/zones/clickhouse.tar.gz |
2425 | 2023-12-07T00:48:55.530Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181769619 bytes) |
2426 | 2023-12-07T00:50:13.974Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2427 | 2023-12-07T00:50:13.974Z | uploading: /work/zones/cockroachdb.tar.gz (118845450 bytes) |
2428 | 2023-12-07T00:51:02.882Z | uploaded: /work/zones/cockroachdb.tar.gz |
2429 | 2023-12-07T00:51:02.882Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2430 | 2023-12-07T00:51:18.758Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2431 | 2023-12-07T00:51:18.758Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2432 | 2023-12-07T00:51:32.825Z | uploaded: /work/zones/crucible.tar.gz |
2433 | 2023-12-07T00:51:32.826Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2434 | 2023-12-07T00:51:43.178Z | uploaded: /work/zones/external-dns.tar.gz |
2435 | 2023-12-07T00:51:43.178Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2436 | 2023-12-07T00:51:53.159Z | uploaded: /work/zones/internal-dns.tar.gz |
2437 | 2023-12-07T00:51:53.159Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2438 | 2023-12-07T00:51:54.220Z | uploaded: /work/zones/ntp.tar.gz |
2439 | 2023-12-07T00:51:54.221Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18237534 bytes) |
2440 | 2023-12-07T00:52:02.464Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2441 | 2023-12-07T00:52:02.464Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18236659 bytes) |
2442 | 2023-12-07T00:52:10.982Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2443 | 2023-12-07T00:52:10.982Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73318701 bytes) |
2444 | 2023-12-07T00:53:04.010Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2445 | 2023-12-07T00:53:04.010Z | uploading: /work/zones/omicron-nexus.tar.gz (73319242 bytes) |
2446 | 2023-12-07T00:53:32.234Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2447 | 2023-12-07T00:53:32.234Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2448 | 2023-12-07T00:53:33.250Z | uploaded: /work/zones/overlay.tar.gz |
2449 | 2023-12-07T00:53:33.250Z | uploading: /work/zones/oximeter-collector.tar.gz (34178838 bytes) |
2450 | 2023-12-07T00:53:48.711Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2451 | 2023-12-07T00:53:48.711Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2452 | 2023-12-07T00:54:21.075Z | uploaded: /work/zones/propolis-server.tar.gz |
2453 | 2023-12-07T00:54:21.075Z | uploading: /work/zones/switch-asic.tar.gz (245910563 bytes) |
2454 | 2023-12-07T00:56:08.179Z | uploaded: /work/zones/switch-asic.tar.gz |
2455 | 2023-12-07T00:56:08.180Z | uploading: /work/zones/switch-softnpu.tar.gz (169895022 bytes) |
2456 | 2023-12-07T00:57:07.308Z | uploaded: /work/zones/switch-softnpu.tar.gz |