|
|
|
1 | 2024-01-24T18:25:24.345Z | job assigned to worker 01HMYBDXME8WCFYNZ0XZJYJYGE (queued for 39 m 32 s) |
|
2 | 2024-01-24T18:25:25.080Z | starting task 0: "setup" |
3 | 2024-01-24T18:25:25.142Z | ++ uname -s |
4 | 2024-01-24T18:25:25.151Z | + kern=SunOS |
5 | 2024-01-24T18:25:25.152Z | + case "$kern" in |
6 | 2024-01-24T18:25:25.152Z | + groupadd -g 12345 build |
7 | 2024-01-24T18:25:25.152Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-24T18:25:27.194Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-24T18:25:27.282Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-24T18:25:27.383Z | + home_fs=zfs |
11 | 2024-01-24T18:25:27.383Z | + [[ zfs == autofs ]] |
12 | 2024-01-24T18:25:27.383Z | + mkdir -p /home/build |
13 | 2024-01-24T18:25:27.384Z | + chown build:build /home/build /work |
14 | 2024-01-24T18:25:29.293Z | + chmod 0700 /home/build /work |
15 | 2024-01-24T18:25:29.300Z | process exited: duration 4212 ms, exit code 0 |
|
16 | 2024-01-24T18:25:29.312Z | starting task 1: "rust-toolchain" |
17 | 2024-01-24T18:25:29.320Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-24T18:25:29.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-24T18:25:29.531Z | info: downloading installer |
20 | 2024-01-24T18:25:30.780Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-24T18:25:30.780Z | warning: /opt/ooce/bin |
22 | 2024-01-24T18:25:30.780Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-24T18:25:30.780Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-24T18:25:30.780Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-24T18:25:30.780Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-24T18:25:30.780Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-24T18:25:30.780Z | error: cannot install while Rust is installed |
28 | 2024-01-24T18:25:30.780Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-24T18:25:30.939Z | info: profile set to 'default' |
30 | 2024-01-24T18:25:30.939Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-24T18:25:30.947Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-24T18:25:31.115Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-24T18:25:31.125Z | info: downloading component 'cargo' |
34 | 2024-01-24T18:25:31.797Z | info: downloading component 'clippy' |
35 | 2024-01-24T18:25:32.042Z | info: downloading component 'rust-docs' |
36 | 2024-01-24T18:25:32.920Z | info: downloading component 'rust-std' |
37 | 2024-01-24T18:25:34.414Z | info: downloading component 'rustc' |
38 | 2024-01-24T18:25:38.312Z | info: downloading component 'rustfmt' |
39 | 2024-01-24T18:25:38.526Z | info: installing component 'cargo' |
40 | 2024-01-24T18:25:40.371Z | info: installing component 'clippy' |
41 | 2024-01-24T18:25:41.227Z | info: installing component 'rust-docs' |
42 | 2024-01-24T18:25:44.394Z | info: installing component 'rust-std' |
43 | 2024-01-24T18:25:47.876Z | info: installing component 'rustc' |
44 | 2024-01-24T18:25:56.437Z | info: installing component 'rustfmt' |
45 | 2024-01-24T18:25:56.884Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-24T18:25:56.885Z | |
47 | 2024-01-24T18:25:57.011Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-24T18:25:57.011Z | |
49 | 2024-01-24T18:25:57.014Z | |
50 | 2024-01-24T18:25:57.014Z | Rust is installed now. Great! |
51 | 2024-01-24T18:25:57.014Z | |
52 | 2024-01-24T18:25:57.015Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-24T18:25:57.015Z | environment variable. This has not been done automatically. |
54 | 2024-01-24T18:25:57.015Z | |
55 | 2024-01-24T18:25:57.015Z | To configure your current shell, run: |
56 | 2024-01-24T18:25:57.015Z | source "$HOME/.cargo/env" |
57 | 2024-01-24T18:25:57.093Z | + rustc --version |
58 | 2024-01-24T18:25:57.202Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-24T18:25:57.208Z | process exited: duration 27897 ms, exit code 0 |
|
60 | 2024-01-24T18:25:57.214Z | starting task 2: "authentication" |
61 | 2024-01-24T18:25:57.244Z | process exited: duration 29 ms, exit code 0 |
|
62 | 2024-01-24T18:25:57.253Z | starting task 3: "clone repository" |
63 | 2024-01-24T18:25:57.258Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-24T18:25:57.262Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-24T18:25:57.585Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-24T18:26:03.281Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-24T18:26:03.287Z | + git fetch origin 2dec2168732c028b5575d40bf02c7c50383eeb0a |
68 | 2024-01-24T18:26:03.673Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-24T18:26:03.673Z | * branch 2dec2168732c028b5575d40bf02c7c50383eeb0a -> FETCH_HEAD |
70 | 2024-01-24T18:26:03.686Z | + [[ -n boundary-tunnel-routing ]] |
71 | 2024-01-24T18:26:03.689Z | ++ git branch --show-current |
72 | 2024-01-24T18:26:03.692Z | + current=main |
73 | 2024-01-24T18:26:03.692Z | + [[ main != boundary-tunnel-routing ]] |
74 | 2024-01-24T18:26:03.692Z | + git branch -f boundary-tunnel-routing 2dec2168732c028b5575d40bf02c7c50383eeb0a |
75 | 2024-01-24T18:26:03.708Z | + git checkout -f boundary-tunnel-routing |
76 | 2024-01-24T18:26:03.882Z | Switched to branch 'boundary-tunnel-routing' |
77 | 2024-01-24T18:26:03.885Z | + git reset --hard 2dec2168732c028b5575d40bf02c7c50383eeb0a |
78 | 2024-01-24T18:26:03.917Z | HEAD is now at 2dec21687 remove manual boundary loopback address management |
79 | 2024-01-24T18:26:03.933Z | process exited: duration 6659 ms, exit code 0 |
|
80 | 2024-01-24T18:26:03.946Z | starting task 4: "build" |
81 | 2024-01-24T18:26:03.952Z | + cargo --version |
82 | 2024-01-24T18:26:03.959Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-24T18:26:04.135Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-24T18:26:04.139Z | info: downloading component 'cargo' |
85 | 2024-01-24T18:26:04.874Z | info: downloading component 'clippy' |
86 | 2024-01-24T18:26:05.052Z | info: downloading component 'rust-docs' |
87 | 2024-01-24T18:26:05.912Z | info: downloading component 'rust-std' |
88 | 2024-01-24T18:26:07.174Z | info: downloading component 'rustc' |
89 | 2024-01-24T18:26:10.765Z | info: downloading component 'rustfmt' |
90 | 2024-01-24T18:26:10.972Z | info: installing component 'cargo' |
91 | 2024-01-24T18:26:12.260Z | info: installing component 'clippy' |
92 | 2024-01-24T18:26:12.744Z | info: installing component 'rust-docs' |
93 | 2024-01-24T18:26:15.624Z | info: installing component 'rust-std' |
94 | 2024-01-24T18:26:17.995Z | info: installing component 'rustc' |
95 | 2024-01-24T18:26:24.178Z | info: installing component 'rustfmt' |
96 | 2024-01-24T18:26:24.719Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-24T18:26:24.723Z | + rustc --version |
98 | 2024-01-24T18:26:24.838Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-24T18:26:24.846Z | ++ git rev-parse HEAD |
100 | 2024-01-24T18:26:24.850Z | + COMMIT=2dec2168732c028b5575d40bf02c7c50383eeb0a |
101 | 2024-01-24T18:26:24.853Z | + VERSION=6.0.0-0.ci+git2dec2168732 |
102 | 2024-01-24T18:26:24.853Z | + echo 6.0.0-0.ci+git2dec2168732 |
103 | 2024-01-24T18:26:24.853Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-01-24T18:26:38.721Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-01-24T18:26:40.509Z | Startup: Caching catalogs ... Done |
106 | 2024-01-24T18:26:43.028Z | Planning: Solver setup ... Done (1.916s) |
107 | 2024-01-24T18:26:43.161Z | Planning: Running solver ... Done (0.052s) |
108 | 2024-01-24T18:26:43.161Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-01-24T18:26:43.161Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-01-24T18:26:43.795Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-01-24T18:26:43.795Z | Planning: Package planning ... Done (0.081s) |
112 | 2024-01-24T18:26:43.847Z | Planning: Merging actions ... Done (0.085s) |
113 | 2024-01-24T18:26:44.721Z | Planning: Checking for conflicting actions ... Done (1.203s) |
114 | 2024-01-24T18:26:45.132Z | Planning: Consolidating action changes ... Done (0.019s) |
115 | 2024-01-24T18:27:08.317Z | Planning: Evaluating mediators ... Done (6.184s) |
116 | 2024-01-24T18:27:09.067Z | Planning: Planning completed in 10.35 seconds |
117 | 2024-01-24T18:27:09.067Z | Packages to install: 4 |
118 | 2024-01-24T18:27:09.067Z | Mediators to change: 2 |
119 | 2024-01-24T18:27:09.067Z | Services to change: 1 |
120 | 2024-01-24T18:27:09.067Z | Estimated space available: 148.87 GB |
121 | 2024-01-24T18:27:09.067Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-01-24T18:27:09.067Z | Create boot environment: No |
123 | 2024-01-24T18:27:09.067Z | Create backup boot environment: No |
124 | 2024-01-24T18:27:09.067Z | Rebuild boot archive: No |
125 | 2024-01-24T18:27:09.068Z | |
126 | 2024-01-24T18:27:09.068Z | Changed mediators: |
127 | 2024-01-24T18:27:09.068Z | mediator clang: |
128 | 2024-01-24T18:27:09.068Z | version: None -> 15 (system default) |
129 | 2024-01-24T18:27:09.068Z | |
130 | 2024-01-24T18:27:09.068Z | mediator llvm: |
131 | 2024-01-24T18:27:09.068Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-01-24T18:27:09.068Z | |
133 | 2024-01-24T18:27:09.068Z | Changed packages: |
134 | 2024-01-24T18:27:09.068Z | helios-dev |
135 | 2024-01-24T18:27:09.068Z | developer/build-essential |
136 | 2024-01-24T18:27:09.069Z | None -> 11-2.0 |
137 | 2024-01-24T18:27:09.069Z | library/libxmlsec1 |
138 | 2024-01-24T18:27:09.069Z | None -> 1.2.35-2.0 |
139 | 2024-01-24T18:27:09.069Z | ooce/developer/clang-15 |
140 | 2024-01-24T18:27:09.069Z | None -> 15.0.7-2.0 |
141 | 2024-01-24T18:27:09.069Z | ooce/developer/llvm-15 |
142 | 2024-01-24T18:27:09.069Z | None -> 15.0.7-2.0 |
143 | 2024-01-24T18:27:09.069Z | |
144 | 2024-01-24T18:27:09.069Z | Services: |
145 | 2024-01-24T18:27:09.069Z | restart_fmri: |
146 | 2024-01-24T18:27:09.119Z | svc:/system/update-man-index:default |
147 | 2024-01-24T18:27:09.120Z | |
148 | 2024-01-24T18:27:09.120Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-01-24T18:27:09.120Z | Download: 990/3290 items 19.2/212.6MB 9% complete (3.9M/s) |
150 | 2024-01-24T18:27:09.120Z | Download: 1752/3290 items 118.2/212.6MB 55% complete (11.9M/s) |
151 | 2024-01-24T18:27:30.569Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (11.3M/s) |
152 | 2024-01-24T18:27:30.570Z | Download: 3167/3290 items 144.2/212.6MB 67% complete (2.5M/s) |
153 | 2024-01-24T18:27:30.570Z | Download: Completed 212.60 MB in 23.81 seconds (8.9M/s) |
154 | 2024-01-24T18:27:30.570Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-01-24T18:27:30.570Z | Actions: 3157/3689 actions (Installing new actions) |
156 | 2024-01-24T18:27:30.570Z | Actions: Completed 3689 actions in 7.64 seconds. |
157 | 2024-01-24T18:27:30.570Z | Done (0.240s) |
158 | 2024-01-24T18:27:30.570Z | Done (0.000s) |
159 | 2024-01-24T18:27:30.570Z | Done (0.320s) |
160 | 2024-01-24T18:27:37.058Z | Done (8.110s) |
161 | 2024-01-24T18:27:37.379Z | Done (0.220s) |
162 | 2024-01-24T18:27:37.384Z | Done (0.000s) |
163 | 2024-01-24T18:27:37.608Z | Done (0.000s) |
164 | 2024-01-24T18:27:38.321Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-01-24T18:27:38.597Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-01-24T18:27:38.600Z | Planning: Consolidating action changes ... Done |
167 | 2024-01-24T18:27:39.030Z | Planning: Evaluating mediators ... Done |
168 | 2024-01-24T18:27:39.035Z | Planning: Planning completed in 0.71 seconds |
169 | 2024-01-24T18:27:39.085Z | Mediators to change: 2 |
170 | 2024-01-24T18:27:39.099Z | Create boot environment: No |
171 | 2024-01-24T18:27:39.099Z | Create backup boot environment: No |
172 | 2024-01-24T18:27:39.188Z | Done |
173 | 2024-01-24T18:27:39.188Z | Done |
174 | 2024-01-24T18:27:39.390Z | Done |
175 | 2024-01-24T18:27:44.978Z | Done |
176 | 2024-01-24T18:27:45.200Z | Done |
177 | 2024-01-24T18:27:45.224Z | Done |
178 | 2024-01-24T18:27:45.224Z | Done |
179 | 2024-01-24T18:27:46.209Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-01-24T18:27:46.216Z | Planning: Merging actions ... Done |
181 | 2024-01-24T18:27:46.533Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-01-24T18:27:46.538Z | Planning: Consolidating action changes ... Done |
183 | 2024-01-24T18:27:46.953Z | Planning: Evaluating mediators ... Done |
184 | 2024-01-24T18:27:47.049Z | Planning: Planning completed in 1.28 seconds |
185 | 2024-01-24T18:27:47.101Z | Packages to change: 1 |
186 | 2024-01-24T18:27:47.104Z | Mediators to change: 1 |
187 | 2024-01-24T18:27:47.104Z | Services to change: 1 |
188 | 2024-01-24T18:27:47.104Z | Create boot environment: No |
189 | 2024-01-24T18:27:47.104Z | Create backup boot environment: Yes |
190 | 2024-01-24T18:27:49.066Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-01-24T18:27:49.085Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-01-24T18:27:49.085Z | Done |
193 | 2024-01-24T18:27:49.102Z | Done |
194 | 2024-01-24T18:27:49.142Z | Done |
195 | 2024-01-24T18:27:55.015Z | Done |
196 | 2024-01-24T18:27:55.322Z | Done |
197 | 2024-01-24T18:27:55.322Z | Done |
198 | 2024-01-24T18:27:55.322Z | Done |
199 | 2024-01-24T18:27:56.054Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-01-24T18:27:56.054Z | clang system 15 system |
201 | 2024-01-24T18:27:56.054Z | csh system system illumos |
202 | 2024-01-24T18:27:56.054Z | ctags system system illumos |
203 | 2024-01-24T18:27:56.054Z | gcc vendor 12 vendor |
204 | 2024-01-24T18:27:56.054Z | gcc system 10 system |
205 | 2024-01-24T18:27:56.054Z | gcc system 7 system |
206 | 2024-01-24T18:27:56.218Z | go system 1.20 system |
207 | 2024-01-24T18:27:56.218Z | go system 1.19 system |
208 | 2024-01-24T18:27:56.218Z | llvm system 15 system |
209 | 2024-01-24T18:27:56.218Z | llvm system 14 system |
210 | 2024-01-24T18:27:56.218Z | mariadb system 10.6 system |
211 | 2024-01-24T18:27:56.218Z | mta vendor vendor dma |
212 | 2024-01-24T18:27:56.218Z | openjdk system 17 system |
213 | 2024-01-24T18:27:56.219Z | openjdk system 11 system |
214 | 2024-01-24T18:27:56.219Z | openjdk system 1.8 system |
215 | 2024-01-24T18:27:56.219Z | openssl vendor 3 vendor |
216 | 2024-01-24T18:27:56.219Z | perl system 5.36 system |
217 | 2024-01-24T18:27:56.219Z | postgresql system 15 system |
218 | 2024-01-24T18:27:56.244Z | postgresql system 13 system |
219 | 2024-01-24T18:27:56.244Z | python vendor 3 vendor |
220 | 2024-01-24T18:27:56.244Z | python system 2 system |
221 | 2024-01-24T18:27:56.244Z | python3 system 3.11 system |
222 | 2024-01-24T18:27:56.244Z | ruby system 3.0 system |
223 | 2024-01-24T18:27:56.244Z | words vendor vendor american-english |
224 | 2024-01-24T18:27:56.244Z | words system system australian-english |
225 | 2024-01-24T18:27:56.244Z | words system system british-english |
226 | 2024-01-24T18:27:56.244Z | words system system canadian-english |
227 | 2024-01-24T18:27:56.244Z | words system system french |
228 | 2024-01-24T18:27:56.244Z | words system system italian |
229 | 2024-01-24T18:27:56.245Z | words system system ngerman |
230 | 2024-01-24T18:27:56.245Z | words system system ogerman |
231 | 2024-01-24T18:27:56.245Z | words system system spanish |
232 | 2024-01-24T18:27:56.642Z | FMRI IFO |
233 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-01-24T18:27:56.643Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-01-24T18:27:56.794Z | + set -o errexit |
242 | 2024-01-24T18:27:56.795Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-01-24T18:27:56.795Z | ++ cd ./tools |
244 | 2024-01-24T18:27:56.795Z | ++ pwd |
245 | 2024-01-24T18:27:56.796Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-01-24T18:27:56.796Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-01-24T18:27:56.796Z | + ARG0=ci_download_cockroachdb |
248 | 2024-01-24T18:27:56.796Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-01-24T18:27:56.796Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-01-24T18:27:56.797Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-01-24T18:27:56.797Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2024-01-24T18:27:56.797Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2024-01-24T18:27:56.798Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2024-01-24T18:27:56.798Z | + TARGET_DIR=out |
255 | 2024-01-24T18:27:56.799Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-01-24T18:27:56.799Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-01-24T18:27:56.799Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-01-24T18:27:56.800Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-01-24T18:27:56.800Z | + main |
260 | 2024-01-24T18:27:56.800Z | + [[ 0 != 0 ]] |
261 | 2024-01-24T18:27:56.800Z | + CIDL_OS=solaris2.11 |
262 | 2024-01-24T18:27:56.800Z | + [[ 0 != 0 ]] |
263 | 2024-01-24T18:27:56.800Z | + configure_os solaris2.11 |
264 | 2024-01-24T18:27:56.801Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-01-24T18:27:56.802Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-01-24T18:27:56.802Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-01-24T18:27:56.802Z | + case "$1" in |
268 | 2024-01-24T18:27:56.803Z | configuring based on OS: "solaris2.11" |
269 | 2024-01-24T18:27:56.803Z | + CIDL_BUILD=illumos |
270 | 2024-01-24T18:27:56.803Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-01-24T18:27:56.803Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2024-01-24T18:27:56.803Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2024-01-24T18:27:56.803Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-01-24T18:27:56.803Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-01-24T18:27:56.803Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-01-24T18:27:56.803Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-24T18:27:56.803Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-24T18:27:56.803Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-01-24T18:27:56.803Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-24T18:27:56.803Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-24T18:27:56.803Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-24T18:27:56.803Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-01-24T18:27:56.803Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-01-24T18:27:56.804Z | + mkdir -p out/downloads |
285 | 2024-01-24T18:27:56.804Z | + mkdir -p ./out/cockroachdb |
286 | 2024-01-24T18:27:56.804Z | + local DO_DOWNLOAD=true |
287 | 2024-01-24T18:27:56.804Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-01-24T18:27:56.804Z | + '[' true == true ']' |
289 | 2024-01-24T18:27:56.804Z | + echo Downloading... |
290 | 2024-01-24T18:27:56.804Z | Downloading... |
291 | 2024-01-24T18:27:56.805Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-24T18:27:56.805Z | + 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 |
293 | 2024-01-24T18:27:59.428Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-24T18:27:59.566Z | ++ md5sum |
295 | 2024-01-24T18:27:59.566Z | ++ awk '{print $1}' |
296 | 2024-01-24T18:27:59.595Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2024-01-24T18:27:59.595Z | + [[ 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 ]] |
298 | 2024-01-24T18:27:59.595Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-24T18:27:59.595Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-01-24T18:28:20.126Z | + do_assemble_illumos |
301 | 2024-01-24T18:28:20.126Z | + rm -r ./out/cockroachdb |
302 | 2024-01-24T18:28:20.381Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-01-24T18:28:20.381Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-01-24T18:28:20.381Z | Build Tag: v22.1.9-dirty |
305 | 2024-01-24T18:28:20.381Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-01-24T18:28:20.381Z | Distribution: OSS |
307 | 2024-01-24T18:28:20.381Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-01-24T18:28:20.381Z | Go Version: go1.17.13 |
309 | 2024-01-24T18:28:20.381Z | C Compiler: gcc 10.3.0 |
310 | 2024-01-24T18:28:20.381Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-01-24T18:28:20.381Z | Build Type: release |
312 | 2024-01-24T18:28:20.382Z | + set -o errexit |
313 | 2024-01-24T18:28:20.382Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-01-24T18:28:20.382Z | ++ cd ./tools |
315 | 2024-01-24T18:28:20.382Z | ++ pwd |
316 | 2024-01-24T18:28:20.383Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-01-24T18:28:20.383Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-01-24T18:28:20.383Z | + ARG0=ci_download_clickhouse |
319 | 2024-01-24T18:28:20.383Z | + TARGET_DIR=out |
320 | 2024-01-24T18:28:20.384Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-01-24T18:28:20.384Z | + DEST_DIR=./out/clickhouse |
322 | 2024-01-24T18:28:20.384Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-01-24T18:28:20.384Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-01-24T18:28:20.384Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-01-24T18:28:20.384Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-01-24T18:28:20.384Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-01-24T18:28:20.384Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-01-24T18:28:20.384Z | + main |
329 | 2024-01-24T18:28:20.384Z | + [[ 0 != 0 ]] |
330 | 2024-01-24T18:28:20.384Z | + CIDL_OS=solaris2.11 |
331 | 2024-01-24T18:28:20.384Z | + [[ 0 != 0 ]] |
332 | 2024-01-24T18:28:20.384Z | + configure_os solaris2.11 |
333 | 2024-01-24T18:28:20.384Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-01-24T18:28:20.384Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-01-24T18:28:20.384Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-01-24T18:28:20.385Z | + CIDL_DASHREV= |
337 | 2024-01-24T18:28:20.385Z | + case "$1" in |
338 | 2024-01-24T18:28:20.385Z | configuring based on OS: "solaris2.11" |
339 | 2024-01-24T18:28:20.385Z | + CIDL_PLATFORM=illumos |
340 | 2024-01-24T18:28:20.385Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-01-24T18:28:20.385Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-01-24T18:28:20.385Z | + CIDL_DASHREV=-1 |
343 | 2024-01-24T18:28:20.385Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-01-24T18:28:20.391Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-24T18:28:20.391Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-01-24T18:28:20.391Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-24T18:28:20.391Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-01-24T18:28:20.391Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-01-24T18:28:20.391Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-01-24T18:28:20.391Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-01-24T18:28:20.391Z | + mkdir -p out/downloads |
352 | 2024-01-24T18:28:20.391Z | + mkdir -p ./out/clickhouse |
353 | 2024-01-24T18:28:20.391Z | + local DO_DOWNLOAD=true |
354 | 2024-01-24T18:28:20.391Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-01-24T18:28:20.391Z | + '[' true == true ']' |
356 | 2024-01-24T18:28:20.391Z | + echo Downloading... |
357 | 2024-01-24T18:28:20.391Z | Downloading... |
358 | 2024-01-24T18:28:20.391Z | + 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 |
359 | 2024-01-24T18:28:20.391Z | + 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 |
360 | 2024-01-24T18:28:20.603Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-01-24T18:28:20.603Z | ++ md5sum |
362 | 2024-01-24T18:28:20.604Z | ++ awk '{print $1}' |
363 | 2024-01-24T18:28:20.604Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-01-24T18:28:20.604Z | + [[ 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 ]] |
365 | 2024-01-24T18:28:20.604Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-01-24T18:28:20.604Z | + mkdir -p ./out/clickhouse |
367 | 2024-01-24T18:28:20.604Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-01-24T18:28:20.604Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-01-24T18:28:20.604Z | ClickHouse server version 22.8.9.1. |
370 | 2024-01-24T18:28:20.604Z | + set -o errexit |
371 | 2024-01-24T18:28:20.604Z | +++ dirname ./tools/ci_download_console |
372 | 2024-01-24T18:28:20.604Z | ++ cd ./tools |
373 | 2024-01-24T18:28:20.604Z | ++ pwd |
374 | 2024-01-24T18:28:20.604Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-01-24T18:28:20.604Z | ++ basename ./tools/ci_download_console |
376 | 2024-01-24T18:28:20.604Z | + ARG0=ci_download_console |
377 | 2024-01-24T18:28:20.604Z | + TARGET_DIR=out |
378 | 2024-01-24T18:28:20.605Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-01-24T18:28:20.605Z | + DEST_DIR=./out/console-assets |
380 | 2024-01-24T18:28:20.605Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-01-24T18:28:20.605Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
382 | 2024-01-24T18:28:20.605Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
383 | 2024-01-24T18:28:20.608Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
384 | 2024-01-24T18:28:20.608Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-01-24T18:28:20.608Z | + main |
386 | 2024-01-24T18:28:20.608Z | + [[ 0 != 0 ]] |
387 | 2024-01-24T18:28:20.608Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
388 | 2024-01-24T18:28:20.609Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
389 | 2024-01-24T18:28:20.609Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-01-24T18:28:20.609Z | Local file: out/downloads/console.tar.gz |
391 | 2024-01-24T18:28:20.609Z | + local DO_DOWNLOAD=true |
392 | 2024-01-24T18:28:20.609Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-01-24T18:28:20.609Z | + mkdir -p out/downloads |
394 | 2024-01-24T18:28:20.609Z | + '[' true == true ']' |
395 | 2024-01-24T18:28:20.609Z | + echo Downloading... |
396 | 2024-01-24T18:28:20.609Z | Downloading... |
397 | 2024-01-24T18:28:20.609Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
398 | 2024-01-24T18:28:20.609Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
399 | 2024-01-24T18:28:20.611Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-01-24T18:28:20.611Z | ++ case "$OSTYPE" in |
401 | 2024-01-24T18:28:20.611Z | ++ SHA=sha256sum |
402 | 2024-01-24T18:28:20.611Z | ++ sha256sum |
403 | 2024-01-24T18:28:20.612Z | ++ awk '{print $1}' |
404 | 2024-01-24T18:28:20.612Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
405 | 2024-01-24T18:28:20.612Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
406 | 2024-01-24T18:28:20.612Z | + rm -rf ./out/console-assets |
407 | 2024-01-24T18:28:20.612Z | + mkdir -p ./out/console-assets |
408 | 2024-01-24T18:28:20.612Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-01-24T18:28:20.612Z | + mkdir -p ./out/console-assets |
410 | 2024-01-24T18:28:20.612Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-01-24T18:28:20.612Z | + set -o errexit |
412 | 2024-01-24T18:28:20.612Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-01-24T18:28:20.612Z | ++ cd ./tools |
414 | 2024-01-24T18:28:20.613Z | ++ pwd |
415 | 2024-01-24T18:28:20.613Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-01-24T18:28:20.613Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-01-24T18:28:20.613Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-01-24T18:28:20.613Z | + TARGET_DIR=out |
419 | 2024-01-24T18:28:20.613Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-01-24T18:28:20.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-01-24T18:28:20.613Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
422 | 2024-01-24T18:28:20.613Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
423 | 2024-01-24T18:28:20.613Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
424 | 2024-01-24T18:28:20.613Z | + LOCAL_FILE=out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
425 | 2024-01-24T18:28:20.613Z | + main |
426 | 2024-01-24T18:28:20.613Z | + [[ 0 != 0 ]] |
427 | 2024-01-24T18:28:20.613Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json' |
428 | 2024-01-24T18:28:20.613Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
429 | 2024-01-24T18:28:20.613Z | Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
430 | 2024-01-24T18:28:20.613Z | + echo 'Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
431 | 2024-01-24T18:28:20.614Z | + local DO_DOWNLOAD=true |
432 | 2024-01-24T18:28:20.614Z | + [[ -f out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
433 | 2024-01-24T18:28:20.614Z | + mkdir -p out/downloads |
434 | 2024-01-24T18:28:20.615Z | + '[' true == true ']' |
435 | 2024-01-24T18:28:20.615Z | + echo Downloading... |
436 | 2024-01-24T18:28:20.615Z | Downloading... |
437 | 2024-01-24T18:28:20.615Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
438 | 2024-01-24T18:28:20.615Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
439 | 2024-01-24T18:28:20.750Z | ++ do_sha256sum out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
440 | 2024-01-24T18:28:20.846Z | ++ case "$OSTYPE" in |
441 | 2024-01-24T18:28:20.846Z | ++ SHA=sha256sum |
442 | 2024-01-24T18:28:20.847Z | ++ sha256sum |
443 | 2024-01-24T18:28:20.847Z | ++ awk '{print $1}' |
444 | 2024-01-24T18:28:20.847Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-01-24T18:28:20.847Z | + [[ 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 ]] |
446 | 2024-01-24T18:28:20.848Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-01-24T18:28:20.848Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
448 | 2024-01-24T18:28:20.848Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
449 | 2024-01-24T18:28:20.848Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
450 | 2024-01-24T18:28:20.848Z | + LOCAL_FILE=out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
451 | 2024-01-24T18:28:20.848Z | + main |
452 | 2024-01-24T18:28:20.848Z | + [[ 0 != 0 ]] |
453 | 2024-01-24T18:28:20.849Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json' |
454 | 2024-01-24T18:28:20.849Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
455 | 2024-01-24T18:28:20.849Z | + echo 'Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
456 | 2024-01-24T18:28:20.849Z | Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
457 | 2024-01-24T18:28:20.849Z | + local DO_DOWNLOAD=true |
458 | 2024-01-24T18:28:20.849Z | + [[ -f out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
459 | 2024-01-24T18:28:20.849Z | + mkdir -p out/downloads |
460 | 2024-01-24T18:28:20.850Z | + '[' true == true ']' |
461 | 2024-01-24T18:28:20.850Z | + echo Downloading... |
462 | 2024-01-24T18:28:20.850Z | Downloading... |
463 | 2024-01-24T18:28:20.850Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
464 | 2024-01-24T18:28:20.850Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
465 | 2024-01-24T18:28:21.049Z | ++ do_sha256sum out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
466 | 2024-01-24T18:28:21.175Z | ++ case "$OSTYPE" in |
467 | 2024-01-24T18:28:21.176Z | ++ SHA=sha256sum |
468 | 2024-01-24T18:28:21.176Z | ++ sha256sum |
469 | 2024-01-24T18:28:21.176Z | ++ awk '{print $1}' |
470 | 2024-01-24T18:28:21.176Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
471 | 2024-01-24T18:28:21.177Z | + [[ 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 ]] |
472 | 2024-01-24T18:28:21.177Z | + set -o errexit |
473 | 2024-01-24T18:28:21.177Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-01-24T18:28:21.177Z | ++ cd ./tools |
475 | 2024-01-24T18:28:21.177Z | ++ pwd |
476 | 2024-01-24T18:28:21.177Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-01-24T18:28:21.177Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-01-24T18:28:21.177Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-01-24T18:28:21.177Z | + TARGET_DIR=out |
480 | 2024-01-24T18:28:21.177Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-01-24T18:28:21.177Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-01-24T18:28:21.178Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
483 | 2024-01-24T18:28:21.178Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
484 | 2024-01-24T18:28:21.178Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
485 | 2024-01-24T18:28:21.178Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
486 | 2024-01-24T18:28:21.178Z | + main |
487 | 2024-01-24T18:28:21.178Z | + [[ 0 != 0 ]] |
488 | 2024-01-24T18:28:21.178Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
489 | 2024-01-24T18:28:21.178Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
490 | 2024-01-24T18:28:21.178Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
491 | 2024-01-24T18:28:21.180Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
492 | 2024-01-24T18:28:21.180Z | + local DO_DOWNLOAD=true |
493 | 2024-01-24T18:28:21.180Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
494 | 2024-01-24T18:28:21.181Z | + mkdir -p out/downloads |
495 | 2024-01-24T18:28:21.181Z | + '[' true == true ']' |
496 | 2024-01-24T18:28:21.181Z | + echo Downloading... |
497 | 2024-01-24T18:28:21.181Z | Downloading... |
498 | 2024-01-24T18:28:21.181Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
499 | 2024-01-24T18:28:21.181Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
500 | 2024-01-24T18:28:21.389Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
501 | 2024-01-24T18:28:21.389Z | ++ case "$OSTYPE" in |
502 | 2024-01-24T18:28:21.423Z | ++ SHA=sha256sum |
503 | 2024-01-24T18:28:21.423Z | ++ sha256sum |
504 | 2024-01-24T18:28:21.423Z | ++ awk '{print $1}' |
505 | 2024-01-24T18:28:21.423Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
506 | 2024-01-24T18:28:21.423Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
507 | 2024-01-24T18:28:21.423Z | + set -o errexit |
508 | 2024-01-24T18:28:21.423Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-01-24T18:28:21.423Z | ++ cd ./tools |
510 | 2024-01-24T18:28:21.424Z | ++ pwd |
511 | 2024-01-24T18:28:21.424Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-01-24T18:28:21.424Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-01-24T18:28:21.436Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-01-24T18:28:21.436Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-01-24T18:28:21.436Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
516 | 2024-01-24T18:28:21.437Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
517 | 2024-01-24T18:28:21.437Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
518 | 2024-01-24T18:28:21.437Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-01-24T18:28:21.437Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
520 | 2024-01-24T18:28:21.437Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2024-01-24T18:28:21.437Z | + TARGET_DIR=out |
522 | 2024-01-24T18:28:21.438Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-01-24T18:28:21.438Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-01-24T18:28:21.438Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-01-24T18:28:21.439Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-01-24T18:28:21.439Z | + REPO=oxidecomputer/dendrite |
527 | 2024-01-24T18:28:21.439Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
528 | 2024-01-24T18:28:21.439Z | + main |
529 | 2024-01-24T18:28:21.439Z | + [[ 0 != 0 ]] |
530 | 2024-01-24T18:28:21.439Z | + CIDL_OS=solaris2.11 |
531 | 2024-01-24T18:28:21.439Z | + [[ 0 != 0 ]] |
532 | 2024-01-24T18:28:21.439Z | + configure_os solaris2.11 |
533 | 2024-01-24T18:28:21.439Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-01-24T18:28:21.439Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-01-24T18:28:21.439Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-01-24T18:28:21.440Z | configuring based on OS: "solaris2.11" |
537 | 2024-01-24T18:28:21.440Z | + case "$1" in |
538 | 2024-01-24T18:28:21.440Z | + SET_BINARIES= |
539 | 2024-01-24T18:28:21.440Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
540 | 2024-01-24T18:28:21.440Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-01-24T18:28:21.440Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-01-24T18:28:21.440Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
543 | 2024-01-24T18:28:21.440Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2024-01-24T18:28:21.440Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
545 | 2024-01-24T18:28:21.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
546 | 2024-01-24T18:28:21.451Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-01-24T18:28:21.451Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-01-24T18:28:21.451Z | + mkdir -p out/downloads |
549 | 2024-01-24T18:28:21.451Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-01-24T18:28:21.452Z | + fetch_and_verify |
551 | 2024-01-24T18:28:21.452Z | + local DO_DOWNLOAD=true |
552 | 2024-01-24T18:28:21.452Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-01-24T18:28:21.452Z | + '[' true == true ']' |
554 | 2024-01-24T18:28:21.452Z | + echo Downloading... |
555 | 2024-01-24T18:28:21.452Z | Downloading... |
556 | 2024-01-24T18:28:21.453Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-01-24T18:28:21.453Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
558 | 2024-01-24T18:28:30.084Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-01-24T18:28:30.087Z | ++ sha256sum |
560 | 2024-01-24T18:28:30.087Z | ++ awk '{print $1}' |
561 | 2024-01-24T18:28:30.191Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
562 | 2024-01-24T18:28:30.191Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
563 | 2024-01-24T18:28:30.197Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-24T18:28:30.198Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-01-24T18:28:31.289Z | + do_assemble |
566 | 2024-01-24T18:28:31.290Z | + rm -r ./out/dendrite-stub |
567 | 2024-01-24T18:28:31.293Z | + mkdir ./out/dendrite-stub |
568 | 2024-01-24T18:28:31.296Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-01-24T18:28:31.457Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-01-24T18:28:31.469Z | + set -o errexit |
571 | 2024-01-24T18:28:31.481Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-01-24T18:28:31.481Z | ++ cd ./tools |
573 | 2024-01-24T18:28:31.481Z | ++ pwd |
574 | 2024-01-24T18:28:31.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-01-24T18:28:31.481Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-01-24T18:28:31.490Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-01-24T18:28:31.490Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-01-24T18:28:31.490Z | ++ CIDL_SHA256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
579 | 2024-01-24T18:28:31.491Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
580 | 2024-01-24T18:28:31.491Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-01-24T18:28:31.491Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
582 | 2024-01-24T18:28:31.491Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
583 | 2024-01-24T18:28:31.491Z | + TARGET_DIR=out |
584 | 2024-01-24T18:28:31.491Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-01-24T18:28:31.491Z | + DEST_DIR=./out/mgd |
586 | 2024-01-24T18:28:31.491Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-01-24T18:28:31.491Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-01-24T18:28:31.491Z | + REPO=oxidecomputer/maghemite |
589 | 2024-01-24T18:28:31.491Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
590 | 2024-01-24T18:28:31.491Z | + main |
591 | 2024-01-24T18:28:31.493Z | + [[ 0 != 0 ]] |
592 | 2024-01-24T18:28:31.494Z | + CIDL_OS=solaris2.11 |
593 | 2024-01-24T18:28:31.494Z | + [[ 0 != 0 ]] |
594 | 2024-01-24T18:28:31.494Z | + configure_os solaris2.11 |
595 | 2024-01-24T18:28:31.494Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-01-24T18:28:31.494Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-01-24T18:28:31.494Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2024-01-24T18:28:31.494Z | + case "$1" in |
599 | 2024-01-24T18:28:31.494Z | configuring based on OS: "solaris2.11" |
600 | 2024-01-24T18:28:31.495Z | + SET_BINARIES= |
601 | 2024-01-24T18:28:31.495Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-01-24T18:28:31.495Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2024-01-24T18:28:31.495Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
604 | 2024-01-24T18:28:31.496Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-01-24T18:28:31.496Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz' |
606 | 2024-01-24T18:28:31.496Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
607 | 2024-01-24T18:28:31.496Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-01-24T18:28:31.496Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-01-24T18:28:31.497Z | + mkdir -p out/downloads |
610 | 2024-01-24T18:28:31.497Z | + mkdir -p ./out/mgd |
611 | 2024-01-24T18:28:31.497Z | + fetch_and_verify |
612 | 2024-01-24T18:28:31.497Z | + local DO_DOWNLOAD=true |
613 | 2024-01-24T18:28:31.497Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-01-24T18:28:31.497Z | + '[' true == true ']' |
615 | 2024-01-24T18:28:31.497Z | + echo Downloading... |
616 | 2024-01-24T18:28:31.497Z | Downloading... |
617 | 2024-01-24T18:28:31.497Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-01-24T18:28:31.497Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
619 | 2024-01-24T18:28:38.266Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-01-24T18:28:38.276Z | ++ sha256sum |
621 | 2024-01-24T18:28:38.276Z | ++ awk '{print $1}' |
622 | 2024-01-24T18:28:38.339Z | + calculated_sha256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
623 | 2024-01-24T18:28:38.339Z | + [[ ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b != \a\b\8\8\2\f\b\e\a\b\5\4\9\8\7\6\4\5\4\9\2\8\7\2\e\6\7\f\3\3\5\1\f\8\d\1\4\6\2\9\a\0\4\1\4\6\5\c\c\8\4\5\a\c\8\5\8\3\a\7\0\0\2\b ]] |
624 | 2024-01-24T18:28:38.342Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-01-24T18:28:38.343Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-01-24T18:28:39.012Z | + do_assemble |
627 | 2024-01-24T18:28:39.012Z | + rm -r ./out/mgd |
628 | 2024-01-24T18:28:39.017Z | + mkdir ./out/mgd |
629 | 2024-01-24T18:28:39.020Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-01-24T18:28:39.651Z | + set -o errexit |
631 | 2024-01-24T18:28:39.656Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-01-24T18:28:39.656Z | ++ cd ./tools |
633 | 2024-01-24T18:28:39.657Z | ++ pwd |
634 | 2024-01-24T18:28:39.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-01-24T18:28:39.657Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-01-24T18:28:39.657Z | + ARG0=ci_download_transceiver_control |
637 | 2024-01-24T18:28:39.657Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-01-24T18:28:39.658Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-01-24T18:28:39.658Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-01-24T18:28:39.658Z | + TARGET_DIR=out |
641 | 2024-01-24T18:28:39.659Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-01-24T18:28:39.659Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-01-24T18:28:39.659Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-01-24T18:28:39.659Z | + BINARY=xcvradm |
645 | 2024-01-24T18:28:39.660Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-01-24T18:28:39.660Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-01-24T18:28:39.660Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-01-24T18:28:39.660Z | + main |
649 | 2024-01-24T18:28:39.660Z | + [[ 0 != 0 ]] |
650 | 2024-01-24T18:28:39.660Z | + CIDL_OS=solaris2.11 |
651 | 2024-01-24T18:28:39.661Z | + [[ 0 != 0 ]] |
652 | 2024-01-24T18:28:39.661Z | + configure_os solaris2.11 |
653 | 2024-01-24T18:28:39.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-01-24T18:28:39.661Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-01-24T18:28:39.661Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-01-24T18:28:39.662Z | + case "$1" in |
657 | 2024-01-24T18:28:39.662Z | configuring based on OS: "solaris2.11" |
658 | 2024-01-24T18:28:39.662Z | + SET_BINARIES= |
659 | 2024-01-24T18:28:39.662Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-01-24T18:28:39.662Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-01-24T18:28:39.662Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-01-24T18:28:39.662Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-01-24T18:28:39.663Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-01-24T18:28:39.663Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2024-01-24T18:28:39.663Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-01-24T18:28:39.663Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-01-24T18:28:39.663Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-01-24T18:28:39.663Z | + mkdir -p out/downloads |
669 | 2024-01-24T18:28:39.663Z | + mkdir -p ./out/transceiver-control |
670 | 2024-01-24T18:28:39.664Z | + fetch_and_verify |
671 | 2024-01-24T18:28:39.664Z | + local DO_DOWNLOAD=true |
672 | 2024-01-24T18:28:39.664Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-01-24T18:28:39.665Z | + '[' true == true ']' |
674 | 2024-01-24T18:28:39.665Z | + echo Downloading... |
675 | 2024-01-24T18:28:39.665Z | Downloading... |
676 | 2024-01-24T18:28:39.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-01-24T18:28:39.665Z | + 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 |
678 | 2024-01-24T18:28:44.179Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-01-24T18:28:44.182Z | ++ sha256sum |
680 | 2024-01-24T18:28:44.182Z | ++ awk '{print $1}' |
681 | 2024-01-24T18:28:44.206Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-01-24T18:28:44.206Z | + [[ 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 ]] |
683 | 2024-01-24T18:28:44.209Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-01-24T18:28:44.209Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-01-24T18:28:44.209Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-01-24T18:28:44.380Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-01-24T18:28:44.392Z | + do_assemble |
688 | 2024-01-24T18:28:44.392Z | + rm -r ./out/transceiver-control |
689 | 2024-01-24T18:28:44.392Z | + mkdir ./out/transceiver-control |
690 | 2024-01-24T18:28:44.392Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-01-24T18:28:44.606Z | All prerequisites installed successfully |
692 | 2024-01-24T18:28:44.611Z | |
693 | 2024-01-24T18:28:44.611Z | real 2:19.704001501 |
694 | 2024-01-24T18:28:44.611Z | user 52.105140129 |
695 | 2024-01-24T18:28:44.611Z | sys 9.975955729 |
696 | 2024-01-24T18:28:44.611Z | trap 0.020138195 |
697 | 2024-01-24T18:28:44.611Z | tflt 0.307004127 |
698 | 2024-01-24T18:28:44.611Z | dflt 0.580826524 |
699 | 2024-01-24T18:28:44.611Z | kflt 0.257260738 |
700 | 2024-01-24T18:28:44.611Z | lock 2.829772529 |
701 | 2024-01-24T18:28:44.612Z | slp 4:34.192016493 |
702 | 2024-01-24T18:28:44.612Z | lat 3.361340942 |
703 | 2024-01-24T18:28:44.613Z | stop 0.070458381 |
704 | 2024-01-24T18:28:44.613Z | + ptime -m ./tools/ci_download_softnpu_machinery |
705 | 2024-01-24T18:28:44.620Z | fetching npuzone |
706 | 2024-01-24T18:28:44.628Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
707 | 2024-01-24T18:28:44.628Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
708 | 2024-01-24T18:28:44.632Z | Getting hash for npuzone |
709 | 2024-01-24T18:28:44.768Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
710 | 2024-01-24T18:28:55.931Z | npuzone downloaded successfully |
711 | 2024-01-24T18:28:55.940Z | |
712 | 2024-01-24T18:28:55.940Z | real 11.322639434 |
713 | 2024-01-24T18:28:55.940Z | user 0.574316136 |
714 | 2024-01-24T18:28:55.940Z | sys 0.163543165 |
715 | 2024-01-24T18:28:55.940Z | trap 0.000113705 |
716 | 2024-01-24T18:28:55.940Z | tflt 0.000000000 |
717 | 2024-01-24T18:28:55.940Z | dflt 0.000000000 |
718 | 2024-01-24T18:28:55.940Z | kflt 0.000000000 |
719 | 2024-01-24T18:28:55.940Z | lock 0.000000000 |
720 | 2024-01-24T18:28:55.940Z | slp 33.046309310 |
721 | 2024-01-24T18:28:55.941Z | lat 0.149006969 |
722 | 2024-01-24T18:28:55.941Z | stop 0.000262856 |
723 | 2024-01-24T18:28:55.941Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-01-24T18:28:55.941Z | + CARGO_INCREMENTAL=0 |
725 | 2024-01-24T18:28:55.941Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
726 | 2024-01-24T18:28:56.278Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-01-24T18:28:56.672Z | Updating crates.io index |
728 | 2024-01-24T18:28:56.843Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-01-24T18:28:57.850Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-01-24T18:29:00.157Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-01-24T18:29:00.901Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-01-24T18:29:01.217Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-01-24T18:29:01.540Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-01-24T18:29:01.839Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-01-24T18:29:04.693Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-01-24T18:29:07.641Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-01-24T18:29:09.029Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-01-24T18:29:09.521Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-01-24T18:29:10.170Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-01-24T18:29:10.814Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-01-24T18:29:11.150Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-01-24T18:29:11.534Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-01-24T18:29:12.177Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-01-24T18:29:12.529Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2024-01-24T18:29:13.137Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-01-24T18:29:13.496Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-01-24T18:29:15.011Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-01-24T18:29:15.458Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-01-24T18:29:15.900Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-01-24T18:29:17.450Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-01-24T18:29:18.079Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-01-24T18:29:19.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-01-24T18:29:20.532Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-01-24T18:29:20.817Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-01-24T18:29:22.712Z | Downloading crates ... |
756 | 2024-01-24T18:29:22.948Z | Downloaded ident_case v1.0.1 |
757 | 2024-01-24T18:29:22.961Z | Downloaded io-lifetimes v1.0.11 |
758 | 2024-01-24T18:29:22.974Z | Downloaded iana-time-zone v0.1.57 |
759 | 2024-01-24T18:29:22.974Z | Downloaded humantime v2.1.0 |
760 | 2024-01-24T18:29:22.977Z | Downloaded keccak v0.1.4 |
761 | 2024-01-24T18:29:22.977Z | Downloaded indoc v2.0.3 |
762 | 2024-01-24T18:29:22.980Z | Downloaded openssl-macros v0.1.1 |
763 | 2024-01-24T18:29:22.984Z | Downloaded ipnetwork v0.20.0 |
764 | 2024-01-24T18:29:22.990Z | Downloaded oso v0.27.0 |
765 | 2024-01-24T18:29:23.009Z | Downloaded convert_case v0.4.0 |
766 | 2024-01-24T18:29:23.015Z | Downloaded num_cpus v1.16.0 |
767 | 2024-01-24T18:29:23.025Z | Downloaded num v0.4.1 |
768 | 2024-01-24T18:29:23.031Z | Downloaded oso-derive v0.27.0 |
769 | 2024-01-24T18:29:23.035Z | Downloaded num-complex v0.4.4 |
770 | 2024-01-24T18:29:23.042Z | Downloaded openssl-probe v0.1.5 |
771 | 2024-01-24T18:29:23.046Z | Downloaded colored v2.0.4 |
772 | 2024-01-24T18:29:23.052Z | Downloaded num_threads v0.1.6 |
773 | 2024-01-24T18:29:23.055Z | Downloaded num_enum v0.5.11 |
774 | 2024-01-24T18:29:23.066Z | Downloaded nodrop v0.1.14 |
775 | 2024-01-24T18:29:23.070Z | Downloaded nu-ansi-term v0.49.0 |
776 | 2024-01-24T18:29:23.076Z | Downloaded num-integer v0.1.45 |
777 | 2024-01-24T18:29:23.080Z | Downloaded native-tls v0.2.11 |
778 | 2024-01-24T18:29:23.085Z | Downloaded num_enum_derive v0.5.11 |
779 | 2024-01-24T18:29:23.090Z | Downloaded display-error-chain v0.2.0 |
780 | 2024-01-24T18:29:23.093Z | Downloaded semver v0.11.0 |
781 | 2024-01-24T18:29:23.099Z | Downloaded olpc-cjson v0.1.3 |
782 | 2024-01-24T18:29:23.102Z | Downloaded termcolor v1.2.0 |
783 | 2024-01-24T18:29:23.108Z | Downloaded termtree v0.4.1 |
784 | 2024-01-24T18:29:23.111Z | Downloaded slog-dtrace v0.2.3 |
785 | 2024-01-24T18:29:23.114Z | Downloaded subtle v2.5.0 |
786 | 2024-01-24T18:29:23.117Z | Downloaded const-oid v0.9.5 |
787 | 2024-01-24T18:29:23.124Z | Downloaded signal-hook-tokio v0.3.1 |
788 | 2024-01-24T18:29:23.127Z | Downloaded mime_guess v2.0.4 |
789 | 2024-01-24T18:29:23.132Z | Downloaded phf_shared v0.10.0 |
790 | 2024-01-24T18:29:23.135Z | Downloaded supports-color v2.1.0 |
791 | 2024-01-24T18:29:23.138Z | Downloaded multer v3.0.0 |
792 | 2024-01-24T18:29:23.143Z | Downloaded dyn-clone v1.0.13 |
793 | 2024-01-24T18:29:23.146Z | Downloaded parse-display v0.8.2 |
794 | 2024-01-24T18:29:23.149Z | Downloaded equivalent v1.0.1 |
795 | 2024-01-24T18:29:23.152Z | Downloaded version_check v0.9.4 |
796 | 2024-01-24T18:29:23.155Z | Downloaded signal-hook-mio v0.2.3 |
797 | 2024-01-24T18:29:23.155Z | Downloaded log v0.4.20 |
798 | 2024-01-24T18:29:23.160Z | Downloaded rustversion v1.0.14 |
799 | 2024-01-24T18:29:23.165Z | Downloaded indexmap v2.1.0 |
800 | 2024-01-24T18:29:23.173Z | Downloaded thiserror-impl v1.0.49 |
801 | 2024-01-24T18:29:23.176Z | Downloaded derive_builder v0.12.0 |
802 | 2024-01-24T18:29:23.186Z | Downloaded phf v0.11.2 |
803 | 2024-01-24T18:29:23.190Z | Downloaded derive_builder_core v0.12.0 |
804 | 2024-01-24T18:29:23.197Z | Downloaded arc-swap v1.6.0 |
805 | 2024-01-24T18:29:23.212Z | Downloaded termios v0.3.3 |
806 | 2024-01-24T18:29:23.223Z | Downloaded vec_map v0.8.2 |
807 | 2024-01-24T18:29:23.223Z | Downloaded thread-id v4.2.0 |
808 | 2024-01-24T18:29:23.223Z | Downloaded memchr v2.6.3 |
809 | 2024-01-24T18:29:23.228Z | Downloaded tower-service v0.3.2 |
810 | 2024-01-24T18:29:23.229Z | Downloaded strum_macros v0.24.3 |
811 | 2024-01-24T18:29:23.229Z | Downloaded parking_lot_core v0.8.6 |
812 | 2024-01-24T18:29:23.234Z | Downloaded try-lock v0.2.4 |
813 | 2024-01-24T18:29:23.237Z | Downloaded whoami v1.4.1 |
814 | 2024-01-24T18:29:23.237Z | Downloaded which v4.4.0 |
815 | 2024-01-24T18:29:23.240Z | Downloaded smallvec v0.6.14 |
816 | 2024-01-24T18:29:23.243Z | Downloaded tabled_derive v0.6.0 |
817 | 2024-01-24T18:29:23.246Z | Downloaded derive-where v1.2.7 |
818 | 2024-01-24T18:29:23.253Z | Downloaded thiserror-no-std v2.0.2 |
819 | 2024-01-24T18:29:23.293Z | Downloaded zone v0.3.0 |
820 | 2024-01-24T18:29:23.298Z | Downloaded topological-sort v0.2.2 |
821 | 2024-01-24T18:29:23.298Z | Downloaded crc-any v2.4.3 |
822 | 2024-01-24T18:29:23.299Z | Downloaded static_assertions v1.1.0 |
823 | 2024-01-24T18:29:23.299Z | Downloaded tinyvec_macros v0.1.1 |
824 | 2024-01-24T18:29:23.299Z | Downloaded poly1305 v0.8.0 |
825 | 2024-01-24T18:29:23.299Z | Downloaded rpassword v7.3.1 |
826 | 2024-01-24T18:29:23.299Z | Downloaded tokio-macros v2.2.0 |
827 | 2024-01-24T18:29:23.299Z | Downloaded tui-tree-widget v0.13.0 |
828 | 2024-01-24T18:29:23.299Z | Downloaded slog-term v2.9.0 |
829 | 2024-01-24T18:29:23.299Z | Downloaded toml_datetime v0.6.5 |
830 | 2024-01-24T18:29:23.299Z | Downloaded env_logger v0.10.0 |
831 | 2024-01-24T18:29:23.303Z | Downloaded unarray v0.1.4 |
832 | 2024-01-24T18:29:23.306Z | Downloaded want v0.3.1 |
833 | 2024-01-24T18:29:23.312Z | Downloaded sqlparser_derive v0.2.2 |
834 | 2024-01-24T18:29:23.315Z | Downloaded postcard v1.0.8 |
835 | 2024-01-24T18:29:23.318Z | Downloaded dtrace-parser v0.1.14 |
836 | 2024-01-24T18:29:23.318Z | Downloaded http-range v0.1.5 |
837 | 2024-01-24T18:29:23.321Z | Downloaded unicode-width v0.1.11 |
838 | 2024-01-24T18:29:23.324Z | Downloaded utf8parse v0.2.1 |
839 | 2024-01-24T18:29:23.327Z | Downloaded pkcs8 v0.10.2 |
840 | 2024-01-24T18:29:23.332Z | Downloaded diesel_table_macro_syntax v0.1.0 |
841 | 2024-01-24T18:29:23.335Z | Downloaded httpdate v1.0.3 |
842 | 2024-01-24T18:29:23.338Z | Downloaded fatfs v0.3.6 |
843 | 2024-01-24T18:29:23.343Z | Downloaded proc-macro-crate v1.3.1 |
844 | 2024-01-24T18:29:23.346Z | Downloaded steno v0.4.0 |
845 | 2024-01-24T18:29:23.354Z | Downloaded phf_shared v0.11.2 |
846 | 2024-01-24T18:29:23.357Z | Downloaded ppv-lite86 v0.2.17 |
847 | 2024-01-24T18:29:23.361Z | Downloaded digest v0.10.7 |
848 | 2024-01-24T18:29:23.365Z | Downloaded untrusted v0.7.1 |
849 | 2024-01-24T18:29:23.369Z | Downloaded spin v0.5.2 |
850 | 2024-01-24T18:29:23.369Z | Downloaded difflib v0.4.0 |
851 | 2024-01-24T18:29:23.371Z | Downloaded http-body v0.4.5 |
852 | 2024-01-24T18:29:23.375Z | Downloaded owo-colors v3.5.0 |
853 | 2024-01-24T18:29:23.380Z | Downloaded rustfmt-wrapper v0.2.0 |
854 | 2024-01-24T18:29:23.384Z | Downloaded rustc_version v0.1.7 |
855 | 2024-01-24T18:29:23.394Z | Downloaded defmt-macros v0.3.6 |
856 | 2024-01-24T18:29:23.409Z | Downloaded hostname v0.3.1 |
857 | 2024-01-24T18:29:23.409Z | Downloaded pretty-hex v0.2.1 |
858 | 2024-01-24T18:29:23.409Z | Downloaded papergrid v0.10.0 |
859 | 2024-01-24T18:29:23.415Z | Downloaded fnv v1.0.7 |
860 | 2024-01-24T18:29:23.415Z | Downloaded foreign-types-shared v0.3.1 |
861 | 2024-01-24T18:29:23.415Z | Downloaded strum v0.25.0 |
862 | 2024-01-24T18:29:23.416Z | Downloaded quote v1.0.35 |
863 | 2024-01-24T18:29:23.422Z | Downloaded time-core v0.1.1 |
864 | 2024-01-24T18:29:23.423Z | Downloaded unicode-bidi v0.3.13 |
865 | 2024-01-24T18:29:23.429Z | Downloaded diff v0.1.13 |
866 | 2024-01-24T18:29:23.434Z | Downloaded rand_chacha v0.3.1 |
867 | 2024-01-24T18:29:23.434Z | Downloaded xattr v1.0.1 |
868 | 2024-01-24T18:29:23.440Z | Downloaded trust-dns-server v0.22.1 |
869 | 2024-01-24T18:29:23.448Z | Downloaded rustc-hash v1.1.0 |
870 | 2024-01-24T18:29:23.458Z | Downloaded headers-core v0.2.0 |
871 | 2024-01-24T18:29:23.458Z | Downloaded postgres-protocol v0.6.6 |
872 | 2024-01-24T18:29:23.458Z | Downloaded wait-timeout v0.2.0 |
873 | 2024-01-24T18:29:23.464Z | Downloaded serde_spanned v0.6.4 |
874 | 2024-01-24T18:29:23.464Z | Downloaded usdt-attr-macro v0.3.5 |
875 | 2024-01-24T18:29:23.464Z | Downloaded home v0.5.5 |
876 | 2024-01-24T18:29:23.482Z | Downloaded libxml v0.3.3 |
877 | 2024-01-24T18:29:23.490Z | Downloaded doc-comment v0.3.3 |
878 | 2024-01-24T18:29:23.490Z | Downloaded usdt-macro v0.3.5 |
879 | 2024-01-24T18:29:23.491Z | Downloaded itertools v0.12.0 |
880 | 2024-01-24T18:29:23.502Z | Downloaded glob v0.3.1 |
881 | 2024-01-24T18:29:23.502Z | Downloaded usdt v0.3.5 |
882 | 2024-01-24T18:29:23.502Z | Downloaded predicates v3.1.0 |
883 | 2024-01-24T18:29:23.502Z | Downloaded pest_generator v2.7.2 |
884 | 2024-01-24T18:29:23.509Z | Downloaded heapless v0.7.16 |
885 | 2024-01-24T18:29:23.514Z | Downloaded proc-macro-error v1.0.4 |
886 | 2024-01-24T18:29:23.514Z | Downloaded foreign-types-shared v0.1.1 |
887 | 2024-01-24T18:29:23.520Z | Downloaded dirs-next v2.0.0 |
888 | 2024-01-24T18:29:23.532Z | Downloaded num-bigint-dig v0.8.4 |
889 | 2024-01-24T18:29:23.550Z | Downloaded fallible-iterator v0.2.0 |
890 | 2024-01-24T18:29:23.550Z | Downloaded funty v2.0.0 |
891 | 2024-01-24T18:29:23.550Z | Downloaded filetime v0.2.23 |
892 | 2024-01-24T18:29:23.550Z | Downloaded scheduled-thread-pool v0.2.7 |
893 | 2024-01-24T18:29:23.553Z | Downloaded globset v0.4.13 |
894 | 2024-01-24T18:29:23.553Z | Downloaded toml_edit v0.19.15 |
895 | 2024-01-24T18:29:23.582Z | Downloaded percent-encoding v2.3.1 |
896 | 2024-01-24T18:29:23.586Z | Downloaded universal-hash v0.5.1 |
897 | 2024-01-24T18:29:23.586Z | Downloaded fs-err v2.11.0 |
898 | 2024-01-24T18:29:23.590Z | Downloaded proc-macro-error-attr v1.0.4 |
899 | 2024-01-24T18:29:23.596Z | Downloaded parking_lot_core v0.9.8 |
900 | 2024-01-24T18:29:23.599Z | Downloaded float-cmp v0.9.0 |
901 | 2024-01-24T18:29:23.603Z | Downloaded postgres-types v0.2.6 |
902 | 2024-01-24T18:29:23.606Z | Downloaded heapless v0.8.0 |
903 | 2024-01-24T18:29:23.613Z | Downloaded trust-dns-client v0.22.0 |
904 | 2024-01-24T18:29:23.626Z | Downloaded smallvec v1.11.2 |
905 | 2024-01-24T18:29:23.630Z | Downloaded sct v0.7.0 |
906 | 2024-01-24T18:29:23.639Z | Downloaded pin-project-lite v0.2.13 |
907 | 2024-01-24T18:29:23.651Z | Downloaded futures v0.3.30 |
908 | 2024-01-24T18:29:23.661Z | Downloaded tinyvec v1.6.0 |
909 | 2024-01-24T18:29:23.669Z | Downloaded elliptic-curve v0.13.8 |
910 | 2024-01-24T18:29:23.676Z | Downloaded salty v0.2.0 |
911 | 2024-01-24T18:29:23.689Z | Downloaded serde v1.0.195 |
912 | 2024-01-24T18:29:23.696Z | Downloaded flume v0.11.0 |
913 | 2024-01-24T18:29:23.708Z | Downloaded http v0.2.11 |
914 | 2024-01-24T18:29:23.715Z | Downloaded unicode-normalization v0.1.22 |
915 | 2024-01-24T18:29:23.722Z | Downloaded reedline v0.28.0 |
916 | 2024-01-24T18:29:23.739Z | Downloaded unicode_categories v0.1.1 |
917 | 2024-01-24T18:29:23.749Z | Downloaded hashbrown v0.13.2 |
918 | 2024-01-24T18:29:23.760Z | Downloaded unsafe-libyaml v0.2.10 |
919 | 2024-01-24T18:29:23.770Z | Downloaded regex-automata v0.1.10 |
920 | 2024-01-24T18:29:23.773Z | Downloaded hashbrown v0.14.2 |
921 | 2024-01-24T18:29:23.781Z | Downloaded pest v2.7.2 |
922 | 2024-01-24T18:29:23.790Z | Downloaded bitvec v1.0.1 |
923 | 2024-01-24T18:29:23.821Z | Downloaded futures-util v0.3.30 |
924 | 2024-01-24T18:29:23.845Z | Downloaded quick-xml v0.23.1 |
925 | 2024-01-24T18:29:23.860Z | Downloaded hkdf v0.12.4 |
926 | 2024-01-24T18:29:23.866Z | Downloaded smoltcp v0.11.0 |
927 | 2024-01-24T18:29:23.890Z | Downloaded h2 v0.3.24 |
928 | 2024-01-24T18:29:23.903Z | Downloaded regex v1.10.2 |
929 | 2024-01-24T18:29:23.929Z | Downloaded diesel v2.1.4 |
930 | 2024-01-24T18:29:23.968Z | Downloaded rayon v1.8.0 |
931 | 2024-01-24T18:29:23.986Z | Downloaded proptest v1.4.0 |
932 | 2024-01-24T18:29:24.003Z | Downloaded ratatui v0.23.0 |
933 | 2024-01-24T18:29:24.025Z | Downloaded bstr v0.2.17 |
934 | 2024-01-24T18:29:24.043Z | Downloaded polar-core v0.27.0 |
935 | 2024-01-24T18:29:24.060Z | Downloaded rustls v0.21.9 |
936 | 2024-01-24T18:29:24.084Z | Downloaded regex-automata v0.3.8 |
937 | 2024-01-24T18:29:24.116Z | Downloaded tokio v1.35.1 |
938 | 2024-01-24T18:29:24.195Z | Downloaded regex-syntax v0.6.29 |
939 | 2024-01-24T18:29:24.222Z | Downloaded sha3 v0.10.8 |
940 | 2024-01-24T18:29:24.240Z | Downloaded rustix v0.38.30 |
941 | 2024-01-24T18:29:24.262Z | Downloaded rustls v0.22.2 |
942 | 2024-01-24T18:29:24.289Z | Downloaded sled v0.34.7 |
943 | 2024-01-24T18:29:24.334Z | Downloaded encoding_rs v0.8.33 |
944 | 2024-01-24T18:29:24.357Z | Downloaded libc v0.2.152 |
945 | 2024-01-24T18:29:24.413Z | Downloaded regex-automata v0.4.3 |
946 | 2024-01-24T18:29:24.448Z | Downloaded zerocopy-derive v0.7.31 |
947 | 2024-01-24T18:29:24.473Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
948 | 2024-01-24T18:29:24.500Z | Downloaded zerocopy-derive v0.6.4 |
949 | 2024-01-24T18:29:24.522Z | Downloaded rustix v0.37.23 |
950 | 2024-01-24T18:29:24.561Z | Downloaded regex-syntax v0.7.5 |
951 | 2024-01-24T18:29:24.579Z | Downloaded regex-syntax v0.8.2 |
952 | 2024-01-24T18:29:24.597Z | Downloaded openapiv3 v2.0.0 |
953 | 2024-01-24T18:29:24.625Z | Downloaded ring v0.17.7 |
954 | 2024-01-24T18:29:24.764Z | Downloaded bstr v1.6.0 |
955 | 2024-01-24T18:29:24.785Z | Downloaded zerocopy-derive v0.2.0 |
956 | 2024-01-24T18:29:24.804Z | Downloaded radix_trie v0.2.1 |
957 | 2024-01-24T18:29:24.818Z | Downloaded regress v0.7.1 |
958 | 2024-01-24T18:29:24.832Z | Downloaded openssl v0.10.60 |
959 | 2024-01-24T18:29:24.854Z | Downloaded object v0.32.1 |
960 | 2024-01-24T18:29:24.867Z | Downloaded trust-dns-proto v0.22.0 |
961 | 2024-01-24T18:29:24.890Z | Downloaded idna v0.5.0 |
962 | 2024-01-24T18:29:24.904Z | Downloaded ring v0.16.20 |
963 | 2024-01-24T18:29:25.068Z | Downloaded sqlparser v0.41.0 |
964 | 2024-01-24T18:29:25.086Z | Downloaded webpki-roots v0.25.2 |
965 | 2024-01-24T18:29:25.090Z | Downloaded gimli v0.28.0 |
966 | 2024-01-24T18:29:25.101Z | Downloaded vcpkg v0.2.15 |
967 | 2024-01-24T18:29:25.173Z | Downloaded rustls-webpki v0.101.7 |
968 | 2024-01-24T18:29:25.198Z | Downloaded syn v2.0.46 |
969 | 2024-01-24T18:29:25.218Z | Downloaded smoltcp v0.9.1 |
970 | 2024-01-24T18:29:25.237Z | Downloaded object v0.30.4 |
971 | 2024-01-24T18:29:25.254Z | Downloaded bindgen v0.65.1 |
972 | 2024-01-24T18:29:25.268Z | Downloaded serde_with v3.4.0 |
973 | 2024-01-24T18:29:25.284Z | Downloaded idna v0.2.3 |
974 | 2024-01-24T18:29:25.296Z | Downloaded nix v0.26.4 |
975 | 2024-01-24T18:29:25.334Z | Downloaded syn v1.0.109 |
976 | 2024-01-24T18:29:25.335Z | Downloaded x509-cert v0.2.4 |
977 | 2024-01-24T18:29:25.378Z | Downloaded tough v0.16.0 |
978 | 2024-01-24T18:29:25.382Z | Downloaded rustyline v12.0.0 |
979 | 2024-01-24T18:29:25.382Z | Downloaded winnow v0.5.15 |
980 | 2024-01-24T18:29:25.382Z | Downloaded petgraph v0.6.4 |
981 | 2024-01-24T18:29:25.402Z | Downloaded rustls-webpki v0.102.1 |
982 | 2024-01-24T18:29:25.433Z | Downloaded lalrpop v0.19.12 |
983 | 2024-01-24T18:29:25.454Z | Downloaded tabled v0.14.0 |
984 | 2024-01-24T18:29:25.479Z | Downloaded reqwest v0.11.22 |
985 | 2024-01-24T18:29:25.502Z | Downloaded chrono v0.4.31 |
986 | 2024-01-24T18:29:25.513Z | Downloaded flate2 v1.0.28 |
987 | 2024-01-24T18:29:25.516Z | Downloaded rsa v0.9.2 |
988 | 2024-01-24T18:29:25.532Z | Downloaded zerocopy v0.7.31 |
989 | 2024-01-24T18:29:25.551Z | Downloaded serde_json v1.0.111 |
990 | 2024-01-24T18:29:25.567Z | Downloaded clap v2.34.0 |
991 | 2024-01-24T18:29:25.578Z | Downloaded rcgen v0.12.0 |
992 | 2024-01-24T18:29:25.585Z | Downloaded hyper v0.14.27 |
993 | 2024-01-24T18:29:25.600Z | Downloaded toml v0.8.8 |
994 | 2024-01-24T18:29:25.614Z | Downloaded toml v0.7.8 |
995 | 2024-01-24T18:29:25.617Z | Downloaded tracing v0.1.37 |
996 | 2024-01-24T18:29:25.617Z | Downloaded http v1.0.0 |
997 | 2024-01-24T18:29:25.620Z | Downloaded unicode-segmentation v1.10.1 |
998 | 2024-01-24T18:29:25.626Z | Downloaded usdt-impl v0.3.5 |
999 | 2024-01-24T18:29:25.629Z | Downloaded httparse v1.8.0 |
1000 | 2024-01-24T18:29:25.632Z | Downloaded futures-channel v0.3.30 |
1001 | 2024-01-24T18:29:25.635Z | Downloaded unicode-ident v1.0.12 |
1002 | 2024-01-24T18:29:25.639Z | Downloaded tokio-postgres v0.7.10 |
1003 | 2024-01-24T18:29:25.647Z | Downloaded aho-corasick v1.0.4 |
1004 | 2024-01-24T18:29:25.657Z | Downloaded curve25519-dalek v4.1.1 |
1005 | 2024-01-24T18:29:25.674Z | Downloaded toml_edit v0.21.0 |
1006 | 2024-01-24T18:29:25.712Z | Downloaded time v0.3.27 |
1007 | 2024-01-24T18:29:25.722Z | Downloaded vte v0.11.1 |
1008 | 2024-01-24T18:29:25.725Z | Downloaded pin-project v1.1.3 |
1009 | 2024-01-24T18:29:25.746Z | Downloaded rayon-core v1.12.0 |
1010 | 2024-01-24T18:29:25.752Z | Downloaded rustc-demangle v0.1.23 |
1011 | 2024-01-24T18:29:25.760Z | Downloaded pest_meta v2.7.2 |
1012 | 2024-01-24T18:29:25.760Z | Downloaded vsss-rs v3.3.4 |
1013 | 2024-01-24T18:29:25.765Z | Downloaded snafu-derive v0.7.5 |
1014 | 2024-01-24T18:29:25.768Z | Downloaded siphasher v0.3.11 |
1015 | 2024-01-24T18:29:25.768Z | Downloaded unicode-linebreak v0.1.5 |
1016 | 2024-01-24T18:29:25.772Z | Downloaded parking_lot v0.12.1 |
1017 | 2024-01-24T18:29:25.773Z | Downloaded headers v0.3.9 |
1018 | 2024-01-24T18:29:25.782Z | Downloaded portable-atomic v1.4.3 |
1019 | 2024-01-24T18:29:25.791Z | Downloaded tokio-util v0.7.10 |
1020 | 2024-01-24T18:29:25.802Z | Downloaded getrandom v0.2.10 |
1021 | 2024-01-24T18:29:25.807Z | Downloaded getopts v0.2.21 |
1022 | 2024-01-24T18:29:25.811Z | Downloaded wyz v0.5.1 |
1023 | 2024-01-24T18:29:25.814Z | Downloaded scopeguard v1.2.0 |
1024 | 2024-01-24T18:29:25.814Z | Downloaded fragile v2.0.0 |
1025 | 2024-01-24T18:29:25.817Z | Downloaded form_urlencoded v1.2.1 |
1026 | 2024-01-24T18:29:25.821Z | Downloaded fastrand v2.0.0 |
1027 | 2024-01-24T18:29:25.821Z | Downloaded futures-core v0.3.30 |
1028 | 2024-01-24T18:29:25.826Z | Downloaded tokio-rustls v0.24.1 |
1029 | 2024-01-24T18:29:25.832Z | Downloaded snafu v0.7.5 |
1030 | 2024-01-24T18:29:25.838Z | Downloaded hmac v0.12.1 |
1031 | 2024-01-24T18:29:25.843Z | Downloaded smawk v0.3.1 |
1032 | 2024-01-24T18:29:25.843Z | Downloaded prettyplease v0.2.16 |
1033 | 2024-01-24T18:29:25.861Z | Downloaded der v0.7.8 |
1034 | 2024-01-24T18:29:25.864Z | Downloaded fxhash v0.2.1 |
1035 | 2024-01-24T18:29:25.864Z | Downloaded stable_deref_trait v1.2.0 |
1036 | 2024-01-24T18:29:25.864Z | Downloaded enum-as-inner v0.5.1 |
1037 | 2024-01-24T18:29:25.864Z | Downloaded data-encoding v2.4.0 |
1038 | 2024-01-24T18:29:25.864Z | Downloaded slab v0.4.9 |
1039 | 2024-01-24T18:29:25.867Z | Downloaded spin v0.9.8 |
1040 | 2024-01-24T18:29:25.870Z | Downloaded hashbrown v0.12.3 |
1041 | 2024-01-24T18:29:25.875Z | Downloaded diesel_derives v2.1.2 |
1042 | 2024-01-24T18:29:25.881Z | Downloaded socket2 v0.5.5 |
1043 | 2024-01-24T18:29:25.885Z | Downloaded tracing-core v0.1.31 |
1044 | 2024-01-24T18:29:25.889Z | Downloaded rand v0.8.5 |
1045 | 2024-01-24T18:29:25.896Z | Downloaded itertools v0.11.0 |
1046 | 2024-01-24T18:29:25.909Z | Downloaded tracing-attributes v0.1.26 |
1047 | 2024-01-24T18:29:25.913Z | Downloaded errno v0.3.8 |
1048 | 2024-01-24T18:29:25.920Z | Downloaded heck v0.4.1 |
1049 | 2024-01-24T18:29:25.934Z | Downloaded packed_struct v0.10.1 |
1050 | 2024-01-24T18:29:25.934Z | Downloaded serde_plain v1.0.2 |
1051 | 2024-01-24T18:29:25.934Z | Downloaded heck v0.3.3 |
1052 | 2024-01-24T18:29:26.346Z | Downloaded parking_lot v0.11.2 |
1053 | 2024-01-24T18:29:26.346Z | Downloaded url v2.5.0 |
1054 | 2024-01-24T18:29:26.346Z | Downloaded futures-task v0.3.30 |
1055 | 2024-01-24T18:29:26.346Z | Downloaded futures-sink v0.3.30 |
1056 | 2024-01-24T18:29:26.346Z | Downloaded thread_local v1.1.7 |
1057 | 2024-01-24T18:29:26.346Z | Downloaded signal-hook v0.3.17 |
1058 | 2024-01-24T18:29:26.352Z | Downloaded clap_builder v4.4.2 |
1059 | 2024-01-24T18:29:26.352Z | Downloaded tokio-native-tls v0.3.1 |
1060 | 2024-01-24T18:29:26.352Z | Downloaded packed_struct_codegen v0.10.1 |
1061 | 2024-01-24T18:29:26.352Z | Downloaded yasna v0.5.2 |
1062 | 2024-01-24T18:29:26.352Z | Downloaded uuid v1.6.1 |
1063 | 2024-01-24T18:29:26.352Z | Downloaded zip v0.6.6 |
1064 | 2024-01-24T18:29:26.352Z | Downloaded slog v2.7.0 |
1065 | 2024-01-24T18:29:26.352Z | Downloaded rustls-pemfile v1.0.3 |
1066 | 2024-01-24T18:29:26.352Z | Downloaded time-macros v0.2.13 |
1067 | 2024-01-24T18:29:26.353Z | Downloaded strsim v0.10.0 |
1068 | 2024-01-24T18:29:26.353Z | Downloaded strsim v0.8.0 |
1069 | 2024-01-24T18:29:26.353Z | Downloaded rusty-fork v0.3.0 |
1070 | 2024-01-24T18:29:26.353Z | Downloaded serde_path_to_error v0.1.15 |
1071 | 2024-01-24T18:29:26.354Z | Downloaded deranged v0.3.8 |
1072 | 2024-01-24T18:29:26.355Z | Downloaded defmt-parser v0.3.3 |
1073 | 2024-01-24T18:29:26.355Z | Downloaded tiny-keccak v2.0.2 |
1074 | 2024-01-24T18:29:26.355Z | Downloaded unicode-xid v0.2.4 |
1075 | 2024-01-24T18:29:26.355Z | Downloaded unicase v2.7.0 |
1076 | 2024-01-24T18:29:26.355Z | Downloaded rand_xorshift v0.3.0 |
1077 | 2024-01-24T18:29:26.355Z | Downloaded hex v0.4.3 |
1078 | 2024-01-24T18:29:26.355Z | Downloaded zerocopy v0.3.0 |
1079 | 2024-01-24T18:29:26.355Z | Downloaded highway v1.1.0 |
1080 | 2024-01-24T18:29:26.355Z | Downloaded hash32 v0.2.1 |
1081 | 2024-01-24T18:29:26.355Z | Downloaded nom v7.1.3 |
1082 | 2024-01-24T18:29:26.355Z | Downloaded libm v0.2.7 |
1083 | 2024-01-24T18:29:26.355Z | Downloaded futures-io v0.3.30 |
1084 | 2024-01-24T18:29:26.355Z | Downloaded serde_yaml v0.9.25 |
1085 | 2024-01-24T18:29:26.355Z | Downloaded quick-error v1.2.3 |
1086 | 2024-01-24T18:29:26.356Z | Downloaded hubpack v0.1.2 |
1087 | 2024-01-24T18:29:26.356Z | Downloaded itertools v0.10.5 |
1088 | 2024-01-24T18:29:26.356Z | Downloaded typed-path v0.7.0 |
1089 | 2024-01-24T18:29:26.356Z | Downloaded trust-dns-resolver v0.22.0 |
1090 | 2024-01-24T18:29:26.356Z | Downloaded sha1 v0.10.6 |
1091 | 2024-01-24T18:29:26.356Z | Downloaded semver v1.0.21 |
1092 | 2024-01-24T18:29:26.356Z | Downloaded half v1.8.2 |
1093 | 2024-01-24T18:29:26.356Z | Downloaded generic-array v0.14.7 |
1094 | 2024-01-24T18:29:26.356Z | Downloaded ff v0.13.0 |
1095 | 2024-01-24T18:29:26.356Z | Downloaded strip-ansi-escapes v0.2.0 |
1096 | 2024-01-24T18:29:26.356Z | Downloaded stringprep v0.1.3 |
1097 | 2024-01-24T18:29:26.356Z | Downloaded derive_more v0.99.17 |
1098 | 2024-01-24T18:29:26.356Z | Downloaded socket2 v0.4.9 |
1099 | 2024-01-24T18:29:26.356Z | Downloaded serde_with_macros v3.4.0 |
1100 | 2024-01-24T18:29:26.358Z | Downloaded mio v0.8.9 |
1101 | 2024-01-24T18:29:26.358Z | Downloaded rtoolbox v0.0.1 |
1102 | 2024-01-24T18:29:26.358Z | Downloaded ref-cast-impl v1.0.20 |
1103 | 2024-01-24T18:29:26.358Z | Downloaded tokio-stream v0.1.14 |
1104 | 2024-01-24T18:29:26.358Z | Downloaded toml v0.5.11 |
1105 | 2024-01-24T18:29:26.358Z | Downloaded ron v0.8.1 |
1106 | 2024-01-24T18:29:26.358Z | Downloaded foreign-types-macros v0.2.3 |
1107 | 2024-01-24T18:29:26.359Z | Downloaded foreign-types v0.5.0 |
1108 | 2024-01-24T18:29:26.359Z | Downloaded utf-8 v0.7.6 |
1109 | 2024-01-24T18:29:26.359Z | Downloaded ref-cast v1.0.20 |
1110 | 2024-01-24T18:29:26.359Z | Downloaded pest_derive v2.7.2 |
1111 | 2024-01-24T18:29:26.359Z | Downloaded sha2 v0.10.8 |
1112 | 2024-01-24T18:29:26.359Z | Downloaded rustc_version v0.4.0 |
1113 | 2024-01-24T18:29:26.359Z | Downloaded minimal-lexical v0.2.1 |
1114 | 2024-01-24T18:29:26.359Z | Downloaded secrecy v0.8.0 |
1115 | 2024-01-24T18:29:26.359Z | Downloaded textwrap v0.16.0 |
1116 | 2024-01-24T18:29:26.359Z | Downloaded semver-parser v0.10.2 |
1117 | 2024-01-24T18:29:26.359Z | Downloaded rand_core v0.6.4 |
1118 | 2024-01-24T18:29:26.359Z | Downloaded tungstenite v0.20.1 |
1119 | 2024-01-24T18:29:26.359Z | Downloaded der_derive v0.7.2 |
1120 | 2024-01-24T18:29:26.359Z | Downloaded test-strategy v0.3.1 |
1121 | 2024-01-24T18:29:26.359Z | Downloaded structopt v0.3.26 |
1122 | 2024-01-24T18:29:26.359Z | Downloaded base64 v0.21.7 |
1123 | 2024-01-24T18:29:26.359Z | Downloaded rustls-pki-types v1.1.0 |
1124 | 2024-01-24T18:29:26.359Z | Downloaded r2d2 v0.8.10 |
1125 | 2024-01-24T18:29:26.359Z | Downloaded serde_derive_internals v0.26.0 |
1126 | 2024-01-24T18:29:26.359Z | Downloaded flagset v0.4.3 |
1127 | 2024-01-24T18:29:26.359Z | Downloaded fixedbitset v0.4.2 |
1128 | 2024-01-24T18:29:26.359Z | Downloaded either v1.9.0 |
1129 | 2024-01-24T18:29:26.359Z | Downloaded pin-utils v0.1.0 |
1130 | 2024-01-24T18:29:26.359Z | Downloaded futures-executor v0.3.30 |
1131 | 2024-01-24T18:29:26.360Z | Downloaded pkcs1 v0.7.5 |
1132 | 2024-01-24T18:29:26.360Z | Downloaded radium v0.7.0 |
1133 | 2024-01-24T18:29:26.360Z | Downloaded predicates-tree v1.0.9 |
1134 | 2024-01-24T18:29:26.360Z | Downloaded num-bigint v0.4.4 |
1135 | 2024-01-24T18:29:26.360Z | Downloaded predicates-core v1.0.6 |
1136 | 2024-01-24T18:29:26.360Z | Downloaded pkg-config v0.3.27 |
1137 | 2024-01-24T18:29:26.360Z | Downloaded ucd-trie v0.1.6 |
1138 | 2024-01-24T18:29:26.360Z | Downloaded zeroize_derive v1.4.2 |
1139 | 2024-01-24T18:29:26.360Z | Downloaded zeroize v1.7.0 |
1140 | 2024-01-24T18:29:26.360Z | Downloaded hash32 v0.3.1 |
1141 | 2024-01-24T18:29:26.360Z | Downloaded group v0.13.0 |
1142 | 2024-01-24T18:29:26.360Z | Downloaded embedded-io v0.4.0 |
1143 | 2024-01-24T18:29:26.360Z | Downloaded zerocopy v0.6.4 |
1144 | 2024-01-24T18:29:26.360Z | Downloaded typenum v1.16.0 |
1145 | 2024-01-24T18:29:26.360Z | Downloaded proc-macro2 v1.0.74 |
1146 | 2024-01-24T18:29:26.360Z | Downloaded pin-project-internal v1.1.3 |
1147 | 2024-01-24T18:29:26.360Z | Downloaded tar v0.4.40 |
1148 | 2024-01-24T18:29:26.360Z | Downloaded chacha20poly1305 v0.10.1 |
1149 | 2024-01-24T18:29:26.360Z | Downloaded backtrace v0.3.69 |
1150 | 2024-01-24T18:29:26.360Z | Downloaded openssl-sys v0.9.96 |
1151 | 2024-01-24T18:29:26.360Z | Downloaded similar v2.3.0 |
1152 | 2024-01-24T18:29:26.360Z | Downloaded ena v0.14.2 |
1153 | 2024-01-24T18:29:26.360Z | Downloaded dof v0.1.5 |
1154 | 2024-01-24T18:29:26.361Z | Downloaded slog-stdlog v4.1.1 |
1155 | 2024-01-24T18:29:26.361Z | Downloaded slog-async v2.8.0 |
1156 | 2024-01-24T18:29:26.361Z | Downloaded sec1 v0.7.3 |
1157 | 2024-01-24T18:29:26.361Z | Downloaded rustls-pemfile v2.0.0 |
1158 | 2024-01-24T18:29:26.364Z | Downloaded resolv-conf v0.7.0 |
1159 | 2024-01-24T18:29:26.364Z | Downloaded tokio-tungstenite v0.20.1 |
1160 | 2024-01-24T18:29:26.364Z | Downloaded tokio-rustls v0.25.0 |
1161 | 2024-01-24T18:29:26.364Z | Downloaded crossbeam-channel v0.5.8 |
1162 | 2024-01-24T18:29:26.364Z | Downloaded platforms v3.0.2 |
1163 | 2024-01-24T18:29:26.364Z | Downloaded slog-scope v4.4.0 |
1164 | 2024-01-24T18:29:26.364Z | Downloaded slog-bunyan v2.5.0 |
1165 | 2024-01-24T18:29:26.365Z | Downloaded same-file v1.0.6 |
1166 | 2024-01-24T18:29:26.365Z | Downloaded subprocess v0.2.9 |
1167 | 2024-01-24T18:29:26.365Z | Downloaded serde_repr v0.1.16 |
1168 | 2024-01-24T18:29:26.365Z | Downloaded pem-rfc7468 v0.7.0 |
1169 | 2024-01-24T18:29:26.368Z | Downloaded password-hash v0.5.0 |
1170 | 2024-01-24T18:29:26.371Z | Downloaded structopt-derive v0.4.18 |
1171 | 2024-01-24T18:29:26.374Z | Downloaded pretty-hex v0.4.1 |
1172 | 2024-01-24T18:29:26.374Z | Downloaded textwrap v0.11.0 |
1173 | 2024-01-24T18:29:26.377Z | Downloaded vte_generate_state_changes v0.1.1 |
1174 | 2024-01-24T18:29:26.413Z | Downloaded toolchain_find v0.2.0 |
1175 | 2024-01-24T18:29:26.413Z | Downloaded walkdir v2.4.0 |
1176 | 2024-01-24T18:29:26.417Z | Downloaded bytes v1.5.0 |
1177 | 2024-01-24T18:29:26.417Z | Downloaded serde_derive v1.0.195 |
1178 | 2024-01-24T18:29:26.417Z | Downloaded schemars v0.8.16 |
1179 | 2024-01-24T18:29:26.417Z | Downloaded thiserror-impl-no-std v2.0.2 |
1180 | 2024-01-24T18:29:26.417Z | Downloaded tempfile v3.9.0 |
1181 | 2024-01-24T18:29:26.420Z | Downloaded futures-macro v0.3.30 |
1182 | 2024-01-24T18:29:26.420Z | Downloaded untrusted v0.9.0 |
1183 | 2024-01-24T18:29:26.423Z | Downloaded ryu v1.0.15 |
1184 | 2024-01-24T18:29:26.428Z | Downloaded indicatif v0.17.7 |
1185 | 2024-01-24T18:29:26.434Z | Downloaded downcast v0.11.0 |
1186 | 2024-01-24T18:29:26.437Z | Downloaded serde-big-array v0.4.1 |
1187 | 2024-01-24T18:29:26.440Z | Downloaded miniz_oxide v0.7.1 |
1188 | 2024-01-24T18:29:26.443Z | Downloaded paste v1.0.14 |
1189 | 2024-01-24T18:29:26.446Z | Downloaded parse-display-derive v0.8.2 |
1190 | 2024-01-24T18:29:26.449Z | Downloaded structmeta v0.2.0 |
1191 | 2024-01-24T18:29:26.452Z | Downloaded num-traits v0.2.16 |
1192 | 2024-01-24T18:29:26.455Z | Downloaded pem v3.0.2 |
1193 | 2024-01-24T18:29:26.459Z | Downloaded ed25519 v1.5.3 |
1194 | 2024-01-24T18:29:26.459Z | Downloaded signal-hook-registry v1.4.1 |
1195 | 2024-01-24T18:29:26.462Z | Downloaded defmt v0.3.5 |
1196 | 2024-01-24T18:29:26.466Z | Downloaded debug-ignore v1.0.5 |
1197 | 2024-01-24T18:29:26.473Z | Downloaded fd-lock v3.0.13 |
1198 | 2024-01-24T18:29:26.480Z | Downloaded cancel-safe-futures v0.1.5 |
1199 | 2024-01-24T18:29:26.489Z | Downloaded clang-sys v1.6.1 |
1200 | 2024-01-24T18:29:26.489Z | Downloaded anstyle-parse v0.2.1 |
1201 | 2024-01-24T18:29:26.489Z | Downloaded term v0.7.0 |
1202 | 2024-01-24T18:29:26.493Z | Downloaded clap v4.4.3 |
1203 | 2024-01-24T18:29:26.504Z | Downloaded endian-type v0.1.2 |
1204 | 2024-01-24T18:29:26.507Z | Downloaded tap v1.0.1 |
1205 | 2024-01-24T18:29:26.507Z | Downloaded precomputed-hash v0.1.1 |
1206 | 2024-01-24T18:29:26.507Z | Downloaded mockall_derive v0.12.0 |
1207 | 2024-01-24T18:29:26.510Z | Downloaded blake2 v0.10.6 |
1208 | 2024-01-24T18:29:26.514Z | Downloaded dirs-sys-next v0.1.2 |
1209 | 2024-01-24T18:29:26.517Z | Downloaded once_cell v1.19.0 |
1210 | 2024-01-24T18:29:26.520Z | Downloaded num-rational v0.4.1 |
1211 | 2024-01-24T18:29:26.523Z | Downloaded ahash v0.8.6 |
1212 | 2024-01-24T18:29:26.526Z | Downloaded serde_tokenstream v0.1.7 |
1213 | 2024-01-24T18:29:26.532Z | Downloaded thiserror v1.0.49 |
1214 | 2024-01-24T18:29:26.538Z | Downloaded camino v1.1.6 |
1215 | 2024-01-24T18:29:26.541Z | Downloaded peeking_take_while v0.1.2 |
1216 | 2024-01-24T18:29:26.544Z | Downloaded path-slash v0.1.5 |
1217 | 2024-01-24T18:29:26.545Z | Downloaded structmeta-derive v0.2.0 |
1218 | 2024-01-24T18:29:26.548Z | Downloaded omicron-zone-package v0.10.1 |
1219 | 2024-01-24T18:29:26.551Z | Downloaded libloading v0.7.4 |
1220 | 2024-01-24T18:29:26.553Z | Downloaded darling_macro v0.20.3 |
1221 | 2024-01-24T18:29:26.557Z | Downloaded zone_cfg_derive v0.3.0 |
1222 | 2024-01-24T18:29:26.557Z | Downloaded terminal_size v0.2.6 |
1223 | 2024-01-24T18:29:26.560Z | Downloaded lock_api v0.4.10 |
1224 | 2024-01-24T18:29:26.560Z | Downloaded parse-size v1.0.0 |
1225 | 2024-01-24T18:29:26.563Z | Downloaded indexmap v1.9.3 |
1226 | 2024-01-24T18:29:26.567Z | Downloaded camino-tempfile v1.1.1 |
1227 | 2024-01-24T18:29:26.570Z | Downloaded backoff v0.4.0 |
1228 | 2024-01-24T18:29:26.573Z | Downloaded anyhow v1.0.75 |
1229 | 2024-01-24T18:29:26.580Z | Downloaded addr2line v0.21.0 |
1230 | 2024-01-24T18:29:26.583Z | Downloaded foreign-types v0.3.2 |
1231 | 2024-01-24T18:29:26.587Z | Downloaded synstructure v0.12.6 |
1232 | 2024-01-24T18:29:26.587Z | Downloaded crossbeam-utils v0.8.16 |
1233 | 2024-01-24T18:29:26.590Z | Downloaded smf v0.2.2 |
1234 | 2024-01-24T18:29:26.594Z | Downloaded signature v2.1.0 |
1235 | 2024-01-24T18:29:26.597Z | Downloaded serde_tokenstream v0.2.0 |
1236 | 2024-01-24T18:29:26.600Z | Downloaded waitgroup v0.1.2 |
1237 | 2024-01-24T18:29:26.603Z | Downloaded ciborium v0.2.1 |
1238 | 2024-01-24T18:29:26.606Z | Downloaded bzip2 v0.4.4 |
1239 | 2024-01-24T18:29:26.609Z | Downloaded shell-words v1.1.0 |
1240 | 2024-01-24T18:29:26.613Z | Downloaded serde_urlencoded v0.7.1 |
1241 | 2024-01-24T18:29:26.613Z | Downloaded strum_macros v0.25.2 |
1242 | 2024-01-24T18:29:26.616Z | Downloaded string_cache v0.8.7 |
1243 | 2024-01-24T18:29:26.620Z | Downloaded sqlformat v0.2.3 |
1244 | 2024-01-24T18:29:26.623Z | Downloaded spki v0.7.2 |
1245 | 2024-01-24T18:29:26.626Z | Downloaded newtype_derive v0.1.6 |
1246 | 2024-01-24T18:29:26.626Z | Downloaded libsw v3.3.1 |
1247 | 2024-01-24T18:29:26.629Z | Downloaded clap_derive v4.4.2 |
1248 | 2024-01-24T18:29:26.633Z | Downloaded bitflags v2.4.0 |
1249 | 2024-01-24T18:29:26.636Z | Downloaded slog-json v2.6.1 |
1250 | 2024-01-24T18:29:26.639Z | Downloaded slog-envlogger v2.2.0 |
1251 | 2024-01-24T18:29:26.642Z | Downloaded serde-hex v0.1.0 |
1252 | 2024-01-24T18:29:26.645Z | Downloaded derive_builder_macro v0.12.0 |
1253 | 2024-01-24T18:29:26.645Z | Downloaded mockall v0.12.0 |
1254 | 2024-01-24T18:29:26.648Z | Downloaded bcs v0.1.6 |
1255 | 2024-01-24T18:29:26.654Z | Downloaded async-trait v0.1.77 |
1256 | 2024-01-24T18:29:26.657Z | Downloaded array-init v0.0.4 |
1257 | 2024-01-24T18:29:26.657Z | Downloaded num-iter v0.1.43 |
1258 | 2024-01-24T18:29:26.661Z | Downloaded nanorand v0.7.0 |
1259 | 2024-01-24T18:29:26.664Z | Downloaded crossbeam-queue v0.3.8 |
1260 | 2024-01-24T18:29:26.667Z | Downloaded base64ct v1.6.0 |
1261 | 2024-01-24T18:29:26.670Z | Downloaded serde-big-array v0.5.1 |
1262 | 2024-01-24T18:29:26.673Z | Downloaded semver v0.1.20 |
1263 | 2024-01-24T18:29:26.685Z | Downloaded schemars_derive v0.8.16 |
1264 | 2024-01-24T18:29:26.691Z | Downloaded crossterm v0.27.0 |
1265 | 2024-01-24T18:29:26.691Z | Downloaded ipnet v2.9.0 |
1266 | 2024-01-24T18:29:26.691Z | Downloaded cexpr v0.6.0 |
1267 | 2024-01-24T18:29:26.695Z | Downloaded mime v0.3.17 |
1268 | 2024-01-24T18:29:26.695Z | Downloaded maybe-uninit v2.0.0 |
1269 | 2024-01-24T18:29:26.700Z | Downloaded linked-hash-map v0.5.6 |
1270 | 2024-01-24T18:29:26.701Z | Downloaded lazycell v1.3.0 |
1271 | 2024-01-24T18:29:26.710Z | Downloaded md-5 v0.10.5 |
1272 | 2024-01-24T18:29:26.711Z | Downloaded cc v1.0.83 |
1273 | 2024-01-24T18:29:26.718Z | Downloaded signature v1.6.4 |
1274 | 2024-01-24T18:29:26.718Z | Downloaded number_prefix v0.4.0 |
1275 | 2024-01-24T18:29:26.718Z | Downloaded cookie v0.18.0 |
1276 | 2024-01-24T18:29:26.718Z | Downloaded cfg-if v1.0.0 |
1277 | 2024-01-24T18:29:26.723Z | Downloaded byteorder v1.5.0 |
1278 | 2024-01-24T18:29:26.723Z | Downloaded block-padding v0.3.3 |
1279 | 2024-01-24T18:29:26.723Z | Downloaded take_mut v0.2.2 |
1280 | 2024-01-24T18:29:26.723Z | Downloaded swrite v0.1.0 |
1281 | 2024-01-24T18:29:26.723Z | Downloaded shlex v1.1.0 |
1282 | 2024-01-24T18:29:26.733Z | Downloaded argon2 v0.5.2 |
1283 | 2024-01-24T18:29:26.733Z | Downloaded ciborium-ll v0.2.1 |
1284 | 2024-01-24T18:29:26.734Z | Downloaded block-buffer v0.10.4 |
1285 | 2024-01-24T18:29:26.748Z | Downloaded libefi-sys v0.1.0 |
1286 | 2024-01-24T18:29:26.749Z | Downloaded bytecount v0.6.3 |
1287 | 2024-01-24T18:29:26.749Z | Downloaded buf-list v1.0.3 |
1288 | 2024-01-24T18:29:26.749Z | Downloaded cipher v0.4.4 |
1289 | 2024-01-24T18:29:26.749Z | Downloaded is-terminal v0.4.9 |
1290 | 2024-01-24T18:29:26.749Z | Downloaded opaque-debug v0.3.0 |
1291 | 2024-01-24T18:29:26.749Z | Downloaded console v0.15.8 |
1292 | 2024-01-24T18:29:26.749Z | Downloaded bitfield v0.14.0 |
1293 | 2024-01-24T18:29:26.753Z | Downloaded bit-vec v0.6.3 |
1294 | 2024-01-24T18:29:26.753Z | Downloaded bit-set v0.5.3 |
1295 | 2024-01-24T18:29:26.753Z | Downloaded bb8 v0.8.1 |
1296 | 2024-01-24T18:29:26.757Z | Downloaded ascii-canvas v3.0.0 |
1297 | 2024-01-24T18:29:26.758Z | Downloaded anstyle v1.0.2 |
1298 | 2024-01-24T18:29:26.763Z | Downloaded lazy_static v1.4.0 |
1299 | 2024-01-24T18:29:26.764Z | Downloaded crc v3.0.1 |
1300 | 2024-01-24T18:29:26.764Z | Downloaded base16ct v0.2.0 |
1301 | 2024-01-24T18:29:26.768Z | Downloaded assert_matches v1.5.0 |
1302 | 2024-01-24T18:29:26.768Z | Downloaded normalize-line-endings v0.3.0 |
1303 | 2024-01-24T18:29:26.768Z | Downloaded new_debug_unreachable v1.0.4 |
1304 | 2024-01-24T18:29:26.772Z | Downloaded matches v0.1.10 |
1305 | 2024-01-24T18:29:26.772Z | Downloaded kstat-rs v0.2.3 |
1306 | 2024-01-24T18:29:26.772Z | Downloaded colorchoice v1.0.0 |
1307 | 2024-01-24T18:29:26.777Z | Downloaded clap_lex v0.5.1 |
1308 | 2024-01-24T18:29:26.777Z | Downloaded memoffset v0.7.1 |
1309 | 2024-01-24T18:29:26.777Z | Downloaded memoffset v0.9.0 |
1310 | 2024-01-24T18:29:26.780Z | Downloaded lru-cache v0.1.2 |
1311 | 2024-01-24T18:29:26.780Z | Downloaded lalrpop-util v0.19.12 |
1312 | 2024-01-24T18:29:26.780Z | Downloaded cpufeatures v0.2.9 |
1313 | 2024-01-24T18:29:26.784Z | Downloaded chacha20 v0.9.1 |
1314 | 2024-01-24T18:29:26.788Z | Downloaded cobs v0.2.3 |
1315 | 2024-01-24T18:29:26.788Z | Downloaded managed v0.8.0 |
1316 | 2024-01-24T18:29:26.793Z | Downloaded autocfg v1.1.0 |
1317 | 2024-01-24T18:29:26.793Z | Downloaded async-stream v0.3.5 |
1318 | 2024-01-24T18:29:26.798Z | Downloaded adler v1.0.2 |
1319 | 2024-01-24T18:29:26.798Z | Downloaded async-recursion v1.0.5 |
1320 | 2024-01-24T18:29:26.803Z | Downloaded anstyle-query v1.0.0 |
1321 | 2024-01-24T18:29:26.803Z | Downloaded anstream v0.5.0 |
1322 | 2024-01-24T18:29:26.803Z | Downloaded aead v0.5.2 |
1323 | 2024-01-24T18:29:26.807Z | Downloaded itoa v1.0.9 |
1324 | 2024-01-24T18:29:26.810Z | Downloaded is_ci v1.1.1 |
1325 | 2024-01-24T18:29:26.811Z | Downloaded indoc v1.0.9 |
1326 | 2024-01-24T18:29:26.815Z | Downloaded num-derive v0.4.0 |
1327 | 2024-01-24T18:29:26.818Z | Downloaded nibble_vec v0.1.0 |
1328 | 2024-01-24T18:29:26.818Z | Downloaded linear-map v1.2.0 |
1329 | 2024-01-24T18:29:26.821Z | Downloaded inout v0.1.3 |
1330 | 2024-01-24T18:29:26.821Z | Downloaded maplit v1.0.2 |
1331 | 2024-01-24T18:29:26.825Z | Downloaded macaddr v1.0.1 |
1332 | 2024-01-24T18:29:26.825Z | Downloaded atty v0.2.14 |
1333 | 2024-01-24T18:29:26.828Z | Downloaded atomicwrites v0.4.3 |
1334 | 2024-01-24T18:29:26.828Z | Downloaded instant v0.1.12 |
1335 | 2024-01-24T18:29:26.831Z | Downloaded match_cfg v0.1.0 |
1336 | 2024-01-24T18:29:26.831Z | Downloaded ciborium-io v0.2.1 |
1337 | 2024-01-24T18:29:26.834Z | Downloaded impl-trait-for-tuples v0.2.2 |
1338 | 2024-01-24T18:29:26.837Z | Downloaded hubpack_derive v0.1.1 |
1339 | 2024-01-24T18:29:26.840Z | Downloaded crypto-common v0.1.6 |
1340 | 2024-01-24T18:29:26.840Z | Downloaded hyper-staticfile v0.9.5 |
1341 | 2024-01-24T18:29:26.842Z | Downloaded hyper-rustls v0.24.2 |
1342 | 2024-01-24T18:29:26.846Z | Downloaded curve25519-dalek-derive v0.1.0 |
1343 | 2024-01-24T18:29:26.849Z | Downloaded crypto-bigint v0.5.2 |
1344 | 2024-01-24T18:29:26.858Z | Downloaded darling_core v0.14.4 |
1345 | 2024-01-24T18:29:26.874Z | Downloaded hyper-tls v0.5.0 |
1346 | 2024-01-24T18:29:26.878Z | Downloaded darling_core v0.20.3 |
1347 | 2024-01-24T18:29:26.879Z | Downloaded crucible-workspace-hack v0.1.0 |
1348 | 2024-01-24T18:29:26.879Z | Downloaded crossbeam-epoch v0.9.15 |
1349 | 2024-01-24T18:29:26.882Z | Downloaded crossbeam-deque v0.8.3 |
1350 | 2024-01-24T18:29:26.888Z | Downloaded darling_macro v0.14.4 |
1351 | 2024-01-24T18:29:26.888Z | Downloaded darling v0.20.3 |
1352 | 2024-01-24T18:29:26.906Z | Downloaded darling v0.14.4 |
1353 | 2024-01-24T18:29:26.917Z | Downloaded crc32fast v1.3.2 |
1354 | 2024-01-24T18:29:26.917Z | Downloaded cstr-argument v0.1.2 |
1355 | 2024-01-24T18:29:26.917Z | Downloaded crunchy v0.2.2 |
1356 | 2024-01-24T18:29:26.917Z | Downloaded crossbeam v0.8.2 |
1357 | 2024-01-24T18:29:26.917Z | Downloaded crc-catalog v2.2.0 |
1358 | 2024-01-24T18:29:26.917Z | Downloaded corncobs v0.1.3 |
1359 | 2024-01-24T18:29:26.918Z | Downloaded cassowary v0.3.0 |
1360 | 2024-01-24T18:29:26.918Z | Downloaded bitflags v1.3.2 |
1361 | 2024-01-24T18:29:26.918Z | Downloaded atomic-waker v1.1.1 |
1362 | 2024-01-24T18:29:26.919Z | Downloaded async-stream-impl v0.3.5 |
1363 | 2024-01-24T18:29:26.925Z | Downloaded ansi_term v0.12.1 |
1364 | 2024-01-24T18:29:27.251Z | Compiling proc-macro2 v1.0.74 |
1365 | 2024-01-24T18:29:27.251Z | Compiling unicode-ident v1.0.12 |
1366 | 2024-01-24T18:29:27.255Z | Compiling libc v0.2.152 |
1367 | 2024-01-24T18:29:27.255Z | Compiling serde v1.0.195 |
1368 | 2024-01-24T18:29:27.255Z | Compiling autocfg v1.1.0 |
1369 | 2024-01-24T18:29:27.273Z | Compiling cfg-if v1.0.0 |
1370 | 2024-01-24T18:29:27.276Z | Compiling version_check v0.9.4 |
1371 | 2024-01-24T18:29:27.451Z | Compiling syn v1.0.109 |
1372 | 2024-01-24T18:29:27.886Z | Compiling once_cell v1.19.0 |
1373 | 2024-01-24T18:29:27.896Z | Compiling parking_lot_core v0.9.8 |
1374 | 2024-01-24T18:29:28.076Z | Compiling libm v0.2.7 |
1375 | 2024-01-24T18:29:28.255Z | Compiling serde_json v1.0.111 |
1376 | 2024-01-24T18:29:28.369Z | Compiling lock_api v0.4.10 |
1377 | 2024-01-24T18:29:28.983Z | Compiling num-traits v0.2.16 |
1378 | 2024-01-24T18:29:28.987Z | Compiling typenum v1.16.0 |
1379 | 2024-01-24T18:29:29.052Z | Compiling thiserror v1.0.49 |
1380 | 2024-01-24T18:29:29.142Z | Compiling scopeguard v1.2.0 |
1381 | 2024-01-24T18:29:29.196Z | Compiling generic-array v0.14.7 |
1382 | 2024-01-24T18:29:29.466Z | Compiling memchr v2.6.3 |
1383 | 2024-01-24T18:29:29.863Z | Compiling itoa v1.0.9 |
1384 | 2024-01-24T18:29:30.177Z | Compiling pkg-config v0.3.27 |
1385 | 2024-01-24T18:29:31.006Z | Compiling quote v1.0.35 |
1386 | 2024-01-24T18:29:31.010Z | Compiling byteorder v1.5.0 |
1387 | 2024-01-24T18:29:31.628Z | Compiling syn v2.0.46 |
1388 | 2024-01-24T18:29:31.697Z | Compiling cc v1.0.83 |
1389 | 2024-01-24T18:29:31.783Z | Compiling getrandom v0.2.10 |
1390 | 2024-01-24T18:29:32.232Z | Compiling log v0.4.20 |
1391 | 2024-01-24T18:29:32.413Z | Compiling slab v0.4.9 |
1392 | 2024-01-24T18:29:33.182Z | Compiling heck v0.4.1 |
1393 | 2024-01-24T18:29:33.781Z | Compiling pin-project-lite v0.2.13 |
1394 | 2024-01-24T18:29:33.890Z | Compiling smallvec v1.11.2 |
1395 | 2024-01-24T18:29:33.951Z | Compiling ryu v1.0.15 |
1396 | 2024-01-24T18:29:34.151Z | Compiling equivalent v1.0.1 |
1397 | 2024-01-24T18:29:34.605Z | Compiling hashbrown v0.14.2 |
1398 | 2024-01-24T18:29:34.609Z | Compiling schemars v0.8.16 |
1399 | 2024-01-24T18:29:34.610Z | Compiling vcpkg v0.2.15 |
1400 | 2024-01-24T18:29:35.178Z | Compiling parking_lot v0.12.1 |
1401 | 2024-01-24T18:29:35.789Z | Compiling ring v0.17.7 |
1402 | 2024-01-24T18:29:36.715Z | Compiling signal-hook-registry v1.4.1 |
1403 | 2024-01-24T18:29:37.217Z | Compiling openssl-sys v0.9.96 |
1404 | 2024-01-24T18:29:38.515Z | Compiling mio v0.8.9 |
1405 | 2024-01-24T18:29:39.235Z | Compiling rand_core v0.6.4 |
1406 | 2024-01-24T18:29:40.673Z | Compiling ring v0.16.20 |
1407 | 2024-01-24T18:29:41.692Z | Compiling num_cpus v1.16.0 |
1408 | 2024-01-24T18:29:41.875Z | Compiling socket2 v0.5.5 |
1409 | 2024-01-24T18:29:42.029Z | Compiling ahash v0.8.6 |
1410 | 2024-01-24T18:29:42.199Z | Compiling httparse v1.8.0 |
1411 | 2024-01-24T18:29:42.643Z | Compiling futures-core v0.3.30 |
1412 | 2024-01-24T18:29:42.922Z | Compiling fnv v1.0.7 |
1413 | 2024-01-24T18:29:43.043Z | Compiling semver v1.0.21 |
1414 | 2024-01-24T18:29:43.052Z | Compiling openssl v0.10.60 |
1415 | 2024-01-24T18:29:43.094Z | Compiling spin v0.5.2 |
1416 | 2024-01-24T18:29:43.353Z | Compiling serde_derive_internals v0.26.0 |
1417 | 2024-01-24T18:29:43.734Z | Compiling iana-time-zone v0.1.57 |
1418 | 2024-01-24T18:29:43.786Z | Compiling unicode-xid v0.2.4 |
1419 | 2024-01-24T18:29:44.023Z | Compiling subtle v2.5.0 |
1420 | 2024-01-24T18:29:44.352Z | Compiling rustls v0.21.9 |
1421 | 2024-01-24T18:29:44.635Z | Compiling native-tls v0.2.11 |
1422 | 2024-01-24T18:29:44.727Z | Compiling crossbeam-utils v0.8.16 |
1423 | 2024-01-24T18:29:45.074Z | Compiling ucd-trie v0.1.6 |
1424 | 2024-01-24T18:29:45.970Z | Compiling const-oid v0.9.5 |
1425 | 2024-01-24T18:29:45.970Z | Compiling synstructure v0.12.6 |
1426 | 2024-01-24T18:29:46.392Z | Compiling spin v0.9.8 |
1427 | 2024-01-24T18:29:46.460Z | Compiling futures-sink v0.3.30 |
1428 | 2024-01-24T18:29:47.471Z | Compiling io-lifetimes v1.0.11 |
1429 | 2024-01-24T18:29:48.183Z | Compiling backtrace v0.3.69 |
1430 | 2024-01-24T18:29:48.501Z | Compiling rustix v0.38.30 |
1431 | 2024-01-24T18:29:48.502Z | Compiling winnow v0.5.15 |
1432 | 2024-01-24T18:29:48.874Z | Compiling dyn-clone v1.0.13 |
1433 | 2024-01-24T18:29:49.162Z | Compiling tinyvec_macros v0.1.1 |
1434 | 2024-01-24T18:29:49.163Z | Compiling tinyvec v1.6.0 |
1435 | 2024-01-24T18:30:05.148Z | Compiling futures-channel v0.3.30 |
1436 | 2024-01-24T18:30:05.157Z | Compiling tracing-core v0.1.31 |
1437 | 2024-01-24T18:30:25.593Z | Compiling num-integer v0.1.45 |
1438 | 2024-01-24T18:30:25.594Z | Compiling memoffset v0.9.0 |
1439 | 2024-01-24T18:30:25.594Z | Compiling futures-io v0.3.30 |
1440 | 2024-01-24T18:30:25.700Z | Compiling futures-task v0.3.30 |
1441 | 2024-01-24T18:30:25.881Z | Compiling pin-utils v0.1.0 |
1442 | 2024-01-24T18:30:25.881Z | Compiling rustix v0.37.23 |
1443 | 2024-01-24T18:30:25.881Z | Compiling unicode-normalization v0.1.22 |
1444 | 2024-01-24T18:30:25.881Z | Compiling usdt-impl v0.3.5 |
1445 | 2024-01-24T18:30:25.882Z | Compiling serde_derive v1.0.195 |
1446 | 2024-01-24T18:30:25.882Z | Compiling zeroize_derive v1.4.2 |
1447 | 2024-01-24T18:30:25.882Z | Compiling thiserror-impl v1.0.49 |
1448 | 2024-01-24T18:30:25.882Z | Compiling tokio-macros v2.2.0 |
1449 | 2024-01-24T18:30:25.882Z | Compiling futures-macro v0.3.30 |
1450 | 2024-01-24T18:30:25.882Z | Compiling tracing-attributes v0.1.26 |
1451 | 2024-01-24T18:30:25.882Z | Compiling schemars_derive v0.8.16 |
1452 | 2024-01-24T18:30:25.882Z | Compiling zeroize v1.7.0 |
1453 | 2024-01-24T18:30:25.882Z | Compiling zerocopy-derive v0.7.31 |
1454 | 2024-01-24T18:30:25.926Z | Compiling openssl-macros v0.1.1 |
1455 | 2024-01-24T18:30:25.928Z | Compiling pest v2.7.2 |
1456 | 2024-01-24T18:30:25.928Z | Compiling zerocopy-derive v0.2.0 |
1457 | 2024-01-24T18:30:25.928Z | Compiling crypto-common v0.1.6 |
1458 | 2024-01-24T18:30:25.928Z | Compiling der_derive v0.7.2 |
1459 | 2024-01-24T18:30:25.928Z | Compiling zerocopy v0.7.31 |
1460 | 2024-01-24T18:30:25.928Z | Compiling block-buffer v0.10.4 |
1461 | 2024-01-24T18:30:25.928Z | Compiling tracing v0.1.37 |
1462 | 2024-01-24T18:30:25.928Z | Compiling futures-util v0.3.30 |
1463 | 2024-01-24T18:30:25.928Z | Compiling pest_meta v2.7.2 |
1464 | 2024-01-24T18:30:25.928Z | Compiling hashbrown v0.13.2 |
1465 | 2024-01-24T18:30:25.928Z | Compiling crc32fast v1.3.2 |
1466 | 2024-01-24T18:30:25.928Z | Compiling bitflags v1.3.2 |
1467 | 2024-01-24T18:30:25.928Z | Compiling unicode-bidi v0.3.13 |
1468 | 2024-01-24T18:30:25.928Z | Compiling anyhow v1.0.75 |
1469 | 2024-01-24T18:30:25.928Z | Compiling time-core v0.1.1 |
1470 | 2024-01-24T18:30:25.928Z | Compiling pest_generator v2.7.2 |
1471 | 2024-01-24T18:30:25.928Z | Compiling slog v2.7.0 |
1472 | 2024-01-24T18:30:25.928Z | Compiling time-macros v0.2.13 |
1473 | 2024-01-24T18:30:25.928Z | Compiling pest_derive v2.7.2 |
1474 | 2024-01-24T18:30:25.928Z | Compiling digest v0.10.7 |
1475 | 2024-01-24T18:30:25.934Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1476 | 2024-01-24T18:30:25.934Z | Compiling aho-corasick v1.0.4 |
1477 | 2024-01-24T18:30:25.934Z | Compiling crossbeam-epoch v0.9.15 |
1478 | 2024-01-24T18:30:25.934Z | Compiling regex-syntax v0.8.2 |
1479 | 2024-01-24T18:30:25.934Z | Compiling signal-hook v0.3.17 |
1480 | 2024-01-24T18:30:25.934Z | Compiling rustversion v1.0.14 |
1481 | 2024-01-24T18:30:25.934Z | Compiling ppv-lite86 v0.2.17 |
1482 | 2024-01-24T18:30:25.934Z | Compiling untrusted v0.9.0 |
1483 | 2024-01-24T18:30:25.934Z | Compiling async-trait v0.1.77 |
1484 | 2024-01-24T18:30:25.934Z | Compiling rand_chacha v0.3.1 |
1485 | 2024-01-24T18:30:25.934Z | Compiling zerocopy v0.3.0 |
1486 | 2024-01-24T18:30:25.934Z | Compiling errno v0.3.8 |
1487 | 2024-01-24T18:30:25.935Z | Compiling strsim v0.10.0 |
1488 | 2024-01-24T18:30:25.935Z | Compiling bytes v1.5.0 |
1489 | 2024-01-24T18:30:25.935Z | Compiling indexmap v2.1.0 |
1490 | 2024-01-24T18:30:25.935Z | Compiling tokio v1.35.1 |
1491 | 2024-01-24T18:30:25.935Z | Compiling uuid v1.6.1 |
1492 | 2024-01-24T18:30:25.935Z | Compiling chrono v0.4.31 |
1493 | 2024-01-24T18:30:25.935Z | Compiling bitflags v2.4.0 |
1494 | 2024-01-24T18:30:25.935Z | Compiling serde_spanned v0.6.4 |
1495 | 2024-01-24T18:30:25.935Z | Compiling toml_datetime v0.6.5 |
1496 | 2024-01-24T18:30:25.935Z | Compiling rustc_version v0.4.0 |
1497 | 2024-01-24T18:30:25.935Z | Compiling toml_edit v0.19.15 |
1498 | 2024-01-24T18:30:25.935Z | Compiling http v0.2.11 |
1499 | 2024-01-24T18:30:26.540Z | Compiling heapless v0.7.16 |
1500 | 2024-01-24T18:30:27.310Z | Compiling regex-automata v0.4.3 |
1501 | 2024-01-24T18:30:29.529Z | Compiling dof v0.1.5 |
1502 | 2024-01-24T18:30:30.808Z | Compiling rand v0.8.5 |
1503 | 2024-01-24T18:30:43.669Z | Compiling tokio-util v0.7.10 |
1504 | 2024-01-24T18:30:44.173Z | Compiling regex v1.10.2 |
1505 | 2024-01-24T18:30:44.173Z | Compiling dtrace-parser v0.1.14 |
1506 | 2024-01-24T18:30:44.173Z | Compiling thread-id v4.2.0 |
1507 | 2024-01-24T18:30:44.173Z | Compiling num-bigint v0.4.4 |
1508 | 2024-01-24T18:30:44.173Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1509 | 2024-01-24T18:30:44.174Z | Compiling foreign-types-shared v0.1.1 |
1510 | 2024-01-24T18:30:44.176Z | Compiling doc-comment v0.3.3 |
1511 | 2024-01-24T18:30:44.176Z | Compiling smoltcp v0.9.1 |
1512 | 2024-01-24T18:30:44.176Z | Compiling percent-encoding v2.3.1 |
1513 | 2024-01-24T18:30:44.176Z | Compiling untrusted v0.7.1 |
1514 | 2024-01-24T18:30:44.176Z | Compiling base64ct v1.6.0 |
1515 | 2024-01-24T18:30:44.176Z | Compiling foreign-types v0.3.2 |
1516 | 2024-01-24T18:30:44.176Z | Compiling pem-rfc7468 v0.7.0 |
1517 | 2024-01-24T18:30:44.247Z | Compiling strum_macros v0.25.2 |
1518 | 2024-01-24T18:30:44.247Z | Compiling serde_tokenstream v0.1.7 |
1519 | 2024-01-24T18:30:44.763Z | Compiling hmac v0.12.1 |
1520 | 2024-01-24T18:30:47.291Z | Compiling lazy_static v1.4.0 |
1521 | 2024-01-24T18:30:47.506Z | Compiling socket2 v0.4.9 |
1522 | 2024-01-24T18:30:47.621Z | Compiling adler v1.0.2 |
1523 | 2024-01-24T18:30:47.726Z | Compiling try-lock v0.2.4 |
1524 | 2024-01-24T18:30:47.787Z | Compiling unicode-segmentation v1.10.1 |
1525 | 2024-01-24T18:30:47.921Z | Compiling unicode-width v0.1.11 |
1526 | 2024-01-24T18:30:47.921Z | Compiling base64 v0.21.7 |
1527 | 2024-01-24T18:30:48.169Z | Compiling siphasher v0.3.11 |
1528 | 2024-01-24T18:30:49.058Z | Compiling flagset v0.4.3 |
1529 | 2024-01-24T18:30:49.179Z | Compiling miniz_oxide v0.7.1 |
1530 | 2024-01-24T18:30:49.358Z | Compiling der v0.7.8 |
1531 | 2024-01-24T18:30:49.392Z | Compiling want v0.3.1 |
1532 | 2024-01-24T18:30:50.335Z | Compiling sct v0.7.0 |
1533 | 2024-01-24T18:30:50.752Z | Compiling rustls-webpki v0.101.7 |
1534 | 2024-01-24T18:30:51.851Z | Compiling form_urlencoded v1.2.1 |
1535 | 2024-01-24T18:30:51.890Z | Compiling h2 v0.3.24 |
1536 | 2024-01-24T18:30:52.309Z | Compiling http-body v0.4.5 |
1537 | 2024-01-24T18:30:53.533Z | Compiling hubpack_derive v0.1.1 |
1538 | 2024-01-24T18:30:54.456Z | Compiling zerocopy-derive v0.6.4 |
1539 | 2024-01-24T18:30:54.804Z | Compiling pin-project-internal v1.1.3 |
1540 | 2024-01-24T18:30:55.957Z | Compiling num-iter v0.1.43 |
1541 | 2024-01-24T18:30:56.385Z | Compiling stable_deref_trait v1.2.0 |
1542 | 2024-01-24T18:30:56.581Z | Compiling utf8parse v0.2.1 |
1543 | 2024-01-24T18:30:56.887Z | Compiling cpufeatures v0.2.9 |
1544 | 2024-01-24T18:30:56.945Z | Compiling tower-service v0.3.2 |
1545 | 2024-01-24T18:30:57.116Z | Compiling httpdate v1.0.3 |
1546 | 2024-01-24T18:30:57.708Z | Compiling openssl-probe v0.1.5 |
1547 | 2024-01-24T18:30:57.712Z | Compiling anstyle v1.0.2 |
1548 | 2024-01-24T18:30:58.115Z | Compiling sha2 v0.10.8 |
1549 | 2024-01-24T18:30:58.836Z | Compiling anstyle-parse v0.2.1 |
1550 | 2024-01-24T18:31:11.027Z | Compiling spki v0.7.2 |
1551 | 2024-01-24T18:31:11.223Z | Compiling usdt-macro v0.3.5 |
1552 | 2024-01-24T18:31:11.223Z | Compiling usdt-attr-macro v0.3.5 |
1553 | 2024-01-24T18:31:11.223Z | Compiling hyper v0.14.27 |
1554 | 2024-01-24T18:31:11.681Z | Compiling openapiv3 v2.0.0 |
1555 | 2024-01-24T18:31:11.681Z | Compiling serde_tokenstream v0.2.0 |
1556 | 2024-01-24T18:31:11.681Z | Compiling md-5 v0.10.5 |
1557 | 2024-01-24T18:31:11.681Z | Compiling stringprep v0.1.3 |
1558 | 2024-01-24T18:31:11.682Z | Compiling idna v0.5.0 |
1559 | 2024-01-24T18:31:11.682Z | Compiling diesel_table_macro_syntax v0.1.0 |
1560 | 2024-01-24T18:31:11.682Z | Compiling hash32 v0.2.1 |
1561 | 2024-01-24T18:31:11.682Z | Compiling fallible-iterator v0.2.0 |
1562 | 2024-01-24T18:31:11.682Z | Compiling anstyle-query v1.0.0 |
1563 | 2024-01-24T18:31:11.682Z | Compiling gimli v0.28.0 |
1564 | 2024-01-24T18:31:11.682Z | Compiling colorchoice v1.0.0 |
1565 | 2024-01-24T18:31:11.684Z | Compiling anstream v0.5.0 |
1566 | 2024-01-24T18:31:12.009Z | Compiling postgres-protocol v0.6.6 |
1567 | 2024-01-24T18:31:13.481Z | Compiling url v2.5.0 |
1568 | 2024-01-24T18:31:16.048Z | Compiling diesel_derives v2.1.2 |
1569 | 2024-01-24T18:31:18.074Z | Compiling addr2line v0.21.0 |
1570 | 2024-01-24T18:31:19.039Z | Compiling tokio-rustls v0.24.1 |
1571 | 2024-01-24T18:31:20.022Z | Compiling pkcs8 v0.10.2 |
1572 | 2024-01-24T18:31:20.840Z | Compiling terminal_size v0.2.6 |
1573 | 2024-01-24T18:31:21.017Z | Compiling tokio-native-tls v0.3.1 |
1574 | 2024-01-24T18:31:21.413Z | Compiling phf_shared v0.11.2 |
1575 | 2024-01-24T18:31:23.141Z | Compiling regress v0.7.1 |
1576 | 2024-01-24T18:31:24.064Z | Compiling block-padding v0.3.3 |
1577 | 2024-01-24T18:31:24.331Z | Compiling snafu-derive v0.7.5 |
1578 | 2024-01-24T18:31:24.418Z | Compiling enum-as-inner v0.5.1 |
1579 | 2024-01-24T18:31:25.894Z | Compiling serde_repr v0.1.16 |
1580 | 2024-01-24T18:31:27.537Z | Compiling clap_derive v4.4.2 |
1581 | 2024-01-24T18:31:30.996Z | Compiling ff v0.13.0 |
1582 | 2024-01-24T18:31:31.169Z | Compiling scheduled-thread-pool v0.2.7 |
1583 | 2024-01-24T18:31:31.349Z | Compiling object v0.32.1 |
1584 | 2024-01-24T18:31:32.484Z | Compiling managed v0.8.0 |
1585 | 2024-01-24T18:31:34.039Z | Compiling matches v0.1.10 |
1586 | 2024-01-24T18:31:34.171Z | Compiling clap_lex v0.5.1 |
1587 | 2024-01-24T18:31:34.866Z | Compiling deranged v0.3.8 |
1588 | 2024-01-24T18:31:35.316Z | Compiling rustc-demangle v0.1.23 |
1589 | 2024-01-24T18:31:37.936Z | Compiling base16ct v0.2.0 |
1590 | 2024-01-24T18:31:38.391Z | Compiling num_threads v0.1.6 |
1591 | 2024-01-24T18:31:38.585Z | Compiling regex-automata v0.1.10 |
1592 | 2024-01-24T18:31:39.387Z | Compiling ipnet v2.9.0 |
1593 | 2024-01-24T18:31:39.670Z | Compiling bit-vec v0.6.3 |
1594 | 2024-01-24T18:31:40.305Z | Compiling bstr v0.2.17 |
1595 | 2024-01-24T18:31:40.541Z | Compiling time v0.3.27 |
1596 | 2024-01-24T18:31:41.149Z | Compiling sec1 v0.7.3 |
1597 | 2024-01-24T18:31:41.230Z | Compiling clap_builder v4.4.2 |
1598 | 2024-01-24T18:31:42.502Z | Compiling idna v0.2.3 |
1599 | 2024-01-24T18:31:46.774Z | Compiling r2d2 v0.8.10 |
1600 | 2024-01-24T18:31:47.010Z | Compiling group v0.13.0 |
1601 | 2024-01-24T18:31:47.610Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1602 | 2024-01-24T18:31:48.442Z | Compiling inout v0.1.3 |
1603 | 2024-01-24T18:31:49.115Z | Compiling phf v0.11.2 |
1604 | 2024-01-24T18:31:49.308Z | Compiling hyper-tls v0.5.0 |
1605 | 2024-01-24T18:31:49.552Z | Compiling signal-hook-mio v0.2.3 |
1606 | 2024-01-24T18:31:49.780Z | Compiling hyper-rustls v0.24.2 |
1607 | 2024-01-24T18:31:49.819Z | Compiling bzip2 v0.4.4 |
1608 | 2024-01-24T18:31:49.997Z | Compiling flate2 v1.0.28 |
1609 | 2024-01-24T18:31:50.281Z | Compiling postgres-types v0.2.6 |
1610 | 2024-01-24T18:31:50.385Z | Compiling pin-project v1.1.3 |
1611 | 2024-01-24T18:31:50.556Z | Compiling zerocopy v0.6.4 |
1612 | 2024-01-24T18:31:51.691Z | Compiling hubpack v0.1.2 |
1613 | 2024-01-24T18:31:51.917Z | Compiling serde_urlencoded v0.7.1 |
1614 | 2024-01-24T18:31:52.364Z | Compiling rustls-pemfile v1.0.3 |
1615 | 2024-01-24T18:31:52.523Z | Compiling phf_shared v0.10.0 |
1616 | 2024-01-24T18:31:52.735Z | Compiling hkdf v0.12.4 |
1617 | 2024-01-24T18:31:52.882Z | Compiling ipnetwork v0.20.0 |
1618 | 2024-01-24T18:31:54.106Z | Compiling futures-executor v0.3.30 |
1619 | 2024-01-24T18:31:54.308Z | Compiling crypto-bigint v0.5.2 |
1620 | 2024-01-24T18:31:54.642Z | Compiling float-cmp v0.9.0 |
1621 | 2024-01-24T18:31:54.874Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2024-01-24T18:31:54.994Z | Compiling encoding_rs v0.8.33 |
1623 | 2024-01-24T18:31:57.691Z | Compiling data-encoding v2.4.0 |
1624 | 2024-01-24T18:32:00.710Z | Compiling normalize-line-endings v0.3.0 |
1625 | 2024-01-24T18:32:00.884Z | Compiling whoami v1.4.1 |
1626 | 2024-01-24T18:32:01.691Z | Compiling webpki-roots v0.25.2 |
1627 | 2024-01-24T18:32:01.930Z | Compiling difflib v0.4.0 |
1628 | 2024-01-24T18:32:02.750Z | Compiling minimal-lexical v0.2.1 |
1629 | 2024-01-24T18:32:03.539Z | Compiling predicates-core v1.0.6 |
1630 | 2024-01-24T18:32:04.032Z | Compiling mime v0.3.17 |
1631 | 2024-01-24T18:32:04.286Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2024-01-24T18:32:05.114Z | Compiling regex-automata v0.3.8 |
1633 | 2024-01-24T18:32:05.832Z | Compiling precomputed-hash v0.1.1 |
1634 | 2024-01-24T18:32:05.992Z | Compiling fixedbitset v0.4.2 |
1635 | 2024-01-24T18:32:06.517Z | Compiling static_assertions v1.1.0 |
1636 | 2024-01-24T18:32:06.658Z | Compiling either v1.9.0 |
1637 | 2024-01-24T18:32:06.663Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1638 | 2024-01-24T18:32:07.181Z | Compiling itertools v0.10.5 |
1639 | 2024-01-24T18:32:07.410Z | Compiling reqwest v0.11.22 |
1640 | 2024-01-24T18:32:08.876Z | Compiling bstr v1.6.0 |
1641 | 2024-01-24T18:32:11.815Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1642 | 2024-01-24T18:32:15.961Z | Compiling petgraph v0.6.4 |
1643 | 2024-01-24T18:32:16.182Z | Compiling string_cache v0.8.7 |
1644 | 2024-01-24T18:32:16.822Z | Compiling predicates v3.1.0 |
1645 | 2024-01-24T18:32:18.923Z | Compiling nom v7.1.3 |
1646 | 2024-01-24T18:32:22.154Z | Compiling tokio-postgres v0.7.10 |
1647 | 2024-01-24T18:32:22.452Z | Compiling trust-dns-proto v0.22.0 |
1648 | 2024-01-24T18:32:25.253Z | Compiling elliptic-curve v0.13.8 |
1649 | 2024-01-24T18:32:32.141Z | Compiling futures v0.3.30 |
1650 | 2024-01-24T18:32:35.143Z | Compiling diesel v2.1.4 |
1651 | 2024-01-24T18:32:35.239Z | Compiling yasna v0.5.2 |
1652 | 2024-01-24T18:32:35.426Z | Compiling zip v0.6.6 |
1653 | 2024-01-24T18:32:36.076Z | Compiling snafu v0.7.5 |
1654 | 2024-01-24T18:32:36.082Z | Compiling crossterm v0.27.0 |
1655 | 2024-01-24T18:32:36.385Z | Compiling cipher v0.4.4 |
1656 | 2024-01-24T18:32:37.118Z | Compiling clap v4.4.3 |
1657 | 2024-01-24T18:32:37.442Z | Compiling similar v2.3.0 |
1658 | 2024-01-24T18:32:37.756Z | Compiling bit-set v0.5.3 |
1659 | 2024-01-24T18:32:37.920Z | Compiling usdt v0.3.5 |
1660 | 2024-01-24T18:32:38.310Z | Compiling console v0.15.8 |
1661 | 2024-01-24T18:32:39.163Z | Compiling tokio-stream v0.1.14 |
1662 | 2024-01-24T18:32:40.394Z | Compiling proc-macro-crate v1.3.1 |
1663 | 2024-01-24T18:32:40.480Z | Compiling toml v0.7.8 |
1664 | 2024-01-24T18:32:40.599Z | Compiling toml_edit v0.21.0 |
1665 | 2024-01-24T18:32:40.781Z | Compiling hex v0.4.3 |
1666 | 2024-01-24T18:32:41.762Z | Compiling proc-macro-error v1.0.4 |
1667 | 2024-01-24T18:32:43.172Z | Compiling heapless v0.8.0 |
1668 | 2024-01-24T18:32:43.217Z | Compiling lalrpop-util v0.19.12 |
1669 | 2024-01-24T18:32:54.739Z | Compiling num_enum_derive v0.5.11 |
1670 | 2024-01-24T18:32:54.739Z | Compiling hash32 v0.3.1 |
1671 | 2024-01-24T18:32:55.056Z | Compiling atty v0.2.14 |
1672 | 2024-01-24T18:32:55.056Z | Compiling ident_case v1.0.1 |
1673 | 2024-01-24T18:32:55.056Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1674 | 2024-01-24T18:32:55.056Z | Compiling rustls-pki-types v1.1.0 |
1675 | 2024-01-24T18:32:55.056Z | Compiling smoltcp v0.11.0 |
1676 | 2024-01-24T18:32:55.057Z | Compiling darling_core v0.20.3 |
1677 | 2024-01-24T18:32:59.648Z | Compiling num_enum v0.5.11 |
1678 | 2024-01-24T18:33:21.490Z | Compiling dirs-sys-next v0.1.2 |
1679 | 2024-01-24T18:33:22.182Z | Compiling cobs v0.2.3 |
1680 | 2024-01-24T18:33:23.283Z | Compiling rustls v0.22.2 |
1681 | 2024-01-24T18:33:23.700Z | Compiling embedded-io v0.4.0 |
1682 | 2024-01-24T18:33:24.127Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1683 | 2024-01-24T18:33:24.215Z | Compiling camino v1.1.6 |
1684 | 2024-01-24T18:33:25.044Z | Compiling postcard v1.0.8 |
1685 | 2024-01-24T18:33:27.682Z | Compiling dirs-next v2.0.0 |
1686 | 2024-01-24T18:33:30.278Z | Compiling darling_macro v0.20.3 |
1687 | 2024-01-24T18:33:37.109Z | Compiling rustls-webpki v0.102.1 |
1688 | 2024-01-24T18:33:42.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1689 | 2024-01-24T18:33:42.660Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1690 | 2024-01-24T18:33:45.241Z | Compiling getopts v0.2.21 |
1691 | 2024-01-24T18:33:50.964Z | Compiling structmeta-derive v0.2.0 |
1692 | 2024-01-24T18:33:51.478Z | Compiling foreign-types-macros v0.2.3 |
1693 | 2024-01-24T18:33:55.308Z | Compiling thread_local v1.1.7 |
1694 | 2024-01-24T18:33:56.010Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1695 | 2024-01-24T18:33:56.463Z | Compiling multer v3.0.0 |
1696 | 2024-01-24T18:33:56.948Z | Compiling unsafe-libyaml v0.2.10 |
1697 | 2024-01-24T18:33:56.948Z | Compiling slog-async v2.8.0 |
1698 | 2024-01-24T18:33:57.558Z | Compiling paste v1.0.14 |
1699 | 2024-01-24T18:33:58.236Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1700 | 2024-01-24T18:33:58.696Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1701 | 2024-01-24T18:34:02.360Z | Compiling foreign-types-shared v0.3.1 |
1702 | 2024-01-24T18:34:02.539Z | Compiling match_cfg v0.1.0 |
1703 | 2024-01-24T18:34:02.684Z | Compiling hostname v0.3.1 |
1704 | 2024-01-24T18:34:03.366Z | Compiling foreign-types v0.5.0 |
1705 | 2024-01-24T18:34:17.149Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1706 | 2024-01-24T18:34:17.689Z | Compiling serde_yaml v0.9.25 |
1707 | 2024-01-24T18:34:23.855Z | Compiling structmeta v0.2.0 |
1708 | 2024-01-24T18:34:26.668Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1709 | 2024-01-24T18:34:33.077Z | Compiling darling v0.20.3 |
1710 | 2024-01-24T18:34:33.457Z | Compiling term v0.7.0 |
1711 | 2024-01-24T18:34:39.489Z | Compiling slog-json v2.6.1 |
1712 | 2024-01-24T18:34:40.279Z | Compiling is-terminal v0.4.9 |
1713 | 2024-01-24T18:34:40.464Z | Compiling crossbeam-channel v0.5.8 |
1714 | 2024-01-24T18:34:43.362Z | Compiling strum v0.25.0 |
1715 | 2024-01-24T18:34:43.655Z | Compiling http v1.0.0 |
1716 | 2024-01-24T18:34:44.035Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2024-01-24T18:34:45.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1718 | 2024-01-24T18:34:45.288Z | Compiling async-stream-impl v0.3.5 |
1719 | 2024-01-24T18:34:46.893Z | Compiling cstr-argument v0.1.2 |
1720 | 2024-01-24T18:34:46.910Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1721 | 2024-01-24T18:34:47.219Z | Compiling pretty-hex v0.2.1 |
1722 | 2024-01-24T18:34:47.270Z | Compiling atomic-waker v1.1.1 |
1723 | 2024-01-24T18:34:47.346Z | Compiling fastrand v2.0.0 |
1724 | 2024-01-24T18:34:49.480Z | Compiling regex-syntax v0.7.5 |
1725 | 2024-01-24T18:34:49.811Z | Compiling take_mut v0.2.2 |
1726 | 2024-01-24T18:34:51.542Z | Compiling crucible-workspace-hack v0.1.0 |
1727 | 2024-01-24T18:34:52.192Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1728 | 2024-01-24T18:34:59.762Z | Compiling parse-display-derive v0.8.2 |
1729 | 2024-01-24T18:35:06.190Z | Compiling tempfile v3.9.0 |
1730 | 2024-01-24T18:35:07.040Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1731 | 2024-01-24T18:35:07.705Z | Compiling waitgroup v0.1.2 |
1732 | 2024-01-24T18:35:08.109Z | Compiling async-stream v0.3.5 |
1733 | 2024-01-24T18:35:08.603Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1734 | 2024-01-24T18:35:13.739Z | Compiling colored v2.0.4 |
1735 | 2024-01-24T18:35:17.196Z | Compiling slog-bunyan v2.5.0 |
1736 | 2024-01-24T18:35:17.196Z | Compiling tokio-rustls v0.25.0 |
1737 | 2024-01-24T18:35:17.196Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1738 | 2024-01-24T18:35:17.196Z | Compiling slog-term v2.9.0 |
1739 | 2024-01-24T18:35:37.869Z | Compiling serde_with_macros v3.4.0 |
1740 | 2024-01-24T18:35:37.870Z | Compiling toml v0.8.8 |
1741 | 2024-01-24T18:35:37.870Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1742 | 2024-01-24T18:35:37.870Z | Compiling rustls-pemfile v2.0.0 |
1743 | 2024-01-24T18:35:37.873Z | Compiling sha1 v0.10.6 |
1744 | 2024-01-24T18:35:37.874Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1745 | 2024-01-24T18:35:37.874Z | Compiling textwrap v0.11.0 |
1746 | 2024-01-24T18:35:37.874Z | Compiling heck v0.3.3 |
1747 | 2024-01-24T18:35:37.874Z | Compiling serde_path_to_error v0.1.15 |
1748 | 2024-01-24T18:35:37.874Z | Compiling instant v0.1.12 |
1749 | 2024-01-24T18:35:37.874Z | Compiling libefi-sys v0.1.0 |
1750 | 2024-01-24T18:35:37.875Z | Compiling strsim v0.8.0 |
1751 | 2024-01-24T18:35:37.875Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1752 | 2024-01-24T18:35:37.875Z | Compiling debug-ignore v1.0.5 |
1753 | 2024-01-24T18:35:37.875Z | Compiling vec_map v0.8.2 |
1754 | 2024-01-24T18:35:37.875Z | Compiling ansi_term v0.12.1 |
1755 | 2024-01-24T18:35:37.876Z | Compiling rayon-core v1.12.0 |
1756 | 2024-01-24T18:35:37.876Z | Compiling clap v2.34.0 |
1757 | 2024-01-24T18:35:37.876Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1758 | 2024-01-24T18:35:37.876Z | Compiling backoff v0.4.0 |
1759 | 2024-01-24T18:35:37.876Z | Compiling structopt-derive v0.4.18 |
1760 | 2024-01-24T18:35:37.876Z | Compiling serde_with v3.4.0 |
1761 | 2024-01-24T18:35:40.768Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1762 | 2024-01-24T18:35:41.449Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1763 | 2024-01-24T18:35:42.145Z | Compiling parse-display v0.8.2 |
1764 | 2024-01-24T18:35:42.186Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1765 | 2024-01-24T18:35:42.186Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1766 | 2024-01-24T18:35:42.280Z | Compiling zone_cfg_derive v0.3.0 |
1767 | 2024-01-24T18:35:43.124Z | Compiling crossbeam-deque v0.8.3 |
1768 | 2024-01-24T18:35:43.613Z | Compiling macaddr v1.0.1 |
1769 | 2024-01-24T18:35:44.754Z | Compiling num-derive v0.4.0 |
1770 | 2024-01-24T18:35:45.341Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1771 | 2024-01-24T18:35:45.341Z | Compiling portable-atomic v1.4.3 |
1772 | 2024-01-24T18:35:46.055Z | Compiling zone v0.3.0 |
1773 | 2024-01-24T18:35:46.533Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1774 | 2024-01-24T18:35:48.173Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1775 | 2024-01-24T18:35:51.289Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1776 | 2024-01-24T18:35:51.575Z | Compiling structopt v0.3.26 |
1777 | 2024-01-24T18:35:52.336Z | Compiling camino-tempfile v1.1.1 |
1778 | 2024-01-24T18:35:53.547Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1779 | 2024-01-24T18:35:53.838Z | Compiling smf v0.2.2 |
1780 | 2024-01-24T18:35:55.701Z | Compiling filetime v0.2.23 |
1781 | 2024-01-24T18:36:13.951Z | Compiling xattr v1.0.1 |
1782 | 2024-01-24T18:36:14.098Z | Compiling same-file v1.0.6 |
1783 | 2024-01-24T18:36:14.099Z | Compiling walkdir v2.4.0 |
1784 | 2024-01-24T18:36:14.103Z | Compiling tar v0.4.40 |
1785 | 2024-01-24T18:36:14.103Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1786 | 2024-01-24T18:36:14.103Z | Compiling rayon v1.8.0 |
1787 | 2024-01-24T18:36:14.103Z | Compiling number_prefix v0.4.0 |
1788 | 2024-01-24T18:36:14.103Z | Compiling topological-sort v0.2.2 |
1789 | 2024-01-24T18:36:14.103Z | Compiling omicron-zone-package v0.10.1 |
1790 | 2024-01-24T18:36:14.103Z | Compiling swrite v0.1.0 |
1791 | 2024-01-24T18:36:14.104Z | Compiling indicatif v0.17.7 |
1792 | 2024-01-24T18:36:25.245Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1793 | 2024-01-24T18:36:52.216Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1794 | 2024-01-24T18:36:52.264Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1795 | 2024-01-24T18:36:52.264Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1796 | 2024-01-24T18:37:07.699Z | Finished release [optimized] target(s) in 8m 11s |
1797 | 2024-01-24T18:37:07.941Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1798 | 2024-01-24T18:37:08.025Z | Created new build target 'test' and set it as active |
1799 | 2024-01-24T18:37:08.028Z | |
1800 | 2024-01-24T18:37:08.028Z | real 8:12.094588601 |
1801 | 2024-01-24T18:37:08.029Z | user 52:45.039237455 |
1802 | 2024-01-24T18:37:08.029Z | sys 4:33.099302977 |
1803 | 2024-01-24T18:37:08.029Z | trap 1.962711742 |
1804 | 2024-01-24T18:37:08.029Z | tflt 4.326326221 |
1805 | 2024-01-24T18:37:08.029Z | dflt 4.894286509 |
1806 | 2024-01-24T18:37:08.029Z | kflt 0.024057767 |
1807 | 2024-01-24T18:37:08.029Z | lock 1:54:38.100329865 |
1808 | 2024-01-24T18:37:08.029Z | slp 2:27:47.031270863 |
1809 | 2024-01-24T18:37:08.029Z | lat 2:28.558045343 |
1810 | 2024-01-24T18:37:08.029Z | stop 3:51.649108328 |
1811 | 2024-01-24T18:37:08.029Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1812 | 2024-01-24T18:37:09.177Z | Finished release [optimized] target(s) in 1.06s |
1813 | 2024-01-24T18:37:09.207Z | Running `target/release/omicron-package -t test package` |
1814 | 2024-01-24T18:37:09.241Z | Jan 24 18:37:08.831 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1815 | 2024-01-24T18:37:10.425Z | Compiling linked-hash-map v0.5.6 |
1816 | 2024-01-24T18:37:10.429Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1817 | 2024-01-24T18:37:10.429Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1818 | 2024-01-24T18:37:10.429Z | Compiling password-hash v0.5.0 |
1819 | 2024-01-24T18:37:10.429Z | Compiling blake2 v0.10.6 |
1820 | 2024-01-24T18:37:10.454Z | Compiling semver v0.1.20 |
1821 | 2024-01-24T18:37:10.457Z | Compiling quick-error v1.2.3 |
1822 | 2024-01-24T18:37:10.563Z | Compiling same-file v1.0.6 |
1823 | 2024-01-24T18:37:10.704Z | Compiling resolv-conf v0.7.0 |
1824 | 2024-01-24T18:37:10.815Z | Compiling walkdir v2.4.0 |
1825 | 2024-01-24T18:37:11.032Z | Compiling lru-cache v0.1.2 |
1826 | 2024-01-24T18:37:11.302Z | Compiling argon2 v0.5.2 |
1827 | 2024-01-24T18:37:11.345Z | Compiling rustc_version v0.1.7 |
1828 | 2024-01-24T18:37:11.809Z | Compiling semver-parser v0.10.2 |
1829 | 2024-01-24T18:37:11.931Z | Compiling newtype_derive v0.1.6 |
1830 | 2024-01-24T18:37:12.406Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1831 | 2024-01-24T18:37:13.096Z | Compiling slog-dtrace v0.2.3 |
1832 | 2024-01-24T18:37:13.121Z | Compiling fastrand v2.0.0 |
1833 | 2024-01-24T18:37:13.384Z | Compiling semver v0.11.0 |
1834 | 2024-01-24T18:37:13.905Z | Compiling tempfile v3.9.0 |
1835 | 2024-01-24T18:37:13.999Z | Compiling trust-dns-resolver v0.22.0 |
1836 | 2024-01-24T18:37:14.479Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1837 | 2024-01-24T18:37:14.611Z | Compiling nibble_vec v0.1.0 |
1838 | 2024-01-24T18:37:14.824Z | Compiling filetime v0.2.23 |
1839 | 2024-01-24T18:37:15.419Z | Compiling xattr v1.0.1 |
1840 | 2024-01-24T18:37:15.420Z | Compiling home v0.5.5 |
1841 | 2024-01-24T18:37:15.420Z | Compiling endian-type v0.1.2 |
1842 | 2024-01-24T18:37:15.420Z | Compiling tar v0.4.40 |
1843 | 2024-01-24T18:37:15.420Z | Compiling toolchain_find v0.2.0 |
1844 | 2024-01-24T18:37:15.420Z | Compiling radix_trie v0.2.1 |
1845 | 2024-01-24T18:37:16.375Z | Compiling itertools v0.12.0 |
1846 | 2024-01-24T18:37:16.393Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1847 | 2024-01-24T18:37:16.639Z | Compiling toml v0.5.11 |
1848 | 2024-01-24T18:37:16.728Z | Compiling topological-sort v0.2.2 |
1849 | 2024-01-24T18:37:17.016Z | Compiling omicron-zone-package v0.10.1 |
1850 | 2024-01-24T18:37:17.961Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1851 | 2024-01-24T18:37:18.205Z | Compiling steno v0.4.0 |
1852 | 2024-01-24T18:37:18.227Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1853 | 2024-01-24T18:37:21.732Z | Compiling rustfmt-wrapper v0.2.0 |
1854 | 2024-01-24T18:37:22.068Z | Compiling toml v0.8.8 |
1855 | 2024-01-24T18:37:22.669Z | Compiling num-rational v0.4.1 |
1856 | 2024-01-24T18:37:23.203Z | Compiling cancel-safe-futures v0.1.5 |
1857 | 2024-01-24T18:37:23.812Z | Compiling num-complex v0.4.4 |
1858 | 2024-01-24T18:37:24.559Z | Compiling fxhash v0.2.1 |
1859 | 2024-01-24T18:37:24.675Z | Compiling utf-8 v0.7.6 |
1860 | 2024-01-24T18:37:24.794Z | Compiling radium v0.7.0 |
1861 | 2024-01-24T18:37:25.360Z | Compiling tungstenite v0.20.1 |
1862 | 2024-01-24T18:37:25.472Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1863 | 2024-01-24T18:37:25.833Z | Compiling num v0.4.1 |
1864 | 2024-01-24T18:37:25.979Z | Compiling unicase v2.7.0 |
1865 | 2024-01-24T18:37:26.413Z | Compiling half v1.8.2 |
1866 | 2024-01-24T18:37:27.033Z | Compiling ciborium-io v0.2.1 |
1867 | 2024-01-24T18:37:27.216Z | Compiling tap v1.0.1 |
1868 | 2024-01-24T18:37:27.476Z | Compiling maybe-uninit v2.0.0 |
1869 | 2024-01-24T18:37:28.080Z | Compiling wyz v0.5.1 |
1870 | 2024-01-24T18:37:28.199Z | Compiling ciborium-ll v0.2.1 |
1871 | 2024-01-24T18:37:28.352Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1872 | 2024-01-24T18:37:28.854Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-01-24T18:37:29.742Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1874 | 2024-01-24T18:37:29.909Z | Compiling funty v2.0.0 |
1875 | 2024-01-24T18:37:34.705Z | Compiling num-bigint-dig v0.8.4 |
1876 | 2024-01-24T18:37:34.897Z | Compiling crc-catalog v2.2.0 |
1877 | 2024-01-24T18:37:35.128Z | Compiling packed_struct v0.10.1 |
1878 | 2024-01-24T18:37:35.132Z | Compiling arc-swap v1.6.0 |
1879 | 2024-01-24T18:37:35.748Z | Compiling crc v3.0.1 |
1880 | 2024-01-24T18:37:36.320Z | Compiling slog-scope v4.4.0 |
1881 | 2024-01-24T18:37:36.874Z | Compiling bitvec v1.0.1 |
1882 | 2024-01-24T18:37:37.779Z | Compiling ciborium v0.2.1 |
1883 | 2024-01-24T18:37:41.589Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1884 | 2024-01-24T18:37:41.736Z | Compiling libsw v3.3.1 |
1885 | 2024-01-24T18:37:42.220Z | Compiling derive-where v1.2.7 |
1886 | 2024-01-24T18:37:44.331Z | Compiling packed_struct_codegen v0.10.1 |
1887 | 2024-01-24T18:37:47.628Z | Compiling indexmap v1.9.3 |
1888 | 2024-01-24T18:37:48.037Z | Compiling display-error-chain v0.2.0 |
1889 | 2024-01-24T18:37:48.702Z | Compiling owo-colors v3.5.0 |
1890 | 2024-01-24T18:37:48.706Z | Compiling linear-map v1.2.0 |
1891 | 2024-01-24T18:37:49.332Z | Compiling parking_lot_core v0.8.6 |
1892 | 2024-01-24T18:37:50.302Z | Compiling nodrop v0.1.14 |
1893 | 2024-01-24T18:37:50.306Z | Compiling array-init v0.0.4 |
1894 | 2024-01-24T18:37:52.171Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1895 | 2024-01-24T18:37:53.698Z | Compiling smallvec v0.6.14 |
1896 | 2024-01-24T18:37:54.385Z | Compiling slog-stdlog v4.1.1 |
1897 | 2024-01-24T18:37:59.373Z | Compiling pkcs1 v0.7.5 |
1898 | 2024-01-24T18:38:01.312Z | Compiling signature v2.1.0 |
1899 | 2024-01-24T18:38:01.657Z | Compiling hashbrown v0.12.3 |
1900 | 2024-01-24T18:38:03.789Z | Compiling bitfield v0.14.0 |
1901 | 2024-01-24T18:38:04.271Z | Compiling convert_case v0.4.0 |
1902 | 2024-01-24T18:38:05.672Z | Compiling termcolor v1.2.0 |
1903 | 2024-01-24T18:38:05.729Z | Compiling derive_more v0.99.17 |
1904 | 2024-01-24T18:38:06.824Z | Compiling env_logger v0.10.0 |
1905 | 2024-01-24T18:38:07.682Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1906 | 2024-01-24T18:38:09.953Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1907 | 2024-01-24T18:38:15.055Z | Compiling rsa v0.9.2 |
1908 | 2024-01-24T18:38:15.911Z | Compiling slog-envlogger v2.2.0 |
1909 | 2024-01-24T18:38:16.152Z | Compiling serde-hex v0.1.0 |
1910 | 2024-01-24T18:38:39.256Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1911 | 2024-01-24T18:38:39.414Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1912 | 2024-01-24T18:38:39.685Z | Compiling x509-cert v0.2.4 |
1913 | 2024-01-24T18:38:39.685Z | Compiling ron v0.8.1 |
1914 | 2024-01-24T18:38:39.686Z | Compiling dirs-sys-next v0.1.2 |
1915 | 2024-01-24T18:38:39.686Z | Compiling glob v0.3.1 |
1916 | 2024-01-24T18:38:39.686Z | Compiling platforms v3.0.2 |
1917 | 2024-01-24T18:38:39.686Z | Compiling crc-any v2.4.3 |
1918 | 2024-01-24T18:38:39.686Z | Compiling crunchy v0.2.2 |
1919 | 2024-01-24T18:38:39.686Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1920 | 2024-01-24T18:38:39.686Z | Compiling clang-sys v1.6.1 |
1921 | 2024-01-24T18:38:39.686Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2024-01-24T18:38:39.686Z | Compiling dirs-next v2.0.0 |
1923 | 2024-01-24T18:38:39.686Z | Compiling parking_lot v0.11.2 |
1924 | 2024-01-24T18:38:42.644Z | Compiling mime_guess v2.0.4 |
1925 | 2024-01-24T18:38:42.853Z | Compiling object v0.30.4 |
1926 | 2024-01-24T18:38:43.206Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1927 | 2024-01-24T18:38:44.710Z | Compiling trust-dns-client v0.22.0 |
1928 | 2024-01-24T18:39:00.020Z | Compiling pem v3.0.2 |
1929 | 2024-01-24T18:39:00.020Z | Compiling tiny-keccak v2.0.2 |
1930 | 2024-01-24T18:39:00.021Z | Compiling prettyplease v0.2.16 |
1931 | 2024-01-24T18:39:00.021Z | Compiling path-slash v0.1.5 |
1932 | 2024-01-24T18:39:00.021Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1933 | 2024-01-24T18:39:00.506Z | Compiling trust-dns-server v0.22.1 |
1934 | 2024-01-24T18:39:08.669Z | Compiling sled v0.34.7 |
1935 | 2024-01-24T18:39:11.010Z | Compiling term v0.7.0 |
1936 | 2024-01-24T18:39:13.684Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1937 | 2024-01-24T18:39:13.946Z | Compiling darling_core v0.14.4 |
1938 | 2024-01-24T18:39:18.492Z | Compiling vte_generate_state_changes v0.1.1 |
1939 | 2024-01-24T18:39:19.342Z | Compiling pretty-hex v0.4.1 |
1940 | 2024-01-24T18:39:19.957Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1941 | 2024-01-24T18:39:30.865Z | Compiling vte v0.11.1 |
1942 | 2024-01-24T18:39:30.865Z | Compiling darling_macro v0.14.4 |
1943 | 2024-01-24T18:39:30.865Z | Compiling curve25519-dalek v4.1.1 |
1944 | 2024-01-24T18:39:30.865Z | Compiling ascii-canvas v3.0.0 |
1945 | 2024-01-24T18:39:30.865Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1946 | 2024-01-24T18:39:30.865Z | Compiling fd-lock v3.0.13 |
1947 | 2024-01-24T18:39:30.865Z | Compiling is-terminal v0.4.9 |
1948 | 2024-01-24T18:39:30.865Z | Compiling kstat-rs v0.2.3 |
1949 | 2024-01-24T18:39:30.865Z | Compiling ena v0.14.2 |
1950 | 2024-01-24T18:39:30.865Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1951 | 2024-01-24T18:39:31.678Z | Compiling libloading v0.7.4 |
1952 | 2024-01-24T18:39:32.200Z | Compiling memoffset v0.7.1 |
1953 | 2024-01-24T18:39:32.674Z | Compiling bindgen v0.65.1 |
1954 | 2024-01-24T18:39:33.305Z | Compiling keccak v0.1.4 |
1955 | 2024-01-24T18:39:34.924Z | Compiling buf-list v1.0.3 |
1956 | 2024-01-24T18:39:35.164Z | Compiling bytecount v0.6.3 |
1957 | 2024-01-24T18:39:35.645Z | Compiling diff v0.1.13 |
1958 | 2024-01-24T18:39:36.141Z | Compiling regex-syntax v0.6.29 |
1959 | 2024-01-24T18:39:36.633Z | Compiling papergrid v0.10.0 |
1960 | 2024-01-24T18:39:45.086Z | Compiling lalrpop v0.19.12 |
1961 | 2024-01-24T18:39:46.370Z | Compiling sha3 v0.10.8 |
1962 | 2024-01-24T18:39:48.603Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1963 | 2024-01-24T18:39:48.918Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1964 | 2024-01-24T18:40:02.036Z | Compiling darling v0.14.4 |
1965 | 2024-01-24T18:40:02.334Z | Compiling strip-ansi-escapes v0.2.0 |
1966 | 2024-01-24T18:40:05.877Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1967 | 2024-01-24T18:40:06.352Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1968 | 2024-01-24T18:40:07.398Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1969 | 2024-01-24T18:40:09.414Z | Compiling tabled_derive v0.6.0 |
1970 | 2024-01-24T18:40:13.005Z | Compiling nix v0.26.4 |
1971 | 2024-01-24T18:40:15.827Z | Compiling cexpr v0.6.0 |
1972 | 2024-01-24T18:40:16.246Z | Compiling which v4.4.0 |
1973 | 2024-01-24T18:40:16.260Z | Compiling universal-hash v0.5.1 |
1974 | 2024-01-24T18:40:16.551Z | Compiling secrecy v0.8.0 |
1975 | 2024-01-24T18:40:16.936Z | Compiling sqlparser_derive v0.2.2 |
1976 | 2024-01-24T18:40:17.035Z | Compiling curve25519-dalek-derive v0.1.0 |
1977 | 2024-01-24T18:40:18.093Z | Compiling thiserror-impl-no-std v2.0.2 |
1978 | 2024-01-24T18:40:18.278Z | Compiling lazycell v1.3.0 |
1979 | 2024-01-24T18:40:18.506Z | Compiling nu-ansi-term v0.49.0 |
1980 | 2024-01-24T18:40:18.527Z | Compiling shlex v1.1.0 |
1981 | 2024-01-24T18:40:19.184Z | Compiling rustc-hash v1.1.0 |
1982 | 2024-01-24T18:40:19.355Z | Compiling opaque-debug v0.3.0 |
1983 | 2024-01-24T18:40:19.390Z | Compiling unicode_categories v0.1.1 |
1984 | 2024-01-24T18:40:19.424Z | Compiling peeking_take_while v0.1.2 |
1985 | 2024-01-24T18:40:19.485Z | Compiling poly1305 v0.8.0 |
1986 | 2024-01-24T18:40:19.927Z | Compiling sqlformat v0.2.3 |
1987 | 2024-01-24T18:40:22.067Z | Compiling reedline v0.28.0 |
1988 | 2024-01-24T18:40:22.639Z | Compiling thiserror-no-std v2.0.2 |
1989 | 2024-01-24T18:40:22.823Z | Compiling rustyline v12.0.0 |
1990 | 2024-01-24T18:40:32.415Z | Compiling polar-core v0.27.0 |
1991 | 2024-01-24T18:40:33.843Z | Compiling sqlparser v0.41.0 |
1992 | 2024-01-24T18:40:34.595Z | Compiling tabled v0.14.0 |
1993 | 2024-01-24T18:40:34.700Z | Compiling derive_builder_core v0.12.0 |
1994 | 2024-01-24T18:40:42.054Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1995 | 2024-01-24T18:40:42.967Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1996 | 2024-01-24T18:40:43.559Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1997 | 2024-01-24T18:40:43.970Z | Compiling chacha20 v0.9.1 |
1998 | 2024-01-24T18:40:44.700Z | Compiling headers-core v0.2.0 |
1999 | 2024-01-24T18:40:44.945Z | Compiling aead v0.5.2 |
2000 | 2024-01-24T18:40:45.414Z | Compiling bcs v0.1.6 |
2001 | 2024-01-24T18:40:45.424Z | Compiling libxml v0.3.3 |
2002 | 2024-01-24T18:40:45.990Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2003 | 2024-01-24T18:40:46.346Z | Compiling signature v1.6.4 |
2004 | 2024-01-24T18:40:46.560Z | Compiling highway v1.1.0 |
2005 | 2024-01-24T18:40:46.846Z | Compiling salty v0.2.0 |
2006 | 2024-01-24T18:40:47.467Z | Compiling ref-cast v1.0.20 |
2007 | 2024-01-24T18:40:48.134Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2008 | 2024-01-24T18:40:48.730Z | Compiling ed25519 v1.5.3 |
2009 | 2024-01-24T18:40:49.042Z | Compiling chacha20poly1305 v0.10.1 |
2010 | 2024-01-24T18:40:49.218Z | Compiling headers v0.3.9 |
2011 | 2024-01-24T18:40:49.364Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2012 | 2024-01-24T18:40:52.010Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2013 | 2024-01-24T18:41:05.894Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2014 | 2024-01-24T18:41:05.894Z | Compiling derive_builder_macro v0.12.0 |
2015 | 2024-01-24T18:41:05.894Z | Compiling vsss-rs v3.3.4 |
2016 | 2024-01-24T18:41:05.894Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2017 | 2024-01-24T18:41:06.671Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2018 | 2024-01-24T18:41:07.185Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2019 | 2024-01-24T18:41:07.601Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2020 | 2024-01-24T18:41:08.374Z | Compiling globset v0.4.13 |
2021 | 2024-01-24T18:41:12.336Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2022 | 2024-01-24T18:41:17.067Z | Compiling olpc-cjson v0.1.3 |
2023 | 2024-01-24T18:41:17.145Z | Compiling strum_macros v0.24.3 |
2024 | 2024-01-24T18:41:17.406Z | Compiling serde_plain v1.0.2 |
2025 | 2024-01-24T18:41:17.958Z | Compiling serde-big-array v0.5.1 |
2026 | 2024-01-24T18:41:18.234Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2027 | 2024-01-24T18:41:18.327Z | Compiling ref-cast-impl v1.0.20 |
2028 | 2024-01-24T18:41:19.502Z | Compiling async-recursion v1.0.5 |
2029 | 2024-01-24T18:41:20.116Z | Compiling cookie v0.18.0 |
2030 | 2024-01-24T18:41:20.492Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2031 | 2024-01-24T18:41:20.911Z | Compiling typed-path v0.7.0 |
2032 | 2024-01-24T18:41:21.012Z | Compiling http-range v0.1.5 |
2033 | 2024-01-24T18:41:22.707Z | Compiling indoc v1.0.9 |
2034 | 2024-01-24T18:41:22.957Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2035 | 2024-01-24T18:41:23.018Z | Compiling hyper-staticfile v0.9.5 |
2036 | 2024-01-24T18:41:25.547Z | Compiling tough v0.16.0 |
2037 | 2024-01-24T18:41:28.739Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2038 | 2024-01-24T18:41:29.539Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2039 | 2024-01-24T18:41:35.994Z | Compiling derive_builder v0.12.0 |
2040 | 2024-01-24T18:41:57.233Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2041 | 2024-01-24T18:41:57.639Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2042 | 2024-01-24T18:42:00.190Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2043 | 2024-01-24T18:42:01.608Z | Compiling signal-hook-tokio v0.3.1 |
2044 | 2024-01-24T18:42:01.878Z | Compiling bb8 v0.8.1 |
2045 | 2024-01-24T18:42:02.784Z | Compiling quick-xml v0.23.1 |
2046 | 2024-01-24T18:42:05.123Z | Compiling serde-big-array v0.4.1 |
2047 | 2024-01-24T18:42:05.399Z | Compiling impl-trait-for-tuples v0.2.2 |
2048 | 2024-01-24T18:42:06.495Z | Compiling oso-derive v0.27.0 |
2049 | 2024-01-24T18:42:08.005Z | Compiling maplit v1.0.2 |
2050 | 2024-01-24T18:42:08.161Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2051 | 2024-01-24T18:42:21.664Z | Compiling oso v0.27.0 |
2052 | 2024-01-24T18:42:24.450Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2053 | 2024-01-24T18:42:25.577Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2054 | 2024-01-24T18:42:29.051Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2055 | 2024-01-24T18:42:36.977Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2056 | 2024-01-24T18:42:39.167Z | Compiling fs-err v2.11.0 |
2057 | 2024-01-24T18:42:39.631Z | Compiling corncobs v0.1.3 |
2058 | 2024-01-24T18:42:40.260Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2059 | 2024-01-24T18:42:41.752Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2060 | 2024-01-24T18:42:42.317Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2061 | 2024-01-24T18:42:45.949Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2062 | 2024-01-24T18:42:55.108Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2063 | 2024-01-24T18:42:55.575Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2064 | 2024-01-24T18:43:18.699Z | Compiling rcgen v0.12.0 |
2065 | 2024-01-24T18:43:45.509Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2066 | 2024-01-24T18:43:45.509Z | Compiling atomicwrites v0.4.3 |
2067 | 2024-01-24T18:43:45.509Z | Compiling itertools v0.11.0 |
2068 | 2024-01-24T18:43:45.509Z | Compiling subprocess v0.2.9 |
2069 | 2024-01-24T18:43:45.509Z | Compiling parse-size v1.0.0 |
2070 | 2024-01-24T18:43:45.509Z | Compiling unicode-linebreak v0.1.5 |
2071 | 2024-01-24T18:43:45.509Z | Compiling cassowary v0.3.0 |
2072 | 2024-01-24T18:43:46.344Z | Compiling smawk v0.3.1 |
2073 | 2024-01-24T18:43:46.344Z | Compiling indoc v2.0.3 |
2074 | 2024-01-24T18:43:47.865Z | Compiling ratatui v0.23.0 |
2075 | 2024-01-24T18:43:47.865Z | Compiling textwrap v0.16.0 |
2076 | 2024-01-24T18:43:52.952Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2077 | 2024-01-24T18:44:12.604Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2078 | 2024-01-24T18:44:12.841Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2079 | 2024-01-24T18:44:20.989Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2080 | 2024-01-24T18:44:30.485Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2081 | 2024-01-24T18:44:38.598Z | Compiling fatfs v0.3.6 |
2082 | 2024-01-24T18:44:42.493Z | Compiling nanorand v0.7.0 |
2083 | 2024-01-24T18:44:58.863Z | Compiling rtoolbox v0.0.1 |
2084 | 2024-01-24T18:44:59.127Z | Compiling assert_matches v1.5.0 |
2085 | 2024-01-24T18:44:59.127Z | Compiling humantime v2.1.0 |
2086 | 2024-01-24T18:44:59.127Z | Compiling is_ci v1.1.1 |
2087 | 2024-01-24T18:44:59.127Z | Compiling supports-color v2.1.0 |
2088 | 2024-01-24T18:44:59.127Z | Compiling rpassword v7.3.1 |
2089 | 2024-01-24T18:44:59.127Z | Compiling flume v0.11.0 |
2090 | 2024-01-24T18:44:59.321Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2091 | 2024-01-24T18:44:59.322Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2092 | 2024-01-24T18:44:59.322Z | Compiling tui-tree-widget v0.13.0 |
2093 | 2024-01-24T18:44:59.406Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2094 | 2024-01-24T18:44:59.892Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2095 | 2024-01-24T18:45:00.164Z | Compiling shell-words v1.1.0 |
2096 | 2024-01-24T18:45:00.278Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2097 | 2024-01-24T18:45:00.787Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2098 | 2024-01-24T18:45:39.630Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2099 | 2024-01-24T18:48:21.877Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2100 | 2024-01-24T18:48:22.394Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2101 | 2024-01-24T18:58:34.499Z | Finished release [optimized] target(s) in 21m 25s |
2102 | 2024-01-24T18:59:47.617Z | |
2103 | 2024-01-24T18:59:47.631Z | real 22:39.582526961 |
2104 | 2024-01-24T18:59:47.631Z | user 2:35:04.859130409 |
2105 | 2024-01-24T18:59:47.633Z | sys 5:28.335863731 |
2106 | 2024-01-24T18:59:47.633Z | trap 4.628351561 |
2107 | 2024-01-24T18:59:47.633Z | tflt 1.368877574 |
2108 | 2024-01-24T18:59:47.633Z | dflt 1.488569317 |
2109 | 2024-01-24T18:59:47.633Z | kflt 0.001218945 |
2110 | 2024-01-24T18:59:47.633Z | lock 9:18:42.968325053 |
2111 | 2024-01-24T18:59:47.633Z | slp 6:10:33.188310950 |
2112 | 2024-01-24T18:59:47.633Z | lat 2:45.648769127 |
2113 | 2024-01-24T18:59:47.633Z | stop 43.962919681 |
2114 | 2024-01-24T18:59:47.633Z | + 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/*) |
2115 | 2024-01-24T18:59:47.633Z | + pfexec mkdir -p /work |
2116 | 2024-01-24T18:59:47.634Z | + pfexec chown build /work |
2117 | 2024-01-24T18:59:47.634Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2118 | 2024-01-24T19:00:01.223Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2119 | 2024-01-24T19:00:01.223Z | a out/mg-ddm-gz.tar 61340K |
2120 | 2024-01-24T19:00:01.223Z | a out/omicron-sled-agent.tar 118076K |
2121 | 2024-01-24T19:00:01.223Z | a out/target/test 1K |
2122 | 2024-01-24T19:00:01.223Z | a out/npuzone/npuzone 36313K |
2123 | 2024-01-24T19:00:01.223Z | a package-manifest.toml 23K |
2124 | 2024-01-24T19:00:01.223Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2125 | 2024-01-24T19:00:01.223Z | a target/release/omicron-package 43477K |
2126 | 2024-01-24T19:00:01.223Z | a tools/create_virtual_hardware.sh 4K |
2127 | 2024-01-24T19:00:01.223Z | a tools/virtual_hardware.sh 4K |
2128 | 2024-01-24T19:00:01.224Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2129 | 2024-01-24T19:00:01.224Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2130 | 2024-01-24T19:00:01.224Z | a tools/scrimlet/softnpu-init.sh 3K |
2131 | 2024-01-24T19:00:01.224Z | a tools/scrimlet/softnpu-zone.txt 1K |
2132 | 2024-01-24T19:00:01.224Z | a tools/scrimlet/softnpu.toml 1K |
2133 | 2024-01-24T19:00:01.228Z | |
2134 | 2024-01-24T19:00:01.228Z | real 13.607408684 |
2135 | 2024-01-24T19:00:01.228Z | user 13.027357808 |
2136 | 2024-01-24T19:00:01.228Z | sys 1.043922224 |
2137 | 2024-01-24T19:00:01.228Z | trap 0.004318936 |
2138 | 2024-01-24T19:00:01.228Z | tflt 0.000000000 |
2139 | 2024-01-24T19:00:01.228Z | dflt 0.000000000 |
2140 | 2024-01-24T19:00:01.228Z | kflt 0.000000000 |
2141 | 2024-01-24T19:00:01.228Z | lock 0.000000000 |
2142 | 2024-01-24T19:00:01.228Z | slp 12.731358540 |
2143 | 2024-01-24T19:00:01.228Z | lat 0.404431570 |
2144 | 2024-01-24T19:00:01.229Z | stop 0.000234757 |
2145 | 2024-01-24T19:00:01.229Z | ++ pwd |
2146 | 2024-01-24T19:00:01.233Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2147 | 2024-01-24T19:00:01.233Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2148 | 2024-01-24T19:00:01.233Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2149 | 2024-01-24T19:00:02.392Z | Finished release [optimized] target(s) in 1.07s |
2150 | 2024-01-24T19:00:02.421Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2151 | 2024-01-24T19:00:02.462Z | Created new build target 'host' and set it as active |
2152 | 2024-01-24T19:00:02.466Z | |
2153 | 2024-01-24T19:00:02.466Z | real 1.229518478 |
2154 | 2024-01-24T19:00:02.467Z | user 0.868037570 |
2155 | 2024-01-24T19:00:02.467Z | sys 0.362072012 |
2156 | 2024-01-24T19:00:02.467Z | trap 0.000084134 |
2157 | 2024-01-24T19:00:02.467Z | tflt 0.000014963 |
2158 | 2024-01-24T19:00:02.467Z | dflt 0.000000000 |
2159 | 2024-01-24T19:00:02.467Z | kflt 0.000000000 |
2160 | 2024-01-24T19:00:02.467Z | lock 0.033690085 |
2161 | 2024-01-24T19:00:02.467Z | slp 0.021494565 |
2162 | 2024-01-24T19:00:02.467Z | lat 0.001497045 |
2163 | 2024-01-24T19:00:02.467Z | stop 0.000219165 |
2164 | 2024-01-24T19:00:02.492Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2165 | 2024-01-24T19:00:03.583Z | Finished release [optimized] target(s) in 1.02s |
2166 | 2024-01-24T19:00:03.608Z | Running `target/release/omicron-package -t host package` |
2167 | 2024-01-24T19:00:03.650Z | Jan 24 19:00:03.255 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2168 | 2024-01-24T19:00:04.763Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2169 | 2024-01-24T19:00:26.299Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2170 | 2024-01-24T19:02:23.243Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2171 | 2024-01-24T19:04:35.304Z | Finished release [optimized] target(s) in 4m 31s |
2172 | 2024-01-24T19:06:10.613Z | |
2173 | 2024-01-24T19:06:10.628Z | real 6:08.073821183 |
2174 | 2024-01-24T19:06:10.628Z | user 28:05.173378107 |
2175 | 2024-01-24T19:06:10.628Z | sys 1:18.403899762 |
2176 | 2024-01-24T19:06:10.628Z | trap 0.725316538 |
2177 | 2024-01-24T19:06:10.628Z | tflt 0.045791155 |
2178 | 2024-01-24T19:06:10.628Z | dflt 1.616123013 |
2179 | 2024-01-24T19:06:10.628Z | kflt 0.000000000 |
2180 | 2024-01-24T19:06:10.628Z | lock 1:37:32.262574366 |
2181 | 2024-01-24T19:06:10.628Z | slp 30:43.843528143 |
2182 | 2024-01-24T19:06:10.629Z | lat 13.332096652 |
2183 | 2024-01-24T19:06:10.629Z | stop 1.340157702 |
2184 | 2024-01-24T19:06:10.629Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2185 | 2024-01-24T19:06:10.629Z | + for package in "$@" |
2186 | 2024-01-24T19:06:10.629Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2187 | 2024-01-24T19:06:10.629Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git2dec2168732 |
2188 | 2024-01-24T19:06:11.724Z | Finished release [optimized] target(s) in 1.04s |
2189 | 2024-01-24T19:06:11.739Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git2dec2168732` |
2190 | 2024-01-24T19:06:11.754Z | Jan 24 19:06:11.348 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2191 | 2024-01-24T19:06:12.311Z | Created: out/versioned/omicron-sled-agent.tar |
2192 | 2024-01-24T19:06:12.328Z | + for package in "$@" |
2193 | 2024-01-24T19:06:12.328Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2194 | 2024-01-24T19:06:12.328Z | + echo 0.0.0 |
2195 | 2024-01-24T19:06:12.329Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2196 | 2024-01-24T19:06:12.329Z | a VERSION 1K |
2197 | 2024-01-24T19:06:12.329Z | + rm VERSION |
2198 | 2024-01-24T19:06:12.330Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git2dec2168732 |
2199 | 2024-01-24T19:06:13.375Z | Finished release [optimized] target(s) in 0.98s |
2200 | 2024-01-24T19:06:13.411Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git2dec2168732` |
2201 | 2024-01-24T19:06:13.460Z | Jan 24 19:06:13.054 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2202 | 2024-01-24T19:06:13.745Z | Created: out/versioned/mg-ddm-gz.tar |
2203 | 2024-01-24T19:06:13.806Z | + for package in "$@" |
2204 | 2024-01-24T19:06:13.806Z | + [[ propolis-server == mg-ddm-gz ]] |
2205 | 2024-01-24T19:06:13.806Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git2dec2168732 |
2206 | 2024-01-24T19:06:14.860Z | Finished release [optimized] target(s) in 1.01s |
2207 | 2024-01-24T19:06:14.959Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git2dec2168732` |
2208 | 2024-01-24T19:06:15.379Z | Jan 24 19:06:14.527 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2209 | 2024-01-24T19:06:16.610Z | Created: out/versioned/propolis-server.tar.gz |
2210 | 2024-01-24T19:06:16.622Z | + for package in "$@" |
2211 | 2024-01-24T19:06:16.622Z | + [[ overlay == mg-ddm-gz ]] |
2212 | 2024-01-24T19:06:16.622Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git2dec2168732 |
2213 | 2024-01-24T19:06:17.678Z | Finished release [optimized] target(s) in 0.98s |
2214 | 2024-01-24T19:06:17.721Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git2dec2168732` |
2215 | 2024-01-24T19:06:17.754Z | Jan 24 19:06:17.353 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2216 | 2024-01-24T19:06:17.769Z | Created: out/versioned/overlay.tar.gz |
2217 | 2024-01-24T19:06:17.769Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2218 | 2024-01-24T19:06:17.769Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2219 | 2024-01-24T19:06:17.770Z | ++ cd -- ./tools |
2220 | 2024-01-24T19:06:17.770Z | ++ pwd |
2221 | 2024-01-24T19:06:17.771Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2222 | 2024-01-24T19:06:17.772Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2223 | 2024-01-24T19:06:17.920Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2224 | 2024-01-24T19:06:17.932Z | ++ readlink -f /work |
2225 | 2024-01-24T19:06:17.933Z | + out_dir=/work |
2226 | 2024-01-24T19:06:17.933Z | + 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") |
2227 | 2024-01-24T19:06:17.933Z | + for dep in "${deps[@]}" |
2228 | 2024-01-24T19:06:17.933Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2229 | 2024-01-24T19:06:17.934Z | + for dep in "${deps[@]}" |
2230 | 2024-01-24T19:06:17.934Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2231 | 2024-01-24T19:06:17.934Z | + for dep in "${deps[@]}" |
2232 | 2024-01-24T19:06:17.934Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2233 | 2024-01-24T19:06:17.934Z | + for dep in "${deps[@]}" |
2234 | 2024-01-24T19:06:17.935Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2235 | 2024-01-24T19:06:17.935Z | ++ mktemp -d |
2236 | 2024-01-24T19:06:17.935Z | + tmp_gz=/tmp/tmp.y4aWBh |
2237 | 2024-01-24T19:06:17.935Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2238 | 2024-01-24T19:06:17.935Z | + echo '{"v":"1","t":"layer"}' |
2239 | 2024-01-24T19:06:17.936Z | + pkg_dir=/tmp/tmp.y4aWBh/root/opt/oxide/sled-agent |
2240 | 2024-01-24T19:06:17.936Z | + mkdir -p /tmp/tmp.y4aWBh/root/opt/oxide/sled-agent |
2241 | 2024-01-24T19:06:17.936Z | + cd /tmp/tmp.y4aWBh/root/opt/oxide/sled-agent |
2242 | 2024-01-24T19:06:17.936Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2243 | 2024-01-24T19:06:18.019Z | x ., 0 bytes, 0 tape blocks |
2244 | 2024-01-24T19:06:18.019Z | x zone-bundle, 41355296 bytes, 80773 tape blocks |
2245 | 2024-01-24T19:06:18.019Z | x sled-agent, 79528752 bytes, 155330 tape blocks |
2246 | 2024-01-24T19:06:18.019Z | x pkg, 0 bytes, 0 tape blocks |
2247 | 2024-01-24T19:06:18.019Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2248 | 2024-01-24T19:06:18.020Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2249 | 2024-01-24T19:06:18.020Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2250 | 2024-01-24T19:06:18.020Z | x VERSION, 25 bytes, 1 tape blocks |
2251 | 2024-01-24T19:06:18.029Z | + mkdir -p /tmp/tmp.y4aWBh/root/lib/svc/manifest/site/ |
2252 | 2024-01-24T19:06:18.030Z | + mv pkg/manifest.xml /tmp/tmp.y4aWBh/root/lib/svc/manifest/site/sled-agent.xml |
2253 | 2024-01-24T19:06:18.030Z | + cd - |
2254 | 2024-01-24T19:06:18.030Z | /work/oxidecomputer/omicron |
2255 | 2024-01-24T19:06:18.030Z | + pkg_dir=/tmp/tmp.y4aWBh/root/opt/oxide/mg-ddm |
2256 | 2024-01-24T19:06:18.030Z | + mkdir -p /tmp/tmp.y4aWBh/root/opt/oxide/mg-ddm |
2257 | 2024-01-24T19:06:18.030Z | + cd /tmp/tmp.y4aWBh/root/opt/oxide/mg-ddm |
2258 | 2024-01-24T19:06:18.031Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2259 | 2024-01-24T19:06:18.542Z | x ., 0 bytes, 0 tape blocks |
2260 | 2024-01-24T19:06:18.542Z | x ddmadm, 32975144 bytes, 64405 tape blocks |
2261 | 2024-01-24T19:06:18.543Z | x ddmd, 29823960 bytes, 58250 tape blocks |
2262 | 2024-01-24T19:06:18.543Z | x pkg, 0 bytes, 0 tape blocks |
2263 | 2024-01-24T19:06:18.543Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2264 | 2024-01-24T19:06:18.544Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2265 | 2024-01-24T19:06:18.544Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2266 | 2024-01-24T19:06:18.544Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2267 | 2024-01-24T19:06:18.544Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2268 | 2024-01-24T19:06:18.544Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2269 | 2024-01-24T19:06:18.545Z | x VERSION, 25 bytes, 1 tape blocks |
2270 | 2024-01-24T19:06:20.650Z | + cd - |
2271 | 2024-01-24T19:06:20.650Z | /work/oxidecomputer/omicron |
2272 | 2024-01-24T19:06:20.650Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.y4aWBh/root/opt/oxide |
2273 | 2024-01-24T19:06:20.650Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.y4aWBh/root/opt/oxide |
2274 | 2024-01-24T19:06:20.651Z | + cd /tmp/tmp.y4aWBh |
2275 | 2024-01-24T19:06:20.651Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2276 | 2024-01-24T19:06:30.378Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2277 | 2024-01-24T19:06:30.378Z | a oxide.json 1K |
2278 | 2024-01-24T19:06:30.379Z | a root/ 0K |
2279 | 2024-01-24T19:06:30.379Z | a root/opt/ 0K |
2280 | 2024-01-24T19:06:30.379Z | a root/opt/oxide/ 0K |
2281 | 2024-01-24T19:06:30.379Z | a root/opt/oxide/sled-agent/ 0K |
2282 | 2024-01-24T19:06:30.379Z | a root/opt/oxide/sled-agent/zone-bundle 40387K |
2283 | 2024-01-24T19:06:30.379Z | a root/opt/oxide/sled-agent/sled-agent 77665K |
2284 | 2024-01-24T19:06:30.379Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2285 | 2024-01-24T19:06:30.379Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2286 | 2024-01-24T19:06:30.380Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2287 | 2024-01-24T19:06:30.380Z | a root/opt/oxide/sled-agent/VERSION 1K |
2288 | 2024-01-24T19:06:30.380Z | a root/opt/oxide/mg-ddm/ 0K |
2289 | 2024-01-24T19:06:30.380Z | a root/opt/oxide/mg-ddm/ddmadm 32203K |
2290 | 2024-01-24T19:06:30.380Z | a root/opt/oxide/mg-ddm/ddmd 29125K |
2291 | 2024-01-24T19:06:30.380Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2292 | 2024-01-24T19:06:30.381Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2293 | 2024-01-24T19:06:30.381Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2294 | 2024-01-24T19:06:30.381Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2295 | 2024-01-24T19:06:30.381Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2296 | 2024-01-24T19:06:30.381Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2297 | 2024-01-24T19:06:30.381Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2298 | 2024-01-24T19:06:30.382Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2299 | 2024-01-24T19:06:30.382Z | a root/opt/oxide/propolis-server.tar.gz 62459K |
2300 | 2024-01-24T19:06:30.382Z | a root/opt/oxide/overlay.tar.gz 3K |
2301 | 2024-01-24T19:06:30.382Z | a root/lib/ 0K |
2302 | 2024-01-24T19:06:30.382Z | a root/lib/svc/ 0K |
2303 | 2024-01-24T19:06:30.382Z | a root/lib/svc/manifest/ 0K |
2304 | 2024-01-24T19:06:30.382Z | a root/lib/svc/manifest/site/ 0K |
2305 | 2024-01-24T19:06:30.383Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2306 | 2024-01-24T19:06:30.401Z | + cd / |
2307 | 2024-01-24T19:06:30.401Z | + rm -rf /tmp/tmp.y4aWBh |
2308 | 2024-01-24T19:06:30.401Z | |
2309 | 2024-01-24T19:06:30.402Z | real 12.263321912 |
2310 | 2024-01-24T19:06:30.402Z | user 11.271912705 |
2311 | 2024-01-24T19:06:30.402Z | sys 0.935954648 |
2312 | 2024-01-24T19:06:30.402Z | trap 0.004345881 |
2313 | 2024-01-24T19:06:30.402Z | tflt 0.000000000 |
2314 | 2024-01-24T19:06:30.404Z | dflt 0.000000000 |
2315 | 2024-01-24T19:06:30.404Z | kflt 0.000000000 |
2316 | 2024-01-24T19:06:30.405Z | lock 0.000000000 |
2317 | 2024-01-24T19:06:30.405Z | slp 23.702029128 |
2318 | 2024-01-24T19:06:30.405Z | lat 0.355015015 |
2319 | 2024-01-24T19:06:30.405Z | stop 0.000302358 |
2320 | 2024-01-24T19:06:30.405Z | + mkdir -p /work/zones |
2321 | 2024-01-24T19:06:30.405Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2322 | 2024-01-24T19:06:30.406Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2323 | 2024-01-24T19:06:34.067Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2324 | 2024-01-24T19:06:35.734Z | Finished release [optimized] target(s) in 1.08s |
2325 | 2024-01-24T19:06:35.734Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2326 | 2024-01-24T19:06:35.734Z | Created new build target 'recovery' and set it as active |
2327 | 2024-01-24T19:06:35.734Z | |
2328 | 2024-01-24T19:06:35.734Z | real 1.235839673 |
2329 | 2024-01-24T19:06:35.734Z | user 0.873069907 |
2330 | 2024-01-24T19:06:35.735Z | sys 0.362164503 |
2331 | 2024-01-24T19:06:35.735Z | trap 0.000424660 |
2332 | 2024-01-24T19:06:35.735Z | tflt 0.000009246 |
2333 | 2024-01-24T19:06:35.735Z | dflt 0.000014909 |
2334 | 2024-01-24T19:06:35.735Z | kflt 0.000000000 |
2335 | 2024-01-24T19:06:35.735Z | lock 0.034788349 |
2336 | 2024-01-24T19:06:35.735Z | slp 0.022435948 |
2337 | 2024-01-24T19:06:35.736Z | lat 0.003255298 |
2338 | 2024-01-24T19:06:35.736Z | stop 0.000219699 |
2339 | 2024-01-24T19:06:35.736Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2340 | 2024-01-24T19:06:36.531Z | Finished release [optimized] target(s) in 1.08s |
2341 | 2024-01-24T19:06:36.560Z | Running `target/release/omicron-package -t recovery package` |
2342 | 2024-01-24T19:06:36.570Z | Jan 24 19:06:36.154 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2343 | 2024-01-24T19:06:37.675Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2344 | 2024-01-24T19:06:50.765Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2345 | 2024-01-24T19:07:13.140Z | Finished release [optimized] target(s) in 36.50s |
2346 | 2024-01-24T19:07:35.577Z | |
2347 | 2024-01-24T19:07:35.591Z | real 1:00.272450436 |
2348 | 2024-01-24T19:07:35.591Z | user 2:43.901744502 |
2349 | 2024-01-24T19:07:35.591Z | sys 11.595140371 |
2350 | 2024-01-24T19:07:35.592Z | trap 0.083158556 |
2351 | 2024-01-24T19:07:35.592Z | tflt 0.213508917 |
2352 | 2024-01-24T19:07:35.592Z | dflt 0.773144020 |
2353 | 2024-01-24T19:07:35.592Z | kflt 0.000000000 |
2354 | 2024-01-24T19:07:35.592Z | lock 13:25.773973349 |
2355 | 2024-01-24T19:07:35.592Z | slp 2:44.374357228 |
2356 | 2024-01-24T19:07:35.592Z | lat 2.102184869 |
2357 | 2024-01-24T19:07:35.592Z | stop 0.198932730 |
2358 | 2024-01-24T19:07:35.592Z | + stamp_packages installinator mg-ddm-gz |
2359 | 2024-01-24T19:07:35.592Z | + for package in "$@" |
2360 | 2024-01-24T19:07:35.593Z | + [[ installinator == mg-ddm-gz ]] |
2361 | 2024-01-24T19:07:35.593Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git2dec2168732 |
2362 | 2024-01-24T19:07:36.652Z | Finished release [optimized] target(s) in 0.98s |
2363 | 2024-01-24T19:07:36.680Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git2dec2168732` |
2364 | 2024-01-24T19:07:36.734Z | Jan 24 19:07:36.327 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2365 | 2024-01-24T19:07:37.443Z | Created: out/versioned/installinator.tar |
2366 | 2024-01-24T19:07:37.454Z | + for package in "$@" |
2367 | 2024-01-24T19:07:37.454Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2368 | 2024-01-24T19:07:37.456Z | + echo 0.0.0 |
2369 | 2024-01-24T19:07:37.456Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2370 | 2024-01-24T19:07:37.456Z | a VERSION 1K |
2371 | 2024-01-24T19:07:37.456Z | + rm VERSION |
2372 | 2024-01-24T19:07:37.456Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git2dec2168732 |
2373 | 2024-01-24T19:07:37.974Z | Finished release [optimized] target(s) in 1.03s |
2374 | 2024-01-24T19:07:38.009Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git2dec2168732` |
2375 | 2024-01-24T19:07:38.047Z | Jan 24 19:07:37.653 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2376 | 2024-01-24T19:07:38.208Z | Created: out/versioned/mg-ddm-gz.tar |
2377 | 2024-01-24T19:07:38.229Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2378 | 2024-01-24T19:07:38.238Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2379 | 2024-01-24T19:07:38.238Z | ++ cd -- ./tools |
2380 | 2024-01-24T19:07:38.238Z | ++ pwd |
2381 | 2024-01-24T19:07:38.239Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2382 | 2024-01-24T19:07:38.239Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2383 | 2024-01-24T19:07:38.239Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2384 | 2024-01-24T19:07:38.239Z | ++ readlink -f /work |
2385 | 2024-01-24T19:07:38.239Z | + out_dir=/work |
2386 | 2024-01-24T19:07:38.239Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2387 | 2024-01-24T19:07:38.240Z | + for dep in "${deps[@]}" |
2388 | 2024-01-24T19:07:38.240Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2389 | 2024-01-24T19:07:38.240Z | + for dep in "${deps[@]}" |
2390 | 2024-01-24T19:07:38.240Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2391 | 2024-01-24T19:07:38.240Z | ++ mktemp -d |
2392 | 2024-01-24T19:07:38.240Z | + tmp_trampoline=/tmp/tmp.0FaiGh |
2393 | 2024-01-24T19:07:38.240Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2394 | 2024-01-24T19:07:38.241Z | + echo '{"v":"1","t":"layer"}' |
2395 | 2024-01-24T19:07:38.241Z | + pkg_dir=/tmp/tmp.0FaiGh/root/opt/oxide/installinator |
2396 | 2024-01-24T19:07:38.241Z | + mkdir -p /tmp/tmp.0FaiGh/root/opt/oxide/installinator |
2397 | 2024-01-24T19:07:38.241Z | + cd /tmp/tmp.0FaiGh/root/opt/oxide/installinator |
2398 | 2024-01-24T19:07:38.270Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2399 | 2024-01-24T19:07:38.301Z | x ., 0 bytes, 0 tape blocks |
2400 | 2024-01-24T19:07:38.302Z | x installinator, 54466504 bytes, 106380 tape blocks |
2401 | 2024-01-24T19:07:38.303Z | x pkg, 0 bytes, 0 tape blocks |
2402 | 2024-01-24T19:07:38.303Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2403 | 2024-01-24T19:07:38.303Z | x VERSION, 25 bytes, 1 tape blocks |
2404 | 2024-01-24T19:07:38.316Z | + mkdir -p /tmp/tmp.0FaiGh/root/lib/svc/manifest/site/ |
2405 | 2024-01-24T19:07:38.316Z | + mv pkg/manifest.xml /tmp/tmp.0FaiGh/root/lib/svc/manifest/site/installinator.xml |
2406 | 2024-01-24T19:07:38.316Z | + cd - |
2407 | 2024-01-24T19:07:38.319Z | /work/oxidecomputer/omicron |
2408 | 2024-01-24T19:07:38.320Z | + pkg_dir=/tmp/tmp.0FaiGh/root/opt/oxide/mg-ddm |
2409 | 2024-01-24T19:07:38.321Z | + mkdir -p /tmp/tmp.0FaiGh/root/opt/oxide/mg-ddm |
2410 | 2024-01-24T19:07:38.322Z | + cd /tmp/tmp.0FaiGh/root/opt/oxide/mg-ddm |
2411 | 2024-01-24T19:07:38.322Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2412 | 2024-01-24T19:07:38.376Z | x ., 0 bytes, 0 tape blocks |
2413 | 2024-01-24T19:07:38.376Z | x ddmadm, 32975144 bytes, 64405 tape blocks |
2414 | 2024-01-24T19:07:38.377Z | x ddmd, 29823960 bytes, 58250 tape blocks |
2415 | 2024-01-24T19:07:38.377Z | x pkg, 0 bytes, 0 tape blocks |
2416 | 2024-01-24T19:07:38.377Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2417 | 2024-01-24T19:07:38.377Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2418 | 2024-01-24T19:07:38.377Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2419 | 2024-01-24T19:07:38.377Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2420 | 2024-01-24T19:07:38.378Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2421 | 2024-01-24T19:07:38.378Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2422 | 2024-01-24T19:07:38.378Z | x VERSION, 25 bytes, 1 tape blocks |
2423 | 2024-01-24T19:07:38.396Z | + cd - |
2424 | 2024-01-24T19:07:38.396Z | /work/oxidecomputer/omicron |
2425 | 2024-01-24T19:07:38.396Z | + cd /tmp/tmp.0FaiGh |
2426 | 2024-01-24T19:07:38.396Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2427 | 2024-01-24T19:07:44.431Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2428 | 2024-01-24T19:07:44.432Z | a oxide.json 1K |
2429 | 2024-01-24T19:07:44.432Z | a root/ 0K |
2430 | 2024-01-24T19:07:44.432Z | a root/opt/ 0K |
2431 | 2024-01-24T19:07:44.432Z | a root/opt/oxide/ 0K |
2432 | 2024-01-24T19:07:44.432Z | a root/opt/oxide/installinator/ 0K |
2433 | 2024-01-24T19:07:44.432Z | a root/opt/oxide/installinator/installinator 53190K |
2434 | 2024-01-24T19:07:44.433Z | a root/opt/oxide/installinator/pkg/ 0K |
2435 | 2024-01-24T19:07:44.433Z | a root/opt/oxide/installinator/VERSION 1K |
2436 | 2024-01-24T19:07:44.433Z | a root/opt/oxide/mg-ddm/ 0K |
2437 | 2024-01-24T19:07:44.433Z | a root/opt/oxide/mg-ddm/ddmadm 32203K |
2438 | 2024-01-24T19:07:44.433Z | a root/opt/oxide/mg-ddm/ddmd 29125K |
2439 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2440 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2441 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2442 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2443 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2444 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2445 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2446 | 2024-01-24T19:07:44.434Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2447 | 2024-01-24T19:07:44.434Z | a root/lib/ 0K |
2448 | 2024-01-24T19:07:44.434Z | a root/lib/svc/ 0K |
2449 | 2024-01-24T19:07:44.434Z | a root/lib/svc/manifest/ 0K |
2450 | 2024-01-24T19:07:44.434Z | a root/lib/svc/manifest/site/ 0K |
2451 | 2024-01-24T19:07:44.435Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2452 | 2024-01-24T19:07:44.445Z | + cd / |
2453 | 2024-01-24T19:07:44.445Z | + rm -rf /tmp/tmp.0FaiGh |
2454 | 2024-01-24T19:07:45.734Z | |
2455 | 2024-01-24T19:07:45.748Z | real 6.238843309 |
2456 | 2024-01-24T19:07:45.748Z | user 5.845993062 |
2457 | 2024-01-24T19:07:45.748Z | sys 0.421468018 |
2458 | 2024-01-24T19:07:45.749Z | trap 0.001944655 |
2459 | 2024-01-24T19:07:45.749Z | tflt 0.000000000 |
2460 | 2024-01-24T19:07:45.749Z | dflt 0.000000000 |
2461 | 2024-01-24T19:07:45.749Z | kflt 0.000000000 |
2462 | 2024-01-24T19:07:45.749Z | lock 0.000000000 |
2463 | 2024-01-24T19:07:45.749Z | slp 12.081338771 |
2464 | 2024-01-24T19:07:45.749Z | lat 0.168143935 |
2465 | 2024-01-24T19:07:45.749Z | stop 0.000282939 |
2466 | 2024-01-24T19:07:45.749Z | process exited: duration 2500537 ms, exit code 0 |
|
2467 | 2024-01-24T19:07:47.005Z | found 21 output files |
2468 | 2024-01-24T19:07:47.005Z | uploading: /work/version.txt (26 bytes) |
2469 | 2024-01-24T19:07:47.661Z | uploaded: /work/version.txt |
2470 | 2024-01-24T19:07:47.662Z | uploading: /work/package.tar.gz (82888840 bytes) |
2471 | 2024-01-24T19:08:18.730Z | uploaded: /work/package.tar.gz |
2472 | 2024-01-24T19:08:18.730Z | uploading: /work/global-zone-packages.tar.gz (121148053 bytes) |
2473 | 2024-01-24T19:09:03.342Z | uploaded: /work/global-zone-packages.tar.gz |
2474 | 2024-01-24T19:09:03.343Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37100144 bytes) |
2475 | 2024-01-24T19:09:20.794Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2476 | 2024-01-24T19:09:20.795Z | uploading: /work/zones/clickhouse.tar.gz (193966663 bytes) |
2477 | 2024-01-24T19:10:10.793Z | uploaded: /work/zones/clickhouse.tar.gz |
2478 | 2024-01-24T19:10:10.793Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193974249 bytes) |
2479 | 2024-01-24T19:11:18.808Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2480 | 2024-01-24T19:11:18.808Z | uploading: /work/zones/cockroachdb.tar.gz (131057292 bytes) |
2481 | 2024-01-24T19:11:51.159Z | uploaded: /work/zones/cockroachdb.tar.gz |
2482 | 2024-01-24T19:11:51.159Z | uploading: /work/zones/crucible-pantry.tar.gz (15794064 bytes) |
2483 | 2024-01-24T19:11:54.773Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2484 | 2024-01-24T19:11:54.773Z | uploading: /work/zones/crucible.tar.gz (29810824 bytes) |
2485 | 2024-01-24T19:12:00.411Z | uploaded: /work/zones/crucible.tar.gz |
2486 | 2024-01-24T19:12:00.411Z | uploading: /work/zones/external-dns.tar.gz (23606300 bytes) |
2487 | 2024-01-24T19:12:05.524Z | uploaded: /work/zones/external-dns.tar.gz |
2488 | 2024-01-24T19:12:05.524Z | uploading: /work/zones/internal-dns.tar.gz (23606300 bytes) |
2489 | 2024-01-24T19:12:10.103Z | uploaded: /work/zones/internal-dns.tar.gz |
2490 | 2024-01-24T19:12:10.103Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2491 | 2024-01-24T19:12:11.115Z | uploaded: /work/zones/ntp.tar.gz |
2492 | 2024-01-24T19:12:11.126Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17737130 bytes) |
2493 | 2024-01-24T19:12:15.567Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2494 | 2024-01-24T19:12:15.567Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17736251 bytes) |
2495 | 2024-01-24T19:12:25.205Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2496 | 2024-01-24T19:12:25.205Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (80232474 bytes) |
2497 | 2024-01-24T19:13:03.562Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2498 | 2024-01-24T19:13:03.562Z | uploading: /work/zones/omicron-nexus.tar.gz (80232332 bytes) |
2499 | 2024-01-24T19:13:19.120Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2500 | 2024-01-24T19:13:19.120Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2501 | 2024-01-24T19:13:20.132Z | uploaded: /work/zones/overlay.tar.gz |
2502 | 2024-01-24T19:13:20.133Z | uploading: /work/zones/oximeter-collector.tar.gz (39287672 bytes) |
2503 | 2024-01-24T19:13:30.240Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2504 | 2024-01-24T19:13:30.240Z | uploading: /work/zones/propolis-server.tar.gz (63957558 bytes) |
2505 | 2024-01-24T19:13:44.643Z | uploaded: /work/zones/propolis-server.tar.gz |
2506 | 2024-01-24T19:13:44.643Z | uploading: /work/zones/switch-asic.tar.gz (278857271 bytes) |
2507 | 2024-01-24T19:15:04.761Z | uploaded: /work/zones/switch-asic.tar.gz |
2508 | 2024-01-24T19:15:04.761Z | uploading: /work/zones/switch-softnpu.tar.gz (201351611 bytes) |
2509 | 2024-01-24T19:15:57.182Z | uploaded: /work/zones/switch-softnpu.tar.gz |