|
|
|
1 | 2023-12-01T19:29:19.048Z | job assigned to worker 01HGKDKY3088DE8XZADW1EKBE5 (queued for 1 m 40 s) |
|
2 | 2023-12-01T19:29:19.741Z | starting task 0: "setup" |
3 | 2023-12-01T19:29:19.802Z | ++ uname -s |
4 | 2023-12-01T19:29:19.805Z | + kern=SunOS |
5 | 2023-12-01T19:29:19.805Z | + case "$kern" in |
6 | 2023-12-01T19:29:19.805Z | + groupadd -g 12345 build |
7 | 2023-12-01T19:29:19.807Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-01T19:29:21.820Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-01T19:29:22.139Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-01T19:29:22.143Z | + home_fs=zfs |
11 | 2023-12-01T19:29:22.143Z | + [[ zfs == autofs ]] |
12 | 2023-12-01T19:29:22.143Z | + mkdir -p /home/build |
13 | 2023-12-01T19:29:22.148Z | + chown build:build /home/build /work |
14 | 2023-12-01T19:29:24.147Z | + chmod 0700 /home/build /work |
15 | 2023-12-01T19:29:24.150Z | process exited: duration 4408 ms, exit code 0 |
|
16 | 2023-12-01T19:29:24.158Z | starting task 1: "rust-toolchain" |
17 | 2023-12-01T19:29:24.167Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-01T19:29:24.169Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-01T19:29:24.335Z | info: downloading installer |
20 | 2023-12-01T19:29:26.666Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-01T19:29:26.667Z | warning: /opt/ooce/bin |
22 | 2023-12-01T19:29:26.667Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-01T19:29:26.667Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-01T19:29:26.667Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-01T19:29:26.669Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-01T19:29:26.669Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-01T19:29:26.669Z | error: cannot install while Rust is installed |
28 | 2023-12-01T19:29:26.677Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-01T19:29:26.868Z | info: profile set to 'default' |
30 | 2023-12-01T19:29:26.868Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-01T19:29:26.873Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-01T19:29:27.034Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-01T19:29:27.034Z | info: downloading component 'cargo' |
34 | 2023-12-01T19:29:27.696Z | info: downloading component 'clippy' |
35 | 2023-12-01T19:29:27.927Z | info: downloading component 'rust-docs' |
36 | 2023-12-01T19:29:28.748Z | info: downloading component 'rust-std' |
37 | 2023-12-01T19:29:30.219Z | info: downloading component 'rustc' |
38 | 2023-12-01T19:29:33.912Z | info: downloading component 'rustfmt' |
39 | 2023-12-01T19:29:34.127Z | info: installing component 'cargo' |
40 | 2023-12-01T19:29:35.901Z | info: installing component 'clippy' |
41 | 2023-12-01T19:29:36.673Z | info: installing component 'rust-docs' |
42 | 2023-12-01T19:29:39.361Z | info: installing component 'rust-std' |
43 | 2023-12-01T19:29:43.044Z | info: installing component 'rustc' |
44 | 2023-12-01T19:29:52.604Z | info: installing component 'rustfmt' |
45 | 2023-12-01T19:29:53.060Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-01T19:29:53.060Z | |
47 | 2023-12-01T19:29:53.216Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-01T19:29:53.216Z | |
49 | 2023-12-01T19:29:53.218Z | |
50 | 2023-12-01T19:29:53.218Z | Rust is installed now. Great! |
51 | 2023-12-01T19:29:53.218Z | |
52 | 2023-12-01T19:29:53.218Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-01T19:29:53.218Z | environment variable. This has not been done automatically. |
54 | 2023-12-01T19:29:53.218Z | |
55 | 2023-12-01T19:29:53.218Z | To configure your current shell, run: |
56 | 2023-12-01T19:29:53.218Z | source "$HOME/.cargo/env" |
57 | 2023-12-01T19:29:53.304Z | + rustc --version |
58 | 2023-12-01T19:29:53.414Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-01T19:29:53.419Z | process exited: duration 29260 ms, exit code 0 |
|
60 | 2023-12-01T19:29:53.425Z | starting task 2: "authentication" |
61 | 2023-12-01T19:29:53.455Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-12-01T19:29:53.460Z | starting task 3: "clone repository" |
63 | 2023-12-01T19:29:53.467Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-01T19:29:53.470Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-01T19:29:53.554Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-01T19:29:59.225Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-01T19:29:59.225Z | + [[ -n oa3-2 ]] |
68 | 2023-12-01T19:29:59.228Z | + git fetch origin oa3-2 |
69 | 2023-12-01T19:29:59.600Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-01T19:29:59.600Z | * branch oa3-2 -> FETCH_HEAD |
71 | 2023-12-01T19:29:59.611Z | + git checkout -B oa3-2 remotes/origin/oa3-2 |
72 | 2023-12-01T19:29:59.709Z | Switched to a new branch 'oa3-2' |
73 | 2023-12-01T19:29:59.712Z | branch 'oa3-2' set up to track 'origin/oa3-2'. |
74 | 2023-12-01T19:29:59.712Z | + git reset --hard 0e75e51708e254209178161a28a203e175d399c2 |
75 | 2023-12-01T19:29:59.726Z | HEAD is now at 0e75e517 Merge branch 'main' into oa3-2 |
76 | 2023-12-01T19:29:59.729Z | process exited: duration 6267 ms, exit code 0 |
|
77 | 2023-12-01T19:29:59.734Z | starting task 4: "build" |
78 | 2023-12-01T19:29:59.741Z | + cargo --version |
79 | 2023-12-01T19:29:59.750Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-01T19:29:59.968Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-01T19:29:59.971Z | info: downloading component 'cargo' |
82 | 2023-12-01T19:30:00.825Z | info: downloading component 'clippy' |
83 | 2023-12-01T19:30:01.093Z | info: downloading component 'rust-docs' |
84 | 2023-12-01T19:30:02.177Z | info: downloading component 'rust-std' |
85 | 2023-12-01T19:30:03.942Z | info: downloading component 'rustc' |
86 | 2023-12-01T19:30:08.395Z | info: downloading component 'rustfmt' |
87 | 2023-12-01T19:30:08.707Z | info: installing component 'cargo' |
88 | 2023-12-01T19:30:10.022Z | info: installing component 'clippy' |
89 | 2023-12-01T19:30:10.487Z | info: installing component 'rust-docs' |
90 | 2023-12-01T19:30:13.247Z | info: installing component 'rust-std' |
91 | 2023-12-01T19:30:15.845Z | info: installing component 'rustc' |
92 | 2023-12-01T19:30:21.976Z | info: installing component 'rustfmt' |
93 | 2023-12-01T19:30:22.514Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-01T19:30:22.516Z | + rustc --version |
95 | 2023-12-01T19:30:22.633Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-01T19:30:22.641Z | ++ git rev-parse HEAD |
97 | 2023-12-01T19:30:22.645Z | + COMMIT=0e75e51708e254209178161a28a203e175d399c2 |
98 | 2023-12-01T19:30:22.648Z | + VERSION=1.0.4-0.ci+git0e75e51708e |
99 | 2023-12-01T19:30:22.648Z | + echo 1.0.4-0.ci+git0e75e51708e |
100 | 2023-12-01T19:30:22.649Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-01T19:30:35.367Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-01T19:30:36.513Z | Startup: Caching catalogs ... Done |
103 | 2023-12-01T19:30:42.522Z | Planning: Solver setup ... Done (5.689s) |
104 | 2023-12-01T19:30:42.658Z | Planning: Running solver ... Done (0.136s) |
105 | 2023-12-01T19:30:42.721Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-12-01T19:30:42.754Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-12-01T19:30:42.955Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-12-01T19:30:43.033Z | Planning: Package planning ... Done (0.078s) |
109 | 2023-12-01T19:30:43.117Z | Planning: Merging actions ... Done (0.084s) |
110 | 2023-12-01T19:30:44.727Z | Planning: Checking for conflicting actions ... Done (1.609s) |
111 | 2023-12-01T19:30:44.746Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-12-01T19:30:55.347Z | Planning: Evaluating mediators ... Done (10.602s) |
113 | 2023-12-01T19:30:55.362Z | Planning: Planning completed in 18.79 seconds |
114 | 2023-12-01T19:30:58.607Z | Packages to install: 4 |
115 | 2023-12-01T19:30:58.607Z | Mediators to change: 2 |
116 | 2023-12-01T19:30:58.607Z | Services to change: 1 |
117 | 2023-12-01T19:30:58.610Z | Estimated space available: 148.88 GB |
118 | 2023-12-01T19:30:58.610Z | Estimated space to be consumed: 1.38 GB |
119 | 2023-12-01T19:30:58.610Z | Create boot environment: No |
120 | 2023-12-01T19:30:58.610Z | Create backup boot environment: No |
121 | 2023-12-01T19:30:58.610Z | Rebuild boot archive: No |
122 | 2023-12-01T19:30:58.610Z | |
123 | 2023-12-01T19:30:58.610Z | Changed mediators: |
124 | 2023-12-01T19:30:58.617Z | mediator clang: |
125 | 2023-12-01T19:30:58.617Z | version: None -> 15 (system default) |
126 | 2023-12-01T19:30:58.617Z | |
127 | 2023-12-01T19:30:58.617Z | mediator llvm: |
128 | 2023-12-01T19:30:58.617Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-12-01T19:30:58.617Z | |
130 | 2023-12-01T19:30:58.617Z | Changed packages: |
131 | 2023-12-01T19:30:58.617Z | helios-dev |
132 | 2023-12-01T19:30:58.617Z | developer/build-essential |
133 | 2023-12-01T19:30:58.617Z | None -> 11-2.0 |
134 | 2023-12-01T19:30:58.617Z | library/libxmlsec1 |
135 | 2023-12-01T19:30:58.617Z | None -> 1.2.35-2.0 |
136 | 2023-12-01T19:30:58.617Z | ooce/developer/clang-15 |
137 | 2023-12-01T19:30:58.617Z | None -> 15.0.7-2.0 |
138 | 2023-12-01T19:30:58.617Z | ooce/developer/llvm-15 |
139 | 2023-12-01T19:30:58.617Z | None -> 15.0.7-2.0 |
140 | 2023-12-01T19:30:58.617Z | |
141 | 2023-12-01T19:30:58.617Z | Services: |
142 | 2023-12-01T19:30:58.617Z | restart_fmri: |
143 | 2023-12-01T19:30:58.617Z | svc:/system/update-man-index:default |
144 | 2023-12-01T19:30:58.915Z | |
145 | 2023-12-01T19:30:58.915Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-12-01T19:31:03.928Z | Download: 890/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
147 | 2023-12-01T19:31:08.929Z | Download: 1236/3290 items 89.3/212.6MB 42% complete (9.0M/s) |
148 | 2023-12-01T19:31:16.915Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
149 | 2023-12-01T19:31:23.317Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
150 | 2023-12-01T19:31:25.089Z | Download: Completed 212.60 MB in 26.17 seconds (8.1M/s) |
151 | 2023-12-01T19:31:25.343Z | Actions: 1/3687 actions (Installing new actions) |
152 | 2023-12-01T19:31:30.349Z | Actions: 2433/3687 actions (Installing new actions) |
153 | 2023-12-01T19:31:33.412Z | Actions: Completed 3687 actions in 8.07 seconds. |
154 | 2023-12-01T19:31:33.613Z | Done (0.194s) |
155 | 2023-12-01T19:31:33.613Z | Done (0.000s) |
156 | 2023-12-01T19:31:33.862Z | Done (0.249s) |
157 | 2023-12-01T19:31:41.764Z | Done (7.782s) |
158 | 2023-12-01T19:31:42.082Z | Done (0.224s) |
159 | 2023-12-01T19:31:42.085Z | Done (0.000s) |
160 | 2023-12-01T19:31:42.316Z | Done (0.000s) |
161 | 2023-12-01T19:31:42.995Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-12-01T19:31:43.276Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-12-01T19:31:43.279Z | Planning: Consolidating action changes ... Done |
164 | 2023-12-01T19:31:43.701Z | Planning: Evaluating mediators ... Done |
165 | 2023-12-01T19:31:43.704Z | Planning: Planning completed in 0.71 seconds |
166 | 2023-12-01T19:31:43.755Z | Mediators to change: 2 |
167 | 2023-12-01T19:31:43.755Z | Create boot environment: No |
168 | 2023-12-01T19:31:43.758Z | Create backup boot environment: No |
169 | 2023-12-01T19:31:43.857Z | Done |
170 | 2023-12-01T19:31:43.857Z | Done |
171 | 2023-12-01T19:31:44.015Z | Done |
172 | 2023-12-01T19:31:49.679Z | Done |
173 | 2023-12-01T19:31:49.797Z | Done |
174 | 2023-12-01T19:31:49.800Z | Done |
175 | 2023-12-01T19:31:49.895Z | Done |
176 | 2023-12-01T19:31:50.885Z | Planning: Evaluating mediator changes ... Done |
177 | 2023-12-01T19:31:50.901Z | Planning: Merging actions ... Done |
178 | 2023-12-01T19:31:51.205Z | Planning: Checking for conflicting actions ... Done |
179 | 2023-12-01T19:31:51.208Z | Planning: Consolidating action changes ... Done |
180 | 2023-12-01T19:31:51.627Z | Planning: Evaluating mediators ... Done |
181 | 2023-12-01T19:31:51.714Z | Planning: Planning completed in 1.26 seconds |
182 | 2023-12-01T19:31:51.770Z | Packages to change: 1 |
183 | 2023-12-01T19:31:51.770Z | Mediators to change: 1 |
184 | 2023-12-01T19:31:51.773Z | Services to change: 1 |
185 | 2023-12-01T19:31:51.773Z | Create boot environment: No |
186 | 2023-12-01T19:31:51.773Z | Create backup boot environment: Yes |
187 | 2023-12-01T19:31:53.913Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2023-12-01T19:31:53.916Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2023-12-01T19:31:53.917Z | Done |
190 | 2023-12-01T19:31:53.917Z | Done |
191 | 2023-12-01T19:31:53.947Z | Done |
192 | 2023-12-01T19:31:59.660Z | Done |
193 | 2023-12-01T19:31:59.741Z | Done |
194 | 2023-12-01T19:31:59.747Z | Done |
195 | 2023-12-01T19:31:59.830Z | Done |
196 | 2023-12-01T19:32:00.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2023-12-01T19:32:00.504Z | clang system 15 system |
198 | 2023-12-01T19:32:00.504Z | csh system system illumos |
199 | 2023-12-01T19:32:00.504Z | ctags system system illumos |
200 | 2023-12-01T19:32:00.504Z | gcc vendor 12 vendor |
201 | 2023-12-01T19:32:00.504Z | gcc system 10 system |
202 | 2023-12-01T19:32:00.504Z | gcc system 7 system |
203 | 2023-12-01T19:32:00.504Z | go system 1.20 system |
204 | 2023-12-01T19:32:00.504Z | go system 1.19 system |
205 | 2023-12-01T19:32:00.504Z | llvm system 15 system |
206 | 2023-12-01T19:32:00.504Z | llvm system 14 system |
207 | 2023-12-01T19:32:00.504Z | mariadb system 10.6 system |
208 | 2023-12-01T19:32:00.504Z | mta vendor vendor dma |
209 | 2023-12-01T19:32:00.504Z | openjdk system 17 system |
210 | 2023-12-01T19:32:00.504Z | openjdk system 11 system |
211 | 2023-12-01T19:32:00.504Z | openjdk system 1.8 system |
212 | 2023-12-01T19:32:00.504Z | openssl vendor 3 vendor |
213 | 2023-12-01T19:32:00.504Z | perl system 5.36 system |
214 | 2023-12-01T19:32:00.504Z | postgresql system 15 system |
215 | 2023-12-01T19:32:00.504Z | postgresql system 13 system |
216 | 2023-12-01T19:32:00.504Z | python vendor 3 vendor |
217 | 2023-12-01T19:32:00.504Z | python system 2 system |
218 | 2023-12-01T19:32:00.504Z | python3 system 3.11 system |
219 | 2023-12-01T19:32:00.504Z | ruby system 3.0 system |
220 | 2023-12-01T19:32:00.504Z | words vendor vendor american-english |
221 | 2023-12-01T19:32:00.504Z | words system system australian-english |
222 | 2023-12-01T19:32:00.504Z | words system system british-english |
223 | 2023-12-01T19:32:00.505Z | words system system canadian-english |
224 | 2023-12-01T19:32:00.505Z | words system system french |
225 | 2023-12-01T19:32:00.505Z | words system system italian |
226 | 2023-12-01T19:32:00.505Z | words system system ngerman |
227 | 2023-12-01T19:32:00.505Z | words system system ogerman |
228 | 2023-12-01T19:32:00.505Z | words system system spanish |
229 | 2023-12-01T19:32:01.027Z | FMRI IFO |
230 | 2023-12-01T19:32:01.027Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2023-12-01T19:32:01.027Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2023-12-01T19:32:01.027Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2023-12-01T19:32:01.027Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
234 | 2023-12-01T19:32:01.027Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2023-12-01T19:32:01.027Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
236 | 2023-12-01T19:32:01.121Z | + set -o errexit |
237 | 2023-12-01T19:32:01.125Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2023-12-01T19:32:01.125Z | ++ cd ./tools |
239 | 2023-12-01T19:32:01.125Z | ++ pwd |
240 | 2023-12-01T19:32:01.125Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2023-12-01T19:32:01.125Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2023-12-01T19:32:01.125Z | + ARG0=ci_download_cockroachdb |
243 | 2023-12-01T19:32:01.125Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2023-12-01T19:32:01.125Z | + CIDL_VERSION=v22.1.9 |
245 | 2023-12-01T19:32:01.125Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2023-12-01T19:32:01.125Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2023-12-01T19:32:01.125Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2023-12-01T19:32:01.125Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-12-01T19:32:01.125Z | + TARGET_DIR=out |
250 | 2023-12-01T19:32:01.126Z | + DOWNLOAD_DIR=out/downloads |
251 | 2023-12-01T19:32:01.126Z | + DEST_DIR=./out/cockroachdb |
252 | 2023-12-01T19:32:01.126Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2023-12-01T19:32:01.126Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2023-12-01T19:32:01.126Z | + main |
255 | 2023-12-01T19:32:01.126Z | + [[ 0 != 0 ]] |
256 | 2023-12-01T19:32:01.126Z | + CIDL_OS=solaris2.11 |
257 | 2023-12-01T19:32:01.126Z | + [[ 0 != 0 ]] |
258 | 2023-12-01T19:32:01.126Z | + configure_os solaris2.11 |
259 | 2023-12-01T19:32:01.126Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2023-12-01T19:32:01.126Z | current directory: /work/oxidecomputer/omicron |
261 | 2023-12-01T19:32:01.126Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2023-12-01T19:32:01.126Z | + case "$1" in |
263 | 2023-12-01T19:32:01.126Z | configuring based on OS: "solaris2.11" |
264 | 2023-12-01T19:32:01.126Z | + CIDL_BUILD=illumos |
265 | 2023-12-01T19:32:01.126Z | + CIDL_SUFFIX=tar.gz |
266 | 2023-12-01T19:32:01.126Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-12-01T19:32:01.126Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2023-12-01T19:32:01.126Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2023-12-01T19:32:01.126Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2023-12-01T19:32:01.126Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2023-12-01T19:32:01.126Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-12-01T19:32:01.126Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-12-01T19:32:01.126Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2023-12-01T19:32:01.126Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-12-01T19:32:01.126Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-12-01T19:32:01.126Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-12-01T19:32:01.126Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-01T19:32:01.126Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-12-01T19:32:01.126Z | + mkdir -p out/downloads |
280 | 2023-12-01T19:32:01.126Z | + mkdir -p ./out/cockroachdb |
281 | 2023-12-01T19:32:01.126Z | + local DO_DOWNLOAD=true |
282 | 2023-12-01T19:32:01.126Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2023-12-01T19:32:01.126Z | + '[' true == true ']' |
284 | 2023-12-01T19:32:01.126Z | + echo Downloading... |
285 | 2023-12-01T19:32:01.126Z | Downloading... |
286 | 2023-12-01T19:32:01.126Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-01T19:32:01.126Z | + 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 |
288 | 2023-12-01T19:32:04.287Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-01T19:32:04.290Z | ++ md5sum |
290 | 2023-12-01T19:32:04.290Z | ++ awk '{print $1}' |
291 | 2023-12-01T19:32:04.470Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2023-12-01T19:32:04.470Z | + [[ 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 ]] |
293 | 2023-12-01T19:32:04.470Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-01T19:32:04.474Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2023-12-01T19:32:07.794Z | + do_assemble_illumos |
296 | 2023-12-01T19:32:07.794Z | + rm -r ./out/cockroachdb |
297 | 2023-12-01T19:32:07.797Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2023-12-01T19:32:08.452Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2023-12-01T19:32:08.794Z | Build Tag: v22.1.9-dirty |
300 | 2023-12-01T19:32:08.795Z | Build Time: 2022/10/26 21:17:46 |
301 | 2023-12-01T19:32:08.795Z | Distribution: OSS |
302 | 2023-12-01T19:32:08.795Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2023-12-01T19:32:08.795Z | Go Version: go1.17.13 |
304 | 2023-12-01T19:32:08.795Z | C Compiler: gcc 10.3.0 |
305 | 2023-12-01T19:32:08.795Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2023-12-01T19:32:08.795Z | Build Type: release |
307 | 2023-12-01T19:32:08.822Z | + set -o errexit |
308 | 2023-12-01T19:32:08.825Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2023-12-01T19:32:08.828Z | ++ cd ./tools |
310 | 2023-12-01T19:32:08.828Z | ++ pwd |
311 | 2023-12-01T19:32:08.828Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2023-12-01T19:32:08.831Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2023-12-01T19:32:08.831Z | + ARG0=ci_download_clickhouse |
314 | 2023-12-01T19:32:08.831Z | + TARGET_DIR=out |
315 | 2023-12-01T19:32:08.831Z | + DOWNLOAD_DIR=out/downloads |
316 | 2023-12-01T19:32:08.832Z | + DEST_DIR=./out/clickhouse |
317 | 2023-12-01T19:32:08.832Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2023-12-01T19:32:08.832Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2023-12-01T19:32:08.832Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2023-12-01T19:32:08.832Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2023-12-01T19:32:08.832Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-12-01T19:32:08.832Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2023-12-01T19:32:08.835Z | + main |
324 | 2023-12-01T19:32:08.835Z | + [[ 0 != 0 ]] |
325 | 2023-12-01T19:32:08.835Z | + CIDL_OS=solaris2.11 |
326 | 2023-12-01T19:32:08.835Z | + [[ 0 != 0 ]] |
327 | 2023-12-01T19:32:08.835Z | + configure_os solaris2.11 |
328 | 2023-12-01T19:32:08.835Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2023-12-01T19:32:08.835Z | current directory: /work/oxidecomputer/omicron |
330 | 2023-12-01T19:32:08.835Z | configuring based on OS: "solaris2.11" |
331 | 2023-12-01T19:32:08.835Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-12-01T19:32:08.835Z | + CIDL_DASHREV= |
333 | 2023-12-01T19:32:08.835Z | + case "$1" in |
334 | 2023-12-01T19:32:08.835Z | + CIDL_PLATFORM=illumos |
335 | 2023-12-01T19:32:08.835Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2023-12-01T19:32:08.835Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2023-12-01T19:32:08.835Z | + CIDL_DASHREV=-1 |
338 | 2023-12-01T19:32:08.835Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2023-12-01T19:32:08.835Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-12-01T19:32:08.835Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-12-01T19:32:08.835Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-12-01T19:32:08.835Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-12-01T19:32:08.836Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-12-01T19:32:08.836Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-12-01T19:32:08.836Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-01T19:32:08.839Z | + mkdir -p out/downloads |
347 | 2023-12-01T19:32:08.839Z | + mkdir -p ./out/clickhouse |
348 | 2023-12-01T19:32:08.842Z | + local DO_DOWNLOAD=true |
349 | 2023-12-01T19:32:08.842Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2023-12-01T19:32:08.842Z | + '[' true == true ']' |
351 | 2023-12-01T19:32:08.842Z | + echo Downloading... |
352 | 2023-12-01T19:32:08.842Z | Downloading... |
353 | 2023-12-01T19:32:08.842Z | + 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 |
354 | 2023-12-01T19:32:08.842Z | + 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 |
355 | 2023-12-01T19:32:10.964Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-12-01T19:32:10.967Z | ++ md5sum |
357 | 2023-12-01T19:32:10.967Z | ++ awk '{print $1}' |
358 | 2023-12-01T19:32:11.228Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-12-01T19:32:11.229Z | + [[ 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 ]] |
360 | 2023-12-01T19:32:11.229Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2023-12-01T19:32:11.242Z | + mkdir -p ./out/clickhouse |
362 | 2023-12-01T19:32:11.242Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2023-12-01T19:32:15.975Z | + ./out/clickhouse/clickhouse server --version |
364 | 2023-12-01T19:32:16.029Z | ClickHouse server version 22.8.9.1. |
365 | 2023-12-01T19:32:16.055Z | + set -o errexit |
366 | 2023-12-01T19:32:16.068Z | +++ dirname ./tools/ci_download_console |
367 | 2023-12-01T19:32:16.068Z | ++ cd ./tools |
368 | 2023-12-01T19:32:16.068Z | ++ pwd |
369 | 2023-12-01T19:32:16.068Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2023-12-01T19:32:16.068Z | ++ basename ./tools/ci_download_console |
371 | 2023-12-01T19:32:16.068Z | + ARG0=ci_download_console |
372 | 2023-12-01T19:32:16.068Z | + TARGET_DIR=out |
373 | 2023-12-01T19:32:16.068Z | + DOWNLOAD_DIR=out/downloads |
374 | 2023-12-01T19:32:16.069Z | + DEST_DIR=./out/console-assets |
375 | 2023-12-01T19:32:16.069Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2023-12-01T19:32:16.069Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
377 | 2023-12-01T19:32:16.069Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
378 | 2023-12-01T19:32:16.070Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-12-01T19:32:16.070Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2023-12-01T19:32:16.070Z | + main |
381 | 2023-12-01T19:32:16.070Z | + [[ 0 != 0 ]] |
382 | 2023-12-01T19:32:16.070Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
383 | 2023-12-01T19:32:16.070Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
384 | 2023-12-01T19:32:16.070Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2023-12-01T19:32:16.070Z | Local file: out/downloads/console.tar.gz |
386 | 2023-12-01T19:32:16.070Z | + local DO_DOWNLOAD=true |
387 | 2023-12-01T19:32:16.070Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2023-12-01T19:32:16.070Z | + mkdir -p out/downloads |
389 | 2023-12-01T19:32:16.080Z | + '[' true == true ']' |
390 | 2023-12-01T19:32:16.080Z | + echo Downloading... |
391 | 2023-12-01T19:32:16.080Z | Downloading... |
392 | 2023-12-01T19:32:16.080Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
393 | 2023-12-01T19:32:16.080Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
394 | 2023-12-01T19:32:17.005Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2023-12-01T19:32:17.018Z | ++ case "$OSTYPE" in |
396 | 2023-12-01T19:32:17.018Z | ++ SHA=sha256sum |
397 | 2023-12-01T19:32:17.018Z | ++ sha256sum |
398 | 2023-12-01T19:32:17.018Z | ++ awk '{print $1}' |
399 | 2023-12-01T19:32:17.031Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
400 | 2023-12-01T19:32:17.031Z | + [[ 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 ]] |
401 | 2023-12-01T19:32:17.031Z | + rm -rf ./out/console-assets |
402 | 2023-12-01T19:32:17.037Z | + mkdir -p ./out/console-assets |
403 | 2023-12-01T19:32:17.037Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2023-12-01T19:32:17.037Z | + mkdir -p ./out/console-assets |
405 | 2023-12-01T19:32:17.037Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2023-12-01T19:32:17.172Z | + set -o errexit |
407 | 2023-12-01T19:32:17.175Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2023-12-01T19:32:17.175Z | ++ cd ./tools |
409 | 2023-12-01T19:32:17.175Z | ++ pwd |
410 | 2023-12-01T19:32:17.178Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2023-12-01T19:32:17.178Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2023-12-01T19:32:17.178Z | + ARG0=ci_download_maghemite_openapi |
413 | 2023-12-01T19:32:17.178Z | + TARGET_DIR=out |
414 | 2023-12-01T19:32:17.179Z | + DOWNLOAD_DIR=out/downloads |
415 | 2023-12-01T19:32:17.182Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2023-12-01T19:32:17.182Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
417 | 2023-12-01T19:32:17.182Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2023-12-01T19:32:17.182Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
419 | 2023-12-01T19:32:17.182Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
420 | 2023-12-01T19:32:17.182Z | + main |
421 | 2023-12-01T19:32:17.182Z | + [[ 0 != 0 ]] |
422 | 2023-12-01T19:32:17.182Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
423 | 2023-12-01T19:32:17.182Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
424 | 2023-12-01T19:32:17.182Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
425 | 2023-12-01T19:32:17.182Z | + local DO_DOWNLOAD=true |
426 | 2023-12-01T19:32:17.182Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
427 | 2023-12-01T19:32:17.182Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
428 | 2023-12-01T19:32:17.182Z | + mkdir -p out/downloads |
429 | 2023-12-01T19:32:17.182Z | + '[' true == true ']' |
430 | 2023-12-01T19:32:17.182Z | + echo Downloading... |
431 | 2023-12-01T19:32:17.182Z | Downloading... |
432 | 2023-12-01T19:32:17.182Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
433 | 2023-12-01T19:32:17.182Z | + 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 |
434 | 2023-12-01T19:32:17.319Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
435 | 2023-12-01T19:32:17.319Z | ++ case "$OSTYPE" in |
436 | 2023-12-01T19:32:17.319Z | ++ SHA=sha256sum |
437 | 2023-12-01T19:32:17.322Z | ++ sha256sum |
438 | 2023-12-01T19:32:17.325Z | ++ awk '{print $1}' |
439 | 2023-12-01T19:32:17.328Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-12-01T19:32:17.328Z | + [[ 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 ]] |
441 | 2023-12-01T19:32:17.328Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2023-12-01T19:32:17.328Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
443 | 2023-12-01T19:32:17.328Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
444 | 2023-12-01T19:32:17.328Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
445 | 2023-12-01T19:32:17.328Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
446 | 2023-12-01T19:32:17.328Z | + main |
447 | 2023-12-01T19:32:17.328Z | + [[ 0 != 0 ]] |
448 | 2023-12-01T19:32:17.328Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
449 | 2023-12-01T19:32:17.328Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
450 | 2023-12-01T19:32:17.328Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
451 | 2023-12-01T19:32:17.328Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
452 | 2023-12-01T19:32:17.328Z | + local DO_DOWNLOAD=true |
453 | 2023-12-01T19:32:17.328Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
454 | 2023-12-01T19:32:17.328Z | + mkdir -p out/downloads |
455 | 2023-12-01T19:32:17.328Z | + '[' true == true ']' |
456 | 2023-12-01T19:32:17.328Z | + echo Downloading... |
457 | 2023-12-01T19:32:17.328Z | Downloading... |
458 | 2023-12-01T19:32:17.329Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
459 | 2023-12-01T19:32:17.329Z | + 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 |
460 | 2023-12-01T19:32:17.461Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
461 | 2023-12-01T19:32:17.463Z | ++ case "$OSTYPE" in |
462 | 2023-12-01T19:32:17.463Z | ++ SHA=sha256sum |
463 | 2023-12-01T19:32:17.463Z | ++ sha256sum |
464 | 2023-12-01T19:32:17.463Z | ++ awk '{print $1}' |
465 | 2023-12-01T19:32:17.467Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
466 | 2023-12-01T19:32:17.467Z | + [[ 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 ]] |
467 | 2023-12-01T19:32:17.477Z | + set -o errexit |
468 | 2023-12-01T19:32:17.479Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2023-12-01T19:32:17.482Z | ++ cd ./tools |
470 | 2023-12-01T19:32:17.482Z | ++ pwd |
471 | 2023-12-01T19:32:17.482Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-12-01T19:32:17.485Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2023-12-01T19:32:17.485Z | + ARG0=ci_download_dendrite_openapi |
474 | 2023-12-01T19:32:17.485Z | + TARGET_DIR=out |
475 | 2023-12-01T19:32:17.485Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-12-01T19:32:17.485Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-12-01T19:32:17.485Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
478 | 2023-12-01T19:32:17.485Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
479 | 2023-12-01T19:32:17.485Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
480 | 2023-12-01T19:32:17.486Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
481 | 2023-12-01T19:32:17.488Z | + main |
482 | 2023-12-01T19:32:17.489Z | + [[ 0 != 0 ]] |
483 | 2023-12-01T19:32:17.489Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
484 | 2023-12-01T19:32:17.489Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
485 | 2023-12-01T19:32:17.489Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
486 | 2023-12-01T19:32:17.489Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
487 | 2023-12-01T19:32:17.489Z | + local DO_DOWNLOAD=true |
488 | 2023-12-01T19:32:17.489Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
489 | 2023-12-01T19:32:17.489Z | + mkdir -p out/downloads |
490 | 2023-12-01T19:32:17.489Z | + '[' true == true ']' |
491 | 2023-12-01T19:32:17.489Z | + echo Downloading... |
492 | 2023-12-01T19:32:17.489Z | Downloading... |
493 | 2023-12-01T19:32:17.489Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
494 | 2023-12-01T19:32:17.489Z | + 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 |
495 | 2023-12-01T19:32:17.670Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
496 | 2023-12-01T19:32:17.670Z | ++ case "$OSTYPE" in |
497 | 2023-12-01T19:32:17.673Z | ++ SHA=sha256sum |
498 | 2023-12-01T19:32:17.673Z | ++ sha256sum |
499 | 2023-12-01T19:32:17.673Z | ++ awk '{print $1}' |
500 | 2023-12-01T19:32:17.677Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2023-12-01T19:32:17.677Z | + [[ 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 ]] |
502 | 2023-12-01T19:32:17.686Z | + set -o errexit |
503 | 2023-12-01T19:32:17.689Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2023-12-01T19:32:17.691Z | ++ cd ./tools |
505 | 2023-12-01T19:32:17.692Z | ++ pwd |
506 | 2023-12-01T19:32:17.692Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2023-12-01T19:32:17.694Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2023-12-01T19:32:17.694Z | + ARG0=ci_download_dendrite_stub |
509 | 2023-12-01T19:32:17.694Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2023-12-01T19:32:17.694Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
511 | 2023-12-01T19:32:17.694Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
512 | 2023-12-01T19:32:17.694Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
513 | 2023-12-01T19:32:17.694Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-12-01T19:32:17.694Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
515 | 2023-12-01T19:32:17.694Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-12-01T19:32:17.694Z | + TARGET_DIR=out |
517 | 2023-12-01T19:32:17.694Z | + DOWNLOAD_DIR=out/downloads |
518 | 2023-12-01T19:32:17.694Z | + DEST_DIR=./out/dendrite-stub |
519 | 2023-12-01T19:32:17.697Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2023-12-01T19:32:17.697Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2023-12-01T19:32:17.697Z | + REPO=oxidecomputer/dendrite |
522 | 2023-12-01T19:32:17.697Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
523 | 2023-12-01T19:32:17.697Z | + main |
524 | 2023-12-01T19:32:17.697Z | + [[ 0 != 0 ]] |
525 | 2023-12-01T19:32:17.697Z | + CIDL_OS=solaris2.11 |
526 | 2023-12-01T19:32:17.698Z | + [[ 0 != 0 ]] |
527 | 2023-12-01T19:32:17.698Z | + configure_os solaris2.11 |
528 | 2023-12-01T19:32:17.698Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2023-12-01T19:32:17.698Z | current directory: /work/oxidecomputer/omicron |
530 | 2023-12-01T19:32:17.698Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2023-12-01T19:32:17.699Z | configuring based on OS: "solaris2.11" |
532 | 2023-12-01T19:32:17.699Z | + case "$1" in |
533 | 2023-12-01T19:32:17.699Z | + SET_BINARIES= |
534 | 2023-12-01T19:32:17.699Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
535 | 2023-12-01T19:32:17.699Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2023-12-01T19:32:17.699Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2023-12-01T19:32:17.699Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
538 | 2023-12-01T19:32:17.699Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2023-12-01T19:32:17.699Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
540 | 2023-12-01T19:32:17.699Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
541 | 2023-12-01T19:32:17.699Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2023-12-01T19:32:17.699Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-12-01T19:32:17.699Z | + mkdir -p out/downloads |
544 | 2023-12-01T19:32:17.702Z | + mkdir -p ./out/dendrite-stub |
545 | 2023-12-01T19:32:17.702Z | + fetch_and_verify |
546 | 2023-12-01T19:32:17.702Z | + local DO_DOWNLOAD=true |
547 | 2023-12-01T19:32:17.702Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2023-12-01T19:32:17.702Z | + '[' true == true ']' |
549 | 2023-12-01T19:32:17.702Z | + echo Downloading... |
550 | 2023-12-01T19:32:17.702Z | Downloading... |
551 | 2023-12-01T19:32:17.704Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2023-12-01T19:32:17.704Z | + 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 |
553 | 2023-12-01T19:32:23.792Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2023-12-01T19:32:23.809Z | ++ sha256sum |
555 | 2023-12-01T19:32:23.809Z | ++ awk '{print $1}' |
556 | 2023-12-01T19:32:23.896Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
557 | 2023-12-01T19:32:23.896Z | + [[ 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 ]] |
558 | 2023-12-01T19:32:23.955Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-01T19:32:23.955Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2023-12-01T19:32:24.864Z | + do_assemble |
561 | 2023-12-01T19:32:24.864Z | + rm -r ./out/dendrite-stub |
562 | 2023-12-01T19:32:24.867Z | + mkdir ./out/dendrite-stub |
563 | 2023-12-01T19:32:24.869Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2023-12-01T19:32:25.005Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2023-12-01T19:32:25.017Z | + set -o errexit |
566 | 2023-12-01T19:32:25.020Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2023-12-01T19:32:25.023Z | ++ cd ./tools |
568 | 2023-12-01T19:32:25.023Z | ++ pwd |
569 | 2023-12-01T19:32:25.023Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2023-12-01T19:32:25.026Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2023-12-01T19:32:25.026Z | + ARG0=ci_download_maghemite_mgd |
572 | 2023-12-01T19:32:25.026Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2023-12-01T19:32:25.026Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
574 | 2023-12-01T19:32:25.026Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
575 | 2023-12-01T19:32:25.026Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2023-12-01T19:32:25.026Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
577 | 2023-12-01T19:32:25.026Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
578 | 2023-12-01T19:32:25.026Z | + TARGET_DIR=out |
579 | 2023-12-01T19:32:25.026Z | + DOWNLOAD_DIR=out/downloads |
580 | 2023-12-01T19:32:25.026Z | + DEST_DIR=./out/mgd |
581 | 2023-12-01T19:32:25.026Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2023-12-01T19:32:25.026Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2023-12-01T19:32:25.026Z | + REPO=oxidecomputer/maghemite |
584 | 2023-12-01T19:32:25.026Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
585 | 2023-12-01T19:32:25.029Z | + main |
586 | 2023-12-01T19:32:25.029Z | + [[ 0 != 0 ]] |
587 | 2023-12-01T19:32:25.029Z | + CIDL_OS=solaris2.11 |
588 | 2023-12-01T19:32:25.029Z | + [[ 0 != 0 ]] |
589 | 2023-12-01T19:32:25.029Z | + configure_os solaris2.11 |
590 | 2023-12-01T19:32:25.029Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2023-12-01T19:32:25.029Z | current directory: /work/oxidecomputer/omicron |
592 | 2023-12-01T19:32:25.029Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-12-01T19:32:25.029Z | + case "$1" in |
594 | 2023-12-01T19:32:25.029Z | + SET_BINARIES= |
595 | 2023-12-01T19:32:25.029Z | configuring based on OS: "solaris2.11" |
596 | 2023-12-01T19:32:25.029Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2023-12-01T19:32:25.029Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2023-12-01T19:32:25.029Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
599 | 2023-12-01T19:32:25.029Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2023-12-01T19:32:25.029Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
601 | 2023-12-01T19:32:25.030Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
602 | 2023-12-01T19:32:25.030Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2023-12-01T19:32:25.030Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-12-01T19:32:25.030Z | + mkdir -p out/downloads |
605 | 2023-12-01T19:32:25.030Z | + mkdir -p ./out/mgd |
606 | 2023-12-01T19:32:25.032Z | + fetch_and_verify |
607 | 2023-12-01T19:32:25.032Z | + local DO_DOWNLOAD=true |
608 | 2023-12-01T19:32:25.032Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2023-12-01T19:32:25.032Z | + '[' true == true ']' |
610 | 2023-12-01T19:32:25.032Z | + echo Downloading... |
611 | 2023-12-01T19:32:25.032Z | Downloading... |
612 | 2023-12-01T19:32:25.032Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2023-12-01T19:32:25.032Z | + 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 |
614 | 2023-12-01T19:32:31.680Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2023-12-01T19:32:31.683Z | ++ sha256sum |
616 | 2023-12-01T19:32:31.683Z | ++ awk '{print $1}' |
617 | 2023-12-01T19:32:31.757Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
618 | 2023-12-01T19:32:31.757Z | + [[ 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 ]] |
619 | 2023-12-01T19:32:31.760Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2023-12-01T19:32:31.760Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2023-12-01T19:32:32.410Z | + do_assemble |
622 | 2023-12-01T19:32:32.411Z | + rm -r ./out/mgd |
623 | 2023-12-01T19:32:32.415Z | + mkdir ./out/mgd |
624 | 2023-12-01T19:32:32.415Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2023-12-01T19:32:32.621Z | + set -o errexit |
626 | 2023-12-01T19:32:32.623Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2023-12-01T19:32:32.631Z | ++ cd ./tools |
628 | 2023-12-01T19:32:32.631Z | ++ pwd |
629 | 2023-12-01T19:32:32.631Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2023-12-01T19:32:32.636Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2023-12-01T19:32:32.638Z | + ARG0=ci_download_transceiver_control |
632 | 2023-12-01T19:32:32.639Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2023-12-01T19:32:32.639Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2023-12-01T19:32:32.639Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-12-01T19:32:32.639Z | + TARGET_DIR=out |
636 | 2023-12-01T19:32:32.639Z | + DOWNLOAD_DIR=out/downloads |
637 | 2023-12-01T19:32:32.639Z | + DEST_DIR=./out/transceiver-control |
638 | 2023-12-01T19:32:32.639Z | + BIN_DIR=/opt/oxide/bin |
639 | 2023-12-01T19:32:32.639Z | + BINARY=xcvradm |
640 | 2023-12-01T19:32:32.639Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2023-12-01T19:32:32.639Z | + REPO=oxidecomputer/transceiver-control |
642 | 2023-12-01T19:32:32.639Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2023-12-01T19:32:32.639Z | + main |
644 | 2023-12-01T19:32:32.639Z | + [[ 0 != 0 ]] |
645 | 2023-12-01T19:32:32.639Z | + CIDL_OS=solaris2.11 |
646 | 2023-12-01T19:32:32.639Z | + [[ 0 != 0 ]] |
647 | 2023-12-01T19:32:32.639Z | + configure_os solaris2.11 |
648 | 2023-12-01T19:32:32.639Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2023-12-01T19:32:32.639Z | current directory: /work/oxidecomputer/omicron |
650 | 2023-12-01T19:32:32.639Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2023-12-01T19:32:32.639Z | configuring based on OS: "solaris2.11" |
652 | 2023-12-01T19:32:32.639Z | + case "$1" in |
653 | 2023-12-01T19:32:32.639Z | + SET_BINARIES= |
654 | 2023-12-01T19:32:32.639Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-12-01T19:32:32.639Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2023-12-01T19:32:32.639Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2023-12-01T19:32:32.687Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-12-01T19:32:32.687Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2023-12-01T19:32:32.687Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2023-12-01T19:32:32.687Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2023-12-01T19:32:32.687Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-12-01T19:32:32.687Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-12-01T19:32:32.687Z | + mkdir -p out/downloads |
664 | 2023-12-01T19:32:32.687Z | + mkdir -p ./out/transceiver-control |
665 | 2023-12-01T19:32:32.687Z | + fetch_and_verify |
666 | 2023-12-01T19:32:32.687Z | + local DO_DOWNLOAD=true |
667 | 2023-12-01T19:32:32.687Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2023-12-01T19:32:32.687Z | + '[' true == true ']' |
669 | 2023-12-01T19:32:32.687Z | + echo Downloading... |
670 | 2023-12-01T19:32:32.687Z | Downloading... |
671 | 2023-12-01T19:32:32.687Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2023-12-01T19:32:32.687Z | + 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 |
673 | 2023-12-01T19:32:35.110Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2023-12-01T19:32:35.113Z | ++ sha256sum |
675 | 2023-12-01T19:32:35.113Z | ++ awk '{print $1}' |
676 | 2023-12-01T19:32:35.137Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-12-01T19:32:35.137Z | + [[ 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 ]] |
678 | 2023-12-01T19:32:35.140Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2023-12-01T19:32:35.140Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2023-12-01T19:32:35.140Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2023-12-01T19:32:35.312Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2023-12-01T19:32:35.315Z | + do_assemble |
683 | 2023-12-01T19:32:35.315Z | + rm -r ./out/transceiver-control |
684 | 2023-12-01T19:32:35.318Z | + mkdir ./out/transceiver-control |
685 | 2023-12-01T19:32:35.320Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2023-12-01T19:32:35.524Z | All prerequisites installed successfully |
687 | 2023-12-01T19:32:35.527Z | |
688 | 2023-12-01T19:32:35.527Z | real 2:12.872982228 |
689 | 2023-12-01T19:32:35.527Z | user 53.630524609 |
690 | 2023-12-01T19:32:35.527Z | sys 9.789237131 |
691 | 2023-12-01T19:32:35.527Z | trap 0.020778943 |
692 | 2023-12-01T19:32:35.527Z | tflt 0.382692326 |
693 | 2023-12-01T19:32:35.527Z | dflt 0.764987558 |
694 | 2023-12-01T19:32:35.527Z | kflt 0.356797720 |
695 | 2023-12-01T19:32:35.527Z | lock 2.040455677 |
696 | 2023-12-01T19:32:35.527Z | slp 4:04.227234835 |
697 | 2023-12-01T19:32:35.527Z | lat 3.284144506 |
698 | 2023-12-01T19:32:35.530Z | stop 0.072062210 |
699 | 2023-12-01T19:32:35.530Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2023-12-01T19:32:35.539Z | fetching npuzone |
701 | 2023-12-01T19:32:35.547Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2023-12-01T19:32:35.547Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
703 | 2023-12-01T19:32:35.549Z | Getting hash for npuzone |
704 | 2023-12-01T19:32:35.683Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
705 | 2023-12-01T19:32:43.148Z | npuzone downloaded successfully |
706 | 2023-12-01T19:32:43.152Z | |
707 | 2023-12-01T19:32:43.155Z | real 7.622136406 |
708 | 2023-12-01T19:32:43.155Z | user 0.567598479 |
709 | 2023-12-01T19:32:43.155Z | sys 0.160345661 |
710 | 2023-12-01T19:32:43.155Z | trap 0.000077444 |
711 | 2023-12-01T19:32:43.155Z | tflt 0.000000000 |
712 | 2023-12-01T19:32:43.155Z | dflt 0.000000000 |
713 | 2023-12-01T19:32:43.155Z | kflt 0.000000000 |
714 | 2023-12-01T19:32:43.155Z | lock 0.000000000 |
715 | 2023-12-01T19:32:43.156Z | slp 21.958321306 |
716 | 2023-12-01T19:32:43.156Z | lat 0.145004634 |
717 | 2023-12-01T19:32:43.156Z | stop 0.000252673 |
718 | 2023-12-01T19:32:43.156Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-12-01T19:32:43.156Z | + CARGO_INCREMENTAL=0 |
720 | 2023-12-01T19:32:43.156Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2023-12-01T19:32:43.491Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-12-01T19:32:43.893Z | Updating crates.io index |
723 | 2023-12-01T19:32:43.896Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-12-01T19:32:44.906Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-12-01T19:32:46.828Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-12-01T19:32:47.489Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-12-01T19:32:47.857Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-12-01T19:32:48.154Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-12-01T19:32:48.588Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-12-01T19:32:49.479Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-12-01T19:32:51.644Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-12-01T19:32:52.612Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-12-01T19:32:52.942Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-12-01T19:32:53.549Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-12-01T19:32:53.936Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2023-12-01T19:32:54.277Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2023-12-01T19:32:54.681Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2023-12-01T19:32:55.069Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2023-12-01T19:32:55.658Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2023-12-01T19:32:56.214Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2023-12-01T19:32:56.632Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2023-12-01T19:32:56.967Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2023-12-01T19:32:58.258Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2023-12-01T19:32:58.804Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-12-01T19:32:59.778Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-12-01T19:33:00.215Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-12-01T19:33:00.536Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-12-01T19:33:02.054Z | Downloading crates ... |
749 | 2023-12-01T19:33:02.294Z | Downloaded cipher v0.4.4 |
750 | 2023-12-01T19:33:02.302Z | Downloaded ciborium-ll v0.2.1 |
751 | 2023-12-01T19:33:02.313Z | Downloaded cfg-if v1.0.0 |
752 | 2023-12-01T19:33:02.313Z | Downloaded ipnet v2.8.0 |
753 | 2023-12-01T19:33:02.316Z | Downloaded lalrpop-util v0.19.12 |
754 | 2023-12-01T19:33:02.320Z | Downloaded mockall v0.11.4 |
755 | 2023-12-01T19:33:02.332Z | Downloaded async-stream v0.3.5 |
756 | 2023-12-01T19:33:02.335Z | Downloaded indicatif v0.17.7 |
757 | 2023-12-01T19:33:02.335Z | Downloaded is_ci v1.1.1 |
758 | 2023-12-01T19:33:02.339Z | Downloaded indoc v1.0.9 |
759 | 2023-12-01T19:33:02.344Z | Downloaded managed v0.8.0 |
760 | 2023-12-01T19:33:02.348Z | Downloaded crc-catalog v2.2.0 |
761 | 2023-12-01T19:33:02.352Z | Downloaded libefi-sys v0.1.0 |
762 | 2023-12-01T19:33:02.357Z | Downloaded cfg-if v0.1.10 |
763 | 2023-12-01T19:33:02.361Z | Downloaded clap v2.34.0 |
764 | 2023-12-01T19:33:02.379Z | Downloaded anstream v0.5.0 |
765 | 2023-12-01T19:33:02.390Z | Downloaded instant v0.1.12 |
766 | 2023-12-01T19:33:02.398Z | Downloaded match_cfg v0.1.0 |
767 | 2023-12-01T19:33:02.404Z | Downloaded ciborium-io v0.2.1 |
768 | 2023-12-01T19:33:02.409Z | Downloaded colorchoice v1.0.0 |
769 | 2023-12-01T19:33:02.415Z | Downloaded number_prefix v0.4.0 |
770 | 2023-12-01T19:33:02.418Z | Downloaded num_threads v0.1.6 |
771 | 2023-12-01T19:33:02.421Z | Downloaded openssl-probe v0.1.5 |
772 | 2023-12-01T19:33:02.424Z | Downloaded linked-hash-map v0.5.6 |
773 | 2023-12-01T19:33:02.429Z | Downloaded atomic-waker v1.1.1 |
774 | 2023-12-01T19:33:02.432Z | Downloaded bytesize v1.3.0 |
775 | 2023-12-01T19:33:02.436Z | Downloaded memoffset v0.9.0 |
776 | 2023-12-01T19:33:02.441Z | Downloaded cexpr v0.6.0 |
777 | 2023-12-01T19:33:02.447Z | Downloaded lru-cache v0.1.2 |
778 | 2023-12-01T19:33:02.447Z | Downloaded hyper-tls v0.5.0 |
779 | 2023-12-01T19:33:02.450Z | Downloaded olpc-cjson v0.1.3 |
780 | 2023-12-01T19:33:02.474Z | Downloaded ansi_term v0.12.1 |
781 | 2023-12-01T19:33:02.474Z | Downloaded num_enum v0.5.11 |
782 | 2023-12-01T19:33:02.474Z | Downloaded buf-list v1.0.3 |
783 | 2023-12-01T19:33:02.474Z | Downloaded num-complex v0.4.4 |
784 | 2023-12-01T19:33:02.479Z | Downloaded termios v0.3.3 |
785 | 2023-12-01T19:33:02.483Z | Downloaded toolchain_find v0.2.0 |
786 | 2023-12-01T19:33:02.487Z | Downloaded clap_derive v4.4.2 |
787 | 2023-12-01T19:33:02.493Z | Downloaded num-rational v0.4.1 |
788 | 2023-12-01T19:33:02.497Z | Downloaded nanorand v0.7.0 |
789 | 2023-12-01T19:33:02.514Z | Downloaded phf_shared v0.10.0 |
790 | 2023-12-01T19:33:02.517Z | Downloaded group v0.13.0 |
791 | 2023-12-01T19:33:02.517Z | Downloaded fxhash v0.2.1 |
792 | 2023-12-01T19:33:02.517Z | Downloaded phf v0.11.2 |
793 | 2023-12-01T19:33:02.517Z | Downloaded blake2 v0.10.6 |
794 | 2023-12-01T19:33:02.522Z | Downloaded usdt-attr-macro v0.3.5 |
795 | 2023-12-01T19:33:02.525Z | Downloaded libloading v0.7.4 |
796 | 2023-12-01T19:33:02.530Z | Downloaded indexmap v1.9.3 |
797 | 2023-12-01T19:33:02.538Z | Downloaded indexmap v2.1.0 |
798 | 2023-12-01T19:33:02.544Z | Downloaded rustversion v1.0.14 |
799 | 2023-12-01T19:33:02.550Z | Downloaded take_mut v0.2.2 |
800 | 2023-12-01T19:33:02.556Z | Downloaded generic-array v0.14.7 |
801 | 2023-12-01T19:33:02.558Z | Downloaded fnv v1.0.7 |
802 | 2023-12-01T19:33:02.563Z | Downloaded pem v3.0.2 |
803 | 2023-12-01T19:33:02.566Z | Downloaded pin-project-internal v1.1.3 |
804 | 2023-12-01T19:33:02.566Z | Downloaded darling_core v0.14.4 |
805 | 2023-12-01T19:33:02.573Z | Downloaded fastrand v2.0.0 |
806 | 2023-12-01T19:33:02.576Z | Downloaded pest_meta v2.7.2 |
807 | 2023-12-01T19:33:02.581Z | Downloaded stable_deref_trait v1.2.0 |
808 | 2023-12-01T19:33:02.585Z | Downloaded want v0.3.1 |
809 | 2023-12-01T19:33:02.585Z | Downloaded fragile v2.0.0 |
810 | 2023-12-01T19:33:02.589Z | Downloaded rustc_version v0.4.0 |
811 | 2023-12-01T19:33:02.591Z | Downloaded parse-display-derive v0.8.2 |
812 | 2023-12-01T19:33:02.594Z | Downloaded slog-dtrace v0.2.3 |
813 | 2023-12-01T19:33:02.597Z | Downloaded derive_builder_core v0.12.0 |
814 | 2023-12-01T19:33:02.602Z | Downloaded zone v0.3.0 |
815 | 2023-12-01T19:33:02.606Z | Downloaded humantime v2.1.0 |
816 | 2023-12-01T19:33:02.609Z | Downloaded hubpack v0.1.2 |
817 | 2023-12-01T19:33:02.613Z | Downloaded spki v0.7.2 |
818 | 2023-12-01T19:33:02.616Z | Downloaded pest_derive v2.7.2 |
819 | 2023-12-01T19:33:02.619Z | Downloaded toml v0.5.11 |
820 | 2023-12-01T19:33:02.623Z | Downloaded parking_lot_core v0.8.6 |
821 | 2023-12-01T19:33:02.628Z | Downloaded hyper-staticfile v0.9.5 |
822 | 2023-12-01T19:33:02.632Z | Downloaded foreign-types-shared v0.1.1 |
823 | 2023-12-01T19:33:02.635Z | Downloaded time-core v0.1.1 |
824 | 2023-12-01T19:33:02.639Z | Downloaded tower-service v0.3.2 |
825 | 2023-12-01T19:33:02.639Z | Downloaded siphasher v0.3.11 |
826 | 2023-12-01T19:33:02.643Z | Downloaded r2d2 v0.8.10 |
827 | 2023-12-01T19:33:02.647Z | Downloaded ref-cast v1.0.20 |
828 | 2023-12-01T19:33:02.651Z | Downloaded postcard-cobs v0.1.5-pre |
829 | 2023-12-01T19:33:02.654Z | Downloaded rand_xorshift v0.3.0 |
830 | 2023-12-01T19:33:02.659Z | Downloaded pin-project v1.1.3 |
831 | 2023-12-01T19:33:02.677Z | Downloaded serde-big-array v0.4.1 |
832 | 2023-12-01T19:33:02.682Z | Downloaded predicates-core v1.0.6 |
833 | 2023-12-01T19:33:02.683Z | Downloaded snafu-derive v0.7.5 |
834 | 2023-12-01T19:33:02.686Z | Downloaded foreign-types v0.5.0 |
835 | 2023-12-01T19:33:02.689Z | Downloaded foreign-types v0.3.2 |
836 | 2023-12-01T19:33:02.692Z | Downloaded termtree v0.4.1 |
837 | 2023-12-01T19:33:02.694Z | Downloaded walkdir v2.4.0 |
838 | 2023-12-01T19:33:02.698Z | Downloaded home v0.5.5 |
839 | 2023-12-01T19:33:02.701Z | Downloaded rand_chacha v0.3.1 |
840 | 2023-12-01T19:33:02.701Z | Downloaded spin v0.9.8 |
841 | 2023-12-01T19:33:02.705Z | Downloaded rustc_version v0.1.7 |
842 | 2023-12-01T19:33:02.708Z | Downloaded postgres-protocol v0.6.6 |
843 | 2023-12-01T19:33:02.711Z | Downloaded httparse v1.8.0 |
844 | 2023-12-01T19:33:02.715Z | Downloaded mio v0.8.9 |
845 | 2023-12-01T19:33:02.728Z | Downloaded serde_spanned v0.6.4 |
846 | 2023-12-01T19:33:02.732Z | Downloaded futures-executor v0.3.29 |
847 | 2023-12-01T19:33:02.736Z | Downloaded steno v0.4.0 |
848 | 2023-12-01T19:33:02.741Z | Downloaded unicode-linebreak v0.1.5 |
849 | 2023-12-01T19:33:02.744Z | Downloaded pkcs8 v0.10.2 |
850 | 2023-12-01T19:33:02.749Z | Downloaded zeroize_derive v1.4.2 |
851 | 2023-12-01T19:33:02.752Z | Downloaded either v1.9.0 |
852 | 2023-12-01T19:33:02.755Z | Downloaded radium v0.7.0 |
853 | 2023-12-01T19:33:02.757Z | Downloaded scheduled-thread-pool v0.2.7 |
854 | 2023-12-01T19:33:02.760Z | Downloaded schemars_derive v0.8.13 |
855 | 2023-12-01T19:33:02.763Z | Downloaded slog-json v2.6.1 |
856 | 2023-12-01T19:33:02.766Z | Downloaded rustfmt-wrapper v0.2.0 |
857 | 2023-12-01T19:33:02.768Z | Downloaded futures-macro v0.3.29 |
858 | 2023-12-01T19:33:02.772Z | Downloaded equivalent v1.0.1 |
859 | 2023-12-01T19:33:02.775Z | Downloaded typed-path v0.6.0 |
860 | 2023-12-01T19:33:02.783Z | Downloaded topological-sort v0.2.2 |
861 | 2023-12-01T19:33:02.786Z | Downloaded futures-channel v0.3.29 |
862 | 2023-12-01T19:33:02.789Z | Downloaded chrono v0.4.31 |
863 | 2023-12-01T19:33:02.812Z | Downloaded futures-sink v0.3.29 |
864 | 2023-12-01T19:33:02.815Z | Downloaded slab v0.4.9 |
865 | 2023-12-01T19:33:02.815Z | Downloaded http-body v0.4.5 |
866 | 2023-12-01T19:33:02.815Z | Downloaded utf8parse v0.2.1 |
867 | 2023-12-01T19:33:02.815Z | Downloaded unicode-width v0.1.11 |
868 | 2023-12-01T19:33:02.818Z | Downloaded smawk v0.3.1 |
869 | 2023-12-01T19:33:02.821Z | Downloaded usdt-macro v0.3.5 |
870 | 2023-12-01T19:33:02.821Z | Downloaded predicates v2.1.5 |
871 | 2023-12-01T19:33:02.825Z | Downloaded precomputed-hash v0.1.1 |
872 | 2023-12-01T19:33:02.828Z | Downloaded dtrace-parser v0.1.14 |
873 | 2023-12-01T19:33:02.828Z | Downloaded derive_builder_macro v0.12.0 |
874 | 2023-12-01T19:33:02.831Z | Downloaded downcast v0.11.0 |
875 | 2023-12-01T19:33:02.840Z | Downloaded utf-8 v0.7.6 |
876 | 2023-12-01T19:33:02.840Z | Downloaded usdt-impl v0.3.5 |
877 | 2023-12-01T19:33:02.840Z | Downloaded pest_generator v2.7.2 |
878 | 2023-12-01T19:33:02.840Z | Downloaded vte_generate_state_changes v0.1.1 |
879 | 2023-12-01T19:33:02.840Z | Downloaded fixedbitset v0.4.2 |
880 | 2023-12-01T19:33:02.843Z | Downloaded difflib v0.4.0 |
881 | 2023-12-01T19:33:02.845Z | Downloaded enum-as-inner v0.5.1 |
882 | 2023-12-01T19:33:02.848Z | Downloaded float-cmp v0.9.0 |
883 | 2023-12-01T19:33:02.851Z | Downloaded postgres-types v0.2.6 |
884 | 2023-12-01T19:33:02.854Z | Downloaded hash32 v0.2.1 |
885 | 2023-12-01T19:33:02.857Z | Downloaded filetime v0.2.22 |
886 | 2023-12-01T19:33:02.860Z | Downloaded fd-lock v3.0.13 |
887 | 2023-12-01T19:33:02.863Z | Downloaded elliptic-curve v0.13.5 |
888 | 2023-12-01T19:33:02.871Z | Downloaded endian-type v0.1.2 |
889 | 2023-12-01T19:33:02.873Z | Downloaded schemars v0.8.13 |
890 | 2023-12-01T19:33:02.893Z | Downloaded proc-macro-crate v1.3.1 |
891 | 2023-12-01T19:33:02.896Z | Downloaded wait-timeout v0.2.0 |
892 | 2023-12-01T19:33:02.898Z | Downloaded version_check v0.9.4 |
893 | 2023-12-01T19:33:02.901Z | Downloaded globset v0.4.13 |
894 | 2023-12-01T19:33:02.904Z | Downloaded sct v0.7.0 |
895 | 2023-12-01T19:33:02.909Z | Downloaded getopts v0.2.21 |
896 | 2023-12-01T19:33:02.911Z | Downloaded proc-macro-error-attr v1.0.4 |
897 | 2023-12-01T19:33:02.914Z | Downloaded rand v0.8.5 |
898 | 2023-12-01T19:33:02.920Z | Downloaded derive_builder v0.12.0 |
899 | 2023-12-01T19:33:02.928Z | Downloaded time-macros v0.2.13 |
900 | 2023-12-01T19:33:02.932Z | Downloaded tinyvec v1.6.0 |
901 | 2023-12-01T19:33:02.938Z | Downloaded getrandom v0.2.10 |
902 | 2023-12-01T19:33:02.943Z | Downloaded rcgen v0.11.3 |
903 | 2023-12-01T19:33:02.948Z | Downloaded subprocess v0.2.9 |
904 | 2023-12-01T19:33:02.952Z | Downloaded signal-hook v0.3.17 |
905 | 2023-12-01T19:33:02.959Z | Downloaded vte v0.11.1 |
906 | 2023-12-01T19:33:02.962Z | Downloaded heapless v0.7.16 |
907 | 2023-12-01T19:33:02.970Z | Downloaded glob v0.3.1 |
908 | 2023-12-01T19:33:02.973Z | Downloaded derive-where v1.2.5 |
909 | 2023-12-01T19:33:02.977Z | Downloaded serde_derive v1.0.192 |
910 | 2023-12-01T19:33:02.984Z | Downloaded ryu v1.0.15 |
911 | 2023-12-01T19:33:02.988Z | Downloaded tar v0.4.40 |
912 | 2023-12-01T19:33:02.993Z | Downloaded flume v0.11.0 |
913 | 2023-12-01T19:33:03.009Z | Downloaded unicode-segmentation v1.10.1 |
914 | 2023-12-01T19:33:03.013Z | Downloaded flate2 v1.0.28 |
915 | 2023-12-01T19:33:03.017Z | Downloaded url v2.5.0 |
916 | 2023-12-01T19:33:03.023Z | Downloaded futures-util v0.3.29 |
917 | 2023-12-01T19:33:03.046Z | Downloaded serde_json v1.0.108 |
918 | 2023-12-01T19:33:03.060Z | Downloaded hashbrown v0.12.3 |
919 | 2023-12-01T19:33:03.067Z | Downloaded pest v2.7.2 |
920 | 2023-12-01T19:33:03.075Z | Downloaded time v0.3.27 |
921 | 2023-12-01T19:33:03.088Z | Downloaded portable-atomic v1.4.3 |
922 | 2023-12-01T19:33:03.099Z | Downloaded smoltcp v0.8.2 |
923 | 2023-12-01T19:33:03.116Z | Downloaded hashbrown v0.14.2 |
924 | 2023-12-01T19:33:03.126Z | Downloaded reqwest v0.11.22 |
925 | 2023-12-01T19:33:03.141Z | Downloaded rustls-webpki v0.101.7 |
926 | 2023-12-01T19:33:03.169Z | Downloaded curve25519-dalek v4.1.0 |
927 | 2023-12-01T19:33:03.187Z | Downloaded hyper v0.14.27 |
928 | 2023-12-01T19:33:03.202Z | Downloaded ratatui v0.23.0 |
929 | 2023-12-01T19:33:03.224Z | Downloaded trust-dns-proto v0.22.0 |
930 | 2023-12-01T19:33:03.248Z | Downloaded gimli v0.28.0 |
931 | 2023-12-01T19:33:03.264Z | Downloaded regex v1.10.2 |
932 | 2023-12-01T19:33:03.305Z | Downloaded regex-syntax v0.6.29 |
933 | 2023-12-01T19:33:03.309Z | Downloaded openapiv3 v2.0.0-rc.1 |
934 | 2023-12-01T19:33:03.328Z | Downloaded regex-syntax v0.8.2 |
935 | 2023-12-01T19:33:03.344Z | Downloaded diesel v2.1.4 |
936 | 2023-12-01T19:33:03.379Z | Downloaded rustix v0.38.25 |
937 | 2023-12-01T19:33:03.438Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
938 | 2023-12-01T19:33:03.464Z | Downloaded rustix v0.37.23 |
939 | 2023-12-01T19:33:03.503Z | Downloaded regress v0.7.1 |
940 | 2023-12-01T19:33:03.516Z | Downloaded sled v0.34.7 |
941 | 2023-12-01T19:33:03.540Z | Downloaded zerocopy-derive v0.6.4 |
942 | 2023-12-01T19:33:03.565Z | Downloaded zerocopy-derive v0.2.0 |
943 | 2023-12-01T19:33:03.585Z | Downloaded regex-automata v0.4.3 |
944 | 2023-12-01T19:33:03.619Z | Downloaded libc v0.2.150 |
945 | 2023-12-01T19:33:03.673Z | Downloaded tokio v1.34.0 |
946 | 2023-12-01T19:33:03.746Z | Downloaded ring v0.17.5 |
947 | 2023-12-01T19:33:03.881Z | Downloaded sha3 v0.10.8 |
948 | 2023-12-01T19:33:03.893Z | Downloaded regex-automata v0.3.8 |
949 | 2023-12-01T19:33:03.926Z | Downloaded regex-syntax v0.7.5 |
950 | 2023-12-01T19:33:03.945Z | Downloaded polar-core v0.27.0 |
951 | 2023-12-01T19:33:03.959Z | Downloaded bstr v1.6.0 |
952 | 2023-12-01T19:33:03.981Z | Downloaded encoding_rs v0.8.33 |
953 | 2023-12-01T19:33:04.026Z | Downloaded webpki-roots v0.25.2 |
954 | 2023-12-01T19:33:04.034Z | Downloaded bstr v0.2.17 |
955 | 2023-12-01T19:33:04.054Z | Downloaded vcpkg v0.2.15 |
956 | 2023-12-01T19:33:04.130Z | Downloaded radix_trie v0.2.1 |
957 | 2023-12-01T19:33:04.140Z | Downloaded smoltcp v0.9.1 |
958 | 2023-12-01T19:33:04.161Z | Downloaded rustls v0.21.9 |
959 | 2023-12-01T19:33:04.183Z | Downloaded quick-xml v0.23.1 |
960 | 2023-12-01T19:33:04.196Z | Downloaded syn v1.0.109 |
961 | 2023-12-01T19:33:04.216Z | Downloaded openssl v0.10.60 |
962 | 2023-12-01T19:33:04.234Z | Downloaded object v0.32.1 |
963 | 2023-12-01T19:33:04.254Z | Downloaded syn v2.0.32 |
964 | 2023-12-01T19:33:04.274Z | Downloaded proptest v1.4.0 |
965 | 2023-12-01T19:33:04.293Z | Downloaded object v0.30.4 |
966 | 2023-12-01T19:33:04.336Z | Downloaded idna v0.2.3 |
967 | 2023-12-01T19:33:04.339Z | Downloaded hkdf v0.12.3 |
968 | 2023-12-01T19:33:04.339Z | Downloaded h2 v0.3.21 |
969 | 2023-12-01T19:33:04.342Z | Downloaded ring v0.16.20 |
970 | 2023-12-01T19:33:04.506Z | Downloaded rayon v1.8.0 |
971 | 2023-12-01T19:33:04.522Z | Downloaded petgraph v0.6.4 |
972 | 2023-12-01T19:33:04.545Z | Downloaded bitvec v1.0.1 |
973 | 2023-12-01T19:33:04.572Z | Downloaded tabled v0.14.0 |
974 | 2023-12-01T19:33:04.599Z | Downloaded http v0.2.11 |
975 | 2023-12-01T19:33:04.605Z | Downloaded tough v0.15.0 |
976 | 2023-12-01T19:33:04.620Z | Downloaded unicode-normalization v0.1.22 |
977 | 2023-12-01T19:33:04.626Z | Downloaded regex-automata v0.1.10 |
978 | 2023-12-01T19:33:04.636Z | Downloaded reedline v0.26.0 |
979 | 2023-12-01T19:33:04.648Z | Downloaded winnow v0.5.15 |
980 | 2023-12-01T19:33:04.662Z | Downloaded lalrpop v0.19.12 |
981 | 2023-12-01T19:33:04.682Z | Downloaded unsafe-libyaml v0.2.9 |
982 | 2023-12-01T19:33:04.688Z | Downloaded bindgen v0.65.1 |
983 | 2023-12-01T19:33:04.701Z | Downloaded snafu v0.7.5 |
984 | 2023-12-01T19:33:04.711Z | Downloaded aho-corasick v1.0.4 |
985 | 2023-12-01T19:33:04.721Z | Downloaded serde v1.0.192 |
986 | 2023-12-01T19:33:04.727Z | Downloaded trust-dns-client v0.22.0 |
987 | 2023-12-01T19:33:04.737Z | Downloaded hashbrown v0.13.2 |
988 | 2023-12-01T19:33:04.748Z | Downloaded slog-envlogger v2.2.0 |
989 | 2023-12-01T19:33:04.748Z | Downloaded rustc-demangle v0.1.23 |
990 | 2023-12-01T19:33:04.751Z | Downloaded diesel_derives v2.1.2 |
991 | 2023-12-01T19:33:04.754Z | Downloaded half v1.8.2 |
992 | 2023-12-01T19:33:04.759Z | Downloaded vec_map v0.8.2 |
993 | 2023-12-01T19:33:04.764Z | Downloaded ena v0.14.2 |
994 | 2023-12-01T19:33:04.764Z | Downloaded ed25519 v1.5.3 |
995 | 2023-12-01T19:33:04.767Z | Downloaded predicates v3.0.4 |
996 | 2023-12-01T19:33:04.770Z | Downloaded zeroize v1.7.0 |
997 | 2023-12-01T19:33:04.772Z | Downloaded data-encoding v2.4.0 |
998 | 2023-12-01T19:33:04.775Z | Downloaded wyz v0.5.1 |
999 | 2023-12-01T19:33:04.781Z | Downloaded unicode-ident v1.0.12 |
1000 | 2023-12-01T19:33:04.784Z | Downloaded futures v0.3.29 |
1001 | 2023-12-01T19:33:04.789Z | Downloaded ron v0.8.1 |
1002 | 2023-12-01T19:33:04.798Z | Downloaded tracing-core v0.1.31 |
1003 | 2023-12-01T19:33:04.803Z | Downloaded tracing v0.1.37 |
1004 | 2023-12-01T19:33:04.810Z | Downloaded tokio-util v0.7.10 |
1005 | 2023-12-01T19:33:04.821Z | Downloaded sha2 v0.10.8 |
1006 | 2023-12-01T19:33:04.825Z | Downloaded static_assertions v1.1.0 |
1007 | 2023-12-01T19:33:04.828Z | Downloaded proc-macro-error v1.0.4 |
1008 | 2023-12-01T19:33:04.834Z | Downloaded smallvec v1.11.0 |
1009 | 2023-12-01T19:33:04.837Z | Downloaded toml_edit v0.19.15 |
1010 | 2023-12-01T19:33:04.868Z | Downloaded flagset v0.4.3 |
1011 | 2023-12-01T19:33:04.871Z | Downloaded dof v0.1.5 |
1012 | 2023-12-01T19:33:04.871Z | Downloaded env_logger v0.10.0 |
1013 | 2023-12-01T19:33:04.875Z | Downloaded test-strategy v0.3.1 |
1014 | 2023-12-01T19:33:04.881Z | Downloaded itertools v0.10.5 |
1015 | 2023-12-01T19:33:04.892Z | Downloaded itertools v0.12.0 |
1016 | 2023-12-01T19:33:04.904Z | Downloaded serde_with v2.3.3 |
1017 | 2023-12-01T19:33:04.915Z | Downloaded strip-ansi-escapes v0.2.0 |
1018 | 2023-12-01T19:33:04.919Z | Downloaded uuid v1.6.1 |
1019 | 2023-12-01T19:33:04.924Z | Downloaded rayon-core v1.12.0 |
1020 | 2023-12-01T19:33:04.931Z | Downloaded waitgroup v0.1.2 |
1021 | 2023-12-01T19:33:04.935Z | Downloaded poly1305 v0.8.0 |
1022 | 2023-12-01T19:33:04.938Z | Downloaded headers v0.3.9 |
1023 | 2023-12-01T19:33:04.946Z | Downloaded x509-cert v0.2.4 |
1024 | 2023-12-01T19:33:04.956Z | Downloaded zip v0.6.6 |
1025 | 2023-12-01T19:33:04.962Z | Downloaded darling_core v0.20.3 |
1026 | 2023-12-01T19:33:04.971Z | Downloaded tiny-keccak v2.0.2 |
1027 | 2023-12-01T19:33:04.975Z | Downloaded shell-words v1.1.0 |
1028 | 2023-12-01T19:33:04.978Z | Downloaded serde_path_to_error v0.1.14 |
1029 | 2023-12-01T19:33:04.981Z | Downloaded serde_repr v0.1.16 |
1030 | 2023-12-01T19:33:04.983Z | Downloaded untrusted v0.7.1 |
1031 | 2023-12-01T19:33:04.984Z | Downloaded smallvec v0.6.14 |
1032 | 2023-12-01T19:33:04.986Z | Downloaded resolv-conf v0.7.0 |
1033 | 2023-12-01T19:33:04.989Z | Downloaded tempfile v3.8.1 |
1034 | 2023-12-01T19:33:04.992Z | Downloaded vsss-rs v3.3.1 |
1035 | 2023-12-01T19:33:04.996Z | Downloaded slog-term v2.9.0 |
1036 | 2023-12-01T19:33:05.001Z | Downloaded postcard v0.7.3 |
1037 | 2023-12-01T19:33:05.004Z | Downloaded semver v1.0.20 |
1038 | 2023-12-01T19:33:05.007Z | Downloaded proc-macro2 v1.0.69 |
1039 | 2023-12-01T19:33:05.011Z | Downloaded nom v7.1.3 |
1040 | 2023-12-01T19:33:05.021Z | Downloaded crossterm v0.27.0 |
1041 | 2023-12-01T19:33:05.032Z | Downloaded scopeguard v1.2.0 |
1042 | 2023-12-01T19:33:05.035Z | Downloaded pretty-hex v0.2.1 |
1043 | 2023-12-01T19:33:05.038Z | Downloaded pkcs1 v0.7.5 |
1044 | 2023-12-01T19:33:05.040Z | Downloaded similar v2.2.1 |
1045 | 2023-12-01T19:33:05.048Z | Downloaded num-bigint-dig v0.8.4 |
1046 | 2023-12-01T19:33:05.056Z | Downloaded sha1 v0.10.6 |
1047 | 2023-12-01T19:33:05.059Z | Downloaded futures-core v0.3.29 |
1048 | 2023-12-01T19:33:05.062Z | Downloaded funty v2.0.0 |
1049 | 2023-12-01T19:33:05.067Z | Downloaded salty v0.2.0 |
1050 | 2023-12-01T19:33:05.071Z | Downloaded textwrap v0.16.0 |
1051 | 2023-12-01T19:33:05.076Z | Downloaded toml_edit v0.21.0 |
1052 | 2023-12-01T19:33:05.114Z | Downloaded futures-io v0.3.29 |
1053 | 2023-12-01T19:33:05.117Z | Downloaded tracing-attributes v0.1.26 |
1054 | 2023-12-01T19:33:05.120Z | Downloaded der v0.7.8 |
1055 | 2023-12-01T19:33:05.128Z | Downloaded zerocopy v0.6.4 |
1056 | 2023-12-01T19:33:05.132Z | Downloaded rusty-fork v0.3.0 |
1057 | 2023-12-01T19:33:05.135Z | Downloaded percent-encoding v2.3.1 |
1058 | 2023-12-01T19:33:05.138Z | Downloaded dirs-next v2.0.0 |
1059 | 2023-12-01T19:33:05.138Z | Downloaded ref-cast-impl v1.0.20 |
1060 | 2023-12-01T19:33:05.141Z | Downloaded quote v1.0.33 |
1061 | 2023-12-01T19:33:05.143Z | Downloaded platforms v3.0.2 |
1062 | 2023-12-01T19:33:05.146Z | Downloaded structopt v0.3.26 |
1063 | 2023-12-01T19:33:05.159Z | Downloaded fallible-iterator v0.2.0 |
1064 | 2023-12-01T19:33:05.162Z | Downloaded textwrap v0.11.0 |
1065 | 2023-12-01T19:33:05.164Z | Downloaded hmac v0.12.1 |
1066 | 2023-12-01T19:33:05.167Z | Downloaded rsa v0.9.2 |
1067 | 2023-12-01T19:33:05.175Z | Downloaded socket2 v0.4.9 |
1068 | 2023-12-01T19:33:05.178Z | Downloaded minimal-lexical v0.2.1 |
1069 | 2023-12-01T19:33:05.187Z | Downloaded trust-dns-server v0.22.1 |
1070 | 2023-12-01T19:33:05.195Z | Downloaded num-bigint v0.4.4 |
1071 | 2023-12-01T19:33:05.205Z | Downloaded libxml v0.3.3 |
1072 | 2023-12-01T19:33:05.214Z | Downloaded whoami v1.4.1 |
1073 | 2023-12-01T19:33:05.217Z | Downloaded thiserror v1.0.49 |
1074 | 2023-12-01T19:33:05.223Z | Downloaded highway v1.1.0 |
1075 | 2023-12-01T19:33:05.226Z | Downloaded quick-error v1.2.3 |
1076 | 2023-12-01T19:33:05.228Z | Downloaded signature v2.1.0 |
1077 | 2023-12-01T19:33:05.231Z | Downloaded serde_derive_internals v0.26.0 |
1078 | 2023-12-01T19:33:05.234Z | Downloaded tokio-postgres v0.7.10 |
1079 | 2023-12-01T19:33:05.242Z | Downloaded ff v0.13.0 |
1080 | 2023-12-01T19:33:05.246Z | Downloaded digest v0.10.7 |
1081 | 2023-12-01T19:33:05.248Z | Downloaded rtoolbox v0.0.1 |
1082 | 2023-12-01T19:33:05.248Z | Downloaded prettyplease v0.2.12 |
1083 | 2023-12-01T19:33:05.254Z | Downloaded ppv-lite86 v0.2.17 |
1084 | 2023-12-01T19:33:05.257Z | Downloaded untrusted v0.9.0 |
1085 | 2023-12-01T19:33:05.260Z | Downloaded same-file v1.0.6 |
1086 | 2023-12-01T19:33:05.263Z | Downloaded pkg-config v0.3.27 |
1087 | 2023-12-01T19:33:05.266Z | Downloaded pin-utils v0.1.0 |
1088 | 2023-12-01T19:33:05.266Z | Downloaded rand_core v0.6.4 |
1089 | 2023-12-01T19:33:05.268Z | Downloaded signature v1.6.4 |
1090 | 2023-12-01T19:33:05.271Z | Downloaded term v0.7.0 |
1091 | 2023-12-01T19:33:05.275Z | Downloaded strsim v0.10.0 |
1092 | 2023-12-01T19:33:05.278Z | Downloaded crossbeam-channel v0.5.8 |
1093 | 2023-12-01T19:33:05.285Z | Downloaded trust-dns-resolver v0.22.0 |
1094 | 2023-12-01T19:33:05.292Z | Downloaded toml v0.8.8 |
1095 | 2023-12-01T19:33:05.298Z | Downloaded unicode-bidi v0.3.13 |
1096 | 2023-12-01T19:33:05.302Z | Downloaded ucd-trie v0.1.6 |
1097 | 2023-12-01T19:33:05.305Z | Downloaded serde_yaml v0.9.25 |
1098 | 2023-12-01T19:33:05.311Z | Downloaded itertools v0.11.0 |
1099 | 2023-12-01T19:33:05.323Z | Downloaded derive_more v0.99.17 |
1100 | 2023-12-01T19:33:05.332Z | Downloaded hostname v0.3.1 |
1101 | 2023-12-01T19:33:05.363Z | Downloaded serde_tokenstream v0.2.0 |
1102 | 2023-12-01T19:33:05.368Z | Downloaded password-hash v0.5.0 |
1103 | 2023-12-01T19:33:05.368Z | Downloaded fs-err v2.11.0 |
1104 | 2023-12-01T19:33:05.368Z | Downloaded heck v0.3.3 |
1105 | 2023-12-01T19:33:05.368Z | Downloaded dyn-clone v1.0.13 |
1106 | 2023-12-01T19:33:05.368Z | Downloaded clap_builder v4.4.2 |
1107 | 2023-12-01T19:33:05.368Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1108 | 2023-12-01T19:33:05.368Z | Downloaded foreign-types-shared v0.3.1 |
1109 | 2023-12-01T19:33:05.368Z | Downloaded headers-core v0.2.0 |
1110 | 2023-12-01T19:33:05.368Z | Downloaded which v4.4.0 |
1111 | 2023-12-01T19:33:05.371Z | Downloaded thiserror-impl v1.0.49 |
1112 | 2023-12-01T19:33:05.371Z | Downloaded fatfs v0.3.6 |
1113 | 2023-12-01T19:33:05.374Z | Downloaded shlex v1.1.0 |
1114 | 2023-12-01T19:33:05.377Z | Downloaded thread_local v1.1.7 |
1115 | 2023-12-01T19:33:05.377Z | Downloaded structmeta-derive v0.2.0 |
1116 | 2023-12-01T19:33:05.380Z | Downloaded structmeta v0.2.0 |
1117 | 2023-12-01T19:33:05.383Z | Downloaded strsim v0.8.0 |
1118 | 2023-12-01T19:33:05.383Z | Downloaded chacha20poly1305 v0.10.1 |
1119 | 2023-12-01T19:33:05.386Z | Downloaded bytes v1.5.0 |
1120 | 2023-12-01T19:33:05.392Z | Downloaded diff v0.1.13 |
1121 | 2023-12-01T19:33:05.397Z | Downloaded tungstenite v0.20.1 |
1122 | 2023-12-01T19:33:05.402Z | Downloaded rustls-native-certs v0.6.3 |
1123 | 2023-12-01T19:33:05.406Z | Downloaded slog-bunyan v2.4.0 |
1124 | 2023-12-01T19:33:05.408Z | Downloaded pem-rfc7468 v0.7.0 |
1125 | 2023-12-01T19:33:05.411Z | Downloaded pem v1.1.1 |
1126 | 2023-12-01T19:33:05.414Z | Downloaded cc v1.0.83 |
1127 | 2023-12-01T19:33:05.418Z | Downloaded der_derive v0.7.2 |
1128 | 2023-12-01T19:33:05.421Z | Downloaded tap v1.0.1 |
1129 | 2023-12-01T19:33:05.424Z | Downloaded tabled_derive v0.6.0 |
1130 | 2023-12-01T19:33:05.424Z | Downloaded supports-color v2.1.0 |
1131 | 2023-12-01T19:33:05.428Z | Downloaded toml v0.7.8 |
1132 | 2023-12-01T19:33:05.431Z | Downloaded yasna v0.5.2 |
1133 | 2023-12-01T19:33:05.435Z | Downloaded serde_urlencoded v0.7.1 |
1134 | 2023-12-01T19:33:05.438Z | Downloaded parking_lot_core v0.9.8 |
1135 | 2023-12-01T19:33:05.441Z | Downloaded hyper-rustls v0.24.2 |
1136 | 2023-12-01T19:33:05.445Z | Downloaded backtrace v0.3.69 |
1137 | 2023-12-01T19:33:05.453Z | Downloaded once_cell v1.18.0 |
1138 | 2023-12-01T19:33:05.457Z | Downloaded rustc-hash v1.1.0 |
1139 | 2023-12-01T19:33:05.460Z | Downloaded http-range v0.1.5 |
1140 | 2023-12-01T19:33:05.462Z | Downloaded subtle v2.5.0 |
1141 | 2023-12-01T19:33:05.463Z | Downloaded miniz_oxide v0.7.1 |
1142 | 2023-12-01T19:33:05.466Z | Downloaded typenum v1.16.0 |
1143 | 2023-12-01T19:33:05.470Z | Downloaded paste v1.0.14 |
1144 | 2023-12-01T19:33:05.475Z | Downloaded httpdate v1.0.3 |
1145 | 2023-12-01T19:33:05.478Z | Downloaded errno v0.3.2 |
1146 | 2023-12-01T19:33:05.480Z | Downloaded usdt v0.3.5 |
1147 | 2023-12-01T19:33:05.480Z | Downloaded crossbeam-epoch v0.9.15 |
1148 | 2023-12-01T19:33:05.485Z | Downloaded lock_api v0.4.10 |
1149 | 2023-12-01T19:33:05.489Z | Downloaded thiserror-impl-no-std v2.0.2 |
1150 | 2023-12-01T19:33:05.492Z | Downloaded socket2 v0.5.5 |
1151 | 2023-12-01T19:33:05.494Z | Downloaded slog v2.7.0 |
1152 | 2023-12-01T19:33:05.499Z | Downloaded tokio-rustls v0.24.1 |
1153 | 2023-12-01T19:33:05.502Z | Downloaded num-traits v0.2.16 |
1154 | 2023-12-01T19:33:05.507Z | Downloaded peeking_take_while v0.1.2 |
1155 | 2023-12-01T19:33:05.511Z | Downloaded path-slash v0.1.5 |
1156 | 2023-12-01T19:33:05.511Z | Downloaded darling_macro v0.20.3 |
1157 | 2023-12-01T19:33:05.514Z | Downloaded parse-display v0.8.2 |
1158 | 2023-12-01T19:33:05.514Z | Downloaded unicase v2.7.0 |
1159 | 2023-12-01T19:33:05.516Z | Downloaded unarray v0.1.4 |
1160 | 2023-12-01T19:33:05.517Z | Downloaded strum_macros v0.25.2 |
1161 | 2023-12-01T19:33:05.520Z | Downloaded semver v0.11.0 |
1162 | 2023-12-01T19:33:05.523Z | Downloaded semver v0.1.20 |
1163 | 2023-12-01T19:33:05.526Z | Downloaded pin-project-lite v0.2.13 |
1164 | 2023-12-01T19:33:05.533Z | Downloaded phf_shared v0.11.2 |
1165 | 2023-12-01T19:33:05.535Z | Downloaded darling_macro v0.14.4 |
1166 | 2023-12-01T19:33:05.535Z | Downloaded universal-hash v0.5.1 |
1167 | 2023-12-01T19:33:05.539Z | Downloaded unicode-xid v0.2.4 |
1168 | 2023-12-01T19:33:05.542Z | Downloaded swrite v0.1.0 |
1169 | 2023-12-01T19:33:05.542Z | Downloaded hubpack_derive v0.1.1 |
1170 | 2023-12-01T19:33:05.542Z | Downloaded rustls-pemfile v1.0.3 |
1171 | 2023-12-01T19:33:05.545Z | Downloaded crc-any v2.4.3 |
1172 | 2023-12-01T19:33:05.549Z | Downloaded tokio-stream v0.1.14 |
1173 | 2023-12-01T19:33:05.555Z | Downloaded hex v0.4.3 |
1174 | 2023-12-01T19:33:05.558Z | Downloaded heck v0.4.1 |
1175 | 2023-12-01T19:33:05.562Z | Downloaded futures-task v0.3.29 |
1176 | 2023-12-01T19:33:05.565Z | Downloaded form_urlencoded v1.2.1 |
1177 | 2023-12-01T19:33:05.565Z | Downloaded zerocopy v0.3.0 |
1178 | 2023-12-01T19:33:05.568Z | Downloaded zone_cfg_derive v0.3.0 |
1179 | 2023-12-01T19:33:05.568Z | Downloaded predicates-tree v1.0.9 |
1180 | 2023-12-01T19:33:05.568Z | Downloaded deranged v0.3.8 |
1181 | 2023-12-01T19:33:05.570Z | Downloaded xattr v1.0.1 |
1182 | 2023-12-01T19:33:05.573Z | Downloaded oso v0.27.0 |
1183 | 2023-12-01T19:33:05.578Z | Downloaded tokio-tungstenite v0.20.1 |
1184 | 2023-12-01T19:33:05.582Z | Downloaded mockall_derive v0.11.4 |
1185 | 2023-12-01T19:33:05.585Z | Downloaded debug-ignore v1.0.5 |
1186 | 2023-12-01T19:33:05.588Z | Downloaded dirs-sys-next v0.1.2 |
1187 | 2023-12-01T19:33:05.591Z | Downloaded owo-colors v3.5.0 |
1188 | 2023-12-01T19:33:05.594Z | Downloaded num-integer v0.1.45 |
1189 | 2023-12-01T19:33:05.597Z | Downloaded pretty-hex v0.4.0 |
1190 | 2023-12-01T19:33:05.599Z | Downloaded arc-swap v1.6.0 |
1191 | 2023-12-01T19:33:05.605Z | Downloaded serde_with_macros v2.3.3 |
1192 | 2023-12-01T19:33:05.607Z | Downloaded tokio-macros v2.2.0 |
1193 | 2023-12-01T19:33:05.610Z | Downloaded termcolor v1.2.0 |
1194 | 2023-12-01T19:33:05.612Z | Downloaded parking_lot v0.11.2 |
1195 | 2023-12-01T19:33:05.615Z | Downloaded rpassword v7.3.1 |
1196 | 2023-12-01T19:33:05.618Z | Downloaded backoff v0.4.0 |
1197 | 2023-12-01T19:33:05.621Z | Downloaded corncobs v0.1.3 |
1198 | 2023-12-01T19:33:05.624Z | Downloaded bcs v0.1.6 |
1199 | 2023-12-01T19:33:05.626Z | Downloaded toml_datetime v0.6.5 |
1200 | 2023-12-01T19:33:05.629Z | Downloaded thiserror-no-std v2.0.2 |
1201 | 2023-12-01T19:33:05.634Z | Downloaded mime_guess v2.0.4 |
1202 | 2023-12-01T19:33:05.637Z | Downloaded io-lifetimes v1.0.11 |
1203 | 2023-12-01T19:33:05.641Z | Downloaded foreign-types-macros v0.2.3 |
1204 | 2023-12-01T19:33:05.643Z | Downloaded addr2line v0.21.0 |
1205 | 2023-12-01T19:33:05.646Z | Downloaded ahash v0.8.3 |
1206 | 2023-12-01T19:33:05.650Z | Downloaded base64 v0.13.1 |
1207 | 2023-12-01T19:33:05.655Z | Downloaded strum_macros v0.24.3 |
1208 | 2023-12-01T19:33:05.658Z | Downloaded cancel-safe-futures v0.1.5 |
1209 | 2023-12-01T19:33:05.664Z | Downloaded camino v1.1.6 |
1210 | 2023-12-01T19:33:05.666Z | Downloaded stringprep v0.1.3 |
1211 | 2023-12-01T19:33:05.669Z | Downloaded multer v2.1.0 |
1212 | 2023-12-01T19:33:05.673Z | Downloaded tui-tree-widget v0.13.0 |
1213 | 2023-12-01T19:33:05.675Z | Downloaded tokio-native-tls v0.3.1 |
1214 | 2023-12-01T19:33:05.678Z | Downloaded thread-id v4.2.0 |
1215 | 2023-12-01T19:33:05.681Z | Downloaded terminal_size v0.2.6 |
1216 | 2023-12-01T19:33:05.683Z | Downloaded structopt-derive v0.4.18 |
1217 | 2023-12-01T19:33:05.683Z | Downloaded string_cache v0.8.7 |
1218 | 2023-12-01T19:33:05.686Z | Downloaded spin v0.5.2 |
1219 | 2023-12-01T19:33:05.689Z | Downloaded synstructure v0.12.6 |
1220 | 2023-12-01T19:33:05.692Z | Downloaded slog-scope v4.4.0 |
1221 | 2023-12-01T19:33:05.692Z | Downloaded darling v0.14.4 |
1222 | 2023-12-01T19:33:05.697Z | Downloaded crc32fast v1.3.2 |
1223 | 2023-12-01T19:33:05.700Z | Downloaded darling v0.20.3 |
1224 | 2023-12-01T19:33:05.705Z | Downloaded bzip2 v0.4.4 |
1225 | 2023-12-01T19:33:05.708Z | Downloaded base64 v0.21.5 |
1226 | 2023-12-01T19:33:05.715Z | Downloaded smf v0.2.2 |
1227 | 2023-12-01T19:33:05.718Z | Downloaded slog-stdlog v4.1.1 |
1228 | 2023-12-01T19:33:05.720Z | Downloaded memchr v2.6.3 |
1229 | 2023-12-01T19:33:05.728Z | Downloaded bitflags v2.4.0 |
1230 | 2023-12-01T19:33:05.735Z | Downloaded base64ct v1.6.0 |
1231 | 2023-12-01T19:33:05.738Z | Downloaded tinyvec_macros v0.1.1 |
1232 | 2023-12-01T19:33:05.738Z | Downloaded slog-async v2.8.0 |
1233 | 2023-12-01T19:33:05.741Z | Downloaded signal-hook-registry v1.4.1 |
1234 | 2023-12-01T19:33:05.744Z | Downloaded signal-hook-mio v0.2.3 |
1235 | 2023-12-01T19:33:05.744Z | Downloaded serde_tokenstream v0.1.7 |
1236 | 2023-12-01T19:33:05.749Z | Downloaded serde_plain v1.0.2 |
1237 | 2023-12-01T19:33:05.752Z | Downloaded serde-hex v0.1.0 |
1238 | 2023-12-01T19:33:05.755Z | Downloaded num-iter v0.1.43 |
1239 | 2023-12-01T19:33:05.757Z | Downloaded autocfg v1.1.0 |
1240 | 2023-12-01T19:33:05.760Z | Downloaded semver-parser v0.10.2 |
1241 | 2023-12-01T19:33:05.763Z | Downloaded num_cpus v1.16.0 |
1242 | 2023-12-01T19:33:05.766Z | Downloaded nibble_vec v0.1.0 |
1243 | 2023-12-01T19:33:05.769Z | Downloaded md-5 v0.10.5 |
1244 | 2023-12-01T19:33:05.771Z | Downloaded num v0.4.1 |
1245 | 2023-12-01T19:33:05.771Z | Downloaded nu-ansi-term v0.49.0 |
1246 | 2023-12-01T19:33:05.775Z | Downloaded strum v0.25.0 |
1247 | 2023-12-01T19:33:05.778Z | Downloaded mime v0.3.17 |
1248 | 2023-12-01T19:33:05.778Z | Downloaded macaddr v1.0.1 |
1249 | 2023-12-01T19:33:05.784Z | Downloaded impl-trait-for-tuples v0.2.2 |
1250 | 2023-12-01T19:33:05.787Z | Downloaded iana-time-zone v0.1.57 |
1251 | 2023-12-01T19:33:05.791Z | Downloaded chacha20 v0.9.1 |
1252 | 2023-12-01T19:33:05.793Z | Downloaded camino-tempfile v1.1.1 |
1253 | 2023-12-01T19:33:05.796Z | Downloaded doc-comment v0.3.3 |
1254 | 2023-12-01T19:33:05.796Z | Downloaded display-error-chain v0.2.0 |
1255 | 2023-12-01T19:33:05.799Z | Downloaded try-lock v0.2.4 |
1256 | 2023-12-01T19:33:05.799Z | Downloaded clap_lex v0.5.1 |
1257 | 2023-12-01T19:33:05.802Z | Downloaded bytecount v0.6.3 |
1258 | 2023-12-01T19:33:05.805Z | Downloaded atomicwrites v0.4.2 |
1259 | 2023-12-01T19:33:05.805Z | Downloaded libm v0.2.7 |
1260 | 2023-12-01T19:33:05.821Z | Downloaded newtype_derive v0.1.6 |
1261 | 2023-12-01T19:33:05.823Z | Downloaded inout v0.1.3 |
1262 | 2023-12-01T19:33:05.826Z | Downloaded cassowary v0.3.0 |
1263 | 2023-12-01T19:33:05.829Z | Downloaded block-padding v0.3.3 |
1264 | 2023-12-01T19:33:05.829Z | Downloaded block-buffer v0.10.4 |
1265 | 2023-12-01T19:33:05.832Z | Downloaded ascii-canvas v3.0.0 |
1266 | 2023-12-01T19:33:05.832Z | Downloaded byteorder v1.5.0 |
1267 | 2023-12-01T19:33:05.836Z | Downloaded async-recursion v1.0.5 |
1268 | 2023-12-01T19:33:05.839Z | Downloaded signal-hook-tokio v0.3.1 |
1269 | 2023-12-01T19:33:05.841Z | Downloaded bitflags v1.3.2 |
1270 | 2023-12-01T19:33:05.844Z | Downloaded bit-vec v0.6.3 |
1271 | 2023-12-01T19:33:05.848Z | Downloaded array-init v0.0.4 |
1272 | 2023-12-01T19:33:05.848Z | Downloaded anstyle-query v1.0.0 |
1273 | 2023-12-01T19:33:05.851Z | Downloaded num-derive v0.4.0 |
1274 | 2023-12-01T19:33:05.854Z | Downloaded secrecy v0.8.0 |
1275 | 2023-12-01T19:33:05.854Z | Downloaded normalize-line-endings v0.3.0 |
1276 | 2023-12-01T19:33:05.857Z | Downloaded libsw v3.3.0 |
1277 | 2023-12-01T19:33:05.860Z | Downloaded num_enum_derive v0.5.11 |
1278 | 2023-12-01T19:33:05.860Z | Downloaded bitfield v0.14.0 |
1279 | 2023-12-01T19:33:05.864Z | Downloaded lazy_static v1.4.0 |
1280 | 2023-12-01T19:33:05.867Z | Downloaded ipnetwork v0.20.0 |
1281 | 2023-12-01T19:33:05.867Z | Downloaded ciborium v0.2.1 |
1282 | 2023-12-01T19:33:05.870Z | Downloaded anstyle-parse v0.2.1 |
1283 | 2023-12-01T19:33:05.873Z | Downloaded maybe-uninit v2.0.0 |
1284 | 2023-12-01T19:33:05.876Z | Downloaded base16ct v0.2.0 |
1285 | 2023-12-01T19:33:05.878Z | Downloaded aead v0.5.2 |
1286 | 2023-12-01T19:33:05.881Z | Downloaded bb8 v0.8.1 |
1287 | 2023-12-01T19:33:05.881Z | Downloaded async-trait v0.1.74 |
1288 | 2023-12-01T19:33:05.886Z | Downloaded new_debug_unreachable v1.0.4 |
1289 | 2023-12-01T19:33:05.891Z | Downloaded anstyle v1.0.2 |
1290 | 2023-12-01T19:33:05.891Z | Downloaded memoffset v0.7.1 |
1291 | 2023-12-01T19:33:05.895Z | Downloaded indoc v2.0.3 |
1292 | 2023-12-01T19:33:05.898Z | Downloaded ident_case v1.0.1 |
1293 | 2023-12-01T19:33:05.898Z | Downloaded crypto-common v0.1.6 |
1294 | 2023-12-01T19:33:05.901Z | Downloaded matches v0.1.10 |
1295 | 2023-12-01T19:33:05.901Z | Downloaded idna v0.5.0 |
1296 | 2023-12-01T19:33:05.913Z | Downloaded bit-set v0.5.3 |
1297 | 2023-12-01T19:33:05.916Z | Downloaded adler v1.0.2 |
1298 | 2023-12-01T19:33:05.920Z | Downloaded assert_matches v1.5.0 |
1299 | 2023-12-01T19:33:05.920Z | Downloaded curve25519-dalek-derive v0.1.0 |
1300 | 2023-12-01T19:33:05.920Z | Downloaded crunchy v0.2.2 |
1301 | 2023-12-01T19:33:05.923Z | Downloaded colored v2.0.4 |
1302 | 2023-12-01T19:33:05.926Z | Downloaded native-tls v0.2.11 |
1303 | 2023-12-01T19:33:05.929Z | Downloaded atty v0.2.14 |
1304 | 2023-12-01T19:33:05.931Z | Downloaded anyhow v1.0.75 |
1305 | 2023-12-01T19:33:05.935Z | Downloaded cstr-argument v0.1.2 |
1306 | 2023-12-01T19:33:05.938Z | Downloaded crossbeam-deque v0.8.3 |
1307 | 2023-12-01T19:33:05.941Z | Downloaded async-stream-impl v0.3.5 |
1308 | 2023-12-01T19:33:05.941Z | Downloaded nodrop v0.1.14 |
1309 | 2023-12-01T19:33:05.944Z | Downloaded maplit v1.0.2 |
1310 | 2023-12-01T19:33:05.944Z | Downloaded crossbeam v0.8.2 |
1311 | 2023-12-01T19:33:05.946Z | Downloaded crc v3.0.1 |
1312 | 2023-12-01T19:33:05.949Z | Downloaded itoa v1.0.9 |
1313 | 2023-12-01T19:33:05.952Z | Downloaded openssl-sys v0.9.96 |
1314 | 2023-12-01T19:33:05.958Z | Downloaded omicron-zone-package v0.9.1 |
1315 | 2023-12-01T19:33:05.962Z | Downloaded crypto-bigint v0.5.2 |
1316 | 2023-12-01T19:33:05.972Z | Downloaded crossbeam-utils v0.8.16 |
1317 | 2023-12-01T19:33:05.977Z | Downloaded clap v4.4.3 |
1318 | 2023-12-01T19:33:05.992Z | Downloaded parking_lot v0.12.1 |
1319 | 2023-12-01T19:33:05.996Z | Downloaded log v0.4.20 |
1320 | 2023-12-01T19:33:06.001Z | Downloaded const-oid v0.9.5 |
1321 | 2023-12-01T19:33:06.004Z | Downloaded openssl-macros v0.1.1 |
1322 | 2023-12-01T19:33:06.004Z | Downloaded crucible-workspace-hack v0.1.0 |
1323 | 2023-12-01T19:33:06.007Z | Downloaded cookie v0.18.0 |
1324 | 2023-12-01T19:33:06.010Z | Downloaded console v0.15.7 |
1325 | 2023-12-01T19:33:06.014Z | Downloaded serde-big-array v0.5.1 |
1326 | 2023-12-01T19:33:06.016Z | Downloaded papergrid v0.10.0 |
1327 | 2023-12-01T19:33:06.025Z | Downloaded packed_struct_codegen v0.10.1 |
1328 | 2023-12-01T19:33:06.027Z | Downloaded packed_struct v0.10.1 |
1329 | 2023-12-01T19:33:06.030Z | Downloaded oso-derive v0.27.0 |
1330 | 2023-12-01T19:33:06.030Z | Downloaded opaque-debug v0.3.0 |
1331 | 2023-12-01T19:33:06.033Z | Downloaded lazycell v1.3.0 |
1332 | 2023-12-01T19:33:06.036Z | Downloaded keccak v0.1.4 |
1333 | 2023-12-01T19:33:06.036Z | Downloaded is-terminal v0.4.9 |
1334 | 2023-12-01T19:33:06.038Z | Downloaded linear-map v1.2.0 |
1335 | 2023-12-01T19:33:06.041Z | Downloaded clang-sys v1.6.1 |
1336 | 2023-12-01T19:33:06.044Z | Downloaded kstat-rs v0.2.3 |
1337 | 2023-12-01T19:33:06.047Z | Downloaded crossbeam-queue v0.3.8 |
1338 | 2023-12-01T19:33:06.047Z | Downloaded cpufeatures v0.2.9 |
1339 | 2023-12-01T19:33:06.049Z | Downloaded convert_case v0.4.0 |
1340 | 2023-12-01T19:33:06.053Z | Downloaded argon2 v0.5.2 |
1341 | 2023-12-01T19:33:06.395Z | Compiling proc-macro2 v1.0.69 |
1342 | 2023-12-01T19:33:06.398Z | Compiling unicode-ident v1.0.12 |
1343 | 2023-12-01T19:33:06.398Z | Compiling libc v0.2.150 |
1344 | 2023-12-01T19:33:06.398Z | Compiling serde v1.0.192 |
1345 | 2023-12-01T19:33:06.398Z | Compiling autocfg v1.1.0 |
1346 | 2023-12-01T19:33:06.409Z | Compiling cfg-if v1.0.0 |
1347 | 2023-12-01T19:33:06.412Z | Compiling version_check v0.9.4 |
1348 | 2023-12-01T19:33:06.412Z | Compiling syn v1.0.109 |
1349 | 2023-12-01T19:33:06.703Z | Compiling once_cell v1.18.0 |
1350 | 2023-12-01T19:33:06.722Z | Compiling parking_lot_core v0.9.8 |
1351 | 2023-12-01T19:33:07.210Z | Compiling libm v0.2.7 |
1352 | 2023-12-01T19:33:07.292Z | Compiling serde_json v1.0.108 |
1353 | 2023-12-01T19:33:07.434Z | Compiling lock_api v0.4.10 |
1354 | 2023-12-01T19:33:08.300Z | Compiling num-traits v0.2.16 |
1355 | 2023-12-01T19:33:08.336Z | Compiling futures-core v0.3.29 |
1356 | 2023-12-01T19:33:08.465Z | Compiling thiserror v1.0.49 |
1357 | 2023-12-01T19:33:08.594Z | Compiling scopeguard v1.2.0 |
1358 | 2023-12-01T19:33:08.641Z | Compiling typenum v1.16.0 |
1359 | 2023-12-01T19:33:08.808Z | Compiling memchr v2.6.3 |
1360 | 2023-12-01T19:33:08.902Z | Compiling generic-array v0.14.7 |
1361 | 2023-12-01T19:33:09.243Z | Compiling itoa v1.0.9 |
1362 | 2023-12-01T19:33:09.559Z | Compiling pkg-config v0.3.27 |
1363 | 2023-12-01T19:33:10.257Z | Compiling quote v1.0.33 |
1364 | 2023-12-01T19:33:10.798Z | Compiling cc v1.0.83 |
1365 | 2023-12-01T19:33:11.023Z | Compiling syn v2.0.32 |
1366 | 2023-12-01T19:33:11.248Z | Compiling getrandom v0.2.10 |
1367 | 2023-12-01T19:33:11.455Z | Compiling slab v0.4.9 |
1368 | 2023-12-01T19:33:11.876Z | Compiling futures-channel v0.3.29 |
1369 | 2023-12-01T19:33:11.901Z | Compiling futures-task v0.3.29 |
1370 | 2023-12-01T19:33:12.336Z | Compiling log v0.4.20 |
1371 | 2023-12-01T19:33:12.492Z | Compiling futures-util v0.3.29 |
1372 | 2023-12-01T19:33:12.943Z | Compiling heck v0.4.1 |
1373 | 2023-12-01T19:33:13.216Z | Compiling ryu v1.0.15 |
1374 | 2023-12-01T19:33:13.305Z | Compiling smallvec v1.11.0 |
1375 | 2023-12-01T19:33:13.613Z | Compiling pin-project-lite v0.2.13 |
1376 | 2023-12-01T19:33:13.761Z | Compiling schemars v0.8.13 |
1377 | 2023-12-01T19:33:13.783Z | Compiling vcpkg v0.2.15 |
1378 | 2023-12-01T19:33:14.827Z | Compiling parking_lot v0.12.1 |
1379 | 2023-12-01T19:33:15.562Z | Compiling ring v0.17.5 |
1380 | 2023-12-01T19:33:16.571Z | Compiling openssl-sys v0.9.96 |
1381 | 2023-12-01T19:33:17.118Z | Compiling signal-hook-registry v1.4.1 |
1382 | 2023-12-01T19:33:18.714Z | Compiling ring v0.16.20 |
1383 | 2023-12-01T19:33:18.900Z | Compiling mio v0.8.9 |
1384 | 2023-12-01T19:33:19.222Z | Compiling indexmap v1.9.3 |
1385 | 2023-12-01T19:33:19.642Z | Compiling equivalent v1.0.1 |
1386 | 2023-12-01T19:33:19.712Z | Compiling byteorder v1.5.0 |
1387 | 2023-12-01T19:33:19.793Z | Compiling hashbrown v0.14.2 |
1388 | 2023-12-01T19:33:20.417Z | Compiling ahash v0.8.3 |
1389 | 2023-12-01T19:33:20.747Z | Compiling httparse v1.8.0 |
1390 | 2023-12-01T19:33:20.823Z | Compiling socket2 v0.5.5 |
1391 | 2023-12-01T19:33:20.893Z | Compiling num_cpus v1.16.0 |
1392 | 2023-12-01T19:33:21.118Z | Compiling spin v0.5.2 |
1393 | 2023-12-01T19:33:21.480Z | Compiling rand_core v0.6.4 |
1394 | 2023-12-01T19:33:21.920Z | Compiling semver v1.0.20 |
1395 | 2023-12-01T19:33:21.941Z | Compiling openssl v0.10.60 |
1396 | 2023-12-01T19:33:22.080Z | Compiling fnv v1.0.7 |
1397 | 2023-12-01T19:33:22.475Z | Compiling serde_derive_internals v0.26.0 |
1398 | 2023-12-01T19:33:22.650Z | Compiling iana-time-zone v0.1.57 |
1399 | 2023-12-01T19:33:22.925Z | Compiling rustls v0.21.9 |
1400 | 2023-12-01T19:33:23.315Z | Compiling crossbeam-utils v0.8.16 |
1401 | 2023-12-01T19:33:23.831Z | Compiling unicode-xid v0.2.4 |
1402 | 2023-12-01T19:33:23.959Z | Compiling ucd-trie v0.1.6 |
1403 | 2023-12-01T19:33:24.019Z | Compiling native-tls v0.2.11 |
1404 | 2023-12-01T19:33:24.070Z | Compiling synstructure v0.12.6 |
1405 | 2023-12-01T19:33:24.628Z | Compiling io-lifetimes v1.0.11 |
1406 | 2023-12-01T19:33:24.711Z | Compiling futures-sink v0.3.29 |
1407 | 2023-12-01T19:33:25.584Z | Compiling backtrace v0.3.69 |
1408 | 2023-12-01T19:33:26.165Z | Compiling winnow v0.5.15 |
1409 | 2023-12-01T19:33:26.188Z | Compiling rustix v0.38.25 |
1410 | 2023-12-01T19:33:26.212Z | Compiling dyn-clone v1.0.13 |
1411 | 2023-12-01T19:33:26.478Z | Compiling tinyvec_macros v0.1.1 |
1412 | 2023-12-01T19:33:26.603Z | Compiling tinyvec v1.6.0 |
1413 | 2023-12-01T19:33:27.643Z | Compiling tracing-core v0.1.31 |
1414 | 2023-12-01T19:33:27.678Z | Compiling num-integer v0.1.45 |
1415 | 2023-12-01T19:33:28.030Z | Compiling memoffset v0.9.0 |
1416 | 2023-12-01T19:33:28.089Z | Compiling futures-io v0.3.29 |
1417 | 2023-12-01T19:33:28.168Z | Compiling rustix v0.37.23 |
1418 | 2023-12-01T19:33:28.695Z | Compiling pin-utils v0.1.0 |
1419 | 2023-12-01T19:33:28.870Z | Compiling hashbrown v0.13.2 |
1420 | 2023-12-01T19:33:28.951Z | Compiling spin v0.9.8 |
1421 | 2023-12-01T19:33:29.240Z | Compiling unicode-normalization v0.1.22 |
1422 | 2023-12-01T19:33:29.494Z | Compiling usdt-impl v0.3.5 |
1423 | 2023-12-01T19:33:29.966Z | Compiling slog v2.7.0 |
1424 | 2023-12-01T19:33:30.606Z | Compiling crc32fast v1.3.2 |
1425 | 2023-12-01T19:33:30.742Z | Compiling time-core v0.1.1 |
1426 | 2023-12-01T19:33:30.937Z | Compiling unicode-bidi v0.3.13 |
1427 | 2023-12-01T19:33:30.982Z | Compiling anyhow v1.0.75 |
1428 | 2023-12-01T19:33:31.227Z | Compiling bitflags v1.3.2 |
1429 | 2023-12-01T19:33:31.670Z | Compiling time-macros v0.2.13 |
1430 | 2023-12-01T19:33:31.944Z | Compiling serde_derive v1.0.192 |
1431 | 2023-12-01T19:33:32.011Z | Compiling thiserror-impl v1.0.49 |
1432 | 2023-12-01T19:33:32.072Z | Compiling tokio-macros v2.2.0 |
1433 | 2023-12-01T19:33:32.317Z | Compiling zeroize_derive v1.4.2 |
1434 | 2023-12-01T19:33:32.937Z | Compiling futures-macro v0.3.29 |
1435 | 2023-12-01T19:33:33.986Z | Compiling tracing-attributes v0.1.26 |
1436 | 2023-12-01T19:33:34.089Z | Compiling schemars_derive v0.8.13 |
1437 | 2023-12-01T19:33:34.430Z | Compiling openssl-macros v0.1.1 |
1438 | 2023-12-01T19:33:34.454Z | Compiling zeroize v1.7.0 |
1439 | 2023-12-01T19:33:35.928Z | Compiling zerocopy-derive v0.2.0 |
1440 | 2023-12-01T19:33:36.397Z | Compiling pest v2.7.2 |
1441 | 2023-12-01T19:33:37.197Z | Compiling crypto-common v0.1.6 |
1442 | 2023-12-01T19:33:38.389Z | Compiling block-buffer v0.10.4 |
1443 | 2023-12-01T19:33:38.620Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1444 | 2023-12-01T19:33:38.785Z | Compiling aho-corasick v1.0.4 |
1445 | 2023-12-01T19:33:38.815Z | Compiling crossbeam-epoch v0.9.15 |
1446 | 2023-12-01T19:33:39.219Z | Compiling tracing v0.1.37 |
1447 | 2023-12-01T19:33:39.622Z | Compiling subtle v2.5.0 |
1448 | 2023-12-01T19:33:39.956Z | Compiling ppv-lite86 v0.2.17 |
1449 | 2023-12-01T19:33:40.059Z | Compiling signal-hook v0.3.17 |
1450 | 2023-12-01T19:33:40.437Z | Compiling pest_meta v2.7.2 |
1451 | 2023-12-01T19:33:40.546Z | Compiling regex-syntax v0.8.2 |
1452 | 2023-12-01T19:33:40.900Z | Compiling rustversion v1.0.14 |
1453 | 2023-12-01T19:33:41.185Z | Compiling const-oid v0.9.5 |
1454 | 2023-12-01T19:33:41.743Z | Compiling async-trait v0.1.74 |
1455 | 2023-12-01T19:33:42.468Z | Compiling pest_generator v2.7.2 |
1456 | 2023-12-01T19:33:44.687Z | Compiling digest v0.10.7 |
1457 | 2023-12-01T19:33:45.395Z | Compiling rand_chacha v0.3.1 |
1458 | 2023-12-01T19:33:45.413Z | Compiling zerocopy v0.3.0 |
1459 | 2023-12-01T19:33:46.578Z | Compiling regex-automata v0.4.3 |
1460 | 2023-12-01T19:33:46.996Z | Compiling pest_derive v2.7.2 |
1461 | 2023-12-01T19:33:47.327Z | Compiling zerocopy-derive v0.6.4 |
1462 | 2023-12-01T19:33:48.092Z | Compiling errno v0.3.2 |
1463 | 2023-12-01T19:33:48.528Z | Compiling strsim v0.10.0 |
1464 | 2023-12-01T19:33:49.484Z | Compiling base64 v0.21.5 |
1465 | 2023-12-01T19:33:50.223Z | Compiling dtrace-parser v0.1.14 |
1466 | 2023-12-01T19:33:50.424Z | Compiling dof v0.1.5 |
1467 | 2023-12-01T19:33:50.537Z | Compiling rand v0.8.5 |
1468 | 2023-12-01T19:33:53.353Z | Compiling regex v1.10.2 |
1469 | 2023-12-01T19:33:53.799Z | Compiling bytes v1.5.0 |
1470 | 2023-12-01T19:33:55.314Z | Compiling indexmap v2.1.0 |
1471 | 2023-12-01T19:33:55.641Z | Compiling uuid v1.6.1 |
1472 | 2023-12-01T19:33:56.526Z | Compiling tokio v1.34.0 |
1473 | 2023-12-01T19:33:56.763Z | Compiling chrono v0.4.31 |
1474 | 2023-12-01T19:33:56.820Z | Compiling bitflags v2.4.0 |
1475 | 2023-12-01T19:33:58.638Z | Compiling serde_spanned v0.6.4 |
1476 | 2023-12-01T19:33:58.960Z | Compiling toml_datetime v0.6.5 |
1477 | 2023-12-01T19:33:59.977Z | Compiling toml_edit v0.19.15 |
1478 | 2023-12-01T19:34:00.397Z | Compiling rustc_version v0.4.0 |
1479 | 2023-12-01T19:34:01.395Z | Compiling http v0.2.11 |
1480 | 2023-12-01T19:34:02.531Z | Compiling heapless v0.7.16 |
1481 | 2023-12-01T19:34:11.332Z | Compiling tokio-util v0.7.10 |
1482 | 2023-12-01T19:34:12.007Z | Compiling thread-id v4.2.0 |
1483 | 2023-12-01T19:34:12.250Z | Compiling num-bigint v0.4.4 |
1484 | 2023-12-01T19:34:12.274Z | Compiling openssl-probe v0.1.5 |
1485 | 2023-12-01T19:34:12.675Z | Compiling hashbrown v0.12.3 |
1486 | 2023-12-01T19:34:13.604Z | Compiling foreign-types-shared v0.1.1 |
1487 | 2023-12-01T19:34:13.749Z | Compiling untrusted v0.9.0 |
1488 | 2023-12-01T19:34:14.014Z | Compiling percent-encoding v2.3.1 |
1489 | 2023-12-01T19:34:14.515Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1490 | 2023-12-01T19:34:14.670Z | Compiling smoltcp v0.9.1 |
1491 | 2023-12-01T19:34:15.112Z | Compiling untrusted v0.7.1 |
1492 | 2023-12-01T19:34:15.508Z | Compiling doc-comment v0.3.3 |
1493 | 2023-12-01T19:34:19.035Z | Compiling foreign-types v0.3.2 |
1494 | 2023-12-01T19:34:21.099Z | Compiling strum_macros v0.25.2 |
1495 | 2023-12-01T19:34:21.504Z | Compiling serde_tokenstream v0.1.7 |
1496 | 2023-12-01T19:34:22.941Z | Compiling lazy_static v1.4.0 |
1497 | 2023-12-01T19:34:23.237Z | Compiling socket2 v0.4.9 |
1498 | 2023-12-01T19:34:23.287Z | Compiling adler v1.0.2 |
1499 | 2023-12-01T19:34:23.606Z | Compiling try-lock v0.2.4 |
1500 | 2023-12-01T19:34:24.087Z | Compiling unicode-segmentation v1.10.1 |
1501 | 2023-12-01T19:34:24.231Z | Compiling unicode-width v0.1.11 |
1502 | 2023-12-01T19:34:24.464Z | Compiling siphasher v0.3.11 |
1503 | 2023-12-01T19:34:25.072Z | Compiling miniz_oxide v0.7.1 |
1504 | 2023-12-01T19:34:27.427Z | Compiling want v0.3.1 |
1505 | 2023-12-01T19:34:28.874Z | Compiling rustls-webpki v0.101.7 |
1506 | 2023-12-01T19:34:29.888Z | Compiling sct v0.7.0 |
1507 | 2023-12-01T19:34:30.320Z | Compiling h2 v0.3.21 |
1508 | 2023-12-01T19:34:31.136Z | Compiling form_urlencoded v1.2.1 |
1509 | 2023-12-01T19:34:31.578Z | Compiling http-body v0.4.5 |
1510 | 2023-12-01T19:34:31.676Z | Compiling hubpack_derive v0.1.1 |
1511 | 2023-12-01T19:34:32.183Z | Compiling pin-project-internal v1.1.3 |
1512 | 2023-12-01T19:34:34.573Z | Compiling num-iter v0.1.43 |
1513 | 2023-12-01T19:34:35.035Z | Compiling httpdate v1.0.3 |
1514 | 2023-12-01T19:34:35.448Z | Compiling tower-service v0.3.2 |
1515 | 2023-12-01T19:34:35.647Z | Compiling cpufeatures v0.2.9 |
1516 | 2023-12-01T19:34:35.780Z | Compiling anstyle v1.0.2 |
1517 | 2023-12-01T19:34:36.419Z | Compiling utf8parse v0.2.1 |
1518 | 2023-12-01T19:34:36.658Z | Compiling anstyle-parse v0.2.1 |
1519 | 2023-12-01T19:34:37.149Z | Compiling sha2 v0.10.8 |
1520 | 2023-12-01T19:34:40.785Z | Compiling usdt-macro v0.3.5 |
1521 | 2023-12-01T19:34:40.845Z | Compiling usdt-attr-macro v0.3.5 |
1522 | 2023-12-01T19:34:41.570Z | Compiling hyper v0.14.27 |
1523 | 2023-12-01T19:34:43.290Z | Compiling openapiv3 v2.0.0-rc.1 |
1524 | 2023-12-01T19:34:43.631Z | Compiling serde_tokenstream v0.2.0 |
1525 | 2023-12-01T19:34:44.450Z | Compiling rustls-pemfile v1.0.3 |
1526 | 2023-12-01T19:34:44.929Z | Compiling md-5 v0.10.5 |
1527 | 2023-12-01T19:34:45.074Z | Compiling hmac v0.12.1 |
1528 | 2023-12-01T19:34:45.385Z | Compiling idna v0.5.0 |
1529 | 2023-12-01T19:34:46.362Z | Compiling stringprep v0.1.3 |
1530 | 2023-12-01T19:34:46.647Z | Compiling diesel_table_macro_syntax v0.1.0 |
1531 | 2023-12-01T19:34:47.033Z | Compiling hash32 v0.2.1 |
1532 | 2023-12-01T19:34:47.206Z | Compiling fallible-iterator v0.2.0 |
1533 | 2023-12-01T19:34:47.584Z | Compiling anstyle-query v1.0.0 |
1534 | 2023-12-01T19:34:47.692Z | Compiling colorchoice v1.0.0 |
1535 | 2023-12-01T19:34:47.885Z | Compiling either v1.9.0 |
1536 | 2023-12-01T19:34:47.908Z | Compiling stable_deref_trait v1.2.0 |
1537 | 2023-12-01T19:34:48.047Z | Compiling gimli v0.28.0 |
1538 | 2023-12-01T19:34:48.390Z | Compiling postgres-protocol v0.6.6 |
1539 | 2023-12-01T19:34:50.307Z | Compiling anstream v0.5.0 |
1540 | 2023-12-01T19:34:50.836Z | Compiling diesel_derives v2.1.2 |
1541 | 2023-12-01T19:34:51.145Z | Compiling url v2.5.0 |
1542 | 2023-12-01T19:34:55.311Z | Compiling addr2line v0.21.0 |
1543 | 2023-12-01T19:34:56.291Z | Compiling tokio-rustls v0.24.1 |
1544 | 2023-12-01T19:34:56.920Z | Compiling rustls-native-certs v0.6.3 |
1545 | 2023-12-01T19:34:57.458Z | Compiling terminal_size v0.2.6 |
1546 | 2023-12-01T19:34:59.071Z | Compiling tokio-native-tls v0.3.1 |
1547 | 2023-12-01T19:34:59.478Z | Compiling phf_shared v0.11.2 |
1548 | 2023-12-01T19:35:00.800Z | Compiling block-padding v0.3.3 |
1549 | 2023-12-01T19:35:01.024Z | Compiling enum-as-inner v0.5.1 |
1550 | 2023-12-01T19:35:01.128Z | Compiling snafu-derive v0.7.5 |
1551 | 2023-12-01T19:35:01.152Z | Compiling serde_repr v0.1.16 |
1552 | 2023-12-01T19:35:02.573Z | Compiling clap_derive v4.4.2 |
1553 | 2023-12-01T19:35:02.802Z | Compiling regress v0.7.1 |
1554 | 2023-12-01T19:35:09.377Z | Compiling scheduled-thread-pool v0.2.7 |
1555 | 2023-12-01T19:35:10.056Z | Compiling object v0.32.1 |
1556 | 2023-12-01T19:35:10.639Z | Compiling rustc-demangle v0.1.23 |
1557 | 2023-12-01T19:35:12.073Z | Compiling deranged v0.3.8 |
1558 | 2023-12-01T19:35:14.033Z | Compiling num_threads v0.1.6 |
1559 | 2023-12-01T19:35:14.206Z | Compiling regex-automata v0.1.10 |
1560 | 2023-12-01T19:35:14.984Z | Compiling matches v0.1.10 |
1561 | 2023-12-01T19:35:15.067Z | Compiling bit-vec v0.6.3 |
1562 | 2023-12-01T19:35:15.700Z | Compiling managed v0.8.0 |
1563 | 2023-12-01T19:35:16.400Z | Compiling ipnet v2.8.0 |
1564 | 2023-12-01T19:35:17.476Z | Compiling clap_lex v0.5.1 |
1565 | 2023-12-01T19:35:18.163Z | Compiling clap_builder v4.4.2 |
1566 | 2023-12-01T19:35:19.464Z | Compiling idna v0.2.3 |
1567 | 2023-12-01T19:35:22.375Z | Compiling time v0.3.27 |
1568 | 2023-12-01T19:35:24.494Z | Compiling bstr v0.2.17 |
1569 | 2023-12-01T19:35:24.640Z | Compiling r2d2 v0.8.10 |
1570 | 2023-12-01T19:35:25.624Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1571 | 2023-12-01T19:35:26.765Z | Compiling inout v0.1.3 |
1572 | 2023-12-01T19:35:28.057Z | Compiling phf v0.11.2 |
1573 | 2023-12-01T19:35:28.292Z | Compiling hyper-tls v0.5.0 |
1574 | 2023-12-01T19:35:28.503Z | Compiling hyper-rustls v0.24.2 |
1575 | 2023-12-01T19:35:28.860Z | Compiling signal-hook-mio v0.2.3 |
1576 | 2023-12-01T19:35:29.079Z | Compiling bzip2 v0.4.4 |
1577 | 2023-12-01T19:35:29.266Z | Compiling flate2 v1.0.28 |
1578 | 2023-12-01T19:35:29.628Z | Compiling postgres-types v0.2.6 |
1579 | 2023-12-01T19:35:30.147Z | Compiling itertools v0.11.0 |
1580 | 2023-12-01T19:35:30.574Z | Compiling pin-project v1.1.3 |
1581 | 2023-12-01T19:35:30.720Z | Compiling hubpack v0.1.2 |
1582 | 2023-12-01T19:35:30.873Z | Compiling serde_urlencoded v0.7.1 |
1583 | 2023-12-01T19:35:31.364Z | Compiling phf_shared v0.10.0 |
1584 | 2023-12-01T19:35:31.675Z | Compiling ipnetwork v0.20.0 |
1585 | 2023-12-01T19:35:32.343Z | Compiling zerocopy v0.6.4 |
1586 | 2023-12-01T19:35:32.900Z | Compiling futures-executor v0.3.29 |
1587 | 2023-12-01T19:35:33.801Z | Compiling float-cmp v0.9.0 |
1588 | 2023-12-01T19:35:33.956Z | Compiling proc-macro-error-attr v1.0.4 |
1589 | 2023-12-01T19:35:34.127Z | Compiling encoding_rs v0.8.33 |
1590 | 2023-12-01T19:35:34.899Z | Compiling new_debug_unreachable v1.0.4 |
1591 | 2023-12-01T19:35:35.031Z | Compiling static_assertions v1.1.0 |
1592 | 2023-12-01T19:35:35.174Z | Compiling whoami v1.4.1 |
1593 | 2023-12-01T19:35:36.000Z | Compiling normalize-line-endings v0.3.0 |
1594 | 2023-12-01T19:35:38.711Z | Compiling mime v0.3.17 |
1595 | 2023-12-01T19:35:39.534Z | Compiling predicates-core v1.0.6 |
1596 | 2023-12-01T19:35:39.557Z | Compiling webpki-roots v0.25.2 |
1597 | 2023-12-01T19:35:40.011Z | Compiling difflib v0.4.0 |
1598 | 2023-12-01T19:35:40.174Z | Compiling fixedbitset v0.4.2 |
1599 | 2023-12-01T19:35:40.616Z | Compiling data-encoding v2.4.0 |
1600 | 2023-12-01T19:35:40.774Z | Compiling precomputed-hash v0.1.1 |
1601 | 2023-12-01T19:35:43.147Z | Compiling regex-automata v0.3.8 |
1602 | 2023-12-01T19:35:43.458Z | Compiling trust-dns-proto v0.22.0 |
1603 | 2023-12-01T19:35:44.060Z | Compiling string_cache v0.8.7 |
1604 | 2023-12-01T19:35:44.198Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1605 | 2023-12-01T19:35:44.749Z | Compiling predicates v3.0.4 |
1606 | 2023-12-01T19:35:47.099Z | Compiling bstr v1.6.0 |
1607 | 2023-12-01T19:35:49.397Z | Compiling petgraph v0.6.4 |
1608 | 2023-12-01T19:35:51.141Z | Compiling reqwest v0.11.22 |
1609 | 2023-12-01T19:35:55.038Z | Compiling tokio-postgres v0.7.10 |
1610 | 2023-12-01T19:35:55.093Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1611 | 2023-12-01T19:36:04.693Z | Compiling futures v0.3.29 |
1612 | 2023-12-01T19:36:04.856Z | Compiling diesel v2.1.4 |
1613 | 2023-12-01T19:36:05.176Z | Compiling yasna v0.5.2 |
1614 | 2023-12-01T19:36:06.052Z | Compiling snafu v0.7.5 |
1615 | 2023-12-01T19:36:07.007Z | Compiling zip v0.6.6 |
1616 | 2023-12-01T19:36:07.238Z | Compiling crossterm v0.27.0 |
1617 | 2023-12-01T19:36:08.285Z | Compiling cipher v0.4.4 |
1618 | 2023-12-01T19:36:09.045Z | Compiling similar v2.2.1 |
1619 | 2023-12-01T19:36:09.848Z | Compiling clap v4.4.3 |
1620 | 2023-12-01T19:36:10.006Z | Compiling bit-set v0.5.3 |
1621 | 2023-12-01T19:36:10.586Z | Compiling itertools v0.10.5 |
1622 | 2023-12-01T19:36:10.942Z | Compiling usdt v0.3.5 |
1623 | 2023-12-01T19:36:11.310Z | Compiling console v0.15.7 |
1624 | 2023-12-01T19:36:11.580Z | Compiling tokio-stream v0.1.14 |
1625 | 2023-12-01T19:36:12.336Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2023-12-01T19:36:12.801Z | Compiling toml v0.7.8 |
1627 | 2023-12-01T19:36:13.068Z | Compiling toml_edit v0.21.0 |
1628 | 2023-12-01T19:36:13.356Z | Compiling hex v0.4.3 |
1629 | 2023-12-01T19:36:13.764Z | Compiling signature v2.1.0 |
1630 | 2023-12-01T19:36:14.295Z | Compiling proc-macro-error v1.0.4 |
1631 | 2023-12-01T19:36:15.073Z | Compiling lalrpop-util v0.19.12 |
1632 | 2023-12-01T19:36:16.883Z | Compiling num_enum_derive v0.5.11 |
1633 | 2023-12-01T19:36:21.691Z | Compiling atty v0.2.14 |
1634 | 2023-12-01T19:36:21.832Z | Compiling ident_case v1.0.1 |
1635 | 2023-12-01T19:36:22.082Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2023-12-01T19:36:22.801Z | Compiling darling_core v0.20.3 |
1637 | 2023-12-01T19:36:27.712Z | Compiling num_enum v0.5.11 |
1638 | 2023-12-01T19:36:47.785Z | Compiling dirs-sys-next v0.1.2 |
1639 | 2023-12-01T19:36:51.360Z | Compiling camino v1.1.6 |
1640 | 2023-12-01T19:36:52.155Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2023-12-01T19:36:52.560Z | Compiling postcard-cobs v0.1.5-pre |
1642 | 2023-12-01T19:36:52.822Z | Compiling postcard v0.7.3 |
1643 | 2023-12-01T19:36:56.612Z | Compiling dirs-next v2.0.0 |
1644 | 2023-12-01T19:36:59.752Z | Compiling darling_macro v0.20.3 |
1645 | 2023-12-01T19:37:02.193Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1646 | 2023-12-01T19:37:10.958Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1647 | 2023-12-01T19:37:11.376Z | Compiling smoltcp v0.8.2 |
1648 | 2023-12-01T19:37:12.162Z | Compiling getopts v0.2.21 |
1649 | 2023-12-01T19:37:17.836Z | Compiling foreign-types-macros v0.2.3 |
1650 | 2023-12-01T19:37:19.778Z | Compiling structmeta-derive v0.2.0 |
1651 | 2023-12-01T19:37:26.272Z | Compiling thread_local v1.1.7 |
1652 | 2023-12-01T19:37:27.560Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1653 | 2023-12-01T19:37:27.982Z | Compiling multer v2.1.0 |
1654 | 2023-12-01T19:37:30.132Z | Compiling foreign-types-shared v0.3.1 |
1655 | 2023-12-01T19:37:30.307Z | Compiling paste v1.0.14 |
1656 | 2023-12-01T19:37:30.963Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1657 | 2023-12-01T19:37:31.130Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1658 | 2023-12-01T19:37:31.293Z | Compiling match_cfg v0.1.0 |
1659 | 2023-12-01T19:37:31.541Z | Compiling slog-async v2.8.0 |
1660 | 2023-12-01T19:37:32.545Z | Compiling unsafe-libyaml v0.2.9 |
1661 | 2023-12-01T19:37:35.466Z | Compiling cfg-if v0.1.10 |
1662 | 2023-12-01T19:37:35.522Z | Compiling serde_yaml v0.9.25 |
1663 | 2023-12-01T19:37:35.604Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1664 | 2023-12-01T19:37:41.967Z | Compiling hostname v0.3.1 |
1665 | 2023-12-01T19:37:42.678Z | Compiling foreign-types v0.5.0 |
1666 | 2023-12-01T19:37:44.753Z | Compiling structmeta v0.2.0 |
1667 | 2023-12-01T19:37:47.984Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1668 | 2023-12-01T19:37:53.378Z | Compiling darling v0.20.3 |
1669 | 2023-12-01T19:37:54.001Z | Compiling term v0.7.0 |
1670 | 2023-12-01T19:37:59.845Z | Compiling slog-json v2.6.1 |
1671 | 2023-12-01T19:38:00.983Z | Compiling is-terminal v0.4.9 |
1672 | 2023-12-01T19:38:01.208Z | Compiling crossbeam-channel v0.5.8 |
1673 | 2023-12-01T19:38:04.711Z | Compiling strum v0.25.0 |
1674 | 2023-12-01T19:38:04.957Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1675 | 2023-12-01T19:38:04.980Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1676 | 2023-12-01T19:38:05.607Z | Compiling async-stream-impl v0.3.5 |
1677 | 2023-12-01T19:38:05.996Z | Compiling cstr-argument v0.1.2 |
1678 | 2023-12-01T19:38:06.174Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1679 | 2023-12-01T19:38:06.222Z | Compiling crucible-workspace-hack v0.1.0 |
1680 | 2023-12-01T19:38:06.604Z | Compiling take_mut v0.2.2 |
1681 | 2023-12-01T19:38:06.630Z | Compiling pretty-hex v0.2.1 |
1682 | 2023-12-01T19:38:07.161Z | Compiling regex-syntax v0.7.5 |
1683 | 2023-12-01T19:38:08.629Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1684 | 2023-12-01T19:38:09.031Z | Compiling fastrand v2.0.0 |
1685 | 2023-12-01T19:38:09.264Z | Compiling atomic-waker v1.1.1 |
1686 | 2023-12-01T19:38:09.537Z | Compiling waitgroup v0.1.2 |
1687 | 2023-12-01T19:38:09.884Z | Compiling tempfile v3.8.1 |
1688 | 2023-12-01T19:38:17.194Z | Compiling parse-display-derive v0.8.2 |
1689 | 2023-12-01T19:38:20.411Z | Compiling async-stream v0.3.5 |
1690 | 2023-12-01T19:38:23.287Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1691 | 2023-12-01T19:38:26.158Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1692 | 2023-12-01T19:38:27.517Z | Compiling colored v2.0.4 |
1693 | 2023-12-01T19:38:29.157Z | Compiling slog-bunyan v2.4.0 |
1694 | 2023-12-01T19:38:29.656Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1695 | 2023-12-01T19:38:29.773Z | Compiling slog-term v2.9.0 |
1696 | 2023-12-01T19:38:34.495Z | Compiling serde_with_macros v2.3.3 |
1697 | 2023-12-01T19:38:42.011Z | Compiling toml v0.8.8 |
1698 | 2023-12-01T19:38:42.531Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1699 | 2023-12-01T19:38:43.862Z | Compiling sha1 v0.10.6 |
1700 | 2023-12-01T19:38:44.942Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1701 | 2023-12-01T19:38:45.401Z | Compiling textwrap v0.11.0 |
1702 | 2023-12-01T19:38:46.580Z | Compiling heck v0.3.3 |
1703 | 2023-12-01T19:38:47.131Z | Compiling serde_path_to_error v0.1.14 |
1704 | 2023-12-01T19:38:48.069Z | Compiling instant v0.1.12 |
1705 | 2023-12-01T19:38:48.292Z | Compiling libefi-sys v0.1.0 |
1706 | 2023-12-01T19:38:48.723Z | Compiling debug-ignore v1.0.5 |
1707 | 2023-12-01T19:38:48.749Z | Compiling rayon-core v1.12.0 |
1708 | 2023-12-01T19:38:48.943Z | Compiling strsim v0.8.0 |
1709 | 2023-12-01T19:38:49.175Z | Compiling ansi_term v0.12.1 |
1710 | 2023-12-01T19:38:49.536Z | Compiling vec_map v0.8.2 |
1711 | 2023-12-01T19:38:50.022Z | Compiling clap v2.34.0 |
1712 | 2023-12-01T19:38:50.560Z | Compiling backoff v0.4.0 |
1713 | 2023-12-01T19:38:50.781Z | Compiling structopt-derive v0.4.18 |
1714 | 2023-12-01T19:38:51.083Z | Compiling serde_with v2.3.3 |
1715 | 2023-12-01T19:38:51.179Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1716 | 2023-12-01T19:38:54.727Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1717 | 2023-12-01T19:38:55.002Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1718 | 2023-12-01T19:38:55.202Z | Compiling parse-display v0.8.2 |
1719 | 2023-12-01T19:38:55.499Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1720 | 2023-12-01T19:38:56.252Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1721 | 2023-12-01T19:38:56.504Z | Compiling zone_cfg_derive v0.3.0 |
1722 | 2023-12-01T19:38:58.491Z | Compiling crossbeam-deque v0.8.3 |
1723 | 2023-12-01T19:38:58.657Z | Compiling macaddr v1.0.1 |
1724 | 2023-12-01T19:38:59.087Z | Compiling num-derive v0.4.0 |
1725 | 2023-12-01T19:38:59.417Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1726 | 2023-12-01T19:38:59.775Z | Compiling portable-atomic v1.4.3 |
1727 | 2023-12-01T19:39:01.203Z | Compiling zone v0.3.0 |
1728 | 2023-12-01T19:39:02.545Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1729 | 2023-12-01T19:39:05.351Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-12-01T19:39:06.087Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1731 | 2023-12-01T19:39:06.924Z | Compiling structopt v0.3.26 |
1732 | 2023-12-01T19:39:07.164Z | Compiling camino-tempfile v1.1.1 |
1733 | 2023-12-01T19:39:08.183Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1734 | 2023-12-01T19:39:08.371Z | Compiling smf v0.2.2 |
1735 | 2023-12-01T19:39:08.555Z | Compiling filetime v0.2.22 |
1736 | 2023-12-01T19:39:09.047Z | Compiling xattr v1.0.1 |
1737 | 2023-12-01T19:39:09.497Z | Compiling same-file v1.0.6 |
1738 | 2023-12-01T19:39:09.853Z | Compiling walkdir v2.4.0 |
1739 | 2023-12-01T19:39:09.950Z | Compiling tar v0.4.40 |
1740 | 2023-12-01T19:39:11.952Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1741 | 2023-12-01T19:39:12.604Z | Compiling rayon v1.8.0 |
1742 | 2023-12-01T19:39:12.931Z | Compiling number_prefix v0.4.0 |
1743 | 2023-12-01T19:39:13.322Z | Compiling omicron-zone-package v0.9.1 |
1744 | 2023-12-01T19:39:15.703Z | Compiling swrite v0.1.0 |
1745 | 2023-12-01T19:39:15.880Z | Compiling topological-sort v0.2.2 |
1746 | 2023-12-01T19:39:21.129Z | Compiling indicatif v0.17.7 |
1747 | 2023-12-01T19:39:37.340Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1748 | 2023-12-01T19:39:47.398Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1749 | 2023-12-01T19:39:50.780Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1750 | 2023-12-01T19:39:53.472Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1751 | 2023-12-01T19:40:18.191Z | Finished release [optimized] target(s) in 7m 34s |
1752 | 2023-12-01T19:40:18.452Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1753 | 2023-12-01T19:40:18.539Z | Created new build target 'test' and set it as active |
1754 | 2023-12-01T19:40:18.542Z | |
1755 | 2023-12-01T19:40:18.542Z | real 7:35.379826023 |
1756 | 2023-12-01T19:40:18.542Z | user 49:10.327221791 |
1757 | 2023-12-01T19:40:18.542Z | sys 4:20.855432986 |
1758 | 2023-12-01T19:40:18.542Z | trap 1.855904694 |
1759 | 2023-12-01T19:40:18.542Z | tflt 3.488705770 |
1760 | 2023-12-01T19:40:18.542Z | dflt 4.545573741 |
1761 | 2023-12-01T19:40:18.542Z | kflt 0.036611608 |
1762 | 2023-12-01T19:40:18.542Z | lock 1:46:17.798757744 |
1763 | 2023-12-01T19:40:18.542Z | slp 2:17:42.689078482 |
1764 | 2023-12-01T19:40:18.542Z | lat 2:24.695789126 |
1765 | 2023-12-01T19:40:18.542Z | stop 3:42.606639138 |
1766 | 2023-12-01T19:40:18.542Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1767 | 2023-12-01T19:40:19.589Z | Finished release [optimized] target(s) in 0.96s |
1768 | 2023-12-01T19:40:19.617Z | Running `target/release/omicron-package -t test package` |
1769 | 2023-12-01T19:40:19.654Z | Dec 01 19:40:19.653 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1770 | 2023-12-01T19:40:20.748Z | Compiling base64ct v1.6.0 |
1771 | 2023-12-01T19:40:20.769Z | Compiling linked-hash-map v0.5.6 |
1772 | 2023-12-01T19:40:20.772Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1773 | 2023-12-01T19:40:20.772Z | Compiling blake2 v0.10.6 |
1774 | 2023-12-01T19:40:20.772Z | Compiling same-file v1.0.6 |
1775 | 2023-12-01T19:40:20.772Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1776 | 2023-12-01T19:40:20.772Z | Compiling semver-parser v0.10.2 |
1777 | 2023-12-01T19:40:20.772Z | Compiling quick-error v1.2.3 |
1778 | 2023-12-01T19:40:20.973Z | Compiling walkdir v2.4.0 |
1779 | 2023-12-01T19:40:21.069Z | Compiling fastrand v2.0.0 |
1780 | 2023-12-01T19:40:21.341Z | Compiling lru-cache v0.1.2 |
1781 | 2023-12-01T19:40:21.630Z | Compiling password-hash v0.5.0 |
1782 | 2023-12-01T19:40:21.785Z | Compiling tempfile v3.8.1 |
1783 | 2023-12-01T19:40:21.920Z | Compiling semver v0.11.0 |
1784 | 2023-12-01T19:40:21.973Z | Compiling resolv-conf v0.7.0 |
1785 | 2023-12-01T19:40:22.928Z | Compiling argon2 v0.5.2 |
1786 | 2023-12-01T19:40:22.933Z | Compiling filetime v0.2.22 |
1787 | 2023-12-01T19:40:22.995Z | Compiling xattr v1.0.1 |
1788 | 2023-12-01T19:40:23.334Z | Compiling slog-dtrace v0.2.3 |
1789 | 2023-12-01T19:40:23.334Z | Compiling home v0.5.5 |
1790 | 2023-12-01T19:40:23.672Z | Compiling toolchain_find v0.2.0 |
1791 | 2023-12-01T19:40:23.752Z | Compiling tar v0.4.40 |
1792 | 2023-12-01T19:40:23.872Z | Compiling trust-dns-resolver v0.22.0 |
1793 | 2023-12-01T19:40:24.435Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1794 | 2023-12-01T19:40:25.023Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1795 | 2023-12-01T19:40:25.378Z | Compiling toml v0.5.11 |
1796 | 2023-12-01T19:40:25.594Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1797 | 2023-12-01T19:40:25.700Z | Compiling omicron-zone-package v0.9.1 |
1798 | 2023-12-01T19:40:26.711Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1799 | 2023-12-01T19:40:27.084Z | Compiling toml v0.8.8 |
1800 | 2023-12-01T19:40:27.472Z | Compiling num-rational v0.4.1 |
1801 | 2023-12-01T19:40:27.890Z | Compiling cancel-safe-futures v0.1.5 |
1802 | 2023-12-01T19:40:28.287Z | Compiling rustfmt-wrapper v0.2.0 |
1803 | 2023-12-01T19:40:28.736Z | Compiling convert_case v0.4.0 |
1804 | 2023-12-01T19:40:29.923Z | Compiling derive_more v0.99.17 |
1805 | 2023-12-01T19:40:30.657Z | Compiling num-complex v0.4.4 |
1806 | 2023-12-01T19:40:30.705Z | Compiling pem-rfc7468 v0.7.0 |
1807 | 2023-12-01T19:40:31.370Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1808 | 2023-12-01T19:40:32.065Z | Compiling hkdf v0.12.3 |
1809 | 2023-12-01T19:40:32.428Z | Compiling num v0.4.1 |
1810 | 2023-12-01T19:40:32.574Z | Compiling fxhash v0.2.1 |
1811 | 2023-12-01T19:40:32.758Z | Compiling der_derive v0.7.2 |
1812 | 2023-12-01T19:40:32.910Z | Compiling unicase v2.7.0 |
1813 | 2023-12-01T19:40:32.926Z | Compiling semver v0.1.20 |
1814 | 2023-12-01T19:40:33.345Z | Compiling flagset v0.4.3 |
1815 | 2023-12-01T19:40:33.451Z | Compiling utf-8 v0.7.6 |
1816 | 2023-12-01T19:40:33.556Z | Compiling rustc_version v0.1.7 |
1817 | 2023-12-01T19:40:33.703Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1818 | 2023-12-01T19:40:33.881Z | Compiling tungstenite v0.20.1 |
1819 | 2023-12-01T19:40:34.025Z | Compiling ciborium-io v0.2.1 |
1820 | 2023-12-01T19:40:34.150Z | Compiling radium v0.7.0 |
1821 | 2023-12-01T19:40:34.209Z | Compiling half v1.8.2 |
1822 | 2023-12-01T19:40:34.763Z | Compiling keccak v0.1.4 |
1823 | 2023-12-01T19:40:36.209Z | Compiling arc-swap v1.6.0 |
1824 | 2023-12-01T19:40:36.312Z | Compiling tokio-tungstenite v0.20.1 |
1825 | 2023-12-01T19:40:36.532Z | Compiling der v0.7.8 |
1826 | 2023-12-01T19:40:37.211Z | Compiling slog-scope v4.4.0 |
1827 | 2023-12-01T19:40:37.411Z | Compiling sha3 v0.10.8 |
1828 | 2023-12-01T19:40:38.645Z | Compiling ciborium-ll v0.2.1 |
1829 | 2023-12-01T19:40:38.852Z | Compiling newtype_derive v0.1.6 |
1830 | 2023-12-01T19:40:39.263Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1831 | 2023-12-01T19:40:39.451Z | Compiling secrecy v0.8.0 |
1832 | 2023-12-01T19:40:39.842Z | Compiling parking_lot_core v0.8.6 |
1833 | 2023-12-01T19:40:40.400Z | Compiling spki v0.7.2 |
1834 | 2023-12-01T19:40:41.194Z | Compiling maybe-uninit v2.0.0 |
1835 | 2023-12-01T19:40:41.840Z | Compiling tap v1.0.1 |
1836 | 2023-12-01T19:40:42.019Z | Compiling ciborium v0.2.1 |
1837 | 2023-12-01T19:40:42.095Z | Compiling wyz v0.5.1 |
1838 | 2023-12-01T19:40:43.340Z | Compiling slog-stdlog v4.1.1 |
1839 | 2023-12-01T19:40:43.982Z | Compiling nibble_vec v0.1.0 |
1840 | 2023-12-01T19:40:44.295Z | Compiling packed_struct v0.10.1 |
1841 | 2023-12-01T19:40:44.854Z | Compiling funty v2.0.0 |
1842 | 2023-12-01T19:40:44.877Z | Compiling crc-catalog v2.2.0 |
1843 | 2023-12-01T19:40:45.073Z | Compiling endian-type v0.1.2 |
1844 | 2023-12-01T19:40:45.411Z | Compiling num-bigint-dig v0.8.4 |
1845 | 2023-12-01T19:40:45.697Z | Compiling radix_trie v0.2.1 |
1846 | 2023-12-01T19:40:45.839Z | Compiling crc v3.0.1 |
1847 | 2023-12-01T19:40:46.959Z | Compiling bitvec v1.0.1 |
1848 | 2023-12-01T19:40:47.668Z | Compiling slog-envlogger v2.2.0 |
1849 | 2023-12-01T19:40:49.622Z | Compiling pkcs8 v0.10.2 |
1850 | 2023-12-01T19:40:49.635Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1851 | 2023-12-01T19:40:49.875Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1852 | 2023-12-01T19:40:50.656Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1853 | 2023-12-01T19:40:52.117Z | Compiling packed_struct_codegen v0.10.1 |
1854 | 2023-12-01T19:40:52.517Z | Compiling dirs-sys-next v0.1.2 |
1855 | 2023-12-01T19:40:53.268Z | Compiling glob v0.3.1 |
1856 | 2023-12-01T19:40:54.186Z | Compiling nodrop v0.1.14 |
1857 | 2023-12-01T19:40:54.371Z | Compiling platforms v3.0.2 |
1858 | 2023-12-01T19:40:54.574Z | Compiling crunchy v0.2.2 |
1859 | 2023-12-01T19:40:55.260Z | Compiling clang-sys v1.6.1 |
1860 | 2023-12-01T19:40:56.274Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1861 | 2023-12-01T19:40:58.365Z | Compiling array-init v0.0.4 |
1862 | 2023-12-01T19:41:00.490Z | Compiling dirs-next v2.0.0 |
1863 | 2023-12-01T19:41:00.567Z | Compiling pkcs1 v0.7.5 |
1864 | 2023-12-01T19:41:00.733Z | Compiling smallvec v0.6.14 |
1865 | 2023-12-01T19:41:01.459Z | Compiling parking_lot v0.11.2 |
1866 | 2023-12-01T19:41:04.017Z | Compiling steno v0.4.0 |
1867 | 2023-12-01T19:41:05.363Z | Compiling mime_guess v2.0.4 |
1868 | 2023-12-01T19:41:06.079Z | Compiling trust-dns-client v0.22.0 |
1869 | 2023-12-01T19:41:07.392Z | Compiling prettyplease v0.2.12 |
1870 | 2023-12-01T19:41:07.836Z | Compiling bitfield v0.14.0 |
1871 | 2023-12-01T19:41:08.293Z | Compiling tiny-keccak v2.0.2 |
1872 | 2023-12-01T19:41:08.721Z | Compiling termcolor v1.2.0 |
1873 | 2023-12-01T19:41:10.871Z | Compiling rsa v0.9.2 |
1874 | 2023-12-01T19:41:15.704Z | Compiling trust-dns-server v0.22.1 |
1875 | 2023-12-01T19:41:19.516Z | Compiling env_logger v0.10.0 |
1876 | 2023-12-01T19:41:23.877Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1877 | 2023-12-01T19:41:23.940Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1878 | 2023-12-01T19:41:26.646Z | Compiling sled v0.34.7 |
1879 | 2023-12-01T19:41:26.660Z | Compiling serde-hex v0.1.0 |
1880 | 2023-12-01T19:41:35.633Z | Compiling term v0.7.0 |
1881 | 2023-12-01T19:41:37.722Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1882 | 2023-12-01T19:41:46.443Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1883 | 2023-12-01T19:41:46.962Z | Compiling x509-cert v0.2.4 |
1884 | 2023-12-01T19:41:52.574Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1885 | 2023-12-01T19:42:08.956Z | Compiling darling_core v0.14.4 |
1886 | 2023-12-01T19:42:13.173Z | Compiling itertools v0.12.0 |
1887 | 2023-12-01T19:42:17.287Z | Compiling ron v0.8.1 |
1888 | 2023-12-01T19:42:17.788Z | Compiling buf-list v1.0.3 |
1889 | 2023-12-01T19:42:18.582Z | Compiling crc-any v2.4.3 |
1890 | 2023-12-01T19:42:18.981Z | Compiling pretty-hex v0.4.0 |
1891 | 2023-12-01T19:42:19.406Z | Compiling minimal-lexical v0.2.1 |
1892 | 2023-12-01T19:42:20.158Z | Compiling nom v7.1.3 |
1893 | 2023-12-01T19:42:20.161Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1894 | 2023-12-01T19:42:21.448Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1895 | 2023-12-01T19:42:23.033Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1896 | 2023-12-01T19:42:25.701Z | Compiling darling_macro v0.14.4 |
1897 | 2023-12-01T19:42:27.101Z | Compiling curve25519-dalek v4.1.0 |
1898 | 2023-12-01T19:42:27.274Z | Compiling ascii-canvas v3.0.0 |
1899 | 2023-12-01T19:42:27.669Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1900 | 2023-12-01T19:42:27.694Z | Compiling object v0.30.4 |
1901 | 2023-12-01T19:42:27.999Z | Compiling is-terminal v0.4.9 |
1902 | 2023-12-01T19:42:28.167Z | Compiling ff v0.13.0 |
1903 | 2023-12-01T19:42:28.548Z | Compiling libsw v3.3.0 |
1904 | 2023-12-01T19:42:29.053Z | Compiling kstat-rs v0.2.3 |
1905 | 2023-12-01T19:42:30.474Z | Compiling ena v0.14.2 |
1906 | 2023-12-01T19:42:31.046Z | Compiling derive-where v1.2.5 |
1907 | 2023-12-01T19:42:31.100Z | Compiling libloading v0.7.4 |
1908 | 2023-12-01T19:42:31.607Z | Compiling owo-colors v3.5.0 |
1909 | 2023-12-01T19:42:34.888Z | Compiling path-slash v0.1.5 |
1910 | 2023-12-01T19:42:35.194Z | Compiling linear-map v1.2.0 |
1911 | 2023-12-01T19:42:35.797Z | Compiling diff v0.1.13 |
1912 | 2023-12-01T19:42:36.259Z | Compiling bindgen v0.65.1 |
1913 | 2023-12-01T19:42:36.671Z | Compiling regex-syntax v0.6.29 |
1914 | 2023-12-01T19:42:36.881Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1915 | 2023-12-01T19:42:45.582Z | Compiling lalrpop v0.19.12 |
1916 | 2023-12-01T19:42:48.695Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1917 | 2023-12-01T19:42:53.114Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1918 | 2023-12-01T19:42:53.179Z | Compiling group v0.13.0 |
1919 | 2023-12-01T19:42:53.320Z | Compiling darling v0.14.4 |
1920 | 2023-12-01T19:42:53.483Z | Compiling cexpr v0.6.0 |
1921 | 2023-12-01T19:42:56.599Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1922 | 2023-12-01T19:42:57.502Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1923 | 2023-12-01T19:42:58.592Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1924 | 2023-12-01T19:43:02.344Z | Compiling which v4.4.0 |
1925 | 2023-12-01T19:43:03.155Z | Compiling universal-hash v0.5.1 |
1926 | 2023-12-01T19:43:03.476Z | Compiling crypto-bigint v0.5.2 |
1927 | 2023-12-01T19:43:05.862Z | Compiling thiserror-impl-no-std v2.0.2 |
1928 | 2023-12-01T19:43:05.865Z | Compiling curve25519-dalek-derive v0.1.0 |
1929 | 2023-12-01T19:43:07.494Z | Compiling memoffset v0.7.1 |
1930 | 2023-12-01T19:43:07.923Z | Compiling shlex v1.1.0 |
1931 | 2023-12-01T19:43:07.983Z | Compiling lazycell v1.3.0 |
1932 | 2023-12-01T19:43:08.212Z | Compiling base16ct v0.2.0 |
1933 | 2023-12-01T19:43:08.294Z | Compiling display-error-chain v0.2.0 |
1934 | 2023-12-01T19:43:08.566Z | Compiling opaque-debug v0.3.0 |
1935 | 2023-12-01T19:43:08.627Z | Compiling rustc-hash v1.1.0 |
1936 | 2023-12-01T19:43:08.692Z | Compiling peeking_take_while v0.1.2 |
1937 | 2023-12-01T19:43:08.805Z | Compiling poly1305 v0.8.0 |
1938 | 2023-12-01T19:43:08.857Z | Compiling elliptic-curve v0.13.5 |
1939 | 2023-12-01T19:43:09.715Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1940 | 2023-12-01T19:43:10.301Z | Compiling thiserror-no-std v2.0.2 |
1941 | 2023-12-01T19:43:11.310Z | Compiling derive_builder_core v0.12.0 |
1942 | 2023-12-01T19:43:14.841Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1943 | 2023-12-01T19:43:19.545Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1944 | 2023-12-01T19:43:19.976Z | Compiling globset v0.4.13 |
1945 | 2023-12-01T19:43:23.352Z | Compiling chacha20 v0.9.1 |
1946 | 2023-12-01T19:43:24.084Z | Compiling pem v3.0.2 |
1947 | 2023-12-01T19:43:25.526Z | Compiling olpc-cjson v0.1.3 |
1948 | 2023-12-01T19:43:26.389Z | Compiling aead v0.5.2 |
1949 | 2023-12-01T19:43:26.675Z | Compiling bcs v0.1.6 |
1950 | 2023-12-01T19:43:26.864Z | Compiling serde_plain v1.0.2 |
1951 | 2023-12-01T19:43:27.696Z | Compiling libxml v0.3.3 |
1952 | 2023-12-01T19:43:28.060Z | Compiling async-recursion v1.0.5 |
1953 | 2023-12-01T19:43:28.201Z | Compiling highway v1.1.0 |
1954 | 2023-12-01T19:43:29.547Z | Compiling typed-path v0.6.0 |
1955 | 2023-12-01T19:43:29.607Z | Compiling ref-cast v1.0.20 |
1956 | 2023-12-01T19:43:30.333Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1957 | 2023-12-01T19:43:30.586Z | Compiling chacha20poly1305 v0.10.1 |
1958 | 2023-12-01T19:43:30.921Z | Compiling derive_builder_macro v0.12.0 |
1959 | 2023-12-01T19:43:30.973Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1960 | 2023-12-01T19:43:32.018Z | Compiling polar-core v0.27.0 |
1961 | 2023-12-01T19:43:32.134Z | Compiling vsss-rs v3.3.1 |
1962 | 2023-12-01T19:43:33.392Z | Compiling tough v0.15.0 |
1963 | 2023-12-01T19:43:34.619Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1964 | 2023-12-01T19:43:39.900Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1965 | 2023-12-01T19:43:40.323Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1966 | 2023-12-01T19:43:41.181Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1967 | 2023-12-01T19:43:44.105Z | Compiling strum_macros v0.24.3 |
1968 | 2023-12-01T19:43:44.582Z | Compiling ref-cast-impl v1.0.20 |
1969 | 2023-12-01T19:43:44.649Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1970 | 2023-12-01T19:43:45.078Z | Compiling cookie v0.18.0 |
1971 | 2023-12-01T19:43:45.500Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1972 | 2023-12-01T19:43:45.953Z | Compiling indoc v1.0.9 |
1973 | 2023-12-01T19:43:46.307Z | Compiling salty v0.2.0 |
1974 | 2023-12-01T19:43:46.862Z | Compiling http-range v0.1.5 |
1975 | 2023-12-01T19:43:47.348Z | Compiling signature v1.6.4 |
1976 | 2023-12-01T19:43:47.548Z | Compiling ed25519 v1.5.3 |
1977 | 2023-12-01T19:43:47.813Z | Compiling hyper-staticfile v0.9.5 |
1978 | 2023-12-01T19:43:48.492Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1979 | 2023-12-01T19:43:53.386Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1980 | 2023-12-01T19:44:01.474Z | Compiling derive_builder v0.12.0 |
1981 | 2023-12-01T19:44:06.011Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1982 | 2023-12-01T19:44:12.219Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1983 | 2023-12-01T19:44:12.744Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1984 | 2023-12-01T19:44:13.152Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1985 | 2023-12-01T19:44:15.475Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1986 | 2023-12-01T19:44:16.752Z | Compiling headers-core v0.2.0 |
1987 | 2023-12-01T19:44:17.002Z | Compiling bb8 v0.8.1 |
1988 | 2023-12-01T19:44:17.589Z | Compiling quick-xml v0.23.1 |
1989 | 2023-12-01T19:44:17.891Z | Compiling serde-big-array v0.5.1 |
1990 | 2023-12-01T19:44:18.265Z | Compiling impl-trait-for-tuples v0.2.2 |
1991 | 2023-12-01T19:44:20.445Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1992 | 2023-12-01T19:44:21.685Z | Compiling oso-derive v0.27.0 |
1993 | 2023-12-01T19:44:21.951Z | Compiling fs-err v2.11.0 |
1994 | 2023-12-01T19:44:22.376Z | Compiling maplit v1.0.2 |
1995 | 2023-12-01T19:44:22.709Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1996 | 2023-12-01T19:44:34.274Z | Compiling oso v0.27.0 |
1997 | 2023-12-01T19:44:35.900Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1998 | 2023-12-01T19:44:36.409Z | Compiling headers v0.3.9 |
1999 | 2023-12-01T19:44:36.951Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2000 | 2023-12-01T19:44:49.630Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2001 | 2023-12-01T19:44:52.614Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2002 | 2023-12-01T19:44:53.021Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2003 | 2023-12-01T19:44:53.750Z | Compiling signal-hook-tokio v0.3.1 |
2004 | 2023-12-01T19:44:54.029Z | Compiling serde-big-array v0.4.1 |
2005 | 2023-12-01T19:44:54.289Z | Compiling cassowary v0.3.0 |
2006 | 2023-12-01T19:44:55.091Z | Compiling indoc v2.0.3 |
2007 | 2023-12-01T19:44:56.565Z | Compiling ratatui v0.23.0 |
2008 | 2023-12-01T19:44:57.449Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2009 | 2023-12-01T19:45:00.101Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2010 | 2023-12-01T19:45:03.145Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2011 | 2023-12-01T19:45:03.724Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2012 | 2023-12-01T19:45:05.563Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2013 | 2023-12-01T19:45:15.196Z | Compiling fatfs v0.3.6 |
2014 | 2023-12-01T19:45:16.934Z | Compiling bytesize v1.3.0 |
2015 | 2023-12-01T19:45:17.868Z | Compiling nanorand v0.7.0 |
2016 | 2023-12-01T19:45:19.037Z | Compiling rtoolbox v0.0.1 |
2017 | 2023-12-01T19:45:19.733Z | Compiling assert_matches v1.5.0 |
2018 | 2023-12-01T19:45:19.839Z | Compiling smawk v0.3.1 |
2019 | 2023-12-01T19:45:20.192Z | Compiling corncobs v0.1.3 |
2020 | 2023-12-01T19:45:20.480Z | Compiling is_ci v1.1.1 |
2021 | 2023-12-01T19:45:20.839Z | Compiling unicode-linebreak v0.1.5 |
2022 | 2023-12-01T19:45:20.872Z | Compiling supports-color v2.1.0 |
2023 | 2023-12-01T19:45:21.436Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2024 | 2023-12-01T19:45:21.749Z | Compiling textwrap v0.16.0 |
2025 | 2023-12-01T19:45:21.989Z | Compiling rpassword v7.3.1 |
2026 | 2023-12-01T19:45:22.640Z | Compiling flume v0.11.0 |
2027 | 2023-12-01T19:45:22.680Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2028 | 2023-12-01T19:45:23.938Z | Compiling tui-tree-widget v0.13.0 |
2029 | 2023-12-01T19:45:27.302Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2030 | 2023-12-01T19:45:28.032Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2031 | 2023-12-01T19:45:41.397Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2032 | 2023-12-01T19:46:17.114Z | Compiling shell-words v1.1.0 |
2033 | 2023-12-01T19:46:17.849Z | Compiling humantime v2.1.0 |
2034 | 2023-12-01T19:46:19.243Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2035 | 2023-12-01T19:46:40.028Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2036 | 2023-12-01T19:47:47.204Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2037 | 2023-12-01T19:50:02.475Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2038 | 2023-12-01T19:58:00.206Z | Finished release [optimized] target(s) in 17m 40s |
2039 | 2023-12-01T19:59:08.761Z | |
2040 | 2023-12-01T19:59:08.761Z | real 18:50.200838965 |
2041 | 2023-12-01T19:59:08.761Z | user 2:12:27.357910386 |
2042 | 2023-12-01T19:59:08.761Z | sys 4:59.185291471 |
2043 | 2023-12-01T19:59:08.761Z | trap 4.092823642 |
2044 | 2023-12-01T19:59:08.761Z | tflt 0.921889409 |
2045 | 2023-12-01T19:59:08.761Z | dflt 1.629724813 |
2046 | 2023-12-01T19:59:08.761Z | kflt 0.007600595 |
2047 | 2023-12-01T19:59:08.769Z | lock 7:37:19.355327161 |
2048 | 2023-12-01T19:59:08.769Z | slp 5:06:38.968416662 |
2049 | 2023-12-01T19:59:08.769Z | lat 2:27.087120436 |
2050 | 2023-12-01T19:59:08.769Z | stop 37.746559084 |
2051 | 2023-12-01T19:59:08.769Z | + 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/*) |
2052 | 2023-12-01T19:59:08.769Z | + pfexec mkdir -p /work |
2053 | 2023-12-01T19:59:08.769Z | + pfexec chown build /work |
2054 | 2023-12-01T19:59:08.772Z | + 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 |
2055 | 2023-12-01T19:59:21.801Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2056 | 2023-12-01T19:59:21.801Z | a out/mg-ddm-gz.tar 61253K |
2057 | 2023-12-01T19:59:21.801Z | a out/omicron-sled-agent.tar 108466K |
2058 | 2023-12-01T19:59:21.801Z | a out/target/test 1K |
2059 | 2023-12-01T19:59:21.801Z | a out/npuzone/npuzone 36505K |
2060 | 2023-12-01T19:59:21.801Z | a package-manifest.toml 22K |
2061 | 2023-12-01T19:59:21.801Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2062 | 2023-12-01T19:59:21.801Z | a target/release/omicron-package 41580K |
2063 | 2023-12-01T19:59:21.801Z | a tools/create_virtual_hardware.sh 4K |
2064 | 2023-12-01T19:59:21.801Z | a tools/virtual_hardware.sh 4K |
2065 | 2023-12-01T19:59:21.801Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2066 | 2023-12-01T19:59:21.801Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2067 | 2023-12-01T19:59:21.801Z | a tools/scrimlet/softnpu-init.sh 3K |
2068 | 2023-12-01T19:59:21.801Z | a tools/scrimlet/softnpu-zone.txt 1K |
2069 | 2023-12-01T19:59:21.801Z | a tools/scrimlet/softnpu.toml 1K |
2070 | 2023-12-01T19:59:21.805Z | |
2071 | 2023-12-01T19:59:21.805Z | real 13.027983842 |
2072 | 2023-12-01T19:59:21.805Z | user 12.489824165 |
2073 | 2023-12-01T19:59:21.805Z | sys 0.979873891 |
2074 | 2023-12-01T19:59:21.805Z | trap 0.002709385 |
2075 | 2023-12-01T19:59:21.805Z | tflt 0.000000000 |
2076 | 2023-12-01T19:59:21.806Z | dflt 0.000000000 |
2077 | 2023-12-01T19:59:21.806Z | kflt 0.000000000 |
2078 | 2023-12-01T19:59:21.806Z | lock 0.000000000 |
2079 | 2023-12-01T19:59:21.806Z | slp 12.210991972 |
2080 | 2023-12-01T19:59:21.806Z | lat 0.369025236 |
2081 | 2023-12-01T19:59:21.806Z | stop 0.000242609 |
2082 | 2023-12-01T19:59:21.806Z | ++ pwd |
2083 | 2023-12-01T19:59:21.809Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2084 | 2023-12-01T19:59:21.809Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2085 | 2023-12-01T19:59:21.809Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2086 | 2023-12-01T19:59:22.868Z | Finished release [optimized] target(s) in 0.97s |
2087 | 2023-12-01T19:59:22.898Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2088 | 2023-12-01T19:59:22.937Z | Created new build target 'host' and set it as active |
2089 | 2023-12-01T19:59:22.940Z | |
2090 | 2023-12-01T19:59:22.940Z | real 1.125924387 |
2091 | 2023-12-01T19:59:22.940Z | user 0.792905377 |
2092 | 2023-12-01T19:59:22.940Z | sys 0.334327850 |
2093 | 2023-12-01T19:59:22.940Z | trap 0.000075471 |
2094 | 2023-12-01T19:59:22.940Z | tflt 0.000024456 |
2095 | 2023-12-01T19:59:22.940Z | dflt 0.000043930 |
2096 | 2023-12-01T19:59:22.940Z | kflt 0.000000000 |
2097 | 2023-12-01T19:59:22.940Z | lock 0.033077654 |
2098 | 2023-12-01T19:59:22.940Z | slp 0.021338606 |
2099 | 2023-12-01T19:59:22.940Z | lat 0.001648101 |
2100 | 2023-12-01T19:59:22.940Z | stop 0.000214625 |
2101 | 2023-12-01T19:59:22.943Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2102 | 2023-12-01T19:59:23.979Z | Finished release [optimized] target(s) in 0.95s |
2103 | 2023-12-01T19:59:24.011Z | Running `target/release/omicron-package -t host package` |
2104 | 2023-12-01T19:59:24.054Z | Dec 01 19:59:24.054 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2105 | 2023-12-01T19:59:25.104Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2106 | 2023-12-01T20:02:56.498Z | Finished release [optimized] target(s) in 3m 32s |
2107 | 2023-12-01T20:04:10.915Z | |
2108 | 2023-12-01T20:04:10.918Z | real 4:47.945466685 |
2109 | 2023-12-01T20:04:10.918Z | user 20:17.308605463 |
2110 | 2023-12-01T20:04:10.918Z | sys 1:02.400434129 |
2111 | 2023-12-01T20:04:10.918Z | trap 0.559964121 |
2112 | 2023-12-01T20:04:10.918Z | tflt 0.034065717 |
2113 | 2023-12-01T20:04:10.918Z | dflt 1.233160231 |
2114 | 2023-12-01T20:04:10.918Z | kflt 0.000024070 |
2115 | 2023-12-01T20:04:10.918Z | lock 1:10:42.040869607 |
2116 | 2023-12-01T20:04:10.918Z | slp 18:09.525212020 |
2117 | 2023-12-01T20:04:10.918Z | lat 7.947911151 |
2118 | 2023-12-01T20:04:10.918Z | stop 0.781269350 |
2119 | 2023-12-01T20:04:10.918Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2120 | 2023-12-01T20:04:10.918Z | + for package in "$@" |
2121 | 2023-12-01T20:04:10.918Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2122 | 2023-12-01T20:04:10.918Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git0e75e51708e |
2123 | 2023-12-01T20:04:11.952Z | Finished release [optimized] target(s) in 0.96s |
2124 | 2023-12-01T20:04:11.973Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git0e75e51708e` |
2125 | 2023-12-01T20:04:12.012Z | Dec 01 20:04:12.012 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2126 | 2023-12-01T20:04:12.528Z | Created: out/versioned/omicron-sled-agent.tar |
2127 | 2023-12-01T20:04:12.531Z | + for package in "$@" |
2128 | 2023-12-01T20:04:12.531Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2129 | 2023-12-01T20:04:12.531Z | + echo 0.0.0 |
2130 | 2023-12-01T20:04:12.534Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2131 | 2023-12-01T20:04:12.536Z | a VERSION 1K |
2132 | 2023-12-01T20:04:12.536Z | + rm VERSION |
2133 | 2023-12-01T20:04:12.539Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git0e75e51708e |
2134 | 2023-12-01T20:04:13.598Z | Finished release [optimized] target(s) in 0.98s |
2135 | 2023-12-01T20:04:13.630Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git0e75e51708e` |
2136 | 2023-12-01T20:04:13.673Z | Dec 01 20:04:13.673 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2137 | 2023-12-01T20:04:13.950Z | Created: out/versioned/mg-ddm-gz.tar |
2138 | 2023-12-01T20:04:13.953Z | + for package in "$@" |
2139 | 2023-12-01T20:04:13.953Z | + [[ propolis-server == mg-ddm-gz ]] |
2140 | 2023-12-01T20:04:13.953Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git0e75e51708e |
2141 | 2023-12-01T20:04:14.999Z | Finished release [optimized] target(s) in 0.95s |
2142 | 2023-12-01T20:04:15.043Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git0e75e51708e` |
2143 | 2023-12-01T20:04:15.069Z | Dec 01 20:04:15.070 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2144 | 2023-12-01T20:04:16.876Z | Created: out/versioned/propolis-server.tar.gz |
2145 | 2023-12-01T20:04:16.879Z | + for package in "$@" |
2146 | 2023-12-01T20:04:16.880Z | + [[ overlay == mg-ddm-gz ]] |
2147 | 2023-12-01T20:04:16.880Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git0e75e51708e |
2148 | 2023-12-01T20:04:17.902Z | Finished release [optimized] target(s) in 0.94s |
2149 | 2023-12-01T20:04:17.933Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git0e75e51708e` |
2150 | 2023-12-01T20:04:17.972Z | Dec 01 20:04:17.972 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2151 | 2023-12-01T20:04:17.975Z | Created: out/versioned/overlay.tar.gz |
2152 | 2023-12-01T20:04:17.978Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2153 | 2023-12-01T20:04:17.988Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2154 | 2023-12-01T20:04:17.991Z | ++ cd -- ./tools |
2155 | 2023-12-01T20:04:17.991Z | ++ pwd |
2156 | 2023-12-01T20:04:17.991Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2157 | 2023-12-01T20:04:17.993Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2158 | 2023-12-01T20:04:17.996Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2159 | 2023-12-01T20:04:17.998Z | ++ readlink -f /work |
2160 | 2023-12-01T20:04:17.998Z | + out_dir=/work |
2161 | 2023-12-01T20:04:18.001Z | + 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") |
2162 | 2023-12-01T20:04:18.001Z | + for dep in "${deps[@]}" |
2163 | 2023-12-01T20:04:18.001Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2164 | 2023-12-01T20:04:18.002Z | + for dep in "${deps[@]}" |
2165 | 2023-12-01T20:04:18.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2166 | 2023-12-01T20:04:18.003Z | + for dep in "${deps[@]}" |
2167 | 2023-12-01T20:04:18.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2168 | 2023-12-01T20:04:18.003Z | + for dep in "${deps[@]}" |
2169 | 2023-12-01T20:04:18.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2170 | 2023-12-01T20:04:18.003Z | ++ mktemp -d |
2171 | 2023-12-01T20:04:18.006Z | + tmp_gz=/tmp/tmp.shaWuh |
2172 | 2023-12-01T20:04:18.006Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2173 | 2023-12-01T20:04:18.006Z | + echo '{"v":"1","t":"layer"}' |
2174 | 2023-12-01T20:04:18.006Z | + pkg_dir=/tmp/tmp.shaWuh/root/opt/oxide/sled-agent |
2175 | 2023-12-01T20:04:18.006Z | + mkdir -p /tmp/tmp.shaWuh/root/opt/oxide/sled-agent |
2176 | 2023-12-01T20:04:18.006Z | + cd /tmp/tmp.shaWuh/root/opt/oxide/sled-agent |
2177 | 2023-12-01T20:04:18.006Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2178 | 2023-12-01T20:04:18.132Z | x ., 0 bytes, 0 tape blocks |
2179 | 2023-12-01T20:04:18.132Z | x zone-bundle, 39093600 bytes, 76355 tape blocks |
2180 | 2023-12-01T20:04:18.132Z | x sled-agent, 71956120 bytes, 140540 tape blocks |
2181 | 2023-12-01T20:04:18.132Z | x pkg, 0 bytes, 0 tape blocks |
2182 | 2023-12-01T20:04:18.132Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2183 | 2023-12-01T20:04:18.132Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2184 | 2023-12-01T20:04:18.132Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2185 | 2023-12-01T20:04:18.132Z | x VERSION, 25 bytes, 1 tape blocks |
2186 | 2023-12-01T20:04:18.135Z | + mkdir -p /tmp/tmp.shaWuh/root/lib/svc/manifest/site/ |
2187 | 2023-12-01T20:04:18.135Z | + mv pkg/manifest.xml /tmp/tmp.shaWuh/root/lib/svc/manifest/site/sled-agent.xml |
2188 | 2023-12-01T20:04:18.135Z | + cd - |
2189 | 2023-12-01T20:04:18.135Z | /work/oxidecomputer/omicron |
2190 | 2023-12-01T20:04:18.135Z | + pkg_dir=/tmp/tmp.shaWuh/root/opt/oxide/mg-ddm |
2191 | 2023-12-01T20:04:18.136Z | + mkdir -p /tmp/tmp.shaWuh/root/opt/oxide/mg-ddm |
2192 | 2023-12-01T20:04:18.136Z | + cd /tmp/tmp.shaWuh/root/opt/oxide/mg-ddm |
2193 | 2023-12-01T20:04:18.136Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2194 | 2023-12-01T20:04:18.193Z | x ., 0 bytes, 0 tape blocks |
2195 | 2023-12-01T20:04:18.193Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2196 | 2023-12-01T20:04:18.193Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2197 | 2023-12-01T20:04:18.193Z | x pkg, 0 bytes, 0 tape blocks |
2198 | 2023-12-01T20:04:18.193Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2199 | 2023-12-01T20:04:18.193Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2200 | 2023-12-01T20:04:18.193Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2201 | 2023-12-01T20:04:18.193Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2202 | 2023-12-01T20:04:18.193Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2203 | 2023-12-01T20:04:18.193Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2204 | 2023-12-01T20:04:18.193Z | x VERSION, 25 bytes, 1 tape blocks |
2205 | 2023-12-01T20:04:18.196Z | + cd - |
2206 | 2023-12-01T20:04:18.196Z | /work/oxidecomputer/omicron |
2207 | 2023-12-01T20:04:18.196Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.shaWuh/root/opt/oxide |
2208 | 2023-12-01T20:04:18.305Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.shaWuh/root/opt/oxide |
2209 | 2023-12-01T20:04:18.308Z | + cd /tmp/tmp.shaWuh |
2210 | 2023-12-01T20:04:18.308Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2211 | 2023-12-01T20:04:29.751Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2212 | 2023-12-01T20:04:29.751Z | a oxide.json 1K |
2213 | 2023-12-01T20:04:29.751Z | a root/ 0K |
2214 | 2023-12-01T20:04:29.751Z | a root/opt/ 0K |
2215 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/ 0K |
2216 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/ 0K |
2217 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/zone-bundle 38178K |
2218 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/sled-agent 70270K |
2219 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2220 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2221 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2222 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/sled-agent/VERSION 1K |
2223 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/ 0K |
2224 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2225 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2226 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2227 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2228 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2229 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2230 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2231 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2232 | 2023-12-01T20:04:29.751Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2233 | 2023-12-01T20:04:29.752Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2234 | 2023-12-01T20:04:29.752Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2235 | 2023-12-01T20:04:29.752Z | a root/opt/oxide/overlay.tar.gz 2K |
2236 | 2023-12-01T20:04:29.752Z | a root/lib/ 0K |
2237 | 2023-12-01T20:04:29.752Z | a root/lib/svc/ 0K |
2238 | 2023-12-01T20:04:29.752Z | a root/lib/svc/manifest/ 0K |
2239 | 2023-12-01T20:04:29.752Z | a root/lib/svc/manifest/site/ 0K |
2240 | 2023-12-01T20:04:29.752Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2241 | 2023-12-01T20:04:29.761Z | + cd / |
2242 | 2023-12-01T20:04:29.761Z | + rm -rf /tmp/tmp.shaWuh |
2243 | 2023-12-01T20:04:29.796Z | |
2244 | 2023-12-01T20:04:29.799Z | real 11.814664220 |
2245 | 2023-12-01T20:04:29.799Z | user 10.970072770 |
2246 | 2023-12-01T20:04:29.799Z | sys 0.901662160 |
2247 | 2023-12-01T20:04:29.799Z | trap 0.004522086 |
2248 | 2023-12-01T20:04:29.799Z | tflt 0.000000000 |
2249 | 2023-12-01T20:04:29.799Z | dflt 0.000000000 |
2250 | 2023-12-01T20:04:29.799Z | kflt 0.000000000 |
2251 | 2023-12-01T20:04:29.799Z | lock 0.000000000 |
2252 | 2023-12-01T20:04:29.799Z | slp 22.828007711 |
2253 | 2023-12-01T20:04:29.799Z | lat 0.351776535 |
2254 | 2023-12-01T20:04:29.799Z | stop 0.000299498 |
2255 | 2023-12-01T20:04:29.799Z | + mkdir -p /work/zones |
2256 | 2023-12-01T20:04:29.802Z | + 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) |
2257 | 2023-12-01T20:04:29.802Z | + 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/ |
2258 | 2023-12-01T20:04:33.423Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2259 | 2023-12-01T20:04:34.608Z | Finished release [optimized] target(s) in 1.06s |
2260 | 2023-12-01T20:04:34.611Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2261 | 2023-12-01T20:04:34.654Z | Created new build target 'recovery' and set it as active |
2262 | 2023-12-01T20:04:34.658Z | |
2263 | 2023-12-01T20:04:34.658Z | real 1.228052432 |
2264 | 2023-12-01T20:04:34.658Z | user 0.849358762 |
2265 | 2023-12-01T20:04:34.658Z | sys 0.377488795 |
2266 | 2023-12-01T20:04:34.658Z | trap 0.000721877 |
2267 | 2023-12-01T20:04:34.658Z | tflt 0.000026608 |
2268 | 2023-12-01T20:04:34.658Z | dflt 0.000015161 |
2269 | 2023-12-01T20:04:34.658Z | kflt 0.000000000 |
2270 | 2023-12-01T20:04:34.658Z | lock 0.036998014 |
2271 | 2023-12-01T20:04:34.658Z | slp 0.024103484 |
2272 | 2023-12-01T20:04:34.658Z | lat 0.003455192 |
2273 | 2023-12-01T20:04:34.658Z | stop 0.000215152 |
2274 | 2023-12-01T20:04:34.661Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2275 | 2023-12-01T20:04:35.771Z | Finished release [optimized] target(s) in 1.02s |
2276 | 2023-12-01T20:04:35.800Z | Running `target/release/omicron-package -t recovery package` |
2277 | 2023-12-01T20:04:35.841Z | Dec 01 20:04:35.841 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2278 | 2023-12-01T20:04:36.805Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2279 | 2023-12-01T20:04:40.507Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2280 | 2023-12-01T20:05:09.936Z | Finished release [optimized] target(s) in 33.99s |
2281 | 2023-12-01T20:05:22.261Z | |
2282 | 2023-12-01T20:05:22.264Z | real 47.592576072 |
2283 | 2023-12-01T20:05:22.264Z | user 2:28.469523815 |
2284 | 2023-12-01T20:05:22.265Z | sys 11.274670298 |
2285 | 2023-12-01T20:05:22.265Z | trap 0.078464807 |
2286 | 2023-12-01T20:05:22.266Z | tflt 0.072450155 |
2287 | 2023-12-01T20:05:22.266Z | dflt 0.732578293 |
2288 | 2023-12-01T20:05:22.266Z | kflt 0.000000000 |
2289 | 2023-12-01T20:05:22.266Z | lock 10:24.568584744 |
2290 | 2023-12-01T20:05:22.266Z | slp 2:22.174271871 |
2291 | 2023-12-01T20:05:22.266Z | lat 1.635846756 |
2292 | 2023-12-01T20:05:22.266Z | stop 0.182980413 |
2293 | 2023-12-01T20:05:22.266Z | + stamp_packages installinator mg-ddm-gz |
2294 | 2023-12-01T20:05:22.266Z | + for package in "$@" |
2295 | 2023-12-01T20:05:22.266Z | + [[ installinator == mg-ddm-gz ]] |
2296 | 2023-12-01T20:05:22.266Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git0e75e51708e |
2297 | 2023-12-01T20:05:23.364Z | Finished release [optimized] target(s) in 0.97s |
2298 | 2023-12-01T20:05:23.368Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git0e75e51708e` |
2299 | 2023-12-01T20:05:23.457Z | Dec 01 20:05:23.387 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2300 | 2023-12-01T20:05:23.547Z | Created: out/versioned/installinator.tar |
2301 | 2023-12-01T20:05:23.551Z | + for package in "$@" |
2302 | 2023-12-01T20:05:23.551Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2303 | 2023-12-01T20:05:23.551Z | + echo 0.0.0 |
2304 | 2023-12-01T20:05:23.551Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2305 | 2023-12-01T20:05:23.551Z | a VERSION 1K |
2306 | 2023-12-01T20:05:23.551Z | + rm VERSION |
2307 | 2023-12-01T20:05:23.551Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git0e75e51708e |
2308 | 2023-12-01T20:05:24.549Z | Finished release [optimized] target(s) in 0.94s |
2309 | 2023-12-01T20:05:24.626Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git0e75e51708e` |
2310 | 2023-12-01T20:05:24.629Z | Dec 01 20:05:24.619 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2311 | 2023-12-01T20:05:24.820Z | Created: out/versioned/mg-ddm-gz.tar |
2312 | 2023-12-01T20:05:24.823Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2313 | 2023-12-01T20:05:24.823Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2314 | 2023-12-01T20:05:24.823Z | ++ cd -- ./tools |
2315 | 2023-12-01T20:05:24.823Z | ++ pwd |
2316 | 2023-12-01T20:05:24.826Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2317 | 2023-12-01T20:05:24.826Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2318 | 2023-12-01T20:05:24.829Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2319 | 2023-12-01T20:05:24.829Z | ++ readlink -f /work |
2320 | 2023-12-01T20:05:24.833Z | + out_dir=/work |
2321 | 2023-12-01T20:05:24.833Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2322 | 2023-12-01T20:05:24.833Z | + for dep in "${deps[@]}" |
2323 | 2023-12-01T20:05:24.833Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2324 | 2023-12-01T20:05:24.833Z | + for dep in "${deps[@]}" |
2325 | 2023-12-01T20:05:24.833Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2326 | 2023-12-01T20:05:24.833Z | ++ mktemp -d |
2327 | 2023-12-01T20:05:24.835Z | + tmp_trampoline=/tmp/tmp.IBaizh |
2328 | 2023-12-01T20:05:24.835Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2329 | 2023-12-01T20:05:24.835Z | + echo '{"v":"1","t":"layer"}' |
2330 | 2023-12-01T20:05:24.835Z | + pkg_dir=/tmp/tmp.IBaizh/root/opt/oxide/installinator |
2331 | 2023-12-01T20:05:24.835Z | + mkdir -p /tmp/tmp.IBaizh/root/opt/oxide/installinator |
2332 | 2023-12-01T20:05:24.838Z | + cd /tmp/tmp.IBaizh/root/opt/oxide/installinator |
2333 | 2023-12-01T20:05:24.838Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2334 | 2023-12-01T20:05:24.911Z | x ., 0 bytes, 0 tape blocks |
2335 | 2023-12-01T20:05:24.911Z | x installinator, 52126664 bytes, 101810 tape blocks |
2336 | 2023-12-01T20:05:24.914Z | x pkg, 0 bytes, 0 tape blocks |
2337 | 2023-12-01T20:05:24.914Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2338 | 2023-12-01T20:05:24.914Z | x VERSION, 25 bytes, 1 tape blocks |
2339 | 2023-12-01T20:05:24.917Z | + mkdir -p /tmp/tmp.IBaizh/root/lib/svc/manifest/site/ |
2340 | 2023-12-01T20:05:24.917Z | + mv pkg/manifest.xml /tmp/tmp.IBaizh/root/lib/svc/manifest/site/installinator.xml |
2341 | 2023-12-01T20:05:24.917Z | + cd - |
2342 | 2023-12-01T20:05:24.917Z | /work/oxidecomputer/omicron |
2343 | 2023-12-01T20:05:24.917Z | + pkg_dir=/tmp/tmp.IBaizh/root/opt/oxide/mg-ddm |
2344 | 2023-12-01T20:05:24.917Z | + mkdir -p /tmp/tmp.IBaizh/root/opt/oxide/mg-ddm |
2345 | 2023-12-01T20:05:24.917Z | + cd /tmp/tmp.IBaizh/root/opt/oxide/mg-ddm |
2346 | 2023-12-01T20:05:24.917Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2347 | 2023-12-01T20:05:24.966Z | x ., 0 bytes, 0 tape blocks |
2348 | 2023-12-01T20:05:24.966Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2349 | 2023-12-01T20:05:24.966Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2350 | 2023-12-01T20:05:24.966Z | x pkg, 0 bytes, 0 tape blocks |
2351 | 2023-12-01T20:05:24.966Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2352 | 2023-12-01T20:05:24.966Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2353 | 2023-12-01T20:05:24.966Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2354 | 2023-12-01T20:05:24.966Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2355 | 2023-12-01T20:05:24.967Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2356 | 2023-12-01T20:05:24.967Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2357 | 2023-12-01T20:05:24.967Z | x VERSION, 25 bytes, 1 tape blocks |
2358 | 2023-12-01T20:05:24.971Z | + cd - |
2359 | 2023-12-01T20:05:24.971Z | /work/oxidecomputer/omicron |
2360 | 2023-12-01T20:05:24.971Z | + cd /tmp/tmp.IBaizh |
2361 | 2023-12-01T20:05:24.971Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2362 | 2023-12-01T20:05:30.926Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2363 | 2023-12-01T20:05:30.926Z | a oxide.json 1K |
2364 | 2023-12-01T20:05:30.926Z | a root/ 0K |
2365 | 2023-12-01T20:05:30.926Z | a root/opt/ 0K |
2366 | 2023-12-01T20:05:30.926Z | a root/opt/oxide/ 0K |
2367 | 2023-12-01T20:05:30.926Z | a root/opt/oxide/installinator/ 0K |
2368 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/installinator/installinator 50905K |
2369 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/installinator/pkg/ 0K |
2370 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/installinator/VERSION 1K |
2371 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/ 0K |
2372 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2373 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2374 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2375 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2376 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2377 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2378 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2379 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2380 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2381 | 2023-12-01T20:05:30.927Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2382 | 2023-12-01T20:05:30.927Z | a root/lib/ 0K |
2383 | 2023-12-01T20:05:30.927Z | a root/lib/svc/ 0K |
2384 | 2023-12-01T20:05:30.927Z | a root/lib/svc/manifest/ 0K |
2385 | 2023-12-01T20:05:30.927Z | a root/lib/svc/manifest/site/ 0K |
2386 | 2023-12-01T20:05:30.927Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2387 | 2023-12-01T20:05:30.930Z | + cd / |
2388 | 2023-12-01T20:05:30.930Z | + rm -rf /tmp/tmp.IBaizh |
2389 | 2023-12-01T20:05:30.950Z | |
2390 | 2023-12-01T20:05:30.969Z | real 6.136658353 |
2391 | 2023-12-01T20:05:30.970Z | user 5.761348438 |
2392 | 2023-12-01T20:05:30.970Z | sys 0.401938013 |
2393 | 2023-12-01T20:05:30.970Z | trap 0.001593490 |
2394 | 2023-12-01T20:05:30.970Z | tflt 0.000000000 |
2395 | 2023-12-01T20:05:30.970Z | dflt 0.000000000 |
2396 | 2023-12-01T20:05:30.970Z | kflt 0.000000000 |
2397 | 2023-12-01T20:05:30.970Z | lock 0.000000000 |
2398 | 2023-12-01T20:05:30.970Z | slp 11.884591946 |
2399 | 2023-12-01T20:05:30.970Z | lat 0.168023473 |
2400 | 2023-12-01T20:05:30.970Z | stop 0.000282383 |
2401 | 2023-12-01T20:05:30.970Z | process exited: duration 2131206 ms, exit code 0 |
|
2402 | 2023-12-01T20:05:30.977Z | found 21 output files |
2403 | 2023-12-01T20:05:30.977Z | uploading: /work/version.txt (26 bytes) |
2404 | 2023-12-01T20:05:31.990Z | uploaded: /work/version.txt |
2405 | 2023-12-01T20:05:31.990Z | uploading: /work/package.tar.gz (79633767 bytes) |
2406 | 2023-12-01T20:06:00.103Z | uploaded: /work/package.tar.gz |
2407 | 2023-12-01T20:06:00.103Z | uploading: /work/global-zone-packages.tar.gz (121124269 bytes) |
2408 | 2023-12-01T20:06:38.988Z | uploaded: /work/global-zone-packages.tar.gz |
2409 | 2023-12-01T20:06:38.988Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36473575 bytes) |
2410 | 2023-12-01T20:06:49.813Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2411 | 2023-12-01T20:06:49.813Z | uploading: /work/zones/clickhouse.tar.gz (181767056 bytes) |
2412 | 2023-12-01T20:07:44.139Z | uploaded: /work/zones/clickhouse.tar.gz |
2413 | 2023-12-01T20:07:44.139Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181764700 bytes) |
2414 | 2023-12-01T20:08:35.718Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2415 | 2023-12-01T20:08:35.718Z | uploading: /work/zones/cockroachdb.tar.gz (118840041 bytes) |
2416 | 2023-12-01T20:09:10.482Z | uploaded: /work/zones/cockroachdb.tar.gz |
2417 | 2023-12-01T20:09:10.482Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2418 | 2023-12-01T20:09:16.024Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2419 | 2023-12-01T20:09:16.024Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2420 | 2023-12-01T20:09:31.979Z | uploaded: /work/zones/crucible.tar.gz |
2421 | 2023-12-01T20:09:31.979Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2422 | 2023-12-01T20:09:39.712Z | uploaded: /work/zones/external-dns.tar.gz |
2423 | 2023-12-01T20:09:39.712Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2424 | 2023-12-01T20:09:47.897Z | uploaded: /work/zones/internal-dns.tar.gz |
2425 | 2023-12-01T20:09:47.897Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2426 | 2023-12-01T20:09:48.920Z | uploaded: /work/zones/ntp.tar.gz |
2427 | 2023-12-01T20:09:48.920Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18236201 bytes) |
2428 | 2023-12-01T20:09:55.669Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2429 | 2023-12-01T20:09:55.669Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18235080 bytes) |
2430 | 2023-12-01T20:10:01.880Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2431 | 2023-12-01T20:10:01.880Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73366983 bytes) |
2432 | 2023-12-01T20:10:21.458Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2433 | 2023-12-01T20:10:21.458Z | uploading: /work/zones/omicron-nexus.tar.gz (73360778 bytes) |
2434 | 2023-12-01T20:10:42.969Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2435 | 2023-12-01T20:10:42.969Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2436 | 2023-12-01T20:10:43.979Z | uploaded: /work/zones/overlay.tar.gz |
2437 | 2023-12-01T20:10:43.979Z | uploading: /work/zones/oximeter-collector.tar.gz (34079856 bytes) |
2438 | 2023-12-01T20:10:53.777Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2439 | 2023-12-01T20:10:53.777Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2440 | 2023-12-01T20:11:09.230Z | uploaded: /work/zones/propolis-server.tar.gz |
2441 | 2023-12-01T20:11:09.231Z | uploading: /work/zones/switch-asic.tar.gz (245385900 bytes) |
2442 | 2023-12-01T20:12:20.015Z | uploaded: /work/zones/switch-asic.tar.gz |
2443 | 2023-12-01T20:12:20.015Z | uploading: /work/zones/switch-softnpu.tar.gz (169374359 bytes) |
2444 | 2023-12-01T20:13:03.824Z | uploaded: /work/zones/switch-softnpu.tar.gz |