|
|
|
1 | 2023-11-16T15:47:26.811Z | job assigned to worker 01HFCCYRAW5FFETDY2NWTE8V98 (queued for 1 m 41 s) |
|
2 | 2023-11-16T15:47:27.387Z | starting task 0: "setup" |
3 | 2023-11-16T15:47:27.860Z | ++ uname -s |
4 | 2023-11-16T15:47:27.871Z | + kern=SunOS |
5 | 2023-11-16T15:47:27.876Z | + case "$kern" in |
6 | 2023-11-16T15:47:27.883Z | + groupadd -g 12345 build |
7 | 2023-11-16T15:47:27.887Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T15:47:29.872Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T15:47:29.978Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T15:47:29.986Z | + home_fs=zfs |
11 | 2023-11-16T15:47:29.990Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T15:47:29.993Z | + mkdir -p /home/build |
13 | 2023-11-16T15:47:29.998Z | + chown build:build /home/build /work |
14 | 2023-11-16T15:47:31.874Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T15:47:31.885Z | process exited: duration 4488 ms, exit code 0 |
|
16 | 2023-11-16T15:47:31.915Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T15:47:31.937Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T15:47:31.949Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T15:47:32.095Z | info: downloading installer |
20 | 2023-11-16T15:47:35.073Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T15:47:35.089Z | warning: /opt/ooce/bin |
22 | 2023-11-16T15:47:35.099Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T15:47:35.513Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T15:47:35.517Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T15:47:35.527Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T15:47:35.539Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T15:47:35.552Z | error: cannot install while Rust is installed |
28 | 2023-11-16T15:47:35.559Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T15:47:35.565Z | info: profile set to 'default' |
30 | 2023-11-16T15:47:35.570Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T15:47:35.575Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T15:47:35.583Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T15:47:35.595Z | info: downloading component 'cargo' |
34 | 2023-11-16T15:47:35.947Z | info: downloading component 'clippy' |
35 | 2023-11-16T15:47:36.228Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T15:47:37.216Z | info: downloading component 'rust-std' |
37 | 2023-11-16T15:47:38.968Z | info: downloading component 'rustc' |
38 | 2023-11-16T15:47:43.231Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T15:47:43.473Z | info: installing component 'cargo' |
40 | 2023-11-16T15:47:45.524Z | info: installing component 'clippy' |
41 | 2023-11-16T15:47:46.338Z | info: installing component 'rust-docs' |
42 | 2023-11-16T15:47:49.054Z | info: installing component 'rust-std' |
43 | 2023-11-16T15:47:52.919Z | info: installing component 'rustc' |
44 | 2023-11-16T15:48:02.740Z | info: installing component 'rustfmt' |
45 | 2023-11-16T15:48:03.379Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T15:48:03.383Z | |
47 | 2023-11-16T15:48:03.510Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T15:48:03.513Z | |
49 | 2023-11-16T15:48:03.517Z | |
50 | 2023-11-16T15:48:03.520Z | Rust is installed now. Great! |
51 | 2023-11-16T15:48:03.524Z | |
52 | 2023-11-16T15:48:03.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T15:48:03.530Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T15:48:03.533Z | |
55 | 2023-11-16T15:48:03.536Z | To configure your current shell, run: |
56 | 2023-11-16T15:48:03.538Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T15:48:03.598Z | + rustc --version |
58 | 2023-11-16T15:48:03.704Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T15:48:03.709Z | process exited: duration 31813 ms, exit code 0 |
|
60 | 2023-11-16T15:48:03.716Z | starting task 2: "authentication" |
61 | 2023-11-16T15:48:03.760Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-16T15:48:03.767Z | starting task 3: "clone repository" |
63 | 2023-11-16T15:48:03.777Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T15:48:03.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T15:48:03.860Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T15:48:09.273Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T15:48:09.277Z | + [[ -n maghemite-integration ]] |
68 | 2023-11-16T15:48:09.279Z | + git fetch origin maghemite-integration |
69 | 2023-11-16T15:48:09.655Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T15:48:09.658Z | * branch maghemite-integration -> FETCH_HEAD |
71 | 2023-11-16T15:48:09.671Z | + git checkout -B maghemite-integration remotes/origin/maghemite-integration |
72 | 2023-11-16T15:48:09.758Z | Switched to a new branch 'maghemite-integration' |
73 | 2023-11-16T15:48:09.761Z | branch 'maghemite-integration' set up to track 'origin/maghemite-integration'. |
74 | 2023-11-16T15:48:09.764Z | + git reset --hard 7ccf7811627d1895fd28be632efc5b66ccc85007 |
75 | 2023-11-16T15:48:09.774Z | HEAD is now at 7ccf7811 Update with latest version |
76 | 2023-11-16T15:48:09.777Z | process exited: duration 6010 ms, exit code 0 |
|
77 | 2023-11-16T15:48:09.783Z | starting task 4: "build" |
78 | 2023-11-16T15:48:09.793Z | + cargo --version |
79 | 2023-11-16T15:48:09.800Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-16T15:48:10.011Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-16T15:48:10.014Z | info: downloading component 'cargo' |
82 | 2023-11-16T15:48:10.802Z | info: downloading component 'clippy' |
83 | 2023-11-16T15:48:11.086Z | info: downloading component 'rust-docs' |
84 | 2023-11-16T15:48:12.099Z | info: downloading component 'rust-std' |
85 | 2023-11-16T15:48:13.720Z | info: downloading component 'rustc' |
86 | 2023-11-16T15:48:18.323Z | info: downloading component 'rustfmt' |
87 | 2023-11-16T15:48:18.657Z | info: installing component 'cargo' |
88 | 2023-11-16T15:48:19.844Z | info: installing component 'clippy' |
89 | 2023-11-16T15:48:20.343Z | info: installing component 'rust-docs' |
90 | 2023-11-16T15:48:23.034Z | info: installing component 'rust-std' |
91 | 2023-11-16T15:48:25.496Z | info: installing component 'rustc' |
92 | 2023-11-16T15:48:31.670Z | info: installing component 'rustfmt' |
93 | 2023-11-16T15:48:32.212Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-16T15:48:32.215Z | + rustc --version |
95 | 2023-11-16T15:48:32.338Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-16T15:48:32.348Z | ++ git rev-parse HEAD |
97 | 2023-11-16T15:48:32.352Z | + COMMIT=7ccf7811627d1895fd28be632efc5b66ccc85007 |
98 | 2023-11-16T15:48:32.357Z | + VERSION=1.0.4-0.ci+git7ccf7811627 |
99 | 2023-11-16T15:48:32.362Z | + echo 1.0.4-0.ci+git7ccf7811627 |
100 | 2023-11-16T15:48:32.366Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-16T15:48:41.597Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-16T15:48:42.561Z | Startup: Caching catalogs ... Done |
103 | 2023-11-16T15:48:47.752Z | Planning: Solver setup ... Done (4.911s) |
104 | 2023-11-16T15:48:47.873Z | Planning: Running solver ... Done (0.121s) |
105 | 2023-11-16T15:48:47.928Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-16T15:48:47.942Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-16T15:48:48.221Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-16T15:48:48.299Z | Planning: Package planning ... Done (0.080s) |
109 | 2023-11-16T15:48:48.385Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-11-16T15:48:49.099Z | Planning: Checking for conflicting actions ... Done (0.715s) |
111 | 2023-11-16T15:48:49.117Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-16T15:48:53.430Z | Planning: Evaluating mediators ... Done (4.313s) |
113 | 2023-11-16T15:48:53.445Z | Planning: Planning completed in 10.83 seconds |
114 | 2023-11-16T15:48:53.711Z | Packages to install: 4 |
115 | 2023-11-16T15:48:53.722Z | Mediators to change: 2 |
116 | 2023-11-16T15:48:53.732Z | Services to change: 1 |
117 | 2023-11-16T15:48:53.742Z | Estimated space available: 148.90 GB |
118 | 2023-11-16T15:48:53.752Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-16T15:48:53.761Z | Create boot environment: No |
120 | 2023-11-16T15:48:53.771Z | Create backup boot environment: No |
121 | 2023-11-16T15:48:53.776Z | Rebuild boot archive: No |
122 | 2023-11-16T15:48:53.786Z | |
123 | 2023-11-16T15:48:53.794Z | Changed mediators: |
124 | 2023-11-16T15:48:53.803Z | mediator clang: |
125 | 2023-11-16T15:48:53.814Z | version: None -> 15 (system default) |
126 | 2023-11-16T15:48:53.824Z | |
127 | 2023-11-16T15:48:53.831Z | mediator llvm: |
128 | 2023-11-16T15:48:53.842Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-16T15:48:53.859Z | |
130 | 2023-11-16T15:48:53.873Z | Changed packages: |
131 | 2023-11-16T15:48:53.880Z | helios-dev |
132 | 2023-11-16T15:48:53.886Z | developer/build-essential |
133 | 2023-11-16T15:48:53.892Z | None -> 11-2.0 |
134 | 2023-11-16T15:48:53.898Z | library/libxmlsec1 |
135 | 2023-11-16T15:48:53.904Z | None -> 1.2.35-2.0 |
136 | 2023-11-16T15:48:53.910Z | ooce/developer/clang-15 |
137 | 2023-11-16T15:48:53.915Z | None -> 15.0.7-2.0 |
138 | 2023-11-16T15:48:53.919Z | ooce/developer/llvm-15 |
139 | 2023-11-16T15:48:53.924Z | None -> 15.0.7-2.0 |
140 | 2023-11-16T15:48:53.935Z | |
141 | 2023-11-16T15:48:53.952Z | Services: |
142 | 2023-11-16T15:48:53.960Z | restart_fmri: |
143 | 2023-11-16T15:48:53.974Z | svc:/system/update-man-index:default |
144 | 2023-11-16T15:48:53.980Z | |
145 | 2023-11-16T15:48:53.984Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-16T15:48:58.991Z | Download: 581/3290 items 17.5/212.6MB 8% complete (3.7M/s) |
147 | 2023-11-16T15:49:04.436Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.8M/s) |
148 | 2023-11-16T15:49:09.432Z | Download: 2145/3290 items 118.8/212.6MB 55% complete (10.1M/s) |
149 | 2023-11-16T15:49:14.424Z | Download: 2589/3290 items 120.5/212.6MB 56% complete (3.7M/s) |
150 | 2023-11-16T15:49:19.773Z | Download: 3280/3290 items 209.3/212.6MB 98% complete (9.0M/s) |
151 | 2023-11-16T15:49:20.250Z | Download: Completed 212.60 MB in 26.29 seconds (8.1M/s) |
152 | 2023-11-16T15:49:20.598Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-11-16T15:49:25.587Z | Actions: 2797/3687 actions (Installing new actions) |
154 | 2023-11-16T15:49:28.786Z | Actions: Completed 3687 actions in 8.20 seconds. |
155 | 2023-11-16T15:49:28.879Z | Done (0.086s) |
156 | 2023-11-16T15:49:28.882Z | Done (0.000s) |
157 | 2023-11-16T15:49:29.098Z | Done (0.219s) |
158 | 2023-11-16T15:49:36.402Z | Done (7.149s) |
159 | 2023-11-16T15:49:36.738Z | Done (0.238s) |
160 | 2023-11-16T15:49:36.748Z | Done (0.000s) |
161 | 2023-11-16T15:49:36.958Z | Done (0.000s) |
162 | 2023-11-16T15:49:37.653Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-16T15:49:37.920Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-16T15:49:37.933Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-16T15:49:38.356Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-16T15:49:38.366Z | Planning: Planning completed in 0.72 seconds |
167 | 2023-11-16T15:49:38.411Z | Mediators to change: 2 |
168 | 2023-11-16T15:49:38.420Z | Create boot environment: No |
169 | 2023-11-16T15:49:38.430Z | Create backup boot environment: No |
170 | 2023-11-16T15:49:38.923Z | Done |
171 | 2023-11-16T15:49:38.930Z | Done |
172 | 2023-11-16T15:49:38.935Z | Done |
173 | 2023-11-16T15:49:44.412Z | Done |
174 | 2023-11-16T15:49:44.535Z | Done |
175 | 2023-11-16T15:49:44.538Z | Done |
176 | 2023-11-16T15:49:44.638Z | Done |
177 | 2023-11-16T15:49:45.631Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-11-16T15:49:45.634Z | Planning: Merging actions ... Done |
179 | 2023-11-16T15:49:45.960Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-16T15:49:45.963Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-16T15:49:46.381Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-16T15:49:46.471Z | Planning: Planning completed in 1.27 seconds |
183 | 2023-11-16T15:49:46.531Z | Packages to change: 1 |
184 | 2023-11-16T15:49:46.550Z | Mediators to change: 1 |
185 | 2023-11-16T15:49:46.572Z | Services to change: 1 |
186 | 2023-11-16T15:49:46.590Z | Create boot environment: No |
187 | 2023-11-16T15:49:46.613Z | Create backup boot environment: Yes |
188 | 2023-11-16T15:49:48.407Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-11-16T15:49:48.415Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-11-16T15:49:48.424Z | Done |
191 | 2023-11-16T15:49:48.434Z | Done |
192 | 2023-11-16T15:49:48.456Z | Done |
193 | 2023-11-16T15:49:54.121Z | Done |
194 | 2023-11-16T15:49:54.250Z | Done |
195 | 2023-11-16T15:49:54.253Z | Done |
196 | 2023-11-16T15:49:54.344Z | Done |
197 | 2023-11-16T15:49:55.006Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-11-16T15:49:55.009Z | clang system 15 system |
199 | 2023-11-16T15:49:55.012Z | csh system system illumos |
200 | 2023-11-16T15:49:55.015Z | ctags system system illumos |
201 | 2023-11-16T15:49:55.018Z | gcc vendor 12 vendor |
202 | 2023-11-16T15:49:55.021Z | gcc system 10 system |
203 | 2023-11-16T15:49:55.024Z | gcc system 7 system |
204 | 2023-11-16T15:49:55.027Z | go system 1.20 system |
205 | 2023-11-16T15:49:55.030Z | go system 1.19 system |
206 | 2023-11-16T15:49:55.033Z | llvm system 15 system |
207 | 2023-11-16T15:49:55.036Z | llvm system 14 system |
208 | 2023-11-16T15:49:55.038Z | mariadb system 10.6 system |
209 | 2023-11-16T15:49:55.043Z | mta vendor vendor dma |
210 | 2023-11-16T15:49:55.046Z | openjdk system 17 system |
211 | 2023-11-16T15:49:55.049Z | openjdk system 11 system |
212 | 2023-11-16T15:49:55.052Z | openjdk system 1.8 system |
213 | 2023-11-16T15:49:55.055Z | openssl vendor 3 vendor |
214 | 2023-11-16T15:49:55.058Z | perl system 5.36 system |
215 | 2023-11-16T15:49:55.061Z | postgresql system 15 system |
216 | 2023-11-16T15:49:55.063Z | postgresql system 13 system |
217 | 2023-11-16T15:49:55.066Z | python vendor 3 vendor |
218 | 2023-11-16T15:49:55.069Z | python system 2 system |
219 | 2023-11-16T15:49:55.072Z | python3 system 3.11 system |
220 | 2023-11-16T15:49:55.075Z | ruby system 3.0 system |
221 | 2023-11-16T15:49:55.078Z | words vendor vendor american-english |
222 | 2023-11-16T15:49:55.081Z | words system system australian-english |
223 | 2023-11-16T15:49:55.083Z | words system system british-english |
224 | 2023-11-16T15:49:55.087Z | words system system canadian-english |
225 | 2023-11-16T15:49:55.090Z | words system system french |
226 | 2023-11-16T15:49:55.093Z | words system system italian |
227 | 2023-11-16T15:49:55.095Z | words system system ngerman |
228 | 2023-11-16T15:49:55.098Z | words system system ogerman |
229 | 2023-11-16T15:49:55.101Z | words system system spanish |
230 | 2023-11-16T15:49:55.540Z | FMRI IFO |
231 | 2023-11-16T15:49:55.544Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-11-16T15:49:55.547Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-11-16T15:49:55.550Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-11-16T15:49:55.553Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-11-16T15:49:55.557Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-11-16T15:49:55.562Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-11-16T15:49:55.613Z | + set -o errexit |
238 | 2023-11-16T15:49:55.622Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-11-16T15:49:55.626Z | ++ cd ./tools |
240 | 2023-11-16T15:49:55.629Z | ++ pwd |
241 | 2023-11-16T15:49:55.632Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-11-16T15:49:55.635Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-11-16T15:49:55.638Z | + ARG0=ci_download_cockroachdb |
244 | 2023-11-16T15:49:55.641Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-11-16T15:49:55.644Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-11-16T15:49:55.646Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-11-16T15:49:55.649Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-11-16T15:49:55.652Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-11-16T15:49:55.655Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-16T15:49:55.658Z | + TARGET_DIR=out |
251 | 2023-11-16T15:49:55.661Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-11-16T15:49:55.664Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-11-16T15:49:55.667Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-11-16T15:49:55.670Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-11-16T15:49:55.673Z | + main |
256 | 2023-11-16T15:49:55.675Z | + [[ 0 != 0 ]] |
257 | 2023-11-16T15:49:55.680Z | + CIDL_OS=solaris2.11 |
258 | 2023-11-16T15:49:55.684Z | + [[ 0 != 0 ]] |
259 | 2023-11-16T15:49:55.686Z | + configure_os solaris2.11 |
260 | 2023-11-16T15:49:55.689Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-11-16T15:49:55.692Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-11-16T15:49:55.695Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-11-16T15:49:55.697Z | configuring based on OS: "solaris2.11" |
264 | 2023-11-16T15:49:55.700Z | + case "$1" in |
265 | 2023-11-16T15:49:55.703Z | + CIDL_BUILD=illumos |
266 | 2023-11-16T15:49:55.706Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-11-16T15:49:55.708Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-16T15:49:55.712Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-11-16T15:49:55.715Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-11-16T15:49:55.718Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-11-16T15:49:55.721Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-11-16T15:49:55.725Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-16T15:49:55.736Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-16T15:49:55.749Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-11-16T15:49:55.760Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-16T15:49:55.775Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-16T15:49:55.786Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-16T15:49:55.797Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-11-16T15:49:55.802Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-16T15:49:55.811Z | + mkdir -p out/downloads |
281 | 2023-11-16T15:49:55.820Z | + mkdir -p ./out/cockroachdb |
282 | 2023-11-16T15:49:55.827Z | + local DO_DOWNLOAD=true |
283 | 2023-11-16T15:49:55.835Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-11-16T15:49:55.843Z | + '[' true == true ']' |
285 | 2023-11-16T15:49:55.850Z | + echo Downloading... |
286 | 2023-11-16T15:49:55.857Z | Downloading... |
287 | 2023-11-16T15:49:55.864Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-16T15:49:55.871Z | + 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 |
289 | 2023-11-16T15:49:58.052Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-16T15:49:58.065Z | ++ md5sum |
291 | 2023-11-16T15:49:58.076Z | ++ awk '{print $1}' |
292 | 2023-11-16T15:49:58.506Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-11-16T15:49:58.523Z | + [[ 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 ]] |
294 | 2023-11-16T15:49:58.538Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-16T15:49:58.543Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-11-16T15:50:01.624Z | + do_assemble_illumos |
297 | 2023-11-16T15:50:01.629Z | + rm -r ./out/cockroachdb |
298 | 2023-11-16T15:50:01.633Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-11-16T15:50:02.258Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-11-16T15:50:03.239Z | Build Tag: v22.1.9-dirty |
301 | 2023-11-16T15:50:03.243Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-11-16T15:50:03.248Z | Distribution: OSS |
303 | 2023-11-16T15:50:03.254Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-11-16T15:50:03.257Z | Go Version: go1.17.13 |
305 | 2023-11-16T15:50:03.261Z | C Compiler: gcc 10.3.0 |
306 | 2023-11-16T15:50:03.267Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-11-16T15:50:03.273Z | Build Type: release |
308 | 2023-11-16T15:50:03.278Z | + set -o errexit |
309 | 2023-11-16T15:50:03.283Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-11-16T15:50:03.288Z | ++ cd ./tools |
311 | 2023-11-16T15:50:03.293Z | ++ pwd |
312 | 2023-11-16T15:50:03.299Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-11-16T15:50:03.305Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-11-16T15:50:03.310Z | + ARG0=ci_download_clickhouse |
315 | 2023-11-16T15:50:03.317Z | + TARGET_DIR=out |
316 | 2023-11-16T15:50:03.323Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-11-16T15:50:03.330Z | + DEST_DIR=./out/clickhouse |
318 | 2023-11-16T15:50:03.339Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-11-16T15:50:03.355Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-11-16T15:50:03.362Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-11-16T15:50:03.374Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-11-16T15:50:03.786Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-16T15:50:03.797Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-11-16T15:50:03.802Z | + main |
325 | 2023-11-16T15:50:03.811Z | + [[ 0 != 0 ]] |
326 | 2023-11-16T15:50:04.227Z | + CIDL_OS=solaris2.11 |
327 | 2023-11-16T15:50:04.237Z | + [[ 0 != 0 ]] |
328 | 2023-11-16T15:50:04.247Z | + configure_os solaris2.11 |
329 | 2023-11-16T15:50:04.264Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-16T15:50:04.680Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-16T15:50:04.691Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-11-16T15:50:05.106Z | configuring based on OS: "solaris2.11" |
333 | 2023-11-16T15:50:05.110Z | + CIDL_DASHREV= |
334 | 2023-11-16T15:50:05.113Z | + case "$1" in |
335 | 2023-11-16T15:50:05.116Z | + CIDL_PLATFORM=illumos |
336 | 2023-11-16T15:50:05.123Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-11-16T15:50:05.128Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-11-16T15:50:05.133Z | + CIDL_DASHREV=-1 |
339 | 2023-11-16T15:50:05.136Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-11-16T15:50:05.140Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-16T15:50:05.143Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-16T15:50:05.146Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-16T15:50:05.149Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-16T15:50:05.152Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-16T15:50:05.155Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-11-16T15:50:05.158Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-16T15:50:05.161Z | + mkdir -p out/downloads |
348 | 2023-11-16T15:50:05.166Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-16T15:50:05.169Z | + local DO_DOWNLOAD=true |
350 | 2023-11-16T15:50:05.172Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-11-16T15:50:05.175Z | + '[' true == true ']' |
352 | 2023-11-16T15:50:05.178Z | + echo Downloading... |
353 | 2023-11-16T15:50:05.182Z | Downloading... |
354 | 2023-11-16T15:50:05.186Z | + 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 |
355 | 2023-11-16T15:50:05.193Z | + 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 |
356 | 2023-11-16T15:50:05.203Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-16T15:50:05.220Z | ++ md5sum |
358 | 2023-11-16T15:50:05.236Z | ++ awk '{print $1}' |
359 | 2023-11-16T15:50:05.264Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-16T15:50:05.268Z | + [[ 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 ]] |
361 | 2023-11-16T15:50:05.270Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-11-16T15:50:05.278Z | + mkdir -p ./out/clickhouse |
363 | 2023-11-16T15:50:05.282Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-11-16T15:50:09.061Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-11-16T15:50:09.116Z | ClickHouse server version 22.8.9.1. |
366 | 2023-11-16T15:50:09.138Z | + set -o errexit |
367 | 2023-11-16T15:50:09.143Z | +++ dirname ./tools/ci_download_console |
368 | 2023-11-16T15:50:09.156Z | ++ cd ./tools |
369 | 2023-11-16T15:50:09.159Z | ++ pwd |
370 | 2023-11-16T15:50:09.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-11-16T15:50:09.165Z | ++ basename ./tools/ci_download_console |
372 | 2023-11-16T15:50:09.168Z | + ARG0=ci_download_console |
373 | 2023-11-16T15:50:09.171Z | + TARGET_DIR=out |
374 | 2023-11-16T15:50:09.175Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-11-16T15:50:09.178Z | + DEST_DIR=./out/console-assets |
376 | 2023-11-16T15:50:09.182Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-11-16T15:50:09.185Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-11-16T15:50:09.188Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-16T15:50:09.191Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-16T15:50:09.194Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-11-16T15:50:09.197Z | + main |
382 | 2023-11-16T15:50:09.201Z | + [[ 0 != 0 ]] |
383 | 2023-11-16T15:50:09.204Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-11-16T15:50:09.207Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-11-16T15:50:09.210Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-16T15:50:09.213Z | + local DO_DOWNLOAD=true |
387 | 2023-11-16T15:50:09.216Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2023-11-16T15:50:09.219Z | + mkdir -p out/downloads |
389 | 2023-11-16T15:50:09.222Z | Local file: out/downloads/console.tar.gz |
390 | 2023-11-16T15:50:09.225Z | + '[' true == true ']' |
391 | 2023-11-16T15:50:09.228Z | + echo Downloading... |
392 | 2023-11-16T15:50:09.231Z | Downloading... |
393 | 2023-11-16T15:50:09.233Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-16T15:50:09.237Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-16T15:50:10.003Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-16T15:50:10.006Z | ++ case "$OSTYPE" in |
397 | 2023-11-16T15:50:10.009Z | ++ SHA=sha256sum |
398 | 2023-11-16T15:50:10.013Z | ++ sha256sum |
399 | 2023-11-16T15:50:10.017Z | ++ awk '{print $1}' |
400 | 2023-11-16T15:50:10.028Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-16T15:50:10.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 ]] |
402 | 2023-11-16T15:50:10.034Z | + rm -rf ./out/console-assets |
403 | 2023-11-16T15:50:10.038Z | + mkdir -p ./out/console-assets |
404 | 2023-11-16T15:50:10.043Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-16T15:50:10.047Z | + mkdir -p ./out/console-assets |
406 | 2023-11-16T15:50:10.051Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-16T15:50:10.170Z | + set -o errexit |
408 | 2023-11-16T15:50:10.173Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-16T15:50:10.176Z | ++ cd ./tools |
410 | 2023-11-16T15:50:10.179Z | ++ pwd |
411 | 2023-11-16T15:50:10.182Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-16T15:50:10.186Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-16T15:50:10.189Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-16T15:50:10.193Z | + TARGET_DIR=out |
415 | 2023-11-16T15:50:10.196Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-16T15:50:10.200Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-16T15:50:10.204Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
418 | 2023-11-16T15:50:10.207Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-16T15:50:10.210Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-16T15:50:10.214Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
421 | 2023-11-16T15:50:10.217Z | + main |
422 | 2023-11-16T15:50:10.220Z | + [[ 0 != 0 ]] |
423 | 2023-11-16T15:50:10.223Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
424 | 2023-11-16T15:50:10.227Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
425 | 2023-11-16T15:50:10.230Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
426 | 2023-11-16T15:50:10.233Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
427 | 2023-11-16T15:50:10.236Z | + local DO_DOWNLOAD=true |
428 | 2023-11-16T15:50:10.239Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
429 | 2023-11-16T15:50:10.242Z | + mkdir -p out/downloads |
430 | 2023-11-16T15:50:10.245Z | + '[' true == true ']' |
431 | 2023-11-16T15:50:10.248Z | + echo Downloading... |
432 | 2023-11-16T15:50:10.252Z | Downloading... |
433 | 2023-11-16T15:50:10.255Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
434 | 2023-11-16T15:50:10.258Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
435 | 2023-11-16T15:50:10.486Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
436 | 2023-11-16T15:50:10.495Z | ++ case "$OSTYPE" in |
437 | 2023-11-16T15:50:10.505Z | ++ SHA=sha256sum |
438 | 2023-11-16T15:50:10.515Z | ++ sha256sum |
439 | 2023-11-16T15:50:10.522Z | ++ awk '{print $1}' |
440 | 2023-11-16T15:50:10.528Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-11-16T15:50:10.535Z | + [[ 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 ]] |
442 | 2023-11-16T15:50:10.542Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-11-16T15:50:10.549Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
444 | 2023-11-16T15:50:10.556Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
445 | 2023-11-16T15:50:10.562Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
446 | 2023-11-16T15:50:10.568Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
447 | 2023-11-16T15:50:10.573Z | + main |
448 | 2023-11-16T15:50:10.580Z | + [[ 0 != 0 ]] |
449 | 2023-11-16T15:50:10.587Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
450 | 2023-11-16T15:50:10.594Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
451 | 2023-11-16T15:50:10.601Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
452 | 2023-11-16T15:50:10.609Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-16T15:50:10.618Z | + local DO_DOWNLOAD=true |
454 | 2023-11-16T15:50:10.627Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
455 | 2023-11-16T15:50:10.633Z | + mkdir -p out/downloads |
456 | 2023-11-16T15:50:10.641Z | + '[' true == true ']' |
457 | 2023-11-16T15:50:10.649Z | + echo Downloading... |
458 | 2023-11-16T15:50:10.657Z | Downloading... |
459 | 2023-11-16T15:50:10.666Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-16T15:50:10.674Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
461 | 2023-11-16T15:50:10.681Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
462 | 2023-11-16T15:50:10.686Z | ++ case "$OSTYPE" in |
463 | 2023-11-16T15:50:10.694Z | ++ SHA=sha256sum |
464 | 2023-11-16T15:50:10.703Z | ++ sha256sum |
465 | 2023-11-16T15:50:10.713Z | ++ awk '{print $1}' |
466 | 2023-11-16T15:50:10.720Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
467 | 2023-11-16T15:50:10.727Z | + [[ 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 ]] |
468 | 2023-11-16T15:50:10.736Z | + set -o errexit |
469 | 2023-11-16T15:50:10.744Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-11-16T15:50:10.751Z | ++ cd ./tools |
471 | 2023-11-16T15:50:10.760Z | ++ pwd |
472 | 2023-11-16T15:50:10.769Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-11-16T15:50:10.778Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-11-16T15:50:10.787Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-11-16T15:50:10.867Z | + TARGET_DIR=out |
476 | 2023-11-16T15:50:10.879Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-11-16T15:50:10.891Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-11-16T15:50:10.904Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
479 | 2023-11-16T15:50:10.921Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
480 | 2023-11-16T15:50:10.935Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
481 | 2023-11-16T15:50:10.951Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
482 | 2023-11-16T15:50:10.961Z | + main |
483 | 2023-11-16T15:50:10.968Z | + [[ 0 != 0 ]] |
484 | 2023-11-16T15:50:10.980Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
485 | 2023-11-16T15:50:10.990Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
486 | 2023-11-16T15:50:10.997Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
487 | 2023-11-16T15:50:11.008Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
488 | 2023-11-16T15:50:11.014Z | + local DO_DOWNLOAD=true |
489 | 2023-11-16T15:50:11.017Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
490 | 2023-11-16T15:50:11.021Z | + mkdir -p out/downloads |
491 | 2023-11-16T15:50:11.026Z | + '[' true == true ']' |
492 | 2023-11-16T15:50:11.032Z | + echo Downloading... |
493 | 2023-11-16T15:50:11.037Z | Downloading... |
494 | 2023-11-16T15:50:11.043Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
495 | 2023-11-16T15:50:11.048Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
496 | 2023-11-16T15:50:11.349Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
497 | 2023-11-16T15:50:11.361Z | ++ case "$OSTYPE" in |
498 | 2023-11-16T15:50:11.368Z | ++ SHA=sha256sum |
499 | 2023-11-16T15:50:11.374Z | ++ sha256sum |
500 | 2023-11-16T15:50:11.380Z | ++ awk '{print $1}' |
501 | 2023-11-16T15:50:11.387Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
502 | 2023-11-16T15:50:11.393Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
503 | 2023-11-16T15:50:11.400Z | + set -o errexit |
504 | 2023-11-16T15:50:11.409Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-11-16T15:50:11.414Z | ++ cd ./tools |
506 | 2023-11-16T15:50:11.418Z | ++ pwd |
507 | 2023-11-16T15:50:11.421Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-11-16T15:50:11.426Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-11-16T15:50:11.429Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-11-16T15:50:11.433Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-11-16T15:50:11.435Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
512 | 2023-11-16T15:50:11.438Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
513 | 2023-11-16T15:50:11.442Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
514 | 2023-11-16T15:50:11.445Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-11-16T15:50:11.448Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
516 | 2023-11-16T15:50:11.451Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
517 | 2023-11-16T15:50:11.454Z | + TARGET_DIR=out |
518 | 2023-11-16T15:50:11.456Z | + DOWNLOAD_DIR=out/downloads |
519 | 2023-11-16T15:50:11.459Z | + DEST_DIR=./out/dendrite-stub |
520 | 2023-11-16T15:50:11.464Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2023-11-16T15:50:11.466Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2023-11-16T15:50:11.469Z | + REPO=oxidecomputer/dendrite |
523 | 2023-11-16T15:50:11.472Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
524 | 2023-11-16T15:50:11.475Z | + main |
525 | 2023-11-16T15:50:11.478Z | + [[ 0 != 0 ]] |
526 | 2023-11-16T15:50:11.482Z | + CIDL_OS=solaris2.11 |
527 | 2023-11-16T15:50:11.486Z | + [[ 0 != 0 ]] |
528 | 2023-11-16T15:50:11.489Z | + configure_os solaris2.11 |
529 | 2023-11-16T15:50:11.492Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-11-16T15:50:11.494Z | current directory: /work/oxidecomputer/omicron |
531 | 2023-11-16T15:50:11.497Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2023-11-16T15:50:11.502Z | configuring based on OS: "solaris2.11" |
533 | 2023-11-16T15:50:11.505Z | + case "$1" in |
534 | 2023-11-16T15:50:11.508Z | + SET_BINARIES= |
535 | 2023-11-16T15:50:11.511Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
536 | 2023-11-16T15:50:11.514Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2023-11-16T15:50:11.525Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2023-11-16T15:50:11.537Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
539 | 2023-11-16T15:50:11.547Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-16T15:50:11.557Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
541 | 2023-11-16T15:50:11.564Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
542 | 2023-11-16T15:50:11.575Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-11-16T15:50:11.593Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2023-11-16T15:50:11.599Z | + mkdir -p out/downloads |
545 | 2023-11-16T15:50:11.604Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-11-16T15:50:11.608Z | + fetch_and_verify |
547 | 2023-11-16T15:50:11.621Z | + local DO_DOWNLOAD=true |
548 | 2023-11-16T15:50:11.626Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-11-16T15:50:11.631Z | + '[' true == true ']' |
550 | 2023-11-16T15:50:11.635Z | + echo Downloading... |
551 | 2023-11-16T15:50:11.641Z | Downloading... |
552 | 2023-11-16T15:50:11.648Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-16T15:50:11.653Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
554 | 2023-11-16T15:50:21.778Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-16T15:50:21.782Z | ++ sha256sum |
556 | 2023-11-16T15:50:21.785Z | ++ awk '{print $1}' |
557 | 2023-11-16T15:50:21.873Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
558 | 2023-11-16T15:50:21.876Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
559 | 2023-11-16T15:50:21.879Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-16T15:50:21.881Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-11-16T15:50:22.778Z | + do_assemble |
562 | 2023-11-16T15:50:22.781Z | + rm -r ./out/dendrite-stub |
563 | 2023-11-16T15:50:22.784Z | + mkdir ./out/dendrite-stub |
564 | 2023-11-16T15:50:22.787Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-11-16T15:50:22.896Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-11-16T15:50:22.909Z | + set -o errexit |
567 | 2023-11-16T15:50:22.912Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-11-16T15:50:22.915Z | ++ cd ./tools |
569 | 2023-11-16T15:50:22.918Z | ++ pwd |
570 | 2023-11-16T15:50:22.921Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-11-16T15:50:22.924Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-11-16T15:50:22.927Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-11-16T15:50:22.932Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-11-16T15:50:22.935Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
575 | 2023-11-16T15:50:22.938Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
576 | 2023-11-16T15:50:22.942Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-11-16T15:50:22.945Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
578 | 2023-11-16T15:50:22.948Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
579 | 2023-11-16T15:50:22.953Z | + TARGET_DIR=out |
580 | 2023-11-16T15:50:22.956Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-11-16T15:50:22.959Z | + DEST_DIR=./out/mgd |
582 | 2023-11-16T15:50:22.961Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-11-16T15:50:22.964Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-11-16T15:50:22.967Z | + REPO=oxidecomputer/maghemite |
585 | 2023-11-16T15:50:22.971Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
586 | 2023-11-16T15:50:22.973Z | + main |
587 | 2023-11-16T15:50:22.976Z | + [[ 0 != 0 ]] |
588 | 2023-11-16T15:50:22.979Z | + CIDL_OS=solaris2.11 |
589 | 2023-11-16T15:50:22.982Z | + [[ 0 != 0 ]] |
590 | 2023-11-16T15:50:22.987Z | + configure_os solaris2.11 |
591 | 2023-11-16T15:50:22.989Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-11-16T15:50:22.992Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-11-16T15:50:22.995Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-11-16T15:50:22.998Z | configuring based on OS: "solaris2.11" |
595 | 2023-11-16T15:50:23.001Z | + case "$1" in |
596 | 2023-11-16T15:50:23.004Z | + SET_BINARIES= |
597 | 2023-11-16T15:50:23.007Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-11-16T15:50:23.010Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-11-16T15:50:23.013Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
600 | 2023-11-16T15:50:23.016Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-11-16T15:50:23.019Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
602 | 2023-11-16T15:50:23.022Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
603 | 2023-11-16T15:50:23.025Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-16T15:50:23.028Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-11-16T15:50:23.033Z | + mkdir -p out/downloads |
606 | 2023-11-16T15:50:23.036Z | + mkdir -p ./out/mgd |
607 | 2023-11-16T15:50:23.038Z | + fetch_and_verify |
608 | 2023-11-16T15:50:23.041Z | + local DO_DOWNLOAD=true |
609 | 2023-11-16T15:50:23.044Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-11-16T15:50:23.047Z | + '[' true == true ']' |
611 | 2023-11-16T15:50:23.051Z | + echo Downloading... |
612 | 2023-11-16T15:50:23.058Z | Downloading... |
613 | 2023-11-16T15:50:23.069Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-11-16T15:50:23.082Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
615 | 2023-11-16T15:50:29.573Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-11-16T15:50:29.575Z | ++ sha256sum |
617 | 2023-11-16T15:50:29.578Z | ++ awk '{print $1}' |
618 | 2023-11-16T15:50:29.650Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
619 | 2023-11-16T15:50:29.653Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
620 | 2023-11-16T15:50:29.656Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-11-16T15:50:29.660Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-11-16T15:50:30.312Z | + do_assemble |
623 | 2023-11-16T15:50:30.315Z | + rm -r ./out/mgd |
624 | 2023-11-16T15:50:30.319Z | + mkdir ./out/mgd |
625 | 2023-11-16T15:50:30.326Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-11-16T15:50:30.521Z | + set -o errexit |
627 | 2023-11-16T15:50:30.525Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-11-16T15:50:30.528Z | ++ cd ./tools |
629 | 2023-11-16T15:50:30.531Z | ++ pwd |
630 | 2023-11-16T15:50:30.534Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-11-16T15:50:30.538Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-11-16T15:50:30.543Z | + ARG0=ci_download_transceiver_control |
633 | 2023-11-16T15:50:30.546Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-11-16T15:50:30.549Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-11-16T15:50:30.596Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-16T15:50:30.611Z | + TARGET_DIR=out |
637 | 2023-11-16T15:50:30.625Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-11-16T15:50:30.631Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-11-16T15:50:30.634Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-11-16T15:50:30.638Z | + BINARY=xcvradm |
641 | 2023-11-16T15:50:30.641Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-11-16T15:50:30.646Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-11-16T15:50:30.655Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-11-16T15:50:30.658Z | + main |
645 | 2023-11-16T15:50:30.661Z | + [[ 0 != 0 ]] |
646 | 2023-11-16T15:50:30.665Z | + CIDL_OS=solaris2.11 |
647 | 2023-11-16T15:50:30.669Z | + [[ 0 != 0 ]] |
648 | 2023-11-16T15:50:30.674Z | + configure_os solaris2.11 |
649 | 2023-11-16T15:50:30.682Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-11-16T15:50:30.689Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-11-16T15:50:30.699Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2023-11-16T15:50:30.709Z | configuring based on OS: "solaris2.11" |
653 | 2023-11-16T15:50:30.724Z | + case "$1" in |
654 | 2023-11-16T15:50:30.731Z | + SET_BINARIES= |
655 | 2023-11-16T15:50:30.740Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-16T15:50:30.745Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-11-16T15:50:30.755Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-11-16T15:50:30.763Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-16T15:50:30.768Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-11-16T15:50:30.775Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-11-16T15:50:30.788Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-16T15:50:30.794Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2023-11-16T15:50:30.804Z | Local file: out/downloads/xcvradm.gz |
664 | 2023-11-16T15:50:30.809Z | + mkdir -p out/downloads |
665 | 2023-11-16T15:50:30.815Z | + mkdir -p ./out/transceiver-control |
666 | 2023-11-16T15:50:30.825Z | + fetch_and_verify |
667 | 2023-11-16T15:50:30.835Z | + local DO_DOWNLOAD=true |
668 | 2023-11-16T15:50:30.839Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-11-16T15:50:30.850Z | + '[' true == true ']' |
670 | 2023-11-16T15:50:30.862Z | + echo Downloading... |
671 | 2023-11-16T15:50:30.868Z | Downloading... |
672 | 2023-11-16T15:50:30.875Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-11-16T15:50:30.885Z | + 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 |
674 | 2023-11-16T15:50:30.994Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-11-16T15:50:30.998Z | ++ sha256sum |
676 | 2023-11-16T15:50:31.001Z | ++ awk '{print $1}' |
677 | 2023-11-16T15:50:31.018Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-11-16T15:50:31.022Z | + [[ 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 ]] |
679 | 2023-11-16T15:50:31.027Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-11-16T15:50:31.030Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-11-16T15:50:31.034Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-11-16T15:50:31.203Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-11-16T15:50:31.206Z | + do_assemble |
684 | 2023-11-16T15:50:31.209Z | + rm -r ./out/transceiver-control |
685 | 2023-11-16T15:50:31.212Z | + mkdir ./out/transceiver-control |
686 | 2023-11-16T15:50:31.215Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-11-16T15:50:31.423Z | All prerequisites installed successfully |
688 | 2023-11-16T15:50:31.427Z | |
689 | 2023-11-16T15:50:31.432Z | real 1:59.160083734 |
690 | 2023-11-16T15:50:31.434Z | user 52.063168783 |
691 | 2023-11-16T15:50:31.437Z | sys 9.765610031 |
692 | 2023-11-16T15:50:31.441Z | trap 0.026181406 |
693 | 2023-11-16T15:50:31.443Z | tflt 0.214685245 |
694 | 2023-11-16T15:50:31.448Z | dflt 0.709486693 |
695 | 2023-11-16T15:50:31.451Z | kflt 0.141820688 |
696 | 2023-11-16T15:50:31.454Z | lock 1.676303480 |
697 | 2023-11-16T15:50:31.457Z | slp 3:40.111550444 |
698 | 2023-11-16T15:50:31.460Z | lat 3.421047416 |
699 | 2023-11-16T15:50:31.462Z | stop 0.075885477 |
700 | 2023-11-16T15:50:31.468Z | + ptime -m ./tools/ci_download_softnpu_machinery |
701 | 2023-11-16T15:50:31.471Z | fetching npuzone |
702 | 2023-11-16T15:50:31.474Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
703 | 2023-11-16T15:50:31.476Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
704 | 2023-11-16T15:50:31.479Z | Getting hash for npuzone |
705 | 2023-11-16T15:50:31.617Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
706 | 2023-11-16T15:50:38.819Z | npuzone downloaded successfully |
707 | 2023-11-16T15:50:38.824Z | |
708 | 2023-11-16T15:50:38.827Z | real 7.400524526 |
709 | 2023-11-16T15:50:38.829Z | user 0.548585125 |
710 | 2023-11-16T15:50:38.832Z | sys 0.151225496 |
711 | 2023-11-16T15:50:38.840Z | trap 0.000092232 |
712 | 2023-11-16T15:50:38.845Z | tflt 0.000000000 |
713 | 2023-11-16T15:50:38.848Z | dflt 0.000000000 |
714 | 2023-11-16T15:50:38.854Z | kflt 0.000000000 |
715 | 2023-11-16T15:50:38.858Z | lock 0.000000000 |
716 | 2023-11-16T15:50:38.861Z | slp 21.350857632 |
717 | 2023-11-16T15:50:38.864Z | lat 0.114442251 |
718 | 2023-11-16T15:50:38.867Z | stop 0.000263700 |
719 | 2023-11-16T15:50:38.870Z | + export CARGO_INCREMENTAL=0 |
720 | 2023-11-16T15:50:38.873Z | + CARGO_INCREMENTAL=0 |
721 | 2023-11-16T15:50:38.878Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
722 | 2023-11-16T15:50:39.154Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2023-11-16T15:50:39.525Z | Updating crates.io index |
724 | 2023-11-16T15:50:39.621Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2023-11-16T15:50:40.416Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2023-11-16T15:50:42.262Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2023-11-16T15:50:42.893Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2023-11-16T15:50:43.239Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2023-11-16T15:50:43.551Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2023-11-16T15:50:43.857Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2023-11-16T15:50:44.723Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2023-11-16T15:50:47.035Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2023-11-16T15:50:48.140Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2023-11-16T15:50:48.519Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2023-11-16T15:50:49.160Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2023-11-16T15:50:49.561Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-11-16T15:50:49.909Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-11-16T15:50:50.308Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-11-16T15:50:50.637Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-11-16T15:50:51.192Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-11-16T15:50:51.784Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-11-16T15:50:52.192Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-11-16T15:50:52.493Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-11-16T15:50:53.779Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-11-16T15:50:54.306Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-16T15:50:55.301Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-16T15:50:55.731Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-16T15:50:56.082Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-16T15:50:57.671Z | Downloading crates ... |
750 | 2023-11-16T15:50:57.923Z | Downloaded mime_guess v2.0.4 |
751 | 2023-11-16T15:50:57.930Z | Downloaded md-5 v0.10.5 |
752 | 2023-11-16T15:50:57.934Z | Downloaded byteorder v1.5.0 |
753 | 2023-11-16T15:50:57.952Z | Downloaded num-derive v0.4.0 |
754 | 2023-11-16T15:50:57.963Z | Downloaded libsw v3.3.0 |
755 | 2023-11-16T15:50:57.969Z | Downloaded num-integer v0.1.45 |
756 | 2023-11-16T15:50:57.974Z | Downloaded console v0.15.7 |
757 | 2023-11-16T15:50:57.981Z | Downloaded number_prefix v0.4.0 |
758 | 2023-11-16T15:50:57.984Z | Downloaded kstat-rs v0.2.3 |
759 | 2023-11-16T15:50:57.987Z | Downloaded instant v0.1.12 |
760 | 2023-11-16T15:50:57.991Z | Downloaded papergrid v0.10.0 |
761 | 2023-11-16T15:50:58.006Z | Downloaded oso-derive v0.27.0 |
762 | 2023-11-16T15:50:58.009Z | Downloaded ident_case v1.0.1 |
763 | 2023-11-16T15:50:58.012Z | Downloaded async-stream-impl v0.3.5 |
764 | 2023-11-16T15:50:58.015Z | Downloaded atty v0.2.14 |
765 | 2023-11-16T15:50:58.019Z | Downloaded backoff v0.4.0 |
766 | 2023-11-16T15:50:58.024Z | Downloaded lalrpop-util v0.19.12 |
767 | 2023-11-16T15:50:58.027Z | Downloaded keccak v0.1.4 |
768 | 2023-11-16T15:50:58.043Z | Downloaded maybe-uninit v2.0.0 |
769 | 2023-11-16T15:50:58.052Z | Downloaded libefi-sys v0.1.0 |
770 | 2023-11-16T15:50:58.060Z | Downloaded openssl-macros v0.1.1 |
771 | 2023-11-16T15:50:58.067Z | Downloaded cargo_metadata v0.18.0 |
772 | 2023-11-16T15:50:58.076Z | Downloaded ciborium-io v0.2.1 |
773 | 2023-11-16T15:50:58.081Z | Downloaded assert_matches v1.5.0 |
774 | 2023-11-16T15:50:58.086Z | Downloaded cassowary v0.3.0 |
775 | 2023-11-16T15:50:58.091Z | Downloaded num-rational v0.4.1 |
776 | 2023-11-16T15:50:58.096Z | Downloaded addr2line v0.21.0 |
777 | 2023-11-16T15:50:58.102Z | Downloaded is-terminal v0.4.9 |
778 | 2023-11-16T15:50:58.105Z | Downloaded termtree v0.4.1 |
779 | 2023-11-16T15:50:58.108Z | Downloaded crossbeam v0.8.2 |
780 | 2023-11-16T15:50:58.111Z | Downloaded mockall v0.11.4 |
781 | 2023-11-16T15:50:58.115Z | Downloaded ansi_term v0.12.1 |
782 | 2023-11-16T15:50:58.122Z | Downloaded linked-hash-map v0.5.6 |
783 | 2023-11-16T15:50:58.126Z | Downloaded olpc-cjson v0.1.3 |
784 | 2023-11-16T15:50:58.131Z | Downloaded lazycell v1.3.0 |
785 | 2023-11-16T15:50:58.135Z | Downloaded cargo-platform v0.1.3 |
786 | 2023-11-16T15:50:58.140Z | Downloaded headers-core v0.2.0 |
787 | 2023-11-16T15:50:58.143Z | Downloaded pretty-hex v0.3.0 |
788 | 2023-11-16T15:50:58.149Z | Downloaded cexpr v0.6.0 |
789 | 2023-11-16T15:50:58.156Z | Downloaded crc-any v2.4.3 |
790 | 2023-11-16T15:50:58.165Z | Downloaded display-error-chain v0.2.0 |
791 | 2023-11-16T15:50:58.170Z | Downloaded futures-io v0.3.29 |
792 | 2023-11-16T15:50:58.173Z | Downloaded ciborium v0.2.1 |
793 | 2023-11-16T15:50:58.180Z | Downloaded semver v1.0.20 |
794 | 2023-11-16T15:50:58.186Z | Downloaded lock_api v0.4.10 |
795 | 2023-11-16T15:50:58.190Z | Downloaded path-absolutize v3.1.0 |
796 | 2023-11-16T15:50:58.193Z | Downloaded sct v0.7.0 |
797 | 2023-11-16T15:50:58.200Z | Downloaded pin-utils v0.1.0 |
798 | 2023-11-16T15:50:58.203Z | Downloaded futures-sink v0.3.29 |
799 | 2023-11-16T15:50:58.206Z | Downloaded unicode-xid v0.2.4 |
800 | 2023-11-16T15:50:58.209Z | Downloaded hash32 v0.2.1 |
801 | 2023-11-16T15:50:58.212Z | Downloaded fd-lock v3.0.13 |
802 | 2023-11-16T15:50:58.217Z | Downloaded take_mut v0.2.2 |
803 | 2023-11-16T15:50:58.220Z | Downloaded diesel_table_macro_syntax v0.1.0 |
804 | 2023-11-16T15:50:58.222Z | Downloaded peeking_take_while v0.1.2 |
805 | 2023-11-16T15:50:58.225Z | Downloaded downcast v0.11.0 |
806 | 2023-11-16T15:50:58.228Z | Downloaded dirs-next v2.0.0 |
807 | 2023-11-16T15:50:58.231Z | Downloaded ref-cast v1.0.20 |
808 | 2023-11-16T15:50:58.236Z | Downloaded tiny-keccak v2.0.2 |
809 | 2023-11-16T15:50:58.241Z | Downloaded time-core v0.1.1 |
810 | 2023-11-16T15:50:58.244Z | Downloaded nu-ansi-term v0.49.0 |
811 | 2023-11-16T15:50:58.249Z | Downloaded rustc_version v0.4.0 |
812 | 2023-11-16T15:50:58.253Z | Downloaded rand_xorshift v0.3.0 |
813 | 2023-11-16T15:50:58.257Z | Downloaded untrusted v0.7.1 |
814 | 2023-11-16T15:50:58.260Z | Downloaded num-bigint v0.4.4 |
815 | 2023-11-16T15:50:58.270Z | Downloaded whoami v1.4.1 |
816 | 2023-11-16T15:50:58.280Z | Downloaded slog-stdlog v4.1.1 |
817 | 2023-11-16T15:50:58.290Z | Downloaded crypto-bigint v0.5.2 |
818 | 2023-11-16T15:50:58.293Z | Downloaded usdt-attr-macro v0.3.5 |
819 | 2023-11-16T15:50:58.296Z | Downloaded derive_builder_macro v0.12.0 |
820 | 2023-11-16T15:50:58.299Z | Downloaded wyz v0.5.1 |
821 | 2023-11-16T15:50:58.302Z | Downloaded funty v2.0.0 |
822 | 2023-11-16T15:50:58.305Z | Downloaded universal-hash v0.5.1 |
823 | 2023-11-16T15:50:58.308Z | Downloaded endian-type v0.1.2 |
824 | 2023-11-16T15:50:58.311Z | Downloaded pkg-config v0.3.27 |
825 | 2023-11-16T15:50:58.315Z | Downloaded usdt v0.3.5 |
826 | 2023-11-16T15:50:58.322Z | Downloaded tokio-tungstenite v0.20.1 |
827 | 2023-11-16T15:50:58.325Z | Downloaded rpassword v7.2.0 |
828 | 2023-11-16T15:50:58.328Z | Downloaded tinyvec_macros v0.1.1 |
829 | 2023-11-16T15:50:58.331Z | Downloaded signal-hook-registry v1.4.1 |
830 | 2023-11-16T15:50:58.334Z | Downloaded indexmap v1.9.3 |
831 | 2023-11-16T15:50:58.364Z | Downloaded smf v0.2.2 |
832 | 2023-11-16T15:50:58.370Z | Downloaded slab v0.4.9 |
833 | 2023-11-16T15:50:58.373Z | Downloaded pretty-hex v0.2.1 |
834 | 2023-11-16T15:50:58.375Z | Downloaded fragile v2.0.0 |
835 | 2023-11-16T15:50:58.378Z | Downloaded form_urlencoded v1.2.0 |
836 | 2023-11-16T15:50:58.381Z | Downloaded thiserror v1.0.49 |
837 | 2023-11-16T15:50:58.384Z | Downloaded darling_macro v0.14.4 |
838 | 2023-11-16T15:50:58.387Z | Downloaded equivalent v1.0.1 |
839 | 2023-11-16T15:50:58.390Z | Downloaded foreign-types-shared v0.3.1 |
840 | 2023-11-16T15:50:58.392Z | Downloaded semver v0.1.20 |
841 | 2023-11-16T15:50:58.395Z | Downloaded rusty-fork v0.3.0 |
842 | 2023-11-16T15:50:58.398Z | Downloaded serde_plain v1.0.2 |
843 | 2023-11-16T15:50:58.400Z | Downloaded dtrace-parser v0.1.14 |
844 | 2023-11-16T15:50:58.403Z | Downloaded uuid v1.5.0 |
845 | 2023-11-16T15:50:58.406Z | Downloaded http-body v0.4.5 |
846 | 2023-11-16T15:50:58.409Z | Downloaded fastrand v2.0.0 |
847 | 2023-11-16T15:50:58.412Z | Downloaded difflib v0.4.0 |
848 | 2023-11-16T15:50:58.414Z | Downloaded float-cmp v0.9.0 |
849 | 2023-11-16T15:50:58.417Z | Downloaded heapless v0.7.16 |
850 | 2023-11-16T15:50:58.420Z | Downloaded foreign-types-shared v0.1.1 |
851 | 2023-11-16T15:50:58.424Z | Downloaded debug-ignore v1.0.5 |
852 | 2023-11-16T15:50:58.427Z | Downloaded fatfs v0.3.6 |
853 | 2023-11-16T15:50:58.430Z | Downloaded precomputed-hash v0.1.1 |
854 | 2023-11-16T15:50:58.433Z | Downloaded pkcs8 v0.10.2 |
855 | 2023-11-16T15:50:58.435Z | Downloaded zone v0.3.0 |
856 | 2023-11-16T15:50:58.438Z | Downloaded httparse v1.8.0 |
857 | 2023-11-16T15:50:58.441Z | Downloaded toml v0.8.8 |
858 | 2023-11-16T15:50:58.444Z | Downloaded strum v0.25.0 |
859 | 2023-11-16T15:50:58.447Z | Downloaded toml v0.7.8 |
860 | 2023-11-16T15:50:58.450Z | Downloaded want v0.3.1 |
861 | 2023-11-16T15:50:58.453Z | Downloaded waitgroup v0.1.2 |
862 | 2023-11-16T15:50:58.455Z | Downloaded pin-project-lite v0.2.13 |
863 | 2023-11-16T15:50:58.460Z | Downloaded tokio-rustls v0.24.1 |
864 | 2023-11-16T15:50:58.465Z | Downloaded futures v0.3.29 |
865 | 2023-11-16T15:50:58.476Z | Downloaded untrusted v0.9.0 |
866 | 2023-11-16T15:50:58.480Z | Downloaded postcard-cobs v0.1.5-pre |
867 | 2023-11-16T15:50:58.482Z | Downloaded rustversion v1.0.14 |
868 | 2023-11-16T15:50:58.488Z | Downloaded version_check v0.9.4 |
869 | 2023-11-16T15:50:58.491Z | Downloaded der_derive v0.7.2 |
870 | 2023-11-16T15:50:58.494Z | Downloaded proc-macro-error v1.0.4 |
871 | 2023-11-16T15:50:58.502Z | Downloaded rand_chacha v0.3.1 |
872 | 2023-11-16T15:50:58.505Z | Downloaded vec_map v0.8.2 |
873 | 2023-11-16T15:50:58.508Z | Downloaded vsss-rs v3.3.1 |
874 | 2023-11-16T15:50:58.512Z | Downloaded fxhash v0.2.1 |
875 | 2023-11-16T15:50:58.514Z | Downloaded wait-timeout v0.2.0 |
876 | 2023-11-16T15:50:58.517Z | Downloaded typenum v1.16.0 |
877 | 2023-11-16T15:50:58.520Z | Downloaded tokio-macros v2.1.0 |
878 | 2023-11-16T15:50:58.523Z | Downloaded libxml v0.3.3 |
879 | 2023-11-16T15:50:58.534Z | Downloaded globset v0.4.13 |
880 | 2023-11-16T15:50:58.537Z | Downloaded rustc_version v0.1.7 |
881 | 2023-11-16T15:50:58.540Z | Downloaded http-range v0.1.5 |
882 | 2023-11-16T15:50:58.543Z | Downloaded zone_cfg_derive v0.3.0 |
883 | 2023-11-16T15:50:58.546Z | Downloaded stable_deref_trait v1.2.0 |
884 | 2023-11-16T15:50:58.549Z | Downloaded unarray v0.1.4 |
885 | 2023-11-16T15:50:58.552Z | Downloaded proc-macro-error-attr v1.0.4 |
886 | 2023-11-16T15:50:58.554Z | Downloaded slog-async v2.8.0 |
887 | 2023-11-16T15:50:58.557Z | Downloaded heck v0.4.1 |
888 | 2023-11-16T15:50:58.560Z | Downloaded vte v0.11.1 |
889 | 2023-11-16T15:50:58.563Z | Downloaded diesel_derives v2.1.1 |
890 | 2023-11-16T15:50:58.565Z | Downloaded derive-where v1.2.5 |
891 | 2023-11-16T15:50:58.569Z | Downloaded hmac v0.12.1 |
892 | 2023-11-16T15:50:58.572Z | Downloaded foreign-types v0.3.2 |
893 | 2023-11-16T15:50:58.575Z | Downloaded fnv v1.0.7 |
894 | 2023-11-16T15:50:58.578Z | Downloaded thiserror-impl v1.0.49 |
895 | 2023-11-16T15:50:58.580Z | Downloaded serde_derive_internals v0.26.0 |
896 | 2023-11-16T15:50:58.583Z | Downloaded predicates-core v1.0.6 |
897 | 2023-11-16T15:50:58.586Z | Downloaded thiserror-impl-no-std v2.0.2 |
898 | 2023-11-16T15:50:58.589Z | Downloaded glob v0.3.1 |
899 | 2023-11-16T15:50:58.591Z | Downloaded darling_core v0.20.3 |
900 | 2023-11-16T15:50:58.594Z | Downloaded snafu v0.7.5 |
901 | 2023-11-16T15:50:58.605Z | Downloaded home v0.5.5 |
902 | 2023-11-16T15:50:58.608Z | Downloaded generic-array v0.14.7 |
903 | 2023-11-16T15:50:58.611Z | Downloaded quote v1.0.33 |
904 | 2023-11-16T15:50:58.614Z | Downloaded flagset v0.4.3 |
905 | 2023-11-16T15:50:58.617Z | Downloaded highway v1.1.0 |
906 | 2023-11-16T15:50:58.620Z | Downloaded unsafe-libyaml v0.2.9 |
907 | 2023-11-16T15:50:58.625Z | Downloaded tough v0.14.0 |
908 | 2023-11-16T15:50:58.639Z | Downloaded walkdir v2.4.0 |
909 | 2023-11-16T15:50:58.643Z | Downloaded darling_core v0.14.4 |
910 | 2023-11-16T15:50:58.651Z | Downloaded poly1305 v0.8.0 |
911 | 2023-11-16T15:50:58.655Z | Downloaded half v1.8.2 |
912 | 2023-11-16T15:50:58.660Z | Downloaded unicase v2.7.0 |
913 | 2023-11-16T15:50:58.663Z | Downloaded smallvec v1.11.0 |
914 | 2023-11-16T15:50:58.666Z | Downloaded derive_builder_core v0.12.0 |
915 | 2023-11-16T15:50:58.670Z | Downloaded pest v2.7.2 |
916 | 2023-11-16T15:50:58.678Z | Downloaded serde v1.0.192 |
917 | 2023-11-16T15:50:58.684Z | Downloaded spin v0.9.8 |
918 | 2023-11-16T15:50:58.688Z | Downloaded snafu-derive v0.7.5 |
919 | 2023-11-16T15:50:58.691Z | Downloaded prettyplease v0.2.12 |
920 | 2023-11-16T15:50:58.697Z | Downloaded unicode-segmentation v1.10.1 |
921 | 2023-11-16T15:50:58.703Z | Downloaded derive_more v0.99.17 |
922 | 2023-11-16T15:50:58.712Z | Downloaded unicode-bidi v0.3.13 |
923 | 2023-11-16T15:50:58.716Z | Downloaded tokio-postgres v0.7.10 |
924 | 2023-11-16T15:50:58.725Z | Downloaded schemars v0.8.13 |
925 | 2023-11-16T15:50:58.744Z | Downloaded rayon-core v1.12.0 |
926 | 2023-11-16T15:50:58.752Z | Downloaded portable-atomic v1.4.3 |
927 | 2023-11-16T15:50:58.760Z | Downloaded http v0.2.9 |
928 | 2023-11-16T15:50:58.767Z | Downloaded time v0.3.27 |
929 | 2023-11-16T15:50:58.779Z | Downloaded headers v0.3.9 |
930 | 2023-11-16T15:50:58.788Z | Downloaded reedline v0.25.0 |
931 | 2023-11-16T15:50:58.800Z | Downloaded hashbrown v0.12.3 |
932 | 2023-11-16T15:50:58.808Z | Downloaded chrono v0.4.31 |
933 | 2023-11-16T15:50:58.822Z | Downloaded steno v0.4.0 |
934 | 2023-11-16T15:50:58.829Z | Downloaded rayon v1.8.0 |
935 | 2023-11-16T15:50:58.845Z | Downloaded trust-dns-server v0.22.1 |
936 | 2023-11-16T15:50:58.855Z | Downloaded der v0.7.8 |
937 | 2023-11-16T15:50:58.864Z | Downloaded h2 v0.3.21 |
938 | 2023-11-16T15:50:58.874Z | Downloaded rustls-webpki v0.101.7 |
939 | 2023-11-16T15:50:58.901Z | Downloaded hkdf v0.12.3 |
940 | 2023-11-16T15:50:58.905Z | Downloaded object v0.30.4 |
941 | 2023-11-16T15:50:58.923Z | Downloaded idna v0.2.3 |
942 | 2023-11-16T15:50:58.935Z | Downloaded serde_with v2.3.3 |
943 | 2023-11-16T15:50:58.946Z | Downloaded futures-util v0.3.29 |
944 | 2023-11-16T15:50:58.969Z | Downloaded petgraph v0.6.4 |
945 | 2023-11-16T15:50:58.995Z | Downloaded proptest v1.3.1 |
946 | 2023-11-16T15:50:59.012Z | Downloaded rustls v0.21.8 |
947 | 2023-11-16T15:50:59.032Z | Downloaded webpki-roots v0.25.2 |
948 | 2023-11-16T15:50:59.039Z | Downloaded regex v1.10.2 |
949 | 2023-11-16T15:50:59.061Z | Downloaded smoltcp v0.8.2 |
950 | 2023-11-16T15:50:59.080Z | Downloaded rustix v0.38.9 |
951 | 2023-11-16T15:50:59.118Z | Downloaded diesel v2.1.3 |
952 | 2023-11-16T15:50:59.154Z | Downloaded rustix v0.37.23 |
953 | 2023-11-16T15:50:59.182Z | Downloaded zerocopy-derive v0.2.0 |
954 | 2023-11-16T15:50:59.199Z | Downloaded sled v0.34.7 |
955 | 2023-11-16T15:50:59.218Z | Downloaded zerocopy-derive v0.6.4 |
956 | 2023-11-16T15:50:59.237Z | Downloaded regex-automata v0.4.3 |
957 | 2023-11-16T15:50:59.267Z | Downloaded regex-automata v0.3.8 |
958 | 2023-11-16T15:50:59.297Z | Downloaded tokio v1.33.0 |
959 | 2023-11-16T15:50:59.361Z | Downloaded encoding_rs v0.8.33 |
960 | 2023-11-16T15:50:59.401Z | Downloaded sha3 v0.10.8 |
961 | 2023-11-16T15:50:59.412Z | Downloaded libc v0.2.150 |
962 | 2023-11-16T15:50:59.457Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
963 | 2023-11-16T15:50:59.479Z | Downloaded regex-syntax v0.7.5 |
964 | 2023-11-16T15:50:59.493Z | Downloaded regex-syntax v0.8.2 |
965 | 2023-11-16T15:50:59.508Z | Downloaded ratatui v0.23.0 |
966 | 2023-11-16T15:50:59.534Z | Downloaded openapiv3 v2.0.0-rc.1 |
967 | 2023-11-16T15:50:59.550Z | Downloaded bstr v1.6.0 |
968 | 2023-11-16T15:50:59.566Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2023-11-16T15:50:59.588Z | Downloaded polar-core v0.27.0 |
970 | 2023-11-16T15:50:59.600Z | Downloaded regex-syntax v0.6.29 |
971 | 2023-11-16T15:50:59.617Z | Downloaded vcpkg v0.2.15 |
972 | 2023-11-16T15:50:59.683Z | Downloaded radix_trie v0.2.1 |
973 | 2023-11-16T15:50:59.692Z | Downloaded gimli v0.28.0 |
974 | 2023-11-16T15:50:59.706Z | Downloaded bstr v0.2.17 |
975 | 2023-11-16T15:50:59.723Z | Downloaded hyper v0.14.27 |
976 | 2023-11-16T15:50:59.736Z | Downloaded idna v0.4.0 |
977 | 2023-11-16T15:50:59.748Z | Downloaded regress v0.7.1 |
978 | 2023-11-16T15:50:59.762Z | Downloaded syn v1.0.109 |
979 | 2023-11-16T15:50:59.780Z | Downloaded serde_json v1.0.108 |
980 | 2023-11-16T15:50:59.793Z | Downloaded openssl v0.10.57 |
981 | 2023-11-16T15:50:59.810Z | Downloaded syn v2.0.32 |
982 | 2023-11-16T15:50:59.832Z | Downloaded smoltcp v0.9.1 |
983 | 2023-11-16T15:50:59.851Z | Downloaded object v0.32.1 |
984 | 2023-11-16T15:50:59.869Z | Downloaded hashbrown v0.14.2 |
985 | 2023-11-16T15:50:59.880Z | Downloaded x509-cert v0.2.4 |
986 | 2023-11-16T15:50:59.889Z | Downloaded hashbrown v0.13.2 |
987 | 2023-11-16T15:50:59.896Z | Downloaded winnow v0.5.15 |
988 | 2023-11-16T15:50:59.910Z | Downloaded bindgen v0.65.1 |
989 | 2023-11-16T15:50:59.923Z | Downloaded bitvec v1.0.1 |
990 | 2023-11-16T15:50:59.950Z | Downloaded clap v2.34.0 |
991 | 2023-11-16T15:50:59.962Z | Downloaded tabled v0.14.0 |
992 | 2023-11-16T15:50:59.989Z | Downloaded unicode-normalization v0.1.22 |
993 | 2023-11-16T15:50:59.995Z | Downloaded quick-xml v0.23.1 |
994 | 2023-11-16T15:51:00.015Z | Downloaded ring v0.17.5 |
995 | 2023-11-16T15:51:00.146Z | Downloaded curve25519-dalek v4.1.0 |
996 | 2023-11-16T15:51:00.162Z | Downloaded aho-corasick v1.0.4 |
997 | 2023-11-16T15:51:00.172Z | Downloaded clap_builder v4.4.2 |
998 | 2023-11-16T15:51:00.184Z | Downloaded ring v0.16.20 |
999 | 2023-11-16T15:51:00.344Z | Downloaded zip v0.6.6 |
1000 | 2023-11-16T15:51:00.350Z | Downloaded flume v0.11.0 |
1001 | 2023-11-16T15:51:00.356Z | Downloaded reqwest v0.11.22 |
1002 | 2023-11-16T15:51:00.369Z | Downloaded regex-automata v0.1.10 |
1003 | 2023-11-16T15:51:00.377Z | Downloaded tokio-util v0.7.10 |
1004 | 2023-11-16T15:51:00.388Z | Downloaded flate2 v1.0.28 |
1005 | 2023-11-16T15:51:00.417Z | Downloaded trust-dns-client v0.22.0 |
1006 | 2023-11-16T15:51:00.421Z | Downloaded futures-channel v0.3.29 |
1007 | 2023-11-16T15:51:00.424Z | Downloaded ryu v1.0.15 |
1008 | 2023-11-16T15:51:00.427Z | Downloaded zeroize v1.6.0 |
1009 | 2023-11-16T15:51:00.429Z | Downloaded textwrap v0.16.0 |
1010 | 2023-11-16T15:51:00.433Z | Downloaded getrandom v0.2.10 |
1011 | 2023-11-16T15:51:00.436Z | Downloaded trust-dns-resolver v0.22.0 |
1012 | 2023-11-16T15:51:00.439Z | Downloaded secrecy v0.8.0 |
1013 | 2023-11-16T15:51:00.442Z | Downloaded scopeguard v1.2.0 |
1014 | 2023-11-16T15:51:00.446Z | Downloaded schemars_derive v0.8.13 |
1015 | 2023-11-16T15:51:00.449Z | Downloaded scheduled-thread-pool v0.2.7 |
1016 | 2023-11-16T15:51:00.453Z | Downloaded phf_shared v0.11.2 |
1017 | 2023-11-16T15:51:00.461Z | Downloaded sha2 v0.10.8 |
1018 | 2023-11-16T15:51:00.475Z | Downloaded parking_lot_core v0.9.8 |
1019 | 2023-11-16T15:51:00.893Z | Downloaded postgres-types v0.2.6 |
1020 | 2023-11-16T15:51:00.912Z | Downloaded postgres-protocol v0.6.6 |
1021 | 2023-11-16T15:51:00.918Z | Downloaded postcard v0.7.3 |
1022 | 2023-11-16T15:51:00.925Z | Downloaded toml_edit v0.21.0 |
1023 | 2023-11-16T15:51:00.933Z | Downloaded lalrpop v0.19.12 |
1024 | 2023-11-16T15:51:00.942Z | Downloaded zerocopy v0.6.4 |
1025 | 2023-11-16T15:51:00.958Z | Downloaded futures-executor v0.3.29 |
1026 | 2023-11-16T15:51:00.966Z | Downloaded serde_tokenstream v0.2.0 |
1027 | 2023-11-16T15:51:00.973Z | Downloaded predicates v3.0.4 |
1028 | 2023-11-16T15:51:00.985Z | Downloaded pkcs1 v0.7.5 |
1029 | 2023-11-16T15:51:00.996Z | Downloaded pest_meta v2.7.2 |
1030 | 2023-11-16T15:51:01.013Z | Downloaded time-macros v0.2.13 |
1031 | 2023-11-16T15:51:01.016Z | Downloaded zeroize_derive v1.4.2 |
1032 | 2023-11-16T15:51:01.022Z | Downloaded diff v0.1.13 |
1033 | 2023-11-16T15:51:01.026Z | Downloaded url v2.4.1 |
1034 | 2023-11-16T15:51:01.029Z | Downloaded itertools v0.10.5 |
1035 | 2023-11-16T15:51:01.032Z | Downloaded itertools v0.11.0 |
1036 | 2023-11-16T15:51:01.037Z | Downloaded proc-macro2 v1.0.69 |
1037 | 2023-11-16T15:51:01.040Z | Downloaded nom v7.1.3 |
1038 | 2023-11-16T15:51:01.043Z | Downloaded thread-id v4.2.0 |
1039 | 2023-11-16T15:51:01.046Z | Downloaded getopts v0.2.21 |
1040 | 2023-11-16T15:51:01.051Z | Downloaded tokio-native-tls v0.3.1 |
1041 | 2023-11-16T15:51:01.055Z | Downloaded slog-scope v4.4.0 |
1042 | 2023-11-16T15:51:01.058Z | Downloaded sha1 v0.10.6 |
1043 | 2023-11-16T15:51:01.062Z | Downloaded same-file v1.0.6 |
1044 | 2023-11-16T15:51:01.066Z | Downloaded utf8parse v0.2.1 |
1045 | 2023-11-16T15:51:01.070Z | Downloaded utf-8 v0.7.6 |
1046 | 2023-11-16T15:51:01.073Z | Downloaded predicates v2.1.5 |
1047 | 2023-11-16T15:51:01.078Z | Downloaded data-encoding v2.4.0 |
1048 | 2023-11-16T15:51:01.081Z | Downloaded phf v0.11.2 |
1049 | 2023-11-16T15:51:01.087Z | Downloaded dof v0.1.5 |
1050 | 2023-11-16T15:51:01.091Z | Downloaded dirs-sys-next v0.1.2 |
1051 | 2023-11-16T15:51:01.095Z | Downloaded resolv-conf v0.7.0 |
1052 | 2023-11-16T15:51:01.098Z | Downloaded parking_lot v0.12.1 |
1053 | 2023-11-16T15:51:01.102Z | Downloaded subprocess v0.2.9 |
1054 | 2023-11-16T15:51:01.105Z | Downloaded ron v0.8.1 |
1055 | 2023-11-16T15:51:01.108Z | Downloaded darling v0.20.3 |
1056 | 2023-11-16T15:51:01.112Z | Downloaded toml_edit v0.19.15 |
1057 | 2023-11-16T15:51:01.117Z | Downloaded quick-error v1.2.3 |
1058 | 2023-11-16T15:51:01.120Z | Downloaded smawk v0.3.1 |
1059 | 2023-11-16T15:51:01.124Z | Downloaded rsa v0.9.2 |
1060 | 2023-11-16T15:51:01.127Z | Downloaded zerocopy v0.3.0 |
1061 | 2023-11-16T15:51:01.130Z | Downloaded rand v0.8.5 |
1062 | 2023-11-16T15:51:01.539Z | Downloaded parking_lot_core v0.8.6 |
1063 | 2023-11-16T15:51:01.544Z | Downloaded tokio-tungstenite v0.18.0 |
1064 | 2023-11-16T15:51:01.548Z | Downloaded password-hash v0.5.0 |
1065 | 2023-11-16T15:51:01.551Z | Downloaded yasna v0.5.2 |
1066 | 2023-11-16T15:51:01.557Z | Downloaded ppv-lite86 v0.2.17 |
1067 | 2023-11-16T15:51:01.570Z | Downloaded hubpack v0.1.2 |
1068 | 2023-11-16T15:51:01.580Z | Downloaded enum-as-inner v0.5.1 |
1069 | 2023-11-16T15:51:01.592Z | Downloaded usdt-impl v0.3.5 |
1070 | 2023-11-16T15:51:02.001Z | Downloaded thread_local v1.1.7 |
1071 | 2023-11-16T15:51:02.005Z | Downloaded rustc-hash v1.1.0 |
1072 | 2023-11-16T15:51:02.009Z | Downloaded darling_macro v0.20.3 |
1073 | 2023-11-16T15:51:02.012Z | Downloaded doc-comment v0.3.3 |
1074 | 2023-11-16T15:51:02.015Z | Downloaded salty v0.2.0 |
1075 | 2023-11-16T15:51:02.026Z | Downloaded crossterm v0.27.0 |
1076 | 2023-11-16T15:51:02.038Z | Downloaded slog v2.7.0 |
1077 | 2023-11-16T15:51:02.044Z | Downloaded vte_generate_state_changes v0.1.1 |
1078 | 2023-11-16T15:51:02.048Z | Downloaded httpdate v1.0.3 |
1079 | 2023-11-16T15:51:02.051Z | Downloaded hex v0.4.3 |
1080 | 2023-11-16T15:51:02.055Z | Downloaded group v0.13.0 |
1081 | 2023-11-16T15:51:02.063Z | Downloaded filetime v0.2.22 |
1082 | 2023-11-16T15:51:02.069Z | Downloaded ed25519 v1.5.3 |
1083 | 2023-11-16T15:51:02.074Z | Downloaded dyn-clone v1.0.13 |
1084 | 2023-11-16T15:51:02.081Z | Downloaded pest_generator v2.7.2 |
1085 | 2023-11-16T15:51:02.088Z | Downloaded derive_builder v0.12.0 |
1086 | 2023-11-16T15:51:02.094Z | Downloaded unicode-ident v1.0.12 |
1087 | 2023-11-16T15:51:02.100Z | Downloaded toml v0.5.11 |
1088 | 2023-11-16T15:51:02.105Z | Downloaded tracing v0.1.37 |
1089 | 2023-11-16T15:51:02.119Z | Downloaded tokio-stream v0.1.14 |
1090 | 2023-11-16T15:51:02.124Z | Downloaded ff v0.13.0 |
1091 | 2023-11-16T15:51:02.130Z | Downloaded humantime v2.1.0 |
1092 | 2023-11-16T15:51:02.134Z | Downloaded proc-macro-crate v1.3.1 |
1093 | 2023-11-16T15:51:02.138Z | Downloaded parse-display-derive v0.8.2 |
1094 | 2023-11-16T15:51:02.143Z | Downloaded paste v1.0.14 |
1095 | 2023-11-16T15:51:02.147Z | Downloaded serde_tokenstream v0.1.7 |
1096 | 2023-11-16T15:51:02.152Z | Downloaded futures-task v0.3.29 |
1097 | 2023-11-16T15:51:02.155Z | Downloaded elliptic-curve v0.13.5 |
1098 | 2023-11-16T15:51:02.159Z | Downloaded signature v1.6.4 |
1099 | 2023-11-16T15:51:02.164Z | Downloaded rustls-native-certs v0.6.3 |
1100 | 2023-11-16T15:51:02.170Z | Downloaded tungstenite v0.20.1 |
1101 | 2023-11-16T15:51:02.173Z | Downloaded memchr v2.6.3 |
1102 | 2023-11-16T15:51:02.176Z | Downloaded ref-cast-impl v1.0.20 |
1103 | 2023-11-16T15:51:02.180Z | Downloaded signal-hook v0.3.17 |
1104 | 2023-11-16T15:51:02.183Z | Downloaded foreign-types v0.5.0 |
1105 | 2023-11-16T15:51:02.195Z | Downloaded clap v4.4.3 |
1106 | 2023-11-16T15:51:02.199Z | Downloaded indexmap v2.1.0 |
1107 | 2023-11-16T15:51:02.208Z | Downloaded crossbeam-channel v0.5.8 |
1108 | 2023-11-16T15:51:02.212Z | Downloaded openssl-sys v0.9.93 |
1109 | 2023-11-16T15:51:02.215Z | Downloaded base64 v0.21.5 |
1110 | 2023-11-16T15:51:02.218Z | Downloaded tracing-core v0.1.31 |
1111 | 2023-11-16T15:51:02.222Z | Downloaded path-dedot v3.1.0 |
1112 | 2023-11-16T15:51:02.230Z | Downloaded unicode-width v0.1.11 |
1113 | 2023-11-16T15:51:02.237Z | Downloaded hostname v0.3.1 |
1114 | 2023-11-16T15:51:02.252Z | Downloaded fs-err v2.9.0 |
1115 | 2023-11-16T15:51:02.258Z | Downloaded env_logger v0.10.0 |
1116 | 2023-11-16T15:51:02.263Z | Downloaded serde_with_macros v2.3.3 |
1117 | 2023-11-16T15:51:02.266Z | Downloaded platforms v3.0.2 |
1118 | 2023-11-16T15:51:02.270Z | Downloaded rustls-pemfile v1.0.3 |
1119 | 2023-11-16T15:51:02.274Z | Downloaded pest_derive v2.7.2 |
1120 | 2023-11-16T15:51:02.277Z | Downloaded futures-core v0.3.29 |
1121 | 2023-11-16T15:51:02.280Z | Downloaded errno v0.3.2 |
1122 | 2023-11-16T15:51:02.284Z | Downloaded thiserror-no-std v2.0.2 |
1123 | 2023-11-16T15:51:02.288Z | Downloaded path-slash v0.1.5 |
1124 | 2023-11-16T15:51:02.292Z | Downloaded heck v0.3.3 |
1125 | 2023-11-16T15:51:02.297Z | Downloaded fallible-iterator v0.2.0 |
1126 | 2023-11-16T15:51:02.300Z | Downloaded rustc-demangle v0.1.23 |
1127 | 2023-11-16T15:51:02.303Z | Downloaded strum_macros v0.25.2 |
1128 | 2023-11-16T15:51:02.307Z | Downloaded strum_macros v0.24.3 |
1129 | 2023-11-16T15:51:02.309Z | Downloaded pem-rfc7468 v0.7.0 |
1130 | 2023-11-16T15:51:02.313Z | Downloaded either v1.9.0 |
1131 | 2023-11-16T15:51:02.316Z | Downloaded tinyvec v1.6.0 |
1132 | 2023-11-16T15:51:02.321Z | Downloaded rcgen v0.11.3 |
1133 | 2023-11-16T15:51:02.326Z | Downloaded mio v0.8.8 |
1134 | 2023-11-16T15:51:02.330Z | Downloaded digest v0.10.7 |
1135 | 2023-11-16T15:51:02.334Z | Downloaded tungstenite v0.18.0 |
1136 | 2023-11-16T15:51:02.337Z | Downloaded test-strategy v0.3.1 |
1137 | 2023-11-16T15:51:02.340Z | Downloaded minimal-lexical v0.2.1 |
1138 | 2023-11-16T15:51:02.343Z | Downloaded signature v2.1.0 |
1139 | 2023-11-16T15:51:02.347Z | Downloaded rustfmt-wrapper v0.2.0 |
1140 | 2023-11-16T15:51:02.350Z | Downloaded socket2 v0.5.4 |
1141 | 2023-11-16T15:51:02.353Z | Downloaded shlex v1.1.0 |
1142 | 2023-11-16T15:51:02.356Z | Downloaded tower-service v0.3.2 |
1143 | 2023-11-16T15:51:02.360Z | Downloaded toolchain_find v0.2.0 |
1144 | 2023-11-16T15:51:02.363Z | Downloaded crossbeam-epoch v0.9.15 |
1145 | 2023-11-16T15:51:02.367Z | Downloaded spin v0.5.2 |
1146 | 2023-11-16T15:51:02.370Z | Downloaded percent-encoding v2.3.0 |
1147 | 2023-11-16T15:51:02.373Z | Downloaded fixedbitset v0.4.2 |
1148 | 2023-11-16T15:51:02.379Z | Downloaded ena v0.14.2 |
1149 | 2023-11-16T15:51:02.384Z | Downloaded parse-display v0.8.2 |
1150 | 2023-11-16T15:51:02.389Z | Downloaded foreign-types-macros v0.2.3 |
1151 | 2023-11-16T15:51:02.392Z | Downloaded slog-envlogger v2.2.0 |
1152 | 2023-11-16T15:51:02.398Z | Downloaded spki v0.7.2 |
1153 | 2023-11-16T15:51:02.402Z | Downloaded bytes v1.5.0 |
1154 | 2023-11-16T15:51:02.405Z | Downloaded tar v0.4.40 |
1155 | 2023-11-16T15:51:02.409Z | Downloaded structopt v0.3.26 |
1156 | 2023-11-16T15:51:02.412Z | Downloaded slog-json v2.6.1 |
1157 | 2023-11-16T15:51:02.415Z | Downloaded xattr v1.0.1 |
1158 | 2023-11-16T15:51:02.418Z | Downloaded strsim v0.8.0 |
1159 | 2023-11-16T15:51:02.424Z | Downloaded string_cache v0.8.7 |
1160 | 2023-11-16T15:51:02.429Z | Downloaded term v0.7.0 |
1161 | 2023-11-16T15:51:02.432Z | Downloaded serde_yaml v0.9.25 |
1162 | 2023-11-16T15:51:02.435Z | Downloaded r2d2 v0.8.10 |
1163 | 2023-11-16T15:51:02.439Z | Downloaded socket2 v0.4.9 |
1164 | 2023-11-16T15:51:02.468Z | Downloaded similar v2.2.1 |
1165 | 2023-11-16T15:51:02.477Z | Downloaded signal-hook-mio v0.2.3 |
1166 | 2023-11-16T15:51:02.480Z | Downloaded ucd-trie v0.1.6 |
1167 | 2023-11-16T15:51:02.484Z | Downloaded tui-tree-widget v0.13.0 |
1168 | 2023-11-16T15:51:02.487Z | Downloaded textwrap v0.11.0 |
1169 | 2023-11-16T15:51:02.490Z | Downloaded serde-hex v0.1.0 |
1170 | 2023-11-16T15:51:02.495Z | Downloaded unicode-linebreak v0.1.5 |
1171 | 2023-11-16T15:51:02.501Z | Downloaded tracing-attributes v0.1.26 |
1172 | 2023-11-16T15:51:02.506Z | Downloaded structmeta-derive v0.2.0 |
1173 | 2023-11-16T15:51:02.509Z | Downloaded structmeta v0.2.0 |
1174 | 2023-11-16T15:51:02.512Z | Downloaded rtoolbox v0.0.1 |
1175 | 2023-11-16T15:51:02.515Z | Downloaded semver-parser v0.10.2 |
1176 | 2023-11-16T15:51:02.518Z | Downloaded tempfile v3.8.0 |
1177 | 2023-11-16T15:51:02.524Z | Downloaded pem v3.0.2 |
1178 | 2023-11-16T15:51:02.527Z | Downloaded cc v1.0.83 |
1179 | 2023-11-16T15:51:02.531Z | Downloaded usdt-macro v0.3.5 |
1180 | 2023-11-16T15:51:02.534Z | Downloaded base64 v0.13.1 |
1181 | 2023-11-16T15:51:02.538Z | Downloaded darling v0.14.4 |
1182 | 2023-11-16T15:51:02.541Z | Downloaded oso v0.27.0 |
1183 | 2023-11-16T15:51:02.545Z | Downloaded deranged v0.3.8 |
1184 | 2023-11-16T15:51:02.549Z | Downloaded mockall_derive v0.11.4 |
1185 | 2023-11-16T15:51:02.553Z | Downloaded radium v0.7.0 |
1186 | 2023-11-16T15:51:02.556Z | Downloaded parking_lot v0.11.2 |
1187 | 2023-11-16T15:51:02.559Z | Downloaded toml_datetime v0.6.5 |
1188 | 2023-11-16T15:51:02.563Z | Downloaded semver v0.11.0 |
1189 | 2023-11-16T15:51:02.566Z | Downloaded crc32fast v1.3.2 |
1190 | 2023-11-16T15:51:02.569Z | Downloaded slog-term v2.9.0 |
1191 | 2023-11-16T15:51:02.572Z | Downloaded siphasher v0.3.11 |
1192 | 2023-11-16T15:51:02.576Z | Downloaded strsim v0.10.0 |
1193 | 2023-11-16T15:51:02.579Z | Downloaded cancel-safe-futures v0.1.5 |
1194 | 2023-11-16T15:51:02.582Z | Downloaded serde_repr v0.1.16 |
1195 | 2023-11-16T15:51:02.585Z | Downloaded multer v2.1.0 |
1196 | 2023-11-16T15:51:02.588Z | Downloaded hyper-rustls v0.24.2 |
1197 | 2023-11-16T15:51:02.592Z | Downloaded topological-sort v0.2.2 |
1198 | 2023-11-16T15:51:02.595Z | Downloaded pem v1.1.1 |
1199 | 2023-11-16T15:51:02.599Z | Downloaded ipnet v2.8.0 |
1200 | 2023-11-16T15:51:02.603Z | Downloaded cookie v0.16.2 |
1201 | 2023-11-16T15:51:02.606Z | Downloaded bzip2 v0.4.4 |
1202 | 2023-11-16T15:51:02.609Z | Downloaded argon2 v0.5.2 |
1203 | 2023-11-16T15:51:02.614Z | Downloaded rand_core v0.6.4 |
1204 | 2023-11-16T15:51:02.617Z | Downloaded predicates-tree v1.0.9 |
1205 | 2023-11-16T15:51:02.622Z | Downloaded bitflags v2.4.0 |
1206 | 2023-11-16T15:51:02.626Z | Downloaded bitfield v0.14.0 |
1207 | 2023-11-16T15:51:02.629Z | Downloaded which v4.4.0 |
1208 | 2023-11-16T15:51:02.632Z | Downloaded tap v1.0.1 |
1209 | 2023-11-16T15:51:02.635Z | Downloaded synstructure v0.12.6 |
1210 | 2023-11-16T15:51:02.638Z | Downloaded supports-color v2.1.0 |
1211 | 2023-11-16T15:51:02.641Z | Downloaded strip-ansi-escapes v0.2.0 |
1212 | 2023-11-16T15:51:02.644Z | Downloaded blake2 v0.10.6 |
1213 | 2023-11-16T15:51:02.647Z | Downloaded try-lock v0.2.4 |
1214 | 2023-11-16T15:51:02.651Z | Downloaded serde-big-array v0.5.1 |
1215 | 2023-11-16T15:51:02.656Z | Downloaded phf_shared v0.10.0 |
1216 | 2023-11-16T15:51:02.659Z | Downloaded tabled_derive v0.6.0 |
1217 | 2023-11-16T15:51:02.669Z | Downloaded mime v0.3.17 |
1218 | 2023-11-16T15:51:02.672Z | Downloaded libm v0.2.7 |
1219 | 2023-11-16T15:51:02.675Z | Downloaded crossbeam-utils v0.8.16 |
1220 | 2023-11-16T15:51:02.679Z | Downloaded ahash v0.8.3 |
1221 | 2023-11-16T15:51:02.682Z | Downloaded arc-swap v1.6.0 |
1222 | 2023-11-16T15:51:02.684Z | Downloaded const-oid v0.9.5 |
1223 | 2023-11-16T15:51:02.689Z | Downloaded num-bigint-dig v0.8.4 |
1224 | 2023-11-16T15:51:02.692Z | Downloaded log v0.4.20 |
1225 | 2023-11-16T15:51:02.695Z | Downloaded once_cell v1.18.0 |
1226 | 2023-11-16T15:51:02.698Z | Downloaded clang-sys v1.6.1 |
1227 | 2023-11-16T15:51:02.702Z | Downloaded io-lifetimes v1.0.11 |
1228 | 2023-11-16T15:51:02.705Z | Downloaded clap_derive v4.4.2 |
1229 | 2023-11-16T15:51:02.708Z | Downloaded termios v0.3.3 |
1230 | 2023-11-16T15:51:02.711Z | Downloaded terminal_size v0.2.6 |
1231 | 2023-11-16T15:51:02.715Z | Downloaded subtle v2.5.0 |
1232 | 2023-11-16T15:51:02.718Z | Downloaded structopt-derive v0.4.18 |
1233 | 2023-11-16T15:51:02.721Z | Downloaded serde_spanned v0.6.4 |
1234 | 2023-11-16T15:51:02.725Z | Downloaded hubpack_derive v0.1.1 |
1235 | 2023-11-16T15:51:02.728Z | Downloaded termcolor v1.2.0 |
1236 | 2023-11-16T15:51:02.731Z | Downloaded stringprep v0.1.3 |
1237 | 2023-11-16T15:51:02.736Z | Downloaded static_assertions v1.1.0 |
1238 | 2023-11-16T15:51:02.740Z | Downloaded base64ct v1.6.0 |
1239 | 2023-11-16T15:51:02.745Z | Downloaded smallvec v0.6.14 |
1240 | 2023-11-16T15:51:02.749Z | Downloaded slog-dtrace v0.2.3 |
1241 | 2023-11-16T15:51:02.752Z | Downloaded serde_urlencoded v0.7.1 |
1242 | 2023-11-16T15:51:02.756Z | Downloaded packed_struct v0.10.1 |
1243 | 2023-11-16T15:51:02.759Z | Downloaded backtrace v0.3.69 |
1244 | 2023-11-16T15:51:02.763Z | Downloaded atomic-waker v1.1.1 |
1245 | 2023-11-16T15:51:02.767Z | Downloaded nanorand v0.7.0 |
1246 | 2023-11-16T15:51:02.771Z | Downloaded camino-tempfile v1.0.2 |
1247 | 2023-11-16T15:51:02.775Z | Downloaded block-padding v0.3.3 |
1248 | 2023-11-16T15:51:02.779Z | Downloaded bitflags v1.3.2 |
1249 | 2023-11-16T15:51:02.783Z | Downloaded futures-macro v0.3.29 |
1250 | 2023-11-16T15:51:02.786Z | Downloaded num-traits v0.2.16 |
1251 | 2023-11-16T15:51:02.789Z | Downloaded num v0.4.1 |
1252 | 2023-11-16T15:51:02.793Z | Downloaded maplit v1.0.2 |
1253 | 2023-11-16T15:51:02.796Z | Downloaded hyper-tls v0.5.0 |
1254 | 2023-11-16T15:51:02.799Z | Downloaded aead v0.5.2 |
1255 | 2023-11-16T15:51:02.802Z | Downloaded hyper-staticfile v0.9.5 |
1256 | 2023-11-16T15:51:02.805Z | Downloaded corncobs v0.1.3 |
1257 | 2023-11-16T15:51:02.810Z | Downloaded buf-list v1.0.3 |
1258 | 2023-11-16T15:51:02.813Z | Downloaded bytecount v0.6.3 |
1259 | 2023-11-16T15:51:02.816Z | Downloaded swrite v0.1.0 |
1260 | 2023-11-16T15:51:02.819Z | Downloaded miniz_oxide v0.7.1 |
1261 | 2023-11-16T15:51:02.822Z | Downloaded camino v1.1.6 |
1262 | 2023-11-16T15:51:02.825Z | Downloaded cipher v0.4.4 |
1263 | 2023-11-16T15:51:02.828Z | Downloaded owo-colors v3.5.0 |
1264 | 2023-11-16T15:51:02.831Z | Downloaded serde_derive v1.0.192 |
1265 | 2023-11-16T15:51:02.834Z | Downloaded colored v2.0.4 |
1266 | 2023-11-16T15:51:02.837Z | Downloaded autocfg v1.1.0 |
1267 | 2023-11-16T15:51:02.842Z | Downloaded managed v0.8.0 |
1268 | 2023-11-16T15:51:02.846Z | Downloaded nibble_vec v0.1.0 |
1269 | 2023-11-16T15:51:02.849Z | Downloaded crossbeam-queue v0.3.8 |
1270 | 2023-11-16T15:51:02.853Z | Downloaded bytesize v1.3.0 |
1271 | 2023-11-16T15:51:02.855Z | Downloaded num-iter v0.1.43 |
1272 | 2023-11-16T15:51:02.859Z | Downloaded itoa v1.0.9 |
1273 | 2023-11-16T15:51:02.862Z | Downloaded inout v0.1.3 |
1274 | 2023-11-16T15:51:02.865Z | Downloaded clap_lex v0.5.1 |
1275 | 2023-11-16T15:51:02.869Z | Downloaded cargo_toml v0.17.0 |
1276 | 2023-11-16T15:51:02.873Z | Downloaded adler v1.0.2 |
1277 | 2023-11-16T15:51:02.875Z | Downloaded linear-map v1.2.0 |
1278 | 2023-11-16T15:51:02.879Z | Downloaded iana-time-zone v0.1.57 |
1279 | 2023-11-16T15:51:02.883Z | Downloaded chacha20 v0.9.1 |
1280 | 2023-11-16T15:51:02.887Z | Downloaded slog-bunyan v2.4.0 |
1281 | 2023-11-16T15:51:02.890Z | Downloaded shell-words v1.1.0 |
1282 | 2023-11-16T15:51:02.895Z | Downloaded serde-big-array v0.4.1 |
1283 | 2023-11-16T15:51:02.898Z | Downloaded normalize-line-endings v0.3.0 |
1284 | 2023-11-16T15:51:02.902Z | Downloaded new_debug_unreachable v1.0.4 |
1285 | 2023-11-16T15:51:02.905Z | Downloaded bit-set v0.5.3 |
1286 | 2023-11-16T15:51:02.909Z | Downloaded anstyle-parse v0.2.1 |
1287 | 2023-11-16T15:51:02.912Z | Downloaded signal-hook-tokio v0.3.1 |
1288 | 2023-11-16T15:51:02.916Z | Downloaded opaque-debug v0.3.0 |
1289 | 2023-11-16T15:51:02.919Z | Downloaded ipnetwork v0.20.0 |
1290 | 2023-11-16T15:51:02.922Z | Downloaded curve25519-dalek-derive v0.1.0 |
1291 | 2023-11-16T15:51:02.925Z | Downloaded native-tls v0.2.11 |
1292 | 2023-11-16T15:51:02.928Z | Downloaded libloading v0.7.4 |
1293 | 2023-11-16T15:51:02.930Z | Downloaded indoc v2.0.3 |
1294 | 2023-11-16T15:51:02.933Z | Downloaded match_cfg v0.1.0 |
1295 | 2023-11-16T15:51:02.939Z | Downloaded nodrop v0.1.14 |
1296 | 2023-11-16T15:51:02.943Z | Downloaded cpufeatures v0.2.9 |
1297 | 2023-11-16T15:51:02.946Z | Downloaded impl-trait-for-tuples v0.2.2 |
1298 | 2023-11-16T15:51:02.948Z | Downloaded bcs v0.1.6 |
1299 | 2023-11-16T15:51:02.951Z | Downloaded omicron-zone-package v0.8.3 |
1300 | 2023-11-16T15:51:02.954Z | Downloaded bit-vec v0.6.3 |
1301 | 2023-11-16T15:51:02.957Z | Downloaded ascii-canvas v3.0.0 |
1302 | 2023-11-16T15:51:02.964Z | Downloaded packed_struct_codegen v0.10.1 |
1303 | 2023-11-16T15:51:02.967Z | Downloaded memoffset v0.9.0 |
1304 | 2023-11-16T15:51:02.972Z | Downloaded lru-cache v0.1.2 |
1305 | 2023-11-16T15:51:02.975Z | Downloaded crc-catalog v2.2.0 |
1306 | 2023-11-16T15:51:02.978Z | Downloaded crc v3.0.1 |
1307 | 2023-11-16T15:51:02.981Z | Downloaded ciborium-ll v0.2.1 |
1308 | 2023-11-16T15:51:02.984Z | Downloaded array-init v0.0.4 |
1309 | 2023-11-16T15:51:02.987Z | Downloaded atomicwrites v0.4.2 |
1310 | 2023-11-16T15:51:02.989Z | Downloaded newtype_derive v0.1.6 |
1311 | 2023-11-16T15:51:02.993Z | Downloaded cfg-if v1.0.0 |
1312 | 2023-11-16T15:51:02.996Z | Downloaded num_enum_derive v0.5.11 |
1313 | 2023-11-16T15:51:02.999Z | Downloaded num-complex v0.4.4 |
1314 | 2023-11-16T15:51:03.003Z | Downloaded openssl-probe v0.1.5 |
1315 | 2023-11-16T15:51:03.006Z | Downloaded is_ci v1.1.1 |
1316 | 2023-11-16T15:51:03.009Z | Downloaded matches v0.1.10 |
1317 | 2023-11-16T15:51:03.014Z | Downloaded crossbeam-deque v0.8.3 |
1318 | 2023-11-16T15:51:03.017Z | Downloaded serde_path_to_error v0.1.14 |
1319 | 2023-11-16T15:51:03.019Z | Downloaded num_enum v0.5.11 |
1320 | 2023-11-16T15:51:03.023Z | Downloaded num_threads v0.1.6 |
1321 | 2023-11-16T15:51:03.027Z | Downloaded memoffset v0.7.1 |
1322 | 2023-11-16T15:51:03.031Z | Downloaded crucible-workspace-hack v0.1.0 |
1323 | 2023-11-16T15:51:03.035Z | Downloaded cfg-if v0.1.10 |
1324 | 2023-11-16T15:51:03.044Z | Downloaded num_cpus v1.16.0 |
1325 | 2023-11-16T15:51:03.050Z | Downloaded chacha20poly1305 v0.10.1 |
1326 | 2023-11-16T15:51:03.056Z | Downloaded base16ct v0.2.0 |
1327 | 2023-11-16T15:51:03.061Z | Downloaded indicatif v0.17.7 |
1328 | 2023-11-16T15:51:03.066Z | Downloaded crunchy v0.2.2 |
1329 | 2023-11-16T15:51:03.069Z | Downloaded async-trait v0.1.74 |
1330 | 2023-11-16T15:51:03.077Z | Downloaded anstream v0.5.0 |
1331 | 2023-11-16T15:51:03.081Z | Downloaded anyhow v1.0.75 |
1332 | 2023-11-16T15:51:03.087Z | Downloaded lazy_static v1.4.0 |
1333 | 2023-11-16T15:51:03.091Z | Downloaded convert_case v0.4.0 |
1334 | 2023-11-16T15:51:03.094Z | Downloaded async-stream v0.3.5 |
1335 | 2023-11-16T15:51:03.097Z | Downloaded indoc v1.0.9 |
1336 | 2023-11-16T15:51:03.100Z | Downloaded cstr-argument v0.1.2 |
1337 | 2023-11-16T15:51:03.103Z | Downloaded crypto-common v0.1.6 |
1338 | 2023-11-16T15:51:03.106Z | Downloaded colorchoice v1.0.0 |
1339 | 2023-11-16T15:51:03.109Z | Downloaded block-buffer v0.10.4 |
1340 | 2023-11-16T15:51:03.114Z | Downloaded bb8 v0.8.1 |
1341 | 2023-11-16T15:51:03.117Z | Downloaded anstyle-query v1.0.0 |
1342 | 2023-11-16T15:51:03.120Z | Downloaded macaddr v1.0.1 |
1343 | 2023-11-16T15:51:03.122Z | Downloaded anstyle v1.0.2 |
1344 | 2023-11-16T15:51:03.125Z | Compiling proc-macro2 v1.0.69 |
1345 | 2023-11-16T15:51:03.129Z | Compiling unicode-ident v1.0.12 |
1346 | 2023-11-16T15:51:03.132Z | Compiling libc v0.2.150 |
1347 | 2023-11-16T15:51:03.136Z | Compiling serde v1.0.192 |
1348 | 2023-11-16T15:51:03.141Z | Compiling autocfg v1.1.0 |
1349 | 2023-11-16T15:51:03.144Z | Compiling cfg-if v1.0.0 |
1350 | 2023-11-16T15:51:03.148Z | Compiling version_check v0.9.4 |
1351 | 2023-11-16T15:51:03.152Z | Compiling syn v1.0.109 |
1352 | 2023-11-16T15:51:03.156Z | Compiling once_cell v1.18.0 |
1353 | 2023-11-16T15:51:03.160Z | Compiling parking_lot_core v0.9.8 |
1354 | 2023-11-16T15:51:03.164Z | Compiling libm v0.2.7 |
1355 | 2023-11-16T15:51:03.170Z | Compiling futures-core v0.3.29 |
1356 | 2023-11-16T15:51:03.173Z | Compiling lock_api v0.4.10 |
1357 | 2023-11-16T15:51:03.850Z | Compiling num-traits v0.2.16 |
1358 | 2023-11-16T15:51:03.855Z | Compiling thiserror v1.0.49 |
1359 | 2023-11-16T15:51:03.858Z | Compiling scopeguard v1.2.0 |
1360 | 2023-11-16T15:51:03.861Z | Compiling typenum v1.16.0 |
1361 | 2023-11-16T15:51:04.171Z | Compiling memchr v2.6.3 |
1362 | 2023-11-16T15:51:04.357Z | Compiling generic-array v0.14.7 |
1363 | 2023-11-16T15:51:04.581Z | Compiling itoa v1.0.9 |
1364 | 2023-11-16T15:51:04.999Z | Compiling pkg-config v0.3.27 |
1365 | 2023-11-16T15:51:05.650Z | Compiling quote v1.0.33 |
1366 | 2023-11-16T15:51:06.358Z | Compiling syn v2.0.32 |
1367 | 2023-11-16T15:51:06.656Z | Compiling cc v1.0.83 |
1368 | 2023-11-16T15:51:06.737Z | Compiling getrandom v0.2.10 |
1369 | 2023-11-16T15:51:06.808Z | Compiling slab v0.4.9 |
1370 | 2023-11-16T15:51:07.237Z | Compiling futures-task v0.3.29 |
1371 | 2023-11-16T15:51:07.294Z | Compiling futures-channel v0.3.29 |
1372 | 2023-11-16T15:51:07.736Z | Compiling log v0.4.20 |
1373 | 2023-11-16T15:51:08.162Z | Compiling futures-util v0.3.29 |
1374 | 2023-11-16T15:51:08.642Z | Compiling ryu v1.0.15 |
1375 | 2023-11-16T15:51:08.679Z | Compiling smallvec v1.11.0 |
1376 | 2023-11-16T15:51:08.827Z | Compiling serde_json v1.0.108 |
1377 | 2023-11-16T15:51:09.058Z | Compiling pin-project-lite v0.2.13 |
1378 | 2023-11-16T15:51:09.225Z | Compiling schemars v0.8.13 |
1379 | 2023-11-16T15:51:09.248Z | Compiling heck v0.4.1 |
1380 | 2023-11-16T15:51:09.385Z | Compiling vcpkg v0.2.15 |
1381 | 2023-11-16T15:51:10.076Z | Compiling parking_lot v0.12.1 |
1382 | 2023-11-16T15:51:10.823Z | Compiling ring v0.17.5 |
1383 | 2023-11-16T15:51:11.963Z | Compiling signal-hook-registry v1.4.1 |
1384 | 2023-11-16T15:51:12.180Z | Compiling openssl-sys v0.9.93 |
1385 | 2023-11-16T15:51:14.584Z | Compiling ring v0.16.20 |
1386 | 2023-11-16T15:51:14.965Z | Compiling mio v0.8.8 |
1387 | 2023-11-16T15:51:14.984Z | Compiling indexmap v1.9.3 |
1388 | 2023-11-16T15:51:15.381Z | Compiling byteorder v1.5.0 |
1389 | 2023-11-16T15:51:15.404Z | Compiling hashbrown v0.14.2 |
1390 | 2023-11-16T15:51:15.684Z | Compiling equivalent v1.0.1 |
1391 | 2023-11-16T15:51:16.110Z | Compiling ahash v0.8.3 |
1392 | 2023-11-16T15:51:16.137Z | Compiling httparse v1.8.0 |
1393 | 2023-11-16T15:51:16.642Z | Compiling num_cpus v1.16.0 |
1394 | 2023-11-16T15:51:16.696Z | Compiling socket2 v0.5.4 |
1395 | 2023-11-16T15:51:16.812Z | Compiling spin v0.5.2 |
1396 | 2023-11-16T15:51:16.941Z | Compiling rand_core v0.6.4 |
1397 | 2023-11-16T15:51:17.537Z | Compiling fnv v1.0.7 |
1398 | 2023-11-16T15:51:17.551Z | Compiling semver v1.0.20 |
1399 | 2023-11-16T15:51:17.700Z | Compiling openssl v0.10.57 |
1400 | 2023-11-16T15:51:18.397Z | Compiling serde_derive_internals v0.26.0 |
1401 | 2023-11-16T15:51:18.420Z | Compiling rustls v0.21.8 |
1402 | 2023-11-16T15:51:18.545Z | Compiling iana-time-zone v0.1.57 |
1403 | 2023-11-16T15:51:19.042Z | Compiling unicode-xid v0.2.4 |
1404 | 2023-11-16T15:51:19.274Z | Compiling ucd-trie v0.1.6 |
1405 | 2023-11-16T15:51:19.526Z | Compiling native-tls v0.2.11 |
1406 | 2023-11-16T15:51:19.788Z | Compiling crossbeam-utils v0.8.16 |
1407 | 2023-11-16T15:51:19.971Z | Compiling synstructure v0.12.6 |
1408 | 2023-11-16T15:51:20.442Z | Compiling futures-sink v0.3.29 |
1409 | 2023-11-16T15:51:20.567Z | Compiling io-lifetimes v1.0.11 |
1410 | 2023-11-16T15:51:21.404Z | Compiling backtrace v0.3.69 |
1411 | 2023-11-16T15:51:21.930Z | Compiling dyn-clone v1.0.13 |
1412 | 2023-11-16T15:51:21.955Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2023-11-16T15:51:22.073Z | Compiling winnow v0.5.15 |
1414 | 2023-11-16T15:51:22.139Z | Compiling tinyvec v1.6.0 |
1415 | 2023-11-16T15:51:23.248Z | Compiling tracing-core v0.1.31 |
1416 | 2023-11-16T15:51:23.530Z | Compiling memoffset v0.9.0 |
1417 | 2023-11-16T15:51:23.567Z | Compiling num-integer v0.1.45 |
1418 | 2023-11-16T15:51:23.735Z | Compiling rustix v0.37.23 |
1419 | 2023-11-16T15:51:23.964Z | Compiling pin-utils v0.1.0 |
1420 | 2023-11-16T15:51:24.004Z | Compiling futures-io v0.3.29 |
1421 | 2023-11-16T15:51:24.220Z | Compiling rustix v0.38.9 |
1422 | 2023-11-16T15:51:24.573Z | Compiling unicode-normalization v0.1.22 |
1423 | 2023-11-16T15:51:24.664Z | Compiling hashbrown v0.13.2 |
1424 | 2023-11-16T15:51:24.936Z | Compiling spin v0.9.8 |
1425 | 2023-11-16T15:51:25.522Z | Compiling usdt-impl v0.3.5 |
1426 | 2023-11-16T15:51:26.001Z | Compiling bitflags v1.3.2 |
1427 | 2023-11-16T15:51:26.143Z | Compiling anyhow v1.0.75 |
1428 | 2023-11-16T15:51:26.344Z | Compiling slog v2.7.0 |
1429 | 2023-11-16T15:51:26.437Z | Compiling time-core v0.1.1 |
1430 | 2023-11-16T15:51:26.813Z | Compiling unicode-bidi v0.3.13 |
1431 | 2023-11-16T15:51:26.851Z | Compiling crc32fast v1.3.2 |
1432 | 2023-11-16T15:51:27.489Z | Compiling time-macros v0.2.13 |
1433 | 2023-11-16T15:51:27.828Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1434 | 2023-11-16T15:51:27.970Z | Compiling aho-corasick v1.0.4 |
1435 | 2023-11-16T15:51:28.051Z | Compiling serde_derive v1.0.192 |
1436 | 2023-11-16T15:51:28.467Z | Compiling thiserror-impl v1.0.49 |
1437 | 2023-11-16T15:51:28.486Z | Compiling tokio-macros v2.1.0 |
1438 | 2023-11-16T15:51:28.775Z | Compiling zeroize_derive v1.4.2 |
1439 | 2023-11-16T15:51:29.484Z | Compiling futures-macro v0.3.29 |
1440 | 2023-11-16T15:51:30.452Z | Compiling tracing-attributes v0.1.26 |
1441 | 2023-11-16T15:51:30.907Z | Compiling schemars_derive v0.8.13 |
1442 | 2023-11-16T15:51:30.930Z | Compiling zeroize v1.6.0 |
1443 | 2023-11-16T15:51:32.287Z | Compiling openssl-macros v0.1.1 |
1444 | 2023-11-16T15:51:33.130Z | Compiling pest v2.7.2 |
1445 | 2023-11-16T15:51:33.148Z | Compiling zerocopy-derive v0.2.0 |
1446 | 2023-11-16T15:51:33.622Z | Compiling crypto-common v0.1.6 |
1447 | 2023-11-16T15:51:35.694Z | Compiling tracing v0.1.37 |
1448 | 2023-11-16T15:51:35.744Z | Compiling block-buffer v0.10.4 |
1449 | 2023-11-16T15:51:35.838Z | Compiling crossbeam-epoch v0.9.15 |
1450 | 2023-11-16T15:51:40.647Z | Compiling rustversion v1.0.14 |
1451 | 2023-11-16T15:51:40.679Z | Compiling const-oid v0.9.5 |
1452 | 2023-11-16T15:51:40.699Z | Compiling ppv-lite86 v0.2.17 |
1453 | 2023-11-16T15:51:40.717Z | Compiling regex-syntax v0.8.2 |
1454 | 2023-11-16T15:51:40.745Z | Compiling async-trait v0.1.74 |
1455 | 2023-11-16T15:51:40.757Z | Compiling pest_meta v2.7.2 |
1456 | 2023-11-16T15:51:40.771Z | Compiling subtle v2.5.0 |
1457 | 2023-11-16T15:51:40.801Z | Compiling signal-hook v0.3.17 |
1458 | 2023-11-16T15:51:40.829Z | Compiling rand_chacha v0.3.1 |
1459 | 2023-11-16T15:51:40.843Z | Compiling zerocopy v0.3.0 |
1460 | 2023-11-16T15:51:40.894Z | Compiling digest v0.10.7 |
1461 | 2023-11-16T15:51:40.905Z | Compiling pest_generator v2.7.2 |
1462 | 2023-11-16T15:51:40.910Z | Compiling zerocopy-derive v0.6.4 |
1463 | 2023-11-16T15:51:43.179Z | Compiling regex-automata v0.4.3 |
1464 | 2023-11-16T15:51:43.693Z | Compiling strsim v0.10.0 |
1465 | 2023-11-16T15:51:44.295Z | Compiling pest_derive v2.7.2 |
1466 | 2023-11-16T15:51:45.249Z | Compiling base64 v0.21.5 |
1467 | 2023-11-16T15:51:45.715Z | Compiling dtrace-parser v0.1.14 |
1468 | 2023-11-16T15:51:46.316Z | Compiling dof v0.1.5 |
1469 | 2023-11-16T15:51:47.204Z | Compiling rand v0.8.5 |
1470 | 2023-11-16T15:51:49.732Z | Compiling regex v1.10.2 |
1471 | 2023-11-16T15:51:50.361Z | Compiling bytes v1.5.0 |
1472 | 2023-11-16T15:51:51.378Z | Compiling indexmap v2.1.0 |
1473 | 2023-11-16T15:51:52.080Z | Compiling uuid v1.5.0 |
1474 | 2023-11-16T15:51:52.206Z | Compiling chrono v0.4.31 |
1475 | 2023-11-16T15:51:53.463Z | Compiling bitflags v2.4.0 |
1476 | 2023-11-16T15:51:54.359Z | Compiling tokio v1.33.0 |
1477 | 2023-11-16T15:51:56.409Z | Compiling toml_datetime v0.6.5 |
1478 | 2023-11-16T15:51:57.034Z | Compiling serde_spanned v0.6.4 |
1479 | 2023-11-16T15:51:58.134Z | Compiling rustc_version v0.4.0 |
1480 | 2023-11-16T15:51:58.231Z | Compiling toml_edit v0.19.15 |
1481 | 2023-11-16T15:51:58.420Z | Compiling http v0.2.9 |
1482 | 2023-11-16T15:51:59.124Z | Compiling heapless v0.7.16 |
1483 | 2023-11-16T15:52:04.994Z | Compiling thread-id v4.2.0 |
1484 | 2023-11-16T15:52:05.148Z | Compiling errno v0.3.2 |
1485 | 2023-11-16T15:52:05.567Z | Compiling num-bigint v0.4.4 |
1486 | 2023-11-16T15:52:06.379Z | Compiling untrusted v0.7.1 |
1487 | 2023-11-16T15:52:06.666Z | Compiling percent-encoding v2.3.0 |
1488 | 2023-11-16T15:52:07.335Z | Compiling untrusted v0.9.0 |
1489 | 2023-11-16T15:52:07.587Z | Compiling hashbrown v0.12.3 |
1490 | 2023-11-16T15:52:08.076Z | Compiling tokio-util v0.7.10 |
1491 | 2023-11-16T15:52:08.616Z | Compiling openssl-probe v0.1.5 |
1492 | 2023-11-16T15:52:09.449Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1493 | 2023-11-16T15:52:10.017Z | Compiling smoltcp v0.9.1 |
1494 | 2023-11-16T15:52:10.484Z | Compiling foreign-types-shared v0.1.1 |
1495 | 2023-11-16T15:52:10.618Z | Compiling foreign-types v0.3.2 |
1496 | 2023-11-16T15:52:17.382Z | Compiling serde_tokenstream v0.1.7 |
1497 | 2023-11-16T15:52:18.094Z | Compiling strum_macros v0.25.2 |
1498 | 2023-11-16T15:52:19.034Z | Compiling lazy_static v1.4.0 |
1499 | 2023-11-16T15:52:19.191Z | Compiling socket2 v0.4.9 |
1500 | 2023-11-16T15:52:19.404Z | Compiling unicode-segmentation v1.10.1 |
1501 | 2023-11-16T15:52:19.463Z | Compiling adler v1.0.2 |
1502 | 2023-11-16T15:52:19.870Z | Compiling unicode-width v0.1.11 |
1503 | 2023-11-16T15:52:19.978Z | Compiling try-lock v0.2.4 |
1504 | 2023-11-16T15:52:20.003Z | Compiling siphasher v0.3.11 |
1505 | 2023-11-16T15:52:21.620Z | Compiling miniz_oxide v0.7.1 |
1506 | 2023-11-16T15:52:21.954Z | Compiling want v0.3.1 |
1507 | 2023-11-16T15:52:24.521Z | Compiling sct v0.7.0 |
1508 | 2023-11-16T15:52:24.959Z | Compiling rustls-webpki v0.101.7 |
1509 | 2023-11-16T15:52:25.382Z | Compiling h2 v0.3.21 |
1510 | 2023-11-16T15:52:27.738Z | Compiling form_urlencoded v1.2.0 |
1511 | 2023-11-16T15:52:28.203Z | Compiling http-body v0.4.5 |
1512 | 2023-11-16T15:52:28.579Z | Compiling hubpack_derive v0.1.1 |
1513 | 2023-11-16T15:52:29.866Z | Compiling num-iter v0.1.43 |
1514 | 2023-11-16T15:52:30.860Z | Compiling cpufeatures v0.2.9 |
1515 | 2023-11-16T15:52:30.870Z | Compiling utf8parse v0.2.1 |
1516 | 2023-11-16T15:52:30.877Z | Compiling tower-service v0.3.2 |
1517 | 2023-11-16T15:52:31.008Z | Compiling anstyle v1.0.2 |
1518 | 2023-11-16T15:52:31.208Z | Compiling httpdate v1.0.3 |
1519 | 2023-11-16T15:52:32.285Z | Compiling anstyle-parse v0.2.1 |
1520 | 2023-11-16T15:52:32.777Z | Compiling sha2 v0.10.8 |
1521 | 2023-11-16T15:52:36.893Z | Compiling usdt-attr-macro v0.3.5 |
1522 | 2023-11-16T15:52:37.091Z | Compiling usdt-macro v0.3.5 |
1523 | 2023-11-16T15:52:38.012Z | Compiling hyper v0.14.27 |
1524 | 2023-11-16T15:52:39.829Z | Compiling openapiv3 v2.0.0-rc.1 |
1525 | 2023-11-16T15:52:41.679Z | Compiling serde_tokenstream v0.2.0 |
1526 | 2023-11-16T15:52:42.486Z | Compiling rustls-pemfile v1.0.3 |
1527 | 2023-11-16T15:52:42.507Z | Compiling md-5 v0.10.5 |
1528 | 2023-11-16T15:52:42.545Z | Compiling hmac v0.12.1 |
1529 | 2023-11-16T15:52:42.900Z | Compiling idna v0.4.0 |
1530 | 2023-11-16T15:52:42.982Z | Compiling stringprep v0.1.3 |
1531 | 2023-11-16T15:52:44.151Z | Compiling diesel_table_macro_syntax v0.1.0 |
1532 | 2023-11-16T15:52:44.410Z | Compiling hash32 v0.2.1 |
1533 | 2023-11-16T15:52:44.620Z | Compiling colorchoice v1.0.0 |
1534 | 2023-11-16T15:52:44.705Z | Compiling either v1.9.0 |
1535 | 2023-11-16T15:52:45.042Z | Compiling gimli v0.28.0 |
1536 | 2023-11-16T15:52:45.224Z | Compiling stable_deref_trait v1.2.0 |
1537 | 2023-11-16T15:52:45.354Z | Compiling fallible-iterator v0.2.0 |
1538 | 2023-11-16T15:52:45.376Z | Compiling anstyle-query v1.0.0 |
1539 | 2023-11-16T15:52:46.254Z | Compiling anstream v0.5.0 |
1540 | 2023-11-16T15:52:46.489Z | Compiling postgres-protocol v0.6.6 |
1541 | 2023-11-16T15:52:47.680Z | Compiling diesel_derives v2.1.1 |
1542 | 2023-11-16T15:52:48.120Z | Compiling url v2.4.1 |
1543 | 2023-11-16T15:52:50.843Z | Compiling rustls-native-certs v0.6.3 |
1544 | 2023-11-16T15:52:51.394Z | Compiling tokio-rustls v0.24.1 |
1545 | 2023-11-16T15:52:53.724Z | Compiling addr2line v0.21.0 |
1546 | 2023-11-16T15:52:54.855Z | Compiling terminal_size v0.2.6 |
1547 | 2023-11-16T15:52:54.964Z | Compiling tokio-native-tls v0.3.1 |
1548 | 2023-11-16T15:52:55.367Z | Compiling phf_shared v0.11.2 |
1549 | 2023-11-16T15:52:57.321Z | Compiling block-padding v0.3.3 |
1550 | 2023-11-16T15:52:57.656Z | Compiling enum-as-inner v0.5.1 |
1551 | 2023-11-16T15:52:57.679Z | Compiling serde_repr v0.1.16 |
1552 | 2023-11-16T15:52:58.572Z | Compiling clap_derive v4.4.2 |
1553 | 2023-11-16T15:52:59.199Z | Compiling regress v0.7.1 |
1554 | 2023-11-16T15:53:00.033Z | Compiling scheduled-thread-pool v0.2.7 |
1555 | 2023-11-16T15:53:00.798Z | Compiling object v0.32.1 |
1556 | 2023-11-16T15:53:07.487Z | Compiling ipnet v2.8.0 |
1557 | 2023-11-16T15:53:09.310Z | Compiling managed v0.8.0 |
1558 | 2023-11-16T15:53:10.074Z | Compiling num_threads v0.1.6 |
1559 | 2023-11-16T15:53:10.254Z | Compiling deranged v0.3.8 |
1560 | 2023-11-16T15:53:11.598Z | Compiling rustc-demangle v0.1.23 |
1561 | 2023-11-16T15:53:14.274Z | Compiling regex-automata v0.1.10 |
1562 | 2023-11-16T15:53:14.332Z | Compiling matches v0.1.10 |
1563 | 2023-11-16T15:53:14.479Z | Compiling clap_lex v0.5.1 |
1564 | 2023-11-16T15:53:15.173Z | Compiling bit-vec v0.6.3 |
1565 | 2023-11-16T15:53:15.856Z | Compiling bstr v0.2.17 |
1566 | 2023-11-16T15:53:16.100Z | Compiling clap_builder v4.4.2 |
1567 | 2023-11-16T15:53:16.241Z | Compiling idna v0.2.3 |
1568 | 2023-11-16T15:53:16.560Z | Compiling time v0.3.27 |
1569 | 2023-11-16T15:53:20.538Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1570 | 2023-11-16T15:53:23.033Z | Compiling r2d2 v0.8.10 |
1571 | 2023-11-16T15:53:24.960Z | Compiling inout v0.1.3 |
1572 | 2023-11-16T15:53:25.359Z | Compiling phf v0.11.2 |
1573 | 2023-11-16T15:53:25.818Z | Compiling hyper-tls v0.5.0 |
1574 | 2023-11-16T15:53:25.822Z | Compiling hyper-rustls v0.24.2 |
1575 | 2023-11-16T15:53:26.378Z | Compiling signal-hook-mio v0.2.3 |
1576 | 2023-11-16T15:53:26.610Z | Compiling bzip2 v0.4.4 |
1577 | 2023-11-16T15:53:26.635Z | Compiling flate2 v1.0.28 |
1578 | 2023-11-16T15:53:27.187Z | Compiling postgres-types v0.2.6 |
1579 | 2023-11-16T15:53:28.210Z | Compiling itertools v0.11.0 |
1580 | 2023-11-16T15:53:29.458Z | Compiling hubpack v0.1.2 |
1581 | 2023-11-16T15:53:29.555Z | Compiling serde_urlencoded v0.7.1 |
1582 | 2023-11-16T15:53:30.147Z | Compiling phf_shared v0.10.0 |
1583 | 2023-11-16T15:53:30.416Z | Compiling ipnetwork v0.20.0 |
1584 | 2023-11-16T15:53:31.666Z | Compiling zerocopy v0.6.4 |
1585 | 2023-11-16T15:53:31.926Z | Compiling futures-executor v0.3.29 |
1586 | 2023-11-16T15:53:33.069Z | Compiling float-cmp v0.9.0 |
1587 | 2023-11-16T15:53:33.172Z | Compiling proc-macro-error-attr v1.0.4 |
1588 | 2023-11-16T15:53:33.232Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-11-16T15:53:37.076Z | Compiling mime v0.3.17 |
1590 | 2023-11-16T15:53:37.269Z | Compiling predicates-core v1.0.6 |
1591 | 2023-11-16T15:53:37.741Z | Compiling static_assertions v1.1.0 |
1592 | 2023-11-16T15:53:37.885Z | Compiling whoami v1.4.1 |
1593 | 2023-11-16T15:53:38.662Z | Compiling precomputed-hash v0.1.1 |
1594 | 2023-11-16T15:53:38.735Z | Compiling data-encoding v2.4.0 |
1595 | 2023-11-16T15:53:38.919Z | Compiling difflib v0.4.0 |
1596 | 2023-11-16T15:53:39.558Z | Compiling webpki-roots v0.25.2 |
1597 | 2023-11-16T15:53:39.907Z | Compiling normalize-line-endings v0.3.0 |
1598 | 2023-11-16T15:53:39.942Z | Compiling fixedbitset v0.4.2 |
1599 | 2023-11-16T15:53:40.075Z | Compiling new_debug_unreachable v1.0.4 |
1600 | 2023-11-16T15:53:40.205Z | Compiling regex-automata v0.3.8 |
1601 | 2023-11-16T15:53:40.574Z | Compiling petgraph v0.6.4 |
1602 | 2023-11-16T15:53:40.968Z | Compiling string_cache v0.8.7 |
1603 | 2023-11-16T15:53:41.625Z | Compiling predicates v3.0.4 |
1604 | 2023-11-16T15:53:41.644Z | Compiling reqwest v0.11.22 |
1605 | 2023-11-16T15:53:43.912Z | Compiling bstr v1.6.0 |
1606 | 2023-11-16T15:53:44.010Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1607 | 2023-11-16T15:53:46.350Z | Compiling trust-dns-proto v0.22.0 |
1608 | 2023-11-16T15:53:51.003Z | Compiling tokio-postgres v0.7.10 |
1609 | 2023-11-16T15:53:54.416Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1610 | 2023-11-16T15:54:02.015Z | Compiling futures v0.3.29 |
1611 | 2023-11-16T15:54:02.018Z | Compiling diesel v2.1.3 |
1612 | 2023-11-16T15:54:02.452Z | Compiling yasna v0.5.2 |
1613 | 2023-11-16T15:54:02.972Z | Compiling zip v0.6.6 |
1614 | 2023-11-16T15:54:04.124Z | Compiling crossterm v0.27.0 |
1615 | 2023-11-16T15:54:04.997Z | Compiling cipher v0.4.4 |
1616 | 2023-11-16T15:54:06.161Z | Compiling clap v4.4.3 |
1617 | 2023-11-16T15:54:06.306Z | Compiling similar v2.2.1 |
1618 | 2023-11-16T15:54:07.300Z | Compiling bit-set v0.5.3 |
1619 | 2023-11-16T15:54:08.989Z | Compiling itertools v0.10.5 |
1620 | 2023-11-16T15:54:09.590Z | Compiling usdt v0.3.5 |
1621 | 2023-11-16T15:54:09.961Z | Compiling console v0.15.7 |
1622 | 2023-11-16T15:54:09.983Z | Compiling tokio-stream v0.1.14 |
1623 | 2023-11-16T15:54:11.280Z | Compiling toml v0.7.8 |
1624 | 2023-11-16T15:54:11.433Z | Compiling proc-macro-crate v1.3.1 |
1625 | 2023-11-16T15:54:11.456Z | Compiling toml_edit v0.21.0 |
1626 | 2023-11-16T15:54:11.993Z | Compiling hex v0.4.3 |
1627 | 2023-11-16T15:54:12.822Z | Compiling signature v2.1.0 |
1628 | 2023-11-16T15:54:13.193Z | Compiling proc-macro-error v1.0.4 |
1629 | 2023-11-16T15:54:13.508Z | Compiling lalrpop-util v0.19.12 |
1630 | 2023-11-16T15:54:15.642Z | Compiling num_enum_derive v0.5.11 |
1631 | 2023-11-16T15:54:20.325Z | Compiling atty v0.2.14 |
1632 | 2023-11-16T15:54:20.665Z | Compiling ident_case v1.0.1 |
1633 | 2023-11-16T15:54:20.937Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2023-11-16T15:54:21.427Z | Compiling darling_core v0.20.3 |
1635 | 2023-11-16T15:54:26.613Z | Compiling num_enum v0.5.11 |
1636 | 2023-11-16T15:54:47.308Z | Compiling dirs-sys-next v0.1.2 |
1637 | 2023-11-16T15:54:49.455Z | Compiling postcard-cobs v0.1.5-pre |
1638 | 2023-11-16T15:54:51.938Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1639 | 2023-11-16T15:54:53.764Z | Compiling postcard v0.7.3 |
1640 | 2023-11-16T15:54:57.405Z | Compiling dirs-next v2.0.0 |
1641 | 2023-11-16T15:54:58.646Z | Compiling darling_macro v0.20.3 |
1642 | 2023-11-16T15:55:02.716Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1643 | 2023-11-16T15:55:10.855Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1644 | 2023-11-16T15:55:11.286Z | Compiling smoltcp v0.8.2 |
1645 | 2023-11-16T15:55:13.590Z | Compiling getopts v0.2.21 |
1646 | 2023-11-16T15:55:18.187Z | Compiling foreign-types-macros v0.2.3 |
1647 | 2023-11-16T15:55:20.151Z | Compiling structmeta-derive v0.2.0 |
1648 | 2023-11-16T15:55:26.841Z | Compiling thread_local v1.1.7 |
1649 | 2023-11-16T15:55:28.205Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1650 | 2023-11-16T15:55:28.678Z | Compiling multer v2.1.0 |
1651 | 2023-11-16T15:55:29.137Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1652 | 2023-11-16T15:55:30.434Z | Compiling match_cfg v0.1.0 |
1653 | 2023-11-16T15:55:30.579Z | Compiling unsafe-libyaml v0.2.9 |
1654 | 2023-11-16T15:55:31.555Z | Compiling cfg-if v0.1.10 |
1655 | 2023-11-16T15:55:32.908Z | Compiling foreign-types-shared v0.3.1 |
1656 | 2023-11-16T15:55:33.086Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1657 | 2023-11-16T15:55:33.519Z | Compiling slog-async v2.8.0 |
1658 | 2023-11-16T15:55:34.211Z | Compiling paste v1.0.14 |
1659 | 2023-11-16T15:55:35.844Z | Compiling camino v1.1.6 |
1660 | 2023-11-16T15:55:41.332Z | Compiling foreign-types v0.5.0 |
1661 | 2023-11-16T15:55:41.495Z | Compiling serde_yaml v0.9.25 |
1662 | 2023-11-16T15:55:44.463Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1663 | 2023-11-16T15:55:44.862Z | Compiling hostname v0.3.1 |
1664 | 2023-11-16T15:55:48.788Z | Compiling structmeta v0.2.0 |
1665 | 2023-11-16T15:55:51.137Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1666 | 2023-11-16T15:55:57.222Z | Compiling darling v0.20.3 |
1667 | 2023-11-16T15:55:58.455Z | Compiling term v0.7.0 |
1668 | 2023-11-16T15:56:01.565Z | Compiling slog-json v2.6.1 |
1669 | 2023-11-16T15:56:02.429Z | Compiling is-terminal v0.4.9 |
1670 | 2023-11-16T15:56:02.623Z | Compiling crossbeam-channel v0.5.8 |
1671 | 2023-11-16T15:56:07.815Z | Compiling strum v0.25.0 |
1672 | 2023-11-16T15:56:07.920Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1673 | 2023-11-16T15:56:08.075Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1674 | 2023-11-16T15:56:08.681Z | Compiling async-stream-impl v0.3.5 |
1675 | 2023-11-16T15:56:09.207Z | Compiling cstr-argument v0.1.2 |
1676 | 2023-11-16T15:56:09.230Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1677 | 2023-11-16T15:56:09.396Z | Compiling atomic-waker v1.1.1 |
1678 | 2023-11-16T15:56:09.572Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1679 | 2023-11-16T15:56:09.684Z | Compiling regex-syntax v0.7.5 |
1680 | 2023-11-16T15:56:09.880Z | Compiling pretty-hex v0.2.1 |
1681 | 2023-11-16T15:56:10.785Z | Compiling take_mut v0.2.2 |
1682 | 2023-11-16T15:56:11.510Z | Compiling crucible-workspace-hack v0.1.0 |
1683 | 2023-11-16T15:56:20.288Z | Compiling parse-display-derive v0.8.2 |
1684 | 2023-11-16T15:56:24.320Z | Compiling async-stream v0.3.5 |
1685 | 2023-11-16T15:56:26.524Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1686 | 2023-11-16T15:56:26.742Z | Compiling waitgroup v0.1.2 |
1687 | 2023-11-16T15:56:27.095Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1688 | 2023-11-16T15:56:28.389Z | Compiling colored v2.0.4 |
1689 | 2023-11-16T15:56:28.504Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1690 | 2023-11-16T15:56:28.667Z | Compiling slog-bunyan v2.4.0 |
1691 | 2023-11-16T15:56:30.563Z | Compiling slog-term v2.9.0 |
1692 | 2023-11-16T15:56:34.157Z | Compiling serde_with_macros v2.3.3 |
1693 | 2023-11-16T15:56:44.866Z | Compiling toml v0.8.8 |
1694 | 2023-11-16T15:56:46.319Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1695 | 2023-11-16T15:56:46.589Z | Compiling sha1 v0.10.6 |
1696 | 2023-11-16T15:56:48.112Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1697 | 2023-11-16T15:56:48.674Z | Compiling textwrap v0.11.0 |
1698 | 2023-11-16T15:56:49.080Z | Compiling heck v0.3.3 |
1699 | 2023-11-16T15:56:50.455Z | Compiling serde_path_to_error v0.1.14 |
1700 | 2023-11-16T15:56:51.299Z | Compiling instant v0.1.12 |
1701 | 2023-11-16T15:56:51.524Z | Compiling libefi-sys v0.1.0 |
1702 | 2023-11-16T15:56:51.627Z | Compiling strsim v0.8.0 |
1703 | 2023-11-16T15:56:51.970Z | Compiling rayon-core v1.12.0 |
1704 | 2023-11-16T15:56:52.148Z | Compiling vec_map v0.8.2 |
1705 | 2023-11-16T15:56:52.391Z | Compiling ansi_term v0.12.1 |
1706 | 2023-11-16T15:56:52.599Z | Compiling debug-ignore v1.0.5 |
1707 | 2023-11-16T15:56:53.449Z | Compiling clap v2.34.0 |
1708 | 2023-11-16T15:56:53.978Z | Compiling backoff v0.4.0 |
1709 | 2023-11-16T15:56:54.003Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1710 | 2023-11-16T15:56:54.049Z | Compiling structopt-derive v0.4.18 |
1711 | 2023-11-16T15:56:54.289Z | Compiling serde_with v2.3.3 |
1712 | 2023-11-16T15:56:54.539Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1713 | 2023-11-16T15:56:57.888Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1714 | 2023-11-16T15:56:58.578Z | Compiling parse-display v0.8.2 |
1715 | 2023-11-16T15:56:59.067Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1716 | 2023-11-16T15:56:59.306Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1717 | 2023-11-16T15:57:00.085Z | Compiling zone_cfg_derive v0.3.0 |
1718 | 2023-11-16T15:57:01.894Z | Compiling crossbeam-deque v0.8.3 |
1719 | 2023-11-16T15:57:02.283Z | Compiling macaddr v1.0.1 |
1720 | 2023-11-16T15:57:02.307Z | Compiling num-derive v0.4.0 |
1721 | 2023-11-16T15:57:02.519Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1722 | 2023-11-16T15:57:03.099Z | Compiling portable-atomic v1.4.3 |
1723 | 2023-11-16T15:57:04.522Z | Compiling zone v0.3.0 |
1724 | 2023-11-16T15:57:05.908Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1725 | 2023-11-16T15:57:08.804Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1726 | 2023-11-16T15:57:09.618Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1727 | 2023-11-16T15:57:10.380Z | Compiling structopt v0.3.26 |
1728 | 2023-11-16T15:57:10.628Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1729 | 2023-11-16T15:57:11.896Z | Compiling smf v0.2.2 |
1730 | 2023-11-16T15:57:11.966Z | Compiling filetime v0.2.22 |
1731 | 2023-11-16T15:57:12.444Z | Compiling xattr v1.0.1 |
1732 | 2023-11-16T15:57:12.531Z | Compiling same-file v1.0.6 |
1733 | 2023-11-16T15:57:12.874Z | Compiling fastrand v2.0.0 |
1734 | 2023-11-16T15:57:12.989Z | Compiling walkdir v2.4.0 |
1735 | 2023-11-16T15:57:13.268Z | Compiling tar v0.4.40 |
1736 | 2023-11-16T15:57:13.953Z | Compiling tempfile v3.8.0 |
1737 | 2023-11-16T15:57:16.529Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1738 | 2023-11-16T15:57:17.165Z | Compiling rayon v1.8.0 |
1739 | 2023-11-16T15:57:17.760Z | Compiling number_prefix v0.4.0 |
1740 | 2023-11-16T15:57:18.145Z | Compiling omicron-zone-package v0.8.3 |
1741 | 2023-11-16T15:57:20.270Z | Compiling swrite v0.1.0 |
1742 | 2023-11-16T15:57:20.447Z | Compiling topological-sort v0.2.2 |
1743 | 2023-11-16T15:57:26.290Z | Compiling indicatif v0.17.7 |
1744 | 2023-11-16T15:57:41.068Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1745 | 2023-11-16T15:57:50.921Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1746 | 2023-11-16T15:57:54.128Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1747 | 2023-11-16T15:57:55.355Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1748 | 2023-11-16T15:58:21.694Z | Finished release [optimized] target(s) in 7m 43s |
1749 | 2023-11-16T15:58:21.936Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1750 | 2023-11-16T15:58:23.020Z | Created new build target 'test' and set it as active |
1751 | 2023-11-16T15:58:23.023Z | |
1752 | 2023-11-16T15:58:23.026Z | real 7:43.541426068 |
1753 | 2023-11-16T15:58:23.029Z | user 50:17.101731190 |
1754 | 2023-11-16T15:58:23.032Z | sys 4:25.013234890 |
1755 | 2023-11-16T15:58:23.034Z | trap 1.994007658 |
1756 | 2023-11-16T15:58:23.037Z | tflt 3.738597000 |
1757 | 2023-11-16T15:58:23.039Z | dflt 4.842435048 |
1758 | 2023-11-16T15:58:23.042Z | kflt 0.037194803 |
1759 | 2023-11-16T15:58:23.045Z | lock 1:49:10.592396097 |
1760 | 2023-11-16T15:58:23.047Z | slp 2:21:18.670704030 |
1761 | 2023-11-16T15:58:23.053Z | lat 2:18.512470239 |
1762 | 2023-11-16T15:58:23.056Z | stop 3:35.617500796 |
1763 | 2023-11-16T15:58:23.058Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1764 | 2023-11-16T15:58:23.061Z | Finished release [optimized] target(s) in 0.95s |
1765 | 2023-11-16T15:58:23.078Z | Running `target/release/omicron-package -t test package` |
1766 | 2023-11-16T15:58:23.115Z | Nov 16 15:58:23.145 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1767 | 2023-11-16T15:58:24.189Z | Compiling serde_json v1.0.108 |
1768 | 2023-11-16T15:58:24.233Z | Compiling base64ct v1.6.0 |
1769 | 2023-11-16T15:58:24.237Z | Compiling linked-hash-map v0.5.6 |
1770 | 2023-11-16T15:58:24.239Z | Compiling blake2 v0.10.6 |
1771 | 2023-11-16T15:58:24.242Z | Compiling same-file v1.0.6 |
1772 | 2023-11-16T15:58:24.245Z | Compiling semver-parser v0.10.2 |
1773 | 2023-11-16T15:58:24.247Z | Compiling quick-error v1.2.3 |
1774 | 2023-11-16T15:58:24.250Z | Compiling fastrand v2.0.0 |
1775 | 2023-11-16T15:58:24.450Z | Compiling resolv-conf v0.7.0 |
1776 | 2023-11-16T15:58:24.564Z | Compiling walkdir v2.4.0 |
1777 | 2023-11-16T15:58:24.815Z | Compiling lru-cache v0.1.2 |
1778 | 2023-11-16T15:58:24.973Z | Compiling tempfile v3.8.0 |
1779 | 2023-11-16T15:58:25.085Z | Compiling password-hash v0.5.0 |
1780 | 2023-11-16T15:58:25.441Z | Compiling semver v0.11.0 |
1781 | 2023-11-16T15:58:25.581Z | Compiling xattr v1.0.1 |
1782 | 2023-11-16T15:58:25.918Z | Compiling argon2 v0.5.2 |
1783 | 2023-11-16T15:58:26.124Z | Compiling filetime v0.2.22 |
1784 | 2023-11-16T15:58:26.494Z | Compiling slog-dtrace v0.2.3 |
1785 | 2023-11-16T15:58:26.504Z | Compiling home v0.5.5 |
1786 | 2023-11-16T15:58:26.528Z | Compiling tar v0.4.40 |
1787 | 2023-11-16T15:58:26.810Z | Compiling toolchain_find v0.2.0 |
1788 | 2023-11-16T15:58:26.989Z | Compiling trust-dns-resolver v0.22.0 |
1789 | 2023-11-16T15:58:27.350Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1790 | 2023-11-16T15:58:27.499Z | Compiling schemars v0.8.13 |
1791 | 2023-11-16T15:58:27.576Z | Compiling reqwest v0.11.22 |
1792 | 2023-11-16T15:58:27.941Z | Compiling openapiv3 v2.0.0-rc.1 |
1793 | 2023-11-16T15:58:29.196Z | Compiling usdt-impl v0.3.5 |
1794 | 2023-11-16T15:58:29.545Z | Compiling postgres-types v0.2.6 |
1795 | 2023-11-16T15:58:30.502Z | Compiling usdt v0.3.5 |
1796 | 2023-11-16T15:58:31.222Z | Compiling ipnetwork v0.20.0 |
1797 | 2023-11-16T15:58:35.986Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1798 | 2023-11-16T15:58:36.898Z | Compiling diesel v2.1.3 |
1799 | 2023-11-16T15:58:40.459Z | Compiling tokio-postgres v0.7.10 |
1800 | 2023-11-16T15:58:42.915Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1801 | 2023-11-16T15:58:43.097Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1802 | 2023-11-16T15:58:44.640Z | Compiling slog-json v2.6.1 |
1803 | 2023-11-16T15:58:45.438Z | Compiling slog-bunyan v2.4.0 |
1804 | 2023-11-16T15:58:45.677Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1805 | 2023-11-16T15:58:45.803Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1806 | 2023-11-16T15:58:52.034Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1807 | 2023-11-16T15:58:52.325Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1808 | 2023-11-16T15:58:52.626Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1809 | 2023-11-16T15:58:57.028Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-11-16T15:59:01.614Z | Compiling toml v0.5.11 |
1811 | 2023-11-16T15:59:04.849Z | Compiling rustfmt-wrapper v0.2.0 |
1812 | 2023-11-16T15:59:05.745Z | Compiling omicron-zone-package v0.8.3 |
1813 | 2023-11-16T15:59:06.114Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1814 | 2023-11-16T15:59:06.506Z | Compiling toml v0.8.8 |
1815 | 2023-11-16T15:59:07.121Z | Compiling num-rational v0.4.1 |
1816 | 2023-11-16T15:59:07.560Z | Compiling cancel-safe-futures v0.1.5 |
1817 | 2023-11-16T15:59:08.428Z | Compiling convert_case v0.4.0 |
1818 | 2023-11-16T15:59:09.011Z | Compiling utf-8 v0.7.6 |
1819 | 2023-11-16T15:59:09.689Z | Compiling derive_more v0.99.17 |
1820 | 2023-11-16T15:59:12.225Z | Compiling pem-rfc7468 v0.7.0 |
1821 | 2023-11-16T15:59:13.892Z | Compiling num-complex v0.4.4 |
1822 | 2023-11-16T15:59:15.063Z | Compiling der_derive v0.7.2 |
1823 | 2023-11-16T15:59:15.942Z | Compiling flagset v0.4.3 |
1824 | 2023-11-16T15:59:16.234Z | Compiling semver v0.1.20 |
1825 | 2023-11-16T15:59:17.177Z | Compiling rustc_version v0.1.7 |
1826 | 2023-11-16T15:59:17.786Z | Compiling num v0.4.1 |
1827 | 2023-11-16T15:59:17.929Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1828 | 2023-11-16T15:59:18.847Z | Compiling der v0.7.8 |
1829 | 2023-11-16T15:59:19.534Z | Compiling hkdf v0.12.3 |
1830 | 2023-11-16T15:59:20.319Z | Compiling fxhash v0.2.1 |
1831 | 2023-11-16T15:59:20.329Z | Compiling unicase v2.7.0 |
1832 | 2023-11-16T15:59:20.677Z | Compiling radium v0.7.0 |
1833 | 2023-11-16T15:59:21.322Z | Compiling newtype_derive v0.1.6 |
1834 | 2023-11-16T15:59:21.737Z | Compiling base64 v0.13.1 |
1835 | 2023-11-16T15:59:21.751Z | Compiling tap v1.0.1 |
1836 | 2023-11-16T15:59:21.992Z | Compiling half v1.8.2 |
1837 | 2023-11-16T15:59:23.212Z | Compiling spki v0.7.2 |
1838 | 2023-11-16T15:59:23.970Z | Compiling ciborium-io v0.2.1 |
1839 | 2023-11-16T15:59:24.009Z | Compiling arc-swap v1.6.0 |
1840 | 2023-11-16T15:59:24.140Z | Compiling maybe-uninit v2.0.0 |
1841 | 2023-11-16T15:59:24.795Z | Compiling keccak v0.1.4 |
1842 | 2023-11-16T15:59:25.248Z | Compiling slog-scope v4.4.0 |
1843 | 2023-11-16T15:59:26.401Z | Compiling sha3 v0.10.8 |
1844 | 2023-11-16T15:59:26.684Z | Compiling ciborium-ll v0.2.1 |
1845 | 2023-11-16T15:59:27.505Z | Compiling wyz v0.5.1 |
1846 | 2023-11-16T15:59:28.267Z | Compiling secrecy v0.8.0 |
1847 | 2023-11-16T15:59:28.653Z | Compiling funty v2.0.0 |
1848 | 2023-11-16T15:59:28.707Z | Compiling crc-catalog v2.2.0 |
1849 | 2023-11-16T15:59:28.908Z | Compiling packed_struct v0.10.1 |
1850 | 2023-11-16T15:59:29.488Z | Compiling num-bigint-dig v0.8.4 |
1851 | 2023-11-16T15:59:29.897Z | Compiling parking_lot_core v0.8.6 |
1852 | 2023-11-16T15:59:30.545Z | Compiling crc v3.0.1 |
1853 | 2023-11-16T15:59:31.677Z | Compiling bitvec v1.0.1 |
1854 | 2023-11-16T15:59:32.407Z | Compiling ciborium v0.2.1 |
1855 | 2023-11-16T15:59:32.676Z | Compiling slog-stdlog v4.1.1 |
1856 | 2023-11-16T15:59:33.575Z | Compiling pkcs8 v0.10.2 |
1857 | 2023-11-16T15:59:34.419Z | Compiling nibble_vec v0.1.0 |
1858 | 2023-11-16T15:59:34.742Z | Compiling packed_struct_codegen v0.10.1 |
1859 | 2023-11-16T15:59:36.064Z | Compiling dirs-sys-next v0.1.2 |
1860 | 2023-11-16T15:59:36.506Z | Compiling nodrop v0.1.14 |
1861 | 2023-11-16T15:59:36.672Z | Compiling crunchy v0.2.2 |
1862 | 2023-11-16T15:59:36.832Z | Compiling endian-type v0.1.2 |
1863 | 2023-11-16T15:59:37.176Z | Compiling glob v0.3.1 |
1864 | 2023-11-16T15:59:37.328Z | Compiling doc-comment v0.3.3 |
1865 | 2023-11-16T15:59:38.312Z | Compiling radix_trie v0.2.1 |
1866 | 2023-11-16T15:59:38.496Z | Compiling clang-sys v1.6.1 |
1867 | 2023-11-16T15:59:39.019Z | Compiling array-init v0.0.4 |
1868 | 2023-11-16T15:59:39.524Z | Compiling dirs-next v2.0.0 |
1869 | 2023-11-16T15:59:39.769Z | Compiling pkcs1 v0.7.5 |
1870 | 2023-11-16T15:59:40.276Z | Compiling smallvec v0.6.14 |
1871 | 2023-11-16T15:59:41.009Z | Compiling slog-envlogger v2.2.0 |
1872 | 2023-11-16T15:59:41.085Z | Compiling steno v0.4.0 |
1873 | 2023-11-16T15:59:45.938Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1874 | 2023-11-16T15:59:46.476Z | Compiling tiny-keccak v2.0.2 |
1875 | 2023-11-16T15:59:46.873Z | Compiling bitfield v0.14.0 |
1876 | 2023-11-16T15:59:47.060Z | Compiling prettyplease v0.2.12 |
1877 | 2023-11-16T15:59:47.336Z | Compiling platforms v3.0.2 |
1878 | 2023-11-16T15:59:47.484Z | Compiling termcolor v1.2.0 |
1879 | 2023-11-16T15:59:47.872Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1880 | 2023-11-16T15:59:47.978Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1881 | 2023-11-16T15:59:49.630Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1882 | 2023-11-16T15:59:52.273Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1883 | 2023-11-16T15:59:53.256Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1884 | 2023-11-16T16:00:02.183Z | Compiling env_logger v0.10.0 |
1885 | 2023-11-16T16:00:02.364Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1886 | 2023-11-16T16:00:05.025Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1887 | 2023-11-16T16:00:07.357Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1888 | 2023-11-16T16:00:08.703Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1889 | 2023-11-16T16:00:09.891Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1890 | 2023-11-16T16:00:21.014Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1891 | 2023-11-16T16:00:23.323Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1892 | 2023-11-16T16:00:24.359Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1893 | 2023-11-16T16:00:27.887Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1894 | 2023-11-16T16:00:35.470Z | Compiling parking_lot v0.11.2 |
1895 | 2023-11-16T16:00:39.272Z | Compiling rsa v0.9.2 |
1896 | 2023-11-16T16:00:39.465Z | Compiling serde-hex v0.1.0 |
1897 | 2023-11-16T16:00:39.732Z | Compiling mime_guess v2.0.4 |
1898 | 2023-11-16T16:00:41.492Z | Compiling term v0.7.0 |
1899 | 2023-11-16T16:00:43.256Z | Compiling trust-dns-client v0.22.0 |
1900 | 2023-11-16T16:00:43.794Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1901 | 2023-11-16T16:00:44.293Z | Compiling x509-cert v0.2.4 |
1902 | 2023-11-16T16:00:45.684Z | Compiling tungstenite v0.20.1 |
1903 | 2023-11-16T16:00:48.015Z | Compiling darling_core v0.14.4 |
1904 | 2023-11-16T16:00:48.456Z | Compiling ron v0.8.1 |
1905 | 2023-11-16T16:00:55.201Z | Compiling snafu-derive v0.7.5 |
1906 | 2023-11-16T16:00:59.122Z | Compiling crc-any v2.4.3 |
1907 | 2023-11-16T16:01:00.700Z | Compiling minimal-lexical v0.2.1 |
1908 | 2023-11-16T16:01:01.181Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1909 | 2023-11-16T16:01:01.501Z | Compiling nom v7.1.3 |
1910 | 2023-11-16T16:01:03.274Z | Compiling snafu v0.7.5 |
1911 | 2023-11-16T16:01:05.326Z | Compiling trust-dns-server v0.22.1 |
1912 | 2023-11-16T16:01:06.174Z | Compiling darling_macro v0.14.4 |
1913 | 2023-11-16T16:01:07.670Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1914 | 2023-11-16T16:01:07.936Z | Compiling tokio-tungstenite v0.20.1 |
1915 | 2023-11-16T16:01:10.336Z | Compiling ascii-canvas v3.0.0 |
1916 | 2023-11-16T16:01:10.670Z | Compiling sled v0.34.7 |
1917 | 2023-11-16T16:01:13.511Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1918 | 2023-11-16T16:01:14.579Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1919 | 2023-11-16T16:01:29.741Z | Compiling object v0.30.4 |
1920 | 2023-11-16T16:01:31.332Z | Compiling is-terminal v0.4.9 |
1921 | 2023-11-16T16:01:31.499Z | Compiling libsw v3.3.0 |
1922 | 2023-11-16T16:01:31.997Z | Compiling ena v0.14.2 |
1923 | 2023-11-16T16:01:32.674Z | Compiling derive-where v1.2.5 |
1924 | 2023-11-16T16:01:35.246Z | Compiling libloading v0.7.4 |
1925 | 2023-11-16T16:01:35.788Z | Compiling bindgen v0.65.1 |
1926 | 2023-11-16T16:01:36.425Z | Compiling regex-syntax v0.6.29 |
1927 | 2023-11-16T16:01:38.076Z | Compiling pretty-hex v0.3.0 |
1928 | 2023-11-16T16:01:38.388Z | Compiling diff v0.1.13 |
1929 | 2023-11-16T16:01:39.275Z | Compiling linear-map v1.2.0 |
1930 | 2023-11-16T16:01:39.891Z | Compiling owo-colors v3.5.0 |
1931 | 2023-11-16T16:01:42.314Z | Compiling path-slash v0.1.5 |
1932 | 2023-11-16T16:01:42.620Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1933 | 2023-11-16T16:01:45.309Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1934 | 2023-11-16T16:01:45.878Z | Compiling lalrpop v0.19.12 |
1935 | 2023-11-16T16:01:46.029Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1936 | 2023-11-16T16:01:55.829Z | Compiling curve25519-dalek v4.1.0 |
1937 | 2023-11-16T16:01:59.310Z | Compiling darling v0.14.4 |
1938 | 2023-11-16T16:01:59.465Z | Compiling cexpr v0.6.0 |
1939 | 2023-11-16T16:02:01.855Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1940 | 2023-11-16T16:02:01.938Z | Compiling which v4.4.0 |
1941 | 2023-11-16T16:02:02.768Z | Compiling ff v0.13.0 |
1942 | 2023-11-16T16:02:03.120Z | Compiling kstat-rs v0.2.3 |
1943 | 2023-11-16T16:02:03.877Z | Compiling path-dedot v3.1.0 |
1944 | 2023-11-16T16:02:04.235Z | Compiling memoffset v0.7.1 |
1945 | 2023-11-16T16:02:04.817Z | Compiling lazycell v1.3.0 |
1946 | 2023-11-16T16:02:04.909Z | Compiling rustc-hash v1.1.0 |
1947 | 2023-11-16T16:02:05.111Z | Compiling shlex v1.1.0 |
1948 | 2023-11-16T16:02:05.123Z | Compiling display-error-chain v0.2.0 |
1949 | 2023-11-16T16:02:05.363Z | Compiling peeking_take_while v0.1.2 |
1950 | 2023-11-16T16:02:05.464Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1951 | 2023-11-16T16:02:07.125Z | Compiling path-absolutize v3.1.0 |
1952 | 2023-11-16T16:02:07.420Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1953 | 2023-11-16T16:02:11.107Z | Compiling group v0.13.0 |
1954 | 2023-11-16T16:02:11.768Z | Compiling derive_builder_core v0.12.0 |
1955 | 2023-11-16T16:02:14.978Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1956 | 2023-11-16T16:02:22.300Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1957 | 2023-11-16T16:02:22.883Z | Compiling pem v1.1.1 |
1958 | 2023-11-16T16:02:24.372Z | Compiling camino-tempfile v1.0.2 |
1959 | 2023-11-16T16:02:25.245Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1960 | 2023-11-16T16:02:25.307Z | Compiling olpc-cjson v0.1.3 |
1961 | 2023-11-16T16:02:26.172Z | Compiling globset v0.4.13 |
1962 | 2023-11-16T16:02:28.243Z | Compiling universal-hash v0.5.1 |
1963 | 2023-11-16T16:02:28.553Z | Compiling crypto-bigint v0.5.2 |
1964 | 2023-11-16T16:02:29.928Z | Compiling bcs v0.1.6 |
1965 | 2023-11-16T16:02:31.415Z | Compiling libxml v0.3.3 |
1966 | 2023-11-16T16:02:31.922Z | Compiling serde_plain v1.0.2 |
1967 | 2023-11-16T16:02:32.442Z | Compiling thiserror-impl-no-std v2.0.2 |
1968 | 2023-11-16T16:02:32.767Z | Compiling curve25519-dalek-derive v0.1.0 |
1969 | 2023-11-16T16:02:32.883Z | Compiling polar-core v0.27.0 |
1970 | 2023-11-16T16:02:34.011Z | Compiling buf-list v1.0.3 |
1971 | 2023-11-16T16:02:34.836Z | Compiling ref-cast v1.0.20 |
1972 | 2023-11-16T16:02:34.923Z | Compiling base16ct v0.2.0 |
1973 | 2023-11-16T16:02:35.044Z | Compiling highway v1.1.0 |
1974 | 2023-11-16T16:02:35.229Z | Compiling opaque-debug v0.3.0 |
1975 | 2023-11-16T16:02:35.354Z | Compiling poly1305 v0.8.0 |
1976 | 2023-11-16T16:02:35.473Z | Compiling elliptic-curve v0.13.5 |
1977 | 2023-11-16T16:02:36.340Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1978 | 2023-11-16T16:02:36.847Z | Compiling thiserror-no-std v2.0.2 |
1979 | 2023-11-16T16:02:37.408Z | Compiling tough v0.14.0 |
1980 | 2023-11-16T16:02:38.011Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1981 | 2023-11-16T16:02:40.767Z | Compiling derive_builder_macro v0.12.0 |
1982 | 2023-11-16T16:02:42.093Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1983 | 2023-11-16T16:02:47.373Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1984 | 2023-11-16T16:02:49.759Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1985 | 2023-11-16T16:02:51.970Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1986 | 2023-11-16T16:02:52.398Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1987 | 2023-11-16T16:02:52.815Z | Compiling chacha20 v0.9.1 |
1988 | 2023-11-16T16:02:53.540Z | Compiling strum_macros v0.24.3 |
1989 | 2023-11-16T16:02:55.055Z | Compiling aead v0.5.2 |
1990 | 2023-11-16T16:02:55.541Z | Compiling ref-cast-impl v1.0.20 |
1991 | 2023-11-16T16:02:56.497Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1992 | 2023-11-16T16:02:56.936Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1993 | 2023-11-16T16:02:57.293Z | Compiling cookie v0.16.2 |
1994 | 2023-11-16T16:02:57.376Z | Compiling salty v0.2.0 |
1995 | 2023-11-16T16:02:57.766Z | Compiling signature v1.6.4 |
1996 | 2023-11-16T16:02:57.977Z | Compiling indoc v1.0.9 |
1997 | 2023-11-16T16:02:58.009Z | Compiling ed25519 v1.5.3 |
1998 | 2023-11-16T16:02:58.914Z | Compiling chacha20poly1305 v0.10.1 |
1999 | 2023-11-16T16:02:59.221Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2000 | 2023-11-16T16:02:59.233Z | Compiling derive_builder v0.12.0 |
2001 | 2023-11-16T16:03:04.440Z | Compiling vsss-rs v3.3.1 |
2002 | 2023-11-16T16:03:12.350Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2003 | 2023-11-16T16:03:13.704Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2004 | 2023-11-16T16:03:16.797Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2005 | 2023-11-16T16:03:16.905Z | Compiling tungstenite v0.18.0 |
2006 | 2023-11-16T16:03:17.312Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2007 | 2023-11-16T16:03:17.755Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2008 | 2023-11-16T16:03:21.035Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2009 | 2023-11-16T16:03:22.457Z | Compiling headers-core v0.2.0 |
2010 | 2023-11-16T16:03:22.705Z | Compiling bb8 v0.8.1 |
2011 | 2023-11-16T16:03:23.579Z | Compiling quick-xml v0.23.1 |
2012 | 2023-11-16T16:03:23.841Z | Compiling serde-big-array v0.5.1 |
2013 | 2023-11-16T16:03:24.191Z | Compiling impl-trait-for-tuples v0.2.2 |
2014 | 2023-11-16T16:03:27.624Z | Compiling oso-derive v0.27.0 |
2015 | 2023-11-16T16:03:27.674Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2016 | 2023-11-16T16:03:27.692Z | Compiling maplit v1.0.2 |
2017 | 2023-11-16T16:03:27.710Z | Compiling http-range v0.1.5 |
2018 | 2023-11-16T16:03:27.764Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2019 | 2023-11-16T16:03:28.545Z | Compiling hyper-staticfile v0.9.5 |
2020 | 2023-11-16T16:03:40.060Z | Compiling oso v0.27.0 |
2021 | 2023-11-16T16:03:42.150Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2022 | 2023-11-16T16:03:43.252Z | Compiling headers v0.3.9 |
2023 | 2023-11-16T16:03:44.868Z | Compiling tokio-tungstenite v0.18.0 |
2024 | 2023-11-16T16:03:45.721Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
2025 | 2023-11-16T16:04:11.510Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2026 | 2023-11-16T16:04:11.843Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2027 | 2023-11-16T16:04:12.262Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2028 | 2023-11-16T16:04:14.356Z | Compiling signal-hook-tokio v0.3.1 |
2029 | 2023-11-16T16:04:14.642Z | Compiling serde-big-array v0.4.1 |
2030 | 2023-11-16T16:04:14.916Z | Compiling cassowary v0.3.0 |
2031 | 2023-11-16T16:04:15.686Z | Compiling indoc v2.0.3 |
2032 | 2023-11-16T16:04:16.134Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2033 | 2023-11-16T16:04:17.160Z | Compiling ratatui v0.23.0 |
2034 | 2023-11-16T16:04:18.187Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2035 | 2023-11-16T16:04:18.730Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2036 | 2023-11-16T16:04:23.200Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2037 | 2023-11-16T16:04:23.267Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2038 | 2023-11-16T16:04:33.812Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2039 | 2023-11-16T16:04:42.425Z | Compiling fatfs v0.3.6 |
2040 | 2023-11-16T16:04:43.636Z | Compiling bytesize v1.3.0 |
2041 | 2023-11-16T16:04:44.581Z | Compiling nanorand v0.7.0 |
2042 | 2023-11-16T16:04:45.740Z | Compiling rtoolbox v0.0.1 |
2043 | 2023-11-16T16:04:46.417Z | Compiling fs-err v2.9.0 |
2044 | 2023-11-16T16:04:47.756Z | Compiling unicode-linebreak v0.1.5 |
2045 | 2023-11-16T16:04:48.002Z | Compiling smawk v0.3.1 |
2046 | 2023-11-16T16:04:48.228Z | Compiling assert_matches v1.5.0 |
2047 | 2023-11-16T16:04:48.347Z | Compiling is_ci v1.1.1 |
2048 | 2023-11-16T16:04:48.362Z | Compiling corncobs v0.1.3 |
2049 | 2023-11-16T16:04:48.655Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2050 | 2023-11-16T16:04:48.767Z | Compiling supports-color v2.1.0 |
2051 | 2023-11-16T16:04:48.977Z | Compiling textwrap v0.16.0 |
2052 | 2023-11-16T16:04:49.855Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2053 | 2023-11-16T16:04:49.916Z | Compiling rpassword v7.2.0 |
2054 | 2023-11-16T16:04:50.576Z | Compiling flume v0.11.0 |
2055 | 2023-11-16T16:04:51.843Z | Compiling tui-tree-widget v0.13.0 |
2056 | 2023-11-16T16:04:55.289Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2057 | 2023-11-16T16:04:56.528Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2058 | 2023-11-16T16:05:22.809Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2059 | 2023-11-16T16:06:08.943Z | Compiling humantime v2.1.0 |
2060 | 2023-11-16T16:06:10.367Z | Compiling shell-words v1.1.0 |
2061 | 2023-11-16T16:06:11.054Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2062 | 2023-11-16T16:06:18.017Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2063 | 2023-11-16T16:07:15.127Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2064 | 2023-11-16T16:09:09.729Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2065 | 2023-11-16T16:18:19.604Z | Finished release [optimized] target(s) in 19m 57s |
2066 | 2023-11-16T16:19:29.127Z | |
2067 | 2023-11-16T16:19:29.129Z | real 21:08.058514038 |
2068 | 2023-11-16T16:19:29.132Z | user 2:25:50.179910325 |
2069 | 2023-11-16T16:19:29.135Z | sys 5:45.730837679 |
2070 | 2023-11-16T16:19:29.138Z | trap 4.554566111 |
2071 | 2023-11-16T16:19:29.140Z | tflt 1.297758596 |
2072 | 2023-11-16T16:19:29.143Z | dflt 1.839949075 |
2073 | 2023-11-16T16:19:29.145Z | kflt 0.001257695 |
2074 | 2023-11-16T16:19:29.148Z | lock 8:30:00.650545447 |
2075 | 2023-11-16T16:19:29.151Z | slp 5:34:55.750138784 |
2076 | 2023-11-16T16:19:29.154Z | lat 2:37.917146537 |
2077 | 2023-11-16T16:19:29.156Z | stop 39.969581206 |
2078 | 2023-11-16T16:19:29.158Z | + 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/*) |
2079 | 2023-11-16T16:19:29.161Z | + pfexec mkdir -p /work |
2080 | 2023-11-16T16:19:29.163Z | + pfexec chown build /work |
2081 | 2023-11-16T16:19:29.166Z | + 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 |
2082 | 2023-11-16T16:19:42.325Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2083 | 2023-11-16T16:19:42.327Z | a out/mg-ddm-gz.tar 61253K |
2084 | 2023-11-16T16:19:42.331Z | a out/omicron-sled-agent.tar 108943K |
2085 | 2023-11-16T16:19:42.333Z | a out/target/test 1K |
2086 | 2023-11-16T16:19:42.336Z | a out/npuzone/npuzone 36505K |
2087 | 2023-11-16T16:19:42.339Z | a package-manifest.toml 22K |
2088 | 2023-11-16T16:19:42.342Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2089 | 2023-11-16T16:19:42.345Z | a target/release/omicron-package 41430K |
2090 | 2023-11-16T16:19:42.347Z | a tools/create_virtual_hardware.sh 4K |
2091 | 2023-11-16T16:19:42.350Z | a tools/virtual_hardware.sh 4K |
2092 | 2023-11-16T16:19:42.353Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2093 | 2023-11-16T16:19:42.356Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2094 | 2023-11-16T16:19:42.359Z | a tools/scrimlet/softnpu-init.sh 3K |
2095 | 2023-11-16T16:19:42.361Z | a tools/scrimlet/softnpu-zone.txt 1K |
2096 | 2023-11-16T16:19:42.364Z | a tools/scrimlet/softnpu.toml 1K |
2097 | 2023-11-16T16:19:42.367Z | |
2098 | 2023-11-16T16:19:42.370Z | real 13.196220300 |
2099 | 2023-11-16T16:19:42.373Z | user 12.611433513 |
2100 | 2023-11-16T16:19:42.376Z | sys 1.028648005 |
2101 | 2023-11-16T16:19:42.379Z | trap 0.004578140 |
2102 | 2023-11-16T16:19:42.382Z | tflt 0.000000000 |
2103 | 2023-11-16T16:19:42.385Z | dflt 0.000000000 |
2104 | 2023-11-16T16:19:42.387Z | kflt 0.000000000 |
2105 | 2023-11-16T16:19:42.390Z | lock 0.000000000 |
2106 | 2023-11-16T16:19:42.393Z | slp 12.332583674 |
2107 | 2023-11-16T16:19:42.396Z | lat 0.411755448 |
2108 | 2023-11-16T16:19:42.399Z | stop 0.000231164 |
2109 | 2023-11-16T16:19:42.401Z | ++ pwd |
2110 | 2023-11-16T16:19:42.404Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2111 | 2023-11-16T16:19:42.407Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2112 | 2023-11-16T16:19:42.410Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2113 | 2023-11-16T16:19:43.357Z | Finished release [optimized] target(s) in 0.94s |
2114 | 2023-11-16T16:19:43.385Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2115 | 2023-11-16T16:19:43.423Z | Created new build target 'host' and set it as active |
2116 | 2023-11-16T16:19:43.427Z | |
2117 | 2023-11-16T16:19:43.434Z | real 1.088795594 |
2118 | 2023-11-16T16:19:43.437Z | user 0.767196238 |
2119 | 2023-11-16T16:19:43.439Z | sys 0.322368786 |
2120 | 2023-11-16T16:19:43.443Z | trap 0.000063916 |
2121 | 2023-11-16T16:19:43.447Z | tflt 0.000000000 |
2122 | 2023-11-16T16:19:43.449Z | dflt 0.000000000 |
2123 | 2023-11-16T16:19:43.452Z | kflt 0.000000000 |
2124 | 2023-11-16T16:19:43.455Z | lock 0.033526549 |
2125 | 2023-11-16T16:19:43.457Z | slp 0.018963291 |
2126 | 2023-11-16T16:19:43.460Z | lat 0.001493145 |
2127 | 2023-11-16T16:19:43.463Z | stop 0.000252355 |
2128 | 2023-11-16T16:19:43.466Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2129 | 2023-11-16T16:19:44.414Z | Finished release [optimized] target(s) in 0.90s |
2130 | 2023-11-16T16:19:44.441Z | Running `target/release/omicron-package -t host package` |
2131 | 2023-11-16T16:19:44.480Z | Nov 16 16:19:44.635 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2132 | 2023-11-16T16:19:45.526Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2133 | 2023-11-16T16:23:14.475Z | Finished release [optimized] target(s) in 3m 30s |
2134 | 2023-11-16T16:24:22.194Z | |
2135 | 2023-11-16T16:24:22.197Z | real 4:38.951061126 |
2136 | 2023-11-16T16:24:22.200Z | user 20:24.265348727 |
2137 | 2023-11-16T16:24:22.203Z | sys 1:01.839006134 |
2138 | 2023-11-16T16:24:22.206Z | trap 0.521352762 |
2139 | 2023-11-16T16:24:22.209Z | tflt 0.044396609 |
2140 | 2023-11-16T16:24:22.212Z | dflt 1.782096505 |
2141 | 2023-11-16T16:24:22.215Z | kflt 0.000114918 |
2142 | 2023-11-16T16:24:22.217Z | lock 1:07:31.504606077 |
2143 | 2023-11-16T16:24:22.220Z | slp 16:39.468495093 |
2144 | 2023-11-16T16:24:22.223Z | lat 8.995351497 |
2145 | 2023-11-16T16:24:22.226Z | stop 0.616905950 |
2146 | 2023-11-16T16:24:22.229Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2147 | 2023-11-16T16:24:22.231Z | + for package in "$@" |
2148 | 2023-11-16T16:24:22.234Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2149 | 2023-11-16T16:24:22.236Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git7ccf7811627 |
2150 | 2023-11-16T16:24:23.221Z | Finished release [optimized] target(s) in 0.94s |
2151 | 2023-11-16T16:24:23.226Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git7ccf7811627` |
2152 | 2023-11-16T16:24:23.265Z | Nov 16 16:24:23.411 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2153 | 2023-11-16T16:24:23.785Z | Created: out/versioned/omicron-sled-agent.tar |
2154 | 2023-11-16T16:24:23.788Z | + for package in "$@" |
2155 | 2023-11-16T16:24:23.791Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2156 | 2023-11-16T16:24:23.793Z | + echo 0.0.0 |
2157 | 2023-11-16T16:24:23.796Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2158 | 2023-11-16T16:24:23.799Z | a VERSION 1K |
2159 | 2023-11-16T16:24:23.801Z | + rm VERSION |
2160 | 2023-11-16T16:24:23.804Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git7ccf7811627 |
2161 | 2023-11-16T16:24:24.785Z | Finished release [optimized] target(s) in 0.91s |
2162 | 2023-11-16T16:24:24.811Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git7ccf7811627` |
2163 | 2023-11-16T16:24:24.851Z | Nov 16 16:24:24.997 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2164 | 2023-11-16T16:24:25.146Z | Created: out/versioned/mg-ddm-gz.tar |
2165 | 2023-11-16T16:24:25.150Z | + for package in "$@" |
2166 | 2023-11-16T16:24:25.152Z | + [[ propolis-server == mg-ddm-gz ]] |
2167 | 2023-11-16T16:24:25.155Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git7ccf7811627 |
2168 | 2023-11-16T16:24:26.137Z | Finished release [optimized] target(s) in 0.90s |
2169 | 2023-11-16T16:24:26.163Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git7ccf7811627` |
2170 | 2023-11-16T16:24:26.203Z | Nov 16 16:24:26.349 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2171 | 2023-11-16T16:24:27.981Z | Created: out/versioned/propolis-server.tar.gz |
2172 | 2023-11-16T16:24:27.985Z | + for package in "$@" |
2173 | 2023-11-16T16:24:27.987Z | + [[ overlay == mg-ddm-gz ]] |
2174 | 2023-11-16T16:24:27.990Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git7ccf7811627 |
2175 | 2023-11-16T16:24:28.973Z | Finished release [optimized] target(s) in 0.90s |
2176 | 2023-11-16T16:24:29.000Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git7ccf7811627` |
2177 | 2023-11-16T16:24:29.039Z | Nov 16 16:24:29.185 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2178 | 2023-11-16T16:24:29.042Z | Created: out/versioned/overlay.tar.gz |
2179 | 2023-11-16T16:24:29.045Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2180 | 2023-11-16T16:24:29.056Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2181 | 2023-11-16T16:24:29.059Z | ++ cd -- ./tools |
2182 | 2023-11-16T16:24:29.061Z | ++ pwd |
2183 | 2023-11-16T16:24:29.064Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2184 | 2023-11-16T16:24:29.067Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2185 | 2023-11-16T16:24:29.070Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2186 | 2023-11-16T16:24:29.073Z | ++ readlink -f /work |
2187 | 2023-11-16T16:24:29.076Z | + out_dir=/work |
2188 | 2023-11-16T16:24:29.082Z | + 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") |
2189 | 2023-11-16T16:24:29.085Z | + for dep in "${deps[@]}" |
2190 | 2023-11-16T16:24:29.088Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2191 | 2023-11-16T16:24:29.091Z | + for dep in "${deps[@]}" |
2192 | 2023-11-16T16:24:29.094Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2193 | 2023-11-16T16:24:29.096Z | + for dep in "${deps[@]}" |
2194 | 2023-11-16T16:24:29.099Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2195 | 2023-11-16T16:24:29.101Z | + for dep in "${deps[@]}" |
2196 | 2023-11-16T16:24:29.104Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2197 | 2023-11-16T16:24:29.107Z | ++ mktemp -d |
2198 | 2023-11-16T16:24:29.109Z | + tmp_gz=/tmp/tmp.G8aWvh |
2199 | 2023-11-16T16:24:29.112Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2200 | 2023-11-16T16:24:29.114Z | + echo '{"v":"1","t":"layer"}' |
2201 | 2023-11-16T16:24:29.117Z | + pkg_dir=/tmp/tmp.G8aWvh/root/opt/oxide/sled-agent |
2202 | 2023-11-16T16:24:29.120Z | + mkdir -p /tmp/tmp.G8aWvh/root/opt/oxide/sled-agent |
2203 | 2023-11-16T16:24:29.122Z | + cd /tmp/tmp.G8aWvh/root/opt/oxide/sled-agent |
2204 | 2023-11-16T16:24:29.125Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2205 | 2023-11-16T16:24:29.195Z | x ., 0 bytes, 0 tape blocks |
2206 | 2023-11-16T16:24:29.199Z | x zone-bundle, 41014800 bytes, 80108 tape blocks |
2207 | 2023-11-16T16:24:29.201Z | x sled-agent, 70518856 bytes, 137733 tape blocks |
2208 | 2023-11-16T16:24:29.204Z | x pkg, 0 bytes, 0 tape blocks |
2209 | 2023-11-16T16:24:29.207Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2210 | 2023-11-16T16:24:29.210Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2211 | 2023-11-16T16:24:29.213Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2212 | 2023-11-16T16:24:29.216Z | x VERSION, 25 bytes, 1 tape blocks |
2213 | 2023-11-16T16:24:29.219Z | + mkdir -p /tmp/tmp.G8aWvh/root/lib/svc/manifest/site/ |
2214 | 2023-11-16T16:24:29.222Z | + mv pkg/manifest.xml /tmp/tmp.G8aWvh/root/lib/svc/manifest/site/sled-agent.xml |
2215 | 2023-11-16T16:24:29.225Z | + cd - |
2216 | 2023-11-16T16:24:29.228Z | /work/oxidecomputer/omicron |
2217 | 2023-11-16T16:24:29.231Z | + pkg_dir=/tmp/tmp.G8aWvh/root/opt/oxide/mg-ddm |
2218 | 2023-11-16T16:24:29.235Z | + mkdir -p /tmp/tmp.G8aWvh/root/opt/oxide/mg-ddm |
2219 | 2023-11-16T16:24:29.238Z | + cd /tmp/tmp.G8aWvh/root/opt/oxide/mg-ddm |
2220 | 2023-11-16T16:24:29.241Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2221 | 2023-11-16T16:24:29.271Z | x ., 0 bytes, 0 tape blocks |
2222 | 2023-11-16T16:24:29.273Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2223 | 2023-11-16T16:24:29.276Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2224 | 2023-11-16T16:24:29.279Z | x pkg, 0 bytes, 0 tape blocks |
2225 | 2023-11-16T16:24:29.282Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2226 | 2023-11-16T16:24:29.284Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2227 | 2023-11-16T16:24:29.287Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2228 | 2023-11-16T16:24:29.291Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2229 | 2023-11-16T16:24:29.293Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2230 | 2023-11-16T16:24:29.296Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2231 | 2023-11-16T16:24:29.299Z | x VERSION, 25 bytes, 1 tape blocks |
2232 | 2023-11-16T16:24:29.302Z | + cd - |
2233 | 2023-11-16T16:24:29.305Z | /work/oxidecomputer/omicron |
2234 | 2023-11-16T16:24:29.308Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.G8aWvh/root/opt/oxide |
2235 | 2023-11-16T16:24:29.386Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.G8aWvh/root/opt/oxide |
2236 | 2023-11-16T16:24:29.391Z | + cd /tmp/tmp.G8aWvh |
2237 | 2023-11-16T16:24:29.394Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2238 | 2023-11-16T16:24:40.878Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2239 | 2023-11-16T16:24:40.882Z | a oxide.json 1K |
2240 | 2023-11-16T16:24:40.884Z | a root/ 0K |
2241 | 2023-11-16T16:24:40.887Z | a root/opt/ 0K |
2242 | 2023-11-16T16:24:40.890Z | a root/opt/oxide/ 0K |
2243 | 2023-11-16T16:24:40.893Z | a root/opt/oxide/sled-agent/ 0K |
2244 | 2023-11-16T16:24:40.895Z | a root/opt/oxide/sled-agent/zone-bundle 40054K |
2245 | 2023-11-16T16:24:40.898Z | a root/opt/oxide/sled-agent/sled-agent 68867K |
2246 | 2023-11-16T16:24:40.901Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2247 | 2023-11-16T16:24:40.903Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2248 | 2023-11-16T16:24:40.906Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2249 | 2023-11-16T16:24:40.909Z | a root/opt/oxide/sled-agent/VERSION 1K |
2250 | 2023-11-16T16:24:40.911Z | a root/opt/oxide/mg-ddm/ 0K |
2251 | 2023-11-16T16:24:40.914Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2252 | 2023-11-16T16:24:40.917Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2253 | 2023-11-16T16:24:40.919Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2254 | 2023-11-16T16:24:40.922Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2255 | 2023-11-16T16:24:40.925Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2256 | 2023-11-16T16:24:40.928Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2257 | 2023-11-16T16:24:40.931Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2258 | 2023-11-16T16:24:40.934Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2259 | 2023-11-16T16:24:40.937Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2260 | 2023-11-16T16:24:40.939Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2261 | 2023-11-16T16:24:40.942Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2262 | 2023-11-16T16:24:40.945Z | a root/opt/oxide/overlay.tar.gz 2K |
2263 | 2023-11-16T16:24:40.947Z | a root/lib/ 0K |
2264 | 2023-11-16T16:24:40.950Z | a root/lib/svc/ 0K |
2265 | 2023-11-16T16:24:40.953Z | a root/lib/svc/manifest/ 0K |
2266 | 2023-11-16T16:24:40.955Z | a root/lib/svc/manifest/site/ 0K |
2267 | 2023-11-16T16:24:40.958Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2268 | 2023-11-16T16:24:40.961Z | + cd / |
2269 | 2023-11-16T16:24:40.963Z | + rm -rf /tmp/tmp.G8aWvh |
2270 | 2023-11-16T16:24:40.966Z | |
2271 | 2023-11-16T16:24:40.968Z | real 11.885704334 |
2272 | 2023-11-16T16:24:40.971Z | user 10.998994296 |
2273 | 2023-11-16T16:24:40.974Z | sys 0.946623903 |
2274 | 2023-11-16T16:24:40.976Z | trap 0.003060103 |
2275 | 2023-11-16T16:24:40.979Z | tflt 0.000000000 |
2276 | 2023-11-16T16:24:40.982Z | dflt 0.000000000 |
2277 | 2023-11-16T16:24:40.984Z | kflt 0.000000000 |
2278 | 2023-11-16T16:24:40.987Z | lock 0.000000000 |
2279 | 2023-11-16T16:24:40.990Z | slp 22.934728873 |
2280 | 2023-11-16T16:24:40.992Z | lat 0.373283537 |
2281 | 2023-11-16T16:24:40.995Z | stop 0.000302302 |
2282 | 2023-11-16T16:24:40.998Z | + mkdir -p /work/zones |
2283 | 2023-11-16T16:24:41.001Z | + 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) |
2284 | 2023-11-16T16:24:41.004Z | + 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/ |
2285 | 2023-11-16T16:24:44.560Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2286 | 2023-11-16T16:24:45.641Z | Finished release [optimized] target(s) in 0.99s |
2287 | 2023-11-16T16:24:45.675Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2288 | 2023-11-16T16:24:45.716Z | Created new build target 'recovery' and set it as active |
2289 | 2023-11-16T16:24:45.719Z | |
2290 | 2023-11-16T16:24:45.722Z | real 1.154158821 |
2291 | 2023-11-16T16:24:45.724Z | user 0.816162596 |
2292 | 2023-11-16T16:24:45.727Z | sys 0.336467719 |
2293 | 2023-11-16T16:24:45.730Z | trap 0.000608187 |
2294 | 2023-11-16T16:24:45.732Z | tflt 0.000020469 |
2295 | 2023-11-16T16:24:45.735Z | dflt 0.000044707 |
2296 | 2023-11-16T16:24:45.738Z | kflt 0.000000000 |
2297 | 2023-11-16T16:24:45.741Z | lock 0.038031583 |
2298 | 2023-11-16T16:24:45.745Z | slp 0.021677605 |
2299 | 2023-11-16T16:24:45.748Z | lat 0.003671098 |
2300 | 2023-11-16T16:24:45.751Z | stop 0.000235523 |
2301 | 2023-11-16T16:24:45.753Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2302 | 2023-11-16T16:24:46.802Z | Finished release [optimized] target(s) in 0.99s |
2303 | 2023-11-16T16:24:46.847Z | Running `target/release/omicron-package -t recovery package` |
2304 | 2023-11-16T16:24:46.875Z | Nov 16 16:24:47.022 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2305 | 2023-11-16T16:24:47.791Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2306 | 2023-11-16T16:24:51.517Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2307 | 2023-11-16T16:25:22.948Z | Finished release [optimized] target(s) in 36.01s |
2308 | 2023-11-16T16:25:37.090Z | |
2309 | 2023-11-16T16:25:37.098Z | real 51.396614837 |
2310 | 2023-11-16T16:25:37.105Z | user 2:29.954744564 |
2311 | 2023-11-16T16:25:37.112Z | sys 11.940176696 |
2312 | 2023-11-16T16:25:37.124Z | trap 0.073259990 |
2313 | 2023-11-16T16:25:37.132Z | tflt 0.033753383 |
2314 | 2023-11-16T16:25:37.148Z | dflt 0.778277109 |
2315 | 2023-11-16T16:25:37.156Z | kflt 0.000029502 |
2316 | 2023-11-16T16:25:37.166Z | lock 11:45.911173613 |
2317 | 2023-11-16T16:25:37.178Z | slp 2:29.716633353 |
2318 | 2023-11-16T16:25:37.189Z | lat 1.913971382 |
2319 | 2023-11-16T16:25:37.199Z | stop 0.202535022 |
2320 | 2023-11-16T16:25:37.211Z | + stamp_packages installinator mg-ddm-gz |
2321 | 2023-11-16T16:25:37.220Z | + for package in "$@" |
2322 | 2023-11-16T16:25:37.231Z | + [[ installinator == mg-ddm-gz ]] |
2323 | 2023-11-16T16:25:37.242Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git7ccf7811627 |
2324 | 2023-11-16T16:25:38.082Z | Finished release [optimized] target(s) in 0.91s |
2325 | 2023-11-16T16:25:38.107Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git7ccf7811627` |
2326 | 2023-11-16T16:25:38.148Z | Nov 16 16:25:38.300 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2327 | 2023-11-16T16:25:38.302Z | Created: out/versioned/installinator.tar |
2328 | 2023-11-16T16:25:38.311Z | + for package in "$@" |
2329 | 2023-11-16T16:25:38.316Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2330 | 2023-11-16T16:25:38.320Z | + echo 0.0.0 |
2331 | 2023-11-16T16:25:38.326Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2332 | 2023-11-16T16:25:38.329Z | a VERSION 1K |
2333 | 2023-11-16T16:25:38.333Z | + rm VERSION |
2334 | 2023-11-16T16:25:38.341Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git7ccf7811627 |
2335 | 2023-11-16T16:25:39.311Z | Finished release [optimized] target(s) in 0.93s |
2336 | 2023-11-16T16:25:39.341Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git7ccf7811627` |
2337 | 2023-11-16T16:25:39.378Z | Nov 16 16:25:39.530 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2338 | 2023-11-16T16:25:39.543Z | Created: out/versioned/mg-ddm-gz.tar |
2339 | 2023-11-16T16:25:39.547Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2340 | 2023-11-16T16:25:39.559Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2341 | 2023-11-16T16:25:39.562Z | ++ cd -- ./tools |
2342 | 2023-11-16T16:25:39.569Z | ++ pwd |
2343 | 2023-11-16T16:25:39.574Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2344 | 2023-11-16T16:25:39.582Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2345 | 2023-11-16T16:25:39.595Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2346 | 2023-11-16T16:25:39.604Z | ++ readlink -f /work |
2347 | 2023-11-16T16:25:39.608Z | + out_dir=/work |
2348 | 2023-11-16T16:25:39.614Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2349 | 2023-11-16T16:25:39.618Z | + for dep in "${deps[@]}" |
2350 | 2023-11-16T16:25:39.621Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2351 | 2023-11-16T16:25:39.625Z | + for dep in "${deps[@]}" |
2352 | 2023-11-16T16:25:39.628Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2353 | 2023-11-16T16:25:39.632Z | ++ mktemp -d |
2354 | 2023-11-16T16:25:39.635Z | + tmp_trampoline=/tmp/tmp.nkaiAh |
2355 | 2023-11-16T16:25:39.638Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2356 | 2023-11-16T16:25:39.640Z | + echo '{"v":"1","t":"layer"}' |
2357 | 2023-11-16T16:25:39.643Z | + pkg_dir=/tmp/tmp.nkaiAh/root/opt/oxide/installinator |
2358 | 2023-11-16T16:25:39.646Z | + mkdir -p /tmp/tmp.nkaiAh/root/opt/oxide/installinator |
2359 | 2023-11-16T16:25:39.648Z | + cd /tmp/tmp.nkaiAh/root/opt/oxide/installinator |
2360 | 2023-11-16T16:25:39.651Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2361 | 2023-11-16T16:25:39.654Z | x ., 0 bytes, 0 tape blocks |
2362 | 2023-11-16T16:25:39.656Z | x installinator, 53160336 bytes, 103829 tape blocks |
2363 | 2023-11-16T16:25:39.660Z | x pkg, 0 bytes, 0 tape blocks |
2364 | 2023-11-16T16:25:39.662Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2365 | 2023-11-16T16:25:39.665Z | x VERSION, 25 bytes, 1 tape blocks |
2366 | 2023-11-16T16:25:39.668Z | + mkdir -p /tmp/tmp.nkaiAh/root/lib/svc/manifest/site/ |
2367 | 2023-11-16T16:25:39.670Z | + mv pkg/manifest.xml /tmp/tmp.nkaiAh/root/lib/svc/manifest/site/installinator.xml |
2368 | 2023-11-16T16:25:39.673Z | + cd - |
2369 | 2023-11-16T16:25:39.676Z | /work/oxidecomputer/omicron |
2370 | 2023-11-16T16:25:39.678Z | + pkg_dir=/tmp/tmp.nkaiAh/root/opt/oxide/mg-ddm |
2371 | 2023-11-16T16:25:39.681Z | + mkdir -p /tmp/tmp.nkaiAh/root/opt/oxide/mg-ddm |
2372 | 2023-11-16T16:25:39.684Z | + cd /tmp/tmp.nkaiAh/root/opt/oxide/mg-ddm |
2373 | 2023-11-16T16:25:39.686Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2374 | 2023-11-16T16:25:39.709Z | x ., 0 bytes, 0 tape blocks |
2375 | 2023-11-16T16:25:39.712Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2376 | 2023-11-16T16:25:39.714Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2377 | 2023-11-16T16:25:39.717Z | x pkg, 0 bytes, 0 tape blocks |
2378 | 2023-11-16T16:25:39.720Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2379 | 2023-11-16T16:25:39.722Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2380 | 2023-11-16T16:25:39.725Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2381 | 2023-11-16T16:25:39.728Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2382 | 2023-11-16T16:25:39.730Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2383 | 2023-11-16T16:25:39.733Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2384 | 2023-11-16T16:25:39.736Z | x VERSION, 25 bytes, 1 tape blocks |
2385 | 2023-11-16T16:25:39.739Z | + cd - |
2386 | 2023-11-16T16:25:39.741Z | /work/oxidecomputer/omicron |
2387 | 2023-11-16T16:25:39.744Z | + cd /tmp/tmp.nkaiAh |
2388 | 2023-11-16T16:25:39.747Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2389 | 2023-11-16T16:25:45.730Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2390 | 2023-11-16T16:25:45.737Z | a oxide.json 1K |
2391 | 2023-11-16T16:25:45.743Z | a root/ 0K |
2392 | 2023-11-16T16:25:45.750Z | a root/opt/ 0K |
2393 | 2023-11-16T16:25:45.756Z | a root/opt/oxide/ 0K |
2394 | 2023-11-16T16:25:45.761Z | a root/opt/oxide/installinator/ 0K |
2395 | 2023-11-16T16:25:45.768Z | a root/opt/oxide/installinator/installinator 51915K |
2396 | 2023-11-16T16:25:45.771Z | a root/opt/oxide/installinator/pkg/ 0K |
2397 | 2023-11-16T16:25:45.774Z | a root/opt/oxide/installinator/VERSION 1K |
2398 | 2023-11-16T16:25:45.780Z | a root/opt/oxide/mg-ddm/ 0K |
2399 | 2023-11-16T16:25:45.785Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2400 | 2023-11-16T16:25:45.791Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2401 | 2023-11-16T16:25:45.797Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2402 | 2023-11-16T16:25:45.805Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2403 | 2023-11-16T16:25:45.808Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2404 | 2023-11-16T16:25:45.812Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2405 | 2023-11-16T16:25:45.818Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2406 | 2023-11-16T16:25:45.821Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2407 | 2023-11-16T16:25:45.826Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2408 | 2023-11-16T16:25:45.829Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2409 | 2023-11-16T16:25:45.836Z | a root/lib/ 0K |
2410 | 2023-11-16T16:25:45.841Z | a root/lib/svc/ 0K |
2411 | 2023-11-16T16:25:45.845Z | a root/lib/svc/manifest/ 0K |
2412 | 2023-11-16T16:25:45.849Z | a root/lib/svc/manifest/site/ 0K |
2413 | 2023-11-16T16:25:45.854Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2414 | 2023-11-16T16:25:45.858Z | + cd / |
2415 | 2023-11-16T16:25:45.862Z | + rm -rf /tmp/tmp.nkaiAh |
2416 | 2023-11-16T16:25:45.865Z | |
2417 | 2023-11-16T16:25:45.870Z | real 6.207089481 |
2418 | 2023-11-16T16:25:45.876Z | user 5.805461329 |
2419 | 2023-11-16T16:25:45.879Z | sys 0.429565553 |
2420 | 2023-11-16T16:25:45.883Z | trap 0.001561917 |
2421 | 2023-11-16T16:25:45.886Z | tflt 0.000000000 |
2422 | 2023-11-16T16:25:45.890Z | dflt 0.000000000 |
2423 | 2023-11-16T16:25:45.894Z | kflt 0.000000000 |
2424 | 2023-11-16T16:25:45.900Z | lock 0.000000000 |
2425 | 2023-11-16T16:25:45.907Z | slp 12.002119910 |
2426 | 2023-11-16T16:25:45.910Z | lat 0.182501746 |
2427 | 2023-11-16T16:25:45.913Z | stop 0.000296185 |
2428 | 2023-11-16T16:25:45.919Z | process exited: duration 2257686 ms, exit code 0 |
|
2429 | 2023-11-16T16:25:45.940Z | found 21 output files |
2430 | 2023-11-16T16:25:45.944Z | uploading: /work/version.txt (26 bytes) |
2431 | 2023-11-16T16:25:46.952Z | uploaded: /work/version.txt |
2432 | 2023-11-16T16:25:46.968Z | uploading: /work/package.tar.gz (80004561 bytes) |
2433 | 2023-11-16T16:26:08.666Z | uploaded: /work/package.tar.gz |
2434 | 2023-11-16T16:26:08.678Z | uploading: /work/global-zone-packages.tar.gz (121283222 bytes) |
2435 | 2023-11-16T16:26:41.297Z | uploaded: /work/global-zone-packages.tar.gz |
2436 | 2023-11-16T16:26:41.309Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36790271 bytes) |
2437 | 2023-11-16T16:26:53.417Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2438 | 2023-11-16T16:26:53.429Z | uploading: /work/zones/clickhouse.tar.gz (181744919 bytes) |
2439 | 2023-11-16T16:27:49.968Z | uploaded: /work/zones/clickhouse.tar.gz |
2440 | 2023-11-16T16:27:49.995Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181743729 bytes) |
2441 | 2023-11-16T16:28:42.001Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2442 | 2023-11-16T16:28:42.008Z | uploading: /work/zones/cockroachdb.tar.gz (118814255 bytes) |
2443 | 2023-11-16T16:29:17.475Z | uploaded: /work/zones/cockroachdb.tar.gz |
2444 | 2023-11-16T16:29:17.484Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2445 | 2023-11-16T16:29:25.251Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2446 | 2023-11-16T16:29:25.262Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2447 | 2023-11-16T16:29:40.802Z | uploaded: /work/zones/crucible.tar.gz |
2448 | 2023-11-16T16:29:40.813Z | uploading: /work/zones/external-dns.tar.gz (24181230 bytes) |
2449 | 2023-11-16T16:29:49.609Z | uploaded: /work/zones/external-dns.tar.gz |
2450 | 2023-11-16T16:29:49.620Z | uploading: /work/zones/internal-dns.tar.gz (24181229 bytes) |
2451 | 2023-11-16T16:30:01.345Z | uploaded: /work/zones/internal-dns.tar.gz |
2452 | 2023-11-16T16:30:01.361Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2453 | 2023-11-16T16:30:02.400Z | uploaded: /work/zones/ntp.tar.gz |
2454 | 2023-11-16T16:30:02.412Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18139725 bytes) |
2455 | 2023-11-16T16:30:09.103Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2456 | 2023-11-16T16:30:09.114Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18130947 bytes) |
2457 | 2023-11-16T16:30:15.553Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2458 | 2023-11-16T16:30:15.564Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74679719 bytes) |
2459 | 2023-11-16T16:30:40.428Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2460 | 2023-11-16T16:30:40.439Z | uploading: /work/zones/omicron-nexus.tar.gz (74683134 bytes) |
2461 | 2023-11-16T16:31:01.027Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2462 | 2023-11-16T16:31:01.030Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2463 | 2023-11-16T16:31:02.049Z | uploaded: /work/zones/overlay.tar.gz |
2464 | 2023-11-16T16:31:02.173Z | uploading: /work/zones/oximeter-collector.tar.gz (34020364 bytes) |
2465 | 2023-11-16T16:31:11.669Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2466 | 2023-11-16T16:31:11.680Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2467 | 2023-11-16T16:31:33.348Z | uploaded: /work/zones/propolis-server.tar.gz |
2468 | 2023-11-16T16:31:33.771Z | uploading: /work/zones/switch-asic.tar.gz (242294447 bytes) |
2469 | 2023-11-16T16:32:50.091Z | uploaded: /work/zones/switch-asic.tar.gz |
2470 | 2023-11-16T16:32:50.104Z | uploading: /work/zones/switch-softnpu.tar.gz (166166584 bytes) |
2471 | 2023-11-16T16:33:40.599Z | uploaded: /work/zones/switch-softnpu.tar.gz |