|
|
|
1 | 2024-01-30T04:19:17.365Z | job assigned to worker 01HNC9CWP2KW0FBXMJBW04K1GR (queued for 10 m 21 s) |
|
2 | 2024-01-30T04:19:18.286Z | starting task 0: "setup" |
3 | 2024-01-30T04:19:18.339Z | ++ uname -s |
4 | 2024-01-30T04:19:18.343Z | + kern=SunOS |
5 | 2024-01-30T04:19:18.343Z | + case "$kern" in |
6 | 2024-01-30T04:19:18.343Z | + groupadd -g 12345 build |
7 | 2024-01-30T04:19:18.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-30T04:19:20.386Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-30T04:19:20.477Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-30T04:19:20.480Z | + home_fs=zfs |
11 | 2024-01-30T04:19:20.480Z | + [[ zfs == autofs ]] |
12 | 2024-01-30T04:19:20.480Z | + mkdir -p /home/build |
13 | 2024-01-30T04:19:20.483Z | + chown build:build /home/build /work |
14 | 2024-01-30T04:19:22.485Z | + chmod 0700 /home/build /work |
15 | 2024-01-30T04:19:22.492Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2024-01-30T04:19:22.499Z | starting task 1: "rust-toolchain" |
17 | 2024-01-30T04:19:22.517Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-30T04:19:22.517Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-30T04:19:22.685Z | info: downloading installer |
20 | 2024-01-30T04:19:25.070Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-30T04:19:25.070Z | warning: /opt/ooce/bin |
22 | 2024-01-30T04:19:25.070Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-30T04:19:25.070Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-30T04:19:25.070Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-30T04:19:25.070Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-30T04:19:25.070Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-30T04:19:25.070Z | error: cannot install while Rust is installed |
28 | 2024-01-30T04:19:25.070Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-30T04:19:25.501Z | info: profile set to 'default' |
30 | 2024-01-30T04:19:25.501Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-30T04:19:25.508Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-30T04:19:25.687Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-30T04:19:25.687Z | info: downloading component 'cargo' |
34 | 2024-01-30T04:19:26.464Z | info: downloading component 'clippy' |
35 | 2024-01-30T04:19:26.744Z | info: downloading component 'rust-docs' |
36 | 2024-01-30T04:19:27.719Z | info: downloading component 'rust-std' |
37 | 2024-01-30T04:19:29.469Z | info: downloading component 'rustc' |
38 | 2024-01-30T04:19:33.683Z | info: downloading component 'rustfmt' |
39 | 2024-01-30T04:19:33.935Z | info: installing component 'cargo' |
40 | 2024-01-30T04:19:35.749Z | info: installing component 'clippy' |
41 | 2024-01-30T04:19:36.595Z | info: installing component 'rust-docs' |
42 | 2024-01-30T04:19:39.325Z | info: installing component 'rust-std' |
43 | 2024-01-30T04:19:43.234Z | info: installing component 'rustc' |
44 | 2024-01-30T04:19:51.466Z | info: installing component 'rustfmt' |
45 | 2024-01-30T04:19:52.082Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-30T04:19:52.082Z | |
47 | 2024-01-30T04:19:52.222Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-30T04:19:52.222Z | |
49 | 2024-01-30T04:19:52.222Z | |
50 | 2024-01-30T04:19:52.222Z | Rust is installed now. Great! |
51 | 2024-01-30T04:19:52.222Z | |
52 | 2024-01-30T04:19:52.222Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-30T04:19:52.222Z | environment variable. This has not been done automatically. |
54 | 2024-01-30T04:19:52.222Z | |
55 | 2024-01-30T04:19:52.222Z | To configure your current shell, run: |
56 | 2024-01-30T04:19:52.222Z | source "$HOME/.cargo/env" |
57 | 2024-01-30T04:19:52.420Z | + rustc --version |
58 | 2024-01-30T04:19:52.426Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-30T04:19:52.427Z | process exited: duration 29921 ms, exit code 0 |
|
60 | 2024-01-30T04:19:52.432Z | starting task 2: "authentication" |
61 | 2024-01-30T04:19:52.463Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-30T04:19:52.471Z | starting task 3: "clone repository" |
63 | 2024-01-30T04:19:52.476Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-30T04:19:52.478Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-30T04:19:52.781Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-30T04:20:01.256Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-30T04:20:01.261Z | + git fetch origin 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
68 | 2024-01-30T04:20:01.636Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-30T04:20:01.636Z | * branch 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 -> FETCH_HEAD |
70 | 2024-01-30T04:20:01.648Z | + [[ -n renovate/snafu-0.x ]] |
71 | 2024-01-30T04:20:01.652Z | ++ git branch --show-current |
72 | 2024-01-30T04:20:01.657Z | + current=main |
73 | 2024-01-30T04:20:01.657Z | + [[ main != renovate/snafu-0.x ]] |
74 | 2024-01-30T04:20:01.657Z | + git branch -f renovate/snafu-0.x 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
75 | 2024-01-30T04:20:01.660Z | + git checkout -f renovate/snafu-0.x |
76 | 2024-01-30T04:20:01.847Z | Switched to branch 'renovate/snafu-0.x' |
77 | 2024-01-30T04:20:01.851Z | + git reset --hard 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
78 | 2024-01-30T04:20:02.032Z | HEAD is now at 5be18f982 Update Rust crate snafu to 0.8 |
79 | 2024-01-30T04:20:02.036Z | process exited: duration 9565 ms, exit code 0 |
|
80 | 2024-01-30T04:20:02.043Z | starting task 4: "build" |
81 | 2024-01-30T04:20:02.051Z | + cargo --version |
82 | 2024-01-30T04:20:02.059Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-30T04:20:02.299Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-30T04:20:02.303Z | info: downloading component 'cargo' |
85 | 2024-01-30T04:20:03.478Z | info: downloading component 'clippy' |
86 | 2024-01-30T04:20:03.698Z | info: downloading component 'rust-docs' |
87 | 2024-01-30T04:20:04.995Z | info: downloading component 'rust-std' |
88 | 2024-01-30T04:20:06.893Z | info: downloading component 'rustc' |
89 | 2024-01-30T04:20:12.291Z | info: downloading component 'rustfmt' |
90 | 2024-01-30T04:20:12.596Z | info: installing component 'cargo' |
91 | 2024-01-30T04:20:14.279Z | info: installing component 'clippy' |
92 | 2024-01-30T04:20:14.804Z | info: installing component 'rust-docs' |
93 | 2024-01-30T04:20:17.703Z | info: installing component 'rust-std' |
94 | 2024-01-30T04:20:20.151Z | info: installing component 'rustc' |
95 | 2024-01-30T04:20:26.808Z | info: installing component 'rustfmt' |
96 | 2024-01-30T04:20:27.353Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-30T04:20:27.356Z | + rustc --version |
98 | 2024-01-30T04:20:27.483Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-30T04:20:27.492Z | ++ git rev-parse HEAD |
100 | 2024-01-30T04:20:27.496Z | + COMMIT=5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
101 | 2024-01-30T04:20:27.500Z | + VERSION=6.0.0-0.ci+git5be18f982a4 |
102 | 2024-01-30T04:20:27.500Z | + echo 6.0.0-0.ci+git5be18f982a4 |
103 | 2024-01-30T04:20:27.500Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-01-30T04:20:41.553Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-01-30T04:20:43.319Z | Startup: Caching catalogs ... Done |
106 | 2024-01-30T04:20:45.964Z | Planning: Solver setup ... Done (2.144s) |
107 | 2024-01-30T04:20:46.021Z | Planning: Running solver ... Done (0.057s) |
108 | 2024-01-30T04:20:46.049Z | Planning: Finding local manifests ... Done (0.002s) |
109 | 2024-01-30T04:20:46.065Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-01-30T04:20:46.362Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-01-30T04:20:46.442Z | Planning: Package planning ... Done (0.081s) |
112 | 2024-01-30T04:20:46.527Z | Planning: Merging actions ... Done (0.084s) |
113 | 2024-01-30T04:20:47.530Z | Planning: Checking for conflicting actions ... Done (1.003s) |
114 | 2024-01-30T04:20:47.547Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-01-30T04:20:53.520Z | Planning: Evaluating mediators ... Done (5.972s) |
116 | 2024-01-30T04:20:53.538Z | Planning: Planning completed in 10.15 seconds |
117 | 2024-01-30T04:20:55.504Z | Packages to install: 4 |
118 | 2024-01-30T04:20:55.504Z | Mediators to change: 2 |
119 | 2024-01-30T04:20:55.504Z | Services to change: 1 |
120 | 2024-01-30T04:20:55.511Z | Estimated space available: 148.87 GB |
121 | 2024-01-30T04:20:55.511Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-01-30T04:20:55.511Z | Create boot environment: No |
123 | 2024-01-30T04:20:55.511Z | Create backup boot environment: No |
124 | 2024-01-30T04:20:55.511Z | Rebuild boot archive: No |
125 | 2024-01-30T04:20:55.511Z | |
126 | 2024-01-30T04:20:55.511Z | Changed mediators: |
127 | 2024-01-30T04:20:55.511Z | mediator clang: |
128 | 2024-01-30T04:20:55.511Z | version: None -> 15 (system default) |
129 | 2024-01-30T04:20:55.511Z | |
130 | 2024-01-30T04:20:55.511Z | mediator llvm: |
131 | 2024-01-30T04:20:55.511Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-01-30T04:20:55.511Z | |
133 | 2024-01-30T04:20:55.511Z | Changed packages: |
134 | 2024-01-30T04:20:55.511Z | helios-dev |
135 | 2024-01-30T04:20:55.512Z | developer/build-essential |
136 | 2024-01-30T04:20:55.512Z | None -> 11-2.0 |
137 | 2024-01-30T04:20:55.512Z | library/libxmlsec1 |
138 | 2024-01-30T04:20:55.512Z | None -> 1.2.35-2.0 |
139 | 2024-01-30T04:20:55.512Z | ooce/developer/clang-15 |
140 | 2024-01-30T04:20:55.512Z | None -> 15.0.7-2.0 |
141 | 2024-01-30T04:20:55.512Z | ooce/developer/llvm-15 |
142 | 2024-01-30T04:20:55.512Z | None -> 15.0.7-2.0 |
143 | 2024-01-30T04:20:55.512Z | |
144 | 2024-01-30T04:20:55.513Z | Services: |
145 | 2024-01-30T04:20:55.513Z | restart_fmri: |
146 | 2024-01-30T04:20:55.513Z | svc:/system/update-man-index:default |
147 | 2024-01-30T04:20:55.788Z | |
148 | 2024-01-30T04:20:55.789Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-01-30T04:21:00.788Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
150 | 2024-01-30T04:21:05.789Z | Download: 2881/3290 items 121.2/212.6MB 56% complete (12.3M/s) |
151 | 2024-01-30T04:21:10.493Z | Download: Completed 212.60 MB in 14.70 seconds (14.5M/s) |
152 | 2024-01-30T04:21:10.761Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-01-30T04:21:16.548Z | Actions: 1911/3689 actions (Installing new actions) |
154 | 2024-01-30T04:21:18.457Z | Actions: Completed 3689 actions in 7.70 seconds. |
155 | 2024-01-30T04:21:18.598Z | Done (0.135s) |
156 | 2024-01-30T04:21:18.599Z | Done (0.000s) |
157 | 2024-01-30T04:21:18.916Z | Done (0.318s) |
158 | 2024-01-30T04:21:26.746Z | Done (7.690s) |
159 | 2024-01-30T04:21:26.956Z | Done (0.106s) |
160 | 2024-01-30T04:21:26.959Z | Done (0.000s) |
161 | 2024-01-30T04:21:27.206Z | Done (0.000s) |
162 | 2024-01-30T04:21:27.928Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-01-30T04:21:28.206Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-01-30T04:21:28.209Z | Planning: Consolidating action changes ... Done |
165 | 2024-01-30T04:21:28.634Z | Planning: Evaluating mediators ... Done |
166 | 2024-01-30T04:21:28.637Z | Planning: Planning completed in 0.71 seconds |
167 | 2024-01-30T04:21:28.688Z | Mediators to change: 2 |
168 | 2024-01-30T04:21:28.688Z | Create boot environment: No |
169 | 2024-01-30T04:21:28.696Z | Create backup boot environment: No |
170 | 2024-01-30T04:21:28.787Z | Done |
171 | 2024-01-30T04:21:28.787Z | Done |
172 | 2024-01-30T04:21:28.984Z | Done |
173 | 2024-01-30T04:21:34.617Z | Done |
174 | 2024-01-30T04:21:34.737Z | Done |
175 | 2024-01-30T04:21:34.740Z | Done |
176 | 2024-01-30T04:21:34.837Z | Done |
177 | 2024-01-30T04:21:35.821Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-01-30T04:21:35.824Z | Planning: Merging actions ... Done |
179 | 2024-01-30T04:21:36.149Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-01-30T04:21:36.152Z | Planning: Consolidating action changes ... Done |
181 | 2024-01-30T04:21:36.575Z | Planning: Evaluating mediators ... Done |
182 | 2024-01-30T04:21:36.663Z | Planning: Planning completed in 1.27 seconds |
183 | 2024-01-30T04:21:36.720Z | Packages to change: 1 |
184 | 2024-01-30T04:21:36.720Z | Mediators to change: 1 |
185 | 2024-01-30T04:21:36.723Z | Services to change: 1 |
186 | 2024-01-30T04:21:36.723Z | Create boot environment: No |
187 | 2024-01-30T04:21:36.723Z | Create backup boot environment: Yes |
188 | 2024-01-30T04:21:38.803Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-01-30T04:21:38.806Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-01-30T04:21:38.806Z | Done |
191 | 2024-01-30T04:21:38.806Z | Done |
192 | 2024-01-30T04:21:38.880Z | Done |
193 | 2024-01-30T04:21:44.741Z | Done |
194 | 2024-01-30T04:21:44.865Z | Done |
195 | 2024-01-30T04:21:44.868Z | Done |
196 | 2024-01-30T04:21:44.969Z | Done |
197 | 2024-01-30T04:21:45.626Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-01-30T04:21:45.626Z | clang system 15 system |
199 | 2024-01-30T04:21:45.626Z | csh system system illumos |
200 | 2024-01-30T04:21:45.626Z | ctags system system illumos |
201 | 2024-01-30T04:21:45.626Z | gcc vendor 12 vendor |
202 | 2024-01-30T04:21:45.626Z | gcc system 10 system |
203 | 2024-01-30T04:21:45.626Z | gcc system 7 system |
204 | 2024-01-30T04:21:45.626Z | go system 1.20 system |
205 | 2024-01-30T04:21:45.626Z | go system 1.19 system |
206 | 2024-01-30T04:21:45.632Z | llvm system 15 system |
207 | 2024-01-30T04:21:45.632Z | llvm system 14 system |
208 | 2024-01-30T04:21:45.633Z | mariadb system 10.6 system |
209 | 2024-01-30T04:21:45.633Z | mta vendor vendor dma |
210 | 2024-01-30T04:21:45.633Z | openjdk system 17 system |
211 | 2024-01-30T04:21:45.633Z | openjdk system 11 system |
212 | 2024-01-30T04:21:45.633Z | openjdk system 1.8 system |
213 | 2024-01-30T04:21:45.633Z | openssl vendor 3 vendor |
214 | 2024-01-30T04:21:45.633Z | perl system 5.36 system |
215 | 2024-01-30T04:21:45.633Z | postgresql system 15 system |
216 | 2024-01-30T04:21:45.633Z | postgresql system 13 system |
217 | 2024-01-30T04:21:45.633Z | python vendor 3 vendor |
218 | 2024-01-30T04:21:45.633Z | python system 2 system |
219 | 2024-01-30T04:21:45.633Z | python3 system 3.11 system |
220 | 2024-01-30T04:21:45.633Z | ruby system 3.0 system |
221 | 2024-01-30T04:21:45.633Z | words vendor vendor american-english |
222 | 2024-01-30T04:21:45.633Z | words system system australian-english |
223 | 2024-01-30T04:21:45.633Z | words system system british-english |
224 | 2024-01-30T04:21:45.633Z | words system system canadian-english |
225 | 2024-01-30T04:21:45.633Z | words system system french |
226 | 2024-01-30T04:21:45.633Z | words system system italian |
227 | 2024-01-30T04:21:45.633Z | words system system ngerman |
228 | 2024-01-30T04:21:45.633Z | words system system ogerman |
229 | 2024-01-30T04:21:45.633Z | words system system spanish |
230 | 2024-01-30T04:21:46.149Z | FMRI IFO |
231 | 2024-01-30T04:21:46.149Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-01-30T04:21:46.150Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-01-30T04:21:46.219Z | + set -o errexit |
240 | 2024-01-30T04:21:46.222Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-01-30T04:21:46.225Z | ++ cd ./tools |
242 | 2024-01-30T04:21:46.225Z | ++ pwd |
243 | 2024-01-30T04:21:46.225Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-01-30T04:21:46.225Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-01-30T04:21:46.228Z | + ARG0=ci_download_cockroachdb |
246 | 2024-01-30T04:21:46.228Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-01-30T04:21:46.231Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-01-30T04:21:46.232Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-01-30T04:21:46.232Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2024-01-30T04:21:46.232Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2024-01-30T04:21:46.232Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2024-01-30T04:21:46.232Z | + TARGET_DIR=out |
253 | 2024-01-30T04:21:46.232Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-01-30T04:21:46.232Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-01-30T04:21:46.232Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-01-30T04:21:46.232Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-01-30T04:21:46.232Z | + main |
258 | 2024-01-30T04:21:46.232Z | + [[ 0 != 0 ]] |
259 | 2024-01-30T04:21:46.232Z | + CIDL_OS=solaris2.11 |
260 | 2024-01-30T04:21:46.232Z | + [[ 0 != 0 ]] |
261 | 2024-01-30T04:21:46.232Z | + configure_os solaris2.11 |
262 | 2024-01-30T04:21:46.232Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-01-30T04:21:46.232Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-01-30T04:21:46.232Z | configuring based on OS: "solaris2.11" |
265 | 2024-01-30T04:21:46.232Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-01-30T04:21:46.232Z | + case "$1" in |
267 | 2024-01-30T04:21:46.233Z | + CIDL_BUILD=illumos |
268 | 2024-01-30T04:21:46.233Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-01-30T04:21:46.233Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2024-01-30T04:21:46.233Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2024-01-30T04:21:46.233Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-01-30T04:21:46.233Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-01-30T04:21:46.233Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-01-30T04:21:46.233Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-30T04:21:46.234Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-30T04:21:46.234Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-01-30T04:21:46.234Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-30T04:21:46.234Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-01-30T04:21:46.234Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-30T04:21:46.234Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-30T04:21:46.234Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-30T04:21:46.234Z | + mkdir -p out/downloads |
283 | 2024-01-30T04:21:46.237Z | + mkdir -p ./out/cockroachdb |
284 | 2024-01-30T04:21:46.237Z | + local DO_DOWNLOAD=true |
285 | 2024-01-30T04:21:46.238Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-01-30T04:21:46.238Z | + '[' true == true ']' |
287 | 2024-01-30T04:21:46.238Z | + echo Downloading... |
288 | 2024-01-30T04:21:46.238Z | Downloading... |
289 | 2024-01-30T04:21:46.238Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-01-30T04:21:46.238Z | + 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 |
291 | 2024-01-30T04:21:48.986Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-30T04:21:48.989Z | ++ md5sum |
293 | 2024-01-30T04:21:48.989Z | ++ awk '{print $1}' |
294 | 2024-01-30T04:21:49.273Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2024-01-30T04:21:49.273Z | + [[ 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 ]] |
296 | 2024-01-30T04:21:49.273Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-30T04:21:49.276Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-01-30T04:21:52.714Z | + do_assemble_illumos |
299 | 2024-01-30T04:21:52.715Z | + rm -r ./out/cockroachdb |
300 | 2024-01-30T04:21:52.718Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-01-30T04:21:53.379Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-01-30T04:21:53.786Z | Build Tag: v22.1.9-dirty |
303 | 2024-01-30T04:21:53.787Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-01-30T04:21:53.787Z | Distribution: OSS |
305 | 2024-01-30T04:21:53.787Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-01-30T04:21:53.787Z | Go Version: go1.17.13 |
307 | 2024-01-30T04:21:53.787Z | C Compiler: gcc 10.3.0 |
308 | 2024-01-30T04:21:53.787Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-01-30T04:21:53.787Z | Build Type: release |
310 | 2024-01-30T04:21:53.813Z | + set -o errexit |
311 | 2024-01-30T04:21:53.815Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-01-30T04:21:53.818Z | ++ cd ./tools |
313 | 2024-01-30T04:21:53.818Z | ++ pwd |
314 | 2024-01-30T04:21:53.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-01-30T04:21:53.821Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-01-30T04:21:53.821Z | + ARG0=ci_download_clickhouse |
317 | 2024-01-30T04:21:53.821Z | + TARGET_DIR=out |
318 | 2024-01-30T04:21:53.821Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-01-30T04:21:53.821Z | + DEST_DIR=./out/clickhouse |
320 | 2024-01-30T04:21:53.821Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-01-30T04:21:53.821Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-01-30T04:21:53.821Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-01-30T04:21:53.821Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-01-30T04:21:53.821Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-01-30T04:21:53.822Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-01-30T04:21:53.822Z | + main |
327 | 2024-01-30T04:21:53.822Z | + [[ 0 != 0 ]] |
328 | 2024-01-30T04:21:53.825Z | + CIDL_OS=solaris2.11 |
329 | 2024-01-30T04:21:53.825Z | + [[ 0 != 0 ]] |
330 | 2024-01-30T04:21:53.825Z | + configure_os solaris2.11 |
331 | 2024-01-30T04:21:53.825Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-01-30T04:21:53.825Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-01-30T04:21:53.825Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-01-30T04:21:53.825Z | configuring based on OS: "solaris2.11" |
335 | 2024-01-30T04:21:53.825Z | + CIDL_DASHREV= |
336 | 2024-01-30T04:21:53.825Z | + case "$1" in |
337 | 2024-01-30T04:21:53.825Z | + CIDL_PLATFORM=illumos |
338 | 2024-01-30T04:21:53.825Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-01-30T04:21:53.825Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-01-30T04:21:53.825Z | + CIDL_DASHREV=-1 |
341 | 2024-01-30T04:21:53.826Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-01-30T04:21:53.826Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-30T04:21:53.826Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-30T04:21:53.826Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-30T04:21:53.826Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-01-30T04:21:53.826Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-30T04:21:53.826Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-01-30T04:21:53.826Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-01-30T04:21:53.826Z | + mkdir -p out/downloads |
350 | 2024-01-30T04:21:53.826Z | + mkdir -p ./out/clickhouse |
351 | 2024-01-30T04:21:53.829Z | + local DO_DOWNLOAD=true |
352 | 2024-01-30T04:21:53.829Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-01-30T04:21:53.829Z | + '[' true == true ']' |
354 | 2024-01-30T04:21:53.829Z | + echo Downloading... |
355 | 2024-01-30T04:21:53.830Z | Downloading... |
356 | 2024-01-30T04:21:53.830Z | + 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 |
357 | 2024-01-30T04:21:53.830Z | + 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 |
358 | 2024-01-30T04:21:55.182Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-01-30T04:21:55.187Z | ++ md5sum |
360 | 2024-01-30T04:21:55.187Z | ++ awk '{print $1}' |
361 | 2024-01-30T04:21:55.444Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-01-30T04:21:55.445Z | + [[ 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 ]] |
363 | 2024-01-30T04:21:55.445Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-01-30T04:21:55.459Z | + mkdir -p ./out/clickhouse |
365 | 2024-01-30T04:21:55.459Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-01-30T04:22:00.227Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-01-30T04:22:00.280Z | ClickHouse server version 22.8.9.1. |
368 | 2024-01-30T04:22:00.303Z | + set -o errexit |
369 | 2024-01-30T04:22:00.306Z | +++ dirname ./tools/ci_download_console |
370 | 2024-01-30T04:22:00.308Z | ++ cd ./tools |
371 | 2024-01-30T04:22:00.309Z | ++ pwd |
372 | 2024-01-30T04:22:00.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-01-30T04:22:00.312Z | ++ basename ./tools/ci_download_console |
374 | 2024-01-30T04:22:00.312Z | + ARG0=ci_download_console |
375 | 2024-01-30T04:22:00.312Z | + TARGET_DIR=out |
376 | 2024-01-30T04:22:00.312Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-01-30T04:22:00.312Z | + DEST_DIR=./out/console-assets |
378 | 2024-01-30T04:22:00.312Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-01-30T04:22:00.312Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
380 | 2024-01-30T04:22:00.312Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
381 | 2024-01-30T04:22:00.312Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
382 | 2024-01-30T04:22:00.312Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-01-30T04:22:00.312Z | + main |
384 | 2024-01-30T04:22:00.312Z | + [[ 0 != 0 ]] |
385 | 2024-01-30T04:22:00.312Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
386 | 2024-01-30T04:22:00.312Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
387 | 2024-01-30T04:22:00.312Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-01-30T04:22:00.312Z | Local file: out/downloads/console.tar.gz |
389 | 2024-01-30T04:22:00.312Z | + local DO_DOWNLOAD=true |
390 | 2024-01-30T04:22:00.312Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-01-30T04:22:00.312Z | + mkdir -p out/downloads |
392 | 2024-01-30T04:22:00.315Z | + '[' true == true ']' |
393 | 2024-01-30T04:22:00.315Z | + echo Downloading... |
394 | 2024-01-30T04:22:00.316Z | Downloading... |
395 | 2024-01-30T04:22:00.316Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
396 | 2024-01-30T04:22:00.316Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
397 | 2024-01-30T04:22:01.120Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-01-30T04:22:01.123Z | ++ case "$OSTYPE" in |
399 | 2024-01-30T04:22:01.123Z | ++ SHA=sha256sum |
400 | 2024-01-30T04:22:01.123Z | ++ sha256sum |
401 | 2024-01-30T04:22:01.123Z | ++ awk '{print $1}' |
402 | 2024-01-30T04:22:01.195Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
403 | 2024-01-30T04:22:01.195Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
404 | 2024-01-30T04:22:01.196Z | + rm -rf ./out/console-assets |
405 | 2024-01-30T04:22:01.199Z | + mkdir -p ./out/console-assets |
406 | 2024-01-30T04:22:01.201Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-01-30T04:22:01.201Z | + mkdir -p ./out/console-assets |
408 | 2024-01-30T04:22:01.205Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-01-30T04:22:01.345Z | + set -o errexit |
410 | 2024-01-30T04:22:01.350Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-01-30T04:22:01.350Z | ++ cd ./tools |
412 | 2024-01-30T04:22:01.351Z | ++ pwd |
413 | 2024-01-30T04:22:01.351Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-01-30T04:22:01.355Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-01-30T04:22:01.355Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-01-30T04:22:01.355Z | + TARGET_DIR=out |
417 | 2024-01-30T04:22:01.355Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-01-30T04:22:01.355Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-01-30T04:22:01.355Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
420 | 2024-01-30T04:22:01.355Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-01-30T04:22:01.355Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
422 | 2024-01-30T04:22:01.359Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
423 | 2024-01-30T04:22:01.359Z | + main |
424 | 2024-01-30T04:22:01.359Z | + [[ 0 != 0 ]] |
425 | 2024-01-30T04:22:01.359Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
426 | 2024-01-30T04:22:01.359Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
427 | 2024-01-30T04:22:01.359Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
428 | 2024-01-30T04:22:01.359Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
429 | 2024-01-30T04:22:01.359Z | + local DO_DOWNLOAD=true |
430 | 2024-01-30T04:22:01.359Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
431 | 2024-01-30T04:22:01.359Z | + mkdir -p out/downloads |
432 | 2024-01-30T04:22:01.364Z | + '[' true == true ']' |
433 | 2024-01-30T04:22:01.364Z | + echo Downloading... |
434 | 2024-01-30T04:22:01.364Z | Downloading... |
435 | 2024-01-30T04:22:01.364Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
436 | 2024-01-30T04:22:01.364Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
437 | 2024-01-30T04:22:01.606Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
438 | 2024-01-30T04:22:01.607Z | ++ case "$OSTYPE" in |
439 | 2024-01-30T04:22:01.610Z | ++ SHA=sha256sum |
440 | 2024-01-30T04:22:01.610Z | ++ sha256sum |
441 | 2024-01-30T04:22:01.610Z | ++ awk '{print $1}' |
442 | 2024-01-30T04:22:01.614Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-01-30T04:22:01.614Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
444 | 2024-01-30T04:22:01.614Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-01-30T04:22:01.615Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
446 | 2024-01-30T04:22:01.615Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
447 | 2024-01-30T04:22:01.615Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
448 | 2024-01-30T04:22:01.615Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
449 | 2024-01-30T04:22:01.615Z | + main |
450 | 2024-01-30T04:22:01.615Z | + [[ 0 != 0 ]] |
451 | 2024-01-30T04:22:01.615Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
452 | 2024-01-30T04:22:01.618Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
453 | 2024-01-30T04:22:01.619Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
454 | 2024-01-30T04:22:01.619Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
455 | 2024-01-30T04:22:01.619Z | + local DO_DOWNLOAD=true |
456 | 2024-01-30T04:22:01.619Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
457 | 2024-01-30T04:22:01.619Z | + mkdir -p out/downloads |
458 | 2024-01-30T04:22:01.619Z | + '[' true == true ']' |
459 | 2024-01-30T04:22:01.619Z | + echo Downloading... |
460 | 2024-01-30T04:22:01.619Z | Downloading... |
461 | 2024-01-30T04:22:01.619Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
462 | 2024-01-30T04:22:01.619Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
463 | 2024-01-30T04:22:01.762Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
464 | 2024-01-30T04:22:01.768Z | ++ case "$OSTYPE" in |
465 | 2024-01-30T04:22:01.768Z | ++ SHA=sha256sum |
466 | 2024-01-30T04:22:01.768Z | ++ sha256sum |
467 | 2024-01-30T04:22:01.768Z | ++ awk '{print $1}' |
468 | 2024-01-30T04:22:01.772Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
469 | 2024-01-30T04:22:01.772Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
470 | 2024-01-30T04:22:01.777Z | + set -o errexit |
471 | 2024-01-30T04:22:01.780Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-01-30T04:22:01.783Z | ++ cd ./tools |
473 | 2024-01-30T04:22:01.783Z | ++ pwd |
474 | 2024-01-30T04:22:01.783Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-01-30T04:22:01.783Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-01-30T04:22:01.786Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-01-30T04:22:01.786Z | + TARGET_DIR=out |
478 | 2024-01-30T04:22:01.786Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-01-30T04:22:01.786Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-01-30T04:22:01.787Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
481 | 2024-01-30T04:22:01.787Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
482 | 2024-01-30T04:22:01.787Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
483 | 2024-01-30T04:22:01.787Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
484 | 2024-01-30T04:22:01.787Z | + main |
485 | 2024-01-30T04:22:01.787Z | + [[ 0 != 0 ]] |
486 | 2024-01-30T04:22:01.788Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
487 | 2024-01-30T04:22:01.788Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
488 | 2024-01-30T04:22:01.788Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
489 | 2024-01-30T04:22:01.788Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
490 | 2024-01-30T04:22:01.788Z | + local DO_DOWNLOAD=true |
491 | 2024-01-30T04:22:01.788Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
492 | 2024-01-30T04:22:01.788Z | + mkdir -p out/downloads |
493 | 2024-01-30T04:22:01.791Z | + '[' true == true ']' |
494 | 2024-01-30T04:22:01.791Z | + echo Downloading... |
495 | 2024-01-30T04:22:01.791Z | Downloading... |
496 | 2024-01-30T04:22:01.791Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
497 | 2024-01-30T04:22:01.791Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
498 | 2024-01-30T04:22:01.990Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-01-30T04:22:01.991Z | ++ case "$OSTYPE" in |
500 | 2024-01-30T04:22:01.994Z | ++ SHA=sha256sum |
501 | 2024-01-30T04:22:01.994Z | ++ sha256sum |
502 | 2024-01-30T04:22:01.994Z | ++ awk '{print $1}' |
503 | 2024-01-30T04:22:01.997Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
504 | 2024-01-30T04:22:02.001Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
505 | 2024-01-30T04:22:02.006Z | + set -o errexit |
506 | 2024-01-30T04:22:02.009Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-01-30T04:22:02.021Z | ++ cd ./tools |
508 | 2024-01-30T04:22:02.021Z | ++ pwd |
509 | 2024-01-30T04:22:02.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-01-30T04:22:02.025Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-01-30T04:22:02.025Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-01-30T04:22:02.025Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-01-30T04:22:02.025Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
514 | 2024-01-30T04:22:02.025Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
515 | 2024-01-30T04:22:02.025Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
516 | 2024-01-30T04:22:02.025Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-01-30T04:22:02.025Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
518 | 2024-01-30T04:22:02.025Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
519 | 2024-01-30T04:22:02.025Z | + TARGET_DIR=out |
520 | 2024-01-30T04:22:02.025Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-01-30T04:22:02.025Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-01-30T04:22:02.025Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-01-30T04:22:02.025Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-01-30T04:22:02.025Z | + REPO=oxidecomputer/dendrite |
525 | 2024-01-30T04:22:02.025Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
526 | 2024-01-30T04:22:02.025Z | + main |
527 | 2024-01-30T04:22:02.025Z | + [[ 0 != 0 ]] |
528 | 2024-01-30T04:22:02.025Z | + CIDL_OS=solaris2.11 |
529 | 2024-01-30T04:22:02.025Z | + [[ 0 != 0 ]] |
530 | 2024-01-30T04:22:02.025Z | + configure_os solaris2.11 |
531 | 2024-01-30T04:22:02.026Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-01-30T04:22:02.026Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2024-01-30T04:22:02.026Z | + case "$1" in |
534 | 2024-01-30T04:22:02.026Z | + SET_BINARIES= |
535 | 2024-01-30T04:22:02.026Z | current directory: /work/oxidecomputer/omicron |
536 | 2024-01-30T04:22:02.026Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
537 | 2024-01-30T04:22:02.026Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-01-30T04:22:02.026Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2024-01-30T04:22:02.026Z | configuring based on OS: "solaris2.11" |
540 | 2024-01-30T04:22:02.026Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-01-30T04:22:02.026Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-01-30T04:22:02.027Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
543 | 2024-01-30T04:22:02.027Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
544 | 2024-01-30T04:22:02.027Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-01-30T04:22:02.027Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-01-30T04:22:02.027Z | + mkdir -p out/downloads |
547 | 2024-01-30T04:22:02.027Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-01-30T04:22:02.027Z | + fetch_and_verify |
549 | 2024-01-30T04:22:02.027Z | + local DO_DOWNLOAD=true |
550 | 2024-01-30T04:22:02.027Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-01-30T04:22:02.027Z | + '[' true == true ']' |
552 | 2024-01-30T04:22:02.027Z | + echo Downloading... |
553 | 2024-01-30T04:22:02.027Z | Downloading... |
554 | 2024-01-30T04:22:02.028Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-01-30T04:22:02.028Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
556 | 2024-01-30T04:22:08.740Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-01-30T04:22:08.742Z | ++ sha256sum |
558 | 2024-01-30T04:22:08.742Z | ++ awk '{print $1}' |
559 | 2024-01-30T04:22:08.842Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
560 | 2024-01-30T04:22:08.842Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
561 | 2024-01-30T04:22:08.845Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-01-30T04:22:08.845Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-01-30T04:22:09.936Z | + do_assemble |
564 | 2024-01-30T04:22:09.936Z | + rm -r ./out/dendrite-stub |
565 | 2024-01-30T04:22:09.939Z | + mkdir ./out/dendrite-stub |
566 | 2024-01-30T04:22:09.941Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-01-30T04:22:10.121Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-01-30T04:22:10.132Z | + set -o errexit |
569 | 2024-01-30T04:22:10.135Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-01-30T04:22:10.138Z | ++ cd ./tools |
571 | 2024-01-30T04:22:10.138Z | ++ pwd |
572 | 2024-01-30T04:22:10.138Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-01-30T04:22:10.140Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-01-30T04:22:10.141Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-01-30T04:22:10.141Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-01-30T04:22:10.141Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
577 | 2024-01-30T04:22:10.141Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
578 | 2024-01-30T04:22:10.141Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-01-30T04:22:10.141Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
580 | 2024-01-30T04:22:10.141Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
581 | 2024-01-30T04:22:10.141Z | + TARGET_DIR=out |
582 | 2024-01-30T04:22:10.141Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-01-30T04:22:10.141Z | + DEST_DIR=./out/mgd |
584 | 2024-01-30T04:22:10.141Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-01-30T04:22:10.142Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-01-30T04:22:10.142Z | + REPO=oxidecomputer/maghemite |
587 | 2024-01-30T04:22:10.142Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
588 | 2024-01-30T04:22:10.145Z | + main |
589 | 2024-01-30T04:22:10.145Z | + [[ 0 != 0 ]] |
590 | 2024-01-30T04:22:10.145Z | + CIDL_OS=solaris2.11 |
591 | 2024-01-30T04:22:10.145Z | + [[ 0 != 0 ]] |
592 | 2024-01-30T04:22:10.145Z | + configure_os solaris2.11 |
593 | 2024-01-30T04:22:10.145Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-01-30T04:22:10.145Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-01-30T04:22:10.145Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-01-30T04:22:10.145Z | + case "$1" in |
597 | 2024-01-30T04:22:10.145Z | + SET_BINARIES= |
598 | 2024-01-30T04:22:10.145Z | configuring based on OS: "solaris2.11" |
599 | 2024-01-30T04:22:10.145Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-01-30T04:22:10.145Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-01-30T04:22:10.145Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
602 | 2024-01-30T04:22:10.145Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-01-30T04:22:10.145Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
604 | 2024-01-30T04:22:10.145Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
605 | 2024-01-30T04:22:10.145Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
606 | 2024-01-30T04:22:10.146Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-01-30T04:22:10.146Z | + mkdir -p out/downloads |
608 | 2024-01-30T04:22:10.146Z | + mkdir -p ./out/mgd |
609 | 2024-01-30T04:22:10.148Z | + fetch_and_verify |
610 | 2024-01-30T04:22:10.149Z | + local DO_DOWNLOAD=true |
611 | 2024-01-30T04:22:10.149Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-01-30T04:22:10.149Z | + '[' true == true ']' |
613 | 2024-01-30T04:22:10.149Z | + echo Downloading... |
614 | 2024-01-30T04:22:10.149Z | Downloading... |
615 | 2024-01-30T04:22:10.149Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-01-30T04:22:10.149Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
617 | 2024-01-30T04:22:14.123Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-01-30T04:22:14.126Z | ++ sha256sum |
619 | 2024-01-30T04:22:14.126Z | ++ awk '{print $1}' |
620 | 2024-01-30T04:22:14.201Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
621 | 2024-01-30T04:22:14.201Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
622 | 2024-01-30T04:22:14.204Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-01-30T04:22:14.204Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-01-30T04:22:14.874Z | + do_assemble |
625 | 2024-01-30T04:22:14.874Z | + rm -r ./out/mgd |
626 | 2024-01-30T04:22:14.880Z | + mkdir ./out/mgd |
627 | 2024-01-30T04:22:14.883Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-01-30T04:22:15.092Z | + set -o errexit |
629 | 2024-01-30T04:22:15.094Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-01-30T04:22:15.097Z | ++ cd ./tools |
631 | 2024-01-30T04:22:15.097Z | ++ pwd |
632 | 2024-01-30T04:22:15.097Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-01-30T04:22:15.101Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-01-30T04:22:15.101Z | + ARG0=ci_download_transceiver_control |
635 | 2024-01-30T04:22:15.101Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-01-30T04:22:15.101Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-01-30T04:22:15.101Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-01-30T04:22:15.101Z | + TARGET_DIR=out |
639 | 2024-01-30T04:22:15.101Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-01-30T04:22:15.102Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-01-30T04:22:15.102Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-01-30T04:22:15.102Z | + BINARY=xcvradm |
643 | 2024-01-30T04:22:15.102Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-01-30T04:22:15.102Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-01-30T04:22:15.102Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-01-30T04:22:15.102Z | + main |
647 | 2024-01-30T04:22:15.102Z | + [[ 0 != 0 ]] |
648 | 2024-01-30T04:22:15.102Z | + CIDL_OS=solaris2.11 |
649 | 2024-01-30T04:22:15.102Z | + [[ 0 != 0 ]] |
650 | 2024-01-30T04:22:15.102Z | + configure_os solaris2.11 |
651 | 2024-01-30T04:22:15.102Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-01-30T04:22:15.102Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2024-01-30T04:22:15.102Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-01-30T04:22:15.103Z | configuring based on OS: "solaris2.11" |
655 | 2024-01-30T04:22:15.103Z | + case "$1" in |
656 | 2024-01-30T04:22:15.103Z | + SET_BINARIES= |
657 | 2024-01-30T04:22:15.103Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-01-30T04:22:15.103Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-01-30T04:22:15.103Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-01-30T04:22:15.103Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-01-30T04:22:15.103Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-01-30T04:22:15.103Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-01-30T04:22:15.103Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-01-30T04:22:15.103Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-01-30T04:22:15.107Z | Local file: out/downloads/xcvradm.gz |
666 | 2024-01-30T04:22:15.107Z | + mkdir -p out/downloads |
667 | 2024-01-30T04:22:15.107Z | + mkdir -p ./out/transceiver-control |
668 | 2024-01-30T04:22:15.108Z | + fetch_and_verify |
669 | 2024-01-30T04:22:15.108Z | + local DO_DOWNLOAD=true |
670 | 2024-01-30T04:22:15.108Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-01-30T04:22:15.108Z | + '[' true == true ']' |
672 | 2024-01-30T04:22:15.108Z | + echo Downloading... |
673 | 2024-01-30T04:22:15.108Z | Downloading... |
674 | 2024-01-30T04:22:15.108Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-01-30T04:22:15.108Z | + 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 |
676 | 2024-01-30T04:22:17.049Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-01-30T04:22:17.052Z | ++ sha256sum |
678 | 2024-01-30T04:22:17.052Z | ++ awk '{print $1}' |
679 | 2024-01-30T04:22:17.074Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-01-30T04:22:17.074Z | + [[ 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 ]] |
681 | 2024-01-30T04:22:17.078Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-01-30T04:22:17.078Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-01-30T04:22:17.078Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-01-30T04:22:17.258Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-01-30T04:22:17.261Z | + do_assemble |
686 | 2024-01-30T04:22:17.261Z | + rm -r ./out/transceiver-control |
687 | 2024-01-30T04:22:17.264Z | + mkdir ./out/transceiver-control |
688 | 2024-01-30T04:22:17.270Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-01-30T04:22:17.528Z | All prerequisites installed successfully |
690 | 2024-01-30T04:22:17.531Z | |
691 | 2024-01-30T04:22:17.531Z | real 1:49.968967138 |
692 | 2024-01-30T04:22:17.531Z | user 51.302596968 |
693 | 2024-01-30T04:22:17.531Z | sys 10.237963729 |
694 | 2024-01-30T04:22:17.532Z | trap 0.024666956 |
695 | 2024-01-30T04:22:17.532Z | tflt 0.304186041 |
696 | 2024-01-30T04:22:17.532Z | dflt 0.468897619 |
697 | 2024-01-30T04:22:17.532Z | kflt 0.224077827 |
698 | 2024-01-30T04:22:17.532Z | lock 2.863010991 |
699 | 2024-01-30T04:22:17.532Z | slp 3:18.508850636 |
700 | 2024-01-30T04:22:17.532Z | lat 3.553219156 |
701 | 2024-01-30T04:22:17.532Z | stop 0.062070161 |
702 | 2024-01-30T04:22:17.532Z | + ptime -m ./tools/ci_download_softnpu_machinery |
703 | 2024-01-30T04:22:17.542Z | fetching npuzone |
704 | 2024-01-30T04:22:17.550Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
705 | 2024-01-30T04:22:17.550Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
706 | 2024-01-30T04:22:17.553Z | Getting hash for npuzone |
707 | 2024-01-30T04:22:17.684Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
708 | 2024-01-30T04:22:23.603Z | npuzone downloaded successfully |
709 | 2024-01-30T04:22:23.608Z | |
710 | 2024-01-30T04:22:23.611Z | real 6.074666706 |
711 | 2024-01-30T04:22:23.611Z | user 0.529258565 |
712 | 2024-01-30T04:22:23.611Z | sys 0.135321029 |
713 | 2024-01-30T04:22:23.611Z | trap 0.000205010 |
714 | 2024-01-30T04:22:23.611Z | tflt 0.000000000 |
715 | 2024-01-30T04:22:23.611Z | dflt 0.000000000 |
716 | 2024-01-30T04:22:23.611Z | kflt 0.000000000 |
717 | 2024-01-30T04:22:23.611Z | lock 0.000000000 |
718 | 2024-01-30T04:22:23.611Z | slp 17.397527561 |
719 | 2024-01-30T04:22:23.611Z | lat 0.127095663 |
720 | 2024-01-30T04:22:23.611Z | stop 0.000291839 |
721 | 2024-01-30T04:22:23.611Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-01-30T04:22:23.611Z | + CARGO_INCREMENTAL=0 |
723 | 2024-01-30T04:22:23.611Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
724 | 2024-01-30T04:22:23.955Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2024-01-30T04:22:24.328Z | Updating crates.io index |
726 | 2024-01-30T04:22:24.403Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-01-30T04:22:25.246Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-01-30T04:22:27.833Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-01-30T04:22:28.452Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2024-01-30T04:22:30.318Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2024-01-30T04:22:30.604Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2024-01-30T04:22:30.844Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2024-01-30T04:22:31.920Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2024-01-30T04:22:34.491Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2024-01-30T04:22:35.516Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2024-01-30T04:22:35.843Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2024-01-30T04:22:36.424Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-01-30T04:22:36.831Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-01-30T04:22:37.179Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-01-30T04:22:37.499Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-01-30T04:22:37.874Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-01-30T04:22:38.379Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
743 | 2024-01-30T04:22:38.940Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-01-30T04:22:39.454Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-01-30T04:22:39.879Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2024-01-30T04:22:40.204Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-01-30T04:22:41.595Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-01-30T04:22:41.992Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2024-01-30T04:22:43.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2024-01-30T04:22:44.255Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2024-01-30T04:22:44.561Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2024-01-30T04:22:46.524Z | Downloading crates ... |
753 | 2024-01-30T04:22:46.837Z | Downloaded darling_core v0.14.4 |
754 | 2024-01-30T04:22:46.852Z | Downloaded allocator-api2 v0.2.16 |
755 | 2024-01-30T04:22:46.866Z | Downloaded shlex v1.3.0 |
756 | 2024-01-30T04:22:46.874Z | Downloaded slog-envlogger v2.2.0 |
757 | 2024-01-30T04:22:46.880Z | Downloaded clap_derive v4.4.2 |
758 | 2024-01-30T04:22:46.889Z | Downloaded mockall v0.12.0 |
759 | 2024-01-30T04:22:46.893Z | Downloaded newtype_derive v0.1.6 |
760 | 2024-01-30T04:22:46.899Z | Downloaded async-stream-impl v0.3.5 |
761 | 2024-01-30T04:22:46.904Z | Downloaded http-range v0.1.5 |
762 | 2024-01-30T04:22:46.907Z | Downloaded stability v0.1.1 |
763 | 2024-01-30T04:22:46.911Z | Downloaded bitflags v1.3.2 |
764 | 2024-01-30T04:22:46.922Z | Downloaded ciborium-io v0.2.2 |
765 | 2024-01-30T04:22:46.927Z | Downloaded cfg-if v1.0.0 |
766 | 2024-01-30T04:22:46.933Z | Downloaded chacha20 v0.9.1 |
767 | 2024-01-30T04:22:46.939Z | Downloaded colorchoice v1.0.0 |
768 | 2024-01-30T04:22:46.943Z | Downloaded backoff v0.4.0 |
769 | 2024-01-30T04:22:46.950Z | Downloaded instant v0.1.12 |
770 | 2024-01-30T04:22:46.953Z | Downloaded buf-list v1.0.3 |
771 | 2024-01-30T04:22:46.961Z | Downloaded is_ci v1.1.1 |
772 | 2024-01-30T04:22:46.965Z | Downloaded normalize-line-endings v0.3.0 |
773 | 2024-01-30T04:22:46.969Z | Downloaded block-buffer v0.10.4 |
774 | 2024-01-30T04:22:46.973Z | Downloaded ciborium v0.2.2 |
775 | 2024-01-30T04:22:46.982Z | Downloaded num-derive v0.4.0 |
776 | 2024-01-30T04:22:46.989Z | Downloaded vte_generate_state_changes v0.1.1 |
777 | 2024-01-30T04:22:46.991Z | Downloaded lazycell v1.3.0 |
778 | 2024-01-30T04:22:46.996Z | Downloaded linked-hash-map v0.5.6 |
779 | 2024-01-30T04:22:47.012Z | Downloaded nanorand v0.7.0 |
780 | 2024-01-30T04:22:47.016Z | Downloaded want v0.3.1 |
781 | 2024-01-30T04:22:47.019Z | Downloaded crc-catalog v2.2.0 |
782 | 2024-01-30T04:22:47.030Z | Downloaded rustls-pemfile v2.0.0 |
783 | 2024-01-30T04:22:47.035Z | Downloaded signal-hook-tokio v0.3.1 |
784 | 2024-01-30T04:22:47.035Z | Downloaded ansi_term v0.12.1 |
785 | 2024-01-30T04:22:47.035Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2024-01-30T04:22:47.039Z | Downloaded toolchain_find v0.2.0 |
787 | 2024-01-30T04:22:47.042Z | Downloaded foreign-types v0.5.0 |
788 | 2024-01-30T04:22:47.046Z | Downloaded tiny-keccak v2.0.2 |
789 | 2024-01-30T04:22:47.051Z | Downloaded indoc v2.0.3 |
790 | 2024-01-30T04:22:47.058Z | Downloaded darling v0.14.4 |
791 | 2024-01-30T04:22:47.065Z | Downloaded utf-8 v0.7.6 |
792 | 2024-01-30T04:22:47.069Z | Downloaded socket2 v0.4.9 |
793 | 2024-01-30T04:22:47.073Z | Downloaded serde-hex v0.1.0 |
794 | 2024-01-30T04:22:47.077Z | Downloaded strum v0.25.0 |
795 | 2024-01-30T04:22:47.080Z | Downloaded try-lock v0.2.4 |
796 | 2024-01-30T04:22:47.083Z | Downloaded backtrace v0.3.69 |
797 | 2024-01-30T04:22:47.093Z | Downloaded slog-scope v4.4.0 |
798 | 2024-01-30T04:22:47.096Z | Downloaded serde_repr v0.1.16 |
799 | 2024-01-30T04:22:47.101Z | Downloaded semver-parser v0.10.2 |
800 | 2024-01-30T04:22:47.104Z | Downloaded r2d2 v0.8.10 |
801 | 2024-01-30T04:22:47.108Z | Downloaded funty v2.0.0 |
802 | 2024-01-30T04:22:47.111Z | Downloaded fs-err v2.11.0 |
803 | 2024-01-30T04:22:47.114Z | Downloaded endian-type v0.1.2 |
804 | 2024-01-30T04:22:47.117Z | Downloaded doc-comment v0.3.3 |
805 | 2024-01-30T04:22:47.119Z | Downloaded num-traits v0.2.16 |
806 | 2024-01-30T04:22:47.127Z | Downloaded data-encoding v2.4.0 |
807 | 2024-01-30T04:22:47.130Z | Downloaded fragile v2.0.0 |
808 | 2024-01-30T04:22:47.132Z | Downloaded strum_macros v0.24.3 |
809 | 2024-01-30T04:22:47.137Z | Downloaded structopt-derive v0.4.18 |
810 | 2024-01-30T04:22:47.141Z | Downloaded tui-tree-widget v0.16.0 |
811 | 2024-01-30T04:22:47.143Z | Downloaded ref-cast-impl v1.0.20 |
812 | 2024-01-30T04:22:47.146Z | Downloaded terminal_size v0.2.6 |
813 | 2024-01-30T04:22:47.149Z | Downloaded rand_core v0.6.4 |
814 | 2024-01-30T04:22:47.152Z | Downloaded strum_macros v0.25.2 |
815 | 2024-01-30T04:22:47.158Z | Downloaded difflib v0.4.0 |
816 | 2024-01-30T04:22:47.161Z | Downloaded tokio-macros v2.2.0 |
817 | 2024-01-30T04:22:47.167Z | Downloaded termcolor v1.2.0 |
818 | 2024-01-30T04:22:47.170Z | Downloaded proc-macro-crate v1.3.1 |
819 | 2024-01-30T04:22:47.170Z | Downloaded toml v0.7.8 |
820 | 2024-01-30T04:22:47.176Z | Downloaded untrusted v0.7.1 |
821 | 2024-01-30T04:22:47.179Z | Downloaded ena v0.14.2 |
822 | 2024-01-30T04:22:47.182Z | Downloaded tempfile v3.9.0 |
823 | 2024-01-30T04:22:47.188Z | Downloaded pretty-hex v0.4.1 |
824 | 2024-01-30T04:22:47.194Z | Downloaded ff v0.13.0 |
825 | 2024-01-30T04:22:47.197Z | Downloaded matches v0.1.10 |
826 | 2024-01-30T04:22:47.199Z | Downloaded universal-hash v0.5.1 |
827 | 2024-01-30T04:22:47.202Z | Downloaded synstructure v0.12.6 |
828 | 2024-01-30T04:22:47.205Z | Downloaded der_derive v0.7.2 |
829 | 2024-01-30T04:22:47.208Z | Downloaded socket2 v0.5.5 |
830 | 2024-01-30T04:22:47.212Z | Downloaded parse-display v0.8.2 |
831 | 2024-01-30T04:22:47.214Z | Downloaded num_enum_derive v0.5.11 |
832 | 2024-01-30T04:22:47.217Z | Downloaded openssl-probe v0.1.5 |
833 | 2024-01-30T04:22:47.220Z | Downloaded rpassword v7.3.1 |
834 | 2024-01-30T04:22:47.224Z | Downloaded pem-rfc7468 v0.7.0 |
835 | 2024-01-30T04:22:47.227Z | Downloaded pest_generator v2.7.6 |
836 | 2024-01-30T04:22:47.230Z | Downloaded num_threads v0.1.6 |
837 | 2024-01-30T04:22:47.233Z | Downloaded futures v0.3.30 |
838 | 2024-01-30T04:22:47.244Z | Downloaded futures-macro v0.3.30 |
839 | 2024-01-30T04:22:47.247Z | Downloaded zone v0.3.0 |
840 | 2024-01-30T04:22:47.252Z | Downloaded slog-async v2.8.0 |
841 | 2024-01-30T04:22:47.256Z | Downloaded usdt-attr-macro v0.5.0 |
842 | 2024-01-30T04:22:47.256Z | Downloaded slog-term v2.9.0 |
843 | 2024-01-30T04:22:47.260Z | Downloaded num_enum v0.5.11 |
844 | 2024-01-30T04:22:47.272Z | Downloaded headers-core v0.2.0 |
845 | 2024-01-30T04:22:47.274Z | Downloaded resolv-conf v0.7.0 |
846 | 2024-01-30T04:22:47.277Z | Downloaded unicode-xid v0.2.4 |
847 | 2024-01-30T04:22:47.282Z | Downloaded thiserror v1.0.56 |
848 | 2024-01-30T04:22:47.293Z | Downloaded pest_derive v2.7.6 |
849 | 2024-01-30T04:22:47.298Z | Downloaded generic-array v0.14.7 |
850 | 2024-01-30T04:22:47.301Z | Downloaded ucd-trie v0.1.6 |
851 | 2024-01-30T04:22:47.305Z | Downloaded postgres-protocol v0.6.6 |
852 | 2024-01-30T04:22:47.309Z | Downloaded parse-display-derive v0.8.2 |
853 | 2024-01-30T04:22:47.313Z | Downloaded derive_builder_macro v0.12.0 |
854 | 2024-01-30T04:22:47.316Z | Downloaded opaque-debug v0.3.0 |
855 | 2024-01-30T04:22:47.318Z | Downloaded fatfs v0.3.6 |
856 | 2024-01-30T04:22:47.325Z | Downloaded spki v0.7.2 |
857 | 2024-01-30T04:22:47.330Z | Downloaded samael v0.0.14 |
858 | 2024-01-30T04:22:47.343Z | Downloaded structmeta-derive v0.2.0 |
859 | 2024-01-30T04:22:47.350Z | Downloaded heck v0.3.3 |
860 | 2024-01-30T04:22:47.353Z | Downloaded schemars v0.8.16 |
861 | 2024-01-30T04:22:47.372Z | Downloaded version_check v0.9.4 |
862 | 2024-01-30T04:22:47.375Z | Downloaded vec_map v0.8.2 |
863 | 2024-01-30T04:22:47.378Z | Downloaded signature v1.6.4 |
864 | 2024-01-30T04:22:47.381Z | Downloaded path-slash v0.1.5 |
865 | 2024-01-30T04:22:47.383Z | Downloaded usdt v0.5.0 |
866 | 2024-01-30T04:22:47.386Z | Downloaded tinyvec_macros v0.1.1 |
867 | 2024-01-30T04:22:47.389Z | Downloaded num-iter v0.1.43 |
868 | 2024-01-30T04:22:47.391Z | Downloaded diesel_table_macro_syntax v0.1.0 |
869 | 2024-01-30T04:22:47.394Z | Downloaded digest v0.10.7 |
870 | 2024-01-30T04:22:47.397Z | Downloaded tokio-rustls v0.24.1 |
871 | 2024-01-30T04:22:47.401Z | Downloaded tracing-core v0.1.31 |
872 | 2024-01-30T04:22:47.409Z | Downloaded thread_local v1.1.7 |
873 | 2024-01-30T04:22:47.411Z | Downloaded textwrap v0.16.0 |
874 | 2024-01-30T04:22:47.419Z | Downloaded parking_lot_core v0.8.6 |
875 | 2024-01-30T04:22:47.422Z | Downloaded darling_macro v0.20.3 |
876 | 2024-01-30T04:22:47.422Z | Downloaded getopts v0.2.21 |
877 | 2024-01-30T04:22:47.425Z | Downloaded predicates-tree v1.0.9 |
878 | 2024-01-30T04:22:47.427Z | Downloaded stable_deref_trait v1.2.0 |
879 | 2024-01-30T04:22:47.431Z | Downloaded futures-executor v0.3.30 |
880 | 2024-01-30T04:22:47.433Z | Downloaded sqlformat v0.2.3 |
881 | 2024-01-30T04:22:47.436Z | Downloaded dof v0.1.5 |
882 | 2024-01-30T04:22:47.436Z | Downloaded serde_derive_internals v0.26.0 |
883 | 2024-01-30T04:22:47.440Z | Downloaded zone_cfg_derive v0.3.0 |
884 | 2024-01-30T04:22:47.442Z | Downloaded time-core v0.1.1 |
885 | 2024-01-30T04:22:47.442Z | Downloaded derive_more v0.99.17 |
886 | 2024-01-30T04:22:47.451Z | Downloaded peeking_take_while v0.1.2 |
887 | 2024-01-30T04:22:47.454Z | Downloaded once_cell v1.19.0 |
888 | 2024-01-30T04:22:47.457Z | Downloaded whoami v1.4.1 |
889 | 2024-01-30T04:22:47.460Z | Downloaded parking_lot v0.12.1 |
890 | 2024-01-30T04:22:47.464Z | Downloaded unicode_categories v0.1.1 |
891 | 2024-01-30T04:22:47.468Z | Downloaded der v0.7.8 |
892 | 2024-01-30T04:22:47.478Z | Downloaded downcast v0.11.0 |
893 | 2024-01-30T04:22:47.484Z | Downloaded filetime v0.2.23 |
894 | 2024-01-30T04:22:47.489Z | Downloaded dtrace-parser v0.1.14 |
895 | 2024-01-30T04:22:47.489Z | Downloaded predicates-core v1.0.6 |
896 | 2024-01-30T04:22:47.489Z | Downloaded dtrace-parser v0.2.0 |
897 | 2024-01-30T04:22:47.491Z | Downloaded smallvec v1.11.2 |
898 | 2024-01-30T04:22:47.491Z | Downloaded itertools v0.12.0 |
899 | 2024-01-30T04:22:47.504Z | Downloaded sha1 v0.10.6 |
900 | 2024-01-30T04:22:47.507Z | Downloaded derive-where v1.2.7 |
901 | 2024-01-30T04:22:47.513Z | Downloaded toml v0.8.8 |
902 | 2024-01-30T04:22:47.518Z | Downloaded aho-corasick v1.0.4 |
903 | 2024-01-30T04:22:47.529Z | Downloaded rusty-fork v0.3.0 |
904 | 2024-01-30T04:22:47.532Z | Downloaded quick-error v1.2.3 |
905 | 2024-01-30T04:22:47.535Z | Downloaded papergrid v0.11.0 |
906 | 2024-01-30T04:22:47.542Z | Downloaded topological-sort v0.2.2 |
907 | 2024-01-30T04:22:47.545Z | Downloaded serde_plain v1.0.2 |
908 | 2024-01-30T04:22:47.547Z | Downloaded omicron-zone-package v0.10.1 |
909 | 2024-01-30T04:22:47.551Z | Downloaded pest_meta v2.7.6 |
910 | 2024-01-30T04:22:47.555Z | Downloaded rustc-demangle v0.1.23 |
911 | 2024-01-30T04:22:47.558Z | Downloaded serde_with v3.5.1 |
912 | 2024-01-30T04:22:47.572Z | Downloaded trust-dns-client v0.22.0 |
913 | 2024-01-30T04:22:47.584Z | Downloaded vte v0.11.1 |
914 | 2024-01-30T04:22:47.586Z | Downloaded rustyline v13.0.0 |
915 | 2024-01-30T04:22:47.594Z | Downloaded thiserror-impl-no-std v2.0.2 |
916 | 2024-01-30T04:22:47.597Z | Downloaded quote v1.0.35 |
917 | 2024-01-30T04:22:47.601Z | Downloaded pest v2.7.6 |
918 | 2024-01-30T04:22:47.611Z | Downloaded headers v0.3.9 |
919 | 2024-01-30T04:22:47.621Z | Downloaded typed-path v0.7.0 |
920 | 2024-01-30T04:22:47.632Z | Downloaded pin-project v1.1.3 |
921 | 2024-01-30T04:22:47.652Z | Downloaded tungstenite v0.20.1 |
922 | 2024-01-30T04:22:47.658Z | Downloaded reedline v0.28.0 |
923 | 2024-01-30T04:22:47.671Z | Downloaded diff v0.1.13 |
924 | 2024-01-30T04:22:47.675Z | Downloaded tracing v0.1.37 |
925 | 2024-01-30T04:22:47.683Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2024-01-30T04:22:47.692Z | Downloaded rustls-webpki v0.101.7 |
927 | 2024-01-30T04:22:47.719Z | Downloaded hashbrown v0.13.2 |
928 | 2024-01-30T04:22:47.729Z | Downloaded memchr v2.6.3 |
929 | 2024-01-30T04:22:47.736Z | Downloaded unicode-normalization v0.1.22 |
930 | 2024-01-30T04:22:47.743Z | Downloaded quick-xml v0.30.0 |
931 | 2024-01-30T04:22:47.753Z | Downloaded rustls-webpki v0.102.1 |
932 | 2024-01-30T04:22:47.786Z | Downloaded sqlparser v0.43.1 |
933 | 2024-01-30T04:22:47.795Z | Downloaded time v0.3.27 |
934 | 2024-01-30T04:22:47.807Z | Downloaded serde_json v1.0.113 |
935 | 2024-01-30T04:22:47.821Z | Downloaded syn v1.0.109 |
936 | 2024-01-30T04:22:47.839Z | Downloaded zerocopy v0.7.32 |
937 | 2024-01-30T04:22:47.869Z | Downloaded futures-util v0.3.30 |
938 | 2024-01-30T04:22:47.890Z | Downloaded proptest v1.4.0 |
939 | 2024-01-30T04:22:47.907Z | Downloaded openssl v0.10.60 |
940 | 2024-01-30T04:22:47.924Z | Downloaded object v0.30.4 |
941 | 2024-01-30T04:22:47.942Z | Downloaded object v0.32.1 |
942 | 2024-01-30T04:22:47.964Z | Downloaded rustls v0.21.9 |
943 | 2024-01-30T04:22:47.981Z | Downloaded regress v0.7.1 |
944 | 2024-01-30T04:22:47.994Z | Downloaded ratatui v0.25.0 |
945 | 2024-01-30T04:22:48.020Z | Downloaded rustix v0.37.23 |
946 | 2024-01-30T04:22:48.055Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2024-01-30T04:22:48.076Z | Downloaded regex-syntax v0.7.5 |
948 | 2024-01-30T04:22:48.092Z | Downloaded libc v0.2.152 |
949 | 2024-01-30T04:22:48.140Z | Downloaded tokio v1.35.1 |
950 | 2024-01-30T04:22:48.204Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
951 | 2024-01-30T04:22:48.231Z | Downloaded zerocopy-derive v0.6.4 |
952 | 2024-01-30T04:22:48.246Z | Downloaded regex-automata v0.4.4 |
953 | 2024-01-30T04:22:48.277Z | Downloaded zerocopy-derive v0.2.0 |
954 | 2024-01-30T04:22:48.293Z | Downloaded regex-automata v0.3.8 |
955 | 2024-01-30T04:22:48.325Z | Downloaded regex-syntax v0.6.29 |
956 | 2024-01-30T04:22:48.343Z | Downloaded openapiv3 v2.0.0 |
957 | 2024-01-30T04:22:48.379Z | Downloaded sled v0.34.7 |
958 | 2024-01-30T04:22:48.412Z | Downloaded encoding_rs v0.8.33 |
959 | 2024-01-30T04:22:48.458Z | Downloaded bstr v1.6.0 |
960 | 2024-01-30T04:22:48.481Z | Downloaded diesel v2.1.4 |
961 | 2024-01-30T04:22:48.511Z | Downloaded rustls v0.22.2 |
962 | 2024-01-30T04:22:48.535Z | Downloaded rustix v0.38.30 |
963 | 2024-01-30T04:22:48.588Z | Downloaded polar-core v0.27.0 |
964 | 2024-01-30T04:22:48.606Z | Downloaded smoltcp v0.11.0 |
965 | 2024-01-30T04:22:48.632Z | Downloaded regex-syntax v0.8.2 |
966 | 2024-01-30T04:22:48.650Z | Downloaded gimli v0.28.0 |
967 | 2024-01-30T04:22:48.666Z | Downloaded vcpkg v0.2.15 |
968 | 2024-01-30T04:22:48.746Z | Downloaded ring v0.16.20 |
969 | 2024-01-30T04:22:48.920Z | Downloaded nix v0.27.1 |
970 | 2024-01-30T04:22:48.938Z | Downloaded bstr v0.2.17 |
971 | 2024-01-30T04:22:48.957Z | Downloaded ring v0.17.7 |
972 | 2024-01-30T04:22:49.085Z | Downloaded petgraph v0.6.4 |
973 | 2024-01-30T04:22:49.107Z | Downloaded regex v1.10.3 |
974 | 2024-01-30T04:22:49.129Z | Downloaded syn v2.0.48 |
975 | 2024-01-30T04:22:49.149Z | Downloaded smoltcp v0.9.1 |
976 | 2024-01-30T04:22:49.166Z | Downloaded curve25519-dalek v4.1.1 |
977 | 2024-01-30T04:22:49.181Z | Downloaded idna v0.2.3 |
978 | 2024-01-30T04:22:49.193Z | Downloaded webpki-roots v0.25.2 |
979 | 2024-01-30T04:22:49.200Z | Downloaded radix_trie v0.2.1 |
980 | 2024-01-30T04:22:49.209Z | Downloaded goblin v0.8.0 |
981 | 2024-01-30T04:22:49.219Z | Downloaded idna v0.5.0 |
982 | 2024-01-30T04:22:49.231Z | Downloaded lalrpop v0.19.12 |
983 | 2024-01-30T04:22:49.250Z | Downloaded bindgen v0.69.2 |
984 | 2024-01-30T04:22:49.262Z | Downloaded reqwest v0.11.22 |
985 | 2024-01-30T04:22:49.275Z | Downloaded rayon v1.8.0 |
986 | 2024-01-30T04:22:49.302Z | Downloaded bitvec v1.0.1 |
987 | 2024-01-30T04:22:49.316Z | Downloaded steno v0.4.0 |
988 | 2024-01-30T04:22:49.323Z | Downloaded tough v0.16.0 |
989 | 2024-01-30T04:22:49.336Z | Downloaded portable-atomic v1.4.3 |
990 | 2024-01-30T04:22:49.345Z | Downloaded winnow v0.5.15 |
991 | 2024-01-30T04:22:49.359Z | Downloaded hkdf v0.12.4 |
992 | 2024-01-30T04:22:49.363Z | Downloaded sha3 v0.10.8 |
993 | 2024-01-30T04:22:49.375Z | Downloaded test-strategy v0.3.1 |
994 | 2024-01-30T04:22:49.381Z | Downloaded openssl-sys v0.9.96 |
995 | 2024-01-30T04:22:49.389Z | Downloaded ron v0.8.1 |
996 | 2024-01-30T04:22:49.398Z | Downloaded x509-cert v0.2.4 |
997 | 2024-01-30T04:22:49.408Z | Downloaded trust-dns-resolver v0.22.0 |
998 | 2024-01-30T04:22:49.415Z | Downloaded hashbrown v0.14.2 |
999 | 2024-01-30T04:22:49.427Z | Downloaded clap v2.34.0 |
1000 | 2024-01-30T04:22:49.440Z | Downloaded h2 v0.3.24 |
1001 | 2024-01-30T04:22:49.451Z | Downloaded tabled v0.15.0 |
1002 | 2024-01-30T04:22:49.478Z | Downloaded hyper v0.14.27 |
1003 | 2024-01-30T04:22:49.492Z | Downloaded url v2.5.0 |
1004 | 2024-01-30T04:22:49.497Z | Downloaded heapless v0.7.16 |
1005 | 2024-01-30T04:22:49.503Z | Downloaded salty v0.2.0 |
1006 | 2024-01-30T04:22:49.515Z | Downloaded regex-automata v0.1.10 |
1007 | 2024-01-30T04:22:49.521Z | Downloaded diesel_derives v2.1.2 |
1008 | 2024-01-30T04:22:49.526Z | Downloaded elliptic-curve v0.13.8 |
1009 | 2024-01-30T04:22:49.532Z | Downloaded unsafe-libyaml v0.2.10 |
1010 | 2024-01-30T04:22:49.540Z | Downloaded time-macros v0.2.13 |
1011 | 2024-01-30T04:22:49.542Z | Downloaded managed v0.8.0 |
1012 | 2024-01-30T04:22:49.545Z | Downloaded textwrap v0.11.0 |
1013 | 2024-01-30T04:22:49.548Z | Downloaded getrandom v0.2.10 |
1014 | 2024-01-30T04:22:49.551Z | Downloaded snafu v0.8.0 |
1015 | 2024-01-30T04:22:49.561Z | Downloaded tokio-postgres v0.7.10 |
1016 | 2024-01-30T04:22:49.569Z | Downloaded highway v1.1.0 |
1017 | 2024-01-30T04:22:49.572Z | Downloaded predicates v3.1.0 |
1018 | 2024-01-30T04:22:49.576Z | Downloaded futures-io v0.3.30 |
1019 | 2024-01-30T04:22:49.579Z | Downloaded rustfmt-wrapper v0.2.0 |
1020 | 2024-01-30T04:22:49.581Z | Downloaded rustc_version v0.4.0 |
1021 | 2024-01-30T04:22:49.581Z | Downloaded dof v0.3.0 |
1022 | 2024-01-30T04:22:49.584Z | Downloaded toml_datetime v0.6.5 |
1023 | 2024-01-30T04:22:49.584Z | Downloaded sha2 v0.10.8 |
1024 | 2024-01-30T04:22:49.591Z | Downloaded http v1.0.0 |
1025 | 2024-01-30T04:22:49.594Z | Downloaded termtree v0.4.1 |
1026 | 2024-01-30T04:22:49.597Z | Downloaded typenum v1.16.0 |
1027 | 2024-01-30T04:22:49.600Z | Downloaded password-hash v0.5.0 |
1028 | 2024-01-30T04:22:49.603Z | Downloaded uuid v1.7.0 |
1029 | 2024-01-30T04:22:49.607Z | Downloaded parking_lot v0.11.2 |
1030 | 2024-01-30T04:22:49.611Z | Downloaded platforms v3.0.2 |
1031 | 2024-01-30T04:22:49.614Z | Downloaded derive_builder v0.12.0 |
1032 | 2024-01-30T04:22:49.622Z | Downloaded pkcs1 v0.7.5 |
1033 | 2024-01-30T04:22:49.626Z | Downloaded tower-service v0.3.2 |
1034 | 2024-01-30T04:22:49.629Z | Downloaded parse-size v1.0.0 |
1035 | 2024-01-30T04:22:49.629Z | Downloaded foreign-types-shared v0.1.1 |
1036 | 2024-01-30T04:22:49.632Z | Downloaded futures-core v0.3.30 |
1037 | 2024-01-30T04:22:49.632Z | Downloaded structmeta v0.2.0 |
1038 | 2024-01-30T04:22:49.635Z | Downloaded static_assertions v1.1.0 |
1039 | 2024-01-30T04:22:49.637Z | Downloaded num v0.4.1 |
1040 | 2024-01-30T04:22:49.637Z | Downloaded tokio-stream v0.1.14 |
1041 | 2024-01-30T04:22:49.645Z | Downloaded derive_builder_core v0.12.0 |
1042 | 2024-01-30T04:22:49.649Z | Downloaded pkcs8 v0.10.2 |
1043 | 2024-01-30T04:22:49.656Z | Downloaded zip v0.6.6 |
1044 | 2024-01-30T04:22:49.660Z | Downloaded prettyplease v0.2.16 |
1045 | 2024-01-30T04:22:49.665Z | Downloaded hashbrown v0.12.3 |
1046 | 2024-01-30T04:22:49.673Z | Downloaded toml_edit v0.21.0 |
1047 | 2024-01-30T04:22:49.711Z | Downloaded clap_builder v4.4.2 |
1048 | 2024-01-30T04:22:49.723Z | Downloaded chrono v0.4.31 |
1049 | 2024-01-30T04:22:49.737Z | Downloaded thread-id v4.2.0 |
1050 | 2024-01-30T04:22:49.740Z | Downloaded rtoolbox v0.0.1 |
1051 | 2024-01-30T04:22:49.743Z | Downloaded fixedbitset v0.4.2 |
1052 | 2024-01-30T04:22:49.746Z | Downloaded dirs-sys-next v0.1.2 |
1053 | 2024-01-30T04:22:49.746Z | Downloaded crossterm v0.27.0 |
1054 | 2024-01-30T04:22:49.756Z | Downloaded libm v0.2.7 |
1055 | 2024-01-30T04:22:49.772Z | Downloaded tokio-util v0.7.10 |
1056 | 2024-01-30T04:22:49.783Z | Downloaded postgres-types v0.2.6 |
1057 | 2024-01-30T04:22:49.787Z | Downloaded native-tls v0.2.11 |
1058 | 2024-01-30T04:22:49.790Z | Downloaded signal-hook v0.3.17 |
1059 | 2024-01-30T04:22:49.798Z | Downloaded libxml v0.3.3 |
1060 | 2024-01-30T04:22:49.806Z | Downloaded trust-dns-server v0.22.1 |
1061 | 2024-01-30T04:22:49.815Z | Downloaded spin v0.9.8 |
1062 | 2024-01-30T04:22:49.819Z | Downloaded owo-colors v4.0.0 |
1063 | 2024-01-30T04:22:49.823Z | Downloaded itertools v0.10.5 |
1064 | 2024-01-30T04:22:49.835Z | Downloaded plain v0.2.3 |
1065 | 2024-01-30T04:22:49.837Z | Downloaded dirs-next v2.0.0 |
1066 | 2024-01-30T04:22:49.840Z | Downloaded ed25519 v1.5.3 |
1067 | 2024-01-30T04:22:49.843Z | Downloaded deranged v0.3.8 |
1068 | 2024-01-30T04:22:49.844Z | Downloaded hex v0.4.3 |
1069 | 2024-01-30T04:22:49.847Z | Downloaded pin-utils v0.1.0 |
1070 | 2024-01-30T04:22:49.849Z | Downloaded paste v1.0.14 |
1071 | 2024-01-30T04:22:49.852Z | Downloaded poly1305 v0.8.0 |
1072 | 2024-01-30T04:22:49.856Z | Downloaded vsss-rs v3.3.4 |
1073 | 2024-01-30T04:22:49.860Z | Downloaded slog v2.7.0 |
1074 | 2024-01-30T04:22:49.865Z | Downloaded rand v0.8.5 |
1075 | 2024-01-30T04:22:49.871Z | Downloaded pin-project-lite v0.2.13 |
1076 | 2024-01-30T04:22:49.879Z | Downloaded pin-project-internal v1.1.3 |
1077 | 2024-01-30T04:22:49.883Z | Downloaded serde_derive v1.0.195 |
1078 | 2024-01-30T04:22:49.889Z | Downloaded toml_edit v0.19.15 |
1079 | 2024-01-30T04:22:49.915Z | Downloaded rsa v0.9.2 |
1080 | 2024-01-30T04:22:49.923Z | Downloaded flate2 v1.0.28 |
1081 | 2024-01-30T04:22:49.932Z | Downloaded heapless v0.8.0 |
1082 | 2024-01-30T04:22:49.938Z | Downloaded flume v0.11.0 |
1083 | 2024-01-30T04:22:49.945Z | Downloaded http v0.2.11 |
1084 | 2024-01-30T04:22:49.951Z | Downloaded pem v3.0.2 |
1085 | 2024-01-30T04:22:49.954Z | Downloaded group v0.13.0 |
1086 | 2024-01-30T04:22:49.957Z | Downloaded olpc-cjson v0.1.3 |
1087 | 2024-01-30T04:22:49.960Z | Downloaded nibble_vec v0.1.0 |
1088 | 2024-01-30T04:22:49.960Z | Downloaded tokio-rustls v0.25.0 |
1089 | 2024-01-30T04:22:49.963Z | Downloaded signature v2.1.0 |
1090 | 2024-01-30T04:22:49.965Z | Downloaded zerocopy-derive v0.7.32 |
1091 | 2024-01-30T04:22:49.973Z | Downloaded rcgen v0.12.1 |
1092 | 2024-01-30T04:22:49.980Z | Downloaded rayon-core v1.12.0 |
1093 | 2024-01-30T04:22:49.983Z | Downloaded snafu v0.7.5 |
1094 | 2024-01-30T04:22:49.993Z | Downloaded crossbeam-channel v0.5.8 |
1095 | 2024-01-30T04:22:50.001Z | Downloaded slog-json v2.6.1 |
1096 | 2024-01-30T04:22:50.004Z | Downloaded glob v0.3.1 |
1097 | 2024-01-30T04:22:50.007Z | Downloaded tracing-attributes v0.1.26 |
1098 | 2024-01-30T04:22:50.010Z | Downloaded parking_lot_core v0.9.8 |
1099 | 2024-01-30T04:22:50.013Z | Downloaded proc-macro2 v1.0.78 |
1100 | 2024-01-30T04:22:50.018Z | Downloaded proc-macro-error v1.0.4 |
1101 | 2024-01-30T04:22:50.023Z | Downloaded oso-derive v0.27.0 |
1102 | 2024-01-30T04:22:50.026Z | Downloaded rustc-hash v1.1.0 |
1103 | 2024-01-30T04:22:50.026Z | Downloaded zeroize_derive v1.4.2 |
1104 | 2024-01-30T04:22:50.028Z | Downloaded openssl-macros v0.1.1 |
1105 | 2024-01-30T04:22:50.028Z | Downloaded slab v0.4.9 |
1106 | 2024-01-30T04:22:50.031Z | Downloaded phf v0.11.2 |
1107 | 2024-01-30T04:22:50.034Z | Downloaded slog-stdlog v4.1.1 |
1108 | 2024-01-30T04:22:50.036Z | Downloaded zerocopy v0.3.0 |
1109 | 2024-01-30T04:22:50.037Z | Downloaded env_logger v0.10.0 |
1110 | 2024-01-30T04:22:50.041Z | Downloaded serde v1.0.195 |
1111 | 2024-01-30T04:22:50.047Z | Downloaded nom v7.1.3 |
1112 | 2024-01-30T04:22:50.056Z | Downloaded signal-hook-registry v1.4.1 |
1113 | 2024-01-30T04:22:50.062Z | Downloaded signal-hook-mio v0.2.3 |
1114 | 2024-01-30T04:22:50.065Z | Downloaded home v0.5.5 |
1115 | 2024-01-30T04:22:50.065Z | Downloaded schemars_derive v0.8.16 |
1116 | 2024-01-30T04:22:50.065Z | Downloaded serde_path_to_error v0.1.15 |
1117 | 2024-01-30T04:22:50.068Z | Downloaded heck v0.4.1 |
1118 | 2024-01-30T04:22:50.071Z | Downloaded scopeguard v1.2.0 |
1119 | 2024-01-30T04:22:50.071Z | Downloaded fd-lock v3.0.13 |
1120 | 2024-01-30T04:22:50.073Z | Downloaded yasna v0.5.2 |
1121 | 2024-01-30T04:22:50.077Z | Downloaded semver v1.0.21 |
1122 | 2024-01-30T04:22:50.081Z | Downloaded unicode-segmentation v1.10.1 |
1123 | 2024-01-30T04:22:50.087Z | Downloaded wait-timeout v0.2.0 |
1124 | 2024-01-30T04:22:50.089Z | Downloaded rustc_version v0.1.7 |
1125 | 2024-01-30T04:22:50.092Z | Downloaded zeroize v1.7.0 |
1126 | 2024-01-30T04:22:50.095Z | Downloaded packed_struct v0.10.1 |
1127 | 2024-01-30T04:22:50.098Z | Downloaded untrusted v0.9.0 |
1128 | 2024-01-30T04:22:50.098Z | Downloaded spin v0.5.2 |
1129 | 2024-01-30T04:22:50.101Z | Downloaded subprocess v0.2.9 |
1130 | 2024-01-30T04:22:50.104Z | Downloaded unicode-ident v1.0.12 |
1131 | 2024-01-30T04:22:50.108Z | Downloaded unicode-bidi v0.3.13 |
1132 | 2024-01-30T04:22:50.112Z | Downloaded tar v0.4.40 |
1133 | 2024-01-30T04:22:50.120Z | Downloaded structopt v0.3.26 |
1134 | 2024-01-30T04:22:50.129Z | Downloaded minimal-lexical v0.2.1 |
1135 | 2024-01-30T04:22:50.137Z | Downloaded mio v0.8.9 |
1136 | 2024-01-30T04:22:50.147Z | Downloaded phf_shared v0.11.2 |
1137 | 2024-01-30T04:22:50.149Z | Downloaded thiserror-impl v1.0.56 |
1138 | 2024-01-30T04:22:50.152Z | Downloaded base64 v0.21.7 |
1139 | 2024-01-30T04:22:50.157Z | Downloaded radium v0.7.0 |
1140 | 2024-01-30T04:22:50.159Z | Downloaded fd-lock v4.0.2 |
1141 | 2024-01-30T04:22:50.162Z | Downloaded walkdir v2.4.0 |
1142 | 2024-01-30T04:22:50.165Z | Downloaded which v4.4.0 |
1143 | 2024-01-30T04:22:50.168Z | Downloaded tap v1.0.1 |
1144 | 2024-01-30T04:22:50.171Z | Downloaded proc-macro-error-attr v1.0.4 |
1145 | 2024-01-30T04:22:50.171Z | Downloaded fastrand v2.0.0 |
1146 | 2024-01-30T04:22:50.174Z | Downloaded fallible-iterator v0.2.0 |
1147 | 2024-01-30T04:22:50.176Z | Downloaded errno v0.3.8 |
1148 | 2024-01-30T04:22:50.182Z | Downloaded rustls-pki-types v1.1.0 |
1149 | 2024-01-30T04:22:50.182Z | Downloaded ppv-lite86 v0.2.17 |
1150 | 2024-01-30T04:22:50.185Z | Downloaded pretty-hex v0.2.1 |
1151 | 2024-01-30T04:22:50.185Z | Downloaded percent-encoding v2.3.1 |
1152 | 2024-01-30T04:22:50.185Z | Downloaded smallvec v0.6.14 |
1153 | 2024-01-30T04:22:50.187Z | Downloaded enum-as-inner v0.5.1 |
1154 | 2024-01-30T04:22:50.190Z | Downloaded rustls-pemfile v1.0.3 |
1155 | 2024-01-30T04:22:50.193Z | Downloaded term v0.7.0 |
1156 | 2024-01-30T04:22:50.198Z | Downloaded thiserror-no-std v2.0.2 |
1157 | 2024-01-30T04:22:50.210Z | Downloaded num-bigint v0.4.4 |
1158 | 2024-01-30T04:22:50.213Z | Downloaded tinyvec v1.6.0 |
1159 | 2024-01-30T04:22:50.218Z | Downloaded embedded-io v0.4.0 |
1160 | 2024-01-30T04:22:50.221Z | Downloaded either v1.9.0 |
1161 | 2024-01-30T04:22:50.223Z | Downloaded dyn-clone v1.0.13 |
1162 | 2024-01-30T04:22:50.226Z | Downloaded hmac v0.12.1 |
1163 | 2024-01-30T04:22:50.229Z | Downloaded semver v0.11.0 |
1164 | 2024-01-30T04:22:50.232Z | Downloaded scroll v0.12.0 |
1165 | 2024-01-30T04:22:50.234Z | Downloaded same-file v1.0.6 |
1166 | 2024-01-30T04:22:50.240Z | Downloaded futures-channel v0.3.30 |
1167 | 2024-01-30T04:22:50.243Z | Downloaded scheduled-thread-pool v0.2.7 |
1168 | 2024-01-30T04:22:50.243Z | Downloaded half v2.3.1 |
1169 | 2024-01-30T04:22:50.246Z | Downloaded display-error-chain v0.2.0 |
1170 | 2024-01-30T04:22:50.248Z | Downloaded tokio-native-tls v0.3.1 |
1171 | 2024-01-30T04:22:50.251Z | Downloaded ref-cast v1.0.20 |
1172 | 2024-01-30T04:22:50.254Z | Downloaded crc-any v2.4.3 |
1173 | 2024-01-30T04:22:50.258Z | Downloaded toml v0.5.11 |
1174 | 2024-01-30T04:22:50.261Z | Downloaded serde_with_macros v3.5.1 |
1175 | 2024-01-30T04:22:50.264Z | Downloaded ryu v1.0.15 |
1176 | 2024-01-30T04:22:50.269Z | Downloaded rand_xorshift v0.3.0 |
1177 | 2024-01-30T04:22:50.273Z | Downloaded rand_chacha v0.3.1 |
1178 | 2024-01-30T04:22:50.276Z | Downloaded defmt-macros v0.3.6 |
1179 | 2024-01-30T04:22:50.278Z | Downloaded mime_guess v2.0.4 |
1180 | 2024-01-30T04:22:50.281Z | Downloaded futures-task v0.3.30 |
1181 | 2024-01-30T04:22:50.284Z | Downloaded defmt-parser v0.3.3 |
1182 | 2024-01-30T04:22:50.284Z | Downloaded defmt v0.3.5 |
1183 | 2024-01-30T04:22:50.293Z | Downloaded sct v0.7.0 |
1184 | 2024-01-30T04:22:50.296Z | Downloaded oso v0.27.0 |
1185 | 2024-01-30T04:22:50.301Z | Downloaded string_cache v0.8.7 |
1186 | 2024-01-30T04:22:50.304Z | Downloaded scroll_derive v0.12.0 |
1187 | 2024-01-30T04:22:50.307Z | Downloaded equivalent v1.0.1 |
1188 | 2024-01-30T04:22:50.307Z | Downloaded debug-ignore v1.0.5 |
1189 | 2024-01-30T04:22:50.309Z | Downloaded unicode-linebreak v0.1.5 |
1190 | 2024-01-30T04:22:50.312Z | Downloaded unarray v0.1.4 |
1191 | 2024-01-30T04:22:50.312Z | Downloaded tokio-tungstenite v0.20.1 |
1192 | 2024-01-30T04:22:50.316Z | Downloaded unicase v2.7.0 |
1193 | 2024-01-30T04:22:50.318Z | Downloaded flagset v0.4.3 |
1194 | 2024-01-30T04:22:50.321Z | Downloaded arc-swap v1.6.0 |
1195 | 2024-01-30T04:22:50.326Z | Downloaded postcard v1.0.8 |
1196 | 2024-01-30T04:22:50.332Z | Downloaded foreign-types-macros v0.2.3 |
1197 | 2024-01-30T04:22:50.335Z | Downloaded fnv v1.0.7 |
1198 | 2024-01-30T04:22:50.335Z | Downloaded float-cmp v0.9.0 |
1199 | 2024-01-30T04:22:50.337Z | Downloaded const-oid v0.9.5 |
1200 | 2024-01-30T04:22:50.340Z | Downloaded sec1 v0.7.3 |
1201 | 2024-01-30T04:22:50.343Z | Downloaded libloading v0.7.4 |
1202 | 2024-01-30T04:22:50.346Z | Downloaded crossbeam-epoch v0.9.15 |
1203 | 2024-01-30T04:22:50.354Z | Downloaded cookie v0.18.0 |
1204 | 2024-01-30T04:22:50.357Z | Downloaded form_urlencoded v1.2.1 |
1205 | 2024-01-30T04:22:50.357Z | Downloaded usdt-impl v0.3.5 |
1206 | 2024-01-30T04:22:50.360Z | Downloaded indexmap v1.9.3 |
1207 | 2024-01-30T04:22:50.364Z | Downloaded crypto-bigint v0.5.2 |
1208 | 2024-01-30T04:22:50.374Z | Downloaded swrite v0.1.0 |
1209 | 2024-01-30T04:22:50.377Z | Downloaded addr2line v0.21.0 |
1210 | 2024-01-30T04:22:50.380Z | Downloaded console v0.15.8 |
1211 | 2024-01-30T04:22:50.384Z | Downloaded serde_tokenstream v0.2.0 |
1212 | 2024-01-30T04:22:50.390Z | Downloaded pkg-config v0.3.27 |
1213 | 2024-01-30T04:22:50.393Z | Downloaded zerocopy v0.6.4 |
1214 | 2024-01-30T04:22:50.396Z | Downloaded darling_core v0.20.3 |
1215 | 2024-01-30T04:22:50.404Z | Downloaded lock_api v0.4.10 |
1216 | 2024-01-30T04:22:50.407Z | Downloaded miniz_oxide v0.7.1 |
1217 | 2024-01-30T04:22:50.411Z | Downloaded indicatif v0.17.7 |
1218 | 2024-01-30T04:22:50.417Z | Downloaded bytes v1.5.0 |
1219 | 2024-01-30T04:22:50.426Z | Downloaded indexmap v2.1.0 |
1220 | 2024-01-30T04:22:50.430Z | Downloaded hostname v0.3.1 |
1221 | 2024-01-30T04:22:50.433Z | Downloaded hash32 v0.2.1 |
1222 | 2024-01-30T04:22:50.436Z | Downloaded utf8parse v0.2.1 |
1223 | 2024-01-30T04:22:50.436Z | Downloaded precomputed-hash v0.1.1 |
1224 | 2024-01-30T04:22:50.439Z | Downloaded foreign-types v0.3.2 |
1225 | 2024-01-30T04:22:50.439Z | Downloaded log v0.4.20 |
1226 | 2024-01-30T04:22:50.453Z | Downloaded io-lifetimes v1.0.11 |
1227 | 2024-01-30T04:22:50.454Z | Downloaded crc32fast v1.3.2 |
1228 | 2024-01-30T04:22:50.454Z | Downloaded chacha20poly1305 v0.10.1 |
1229 | 2024-01-30T04:22:50.454Z | Downloaded usdt-impl v0.5.0 |
1230 | 2024-01-30T04:22:50.457Z | Downloaded lru-cache v0.1.2 |
1231 | 2024-01-30T04:22:50.457Z | Downloaded linear-map v1.2.0 |
1232 | 2024-01-30T04:22:50.460Z | Downloaded globset v0.4.13 |
1233 | 2024-01-30T04:22:50.463Z | Downloaded subtle v2.5.0 |
1234 | 2024-01-30T04:22:50.463Z | Downloaded foreign-types-shared v0.3.1 |
1235 | 2024-01-30T04:22:50.463Z | Downloaded cc v1.0.83 |
1236 | 2024-01-30T04:22:50.468Z | Downloaded rustversion v1.0.14 |
1237 | 2024-01-30T04:22:50.472Z | Downloaded num_cpus v1.16.0 |
1238 | 2024-01-30T04:22:50.476Z | Downloaded libefi-sys v0.1.0 |
1239 | 2024-01-30T04:22:50.479Z | Downloaded clap v4.4.3 |
1240 | 2024-01-30T04:22:50.493Z | Downloaded async-trait v0.1.77 |
1241 | 2024-01-30T04:22:50.499Z | Downloaded hash32 v0.3.1 |
1242 | 2024-01-30T04:22:50.505Z | Downloaded termios v0.3.3 |
1243 | 2024-01-30T04:22:50.508Z | Downloaded snafu-derive v0.8.0 |
1244 | 2024-01-30T04:22:50.508Z | Downloaded cassowary v0.3.0 |
1245 | 2024-01-30T04:22:50.508Z | Downloaded bitflags v2.4.0 |
1246 | 2024-01-30T04:22:50.512Z | Downloaded supports-color v2.1.0 |
1247 | 2024-01-30T04:22:50.515Z | Downloaded num-complex v0.4.4 |
1248 | 2024-01-30T04:22:50.518Z | Downloaded nu-ansi-term v0.49.0 |
1249 | 2024-01-30T04:22:50.521Z | Downloaded mime v0.3.17 |
1250 | 2024-01-30T04:22:50.524Z | Downloaded macaddr v1.0.1 |
1251 | 2024-01-30T04:22:50.526Z | Downloaded kstat-rs v0.2.3 |
1252 | 2024-01-30T04:22:50.529Z | Downloaded keccak v0.1.4 |
1253 | 2024-01-30T04:22:50.529Z | Downloaded itoa v1.0.9 |
1254 | 2024-01-30T04:22:50.532Z | Downloaded ipnetwork v0.20.0 |
1255 | 2024-01-30T04:22:50.535Z | Downloaded crossbeam-deque v0.8.3 |
1256 | 2024-01-30T04:22:50.538Z | Downloaded crossbeam v0.8.2 |
1257 | 2024-01-30T04:22:50.538Z | Downloaded crc v3.0.1 |
1258 | 2024-01-30T04:22:50.541Z | Downloaded cpufeatures v0.2.12 |
1259 | 2024-01-30T04:22:50.544Z | Downloaded colored v2.0.4 |
1260 | 2024-01-30T04:22:50.547Z | Downloaded byteorder v1.5.0 |
1261 | 2024-01-30T04:22:50.550Z | Downloaded packed_struct_codegen v0.10.1 |
1262 | 2024-01-30T04:22:50.550Z | Downloaded xattr v1.0.1 |
1263 | 2024-01-30T04:22:50.556Z | Downloaded wyz v0.5.1 |
1264 | 2024-01-30T04:22:50.565Z | Downloaded strsim v0.10.0 |
1265 | 2024-01-30T04:22:50.565Z | Downloaded clang-sys v1.6.1 |
1266 | 2024-01-30T04:22:50.568Z | Downloaded lru v0.12.1 |
1267 | 2024-01-30T04:22:50.568Z | Downloaded libsw v3.3.1 |
1268 | 2024-01-30T04:22:50.568Z | Downloaded is-terminal v0.4.9 |
1269 | 2024-01-30T04:22:50.568Z | Downloaded number_prefix v0.4.0 |
1270 | 2024-01-30T04:22:50.570Z | Downloaded match_cfg v0.1.0 |
1271 | 2024-01-30T04:22:50.571Z | Downloaded inout v0.1.3 |
1272 | 2024-01-30T04:22:50.573Z | Downloaded clap_lex v0.5.1 |
1273 | 2024-01-30T04:22:50.573Z | Downloaded bzip2 v0.4.4 |
1274 | 2024-01-30T04:22:50.576Z | Downloaded blake2 v0.10.6 |
1275 | 2024-01-30T04:22:50.580Z | Downloaded phf_shared v0.10.0 |
1276 | 2024-01-30T04:22:50.582Z | Downloaded usdt v0.3.5 |
1277 | 2024-01-30T04:22:50.582Z | Downloaded unicode-width v0.1.11 |
1278 | 2024-01-30T04:22:50.585Z | Downloaded slog-bunyan v2.5.0 |
1279 | 2024-01-30T04:22:50.588Z | Downloaded num-rational v0.4.1 |
1280 | 2024-01-30T04:22:50.591Z | Downloaded hyper-rustls v0.24.2 |
1281 | 2024-01-30T04:22:50.594Z | Downloaded lalrpop-util v0.19.12 |
1282 | 2024-01-30T04:22:50.594Z | Downloaded ipnet v2.9.0 |
1283 | 2024-01-30T04:22:50.597Z | Downloaded corncobs v0.1.3 |
1284 | 2024-01-30T04:22:50.599Z | Downloaded bcs v0.1.6 |
1285 | 2024-01-30T04:22:50.602Z | Downloaded nodrop v0.1.14 |
1286 | 2024-01-30T04:22:50.605Z | Downloaded lazy_static v1.4.0 |
1287 | 2024-01-30T04:22:50.608Z | Downloaded bytecount v0.6.3 |
1288 | 2024-01-30T04:22:50.610Z | Downloaded waitgroup v0.1.2 |
1289 | 2024-01-30T04:22:50.610Z | Downloaded usdt-macro v0.5.0 |
1290 | 2024-01-30T04:22:50.610Z | Downloaded usdt-attr-macro v0.3.5 |
1291 | 2024-01-30T04:22:50.613Z | Downloaded strip-ansi-escapes v0.2.0 |
1292 | 2024-01-30T04:22:50.613Z | Downloaded sqlparser_derive v0.2.2 |
1293 | 2024-01-30T04:22:50.616Z | Downloaded smf v0.2.2 |
1294 | 2024-01-30T04:22:50.616Z | Downloaded smawk v0.3.1 |
1295 | 2024-01-30T04:22:50.619Z | Downloaded slog-dtrace v0.3.0 |
1296 | 2024-01-30T04:22:50.622Z | Downloaded num-integer v0.1.45 |
1297 | 2024-01-30T04:22:50.624Z | Downloaded mockall_derive v0.12.0 |
1298 | 2024-01-30T04:22:50.627Z | Downloaded memoffset v0.9.0 |
1299 | 2024-01-30T04:22:50.630Z | Downloaded maybe-uninit v2.0.0 |
1300 | 2024-01-30T04:22:50.630Z | Downloaded hyper-staticfile v0.9.5 |
1301 | 2024-01-30T04:22:50.633Z | Downloaded crossbeam-utils v0.8.16 |
1302 | 2024-01-30T04:22:50.638Z | Downloaded anyhow v1.0.75 |
1303 | 2024-01-30T04:22:50.644Z | Downloaded cstr-argument v0.1.2 |
1304 | 2024-01-30T04:22:50.646Z | Downloaded new_debug_unreachable v1.0.4 |
1305 | 2024-01-30T04:22:50.647Z | Downloaded convert_case v0.4.0 |
1306 | 2024-01-30T04:22:50.649Z | Downloaded fxhash v0.2.1 |
1307 | 2024-01-30T04:22:50.649Z | Downloaded block-padding v0.3.3 |
1308 | 2024-01-30T04:22:50.652Z | Downloaded bit-vec v0.6.3 |
1309 | 2024-01-30T04:22:50.655Z | Downloaded ahash v0.8.6 |
1310 | 2024-01-30T04:22:50.658Z | Downloaded maplit v1.0.2 |
1311 | 2024-01-30T04:22:50.661Z | Downloaded impl-trait-for-tuples v0.2.2 |
1312 | 2024-01-30T04:22:50.664Z | Downloaded hyper-tls v0.5.0 |
1313 | 2024-01-30T04:22:50.667Z | Downloaded anstream v0.5.0 |
1314 | 2024-01-30T04:22:50.670Z | Downloaded snafu-derive v0.7.5 |
1315 | 2024-01-30T04:22:50.677Z | Downloaded memoffset v0.7.1 |
1316 | 2024-01-30T04:22:50.677Z | Downloaded stringprep v0.1.3 |
1317 | 2024-01-30T04:22:50.680Z | Downloaded indoc v1.0.9 |
1318 | 2024-01-30T04:22:50.680Z | Downloaded iana-time-zone v0.1.57 |
1319 | 2024-01-30T04:22:50.682Z | Downloaded httpdate v1.0.3 |
1320 | 2024-01-30T04:22:50.685Z | Downloaded http-body v0.4.5 |
1321 | 2024-01-30T04:22:50.689Z | Downloaded anstyle-parse v0.2.1 |
1322 | 2024-01-30T04:22:50.693Z | Downloaded async-stream v0.3.5 |
1323 | 2024-01-30T04:22:50.693Z | Downloaded take_mut v0.2.2 |
1324 | 2024-01-30T04:22:50.696Z | Downloaded futures-sink v0.3.30 |
1325 | 2024-01-30T04:22:50.696Z | Downloaded darling_macro v0.14.4 |
1326 | 2024-01-30T04:22:50.696Z | Downloaded usdt-macro v0.3.5 |
1327 | 2024-01-30T04:22:50.699Z | Downloaded cobs v0.2.3 |
1328 | 2024-01-30T04:22:50.699Z | Downloaded bitfield v0.14.0 |
1329 | 2024-01-30T04:22:50.702Z | Downloaded base64ct v1.6.0 |
1330 | 2024-01-30T04:22:50.705Z | Downloaded autocfg v1.1.0 |
1331 | 2024-01-30T04:22:50.708Z | Downloaded array-init v0.0.4 |
1332 | 2024-01-30T04:22:50.710Z | Downloaded anstyle-query v1.0.0 |
1333 | 2024-01-30T04:22:50.711Z | Downloaded cexpr v0.6.0 |
1334 | 2024-01-30T04:22:50.713Z | Downloaded cancel-safe-futures v0.1.5 |
1335 | 2024-01-30T04:22:50.718Z | Downloaded hubpack v0.1.2 |
1336 | 2024-01-30T04:22:50.721Z | Downloaded httparse v1.8.0 |
1337 | 2024-01-30T04:22:50.724Z | Downloaded aead v0.5.2 |
1338 | 2024-01-30T04:22:50.727Z | Downloaded bit-set v0.5.3 |
1339 | 2024-01-30T04:22:50.732Z | Downloaded argon2 v0.5.3 |
1340 | 2024-01-30T04:22:50.735Z | Downloaded adler v1.0.2 |
1341 | 2024-01-30T04:22:50.735Z | Downloaded multer v3.0.0 |
1342 | 2024-01-30T04:22:50.738Z | Downloaded md-5 v0.10.5 |
1343 | 2024-01-30T04:22:50.741Z | Downloaded humantime v2.1.0 |
1344 | 2024-01-30T04:22:50.743Z | Downloaded camino v1.1.6 |
1345 | 2024-01-30T04:22:50.746Z | Downloaded bb8 v0.8.1 |
1346 | 2024-01-30T04:22:50.746Z | Downloaded tabled_derive v0.7.0 |
1347 | 2024-01-30T04:22:50.749Z | Downloaded strsim v0.8.0 |
1348 | 2024-01-30T04:22:50.751Z | Downloaded async-recursion v1.0.5 |
1349 | 2024-01-30T04:22:50.754Z | Downloaded camino-tempfile v1.1.1 |
1350 | 2024-01-30T04:22:50.757Z | Downloaded ciborium-ll v0.2.2 |
1351 | 2024-01-30T04:22:50.760Z | Downloaded cipher v0.4.4 |
1352 | 2024-01-30T04:22:50.762Z | Downloaded atty v0.2.14 |
1353 | 2024-01-30T04:22:50.763Z | Downloaded ident_case v1.0.1 |
1354 | 2024-01-30T04:22:50.765Z | Downloaded assert_matches v1.5.0 |
1355 | 2024-01-30T04:22:50.765Z | Downloaded base16ct v0.2.0 |
1356 | 2024-01-30T04:22:50.768Z | Downloaded hubpack_derive v0.1.1 |
1357 | 2024-01-30T04:22:50.768Z | Downloaded memmap v0.7.0 |
1358 | 2024-01-30T04:22:50.771Z | Downloaded serde_yaml v0.9.25 |
1359 | 2024-01-30T04:22:50.776Z | Downloaded atomicwrites v0.4.3 |
1360 | 2024-01-30T04:22:50.781Z | Downloaded anstyle v1.0.2 |
1361 | 2024-01-30T04:22:50.784Z | Downloaded siphasher v0.3.11 |
1362 | 2024-01-30T04:22:50.784Z | Downloaded similar v2.3.0 |
1363 | 2024-01-30T04:22:50.790Z | Downloaded serde_spanned v0.6.4 |
1364 | 2024-01-30T04:22:50.792Z | Downloaded curve25519-dalek-derive v0.1.0 |
1365 | 2024-01-30T04:22:50.792Z | Downloaded crucible-workspace-hack v0.1.0 |
1366 | 2024-01-30T04:22:50.795Z | Downloaded atomic-waker v1.1.1 |
1367 | 2024-01-30T04:22:50.795Z | Downloaded serde_tokenstream v0.1.7 |
1368 | 2024-01-30T04:22:50.800Z | Downloaded crunchy v0.2.2 |
1369 | 2024-01-30T04:22:50.803Z | Downloaded shell-words v1.1.0 |
1370 | 2024-01-30T04:22:50.803Z | Downloaded serde-big-array v0.5.1 |
1371 | 2024-01-30T04:22:50.806Z | Downloaded serde-big-array v0.4.1 |
1372 | 2024-01-30T04:22:50.809Z | Downloaded semver v0.1.20 |
1373 | 2024-01-30T04:22:50.812Z | Downloaded secrecy v0.8.0 |
1374 | 2024-01-30T04:22:50.812Z | Downloaded darling v0.20.3 |
1375 | 2024-01-30T04:22:50.817Z | Downloaded crypto-common v0.1.6 |
1376 | 2024-01-30T04:22:50.819Z | Downloaded crossbeam-queue v0.3.8 |
1377 | 2024-01-30T04:22:50.822Z | Downloaded ascii-canvas v3.0.0 |
1378 | 2024-01-30T04:22:51.160Z | Compiling proc-macro2 v1.0.78 |
1379 | 2024-01-30T04:22:51.160Z | Compiling unicode-ident v1.0.12 |
1380 | 2024-01-30T04:22:51.163Z | Compiling libc v0.2.152 |
1381 | 2024-01-30T04:22:51.163Z | Compiling serde v1.0.195 |
1382 | 2024-01-30T04:22:51.163Z | Compiling autocfg v1.1.0 |
1383 | 2024-01-30T04:22:51.163Z | Compiling version_check v0.9.4 |
1384 | 2024-01-30T04:22:51.182Z | Compiling cfg-if v1.0.0 |
1385 | 2024-01-30T04:22:51.429Z | Compiling once_cell v1.19.0 |
1386 | 2024-01-30T04:22:51.429Z | Compiling syn v1.0.109 |
1387 | 2024-01-30T04:22:51.512Z | Compiling byteorder v1.5.0 |
1388 | 2024-01-30T04:22:51.999Z | Compiling memchr v2.6.3 |
1389 | 2024-01-30T04:22:52.088Z | Compiling ahash v0.8.6 |
1390 | 2024-01-30T04:22:52.135Z | Compiling parking_lot_core v0.9.8 |
1391 | 2024-01-30T04:22:52.199Z | Compiling lock_api v0.4.10 |
1392 | 2024-01-30T04:22:52.780Z | Compiling libm v0.2.7 |
1393 | 2024-01-30T04:22:52.783Z | Compiling serde_json v1.0.113 |
1394 | 2024-01-30T04:22:52.806Z | Compiling num-traits v0.2.16 |
1395 | 2024-01-30T04:22:53.160Z | Compiling thiserror v1.0.56 |
1396 | 2024-01-30T04:22:53.256Z | Compiling typenum v1.16.0 |
1397 | 2024-01-30T04:22:54.098Z | Compiling scopeguard v1.2.0 |
1398 | 2024-01-30T04:22:54.249Z | Compiling generic-array v0.14.7 |
1399 | 2024-01-30T04:22:54.647Z | Compiling quote v1.0.35 |
1400 | 2024-01-30T04:22:54.884Z | Compiling itoa v1.0.9 |
1401 | 2024-01-30T04:22:55.213Z | Compiling syn v2.0.48 |
1402 | 2024-01-30T04:22:55.388Z | Compiling cc v1.0.83 |
1403 | 2024-01-30T04:22:55.603Z | Compiling getrandom v0.2.10 |
1404 | 2024-01-30T04:22:55.813Z | Compiling log v0.4.20 |
1405 | 2024-01-30T04:22:56.273Z | Compiling pkg-config v0.3.27 |
1406 | 2024-01-30T04:22:56.934Z | Compiling slab v0.4.9 |
1407 | 2024-01-30T04:22:57.162Z | Compiling ryu v1.0.15 |
1408 | 2024-01-30T04:22:57.455Z | Compiling smallvec v1.11.2 |
1409 | 2024-01-30T04:22:57.605Z | Compiling allocator-api2 v0.2.16 |
1410 | 2024-01-30T04:22:57.915Z | Compiling pin-project-lite v0.2.13 |
1411 | 2024-01-30T04:22:57.977Z | Compiling equivalent v1.0.1 |
1412 | 2024-01-30T04:22:58.164Z | Compiling vcpkg v0.2.15 |
1413 | 2024-01-30T04:22:58.187Z | Compiling heck v0.4.1 |
1414 | 2024-01-30T04:22:58.845Z | Compiling parking_lot v0.12.1 |
1415 | 2024-01-30T04:22:58.893Z | Compiling schemars v0.8.16 |
1416 | 2024-01-30T04:22:59.525Z | Compiling ring v0.17.7 |
1417 | 2024-01-30T04:23:01.005Z | Compiling signal-hook-registry v1.4.1 |
1418 | 2024-01-30T04:23:01.050Z | Compiling openssl-sys v0.9.96 |
1419 | 2024-01-30T04:23:02.399Z | Compiling mio v0.8.9 |
1420 | 2024-01-30T04:23:02.775Z | Compiling rand_core v0.6.4 |
1421 | 2024-01-30T04:23:04.266Z | Compiling ring v0.16.20 |
1422 | 2024-01-30T04:23:05.810Z | Compiling socket2 v0.5.5 |
1423 | 2024-01-30T04:23:05.834Z | Compiling num_cpus v1.16.0 |
1424 | 2024-01-30T04:23:06.045Z | Compiling ucd-trie v0.1.6 |
1425 | 2024-01-30T04:23:06.201Z | Compiling httparse v1.8.0 |
1426 | 2024-01-30T04:23:06.412Z | Compiling futures-core v0.3.30 |
1427 | 2024-01-30T04:23:06.751Z | Compiling spin v0.5.2 |
1428 | 2024-01-30T04:23:06.775Z | Compiling semver v1.0.21 |
1429 | 2024-01-30T04:23:06.799Z | Compiling openssl v0.10.60 |
1430 | 2024-01-30T04:23:06.893Z | Compiling fnv v1.0.7 |
1431 | 2024-01-30T04:23:07.342Z | Compiling serde_derive_internals v0.26.0 |
1432 | 2024-01-30T04:23:07.513Z | Compiling iana-time-zone v0.1.57 |
1433 | 2024-01-30T04:23:07.842Z | Compiling rustls v0.21.9 |
1434 | 2024-01-30T04:23:08.065Z | Compiling subtle v2.5.0 |
1435 | 2024-01-30T04:23:08.243Z | Compiling native-tls v0.2.11 |
1436 | 2024-01-30T04:23:08.593Z | Compiling const-oid v0.9.5 |
1437 | 2024-01-30T04:23:08.753Z | Compiling crossbeam-utils v0.8.16 |
1438 | 2024-01-30T04:23:08.942Z | Compiling unicode-xid v0.2.4 |
1439 | 2024-01-30T04:23:09.131Z | Compiling synstructure v0.12.6 |
1440 | 2024-01-30T04:23:09.395Z | Compiling spin v0.9.8 |
1441 | 2024-01-30T04:23:10.229Z | Compiling futures-sink v0.3.30 |
1442 | 2024-01-30T04:23:10.466Z | Compiling io-lifetimes v1.0.11 |
1443 | 2024-01-30T04:23:11.243Z | Compiling backtrace v0.3.69 |
1444 | 2024-01-30T04:23:11.487Z | Compiling dyn-clone v1.0.13 |
1445 | 2024-01-30T04:23:11.642Z | Compiling winnow v0.5.15 |
1446 | 2024-01-30T04:23:11.749Z | Compiling tinyvec_macros v0.1.1 |
1447 | 2024-01-30T04:23:11.798Z | Compiling rustix v0.38.30 |
1448 | 2024-01-30T04:23:11.997Z | Compiling tinyvec v1.6.0 |
1449 | 2024-01-30T04:23:12.510Z | Compiling futures-channel v0.3.30 |
1450 | 2024-01-30T04:23:12.677Z | Compiling tracing-core v0.1.31 |
1451 | 2024-01-30T04:23:13.108Z | Compiling memoffset v0.9.0 |
1452 | 2024-01-30T04:23:13.228Z | Compiling num-integer v0.1.45 |
1453 | 2024-01-30T04:23:13.661Z | Compiling pin-utils v0.1.0 |
1454 | 2024-01-30T04:23:13.781Z | Compiling futures-io v0.3.30 |
1455 | 2024-01-30T04:23:14.105Z | Compiling futures-task v0.3.30 |
1456 | 2024-01-30T04:23:14.709Z | Compiling rustix v0.37.23 |
1457 | 2024-01-30T04:23:15.107Z | Compiling unicode-normalization v0.1.22 |
1458 | 2024-01-30T04:23:16.094Z | Compiling usdt-impl v0.3.5 |
1459 | 2024-01-30T04:23:16.500Z | Compiling serde_derive v1.0.195 |
1460 | 2024-01-30T04:23:16.576Z | Compiling zerocopy-derive v0.7.32 |
1461 | 2024-01-30T04:23:16.836Z | Compiling zeroize_derive v1.4.2 |
1462 | 2024-01-30T04:23:16.905Z | Compiling thiserror-impl v1.0.56 |
1463 | 2024-01-30T04:23:17.076Z | Compiling tokio-macros v2.2.0 |
1464 | 2024-01-30T04:23:17.307Z | Compiling futures-macro v0.3.30 |
1465 | 2024-01-30T04:23:17.442Z | Compiling tracing-attributes v0.1.26 |
1466 | 2024-01-30T04:23:19.217Z | Compiling zeroize v1.7.0 |
1467 | 2024-01-30T04:23:19.462Z | Compiling schemars_derive v0.8.16 |
1468 | 2024-01-30T04:23:19.810Z | Compiling zerocopy v0.7.32 |
1469 | 2024-01-30T04:23:21.784Z | Compiling pest v2.7.6 |
1470 | 2024-01-30T04:23:22.810Z | Compiling openssl-macros v0.1.1 |
1471 | 2024-01-30T04:23:23.458Z | Compiling hashbrown v0.14.2 |
1472 | 2024-01-30T04:23:23.915Z | Compiling zerocopy-derive v0.2.0 |
1473 | 2024-01-30T04:23:24.465Z | Compiling crypto-common v0.1.6 |
1474 | 2024-01-30T04:23:24.760Z | Compiling der_derive v0.7.2 |
1475 | 2024-01-30T04:23:25.020Z | Compiling hashbrown v0.13.2 |
1476 | 2024-01-30T04:23:25.531Z | Compiling tracing v0.1.37 |
1477 | 2024-01-30T04:23:26.438Z | Compiling pest_meta v2.7.6 |
1478 | 2024-01-30T04:23:26.611Z | Compiling block-buffer v0.10.4 |
1479 | 2024-01-30T04:23:26.720Z | Compiling futures-util v0.3.30 |
1480 | 2024-01-30T04:23:26.974Z | Compiling anyhow v1.0.75 |
1481 | 2024-01-30T04:23:27.668Z | Compiling crc32fast v1.3.2 |
1482 | 2024-01-30T04:23:28.529Z | Compiling pest_generator v2.7.6 |
1483 | 2024-01-30T04:23:28.766Z | Compiling bitflags v1.3.2 |
1484 | 2024-01-30T04:23:28.966Z | Compiling time-core v0.1.1 |
1485 | 2024-01-30T04:23:29.211Z | Compiling slog v2.7.0 |
1486 | 2024-01-30T04:23:29.858Z | Compiling unicode-bidi v0.3.13 |
1487 | 2024-01-30T04:23:31.478Z | Compiling time-macros v0.2.13 |
1488 | 2024-01-30T04:23:32.850Z | Compiling digest v0.10.7 |
1489 | 2024-01-30T04:23:33.194Z | Compiling pest_derive v2.7.6 |
1490 | 2024-01-30T04:23:33.538Z | Compiling scroll_derive v0.12.0 |
1491 | 2024-01-30T04:23:34.404Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1492 | 2024-01-30T04:23:34.707Z | Compiling aho-corasick v1.0.4 |
1493 | 2024-01-30T04:23:35.024Z | Compiling crossbeam-epoch v0.9.15 |
1494 | 2024-01-30T04:23:35.648Z | Compiling async-trait v0.1.77 |
1495 | 2024-01-30T04:23:35.847Z | Compiling signal-hook v0.3.17 |
1496 | 2024-01-30T04:23:36.240Z | Compiling regex-syntax v0.8.2 |
1497 | 2024-01-30T04:23:36.304Z | Compiling untrusted v0.9.0 |
1498 | 2024-01-30T04:23:36.415Z | Compiling ppv-lite86 v0.2.17 |
1499 | 2024-01-30T04:23:36.454Z | Compiling rustversion v1.0.14 |
1500 | 2024-01-30T04:23:37.629Z | Compiling rand_chacha v0.3.1 |
1501 | 2024-01-30T04:23:37.956Z | Compiling zerocopy v0.3.0 |
1502 | 2024-01-30T04:23:39.214Z | Compiling bytes v1.5.0 |
1503 | 2024-01-30T04:23:39.805Z | Compiling indexmap v2.1.0 |
1504 | 2024-01-30T04:23:40.801Z | Compiling tokio v1.35.1 |
1505 | 2024-01-30T04:23:41.145Z | Compiling uuid v1.7.0 |
1506 | 2024-01-30T04:23:41.913Z | Compiling chrono v0.4.31 |
1507 | 2024-01-30T04:23:42.272Z | Compiling bitflags v2.4.0 |
1508 | 2024-01-30T04:23:46.585Z | Compiling toml_datetime v0.6.5 |
1509 | 2024-01-30T04:23:47.215Z | Compiling serde_spanned v0.6.4 |
1510 | 2024-01-30T04:23:47.946Z | Compiling toml_edit v0.19.15 |
1511 | 2024-01-30T04:23:48.916Z | Compiling rustc_version v0.4.0 |
1512 | 2024-01-30T04:23:49.935Z | Compiling http v0.2.11 |
1513 | 2024-01-30T04:23:50.704Z | Compiling heapless v0.7.16 |
1514 | 2024-01-30T04:23:51.925Z | Compiling regex-automata v0.4.4 |
1515 | 2024-01-30T04:23:53.191Z | Compiling errno v0.3.8 |
1516 | 2024-01-30T04:23:53.596Z | Compiling thread-id v4.2.0 |
1517 | 2024-01-30T04:23:54.284Z | Compiling strsim v0.10.0 |
1518 | 2024-01-30T04:23:57.408Z | Compiling tokio-util v0.7.10 |
1519 | 2024-01-30T04:23:59.130Z | Compiling regex v1.10.3 |
1520 | 2024-01-30T04:23:59.823Z | Compiling dof v0.1.5 |
1521 | 2024-01-30T04:24:00.758Z | Compiling rand v0.8.5 |
1522 | 2024-01-30T04:24:03.985Z | Compiling dtrace-parser v0.1.14 |
1523 | 2024-01-30T04:24:05.259Z | Compiling num-bigint v0.4.4 |
1524 | 2024-01-30T04:24:05.709Z | Compiling smoltcp v0.9.1 |
1525 | 2024-01-30T04:24:05.790Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1526 | 2024-01-30T04:24:05.903Z | Compiling untrusted v0.7.1 |
1527 | 2024-01-30T04:24:06.195Z | Compiling base64ct v1.6.0 |
1528 | 2024-01-30T04:24:06.632Z | Compiling camino v1.1.6 |
1529 | 2024-01-30T04:24:06.682Z | Compiling percent-encoding v2.3.1 |
1530 | 2024-01-30T04:24:06.800Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-01-30T04:24:06.953Z | Compiling foreign-types v0.3.2 |
1532 | 2024-01-30T04:24:07.089Z | Compiling pem-rfc7468 v0.7.0 |
1533 | 2024-01-30T04:24:07.201Z | Compiling strum_macros v0.25.2 |
1534 | 2024-01-30T04:24:09.971Z | Compiling serde_tokenstream v0.1.7 |
1535 | 2024-01-30T04:24:12.185Z | Compiling hmac v0.12.1 |
1536 | 2024-01-30T04:24:12.916Z | Compiling lazy_static v1.4.0 |
1537 | 2024-01-30T04:24:12.996Z | Compiling socket2 v0.4.9 |
1538 | 2024-01-30T04:24:13.086Z | Compiling flagset v0.4.3 |
1539 | 2024-01-30T04:24:13.125Z | Compiling siphasher v0.3.11 |
1540 | 2024-01-30T04:24:13.321Z | Compiling try-lock v0.2.4 |
1541 | 2024-01-30T04:24:13.372Z | Compiling unicode-segmentation v1.10.1 |
1542 | 2024-01-30T04:24:13.563Z | Compiling adler v1.0.2 |
1543 | 2024-01-30T04:24:13.833Z | Compiling unicode-width v0.1.11 |
1544 | 2024-01-30T04:24:14.012Z | Compiling base64 v0.21.7 |
1545 | 2024-01-30T04:24:14.092Z | Compiling miniz_oxide v0.7.1 |
1546 | 2024-01-30T04:24:14.727Z | Compiling want v0.3.1 |
1547 | 2024-01-30T04:24:15.136Z | Compiling der v0.7.8 |
1548 | 2024-01-30T04:24:16.254Z | Compiling sct v0.7.0 |
1549 | 2024-01-30T04:24:16.492Z | Compiling rustls-webpki v0.101.7 |
1550 | 2024-01-30T04:24:16.680Z | Compiling form_urlencoded v1.2.1 |
1551 | 2024-01-30T04:24:17.146Z | Compiling h2 v0.3.24 |
1552 | 2024-01-30T04:24:17.650Z | Compiling http-body v0.4.5 |
1553 | 2024-01-30T04:24:18.319Z | Compiling hubpack_derive v0.1.1 |
1554 | 2024-01-30T04:24:19.214Z | Compiling zerocopy-derive v0.6.4 |
1555 | 2024-01-30T04:24:20.279Z | Compiling num-iter v0.1.43 |
1556 | 2024-01-30T04:24:20.356Z | Compiling usdt-impl v0.5.0 |
1557 | 2024-01-30T04:24:21.130Z | Compiling utf8parse v0.2.1 |
1558 | 2024-01-30T04:24:21.218Z | Compiling tower-service v0.3.2 |
1559 | 2024-01-30T04:24:21.387Z | Compiling cpufeatures v0.2.12 |
1560 | 2024-01-30T04:24:21.399Z | Compiling openssl-probe v0.1.5 |
1561 | 2024-01-30T04:24:21.517Z | Compiling anstyle v1.0.2 |
1562 | 2024-01-30T04:24:21.811Z | Compiling stable_deref_trait v1.2.0 |
1563 | 2024-01-30T04:24:22.204Z | Compiling httpdate v1.0.3 |
1564 | 2024-01-30T04:24:22.328Z | Compiling sha2 v0.10.8 |
1565 | 2024-01-30T04:24:22.679Z | Compiling anstyle-parse v0.2.1 |
1566 | 2024-01-30T04:24:24.370Z | Compiling spki v0.7.2 |
1567 | 2024-01-30T04:24:25.782Z | Compiling usdt-attr-macro v0.3.5 |
1568 | 2024-01-30T04:24:26.782Z | Compiling usdt-macro v0.3.5 |
1569 | 2024-01-30T04:24:28.648Z | Compiling hyper v0.14.27 |
1570 | 2024-01-30T04:24:29.706Z | Compiling openapiv3 v2.0.0 |
1571 | 2024-01-30T04:24:30.300Z | Compiling scroll v0.12.0 |
1572 | 2024-01-30T04:24:31.130Z | Compiling md-5 v0.10.5 |
1573 | 2024-01-30T04:24:31.409Z | Compiling idna v0.5.0 |
1574 | 2024-01-30T04:24:31.491Z | Compiling stringprep v0.1.3 |
1575 | 2024-01-30T04:24:33.144Z | Compiling diesel_table_macro_syntax v0.1.0 |
1576 | 2024-01-30T04:24:33.562Z | Compiling hash32 v0.2.1 |
1577 | 2024-01-30T04:24:33.754Z | Compiling plain v0.2.3 |
1578 | 2024-01-30T04:24:33.995Z | Compiling gimli v0.28.0 |
1579 | 2024-01-30T04:24:34.123Z | Compiling fallible-iterator v0.2.0 |
1580 | 2024-01-30T04:24:35.323Z | Compiling colorchoice v1.0.0 |
1581 | 2024-01-30T04:24:35.402Z | Compiling anstyle-query v1.0.0 |
1582 | 2024-01-30T04:24:35.600Z | Compiling anstream v0.5.0 |
1583 | 2024-01-30T04:24:36.551Z | Compiling postgres-protocol v0.6.6 |
1584 | 2024-01-30T04:24:38.513Z | Compiling goblin v0.8.0 |
1585 | 2024-01-30T04:24:39.699Z | Compiling diesel_derives v2.1.2 |
1586 | 2024-01-30T04:24:41.594Z | Compiling addr2line v0.21.0 |
1587 | 2024-01-30T04:24:44.322Z | Compiling url v2.5.0 |
1588 | 2024-01-30T04:24:45.485Z | Compiling tokio-rustls v0.24.1 |
1589 | 2024-01-30T04:24:47.150Z | Compiling tokio-native-tls v0.3.1 |
1590 | 2024-01-30T04:24:47.503Z | Compiling terminal_size v0.2.6 |
1591 | 2024-01-30T04:24:47.543Z | Compiling pkcs8 v0.10.2 |
1592 | 2024-01-30T04:24:48.382Z | Compiling phf_shared v0.11.2 |
1593 | 2024-01-30T04:24:50.154Z | Compiling serde_tokenstream v0.2.0 |
1594 | 2024-01-30T04:24:51.013Z | Compiling block-padding v0.3.3 |
1595 | 2024-01-30T04:24:51.098Z | Compiling enum-as-inner v0.5.1 |
1596 | 2024-01-30T04:24:51.353Z | Compiling clap_derive v4.4.2 |
1597 | 2024-01-30T04:24:52.596Z | Compiling serde_repr v0.1.16 |
1598 | 2024-01-30T04:24:54.177Z | Compiling ff v0.13.0 |
1599 | 2024-01-30T04:24:54.278Z | Compiling scheduled-thread-pool v0.2.7 |
1600 | 2024-01-30T04:24:54.525Z | Compiling object v0.32.1 |
1601 | 2024-01-30T04:24:57.699Z | Compiling base16ct v0.2.0 |
1602 | 2024-01-30T04:24:59.127Z | Compiling regex-automata v0.1.10 |
1603 | 2024-01-30T04:24:59.898Z | Compiling pretty-hex v0.4.1 |
1604 | 2024-01-30T04:25:00.455Z | Compiling bit-vec v0.6.3 |
1605 | 2024-01-30T04:25:01.085Z | Compiling managed v0.8.0 |
1606 | 2024-01-30T04:25:01.123Z | Compiling matches v0.1.10 |
1607 | 2024-01-30T04:25:01.258Z | Compiling clap_lex v0.5.1 |
1608 | 2024-01-30T04:25:01.940Z | Compiling ipnet v2.9.0 |
1609 | 2024-01-30T04:25:01.997Z | Compiling num_threads v0.1.6 |
1610 | 2024-01-30T04:25:02.181Z | Compiling rustc-demangle v0.1.23 |
1611 | 2024-01-30T04:25:03.517Z | Compiling deranged v0.3.8 |
1612 | 2024-01-30T04:25:03.701Z | Compiling clap_builder v4.4.2 |
1613 | 2024-01-30T04:25:06.614Z | Compiling time v0.3.27 |
1614 | 2024-01-30T04:25:08.067Z | Compiling idna v0.2.3 |
1615 | 2024-01-30T04:25:10.471Z | Compiling dof v0.3.0 |
1616 | 2024-01-30T04:25:10.869Z | Compiling bstr v0.2.17 |
1617 | 2024-01-30T04:25:12.765Z | Compiling sec1 v0.7.3 |
1618 | 2024-01-30T04:25:13.064Z | Compiling r2d2 v0.8.10 |
1619 | 2024-01-30T04:25:13.562Z | Compiling group v0.13.0 |
1620 | 2024-01-30T04:25:13.863Z | Compiling inout v0.1.3 |
1621 | 2024-01-30T04:25:15.232Z | Compiling phf v0.11.2 |
1622 | 2024-01-30T04:25:15.255Z | Compiling hyper-tls v0.5.0 |
1623 | 2024-01-30T04:25:15.652Z | Compiling signal-hook-mio v0.2.3 |
1624 | 2024-01-30T04:25:15.778Z | Compiling hyper-rustls v0.24.2 |
1625 | 2024-01-30T04:25:15.850Z | Compiling bzip2 v0.4.4 |
1626 | 2024-01-30T04:25:15.883Z | Compiling flate2 v1.0.28 |
1627 | 2024-01-30T04:25:16.320Z | Compiling postgres-types v0.2.6 |
1628 | 2024-01-30T04:25:16.393Z | Compiling zerocopy v0.6.4 |
1629 | 2024-01-30T04:25:16.832Z | Compiling hubpack v0.1.2 |
1630 | 2024-01-30T04:25:17.386Z | Compiling serde_urlencoded v0.7.1 |
1631 | 2024-01-30T04:25:17.455Z | Compiling rustls-pemfile v1.0.3 |
1632 | 2024-01-30T04:25:17.529Z | Compiling phf_shared v0.10.0 |
1633 | 2024-01-30T04:25:17.771Z | Compiling hkdf v0.12.4 |
1634 | 2024-01-30T04:25:18.089Z | Compiling ipnetwork v0.20.0 |
1635 | 2024-01-30T04:25:18.613Z | Compiling futures-executor v0.3.30 |
1636 | 2024-01-30T04:25:18.865Z | Compiling dtrace-parser v0.2.0 |
1637 | 2024-01-30T04:25:19.445Z | Compiling regress v0.7.1 |
1638 | 2024-01-30T04:25:19.617Z | Compiling crypto-bigint v0.5.2 |
1639 | 2024-01-30T04:25:20.013Z | Compiling float-cmp v0.9.0 |
1640 | 2024-01-30T04:25:20.354Z | Compiling encoding_rs v0.8.33 |
1641 | 2024-01-30T04:25:23.513Z | Compiling new_debug_unreachable v1.0.4 |
1642 | 2024-01-30T04:25:23.644Z | Compiling static_assertions v1.1.0 |
1643 | 2024-01-30T04:25:25.180Z | Compiling normalize-line-endings v0.3.0 |
1644 | 2024-01-30T04:25:25.347Z | Compiling predicates-core v1.0.6 |
1645 | 2024-01-30T04:25:25.828Z | Compiling precomputed-hash v0.1.1 |
1646 | 2024-01-30T04:25:25.993Z | Compiling data-encoding v2.4.0 |
1647 | 2024-01-30T04:25:27.424Z | Compiling difflib v0.4.0 |
1648 | 2024-01-30T04:25:27.480Z | Compiling mime v0.3.17 |
1649 | 2024-01-30T04:25:28.288Z | Compiling either v1.9.0 |
1650 | 2024-01-30T04:25:28.865Z | Compiling webpki-roots v0.25.2 |
1651 | 2024-01-30T04:25:28.944Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-01-30T04:25:29.596Z | Compiling whoami v1.4.1 |
1653 | 2024-01-30T04:25:30.380Z | Compiling minimal-lexical v0.2.1 |
1654 | 2024-01-30T04:25:30.416Z | Compiling regex-automata v0.3.8 |
1655 | 2024-01-30T04:25:31.178Z | Compiling nom v7.1.3 |
1656 | 2024-01-30T04:25:31.318Z | Compiling tokio-postgres v0.7.10 |
1657 | 2024-01-30T04:25:33.453Z | Compiling bstr v1.6.0 |
1658 | 2024-01-30T04:25:37.143Z | Compiling petgraph v0.6.4 |
1659 | 2024-01-30T04:25:37.368Z | Compiling reqwest v0.11.22 |
1660 | 2024-01-30T04:25:39.109Z | Compiling itertools v0.10.5 |
1661 | 2024-01-30T04:25:41.790Z | Compiling predicates v3.1.0 |
1662 | 2024-01-30T04:25:43.753Z | Compiling trust-dns-proto v0.22.0 |
1663 | 2024-01-30T04:25:43.779Z | Compiling string_cache v0.8.7 |
1664 | 2024-01-30T04:25:44.158Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1665 | 2024-01-30T04:25:44.426Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1666 | 2024-01-30T04:25:53.833Z | Compiling elliptic-curve v0.13.8 |
1667 | 2024-01-30T04:25:59.749Z | Compiling futures v0.3.30 |
1668 | 2024-01-30T04:26:00.722Z | Compiling diesel v2.1.4 |
1669 | 2024-01-30T04:26:00.867Z | Compiling yasna v0.5.2 |
1670 | 2024-01-30T04:26:01.121Z | Compiling zip v0.6.6 |
1671 | 2024-01-30T04:26:02.738Z | Compiling crossterm v0.27.0 |
1672 | 2024-01-30T04:26:03.155Z | Compiling cipher v0.4.4 |
1673 | 2024-01-30T04:26:03.566Z | Compiling similar v2.3.0 |
1674 | 2024-01-30T04:26:03.935Z | Compiling clap v4.4.3 |
1675 | 2024-01-30T04:26:04.102Z | Compiling bit-set v0.5.3 |
1676 | 2024-01-30T04:26:04.135Z | Compiling usdt v0.3.5 |
1677 | 2024-01-30T04:26:04.554Z | Compiling console v0.15.8 |
1678 | 2024-01-30T04:26:06.794Z | Compiling tokio-stream v0.1.14 |
1679 | 2024-01-30T04:26:06.958Z | Compiling toml v0.7.8 |
1680 | 2024-01-30T04:26:07.654Z | Compiling toml_edit v0.21.0 |
1681 | 2024-01-30T04:26:08.213Z | Compiling hex v0.4.3 |
1682 | 2024-01-30T04:26:09.544Z | Compiling proc-macro-error-attr v1.0.4 |
1683 | 2024-01-30T04:26:10.576Z | Compiling lalrpop-util v0.19.12 |
1684 | 2024-01-30T04:26:13.932Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1685 | 2024-01-30T04:26:15.837Z | Compiling proc-macro-crate v1.3.1 |
1686 | 2024-01-30T04:26:19.173Z | Compiling proc-macro-error v1.0.4 |
1687 | 2024-01-30T04:26:20.163Z | Compiling heapless v0.8.0 |
1688 | 2024-01-30T04:26:24.331Z | Compiling num_enum_derive v0.5.11 |
1689 | 2024-01-30T04:26:35.644Z | Compiling atty v0.2.14 |
1690 | 2024-01-30T04:26:35.865Z | Compiling hash32 v0.3.1 |
1691 | 2024-01-30T04:26:36.894Z | Compiling ident_case v1.0.1 |
1692 | 2024-01-30T04:26:37.155Z | Compiling smoltcp v0.11.0 |
1693 | 2024-01-30T04:26:38.305Z | Compiling rustls-pki-types v1.1.0 |
1694 | 2024-01-30T04:26:40.800Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1695 | 2024-01-30T04:26:46.227Z | Compiling darling_core v0.20.3 |
1696 | 2024-01-30T04:26:55.114Z | Compiling num_enum v0.5.11 |
1697 | 2024-01-30T04:27:08.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1698 | 2024-01-30T04:27:15.355Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-01-30T04:27:17.166Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1700 | 2024-01-30T04:27:19.331Z | Compiling embedded-io v0.4.0 |
1701 | 2024-01-30T04:27:21.616Z | Compiling cobs v0.2.3 |
1702 | 2024-01-30T04:27:22.921Z | Compiling rustls v0.22.2 |
1703 | 2024-01-30T04:27:23.398Z | Compiling postcard v1.0.8 |
1704 | 2024-01-30T04:27:38.481Z | Compiling dirs-next v2.0.0 |
1705 | 2024-01-30T04:27:46.027Z | Compiling darling_macro v0.20.3 |
1706 | 2024-01-30T04:27:50.553Z | Compiling rustls-webpki v0.102.1 |
1707 | 2024-01-30T04:27:51.874Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1708 | 2024-01-30T04:27:58.926Z | Compiling getopts v0.2.21 |
1709 | 2024-01-30T04:27:59.702Z | Compiling foreign-types-macros v0.2.3 |
1710 | 2024-01-30T04:28:00.315Z | Compiling structmeta-derive v0.2.0 |
1711 | 2024-01-30T04:28:02.021Z | Compiling thread_local v1.1.7 |
1712 | 2024-01-30T04:28:03.291Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1713 | 2024-01-30T04:28:03.360Z | Compiling multer v3.0.0 |
1714 | 2024-01-30T04:28:03.749Z | Compiling unsafe-libyaml v0.2.10 |
1715 | 2024-01-30T04:28:04.448Z | Compiling paste v1.0.14 |
1716 | 2024-01-30T04:28:04.620Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2024-01-30T04:28:04.870Z | Compiling foreign-types-shared v0.3.1 |
1718 | 2024-01-30T04:28:05.043Z | Compiling match_cfg v0.1.0 |
1719 | 2024-01-30T04:28:05.253Z | Compiling slog-async v2.8.0 |
1720 | 2024-01-30T04:28:06.945Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1721 | 2024-01-30T04:28:07.994Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1722 | 2024-01-30T04:28:14.507Z | Compiling serde_yaml v0.9.25 |
1723 | 2024-01-30T04:28:18.571Z | Compiling hostname v0.3.1 |
1724 | 2024-01-30T04:28:19.078Z | Compiling foreign-types v0.5.0 |
1725 | 2024-01-30T04:28:19.108Z | Compiling structmeta v0.2.0 |
1726 | 2024-01-30T04:28:20.832Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1727 | 2024-01-30T04:28:31.940Z | Compiling darling v0.20.3 |
1728 | 2024-01-30T04:28:38.995Z | Compiling term v0.7.0 |
1729 | 2024-01-30T04:28:39.803Z | Compiling slog-json v2.6.1 |
1730 | 2024-01-30T04:28:39.842Z | Compiling is-terminal v0.4.9 |
1731 | 2024-01-30T04:28:40.035Z | Compiling crossbeam-channel v0.5.8 |
1732 | 2024-01-30T04:28:42.832Z | Compiling strum v0.25.0 |
1733 | 2024-01-30T04:28:44.166Z | Compiling http v1.0.0 |
1734 | 2024-01-30T04:28:44.336Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1735 | 2024-01-30T04:28:45.196Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1736 | 2024-01-30T04:28:45.532Z | Compiling async-stream-impl v0.3.5 |
1737 | 2024-01-30T04:28:46.446Z | Compiling cstr-argument v0.1.2 |
1738 | 2024-01-30T04:28:46.839Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1739 | 2024-01-30T04:28:47.287Z | Compiling pretty-hex v0.2.1 |
1740 | 2024-01-30T04:28:47.482Z | Compiling atomic-waker v1.1.1 |
1741 | 2024-01-30T04:28:47.664Z | Compiling crucible-workspace-hack v0.1.0 |
1742 | 2024-01-30T04:28:47.786Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1743 | 2024-01-30T04:28:47.833Z | Compiling fastrand v2.0.0 |
1744 | 2024-01-30T04:28:48.051Z | Compiling take_mut v0.2.2 |
1745 | 2024-01-30T04:28:48.196Z | Compiling regex-syntax v0.7.5 |
1746 | 2024-01-30T04:28:48.962Z | Compiling tempfile v3.9.0 |
1747 | 2024-01-30T04:28:50.168Z | Compiling waitgroup v0.1.2 |
1748 | 2024-01-30T04:28:50.531Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-01-30T04:28:51.182Z | Compiling async-stream v0.3.5 |
1750 | 2024-01-30T04:28:52.193Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1751 | 2024-01-30T04:28:53.597Z | Compiling slog-bunyan v2.5.0 |
1752 | 2024-01-30T04:28:53.711Z | Compiling colored v2.0.4 |
1753 | 2024-01-30T04:28:54.015Z | Compiling slog-term v2.9.0 |
1754 | 2024-01-30T04:28:56.160Z | Compiling tokio-rustls v0.25.0 |
1755 | 2024-01-30T04:28:56.876Z | Compiling serde_with_macros v3.5.1 |
1756 | 2024-01-30T04:28:57.146Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1757 | 2024-01-30T04:28:58.507Z | Compiling parse-display-derive v0.8.2 |
1758 | 2024-01-30T04:29:00.642Z | Compiling toml v0.8.8 |
1759 | 2024-01-30T04:29:01.336Z | Compiling rustls-pemfile v2.0.0 |
1760 | 2024-01-30T04:29:02.513Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1761 | 2024-01-30T04:29:04.655Z | Compiling sha1 v0.10.6 |
1762 | 2024-01-30T04:29:04.982Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1763 | 2024-01-30T04:29:06.231Z | Compiling textwrap v0.11.0 |
1764 | 2024-01-30T04:29:08.028Z | Compiling heck v0.3.3 |
1765 | 2024-01-30T04:29:08.248Z | Compiling serde_path_to_error v0.1.15 |
1766 | 2024-01-30T04:29:08.639Z | Compiling instant v0.1.12 |
1767 | 2024-01-30T04:29:08.884Z | Compiling vec_map v0.8.2 |
1768 | 2024-01-30T04:29:09.392Z | Compiling ansi_term v0.12.1 |
1769 | 2024-01-30T04:29:09.765Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1770 | 2024-01-30T04:29:09.943Z | Compiling rayon-core v1.12.0 |
1771 | 2024-01-30T04:29:10.346Z | Compiling debug-ignore v1.0.5 |
1772 | 2024-01-30T04:29:10.369Z | Compiling strsim v0.8.0 |
1773 | 2024-01-30T04:29:10.570Z | Compiling libefi-sys v0.1.0 |
1774 | 2024-01-30T04:29:10.819Z | Compiling clap v2.34.0 |
1775 | 2024-01-30T04:29:12.658Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1776 | 2024-01-30T04:29:15.028Z | Compiling backoff v0.4.0 |
1777 | 2024-01-30T04:29:15.591Z | Compiling structopt-derive v0.4.18 |
1778 | 2024-01-30T04:29:17.647Z | Compiling parse-display v0.8.2 |
1779 | 2024-01-30T04:29:17.959Z | Compiling serde_with v3.5.1 |
1780 | 2024-01-30T04:29:20.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1781 | 2024-01-30T04:29:22.507Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1782 | 2024-01-30T04:29:22.908Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1783 | 2024-01-30T04:29:23.231Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1784 | 2024-01-30T04:29:23.295Z | Compiling zone_cfg_derive v0.3.0 |
1785 | 2024-01-30T04:29:23.536Z | Compiling crossbeam-deque v0.8.3 |
1786 | 2024-01-30T04:29:24.176Z | Compiling macaddr v1.0.1 |
1787 | 2024-01-30T04:29:25.306Z | Compiling num-derive v0.4.0 |
1788 | 2024-01-30T04:29:25.493Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1789 | 2024-01-30T04:29:25.708Z | Compiling portable-atomic v1.4.3 |
1790 | 2024-01-30T04:29:26.185Z | Compiling zone v0.3.0 |
1791 | 2024-01-30T04:29:27.125Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1792 | 2024-01-30T04:29:28.932Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1793 | 2024-01-30T04:29:32.130Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1794 | 2024-01-30T04:29:32.147Z | Compiling structopt v0.3.26 |
1795 | 2024-01-30T04:29:32.978Z | Compiling camino-tempfile v1.1.1 |
1796 | 2024-01-30T04:29:33.884Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1797 | 2024-01-30T04:29:34.297Z | Compiling smf v0.2.2 |
1798 | 2024-01-30T04:29:35.798Z | Compiling filetime v0.2.23 |
1799 | 2024-01-30T04:29:36.358Z | Compiling xattr v1.0.1 |
1800 | 2024-01-30T04:29:36.794Z | Compiling same-file v1.0.6 |
1801 | 2024-01-30T04:29:37.237Z | Compiling walkdir v2.4.0 |
1802 | 2024-01-30T04:29:37.265Z | Compiling tar v0.4.40 |
1803 | 2024-01-30T04:29:39.017Z | Compiling rayon v1.8.0 |
1804 | 2024-01-30T04:29:39.715Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1805 | 2024-01-30T04:29:40.387Z | Compiling number_prefix v0.4.0 |
1806 | 2024-01-30T04:29:40.782Z | Compiling topological-sort v0.2.2 |
1807 | 2024-01-30T04:29:41.327Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1808 | 2024-01-30T04:29:43.205Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1809 | 2024-01-30T04:29:46.203Z | Compiling omicron-zone-package v0.10.1 |
1810 | 2024-01-30T04:29:46.811Z | Compiling indicatif v0.17.7 |
1811 | 2024-01-30T04:29:48.153Z | Compiling swrite v0.1.0 |
1812 | 2024-01-30T04:29:59.202Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1813 | 2024-01-30T04:30:02.849Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1814 | 2024-01-30T04:30:04.571Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1815 | 2024-01-30T04:30:31.578Z | Finished release [optimized] target(s) in 8m 07s |
1816 | 2024-01-30T04:30:31.847Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1817 | 2024-01-30T04:30:31.935Z | Created new build target 'test' and set it as active |
1818 | 2024-01-30T04:30:31.939Z | |
1819 | 2024-01-30T04:30:31.939Z | real 8:08.336899756 |
1820 | 2024-01-30T04:30:31.939Z | user 54:32.929970284 |
1821 | 2024-01-30T04:30:31.939Z | sys 4:43.978870994 |
1822 | 2024-01-30T04:30:31.939Z | trap 2.105537549 |
1823 | 2024-01-30T04:30:31.939Z | tflt 3.880566327 |
1824 | 2024-01-30T04:30:31.939Z | dflt 3.742543970 |
1825 | 2024-01-30T04:30:31.940Z | kflt 0.020101947 |
1826 | 2024-01-30T04:30:31.940Z | lock 1:59:38.448708828 |
1827 | 2024-01-30T04:30:31.940Z | slp 2:34:03.479366226 |
1828 | 2024-01-30T04:30:31.940Z | lat 2:33.273777932 |
1829 | 2024-01-30T04:30:31.940Z | stop 3:57.488227204 |
1830 | 2024-01-30T04:30:31.943Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1831 | 2024-01-30T04:30:33.089Z | Finished release [optimized] target(s) in 1.06s |
1832 | 2024-01-30T04:30:33.117Z | Running `target/release/omicron-package -t test package` |
1833 | 2024-01-30T04:30:33.157Z | Jan 30 04:30:33.166 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1834 | 2024-01-30T04:30:34.371Z | Compiling linked-hash-map v0.5.6 |
1835 | 2024-01-30T04:30:34.375Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1836 | 2024-01-30T04:30:34.375Z | Compiling usdt-attr-macro v0.5.0 |
1837 | 2024-01-30T04:30:34.375Z | Compiling usdt-macro v0.5.0 |
1838 | 2024-01-30T04:30:34.393Z | Compiling memmap v0.7.0 |
1839 | 2024-01-30T04:30:34.397Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1840 | 2024-01-30T04:30:34.397Z | Compiling password-hash v0.5.0 |
1841 | 2024-01-30T04:30:34.410Z | Compiling blake2 v0.10.6 |
1842 | 2024-01-30T04:30:34.972Z | Compiling lru-cache v0.1.2 |
1843 | 2024-01-30T04:30:35.110Z | Compiling argon2 v0.5.3 |
1844 | 2024-01-30T04:30:35.268Z | Compiling semver v0.1.20 |
1845 | 2024-01-30T04:30:36.146Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1846 | 2024-01-30T04:30:36.443Z | Compiling rustc_version v0.1.7 |
1847 | 2024-01-30T04:30:36.593Z | Compiling usdt v0.5.0 |
1848 | 2024-01-30T04:30:36.677Z | Compiling same-file v1.0.6 |
1849 | 2024-01-30T04:30:37.010Z | Compiling quick-error v1.2.3 |
1850 | 2024-01-30T04:30:37.046Z | Compiling newtype_derive v0.1.6 |
1851 | 2024-01-30T04:30:37.128Z | Compiling walkdir v2.4.0 |
1852 | 2024-01-30T04:30:37.203Z | Compiling resolv-conf v0.7.0 |
1853 | 2024-01-30T04:30:37.470Z | Compiling itertools v0.12.0 |
1854 | 2024-01-30T04:30:38.154Z | Compiling semver-parser v0.10.2 |
1855 | 2024-01-30T04:30:38.514Z | Compiling slog-dtrace v0.3.0 |
1856 | 2024-01-30T04:30:38.943Z | Compiling fastrand v2.0.0 |
1857 | 2024-01-30T04:30:39.190Z | Compiling trust-dns-resolver v0.22.0 |
1858 | 2024-01-30T04:30:39.718Z | Compiling tempfile v3.9.0 |
1859 | 2024-01-30T04:30:39.861Z | Compiling semver v0.11.0 |
1860 | 2024-01-30T04:30:40.435Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1861 | 2024-01-30T04:30:40.818Z | Compiling nibble_vec v0.1.0 |
1862 | 2024-01-30T04:30:40.906Z | Compiling filetime v0.2.23 |
1863 | 2024-01-30T04:30:40.920Z | Compiling xattr v1.0.1 |
1864 | 2024-01-30T04:30:41.125Z | Compiling home v0.5.5 |
1865 | 2024-01-30T04:30:41.224Z | Compiling endian-type v0.1.2 |
1866 | 2024-01-30T04:30:41.246Z | Compiling tar v0.4.40 |
1867 | 2024-01-30T04:30:41.340Z | Compiling toolchain_find v0.2.0 |
1868 | 2024-01-30T04:30:41.564Z | Compiling radix_trie v0.2.1 |
1869 | 2024-01-30T04:30:42.141Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1870 | 2024-01-30T04:30:42.746Z | Compiling toml v0.5.11 |
1871 | 2024-01-30T04:30:42.950Z | Compiling radium v0.7.0 |
1872 | 2024-01-30T04:30:43.400Z | Compiling topological-sort v0.2.2 |
1873 | 2024-01-30T04:30:43.639Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1874 | 2024-01-30T04:30:43.716Z | Compiling omicron-zone-package v0.10.1 |
1875 | 2024-01-30T04:30:43.932Z | Compiling steno v0.4.0 |
1876 | 2024-01-30T04:30:44.166Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1877 | 2024-01-30T04:30:44.237Z | Compiling toml v0.8.8 |
1878 | 2024-01-30T04:30:46.805Z | Compiling rustfmt-wrapper v0.2.0 |
1879 | 2024-01-30T04:30:47.747Z | Compiling num-rational v0.4.1 |
1880 | 2024-01-30T04:30:47.823Z | Compiling maybe-uninit v2.0.0 |
1881 | 2024-01-30T04:30:48.177Z | Compiling tap v1.0.1 |
1882 | 2024-01-30T04:30:48.180Z | Compiling cancel-safe-futures v0.1.5 |
1883 | 2024-01-30T04:30:48.479Z | Compiling wyz v0.5.1 |
1884 | 2024-01-30T04:30:48.951Z | Compiling crc-catalog v2.2.0 |
1885 | 2024-01-30T04:30:49.153Z | Compiling num-bigint-dig v0.8.4 |
1886 | 2024-01-30T04:30:49.211Z | Compiling packed_struct v0.10.1 |
1887 | 2024-01-30T04:30:49.528Z | Compiling funty v2.0.0 |
1888 | 2024-01-30T04:30:49.585Z | Compiling crc v3.0.1 |
1889 | 2024-01-30T04:30:50.871Z | Compiling num-complex v0.4.4 |
1890 | 2024-01-30T04:30:51.306Z | Compiling fxhash v0.2.1 |
1891 | 2024-01-30T04:30:51.640Z | Compiling bitvec v1.0.1 |
1892 | 2024-01-30T04:30:53.024Z | Compiling packed_struct_codegen v0.10.1 |
1893 | 2024-01-30T04:30:54.256Z | Compiling indexmap v1.9.3 |
1894 | 2024-01-30T04:30:54.340Z | Compiling nodrop v0.1.14 |
1895 | 2024-01-30T04:30:54.512Z | Compiling utf-8 v0.7.6 |
1896 | 2024-01-30T04:30:54.706Z | Compiling array-init v0.0.4 |
1897 | 2024-01-30T04:30:55.107Z | Compiling tungstenite v0.20.1 |
1898 | 2024-01-30T04:30:56.873Z | Compiling num v0.4.1 |
1899 | 2024-01-30T04:30:57.026Z | Compiling smallvec v0.6.14 |
1900 | 2024-01-30T04:30:57.732Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1901 | 2024-01-30T04:30:59.358Z | Compiling pkcs1 v0.7.5 |
1902 | 2024-01-30T04:31:04.861Z | Compiling signature v2.1.0 |
1903 | 2024-01-30T04:31:05.269Z | Compiling unicase v2.7.0 |
1904 | 2024-01-30T04:31:05.562Z | Compiling half v2.3.1 |
1905 | 2024-01-30T04:31:05.723Z | Compiling ciborium-io v0.2.2 |
1906 | 2024-01-30T04:31:05.899Z | Compiling bitfield v0.14.0 |
1907 | 2024-01-30T04:31:06.379Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1908 | 2024-01-30T04:31:06.391Z | Compiling hashbrown v0.12.3 |
1909 | 2024-01-30T04:31:06.836Z | Compiling termcolor v1.2.0 |
1910 | 2024-01-30T04:31:06.952Z | Compiling ciborium-ll v0.2.2 |
1911 | 2024-01-30T04:31:07.850Z | Compiling env_logger v0.10.0 |
1912 | 2024-01-30T04:31:08.994Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1913 | 2024-01-30T04:31:10.206Z | Compiling rsa v0.9.2 |
1914 | 2024-01-30T04:31:14.215Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1915 | 2024-01-30T04:31:16.917Z | Compiling serde-hex v0.1.0 |
1916 | 2024-01-30T04:31:17.890Z | Compiling tokio-tungstenite v0.20.1 |
1917 | 2024-01-30T04:31:18.779Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1918 | 2024-01-30T04:31:19.166Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1919 | 2024-01-30T04:31:19.307Z | Compiling x509-cert v0.2.4 |
1920 | 2024-01-30T04:31:25.563Z | Compiling ron v0.8.1 |
1921 | 2024-01-30T04:31:27.674Z | Compiling arc-swap v1.6.0 |
1922 | 2024-01-30T04:31:28.867Z | Compiling crc-any v2.4.3 |
1923 | 2024-01-30T04:31:30.402Z | Compiling slog-scope v4.4.0 |
1924 | 2024-01-30T04:31:31.898Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1925 | 2024-01-30T04:31:36.218Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1926 | 2024-01-30T04:31:39.170Z | Compiling object v0.30.4 |
1927 | 2024-01-30T04:31:41.882Z | Compiling ciborium v0.2.2 |
1928 | 2024-01-30T04:31:45.642Z | Compiling libsw v3.3.1 |
1929 | 2024-01-30T04:31:46.139Z | Compiling derive-where v1.2.7 |
1930 | 2024-01-30T04:31:51.488Z | Compiling owo-colors v4.0.0 |
1931 | 2024-01-30T04:31:56.347Z | Compiling parking_lot_core v0.8.6 |
1932 | 2024-01-30T04:31:56.929Z | Compiling display-error-chain v0.2.0 |
1933 | 2024-01-30T04:31:56.945Z | Compiling path-slash v0.1.5 |
1934 | 2024-01-30T04:31:57.181Z | Compiling linear-map v1.2.0 |
1935 | 2024-01-30T04:31:57.278Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1936 | 2024-01-30T04:31:57.804Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1937 | 2024-01-30T04:32:01.362Z | Compiling slog-stdlog v4.1.1 |
1938 | 2024-01-30T04:32:02.840Z | Compiling convert_case v0.4.0 |
1939 | 2024-01-30T04:32:03.519Z | Compiling slog-envlogger v2.2.0 |
1940 | 2024-01-30T04:32:04.077Z | Compiling derive_more v0.99.17 |
1941 | 2024-01-30T04:32:06.465Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1942 | 2024-01-30T04:32:07.983Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1943 | 2024-01-30T04:32:15.459Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1944 | 2024-01-30T04:32:16.246Z | Compiling dirs-sys-next v0.1.2 |
1945 | 2024-01-30T04:32:16.656Z | Compiling platforms v3.0.2 |
1946 | 2024-01-30T04:32:17.012Z | Compiling glob v0.3.1 |
1947 | 2024-01-30T04:32:17.134Z | Compiling crunchy v0.2.2 |
1948 | 2024-01-30T04:32:17.848Z | Compiling dirs-next v2.0.0 |
1949 | 2024-01-30T04:32:18.109Z | Compiling parking_lot v0.11.2 |
1950 | 2024-01-30T04:32:18.330Z | Compiling clang-sys v1.6.1 |
1951 | 2024-01-30T04:32:19.335Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1952 | 2024-01-30T04:32:20.383Z | Compiling mime_guess v2.0.4 |
1953 | 2024-01-30T04:32:22.174Z | Compiling trust-dns-client v0.22.0 |
1954 | 2024-01-30T04:32:22.405Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1955 | 2024-01-30T04:32:24.839Z | Compiling pem v3.0.2 |
1956 | 2024-01-30T04:32:26.528Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1957 | 2024-01-30T04:32:30.760Z | Compiling prettyplease v0.2.16 |
1958 | 2024-01-30T04:32:31.176Z | Compiling tiny-keccak v2.0.2 |
1959 | 2024-01-30T04:32:31.596Z | Compiling trust-dns-server v0.22.1 |
1960 | 2024-01-30T04:32:35.661Z | Compiling sled v0.34.7 |
1961 | 2024-01-30T04:32:42.002Z | Compiling term v0.7.0 |
1962 | 2024-01-30T04:32:43.847Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1963 | 2024-01-30T04:32:44.446Z | Compiling darling_core v0.14.4 |
1964 | 2024-01-30T04:32:52.243Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1965 | 2024-01-30T04:32:52.599Z | Compiling vte_generate_state_changes v0.1.1 |
1966 | 2024-01-30T04:32:53.170Z | Compiling darling_macro v0.14.4 |
1967 | 2024-01-30T04:32:53.545Z | Compiling vte v0.11.1 |
1968 | 2024-01-30T04:32:55.355Z | Compiling curve25519-dalek v4.1.1 |
1969 | 2024-01-30T04:32:55.909Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1970 | 2024-01-30T04:32:56.826Z | Compiling ascii-canvas v3.0.0 |
1971 | 2024-01-30T04:33:00.607Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1972 | 2024-01-30T04:33:05.312Z | Compiling is-terminal v0.4.9 |
1973 | 2024-01-30T04:33:05.529Z | Compiling kstat-rs v0.2.3 |
1974 | 2024-01-30T04:33:07.612Z | Compiling ena v0.14.2 |
1975 | 2024-01-30T04:33:08.265Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-01-30T04:33:09.358Z | Compiling libloading v0.7.4 |
1977 | 2024-01-30T04:33:09.568Z | Compiling memoffset v0.7.1 |
1978 | 2024-01-30T04:33:09.884Z | Compiling bytecount v0.6.3 |
1979 | 2024-01-30T04:33:09.991Z | Compiling regex-syntax v0.6.29 |
1980 | 2024-01-30T04:33:10.368Z | Compiling keccak v0.1.4 |
1981 | 2024-01-30T04:33:11.982Z | Compiling buf-list v1.0.3 |
1982 | 2024-01-30T04:33:12.787Z | Compiling diff v0.1.13 |
1983 | 2024-01-30T04:33:13.687Z | Compiling bindgen v0.69.2 |
1984 | 2024-01-30T04:33:15.304Z | Compiling doc-comment v0.3.3 |
1985 | 2024-01-30T04:33:15.402Z | Compiling sha3 v0.10.8 |
1986 | 2024-01-30T04:33:16.856Z | Compiling lalrpop v0.19.12 |
1987 | 2024-01-30T04:33:19.259Z | Compiling papergrid v0.11.0 |
1988 | 2024-01-30T04:33:27.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1989 | 2024-01-30T04:33:27.339Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1990 | 2024-01-30T04:33:42.061Z | Compiling strip-ansi-escapes v0.2.0 |
1991 | 2024-01-30T04:33:42.168Z | Compiling darling v0.14.4 |
1992 | 2024-01-30T04:33:42.362Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1993 | 2024-01-30T04:33:43.272Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1994 | 2024-01-30T04:33:45.742Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1995 | 2024-01-30T04:33:46.587Z | Compiling tabled_derive v0.7.0 |
1996 | 2024-01-30T04:33:46.975Z | Compiling fd-lock v3.0.13 |
1997 | 2024-01-30T04:33:47.289Z | Compiling fd-lock v4.0.2 |
1998 | 2024-01-30T04:33:47.600Z | Compiling cexpr v0.6.0 |
1999 | 2024-01-30T04:33:50.080Z | Compiling which v4.4.0 |
2000 | 2024-01-30T04:33:50.186Z | Compiling universal-hash v0.5.1 |
2001 | 2024-01-30T04:33:50.503Z | Compiling nix v0.27.1 |
2002 | 2024-01-30T04:33:50.890Z | Compiling secrecy v0.8.0 |
2003 | 2024-01-30T04:33:51.299Z | Compiling curve25519-dalek-derive v0.1.0 |
2004 | 2024-01-30T04:33:53.407Z | Compiling thiserror-impl-no-std v2.0.2 |
2005 | 2024-01-30T04:33:54.372Z | Compiling pin-project-internal v1.1.3 |
2006 | 2024-01-30T04:33:54.974Z | Compiling sqlparser_derive v0.2.2 |
2007 | 2024-01-30T04:33:56.561Z | Compiling unicode_categories v0.1.1 |
2008 | 2024-01-30T04:33:57.136Z | Compiling opaque-debug v0.3.0 |
2009 | 2024-01-30T04:33:57.259Z | Compiling nu-ansi-term v0.49.0 |
2010 | 2024-01-30T04:33:57.802Z | Compiling lazycell v1.3.0 |
2011 | 2024-01-30T04:33:58.053Z | Compiling shlex v1.3.0 |
2012 | 2024-01-30T04:33:58.847Z | Compiling peeking_take_while v0.1.2 |
2013 | 2024-01-30T04:33:59.037Z | Compiling rustc-hash v1.1.0 |
2014 | 2024-01-30T04:33:59.117Z | Compiling rustyline v13.0.0 |
2015 | 2024-01-30T04:33:59.540Z | Compiling pin-project v1.1.3 |
2016 | 2024-01-30T04:33:59.717Z | Compiling reedline v0.28.0 |
2017 | 2024-01-30T04:34:01.431Z | Compiling thiserror-no-std v2.0.2 |
2018 | 2024-01-30T04:34:01.491Z | Compiling poly1305 v0.8.0 |
2019 | 2024-01-30T04:34:01.587Z | Compiling sqlformat v0.2.3 |
2020 | 2024-01-30T04:34:04.162Z | Compiling sqlparser v0.43.1 |
2021 | 2024-01-30T04:34:04.529Z | Compiling polar-core v0.27.0 |
2022 | 2024-01-30T04:34:16.438Z | Compiling tabled v0.15.0 |
2023 | 2024-01-30T04:34:17.441Z | Compiling derive_builder_core v0.12.0 |
2024 | 2024-01-30T04:34:21.774Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2025 | 2024-01-30T04:34:22.669Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2026 | 2024-01-30T04:34:23.079Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2027 | 2024-01-30T04:34:23.279Z | Compiling chacha20 v0.9.1 |
2028 | 2024-01-30T04:34:23.526Z | Compiling headers-core v0.2.0 |
2029 | 2024-01-30T04:34:23.770Z | Compiling aead v0.5.2 |
2030 | 2024-01-30T04:34:24.031Z | Compiling bcs v0.1.6 |
2031 | 2024-01-30T04:34:24.273Z | Compiling libxml v0.3.3 |
2032 | 2024-01-30T04:34:24.770Z | Compiling snafu-derive v0.7.5 |
2033 | 2024-01-30T04:34:25.432Z | Compiling fs-err v2.11.0 |
2034 | 2024-01-30T04:34:25.849Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2035 | 2024-01-30T04:34:26.283Z | Compiling signature v1.6.4 |
2036 | 2024-01-30T04:34:26.508Z | Compiling salty v0.2.0 |
2037 | 2024-01-30T04:34:27.098Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2038 | 2024-01-30T04:34:27.532Z | Compiling ref-cast v1.0.20 |
2039 | 2024-01-30T04:34:28.190Z | Compiling highway v1.1.0 |
2040 | 2024-01-30T04:34:30.596Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2041 | 2024-01-30T04:34:32.938Z | Compiling snafu v0.7.5 |
2042 | 2024-01-30T04:34:34.535Z | Compiling ed25519 v1.5.3 |
2043 | 2024-01-30T04:34:35.328Z | Compiling chacha20poly1305 v0.10.1 |
2044 | 2024-01-30T04:34:35.344Z | Compiling headers v0.3.9 |
2045 | 2024-01-30T04:34:35.666Z | Compiling samael v0.0.14 |
2046 | 2024-01-30T04:34:37.044Z | Compiling derive_builder_macro v0.12.0 |
2047 | 2024-01-30T04:34:38.254Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2048 | 2024-01-30T04:34:38.288Z | Compiling vsss-rs v3.3.4 |
2049 | 2024-01-30T04:34:46.484Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2050 | 2024-01-30T04:34:47.605Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2051 | 2024-01-30T04:34:48.153Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2052 | 2024-01-30T04:34:48.577Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2053 | 2024-01-30T04:34:51.543Z | Compiling globset v0.4.13 |
2054 | 2024-01-30T04:34:57.284Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2055 | 2024-01-30T04:34:57.738Z | Compiling olpc-cjson v0.1.3 |
2056 | 2024-01-30T04:34:58.639Z | Compiling strum_macros v0.24.3 |
2057 | 2024-01-30T04:35:01.855Z | Compiling serde_plain v1.0.2 |
2058 | 2024-01-30T04:35:02.674Z | Compiling serde-big-array v0.5.1 |
2059 | 2024-01-30T04:35:03.050Z | Compiling ref-cast-impl v1.0.20 |
2060 | 2024-01-30T04:35:03.365Z | Compiling async-recursion v1.0.5 |
2061 | 2024-01-30T04:35:03.759Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2062 | 2024-01-30T04:35:04.327Z | Compiling cookie v0.18.0 |
2063 | 2024-01-30T04:35:04.773Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2064 | 2024-01-30T04:35:04.815Z | Compiling http-range v0.1.5 |
2065 | 2024-01-30T04:35:04.885Z | Compiling indoc v1.0.9 |
2066 | 2024-01-30T04:35:05.224Z | Compiling typed-path v0.7.0 |
2067 | 2024-01-30T04:35:05.644Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2068 | 2024-01-30T04:35:05.846Z | Compiling hyper-staticfile v0.9.5 |
2069 | 2024-01-30T04:35:06.118Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2070 | 2024-01-30T04:35:08.684Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2071 | 2024-01-30T04:35:11.440Z | Compiling tough v0.16.0 |
2072 | 2024-01-30T04:35:18.836Z | Compiling derive_builder v0.12.0 |
2073 | 2024-01-30T04:35:39.742Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2074 | 2024-01-30T04:35:40.158Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2075 | 2024-01-30T04:35:40.417Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2076 | 2024-01-30T04:35:45.380Z | Compiling signal-hook-tokio v0.3.1 |
2077 | 2024-01-30T04:35:45.648Z | Compiling bb8 v0.8.1 |
2078 | 2024-01-30T04:35:45.693Z | Compiling quick-xml v0.30.0 |
2079 | 2024-01-30T04:35:46.486Z | Compiling serde-big-array v0.4.1 |
2080 | 2024-01-30T04:35:46.754Z | Compiling oso-derive v0.27.0 |
2081 | 2024-01-30T04:35:48.267Z | Compiling impl-trait-for-tuples v0.2.2 |
2082 | 2024-01-30T04:35:48.867Z | Compiling maplit v1.0.2 |
2083 | 2024-01-30T04:35:49.039Z | Compiling parse-size v1.0.0 |
2084 | 2024-01-30T04:35:49.541Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2085 | 2024-01-30T04:36:03.381Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2086 | 2024-01-30T04:36:04.499Z | Compiling oso v0.27.0 |
2087 | 2024-01-30T04:36:05.877Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2088 | 2024-01-30T04:36:07.083Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2089 | 2024-01-30T04:36:16.357Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2090 | 2024-01-30T04:36:32.422Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2091 | 2024-01-30T04:36:34.575Z | Compiling corncobs v0.1.3 |
2092 | 2024-01-30T04:36:35.241Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2093 | 2024-01-30T04:36:36.286Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2094 | 2024-01-30T04:36:36.555Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2095 | 2024-01-30T04:36:37.100Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2096 | 2024-01-30T04:36:37.700Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2097 | 2024-01-30T04:36:45.439Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2098 | 2024-01-30T04:36:50.292Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2099 | 2024-01-30T04:37:00.499Z | Compiling rcgen v0.12.1 |
2100 | 2024-01-30T04:37:19.295Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2101 | 2024-01-30T04:37:22.431Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2102 | 2024-01-30T04:37:22.852Z | Compiling atomicwrites v0.4.3 |
2103 | 2024-01-30T04:37:23.714Z | Compiling lru v0.12.1 |
2104 | 2024-01-30T04:37:24.221Z | Compiling stability v0.1.1 |
2105 | 2024-01-30T04:37:25.594Z | Compiling subprocess v0.2.9 |
2106 | 2024-01-30T04:37:31.576Z | Compiling indoc v2.0.3 |
2107 | 2024-01-30T04:37:33.077Z | Compiling smawk v0.3.1 |
2108 | 2024-01-30T04:37:33.480Z | Compiling unicode-linebreak v0.1.5 |
2109 | 2024-01-30T04:37:34.380Z | Compiling cassowary v0.3.0 |
2110 | 2024-01-30T04:37:34.884Z | Compiling textwrap v0.16.0 |
2111 | 2024-01-30T04:37:41.220Z | Compiling ratatui v0.25.0 |
2112 | 2024-01-30T04:37:41.804Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2113 | 2024-01-30T04:37:51.436Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2114 | 2024-01-30T04:37:52.075Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2115 | 2024-01-30T04:38:04.395Z | Compiling fatfs v0.3.6 |
2116 | 2024-01-30T04:38:09.464Z | Compiling snafu-derive v0.8.0 |
2117 | 2024-01-30T04:38:09.932Z | Compiling nanorand v0.7.0 |
2118 | 2024-01-30T04:38:10.512Z | Compiling rtoolbox v0.0.1 |
2119 | 2024-01-30T04:38:11.207Z | Compiling humantime v2.1.0 |
2120 | 2024-01-30T04:38:11.227Z | Compiling is_ci v1.1.1 |
2121 | 2024-01-30T04:38:11.644Z | Compiling assert_matches v1.5.0 |
2122 | 2024-01-30T04:38:11.794Z | Compiling supports-color v2.1.0 |
2123 | 2024-01-30T04:38:12.654Z | Compiling rpassword v7.3.1 |
2124 | 2024-01-30T04:38:12.904Z | Compiling flume v0.11.0 |
2125 | 2024-01-30T04:38:13.331Z | Compiling tui-tree-widget v0.16.0 |
2126 | 2024-01-30T04:38:13.905Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2127 | 2024-01-30T04:38:14.173Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2128 | 2024-01-30T04:38:17.484Z | Compiling snafu v0.8.0 |
2129 | 2024-01-30T04:38:19.539Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2130 | 2024-01-30T04:38:19.962Z | Compiling shell-words v1.1.0 |
2131 | 2024-01-30T04:38:20.675Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2132 | 2024-01-30T04:38:28.306Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2133 | 2024-01-30T04:39:20.856Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2134 | 2024-01-30T04:41:40.963Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2135 | 2024-01-30T04:42:27.236Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2136 | 2024-01-30T04:42:27.237Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2024-01-30T04:52:20.231Z | Finished release [optimized] target(s) in 21m 47s |
2138 | 2024-01-30T04:53:36.626Z | |
2139 | 2024-01-30T04:53:36.629Z | real 23:04.710897261 |
2140 | 2024-01-30T04:53:36.629Z | user 2:39:42.832638233 |
2141 | 2024-01-30T04:53:36.629Z | sys 6:04.160189613 |
2142 | 2024-01-30T04:53:36.629Z | trap 4.919725187 |
2143 | 2024-01-30T04:53:36.630Z | tflt 1.225255270 |
2144 | 2024-01-30T04:53:36.630Z | dflt 1.493499892 |
2145 | 2024-01-30T04:53:36.630Z | kflt 0.006941069 |
2146 | 2024-01-30T04:53:36.630Z | lock 9:28:43.964995790 |
2147 | 2024-01-30T04:53:36.630Z | slp 6:15:45.320470813 |
2148 | 2024-01-30T04:53:36.630Z | lat 2:52.818048840 |
2149 | 2024-01-30T04:53:36.630Z | stop 46.625919884 |
2150 | 2024-01-30T04:53:36.630Z | + 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/*) |
2151 | 2024-01-30T04:53:36.630Z | + pfexec mkdir -p /work |
2152 | 2024-01-30T04:53:36.633Z | + pfexec chown build /work |
2153 | 2024-01-30T04:53:36.636Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2154 | 2024-01-30T04:53:50.819Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2155 | 2024-01-30T04:53:50.819Z | a out/mg-ddm-gz.tar 61586K |
2156 | 2024-01-30T04:53:50.819Z | a out/omicron-sled-agent.tar 119342K |
2157 | 2024-01-30T04:53:50.819Z | a out/oxlog.tar 8187K |
2158 | 2024-01-30T04:53:50.819Z | a out/target/test 1K |
2159 | 2024-01-30T04:53:50.819Z | a out/npuzone/npuzone 36313K |
2160 | 2024-01-30T04:53:50.820Z | a package-manifest.toml 24K |
2161 | 2024-01-30T04:53:50.820Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2162 | 2024-01-30T04:53:50.820Z | a target/release/omicron-package 43537K |
2163 | 2024-01-30T04:53:50.820Z | a tools/create_virtual_hardware.sh 4K |
2164 | 2024-01-30T04:53:50.820Z | a tools/virtual_hardware.sh 4K |
2165 | 2024-01-30T04:53:50.820Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2166 | 2024-01-30T04:53:50.820Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2167 | 2024-01-30T04:53:50.820Z | a tools/scrimlet/softnpu-init.sh 3K |
2168 | 2024-01-30T04:53:50.820Z | a tools/scrimlet/softnpu-zone.txt 1K |
2169 | 2024-01-30T04:53:50.820Z | a tools/scrimlet/softnpu.toml 1K |
2170 | 2024-01-30T04:53:50.824Z | |
2171 | 2024-01-30T04:53:50.824Z | real 14.182589496 |
2172 | 2024-01-30T04:53:50.824Z | user 13.558030226 |
2173 | 2024-01-30T04:53:50.824Z | sys 1.108760100 |
2174 | 2024-01-30T04:53:50.824Z | trap 0.003431150 |
2175 | 2024-01-30T04:53:50.824Z | tflt 0.000000000 |
2176 | 2024-01-30T04:53:50.824Z | dflt 0.000000000 |
2177 | 2024-01-30T04:53:50.824Z | kflt 0.000000000 |
2178 | 2024-01-30T04:53:50.824Z | lock 0.000000000 |
2179 | 2024-01-30T04:53:50.824Z | slp 13.256468977 |
2180 | 2024-01-30T04:53:50.824Z | lat 0.435058603 |
2181 | 2024-01-30T04:53:50.824Z | stop 0.000235411 |
2182 | 2024-01-30T04:53:50.824Z | ++ pwd |
2183 | 2024-01-30T04:53:50.828Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2184 | 2024-01-30T04:53:50.828Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2185 | 2024-01-30T04:53:50.828Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2186 | 2024-01-30T04:53:51.967Z | Finished release [optimized] target(s) in 1.05s |
2187 | 2024-01-30T04:53:51.997Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2188 | 2024-01-30T04:53:52.040Z | Created new build target 'host' and set it as active |
2189 | 2024-01-30T04:53:52.045Z | |
2190 | 2024-01-30T04:53:52.045Z | real 1.209786657 |
2191 | 2024-01-30T04:53:52.045Z | user 0.854077844 |
2192 | 2024-01-30T04:53:52.045Z | sys 0.356623588 |
2193 | 2024-01-30T04:53:52.045Z | trap 0.000081087 |
2194 | 2024-01-30T04:53:52.046Z | tflt 0.000003819 |
2195 | 2024-01-30T04:53:52.046Z | dflt 0.000012224 |
2196 | 2024-01-30T04:53:52.046Z | kflt 0.000000000 |
2197 | 2024-01-30T04:53:52.046Z | lock 0.034469978 |
2198 | 2024-01-30T04:53:52.046Z | slp 0.022258429 |
2199 | 2024-01-30T04:53:52.046Z | lat 0.001828313 |
2200 | 2024-01-30T04:53:52.046Z | stop 0.000226675 |
2201 | 2024-01-30T04:53:52.046Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2202 | 2024-01-30T04:53:53.120Z | Finished release [optimized] target(s) in 0.99s |
2203 | 2024-01-30T04:53:53.157Z | Running `target/release/omicron-package -t host package` |
2204 | 2024-01-30T04:53:53.592Z | Jan 30 04:53:53.232 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2205 | 2024-01-30T04:53:54.323Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2206 | 2024-01-30T04:54:17.335Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2207 | 2024-01-30T04:56:15.565Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2208 | 2024-01-30T04:58:29.186Z | Finished release [optimized] target(s) in 4m 35s |
2209 | 2024-01-30T04:59:49.423Z | |
2210 | 2024-01-30T04:59:49.427Z | real 5:57.381974290 |
2211 | 2024-01-30T04:59:49.427Z | user 28:12.699340291 |
2212 | 2024-01-30T04:59:49.427Z | sys 1:25.584027216 |
2213 | 2024-01-30T04:59:49.427Z | trap 0.733482021 |
2214 | 2024-01-30T04:59:49.427Z | tflt 0.140945870 |
2215 | 2024-01-30T04:59:49.427Z | dflt 1.386031493 |
2216 | 2024-01-30T04:59:49.427Z | kflt 0.000000000 |
2217 | 2024-01-30T04:59:49.427Z | lock 1:33:33.526834477 |
2218 | 2024-01-30T04:59:49.427Z | slp 29:31.157936201 |
2219 | 2024-01-30T04:59:49.427Z | lat 12.698466605 |
2220 | 2024-01-30T04:59:49.427Z | stop 1.212577666 |
2221 | 2024-01-30T04:59:49.427Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2222 | 2024-01-30T04:59:49.427Z | + for package in "$@" |
2223 | 2024-01-30T04:59:49.427Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2224 | 2024-01-30T04:59:49.427Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git5be18f982a4 |
2225 | 2024-01-30T04:59:50.565Z | Finished release [optimized] target(s) in 1.06s |
2226 | 2024-01-30T04:59:50.596Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git5be18f982a4` |
2227 | 2024-01-30T04:59:50.633Z | Jan 30 04:59:50.685 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2228 | 2024-01-30T04:59:51.190Z | Created: out/versioned/omicron-sled-agent.tar |
2229 | 2024-01-30T04:59:51.193Z | + for package in "$@" |
2230 | 2024-01-30T04:59:51.193Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2231 | 2024-01-30T04:59:51.193Z | + echo 0.0.0 |
2232 | 2024-01-30T04:59:51.193Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2233 | 2024-01-30T04:59:51.197Z | a VERSION 1K |
2234 | 2024-01-30T04:59:51.200Z | + rm VERSION |
2235 | 2024-01-30T04:59:51.200Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git5be18f982a4 |
2236 | 2024-01-30T04:59:52.314Z | Finished release [optimized] target(s) in 1.03s |
2237 | 2024-01-30T04:59:52.341Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git5be18f982a4` |
2238 | 2024-01-30T04:59:52.383Z | Jan 30 04:59:52.435 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2239 | 2024-01-30T04:59:52.694Z | Created: out/versioned/mg-ddm-gz.tar |
2240 | 2024-01-30T04:59:52.697Z | + for package in "$@" |
2241 | 2024-01-30T04:59:52.698Z | + [[ propolis-server == mg-ddm-gz ]] |
2242 | 2024-01-30T04:59:52.698Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git5be18f982a4 |
2243 | 2024-01-30T04:59:53.878Z | Finished release [optimized] target(s) in 1.10s |
2244 | 2024-01-30T04:59:53.906Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git5be18f982a4` |
2245 | 2024-01-30T04:59:53.947Z | Jan 30 04:59:53.999 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2246 | 2024-01-30T04:59:55.715Z | Created: out/versioned/propolis-server.tar.gz |
2247 | 2024-01-30T04:59:55.719Z | + for package in "$@" |
2248 | 2024-01-30T04:59:55.719Z | + [[ overlay == mg-ddm-gz ]] |
2249 | 2024-01-30T04:59:55.719Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git5be18f982a4 |
2250 | 2024-01-30T04:59:56.835Z | Finished release [optimized] target(s) in 1.03s |
2251 | 2024-01-30T04:59:56.863Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git5be18f982a4` |
2252 | 2024-01-30T04:59:56.905Z | Jan 30 04:59:56.957 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2253 | 2024-01-30T04:59:56.908Z | Created: out/versioned/overlay.tar.gz |
2254 | 2024-01-30T04:59:56.914Z | + for package in "$@" |
2255 | 2024-01-30T04:59:56.914Z | + [[ oxlog == mg-ddm-gz ]] |
2256 | 2024-01-30T04:59:56.914Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git5be18f982a4 |
2257 | 2024-01-30T04:59:58.025Z | Finished release [optimized] target(s) in 1.03s |
2258 | 2024-01-30T04:59:58.053Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git5be18f982a4` |
2259 | 2024-01-30T04:59:58.096Z | Jan 30 04:59:58.147 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2260 | 2024-01-30T04:59:58.534Z | Created: out/versioned/oxlog.tar |
2261 | 2024-01-30T04:59:58.541Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2262 | 2024-01-30T04:59:58.541Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2263 | 2024-01-30T04:59:58.541Z | ++ cd -- ./tools |
2264 | 2024-01-30T04:59:58.541Z | ++ pwd |
2265 | 2024-01-30T04:59:58.542Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2266 | 2024-01-30T04:59:58.542Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2267 | 2024-01-30T04:59:58.542Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2268 | 2024-01-30T04:59:58.542Z | ++ readlink -f /work |
2269 | 2024-01-30T04:59:58.542Z | + out_dir=/work |
2270 | 2024-01-30T04:59:58.542Z | + 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" "$tarball_src_dir/oxlog.tar") |
2271 | 2024-01-30T04:59:58.542Z | + for dep in "${deps[@]}" |
2272 | 2024-01-30T04:59:58.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2273 | 2024-01-30T04:59:58.542Z | + for dep in "${deps[@]}" |
2274 | 2024-01-30T04:59:58.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2275 | 2024-01-30T04:59:58.542Z | + for dep in "${deps[@]}" |
2276 | 2024-01-30T04:59:58.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2277 | 2024-01-30T04:59:58.542Z | + for dep in "${deps[@]}" |
2278 | 2024-01-30T04:59:58.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2279 | 2024-01-30T04:59:58.542Z | + for dep in "${deps[@]}" |
2280 | 2024-01-30T04:59:58.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2281 | 2024-01-30T04:59:58.542Z | ++ mktemp -d |
2282 | 2024-01-30T04:59:58.543Z | + tmp_gz=/tmp/tmp.1gaOJh |
2283 | 2024-01-30T04:59:58.543Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2284 | 2024-01-30T04:59:58.543Z | + echo '{"v":"1","t":"layer"}' |
2285 | 2024-01-30T04:59:58.543Z | + pkg_dir=/tmp/tmp.1gaOJh/root/opt/oxide/sled-agent |
2286 | 2024-01-30T04:59:58.543Z | + mkdir -p /tmp/tmp.1gaOJh/root/opt/oxide/sled-agent |
2287 | 2024-01-30T04:59:58.543Z | + cd /tmp/tmp.1gaOJh/root/opt/oxide/sled-agent |
2288 | 2024-01-30T04:59:58.543Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2289 | 2024-01-30T04:59:58.543Z | x ., 0 bytes, 0 tape blocks |
2290 | 2024-01-30T04:59:58.543Z | x zone-bundle, 41503280 bytes, 81062 tape blocks |
2291 | 2024-01-30T04:59:58.543Z | x sled-agent, 80684944 bytes, 157588 tape blocks |
2292 | 2024-01-30T04:59:58.543Z | x pkg, 0 bytes, 0 tape blocks |
2293 | 2024-01-30T04:59:58.543Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2294 | 2024-01-30T04:59:58.543Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2295 | 2024-01-30T04:59:58.543Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2296 | 2024-01-30T04:59:58.543Z | x VERSION, 25 bytes, 1 tape blocks |
2297 | 2024-01-30T04:59:58.543Z | + mkdir -p /tmp/tmp.1gaOJh/root/lib/svc/manifest/site/ |
2298 | 2024-01-30T04:59:58.544Z | + mv pkg/manifest.xml /tmp/tmp.1gaOJh/root/lib/svc/manifest/site/sled-agent.xml |
2299 | 2024-01-30T04:59:58.544Z | + cd - |
2300 | 2024-01-30T04:59:58.544Z | /work/oxidecomputer/omicron |
2301 | 2024-01-30T04:59:58.544Z | + pkg_dir=/tmp/tmp.1gaOJh/root/opt/oxide/mg-ddm |
2302 | 2024-01-30T04:59:58.544Z | + mkdir -p /tmp/tmp.1gaOJh/root/opt/oxide/mg-ddm |
2303 | 2024-01-30T04:59:58.544Z | + cd /tmp/tmp.1gaOJh/root/opt/oxide/mg-ddm |
2304 | 2024-01-30T04:59:58.544Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2305 | 2024-01-30T04:59:58.544Z | x ., 0 bytes, 0 tape blocks |
2306 | 2024-01-30T04:59:58.544Z | x ddmadm, 33100776 bytes, 64650 tape blocks |
2307 | 2024-01-30T04:59:58.544Z | x ddmd, 29949640 bytes, 58496 tape blocks |
2308 | 2024-01-30T04:59:58.544Z | x pkg, 0 bytes, 0 tape blocks |
2309 | 2024-01-30T04:59:58.544Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2310 | 2024-01-30T04:59:58.544Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2311 | 2024-01-30T04:59:58.544Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2312 | 2024-01-30T04:59:58.544Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2313 | 2024-01-30T04:59:58.544Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2314 | 2024-01-30T04:59:58.544Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2315 | 2024-01-30T04:59:58.544Z | x VERSION, 25 bytes, 1 tape blocks |
2316 | 2024-01-30T04:59:58.544Z | + cd - |
2317 | 2024-01-30T04:59:58.544Z | /work/oxidecomputer/omicron |
2318 | 2024-01-30T04:59:58.545Z | + pkg_dir=/tmp/tmp.1gaOJh/root/opt/oxide/oxlog |
2319 | 2024-01-30T04:59:58.545Z | + mkdir -p /tmp/tmp.1gaOJh/root/opt/oxide/oxlog |
2320 | 2024-01-30T04:59:58.545Z | + cd /tmp/tmp.1gaOJh/root/opt/oxide/oxlog |
2321 | 2024-01-30T04:59:58.545Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2322 | 2024-01-30T04:59:58.545Z | x ., 0 bytes, 0 tape blocks |
2323 | 2024-01-30T04:59:58.545Z | x oxlog, 8379928 bytes, 16368 tape blocks |
2324 | 2024-01-30T04:59:58.545Z | x VERSION, 25 bytes, 1 tape blocks |
2325 | 2024-01-30T04:59:58.545Z | + cd - |
2326 | 2024-01-30T04:59:58.545Z | /work/oxidecomputer/omicron |
2327 | 2024-01-30T04:59:58.545Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.1gaOJh/root/opt/oxide |
2328 | 2024-01-30T04:59:58.563Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.1gaOJh/root/opt/oxide |
2329 | 2024-01-30T04:59:58.566Z | + cd /tmp/tmp.1gaOJh |
2330 | 2024-01-30T04:59:58.566Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2331 | 2024-01-30T05:00:10.950Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2332 | 2024-01-30T05:00:10.950Z | a oxide.json 1K |
2333 | 2024-01-30T05:00:10.950Z | a root/ 0K |
2334 | 2024-01-30T05:00:10.950Z | a root/opt/ 0K |
2335 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/ 0K |
2336 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/ 0K |
2337 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/zone-bundle 40531K |
2338 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/sled-agent 78794K |
2339 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2340 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2341 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2342 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/sled-agent/VERSION 1K |
2343 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/mg-ddm/ 0K |
2344 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/mg-ddm/ddmadm 32325K |
2345 | 2024-01-30T05:00:10.950Z | a root/opt/oxide/mg-ddm/ddmd 29248K |
2346 | 2024-01-30T05:00:10.951Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2347 | 2024-01-30T05:00:10.951Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2348 | 2024-01-30T05:00:10.951Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2349 | 2024-01-30T05:00:10.951Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2350 | 2024-01-30T05:00:10.951Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2351 | 2024-01-30T05:00:10.951Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2352 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2353 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2354 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/oxlog/ 0K |
2355 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/oxlog/oxlog 8184K |
2356 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/oxlog/VERSION 1K |
2357 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2358 | 2024-01-30T05:00:10.952Z | a root/opt/oxide/overlay.tar.gz 3K |
2359 | 2024-01-30T05:00:10.952Z | a root/lib/ 0K |
2360 | 2024-01-30T05:00:10.952Z | a root/lib/svc/ 0K |
2361 | 2024-01-30T05:00:10.952Z | a root/lib/svc/manifest/ 0K |
2362 | 2024-01-30T05:00:10.952Z | a root/lib/svc/manifest/site/ 0K |
2363 | 2024-01-30T05:00:10.952Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2364 | 2024-01-30T05:00:10.956Z | + cd / |
2365 | 2024-01-30T05:00:10.956Z | + rm -rf /tmp/tmp.1gaOJh |
2366 | 2024-01-30T05:00:10.998Z | |
2367 | 2024-01-30T05:00:11.003Z | real 12.862023758 |
2368 | 2024-01-30T05:00:11.003Z | user 11.855866515 |
2369 | 2024-01-30T05:00:11.003Z | sys 1.018553839 |
2370 | 2024-01-30T05:00:11.003Z | trap 0.002257709 |
2371 | 2024-01-30T05:00:11.003Z | tflt 0.000000000 |
2372 | 2024-01-30T05:00:11.003Z | dflt 0.000000000 |
2373 | 2024-01-30T05:00:11.004Z | kflt 0.000000000 |
2374 | 2024-01-30T05:00:11.004Z | lock 0.000000000 |
2375 | 2024-01-30T05:00:11.004Z | slp 24.820752334 |
2376 | 2024-01-30T05:00:11.004Z | lat 0.392705067 |
2377 | 2024-01-30T05:00:11.004Z | stop 0.000333732 |
2378 | 2024-01-30T05:00:11.004Z | + mkdir -p /work/zones |
2379 | 2024-01-30T05:00:11.004Z | + 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.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) |
2380 | 2024-01-30T05:00:11.004Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.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/ |
2381 | 2024-01-30T05:00:15.246Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2382 | 2024-01-30T05:00:16.414Z | Finished release [optimized] target(s) in 1.10s |
2383 | 2024-01-30T05:00:16.441Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2384 | 2024-01-30T05:00:16.485Z | Created new build target 'recovery' and set it as active |
2385 | 2024-01-30T05:00:16.489Z | |
2386 | 2024-01-30T05:00:16.489Z | real 1.262990167 |
2387 | 2024-01-30T05:00:16.489Z | user 0.895652357 |
2388 | 2024-01-30T05:00:16.489Z | sys 0.366358371 |
2389 | 2024-01-30T05:00:16.489Z | trap 0.000640276 |
2390 | 2024-01-30T05:00:16.489Z | tflt 0.000007704 |
2391 | 2024-01-30T05:00:16.489Z | dflt 0.000004518 |
2392 | 2024-01-30T05:00:16.489Z | kflt 0.000000000 |
2393 | 2024-01-30T05:00:16.489Z | lock 0.039096161 |
2394 | 2024-01-30T05:00:16.489Z | slp 0.023339117 |
2395 | 2024-01-30T05:00:16.489Z | lat 0.003214052 |
2396 | 2024-01-30T05:00:16.489Z | stop 0.000220323 |
2397 | 2024-01-30T05:00:16.489Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2398 | 2024-01-30T05:00:17.690Z | Finished release [optimized] target(s) in 1.11s |
2399 | 2024-01-30T05:00:17.723Z | Running `target/release/omicron-package -t recovery package` |
2400 | 2024-01-30T05:00:17.767Z | Jan 30 05:00:17.814 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2401 | 2024-01-30T05:00:18.765Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2402 | 2024-01-30T05:00:22.776Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2403 | 2024-01-30T05:00:55.410Z | Finished release [optimized] target(s) in 37.56s |
2404 | 2024-01-30T05:01:14.761Z | |
2405 | 2024-01-30T05:01:14.765Z | real 58.164909486 |
2406 | 2024-01-30T05:01:14.765Z | user 2:45.244616709 |
2407 | 2024-01-30T05:01:14.765Z | sys 12.330482607 |
2408 | 2024-01-30T05:01:14.765Z | trap 0.087905386 |
2409 | 2024-01-30T05:01:14.766Z | tflt 0.193297314 |
2410 | 2024-01-30T05:01:14.766Z | dflt 0.830855853 |
2411 | 2024-01-30T05:01:14.766Z | kflt 0.000000000 |
2412 | 2024-01-30T05:01:14.766Z | lock 12:38.027446607 |
2413 | 2024-01-30T05:01:14.766Z | slp 2:43.798315230 |
2414 | 2024-01-30T05:01:14.766Z | lat 1.740721995 |
2415 | 2024-01-30T05:01:14.766Z | stop 0.199642274 |
2416 | 2024-01-30T05:01:14.766Z | + stamp_packages installinator mg-ddm-gz |
2417 | 2024-01-30T05:01:14.767Z | + for package in "$@" |
2418 | 2024-01-30T05:01:14.767Z | + [[ installinator == mg-ddm-gz ]] |
2419 | 2024-01-30T05:01:14.767Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git5be18f982a4 |
2420 | 2024-01-30T05:01:15.811Z | Finished release [optimized] target(s) in 1.06s |
2421 | 2024-01-30T05:01:15.838Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git5be18f982a4` |
2422 | 2024-01-30T05:01:15.889Z | Jan 30 05:01:15.935 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2423 | 2024-01-30T05:01:16.306Z | Created: out/versioned/installinator.tar |
2424 | 2024-01-30T05:01:16.306Z | + for package in "$@" |
2425 | 2024-01-30T05:01:16.306Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2426 | 2024-01-30T05:01:16.306Z | + echo 0.0.0 |
2427 | 2024-01-30T05:01:16.306Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2428 | 2024-01-30T05:01:16.306Z | a VERSION 1K |
2429 | 2024-01-30T05:01:16.306Z | + rm VERSION |
2430 | 2024-01-30T05:01:16.306Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git5be18f982a4 |
2431 | 2024-01-30T05:01:17.161Z | Finished release [optimized] target(s) in 1.04s |
2432 | 2024-01-30T05:01:17.184Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git5be18f982a4` |
2433 | 2024-01-30T05:01:17.228Z | Jan 30 05:01:17.281 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2434 | 2024-01-30T05:01:17.413Z | Created: out/versioned/mg-ddm-gz.tar |
2435 | 2024-01-30T05:01:17.429Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2436 | 2024-01-30T05:01:17.433Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2437 | 2024-01-30T05:01:17.433Z | ++ cd -- ./tools |
2438 | 2024-01-30T05:01:17.433Z | ++ pwd |
2439 | 2024-01-30T05:01:17.433Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2440 | 2024-01-30T05:01:17.433Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2441 | 2024-01-30T05:01:17.437Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2442 | 2024-01-30T05:01:17.438Z | ++ readlink -f /work |
2443 | 2024-01-30T05:01:17.438Z | + out_dir=/work |
2444 | 2024-01-30T05:01:17.438Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2445 | 2024-01-30T05:01:17.438Z | + for dep in "${deps[@]}" |
2446 | 2024-01-30T05:01:17.438Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2447 | 2024-01-30T05:01:17.438Z | + for dep in "${deps[@]}" |
2448 | 2024-01-30T05:01:17.438Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2449 | 2024-01-30T05:01:17.442Z | ++ mktemp -d |
2450 | 2024-01-30T05:01:17.442Z | + tmp_trampoline=/tmp/tmp.1CaqOh |
2451 | 2024-01-30T05:01:17.443Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2452 | 2024-01-30T05:01:17.443Z | + echo '{"v":"1","t":"layer"}' |
2453 | 2024-01-30T05:01:17.443Z | + pkg_dir=/tmp/tmp.1CaqOh/root/opt/oxide/installinator |
2454 | 2024-01-30T05:01:17.443Z | + mkdir -p /tmp/tmp.1CaqOh/root/opt/oxide/installinator |
2455 | 2024-01-30T05:01:17.447Z | + cd /tmp/tmp.1CaqOh/root/opt/oxide/installinator |
2456 | 2024-01-30T05:01:17.447Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2457 | 2024-01-30T05:01:17.501Z | x ., 0 bytes, 0 tape blocks |
2458 | 2024-01-30T05:01:17.501Z | x installinator, 54617672 bytes, 106676 tape blocks |
2459 | 2024-01-30T05:01:17.501Z | x pkg, 0 bytes, 0 tape blocks |
2460 | 2024-01-30T05:01:17.501Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2461 | 2024-01-30T05:01:17.501Z | x VERSION, 25 bytes, 1 tape blocks |
2462 | 2024-01-30T05:01:17.505Z | + mkdir -p /tmp/tmp.1CaqOh/root/lib/svc/manifest/site/ |
2463 | 2024-01-30T05:01:17.505Z | + mv pkg/manifest.xml /tmp/tmp.1CaqOh/root/lib/svc/manifest/site/installinator.xml |
2464 | 2024-01-30T05:01:17.510Z | + cd - |
2465 | 2024-01-30T05:01:17.510Z | /work/oxidecomputer/omicron |
2466 | 2024-01-30T05:01:17.510Z | + pkg_dir=/tmp/tmp.1CaqOh/root/opt/oxide/mg-ddm |
2467 | 2024-01-30T05:01:17.512Z | + mkdir -p /tmp/tmp.1CaqOh/root/opt/oxide/mg-ddm |
2468 | 2024-01-30T05:01:17.512Z | + cd /tmp/tmp.1CaqOh/root/opt/oxide/mg-ddm |
2469 | 2024-01-30T05:01:17.512Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2470 | 2024-01-30T05:01:17.576Z | x ., 0 bytes, 0 tape blocks |
2471 | 2024-01-30T05:01:17.576Z | x ddmadm, 33100776 bytes, 64650 tape blocks |
2472 | 2024-01-30T05:01:17.576Z | x ddmd, 29949640 bytes, 58496 tape blocks |
2473 | 2024-01-30T05:01:17.576Z | x pkg, 0 bytes, 0 tape blocks |
2474 | 2024-01-30T05:01:17.576Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2475 | 2024-01-30T05:01:17.577Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2476 | 2024-01-30T05:01:17.577Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2477 | 2024-01-30T05:01:17.577Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2478 | 2024-01-30T05:01:17.577Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2479 | 2024-01-30T05:01:17.577Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2480 | 2024-01-30T05:01:17.577Z | x VERSION, 25 bytes, 1 tape blocks |
2481 | 2024-01-30T05:01:17.581Z | + cd - |
2482 | 2024-01-30T05:01:17.581Z | /work/oxidecomputer/omicron |
2483 | 2024-01-30T05:01:17.581Z | + cd /tmp/tmp.1CaqOh |
2484 | 2024-01-30T05:01:17.581Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2485 | 2024-01-30T05:01:23.700Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2486 | 2024-01-30T05:01:23.700Z | a oxide.json 1K |
2487 | 2024-01-30T05:01:23.700Z | a root/ 0K |
2488 | 2024-01-30T05:01:23.700Z | a root/opt/ 0K |
2489 | 2024-01-30T05:01:23.700Z | a root/opt/oxide/ 0K |
2490 | 2024-01-30T05:01:23.700Z | a root/opt/oxide/installinator/ 0K |
2491 | 2024-01-30T05:01:23.700Z | a root/opt/oxide/installinator/installinator 53338K |
2492 | 2024-01-30T05:01:23.700Z | a root/opt/oxide/installinator/pkg/ 0K |
2493 | 2024-01-30T05:01:23.700Z | a root/opt/oxide/installinator/VERSION 1K |
2494 | 2024-01-30T05:01:23.700Z | a root/opt/oxide/mg-ddm/ 0K |
2495 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/ddmadm 32325K |
2496 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/ddmd 29248K |
2497 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2498 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2499 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2500 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2501 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2502 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2503 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2504 | 2024-01-30T05:01:23.701Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2505 | 2024-01-30T05:01:23.701Z | a root/lib/ 0K |
2506 | 2024-01-30T05:01:23.701Z | a root/lib/svc/ 0K |
2507 | 2024-01-30T05:01:23.702Z | a root/lib/svc/manifest/ 0K |
2508 | 2024-01-30T05:01:23.702Z | a root/lib/svc/manifest/site/ 0K |
2509 | 2024-01-30T05:01:23.702Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2510 | 2024-01-30T05:01:23.707Z | + cd / |
2511 | 2024-01-30T05:01:23.707Z | + rm -rf /tmp/tmp.1CaqOh |
2512 | 2024-01-30T05:01:23.728Z | |
2513 | 2024-01-30T05:01:23.734Z | real 6.304788972 |
2514 | 2024-01-30T05:01:23.734Z | user 5.907273598 |
2515 | 2024-01-30T05:01:23.735Z | sys 0.423409586 |
2516 | 2024-01-30T05:01:23.735Z | trap 0.001688129 |
2517 | 2024-01-30T05:01:23.735Z | tflt 0.000000000 |
2518 | 2024-01-30T05:01:23.735Z | dflt 0.000000000 |
2519 | 2024-01-30T05:01:23.735Z | kflt 0.000000000 |
2520 | 2024-01-30T05:01:23.735Z | lock 0.000000000 |
2521 | 2024-01-30T05:01:23.736Z | slp 12.199849717 |
2522 | 2024-01-30T05:01:23.736Z | lat 0.185547908 |
2523 | 2024-01-30T05:01:23.736Z | stop 0.000289645 |
2524 | 2024-01-30T05:01:23.736Z | process exited: duration 2481743 ms, exit code 0 |
|
2525 | 2024-01-30T05:01:23.750Z | found 21 output files |
2526 | 2024-01-30T05:01:23.750Z | uploading: /work/version.txt (26 bytes) |
2527 | 2024-01-30T05:01:24.772Z | uploaded: /work/version.txt |
2528 | 2024-01-30T05:01:24.772Z | uploading: /work/package.tar.gz (85922922 bytes) |
2529 | 2024-01-30T05:01:53.803Z | uploaded: /work/package.tar.gz |
2530 | 2024-01-30T05:01:53.803Z | uploading: /work/global-zone-packages.tar.gz (126372779 bytes) |
2531 | 2024-01-30T05:02:30.676Z | uploaded: /work/global-zone-packages.tar.gz |
2532 | 2024-01-30T05:02:30.676Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37203916 bytes) |
2533 | 2024-01-30T05:02:47.558Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2534 | 2024-01-30T05:02:47.558Z | uploading: /work/zones/clickhouse.tar.gz (193975157 bytes) |
2535 | 2024-01-30T05:03:40.452Z | uploaded: /work/zones/clickhouse.tar.gz |
2536 | 2024-01-30T05:03:40.452Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193982152 bytes) |
2537 | 2024-01-30T05:04:39.139Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2538 | 2024-01-30T05:04:39.140Z | uploading: /work/zones/cockroachdb.tar.gz (131074065 bytes) |
2539 | 2024-01-30T05:05:16.639Z | uploaded: /work/zones/cockroachdb.tar.gz |
2540 | 2024-01-30T05:05:16.639Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2541 | 2024-01-30T05:05:24.475Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2542 | 2024-01-30T05:05:24.486Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2543 | 2024-01-30T05:05:35.405Z | uploaded: /work/zones/crucible.tar.gz |
2544 | 2024-01-30T05:05:35.406Z | uploading: /work/zones/external-dns.tar.gz (23582183 bytes) |
2545 | 2024-01-30T05:05:44.988Z | uploaded: /work/zones/external-dns.tar.gz |
2546 | 2024-01-30T05:05:44.988Z | uploading: /work/zones/internal-dns.tar.gz (23582183 bytes) |
2547 | 2024-01-30T05:05:53.211Z | uploaded: /work/zones/internal-dns.tar.gz |
2548 | 2024-01-30T05:05:53.211Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2549 | 2024-01-30T05:05:54.222Z | uploaded: /work/zones/ntp.tar.gz |
2550 | 2024-01-30T05:05:54.223Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19313699 bytes) |
2551 | 2024-01-30T05:06:04.838Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2552 | 2024-01-30T05:06:04.838Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19314025 bytes) |
2553 | 2024-01-30T05:06:12.125Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2554 | 2024-01-30T05:06:12.136Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (86784712 bytes) |
2555 | 2024-01-30T05:06:43.060Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2556 | 2024-01-30T05:06:43.060Z | uploading: /work/zones/omicron-nexus.tar.gz (86772472 bytes) |
2557 | 2024-01-30T05:07:18.948Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2558 | 2024-01-30T05:07:18.948Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2559 | 2024-01-30T05:07:19.958Z | uploaded: /work/zones/overlay.tar.gz |
2560 | 2024-01-30T05:07:19.958Z | uploading: /work/zones/oximeter.tar.gz (55275503 bytes) |
2561 | 2024-01-30T05:07:42.051Z | uploaded: /work/zones/oximeter.tar.gz |
2562 | 2024-01-30T05:07:42.051Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2563 | 2024-01-30T05:08:04.191Z | uploaded: /work/zones/propolis-server.tar.gz |
2564 | 2024-01-30T05:08:04.191Z | uploading: /work/zones/switch-asic.tar.gz (280827873 bytes) |
2565 | 2024-01-30T05:10:38.429Z | uploaded: /work/zones/switch-asic.tar.gz |
2566 | 2024-01-30T05:10:38.440Z | uploading: /work/zones/switch-softnpu.tar.gz (204802262 bytes) |
2567 | 2024-01-30T05:12:32.875Z | uploaded: /work/zones/switch-softnpu.tar.gz |