|
|
|
1 | 2023-11-29T18:49:17.128Z | job assigned to worker 01HGE6JEYVT3QWMXYJTA8DNBH8 (queued for 3 m 32 s) |
|
2 | 2023-11-29T18:49:17.535Z | starting task 0: "setup" |
3 | 2023-11-29T18:49:17.592Z | ++ uname -s |
4 | 2023-11-29T18:49:17.595Z | + kern=SunOS |
5 | 2023-11-29T18:49:17.595Z | + case "$kern" in |
6 | 2023-11-29T18:49:17.595Z | + groupadd -g 12345 build |
7 | 2023-11-29T18:49:17.598Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-29T18:49:19.609Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-29T18:49:19.709Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-29T18:49:19.712Z | + home_fs=zfs |
11 | 2023-11-29T18:49:19.715Z | + [[ zfs == autofs ]] |
12 | 2023-11-29T18:49:19.715Z | + mkdir -p /home/build |
13 | 2023-11-29T18:49:19.715Z | + chown build:build /home/build /work |
14 | 2023-11-29T18:49:21.719Z | + chmod 0700 /home/build /work |
15 | 2023-11-29T18:49:21.723Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2023-11-29T18:49:21.731Z | starting task 1: "rust-toolchain" |
17 | 2023-11-29T18:49:21.740Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-29T18:49:21.745Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-29T18:49:21.923Z | info: downloading installer |
20 | 2023-11-29T18:49:23.874Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-29T18:49:23.874Z | warning: /opt/ooce/bin |
22 | 2023-11-29T18:49:23.874Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-29T18:49:23.874Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-29T18:49:23.874Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-29T18:49:23.874Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-29T18:49:23.874Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-29T18:49:23.874Z | error: cannot install while Rust is installed |
28 | 2023-11-29T18:49:23.874Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-29T18:49:23.992Z | info: profile set to 'default' |
30 | 2023-11-29T18:49:23.992Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-29T18:49:23.994Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-29T18:49:24.155Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-29T18:49:24.155Z | info: downloading component 'cargo' |
34 | 2023-11-29T18:49:24.798Z | info: downloading component 'clippy' |
35 | 2023-11-29T18:49:25.026Z | info: downloading component 'rust-docs' |
36 | 2023-11-29T18:49:25.835Z | info: downloading component 'rust-std' |
37 | 2023-11-29T18:49:27.271Z | info: downloading component 'rustc' |
38 | 2023-11-29T18:49:30.772Z | info: downloading component 'rustfmt' |
39 | 2023-11-29T18:49:31.031Z | info: installing component 'cargo' |
40 | 2023-11-29T18:49:32.455Z | info: installing component 'clippy' |
41 | 2023-11-29T18:49:33.050Z | info: installing component 'rust-docs' |
42 | 2023-11-29T18:49:35.767Z | info: installing component 'rust-std' |
43 | 2023-11-29T18:49:38.889Z | info: installing component 'rustc' |
44 | 2023-11-29T18:49:45.240Z | info: installing component 'rustfmt' |
45 | 2023-11-29T18:49:45.752Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-29T18:49:45.752Z | |
47 | 2023-11-29T18:49:45.885Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-29T18:49:45.885Z | |
49 | 2023-11-29T18:49:45.888Z | |
50 | 2023-11-29T18:49:45.888Z | Rust is installed now. Great! |
51 | 2023-11-29T18:49:45.888Z | |
52 | 2023-11-29T18:49:45.888Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-29T18:49:45.888Z | environment variable. This has not been done automatically. |
54 | 2023-11-29T18:49:45.889Z | |
55 | 2023-11-29T18:49:45.889Z | To configure your current shell, run: |
56 | 2023-11-29T18:49:45.889Z | source "$HOME/.cargo/env" |
57 | 2023-11-29T18:49:45.968Z | + rustc --version |
58 | 2023-11-29T18:49:46.078Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-29T18:49:46.083Z | process exited: duration 24351 ms, exit code 0 |
|
60 | 2023-11-29T18:49:46.089Z | starting task 2: "authentication" |
61 | 2023-11-29T18:49:46.121Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-29T18:49:46.127Z | starting task 3: "clone repository" |
63 | 2023-11-29T18:49:46.134Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-29T18:49:46.136Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-29T18:49:46.188Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-29T18:49:52.812Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-29T18:49:52.812Z | + [[ -n no-star ]] |
68 | 2023-11-29T18:49:52.815Z | + git fetch origin no-star |
69 | 2023-11-29T18:49:53.173Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-29T18:49:53.173Z | * branch no-star -> FETCH_HEAD |
71 | 2023-11-29T18:49:53.185Z | + git checkout -B no-star remotes/origin/no-star |
72 | 2023-11-29T18:49:53.290Z | Switched to a new branch 'no-star' |
73 | 2023-11-29T18:49:53.292Z | branch 'no-star' set up to track 'origin/no-star'. |
74 | 2023-11-29T18:49:53.292Z | + git reset --hard b8169350450dd66de51679f7bae0c2ff2f5f8a31 |
75 | 2023-11-29T18:49:53.451Z | HEAD is now at b8169350 no more vec conversion! |
76 | 2023-11-29T18:49:53.461Z | process exited: duration 7323 ms, exit code 0 |
|
77 | 2023-11-29T18:49:53.480Z | starting task 4: "build" |
78 | 2023-11-29T18:49:53.488Z | + cargo --version |
79 | 2023-11-29T18:49:53.494Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-29T18:49:53.705Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-29T18:49:53.708Z | info: downloading component 'cargo' |
82 | 2023-11-29T18:49:54.542Z | info: downloading component 'clippy' |
83 | 2023-11-29T18:49:54.805Z | info: downloading component 'rust-docs' |
84 | 2023-11-29T18:49:55.834Z | info: downloading component 'rust-std' |
85 | 2023-11-29T18:49:57.526Z | info: downloading component 'rustc' |
86 | 2023-11-29T18:50:01.815Z | info: downloading component 'rustfmt' |
87 | 2023-11-29T18:50:02.115Z | info: installing component 'cargo' |
88 | 2023-11-29T18:50:04.064Z | info: installing component 'clippy' |
89 | 2023-11-29T18:50:04.588Z | info: installing component 'rust-docs' |
90 | 2023-11-29T18:50:07.520Z | info: installing component 'rust-std' |
91 | 2023-11-29T18:50:10.079Z | info: installing component 'rustc' |
92 | 2023-11-29T18:50:16.254Z | info: installing component 'rustfmt' |
93 | 2023-11-29T18:50:16.787Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-29T18:50:16.792Z | + rustc --version |
95 | 2023-11-29T18:50:16.909Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-29T18:50:16.917Z | ++ git rev-parse HEAD |
97 | 2023-11-29T18:50:16.921Z | + COMMIT=b8169350450dd66de51679f7bae0c2ff2f5f8a31 |
98 | 2023-11-29T18:50:16.924Z | + VERSION=1.0.4-0.ci+gitb8169350450 |
99 | 2023-11-29T18:50:16.924Z | + echo 1.0.4-0.ci+gitb8169350450 |
100 | 2023-11-29T18:50:16.924Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-29T18:50:28.772Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-29T18:50:29.885Z | Startup: Caching catalogs ... Done |
103 | 2023-11-29T18:50:35.404Z | Planning: Solver setup ... Done (5.166s) |
104 | 2023-11-29T18:50:35.530Z | Planning: Running solver ... Done (0.128s) |
105 | 2023-11-29T18:50:35.589Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-29T18:50:35.640Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-29T18:50:35.915Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-29T18:50:35.982Z | Planning: Package planning ... Done (0.078s) |
109 | 2023-11-29T18:50:36.067Z | Planning: Merging actions ... Done (0.084s) |
110 | 2023-11-29T18:50:37.290Z | Planning: Checking for conflicting actions ... Done (1.223s) |
111 | 2023-11-29T18:50:37.309Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-29T18:50:44.799Z | Planning: Evaluating mediators ... Done (7.488s) |
113 | 2023-11-29T18:50:44.816Z | Planning: Planning completed in 14.87 seconds |
114 | 2023-11-29T18:50:44.844Z | Packages to install: 4 |
115 | 2023-11-29T18:50:44.861Z | Mediators to change: 2 |
116 | 2023-11-29T18:50:44.861Z | Services to change: 1 |
117 | 2023-11-29T18:50:44.861Z | Estimated space available: 148.88 GB |
118 | 2023-11-29T18:50:44.861Z | Estimated space to be consumed: 1.38 GB |
119 | 2023-11-29T18:50:44.861Z | Create boot environment: No |
120 | 2023-11-29T18:50:44.861Z | Create backup boot environment: No |
121 | 2023-11-29T18:50:44.861Z | Rebuild boot archive: No |
122 | 2023-11-29T18:50:44.861Z | |
123 | 2023-11-29T18:50:44.861Z | Changed mediators: |
124 | 2023-11-29T18:50:44.861Z | mediator clang: |
125 | 2023-11-29T18:50:44.862Z | version: None -> 15 (system default) |
126 | 2023-11-29T18:50:44.862Z | |
127 | 2023-11-29T18:50:44.862Z | mediator llvm: |
128 | 2023-11-29T18:50:44.862Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-29T18:50:44.862Z | |
130 | 2023-11-29T18:50:44.862Z | Changed packages: |
131 | 2023-11-29T18:50:44.862Z | helios-dev |
132 | 2023-11-29T18:50:44.862Z | developer/build-essential |
133 | 2023-11-29T18:50:44.862Z | None -> 11-2.0 |
134 | 2023-11-29T18:50:44.862Z | library/libxmlsec1 |
135 | 2023-11-29T18:50:44.862Z | None -> 1.2.35-2.0 |
136 | 2023-11-29T18:50:44.862Z | ooce/developer/clang-15 |
137 | 2023-11-29T18:50:44.862Z | None -> 15.0.7-2.0 |
138 | 2023-11-29T18:50:44.862Z | ooce/developer/llvm-15 |
139 | 2023-11-29T18:50:44.862Z | None -> 15.0.7-2.0 |
140 | 2023-11-29T18:50:44.862Z | |
141 | 2023-11-29T18:50:44.862Z | Services: |
142 | 2023-11-29T18:50:44.862Z | restart_fmri: |
143 | 2023-11-29T18:50:44.862Z | svc:/system/update-man-index:default |
144 | 2023-11-29T18:50:45.196Z | |
145 | 2023-11-29T18:50:45.196Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-29T18:50:50.191Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s) |
147 | 2023-11-29T18:50:55.192Z | Download: 2267/3290 items 119.5/212.6MB 56% complete (12.1M/s) |
148 | 2023-11-29T18:51:00.228Z | Download: 3248/3290 items 166.1/212.6MB 78% complete (13.5M/s) |
149 | 2023-11-29T18:51:04.527Z | Download: Completed 212.60 MB in 19.34 seconds (11.0M/s) |
150 | 2023-11-29T18:51:04.910Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-29T18:51:10.231Z | Actions: 2785/3687 actions (Installing new actions) |
152 | 2023-11-29T18:51:14.174Z | Actions: Completed 3687 actions in 8.66 seconds. |
153 | 2023-11-29T18:51:34.566Z | Done (0.184s) |
154 | 2023-11-29T18:51:34.569Z | Done (0.000s) |
155 | 2023-11-29T18:51:34.569Z | Done (0.234s) |
156 | 2023-11-29T18:51:36.074Z | Done (7.523s) |
157 | 2023-11-29T18:51:36.074Z | Done (0.229s) |
158 | 2023-11-29T18:51:36.074Z | Done (0.000s) |
159 | 2023-11-29T18:51:36.074Z | Done (0.000s) |
160 | 2023-11-29T18:51:36.074Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-29T18:51:36.074Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-29T18:51:36.074Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-29T18:51:36.074Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-29T18:51:36.074Z | Planning: Planning completed in 0.72 seconds |
165 | 2023-11-29T18:51:36.074Z | Mediators to change: 2 |
166 | 2023-11-29T18:51:36.074Z | Create boot environment: No |
167 | 2023-11-29T18:51:36.074Z | Create backup boot environment: No |
168 | 2023-11-29T18:51:36.074Z | Done |
169 | 2023-11-29T18:51:36.074Z | Done |
170 | 2023-11-29T18:51:36.074Z | Done |
171 | 2023-11-29T18:51:36.074Z | Done |
172 | 2023-11-29T18:51:36.074Z | Done |
173 | 2023-11-29T18:51:36.074Z | Done |
174 | 2023-11-29T18:51:36.074Z | Done |
175 | 2023-11-29T18:51:36.074Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-29T18:51:36.075Z | Planning: Merging actions ... Done |
177 | 2023-11-29T18:51:36.075Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-29T18:51:36.156Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-29T18:51:36.156Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-29T18:51:36.156Z | Planning: Planning completed in 1.32 seconds |
181 | 2023-11-29T18:51:36.156Z | Packages to change: 1 |
182 | 2023-11-29T18:51:36.156Z | Mediators to change: 1 |
183 | 2023-11-29T18:51:36.156Z | Services to change: 1 |
184 | 2023-11-29T18:51:36.156Z | Create boot environment: No |
185 | 2023-11-29T18:51:36.156Z | Create backup boot environment: Yes |
186 | 2023-11-29T18:51:36.156Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-29T18:51:36.156Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-29T18:51:36.156Z | Done |
189 | 2023-11-29T18:51:36.156Z | Done |
190 | 2023-11-29T18:51:36.156Z | Done |
191 | 2023-11-29T18:51:39.365Z | Done |
192 | 2023-11-29T18:51:39.487Z | Done |
193 | 2023-11-29T18:51:39.505Z | Done |
194 | 2023-11-29T18:51:39.585Z | Done |
195 | 2023-11-29T18:51:40.263Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-29T18:51:40.263Z | clang system 15 system |
197 | 2023-11-29T18:51:40.263Z | csh system system illumos |
198 | 2023-11-29T18:51:40.263Z | ctags system system illumos |
199 | 2023-11-29T18:51:40.263Z | gcc vendor 12 vendor |
200 | 2023-11-29T18:51:40.263Z | gcc system 10 system |
201 | 2023-11-29T18:51:40.264Z | gcc system 7 system |
202 | 2023-11-29T18:51:40.264Z | go system 1.20 system |
203 | 2023-11-29T18:51:40.264Z | go system 1.19 system |
204 | 2023-11-29T18:51:40.264Z | llvm system 15 system |
205 | 2023-11-29T18:51:40.264Z | llvm system 14 system |
206 | 2023-11-29T18:51:40.264Z | mariadb system 10.6 system |
207 | 2023-11-29T18:51:40.264Z | mta vendor vendor dma |
208 | 2023-11-29T18:51:40.264Z | openjdk system 17 system |
209 | 2023-11-29T18:51:40.265Z | openjdk system 11 system |
210 | 2023-11-29T18:51:40.265Z | openjdk system 1.8 system |
211 | 2023-11-29T18:51:40.265Z | openssl vendor 3 vendor |
212 | 2023-11-29T18:51:40.265Z | perl system 5.36 system |
213 | 2023-11-29T18:51:40.265Z | postgresql system 15 system |
214 | 2023-11-29T18:51:40.265Z | postgresql system 13 system |
215 | 2023-11-29T18:51:40.265Z | python vendor 3 vendor |
216 | 2023-11-29T18:51:40.265Z | python system 2 system |
217 | 2023-11-29T18:51:40.265Z | python3 system 3.11 system |
218 | 2023-11-29T18:51:40.265Z | ruby system 3.0 system |
219 | 2023-11-29T18:51:40.265Z | words vendor vendor american-english |
220 | 2023-11-29T18:51:40.265Z | words system system australian-english |
221 | 2023-11-29T18:51:40.265Z | words system system british-english |
222 | 2023-11-29T18:51:40.265Z | words system system canadian-english |
223 | 2023-11-29T18:51:40.265Z | words system system french |
224 | 2023-11-29T18:51:40.265Z | words system system italian |
225 | 2023-11-29T18:51:40.265Z | words system system ngerman |
226 | 2023-11-29T18:51:40.265Z | words system system ogerman |
227 | 2023-11-29T18:51:40.265Z | words system system spanish |
228 | 2023-11-29T18:51:40.799Z | FMRI IFO |
229 | 2023-11-29T18:51:40.799Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-29T18:51:40.799Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-29T18:51:40.799Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-29T18:51:40.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-29T18:51:40.799Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-29T18:51:40.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-29T18:51:40.878Z | + set -o errexit |
236 | 2023-11-29T18:51:40.890Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-29T18:51:40.891Z | ++ cd ./tools |
238 | 2023-11-29T18:51:40.891Z | ++ pwd |
239 | 2023-11-29T18:51:40.892Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-29T18:51:40.905Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-29T18:51:40.905Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-29T18:51:40.905Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-29T18:51:40.905Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-29T18:51:40.905Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-29T18:51:40.905Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-29T18:51:40.905Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-29T18:51:40.905Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-29T18:51:40.905Z | + TARGET_DIR=out |
249 | 2023-11-29T18:51:40.905Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-29T18:51:40.905Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-29T18:51:40.905Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-29T18:51:40.905Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-29T18:51:40.905Z | + main |
254 | 2023-11-29T18:51:40.905Z | + [[ 0 != 0 ]] |
255 | 2023-11-29T18:51:40.905Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-29T18:51:40.905Z | + [[ 0 != 0 ]] |
257 | 2023-11-29T18:51:40.905Z | + configure_os solaris2.11 |
258 | 2023-11-29T18:51:40.905Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-29T18:51:40.905Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-29T18:51:40.905Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-29T18:51:40.905Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2023-11-29T18:51:40.905Z | + case "$1" in |
263 | 2023-11-29T18:51:40.905Z | + CIDL_BUILD=illumos |
264 | 2023-11-29T18:51:40.905Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-29T18:51:40.905Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-29T18:51:40.911Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-29T18:51:40.911Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-29T18:51:40.911Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-29T18:51:40.911Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-29T18:51:40.911Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-29T18:51:40.911Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-29T18:51:40.911Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-29T18:51:40.911Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-29T18:51:40.911Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-29T18:51:40.911Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-29T18:51:40.911Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-29T18:51:40.911Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-29T18:51:40.911Z | + mkdir -p out/downloads |
279 | 2023-11-29T18:51:40.911Z | + mkdir -p ./out/cockroachdb |
280 | 2023-11-29T18:51:40.911Z | + local DO_DOWNLOAD=true |
281 | 2023-11-29T18:51:40.911Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-11-29T18:51:40.911Z | + '[' true == true ']' |
283 | 2023-11-29T18:51:40.911Z | + echo Downloading... |
284 | 2023-11-29T18:51:40.911Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-29T18:51:40.911Z | Downloading... |
286 | 2023-11-29T18:51:40.911Z | + 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 |
287 | 2023-11-29T18:51:44.169Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-29T18:51:44.172Z | ++ md5sum |
289 | 2023-11-29T18:51:44.172Z | ++ awk '{print $1}' |
290 | 2023-11-29T18:51:44.352Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-29T18:51:44.352Z | + [[ 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 ]] |
292 | 2023-11-29T18:51:44.352Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-29T18:51:44.356Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-29T18:51:47.743Z | + do_assemble_illumos |
295 | 2023-11-29T18:51:47.743Z | + rm -r ./out/cockroachdb |
296 | 2023-11-29T18:51:47.747Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-29T18:51:48.403Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-29T18:51:48.730Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-29T18:51:48.730Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-29T18:51:48.730Z | Distribution: OSS |
301 | 2023-11-29T18:51:48.730Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-29T18:51:48.730Z | Go Version: go1.17.13 |
303 | 2023-11-29T18:51:48.730Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-29T18:51:48.730Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-29T18:51:48.730Z | Build Type: release |
306 | 2023-11-29T18:51:48.757Z | + set -o errexit |
307 | 2023-11-29T18:51:48.765Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-29T18:51:48.765Z | ++ cd ./tools |
309 | 2023-11-29T18:51:48.765Z | ++ pwd |
310 | 2023-11-29T18:51:48.765Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-29T18:51:48.765Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-29T18:51:48.769Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-29T18:51:48.769Z | + TARGET_DIR=out |
314 | 2023-11-29T18:51:48.769Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-29T18:51:48.769Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-29T18:51:48.770Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-29T18:51:48.770Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-29T18:51:48.770Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-29T18:51:48.770Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-29T18:51:48.770Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-29T18:51:48.770Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-29T18:51:48.770Z | + main |
323 | 2023-11-29T18:51:48.770Z | + [[ 0 != 0 ]] |
324 | 2023-11-29T18:51:48.770Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-29T18:51:48.770Z | + [[ 0 != 0 ]] |
326 | 2023-11-29T18:51:48.770Z | + configure_os solaris2.11 |
327 | 2023-11-29T18:51:48.770Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-11-29T18:51:48.770Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-29T18:51:48.770Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-29T18:51:48.770Z | + CIDL_DASHREV= |
331 | 2023-11-29T18:51:48.770Z | configuring based on OS: "solaris2.11" |
332 | 2023-11-29T18:51:48.770Z | + case "$1" in |
333 | 2023-11-29T18:51:48.770Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-29T18:51:48.770Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-29T18:51:48.770Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-29T18:51:48.770Z | + CIDL_DASHREV=-1 |
337 | 2023-11-29T18:51:48.770Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-29T18:51:48.770Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-29T18:51:48.770Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-29T18:51:48.770Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-29T18:51:48.770Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-29T18:51:48.771Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-29T18:51:48.771Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-29T18:51:48.771Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-29T18:51:48.771Z | + mkdir -p out/downloads |
346 | 2023-11-29T18:51:48.774Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-29T18:51:48.774Z | + local DO_DOWNLOAD=true |
348 | 2023-11-29T18:51:48.774Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-11-29T18:51:48.774Z | + '[' true == true ']' |
350 | 2023-11-29T18:51:48.774Z | + echo Downloading... |
351 | 2023-11-29T18:51:48.774Z | Downloading... |
352 | 2023-11-29T18:51:48.774Z | + 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 |
353 | 2023-11-29T18:51:48.774Z | + 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 |
354 | 2023-11-29T18:51:50.537Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-29T18:51:50.540Z | ++ md5sum |
356 | 2023-11-29T18:51:50.540Z | ++ awk '{print $1}' |
357 | 2023-11-29T18:51:50.799Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-29T18:51:50.799Z | + [[ 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 ]] |
359 | 2023-11-29T18:51:50.800Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-29T18:51:50.803Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-29T18:51:50.803Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-29T18:51:55.614Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-29T18:51:55.667Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-29T18:51:55.690Z | + set -o errexit |
365 | 2023-11-29T18:51:55.692Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-29T18:51:55.695Z | ++ cd ./tools |
367 | 2023-11-29T18:51:55.695Z | ++ pwd |
368 | 2023-11-29T18:51:55.695Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-29T18:51:55.698Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-29T18:51:55.698Z | + ARG0=ci_download_console |
371 | 2023-11-29T18:51:55.698Z | + TARGET_DIR=out |
372 | 2023-11-29T18:51:55.698Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-29T18:51:55.698Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-29T18:51:55.698Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-29T18:51:55.698Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-29T18:51:55.698Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-29T18:51:55.698Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-29T18:51:55.701Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-29T18:51:55.701Z | + main |
380 | 2023-11-29T18:51:55.701Z | + [[ 0 != 0 ]] |
381 | 2023-11-29T18:51:55.701Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-29T18:51:55.701Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-29T18:51:55.701Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-11-29T18:51:55.701Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-29T18:51:55.701Z | + local DO_DOWNLOAD=true |
386 | 2023-11-29T18:51:55.701Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-29T18:51:55.701Z | + mkdir -p out/downloads |
388 | 2023-11-29T18:51:55.704Z | + '[' true == true ']' |
389 | 2023-11-29T18:51:55.704Z | + echo Downloading... |
390 | 2023-11-29T18:51:55.704Z | Downloading... |
391 | 2023-11-29T18:51:55.704Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-29T18:51:55.704Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-29T18:51:56.402Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-29T18:51:56.402Z | ++ case "$OSTYPE" in |
395 | 2023-11-29T18:51:56.402Z | ++ SHA=sha256sum |
396 | 2023-11-29T18:51:56.405Z | ++ sha256sum |
397 | 2023-11-29T18:51:56.405Z | ++ awk '{print $1}' |
398 | 2023-11-29T18:51:56.427Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-29T18:51:56.431Z | + [[ 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 ]] |
400 | 2023-11-29T18:51:56.431Z | + rm -rf ./out/console-assets |
401 | 2023-11-29T18:51:56.431Z | + mkdir -p ./out/console-assets |
402 | 2023-11-29T18:51:56.431Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-29T18:51:56.432Z | + mkdir -p ./out/console-assets |
404 | 2023-11-29T18:51:56.432Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-29T18:51:56.565Z | + set -o errexit |
406 | 2023-11-29T18:51:56.568Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-29T18:51:56.573Z | ++ cd ./tools |
408 | 2023-11-29T18:51:56.573Z | ++ pwd |
409 | 2023-11-29T18:51:56.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-29T18:51:56.573Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-29T18:51:56.576Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-29T18:51:56.576Z | + TARGET_DIR=out |
413 | 2023-11-29T18:51:56.576Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-29T18:51:56.576Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-29T18:51:56.577Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
416 | 2023-11-29T18:51:56.577Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-29T18:51:56.577Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
418 | 2023-11-29T18:51:56.577Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
419 | 2023-11-29T18:51:56.577Z | + main |
420 | 2023-11-29T18:51:56.577Z | + [[ 0 != 0 ]] |
421 | 2023-11-29T18:51:56.577Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
422 | 2023-11-29T18:51:56.577Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
423 | 2023-11-29T18:51:56.577Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
424 | 2023-11-29T18:51:56.577Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
425 | 2023-11-29T18:51:56.577Z | + local DO_DOWNLOAD=true |
426 | 2023-11-29T18:51:56.577Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
427 | 2023-11-29T18:51:56.577Z | + mkdir -p out/downloads |
428 | 2023-11-29T18:51:56.577Z | + '[' true == true ']' |
429 | 2023-11-29T18:51:56.577Z | + echo Downloading... |
430 | 2023-11-29T18:51:56.580Z | Downloading... |
431 | 2023-11-29T18:51:56.580Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-11-29T18:51:56.580Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
433 | 2023-11-29T18:51:56.767Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
434 | 2023-11-29T18:51:56.768Z | ++ case "$OSTYPE" in |
435 | 2023-11-29T18:51:56.768Z | ++ SHA=sha256sum |
436 | 2023-11-29T18:51:56.770Z | ++ sha256sum |
437 | 2023-11-29T18:51:56.770Z | ++ awk '{print $1}' |
438 | 2023-11-29T18:51:56.776Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-29T18:51:56.777Z | + [[ 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 ]] |
440 | 2023-11-29T18:51:56.780Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-29T18:51:56.780Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
442 | 2023-11-29T18:51:56.780Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
443 | 2023-11-29T18:51:56.780Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
444 | 2023-11-29T18:51:56.780Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-11-29T18:51:56.780Z | + main |
446 | 2023-11-29T18:51:56.780Z | + [[ 0 != 0 ]] |
447 | 2023-11-29T18:51:56.780Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
448 | 2023-11-29T18:51:56.780Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
449 | 2023-11-29T18:51:56.780Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
450 | 2023-11-29T18:51:56.780Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-11-29T18:51:56.780Z | + local DO_DOWNLOAD=true |
452 | 2023-11-29T18:51:56.780Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
453 | 2023-11-29T18:51:56.780Z | + mkdir -p out/downloads |
454 | 2023-11-29T18:51:56.780Z | + '[' true == true ']' |
455 | 2023-11-29T18:51:56.780Z | + echo Downloading... |
456 | 2023-11-29T18:51:56.780Z | Downloading... |
457 | 2023-11-29T18:51:56.780Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-11-29T18:51:56.781Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
459 | 2023-11-29T18:51:56.910Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-11-29T18:51:56.913Z | ++ case "$OSTYPE" in |
461 | 2023-11-29T18:51:56.913Z | ++ SHA=sha256sum |
462 | 2023-11-29T18:51:56.913Z | ++ sha256sum |
463 | 2023-11-29T18:51:56.913Z | ++ awk '{print $1}' |
464 | 2023-11-29T18:51:56.916Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
465 | 2023-11-29T18:51:56.919Z | + [[ 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 ]] |
466 | 2023-11-29T18:51:56.926Z | + set -o errexit |
467 | 2023-11-29T18:51:56.928Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-29T18:51:56.931Z | ++ cd ./tools |
469 | 2023-11-29T18:51:56.931Z | ++ pwd |
470 | 2023-11-29T18:51:56.931Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-29T18:51:56.933Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-29T18:51:56.933Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-11-29T18:51:56.938Z | + TARGET_DIR=out |
474 | 2023-11-29T18:51:56.938Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-11-29T18:51:56.938Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-11-29T18:51:56.938Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
477 | 2023-11-29T18:51:56.938Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2023-11-29T18:51:56.938Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
479 | 2023-11-29T18:51:56.938Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
480 | 2023-11-29T18:51:56.938Z | + main |
481 | 2023-11-29T18:51:56.938Z | + [[ 0 != 0 ]] |
482 | 2023-11-29T18:51:56.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
483 | 2023-11-29T18:51:56.938Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
484 | 2023-11-29T18:51:56.938Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
485 | 2023-11-29T18:51:56.938Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
486 | 2023-11-29T18:51:56.938Z | + local DO_DOWNLOAD=true |
487 | 2023-11-29T18:51:56.938Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
488 | 2023-11-29T18:51:56.938Z | + mkdir -p out/downloads |
489 | 2023-11-29T18:51:56.938Z | + '[' true == true ']' |
490 | 2023-11-29T18:51:56.938Z | + echo Downloading... |
491 | 2023-11-29T18:51:56.938Z | Downloading... |
492 | 2023-11-29T18:51:56.938Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
493 | 2023-11-29T18:51:56.938Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
494 | 2023-11-29T18:51:57.079Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
495 | 2023-11-29T18:51:57.079Z | ++ case "$OSTYPE" in |
496 | 2023-11-29T18:51:57.079Z | ++ SHA=sha256sum |
497 | 2023-11-29T18:51:57.082Z | ++ sha256sum |
498 | 2023-11-29T18:51:57.082Z | ++ awk '{print $1}' |
499 | 2023-11-29T18:51:57.086Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2023-11-29T18:51:57.086Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
501 | 2023-11-29T18:51:57.095Z | + set -o errexit |
502 | 2023-11-29T18:51:57.098Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-11-29T18:51:57.102Z | ++ cd ./tools |
504 | 2023-11-29T18:51:57.102Z | ++ pwd |
505 | 2023-11-29T18:51:57.102Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-11-29T18:51:57.105Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-29T18:51:57.105Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-11-29T18:51:57.105Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-11-29T18:51:57.105Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
510 | 2023-11-29T18:51:57.105Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
511 | 2023-11-29T18:51:57.105Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
512 | 2023-11-29T18:51:57.105Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-11-29T18:51:57.110Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
514 | 2023-11-29T18:51:57.110Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2023-11-29T18:51:57.110Z | + TARGET_DIR=out |
516 | 2023-11-29T18:51:57.110Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-11-29T18:51:57.110Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-11-29T18:51:57.110Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-29T18:51:57.110Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-11-29T18:51:57.110Z | + REPO=oxidecomputer/dendrite |
521 | 2023-11-29T18:51:57.110Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
522 | 2023-11-29T18:51:57.111Z | + main |
523 | 2023-11-29T18:51:57.111Z | + [[ 0 != 0 ]] |
524 | 2023-11-29T18:51:57.111Z | + CIDL_OS=solaris2.11 |
525 | 2023-11-29T18:51:57.111Z | + [[ 0 != 0 ]] |
526 | 2023-11-29T18:51:57.111Z | + configure_os solaris2.11 |
527 | 2023-11-29T18:51:57.111Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-11-29T18:51:57.111Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-11-29T18:51:57.111Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-29T18:51:57.111Z | + case "$1" in |
531 | 2023-11-29T18:51:57.111Z | configuring based on OS: "solaris2.11" |
532 | 2023-11-29T18:51:57.111Z | + SET_BINARIES= |
533 | 2023-11-29T18:51:57.111Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
534 | 2023-11-29T18:51:57.111Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2023-11-29T18:51:57.111Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2023-11-29T18:51:57.111Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
537 | 2023-11-29T18:51:57.111Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-29T18:51:57.112Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
539 | 2023-11-29T18:51:57.112Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
540 | 2023-11-29T18:51:57.112Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2023-11-29T18:51:57.112Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2023-11-29T18:51:57.112Z | + mkdir -p out/downloads |
543 | 2023-11-29T18:51:57.115Z | + mkdir -p ./out/dendrite-stub |
544 | 2023-11-29T18:51:57.115Z | + fetch_and_verify |
545 | 2023-11-29T18:51:57.115Z | + local DO_DOWNLOAD=true |
546 | 2023-11-29T18:51:57.115Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2023-11-29T18:51:57.115Z | + '[' true == true ']' |
548 | 2023-11-29T18:51:57.115Z | + echo Downloading... |
549 | 2023-11-29T18:51:57.115Z | Downloading... |
550 | 2023-11-29T18:51:57.115Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-29T18:51:57.115Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
552 | 2023-11-29T18:52:01.855Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-29T18:52:01.859Z | ++ sha256sum |
554 | 2023-11-29T18:52:01.859Z | ++ awk '{print $1}' |
555 | 2023-11-29T18:52:01.962Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
556 | 2023-11-29T18:52:01.962Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
557 | 2023-11-29T18:52:01.962Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-29T18:52:01.968Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-29T18:52:03.013Z | + do_assemble |
560 | 2023-11-29T18:52:03.013Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-29T18:52:03.016Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-29T18:52:03.019Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-29T18:52:03.204Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-29T18:52:03.211Z | + set -o errexit |
565 | 2023-11-29T18:52:03.211Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-29T18:52:03.211Z | ++ cd ./tools |
567 | 2023-11-29T18:52:03.211Z | ++ pwd |
568 | 2023-11-29T18:52:03.211Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-29T18:52:03.211Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-29T18:52:03.211Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-29T18:52:03.211Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-29T18:52:03.211Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
573 | 2023-11-29T18:52:03.211Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
574 | 2023-11-29T18:52:03.211Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-29T18:52:03.212Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
576 | 2023-11-29T18:52:03.212Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
577 | 2023-11-29T18:52:03.212Z | + TARGET_DIR=out |
578 | 2023-11-29T18:52:03.212Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-29T18:52:03.212Z | + DEST_DIR=./out/mgd |
580 | 2023-11-29T18:52:03.212Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-29T18:52:03.212Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-29T18:52:03.212Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-29T18:52:03.212Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
584 | 2023-11-29T18:52:03.212Z | + main |
585 | 2023-11-29T18:52:03.212Z | + [[ 0 != 0 ]] |
586 | 2023-11-29T18:52:03.212Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-29T18:52:03.212Z | + [[ 0 != 0 ]] |
588 | 2023-11-29T18:52:03.212Z | + configure_os solaris2.11 |
589 | 2023-11-29T18:52:03.212Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-29T18:52:03.212Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-29T18:52:03.212Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2023-11-29T18:52:03.212Z | + case "$1" in |
593 | 2023-11-29T18:52:03.212Z | configuring based on OS: "solaris2.11" |
594 | 2023-11-29T18:52:03.212Z | + SET_BINARIES= |
595 | 2023-11-29T18:52:03.212Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-29T18:52:03.212Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-29T18:52:03.212Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
598 | 2023-11-29T18:52:03.212Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-29T18:52:03.212Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
600 | 2023-11-29T18:52:03.212Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
601 | 2023-11-29T18:52:03.212Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2023-11-29T18:52:03.212Z | + mkdir -p out/downloads |
603 | 2023-11-29T18:52:03.212Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-11-29T18:52:03.212Z | + mkdir -p ./out/mgd |
605 | 2023-11-29T18:52:03.212Z | + fetch_and_verify |
606 | 2023-11-29T18:52:03.212Z | + local DO_DOWNLOAD=true |
607 | 2023-11-29T18:52:03.212Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-29T18:52:03.212Z | + '[' true == true ']' |
609 | 2023-11-29T18:52:03.212Z | + echo Downloading... |
610 | 2023-11-29T18:52:03.212Z | Downloading... |
611 | 2023-11-29T18:52:03.212Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-29T18:52:03.212Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
613 | 2023-11-29T18:52:10.987Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-29T18:52:10.995Z | ++ sha256sum |
615 | 2023-11-29T18:52:10.995Z | ++ awk '{print $1}' |
616 | 2023-11-29T18:52:11.063Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
617 | 2023-11-29T18:52:11.063Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
618 | 2023-11-29T18:52:11.073Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-29T18:52:11.073Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-29T18:52:11.721Z | + do_assemble |
621 | 2023-11-29T18:52:11.721Z | + rm -r ./out/mgd |
622 | 2023-11-29T18:52:11.724Z | + mkdir ./out/mgd |
623 | 2023-11-29T18:52:11.727Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-29T18:52:12.359Z | + set -o errexit |
625 | 2023-11-29T18:52:12.376Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-29T18:52:12.376Z | ++ cd ./tools |
627 | 2023-11-29T18:52:12.376Z | ++ pwd |
628 | 2023-11-29T18:52:12.376Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-29T18:52:12.376Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-29T18:52:12.376Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-29T18:52:12.377Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-29T18:52:12.377Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-29T18:52:12.378Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-29T18:52:12.378Z | + TARGET_DIR=out |
635 | 2023-11-29T18:52:12.378Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-29T18:52:12.378Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-29T18:52:12.378Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-29T18:52:12.378Z | + BINARY=xcvradm |
639 | 2023-11-29T18:52:12.378Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-29T18:52:12.378Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-29T18:52:12.378Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-29T18:52:12.378Z | + main |
643 | 2023-11-29T18:52:12.378Z | + [[ 0 != 0 ]] |
644 | 2023-11-29T18:52:12.378Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-29T18:52:12.378Z | + [[ 0 != 0 ]] |
646 | 2023-11-29T18:52:12.378Z | + configure_os solaris2.11 |
647 | 2023-11-29T18:52:12.378Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-29T18:52:12.378Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-29T18:52:12.378Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-29T18:52:12.378Z | configuring based on OS: "solaris2.11" |
651 | 2023-11-29T18:52:12.378Z | + case "$1" in |
652 | 2023-11-29T18:52:12.378Z | + SET_BINARIES= |
653 | 2023-11-29T18:52:12.378Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-29T18:52:12.378Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-29T18:52:12.378Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-29T18:52:12.378Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-29T18:52:12.379Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-29T18:52:12.379Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-29T18:52:12.379Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-29T18:52:12.379Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2023-11-29T18:52:12.379Z | Local file: out/downloads/xcvradm.gz |
662 | 2023-11-29T18:52:12.379Z | + mkdir -p out/downloads |
663 | 2023-11-29T18:52:12.379Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-29T18:52:12.379Z | + fetch_and_verify |
665 | 2023-11-29T18:52:12.379Z | + local DO_DOWNLOAD=true |
666 | 2023-11-29T18:52:12.379Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-29T18:52:12.379Z | + '[' true == true ']' |
668 | 2023-11-29T18:52:12.379Z | + echo Downloading... |
669 | 2023-11-29T18:52:12.379Z | Downloading... |
670 | 2023-11-29T18:52:12.379Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-29T18:52:12.379Z | + 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 |
672 | 2023-11-29T18:52:15.723Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-29T18:52:15.746Z | ++ sha256sum |
674 | 2023-11-29T18:52:15.746Z | ++ awk '{print $1}' |
675 | 2023-11-29T18:52:15.746Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-29T18:52:15.746Z | + [[ 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 ]] |
677 | 2023-11-29T18:52:15.746Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-29T18:52:15.746Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-29T18:52:15.746Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-29T18:52:15.883Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-29T18:52:15.886Z | + do_assemble |
682 | 2023-11-29T18:52:15.886Z | + rm -r ./out/transceiver-control |
683 | 2023-11-29T18:52:15.889Z | + mkdir ./out/transceiver-control |
684 | 2023-11-29T18:52:15.891Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-29T18:52:16.089Z | All prerequisites installed successfully |
686 | 2023-11-29T18:52:16.092Z | |
687 | 2023-11-29T18:52:16.092Z | real 1:59.016022048 |
688 | 2023-11-29T18:52:16.092Z | user 52.981263142 |
689 | 2023-11-29T18:52:16.092Z | sys 9.884370338 |
690 | 2023-11-29T18:52:16.092Z | trap 0.020391543 |
691 | 2023-11-29T18:52:16.092Z | tflt 0.379289606 |
692 | 2023-11-29T18:52:16.092Z | dflt 0.784922502 |
693 | 2023-11-29T18:52:16.092Z | kflt 0.330151924 |
694 | 2023-11-29T18:52:16.092Z | lock 2.162296209 |
695 | 2023-11-29T18:52:16.092Z | slp 3:37.949711954 |
696 | 2023-11-29T18:52:16.092Z | lat 3.467904478 |
697 | 2023-11-29T18:52:16.092Z | stop 0.073023886 |
698 | 2023-11-29T18:52:16.092Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2023-11-29T18:52:16.104Z | fetching npuzone |
700 | 2023-11-29T18:52:16.112Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2023-11-29T18:52:16.112Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
702 | 2023-11-29T18:52:16.115Z | Getting hash for npuzone |
703 | 2023-11-29T18:52:16.697Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
704 | 2023-11-29T18:52:26.556Z | npuzone downloaded successfully |
705 | 2023-11-29T18:52:26.559Z | |
706 | 2023-11-29T18:52:26.564Z | real 10.463974889 |
707 | 2023-11-29T18:52:26.564Z | user 0.594972031 |
708 | 2023-11-29T18:52:26.564Z | sys 0.169110927 |
709 | 2023-11-29T18:52:26.564Z | trap 0.000061470 |
710 | 2023-11-29T18:52:26.565Z | tflt 0.000000000 |
711 | 2023-11-29T18:52:26.565Z | dflt 0.000000000 |
712 | 2023-11-29T18:52:26.565Z | kflt 0.000000000 |
713 | 2023-11-29T18:52:26.565Z | lock 0.000000000 |
714 | 2023-11-29T18:52:26.565Z | slp 30.422986763 |
715 | 2023-11-29T18:52:26.565Z | lat 0.168149246 |
716 | 2023-11-29T18:52:26.565Z | stop 0.000294499 |
717 | 2023-11-29T18:52:26.565Z | + export CARGO_INCREMENTAL=0 |
718 | 2023-11-29T18:52:26.565Z | + CARGO_INCREMENTAL=0 |
719 | 2023-11-29T18:52:26.565Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2023-11-29T18:52:26.905Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-11-29T18:52:27.283Z | Updating crates.io index |
722 | 2023-11-29T18:52:27.348Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-11-29T18:52:28.174Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-11-29T18:52:29.990Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-11-29T18:52:30.623Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-11-29T18:52:30.991Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-11-29T18:52:31.304Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-11-29T18:52:31.597Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-11-29T18:52:32.498Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-11-29T18:52:34.449Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-11-29T18:52:35.504Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-11-29T18:52:35.866Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-11-29T18:52:36.566Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2023-11-29T18:52:36.955Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-11-29T18:52:37.282Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-11-29T18:52:37.726Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-11-29T18:52:38.089Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-11-29T18:52:38.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-11-29T18:52:39.547Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-11-29T18:52:39.931Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-11-29T18:52:40.306Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-11-29T18:52:41.606Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-11-29T18:52:42.109Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2023-11-29T18:52:43.091Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2023-11-29T18:52:43.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2023-11-29T18:52:43.859Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2023-11-29T18:52:45.419Z | Downloading crates ... |
748 | 2023-11-29T18:52:45.661Z | Downloaded const-oid v0.9.5 |
749 | 2023-11-29T18:52:45.669Z | Downloaded camino v1.1.6 |
750 | 2023-11-29T18:52:45.673Z | Downloaded ipnetwork v0.20.0 |
751 | 2023-11-29T18:52:45.687Z | Downloaded libsw v3.3.0 |
752 | 2023-11-29T18:52:45.694Z | Downloaded linked-hash-map v0.5.6 |
753 | 2023-11-29T18:52:45.700Z | Downloaded hyper-tls v0.5.0 |
754 | 2023-11-29T18:52:45.704Z | Downloaded is_ci v1.1.1 |
755 | 2023-11-29T18:52:45.707Z | Downloaded io-lifetimes v1.0.11 |
756 | 2023-11-29T18:52:45.713Z | Downloaded bit-set v0.5.3 |
757 | 2023-11-29T18:52:45.717Z | Downloaded indexmap v1.9.3 |
758 | 2023-11-29T18:52:45.724Z | Downloaded cassowary v0.3.0 |
759 | 2023-11-29T18:52:45.731Z | Downloaded assert_matches v1.5.0 |
760 | 2023-11-29T18:52:45.737Z | Downloaded oso-derive v0.27.0 |
761 | 2023-11-29T18:52:45.740Z | Downloaded opaque-debug v0.3.0 |
762 | 2023-11-29T18:52:45.744Z | Downloaded num-integer v0.1.45 |
763 | 2023-11-29T18:52:45.749Z | Downloaded mockall v0.11.4 |
764 | 2023-11-29T18:52:45.753Z | Downloaded block-padding v0.3.3 |
765 | 2023-11-29T18:52:45.756Z | Downloaded crossbeam-queue v0.3.8 |
766 | 2023-11-29T18:52:45.761Z | Downloaded num v0.4.1 |
767 | 2023-11-29T18:52:45.765Z | Downloaded bitflags v2.4.0 |
768 | 2023-11-29T18:52:45.800Z | Downloaded console v0.15.7 |
769 | 2023-11-29T18:52:45.804Z | Downloaded clang-sys v1.6.1 |
770 | 2023-11-29T18:52:45.804Z | Downloaded new_debug_unreachable v1.0.4 |
771 | 2023-11-29T18:52:45.804Z | Downloaded num_threads v0.1.6 |
772 | 2023-11-29T18:52:45.807Z | Downloaded block-buffer v0.10.4 |
773 | 2023-11-29T18:52:45.812Z | Downloaded semver-parser v0.10.2 |
774 | 2023-11-29T18:52:45.819Z | Downloaded packed_struct v0.10.1 |
775 | 2023-11-29T18:52:45.826Z | Downloaded async-trait v0.1.74 |
776 | 2023-11-29T18:52:45.838Z | Downloaded num_cpus v1.16.0 |
777 | 2023-11-29T18:52:45.849Z | Downloaded owo-colors v3.5.0 |
778 | 2023-11-29T18:52:45.860Z | Downloaded num-bigint v0.4.4 |
779 | 2023-11-29T18:52:45.874Z | Downloaded foreign-types v0.5.0 |
780 | 2023-11-29T18:52:45.877Z | Downloaded ahash v0.8.3 |
781 | 2023-11-29T18:52:45.883Z | Downloaded phf_shared v0.10.0 |
782 | 2023-11-29T18:52:45.886Z | Downloaded crossbeam-utils v0.8.16 |
783 | 2023-11-29T18:52:45.894Z | Downloaded blake2 v0.10.6 |
784 | 2023-11-29T18:52:45.903Z | Downloaded serde-big-array v0.4.1 |
785 | 2023-11-29T18:52:45.907Z | Downloaded signature v2.1.0 |
786 | 2023-11-29T18:52:45.912Z | Downloaded pkcs1 v0.7.5 |
787 | 2023-11-29T18:52:45.950Z | Downloaded serde_urlencoded v0.7.1 |
788 | 2023-11-29T18:52:45.950Z | Downloaded same-file v1.0.6 |
789 | 2023-11-29T18:52:45.950Z | Downloaded env_logger v0.10.0 |
790 | 2023-11-29T18:52:45.950Z | Downloaded rustversion v1.0.14 |
791 | 2023-11-29T18:52:45.950Z | Downloaded scheduled-thread-pool v0.2.7 |
792 | 2023-11-29T18:52:45.950Z | Downloaded precomputed-hash v0.1.1 |
793 | 2023-11-29T18:52:45.953Z | Downloaded time-core v0.1.1 |
794 | 2023-11-29T18:52:45.953Z | Downloaded slog v2.7.0 |
795 | 2023-11-29T18:52:45.961Z | Downloaded digest v0.10.7 |
796 | 2023-11-29T18:52:45.966Z | Downloaded platforms v3.0.2 |
797 | 2023-11-29T18:52:45.971Z | Downloaded semver v0.1.20 |
798 | 2023-11-29T18:52:45.975Z | Downloaded postcard-cobs v0.1.5-pre |
799 | 2023-11-29T18:52:45.977Z | Downloaded pin-project-internal v1.1.3 |
800 | 2023-11-29T18:52:45.980Z | Downloaded utf8parse v0.2.1 |
801 | 2023-11-29T18:52:45.984Z | Downloaded downcast v0.11.0 |
802 | 2023-11-29T18:52:45.986Z | Downloaded num-traits v0.2.16 |
803 | 2023-11-29T18:52:45.992Z | Downloaded tiny-keccak v2.0.2 |
804 | 2023-11-29T18:52:45.998Z | Downloaded shlex v1.1.0 |
805 | 2023-11-29T18:52:46.001Z | Downloaded strip-ansi-escapes v0.2.0 |
806 | 2023-11-29T18:52:46.003Z | Downloaded backtrace v0.3.69 |
807 | 2023-11-29T18:52:46.013Z | Downloaded oso v0.27.0 |
808 | 2023-11-29T18:52:46.021Z | Downloaded postgres-protocol v0.6.6 |
809 | 2023-11-29T18:52:46.026Z | Downloaded vte_generate_state_changes v0.1.1 |
810 | 2023-11-29T18:52:46.029Z | Downloaded debug-ignore v1.0.5 |
811 | 2023-11-29T18:52:46.032Z | Downloaded heck v0.3.3 |
812 | 2023-11-29T18:52:46.035Z | Downloaded pem v3.0.2 |
813 | 2023-11-29T18:52:46.038Z | Downloaded half v1.8.2 |
814 | 2023-11-29T18:52:46.043Z | Downloaded time-macros v0.2.13 |
815 | 2023-11-29T18:52:46.048Z | Downloaded hostname v0.3.1 |
816 | 2023-11-29T18:52:46.052Z | Downloaded group v0.13.0 |
817 | 2023-11-29T18:52:46.055Z | Downloaded termtree v0.4.1 |
818 | 2023-11-29T18:52:46.058Z | Downloaded toml_edit v0.19.15 |
819 | 2023-11-29T18:52:46.091Z | Downloaded dtrace-parser v0.1.14 |
820 | 2023-11-29T18:52:46.094Z | Downloaded hubpack_derive v0.1.1 |
821 | 2023-11-29T18:52:46.096Z | Downloaded rpassword v7.3.1 |
822 | 2023-11-29T18:52:46.099Z | Downloaded parking_lot_core v0.8.6 |
823 | 2023-11-29T18:52:46.102Z | Downloaded minimal-lexical v0.2.1 |
824 | 2023-11-29T18:52:46.112Z | Downloaded diesel_table_macro_syntax v0.1.0 |
825 | 2023-11-29T18:52:46.115Z | Downloaded tui-tree-widget v0.13.0 |
826 | 2023-11-29T18:52:46.117Z | Downloaded wait-timeout v0.2.0 |
827 | 2023-11-29T18:52:46.120Z | Downloaded slab v0.4.9 |
828 | 2023-11-29T18:52:46.122Z | Downloaded hyper-rustls v0.24.2 |
829 | 2023-11-29T18:52:46.128Z | Downloaded dirs-next v2.0.0 |
830 | 2023-11-29T18:52:46.130Z | Downloaded termios v0.3.3 |
831 | 2023-11-29T18:52:46.134Z | Downloaded tokio-macros v2.2.0 |
832 | 2023-11-29T18:52:46.138Z | Downloaded whoami v1.4.1 |
833 | 2023-11-29T18:52:46.141Z | Downloaded unarray v0.1.4 |
834 | 2023-11-29T18:52:46.145Z | Downloaded either v1.9.0 |
835 | 2023-11-29T18:52:46.147Z | Downloaded phf_shared v0.11.2 |
836 | 2023-11-29T18:52:46.149Z | Downloaded paste v1.0.14 |
837 | 2023-11-29T18:52:46.154Z | Downloaded foreign-types-shared v0.1.1 |
838 | 2023-11-29T18:52:46.158Z | Downloaded proc-macro-error v1.0.4 |
839 | 2023-11-29T18:52:46.162Z | Downloaded http-range v0.1.5 |
840 | 2023-11-29T18:52:46.165Z | Downloaded stringprep v0.1.3 |
841 | 2023-11-29T18:52:46.168Z | Downloaded structmeta-derive v0.2.0 |
842 | 2023-11-29T18:52:46.170Z | Downloaded textwrap v0.16.0 |
843 | 2023-11-29T18:52:46.175Z | Downloaded parking_lot_core v0.9.8 |
844 | 2023-11-29T18:52:46.180Z | Downloaded data-encoding v2.4.0 |
845 | 2023-11-29T18:52:46.183Z | Downloaded termcolor v1.2.0 |
846 | 2023-11-29T18:52:46.186Z | Downloaded xattr v1.0.1 |
847 | 2023-11-29T18:52:46.189Z | Downloaded trust-dns-client v0.22.0 |
848 | 2023-11-29T18:52:46.200Z | Downloaded pretty-hex v0.2.1 |
849 | 2023-11-29T18:52:46.203Z | Downloaded pest_generator v2.7.2 |
850 | 2023-11-29T18:52:46.205Z | Downloaded yasna v0.5.2 |
851 | 2023-11-29T18:52:46.210Z | Downloaded tinyvec_macros v0.1.1 |
852 | 2023-11-29T18:52:46.213Z | Downloaded http-body v0.4.5 |
853 | 2023-11-29T18:52:46.215Z | Downloaded radium v0.7.0 |
854 | 2023-11-29T18:52:46.218Z | Downloaded ppv-lite86 v0.2.17 |
855 | 2023-11-29T18:52:46.221Z | Downloaded phf v0.11.2 |
856 | 2023-11-29T18:52:46.223Z | Downloaded fs-err v2.11.0 |
857 | 2023-11-29T18:52:46.226Z | Downloaded dyn-clone v1.0.13 |
858 | 2023-11-29T18:52:46.229Z | Downloaded rustc-hash v1.1.0 |
859 | 2023-11-29T18:52:46.232Z | Downloaded serde_tokenstream v0.1.7 |
860 | 2023-11-29T18:52:46.238Z | Downloaded serde_spanned v0.6.4 |
861 | 2023-11-29T18:52:46.240Z | Downloaded hubpack v0.1.2 |
862 | 2023-11-29T18:52:46.243Z | Downloaded rtoolbox v0.0.1 |
863 | 2023-11-29T18:52:46.245Z | Downloaded ena v0.14.2 |
864 | 2023-11-29T18:52:46.248Z | Downloaded slog-json v2.6.1 |
865 | 2023-11-29T18:52:46.252Z | Downloaded r2d2 v0.8.10 |
866 | 2023-11-29T18:52:46.255Z | Downloaded version_check v0.9.4 |
867 | 2023-11-29T18:52:46.257Z | Downloaded tokio-tungstenite v0.20.1 |
868 | 2023-11-29T18:52:46.261Z | Downloaded itertools v0.12.0 |
869 | 2023-11-29T18:52:46.275Z | Downloaded topological-sort v0.2.2 |
870 | 2023-11-29T18:52:46.278Z | Downloaded slog-dtrace v0.2.3 |
871 | 2023-11-29T18:52:46.280Z | Downloaded rand_chacha v0.3.1 |
872 | 2023-11-29T18:52:46.283Z | Downloaded pin-project-lite v0.2.13 |
873 | 2023-11-29T18:52:46.291Z | Downloaded tinyvec v1.6.0 |
874 | 2023-11-29T18:52:46.298Z | Downloaded proc-macro2 v1.0.69 |
875 | 2023-11-29T18:52:46.303Z | Downloaded rustc-demangle v0.1.23 |
876 | 2023-11-29T18:52:46.305Z | Downloaded ucd-trie v0.1.6 |
877 | 2023-11-29T18:52:46.309Z | Downloaded predicates v2.1.5 |
878 | 2023-11-29T18:52:46.314Z | Downloaded pest_meta v2.7.2 |
879 | 2023-11-29T18:52:46.318Z | Downloaded hmac v0.12.1 |
880 | 2023-11-29T18:52:46.322Z | Downloaded ron v0.8.1 |
881 | 2023-11-29T18:52:46.334Z | Downloaded spin v0.9.8 |
882 | 2023-11-29T18:52:46.338Z | Downloaded diesel_derives v2.1.1 |
883 | 2023-11-29T18:52:46.345Z | Downloaded headers v0.3.9 |
884 | 2023-11-29T18:52:46.356Z | Downloaded structopt v0.3.26 |
885 | 2023-11-29T18:52:46.371Z | Downloaded heapless v0.7.16 |
886 | 2023-11-29T18:52:46.379Z | Downloaded regex-automata v0.1.10 |
887 | 2023-11-29T18:52:46.389Z | Downloaded toml_edit v0.21.0 |
888 | 2023-11-29T18:52:46.429Z | Downloaded http v0.2.11 |
889 | 2023-11-29T18:52:46.436Z | Downloaded elliptic-curve v0.13.5 |
890 | 2023-11-29T18:52:46.443Z | Downloaded x509-cert v0.2.4 |
891 | 2023-11-29T18:52:46.859Z | Downloaded smoltcp v0.8.2 |
892 | 2023-11-29T18:52:46.862Z | Downloaded rand v0.8.5 |
893 | 2023-11-29T18:52:46.862Z | Downloaded proptest v1.4.0 |
894 | 2023-11-29T18:52:46.862Z | Downloaded regex v1.10.2 |
895 | 2023-11-29T18:52:46.862Z | Downloaded radix_trie v0.2.1 |
896 | 2023-11-29T18:52:46.862Z | Downloaded rayon v1.8.0 |
897 | 2023-11-29T18:52:46.862Z | Downloaded diesel v2.1.4 |
898 | 2023-11-29T18:52:46.862Z | Downloaded tough v0.15.0 |
899 | 2023-11-29T18:52:46.862Z | Downloaded petgraph v0.6.4 |
900 | 2023-11-29T18:52:46.862Z | Downloaded winnow v0.5.15 |
901 | 2023-11-29T18:52:46.862Z | Downloaded reqwest v0.11.22 |
902 | 2023-11-29T18:52:46.862Z | Downloaded sha3 v0.10.8 |
903 | 2023-11-29T18:52:46.862Z | Downloaded ratatui v0.23.0 |
904 | 2023-11-29T18:52:46.862Z | Downloaded syn v1.0.109 |
905 | 2023-11-29T18:52:46.862Z | Downloaded curve25519-dalek v4.1.0 |
906 | 2023-11-29T18:52:46.862Z | Downloaded hyper v0.14.27 |
907 | 2023-11-29T18:52:46.862Z | Downloaded vcpkg v0.2.15 |
908 | 2023-11-29T18:52:46.862Z | Downloaded regress v0.7.1 |
909 | 2023-11-29T18:52:46.862Z | Downloaded webpki-roots v0.25.2 |
910 | 2023-11-29T18:52:46.862Z | Downloaded trust-dns-proto v0.22.0 |
911 | 2023-11-29T18:52:46.880Z | Downloaded rustls v0.21.9 |
912 | 2023-11-29T18:52:46.903Z | Downloaded bstr v1.6.0 |
913 | 2023-11-29T18:52:46.925Z | Downloaded openapiv3 v2.0.0-rc.1 |
914 | 2023-11-29T18:52:46.950Z | Downloaded regex-syntax v0.8.2 |
915 | 2023-11-29T18:52:46.968Z | Downloaded regex-syntax v0.7.5 |
916 | 2023-11-29T18:52:46.987Z | Downloaded rustix v0.38.25 |
917 | 2023-11-29T18:52:47.029Z | Downloaded rustix v0.37.23 |
918 | 2023-11-29T18:52:47.066Z | Downloaded sled v0.34.7 |
919 | 2023-11-29T18:52:47.087Z | Downloaded ring v0.16.20 |
920 | 2023-11-29T18:52:47.250Z | Downloaded libc v0.2.150 |
921 | 2023-11-29T18:52:47.300Z | Downloaded regex-automata v0.3.8 |
922 | 2023-11-29T18:52:47.333Z | Downloaded regex-automata v0.4.3 |
923 | 2023-11-29T18:52:47.366Z | Downloaded tokio v1.34.0 |
924 | 2023-11-29T18:52:47.434Z | Downloaded zerocopy-derive v0.2.0 |
925 | 2023-11-29T18:52:47.451Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
926 | 2023-11-29T18:52:47.475Z | Downloaded bstr v0.2.17 |
927 | 2023-11-29T18:52:47.492Z | Downloaded syn v2.0.32 |
928 | 2023-11-29T18:52:47.511Z | Downloaded encoding_rs v0.8.33 |
929 | 2023-11-29T18:52:47.555Z | Downloaded h2 v0.3.21 |
930 | 2023-11-29T18:52:47.567Z | Downloaded zerocopy-derive v0.6.4 |
931 | 2023-11-29T18:52:47.587Z | Downloaded bindgen v0.65.1 |
932 | 2023-11-29T18:52:47.600Z | Downloaded gimli v0.28.0 |
933 | 2023-11-29T18:52:47.615Z | Downloaded polar-core v0.27.0 |
934 | 2023-11-29T18:52:47.632Z | Downloaded regex-syntax v0.6.29 |
935 | 2023-11-29T18:52:47.645Z | Downloaded idna v0.2.3 |
936 | 2023-11-29T18:52:47.658Z | Downloaded chrono v0.4.31 |
937 | 2023-11-29T18:52:47.673Z | Downloaded rustls-webpki v0.101.7 |
938 | 2023-11-29T18:52:47.699Z | Downloaded hashbrown v0.14.2 |
939 | 2023-11-29T18:52:47.709Z | Downloaded hkdf v0.12.3 |
940 | 2023-11-29T18:52:47.713Z | Downloaded smoltcp v0.9.1 |
941 | 2023-11-29T18:52:47.734Z | Downloaded idna v0.4.0 |
942 | 2023-11-29T18:52:47.746Z | Downloaded ring v0.17.5 |
943 | 2023-11-29T18:52:47.880Z | Downloaded salty v0.2.0 |
944 | 2023-11-29T18:52:47.889Z | Downloaded portable-atomic v1.4.3 |
945 | 2023-11-29T18:52:47.899Z | Downloaded futures-util v0.3.29 |
946 | 2023-11-29T18:52:47.919Z | Downloaded time v0.3.27 |
947 | 2023-11-29T18:52:47.930Z | Downloaded openssl v0.10.57 |
948 | 2023-11-29T18:52:47.947Z | Downloaded object v0.32.1 |
949 | 2023-11-29T18:52:47.965Z | Downloaded tokio-util v0.7.10 |
950 | 2023-11-29T18:52:47.976Z | Downloaded der v0.7.8 |
951 | 2023-11-29T18:52:47.985Z | Downloaded quick-xml v0.23.1 |
952 | 2023-11-29T18:52:47.997Z | Downloaded socket2 v0.4.9 |
953 | 2023-11-29T18:52:48.001Z | Downloaded tungstenite v0.20.1 |
954 | 2023-11-29T18:52:48.006Z | Downloaded reedline v0.26.0 |
955 | 2023-11-29T18:52:48.018Z | Downloaded darling_core v0.20.3 |
956 | 2023-11-29T18:52:48.026Z | Downloaded httparse v1.8.0 |
957 | 2023-11-29T18:52:48.029Z | Downloaded rayon-core v1.12.0 |
958 | 2023-11-29T18:52:48.035Z | Downloaded typed-path v0.6.0 |
959 | 2023-11-29T18:52:48.045Z | Downloaded serde_tokenstream v0.2.0 |
960 | 2023-11-29T18:52:48.051Z | Downloaded pest v2.7.2 |
961 | 2023-11-29T18:52:48.060Z | Downloaded object v0.30.4 |
962 | 2023-11-29T18:52:48.077Z | Downloaded serde_json v1.0.108 |
963 | 2023-11-29T18:52:48.090Z | Downloaded tabled v0.14.0 |
964 | 2023-11-29T18:52:48.116Z | Downloaded lalrpop v0.19.12 |
965 | 2023-11-29T18:52:48.137Z | Downloaded unicode-normalization v0.1.22 |
966 | 2023-11-29T18:52:48.143Z | Downloaded clap_builder v4.4.2 |
967 | 2023-11-29T18:52:48.155Z | Downloaded derive_more v0.99.17 |
968 | 2023-11-29T18:52:48.164Z | Downloaded flume v0.11.0 |
969 | 2023-11-29T18:52:48.170Z | Downloaded tracing-attributes v0.1.26 |
970 | 2023-11-29T18:52:48.174Z | Downloaded serde_with v2.3.3 |
971 | 2023-11-29T18:52:48.185Z | Downloaded typenum v1.16.0 |
972 | 2023-11-29T18:52:48.189Z | Downloaded ryu v1.0.15 |
973 | 2023-11-29T18:52:48.194Z | Downloaded hashbrown v0.13.2 |
974 | 2023-11-29T18:52:48.201Z | Downloaded funty v2.0.0 |
975 | 2023-11-29T18:52:48.204Z | Downloaded fd-lock v3.0.13 |
976 | 2023-11-29T18:52:48.206Z | Downloaded snafu v0.7.5 |
977 | 2023-11-29T18:52:48.216Z | Downloaded futures v0.3.29 |
978 | 2023-11-29T18:52:48.224Z | Downloaded zip v0.6.6 |
979 | 2023-11-29T18:52:48.231Z | Downloaded test-strategy v0.3.1 |
980 | 2023-11-29T18:52:48.237Z | Downloaded ed25519 v1.5.3 |
981 | 2023-11-29T18:52:48.239Z | Downloaded quote v1.0.33 |
982 | 2023-11-29T18:52:48.244Z | Downloaded pest_derive v2.7.2 |
983 | 2023-11-29T18:52:48.247Z | Downloaded schemars_derive v0.8.13 |
984 | 2023-11-29T18:52:48.249Z | Downloaded globset v0.4.13 |
985 | 2023-11-29T18:52:48.252Z | Downloaded similar v2.2.1 |
986 | 2023-11-29T18:52:48.270Z | Downloaded hashbrown v0.12.3 |
987 | 2023-11-29T18:52:48.273Z | Downloaded thiserror v1.0.49 |
988 | 2023-11-29T18:52:48.280Z | Downloaded toml v0.8.8 |
989 | 2023-11-29T18:52:48.280Z | Downloaded tracing-core v0.1.31 |
990 | 2023-11-29T18:52:48.284Z | Downloaded hyper-staticfile v0.9.5 |
991 | 2023-11-29T18:52:48.287Z | Downloaded thiserror-impl-no-std v2.0.2 |
992 | 2023-11-29T18:52:48.291Z | Downloaded thiserror-impl v1.0.49 |
993 | 2023-11-29T18:52:48.296Z | Downloaded which v4.4.0 |
994 | 2023-11-29T18:52:48.296Z | Downloaded walkdir v2.4.0 |
995 | 2023-11-29T18:52:48.299Z | Downloaded stable_deref_trait v1.2.0 |
996 | 2023-11-29T18:52:48.330Z | Downloaded diff v0.1.13 |
997 | 2023-11-29T18:52:48.339Z | Downloaded prettyplease v0.2.12 |
998 | 2023-11-29T18:52:48.346Z | Downloaded unicode-segmentation v1.10.1 |
999 | 2023-11-29T18:52:48.356Z | Downloaded httpdate v1.0.3 |
1000 | 2023-11-29T18:52:48.362Z | Downloaded rand_xorshift v0.3.0 |
1001 | 2023-11-29T18:52:48.362Z | Downloaded rand_core v0.6.4 |
1002 | 2023-11-29T18:52:48.379Z | Downloaded smallvec v1.11.0 |
1003 | 2023-11-29T18:52:48.379Z | Downloaded getrandom v0.2.10 |
1004 | 2023-11-29T18:52:48.396Z | Downloaded password-hash v0.5.0 |
1005 | 2023-11-29T18:52:48.396Z | Downloaded signal-hook v0.3.17 |
1006 | 2023-11-29T18:52:48.408Z | Downloaded trust-dns-resolver v0.22.0 |
1007 | 2023-11-29T18:52:48.408Z | Downloaded unsafe-libyaml v0.2.9 |
1008 | 2023-11-29T18:52:48.414Z | Downloaded openssl-sys v0.9.93 |
1009 | 2023-11-29T18:52:48.417Z | Downloaded serde_path_to_error v0.1.14 |
1010 | 2023-11-29T18:52:48.419Z | Downloaded string_cache v0.8.7 |
1011 | 2023-11-29T18:52:48.422Z | Downloaded pem v1.1.1 |
1012 | 2023-11-29T18:52:48.424Z | Downloaded num-bigint-dig v0.8.4 |
1013 | 2023-11-29T18:52:48.433Z | Downloaded tar v0.4.40 |
1014 | 2023-11-29T18:52:48.438Z | Downloaded nom v7.1.3 |
1015 | 2023-11-29T18:52:48.447Z | Downloaded structmeta v0.2.0 |
1016 | 2023-11-29T18:52:48.450Z | Downloaded strsim v0.10.0 |
1017 | 2023-11-29T18:52:48.452Z | Downloaded rcgen v0.11.3 |
1018 | 2023-11-29T18:52:48.456Z | Downloaded vte v0.11.1 |
1019 | 2023-11-29T18:52:48.459Z | Downloaded vsss-rs v3.3.1 |
1020 | 2023-11-29T18:52:48.463Z | Downloaded smawk v0.3.1 |
1021 | 2023-11-29T18:52:48.466Z | Downloaded resolv-conf v0.7.0 |
1022 | 2023-11-29T18:52:48.469Z | Downloaded zerocopy v0.3.0 |
1023 | 2023-11-29T18:52:48.471Z | Downloaded rsa v0.9.2 |
1024 | 2023-11-29T18:52:48.479Z | Downloaded steno v0.4.0 |
1025 | 2023-11-29T18:52:48.486Z | Downloaded snafu-derive v0.7.5 |
1026 | 2023-11-29T18:52:48.489Z | Downloaded slog-term v2.9.0 |
1027 | 2023-11-29T18:52:48.493Z | Downloaded der_derive v0.7.2 |
1028 | 2023-11-29T18:52:48.496Z | Downloaded serde v1.0.192 |
1029 | 2023-11-29T18:52:48.502Z | Downloaded clap v2.34.0 |
1030 | 2023-11-29T18:52:48.515Z | Downloaded url v2.4.1 |
1031 | 2023-11-29T18:52:48.520Z | Downloaded itertools v0.10.5 |
1032 | 2023-11-29T18:52:48.531Z | Downloaded humantime v2.1.0 |
1033 | 2023-11-29T18:52:48.534Z | Downloaded terminal_size v0.2.6 |
1034 | 2023-11-29T18:52:48.536Z | Downloaded pem-rfc7468 v0.7.0 |
1035 | 2023-11-29T18:52:48.539Z | Downloaded unicode-bidi v0.3.13 |
1036 | 2023-11-29T18:52:48.543Z | Downloaded zeroize v1.6.0 |
1037 | 2023-11-29T18:52:48.546Z | Downloaded slog-envlogger v2.2.0 |
1038 | 2023-11-29T18:52:48.549Z | Downloaded shell-words v1.1.0 |
1039 | 2023-11-29T18:52:48.551Z | Downloaded rustfmt-wrapper v0.2.0 |
1040 | 2023-11-29T18:52:48.554Z | Downloaded serde_yaml v0.9.25 |
1041 | 2023-11-29T18:52:48.558Z | Downloaded flate2 v1.0.28 |
1042 | 2023-11-29T18:52:48.568Z | Downloaded trust-dns-server v0.22.1 |
1043 | 2023-11-29T18:52:48.577Z | Downloaded futures-core v0.3.29 |
1044 | 2023-11-29T18:52:48.580Z | Downloaded futures-channel v0.3.29 |
1045 | 2023-11-29T18:52:48.583Z | Downloaded peeking_take_while v0.1.2 |
1046 | 2023-11-29T18:52:48.585Z | Downloaded static_assertions v1.1.0 |
1047 | 2023-11-29T18:52:48.588Z | Downloaded proc-macro-error-attr v1.0.4 |
1048 | 2023-11-29T18:52:48.591Z | Downloaded toml v0.5.11 |
1049 | 2023-11-29T18:52:48.594Z | Downloaded smallvec v0.6.14 |
1050 | 2023-11-29T18:52:48.596Z | Downloaded zeroize_derive v1.4.2 |
1051 | 2023-11-29T18:52:48.599Z | Downloaded glob v0.3.1 |
1052 | 2023-11-29T18:52:48.601Z | Downloaded derive_builder_core v0.12.0 |
1053 | 2023-11-29T18:52:48.604Z | Downloaded socket2 v0.5.5 |
1054 | 2023-11-29T18:52:48.607Z | Downloaded tokio-stream v0.1.14 |
1055 | 2023-11-29T18:52:48.614Z | Downloaded bitvec v1.0.1 |
1056 | 2023-11-29T18:52:48.643Z | Downloaded semver v1.0.20 |
1057 | 2023-11-29T18:52:48.648Z | Downloaded derive-where v1.2.5 |
1058 | 2023-11-29T18:52:48.653Z | Downloaded thread_local v1.1.7 |
1059 | 2023-11-29T18:52:48.656Z | Downloaded ref-cast-impl v1.0.20 |
1060 | 2023-11-29T18:52:48.659Z | Downloaded ref-cast v1.0.20 |
1061 | 2023-11-29T18:52:48.662Z | Downloaded siphasher v0.3.11 |
1062 | 2023-11-29T18:52:48.664Z | Downloaded futures-sink v0.3.29 |
1063 | 2023-11-29T18:52:48.667Z | Downloaded futures-executor v0.3.29 |
1064 | 2023-11-29T18:52:48.667Z | Downloaded toml v0.7.8 |
1065 | 2023-11-29T18:52:48.673Z | Downloaded sct v0.7.0 |
1066 | 2023-11-29T18:52:48.679Z | Downloaded postcard v0.7.3 |
1067 | 2023-11-29T18:52:48.682Z | Downloaded pin-project v1.1.3 |
1068 | 2023-11-29T18:52:48.704Z | Downloaded darling_core v0.14.4 |
1069 | 2023-11-29T18:52:48.713Z | Downloaded crossterm v0.27.0 |
1070 | 2023-11-29T18:52:48.724Z | Downloaded mio v0.8.9 |
1071 | 2023-11-29T18:52:48.735Z | Downloaded serde_derive v1.0.192 |
1072 | 2023-11-29T18:52:48.740Z | Downloaded slog-bunyan v2.4.0 |
1073 | 2023-11-29T18:52:48.743Z | Downloaded waitgroup v0.1.2 |
1074 | 2023-11-29T18:52:48.746Z | Downloaded getopts v0.2.21 |
1075 | 2023-11-29T18:52:48.749Z | Downloaded futures-task v0.3.29 |
1076 | 2023-11-29T18:52:48.749Z | Downloaded futures-macro v0.3.29 |
1077 | 2023-11-29T18:52:48.752Z | Downloaded dirs-sys-next v0.1.2 |
1078 | 2023-11-29T18:52:48.754Z | Downloaded heck v0.4.1 |
1079 | 2023-11-29T18:52:48.757Z | Downloaded postgres-types v0.2.6 |
1080 | 2023-11-29T18:52:48.759Z | Downloaded subprocess v0.2.9 |
1081 | 2023-11-29T18:52:48.762Z | Downloaded zerocopy v0.6.4 |
1082 | 2023-11-29T18:52:48.766Z | Downloaded thread-id v4.2.0 |
1083 | 2023-11-29T18:52:48.769Z | Downloaded thiserror-no-std v2.0.2 |
1084 | 2023-11-29T18:52:48.775Z | Downloaded textwrap v0.11.0 |
1085 | 2023-11-29T18:52:48.778Z | Downloaded libm v0.2.7 |
1086 | 2023-11-29T18:52:48.795Z | Downloaded aho-corasick v1.0.4 |
1087 | 2023-11-29T18:52:48.806Z | Downloaded hex v0.4.3 |
1088 | 2023-11-29T18:52:48.810Z | Downloaded proc-macro-crate v1.3.1 |
1089 | 2023-11-29T18:52:48.815Z | Downloaded darling_macro v0.20.3 |
1090 | 2023-11-29T18:52:48.815Z | Downloaded darling_macro v0.14.4 |
1091 | 2023-11-29T18:52:48.815Z | Downloaded zone_cfg_derive v0.3.0 |
1092 | 2023-11-29T18:52:49.244Z | Downloaded zone v0.3.0 |
1093 | 2023-11-29T18:52:49.244Z | Downloaded unicode-ident v1.0.12 |
1094 | 2023-11-29T18:52:49.244Z | Downloaded rustls-native-certs v0.6.3 |
1095 | 2023-11-29T18:52:49.244Z | Downloaded percent-encoding v2.3.0 |
1096 | 2023-11-29T18:52:49.244Z | Downloaded parse-display-derive v0.8.2 |
1097 | 2023-11-29T18:52:49.244Z | Downloaded flagset v0.4.3 |
1098 | 2023-11-29T18:52:49.244Z | Downloaded derive_builder v0.12.0 |
1099 | 2023-11-29T18:52:49.244Z | Downloaded memchr v2.6.3 |
1100 | 2023-11-29T18:52:49.244Z | Downloaded serde-hex v0.1.0 |
1101 | 2023-11-29T18:52:49.244Z | Downloaded scopeguard v1.2.0 |
1102 | 2023-11-29T18:52:49.244Z | Downloaded schemars v0.8.13 |
1103 | 2023-11-29T18:52:49.244Z | Downloaded fatfs v0.3.6 |
1104 | 2023-11-29T18:52:49.244Z | Downloaded spin v0.5.2 |
1105 | 2023-11-29T18:52:49.244Z | Downloaded predicates v3.0.4 |
1106 | 2023-11-29T18:52:49.244Z | Downloaded difflib v0.4.0 |
1107 | 2023-11-29T18:52:49.244Z | Downloaded rustls-pemfile v1.0.3 |
1108 | 2023-11-29T18:52:49.244Z | Downloaded vec_map v0.8.2 |
1109 | 2023-11-29T18:52:49.244Z | Downloaded base64 v0.13.1 |
1110 | 2023-11-29T18:52:49.244Z | Downloaded display-error-chain v0.2.0 |
1111 | 2023-11-29T18:52:49.244Z | Downloaded derive_builder_macro v0.12.0 |
1112 | 2023-11-29T18:52:49.244Z | Downloaded pretty-hex v0.3.0 |
1113 | 2023-11-29T18:52:49.244Z | Downloaded parse-display v0.8.2 |
1114 | 2023-11-29T18:52:49.244Z | Downloaded utf-8 v0.7.6 |
1115 | 2023-11-29T18:52:49.244Z | Downloaded usdt v0.3.5 |
1116 | 2023-11-29T18:52:49.244Z | Downloaded term v0.7.0 |
1117 | 2023-11-29T18:52:49.244Z | Downloaded errno v0.3.2 |
1118 | 2023-11-29T18:52:49.244Z | Downloaded base64 v0.21.5 |
1119 | 2023-11-29T18:52:49.245Z | Downloaded uuid v1.6.1 |
1120 | 2023-11-29T18:52:49.245Z | Downloaded unicase v2.7.0 |
1121 | 2023-11-29T18:52:49.245Z | Downloaded crypto-bigint v0.5.2 |
1122 | 2023-11-29T18:52:49.245Z | Downloaded crossbeam-channel v0.5.8 |
1123 | 2023-11-29T18:52:49.245Z | Downloaded tracing v0.1.37 |
1124 | 2023-11-29T18:52:49.245Z | Downloaded indexmap v2.1.0 |
1125 | 2023-11-29T18:52:49.245Z | Downloaded crossbeam-epoch v0.9.15 |
1126 | 2023-11-29T18:52:49.245Z | Downloaded serde_with_macros v2.3.3 |
1127 | 2023-11-29T18:52:49.245Z | Downloaded pkcs8 v0.10.2 |
1128 | 2023-11-29T18:52:49.245Z | Downloaded fastrand v2.0.0 |
1129 | 2023-11-29T18:52:49.245Z | Downloaded unicode-linebreak v0.1.5 |
1130 | 2023-11-29T18:52:49.245Z | Downloaded subtle v2.5.0 |
1131 | 2023-11-29T18:52:49.245Z | Downloaded poly1305 v0.8.0 |
1132 | 2023-11-29T18:52:49.245Z | Downloaded toolchain_find v0.2.0 |
1133 | 2023-11-29T18:52:49.245Z | Downloaded headers-core v0.2.0 |
1134 | 2023-11-29T18:52:49.245Z | Downloaded fixedbitset v0.4.2 |
1135 | 2023-11-29T18:52:49.245Z | Downloaded tokio-rustls v0.24.1 |
1136 | 2023-11-29T18:52:49.245Z | Downloaded num-complex v0.4.4 |
1137 | 2023-11-29T18:52:49.245Z | Downloaded form_urlencoded v1.2.0 |
1138 | 2023-11-29T18:52:49.245Z | Downloaded semver v0.11.0 |
1139 | 2023-11-29T18:52:49.245Z | Downloaded usdt-attr-macro v0.3.5 |
1140 | 2023-11-29T18:52:49.245Z | Downloaded strum_macros v0.24.3 |
1141 | 2023-11-29T18:52:49.245Z | Downloaded rusty-fork v0.3.0 |
1142 | 2023-11-29T18:52:49.245Z | Downloaded rustc_version v0.4.0 |
1143 | 2023-11-29T18:52:49.245Z | Downloaded deranged v0.3.8 |
1144 | 2023-11-29T18:52:49.245Z | Downloaded toml_datetime v0.6.5 |
1145 | 2023-11-29T18:52:49.246Z | Downloaded tokio-native-tls v0.3.1 |
1146 | 2023-11-29T18:52:49.246Z | Downloaded serde-big-array v0.5.1 |
1147 | 2023-11-29T18:52:49.250Z | Downloaded papergrid v0.10.0 |
1148 | 2023-11-29T18:52:49.250Z | Downloaded fragile v2.0.0 |
1149 | 2023-11-29T18:52:49.250Z | Downloaded fnv v1.0.7 |
1150 | 2023-11-29T18:52:49.250Z | Downloaded float-cmp v0.9.0 |
1151 | 2023-11-29T18:52:49.250Z | Downloaded ff v0.13.0 |
1152 | 2023-11-29T18:52:49.250Z | Downloaded enum-as-inner v0.5.1 |
1153 | 2023-11-29T18:52:49.250Z | Downloaded tokio-postgres v0.7.10 |
1154 | 2023-11-29T18:52:49.250Z | Downloaded slog-async v2.8.0 |
1155 | 2023-11-29T18:52:49.250Z | Downloaded itertools v0.11.0 |
1156 | 2023-11-29T18:52:49.250Z | Downloaded endian-type v0.1.2 |
1157 | 2023-11-29T18:52:49.250Z | Downloaded swrite v0.1.0 |
1158 | 2023-11-29T18:52:49.250Z | Downloaded serde_derive_internals v0.26.0 |
1159 | 2023-11-29T18:52:49.250Z | Downloaded pin-utils v0.1.0 |
1160 | 2023-11-29T18:52:49.250Z | Downloaded foreign-types-macros v0.2.3 |
1161 | 2023-11-29T18:52:49.250Z | Downloaded usdt-impl v0.3.5 |
1162 | 2023-11-29T18:52:49.250Z | Downloaded untrusted v0.9.0 |
1163 | 2023-11-29T18:52:49.250Z | Downloaded untrusted v0.7.1 |
1164 | 2023-11-29T18:52:49.250Z | Downloaded unicode-xid v0.2.4 |
1165 | 2023-11-29T18:52:49.250Z | Downloaded strum_macros v0.25.2 |
1166 | 2023-11-29T18:52:49.252Z | Downloaded highway v1.1.0 |
1167 | 2023-11-29T18:52:49.252Z | Downloaded pkg-config v0.3.27 |
1168 | 2023-11-29T18:52:49.252Z | Downloaded foreign-types v0.3.2 |
1169 | 2023-11-29T18:52:49.252Z | Downloaded arc-swap v1.6.0 |
1170 | 2023-11-29T18:52:49.252Z | Downloaded rustc_version v0.1.7 |
1171 | 2023-11-29T18:52:49.252Z | Downloaded quick-error v1.2.3 |
1172 | 2023-11-29T18:52:49.252Z | Downloaded hash32 v0.2.1 |
1173 | 2023-11-29T18:52:49.252Z | Downloaded home v0.5.5 |
1174 | 2023-11-29T18:52:49.252Z | Downloaded futures-io v0.3.29 |
1175 | 2023-11-29T18:52:49.252Z | Downloaded fallible-iterator v0.2.0 |
1176 | 2023-11-29T18:52:49.252Z | Downloaded sha2 v0.10.8 |
1177 | 2023-11-29T18:52:49.252Z | Downloaded signature v1.6.4 |
1178 | 2023-11-29T18:52:49.252Z | Downloaded generic-array v0.14.7 |
1179 | 2023-11-29T18:52:49.252Z | Downloaded wyz v0.5.1 |
1180 | 2023-11-29T18:52:49.252Z | Downloaded signal-hook-mio v0.2.3 |
1181 | 2023-11-29T18:52:49.252Z | Downloaded parking_lot v0.11.2 |
1182 | 2023-11-29T18:52:49.252Z | Downloaded corncobs v0.1.3 |
1183 | 2023-11-29T18:52:49.252Z | Downloaded libxml v0.3.3 |
1184 | 2023-11-29T18:52:49.252Z | Downloaded tempfile v3.8.1 |
1185 | 2023-11-29T18:52:49.252Z | Downloaded take_mut v0.2.2 |
1186 | 2023-11-29T18:52:49.252Z | Downloaded synstructure v0.12.6 |
1187 | 2023-11-29T18:52:49.252Z | Downloaded smf v0.2.2 |
1188 | 2023-11-29T18:52:49.252Z | Downloaded nanorand v0.7.0 |
1189 | 2023-11-29T18:52:49.253Z | Downloaded md-5 v0.10.5 |
1190 | 2023-11-29T18:52:49.253Z | Downloaded predicates-core v1.0.6 |
1191 | 2023-11-29T18:52:49.253Z | Downloaded native-tls v0.2.11 |
1192 | 2023-11-29T18:52:49.257Z | Downloaded crc-any v2.4.3 |
1193 | 2023-11-29T18:52:49.257Z | Downloaded equivalent v1.0.1 |
1194 | 2023-11-29T18:52:49.257Z | Downloaded universal-hash v0.5.1 |
1195 | 2023-11-29T18:52:49.257Z | Downloaded strum v0.25.0 |
1196 | 2023-11-29T18:52:49.257Z | Downloaded serde_plain v1.0.2 |
1197 | 2023-11-29T18:52:49.257Z | Downloaded sha1 v0.10.6 |
1198 | 2023-11-29T18:52:49.257Z | Downloaded once_cell v1.18.0 |
1199 | 2023-11-29T18:52:49.257Z | Downloaded anyhow v1.0.75 |
1200 | 2023-11-29T18:52:49.257Z | Downloaded fxhash v0.2.1 |
1201 | 2023-11-29T18:52:49.257Z | Downloaded filetime v0.2.22 |
1202 | 2023-11-29T18:52:49.257Z | Downloaded doc-comment v0.3.3 |
1203 | 2023-11-29T18:52:49.258Z | Downloaded tower-service v0.3.2 |
1204 | 2023-11-29T18:52:49.258Z | Downloaded supports-color v2.1.0 |
1205 | 2023-11-29T18:52:49.258Z | Downloaded spki v0.7.2 |
1206 | 2023-11-29T18:52:49.258Z | Downloaded slog-scope v4.4.0 |
1207 | 2023-11-29T18:52:49.258Z | Downloaded signal-hook-tokio v0.3.1 |
1208 | 2023-11-29T18:52:49.258Z | Downloaded signal-hook-registry v1.4.1 |
1209 | 2023-11-29T18:52:49.258Z | Downloaded serde_repr v0.1.16 |
1210 | 2023-11-29T18:52:49.258Z | Downloaded usdt-macro v0.3.5 |
1211 | 2023-11-29T18:52:49.258Z | Downloaded tabled_derive v0.6.0 |
1212 | 2023-11-29T18:52:49.258Z | Downloaded slog-stdlog v4.1.1 |
1213 | 2023-11-29T18:52:49.258Z | Downloaded memoffset v0.7.1 |
1214 | 2023-11-29T18:52:49.258Z | Downloaded lock_api v0.4.10 |
1215 | 2023-11-29T18:52:49.258Z | Downloaded linear-map v1.2.0 |
1216 | 2023-11-29T18:52:49.258Z | Downloaded libloading v0.7.4 |
1217 | 2023-11-29T18:52:49.258Z | Downloaded itoa v1.0.9 |
1218 | 2023-11-29T18:52:49.258Z | Downloaded omicron-zone-package v0.9.1 |
1219 | 2023-11-29T18:52:49.258Z | Downloaded mime_guess v2.0.4 |
1220 | 2023-11-29T18:52:49.258Z | Downloaded crc32fast v1.3.2 |
1221 | 2023-11-29T18:52:49.258Z | Downloaded ciborium v0.2.1 |
1222 | 2023-11-29T18:52:49.258Z | Downloaded cancel-safe-futures v0.1.5 |
1223 | 2023-11-29T18:52:49.258Z | Downloaded cpufeatures v0.2.9 |
1224 | 2023-11-29T18:52:49.258Z | Downloaded bcs v0.1.6 |
1225 | 2023-11-29T18:52:49.261Z | Downloaded bzip2 v0.4.4 |
1226 | 2023-11-29T18:52:49.261Z | Downloaded dof v0.1.5 |
1227 | 2023-11-29T18:52:49.265Z | Downloaded tap v1.0.1 |
1228 | 2023-11-29T18:52:49.265Z | Downloaded strsim v0.8.0 |
1229 | 2023-11-29T18:52:49.269Z | Downloaded memoffset v0.9.0 |
1230 | 2023-11-29T18:52:49.269Z | Downloaded base64ct v1.6.0 |
1231 | 2023-11-29T18:52:49.274Z | Downloaded backoff v0.4.0 |
1232 | 2023-11-29T18:52:49.277Z | Downloaded predicates-tree v1.0.9 |
1233 | 2023-11-29T18:52:49.282Z | Downloaded path-slash v0.1.5 |
1234 | 2023-11-29T18:52:49.282Z | Downloaded foreign-types-shared v0.3.1 |
1235 | 2023-11-29T18:52:49.282Z | Downloaded secrecy v0.8.0 |
1236 | 2023-11-29T18:52:49.289Z | Downloaded match_cfg v0.1.0 |
1237 | 2023-11-29T18:52:49.289Z | Downloaded maplit v1.0.2 |
1238 | 2023-11-29T18:52:49.289Z | Downloaded lazy_static v1.4.0 |
1239 | 2023-11-29T18:52:49.289Z | Downloaded argon2 v0.5.2 |
1240 | 2023-11-29T18:52:49.294Z | Downloaded anstyle-parse v0.2.1 |
1241 | 2023-11-29T18:52:49.294Z | Downloaded addr2line v0.21.0 |
1242 | 2023-11-29T18:52:49.297Z | Downloaded ansi_term v0.12.1 |
1243 | 2023-11-29T18:52:49.300Z | Downloaded want v0.3.1 |
1244 | 2023-11-29T18:52:49.305Z | Downloaded olpc-cjson v0.1.3 |
1245 | 2023-11-29T18:52:49.305Z | Downloaded nibble_vec v0.1.0 |
1246 | 2023-11-29T18:52:49.310Z | Downloaded kstat-rs v0.2.3 |
1247 | 2023-11-29T18:52:49.310Z | Downloaded unicode-width v0.1.11 |
1248 | 2023-11-29T18:52:49.310Z | Downloaded num-derive v0.4.0 |
1249 | 2023-11-29T18:52:49.314Z | Downloaded mime v0.3.17 |
1250 | 2023-11-29T18:52:49.316Z | Downloaded lalrpop-util v0.19.12 |
1251 | 2023-11-29T18:52:49.319Z | Downloaded colored v2.0.4 |
1252 | 2023-11-29T18:52:49.322Z | Downloaded packed_struct_codegen v0.10.1 |
1253 | 2023-11-29T18:52:49.330Z | Downloaded num_enum_derive v0.5.11 |
1254 | 2023-11-29T18:52:49.330Z | Downloaded keccak v0.1.4 |
1255 | 2023-11-29T18:52:49.337Z | Downloaded crossbeam v0.8.2 |
1256 | 2023-11-29T18:52:49.337Z | Downloaded cipher v0.4.4 |
1257 | 2023-11-29T18:52:49.337Z | Downloaded structopt-derive v0.4.18 |
1258 | 2023-11-29T18:52:49.766Z | Downloaded openssl-probe v0.1.5 |
1259 | 2023-11-29T18:52:49.767Z | Downloaded lazycell v1.3.0 |
1260 | 2023-11-29T18:52:49.767Z | Downloaded inout v0.1.3 |
1261 | 2023-11-29T18:52:49.767Z | Downloaded openssl-macros v0.1.1 |
1262 | 2023-11-29T18:52:49.767Z | Downloaded number_prefix v0.4.0 |
1263 | 2023-11-29T18:52:49.767Z | Downloaded bytecount v0.6.3 |
1264 | 2023-11-29T18:52:49.767Z | Downloaded adler v1.0.2 |
1265 | 2023-11-29T18:52:49.767Z | Downloaded try-lock v0.2.4 |
1266 | 2023-11-29T18:52:49.767Z | Downloaded nodrop v0.1.14 |
1267 | 2023-11-29T18:52:49.768Z | Downloaded miniz_oxide v0.7.1 |
1268 | 2023-11-29T18:52:50.180Z | Downloaded cc v1.0.83 |
1269 | 2023-11-29T18:52:50.180Z | Downloaded cfg-if v1.0.0 |
1270 | 2023-11-29T18:52:50.180Z | Downloaded bit-vec v0.6.3 |
1271 | 2023-11-29T18:52:50.180Z | Downloaded atomic-waker v1.1.1 |
1272 | 2023-11-29T18:52:50.180Z | Downloaded camino-tempfile v1.1.1 |
1273 | 2023-11-29T18:52:50.180Z | Downloaded cstr-argument v0.1.2 |
1274 | 2023-11-29T18:52:50.180Z | Downloaded byteorder v1.5.0 |
1275 | 2023-11-29T18:52:50.180Z | Downloaded cexpr v0.6.0 |
1276 | 2023-11-29T18:52:50.180Z | Downloaded bitfield v0.14.0 |
1277 | 2023-11-29T18:52:50.180Z | Downloaded async-stream v0.3.5 |
1278 | 2023-11-29T18:52:50.180Z | Downloaded base16ct v0.2.0 |
1279 | 2023-11-29T18:52:50.180Z | Downloaded indicatif v0.17.7 |
1280 | 2023-11-29T18:52:50.181Z | Downloaded chacha20poly1305 v0.10.1 |
1281 | 2023-11-29T18:52:50.181Z | Downloaded buf-list v1.0.3 |
1282 | 2023-11-29T18:52:50.181Z | Downloaded log v0.4.20 |
1283 | 2023-11-29T18:52:50.181Z | Downloaded bitflags v1.3.2 |
1284 | 2023-11-29T18:52:50.181Z | Downloaded bb8 v0.8.1 |
1285 | 2023-11-29T18:52:50.181Z | Downloaded array-init v0.0.4 |
1286 | 2023-11-29T18:52:50.181Z | Downloaded clap v4.4.3 |
1287 | 2023-11-29T18:52:50.181Z | Downloaded parking_lot v0.12.1 |
1288 | 2023-11-29T18:52:50.181Z | Downloaded mockall_derive v0.11.4 |
1289 | 2023-11-29T18:52:50.181Z | Downloaded ascii-canvas v3.0.0 |
1290 | 2023-11-29T18:52:50.181Z | Downloaded autocfg v1.1.0 |
1291 | 2023-11-29T18:52:50.181Z | Downloaded anstream v0.5.0 |
1292 | 2023-11-29T18:52:50.181Z | Downloaded libefi-sys v0.1.0 |
1293 | 2023-11-29T18:52:50.181Z | Downloaded num-rational v0.4.1 |
1294 | 2023-11-29T18:52:50.181Z | Downloaded aead v0.5.2 |
1295 | 2023-11-29T18:52:50.181Z | Downloaded anstyle v1.0.2 |
1296 | 2023-11-29T18:52:50.182Z | Downloaded matches v0.1.10 |
1297 | 2023-11-29T18:52:50.182Z | Downloaded darling v0.20.3 |
1298 | 2023-11-29T18:52:50.182Z | Downloaded multer v2.1.0 |
1299 | 2023-11-29T18:52:50.182Z | Downloaded clap_derive v4.4.2 |
1300 | 2023-11-29T18:52:50.182Z | Downloaded async-recursion v1.0.5 |
1301 | 2023-11-29T18:52:50.182Z | Downloaded macaddr v1.0.1 |
1302 | 2023-11-29T18:52:50.182Z | Downloaded anstyle-query v1.0.0 |
1303 | 2023-11-29T18:52:50.182Z | Downloaded ciborium-io v0.2.1 |
1304 | 2023-11-29T18:52:50.182Z | Downloaded num_enum v0.5.11 |
1305 | 2023-11-29T18:52:50.182Z | Downloaded crossbeam-deque v0.8.3 |
1306 | 2023-11-29T18:52:50.182Z | Downloaded ident_case v1.0.1 |
1307 | 2023-11-29T18:52:50.182Z | Downloaded atty v0.2.14 |
1308 | 2023-11-29T18:52:50.183Z | Downloaded maybe-uninit v2.0.0 |
1309 | 2023-11-29T18:52:50.183Z | Downloaded clap_lex v0.5.1 |
1310 | 2023-11-29T18:52:50.183Z | Downloaded async-stream-impl v0.3.5 |
1311 | 2023-11-29T18:52:50.183Z | Downloaded normalize-line-endings v0.3.0 |
1312 | 2023-11-29T18:52:50.183Z | Downloaded instant v0.1.12 |
1313 | 2023-11-29T18:52:50.183Z | Downloaded newtype_derive v0.1.6 |
1314 | 2023-11-29T18:52:50.183Z | Downloaded nu-ansi-term v0.49.0 |
1315 | 2023-11-29T18:52:50.183Z | Downloaded ipnet v2.8.0 |
1316 | 2023-11-29T18:52:50.184Z | Downloaded bytesize v1.3.0 |
1317 | 2023-11-29T18:52:50.184Z | Downloaded managed v0.8.0 |
1318 | 2023-11-29T18:52:50.184Z | Downloaded crypto-common v0.1.6 |
1319 | 2023-11-29T18:52:50.184Z | Downloaded chacha20 v0.9.1 |
1320 | 2023-11-29T18:52:50.184Z | Downloaded cfg-if v0.1.10 |
1321 | 2023-11-29T18:52:50.184Z | Downloaded atomicwrites v0.4.2 |
1322 | 2023-11-29T18:52:50.184Z | Downloaded darling v0.14.4 |
1323 | 2023-11-29T18:52:50.184Z | Downloaded cookie v0.18.0 |
1324 | 2023-11-29T18:52:50.184Z | Downloaded num-iter v0.1.43 |
1325 | 2023-11-29T18:52:50.184Z | Downloaded lru-cache v0.1.2 |
1326 | 2023-11-29T18:52:50.184Z | Downloaded iana-time-zone v0.1.57 |
1327 | 2023-11-29T18:52:50.184Z | Downloaded crc v3.0.1 |
1328 | 2023-11-29T18:52:50.184Z | Downloaded convert_case v0.4.0 |
1329 | 2023-11-29T18:52:50.184Z | Downloaded crunchy v0.2.2 |
1330 | 2023-11-29T18:52:50.184Z | Downloaded bytes v1.5.0 |
1331 | 2023-11-29T18:52:50.184Z | Downloaded curve25519-dalek-derive v0.1.0 |
1332 | 2023-11-29T18:52:50.184Z | Downloaded crc-catalog v2.2.0 |
1333 | 2023-11-29T18:52:50.184Z | Downloaded ciborium-ll v0.2.1 |
1334 | 2023-11-29T18:52:50.184Z | Downloaded is-terminal v0.4.9 |
1335 | 2023-11-29T18:52:50.184Z | Downloaded indoc v2.0.3 |
1336 | 2023-11-29T18:52:50.185Z | Downloaded indoc v1.0.9 |
1337 | 2023-11-29T18:52:50.185Z | Downloaded impl-trait-for-tuples v0.2.2 |
1338 | 2023-11-29T18:52:50.185Z | Downloaded crucible-workspace-hack v0.1.0 |
1339 | 2023-11-29T18:52:50.185Z | Downloaded colorchoice v1.0.0 |
1340 | 2023-11-29T18:52:50.192Z | Compiling proc-macro2 v1.0.69 |
1341 | 2023-11-29T18:52:50.192Z | Compiling unicode-ident v1.0.12 |
1342 | 2023-11-29T18:52:50.192Z | Compiling libc v0.2.150 |
1343 | 2023-11-29T18:52:50.192Z | Compiling serde v1.0.192 |
1344 | 2023-11-29T18:52:50.192Z | Compiling autocfg v1.1.0 |
1345 | 2023-11-29T18:52:50.192Z | Compiling cfg-if v1.0.0 |
1346 | 2023-11-29T18:52:50.192Z | Compiling version_check v0.9.4 |
1347 | 2023-11-29T18:52:50.192Z | Compiling syn v1.0.109 |
1348 | 2023-11-29T18:52:50.233Z | Compiling once_cell v1.18.0 |
1349 | 2023-11-29T18:52:50.259Z | Compiling parking_lot_core v0.9.8 |
1350 | 2023-11-29T18:52:50.738Z | Compiling libm v0.2.7 |
1351 | 2023-11-29T18:52:50.857Z | Compiling serde_json v1.0.108 |
1352 | 2023-11-29T18:52:50.914Z | Compiling lock_api v0.4.10 |
1353 | 2023-11-29T18:52:52.576Z | Compiling num-traits v0.2.16 |
1354 | 2023-11-29T18:52:52.579Z | Compiling futures-core v0.3.29 |
1355 | 2023-11-29T18:52:52.579Z | Compiling thiserror v1.0.49 |
1356 | 2023-11-29T18:52:52.579Z | Compiling scopeguard v1.2.0 |
1357 | 2023-11-29T18:52:52.832Z | Compiling typenum v1.16.0 |
1358 | 2023-11-29T18:52:52.896Z | Compiling memchr v2.6.3 |
1359 | 2023-11-29T18:52:53.052Z | Compiling generic-array v0.14.7 |
1360 | 2023-11-29T18:52:53.204Z | Compiling itoa v1.0.9 |
1361 | 2023-11-29T18:52:53.663Z | Compiling pkg-config v0.3.27 |
1362 | 2023-11-29T18:52:54.495Z | Compiling quote v1.0.33 |
1363 | 2023-11-29T18:52:54.907Z | Compiling cc v1.0.83 |
1364 | 2023-11-29T18:52:55.319Z | Compiling syn v2.0.32 |
1365 | 2023-11-29T18:52:55.472Z | Compiling getrandom v0.2.10 |
1366 | 2023-11-29T18:52:55.734Z | Compiling slab v0.4.9 |
1367 | 2023-11-29T18:52:56.110Z | Compiling futures-channel v0.3.29 |
1368 | 2023-11-29T18:52:56.167Z | Compiling futures-task v0.3.29 |
1369 | 2023-11-29T18:52:56.580Z | Compiling log v0.4.20 |
1370 | 2023-11-29T18:52:56.665Z | Compiling futures-util v0.3.29 |
1371 | 2023-11-29T18:52:57.153Z | Compiling heck v0.4.1 |
1372 | 2023-11-29T18:52:57.422Z | Compiling ryu v1.0.15 |
1373 | 2023-11-29T18:52:57.608Z | Compiling smallvec v1.11.0 |
1374 | 2023-11-29T18:52:57.727Z | Compiling pin-project-lite v0.2.13 |
1375 | 2023-11-29T18:52:57.921Z | Compiling schemars v0.8.13 |
1376 | 2023-11-29T18:52:57.924Z | Compiling vcpkg v0.2.15 |
1377 | 2023-11-29T18:52:59.015Z | Compiling parking_lot v0.12.1 |
1378 | 2023-11-29T18:52:59.528Z | Compiling ring v0.17.5 |
1379 | 2023-11-29T18:53:00.720Z | Compiling openssl-sys v0.9.93 |
1380 | 2023-11-29T18:53:01.131Z | Compiling signal-hook-registry v1.4.1 |
1381 | 2023-11-29T18:53:03.206Z | Compiling ring v0.16.20 |
1382 | 2023-11-29T18:53:03.378Z | Compiling mio v0.8.9 |
1383 | 2023-11-29T18:53:03.802Z | Compiling indexmap v1.9.3 |
1384 | 2023-11-29T18:53:04.318Z | Compiling equivalent v1.0.1 |
1385 | 2023-11-29T18:53:04.318Z | Compiling hashbrown v0.14.2 |
1386 | 2023-11-29T18:53:04.318Z | Compiling byteorder v1.5.0 |
1387 | 2023-11-29T18:53:04.698Z | Compiling ahash v0.8.3 |
1388 | 2023-11-29T18:53:04.761Z | Compiling httparse v1.8.0 |
1389 | 2023-11-29T18:53:05.204Z | Compiling socket2 v0.5.5 |
1390 | 2023-11-29T18:53:05.329Z | Compiling num_cpus v1.16.0 |
1391 | 2023-11-29T18:53:05.411Z | Compiling spin v0.5.2 |
1392 | 2023-11-29T18:53:05.799Z | Compiling rand_core v0.6.4 |
1393 | 2023-11-29T18:53:06.119Z | Compiling openssl v0.10.57 |
1394 | 2023-11-29T18:53:06.375Z | Compiling fnv v1.0.7 |
1395 | 2023-11-29T18:53:06.546Z | Compiling semver v1.0.20 |
1396 | 2023-11-29T18:53:06.861Z | Compiling serde_derive_internals v0.26.0 |
1397 | 2023-11-29T18:53:07.109Z | Compiling rustls v0.21.9 |
1398 | 2023-11-29T18:53:07.182Z | Compiling iana-time-zone v0.1.57 |
1399 | 2023-11-29T18:53:07.694Z | Compiling crossbeam-utils v0.8.16 |
1400 | 2023-11-29T18:53:08.214Z | Compiling native-tls v0.2.11 |
1401 | 2023-11-29T18:53:08.238Z | Compiling unicode-xid v0.2.4 |
1402 | 2023-11-29T18:53:08.398Z | Compiling ucd-trie v0.1.6 |
1403 | 2023-11-29T18:53:08.508Z | Compiling synstructure v0.12.6 |
1404 | 2023-11-29T18:53:09.078Z | Compiling futures-sink v0.3.29 |
1405 | 2023-11-29T18:53:09.101Z | Compiling io-lifetimes v1.0.11 |
1406 | 2023-11-29T18:53:10.053Z | Compiling backtrace v0.3.69 |
1407 | 2023-11-29T18:53:10.468Z | Compiling dyn-clone v1.0.13 |
1408 | 2023-11-29T18:53:10.527Z | Compiling tinyvec_macros v0.1.1 |
1409 | 2023-11-29T18:53:10.664Z | Compiling winnow v0.5.15 |
1410 | 2023-11-29T18:53:10.736Z | Compiling rustix v0.38.25 |
1411 | 2023-11-29T18:53:10.766Z | Compiling tinyvec v1.6.0 |
1412 | 2023-11-29T18:53:12.146Z | Compiling tracing-core v0.1.31 |
1413 | 2023-11-29T18:53:12.176Z | Compiling num-integer v0.1.45 |
1414 | 2023-11-29T18:53:12.466Z | Compiling memoffset v0.9.0 |
1415 | 2023-11-29T18:53:12.624Z | Compiling pin-utils v0.1.0 |
1416 | 2023-11-29T18:53:12.627Z | Compiling futures-io v0.3.29 |
1417 | 2023-11-29T18:53:13.051Z | Compiling rustix v0.37.23 |
1418 | 2023-11-29T18:53:13.118Z | Compiling hashbrown v0.13.2 |
1419 | 2023-11-29T18:53:13.149Z | Compiling spin v0.9.8 |
1420 | 2023-11-29T18:53:13.307Z | Compiling unicode-normalization v0.1.22 |
1421 | 2023-11-29T18:53:13.936Z | Compiling usdt-impl v0.3.5 |
1422 | 2023-11-29T18:53:14.442Z | Compiling unicode-bidi v0.3.13 |
1423 | 2023-11-29T18:53:14.981Z | Compiling crc32fast v1.3.2 |
1424 | 2023-11-29T18:53:15.121Z | Compiling slog v2.7.0 |
1425 | 2023-11-29T18:53:15.595Z | Compiling bitflags v1.3.2 |
1426 | 2023-11-29T18:53:15.745Z | Compiling time-core v0.1.1 |
1427 | 2023-11-29T18:53:15.915Z | Compiling anyhow v1.0.75 |
1428 | 2023-11-29T18:53:15.984Z | Compiling time-macros v0.2.13 |
1429 | 2023-11-29T18:53:16.525Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1430 | 2023-11-29T18:53:16.551Z | Compiling aho-corasick v1.0.4 |
1431 | 2023-11-29T18:53:16.587Z | Compiling serde_derive v1.0.192 |
1432 | 2023-11-29T18:53:16.625Z | Compiling thiserror-impl v1.0.49 |
1433 | 2023-11-29T18:53:16.658Z | Compiling tokio-macros v2.2.0 |
1434 | 2023-11-29T18:53:17.164Z | Compiling zeroize_derive v1.4.2 |
1435 | 2023-11-29T18:53:19.048Z | Compiling futures-macro v0.3.29 |
1436 | 2023-11-29T18:53:19.261Z | Compiling tracing-attributes v0.1.26 |
1437 | 2023-11-29T18:53:19.291Z | Compiling schemars_derive v0.8.13 |
1438 | 2023-11-29T18:53:20.056Z | Compiling zeroize v1.6.0 |
1439 | 2023-11-29T18:53:20.585Z | Compiling openssl-macros v0.1.1 |
1440 | 2023-11-29T18:53:21.255Z | Compiling pest v2.7.2 |
1441 | 2023-11-29T18:53:21.889Z | Compiling zerocopy-derive v0.2.0 |
1442 | 2023-11-29T18:53:22.788Z | Compiling crypto-common v0.1.6 |
1443 | 2023-11-29T18:53:23.937Z | Compiling block-buffer v0.10.4 |
1444 | 2023-11-29T18:53:24.297Z | Compiling crossbeam-epoch v0.9.15 |
1445 | 2023-11-29T18:53:24.486Z | Compiling tracing v0.1.37 |
1446 | 2023-11-29T18:53:24.708Z | Compiling ppv-lite86 v0.2.17 |
1447 | 2023-11-29T18:53:34.353Z | Compiling rustversion v1.0.14 |
1448 | 2023-11-29T18:53:34.418Z | Compiling pest_meta v2.7.2 |
1449 | 2023-11-29T18:53:34.418Z | Compiling signal-hook v0.3.17 |
1450 | 2023-11-29T18:53:34.418Z | Compiling subtle v2.5.0 |
1451 | 2023-11-29T18:53:34.418Z | Compiling async-trait v0.1.74 |
1452 | 2023-11-29T18:53:34.418Z | Compiling regex-syntax v0.8.2 |
1453 | 2023-11-29T18:53:34.418Z | Compiling const-oid v0.9.5 |
1454 | 2023-11-29T18:53:34.418Z | Compiling rand_chacha v0.3.1 |
1455 | 2023-11-29T18:53:34.418Z | Compiling zerocopy v0.3.0 |
1456 | 2023-11-29T18:53:34.466Z | Compiling pest_generator v2.7.2 |
1457 | 2023-11-29T18:53:34.466Z | Compiling digest v0.10.7 |
1458 | 2023-11-29T18:53:34.466Z | Compiling zerocopy-derive v0.6.4 |
1459 | 2023-11-29T18:53:34.466Z | Compiling pest_derive v2.7.2 |
1460 | 2023-11-29T18:53:34.466Z | Compiling regex-automata v0.4.3 |
1461 | 2023-11-29T18:53:34.466Z | Compiling errno v0.3.2 |
1462 | 2023-11-29T18:53:34.466Z | Compiling base64 v0.21.5 |
1463 | 2023-11-29T18:53:34.466Z | Compiling strsim v0.10.0 |
1464 | 2023-11-29T18:53:34.872Z | Compiling dtrace-parser v0.1.14 |
1465 | 2023-11-29T18:53:35.163Z | Compiling dof v0.1.5 |
1466 | 2023-11-29T18:53:36.034Z | Compiling rand v0.8.5 |
1467 | 2023-11-29T18:53:38.569Z | Compiling bytes v1.5.0 |
1468 | 2023-11-29T18:53:40.124Z | Compiling indexmap v2.1.0 |
1469 | 2023-11-29T18:53:40.251Z | Compiling uuid v1.6.1 |
1470 | 2023-11-29T18:53:40.466Z | Compiling chrono v0.4.31 |
1471 | 2023-11-29T18:53:41.414Z | Compiling tokio v1.34.0 |
1472 | 2023-11-29T18:53:42.194Z | Compiling bitflags v2.4.0 |
1473 | 2023-11-29T18:53:45.494Z | Compiling serde_spanned v0.6.4 |
1474 | 2023-11-29T18:53:45.824Z | Compiling toml_datetime v0.6.5 |
1475 | 2023-11-29T18:53:46.435Z | Compiling toml_edit v0.19.15 |
1476 | 2023-11-29T18:53:46.543Z | Compiling http v0.2.11 |
1477 | 2023-11-29T18:53:47.433Z | Compiling rustc_version v0.4.0 |
1478 | 2023-11-29T18:53:48.427Z | Compiling heapless v0.7.16 |
1479 | 2023-11-29T18:53:51.096Z | Compiling regex v1.10.2 |
1480 | 2023-11-29T18:53:54.745Z | Compiling thread-id v4.2.0 |
1481 | 2023-11-29T18:53:55.004Z | Compiling num-bigint v0.4.4 |
1482 | 2023-11-29T18:53:55.655Z | Compiling tokio-util v0.7.10 |
1483 | 2023-11-29T18:53:57.911Z | Compiling untrusted v0.9.0 |
1484 | 2023-11-29T18:53:57.938Z | Compiling smoltcp v0.9.1 |
1485 | 2023-11-29T18:53:57.962Z | Compiling doc-comment v0.3.3 |
1486 | 2023-11-29T18:53:58.227Z | Compiling openssl-probe v0.1.5 |
1487 | 2023-11-29T18:53:58.705Z | Compiling foreign-types-shared v0.1.1 |
1488 | 2023-11-29T18:53:58.857Z | Compiling hashbrown v0.12.3 |
1489 | 2023-11-29T18:53:58.860Z | Compiling untrusted v0.7.1 |
1490 | 2023-11-29T18:53:59.181Z | Compiling percent-encoding v2.3.0 |
1491 | 2023-11-29T18:53:59.682Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1492 | 2023-11-29T18:54:02.186Z | Compiling foreign-types v0.3.2 |
1493 | 2023-11-29T18:54:05.442Z | Compiling strum_macros v0.25.2 |
1494 | 2023-11-29T18:54:06.427Z | Compiling serde_tokenstream v0.1.7 |
1495 | 2023-11-29T18:54:08.476Z | Compiling lazy_static v1.4.0 |
1496 | 2023-11-29T18:54:08.727Z | Compiling socket2 v0.4.9 |
1497 | 2023-11-29T18:54:08.758Z | Compiling adler v1.0.2 |
1498 | 2023-11-29T18:54:09.389Z | Compiling siphasher v0.3.11 |
1499 | 2023-11-29T18:54:09.532Z | Compiling unicode-segmentation v1.10.1 |
1500 | 2023-11-29T18:54:10.042Z | Compiling unicode-width v0.1.11 |
1501 | 2023-11-29T18:54:10.432Z | Compiling try-lock v0.2.4 |
1502 | 2023-11-29T18:54:10.635Z | Compiling want v0.3.1 |
1503 | 2023-11-29T18:54:11.528Z | Compiling miniz_oxide v0.7.1 |
1504 | 2023-11-29T18:54:14.674Z | Compiling rustls-webpki v0.101.7 |
1505 | 2023-11-29T18:54:14.776Z | Compiling sct v0.7.0 |
1506 | 2023-11-29T18:54:15.369Z | Compiling h2 v0.3.21 |
1507 | 2023-11-29T18:54:17.534Z | Compiling form_urlencoded v1.2.0 |
1508 | 2023-11-29T18:54:18.067Z | Compiling http-body v0.4.5 |
1509 | 2023-11-29T18:54:18.071Z | Compiling hubpack_derive v0.1.1 |
1510 | 2023-11-29T18:54:18.301Z | Compiling pin-project-internal v1.1.3 |
1511 | 2023-11-29T18:54:19.591Z | Compiling num-iter v0.1.43 |
1512 | 2023-11-29T18:54:20.059Z | Compiling anstyle v1.0.2 |
1513 | 2023-11-29T18:54:21.107Z | Compiling cpufeatures v0.2.9 |
1514 | 2023-11-29T18:54:21.508Z | Compiling tower-service v0.3.2 |
1515 | 2023-11-29T18:54:21.609Z | Compiling utf8parse v0.2.1 |
1516 | 2023-11-29T18:54:22.335Z | Compiling httpdate v1.0.3 |
1517 | 2023-11-29T18:54:22.961Z | Compiling anstyle-parse v0.2.1 |
1518 | 2023-11-29T18:54:23.239Z | Compiling sha2 v0.10.8 |
1519 | 2023-11-29T18:54:26.824Z | Compiling usdt-macro v0.3.5 |
1520 | 2023-11-29T18:54:26.847Z | Compiling usdt-attr-macro v0.3.5 |
1521 | 2023-11-29T18:54:27.127Z | Compiling hyper v0.14.27 |
1522 | 2023-11-29T18:54:29.671Z | Compiling openapiv3 v2.0.0-rc.1 |
1523 | 2023-11-29T18:54:29.772Z | Compiling serde_tokenstream v0.2.0 |
1524 | 2023-11-29T18:54:30.604Z | Compiling rustls-pemfile v1.0.3 |
1525 | 2023-11-29T18:54:31.108Z | Compiling md-5 v0.10.5 |
1526 | 2023-11-29T18:54:31.146Z | Compiling hmac v0.12.1 |
1527 | 2023-11-29T18:54:31.626Z | Compiling stringprep v0.1.3 |
1528 | 2023-11-29T18:54:32.062Z | Compiling idna v0.4.0 |
1529 | 2023-11-29T18:54:32.720Z | Compiling diesel_table_macro_syntax v0.1.0 |
1530 | 2023-11-29T18:54:32.976Z | Compiling hash32 v0.2.1 |
1531 | 2023-11-29T18:54:33.128Z | Compiling fallible-iterator v0.2.0 |
1532 | 2023-11-29T18:54:33.602Z | Compiling stable_deref_trait v1.2.0 |
1533 | 2023-11-29T18:54:33.748Z | Compiling either v1.9.0 |
1534 | 2023-11-29T18:54:34.315Z | Compiling gimli v0.28.0 |
1535 | 2023-11-29T18:54:34.438Z | Compiling colorchoice v1.0.0 |
1536 | 2023-11-29T18:54:34.489Z | Compiling anstyle-query v1.0.0 |
1537 | 2023-11-29T18:54:34.655Z | Compiling anstream v0.5.0 |
1538 | 2023-11-29T18:54:34.679Z | Compiling postgres-protocol v0.6.6 |
1539 | 2023-11-29T18:54:36.573Z | Compiling url v2.4.1 |
1540 | 2023-11-29T18:54:37.744Z | Compiling diesel_derives v2.1.1 |
1541 | 2023-11-29T18:54:41.362Z | Compiling tokio-rustls v0.24.1 |
1542 | 2023-11-29T18:54:41.999Z | Compiling addr2line v0.21.0 |
1543 | 2023-11-29T18:54:42.599Z | Compiling rustls-native-certs v0.6.3 |
1544 | 2023-11-29T18:54:43.480Z | Compiling terminal_size v0.2.6 |
1545 | 2023-11-29T18:54:43.743Z | Compiling tokio-native-tls v0.3.1 |
1546 | 2023-11-29T18:54:45.736Z | Compiling phf_shared v0.11.2 |
1547 | 2023-11-29T18:54:47.213Z | Compiling block-padding v0.3.3 |
1548 | 2023-11-29T18:54:47.363Z | Compiling enum-as-inner v0.5.1 |
1549 | 2023-11-29T18:54:47.368Z | Compiling snafu-derive v0.7.5 |
1550 | 2023-11-29T18:54:47.533Z | Compiling clap_derive v4.4.2 |
1551 | 2023-11-29T18:54:48.894Z | Compiling serde_repr v0.1.16 |
1552 | 2023-11-29T18:54:50.422Z | Compiling regress v0.7.1 |
1553 | 2023-11-29T18:54:55.453Z | Compiling scheduled-thread-pool v0.2.7 |
1554 | 2023-11-29T18:54:55.573Z | Compiling object v0.32.1 |
1555 | 2023-11-29T18:54:58.341Z | Compiling bit-vec v0.6.3 |
1556 | 2023-11-29T18:54:58.996Z | Compiling matches v0.1.10 |
1557 | 2023-11-29T18:54:59.141Z | Compiling regex-automata v0.1.10 |
1558 | 2023-11-29T18:54:59.934Z | Compiling ipnet v2.8.0 |
1559 | 2023-11-29T18:55:01.029Z | Compiling clap_lex v0.5.1 |
1560 | 2023-11-29T18:55:01.677Z | Compiling rustc-demangle v0.1.23 |
1561 | 2023-11-29T18:55:02.124Z | Compiling managed v0.8.0 |
1562 | 2023-11-29T18:55:03.177Z | Compiling num_threads v0.1.6 |
1563 | 2023-11-29T18:55:03.177Z | Compiling deranged v0.3.8 |
1564 | 2023-11-29T18:55:06.149Z | Compiling time v0.3.27 |
1565 | 2023-11-29T18:55:07.607Z | Compiling clap_builder v4.4.2 |
1566 | 2023-11-29T18:55:10.643Z | Compiling bstr v0.2.17 |
1567 | 2023-11-29T18:55:10.908Z | Compiling idna v0.2.3 |
1568 | 2023-11-29T18:55:10.999Z | Compiling r2d2 v0.8.10 |
1569 | 2023-11-29T18:55:11.615Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1570 | 2023-11-29T18:55:14.015Z | Compiling inout v0.1.3 |
1571 | 2023-11-29T18:55:14.399Z | Compiling phf v0.11.2 |
1572 | 2023-11-29T18:55:14.723Z | Compiling hyper-tls v0.5.0 |
1573 | 2023-11-29T18:55:14.855Z | Compiling hyper-rustls v0.24.2 |
1574 | 2023-11-29T18:55:14.868Z | Compiling signal-hook-mio v0.2.3 |
1575 | 2023-11-29T18:55:15.288Z | Compiling flate2 v1.0.28 |
1576 | 2023-11-29T18:55:15.288Z | Compiling bzip2 v0.4.4 |
1577 | 2023-11-29T18:55:15.567Z | Compiling postgres-types v0.2.6 |
1578 | 2023-11-29T18:55:15.839Z | Compiling itertools v0.11.0 |
1579 | 2023-11-29T18:55:16.642Z | Compiling pin-project v1.1.3 |
1580 | 2023-11-29T18:55:17.022Z | Compiling hubpack v0.1.2 |
1581 | 2023-11-29T18:55:17.729Z | Compiling serde_urlencoded v0.7.1 |
1582 | 2023-11-29T18:55:17.906Z | Compiling phf_shared v0.10.0 |
1583 | 2023-11-29T18:55:18.535Z | Compiling ipnetwork v0.20.0 |
1584 | 2023-11-29T18:55:19.878Z | Compiling zerocopy v0.6.4 |
1585 | 2023-11-29T18:55:20.173Z | Compiling futures-executor v0.3.29 |
1586 | 2023-11-29T18:55:20.947Z | Compiling float-cmp v0.9.0 |
1587 | 2023-11-29T18:55:21.121Z | Compiling proc-macro-error-attr v1.0.4 |
1588 | 2023-11-29T18:55:21.218Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-11-29T18:55:21.592Z | Compiling static_assertions v1.1.0 |
1590 | 2023-11-29T18:55:22.482Z | Compiling precomputed-hash v0.1.1 |
1591 | 2023-11-29T18:55:25.986Z | Compiling predicates-core v1.0.6 |
1592 | 2023-11-29T18:55:26.016Z | Compiling normalize-line-endings v0.3.0 |
1593 | 2023-11-29T18:55:26.016Z | Compiling regex-automata v0.3.8 |
1594 | 2023-11-29T18:55:26.211Z | Compiling webpki-roots v0.25.2 |
1595 | 2023-11-29T18:55:26.221Z | Compiling difflib v0.4.0 |
1596 | 2023-11-29T18:55:26.476Z | Compiling mime v0.3.17 |
1597 | 2023-11-29T18:55:28.274Z | Compiling whoami v1.4.1 |
1598 | 2023-11-29T18:55:28.492Z | Compiling new_debug_unreachable v1.0.4 |
1599 | 2023-11-29T18:55:29.102Z | Compiling fixedbitset v0.4.2 |
1600 | 2023-11-29T18:55:29.662Z | Compiling data-encoding v2.4.0 |
1601 | 2023-11-29T18:55:29.737Z | Compiling petgraph v0.6.4 |
1602 | 2023-11-29T18:55:29.790Z | Compiling bstr v1.6.0 |
1603 | 2023-11-29T18:55:30.574Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1604 | 2023-11-29T18:55:32.203Z | Compiling trust-dns-proto v0.22.0 |
1605 | 2023-11-29T18:55:32.423Z | Compiling tokio-postgres v0.7.10 |
1606 | 2023-11-29T18:55:36.354Z | Compiling string_cache v0.8.7 |
1607 | 2023-11-29T18:55:36.963Z | Compiling reqwest v0.11.22 |
1608 | 2023-11-29T18:55:37.662Z | Compiling predicates v3.0.4 |
1609 | 2023-11-29T18:55:40.144Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1610 | 2023-11-29T18:55:49.773Z | Compiling futures v0.3.29 |
1611 | 2023-11-29T18:55:49.934Z | Compiling diesel v2.1.4 |
1612 | 2023-11-29T18:55:50.208Z | Compiling yasna v0.5.2 |
1613 | 2023-11-29T18:55:51.315Z | Compiling snafu v0.7.5 |
1614 | 2023-11-29T18:55:52.266Z | Compiling zip v0.6.6 |
1615 | 2023-11-29T18:55:52.528Z | Compiling crossterm v0.27.0 |
1616 | 2023-11-29T18:55:52.926Z | Compiling cipher v0.4.4 |
1617 | 2023-11-29T18:55:54.107Z | Compiling clap v4.4.3 |
1618 | 2023-11-29T18:55:54.302Z | Compiling similar v2.2.1 |
1619 | 2023-11-29T18:55:56.360Z | Compiling bit-set v0.5.3 |
1620 | 2023-11-29T18:55:56.758Z | Compiling itertools v0.10.5 |
1621 | 2023-11-29T18:55:57.523Z | Compiling usdt v0.3.5 |
1622 | 2023-11-29T18:55:57.912Z | Compiling console v0.15.7 |
1623 | 2023-11-29T18:55:58.120Z | Compiling tokio-stream v0.1.14 |
1624 | 2023-11-29T18:55:58.995Z | Compiling toml v0.7.8 |
1625 | 2023-11-29T18:55:59.659Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2023-11-29T18:56:00.010Z | Compiling toml_edit v0.21.0 |
1627 | 2023-11-29T18:56:01.013Z | Compiling hex v0.4.3 |
1628 | 2023-11-29T18:56:01.396Z | Compiling signature v2.1.0 |
1629 | 2023-11-29T18:56:01.730Z | Compiling proc-macro-error v1.0.4 |
1630 | 2023-11-29T18:56:02.030Z | Compiling lalrpop-util v0.19.12 |
1631 | 2023-11-29T18:56:04.503Z | Compiling num_enum_derive v0.5.11 |
1632 | 2023-11-29T18:56:09.105Z | Compiling atty v0.2.14 |
1633 | 2023-11-29T18:56:09.319Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2023-11-29T18:56:09.792Z | Compiling ident_case v1.0.1 |
1635 | 2023-11-29T18:56:10.121Z | Compiling darling_core v0.20.3 |
1636 | 2023-11-29T18:56:15.262Z | Compiling num_enum v0.5.11 |
1637 | 2023-11-29T18:56:35.334Z | Compiling dirs-sys-next v0.1.2 |
1638 | 2023-11-29T18:56:41.802Z | Compiling camino v1.1.6 |
1639 | 2023-11-29T18:56:41.802Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2023-11-29T18:56:41.802Z | Compiling postcard-cobs v0.1.5-pre |
1641 | 2023-11-29T18:56:41.909Z | Compiling postcard v0.7.3 |
1642 | 2023-11-29T18:56:45.447Z | Compiling dirs-next v2.0.0 |
1643 | 2023-11-29T18:56:46.806Z | Compiling darling_macro v0.20.3 |
1644 | 2023-11-29T18:56:50.756Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1645 | 2023-11-29T18:57:09.607Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1646 | 2023-11-29T18:57:10.584Z | Compiling smoltcp v0.8.2 |
1647 | 2023-11-29T18:57:10.584Z | Compiling getopts v0.2.21 |
1648 | 2023-11-29T18:57:10.972Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2023-11-29T18:57:10.972Z | Compiling structmeta-derive v0.2.0 |
1650 | 2023-11-29T18:57:15.614Z | Compiling thread_local v1.1.7 |
1651 | 2023-11-29T18:57:16.908Z | Compiling multer v2.1.0 |
1652 | 2023-11-29T18:57:17.338Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1653 | 2023-11-29T18:57:17.640Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1654 | 2023-11-29T18:57:17.780Z | Compiling paste v1.0.14 |
1655 | 2023-11-29T18:57:18.055Z | Compiling unsafe-libyaml v0.2.9 |
1656 | 2023-11-29T18:57:18.449Z | Compiling foreign-types-shared v0.3.1 |
1657 | 2023-11-29T18:57:18.624Z | Compiling match_cfg v0.1.0 |
1658 | 2023-11-29T18:57:19.938Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1659 | 2023-11-29T18:57:20.288Z | Compiling cfg-if v0.1.10 |
1660 | 2023-11-29T18:57:21.215Z | Compiling slog-async v2.8.0 |
1661 | 2023-11-29T18:57:26.520Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1662 | 2023-11-29T18:57:31.481Z | Compiling serde_yaml v0.9.25 |
1663 | 2023-11-29T18:57:31.560Z | Compiling hostname v0.3.1 |
1664 | 2023-11-29T18:57:31.924Z | Compiling foreign-types v0.5.0 |
1665 | 2023-11-29T18:57:33.487Z | Compiling structmeta v0.2.0 |
1666 | 2023-11-29T18:57:38.200Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1667 | 2023-11-29T18:57:42.042Z | Compiling darling v0.20.3 |
1668 | 2023-11-29T18:57:42.461Z | Compiling term v0.7.0 |
1669 | 2023-11-29T18:57:51.673Z | Compiling slog-json v2.6.1 |
1670 | 2023-11-29T18:57:51.690Z | Compiling is-terminal v0.4.9 |
1671 | 2023-11-29T18:57:51.690Z | Compiling crossbeam-channel v0.5.8 |
1672 | 2023-11-29T18:57:57.049Z | Compiling strum v0.25.0 |
1673 | 2023-11-29T18:57:57.116Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1674 | 2023-11-29T18:57:57.116Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1675 | 2023-11-29T18:57:57.116Z | Compiling async-stream-impl v0.3.5 |
1676 | 2023-11-29T18:57:57.116Z | Compiling cstr-argument v0.1.2 |
1677 | 2023-11-29T18:57:57.116Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1678 | 2023-11-29T18:57:57.116Z | Compiling regex-syntax v0.7.5 |
1679 | 2023-11-29T18:57:57.116Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1680 | 2023-11-29T18:57:57.116Z | Compiling pretty-hex v0.2.1 |
1681 | 2023-11-29T18:57:57.116Z | Compiling crucible-workspace-hack v0.1.0 |
1682 | 2023-11-29T18:57:57.117Z | Compiling atomic-waker v1.1.1 |
1683 | 2023-11-29T18:57:57.392Z | Compiling take_mut v0.2.2 |
1684 | 2023-11-29T18:57:58.880Z | Compiling fastrand v2.0.0 |
1685 | 2023-11-29T18:57:59.950Z | Compiling tempfile v3.8.1 |
1686 | 2023-11-29T18:58:05.724Z | Compiling parse-display-derive v0.8.2 |
1687 | 2023-11-29T18:58:09.279Z | Compiling waitgroup v0.1.2 |
1688 | 2023-11-29T18:58:09.625Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1689 | 2023-11-29T18:58:10.408Z | Compiling async-stream v0.3.5 |
1690 | 2023-11-29T18:58:11.774Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1691 | 2023-11-29T18:58:13.604Z | Compiling colored v2.0.4 |
1692 | 2023-11-29T18:58:15.473Z | Compiling slog-bunyan v2.4.0 |
1693 | 2023-11-29T18:58:15.862Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1694 | 2023-11-29T18:58:18.700Z | Compiling slog-term v2.9.0 |
1695 | 2023-11-29T18:58:20.858Z | Compiling serde_with_macros v2.3.3 |
1696 | 2023-11-29T18:58:31.052Z | Compiling toml v0.8.8 |
1697 | 2023-11-29T18:58:31.062Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1698 | 2023-11-29T18:58:31.062Z | Compiling sha1 v0.10.6 |
1699 | 2023-11-29T18:58:32.179Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1700 | 2023-11-29T18:58:32.977Z | Compiling textwrap v0.11.0 |
1701 | 2023-11-29T18:58:35.142Z | Compiling heck v0.3.3 |
1702 | 2023-11-29T18:58:35.698Z | Compiling serde_path_to_error v0.1.14 |
1703 | 2023-11-29T18:58:35.931Z | Compiling instant v0.1.12 |
1704 | 2023-11-29T18:58:36.159Z | Compiling ansi_term v0.12.1 |
1705 | 2023-11-29T18:58:37.564Z | Compiling libefi-sys v0.1.0 |
1706 | 2023-11-29T18:58:37.576Z | Compiling strsim v0.8.0 |
1707 | 2023-11-29T18:58:37.848Z | Compiling rayon-core v1.12.0 |
1708 | 2023-11-29T18:58:37.910Z | Compiling vec_map v0.8.2 |
1709 | 2023-11-29T18:58:38.273Z | Compiling debug-ignore v1.0.5 |
1710 | 2023-11-29T18:58:38.459Z | Compiling clap v2.34.0 |
1711 | 2023-11-29T18:58:39.217Z | Compiling backoff v0.4.0 |
1712 | 2023-11-29T18:58:39.794Z | Compiling structopt-derive v0.4.18 |
1713 | 2023-11-29T18:58:39.824Z | Compiling serde_with v2.3.3 |
1714 | 2023-11-29T18:58:41.242Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1715 | 2023-11-29T18:58:41.562Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1716 | 2023-11-29T18:58:44.168Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1717 | 2023-11-29T18:58:45.983Z | Compiling parse-display v0.8.2 |
1718 | 2023-11-29T18:58:46.455Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1719 | 2023-11-29T18:58:47.231Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1720 | 2023-11-29T18:58:47.420Z | Compiling zone_cfg_derive v0.3.0 |
1721 | 2023-11-29T18:58:47.482Z | Compiling crossbeam-deque v0.8.3 |
1722 | 2023-11-29T18:58:48.117Z | Compiling macaddr v1.0.1 |
1723 | 2023-11-29T18:58:48.560Z | Compiling num-derive v0.4.0 |
1724 | 2023-11-29T18:58:49.310Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1725 | 2023-11-29T18:58:49.607Z | Compiling portable-atomic v1.4.3 |
1726 | 2023-11-29T18:58:50.101Z | Compiling zone v0.3.0 |
1727 | 2023-11-29T18:58:52.201Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1728 | 2023-11-29T18:58:55.093Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1729 | 2023-11-29T18:58:55.949Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-11-29T18:58:55.996Z | Compiling structopt v0.3.26 |
1731 | 2023-11-29T18:58:57.069Z | Compiling camino-tempfile v1.1.1 |
1732 | 2023-11-29T18:58:57.661Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1733 | 2023-11-29T18:58:58.317Z | Compiling smf v0.2.2 |
1734 | 2023-11-29T18:58:58.664Z | Compiling xattr v1.0.1 |
1735 | 2023-11-29T18:58:59.111Z | Compiling filetime v0.2.22 |
1736 | 2023-11-29T18:58:59.557Z | Compiling same-file v1.0.6 |
1737 | 2023-11-29T18:58:59.596Z | Compiling tar v0.4.40 |
1738 | 2023-11-29T18:58:59.992Z | Compiling walkdir v2.4.0 |
1739 | 2023-11-29T18:59:02.397Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1740 | 2023-11-29T18:59:02.832Z | Compiling rayon v1.8.0 |
1741 | 2023-11-29T18:59:03.053Z | Compiling number_prefix v0.4.0 |
1742 | 2023-11-29T18:59:03.452Z | Compiling omicron-zone-package v0.9.1 |
1743 | 2023-11-29T18:59:06.000Z | Compiling swrite v0.1.0 |
1744 | 2023-11-29T18:59:06.178Z | Compiling topological-sort v0.2.2 |
1745 | 2023-11-29T18:59:12.109Z | Compiling indicatif v0.17.7 |
1746 | 2023-11-29T18:59:26.717Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1747 | 2023-11-29T18:59:36.771Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1748 | 2023-11-29T18:59:40.123Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1749 | 2023-11-29T18:59:45.508Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1750 | 2023-11-29T19:00:09.002Z | Finished release [optimized] target(s) in 7m 42s |
1751 | 2023-11-29T19:00:09.257Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1752 | 2023-11-29T19:00:09.338Z | Created new build target 'test' and set it as active |
1753 | 2023-11-29T19:00:09.347Z | |
1754 | 2023-11-29T19:00:09.347Z | real 7:42.769198577 |
1755 | 2023-11-29T19:00:09.347Z | user 49:44.086343825 |
1756 | 2023-11-29T19:00:09.347Z | sys 4:25.135497024 |
1757 | 2023-11-29T19:00:09.347Z | trap 1.912182772 |
1758 | 2023-11-29T19:00:09.347Z | tflt 5.244635573 |
1759 | 2023-11-29T19:00:09.347Z | dflt 6.234722050 |
1760 | 2023-11-29T19:00:09.347Z | kflt 0.030816927 |
1761 | 2023-11-29T19:00:09.347Z | lock 1:47:32.947208907 |
1762 | 2023-11-29T19:00:09.347Z | slp 2:19:35.737371492 |
1763 | 2023-11-29T19:00:09.347Z | lat 2:20.757464344 |
1764 | 2023-11-29T19:00:09.349Z | stop 3:52.037255951 |
1765 | 2023-11-29T19:00:09.349Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1766 | 2023-11-29T19:00:10.410Z | Finished release [optimized] target(s) in 0.98s |
1767 | 2023-11-29T19:00:10.842Z | Running `target/release/omicron-package -t test package` |
1768 | 2023-11-29T19:00:10.847Z | Nov 29 19:00:10.471 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1769 | 2023-11-29T19:00:11.594Z | Compiling base64ct v1.6.0 |
1770 | 2023-11-29T19:00:11.614Z | Compiling linked-hash-map v0.5.6 |
1771 | 2023-11-29T19:00:11.622Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1772 | 2023-11-29T19:00:11.622Z | Compiling blake2 v0.10.6 |
1773 | 2023-11-29T19:00:11.622Z | Compiling same-file v1.0.6 |
1774 | 2023-11-29T19:00:11.622Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1775 | 2023-11-29T19:00:11.627Z | Compiling semver-parser v0.10.2 |
1776 | 2023-11-29T19:00:11.627Z | Compiling quick-error v1.2.3 |
1777 | 2023-11-29T19:00:11.834Z | Compiling walkdir v2.4.0 |
1778 | 2023-11-29T19:00:11.916Z | Compiling fastrand v2.0.0 |
1779 | 2023-11-29T19:00:12.198Z | Compiling lru-cache v0.1.2 |
1780 | 2023-11-29T19:00:12.493Z | Compiling password-hash v0.5.0 |
1781 | 2023-11-29T19:00:12.665Z | Compiling tempfile v3.8.1 |
1782 | 2023-11-29T19:00:12.786Z | Compiling semver v0.11.0 |
1783 | 2023-11-29T19:00:12.853Z | Compiling resolv-conf v0.7.0 |
1784 | 2023-11-29T19:00:13.853Z | Compiling argon2 v0.5.2 |
1785 | 2023-11-29T19:00:13.887Z | Compiling xattr v1.0.1 |
1786 | 2023-11-29T19:00:13.890Z | Compiling filetime v0.2.22 |
1787 | 2023-11-29T19:00:14.243Z | Compiling slog-dtrace v0.2.3 |
1788 | 2023-11-29T19:00:14.312Z | Compiling home v0.5.5 |
1789 | 2023-11-29T19:00:14.641Z | Compiling toolchain_find v0.2.0 |
1790 | 2023-11-29T19:00:14.654Z | Compiling tar v0.4.40 |
1791 | 2023-11-29T19:00:14.749Z | Compiling trust-dns-resolver v0.22.0 |
1792 | 2023-11-29T19:00:15.717Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1793 | 2023-11-29T19:00:15.988Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1794 | 2023-11-29T19:00:16.424Z | Compiling toml v0.5.11 |
1795 | 2023-11-29T19:00:16.565Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1796 | 2023-11-29T19:00:16.641Z | Compiling omicron-zone-package v0.9.1 |
1797 | 2023-11-29T19:00:17.635Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1798 | 2023-11-29T19:00:18.031Z | Compiling toml v0.8.8 |
1799 | 2023-11-29T19:00:18.376Z | Compiling num-rational v0.4.1 |
1800 | 2023-11-29T19:00:18.837Z | Compiling cancel-safe-futures v0.1.5 |
1801 | 2023-11-29T19:00:19.320Z | Compiling rustfmt-wrapper v0.2.0 |
1802 | 2023-11-29T19:00:19.734Z | Compiling convert_case v0.4.0 |
1803 | 2023-11-29T19:00:20.941Z | Compiling derive_more v0.99.17 |
1804 | 2023-11-29T19:00:21.605Z | Compiling pem-rfc7468 v0.7.0 |
1805 | 2023-11-29T19:00:21.806Z | Compiling num-complex v0.4.4 |
1806 | 2023-11-29T19:00:22.401Z | Compiling der_derive v0.7.2 |
1807 | 2023-11-29T19:00:23.516Z | Compiling flagset v0.4.3 |
1808 | 2023-11-29T19:00:23.849Z | Compiling semver v0.1.20 |
1809 | 2023-11-29T19:00:23.997Z | Compiling num v0.4.1 |
1810 | 2023-11-29T19:00:24.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1811 | 2023-11-29T19:00:24.451Z | Compiling rustc_version v0.1.7 |
1812 | 2023-11-29T19:00:24.540Z | Compiling hkdf v0.12.3 |
1813 | 2023-11-29T19:00:24.743Z | Compiling fxhash v0.2.1 |
1814 | 2023-11-29T19:00:24.919Z | Compiling unicase v2.7.0 |
1815 | 2023-11-29T19:00:25.052Z | Compiling utf-8 v0.7.6 |
1816 | 2023-11-29T19:00:25.079Z | Compiling radium v0.7.0 |
1817 | 2023-11-29T19:00:25.354Z | Compiling tungstenite v0.20.1 |
1818 | 2023-11-29T19:00:25.616Z | Compiling newtype_derive v0.1.6 |
1819 | 2023-11-29T19:00:25.717Z | Compiling tap v1.0.1 |
1820 | 2023-11-29T19:00:25.749Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1821 | 2023-11-29T19:00:25.991Z | Compiling maybe-uninit v2.0.0 |
1822 | 2023-11-29T19:00:26.114Z | Compiling keccak v0.1.4 |
1823 | 2023-11-29T19:00:26.206Z | Compiling der v0.7.8 |
1824 | 2023-11-29T19:00:26.659Z | Compiling ciborium-io v0.2.1 |
1825 | 2023-11-29T19:00:26.831Z | Compiling arc-swap v1.6.0 |
1826 | 2023-11-29T19:00:27.695Z | Compiling half v1.8.2 |
1827 | 2023-11-29T19:00:28.002Z | Compiling slog-scope v4.4.0 |
1828 | 2023-11-29T19:00:29.459Z | Compiling ciborium-ll v0.2.1 |
1829 | 2023-11-29T19:00:29.744Z | Compiling tokio-tungstenite v0.20.1 |
1830 | 2023-11-29T19:00:30.262Z | Compiling spki v0.7.2 |
1831 | 2023-11-29T19:00:30.780Z | Compiling sha3 v0.10.8 |
1832 | 2023-11-29T19:00:31.158Z | Compiling wyz v0.5.1 |
1833 | 2023-11-29T19:00:32.121Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1834 | 2023-11-29T19:00:32.739Z | Compiling secrecy v0.8.0 |
1835 | 2023-11-29T19:00:33.133Z | Compiling packed_struct v0.10.1 |
1836 | 2023-11-29T19:00:33.155Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2023-11-29T19:00:33.587Z | Compiling funty v2.0.0 |
1838 | 2023-11-29T19:00:33.763Z | Compiling crc-catalog v2.2.0 |
1839 | 2023-11-29T19:00:33.972Z | Compiling parking_lot_core v0.8.6 |
1840 | 2023-11-29T19:00:34.568Z | Compiling crc v3.0.1 |
1841 | 2023-11-29T19:00:35.409Z | Compiling pkcs8 v0.10.2 |
1842 | 2023-11-29T19:00:35.699Z | Compiling bitvec v1.0.1 |
1843 | 2023-11-29T19:00:38.470Z | Compiling ciborium v0.2.1 |
1844 | 2023-11-29T19:00:38.481Z | Compiling slog-stdlog v4.1.1 |
1845 | 2023-11-29T19:00:39.182Z | Compiling nibble_vec v0.1.0 |
1846 | 2023-11-29T19:00:39.515Z | Compiling packed_struct_codegen v0.10.1 |
1847 | 2023-11-29T19:00:39.689Z | Compiling dirs-sys-next v0.1.2 |
1848 | 2023-11-29T19:00:40.109Z | Compiling glob v0.3.1 |
1849 | 2023-11-29T19:00:40.472Z | Compiling nodrop v0.1.14 |
1850 | 2023-11-29T19:00:40.642Z | Compiling crunchy v0.2.2 |
1851 | 2023-11-29T19:00:41.200Z | Compiling endian-type v0.1.2 |
1852 | 2023-11-29T19:00:41.311Z | Compiling clang-sys v1.6.1 |
1853 | 2023-11-29T19:00:41.558Z | Compiling radix_trie v0.2.1 |
1854 | 2023-11-29T19:00:42.041Z | Compiling array-init v0.0.4 |
1855 | 2023-11-29T19:00:42.339Z | Compiling dirs-next v2.0.0 |
1856 | 2023-11-29T19:00:42.963Z | Compiling slog-envlogger v2.2.0 |
1857 | 2023-11-29T19:00:43.138Z | Compiling pkcs1 v0.7.5 |
1858 | 2023-11-29T19:00:43.233Z | Compiling smallvec v0.6.14 |
1859 | 2023-11-29T19:00:43.942Z | Compiling steno v0.4.0 |
1860 | 2023-11-29T19:00:48.977Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1861 | 2023-11-29T19:00:49.366Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1862 | 2023-11-29T19:00:50.024Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1863 | 2023-11-29T19:00:51.501Z | Compiling bitfield v0.14.0 |
1864 | 2023-11-29T19:00:52.237Z | Compiling tiny-keccak v2.0.2 |
1865 | 2023-11-29T19:00:52.646Z | Compiling prettyplease v0.2.12 |
1866 | 2023-11-29T19:00:53.067Z | Compiling platforms v3.0.2 |
1867 | 2023-11-29T19:00:53.568Z | Compiling termcolor v1.2.0 |
1868 | 2023-11-29T19:00:55.609Z | Compiling env_logger v0.10.0 |
1869 | 2023-11-29T19:00:55.839Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1870 | 2023-11-29T19:00:58.209Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1871 | 2023-11-29T19:01:01.995Z | Compiling rsa v0.9.2 |
1872 | 2023-11-29T19:01:04.767Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1873 | 2023-11-29T19:01:07.024Z | Compiling parking_lot v0.11.2 |
1874 | 2023-11-29T19:01:08.885Z | Compiling serde-hex v0.1.0 |
1875 | 2023-11-29T19:01:10.808Z | Compiling mime_guess v2.0.4 |
1876 | 2023-11-29T19:01:11.077Z | Compiling term v0.7.0 |
1877 | 2023-11-29T19:01:11.871Z | Compiling trust-dns-client v0.22.0 |
1878 | 2023-11-29T19:01:12.819Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1879 | 2023-11-29T19:01:13.190Z | Compiling x509-cert v0.2.4 |
1880 | 2023-11-29T19:01:13.632Z | Compiling darling_core v0.14.4 |
1881 | 2023-11-29T19:01:17.750Z | Compiling ron v0.8.1 |
1882 | 2023-11-29T19:01:26.042Z | Compiling buf-list v1.0.3 |
1883 | 2023-11-29T19:01:26.851Z | Compiling minimal-lexical v0.2.1 |
1884 | 2023-11-29T19:01:27.647Z | Compiling crc-any v2.4.3 |
1885 | 2023-11-29T19:01:28.121Z | Compiling nom v7.1.3 |
1886 | 2023-11-29T19:01:29.241Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1887 | 2023-11-29T19:01:30.401Z | Compiling trust-dns-server v0.22.1 |
1888 | 2023-11-29T19:01:34.266Z | Compiling darling_macro v0.14.4 |
1889 | 2023-11-29T19:01:35.548Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1890 | 2023-11-29T19:01:37.265Z | Compiling ascii-canvas v3.0.0 |
1891 | 2023-11-29T19:01:38.416Z | Compiling sled v0.34.7 |
1892 | 2023-11-29T19:01:39.373Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1893 | 2023-11-29T19:02:05.542Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1894 | 2023-11-29T19:02:07.234Z | Compiling object v0.30.4 |
1895 | 2023-11-29T19:02:08.118Z | Compiling itertools v0.12.0 |
1896 | 2023-11-29T19:02:11.087Z | Compiling is-terminal v0.4.9 |
1897 | 2023-11-29T19:02:11.261Z | Compiling libsw v3.3.0 |
1898 | 2023-11-29T19:02:11.773Z | Compiling ena v0.14.2 |
1899 | 2023-11-29T19:02:12.419Z | Compiling derive-where v1.2.5 |
1900 | 2023-11-29T19:02:14.143Z | Compiling libloading v0.7.4 |
1901 | 2023-11-29T19:02:14.687Z | Compiling bindgen v0.65.1 |
1902 | 2023-11-29T19:02:15.319Z | Compiling owo-colors v3.5.0 |
1903 | 2023-11-29T19:02:17.741Z | Compiling pretty-hex v0.3.0 |
1904 | 2023-11-29T19:02:18.100Z | Compiling diff v0.1.13 |
1905 | 2023-11-29T19:02:18.772Z | Compiling path-slash v0.1.5 |
1906 | 2023-11-29T19:02:19.019Z | Compiling regex-syntax v0.6.29 |
1907 | 2023-11-29T19:02:19.114Z | Compiling linear-map v1.2.0 |
1908 | 2023-11-29T19:02:19.729Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1909 | 2023-11-29T19:02:20.979Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1910 | 2023-11-29T19:02:21.740Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1911 | 2023-11-29T19:02:28.333Z | Compiling lalrpop v0.19.12 |
1912 | 2023-11-29T19:02:33.432Z | Compiling curve25519-dalek v4.1.0 |
1913 | 2023-11-29T19:02:36.335Z | Compiling darling v0.14.4 |
1914 | 2023-11-29T19:02:36.540Z | Compiling cexpr v0.6.0 |
1915 | 2023-11-29T19:02:38.954Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1916 | 2023-11-29T19:02:39.651Z | Compiling which v4.4.0 |
1917 | 2023-11-29T19:02:40.390Z | Compiling ff v0.13.0 |
1918 | 2023-11-29T19:02:40.441Z | Compiling kstat-rs v0.2.3 |
1919 | 2023-11-29T19:02:40.743Z | Compiling memoffset v0.7.1 |
1920 | 2023-11-29T19:02:41.182Z | Compiling peeking_take_while v0.1.2 |
1921 | 2023-11-29T19:02:41.329Z | Compiling display-error-chain v0.2.0 |
1922 | 2023-11-29T19:02:41.371Z | Compiling shlex v1.1.0 |
1923 | 2023-11-29T19:02:41.794Z | Compiling lazycell v1.3.0 |
1924 | 2023-11-29T19:02:41.794Z | Compiling rustc-hash v1.1.0 |
1925 | 2023-11-29T19:02:41.794Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1926 | 2023-11-29T19:02:41.926Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1927 | 2023-11-29T19:02:42.477Z | Compiling group v0.13.0 |
1928 | 2023-11-29T19:02:42.750Z | Compiling derive_builder_core v0.12.0 |
1929 | 2023-11-29T19:02:46.400Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1930 | 2023-11-29T19:02:49.367Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1931 | 2023-11-29T19:02:54.556Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1932 | 2023-11-29T19:02:59.943Z | Compiling globset v0.4.13 |
1933 | 2023-11-29T19:02:59.981Z | Compiling pem v3.0.2 |
1934 | 2023-11-29T19:03:02.638Z | Compiling olpc-cjson v0.1.3 |
1935 | 2023-11-29T19:03:03.623Z | Compiling universal-hash v0.5.1 |
1936 | 2023-11-29T19:03:03.942Z | Compiling crypto-bigint v0.5.2 |
1937 | 2023-11-29T19:03:04.532Z | Compiling bcs v0.1.6 |
1938 | 2023-11-29T19:03:05.985Z | Compiling serde_plain v1.0.2 |
1939 | 2023-11-29T19:03:06.706Z | Compiling libxml v0.3.3 |
1940 | 2023-11-29T19:03:06.808Z | Compiling curve25519-dalek-derive v0.1.0 |
1941 | 2023-11-29T19:03:07.610Z | Compiling async-recursion v1.0.5 |
1942 | 2023-11-29T19:03:08.718Z | Compiling thiserror-impl-no-std v2.0.2 |
1943 | 2023-11-29T19:03:08.994Z | Compiling highway v1.1.0 |
1944 | 2023-11-29T19:03:09.099Z | Compiling typed-path v0.6.0 |
1945 | 2023-11-29T19:03:09.427Z | Compiling opaque-debug v0.3.0 |
1946 | 2023-11-29T19:03:09.557Z | Compiling base16ct v0.2.0 |
1947 | 2023-11-29T19:03:10.112Z | Compiling ref-cast v1.0.20 |
1948 | 2023-11-29T19:03:10.853Z | Compiling elliptic-curve v0.13.5 |
1949 | 2023-11-29T19:03:11.339Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1950 | 2023-11-29T19:03:11.777Z | Compiling poly1305 v0.8.0 |
1951 | 2023-11-29T19:03:13.170Z | Compiling thiserror-no-std v2.0.2 |
1952 | 2023-11-29T19:03:13.376Z | Compiling tough v0.15.0 |
1953 | 2023-11-29T19:03:14.827Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1954 | 2023-11-29T19:03:16.363Z | Compiling polar-core v0.27.0 |
1955 | 2023-11-29T19:03:21.101Z | Compiling derive_builder_macro v0.12.0 |
1956 | 2023-11-29T19:03:22.199Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1957 | 2023-11-29T19:03:22.312Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1958 | 2023-11-29T19:03:27.428Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1959 | 2023-11-29T19:03:27.888Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1960 | 2023-11-29T19:03:28.328Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1961 | 2023-11-29T19:03:31.940Z | Compiling chacha20 v0.9.1 |
1962 | 2023-11-29T19:03:32.059Z | Compiling strum_macros v0.24.3 |
1963 | 2023-11-29T19:03:32.671Z | Compiling aead v0.5.2 |
1964 | 2023-11-29T19:03:33.140Z | Compiling ref-cast-impl v1.0.20 |
1965 | 2023-11-29T19:03:34.925Z | Compiling cookie v0.18.0 |
1966 | 2023-11-29T19:03:35.375Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1967 | 2023-11-29T19:03:35.847Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1968 | 2023-11-29T19:03:36.265Z | Compiling salty v0.2.0 |
1969 | 2023-11-29T19:03:36.942Z | Compiling signature v1.6.4 |
1970 | 2023-11-29T19:03:37.129Z | Compiling indoc v1.0.9 |
1971 | 2023-11-29T19:03:37.745Z | Compiling ed25519 v1.5.3 |
1972 | 2023-11-29T19:03:38.497Z | Compiling chacha20poly1305 v0.10.1 |
1973 | 2023-11-29T19:03:38.716Z | Compiling derive_builder v0.12.0 |
1974 | 2023-11-29T19:03:38.825Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1975 | 2023-11-29T19:03:39.044Z | Compiling vsss-rs v3.3.1 |
1976 | 2023-11-29T19:03:50.013Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1977 | 2023-11-29T19:03:52.085Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1978 | 2023-11-29T19:03:52.618Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1979 | 2023-11-29T19:03:52.947Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1980 | 2023-11-29T19:03:53.059Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1981 | 2023-11-29T19:03:57.412Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1982 | 2023-11-29T19:03:58.061Z | Compiling headers-core v0.2.0 |
1983 | 2023-11-29T19:03:58.298Z | Compiling bb8 v0.8.1 |
1984 | 2023-11-29T19:03:59.260Z | Compiling quick-xml v0.23.1 |
1985 | 2023-11-29T19:04:00.839Z | Compiling serde-big-array v0.5.1 |
1986 | 2023-11-29T19:04:01.209Z | Compiling impl-trait-for-tuples v0.2.2 |
1987 | 2023-11-29T19:04:01.712Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1988 | 2023-11-29T19:04:01.967Z | Compiling oso-derive v0.27.0 |
1989 | 2023-11-29T19:04:03.013Z | Compiling fs-err v2.11.0 |
1990 | 2023-11-29T19:04:03.500Z | Compiling maplit v1.0.2 |
1991 | 2023-11-29T19:04:03.545Z | Compiling http-range v0.1.5 |
1992 | 2023-11-29T19:04:03.812Z | Compiling hyper-staticfile v0.9.5 |
1993 | 2023-11-29T19:04:04.541Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1994 | 2023-11-29T19:04:06.988Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1995 | 2023-11-29T19:04:08.041Z | Compiling headers v0.3.9 |
1996 | 2023-11-29T19:04:15.277Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1997 | 2023-11-29T19:04:17.333Z | Compiling oso v0.27.0 |
1998 | 2023-11-29T19:04:28.178Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1999 | 2023-11-29T19:04:31.992Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2000 | 2023-11-29T19:04:32.414Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2001 | 2023-11-29T19:04:32.432Z | Compiling signal-hook-tokio v0.3.1 |
2002 | 2023-11-29T19:04:32.711Z | Compiling serde-big-array v0.4.1 |
2003 | 2023-11-29T19:04:32.992Z | Compiling cassowary v0.3.0 |
2004 | 2023-11-29T19:04:34.594Z | Compiling indoc v2.0.3 |
2005 | 2023-11-29T19:04:36.079Z | Compiling ratatui v0.23.0 |
2006 | 2023-11-29T19:04:40.515Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2007 | 2023-11-29T19:04:43.135Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2008 | 2023-11-29T19:04:45.775Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2009 | 2023-11-29T19:04:50.272Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2010 | 2023-11-29T19:04:50.860Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2011 | 2023-11-29T19:05:01.594Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2012 | 2023-11-29T19:05:04.206Z | Compiling fatfs v0.3.6 |
2013 | 2023-11-29T19:05:09.675Z | Compiling bytesize v1.3.0 |
2014 | 2023-11-29T19:05:10.611Z | Compiling nanorand v0.7.0 |
2015 | 2023-11-29T19:05:11.342Z | Compiling rtoolbox v0.0.1 |
2016 | 2023-11-29T19:05:11.779Z | Compiling corncobs v0.1.3 |
2017 | 2023-11-29T19:05:12.024Z | Compiling smawk v0.3.1 |
2018 | 2023-11-29T19:05:12.369Z | Compiling is_ci v1.1.1 |
2019 | 2023-11-29T19:05:12.410Z | Compiling unicode-linebreak v0.1.5 |
2020 | 2023-11-29T19:05:12.781Z | Compiling assert_matches v1.5.0 |
2021 | 2023-11-29T19:05:12.926Z | Compiling supports-color v2.1.0 |
2022 | 2023-11-29T19:05:13.335Z | Compiling textwrap v0.16.0 |
2023 | 2023-11-29T19:05:14.044Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2024 | 2023-11-29T19:05:15.355Z | Compiling rpassword v7.3.1 |
2025 | 2023-11-29T19:05:15.984Z | Compiling flume v0.11.0 |
2026 | 2023-11-29T19:05:17.224Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2027 | 2023-11-29T19:05:19.690Z | Compiling tui-tree-widget v0.13.0 |
2028 | 2023-11-29T19:05:23.103Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2029 | 2023-11-29T19:05:25.100Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2030 | 2023-11-29T19:05:25.753Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2031 | 2023-11-29T19:06:05.013Z | Compiling shell-words v1.1.0 |
2032 | 2023-11-29T19:06:05.756Z | Compiling humantime v2.1.0 |
2033 | 2023-11-29T19:06:07.216Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2034 | 2023-11-29T19:06:34.970Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2035 | 2023-11-29T19:06:40.030Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2036 | 2023-11-29T19:09:12.734Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2037 | 2023-11-29T19:18:38.218Z | Finished release [optimized] target(s) in 18m 27s |
2038 | 2023-11-29T19:19:51.312Z | |
2039 | 2023-11-29T19:19:51.316Z | real 19:41.952884134 |
2040 | 2023-11-29T19:19:51.316Z | user 2:12:00.729441634 |
2041 | 2023-11-29T19:19:51.316Z | sys 5:06.592964836 |
2042 | 2023-11-29T19:19:51.316Z | trap 4.364260828 |
2043 | 2023-11-29T19:19:51.316Z | tflt 0.900768456 |
2044 | 2023-11-29T19:19:51.316Z | dflt 1.923668148 |
2045 | 2023-11-29T19:19:51.316Z | kflt 0.001122735 |
2046 | 2023-11-29T19:19:51.316Z | lock 7:46:36.633832672 |
2047 | 2023-11-29T19:19:51.316Z | slp 4:59:25.563817926 |
2048 | 2023-11-29T19:19:51.316Z | lat 2:21.386455509 |
2049 | 2023-11-29T19:19:51.316Z | stop 41.680245824 |
2050 | 2023-11-29T19:19:51.316Z | + 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/*) |
2051 | 2023-11-29T19:19:51.318Z | + pfexec mkdir -p /work |
2052 | 2023-11-29T19:19:51.324Z | + pfexec chown build /work |
2053 | 2023-11-29T19:19:51.328Z | + 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 |
2054 | 2023-11-29T19:20:04.552Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2055 | 2023-11-29T19:20:04.553Z | a out/mg-ddm-gz.tar 61253K |
2056 | 2023-11-29T19:20:04.553Z | a out/omicron-sled-agent.tar 109570K |
2057 | 2023-11-29T19:20:04.553Z | a out/target/test 1K |
2058 | 2023-11-29T19:20:04.553Z | a out/npuzone/npuzone 36505K |
2059 | 2023-11-29T19:20:04.553Z | a package-manifest.toml 22K |
2060 | 2023-11-29T19:20:04.553Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2061 | 2023-11-29T19:20:04.554Z | a target/release/omicron-package 41572K |
2062 | 2023-11-29T19:20:04.554Z | a tools/create_virtual_hardware.sh 4K |
2063 | 2023-11-29T19:20:04.554Z | a tools/virtual_hardware.sh 4K |
2064 | 2023-11-29T19:20:04.554Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2065 | 2023-11-29T19:20:04.554Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2066 | 2023-11-29T19:20:04.554Z | a tools/scrimlet/softnpu-init.sh 3K |
2067 | 2023-11-29T19:20:04.554Z | a tools/scrimlet/softnpu-zone.txt 1K |
2068 | 2023-11-29T19:20:04.554Z | a tools/scrimlet/softnpu.toml 1K |
2069 | 2023-11-29T19:20:04.557Z | |
2070 | 2023-11-29T19:20:04.557Z | real 13.228264034 |
2071 | 2023-11-29T19:20:04.557Z | user 12.620958082 |
2072 | 2023-11-29T19:20:04.557Z | sys 1.061932721 |
2073 | 2023-11-29T19:20:04.557Z | trap 0.003424125 |
2074 | 2023-11-29T19:20:04.557Z | tflt 0.000000000 |
2075 | 2023-11-29T19:20:04.557Z | dflt 0.000000000 |
2076 | 2023-11-29T19:20:04.557Z | kflt 0.000000000 |
2077 | 2023-11-29T19:20:04.560Z | lock 0.000000000 |
2078 | 2023-11-29T19:20:04.560Z | slp 12.350756550 |
2079 | 2023-11-29T19:20:04.560Z | lat 0.415852487 |
2080 | 2023-11-29T19:20:04.560Z | stop 0.000237115 |
2081 | 2023-11-29T19:20:04.560Z | ++ pwd |
2082 | 2023-11-29T19:20:04.563Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2083 | 2023-11-29T19:20:04.563Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2084 | 2023-11-29T19:20:04.563Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2085 | 2023-11-29T19:20:05.645Z | Finished release [optimized] target(s) in 0.99s |
2086 | 2023-11-29T19:20:05.680Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2087 | 2023-11-29T19:20:05.719Z | Created new build target 'host' and set it as active |
2088 | 2023-11-29T19:20:05.723Z | |
2089 | 2023-11-29T19:20:05.723Z | real 1.155322242 |
2090 | 2023-11-29T19:20:05.723Z | user 0.812434889 |
2091 | 2023-11-29T19:20:05.723Z | sys 0.343826908 |
2092 | 2023-11-29T19:20:05.723Z | trap 0.000078068 |
2093 | 2023-11-29T19:20:05.723Z | tflt 0.000014721 |
2094 | 2023-11-29T19:20:05.723Z | dflt 0.000011380 |
2095 | 2023-11-29T19:20:05.723Z | kflt 0.000000000 |
2096 | 2023-11-29T19:20:05.723Z | lock 0.032295355 |
2097 | 2023-11-29T19:20:05.723Z | slp 0.020430448 |
2098 | 2023-11-29T19:20:05.723Z | lat 0.001811118 |
2099 | 2023-11-29T19:20:05.723Z | stop 0.000223598 |
2100 | 2023-11-29T19:20:05.726Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2101 | 2023-11-29T19:20:06.781Z | Finished release [optimized] target(s) in 0.97s |
2102 | 2023-11-29T19:20:06.811Z | Running `target/release/omicron-package -t host package` |
2103 | 2023-11-29T19:20:06.851Z | Nov 29 19:20:06.853 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2104 | 2023-11-29T19:20:07.955Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2105 | 2023-11-29T19:23:35.917Z | Finished release [optimized] target(s) in 3m 28s |
2106 | 2023-11-29T19:24:51.385Z | |
2107 | 2023-11-29T19:24:51.389Z | real 4:45.650900578 |
2108 | 2023-11-29T19:24:51.389Z | user 19:53.532813760 |
2109 | 2023-11-29T19:24:51.389Z | sys 1:01.167745696 |
2110 | 2023-11-29T19:24:51.389Z | trap 0.540714272 |
2111 | 2023-11-29T19:24:51.389Z | tflt 0.019022752 |
2112 | 2023-11-29T19:24:51.389Z | dflt 1.829846327 |
2113 | 2023-11-29T19:24:51.389Z | kflt 0.000000000 |
2114 | 2023-11-29T19:24:51.389Z | lock 1:07:45.871015616 |
2115 | 2023-11-29T19:24:51.389Z | slp 16:49.464340106 |
2116 | 2023-11-29T19:24:51.389Z | lat 7.153639626 |
2117 | 2023-11-29T19:24:51.389Z | stop 0.575532840 |
2118 | 2023-11-29T19:24:51.389Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2119 | 2023-11-29T19:24:51.389Z | + for package in "$@" |
2120 | 2023-11-29T19:24:51.390Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2121 | 2023-11-29T19:24:51.390Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitb8169350450 |
2122 | 2023-11-29T19:24:52.440Z | Finished release [optimized] target(s) in 0.97s |
2123 | 2023-11-29T19:24:52.470Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitb8169350450` |
2124 | 2023-11-29T19:24:52.510Z | Nov 29 19:24:52.513 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2125 | 2023-11-29T19:24:53.042Z | Created: out/versioned/omicron-sled-agent.tar |
2126 | 2023-11-29T19:24:53.045Z | + for package in "$@" |
2127 | 2023-11-29T19:24:53.045Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2128 | 2023-11-29T19:24:53.045Z | + echo 0.0.0 |
2129 | 2023-11-29T19:24:53.047Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2130 | 2023-11-29T19:24:53.050Z | a VERSION 1K |
2131 | 2023-11-29T19:24:53.050Z | + rm VERSION |
2132 | 2023-11-29T19:24:53.052Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitb8169350450 |
2133 | 2023-11-29T19:24:54.160Z | Finished release [optimized] target(s) in 1.02s |
2134 | 2023-11-29T19:24:54.187Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitb8169350450` |
2135 | 2023-11-29T19:24:54.227Z | Nov 29 19:24:54.230 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2136 | 2023-11-29T19:24:54.502Z | Created: out/versioned/mg-ddm-gz.tar |
2137 | 2023-11-29T19:24:54.505Z | + for package in "$@" |
2138 | 2023-11-29T19:24:54.505Z | + [[ propolis-server == mg-ddm-gz ]] |
2139 | 2023-11-29T19:24:54.505Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitb8169350450 |
2140 | 2023-11-29T19:24:55.561Z | Finished release [optimized] target(s) in 0.97s |
2141 | 2023-11-29T19:24:55.591Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitb8169350450` |
2142 | 2023-11-29T19:24:55.631Z | Nov 29 19:24:55.635 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2143 | 2023-11-29T19:24:57.418Z | Created: out/versioned/propolis-server.tar.gz |
2144 | 2023-11-29T19:24:57.422Z | + for package in "$@" |
2145 | 2023-11-29T19:24:57.422Z | + [[ overlay == mg-ddm-gz ]] |
2146 | 2023-11-29T19:24:57.422Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitb8169350450 |
2147 | 2023-11-29T19:24:58.507Z | Finished release [optimized] target(s) in 1.00s |
2148 | 2023-11-29T19:24:58.543Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitb8169350450` |
2149 | 2023-11-29T19:24:58.585Z | Nov 29 19:24:58.588 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2150 | 2023-11-29T19:24:58.587Z | Created: out/versioned/overlay.tar.gz |
2151 | 2023-11-29T19:24:58.590Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2152 | 2023-11-29T19:24:58.603Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2153 | 2023-11-29T19:24:58.606Z | ++ cd -- ./tools |
2154 | 2023-11-29T19:24:58.606Z | ++ pwd |
2155 | 2023-11-29T19:24:58.609Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2156 | 2023-11-29T19:24:58.609Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2157 | 2023-11-29T19:24:58.611Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2158 | 2023-11-29T19:24:58.614Z | ++ readlink -f /work |
2159 | 2023-11-29T19:24:58.614Z | + out_dir=/work |
2160 | 2023-11-29T19:24:58.617Z | + 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") |
2161 | 2023-11-29T19:24:58.617Z | + for dep in "${deps[@]}" |
2162 | 2023-11-29T19:24:58.617Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2163 | 2023-11-29T19:24:58.617Z | + for dep in "${deps[@]}" |
2164 | 2023-11-29T19:24:58.617Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2165 | 2023-11-29T19:24:58.617Z | + for dep in "${deps[@]}" |
2166 | 2023-11-29T19:24:58.618Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2167 | 2023-11-29T19:24:58.618Z | + for dep in "${deps[@]}" |
2168 | 2023-11-29T19:24:58.618Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2169 | 2023-11-29T19:24:58.618Z | ++ mktemp -d |
2170 | 2023-11-29T19:24:58.620Z | + tmp_gz=/tmp/tmp.9LaWth |
2171 | 2023-11-29T19:24:58.620Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2172 | 2023-11-29T19:24:58.620Z | + echo '{"v":"1","t":"layer"}' |
2173 | 2023-11-29T19:24:58.620Z | + pkg_dir=/tmp/tmp.9LaWth/root/opt/oxide/sled-agent |
2174 | 2023-11-29T19:24:58.620Z | + mkdir -p /tmp/tmp.9LaWth/root/opt/oxide/sled-agent |
2175 | 2023-11-29T19:24:58.623Z | + cd /tmp/tmp.9LaWth/root/opt/oxide/sled-agent |
2176 | 2023-11-29T19:24:58.623Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2177 | 2023-11-29T19:24:58.739Z | x ., 0 bytes, 0 tape blocks |
2178 | 2023-11-29T19:24:58.739Z | x zone-bundle, 41296480 bytes, 80658 tape blocks |
2179 | 2023-11-29T19:24:58.739Z | x sled-agent, 70889080 bytes, 138456 tape blocks |
2180 | 2023-11-29T19:24:58.739Z | x pkg, 0 bytes, 0 tape blocks |
2181 | 2023-11-29T19:24:58.739Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2182 | 2023-11-29T19:24:58.739Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2183 | 2023-11-29T19:24:58.739Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2184 | 2023-11-29T19:24:58.739Z | x VERSION, 25 bytes, 1 tape blocks |
2185 | 2023-11-29T19:24:58.742Z | + mkdir -p /tmp/tmp.9LaWth/root/lib/svc/manifest/site/ |
2186 | 2023-11-29T19:24:58.742Z | + mv pkg/manifest.xml /tmp/tmp.9LaWth/root/lib/svc/manifest/site/sled-agent.xml |
2187 | 2023-11-29T19:24:58.745Z | + cd - |
2188 | 2023-11-29T19:24:58.745Z | /work/oxidecomputer/omicron |
2189 | 2023-11-29T19:24:58.745Z | + pkg_dir=/tmp/tmp.9LaWth/root/opt/oxide/mg-ddm |
2190 | 2023-11-29T19:24:58.745Z | + mkdir -p /tmp/tmp.9LaWth/root/opt/oxide/mg-ddm |
2191 | 2023-11-29T19:24:58.748Z | + cd /tmp/tmp.9LaWth/root/opt/oxide/mg-ddm |
2192 | 2023-11-29T19:24:58.748Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2193 | 2023-11-29T19:24:58.814Z | x ., 0 bytes, 0 tape blocks |
2194 | 2023-11-29T19:24:58.814Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2195 | 2023-11-29T19:24:58.814Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2196 | 2023-11-29T19:24:58.814Z | x pkg, 0 bytes, 0 tape blocks |
2197 | 2023-11-29T19:24:58.814Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2198 | 2023-11-29T19:24:58.814Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2199 | 2023-11-29T19:24:58.814Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2200 | 2023-11-29T19:24:58.814Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2201 | 2023-11-29T19:24:58.814Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2202 | 2023-11-29T19:24:58.814Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2203 | 2023-11-29T19:24:58.814Z | x VERSION, 25 bytes, 1 tape blocks |
2204 | 2023-11-29T19:24:58.817Z | + cd - |
2205 | 2023-11-29T19:24:58.817Z | /work/oxidecomputer/omicron |
2206 | 2023-11-29T19:24:58.817Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.9LaWth/root/opt/oxide |
2207 | 2023-11-29T19:24:58.936Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.9LaWth/root/opt/oxide |
2208 | 2023-11-29T19:24:58.938Z | + cd /tmp/tmp.9LaWth |
2209 | 2023-11-29T19:24:58.938Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2210 | 2023-11-29T19:25:10.458Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2211 | 2023-11-29T19:25:10.458Z | a oxide.json 1K |
2212 | 2023-11-29T19:25:10.458Z | a root/ 0K |
2213 | 2023-11-29T19:25:10.458Z | a root/opt/ 0K |
2214 | 2023-11-29T19:25:10.458Z | a root/opt/oxide/ 0K |
2215 | 2023-11-29T19:25:10.458Z | a root/opt/oxide/sled-agent/ 0K |
2216 | 2023-11-29T19:25:10.458Z | a root/opt/oxide/sled-agent/zone-bundle 40329K |
2217 | 2023-11-29T19:25:10.458Z | a root/opt/oxide/sled-agent/sled-agent 69228K |
2218 | 2023-11-29T19:25:10.458Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2219 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2220 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2221 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/sled-agent/VERSION 1K |
2222 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/ 0K |
2223 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2224 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2225 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2226 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2227 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2228 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2229 | 2023-11-29T19:25:10.459Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2230 | 2023-11-29T19:25:10.462Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2231 | 2023-11-29T19:25:10.462Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2232 | 2023-11-29T19:25:10.462Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2233 | 2023-11-29T19:25:10.462Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2234 | 2023-11-29T19:25:10.462Z | a root/opt/oxide/overlay.tar.gz 2K |
2235 | 2023-11-29T19:25:10.462Z | a root/lib/ 0K |
2236 | 2023-11-29T19:25:10.462Z | a root/lib/svc/ 0K |
2237 | 2023-11-29T19:25:10.462Z | a root/lib/svc/manifest/ 0K |
2238 | 2023-11-29T19:25:10.462Z | a root/lib/svc/manifest/site/ 0K |
2239 | 2023-11-29T19:25:10.462Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2240 | 2023-11-29T19:25:10.465Z | + cd / |
2241 | 2023-11-29T19:25:10.465Z | + rm -rf /tmp/tmp.9LaWth |
2242 | 2023-11-29T19:25:10.506Z | |
2243 | 2023-11-29T19:25:10.509Z | real 11.909925765 |
2244 | 2023-11-29T19:25:10.509Z | user 11.000273825 |
2245 | 2023-11-29T19:25:10.509Z | sys 0.969799742 |
2246 | 2023-11-29T19:25:10.509Z | trap 0.002955566 |
2247 | 2023-11-29T19:25:10.509Z | tflt 0.000000000 |
2248 | 2023-11-29T19:25:10.509Z | dflt 0.000000000 |
2249 | 2023-11-29T19:25:10.509Z | kflt 0.000000000 |
2250 | 2023-11-29T19:25:10.509Z | lock 0.000000000 |
2251 | 2023-11-29T19:25:10.509Z | slp 22.970872790 |
2252 | 2023-11-29T19:25:10.509Z | lat 0.378269764 |
2253 | 2023-11-29T19:25:10.509Z | stop 0.000309167 |
2254 | 2023-11-29T19:25:10.509Z | + mkdir -p /work/zones |
2255 | 2023-11-29T19:25:10.512Z | + 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) |
2256 | 2023-11-29T19:25:10.512Z | + 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/ |
2257 | 2023-11-29T19:25:14.224Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2258 | 2023-11-29T19:25:15.366Z | Finished release [optimized] target(s) in 1.04s |
2259 | 2023-11-29T19:25:15.394Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2260 | 2023-11-29T19:25:15.436Z | Created new build target 'recovery' and set it as active |
2261 | 2023-11-29T19:25:15.439Z | |
2262 | 2023-11-29T19:25:15.442Z | real 1.208574657 |
2263 | 2023-11-29T19:25:15.442Z | user 0.853890115 |
2264 | 2023-11-29T19:25:15.442Z | sys 0.354553632 |
2265 | 2023-11-29T19:25:15.442Z | trap 0.000487982 |
2266 | 2023-11-29T19:25:15.442Z | tflt 0.000004756 |
2267 | 2023-11-29T19:25:15.442Z | dflt 0.000002175 |
2268 | 2023-11-29T19:25:15.442Z | kflt 0.000000000 |
2269 | 2023-11-29T19:25:15.442Z | lock 0.037613140 |
2270 | 2023-11-29T19:25:15.442Z | slp 0.022528393 |
2271 | 2023-11-29T19:25:15.442Z | lat 0.002741148 |
2272 | 2023-11-29T19:25:15.442Z | stop 0.000222467 |
2273 | 2023-11-29T19:25:15.442Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2274 | 2023-11-29T19:25:16.566Z | Finished release [optimized] target(s) in 1.03s |
2275 | 2023-11-29T19:25:16.597Z | Running `target/release/omicron-package -t recovery package` |
2276 | 2023-11-29T19:25:16.639Z | Nov 29 19:25:16.643 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2277 | 2023-11-29T19:25:17.666Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2278 | 2023-11-29T19:25:21.517Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2279 | 2023-11-29T19:25:52.845Z | Finished release [optimized] target(s) in 36.11s |
2280 | 2023-11-29T19:26:09.389Z | |
2281 | 2023-11-29T19:26:09.398Z | real 53.933295191 |
2282 | 2023-11-29T19:26:09.398Z | user 2:27.949256115 |
2283 | 2023-11-29T19:26:09.398Z | sys 12.852437022 |
2284 | 2023-11-29T19:26:09.398Z | trap 0.074395483 |
2285 | 2023-11-29T19:26:09.398Z | tflt 0.028334853 |
2286 | 2023-11-29T19:26:09.398Z | dflt 0.760546870 |
2287 | 2023-11-29T19:26:09.398Z | kflt 0.000026854 |
2288 | 2023-11-29T19:26:09.398Z | lock 11:45.805001632 |
2289 | 2023-11-29T19:26:09.398Z | slp 2:33.448193940 |
2290 | 2023-11-29T19:26:09.398Z | lat 1.722071683 |
2291 | 2023-11-29T19:26:09.398Z | stop 0.184150054 |
2292 | 2023-11-29T19:26:09.398Z | + stamp_packages installinator mg-ddm-gz |
2293 | 2023-11-29T19:26:09.399Z | + for package in "$@" |
2294 | 2023-11-29T19:26:09.399Z | + [[ installinator == mg-ddm-gz ]] |
2295 | 2023-11-29T19:26:09.399Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitb8169350450 |
2296 | 2023-11-29T19:26:10.442Z | Finished release [optimized] target(s) in 0.96s |
2297 | 2023-11-29T19:26:10.465Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitb8169350450` |
2298 | 2023-11-29T19:26:10.505Z | Nov 29 19:26:10.508 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2299 | 2023-11-29T19:26:10.640Z | Created: out/versioned/installinator.tar |
2300 | 2023-11-29T19:26:10.652Z | + for package in "$@" |
2301 | 2023-11-29T19:26:10.652Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2302 | 2023-11-29T19:26:10.652Z | + echo 0.0.0 |
2303 | 2023-11-29T19:26:10.652Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2304 | 2023-11-29T19:26:10.652Z | a VERSION 1K |
2305 | 2023-11-29T19:26:10.652Z | + rm VERSION |
2306 | 2023-11-29T19:26:10.652Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitb8169350450 |
2307 | 2023-11-29T19:26:11.683Z | Finished release [optimized] target(s) in 0.95s |
2308 | 2023-11-29T19:26:11.720Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitb8169350450` |
2309 | 2023-11-29T19:26:11.753Z | Nov 29 19:26:11.756 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2310 | 2023-11-29T19:26:11.932Z | Created: out/versioned/mg-ddm-gz.tar |
2311 | 2023-11-29T19:26:11.935Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2312 | 2023-11-29T19:26:11.948Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2313 | 2023-11-29T19:26:11.951Z | ++ cd -- ./tools |
2314 | 2023-11-29T19:26:11.951Z | ++ pwd |
2315 | 2023-11-29T19:26:11.951Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2316 | 2023-11-29T19:26:11.954Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2317 | 2023-11-29T19:26:11.960Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2318 | 2023-11-29T19:26:11.960Z | ++ readlink -f /work |
2319 | 2023-11-29T19:26:11.963Z | + out_dir=/work |
2320 | 2023-11-29T19:26:11.963Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2321 | 2023-11-29T19:26:11.963Z | + for dep in "${deps[@]}" |
2322 | 2023-11-29T19:26:11.963Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2323 | 2023-11-29T19:26:11.964Z | + for dep in "${deps[@]}" |
2324 | 2023-11-29T19:26:11.964Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2325 | 2023-11-29T19:26:11.964Z | ++ mktemp -d |
2326 | 2023-11-29T19:26:11.964Z | + tmp_trampoline=/tmp/tmp.8Faiyh |
2327 | 2023-11-29T19:26:11.964Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2328 | 2023-11-29T19:26:11.964Z | + echo '{"v":"1","t":"layer"}' |
2329 | 2023-11-29T19:26:11.964Z | + pkg_dir=/tmp/tmp.8Faiyh/root/opt/oxide/installinator |
2330 | 2023-11-29T19:26:11.964Z | + mkdir -p /tmp/tmp.8Faiyh/root/opt/oxide/installinator |
2331 | 2023-11-29T19:26:11.967Z | + cd /tmp/tmp.8Faiyh/root/opt/oxide/installinator |
2332 | 2023-11-29T19:26:11.967Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2333 | 2023-11-29T19:26:12.022Z | x ., 0 bytes, 0 tape blocks |
2334 | 2023-11-29T19:26:12.022Z | x installinator, 52132168 bytes, 101821 tape blocks |
2335 | 2023-11-29T19:26:12.022Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2023-11-29T19:26:12.022Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2337 | 2023-11-29T19:26:12.022Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2023-11-29T19:26:12.025Z | + mkdir -p /tmp/tmp.8Faiyh/root/lib/svc/manifest/site/ |
2339 | 2023-11-29T19:26:12.025Z | + mv pkg/manifest.xml /tmp/tmp.8Faiyh/root/lib/svc/manifest/site/installinator.xml |
2340 | 2023-11-29T19:26:12.030Z | + cd - |
2341 | 2023-11-29T19:26:12.030Z | /work/oxidecomputer/omicron |
2342 | 2023-11-29T19:26:12.031Z | + pkg_dir=/tmp/tmp.8Faiyh/root/opt/oxide/mg-ddm |
2343 | 2023-11-29T19:26:12.031Z | + mkdir -p /tmp/tmp.8Faiyh/root/opt/oxide/mg-ddm |
2344 | 2023-11-29T19:26:12.031Z | + cd /tmp/tmp.8Faiyh/root/opt/oxide/mg-ddm |
2345 | 2023-11-29T19:26:12.031Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2346 | 2023-11-29T19:26:12.101Z | x ., 0 bytes, 0 tape blocks |
2347 | 2023-11-29T19:26:12.101Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2348 | 2023-11-29T19:26:12.101Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2349 | 2023-11-29T19:26:12.101Z | x pkg, 0 bytes, 0 tape blocks |
2350 | 2023-11-29T19:26:12.101Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2351 | 2023-11-29T19:26:12.101Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2352 | 2023-11-29T19:26:12.101Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2353 | 2023-11-29T19:26:12.102Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2354 | 2023-11-29T19:26:12.102Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2355 | 2023-11-29T19:26:12.102Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2356 | 2023-11-29T19:26:12.102Z | x VERSION, 25 bytes, 1 tape blocks |
2357 | 2023-11-29T19:26:12.114Z | + cd - |
2358 | 2023-11-29T19:26:12.115Z | /work/oxidecomputer/omicron |
2359 | 2023-11-29T19:26:12.115Z | + cd /tmp/tmp.8Faiyh |
2360 | 2023-11-29T19:26:12.116Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2361 | 2023-11-29T19:26:18.113Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2362 | 2023-11-29T19:26:18.113Z | a oxide.json 1K |
2363 | 2023-11-29T19:26:18.113Z | a root/ 0K |
2364 | 2023-11-29T19:26:18.113Z | a root/opt/ 0K |
2365 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/ 0K |
2366 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/installinator/ 0K |
2367 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/installinator/installinator 50911K |
2368 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/installinator/pkg/ 0K |
2369 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/installinator/VERSION 1K |
2370 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/mg-ddm/ 0K |
2371 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2372 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2373 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2374 | 2023-11-29T19:26:18.113Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2375 | 2023-11-29T19:26:18.114Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2376 | 2023-11-29T19:26:18.114Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2377 | 2023-11-29T19:26:18.114Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2378 | 2023-11-29T19:26:18.114Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2379 | 2023-11-29T19:26:18.114Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2380 | 2023-11-29T19:26:18.114Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2381 | 2023-11-29T19:26:18.114Z | a root/lib/ 0K |
2382 | 2023-11-29T19:26:18.114Z | a root/lib/svc/ 0K |
2383 | 2023-11-29T19:26:18.114Z | a root/lib/svc/manifest/ 0K |
2384 | 2023-11-29T19:26:18.114Z | a root/lib/svc/manifest/site/ 0K |
2385 | 2023-11-29T19:26:18.114Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2386 | 2023-11-29T19:26:18.125Z | + cd / |
2387 | 2023-11-29T19:26:18.125Z | + rm -rf /tmp/tmp.8Faiyh |
2388 | 2023-11-29T19:26:18.125Z | |
2389 | 2023-11-29T19:26:18.125Z | real 6.176713515 |
2390 | 2023-11-29T19:26:18.125Z | user 5.780437379 |
2391 | 2023-11-29T19:26:18.125Z | sys 0.420064649 |
2392 | 2023-11-29T19:26:18.125Z | trap 0.002059556 |
2393 | 2023-11-29T19:26:18.125Z | tflt 0.000000000 |
2394 | 2023-11-29T19:26:18.125Z | dflt 0.000000000 |
2395 | 2023-11-29T19:26:18.125Z | kflt 0.000000000 |
2396 | 2023-11-29T19:26:18.125Z | lock 0.000000000 |
2397 | 2023-11-29T19:26:18.125Z | slp 11.940685177 |
2398 | 2023-11-29T19:26:18.125Z | lat 0.191764535 |
2399 | 2023-11-29T19:26:18.125Z | stop 0.000295704 |
2400 | 2023-11-29T19:26:18.125Z | process exited: duration 2184623 ms, exit code 0 |
|
2401 | 2023-11-29T19:26:18.186Z | found 21 output files |
2402 | 2023-11-29T19:26:18.186Z | uploading: /work/version.txt (26 bytes) |
2403 | 2023-11-29T19:26:19.690Z | uploaded: /work/version.txt |
2404 | 2023-11-29T19:26:19.690Z | uploading: /work/package.tar.gz (80212654 bytes) |
2405 | 2023-11-29T19:26:49.208Z | uploaded: /work/package.tar.gz |
2406 | 2023-11-29T19:26:49.208Z | uploading: /work/global-zone-packages.tar.gz (121229459 bytes) |
2407 | 2023-11-29T19:27:28.025Z | uploaded: /work/global-zone-packages.tar.gz |
2408 | 2023-11-29T19:27:28.025Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36475238 bytes) |
2409 | 2023-11-29T19:27:38.132Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2410 | 2023-11-29T19:27:38.132Z | uploading: /work/zones/clickhouse.tar.gz (181763526 bytes) |
2411 | 2023-11-29T19:28:34.077Z | uploaded: /work/zones/clickhouse.tar.gz |
2412 | 2023-11-29T19:28:34.077Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181765891 bytes) |
2413 | 2023-11-29T19:30:06.202Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2414 | 2023-11-29T19:30:06.202Z | uploading: /work/zones/cockroachdb.tar.gz (118840090 bytes) |
2415 | 2023-11-29T19:30:56.678Z | uploaded: /work/zones/cockroachdb.tar.gz |
2416 | 2023-11-29T19:30:56.678Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2417 | 2023-11-29T19:31:04.528Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2418 | 2023-11-29T19:31:04.528Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2419 | 2023-11-29T19:31:18.738Z | uploaded: /work/zones/crucible.tar.gz |
2420 | 2023-11-29T19:31:18.750Z | uploading: /work/zones/external-dns.tar.gz (24123161 bytes) |
2421 | 2023-11-29T19:31:30.500Z | uploaded: /work/zones/external-dns.tar.gz |
2422 | 2023-11-29T19:31:30.500Z | uploading: /work/zones/internal-dns.tar.gz (24123161 bytes) |
2423 | 2023-11-29T19:31:37.721Z | uploaded: /work/zones/internal-dns.tar.gz |
2424 | 2023-11-29T19:31:37.721Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2425 | 2023-11-29T19:31:38.731Z | uploaded: /work/zones/ntp.tar.gz |
2426 | 2023-11-29T19:31:38.743Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18229363 bytes) |
2427 | 2023-11-29T19:31:44.578Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2428 | 2023-11-29T19:31:44.578Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18231055 bytes) |
2429 | 2023-11-29T19:31:51.530Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2430 | 2023-11-29T19:31:51.541Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (75272533 bytes) |
2431 | 2023-11-29T19:32:23.903Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2432 | 2023-11-29T19:32:23.915Z | uploading: /work/zones/omicron-nexus.tar.gz (75277231 bytes) |
2433 | 2023-11-29T19:32:44.323Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2434 | 2023-11-29T19:32:44.323Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2435 | 2023-11-29T19:32:45.336Z | uploaded: /work/zones/overlay.tar.gz |
2436 | 2023-11-29T19:32:45.336Z | uploading: /work/zones/oximeter-collector.tar.gz (34053519 bytes) |
2437 | 2023-11-29T19:32:54.428Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2438 | 2023-11-29T19:32:54.440Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2439 | 2023-11-29T19:33:14.363Z | uploaded: /work/zones/propolis-server.tar.gz |
2440 | 2023-11-29T19:33:14.363Z | uploading: /work/zones/switch-asic.tar.gz (247427187 bytes) |
2441 | 2023-11-29T19:34:42.019Z | uploaded: /work/zones/switch-asic.tar.gz |
2442 | 2023-11-29T19:34:42.019Z | uploading: /work/zones/switch-softnpu.tar.gz (171387261 bytes) |
2443 | 2023-11-29T19:35:26.887Z | uploaded: /work/zones/switch-softnpu.tar.gz |