|
|
|
1 | 2024-02-01T20:44:17.734Z | job assigned to worker 01HNK6J96S6XV3HN1RV52A5V5Y (queued for 29 m 8 s) |
|
2 | 2024-02-01T20:44:18.005Z | starting task 0: "setup" |
3 | 2024-02-01T20:44:18.059Z | ++ uname -s |
4 | 2024-02-01T20:44:18.063Z | + kern=SunOS |
5 | 2024-02-01T20:44:18.063Z | + case "$kern" in |
6 | 2024-02-01T20:44:18.063Z | + groupadd -g 12345 build |
7 | 2024-02-01T20:44:18.095Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T20:44:20.148Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T20:44:20.275Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T20:44:20.292Z | + home_fs=zfs |
11 | 2024-02-01T20:44:20.293Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T20:44:20.293Z | + mkdir -p /home/build |
13 | 2024-02-01T20:44:20.293Z | + chown build:build /home/build /work |
14 | 2024-02-01T20:44:21.273Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T20:44:21.276Z | process exited: duration 3268 ms, exit code 0 |
|
16 | 2024-02-01T20:44:21.283Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T20:44:21.292Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T20:44:21.295Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T20:44:21.481Z | info: downloading installer |
20 | 2024-02-01T20:44:23.559Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T20:44:23.559Z | warning: /opt/ooce/bin |
22 | 2024-02-01T20:44:23.559Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T20:44:23.559Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T20:44:23.559Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T20:44:23.559Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T20:44:23.559Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T20:44:23.560Z | error: cannot install while Rust is installed |
28 | 2024-02-01T20:44:23.560Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T20:44:23.756Z | info: profile set to 'default' |
30 | 2024-02-01T20:44:23.756Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T20:44:23.768Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T20:44:23.970Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T20:44:23.971Z | info: downloading component 'cargo' |
34 | 2024-02-01T20:44:24.896Z | info: downloading component 'clippy' |
35 | 2024-02-01T20:44:25.222Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T20:44:26.388Z | info: downloading component 'rust-std' |
37 | 2024-02-01T20:44:28.490Z | info: downloading component 'rustc' |
38 | 2024-02-01T20:44:33.608Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T20:44:33.907Z | info: installing component 'cargo' |
40 | 2024-02-01T20:44:35.420Z | info: installing component 'clippy' |
41 | 2024-02-01T20:44:36.324Z | info: installing component 'rust-docs' |
42 | 2024-02-01T20:44:39.072Z | info: installing component 'rust-std' |
43 | 2024-02-01T20:44:43.205Z | info: installing component 'rustc' |
44 | 2024-02-01T20:44:53.426Z | info: installing component 'rustfmt' |
45 | 2024-02-01T20:44:53.901Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T20:44:53.902Z | |
47 | 2024-02-01T20:44:54.095Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T20:44:54.096Z | |
49 | 2024-02-01T20:44:54.100Z | |
50 | 2024-02-01T20:44:54.100Z | Rust is installed now. Great! |
51 | 2024-02-01T20:44:54.102Z | |
52 | 2024-02-01T20:44:54.102Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T20:44:54.102Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T20:44:54.102Z | |
55 | 2024-02-01T20:44:54.102Z | To configure your current shell, run: |
56 | 2024-02-01T20:44:54.102Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T20:44:54.182Z | + rustc --version |
58 | 2024-02-01T20:44:54.297Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T20:44:54.301Z | process exited: duration 33019 ms, exit code 0 |
|
60 | 2024-02-01T20:44:54.309Z | starting task 2: "authentication" |
61 | 2024-02-01T20:44:54.341Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-02-01T20:44:54.374Z | starting task 3: "clone repository" |
63 | 2024-02-01T20:44:54.384Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T20:44:54.799Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T20:44:54.806Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T20:45:00.910Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T20:45:00.918Z | + git fetch origin dc495fca3e6e8ba00b9a93da4655160a3cad2c8f |
68 | 2024-02-01T20:45:01.313Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T20:45:01.313Z | * branch dc495fca3e6e8ba00b9a93da4655160a3cad2c8f -> FETCH_HEAD |
70 | 2024-02-01T20:45:01.327Z | + [[ -n sp-sim-is-a-pc ]] |
71 | 2024-02-01T20:45:01.331Z | ++ git branch --show-current |
72 | 2024-02-01T20:45:01.331Z | + current=main |
73 | 2024-02-01T20:45:01.331Z | + [[ main != sp-sim-is-a-pc ]] |
74 | 2024-02-01T20:45:01.331Z | + git branch -f sp-sim-is-a-pc dc495fca3e6e8ba00b9a93da4655160a3cad2c8f |
75 | 2024-02-01T20:45:01.336Z | + git checkout -f sp-sim-is-a-pc |
76 | 2024-02-01T20:45:01.532Z | Switched to branch 'sp-sim-is-a-pc' |
77 | 2024-02-01T20:45:01.544Z | + git reset --hard dc495fca3e6e8ba00b9a93da4655160a3cad2c8f |
78 | 2024-02-01T20:45:01.555Z | HEAD is now at dc495fca3 fix test output |
79 | 2024-02-01T20:45:01.555Z | process exited: duration 7178 ms, exit code 0 |
|
80 | 2024-02-01T20:45:01.590Z | starting task 4: "build" |
81 | 2024-02-01T20:45:01.601Z | + cargo --version |
82 | 2024-02-01T20:45:01.602Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-01T20:45:01.812Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-01T20:45:01.817Z | info: downloading component 'cargo' |
85 | 2024-02-01T20:45:02.689Z | info: downloading component 'clippy' |
86 | 2024-02-01T20:45:02.981Z | info: downloading component 'rust-docs' |
87 | 2024-02-01T20:45:04.077Z | info: downloading component 'rust-std' |
88 | 2024-02-01T20:45:05.695Z | info: downloading component 'rustc' |
89 | 2024-02-01T20:45:10.308Z | info: downloading component 'rustfmt' |
90 | 2024-02-01T20:45:10.540Z | info: installing component 'cargo' |
91 | 2024-02-01T20:45:11.871Z | info: installing component 'clippy' |
92 | 2024-02-01T20:45:12.356Z | info: installing component 'rust-docs' |
93 | 2024-02-01T20:45:15.216Z | info: installing component 'rust-std' |
94 | 2024-02-01T20:45:17.692Z | info: installing component 'rustc' |
95 | 2024-02-01T20:45:23.983Z | info: installing component 'rustfmt' |
96 | 2024-02-01T20:45:24.538Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-01T20:45:24.545Z | + rustc --version |
98 | 2024-02-01T20:45:24.656Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-01T20:45:25.082Z | ++ git rev-parse HEAD |
100 | 2024-02-01T20:45:25.094Z | + COMMIT=dc495fca3e6e8ba00b9a93da4655160a3cad2c8f |
101 | 2024-02-01T20:45:25.094Z | + VERSION=6.0.0-0.ci+gitdc495fca3e6 |
102 | 2024-02-01T20:45:25.094Z | + echo 6.0.0-0.ci+gitdc495fca3e6 |
103 | 2024-02-01T20:45:25.094Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-01T20:45:38.692Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-01T20:45:40.565Z | Startup: Caching catalogs ... Done |
106 | 2024-02-01T20:45:43.995Z | Planning: Solver setup ... Done (2.508s) |
107 | 2024-02-01T20:45:44.013Z | Planning: Running solver ... Done (0.067s) |
108 | 2024-02-01T20:45:44.013Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-01T20:45:44.132Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-01T20:45:44.836Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-01T20:45:44.906Z | Planning: Package planning ... Done (0.080s) |
112 | 2024-02-01T20:45:44.990Z | Planning: Merging actions ... Done (0.084s) |
113 | 2024-02-01T20:45:47.102Z | Planning: Checking for conflicting actions ... Done (0.882s) |
114 | 2024-02-01T20:45:47.119Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-02-01T20:45:50.743Z | Planning: Evaluating mediators ... Done (4.854s) |
116 | 2024-02-01T20:45:50.758Z | Planning: Planning completed in 10.14 seconds |
117 | 2024-02-01T20:45:53.256Z | Packages to install: 4 |
118 | 2024-02-01T20:45:53.256Z | Mediators to change: 2 |
119 | 2024-02-01T20:45:53.271Z | Services to change: 1 |
120 | 2024-02-01T20:45:53.271Z | Estimated space available: 148.87 GB |
121 | 2024-02-01T20:45:53.271Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-01T20:45:53.271Z | Create boot environment: No |
123 | 2024-02-01T20:45:53.271Z | Create backup boot environment: No |
124 | 2024-02-01T20:45:53.271Z | Rebuild boot archive: No |
125 | 2024-02-01T20:45:53.271Z | |
126 | 2024-02-01T20:45:53.273Z | Changed mediators: |
127 | 2024-02-01T20:45:53.273Z | mediator clang: |
128 | 2024-02-01T20:45:53.273Z | version: None -> 15 (system default) |
129 | 2024-02-01T20:45:53.273Z | |
130 | 2024-02-01T20:45:53.273Z | mediator llvm: |
131 | 2024-02-01T20:45:53.273Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-01T20:45:53.273Z | |
133 | 2024-02-01T20:45:53.273Z | Changed packages: |
134 | 2024-02-01T20:45:53.273Z | helios-dev |
135 | 2024-02-01T20:45:53.274Z | developer/build-essential |
136 | 2024-02-01T20:45:53.274Z | None -> 11-2.0 |
137 | 2024-02-01T20:45:53.274Z | library/libxmlsec1 |
138 | 2024-02-01T20:45:53.274Z | None -> 1.2.35-2.0 |
139 | 2024-02-01T20:45:53.274Z | ooce/developer/clang-15 |
140 | 2024-02-01T20:45:53.274Z | None -> 15.0.7-2.0 |
141 | 2024-02-01T20:45:53.274Z | ooce/developer/llvm-15 |
142 | 2024-02-01T20:45:53.274Z | None -> 15.0.7-2.0 |
143 | 2024-02-01T20:45:53.274Z | |
144 | 2024-02-01T20:45:53.275Z | Services: |
145 | 2024-02-01T20:45:53.275Z | restart_fmri: |
146 | 2024-02-01T20:45:53.275Z | svc:/system/update-man-index:default |
147 | 2024-02-01T20:45:53.439Z | |
148 | 2024-02-01T20:45:53.439Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-01T20:45:58.433Z | Download: 289/3290 items 12.9/212.6MB 6% complete (2.5M/s) |
150 | 2024-02-01T20:46:03.443Z | Download: 1187/3290 items 55.7/212.6MB 26% complete (5.5M/s) |
151 | 2024-02-01T20:46:08.440Z | Download: 1410/3290 items 115.5/212.6MB 54% complete (11.0M/s) |
152 | 2024-02-01T20:46:18.184Z | Download: 2221/3290 items 118.5/212.6MB 55% complete (9.7M/s) |
153 | 2024-02-01T20:46:23.354Z | Download: 3248/3290 items 179.6/212.6MB 84% complete (6.2M/s) |
154 | 2024-02-01T20:46:28.529Z | Download: 3289/3290 items 212.0/212.6MB 99% complete (10.4M/s) |
155 | 2024-02-01T20:46:28.590Z | Download: Completed 212.60 MB in 35.15 seconds (6.0M/s) |
156 | 2024-02-01T20:46:29.036Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-01T20:46:34.400Z | Actions: 2548/3689 actions (Installing new actions) |
158 | 2024-02-01T20:46:36.671Z | Actions: Completed 3689 actions in 7.63 seconds. |
159 | 2024-02-01T20:46:36.819Z | Done (0.136s) |
160 | 2024-02-01T20:46:36.819Z | Done (0.000s) |
161 | 2024-02-01T20:46:37.161Z | Done (0.336s) |
162 | 2024-02-01T20:46:44.952Z | Done (7.664s) |
163 | 2024-02-01T20:46:45.235Z | Done (0.167s) |
164 | 2024-02-01T20:46:45.646Z | Done (0.000s) |
165 | 2024-02-01T20:46:45.646Z | Done (0.000s) |
166 | 2024-02-01T20:46:46.297Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-02-01T20:46:46.583Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-02-01T20:46:46.595Z | Planning: Consolidating action changes ... Done |
169 | 2024-02-01T20:46:47.020Z | Planning: Evaluating mediators ... Done |
170 | 2024-02-01T20:46:47.023Z | Planning: Planning completed in 0.73 seconds |
171 | 2024-02-01T20:46:47.083Z | Mediators to change: 2 |
172 | 2024-02-01T20:46:47.095Z | Create boot environment: No |
173 | 2024-02-01T20:46:47.095Z | Create backup boot environment: No |
174 | 2024-02-01T20:46:47.233Z | Done |
175 | 2024-02-01T20:46:47.233Z | Done |
176 | 2024-02-01T20:46:47.444Z | Done |
177 | 2024-02-01T20:46:53.202Z | Done |
178 | 2024-02-01T20:46:53.323Z | Done |
179 | 2024-02-01T20:46:53.334Z | Done |
180 | 2024-02-01T20:46:53.501Z | Done |
181 | 2024-02-01T20:46:54.489Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-01T20:46:54.498Z | Planning: Merging actions ... Done |
183 | 2024-02-01T20:46:54.812Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-01T20:46:54.822Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-01T20:46:55.257Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-01T20:46:55.343Z | Planning: Planning completed in 1.30 seconds |
187 | 2024-02-01T20:46:55.403Z | Packages to change: 1 |
188 | 2024-02-01T20:46:55.415Z | Mediators to change: 1 |
189 | 2024-02-01T20:46:55.415Z | Services to change: 1 |
190 | 2024-02-01T20:46:55.415Z | Create boot environment: No |
191 | 2024-02-01T20:46:55.416Z | Create backup boot environment: Yes |
192 | 2024-02-01T20:46:57.561Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-02-01T20:46:57.564Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-02-01T20:46:57.564Z | Done |
195 | 2024-02-01T20:46:57.564Z | Done |
196 | 2024-02-01T20:46:57.671Z | Done |
197 | 2024-02-01T20:47:03.935Z | Done |
198 | 2024-02-01T20:47:04.347Z | Done |
199 | 2024-02-01T20:47:04.347Z | Done |
200 | 2024-02-01T20:47:04.347Z | Done |
201 | 2024-02-01T20:47:04.468Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-02-01T20:47:04.468Z | clang system 15 system |
203 | 2024-02-01T20:47:04.468Z | csh system system illumos |
204 | 2024-02-01T20:47:04.468Z | ctags system system illumos |
205 | 2024-02-01T20:47:04.468Z | gcc vendor 12 vendor |
206 | 2024-02-01T20:47:04.468Z | gcc system 10 system |
207 | 2024-02-01T20:47:04.468Z | gcc system 7 system |
208 | 2024-02-01T20:47:04.468Z | go system 1.20 system |
209 | 2024-02-01T20:47:04.468Z | go system 1.19 system |
210 | 2024-02-01T20:47:04.468Z | llvm system 15 system |
211 | 2024-02-01T20:47:04.468Z | llvm system 14 system |
212 | 2024-02-01T20:47:04.468Z | mariadb system 10.6 system |
213 | 2024-02-01T20:47:04.469Z | mta vendor vendor dma |
214 | 2024-02-01T20:47:04.469Z | openjdk system 17 system |
215 | 2024-02-01T20:47:04.469Z | openjdk system 11 system |
216 | 2024-02-01T20:47:04.469Z | openjdk system 1.8 system |
217 | 2024-02-01T20:47:04.469Z | openssl vendor 3 vendor |
218 | 2024-02-01T20:47:04.469Z | perl system 5.36 system |
219 | 2024-02-01T20:47:04.469Z | postgresql system 15 system |
220 | 2024-02-01T20:47:04.469Z | postgresql system 13 system |
221 | 2024-02-01T20:47:04.469Z | python vendor 3 vendor |
222 | 2024-02-01T20:47:04.469Z | python system 2 system |
223 | 2024-02-01T20:47:04.469Z | python3 system 3.11 system |
224 | 2024-02-01T20:47:04.469Z | ruby system 3.0 system |
225 | 2024-02-01T20:47:04.469Z | words vendor vendor american-english |
226 | 2024-02-01T20:47:04.469Z | words system system australian-english |
227 | 2024-02-01T20:47:04.469Z | words system system british-english |
228 | 2024-02-01T20:47:04.469Z | words system system canadian-english |
229 | 2024-02-01T20:47:04.470Z | words system system french |
230 | 2024-02-01T20:47:04.470Z | words system system italian |
231 | 2024-02-01T20:47:04.470Z | words system system ngerman |
232 | 2024-02-01T20:47:04.470Z | words system system ogerman |
233 | 2024-02-01T20:47:04.470Z | words system system spanish |
234 | 2024-02-01T20:47:05.004Z | FMRI IFO |
235 | 2024-02-01T20:47:05.005Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-02-01T20:47:05.005Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-02-01T20:47:05.005Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-02-01T20:47:05.005Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-02-01T20:47:05.005Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-02-01T20:47:05.005Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
241 | 2024-02-01T20:47:05.006Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-02-01T20:47:05.006Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-02-01T20:47:05.082Z | + set -o errexit |
244 | 2024-02-01T20:47:05.186Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2024-02-01T20:47:05.187Z | ++ cd ./tools |
246 | 2024-02-01T20:47:05.187Z | ++ pwd |
247 | 2024-02-01T20:47:05.187Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2024-02-01T20:47:05.187Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2024-02-01T20:47:05.187Z | + ARG0=ci_download_cockroachdb |
250 | 2024-02-01T20:47:05.187Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2024-02-01T20:47:05.297Z | + CIDL_VERSION=v22.1.9 |
252 | 2024-02-01T20:47:05.297Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2024-02-01T20:47:05.298Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
254 | 2024-02-01T20:47:05.300Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
255 | 2024-02-01T20:47:05.301Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
256 | 2024-02-01T20:47:05.301Z | + TARGET_DIR=out |
257 | 2024-02-01T20:47:05.301Z | + DOWNLOAD_DIR=out/downloads |
258 | 2024-02-01T20:47:05.301Z | + DEST_DIR=./out/cockroachdb |
259 | 2024-02-01T20:47:05.301Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2024-02-01T20:47:05.301Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2024-02-01T20:47:05.301Z | + main |
262 | 2024-02-01T20:47:05.301Z | + [[ 0 != 0 ]] |
263 | 2024-02-01T20:47:05.301Z | + CIDL_OS=solaris2.11 |
264 | 2024-02-01T20:47:05.301Z | + [[ 0 != 0 ]] |
265 | 2024-02-01T20:47:05.301Z | + configure_os solaris2.11 |
266 | 2024-02-01T20:47:05.301Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2024-02-01T20:47:05.301Z | current directory: /work/oxidecomputer/omicron |
268 | 2024-02-01T20:47:05.302Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-02-01T20:47:05.302Z | + case "$1" in |
270 | 2024-02-01T20:47:05.302Z | configuring based on OS: "solaris2.11" |
271 | 2024-02-01T20:47:05.302Z | + CIDL_BUILD=illumos |
272 | 2024-02-01T20:47:05.302Z | + CIDL_SUFFIX=tar.gz |
273 | 2024-02-01T20:47:05.302Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
274 | 2024-02-01T20:47:05.302Z | + CIDL_MD5FUNC=do_md5sum |
275 | 2024-02-01T20:47:05.302Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2024-02-01T20:47:05.302Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2024-02-01T20:47:05.302Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2024-02-01T20:47:05.302Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-01T20:47:05.302Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-01T20:47:05.302Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2024-02-01T20:47:05.302Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-01T20:47:05.302Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-01T20:47:05.302Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-01T20:47:05.302Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2024-02-01T20:47:05.302Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2024-02-01T20:47:05.303Z | + mkdir -p out/downloads |
287 | 2024-02-01T20:47:05.303Z | + mkdir -p ./out/cockroachdb |
288 | 2024-02-01T20:47:05.303Z | + local DO_DOWNLOAD=true |
289 | 2024-02-01T20:47:05.303Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2024-02-01T20:47:05.303Z | + '[' true == true ']' |
291 | 2024-02-01T20:47:05.303Z | + echo Downloading... |
292 | 2024-02-01T20:47:05.303Z | Downloading... |
293 | 2024-02-01T20:47:05.303Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-01T20:47:05.303Z | + 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 |
295 | 2024-02-01T20:47:17.743Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-01T20:47:17.747Z | ++ md5sum |
297 | 2024-02-01T20:47:17.748Z | ++ awk '{print $1}' |
298 | 2024-02-01T20:47:18.044Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
299 | 2024-02-01T20:47:18.044Z | + [[ 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 ]] |
300 | 2024-02-01T20:47:18.045Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-01T20:47:18.045Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2024-02-01T20:47:21.427Z | + do_assemble_illumos |
303 | 2024-02-01T20:47:21.428Z | + rm -r ./out/cockroachdb |
304 | 2024-02-01T20:47:21.458Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2024-02-01T20:47:22.026Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2024-02-01T20:47:22.424Z | Build Tag: v22.1.9-dirty |
307 | 2024-02-01T20:47:22.424Z | Build Time: 2022/10/26 21:17:46 |
308 | 2024-02-01T20:47:22.424Z | Distribution: OSS |
309 | 2024-02-01T20:47:22.424Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2024-02-01T20:47:22.424Z | Go Version: go1.17.13 |
311 | 2024-02-01T20:47:22.425Z | C Compiler: gcc 10.3.0 |
312 | 2024-02-01T20:47:22.427Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2024-02-01T20:47:22.428Z | Build Type: release |
314 | 2024-02-01T20:47:22.445Z | + set -o errexit |
315 | 2024-02-01T20:47:22.460Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2024-02-01T20:47:22.460Z | ++ cd ./tools |
317 | 2024-02-01T20:47:22.461Z | ++ pwd |
318 | 2024-02-01T20:47:22.461Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2024-02-01T20:47:22.462Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2024-02-01T20:47:22.476Z | + ARG0=ci_download_clickhouse |
321 | 2024-02-01T20:47:22.476Z | + TARGET_DIR=out |
322 | 2024-02-01T20:47:22.477Z | + DOWNLOAD_DIR=out/downloads |
323 | 2024-02-01T20:47:22.477Z | + DEST_DIR=./out/clickhouse |
324 | 2024-02-01T20:47:22.477Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2024-02-01T20:47:22.477Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2024-02-01T20:47:22.477Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2024-02-01T20:47:22.478Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2024-02-01T20:47:22.478Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2024-02-01T20:47:22.478Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2024-02-01T20:47:22.478Z | + main |
331 | 2024-02-01T20:47:22.478Z | + [[ 0 != 0 ]] |
332 | 2024-02-01T20:47:22.478Z | + CIDL_OS=solaris2.11 |
333 | 2024-02-01T20:47:22.478Z | + [[ 0 != 0 ]] |
334 | 2024-02-01T20:47:22.479Z | + configure_os solaris2.11 |
335 | 2024-02-01T20:47:22.479Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2024-02-01T20:47:22.479Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-01T20:47:22.479Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-02-01T20:47:22.479Z | + CIDL_DASHREV= |
339 | 2024-02-01T20:47:22.479Z | + case "$1" in |
340 | 2024-02-01T20:47:22.480Z | configuring based on OS: "solaris2.11" |
341 | 2024-02-01T20:47:22.480Z | + CIDL_PLATFORM=illumos |
342 | 2024-02-01T20:47:22.480Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2024-02-01T20:47:22.481Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-02-01T20:47:22.481Z | + CIDL_DASHREV=-1 |
345 | 2024-02-01T20:47:22.481Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2024-02-01T20:47:22.481Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-01T20:47:22.481Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-01T20:47:22.481Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-01T20:47:22.481Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-01T20:47:22.482Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-01T20:47:22.482Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-01T20:47:22.482Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2024-02-01T20:47:22.482Z | + mkdir -p out/downloads |
354 | 2024-02-01T20:47:22.482Z | + mkdir -p ./out/clickhouse |
355 | 2024-02-01T20:47:22.482Z | + local DO_DOWNLOAD=true |
356 | 2024-02-01T20:47:22.483Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2024-02-01T20:47:22.483Z | + '[' true == true ']' |
358 | 2024-02-01T20:47:22.483Z | + echo Downloading... |
359 | 2024-02-01T20:47:22.483Z | Downloading... |
360 | 2024-02-01T20:47:22.483Z | + 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 |
361 | 2024-02-01T20:47:22.483Z | + 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 |
362 | 2024-02-01T20:47:23.797Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-01T20:47:23.801Z | ++ md5sum |
364 | 2024-02-01T20:47:23.801Z | ++ awk '{print $1}' |
365 | 2024-02-01T20:47:24.059Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2024-02-01T20:47:24.059Z | + [[ 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 ]] |
367 | 2024-02-01T20:47:24.059Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2024-02-01T20:47:24.068Z | + mkdir -p ./out/clickhouse |
369 | 2024-02-01T20:47:24.068Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2024-02-01T20:47:28.836Z | + ./out/clickhouse/clickhouse server --version |
371 | 2024-02-01T20:47:28.892Z | ClickHouse server version 22.8.9.1. |
372 | 2024-02-01T20:47:28.905Z | + set -o errexit |
373 | 2024-02-01T20:47:28.919Z | +++ dirname ./tools/ci_download_console |
374 | 2024-02-01T20:47:28.919Z | ++ cd ./tools |
375 | 2024-02-01T20:47:28.920Z | ++ pwd |
376 | 2024-02-01T20:47:28.921Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2024-02-01T20:47:28.921Z | ++ basename ./tools/ci_download_console |
378 | 2024-02-01T20:47:28.921Z | + ARG0=ci_download_console |
379 | 2024-02-01T20:47:28.921Z | + TARGET_DIR=out |
380 | 2024-02-01T20:47:28.922Z | + DOWNLOAD_DIR=out/downloads |
381 | 2024-02-01T20:47:28.922Z | + DEST_DIR=./out/console-assets |
382 | 2024-02-01T20:47:28.922Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2024-02-01T20:47:28.922Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
384 | 2024-02-01T20:47:28.923Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
385 | 2024-02-01T20:47:28.923Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
386 | 2024-02-01T20:47:28.923Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2024-02-01T20:47:28.923Z | + main |
388 | 2024-02-01T20:47:28.924Z | + [[ 0 != 0 ]] |
389 | 2024-02-01T20:47:28.924Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
390 | 2024-02-01T20:47:28.924Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
391 | 2024-02-01T20:47:28.924Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-02-01T20:47:28.924Z | Local file: out/downloads/console.tar.gz |
393 | 2024-02-01T20:47:28.924Z | + local DO_DOWNLOAD=true |
394 | 2024-02-01T20:47:28.935Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2024-02-01T20:47:28.935Z | + mkdir -p out/downloads |
396 | 2024-02-01T20:47:28.947Z | + '[' true == true ']' |
397 | 2024-02-01T20:47:28.947Z | + echo Downloading... |
398 | 2024-02-01T20:47:28.947Z | Downloading... |
399 | 2024-02-01T20:47:28.947Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
400 | 2024-02-01T20:47:28.947Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
401 | 2024-02-01T20:47:29.610Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2024-02-01T20:47:29.622Z | ++ case "$OSTYPE" in |
403 | 2024-02-01T20:47:29.622Z | ++ SHA=sha256sum |
404 | 2024-02-01T20:47:29.624Z | ++ sha256sum |
405 | 2024-02-01T20:47:29.624Z | ++ awk '{print $1}' |
406 | 2024-02-01T20:47:29.683Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
407 | 2024-02-01T20:47:29.683Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
408 | 2024-02-01T20:47:29.683Z | + rm -rf ./out/console-assets |
409 | 2024-02-01T20:47:29.688Z | + mkdir -p ./out/console-assets |
410 | 2024-02-01T20:47:29.689Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2024-02-01T20:47:29.689Z | + mkdir -p ./out/console-assets |
412 | 2024-02-01T20:47:29.689Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2024-02-01T20:47:29.826Z | + set -o errexit |
414 | 2024-02-01T20:47:29.862Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2024-02-01T20:47:29.863Z | ++ cd ./tools |
416 | 2024-02-01T20:47:29.863Z | ++ pwd |
417 | 2024-02-01T20:47:29.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-02-01T20:47:29.877Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2024-02-01T20:47:29.877Z | + ARG0=ci_download_maghemite_openapi |
420 | 2024-02-01T20:47:29.877Z | + TARGET_DIR=out |
421 | 2024-02-01T20:47:29.877Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-02-01T20:47:29.881Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2024-02-01T20:47:29.882Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
424 | 2024-02-01T20:47:29.882Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
425 | 2024-02-01T20:47:29.882Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
426 | 2024-02-01T20:47:29.883Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
427 | 2024-02-01T20:47:29.883Z | + main |
428 | 2024-02-01T20:47:29.883Z | + [[ 0 != 0 ]] |
429 | 2024-02-01T20:47:29.883Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
430 | 2024-02-01T20:47:29.884Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
431 | 2024-02-01T20:47:29.884Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
432 | 2024-02-01T20:47:29.885Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
433 | 2024-02-01T20:47:29.885Z | + local DO_DOWNLOAD=true |
434 | 2024-02-01T20:47:29.885Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
435 | 2024-02-01T20:47:29.885Z | + mkdir -p out/downloads |
436 | 2024-02-01T20:47:29.885Z | + '[' true == true ']' |
437 | 2024-02-01T20:47:29.886Z | + echo Downloading... |
438 | 2024-02-01T20:47:29.886Z | Downloading... |
439 | 2024-02-01T20:47:29.886Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
440 | 2024-02-01T20:47:29.887Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
441 | 2024-02-01T20:47:30.455Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
442 | 2024-02-01T20:47:30.456Z | ++ case "$OSTYPE" in |
443 | 2024-02-01T20:47:30.471Z | ++ SHA=sha256sum |
444 | 2024-02-01T20:47:30.471Z | ++ sha256sum |
445 | 2024-02-01T20:47:30.471Z | ++ awk '{print $1}' |
446 | 2024-02-01T20:47:30.471Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
447 | 2024-02-01T20:47:30.471Z | + [[ 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 ]] |
448 | 2024-02-01T20:47:30.472Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2024-02-01T20:47:30.472Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
450 | 2024-02-01T20:47:30.473Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
451 | 2024-02-01T20:47:30.473Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
452 | 2024-02-01T20:47:30.473Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
453 | 2024-02-01T20:47:30.473Z | + main |
454 | 2024-02-01T20:47:30.473Z | + [[ 0 != 0 ]] |
455 | 2024-02-01T20:47:30.474Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
456 | 2024-02-01T20:47:30.474Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
457 | 2024-02-01T20:47:30.485Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
458 | 2024-02-01T20:47:30.486Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
459 | 2024-02-01T20:47:30.486Z | + local DO_DOWNLOAD=true |
460 | 2024-02-01T20:47:30.486Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
461 | 2024-02-01T20:47:30.486Z | + mkdir -p out/downloads |
462 | 2024-02-01T20:47:30.487Z | + '[' true == true ']' |
463 | 2024-02-01T20:47:30.487Z | + echo Downloading... |
464 | 2024-02-01T20:47:30.487Z | Downloading... |
465 | 2024-02-01T20:47:30.487Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
466 | 2024-02-01T20:47:30.487Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
467 | 2024-02-01T20:47:30.661Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
468 | 2024-02-01T20:47:30.673Z | ++ case "$OSTYPE" in |
469 | 2024-02-01T20:47:30.673Z | ++ SHA=sha256sum |
470 | 2024-02-01T20:47:30.673Z | ++ sha256sum |
471 | 2024-02-01T20:47:30.674Z | ++ awk '{print $1}' |
472 | 2024-02-01T20:47:30.674Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
473 | 2024-02-01T20:47:30.674Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
474 | 2024-02-01T20:47:30.686Z | + set -o errexit |
475 | 2024-02-01T20:47:30.686Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2024-02-01T20:47:30.687Z | ++ cd ./tools |
477 | 2024-02-01T20:47:30.693Z | ++ pwd |
478 | 2024-02-01T20:47:30.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2024-02-01T20:47:30.694Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2024-02-01T20:47:30.694Z | + ARG0=ci_download_dendrite_openapi |
481 | 2024-02-01T20:47:30.694Z | + TARGET_DIR=out |
482 | 2024-02-01T20:47:30.695Z | + DOWNLOAD_DIR=out/downloads |
483 | 2024-02-01T20:47:30.695Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2024-02-01T20:47:30.695Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
485 | 2024-02-01T20:47:30.695Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
486 | 2024-02-01T20:47:30.696Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
487 | 2024-02-01T20:47:30.696Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
488 | 2024-02-01T20:47:30.696Z | + main |
489 | 2024-02-01T20:47:30.696Z | + [[ 0 != 0 ]] |
490 | 2024-02-01T20:47:30.696Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
491 | 2024-02-01T20:47:30.696Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
492 | 2024-02-01T20:47:30.697Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-02-01T20:47:30.697Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
494 | 2024-02-01T20:47:30.697Z | + local DO_DOWNLOAD=true |
495 | 2024-02-01T20:47:30.698Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
496 | 2024-02-01T20:47:30.698Z | + mkdir -p out/downloads |
497 | 2024-02-01T20:47:30.698Z | + '[' true == true ']' |
498 | 2024-02-01T20:47:30.698Z | + echo Downloading... |
499 | 2024-02-01T20:47:30.698Z | Downloading... |
500 | 2024-02-01T20:47:30.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
501 | 2024-02-01T20:47:30.706Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
502 | 2024-02-01T20:47:31.518Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
503 | 2024-02-01T20:47:31.518Z | ++ case "$OSTYPE" in |
504 | 2024-02-01T20:47:31.602Z | ++ SHA=sha256sum |
505 | 2024-02-01T20:47:31.603Z | ++ sha256sum |
506 | 2024-02-01T20:47:31.603Z | ++ awk '{print $1}' |
507 | 2024-02-01T20:47:31.603Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
508 | 2024-02-01T20:47:31.603Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
509 | 2024-02-01T20:47:31.604Z | + set -o errexit |
510 | 2024-02-01T20:47:31.604Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2024-02-01T20:47:31.604Z | ++ cd ./tools |
512 | 2024-02-01T20:47:31.604Z | ++ pwd |
513 | 2024-02-01T20:47:31.604Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2024-02-01T20:47:31.605Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2024-02-01T20:47:31.605Z | + ARG0=ci_download_dendrite_stub |
516 | 2024-02-01T20:47:31.605Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2024-02-01T20:47:31.605Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
518 | 2024-02-01T20:47:31.606Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
519 | 2024-02-01T20:47:31.629Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
520 | 2024-02-01T20:47:31.629Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2024-02-01T20:47:31.629Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
522 | 2024-02-01T20:47:31.629Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
523 | 2024-02-01T20:47:31.630Z | + TARGET_DIR=out |
524 | 2024-02-01T20:47:31.630Z | + DOWNLOAD_DIR=out/downloads |
525 | 2024-02-01T20:47:31.631Z | + DEST_DIR=./out/dendrite-stub |
526 | 2024-02-01T20:47:31.631Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2024-02-01T20:47:31.631Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2024-02-01T20:47:31.631Z | + REPO=oxidecomputer/dendrite |
529 | 2024-02-01T20:47:31.631Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
530 | 2024-02-01T20:47:31.631Z | + main |
531 | 2024-02-01T20:47:31.631Z | + [[ 0 != 0 ]] |
532 | 2024-02-01T20:47:31.631Z | + CIDL_OS=solaris2.11 |
533 | 2024-02-01T20:47:31.631Z | + [[ 0 != 0 ]] |
534 | 2024-02-01T20:47:31.631Z | + configure_os solaris2.11 |
535 | 2024-02-01T20:47:31.631Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2024-02-01T20:47:31.632Z | current directory: /work/oxidecomputer/omicron |
537 | 2024-02-01T20:47:31.632Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2024-02-01T20:47:31.632Z | configuring based on OS: "solaris2.11" |
539 | 2024-02-01T20:47:31.632Z | + case "$1" in |
540 | 2024-02-01T20:47:31.632Z | + SET_BINARIES= |
541 | 2024-02-01T20:47:31.632Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
542 | 2024-02-01T20:47:31.632Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2024-02-01T20:47:31.632Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2024-02-01T20:47:31.632Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-01T20:47:31.632Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-01T20:47:31.632Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
547 | 2024-02-01T20:47:31.632Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
548 | 2024-02-01T20:47:31.635Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-02-01T20:47:31.635Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-01T20:47:31.635Z | + mkdir -p out/downloads |
551 | 2024-02-01T20:47:31.635Z | + mkdir -p ./out/dendrite-stub |
552 | 2024-02-01T20:47:31.635Z | + fetch_and_verify |
553 | 2024-02-01T20:47:31.635Z | + local DO_DOWNLOAD=true |
554 | 2024-02-01T20:47:31.635Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2024-02-01T20:47:31.635Z | + '[' true == true ']' |
556 | 2024-02-01T20:47:31.636Z | + echo Downloading... |
557 | 2024-02-01T20:47:31.636Z | Downloading... |
558 | 2024-02-01T20:47:31.636Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-01T20:47:31.636Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-02-01T20:47:44.474Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-01T20:47:44.500Z | ++ sha256sum |
562 | 2024-02-01T20:47:44.500Z | ++ awk '{print $1}' |
563 | 2024-02-01T20:47:44.574Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
564 | 2024-02-01T20:47:44.575Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
565 | 2024-02-01T20:47:44.584Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-01T20:47:44.584Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2024-02-01T20:47:45.665Z | + do_assemble |
568 | 2024-02-01T20:47:45.665Z | + rm -r ./out/dendrite-stub |
569 | 2024-02-01T20:47:45.678Z | + mkdir ./out/dendrite-stub |
570 | 2024-02-01T20:47:45.678Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2024-02-01T20:47:45.847Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2024-02-01T20:47:45.863Z | + set -o errexit |
573 | 2024-02-01T20:47:45.863Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2024-02-01T20:47:45.863Z | ++ cd ./tools |
575 | 2024-02-01T20:47:45.864Z | ++ pwd |
576 | 2024-02-01T20:47:45.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2024-02-01T20:47:45.866Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2024-02-01T20:47:45.876Z | + ARG0=ci_download_maghemite_mgd |
579 | 2024-02-01T20:47:45.876Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2024-02-01T20:47:45.876Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
581 | 2024-02-01T20:47:45.877Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
582 | 2024-02-01T20:47:45.877Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2024-02-01T20:47:45.877Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
584 | 2024-02-01T20:47:45.877Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
585 | 2024-02-01T20:47:45.878Z | + TARGET_DIR=out |
586 | 2024-02-01T20:47:45.878Z | + DOWNLOAD_DIR=out/downloads |
587 | 2024-02-01T20:47:45.878Z | + DEST_DIR=./out/mgd |
588 | 2024-02-01T20:47:45.878Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2024-02-01T20:47:45.879Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2024-02-01T20:47:45.879Z | + REPO=oxidecomputer/maghemite |
591 | 2024-02-01T20:47:45.879Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
592 | 2024-02-01T20:47:45.880Z | + main |
593 | 2024-02-01T20:47:45.880Z | + [[ 0 != 0 ]] |
594 | 2024-02-01T20:47:45.880Z | + CIDL_OS=solaris2.11 |
595 | 2024-02-01T20:47:45.880Z | + [[ 0 != 0 ]] |
596 | 2024-02-01T20:47:45.880Z | + configure_os solaris2.11 |
597 | 2024-02-01T20:47:45.881Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2024-02-01T20:47:45.881Z | current directory: /work/oxidecomputer/omicron |
599 | 2024-02-01T20:47:45.881Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2024-02-01T20:47:45.881Z | + case "$1" in |
601 | 2024-02-01T20:47:45.881Z | + SET_BINARIES= |
602 | 2024-02-01T20:47:45.882Z | configuring based on OS: "solaris2.11" |
603 | 2024-02-01T20:47:45.882Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2024-02-01T20:47:45.882Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2024-02-01T20:47:45.882Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
606 | 2024-02-01T20:47:45.882Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2024-02-01T20:47:45.882Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
608 | 2024-02-01T20:47:45.883Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
609 | 2024-02-01T20:47:45.883Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2024-02-01T20:47:45.883Z | + mkdir -p out/downloads |
611 | 2024-02-01T20:47:45.883Z | Local file: out/downloads/mgd.tar.gz |
612 | 2024-02-01T20:47:45.883Z | + mkdir -p ./out/mgd |
613 | 2024-02-01T20:47:45.884Z | + fetch_and_verify |
614 | 2024-02-01T20:47:45.884Z | + local DO_DOWNLOAD=true |
615 | 2024-02-01T20:47:45.884Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2024-02-01T20:47:45.884Z | + '[' true == true ']' |
617 | 2024-02-01T20:47:45.884Z | + echo Downloading... |
618 | 2024-02-01T20:47:45.884Z | Downloading... |
619 | 2024-02-01T20:47:45.885Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2024-02-01T20:47:45.886Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
621 | 2024-02-01T20:47:56.337Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2024-02-01T20:47:56.342Z | ++ sha256sum |
623 | 2024-02-01T20:47:56.342Z | ++ awk '{print $1}' |
624 | 2024-02-01T20:47:56.416Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
625 | 2024-02-01T20:47:56.416Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
626 | 2024-02-01T20:47:56.420Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2024-02-01T20:47:56.420Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2024-02-01T20:47:57.112Z | + do_assemble |
629 | 2024-02-01T20:47:57.112Z | + rm -r ./out/mgd |
630 | 2024-02-01T20:47:57.143Z | + mkdir ./out/mgd |
631 | 2024-02-01T20:47:57.143Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2024-02-01T20:47:57.349Z | + set -o errexit |
633 | 2024-02-01T20:47:57.360Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2024-02-01T20:47:57.361Z | ++ cd ./tools |
635 | 2024-02-01T20:47:57.361Z | ++ pwd |
636 | 2024-02-01T20:47:57.361Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2024-02-01T20:47:57.361Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2024-02-01T20:47:57.361Z | + ARG0=ci_download_transceiver_control |
639 | 2024-02-01T20:47:57.361Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2024-02-01T20:47:57.361Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-02-01T20:47:57.362Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2024-02-01T20:47:57.362Z | + TARGET_DIR=out |
643 | 2024-02-01T20:47:57.362Z | + DOWNLOAD_DIR=out/downloads |
644 | 2024-02-01T20:47:57.363Z | + DEST_DIR=./out/transceiver-control |
645 | 2024-02-01T20:47:57.363Z | + BIN_DIR=/opt/oxide/bin |
646 | 2024-02-01T20:47:57.363Z | + BINARY=xcvradm |
647 | 2024-02-01T20:47:57.363Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2024-02-01T20:47:57.363Z | + REPO=oxidecomputer/transceiver-control |
649 | 2024-02-01T20:47:57.363Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2024-02-01T20:47:57.363Z | + main |
651 | 2024-02-01T20:47:57.363Z | + [[ 0 != 0 ]] |
652 | 2024-02-01T20:47:57.364Z | + CIDL_OS=solaris2.11 |
653 | 2024-02-01T20:47:57.364Z | + [[ 0 != 0 ]] |
654 | 2024-02-01T20:47:57.364Z | + configure_os solaris2.11 |
655 | 2024-02-01T20:47:57.364Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2024-02-01T20:47:57.364Z | current directory: /work/oxidecomputer/omicron |
657 | 2024-02-01T20:47:57.364Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-02-01T20:47:57.364Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-01T20:47:57.365Z | + case "$1" in |
660 | 2024-02-01T20:47:57.365Z | + SET_BINARIES= |
661 | 2024-02-01T20:47:57.365Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-02-01T20:47:57.365Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2024-02-01T20:47:57.365Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2024-02-01T20:47:57.365Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-01T20:47:57.365Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2024-02-01T20:47:57.365Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
667 | 2024-02-01T20:47:57.366Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2024-02-01T20:47:57.366Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-02-01T20:47:57.366Z | Local file: out/downloads/xcvradm.gz |
670 | 2024-02-01T20:47:57.366Z | + mkdir -p out/downloads |
671 | 2024-02-01T20:47:57.366Z | + mkdir -p ./out/transceiver-control |
672 | 2024-02-01T20:47:57.366Z | + fetch_and_verify |
673 | 2024-02-01T20:47:57.366Z | + local DO_DOWNLOAD=true |
674 | 2024-02-01T20:47:57.367Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2024-02-01T20:47:57.367Z | + '[' true == true ']' |
676 | 2024-02-01T20:47:57.367Z | + echo Downloading... |
677 | 2024-02-01T20:47:57.367Z | Downloading... |
678 | 2024-02-01T20:47:57.367Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2024-02-01T20:47:57.367Z | + 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 |
680 | 2024-02-01T20:48:02.408Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2024-02-01T20:48:02.411Z | ++ sha256sum |
682 | 2024-02-01T20:48:02.412Z | ++ awk '{print $1}' |
683 | 2024-02-01T20:48:02.433Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-02-01T20:48:02.433Z | + [[ 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 ]] |
685 | 2024-02-01T20:48:02.438Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2024-02-01T20:48:02.438Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2024-02-01T20:48:02.438Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2024-02-01T20:48:02.615Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2024-02-01T20:48:02.629Z | + do_assemble |
690 | 2024-02-01T20:48:02.629Z | + rm -r ./out/transceiver-control |
691 | 2024-02-01T20:48:02.629Z | + mkdir ./out/transceiver-control |
692 | 2024-02-01T20:48:02.629Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2024-02-01T20:48:02.829Z | All prerequisites installed successfully |
694 | 2024-02-01T20:48:02.835Z | |
695 | 2024-02-01T20:48:02.835Z | real 2:38.127327586 |
696 | 2024-02-01T20:48:02.835Z | user 52.610983932 |
697 | 2024-02-01T20:48:02.835Z | sys 10.314981808 |
698 | 2024-02-01T20:48:02.835Z | trap 0.021376104 |
699 | 2024-02-01T20:48:02.835Z | tflt 0.188661189 |
700 | 2024-02-01T20:48:02.835Z | dflt 0.395397042 |
701 | 2024-02-01T20:48:02.835Z | kflt 0.190972569 |
702 | 2024-02-01T20:48:02.835Z | lock 2.690067881 |
703 | 2024-02-01T20:48:02.836Z | slp 5:19.855113892 |
704 | 2024-02-01T20:48:02.836Z | lat 3.590807899 |
705 | 2024-02-01T20:48:02.836Z | stop 0.081390283 |
706 | 2024-02-01T20:48:02.836Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2024-02-01T20:48:02.844Z | fetching npuzone |
708 | 2024-02-01T20:48:02.854Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2024-02-01T20:48:02.854Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
710 | 2024-02-01T20:48:02.868Z | Getting hash for npuzone |
711 | 2024-02-01T20:48:03.039Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
712 | 2024-02-01T20:48:14.370Z | npuzone downloaded successfully |
713 | 2024-02-01T20:48:14.382Z | |
714 | 2024-02-01T20:48:14.382Z | real 11.477339396 |
715 | 2024-02-01T20:48:14.382Z | user 0.540439765 |
716 | 2024-02-01T20:48:14.382Z | sys 0.145991545 |
717 | 2024-02-01T20:48:14.382Z | trap 0.000039377 |
718 | 2024-02-01T20:48:14.382Z | tflt 0.000000000 |
719 | 2024-02-01T20:48:14.382Z | dflt 0.000000000 |
720 | 2024-02-01T20:48:14.383Z | kflt 0.000000000 |
721 | 2024-02-01T20:48:14.385Z | lock 0.000000000 |
722 | 2024-02-01T20:48:14.385Z | slp 33.595748936 |
723 | 2024-02-01T20:48:14.385Z | lat 0.110347903 |
724 | 2024-02-01T20:48:14.385Z | stop 0.000346632 |
725 | 2024-02-01T20:48:14.385Z | + export CARGO_INCREMENTAL=0 |
726 | 2024-02-01T20:48:14.385Z | + CARGO_INCREMENTAL=0 |
727 | 2024-02-01T20:48:14.385Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
728 | 2024-02-01T20:48:14.657Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2024-02-01T20:48:15.021Z | Updating crates.io index |
730 | 2024-02-01T20:48:15.145Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-02-01T20:48:16.074Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-02-01T20:48:18.336Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-02-01T20:48:18.982Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2024-02-01T20:48:19.286Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2024-02-01T20:48:19.614Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2024-02-01T20:48:19.892Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2024-02-01T20:48:20.939Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2024-02-01T20:48:23.341Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2024-02-01T20:48:24.449Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2024-02-01T20:48:24.775Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-02-01T20:48:25.390Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-02-01T20:48:25.681Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-02-01T20:48:26.036Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2024-02-01T20:48:26.314Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2024-02-01T20:48:26.754Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2024-02-01T20:48:27.092Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
747 | 2024-02-01T20:48:27.511Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2024-02-01T20:48:28.166Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2024-02-01T20:48:28.544Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2024-02-01T20:48:29.331Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2024-02-01T20:48:30.119Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2024-02-01T20:48:30.639Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2024-02-01T20:48:32.533Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2024-02-01T20:48:33.163Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2024-02-01T20:48:33.387Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2024-02-01T20:48:35.080Z | Downloading crates ... |
757 | 2024-02-01T20:48:35.300Z | Downloaded ahash v0.8.6 |
758 | 2024-02-01T20:48:35.310Z | Downloaded iana-time-zone v0.1.57 |
759 | 2024-02-01T20:48:35.330Z | Downloaded cexpr v0.6.0 |
760 | 2024-02-01T20:48:35.348Z | Downloaded atomicwrites v0.4.3 |
761 | 2024-02-01T20:48:35.348Z | Downloaded indexmap v1.9.3 |
762 | 2024-02-01T20:48:35.378Z | Downloaded humantime v2.1.0 |
763 | 2024-02-01T20:48:35.379Z | Downloaded indoc v1.0.9 |
764 | 2024-02-01T20:48:35.379Z | Downloaded hyper-rustls v0.24.2 |
765 | 2024-02-01T20:48:35.423Z | Downloaded io-lifetimes v1.0.11 |
766 | 2024-02-01T20:48:35.423Z | Downloaded instant v0.1.12 |
767 | 2024-02-01T20:48:35.423Z | Downloaded corncobs v0.1.3 |
768 | 2024-02-01T20:48:35.423Z | Downloaded backtrace v0.3.69 |
769 | 2024-02-01T20:48:35.442Z | Downloaded normalize-line-endings v0.3.0 |
770 | 2024-02-01T20:48:35.442Z | Downloaded cpufeatures v0.2.12 |
771 | 2024-02-01T20:48:35.442Z | Downloaded match_cfg v0.1.0 |
772 | 2024-02-01T20:48:35.442Z | Downloaded memoffset v0.9.0 |
773 | 2024-02-01T20:48:35.443Z | Downloaded maplit v1.0.2 |
774 | 2024-02-01T20:48:35.443Z | Downloaded memoffset v0.7.1 |
775 | 2024-02-01T20:48:35.443Z | Downloaded matches v0.1.10 |
776 | 2024-02-01T20:48:35.443Z | Downloaded log v0.4.20 |
777 | 2024-02-01T20:48:35.889Z | Downloaded linked-hash-map v0.5.6 |
778 | 2024-02-01T20:48:35.890Z | Downloaded mockall v0.12.0 |
779 | 2024-02-01T20:48:35.890Z | Downloaded native-tls v0.2.11 |
780 | 2024-02-01T20:48:35.890Z | Downloaded mime v0.3.17 |
781 | 2024-02-01T20:48:35.890Z | Downloaded curve25519-dalek-derive v0.1.0 |
782 | 2024-02-01T20:48:35.890Z | Downloaded nodrop v0.1.14 |
783 | 2024-02-01T20:48:35.890Z | Downloaded new_debug_unreachable v1.0.4 |
784 | 2024-02-01T20:48:35.921Z | Downloaded opaque-debug v0.3.0 |
785 | 2024-02-01T20:48:35.921Z | Downloaded async-recursion v1.0.5 |
786 | 2024-02-01T20:48:35.921Z | Downloaded scroll_derive v0.12.0 |
787 | 2024-02-01T20:48:35.921Z | Downloaded array-init v0.0.4 |
788 | 2024-02-01T20:48:35.921Z | Downloaded shell-words v1.1.0 |
789 | 2024-02-01T20:48:35.921Z | Downloaded serde_urlencoded v0.7.1 |
790 | 2024-02-01T20:48:35.921Z | Downloaded num v0.4.1 |
791 | 2024-02-01T20:48:35.922Z | Downloaded want v0.3.1 |
792 | 2024-02-01T20:48:35.938Z | Downloaded num_threads v0.1.6 |
793 | 2024-02-01T20:48:35.938Z | Downloaded slab v0.4.9 |
794 | 2024-02-01T20:48:35.938Z | Downloaded signature v2.1.0 |
795 | 2024-02-01T20:48:35.938Z | Downloaded siphasher v0.3.11 |
796 | 2024-02-01T20:48:35.938Z | Downloaded same-file v1.0.6 |
797 | 2024-02-01T20:48:35.938Z | Downloaded scroll v0.12.0 |
798 | 2024-02-01T20:48:35.939Z | Downloaded rustls-pemfile v1.0.3 |
799 | 2024-02-01T20:48:35.939Z | Downloaded num_enum v0.5.11 |
800 | 2024-02-01T20:48:35.939Z | Downloaded openssl-probe v0.1.5 |
801 | 2024-02-01T20:48:35.939Z | Downloaded terminal_size v0.2.6 |
802 | 2024-02-01T20:48:35.939Z | Downloaded usdt-impl v0.5.0 |
803 | 2024-02-01T20:48:35.939Z | Downloaded num-rational v0.4.1 |
804 | 2024-02-01T20:48:35.939Z | Downloaded anyhow v1.0.75 |
805 | 2024-02-01T20:48:35.939Z | Downloaded heck v0.4.1 |
806 | 2024-02-01T20:48:35.939Z | Downloaded crossbeam-utils v0.8.16 |
807 | 2024-02-01T20:48:35.939Z | Downloaded fragile v2.0.0 |
808 | 2024-02-01T20:48:35.939Z | Downloaded sec1 v0.7.3 |
809 | 2024-02-01T20:48:35.940Z | Downloaded structmeta v0.2.0 |
810 | 2024-02-01T20:48:35.940Z | Downloaded usdt v0.3.5 |
811 | 2024-02-01T20:48:35.940Z | Downloaded downcast v0.11.0 |
812 | 2024-02-01T20:48:35.940Z | Downloaded scheduled-thread-pool v0.2.7 |
813 | 2024-02-01T20:48:35.940Z | Downloaded tokio-tungstenite v0.20.1 |
814 | 2024-02-01T20:48:35.940Z | Downloaded hash32 v0.2.1 |
815 | 2024-02-01T20:48:35.940Z | Downloaded signal-hook v0.3.17 |
816 | 2024-02-01T20:48:35.940Z | Downloaded equivalent v1.0.1 |
817 | 2024-02-01T20:48:35.940Z | Downloaded arc-swap v1.6.0 |
818 | 2024-02-01T20:48:35.940Z | Downloaded num-traits v0.2.16 |
819 | 2024-02-01T20:48:35.940Z | Downloaded phf_shared v0.10.0 |
820 | 2024-02-01T20:48:35.966Z | Downloaded predicates-tree v1.0.9 |
821 | 2024-02-01T20:48:35.966Z | Downloaded fnv v1.0.7 |
822 | 2024-02-01T20:48:35.973Z | Downloaded predicates v3.1.0 |
823 | 2024-02-01T20:48:35.973Z | Downloaded futures-sink v0.3.30 |
824 | 2024-02-01T20:48:35.973Z | Downloaded dof v0.3.0 |
825 | 2024-02-01T20:48:35.973Z | Downloaded darling_macro v0.14.4 |
826 | 2024-02-01T20:48:35.974Z | Downloaded parse-size v1.0.0 |
827 | 2024-02-01T20:48:35.974Z | Downloaded zone_cfg_derive v0.3.0 |
828 | 2024-02-01T20:48:35.974Z | Downloaded try-lock v0.2.4 |
829 | 2024-02-01T20:48:35.974Z | Downloaded dirs-sys-next v0.1.2 |
830 | 2024-02-01T20:48:35.974Z | Downloaded zerocopy v0.6.4 |
831 | 2024-02-01T20:48:35.974Z | Downloaded digest v0.10.7 |
832 | 2024-02-01T20:48:35.974Z | Downloaded deranged v0.3.8 |
833 | 2024-02-01T20:48:35.974Z | Downloaded zerocopy-derive v0.7.32 |
834 | 2024-02-01T20:48:35.974Z | Downloaded peeking_take_while v0.1.2 |
835 | 2024-02-01T20:48:35.974Z | Downloaded term v0.7.0 |
836 | 2024-02-01T20:48:35.974Z | Downloaded openssl-macros v0.1.1 |
837 | 2024-02-01T20:48:35.974Z | Downloaded stability v0.1.1 |
838 | 2024-02-01T20:48:35.974Z | Downloaded strsim v0.10.0 |
839 | 2024-02-01T20:48:35.974Z | Downloaded usdt-attr-macro v0.5.0 |
840 | 2024-02-01T20:48:35.974Z | Downloaded crossbeam-channel v0.5.8 |
841 | 2024-02-01T20:48:35.974Z | Downloaded wait-timeout v0.2.0 |
842 | 2024-02-01T20:48:35.974Z | Downloaded rtoolbox v0.0.1 |
843 | 2024-02-01T20:48:35.974Z | Downloaded zerocopy v0.3.0 |
844 | 2024-02-01T20:48:35.975Z | Downloaded glob v0.3.1 |
845 | 2024-02-01T20:48:35.975Z | Downloaded similar v2.3.0 |
846 | 2024-02-01T20:48:35.975Z | Downloaded waitgroup v0.1.2 |
847 | 2024-02-01T20:48:35.975Z | Downloaded data-encoding v2.4.0 |
848 | 2024-02-01T20:48:35.976Z | Downloaded pkcs1 v0.7.5 |
849 | 2024-02-01T20:48:35.976Z | Downloaded time-core v0.1.1 |
850 | 2024-02-01T20:48:35.976Z | Downloaded semver v0.1.20 |
851 | 2024-02-01T20:48:35.976Z | Downloaded usdt-macro v0.5.0 |
852 | 2024-02-01T20:48:35.976Z | Downloaded foreign-types-shared v0.3.1 |
853 | 2024-02-01T20:48:35.976Z | Downloaded socket2 v0.4.9 |
854 | 2024-02-01T20:48:35.976Z | Downloaded version_check v0.9.4 |
855 | 2024-02-01T20:48:35.976Z | Downloaded unsafe-libyaml v0.2.10 |
856 | 2024-02-01T20:48:35.976Z | Downloaded tokio-macros v2.2.0 |
857 | 2024-02-01T20:48:35.976Z | Downloaded precomputed-hash v0.1.1 |
858 | 2024-02-01T20:48:35.976Z | Downloaded password-hash v0.5.0 |
859 | 2024-02-01T20:48:35.976Z | Downloaded pem v3.0.2 |
860 | 2024-02-01T20:48:35.977Z | Downloaded fallible-iterator v0.2.0 |
861 | 2024-02-01T20:48:35.977Z | Downloaded pest_derive v2.7.6 |
862 | 2024-02-01T20:48:35.977Z | Downloaded rcgen v0.12.1 |
863 | 2024-02-01T20:48:35.977Z | Downloaded foreign-types-shared v0.1.1 |
864 | 2024-02-01T20:48:35.977Z | Downloaded whoami v1.4.1 |
865 | 2024-02-01T20:48:35.977Z | Downloaded rand_chacha v0.3.1 |
866 | 2024-02-01T20:48:35.977Z | Downloaded defmt-macros v0.3.6 |
867 | 2024-02-01T20:48:35.977Z | Downloaded parse-display v0.8.2 |
868 | 2024-02-01T20:48:35.977Z | Downloaded futures-io v0.3.30 |
869 | 2024-02-01T20:48:35.977Z | Downloaded serde-big-array v0.5.1 |
870 | 2024-02-01T20:48:35.977Z | Downloaded errno v0.3.8 |
871 | 2024-02-01T20:48:35.977Z | Downloaded quote v1.0.35 |
872 | 2024-02-01T20:48:35.977Z | Downloaded pest_meta v2.7.6 |
873 | 2024-02-01T20:48:35.977Z | Downloaded sha1 v0.10.6 |
874 | 2024-02-01T20:48:35.977Z | Downloaded dtrace-parser v0.1.14 |
875 | 2024-02-01T20:48:35.977Z | Downloaded oso-derive v0.27.0 |
876 | 2024-02-01T20:48:35.993Z | Downloaded itertools v0.12.0 |
877 | 2024-02-01T20:48:35.993Z | Downloaded sqlparser_derive v0.2.2 |
878 | 2024-02-01T20:48:35.994Z | Downloaded hex v0.4.3 |
879 | 2024-02-01T20:48:35.994Z | Downloaded foreign-types v0.5.0 |
880 | 2024-02-01T20:48:35.994Z | Downloaded sqlformat v0.2.3 |
881 | 2024-02-01T20:48:35.994Z | Downloaded futures-core v0.3.30 |
882 | 2024-02-01T20:48:35.995Z | Downloaded paste v1.0.14 |
883 | 2024-02-01T20:48:35.995Z | Downloaded fastrand v2.0.0 |
884 | 2024-02-01T20:48:36.041Z | Downloaded dyn-clone v1.0.13 |
885 | 2024-02-01T20:48:36.041Z | Downloaded snafu v0.7.5 |
886 | 2024-02-01T20:48:36.041Z | Downloaded serde_spanned v0.6.4 |
887 | 2024-02-01T20:48:36.041Z | Downloaded der v0.7.8 |
888 | 2024-02-01T20:48:36.041Z | Downloaded diesel_table_macro_syntax v0.1.0 |
889 | 2024-02-01T20:48:36.042Z | Downloaded r2d2 v0.8.10 |
890 | 2024-02-01T20:48:36.042Z | Downloaded vte_generate_state_changes v0.1.1 |
891 | 2024-02-01T20:48:36.042Z | Downloaded unicode-linebreak v0.1.5 |
892 | 2024-02-01T20:48:36.043Z | Downloaded termtree v0.4.1 |
893 | 2024-02-01T20:48:36.043Z | Downloaded dof v0.1.5 |
894 | 2024-02-01T20:48:36.043Z | Downloaded unicase v2.7.0 |
895 | 2024-02-01T20:48:36.043Z | Downloaded slog-stdlog v4.1.1 |
896 | 2024-02-01T20:48:36.043Z | Downloaded proc-macro-crate v1.3.1 |
897 | 2024-02-01T20:48:36.043Z | Downloaded rand_core v0.6.4 |
898 | 2024-02-01T20:48:36.043Z | Downloaded float-cmp v0.9.0 |
899 | 2024-02-01T20:48:36.043Z | Downloaded tokio-rustls v0.25.0 |
900 | 2024-02-01T20:48:36.043Z | Downloaded packed_struct v0.10.1 |
901 | 2024-02-01T20:48:36.043Z | Downloaded ryu v1.0.15 |
902 | 2024-02-01T20:48:36.043Z | Downloaded pretty-hex v0.2.1 |
903 | 2024-02-01T20:48:36.043Z | Downloaded serde_tokenstream v0.1.7 |
904 | 2024-02-01T20:48:36.043Z | Downloaded pin-utils v0.1.0 |
905 | 2024-02-01T20:48:36.043Z | Downloaded postgres-types v0.2.6 |
906 | 2024-02-01T20:48:36.044Z | Downloaded usdt-attr-macro v0.3.5 |
907 | 2024-02-01T20:48:36.044Z | Downloaded pest_generator v2.7.6 |
908 | 2024-02-01T20:48:36.044Z | Downloaded dirs-next v2.0.0 |
909 | 2024-02-01T20:48:36.044Z | Downloaded pkcs8 v0.10.2 |
910 | 2024-02-01T20:48:36.044Z | Downloaded platforms v3.0.2 |
911 | 2024-02-01T20:48:36.044Z | Downloaded libxml v0.3.3 |
912 | 2024-02-01T20:48:36.044Z | Downloaded serde_plain v1.0.2 |
913 | 2024-02-01T20:48:36.044Z | Downloaded toml_edit v0.21.0 |
914 | 2024-02-01T20:48:36.044Z | Downloaded path-slash v0.1.5 |
915 | 2024-02-01T20:48:36.044Z | Downloaded fd-lock v3.0.13 |
916 | 2024-02-01T20:48:36.044Z | Downloaded rand_xorshift v0.3.0 |
917 | 2024-02-01T20:48:36.044Z | Downloaded ff v0.13.0 |
918 | 2024-02-01T20:48:36.074Z | Downloaded smallvec v1.11.2 |
919 | 2024-02-01T20:48:36.074Z | Downloaded rustls-pki-types v1.1.0 |
920 | 2024-02-01T20:48:36.074Z | Downloaded phf v0.11.2 |
921 | 2024-02-01T20:48:36.074Z | Downloaded proc-macro-error v1.0.4 |
922 | 2024-02-01T20:48:36.075Z | Downloaded usdt v0.5.0 |
923 | 2024-02-01T20:48:36.077Z | Downloaded thiserror v1.0.56 |
924 | 2024-02-01T20:48:36.077Z | Downloaded strsim v0.8.0 |
925 | 2024-02-01T20:48:36.077Z | Downloaded tiny-keccak v2.0.2 |
926 | 2024-02-01T20:48:36.077Z | Downloaded semver-parser v0.10.2 |
927 | 2024-02-01T20:48:36.158Z | Downloaded poly1305 v0.8.0 |
928 | 2024-02-01T20:48:36.158Z | Downloaded tinyvec v1.6.0 |
929 | 2024-02-01T20:48:36.159Z | Downloaded debug-ignore v1.0.5 |
930 | 2024-02-01T20:48:36.159Z | Downloaded uuid v1.7.0 |
931 | 2024-02-01T20:48:36.159Z | Downloaded typed-path v0.7.0 |
932 | 2024-02-01T20:48:36.228Z | Downloaded fs-err v2.11.0 |
933 | 2024-02-01T20:48:36.228Z | Downloaded diff v0.1.13 |
934 | 2024-02-01T20:48:36.228Z | Downloaded tungstenite v0.20.1 |
935 | 2024-02-01T20:48:36.229Z | Downloaded headers v0.3.9 |
936 | 2024-02-01T20:48:36.229Z | Downloaded rustls-webpki v0.101.7 |
937 | 2024-02-01T20:48:36.229Z | Downloaded structopt v0.3.26 |
938 | 2024-02-01T20:48:36.229Z | Downloaded heapless v0.8.0 |
939 | 2024-02-01T20:48:36.376Z | Downloaded ron v0.8.1 |
940 | 2024-02-01T20:48:36.377Z | Downloaded url v2.5.0 |
941 | 2024-02-01T20:48:36.377Z | Downloaded flate2 v1.0.28 |
942 | 2024-02-01T20:48:36.377Z | Downloaded steno v0.4.0 |
943 | 2024-02-01T20:48:36.377Z | Downloaded pest v2.7.6 |
944 | 2024-02-01T20:48:36.377Z | Downloaded reedline v0.28.0 |
945 | 2024-02-01T20:48:36.377Z | Downloaded sqlparser v0.43.1 |
946 | 2024-02-01T20:48:36.512Z | Downloaded serde_with v3.5.1 |
947 | 2024-02-01T20:48:36.512Z | Downloaded object v0.30.4 |
948 | 2024-02-01T20:48:36.512Z | Downloaded h2 v0.3.24 |
949 | 2024-02-01T20:48:36.512Z | Downloaded quick-xml v0.30.0 |
950 | 2024-02-01T20:48:36.512Z | Downloaded proptest v1.4.0 |
951 | 2024-02-01T20:48:36.512Z | Downloaded tabled v0.15.0 |
952 | 2024-02-01T20:48:36.512Z | Downloaded petgraph v0.6.4 |
953 | 2024-02-01T20:48:36.512Z | Downloaded regex v1.10.3 |
954 | 2024-02-01T20:48:36.651Z | Downloaded smoltcp v0.9.1 |
955 | 2024-02-01T20:48:36.651Z | Downloaded vcpkg v0.2.15 |
956 | 2024-02-01T20:48:36.651Z | Downloaded regress v0.7.1 |
957 | 2024-02-01T20:48:36.651Z | Downloaded regex-syntax v0.8.2 |
958 | 2024-02-01T20:48:36.733Z | Downloaded rustls v0.22.2 |
959 | 2024-02-01T20:48:36.734Z | Downloaded zerocopy-derive v0.2.0 |
960 | 2024-02-01T20:48:36.734Z | Downloaded zerocopy-derive v0.6.4 |
961 | 2024-02-01T20:48:36.734Z | Downloaded regex-automata v0.3.8 |
962 | 2024-02-01T20:48:36.734Z | Downloaded regex-automata v0.4.4 |
963 | 2024-02-01T20:48:36.815Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
964 | 2024-02-01T20:48:36.816Z | Downloaded encoding_rs v0.8.33 |
965 | 2024-02-01T20:48:36.816Z | Downloaded libc v0.2.152 |
966 | 2024-02-01T20:48:36.832Z | Downloaded tokio v1.35.1 |
967 | 2024-02-01T20:48:36.887Z | Downloaded sha3 v0.10.8 |
968 | 2024-02-01T20:48:36.920Z | Downloaded ratatui v0.25.0 |
969 | 2024-02-01T20:48:36.965Z | Downloaded rustix v0.38.30 |
970 | 2024-02-01T20:48:36.977Z | Downloaded sled v0.34.7 |
971 | 2024-02-01T20:48:36.992Z | Downloaded regex-syntax v0.7.5 |
972 | 2024-02-01T20:48:37.043Z | Downloaded radix_trie v0.2.1 |
973 | 2024-02-01T20:48:37.054Z | Downloaded rustls v0.21.9 |
974 | 2024-02-01T20:48:37.090Z | Downloaded openapiv3 v2.0.0 |
975 | 2024-02-01T20:48:37.098Z | Downloaded webpki-roots v0.25.2 |
976 | 2024-02-01T20:48:37.107Z | Downloaded trust-dns-proto v0.22.0 |
977 | 2024-02-01T20:48:37.128Z | Downloaded rustix v0.37.23 |
978 | 2024-02-01T20:48:37.172Z | Downloaded regex-syntax v0.6.29 |
979 | 2024-02-01T20:48:37.194Z | Downloaded polar-core v0.27.0 |
980 | 2024-02-01T20:48:37.202Z | Downloaded bstr v1.6.0 |
981 | 2024-02-01T20:48:37.242Z | Downloaded diesel v2.1.4 |
982 | 2024-02-01T20:48:37.257Z | Downloaded smoltcp v0.11.0 |
983 | 2024-02-01T20:48:37.278Z | Downloaded openssl v0.10.60 |
984 | 2024-02-01T20:48:37.395Z | Downloaded curve25519-dalek v4.1.1 |
985 | 2024-02-01T20:48:37.395Z | Downloaded nix v0.27.1 |
986 | 2024-02-01T20:48:37.395Z | Downloaded gimli v0.28.0 |
987 | 2024-02-01T20:48:37.395Z | Downloaded syn v2.0.48 |
988 | 2024-02-01T20:48:37.395Z | Downloaded object v0.32.1 |
989 | 2024-02-01T20:48:37.504Z | Downloaded futures-util v0.3.30 |
990 | 2024-02-01T20:48:37.504Z | Downloaded bstr v0.2.17 |
991 | 2024-02-01T20:48:37.505Z | Downloaded syn v1.0.109 |
992 | 2024-02-01T20:48:37.517Z | Downloaded unicode-normalization v0.1.22 |
993 | 2024-02-01T20:48:37.518Z | Downloaded rustls-webpki v0.102.1 |
994 | 2024-02-01T20:48:37.518Z | Downloaded regex-automata v0.1.10 |
995 | 2024-02-01T20:48:37.528Z | Downloaded rustyline v13.0.0 |
996 | 2024-02-01T20:48:37.528Z | Downloaded ring v0.17.7 |
997 | 2024-02-01T20:48:37.752Z | Downloaded winnow v0.5.15 |
998 | 2024-02-01T20:48:37.779Z | Downloaded reqwest v0.11.22 |
999 | 2024-02-01T20:48:37.780Z | Downloaded hashbrown v0.13.2 |
1000 | 2024-02-01T20:48:37.780Z | Downloaded ring v0.16.20 |
1001 | 2024-02-01T20:48:37.864Z | Downloaded tokio-util v0.7.10 |
1002 | 2024-02-01T20:48:37.871Z | Downloaded hkdf v0.12.4 |
1003 | 2024-02-01T20:48:37.877Z | Downloaded bindgen v0.69.2 |
1004 | 2024-02-01T20:48:37.889Z | Downloaded heapless v0.7.16 |
1005 | 2024-02-01T20:48:37.939Z | Downloaded chrono v0.4.31 |
1006 | 2024-02-01T20:48:37.955Z | Downloaded goblin v0.8.0 |
1007 | 2024-02-01T20:48:37.955Z | Downloaded lalrpop v0.19.12 |
1008 | 2024-02-01T20:48:37.955Z | Downloaded rsa v0.9.2 |
1009 | 2024-02-01T20:48:37.975Z | Downloaded openssl-sys v0.9.96 |
1010 | 2024-02-01T20:48:38.016Z | Downloaded rayon v1.8.0 |
1011 | 2024-02-01T20:48:38.039Z | Downloaded hmac v0.12.1 |
1012 | 2024-02-01T20:48:38.039Z | Downloaded pin-project v1.1.3 |
1013 | 2024-02-01T20:48:38.430Z | Downloaded rayon-core v1.12.0 |
1014 | 2024-02-01T20:48:38.430Z | Downloaded hashbrown v0.14.2 |
1015 | 2024-02-01T20:48:38.430Z | Downloaded idna v0.5.0 |
1016 | 2024-02-01T20:48:38.430Z | Downloaded clap v2.34.0 |
1017 | 2024-02-01T20:48:38.430Z | Downloaded serde_json v1.0.113 |
1018 | 2024-02-01T20:48:38.430Z | Downloaded portable-atomic v1.4.3 |
1019 | 2024-02-01T20:48:38.430Z | Downloaded bitvec v1.0.1 |
1020 | 2024-02-01T20:48:38.430Z | Downloaded rustc_version v0.4.0 |
1021 | 2024-02-01T20:48:38.430Z | Downloaded tempfile v3.9.0 |
1022 | 2024-02-01T20:48:38.430Z | Downloaded futures v0.3.30 |
1023 | 2024-02-01T20:48:38.430Z | Downloaded oso v0.27.0 |
1024 | 2024-02-01T20:48:38.446Z | Downloaded aho-corasick v1.0.4 |
1025 | 2024-02-01T20:48:38.446Z | Downloaded idna v0.2.3 |
1026 | 2024-02-01T20:48:38.446Z | Downloaded trust-dns-server v0.22.1 |
1027 | 2024-02-01T20:48:38.447Z | Downloaded postgres-protocol v0.6.6 |
1028 | 2024-02-01T20:48:38.466Z | Downloaded futures-channel v0.3.30 |
1029 | 2024-02-01T20:48:38.466Z | Downloaded rustc-demangle v0.1.23 |
1030 | 2024-02-01T20:48:38.467Z | Downloaded parking_lot v0.11.2 |
1031 | 2024-02-01T20:48:38.467Z | Downloaded salty v0.2.0 |
1032 | 2024-02-01T20:48:38.467Z | Downloaded zerocopy v0.7.32 |
1033 | 2024-02-01T20:48:38.467Z | Downloaded radium v0.7.0 |
1034 | 2024-02-01T20:48:38.467Z | Downloaded rpassword v7.3.1 |
1035 | 2024-02-01T20:48:38.467Z | Downloaded derive_more v0.99.17 |
1036 | 2024-02-01T20:48:38.467Z | Downloaded serde_yaml v0.9.25 |
1037 | 2024-02-01T20:48:38.467Z | Downloaded clap_builder v4.4.2 |
1038 | 2024-02-01T20:48:38.467Z | Downloaded tap v1.0.1 |
1039 | 2024-02-01T20:48:38.467Z | Downloaded serde_repr v0.1.16 |
1040 | 2024-02-01T20:48:38.467Z | Downloaded enum-as-inner v0.5.1 |
1041 | 2024-02-01T20:48:38.467Z | Downloaded serde_derive v1.0.195 |
1042 | 2024-02-01T20:48:38.467Z | Downloaded elliptic-curve v0.13.8 |
1043 | 2024-02-01T20:48:38.467Z | Downloaded ucd-trie v0.1.6 |
1044 | 2024-02-01T20:48:38.468Z | Downloaded pin-project-lite v0.2.13 |
1045 | 2024-02-01T20:48:38.468Z | Downloaded fixedbitset v0.4.2 |
1046 | 2024-02-01T20:48:38.468Z | Downloaded tokio-native-tls v0.3.1 |
1047 | 2024-02-01T20:48:38.468Z | Downloaded zeroize v1.7.0 |
1048 | 2024-02-01T20:48:38.468Z | Downloaded predicates-core v1.0.6 |
1049 | 2024-02-01T20:48:38.468Z | Downloaded thiserror-no-std v2.0.2 |
1050 | 2024-02-01T20:48:38.468Z | Downloaded tokio-postgres v0.7.10 |
1051 | 2024-02-01T20:48:38.468Z | Downloaded x509-cert v0.2.4 |
1052 | 2024-02-01T20:48:38.468Z | Downloaded rustls-pemfile v2.0.0 |
1053 | 2024-02-01T20:48:38.468Z | Downloaded pin-project-internal v1.1.3 |
1054 | 2024-02-01T20:48:38.468Z | Downloaded globset v0.4.13 |
1055 | 2024-02-01T20:48:38.468Z | Downloaded difflib v0.4.0 |
1056 | 2024-02-01T20:48:38.468Z | Downloaded time-macros v0.2.13 |
1057 | 2024-02-01T20:48:38.468Z | Downloaded toml_datetime v0.6.5 |
1058 | 2024-02-01T20:48:38.468Z | Downloaded serde_derive_internals v0.26.0 |
1059 | 2024-02-01T20:48:38.468Z | Downloaded fatfs v0.3.6 |
1060 | 2024-02-01T20:48:38.468Z | Downloaded serde v1.0.195 |
1061 | 2024-02-01T20:48:38.468Z | Downloaded tough v0.16.0 |
1062 | 2024-02-01T20:48:38.468Z | Downloaded time v0.3.27 |
1063 | 2024-02-01T20:48:38.468Z | Downloaded fd-lock v4.0.2 |
1064 | 2024-02-01T20:48:38.468Z | Downloaded defmt v0.3.5 |
1065 | 2024-02-01T20:48:38.468Z | Downloaded rand v0.8.5 |
1066 | 2024-02-01T20:48:38.468Z | Downloaded filetime v0.2.23 |
1067 | 2024-02-01T20:48:38.468Z | Downloaded trust-dns-resolver v0.22.0 |
1068 | 2024-02-01T20:48:38.468Z | Downloaded toml v0.5.11 |
1069 | 2024-02-01T20:48:38.469Z | Downloaded toml_edit v0.19.15 |
1070 | 2024-02-01T20:48:38.469Z | Downloaded libm v0.2.7 |
1071 | 2024-02-01T20:48:38.469Z | Downloaded socket2 v0.5.5 |
1072 | 2024-02-01T20:48:38.932Z | Downloaded prettyplease v0.2.16 |
1073 | 2024-02-01T20:48:38.932Z | Downloaded group v0.13.0 |
1074 | 2024-02-01T20:48:38.932Z | Downloaded untrusted v0.7.1 |
1075 | 2024-02-01T20:48:38.933Z | Downloaded unicode-width v0.1.11 |
1076 | 2024-02-01T20:48:38.933Z | Downloaded slog-json v2.6.1 |
1077 | 2024-02-01T20:48:38.933Z | Downloaded highway v1.1.0 |
1078 | 2024-02-01T20:48:38.933Z | Downloaded zip v0.6.6 |
1079 | 2024-02-01T20:48:38.933Z | Downloaded toml v0.7.8 |
1080 | 2024-02-01T20:48:38.933Z | Downloaded proc-macro-error-attr v1.0.4 |
1081 | 2024-02-01T20:48:38.934Z | Downloaded display-error-chain v0.2.0 |
1082 | 2024-02-01T20:48:38.934Z | Downloaded unarray v0.1.4 |
1083 | 2024-02-01T20:48:38.934Z | Downloaded thread_local v1.1.7 |
1084 | 2024-02-01T20:48:38.934Z | Downloaded wyz v0.5.1 |
1085 | 2024-02-01T20:48:38.934Z | Downloaded quick-error v1.2.3 |
1086 | 2024-02-01T20:48:38.934Z | Downloaded unicode-segmentation v1.10.1 |
1087 | 2024-02-01T20:48:38.934Z | Downloaded utf-8 v0.7.6 |
1088 | 2024-02-01T20:48:38.935Z | Downloaded futures-macro v0.3.30 |
1089 | 2024-02-01T20:48:38.935Z | Downloaded untrusted v0.9.0 |
1090 | 2024-02-01T20:48:38.935Z | Downloaded slog-term v2.9.0 |
1091 | 2024-02-01T20:48:38.935Z | Downloaded parse-display-derive v0.8.2 |
1092 | 2024-02-01T20:48:38.935Z | Downloaded subprocess v0.2.9 |
1093 | 2024-02-01T20:48:38.935Z | Downloaded http v0.2.11 |
1094 | 2024-02-01T20:48:38.943Z | Downloaded tracing-core v0.1.31 |
1095 | 2024-02-01T20:48:38.943Z | Downloaded tracing v0.1.37 |
1096 | 2024-02-01T20:48:38.943Z | Downloaded nom v7.1.3 |
1097 | 2024-02-01T20:48:38.943Z | Downloaded num-bigint-dig v0.8.4 |
1098 | 2024-02-01T20:48:38.944Z | Downloaded tui-tree-widget v0.16.0 |
1099 | 2024-02-01T20:48:38.944Z | Downloaded futures-task v0.3.30 |
1100 | 2024-02-01T20:48:38.944Z | Downloaded thread-id v4.2.0 |
1101 | 2024-02-01T20:48:38.957Z | Downloaded typenum v1.16.0 |
1102 | 2024-02-01T20:48:38.957Z | Downloaded postcard v1.0.8 |
1103 | 2024-02-01T20:48:38.957Z | Downloaded strum_macros v0.25.2 |
1104 | 2024-02-01T20:48:38.957Z | Downloaded textwrap v0.16.0 |
1105 | 2024-02-01T20:48:38.957Z | Downloaded hashbrown v0.12.3 |
1106 | 2024-02-01T20:48:38.958Z | Downloaded either v1.9.0 |
1107 | 2024-02-01T20:48:38.958Z | Downloaded rusty-fork v0.3.0 |
1108 | 2024-02-01T20:48:38.958Z | Downloaded slog-dtrace v0.3.0 |
1109 | 2024-02-01T20:48:38.958Z | Downloaded snafu-derive v0.7.5 |
1110 | 2024-02-01T20:48:38.958Z | Downloaded derive_builder_core v0.12.0 |
1111 | 2024-02-01T20:48:38.958Z | Downloaded spin v0.9.8 |
1112 | 2024-02-01T20:48:38.958Z | Downloaded unicode_categories v0.1.1 |
1113 | 2024-02-01T20:48:38.958Z | Downloaded vsss-rs v3.3.4 |
1114 | 2024-02-01T20:48:38.958Z | Downloaded toml v0.8.8 |
1115 | 2024-02-01T20:48:38.958Z | Downloaded num-bigint v0.4.4 |
1116 | 2024-02-01T20:48:38.958Z | Downloaded dtrace-parser v0.2.0 |
1117 | 2024-02-01T20:48:38.958Z | Downloaded smallvec v0.6.14 |
1118 | 2024-02-01T20:48:38.958Z | Downloaded derive-where v1.2.7 |
1119 | 2024-02-01T20:48:38.958Z | Downloaded walkdir v2.4.0 |
1120 | 2024-02-01T20:48:38.958Z | Downloaded smawk v0.3.1 |
1121 | 2024-02-01T20:48:38.958Z | Downloaded serde_with_macros v3.5.1 |
1122 | 2024-02-01T20:48:38.959Z | Downloaded flume v0.11.0 |
1123 | 2024-02-01T20:48:38.959Z | Downloaded papergrid v0.11.0 |
1124 | 2024-02-01T20:48:38.959Z | Downloaded derive_builder v0.12.0 |
1125 | 2024-02-01T20:48:38.971Z | Downloaded spki v0.7.2 |
1126 | 2024-02-01T20:48:38.971Z | Downloaded tar v0.4.40 |
1127 | 2024-02-01T20:48:38.971Z | Downloaded which v4.4.0 |
1128 | 2024-02-01T20:48:38.971Z | Downloaded smf v0.2.2 |
1129 | 2024-02-01T20:48:38.974Z | Downloaded structmeta-derive v0.2.0 |
1130 | 2024-02-01T20:48:38.974Z | Downloaded itertools v0.10.5 |
1131 | 2024-02-01T20:48:38.974Z | Downloaded ppv-lite86 v0.2.17 |
1132 | 2024-02-01T20:48:38.974Z | Downloaded yasna v0.5.2 |
1133 | 2024-02-01T20:48:38.974Z | Downloaded unicode-ident v1.0.12 |
1134 | 2024-02-01T20:48:38.974Z | Downloaded pkg-config v0.3.27 |
1135 | 2024-02-01T20:48:38.974Z | Downloaded proc-macro2 v1.0.78 |
1136 | 2024-02-01T20:48:38.975Z | Downloaded minimal-lexical v0.2.1 |
1137 | 2024-02-01T20:48:38.975Z | Downloaded memchr v2.6.3 |
1138 | 2024-02-01T20:48:38.975Z | Downloaded vec_map v0.8.2 |
1139 | 2024-02-01T20:48:38.975Z | Downloaded hostname v0.3.1 |
1140 | 2024-02-01T20:48:38.975Z | Downloaded schemars_derive v0.8.16 |
1141 | 2024-02-01T20:48:38.975Z | Downloaded stringprep v0.1.3 |
1142 | 2024-02-01T20:48:38.975Z | Downloaded thiserror-impl-no-std v2.0.2 |
1143 | 2024-02-01T20:48:38.975Z | Downloaded thiserror-impl v1.0.56 |
1144 | 2024-02-01T20:48:38.975Z | Downloaded textwrap v0.11.0 |
1145 | 2024-02-01T20:48:38.975Z | Downloaded static_assertions v1.1.0 |
1146 | 2024-02-01T20:48:38.975Z | Downloaded crossterm v0.27.0 |
1147 | 2024-02-01T20:48:38.975Z | Downloaded parking_lot v0.12.1 |
1148 | 2024-02-01T20:48:38.975Z | Downloaded test-strategy v0.3.1 |
1149 | 2024-02-01T20:48:38.975Z | Downloaded trust-dns-client v0.22.0 |
1150 | 2024-02-01T20:48:38.975Z | Downloaded stable_deref_trait v1.2.0 |
1151 | 2024-02-01T20:48:38.975Z | Downloaded slog-scope v4.4.0 |
1152 | 2024-02-01T20:48:38.975Z | Downloaded slog-envlogger v2.2.0 |
1153 | 2024-02-01T20:48:38.975Z | Downloaded defmt-parser v0.3.3 |
1154 | 2024-02-01T20:48:38.975Z | Downloaded pem-rfc7468 v0.7.0 |
1155 | 2024-02-01T20:48:38.975Z | Downloaded zeroize_derive v1.4.2 |
1156 | 2024-02-01T20:48:38.975Z | Downloaded unicode-bidi v0.3.13 |
1157 | 2024-02-01T20:48:38.976Z | Downloaded env_logger v0.10.0 |
1158 | 2024-02-01T20:48:38.976Z | Downloaded der_derive v0.7.2 |
1159 | 2024-02-01T20:48:38.976Z | Downloaded tokio-rustls v0.24.1 |
1160 | 2024-02-01T20:48:38.976Z | Downloaded schemars v0.8.16 |
1161 | 2024-02-01T20:48:38.976Z | Downloaded percent-encoding v2.3.1 |
1162 | 2024-02-01T20:48:38.976Z | Downloaded doc-comment v0.3.3 |
1163 | 2024-02-01T20:48:38.976Z | Downloaded darling_core v0.14.4 |
1164 | 2024-02-01T20:48:38.976Z | Downloaded half v2.3.1 |
1165 | 2024-02-01T20:48:38.976Z | Downloaded gethostname v0.4.3 |
1166 | 2024-02-01T20:48:38.976Z | Downloaded zone v0.3.0 |
1167 | 2024-02-01T20:48:38.976Z | Downloaded resolv-conf v0.7.0 |
1168 | 2024-02-01T20:48:38.976Z | Downloaded xattr v1.0.1 |
1169 | 2024-02-01T20:48:38.976Z | Downloaded tracing-attributes v0.1.26 |
1170 | 2024-02-01T20:48:38.976Z | Downloaded mio v0.8.9 |
1171 | 2024-02-01T20:48:38.976Z | Downloaded strip-ansi-escapes v0.2.0 |
1172 | 2024-02-01T20:48:38.976Z | Downloaded phf_shared v0.11.2 |
1173 | 2024-02-01T20:48:38.976Z | Downloaded parking_lot_core v0.8.6 |
1174 | 2024-02-01T20:48:38.976Z | Downloaded darling_macro v0.20.3 |
1175 | 2024-02-01T20:48:38.976Z | Downloaded parking_lot_core v0.9.8 |
1176 | 2024-02-01T20:48:38.976Z | Downloaded owo-colors v4.0.0 |
1177 | 2024-02-01T20:48:38.976Z | Downloaded base64 v0.21.7 |
1178 | 2024-02-01T20:48:38.976Z | Downloaded plain v0.2.3 |
1179 | 2024-02-01T20:48:38.977Z | Downloaded embedded-io v0.4.0 |
1180 | 2024-02-01T20:48:38.977Z | Downloaded ed25519 v1.5.3 |
1181 | 2024-02-01T20:48:38.977Z | Downloaded samael v0.0.14 |
1182 | 2024-02-01T20:48:38.977Z | Downloaded generic-array v0.14.7 |
1183 | 2024-02-01T20:48:38.977Z | Downloaded rustfmt-wrapper v0.2.0 |
1184 | 2024-02-01T20:48:38.977Z | Downloaded allocator-api2 v0.2.16 |
1185 | 2024-02-01T20:48:38.977Z | Downloaded serde-big-array v0.4.1 |
1186 | 2024-02-01T20:48:38.977Z | Downloaded topological-sort v0.2.2 |
1187 | 2024-02-01T20:48:38.977Z | Downloaded rustc_version v0.1.7 |
1188 | 2024-02-01T20:48:38.977Z | Downloaded rustc-hash v1.1.0 |
1189 | 2024-02-01T20:48:38.977Z | Downloaded vte v0.11.1 |
1190 | 2024-02-01T20:48:38.977Z | Downloaded diesel_derives v2.1.2 |
1191 | 2024-02-01T20:48:38.977Z | Downloaded hash32 v0.3.1 |
1192 | 2024-02-01T20:48:38.977Z | Downloaded pretty-hex v0.4.1 |
1193 | 2024-02-01T20:48:38.977Z | Downloaded spin v0.5.2 |
1194 | 2024-02-01T20:48:38.989Z | Downloaded funty v2.0.0 |
1195 | 2024-02-01T20:48:38.989Z | Downloaded foreign-types-macros v0.2.3 |
1196 | 2024-02-01T20:48:38.989Z | Downloaded termios v0.3.3 |
1197 | 2024-02-01T20:48:38.989Z | Downloaded tabled_derive v0.7.0 |
1198 | 2024-02-01T20:48:38.989Z | Downloaded bytes v1.5.0 |
1199 | 2024-02-01T20:48:38.989Z | Downloaded sct v0.7.0 |
1200 | 2024-02-01T20:48:38.989Z | Downloaded getrandom v0.2.10 |
1201 | 2024-02-01T20:48:38.989Z | Downloaded synstructure v0.12.6 |
1202 | 2024-02-01T20:48:38.989Z | Downloaded subtle v2.5.0 |
1203 | 2024-02-01T20:48:38.989Z | Downloaded ref-cast v1.0.20 |
1204 | 2024-02-01T20:48:38.989Z | Downloaded getopts v0.2.21 |
1205 | 2024-02-01T20:48:38.989Z | Downloaded indicatif v0.17.7 |
1206 | 2024-02-01T20:48:38.989Z | Downloaded structopt-derive v0.4.18 |
1207 | 2024-02-01T20:48:38.989Z | Downloaded tower-service v0.3.2 |
1208 | 2024-02-01T20:48:38.990Z | Downloaded crypto-bigint v0.5.2 |
1209 | 2024-02-01T20:48:38.990Z | Downloaded secrecy v0.8.0 |
1210 | 2024-02-01T20:48:38.990Z | Downloaded num-complex v0.4.4 |
1211 | 2024-02-01T20:48:38.990Z | Downloaded strum_macros v0.24.3 |
1212 | 2024-02-01T20:48:38.996Z | Downloaded crossbeam-epoch v0.9.15 |
1213 | 2024-02-01T20:48:38.996Z | Downloaded scopeguard v1.2.0 |
1214 | 2024-02-01T20:48:38.996Z | Downloaded home v0.5.5 |
1215 | 2024-02-01T20:48:38.996Z | Downloaded derive_builder_macro v0.12.0 |
1216 | 2024-02-01T20:48:38.996Z | Downloaded toolchain_find v0.2.0 |
1217 | 2024-02-01T20:48:38.996Z | Downloaded semver v1.0.21 |
1218 | 2024-02-01T20:48:38.996Z | Downloaded packed_struct_codegen v0.10.1 |
1219 | 2024-02-01T20:48:38.996Z | Downloaded string_cache v0.8.7 |
1220 | 2024-02-01T20:48:38.996Z | Downloaded ref-cast-impl v1.0.20 |
1221 | 2024-02-01T20:48:38.996Z | Downloaded futures-executor v0.3.30 |
1222 | 2024-02-01T20:48:38.996Z | Downloaded flagset v0.4.3 |
1223 | 2024-02-01T20:48:38.996Z | Downloaded indexmap v2.2.2 |
1224 | 2024-02-01T20:48:39.002Z | Downloaded cookie v0.18.0 |
1225 | 2024-02-01T20:48:39.003Z | Downloaded form_urlencoded v1.2.1 |
1226 | 2024-02-01T20:48:39.034Z | Downloaded sha2 v0.10.8 |
1227 | 2024-02-01T20:48:39.034Z | Downloaded mockall_derive v0.12.0 |
1228 | 2024-02-01T20:48:39.034Z | Downloaded utf8parse v0.2.1 |
1229 | 2024-02-01T20:48:39.034Z | Downloaded usdt-impl v0.3.5 |
1230 | 2024-02-01T20:48:39.034Z | Downloaded signal-hook-registry v1.4.1 |
1231 | 2024-02-01T20:48:39.050Z | Downloaded heck v0.3.3 |
1232 | 2024-02-01T20:48:39.068Z | Downloaded serde_path_to_error v0.1.15 |
1233 | 2024-02-01T20:48:39.069Z | Downloaded ena v0.14.2 |
1234 | 2024-02-01T20:48:39.069Z | Downloaded once_cell v1.19.0 |
1235 | 2024-02-01T20:48:39.069Z | Downloaded take_mut v0.2.2 |
1236 | 2024-02-01T20:48:39.069Z | Downloaded unicode-xid v0.2.4 |
1237 | 2024-02-01T20:48:39.069Z | Downloaded async-trait v0.1.77 |
1238 | 2024-02-01T20:48:39.069Z | Downloaded memmap v0.7.0 |
1239 | 2024-02-01T20:48:39.069Z | Downloaded nu-ansi-term v0.49.0 |
1240 | 2024-02-01T20:48:39.069Z | Downloaded tokio-stream v0.1.14 |
1241 | 2024-02-01T20:48:39.070Z | Downloaded multer v3.0.0 |
1242 | 2024-02-01T20:48:39.086Z | Downloaded usdt-macro v0.3.5 |
1243 | 2024-02-01T20:48:39.087Z | Downloaded universal-hash v0.5.1 |
1244 | 2024-02-01T20:48:39.087Z | Downloaded slog v2.7.0 |
1245 | 2024-02-01T20:48:39.088Z | Downloaded crc-any v2.4.3 |
1246 | 2024-02-01T20:48:39.088Z | Downloaded fxhash v0.2.1 |
1247 | 2024-02-01T20:48:39.088Z | Downloaded slog-async v2.8.0 |
1248 | 2024-02-01T20:48:39.088Z | Downloaded serde-hex v0.1.0 |
1249 | 2024-02-01T20:48:39.088Z | Downloaded semver v0.11.0 |
1250 | 2024-02-01T20:48:39.088Z | Downloaded mime_guess v2.0.4 |
1251 | 2024-02-01T20:48:39.088Z | Downloaded argon2 v0.5.3 |
1252 | 2024-02-01T20:48:39.088Z | Downloaded ansi_term v0.12.1 |
1253 | 2024-02-01T20:48:39.088Z | Downloaded addr2line v0.21.0 |
1254 | 2024-02-01T20:48:39.089Z | Downloaded lock_api v0.4.10 |
1255 | 2024-02-01T20:48:39.528Z | Downloaded libloading v0.7.4 |
1256 | 2024-02-01T20:48:39.528Z | Downloaded bzip2 v0.4.4 |
1257 | 2024-02-01T20:48:39.528Z | Downloaded base64ct v1.6.0 |
1258 | 2024-02-01T20:48:39.528Z | Downloaded termcolor v1.2.0 |
1259 | 2024-02-01T20:48:39.529Z | Downloaded rustversion v1.0.14 |
1260 | 2024-02-01T20:48:39.529Z | Downloaded olpc-cjson v0.1.3 |
1261 | 2024-02-01T20:48:39.529Z | Downloaded cancel-safe-futures v0.1.5 |
1262 | 2024-02-01T20:48:39.602Z | Downloaded backoff v0.4.0 |
1263 | 2024-02-01T20:48:39.602Z | Downloaded signal-hook-mio v0.2.3 |
1264 | 2024-02-01T20:48:39.602Z | Downloaded shlex v1.3.0 |
1265 | 2024-02-01T20:48:39.603Z | Downloaded darling_core v0.20.3 |
1266 | 2024-02-01T20:48:39.603Z | Downloaded num-iter v0.1.43 |
1267 | 2024-02-01T20:48:39.603Z | Downloaded miniz_oxide v0.7.1 |
1268 | 2024-02-01T20:48:39.603Z | Downloaded supports-color v2.1.0 |
1269 | 2024-02-01T20:48:39.604Z | Downloaded lru-cache v0.1.2 |
1270 | 2024-02-01T20:48:39.604Z | Downloaded lalrpop-util v0.19.12 |
1271 | 2024-02-01T20:48:39.604Z | Downloaded ipnet v2.9.0 |
1272 | 2024-02-01T20:48:39.604Z | Downloaded anstyle-parse v0.2.1 |
1273 | 2024-02-01T20:48:39.604Z | Downloaded num_enum_derive v0.5.11 |
1274 | 2024-02-01T20:48:39.605Z | Downloaded num-derive v0.4.0 |
1275 | 2024-02-01T20:48:39.605Z | Downloaded nanorand v0.7.0 |
1276 | 2024-02-01T20:48:39.605Z | Downloaded signature v1.6.4 |
1277 | 2024-02-01T20:48:39.605Z | Downloaded omicron-zone-package v0.10.1 |
1278 | 2024-02-01T20:48:39.606Z | Downloaded tinyvec_macros v0.1.1 |
1279 | 2024-02-01T20:48:39.606Z | Downloaded headers-core v0.2.0 |
1280 | 2024-02-01T20:48:39.606Z | Downloaded num_cpus v1.16.0 |
1281 | 2024-02-01T20:48:39.606Z | Downloaded num-integer v0.1.45 |
1282 | 2024-02-01T20:48:39.606Z | Downloaded managed v0.8.0 |
1283 | 2024-02-01T20:48:39.607Z | Downloaded crypto-common v0.1.6 |
1284 | 2024-02-01T20:48:39.607Z | Downloaded nibble_vec v0.1.0 |
1285 | 2024-02-01T20:48:39.607Z | Downloaded lazy_static v1.4.0 |
1286 | 2024-02-01T20:48:39.607Z | Downloaded darling v0.20.3 |
1287 | 2024-02-01T20:48:39.607Z | Downloaded foreign-types v0.3.2 |
1288 | 2024-02-01T20:48:39.608Z | Downloaded endian-type v0.1.2 |
1289 | 2024-02-01T20:48:39.608Z | Downloaded swrite v0.1.0 |
1290 | 2024-02-01T20:48:39.608Z | Downloaded serde_tokenstream v0.2.0 |
1291 | 2024-02-01T20:48:39.608Z | Downloaded number_prefix v0.4.0 |
1292 | 2024-02-01T20:48:39.608Z | Downloaded linear-map v1.2.0 |
1293 | 2024-02-01T20:48:39.609Z | Downloaded crossbeam-queue v0.3.8 |
1294 | 2024-02-01T20:48:39.634Z | Downloaded crossbeam-deque v0.8.3 |
1295 | 2024-02-01T20:48:39.636Z | Downloaded convert_case v0.4.0 |
1296 | 2024-02-01T20:48:39.637Z | Downloaded console v0.15.8 |
1297 | 2024-02-01T20:48:39.637Z | Downloaded clang-sys v1.6.1 |
1298 | 2024-02-01T20:48:39.638Z | Downloaded atomic-waker v1.1.1 |
1299 | 2024-02-01T20:48:39.638Z | Downloaded bitflags v1.3.2 |
1300 | 2024-02-01T20:48:39.638Z | Downloaded bb8 v0.8.1 |
1301 | 2024-02-01T20:48:39.639Z | Downloaded autocfg v1.1.0 |
1302 | 2024-02-01T20:48:39.639Z | Downloaded anstream v0.5.0 |
1303 | 2024-02-01T20:48:39.640Z | Downloaded slog-bunyan v2.5.0 |
1304 | 2024-02-01T20:48:39.640Z | Downloaded libsw v3.3.1 |
1305 | 2024-02-01T20:48:39.640Z | Downloaded ipnetwork v0.20.0 |
1306 | 2024-02-01T20:48:39.641Z | Downloaded bitfield v0.14.0 |
1307 | 2024-02-01T20:48:39.641Z | Downloaded bit-set v0.5.3 |
1308 | 2024-02-01T20:48:39.641Z | Downloaded anstyle-query v1.0.0 |
1309 | 2024-02-01T20:48:39.642Z | Downloaded aead v0.5.2 |
1310 | 2024-02-01T20:48:39.642Z | Downloaded impl-trait-for-tuples v0.2.2 |
1311 | 2024-02-01T20:48:39.642Z | Downloaded hyper-staticfile v0.9.5 |
1312 | 2024-02-01T20:48:39.643Z | Downloaded base16ct v0.2.0 |
1313 | 2024-02-01T20:48:39.643Z | Downloaded strum v0.25.0 |
1314 | 2024-02-01T20:48:39.643Z | Downloaded signal-hook-tokio v0.3.1 |
1315 | 2024-02-01T20:48:39.644Z | Downloaded http v1.0.0 |
1316 | 2024-02-01T20:48:39.644Z | Downloaded bitflags v2.4.0 |
1317 | 2024-02-01T20:48:39.644Z | Downloaded ascii-canvas v3.0.0 |
1318 | 2024-02-01T20:48:39.645Z | Downloaded assert_matches v1.5.0 |
1319 | 2024-02-01T20:48:39.645Z | Downloaded adler v1.0.2 |
1320 | 2024-02-01T20:48:39.645Z | Downloaded anstyle v1.0.2 |
1321 | 2024-02-01T20:48:39.646Z | Downloaded maybe-uninit v2.0.0 |
1322 | 2024-02-01T20:48:39.646Z | Downloaded indoc v2.0.3 |
1323 | 2024-02-01T20:48:39.646Z | Downloaded cc v1.0.83 |
1324 | 2024-02-01T20:48:39.647Z | Downloaded newtype_derive v0.1.6 |
1325 | 2024-02-01T20:48:39.647Z | Downloaded clap v4.4.3 |
1326 | 2024-02-01T20:48:39.647Z | Downloaded macaddr v1.0.1 |
1327 | 2024-02-01T20:48:39.648Z | Downloaded bytecount v0.6.3 |
1328 | 2024-02-01T20:48:39.648Z | Downloaded darling v0.14.4 |
1329 | 2024-02-01T20:48:39.648Z | Downloaded crc v3.0.1 |
1330 | 2024-02-01T20:48:39.649Z | Downloaded md-5 v0.10.5 |
1331 | 2024-02-01T20:48:39.649Z | Downloaded itoa v1.0.9 |
1332 | 2024-02-01T20:48:39.649Z | Downloaded hubpack v0.1.2 |
1333 | 2024-02-01T20:48:39.650Z | Downloaded clap_derive v4.4.2 |
1334 | 2024-02-01T20:48:39.650Z | Downloaded crc32fast v1.3.2 |
1335 | 2024-02-01T20:48:39.650Z | Downloaded keccak v0.1.4 |
1336 | 2024-02-01T20:48:39.651Z | Downloaded colored v2.0.4 |
1337 | 2024-02-01T20:48:39.651Z | Downloaded camino-tempfile v1.1.1 |
1338 | 2024-02-01T20:48:39.651Z | Downloaded is-terminal v0.4.9 |
1339 | 2024-02-01T20:48:39.652Z | Downloaded clap_lex v0.5.1 |
1340 | 2024-02-01T20:48:39.652Z | Downloaded bit-vec v0.6.3 |
1341 | 2024-02-01T20:48:39.652Z | Downloaded bcs v0.1.6 |
1342 | 2024-02-01T20:48:39.653Z | Downloaded lru v0.12.1 |
1343 | 2024-02-01T20:48:39.653Z | Downloaded lazycell v1.3.0 |
1344 | 2024-02-01T20:48:39.653Z | Downloaded atty v0.2.14 |
1345 | 2024-02-01T20:48:39.654Z | Downloaded async-stream-impl v0.3.5 |
1346 | 2024-02-01T20:48:39.654Z | Downloaded const-oid v0.9.5 |
1347 | 2024-02-01T20:48:39.654Z | Downloaded block-padding v0.3.3 |
1348 | 2024-02-01T20:48:39.655Z | Downloaded async-stream v0.3.5 |
1349 | 2024-02-01T20:48:39.655Z | Downloaded libefi-sys v0.1.0 |
1350 | 2024-02-01T20:48:39.655Z | Downloaded block-buffer v0.10.4 |
1351 | 2024-02-01T20:48:39.655Z | Downloaded buf-list v1.0.3 |
1352 | 2024-02-01T20:48:39.656Z | Downloaded kstat-rs v0.2.3 |
1353 | 2024-02-01T20:48:39.656Z | Downloaded inout v0.1.3 |
1354 | 2024-02-01T20:48:39.657Z | Downloaded is_ci v1.1.1 |
1355 | 2024-02-01T20:48:39.657Z | Downloaded crucible-workspace-hack v0.1.0 |
1356 | 2024-02-01T20:48:39.657Z | Downloaded cipher v0.4.4 |
1357 | 2024-02-01T20:48:39.658Z | Downloaded cstr-argument v0.1.2 |
1358 | 2024-02-01T20:48:39.658Z | Downloaded crunchy v0.2.2 |
1359 | 2024-02-01T20:48:39.658Z | Downloaded crossbeam v0.8.2 |
1360 | 2024-02-01T20:48:39.659Z | Downloaded crc-catalog v2.2.0 |
1361 | 2024-02-01T20:48:39.659Z | Downloaded chacha20poly1305 v0.10.1 |
1362 | 2024-02-01T20:48:40.586Z | Downloaded cfg-if v1.0.0 |
1363 | 2024-02-01T20:48:40.586Z | Downloaded byteorder v1.5.0 |
1364 | 2024-02-01T20:48:40.586Z | Downloaded colorchoice v1.0.0 |
1365 | 2024-02-01T20:48:40.586Z | Downloaded blake2 v0.10.6 |
1366 | 2024-02-01T20:48:40.586Z | Downloaded hyper-tls v0.5.0 |
1367 | 2024-02-01T20:48:40.586Z | Downloaded httpdate v1.0.3 |
1368 | 2024-02-01T20:48:40.586Z | Downloaded httparse v1.8.0 |
1369 | 2024-02-01T20:48:40.586Z | Downloaded http-body v0.4.5 |
1370 | 2024-02-01T20:48:40.586Z | Downloaded cobs v0.2.3 |
1371 | 2024-02-01T20:48:40.586Z | Downloaded ciborium v0.2.2 |
1372 | 2024-02-01T20:48:40.586Z | Downloaded cassowary v0.3.0 |
1373 | 2024-02-01T20:48:40.586Z | Downloaded camino v1.1.6 |
1374 | 2024-02-01T20:48:40.586Z | Downloaded hubpack_derive v0.1.1 |
1375 | 2024-02-01T20:48:40.587Z | Downloaded http-range v0.1.5 |
1376 | 2024-02-01T20:48:40.587Z | Downloaded ciborium-ll v0.2.2 |
1377 | 2024-02-01T20:48:40.587Z | Downloaded ciborium-io v0.2.2 |
1378 | 2024-02-01T20:48:40.587Z | Downloaded chacha20 v0.9.1 |
1379 | 2024-02-01T20:48:40.587Z | Downloaded ident_case v1.0.1 |
1380 | 2024-02-01T20:48:40.587Z | Downloaded hyper v0.14.27 |
1381 | 2024-02-01T20:48:40.587Z | Compiling proc-macro2 v1.0.78 |
1382 | 2024-02-01T20:48:40.587Z | Compiling unicode-ident v1.0.12 |
1383 | 2024-02-01T20:48:40.588Z | Compiling libc v0.2.152 |
1384 | 2024-02-01T20:48:40.588Z | Compiling serde v1.0.195 |
1385 | 2024-02-01T20:48:40.588Z | Compiling autocfg v1.1.0 |
1386 | 2024-02-01T20:48:40.588Z | Compiling version_check v0.9.4 |
1387 | 2024-02-01T20:48:40.588Z | Compiling cfg-if v1.0.0 |
1388 | 2024-02-01T20:48:40.588Z | Compiling once_cell v1.19.0 |
1389 | 2024-02-01T20:48:40.588Z | Compiling syn v1.0.109 |
1390 | 2024-02-01T20:48:40.681Z | Compiling byteorder v1.5.0 |
1391 | 2024-02-01T20:48:40.874Z | Compiling ahash v0.8.6 |
1392 | 2024-02-01T20:48:40.908Z | Compiling lock_api v0.4.10 |
1393 | 2024-02-01T20:48:41.141Z | Compiling memchr v2.6.3 |
1394 | 2024-02-01T20:48:41.245Z | Compiling parking_lot_core v0.9.8 |
1395 | 2024-02-01T20:48:41.790Z | Compiling libm v0.2.7 |
1396 | 2024-02-01T20:48:41.801Z | Compiling serde_json v1.0.113 |
1397 | 2024-02-01T20:48:41.801Z | Compiling num-traits v0.2.16 |
1398 | 2024-02-01T20:48:41.801Z | Compiling thiserror v1.0.56 |
1399 | 2024-02-01T20:48:41.872Z | Compiling typenum v1.16.0 |
1400 | 2024-02-01T20:48:42.600Z | Compiling scopeguard v1.2.0 |
1401 | 2024-02-01T20:48:42.758Z | Compiling generic-array v0.14.7 |
1402 | 2024-02-01T20:48:43.273Z | Compiling quote v1.0.35 |
1403 | 2024-02-01T20:48:43.670Z | Compiling getrandom v0.2.10 |
1404 | 2024-02-01T20:48:43.821Z | Compiling cc v1.0.83 |
1405 | 2024-02-01T20:48:43.970Z | Compiling syn v2.0.48 |
1406 | 2024-02-01T20:48:44.306Z | Compiling itoa v1.0.9 |
1407 | 2024-02-01T20:48:44.643Z | Compiling log v0.4.20 |
1408 | 2024-02-01T20:48:45.145Z | Compiling pkg-config v0.3.27 |
1409 | 2024-02-01T20:48:49.650Z | Compiling slab v0.4.9 |
1410 | 2024-02-01T20:48:49.847Z | Compiling ryu v1.0.15 |
1411 | 2024-02-01T20:48:49.847Z | Compiling pin-project-lite v0.2.13 |
1412 | 2024-02-01T20:48:49.848Z | Compiling smallvec v1.11.2 |
1413 | 2024-02-01T20:48:49.848Z | Compiling allocator-api2 v0.2.16 |
1414 | 2024-02-01T20:48:49.848Z | Compiling equivalent v1.0.1 |
1415 | 2024-02-01T20:48:49.848Z | Compiling heck v0.4.1 |
1416 | 2024-02-01T20:48:49.848Z | Compiling vcpkg v0.2.15 |
1417 | 2024-02-01T20:48:49.848Z | Compiling schemars v0.8.16 |
1418 | 2024-02-01T20:48:49.848Z | Compiling parking_lot v0.12.1 |
1419 | 2024-02-01T20:48:49.848Z | Compiling ring v0.17.7 |
1420 | 2024-02-01T20:48:50.058Z | Compiling openssl-sys v0.9.96 |
1421 | 2024-02-01T20:48:50.058Z | Compiling signal-hook-registry v1.4.1 |
1422 | 2024-02-01T20:48:51.120Z | Compiling mio v0.8.9 |
1423 | 2024-02-01T20:48:51.785Z | Compiling rand_core v0.6.4 |
1424 | 2024-02-01T20:48:53.161Z | Compiling ring v0.16.20 |
1425 | 2024-02-01T20:48:54.593Z | Compiling num_cpus v1.16.0 |
1426 | 2024-02-01T20:48:54.723Z | Compiling socket2 v0.5.5 |
1427 | 2024-02-01T20:48:54.870Z | Compiling httparse v1.8.0 |
1428 | 2024-02-01T20:48:54.981Z | Compiling ucd-trie v0.1.6 |
1429 | 2024-02-01T20:48:55.161Z | Compiling futures-core v0.3.30 |
1430 | 2024-02-01T20:48:55.434Z | Compiling openssl v0.10.60 |
1431 | 2024-02-01T20:48:55.535Z | Compiling fnv v1.0.7 |
1432 | 2024-02-01T20:48:55.693Z | Compiling spin v0.5.2 |
1433 | 2024-02-01T20:48:55.746Z | Compiling semver v1.0.21 |
1434 | 2024-02-01T20:48:56.065Z | Compiling serde_derive_internals v0.26.0 |
1435 | 2024-02-01T20:48:56.307Z | Compiling iana-time-zone v0.1.57 |
1436 | 2024-02-01T20:48:56.795Z | Compiling subtle v2.5.0 |
1437 | 2024-02-01T20:48:57.238Z | Compiling crossbeam-utils v0.8.16 |
1438 | 2024-02-01T20:48:58.824Z | Compiling rustls v0.21.9 |
1439 | 2024-02-01T20:48:58.959Z | Compiling unicode-xid v0.2.4 |
1440 | 2024-02-01T20:48:58.959Z | Compiling native-tls v0.2.11 |
1441 | 2024-02-01T20:48:58.983Z | Compiling const-oid v0.9.5 |
1442 | 2024-02-01T20:48:58.984Z | Compiling synstructure v0.12.6 |
1443 | 2024-02-01T20:48:58.984Z | Compiling spin v0.9.8 |
1444 | 2024-02-01T20:48:58.984Z | Compiling io-lifetimes v1.0.11 |
1445 | 2024-02-01T20:48:59.247Z | Compiling futures-sink v0.3.30 |
1446 | 2024-02-01T20:48:59.926Z | Compiling backtrace v0.3.69 |
1447 | 2024-02-01T20:49:00.279Z | Compiling rustix v0.38.30 |
1448 | 2024-02-01T20:49:00.425Z | Compiling dyn-clone v1.0.13 |
1449 | 2024-02-01T20:49:00.553Z | Compiling winnow v0.5.15 |
1450 | 2024-02-01T20:49:00.684Z | Compiling tinyvec_macros v0.1.1 |
1451 | 2024-02-01T20:49:00.791Z | Compiling tinyvec v1.6.0 |
1452 | 2024-02-01T20:49:01.101Z | Compiling futures-channel v0.3.30 |
1453 | 2024-02-01T20:49:01.462Z | Compiling tracing-core v0.1.31 |
1454 | 2024-02-01T20:49:01.859Z | Compiling num-integer v0.1.45 |
1455 | 2024-02-01T20:49:01.912Z | Compiling memoffset v0.9.0 |
1456 | 2024-02-01T20:49:02.266Z | Compiling futures-task v0.3.30 |
1457 | 2024-02-01T20:49:02.354Z | Compiling pin-utils v0.1.0 |
1458 | 2024-02-01T20:49:02.500Z | Compiling rustix v0.37.23 |
1459 | 2024-02-01T20:49:03.175Z | Compiling futures-io v0.3.30 |
1460 | 2024-02-01T20:49:03.781Z | Compiling unicode-normalization v0.1.22 |
1461 | 2024-02-01T20:49:04.805Z | Compiling usdt-impl v0.3.5 |
1462 | 2024-02-01T20:49:05.147Z | Compiling serde_derive v1.0.195 |
1463 | 2024-02-01T20:49:05.301Z | Compiling zerocopy-derive v0.7.32 |
1464 | 2024-02-01T20:49:05.490Z | Compiling zeroize_derive v1.4.2 |
1465 | 2024-02-01T20:49:06.078Z | Compiling thiserror-impl v1.0.56 |
1466 | 2024-02-01T20:49:06.084Z | Compiling tokio-macros v2.2.0 |
1467 | 2024-02-01T20:49:06.209Z | Compiling futures-macro v0.3.30 |
1468 | 2024-02-01T20:49:06.433Z | Compiling tracing-attributes v0.1.26 |
1469 | 2024-02-01T20:49:07.862Z | Compiling zeroize v1.7.0 |
1470 | 2024-02-01T20:49:08.200Z | Compiling schemars_derive v0.8.16 |
1471 | 2024-02-01T20:49:08.540Z | Compiling zerocopy v0.7.32 |
1472 | 2024-02-01T20:49:10.626Z | Compiling pest v2.7.6 |
1473 | 2024-02-01T20:49:11.806Z | Compiling openssl-macros v0.1.1 |
1474 | 2024-02-01T20:49:12.038Z | Compiling hashbrown v0.14.2 |
1475 | 2024-02-01T20:49:13.337Z | Compiling zerocopy-derive v0.2.0 |
1476 | 2024-02-01T20:49:13.353Z | Compiling crypto-common v0.1.6 |
1477 | 2024-02-01T20:49:13.779Z | Compiling der_derive v0.7.2 |
1478 | 2024-02-01T20:49:13.794Z | Compiling hashbrown v0.13.2 |
1479 | 2024-02-01T20:49:14.273Z | Compiling tracing v0.1.37 |
1480 | 2024-02-01T20:49:15.745Z | Compiling pest_meta v2.7.6 |
1481 | 2024-02-01T20:49:15.764Z | Compiling block-buffer v0.10.4 |
1482 | 2024-02-01T20:49:15.765Z | Compiling futures-util v0.3.30 |
1483 | 2024-02-01T20:49:15.765Z | Compiling anyhow v1.0.75 |
1484 | 2024-02-01T20:49:16.429Z | Compiling slog v2.7.0 |
1485 | 2024-02-01T20:49:17.114Z | Compiling crc32fast v1.3.2 |
1486 | 2024-02-01T20:49:17.180Z | Compiling bitflags v1.3.2 |
1487 | 2024-02-01T20:49:17.324Z | Compiling time-core v0.1.1 |
1488 | 2024-02-01T20:49:17.571Z | Compiling pest_generator v2.7.6 |
1489 | 2024-02-01T20:49:17.843Z | Compiling unicode-bidi v0.3.13 |
1490 | 2024-02-01T20:49:20.732Z | Compiling time-macros v0.2.13 |
1491 | 2024-02-01T20:49:22.175Z | Compiling digest v0.10.7 |
1492 | 2024-02-01T20:49:22.301Z | Compiling pest_derive v2.7.6 |
1493 | 2024-02-01T20:49:22.868Z | Compiling scroll_derive v0.12.0 |
1494 | 2024-02-01T20:49:23.392Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1495 | 2024-02-01T20:49:23.873Z | Compiling aho-corasick v1.0.4 |
1496 | 2024-02-01T20:49:23.880Z | Compiling crossbeam-epoch v0.9.15 |
1497 | 2024-02-01T20:49:24.426Z | Compiling regex-syntax v0.8.2 |
1498 | 2024-02-01T20:49:25.082Z | Compiling untrusted v0.9.0 |
1499 | 2024-02-01T20:49:25.368Z | Compiling ppv-lite86 v0.2.17 |
1500 | 2024-02-01T20:49:25.396Z | Compiling rustversion v1.0.14 |
1501 | 2024-02-01T20:49:25.635Z | Compiling signal-hook v0.3.17 |
1502 | 2024-02-01T20:49:26.032Z | Compiling async-trait v0.1.77 |
1503 | 2024-02-01T20:49:26.689Z | Compiling rand_chacha v0.3.1 |
1504 | 2024-02-01T20:49:26.828Z | Compiling zerocopy v0.3.0 |
1505 | 2024-02-01T20:49:27.833Z | Compiling bytes v1.5.0 |
1506 | 2024-02-01T20:49:29.099Z | Compiling indexmap v2.2.2 |
1507 | 2024-02-01T20:49:29.559Z | Compiling uuid v1.7.0 |
1508 | 2024-02-01T20:49:29.696Z | Compiling tokio v1.35.1 |
1509 | 2024-02-01T20:49:30.746Z | Compiling chrono v0.4.31 |
1510 | 2024-02-01T20:49:31.291Z | Compiling bitflags v2.4.0 |
1511 | 2024-02-01T20:49:34.624Z | Compiling toml_datetime v0.6.5 |
1512 | 2024-02-01T20:49:35.259Z | Compiling serde_spanned v0.6.4 |
1513 | 2024-02-01T20:49:37.351Z | Compiling rustc_version v0.4.0 |
1514 | 2024-02-01T20:49:37.729Z | Compiling toml_edit v0.19.15 |
1515 | 2024-02-01T20:49:38.376Z | Compiling http v0.2.11 |
1516 | 2024-02-01T20:49:40.785Z | Compiling heapless v0.7.16 |
1517 | 2024-02-01T20:49:41.388Z | Compiling regex-automata v0.4.4 |
1518 | 2024-02-01T20:49:41.873Z | Compiling thread-id v4.2.0 |
1519 | 2024-02-01T20:49:42.396Z | Compiling errno v0.3.8 |
1520 | 2024-02-01T20:49:42.732Z | Compiling strsim v0.10.0 |
1521 | 2024-02-01T20:49:46.436Z | Compiling tokio-util v0.7.10 |
1522 | 2024-02-01T20:49:48.224Z | Compiling regex v1.10.3 |
1523 | 2024-02-01T20:49:49.413Z | Compiling dof v0.1.5 |
1524 | 2024-02-01T20:49:49.877Z | Compiling rand v0.8.5 |
1525 | 2024-02-01T20:49:53.940Z | Compiling dtrace-parser v0.1.14 |
1526 | 2024-02-01T20:49:54.943Z | Compiling num-bigint v0.4.4 |
1527 | 2024-02-01T20:49:55.238Z | Compiling foreign-types-shared v0.1.1 |
1528 | 2024-02-01T20:49:55.469Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1529 | 2024-02-01T20:49:55.615Z | Compiling untrusted v0.7.1 |
1530 | 2024-02-01T20:49:55.884Z | Compiling base64ct v1.6.0 |
1531 | 2024-02-01T20:49:56.406Z | Compiling smoltcp v0.9.1 |
1532 | 2024-02-01T20:49:56.659Z | Compiling camino v1.1.6 |
1533 | 2024-02-01T20:49:57.235Z | Compiling percent-encoding v2.3.1 |
1534 | 2024-02-01T20:49:57.235Z | Compiling pem-rfc7468 v0.7.0 |
1535 | 2024-02-01T20:49:57.376Z | Compiling foreign-types v0.3.2 |
1536 | 2024-02-01T20:49:57.506Z | Compiling strum_macros v0.25.2 |
1537 | 2024-02-01T20:49:59.934Z | Compiling serde_tokenstream v0.1.7 |
1538 | 2024-02-01T20:50:02.260Z | Compiling hmac v0.12.1 |
1539 | 2024-02-01T20:50:02.559Z | Compiling lazy_static v1.4.0 |
1540 | 2024-02-01T20:50:03.198Z | Compiling socket2 v0.4.9 |
1541 | 2024-02-01T20:50:03.243Z | Compiling base64 v0.21.7 |
1542 | 2024-02-01T20:50:03.243Z | Compiling adler v1.0.2 |
1543 | 2024-02-01T20:50:03.243Z | Compiling try-lock v0.2.4 |
1544 | 2024-02-01T20:50:03.762Z | Compiling unicode-width v0.1.11 |
1545 | 2024-02-01T20:50:03.774Z | Compiling unicode-segmentation v1.10.1 |
1546 | 2024-02-01T20:50:03.774Z | Compiling flagset v0.4.3 |
1547 | 2024-02-01T20:50:03.774Z | Compiling siphasher v0.3.11 |
1548 | 2024-02-01T20:50:03.852Z | Compiling der v0.7.8 |
1549 | 2024-02-01T20:50:04.340Z | Compiling miniz_oxide v0.7.1 |
1550 | 2024-02-01T20:50:04.441Z | Compiling want v0.3.1 |
1551 | 2024-02-01T20:50:05.844Z | Compiling sct v0.7.0 |
1552 | 2024-02-01T20:50:05.976Z | Compiling rustls-webpki v0.101.7 |
1553 | 2024-02-01T20:50:06.280Z | Compiling form_urlencoded v1.2.1 |
1554 | 2024-02-01T20:50:06.647Z | Compiling h2 v0.3.24 |
1555 | 2024-02-01T20:50:06.763Z | Compiling http-body v0.4.5 |
1556 | 2024-02-01T20:50:07.050Z | Compiling hubpack_derive v0.1.1 |
1557 | 2024-02-01T20:50:07.431Z | Compiling zerocopy-derive v0.6.4 |
1558 | 2024-02-01T20:50:09.126Z | Compiling num-iter v0.1.43 |
1559 | 2024-02-01T20:50:09.419Z | Compiling usdt-impl v0.5.0 |
1560 | 2024-02-01T20:50:09.900Z | Compiling httpdate v1.0.3 |
1561 | 2024-02-01T20:50:10.023Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2024-02-01T20:50:10.181Z | Compiling cpufeatures v0.2.12 |
1563 | 2024-02-01T20:50:10.785Z | Compiling openssl-probe v0.1.5 |
1564 | 2024-02-01T20:50:10.875Z | Compiling tower-service v0.3.2 |
1565 | 2024-02-01T20:50:10.938Z | Compiling anstyle v1.0.2 |
1566 | 2024-02-01T20:50:11.047Z | Compiling utf8parse v0.2.1 |
1567 | 2024-02-01T20:50:11.310Z | Compiling anstyle-parse v0.2.1 |
1568 | 2024-02-01T20:50:16.576Z | Compiling sha2 v0.10.8 |
1569 | 2024-02-01T20:50:16.770Z | Compiling spki v0.7.2 |
1570 | 2024-02-01T20:50:16.770Z | Compiling usdt-attr-macro v0.3.5 |
1571 | 2024-02-01T20:50:16.770Z | Compiling usdt-macro v0.3.5 |
1572 | 2024-02-01T20:50:17.977Z | Compiling hyper v0.14.27 |
1573 | 2024-02-01T20:50:18.626Z | Compiling openapiv3 v2.0.0 |
1574 | 2024-02-01T20:50:18.787Z | Compiling scroll v0.12.0 |
1575 | 2024-02-01T20:50:19.654Z | Compiling md-5 v0.10.5 |
1576 | 2024-02-01T20:50:20.016Z | Compiling stringprep v0.1.3 |
1577 | 2024-02-01T20:50:20.299Z | Compiling idna v0.5.0 |
1578 | 2024-02-01T20:50:21.645Z | Compiling diesel_table_macro_syntax v0.1.0 |
1579 | 2024-02-01T20:50:22.234Z | Compiling hash32 v0.2.1 |
1580 | 2024-02-01T20:50:22.793Z | Compiling colorchoice v1.0.0 |
1581 | 2024-02-01T20:50:22.815Z | Compiling fallible-iterator v0.2.0 |
1582 | 2024-02-01T20:50:23.135Z | Compiling gimli v0.28.0 |
1583 | 2024-02-01T20:50:23.180Z | Compiling anstyle-query v1.0.0 |
1584 | 2024-02-01T20:50:25.217Z | Compiling plain v0.2.3 |
1585 | 2024-02-01T20:50:25.456Z | Compiling goblin v0.8.0 |
1586 | 2024-02-01T20:50:26.454Z | Compiling postgres-protocol v0.6.6 |
1587 | 2024-02-01T20:50:26.554Z | Compiling anstream v0.5.0 |
1588 | 2024-02-01T20:50:29.387Z | Compiling diesel_derives v2.1.2 |
1589 | 2024-02-01T20:50:30.942Z | Compiling addr2line v0.21.0 |
1590 | 2024-02-01T20:50:32.240Z | Compiling url v2.5.0 |
1591 | 2024-02-01T20:50:34.914Z | Compiling tokio-rustls v0.24.1 |
1592 | 2024-02-01T20:50:35.631Z | Compiling tokio-native-tls v0.3.1 |
1593 | 2024-02-01T20:50:35.947Z | Compiling terminal_size v0.2.6 |
1594 | 2024-02-01T20:50:36.221Z | Compiling pkcs8 v0.10.2 |
1595 | 2024-02-01T20:50:37.082Z | Compiling phf_shared v0.11.2 |
1596 | 2024-02-01T20:50:42.286Z | Compiling serde_tokenstream v0.2.0 |
1597 | 2024-02-01T20:50:42.286Z | Compiling block-padding v0.3.3 |
1598 | 2024-02-01T20:50:42.286Z | Compiling enum-as-inner v0.5.1 |
1599 | 2024-02-01T20:50:42.286Z | Compiling serde_repr v0.1.16 |
1600 | 2024-02-01T20:50:42.286Z | Compiling clap_derive v4.4.2 |
1601 | 2024-02-01T20:50:42.461Z | Compiling ff v0.13.0 |
1602 | 2024-02-01T20:50:43.386Z | Compiling scheduled-thread-pool v0.2.7 |
1603 | 2024-02-01T20:50:43.386Z | Compiling object v0.32.1 |
1604 | 2024-02-01T20:50:46.642Z | Compiling managed v0.8.0 |
1605 | 2024-02-01T20:50:47.537Z | Compiling base16ct v0.2.0 |
1606 | 2024-02-01T20:50:48.042Z | Compiling pretty-hex v0.4.1 |
1607 | 2024-02-01T20:50:48.342Z | Compiling num_threads v0.1.6 |
1608 | 2024-02-01T20:50:48.506Z | Compiling regex-automata v0.1.10 |
1609 | 2024-02-01T20:50:48.979Z | Compiling ipnet v2.9.0 |
1610 | 2024-02-01T20:50:49.275Z | Compiling matches v0.1.10 |
1611 | 2024-02-01T20:50:50.354Z | Compiling bit-vec v0.6.3 |
1612 | 2024-02-01T20:50:52.167Z | Compiling deranged v0.3.8 |
1613 | 2024-02-01T20:50:52.646Z | Compiling clap_lex v0.5.1 |
1614 | 2024-02-01T20:50:53.026Z | Compiling rustc-demangle v0.1.23 |
1615 | 2024-02-01T20:50:54.736Z | Compiling time v0.3.27 |
1616 | 2024-02-01T20:50:54.768Z | Compiling clap_builder v4.4.2 |
1617 | 2024-02-01T20:51:02.351Z | Compiling idna v0.2.3 |
1618 | 2024-02-01T20:51:02.413Z | Compiling bstr v0.2.17 |
1619 | 2024-02-01T20:51:02.413Z | Compiling dof v0.3.0 |
1620 | 2024-02-01T20:51:02.413Z | Compiling sec1 v0.7.3 |
1621 | 2024-02-01T20:51:02.763Z | Compiling r2d2 v0.8.10 |
1622 | 2024-02-01T20:51:02.887Z | Compiling group v0.13.0 |
1623 | 2024-02-01T20:51:03.454Z | Compiling inout v0.1.3 |
1624 | 2024-02-01T20:51:04.636Z | Compiling phf v0.11.2 |
1625 | 2024-02-01T20:51:04.923Z | Compiling hyper-tls v0.5.0 |
1626 | 2024-02-01T20:51:04.987Z | Compiling signal-hook-mio v0.2.3 |
1627 | 2024-02-01T20:51:05.088Z | Compiling hyper-rustls v0.24.2 |
1628 | 2024-02-01T20:51:05.210Z | Compiling bzip2 v0.4.4 |
1629 | 2024-02-01T20:51:05.348Z | Compiling flate2 v1.0.28 |
1630 | 2024-02-01T20:51:05.422Z | Compiling postgres-types v0.2.6 |
1631 | 2024-02-01T20:51:05.627Z | Compiling zerocopy v0.6.4 |
1632 | 2024-02-01T20:51:06.161Z | Compiling hubpack v0.1.2 |
1633 | 2024-02-01T20:51:06.831Z | Compiling serde_urlencoded v0.7.1 |
1634 | 2024-02-01T20:51:06.861Z | Compiling rustls-pemfile v1.0.3 |
1635 | 2024-02-01T20:51:06.954Z | Compiling phf_shared v0.10.0 |
1636 | 2024-02-01T20:51:07.813Z | Compiling hkdf v0.12.4 |
1637 | 2024-02-01T20:51:07.819Z | Compiling ipnetwork v0.20.0 |
1638 | 2024-02-01T20:51:07.819Z | Compiling futures-executor v0.3.30 |
1639 | 2024-02-01T20:51:08.337Z | Compiling dtrace-parser v0.2.0 |
1640 | 2024-02-01T20:51:08.991Z | Compiling regress v0.7.1 |
1641 | 2024-02-01T20:51:08.996Z | Compiling crypto-bigint v0.5.2 |
1642 | 2024-02-01T20:51:09.476Z | Compiling float-cmp v0.9.0 |
1643 | 2024-02-01T20:51:09.807Z | Compiling encoding_rs v0.8.33 |
1644 | 2024-02-01T20:51:12.960Z | Compiling whoami v1.4.1 |
1645 | 2024-02-01T20:51:13.814Z | Compiling minimal-lexical v0.2.1 |
1646 | 2024-02-01T20:51:14.603Z | Compiling predicates-core v1.0.6 |
1647 | 2024-02-01T20:51:15.082Z | Compiling fixedbitset v0.4.2 |
1648 | 2024-02-01T20:51:15.733Z | Compiling precomputed-hash v0.1.1 |
1649 | 2024-02-01T20:51:15.902Z | Compiling normalize-line-endings v0.3.0 |
1650 | 2024-02-01T20:51:16.077Z | Compiling new_debug_unreachable v1.0.4 |
1651 | 2024-02-01T20:51:16.220Z | Compiling difflib v0.4.0 |
1652 | 2024-02-01T20:51:16.985Z | Compiling mime v0.3.17 |
1653 | 2024-02-01T20:51:18.303Z | Compiling data-encoding v2.4.0 |
1654 | 2024-02-01T20:51:18.877Z | Compiling static_assertions v1.1.0 |
1655 | 2024-02-01T20:51:18.997Z | Compiling webpki-roots v0.25.2 |
1656 | 2024-02-01T20:51:19.029Z | Compiling either v1.9.0 |
1657 | 2024-02-01T20:51:19.245Z | Compiling regex-automata v0.3.8 |
1658 | 2024-02-01T20:51:19.533Z | Compiling itertools v0.10.5 |
1659 | 2024-02-01T20:51:19.560Z | Compiling trust-dns-proto v0.22.0 |
1660 | 2024-02-01T20:51:21.216Z | Compiling reqwest v0.11.22 |
1661 | 2024-02-01T20:51:23.003Z | Compiling bstr v1.6.0 |
1662 | 2024-02-01T20:51:25.726Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1663 | 2024-02-01T20:51:32.295Z | Compiling predicates v3.1.0 |
1664 | 2024-02-01T20:51:34.350Z | Compiling string_cache v0.8.7 |
1665 | 2024-02-01T20:51:34.742Z | Compiling petgraph v0.6.4 |
1666 | 2024-02-01T20:51:34.848Z | Compiling nom v7.1.3 |
1667 | 2024-02-01T20:51:34.952Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1668 | 2024-02-01T20:51:41.166Z | Compiling tokio-postgres v0.7.10 |
1669 | 2024-02-01T20:51:41.273Z | Compiling elliptic-curve v0.13.8 |
1670 | 2024-02-01T20:51:50.293Z | Compiling diesel v2.1.4 |
1671 | 2024-02-01T20:51:50.322Z | Compiling futures v0.3.30 |
1672 | 2024-02-01T20:51:50.380Z | Compiling yasna v0.5.2 |
1673 | 2024-02-01T20:51:51.366Z | Compiling zip v0.6.6 |
1674 | 2024-02-01T20:51:52.357Z | Compiling crossterm v0.27.0 |
1675 | 2024-02-01T20:51:53.114Z | Compiling cipher v0.4.4 |
1676 | 2024-02-01T20:51:53.474Z | Compiling similar v2.3.0 |
1677 | 2024-02-01T20:51:53.871Z | Compiling clap v4.4.3 |
1678 | 2024-02-01T20:51:54.481Z | Compiling bit-set v0.5.3 |
1679 | 2024-02-01T20:51:54.506Z | Compiling usdt v0.3.5 |
1680 | 2024-02-01T20:51:54.901Z | Compiling console v0.15.8 |
1681 | 2024-02-01T20:51:56.560Z | Compiling tokio-stream v0.1.14 |
1682 | 2024-02-01T20:51:56.793Z | Compiling toml v0.7.8 |
1683 | 2024-02-01T20:51:57.233Z | Compiling toml_edit v0.21.0 |
1684 | 2024-02-01T20:51:57.898Z | Compiling hex v0.4.3 |
1685 | 2024-02-01T20:51:59.223Z | Compiling proc-macro-error-attr v1.0.4 |
1686 | 2024-02-01T20:51:59.722Z | Compiling lalrpop-util v0.19.12 |
1687 | 2024-02-01T20:52:07.413Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1688 | 2024-02-01T20:52:07.413Z | Compiling proc-macro-crate v1.3.1 |
1689 | 2024-02-01T20:52:08.942Z | Compiling proc-macro-error v1.0.4 |
1690 | 2024-02-01T20:52:09.628Z | Compiling heapless v0.8.0 |
1691 | 2024-02-01T20:52:17.345Z | Compiling num_enum_derive v0.5.11 |
1692 | 2024-02-01T20:52:25.566Z | Compiling atty v0.2.14 |
1693 | 2024-02-01T20:52:25.783Z | Compiling hash32 v0.3.1 |
1694 | 2024-02-01T20:52:26.814Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1695 | 2024-02-01T20:52:27.309Z | Compiling rustls-pki-types v1.1.0 |
1696 | 2024-02-01T20:52:30.011Z | Compiling smoltcp v0.11.0 |
1697 | 2024-02-01T20:52:32.568Z | Compiling ident_case v1.0.1 |
1698 | 2024-02-01T20:52:32.837Z | Compiling darling_core v0.20.3 |
1699 | 2024-02-01T20:52:44.994Z | Compiling num_enum v0.5.11 |
1700 | 2024-02-01T20:52:58.551Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1701 | 2024-02-01T20:53:06.506Z | Compiling dirs-sys-next v0.1.2 |
1702 | 2024-02-01T20:53:09.159Z | Compiling embedded-io v0.4.0 |
1703 | 2024-02-01T20:53:09.557Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1704 | 2024-02-01T20:53:10.192Z | Compiling rustls v0.22.2 |
1705 | 2024-02-01T20:53:12.797Z | Compiling cobs v0.2.3 |
1706 | 2024-02-01T20:53:13.798Z | Compiling postcard v1.0.8 |
1707 | 2024-02-01T20:53:34.162Z | Compiling dirs-next v2.0.0 |
1708 | 2024-02-01T20:53:37.906Z | Compiling darling_macro v0.20.3 |
1709 | 2024-02-01T20:53:41.811Z | Compiling rustls-webpki v0.102.1 |
1710 | 2024-02-01T20:53:45.275Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1711 | 2024-02-01T20:53:51.272Z | Compiling getopts v0.2.21 |
1712 | 2024-02-01T20:53:51.967Z | Compiling foreign-types-macros v0.2.3 |
1713 | 2024-02-01T20:53:52.744Z | Compiling structmeta-derive v0.2.0 |
1714 | 2024-02-01T20:53:54.302Z | Compiling thread_local v1.1.7 |
1715 | 2024-02-01T20:53:54.715Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1716 | 2024-02-01T20:53:55.106Z | Compiling multer v3.0.0 |
1717 | 2024-02-01T20:53:55.545Z | Compiling foreign-types-shared v0.3.1 |
1718 | 2024-02-01T20:53:55.905Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1719 | 2024-02-01T20:53:56.906Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1720 | 2024-02-01T20:53:57.364Z | Compiling paste v1.0.14 |
1721 | 2024-02-01T20:53:57.752Z | Compiling match_cfg v0.1.0 |
1722 | 2024-02-01T20:53:57.901Z | Compiling unsafe-libyaml v0.2.10 |
1723 | 2024-02-01T20:53:59.002Z | Compiling slog-async v2.8.0 |
1724 | 2024-02-01T20:54:00.707Z | Compiling serde_yaml v0.9.25 |
1725 | 2024-02-01T20:54:04.780Z | Compiling hostname v0.3.1 |
1726 | 2024-02-01T20:54:07.337Z | Compiling structmeta v0.2.0 |
1727 | 2024-02-01T20:54:10.527Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1728 | 2024-02-01T20:54:15.078Z | Compiling foreign-types v0.5.0 |
1729 | 2024-02-01T20:54:15.413Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1730 | 2024-02-01T20:54:29.027Z | Compiling darling v0.20.3 |
1731 | 2024-02-01T20:54:29.195Z | Compiling term v0.7.0 |
1732 | 2024-02-01T20:54:31.201Z | Compiling slog-json v2.6.1 |
1733 | 2024-02-01T20:54:32.008Z | Compiling is-terminal v0.4.9 |
1734 | 2024-02-01T20:54:32.203Z | Compiling crossbeam-channel v0.5.8 |
1735 | 2024-02-01T20:54:35.121Z | Compiling strum v0.25.0 |
1736 | 2024-02-01T20:54:35.664Z | Compiling http v1.0.0 |
1737 | 2024-02-01T20:54:37.238Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-02-01T20:54:37.450Z | Compiling async-stream-impl v0.3.5 |
1739 | 2024-02-01T20:54:38.399Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1740 | 2024-02-01T20:54:39.429Z | Compiling cstr-argument v0.1.2 |
1741 | 2024-02-01T20:54:39.482Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1742 | 2024-02-01T20:54:39.632Z | Compiling take_mut v0.2.2 |
1743 | 2024-02-01T20:54:39.790Z | Compiling crucible-workspace-hack v0.1.0 |
1744 | 2024-02-01T20:54:39.862Z | Compiling regex-syntax v0.7.5 |
1745 | 2024-02-01T20:54:39.942Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1746 | 2024-02-01T20:54:40.374Z | Compiling fastrand v2.0.0 |
1747 | 2024-02-01T20:54:40.898Z | Compiling atomic-waker v1.1.1 |
1748 | 2024-02-01T20:54:41.205Z | Compiling pretty-hex v0.2.1 |
1749 | 2024-02-01T20:54:41.422Z | Compiling waitgroup v0.1.2 |
1750 | 2024-02-01T20:54:41.570Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1751 | 2024-02-01T20:54:41.787Z | Compiling tempfile v3.9.0 |
1752 | 2024-02-01T20:54:44.140Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1753 | 2024-02-01T20:54:45.479Z | Compiling async-stream v0.3.5 |
1754 | 2024-02-01T20:54:45.954Z | Compiling colored v2.0.4 |
1755 | 2024-02-01T20:54:47.844Z | Compiling slog-bunyan v2.5.0 |
1756 | 2024-02-01T20:54:48.661Z | Compiling slog-term v2.9.0 |
1757 | 2024-02-01T20:54:48.669Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1758 | 2024-02-01T20:54:50.079Z | Compiling parse-display-derive v0.8.2 |
1759 | 2024-02-01T20:54:51.030Z | Compiling tokio-rustls v0.25.0 |
1760 | 2024-02-01T20:54:51.966Z | Compiling serde_with_macros v3.5.1 |
1761 | 2024-02-01T20:54:53.858Z | Compiling toml v0.8.8 |
1762 | 2024-02-01T20:54:54.878Z | Compiling rustls-pemfile v2.0.0 |
1763 | 2024-02-01T20:54:56.049Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1764 | 2024-02-01T20:54:56.250Z | Compiling sha1 v0.10.6 |
1765 | 2024-02-01T20:54:56.272Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1766 | 2024-02-01T20:54:57.848Z | Compiling textwrap v0.11.0 |
1767 | 2024-02-01T20:54:58.539Z | Compiling heck v0.3.3 |
1768 | 2024-02-01T20:54:59.101Z | Compiling serde_path_to_error v0.1.15 |
1769 | 2024-02-01T20:54:59.582Z | Compiling instant v0.1.12 |
1770 | 2024-02-01T20:54:59.636Z | Compiling ansi_term v0.12.1 |
1771 | 2024-02-01T20:54:59.823Z | Compiling vec_map v0.8.2 |
1772 | 2024-02-01T20:55:00.322Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1773 | 2024-02-01T20:55:00.770Z | Compiling debug-ignore v1.0.5 |
1774 | 2024-02-01T20:55:00.934Z | Compiling libefi-sys v0.1.0 |
1775 | 2024-02-01T20:55:01.011Z | Compiling rayon-core v1.12.0 |
1776 | 2024-02-01T20:55:01.079Z | Compiling strsim v0.8.0 |
1777 | 2024-02-01T20:55:01.488Z | Compiling clap v2.34.0 |
1778 | 2024-02-01T20:55:02.941Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1779 | 2024-02-01T20:55:03.432Z | Compiling backoff v0.4.0 |
1780 | 2024-02-01T20:55:04.029Z | Compiling structopt-derive v0.4.18 |
1781 | 2024-02-01T20:55:07.802Z | Compiling serde_with v3.5.1 |
1782 | 2024-02-01T20:55:08.451Z | Compiling parse-display v0.8.2 |
1783 | 2024-02-01T20:55:08.773Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1784 | 2024-02-01T20:55:12.304Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1785 | 2024-02-01T20:55:13.342Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2024-02-01T20:55:13.363Z | Compiling zone_cfg_derive v0.3.0 |
1787 | 2024-02-01T20:55:14.408Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1788 | 2024-02-01T20:55:14.751Z | Compiling crossbeam-deque v0.8.3 |
1789 | 2024-02-01T20:55:15.261Z | Compiling macaddr v1.0.1 |
1790 | 2024-02-01T20:55:15.391Z | Compiling num-derive v0.4.0 |
1791 | 2024-02-01T20:55:15.537Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1792 | 2024-02-01T20:55:16.209Z | Compiling portable-atomic v1.4.3 |
1793 | 2024-02-01T20:55:17.321Z | Compiling zone v0.3.0 |
1794 | 2024-02-01T20:55:19.023Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1795 | 2024-02-01T20:55:21.894Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1796 | 2024-02-01T20:55:23.293Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1797 | 2024-02-01T20:55:23.659Z | Compiling structopt v0.3.26 |
1798 | 2024-02-01T20:55:24.141Z | Compiling camino-tempfile v1.1.1 |
1799 | 2024-02-01T20:55:25.385Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1800 | 2024-02-01T20:55:25.428Z | Compiling smf v0.2.2 |
1801 | 2024-02-01T20:55:26.125Z | Compiling xattr v1.0.1 |
1802 | 2024-02-01T20:55:26.548Z | Compiling filetime v0.2.23 |
1803 | 2024-02-01T20:55:26.893Z | Compiling same-file v1.0.6 |
1804 | 2024-02-01T20:55:27.120Z | Compiling tar v0.4.40 |
1805 | 2024-02-01T20:55:27.375Z | Compiling walkdir v2.4.0 |
1806 | 2024-02-01T20:55:29.348Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1807 | 2024-02-01T20:55:30.065Z | Compiling rayon v1.8.0 |
1808 | 2024-02-01T20:55:30.258Z | Compiling gethostname v0.4.3 |
1809 | 2024-02-01T20:55:30.651Z | Compiling topological-sort v0.2.2 |
1810 | 2024-02-01T20:55:31.018Z | Compiling number_prefix v0.4.0 |
1811 | 2024-02-01T20:55:31.408Z | Compiling omicron-zone-package v0.10.1 |
1812 | 2024-02-01T20:55:33.213Z | Compiling swrite v0.1.0 |
1813 | 2024-02-01T20:55:36.967Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1814 | 2024-02-01T20:55:39.077Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1815 | 2024-02-01T20:55:42.577Z | Compiling indicatif v0.17.7 |
1816 | 2024-02-01T20:55:51.886Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1817 | 2024-02-01T20:55:55.537Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1818 | 2024-02-01T20:56:01.232Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1819 | 2024-02-01T20:56:24.631Z | Finished release [optimized] target(s) in 8m 10s |
1820 | 2024-02-01T20:56:24.883Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1821 | 2024-02-01T20:56:24.952Z | Created new build target 'test' and set it as active |
1822 | 2024-02-01T20:56:24.956Z | |
1823 | 2024-02-01T20:56:24.956Z | real 8:10.657181756 |
1824 | 2024-02-01T20:56:24.956Z | user 54:53.396955928 |
1825 | 2024-02-01T20:56:24.956Z | sys 4:42.415963662 |
1826 | 2024-02-01T20:56:24.956Z | trap 2.126212386 |
1827 | 2024-02-01T20:56:24.956Z | tflt 3.772620546 |
1828 | 2024-02-01T20:56:24.957Z | dflt 3.350111809 |
1829 | 2024-02-01T20:56:24.957Z | kflt 0.022016918 |
1830 | 2024-02-01T20:56:24.957Z | lock 1:59:48.697716990 |
1831 | 2024-02-01T20:56:24.957Z | slp 2:34:01.006152179 |
1832 | 2024-02-01T20:56:24.957Z | lat 2:39.892302299 |
1833 | 2024-02-01T20:56:24.957Z | stop 4:09.013492214 |
1834 | 2024-02-01T20:56:24.957Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1835 | 2024-02-01T20:56:26.117Z | Finished release [optimized] target(s) in 1.08s |
1836 | 2024-02-01T20:56:26.145Z | Running `target/release/omicron-package -t test package` |
1837 | 2024-02-01T20:56:26.187Z | Feb 01 20:56:26.003 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1838 | 2024-02-01T20:56:27.553Z | Compiling linked-hash-map v0.5.6 |
1839 | 2024-02-01T20:56:27.558Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1840 | 2024-02-01T20:56:27.558Z | Compiling usdt-macro v0.5.0 |
1841 | 2024-02-01T20:56:27.558Z | Compiling usdt-attr-macro v0.5.0 |
1842 | 2024-02-01T20:56:27.558Z | Compiling memmap v0.7.0 |
1843 | 2024-02-01T20:56:27.558Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1844 | 2024-02-01T20:56:27.558Z | Compiling password-hash v0.5.0 |
1845 | 2024-02-01T20:56:27.558Z | Compiling blake2 v0.10.6 |
1846 | 2024-02-01T20:56:28.255Z | Compiling lru-cache v0.1.2 |
1847 | 2024-02-01T20:56:28.262Z | Compiling semver v0.1.20 |
1848 | 2024-02-01T20:56:28.411Z | Compiling argon2 v0.5.3 |
1849 | 2024-02-01T20:56:29.108Z | Compiling rustc_version v0.1.7 |
1850 | 2024-02-01T20:56:29.709Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1851 | 2024-02-01T20:56:29.733Z | Compiling same-file v1.0.6 |
1852 | 2024-02-01T20:56:29.861Z | Compiling usdt v0.5.0 |
1853 | 2024-02-01T20:56:29.872Z | Compiling quick-error v1.2.3 |
1854 | 2024-02-01T20:56:30.038Z | Compiling walkdir v2.4.0 |
1855 | 2024-02-01T20:56:30.042Z | Compiling resolv-conf v0.7.0 |
1856 | 2024-02-01T20:56:30.597Z | Compiling newtype_derive v0.1.6 |
1857 | 2024-02-01T20:56:30.991Z | Compiling itertools v0.12.0 |
1858 | 2024-02-01T20:56:31.184Z | Compiling semver-parser v0.10.2 |
1859 | 2024-02-01T20:56:31.686Z | Compiling slog-dtrace v0.3.0 |
1860 | 2024-02-01T20:56:32.057Z | Compiling fastrand v2.0.0 |
1861 | 2024-02-01T20:56:32.311Z | Compiling semver v0.11.0 |
1862 | 2024-02-01T20:56:32.848Z | Compiling tempfile v3.9.0 |
1863 | 2024-02-01T20:56:33.111Z | Compiling trust-dns-resolver v0.22.0 |
1864 | 2024-02-01T20:56:33.211Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1865 | 2024-02-01T20:56:33.396Z | Compiling nibble_vec v0.1.0 |
1866 | 2024-02-01T20:56:33.595Z | Compiling filetime v0.2.23 |
1867 | 2024-02-01T20:56:33.725Z | Compiling xattr v1.0.1 |
1868 | 2024-02-01T20:56:34.020Z | Compiling home v0.5.5 |
1869 | 2024-02-01T20:56:34.041Z | Compiling endian-type v0.1.2 |
1870 | 2024-02-01T20:56:34.081Z | Compiling tar v0.4.40 |
1871 | 2024-02-01T20:56:34.314Z | Compiling radix_trie v0.2.1 |
1872 | 2024-02-01T20:56:34.345Z | Compiling toolchain_find v0.2.0 |
1873 | 2024-02-01T20:56:35.130Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1874 | 2024-02-01T20:56:35.734Z | Compiling toml v0.5.11 |
1875 | 2024-02-01T20:56:35.751Z | Compiling topological-sort v0.2.2 |
1876 | 2024-02-01T20:56:36.322Z | Compiling radium v0.7.0 |
1877 | 2024-02-01T20:56:36.694Z | Compiling omicron-zone-package v0.10.1 |
1878 | 2024-02-01T20:56:36.857Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1879 | 2024-02-01T20:56:37.037Z | Compiling steno v0.4.0 |
1880 | 2024-02-01T20:56:37.110Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1881 | 2024-02-01T20:56:37.184Z | Compiling toml v0.8.8 |
1882 | 2024-02-01T20:56:39.677Z | Compiling rustfmt-wrapper v0.2.0 |
1883 | 2024-02-01T20:56:40.642Z | Compiling num-rational v0.4.1 |
1884 | 2024-02-01T20:56:40.724Z | Compiling cancel-safe-futures v0.1.5 |
1885 | 2024-02-01T20:56:41.063Z | Compiling maybe-uninit v2.0.0 |
1886 | 2024-02-01T20:56:41.124Z | Compiling tap v1.0.1 |
1887 | 2024-02-01T20:56:41.389Z | Compiling wyz v0.5.1 |
1888 | 2024-02-01T20:56:41.788Z | Compiling packed_struct v0.10.1 |
1889 | 2024-02-01T20:56:42.161Z | Compiling crc-catalog v2.2.0 |
1890 | 2024-02-01T20:56:42.361Z | Compiling num-bigint-dig v0.8.4 |
1891 | 2024-02-01T20:56:42.370Z | Compiling funty v2.0.0 |
1892 | 2024-02-01T20:56:42.510Z | Compiling crc v3.0.1 |
1893 | 2024-02-01T20:56:43.633Z | Compiling num-complex v0.4.4 |
1894 | 2024-02-01T20:56:44.256Z | Compiling fxhash v0.2.1 |
1895 | 2024-02-01T20:56:44.593Z | Compiling bitvec v1.0.1 |
1896 | 2024-02-01T20:56:45.734Z | Compiling packed_struct_codegen v0.10.1 |
1897 | 2024-02-01T20:56:47.211Z | Compiling indexmap v1.9.3 |
1898 | 2024-02-01T20:56:47.268Z | Compiling utf-8 v0.7.6 |
1899 | 2024-02-01T20:56:47.629Z | Compiling nodrop v0.1.14 |
1900 | 2024-02-01T20:56:47.798Z | Compiling array-init v0.0.4 |
1901 | 2024-02-01T20:56:47.870Z | Compiling tungstenite v0.20.1 |
1902 | 2024-02-01T20:56:49.942Z | Compiling num v0.4.1 |
1903 | 2024-02-01T20:56:50.049Z | Compiling smallvec v0.6.14 |
1904 | 2024-02-01T20:56:50.740Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1905 | 2024-02-01T20:56:52.387Z | Compiling pkcs1 v0.7.5 |
1906 | 2024-02-01T20:56:57.579Z | Compiling signature v2.1.0 |
1907 | 2024-02-01T20:56:57.913Z | Compiling half v2.3.1 |
1908 | 2024-02-01T20:56:58.684Z | Compiling unicase v2.7.0 |
1909 | 2024-02-01T20:56:59.122Z | Compiling hashbrown v0.12.3 |
1910 | 2024-02-01T20:56:59.146Z | Compiling bitfield v0.14.0 |
1911 | 2024-02-01T20:56:59.532Z | Compiling ciborium-io v0.2.2 |
1912 | 2024-02-01T20:56:59.650Z | Compiling termcolor v1.2.0 |
1913 | 2024-02-01T20:56:59.705Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1914 | 2024-02-01T20:56:59.733Z | Compiling ciborium-ll v0.2.2 |
1915 | 2024-02-01T20:57:00.598Z | Compiling env_logger v0.10.0 |
1916 | 2024-02-01T20:57:01.846Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1917 | 2024-02-01T20:57:02.902Z | Compiling rsa v0.9.2 |
1918 | 2024-02-01T20:57:07.022Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1919 | 2024-02-01T20:57:10.600Z | Compiling serde-hex v0.1.0 |
1920 | 2024-02-01T20:57:11.154Z | Compiling tokio-tungstenite v0.20.1 |
1921 | 2024-02-01T20:57:11.820Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2024-02-01T20:57:12.054Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1923 | 2024-02-01T20:57:12.343Z | Compiling x509-cert v0.2.4 |
1924 | 2024-02-01T20:57:19.683Z | Compiling ron v0.8.1 |
1925 | 2024-02-01T20:57:20.910Z | Compiling crc-any v2.4.3 |
1926 | 2024-02-01T20:57:22.506Z | Compiling arc-swap v1.6.0 |
1927 | 2024-02-01T20:57:23.701Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1928 | 2024-02-01T20:57:33.191Z | Compiling slog-scope v4.4.0 |
1929 | 2024-02-01T20:57:33.408Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1930 | 2024-02-01T20:57:34.836Z | Compiling object v0.30.4 |
1931 | 2024-02-01T20:57:35.397Z | Compiling ciborium v0.2.2 |
1932 | 2024-02-01T20:57:39.025Z | Compiling libsw v3.3.1 |
1933 | 2024-02-01T20:57:39.660Z | Compiling derive-where v1.2.7 |
1934 | 2024-02-01T20:57:44.826Z | Compiling linear-map v1.2.0 |
1935 | 2024-02-01T20:57:45.407Z | Compiling parking_lot_core v0.8.6 |
1936 | 2024-02-01T20:57:46.029Z | Compiling display-error-chain v0.2.0 |
1937 | 2024-02-01T20:57:46.265Z | Compiling path-slash v0.1.5 |
1938 | 2024-02-01T20:57:46.579Z | Compiling owo-colors v4.0.0 |
1939 | 2024-02-01T20:57:49.398Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1940 | 2024-02-01T20:57:52.193Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1941 | 2024-02-01T20:57:54.201Z | Compiling slog-stdlog v4.1.1 |
1942 | 2024-02-01T20:57:54.623Z | Compiling convert_case v0.4.0 |
1943 | 2024-02-01T20:57:55.831Z | Compiling derive_more v0.99.17 |
1944 | 2024-02-01T20:57:56.279Z | Compiling slog-envlogger v2.2.0 |
1945 | 2024-02-01T20:58:00.865Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1946 | 2024-02-01T20:58:02.312Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1947 | 2024-02-01T20:58:07.958Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1948 | 2024-02-01T20:58:08.619Z | Compiling dirs-sys-next v0.1.2 |
1949 | 2024-02-01T20:58:09.409Z | Compiling glob v0.3.1 |
1950 | 2024-02-01T20:58:10.181Z | Compiling crunchy v0.2.2 |
1951 | 2024-02-01T20:58:11.079Z | Compiling platforms v3.0.2 |
1952 | 2024-02-01T20:58:11.223Z | Compiling clang-sys v1.6.1 |
1953 | 2024-02-01T20:58:11.299Z | Compiling dirs-next v2.0.0 |
1954 | 2024-02-01T20:58:11.515Z | Compiling parking_lot v0.11.2 |
1955 | 2024-02-01T20:58:11.895Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1956 | 2024-02-01T20:58:14.399Z | Compiling mime_guess v2.0.4 |
1957 | 2024-02-01T20:58:22.402Z | Compiling trust-dns-client v0.22.0 |
1958 | 2024-02-01T20:58:22.574Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1959 | 2024-02-01T20:58:22.574Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1960 | 2024-02-01T20:58:22.574Z | Compiling pem v3.0.2 |
1961 | 2024-02-01T20:58:23.907Z | Compiling prettyplease v0.2.16 |
1962 | 2024-02-01T20:58:24.322Z | Compiling tiny-keccak v2.0.2 |
1963 | 2024-02-01T20:58:25.623Z | Compiling trust-dns-server v0.22.1 |
1964 | 2024-02-01T20:58:30.047Z | Compiling sled v0.34.7 |
1965 | 2024-02-01T20:58:34.164Z | Compiling term v0.7.0 |
1966 | 2024-02-01T20:58:37.624Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1967 | 2024-02-01T20:58:39.381Z | Compiling darling_core v0.14.4 |
1968 | 2024-02-01T20:58:45.551Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1969 | 2024-02-01T20:58:45.853Z | Compiling vte_generate_state_changes v0.1.1 |
1970 | 2024-02-01T20:58:46.796Z | Compiling vte v0.11.1 |
1971 | 2024-02-01T20:58:48.725Z | Compiling darling_macro v0.14.4 |
1972 | 2024-02-01T20:58:50.102Z | Compiling curve25519-dalek v4.1.1 |
1973 | 2024-02-01T20:58:50.617Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1974 | 2024-02-01T20:58:50.672Z | Compiling ascii-canvas v3.0.0 |
1975 | 2024-02-01T20:58:54.466Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1976 | 2024-02-01T20:59:02.420Z | Compiling is-terminal v0.4.9 |
1977 | 2024-02-01T20:59:02.519Z | Compiling kstat-rs v0.2.3 |
1978 | 2024-02-01T20:59:02.519Z | Compiling ena v0.14.2 |
1979 | 2024-02-01T20:59:02.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1980 | 2024-02-01T20:59:03.194Z | Compiling memoffset v0.7.1 |
1981 | 2024-02-01T20:59:03.306Z | Compiling libloading v0.7.4 |
1982 | 2024-02-01T20:59:03.643Z | Compiling diff v0.1.13 |
1983 | 2024-02-01T20:59:03.822Z | Compiling regex-syntax v0.6.29 |
1984 | 2024-02-01T20:59:04.494Z | Compiling bindgen v0.69.2 |
1985 | 2024-02-01T20:59:05.120Z | Compiling bytecount v0.6.3 |
1986 | 2024-02-01T20:59:05.616Z | Compiling buf-list v1.0.3 |
1987 | 2024-02-01T20:59:06.993Z | Compiling keccak v0.1.4 |
1988 | 2024-02-01T20:59:08.450Z | Compiling doc-comment v0.3.3 |
1989 | 2024-02-01T20:59:09.029Z | Compiling sha3 v0.10.8 |
1990 | 2024-02-01T20:59:10.464Z | Compiling lalrpop v0.19.12 |
1991 | 2024-02-01T20:59:13.513Z | Compiling papergrid v0.11.0 |
1992 | 2024-02-01T20:59:19.359Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1993 | 2024-02-01T20:59:19.659Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1994 | 2024-02-01T20:59:36.498Z | Compiling darling v0.14.4 |
1995 | 2024-02-01T20:59:36.618Z | Compiling strip-ansi-escapes v0.2.0 |
1996 | 2024-02-01T20:59:36.644Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1997 | 2024-02-01T20:59:37.775Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1998 | 2024-02-01T20:59:40.116Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1999 | 2024-02-01T20:59:41.654Z | Compiling tabled_derive v0.7.0 |
2000 | 2024-02-01T20:59:42.094Z | Compiling fd-lock v4.0.2 |
2001 | 2024-02-01T20:59:42.401Z | Compiling fd-lock v3.0.13 |
2002 | 2024-02-01T20:59:42.718Z | Compiling cexpr v0.6.0 |
2003 | 2024-02-01T20:59:45.349Z | Compiling which v4.4.0 |
2004 | 2024-02-01T20:59:45.614Z | Compiling universal-hash v0.5.1 |
2005 | 2024-02-01T20:59:45.627Z | Compiling nix v0.27.1 |
2006 | 2024-02-01T20:59:45.985Z | Compiling secrecy v0.8.0 |
2007 | 2024-02-01T20:59:46.384Z | Compiling curve25519-dalek-derive v0.1.0 |
2008 | 2024-02-01T20:59:46.840Z | Compiling pin-project-internal v1.1.3 |
2009 | 2024-02-01T20:59:48.564Z | Compiling thiserror-impl-no-std v2.0.2 |
2010 | 2024-02-01T20:59:49.654Z | Compiling sqlparser_derive v0.2.2 |
2011 | 2024-02-01T20:59:51.126Z | Compiling unicode_categories v0.1.1 |
2012 | 2024-02-01T20:59:51.303Z | Compiling peeking_take_while v0.1.2 |
2013 | 2024-02-01T20:59:51.494Z | Compiling lazycell v1.3.0 |
2014 | 2024-02-01T20:59:52.903Z | Compiling rustc-hash v1.1.0 |
2015 | 2024-02-01T20:59:52.907Z | Compiling opaque-debug v0.3.0 |
2016 | 2024-02-01T20:59:52.907Z | Compiling shlex v1.3.0 |
2017 | 2024-02-01T20:59:52.907Z | Compiling nu-ansi-term v0.49.0 |
2018 | 2024-02-01T20:59:53.056Z | Compiling thiserror-no-std v2.0.2 |
2019 | 2024-02-01T20:59:53.238Z | Compiling reedline v0.28.0 |
2020 | 2024-02-01T20:59:54.463Z | Compiling poly1305 v0.8.0 |
2021 | 2024-02-01T20:59:56.859Z | Compiling rustyline v13.0.0 |
2022 | 2024-02-01T20:59:57.071Z | Compiling sqlformat v0.2.3 |
2023 | 2024-02-01T20:59:57.439Z | Compiling pin-project v1.1.3 |
2024 | 2024-02-01T20:59:57.624Z | Compiling sqlparser v0.43.1 |
2025 | 2024-02-01T20:59:58.173Z | Compiling polar-core v0.27.0 |
2026 | 2024-02-01T21:00:11.892Z | Compiling tabled v0.15.0 |
2027 | 2024-02-01T21:00:11.956Z | Compiling derive_builder_core v0.12.0 |
2028 | 2024-02-01T21:00:18.393Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2029 | 2024-02-01T21:00:18.479Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2030 | 2024-02-01T21:00:18.479Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2031 | 2024-02-01T21:00:18.796Z | Compiling chacha20 v0.9.1 |
2032 | 2024-02-01T21:00:19.073Z | Compiling headers-core v0.2.0 |
2033 | 2024-02-01T21:00:19.421Z | Compiling aead v0.5.2 |
2034 | 2024-02-01T21:00:19.480Z | Compiling bcs v0.1.6 |
2035 | 2024-02-01T21:00:22.486Z | Compiling libxml v0.3.3 |
2036 | 2024-02-01T21:00:22.649Z | Compiling snafu-derive v0.7.5 |
2037 | 2024-02-01T21:00:22.649Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2038 | 2024-02-01T21:00:22.649Z | Compiling fs-err v2.11.0 |
2039 | 2024-02-01T21:00:22.649Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2040 | 2024-02-01T21:00:22.650Z | Compiling salty v0.2.0 |
2041 | 2024-02-01T21:00:22.883Z | Compiling signature v1.6.4 |
2042 | 2024-02-01T21:00:23.087Z | Compiling ref-cast v1.0.20 |
2043 | 2024-02-01T21:00:23.718Z | Compiling highway v1.1.0 |
2044 | 2024-02-01T21:00:26.460Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2045 | 2024-02-01T21:00:28.730Z | Compiling ed25519 v1.5.3 |
2046 | 2024-02-01T21:00:28.743Z | Compiling snafu v0.7.5 |
2047 | 2024-02-01T21:00:29.156Z | Compiling chacha20poly1305 v0.10.1 |
2048 | 2024-02-01T21:00:29.474Z | Compiling headers v0.3.9 |
2049 | 2024-02-01T21:00:30.494Z | Compiling samael v0.0.14 |
2050 | 2024-02-01T21:00:30.963Z | Compiling derive_builder_macro v0.12.0 |
2051 | 2024-02-01T21:00:32.201Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2052 | 2024-02-01T21:00:33.409Z | Compiling vsss-rs v3.3.4 |
2053 | 2024-02-01T21:00:40.974Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2054 | 2024-02-01T21:00:42.182Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2055 | 2024-02-01T21:00:42.668Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2056 | 2024-02-01T21:00:43.089Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2057 | 2024-02-01T21:00:45.354Z | Compiling globset v0.4.13 |
2058 | 2024-02-01T21:00:52.283Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2059 | 2024-02-01T21:00:53.369Z | Compiling olpc-cjson v0.1.3 |
2060 | 2024-02-01T21:00:54.261Z | Compiling strum_macros v0.24.3 |
2061 | 2024-02-01T21:00:56.772Z | Compiling serde_plain v1.0.2 |
2062 | 2024-02-01T21:00:57.598Z | Compiling serde-big-array v0.5.1 |
2063 | 2024-02-01T21:00:57.617Z | Compiling async-recursion v1.0.5 |
2064 | 2024-02-01T21:00:57.974Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2065 | 2024-02-01T21:00:58.398Z | Compiling ref-cast-impl v1.0.20 |
2066 | 2024-02-01T21:00:59.078Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2067 | 2024-02-01T21:00:59.222Z | Compiling cookie v0.18.0 |
2068 | 2024-02-01T21:00:59.673Z | Compiling indoc v1.0.9 |
2069 | 2024-02-01T21:01:00.052Z | Compiling http-range v0.1.5 |
2070 | 2024-02-01T21:01:00.134Z | Compiling typed-path v0.7.0 |
2071 | 2024-02-01T21:01:00.569Z | Compiling hyper-staticfile v0.9.5 |
2072 | 2024-02-01T21:01:00.994Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2073 | 2024-02-01T21:01:01.573Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2074 | 2024-02-01T21:01:03.239Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2075 | 2024-02-01T21:01:05.913Z | Compiling tough v0.16.0 |
2076 | 2024-02-01T21:01:21.020Z | Compiling derive_builder v0.12.0 |
2077 | 2024-02-01T21:01:35.175Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2078 | 2024-02-01T21:01:35.594Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2079 | 2024-02-01T21:01:36.405Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2080 | 2024-02-01T21:01:40.334Z | Compiling signal-hook-tokio v0.3.1 |
2081 | 2024-02-01T21:01:40.610Z | Compiling bb8 v0.8.1 |
2082 | 2024-02-01T21:01:41.540Z | Compiling quick-xml v0.30.0 |
2083 | 2024-02-01T21:01:41.549Z | Compiling serde-big-array v0.4.1 |
2084 | 2024-02-01T21:01:41.762Z | Compiling impl-trait-for-tuples v0.2.2 |
2085 | 2024-02-01T21:01:44.488Z | Compiling oso-derive v0.27.0 |
2086 | 2024-02-01T21:01:46.026Z | Compiling parse-size v1.0.0 |
2087 | 2024-02-01T21:01:46.538Z | Compiling maplit v1.0.2 |
2088 | 2024-02-01T21:01:46.677Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2089 | 2024-02-01T21:01:57.957Z | Compiling oso v0.27.0 |
2090 | 2024-02-01T21:01:59.961Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2091 | 2024-02-01T21:02:02.616Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2092 | 2024-02-01T21:02:04.254Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2093 | 2024-02-01T21:02:10.752Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2094 | 2024-02-01T21:02:27.361Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2095 | 2024-02-01T21:02:29.547Z | Compiling corncobs v0.1.3 |
2096 | 2024-02-01T21:02:29.770Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2097 | 2024-02-01T21:02:30.221Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2098 | 2024-02-01T21:02:31.516Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2099 | 2024-02-01T21:02:34.346Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2100 | 2024-02-01T21:02:34.959Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2101 | 2024-02-01T21:02:39.065Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2102 | 2024-02-01T21:02:45.447Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2103 | 2024-02-01T21:03:01.958Z | Compiling rcgen v0.12.1 |
2104 | 2024-02-01T21:03:19.020Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2105 | 2024-02-01T21:03:21.477Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2106 | 2024-02-01T21:03:22.318Z | Compiling atomicwrites v0.4.3 |
2107 | 2024-02-01T21:03:22.785Z | Compiling lru v0.12.1 |
2108 | 2024-02-01T21:03:23.297Z | Compiling stability v0.1.1 |
2109 | 2024-02-01T21:03:24.724Z | Compiling subprocess v0.2.9 |
2110 | 2024-02-01T21:03:27.631Z | Compiling unicode-linebreak v0.1.5 |
2111 | 2024-02-01T21:03:28.591Z | Compiling cassowary v0.3.0 |
2112 | 2024-02-01T21:03:33.993Z | Compiling indoc v2.0.3 |
2113 | 2024-02-01T21:03:35.530Z | Compiling smawk v0.3.1 |
2114 | 2024-02-01T21:03:35.883Z | Compiling textwrap v0.16.0 |
2115 | 2024-02-01T21:03:36.115Z | Compiling ratatui v0.25.0 |
2116 | 2024-02-01T21:03:42.267Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2117 | 2024-02-01T21:03:51.223Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2118 | 2024-02-01T21:03:52.496Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2119 | 2024-02-01T21:04:02.876Z | Compiling fatfs v0.3.6 |
2120 | 2024-02-01T21:04:04.590Z | Compiling nanorand v0.7.0 |
2121 | 2024-02-01T21:04:04.601Z | Compiling rtoolbox v0.0.1 |
2122 | 2024-02-01T21:04:05.302Z | Compiling humantime v2.1.0 |
2123 | 2024-02-01T21:04:05.770Z | Compiling assert_matches v1.5.0 |
2124 | 2024-02-01T21:04:05.915Z | Compiling is_ci v1.1.1 |
2125 | 2024-02-01T21:04:06.374Z | Compiling supports-color v2.1.0 |
2126 | 2024-02-01T21:04:06.725Z | Compiling flume v0.11.0 |
2127 | 2024-02-01T21:04:07.549Z | Compiling rpassword v7.3.1 |
2128 | 2024-02-01T21:04:08.048Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2129 | 2024-02-01T21:04:08.072Z | Compiling tui-tree-widget v0.16.0 |
2130 | 2024-02-01T21:04:08.195Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2131 | 2024-02-01T21:04:08.611Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2132 | 2024-02-01T21:04:09.071Z | Compiling shell-words v1.1.0 |
2133 | 2024-02-01T21:04:09.756Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2134 | 2024-02-01T21:04:22.823Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2135 | 2024-02-01T21:05:18.216Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2136 | 2024-02-01T21:07:49.385Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2137 | 2024-02-01T21:08:07.591Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2138 | 2024-02-01T21:08:28.478Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2139 | 2024-02-01T21:18:16.562Z | Finished release [optimized] target(s) in 21m 50s |
2140 | 2024-02-01T21:19:50.020Z | |
2141 | 2024-02-01T21:19:50.020Z | real 23:19.841942880 |
2142 | 2024-02-01T21:19:50.020Z | user 2:41:35.012967555 |
2143 | 2024-02-01T21:19:50.020Z | sys 5:57.810971518 |
2144 | 2024-02-01T21:19:50.020Z | trap 5.209614193 |
2145 | 2024-02-01T21:19:50.020Z | tflt 1.291090269 |
2146 | 2024-02-01T21:19:50.020Z | dflt 1.722348244 |
2147 | 2024-02-01T21:19:50.020Z | kflt 0.002076108 |
2148 | 2024-02-01T21:19:50.020Z | lock 9:35:28.266841588 |
2149 | 2024-02-01T21:19:50.020Z | slp 6:22:36.226927209 |
2150 | 2024-02-01T21:19:50.020Z | lat 2:56.784619159 |
2151 | 2024-02-01T21:19:50.020Z | stop 48.107944605 |
2152 | 2024-02-01T21:19:50.020Z | + 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/*) |
2153 | 2024-02-01T21:19:50.020Z | + pfexec mkdir -p /work |
2154 | 2024-02-01T21:19:50.020Z | + pfexec chown build /work |
2155 | 2024-02-01T21:19:50.021Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2156 | 2024-02-01T21:19:58.888Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2157 | 2024-02-01T21:19:58.889Z | a out/mg-ddm-gz.tar 61599K |
2158 | 2024-02-01T21:19:58.889Z | a out/omicron-sled-agent.tar 119301K |
2159 | 2024-02-01T21:19:58.889Z | a out/oxlog.tar 8187K |
2160 | 2024-02-01T21:19:58.889Z | a out/target/test 1K |
2161 | 2024-02-01T21:19:58.889Z | a out/npuzone/npuzone 36313K |
2162 | 2024-02-01T21:19:58.890Z | a package-manifest.toml 24K |
2163 | 2024-02-01T21:19:58.890Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2164 | 2024-02-01T21:19:58.890Z | a target/release/omicron-package 43527K |
2165 | 2024-02-01T21:19:58.890Z | a tools/create_virtual_hardware.sh 4K |
2166 | 2024-02-01T21:19:58.890Z | a tools/virtual_hardware.sh 4K |
2167 | 2024-02-01T21:19:58.890Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2168 | 2024-02-01T21:19:58.890Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2169 | 2024-02-01T21:19:58.891Z | a tools/scrimlet/softnpu-init.sh 3K |
2170 | 2024-02-01T21:19:58.892Z | a tools/scrimlet/softnpu-zone.txt 1K |
2171 | 2024-02-01T21:19:58.892Z | a tools/scrimlet/softnpu.toml 1K |
2172 | 2024-02-01T21:19:58.901Z | |
2173 | 2024-02-01T21:19:58.901Z | real 14.136994540 |
2174 | 2024-02-01T21:19:58.901Z | user 13.513887941 |
2175 | 2024-02-01T21:19:58.902Z | sys 1.102672353 |
2176 | 2024-02-01T21:19:58.902Z | trap 0.003827692 |
2177 | 2024-02-01T21:19:58.902Z | tflt 0.000000000 |
2178 | 2024-02-01T21:19:58.902Z | dflt 0.000000000 |
2179 | 2024-02-01T21:19:58.902Z | kflt 0.000000000 |
2180 | 2024-02-01T21:19:58.902Z | lock 0.000000000 |
2181 | 2024-02-01T21:19:58.902Z | slp 13.217927264 |
2182 | 2024-02-01T21:19:58.903Z | lat 0.432208553 |
2183 | 2024-02-01T21:19:58.903Z | stop 0.000236811 |
2184 | 2024-02-01T21:19:58.903Z | ++ pwd |
2185 | 2024-02-01T21:19:58.903Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2186 | 2024-02-01T21:19:58.903Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2187 | 2024-02-01T21:19:58.903Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2188 | 2024-02-01T21:20:00.056Z | Finished release [optimized] target(s) in 1.07s |
2189 | 2024-02-01T21:20:00.086Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2190 | 2024-02-01T21:20:00.129Z | Created new build target 'host' and set it as active |
2191 | 2024-02-01T21:20:00.133Z | |
2192 | 2024-02-01T21:20:00.133Z | real 1.232012869 |
2193 | 2024-02-01T21:20:00.134Z | user 0.868605742 |
2194 | 2024-02-01T21:20:00.134Z | sys 0.364437401 |
2195 | 2024-02-01T21:20:00.134Z | trap 0.000073333 |
2196 | 2024-02-01T21:20:00.134Z | tflt 0.000000000 |
2197 | 2024-02-01T21:20:00.134Z | dflt 0.000023958 |
2198 | 2024-02-01T21:20:00.135Z | kflt 0.000000000 |
2199 | 2024-02-01T21:20:00.135Z | lock 0.035468135 |
2200 | 2024-02-01T21:20:00.135Z | slp 0.023733543 |
2201 | 2024-02-01T21:20:00.135Z | lat 0.001687214 |
2202 | 2024-02-01T21:20:00.135Z | stop 0.000221330 |
2203 | 2024-02-01T21:20:00.140Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2204 | 2024-02-01T21:20:01.275Z | Finished release [optimized] target(s) in 1.04s |
2205 | 2024-02-01T21:20:01.296Z | Running `target/release/omicron-package -t host package` |
2206 | 2024-02-01T21:20:01.340Z | Feb 01 21:20:01.221 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2207 | 2024-02-01T21:20:02.553Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2208 | 2024-02-01T21:20:23.330Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2209 | 2024-02-01T21:22:18.536Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2210 | 2024-02-01T21:24:30.895Z | Finished release [optimized] target(s) in 4m 29s |
2211 | 2024-02-01T21:25:43.133Z | |
2212 | 2024-02-01T21:25:43.147Z | real 5:43.006857235 |
2213 | 2024-02-01T21:25:43.148Z | user 28:42.515686648 |
2214 | 2024-02-01T21:25:43.148Z | sys 1:14.422126497 |
2215 | 2024-02-01T21:25:43.148Z | trap 0.771593192 |
2216 | 2024-02-01T21:25:43.148Z | tflt 0.082166667 |
2217 | 2024-02-01T21:25:43.148Z | dflt 1.443121979 |
2218 | 2024-02-01T21:25:43.148Z | kflt 0.000000000 |
2219 | 2024-02-01T21:25:43.148Z | lock 1:31:18.411123979 |
2220 | 2024-02-01T21:25:43.148Z | slp 29:10.930055675 |
2221 | 2024-02-01T21:25:43.148Z | lat 11.742316459 |
2222 | 2024-02-01T21:25:43.148Z | stop 1.190408158 |
2223 | 2024-02-01T21:25:43.148Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2224 | 2024-02-01T21:25:43.148Z | + for package in "$@" |
2225 | 2024-02-01T21:25:43.148Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2226 | 2024-02-01T21:25:43.148Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+gitdc495fca3e6 |
2227 | 2024-02-01T21:25:44.269Z | Finished release [optimized] target(s) in 1.05s |
2228 | 2024-02-01T21:25:44.298Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+gitdc495fca3e6` |
2229 | 2024-02-01T21:25:44.340Z | Feb 01 21:25:44.238 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2230 | 2024-02-01T21:25:44.915Z | Created: out/versioned/omicron-sled-agent.tar |
2231 | 2024-02-01T21:25:44.919Z | + for package in "$@" |
2232 | 2024-02-01T21:25:44.919Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2233 | 2024-02-01T21:25:44.919Z | + echo 0.0.0 |
2234 | 2024-02-01T21:25:44.919Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2235 | 2024-02-01T21:25:44.925Z | a VERSION 1K |
2236 | 2024-02-01T21:25:44.925Z | + rm VERSION |
2237 | 2024-02-01T21:25:44.925Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitdc495fca3e6 |
2238 | 2024-02-01T21:25:46.044Z | Finished release [optimized] target(s) in 1.04s |
2239 | 2024-02-01T21:25:46.071Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitdc495fca3e6` |
2240 | 2024-02-01T21:25:46.113Z | Feb 01 21:25:46.012 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2241 | 2024-02-01T21:25:46.433Z | Created: out/versioned/mg-ddm-gz.tar |
2242 | 2024-02-01T21:25:46.446Z | + for package in "$@" |
2243 | 2024-02-01T21:25:46.446Z | + [[ propolis-server == mg-ddm-gz ]] |
2244 | 2024-02-01T21:25:46.446Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+gitdc495fca3e6 |
2245 | 2024-02-01T21:25:47.628Z | Finished release [optimized] target(s) in 1.12s |
2246 | 2024-02-01T21:25:47.655Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+gitdc495fca3e6` |
2247 | 2024-02-01T21:25:47.699Z | Feb 01 21:25:47.595 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2248 | 2024-02-01T21:25:49.458Z | Created: out/versioned/propolis-server.tar.gz |
2249 | 2024-02-01T21:25:49.462Z | + for package in "$@" |
2250 | 2024-02-01T21:25:49.462Z | + [[ overlay == mg-ddm-gz ]] |
2251 | 2024-02-01T21:25:49.462Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+gitdc495fca3e6 |
2252 | 2024-02-01T21:25:50.597Z | Finished release [optimized] target(s) in 1.04s |
2253 | 2024-02-01T21:25:50.627Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+gitdc495fca3e6` |
2254 | 2024-02-01T21:25:50.681Z | Feb 01 21:25:50.564 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2255 | 2024-02-01T21:25:50.690Z | Created: out/versioned/overlay.tar.gz |
2256 | 2024-02-01T21:25:50.690Z | + for package in "$@" |
2257 | 2024-02-01T21:25:50.690Z | + [[ oxlog == mg-ddm-gz ]] |
2258 | 2024-02-01T21:25:50.690Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+gitdc495fca3e6 |
2259 | 2024-02-01T21:25:51.810Z | Finished release [optimized] target(s) in 1.05s |
2260 | 2024-02-01T21:25:51.842Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+gitdc495fca3e6` |
2261 | 2024-02-01T21:25:51.882Z | Feb 01 21:25:51.780 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2262 | 2024-02-01T21:25:51.943Z | Created: out/versioned/oxlog.tar |
2263 | 2024-02-01T21:25:51.953Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2264 | 2024-02-01T21:25:51.954Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2265 | 2024-02-01T21:25:51.954Z | ++ cd -- ./tools |
2266 | 2024-02-01T21:25:51.954Z | ++ pwd |
2267 | 2024-02-01T21:25:51.954Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2268 | 2024-02-01T21:25:51.954Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2269 | 2024-02-01T21:25:52.017Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2270 | 2024-02-01T21:25:52.020Z | ++ readlink -f /work |
2271 | 2024-02-01T21:25:52.020Z | + out_dir=/work |
2272 | 2024-02-01T21:25:52.021Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2273 | 2024-02-01T21:25:52.024Z | + for dep in "${deps[@]}" |
2274 | 2024-02-01T21:25:52.024Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2275 | 2024-02-01T21:25:52.025Z | + for dep in "${deps[@]}" |
2276 | 2024-02-01T21:25:52.025Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2277 | 2024-02-01T21:25:52.025Z | + for dep in "${deps[@]}" |
2278 | 2024-02-01T21:25:52.025Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2279 | 2024-02-01T21:25:52.025Z | + for dep in "${deps[@]}" |
2280 | 2024-02-01T21:25:52.025Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2281 | 2024-02-01T21:25:52.025Z | + for dep in "${deps[@]}" |
2282 | 2024-02-01T21:25:52.025Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2283 | 2024-02-01T21:25:52.025Z | ++ mktemp -d |
2284 | 2024-02-01T21:25:52.025Z | + tmp_gz=/tmp/tmp.YAayJh |
2285 | 2024-02-01T21:25:52.025Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2286 | 2024-02-01T21:25:52.029Z | + echo '{"v":"1","t":"layer"}' |
2287 | 2024-02-01T21:25:52.029Z | + pkg_dir=/tmp/tmp.YAayJh/root/opt/oxide/sled-agent |
2288 | 2024-02-01T21:25:52.029Z | + mkdir -p /tmp/tmp.YAayJh/root/opt/oxide/sled-agent |
2289 | 2024-02-01T21:25:52.029Z | + cd /tmp/tmp.YAayJh/root/opt/oxide/sled-agent |
2290 | 2024-02-01T21:25:52.029Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2291 | 2024-02-01T21:25:52.164Z | x ., 0 bytes, 0 tape blocks |
2292 | 2024-02-01T21:25:52.164Z | x zone-bundle, 41500576 bytes, 81056 tape blocks |
2293 | 2024-02-01T21:25:52.164Z | x sled-agent, 80652304 bytes, 157525 tape blocks |
2294 | 2024-02-01T21:25:52.165Z | x pkg, 0 bytes, 0 tape blocks |
2295 | 2024-02-01T21:25:52.165Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2296 | 2024-02-01T21:25:52.165Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2297 | 2024-02-01T21:25:52.165Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2298 | 2024-02-01T21:25:52.165Z | x VERSION, 25 bytes, 1 tape blocks |
2299 | 2024-02-01T21:25:52.169Z | + mkdir -p /tmp/tmp.YAayJh/root/lib/svc/manifest/site/ |
2300 | 2024-02-01T21:25:52.169Z | + mv pkg/manifest.xml /tmp/tmp.YAayJh/root/lib/svc/manifest/site/sled-agent.xml |
2301 | 2024-02-01T21:25:52.173Z | + cd - |
2302 | 2024-02-01T21:25:52.173Z | /work/oxidecomputer/omicron |
2303 | 2024-02-01T21:25:52.173Z | + pkg_dir=/tmp/tmp.YAayJh/root/opt/oxide/mg-ddm |
2304 | 2024-02-01T21:25:52.174Z | + mkdir -p /tmp/tmp.YAayJh/root/opt/oxide/mg-ddm |
2305 | 2024-02-01T21:25:52.178Z | + cd /tmp/tmp.YAayJh/root/opt/oxide/mg-ddm |
2306 | 2024-02-01T21:25:52.178Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2307 | 2024-02-01T21:25:52.242Z | x ., 0 bytes, 0 tape blocks |
2308 | 2024-02-01T21:25:52.242Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2309 | 2024-02-01T21:25:52.252Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2310 | 2024-02-01T21:25:52.252Z | x pkg, 0 bytes, 0 tape blocks |
2311 | 2024-02-01T21:25:52.253Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2312 | 2024-02-01T21:25:52.253Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2313 | 2024-02-01T21:25:52.253Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2314 | 2024-02-01T21:25:52.253Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2315 | 2024-02-01T21:25:52.253Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2316 | 2024-02-01T21:25:52.253Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2317 | 2024-02-01T21:25:52.253Z | x VERSION, 25 bytes, 1 tape blocks |
2318 | 2024-02-01T21:25:52.259Z | + cd - |
2319 | 2024-02-01T21:25:52.259Z | /work/oxidecomputer/omicron |
2320 | 2024-02-01T21:25:52.259Z | + pkg_dir=/tmp/tmp.YAayJh/root/opt/oxide/oxlog |
2321 | 2024-02-01T21:25:52.259Z | + mkdir -p /tmp/tmp.YAayJh/root/opt/oxide/oxlog |
2322 | 2024-02-01T21:25:52.259Z | + cd /tmp/tmp.YAayJh/root/opt/oxide/oxlog |
2323 | 2024-02-01T21:25:52.259Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2324 | 2024-02-01T21:25:52.263Z | x ., 0 bytes, 0 tape blocks |
2325 | 2024-02-01T21:25:52.263Z | x oxlog, 8379936 bytes, 16368 tape blocks |
2326 | 2024-02-01T21:25:52.263Z | x VERSION, 25 bytes, 1 tape blocks |
2327 | 2024-02-01T21:25:52.263Z | + cd - |
2328 | 2024-02-01T21:25:52.263Z | /work/oxidecomputer/omicron |
2329 | 2024-02-01T21:25:52.263Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.YAayJh/root/opt/oxide |
2330 | 2024-02-01T21:25:52.790Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.YAayJh/root/opt/oxide |
2331 | 2024-02-01T21:25:52.798Z | + cd /tmp/tmp.YAayJh |
2332 | 2024-02-01T21:25:52.798Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2333 | 2024-02-01T21:26:04.883Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2334 | 2024-02-01T21:26:04.883Z | a oxide.json 1K |
2335 | 2024-02-01T21:26:04.883Z | a root/ 0K |
2336 | 2024-02-01T21:26:04.883Z | a root/opt/ 0K |
2337 | 2024-02-01T21:26:04.894Z | a root/opt/oxide/ 0K |
2338 | 2024-02-01T21:26:04.894Z | a root/opt/oxide/sled-agent/ 0K |
2339 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/sled-agent/zone-bundle 40528K |
2340 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/sled-agent/sled-agent 78763K |
2341 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2342 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2343 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2344 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/sled-agent/VERSION 1K |
2345 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/ 0K |
2346 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2347 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2348 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2349 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2350 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2351 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2352 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2353 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2354 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2355 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2356 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/oxlog/ 0K |
2357 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/oxlog/oxlog 8184K |
2358 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/oxlog/VERSION 1K |
2359 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2360 | 2024-02-01T21:26:04.895Z | a root/opt/oxide/overlay.tar.gz 3K |
2361 | 2024-02-01T21:26:04.895Z | a root/lib/ 0K |
2362 | 2024-02-01T21:26:04.896Z | a root/lib/svc/ 0K |
2363 | 2024-02-01T21:26:04.897Z | a root/lib/svc/manifest/ 0K |
2364 | 2024-02-01T21:26:04.897Z | a root/lib/svc/manifest/site/ 0K |
2365 | 2024-02-01T21:26:04.897Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2366 | 2024-02-01T21:26:04.897Z | + cd / |
2367 | 2024-02-01T21:26:04.897Z | + rm -rf /tmp/tmp.YAayJh |
2368 | 2024-02-01T21:26:04.897Z | |
2369 | 2024-02-01T21:26:04.897Z | real 12.910682739 |
2370 | 2024-02-01T21:26:04.897Z | user 11.883337864 |
2371 | 2024-02-01T21:26:04.897Z | sys 1.019951642 |
2372 | 2024-02-01T21:26:04.897Z | trap 0.003203561 |
2373 | 2024-02-01T21:26:04.897Z | tflt 0.000000000 |
2374 | 2024-02-01T21:26:04.897Z | dflt 0.000023562 |
2375 | 2024-02-01T21:26:04.897Z | kflt 0.000000000 |
2376 | 2024-02-01T21:26:04.897Z | lock 0.000000000 |
2377 | 2024-02-01T21:26:04.897Z | slp 24.918373065 |
2378 | 2024-02-01T21:26:04.897Z | lat 0.385729301 |
2379 | 2024-02-01T21:26:04.897Z | stop 0.000325772 |
2380 | 2024-02-01T21:26:04.897Z | + mkdir -p /work/zones |
2381 | 2024-02-01T21:26:04.897Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2382 | 2024-02-01T21:26:04.897Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2383 | 2024-02-01T21:26:09.073Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2384 | 2024-02-01T21:26:10.240Z | Finished release [optimized] target(s) in 1.14s |
2385 | 2024-02-01T21:26:10.270Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2386 | 2024-02-01T21:26:10.311Z | Created new build target 'recovery' and set it as active |
2387 | 2024-02-01T21:26:10.316Z | |
2388 | 2024-02-01T21:26:10.316Z | real 1.304318512 |
2389 | 2024-02-01T21:26:10.316Z | user 0.910053591 |
2390 | 2024-02-01T21:26:10.316Z | sys 0.393407329 |
2391 | 2024-02-01T21:26:10.316Z | trap 0.000552365 |
2392 | 2024-02-01T21:26:10.316Z | tflt 0.000037150 |
2393 | 2024-02-01T21:26:10.316Z | dflt 0.000111122 |
2394 | 2024-02-01T21:26:10.316Z | kflt 0.000000000 |
2395 | 2024-02-01T21:26:10.316Z | lock 0.035678004 |
2396 | 2024-02-01T21:26:10.316Z | slp 0.023316583 |
2397 | 2024-02-01T21:26:10.317Z | lat 0.004171552 |
2398 | 2024-02-01T21:26:10.317Z | stop 0.000223665 |
2399 | 2024-02-01T21:26:10.317Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2400 | 2024-02-01T21:26:11.516Z | Finished release [optimized] target(s) in 1.11s |
2401 | 2024-02-01T21:26:11.543Z | Running `target/release/omicron-package -t recovery package` |
2402 | 2024-02-01T21:26:11.585Z | Feb 01 21:26:11.484 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2403 | 2024-02-01T21:26:12.715Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2404 | 2024-02-01T21:26:16.624Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2405 | 2024-02-01T21:26:49.713Z | Finished release [optimized] target(s) in 38.04s |
2406 | 2024-02-01T21:27:07.926Z | |
2407 | 2024-02-01T21:27:07.931Z | real 57.606420924 |
2408 | 2024-02-01T21:27:07.931Z | user 2:43.363395242 |
2409 | 2024-02-01T21:27:07.931Z | sys 13.179787808 |
2410 | 2024-02-01T21:27:07.931Z | trap 0.087328706 |
2411 | 2024-02-01T21:27:07.931Z | tflt 0.234585645 |
2412 | 2024-02-01T21:27:07.931Z | dflt 0.795817220 |
2413 | 2024-02-01T21:27:07.931Z | kflt 0.000000000 |
2414 | 2024-02-01T21:27:07.931Z | lock 12:51.700069432 |
2415 | 2024-02-01T21:27:07.931Z | slp 2:43.552724672 |
2416 | 2024-02-01T21:27:07.931Z | lat 1.670563733 |
2417 | 2024-02-01T21:27:07.931Z | stop 0.190992768 |
2418 | 2024-02-01T21:27:07.931Z | + stamp_packages installinator mg-ddm-gz |
2419 | 2024-02-01T21:27:07.931Z | + for package in "$@" |
2420 | 2024-02-01T21:27:07.931Z | + [[ installinator == mg-ddm-gz ]] |
2421 | 2024-02-01T21:27:07.932Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+gitdc495fca3e6 |
2422 | 2024-02-01T21:27:09.062Z | Finished release [optimized] target(s) in 1.04s |
2423 | 2024-02-01T21:27:09.088Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+gitdc495fca3e6` |
2424 | 2024-02-01T21:27:09.138Z | Feb 01 21:27:09.035 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2425 | 2024-02-01T21:27:09.283Z | Created: out/versioned/installinator.tar |
2426 | 2024-02-01T21:27:09.299Z | + for package in "$@" |
2427 | 2024-02-01T21:27:09.299Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2428 | 2024-02-01T21:27:09.299Z | + echo 0.0.0 |
2429 | 2024-02-01T21:27:09.300Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2430 | 2024-02-01T21:27:09.300Z | a VERSION 1K |
2431 | 2024-02-01T21:27:09.300Z | + rm VERSION |
2432 | 2024-02-01T21:27:09.300Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitdc495fca3e6 |
2433 | 2024-02-01T21:27:10.393Z | Finished release [optimized] target(s) in 1.03s |
2434 | 2024-02-01T21:27:10.423Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitdc495fca3e6` |
2435 | 2024-02-01T21:27:10.467Z | Feb 01 21:27:10.366 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2436 | 2024-02-01T21:27:10.651Z | Created: out/versioned/mg-ddm-gz.tar |
2437 | 2024-02-01T21:27:10.658Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2438 | 2024-02-01T21:27:10.668Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2439 | 2024-02-01T21:27:10.675Z | ++ cd -- ./tools |
2440 | 2024-02-01T21:27:10.676Z | ++ pwd |
2441 | 2024-02-01T21:27:10.676Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2442 | 2024-02-01T21:27:10.676Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2443 | 2024-02-01T21:27:10.683Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2444 | 2024-02-01T21:27:10.683Z | ++ readlink -f /work |
2445 | 2024-02-01T21:27:10.683Z | + out_dir=/work |
2446 | 2024-02-01T21:27:10.683Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2447 | 2024-02-01T21:27:10.683Z | + for dep in "${deps[@]}" |
2448 | 2024-02-01T21:27:10.684Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2449 | 2024-02-01T21:27:10.684Z | + for dep in "${deps[@]}" |
2450 | 2024-02-01T21:27:10.684Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2451 | 2024-02-01T21:27:10.684Z | ++ mktemp -d |
2452 | 2024-02-01T21:27:10.684Z | + tmp_trampoline=/tmp/tmp.1NaaOh |
2453 | 2024-02-01T21:27:10.684Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2454 | 2024-02-01T21:27:10.684Z | + echo '{"v":"1","t":"layer"}' |
2455 | 2024-02-01T21:27:10.685Z | + pkg_dir=/tmp/tmp.1NaaOh/root/opt/oxide/installinator |
2456 | 2024-02-01T21:27:10.685Z | + mkdir -p /tmp/tmp.1NaaOh/root/opt/oxide/installinator |
2457 | 2024-02-01T21:27:10.691Z | + cd /tmp/tmp.1NaaOh/root/opt/oxide/installinator |
2458 | 2024-02-01T21:27:10.691Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2459 | 2024-02-01T21:27:11.161Z | x ., 0 bytes, 0 tape blocks |
2460 | 2024-02-01T21:27:11.162Z | x installinator, 54590664 bytes, 106623 tape blocks |
2461 | 2024-02-01T21:27:11.162Z | x pkg, 0 bytes, 0 tape blocks |
2462 | 2024-02-01T21:27:11.162Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2463 | 2024-02-01T21:27:11.162Z | x VERSION, 25 bytes, 1 tape blocks |
2464 | 2024-02-01T21:27:11.170Z | + mkdir -p /tmp/tmp.1NaaOh/root/lib/svc/manifest/site/ |
2465 | 2024-02-01T21:27:11.170Z | + mv pkg/manifest.xml /tmp/tmp.1NaaOh/root/lib/svc/manifest/site/installinator.xml |
2466 | 2024-02-01T21:27:11.170Z | + cd - |
2467 | 2024-02-01T21:27:11.170Z | /work/oxidecomputer/omicron |
2468 | 2024-02-01T21:27:11.170Z | + pkg_dir=/tmp/tmp.1NaaOh/root/opt/oxide/mg-ddm |
2469 | 2024-02-01T21:27:11.170Z | + mkdir -p /tmp/tmp.1NaaOh/root/opt/oxide/mg-ddm |
2470 | 2024-02-01T21:27:11.170Z | + cd /tmp/tmp.1NaaOh/root/opt/oxide/mg-ddm |
2471 | 2024-02-01T21:27:11.170Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2472 | 2024-02-01T21:27:11.170Z | x ., 0 bytes, 0 tape blocks |
2473 | 2024-02-01T21:27:11.170Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2474 | 2024-02-01T21:27:11.170Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2475 | 2024-02-01T21:27:11.170Z | x pkg, 0 bytes, 0 tape blocks |
2476 | 2024-02-01T21:27:11.170Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2477 | 2024-02-01T21:27:11.171Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2478 | 2024-02-01T21:27:11.171Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2479 | 2024-02-01T21:27:11.171Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2480 | 2024-02-01T21:27:11.171Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2481 | 2024-02-01T21:27:11.171Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2482 | 2024-02-01T21:27:11.171Z | x VERSION, 25 bytes, 1 tape blocks |
2483 | 2024-02-01T21:27:11.171Z | + cd - |
2484 | 2024-02-01T21:27:11.171Z | /work/oxidecomputer/omicron |
2485 | 2024-02-01T21:27:11.171Z | + cd /tmp/tmp.1NaaOh |
2486 | 2024-02-01T21:27:11.171Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2487 | 2024-02-01T21:27:16.945Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2488 | 2024-02-01T21:27:16.945Z | a oxide.json 1K |
2489 | 2024-02-01T21:27:16.945Z | a root/ 0K |
2490 | 2024-02-01T21:27:16.946Z | a root/opt/ 0K |
2491 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/ 0K |
2492 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/installinator/ 0K |
2493 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/installinator/installinator 53312K |
2494 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/installinator/pkg/ 0K |
2495 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/installinator/VERSION 1K |
2496 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/mg-ddm/ 0K |
2497 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2498 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2499 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2500 | 2024-02-01T21:27:16.946Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2501 | 2024-02-01T21:27:16.947Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2502 | 2024-02-01T21:27:16.947Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2503 | 2024-02-01T21:27:16.947Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2504 | 2024-02-01T21:27:16.947Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2505 | 2024-02-01T21:27:16.947Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2506 | 2024-02-01T21:27:16.947Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2507 | 2024-02-01T21:27:16.947Z | a root/lib/ 0K |
2508 | 2024-02-01T21:27:16.947Z | a root/lib/svc/ 0K |
2509 | 2024-02-01T21:27:16.947Z | a root/lib/svc/manifest/ 0K |
2510 | 2024-02-01T21:27:16.947Z | a root/lib/svc/manifest/site/ 0K |
2511 | 2024-02-01T21:27:16.948Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2512 | 2024-02-01T21:27:16.956Z | + cd / |
2513 | 2024-02-01T21:27:16.956Z | + rm -rf /tmp/tmp.1NaaOh |
2514 | 2024-02-01T21:27:16.971Z | |
2515 | 2024-02-01T21:27:16.980Z | real 6.311171595 |
2516 | 2024-02-01T21:27:16.980Z | user 5.916391284 |
2517 | 2024-02-01T21:27:16.980Z | sys 0.422436528 |
2518 | 2024-02-01T21:27:16.980Z | trap 0.001384644 |
2519 | 2024-02-01T21:27:16.981Z | tflt 0.000000000 |
2520 | 2024-02-01T21:27:16.981Z | dflt 0.000000000 |
2521 | 2024-02-01T21:27:16.981Z | kflt 0.000000000 |
2522 | 2024-02-01T21:27:16.981Z | lock 0.000000000 |
2523 | 2024-02-01T21:27:16.981Z | slp 12.212883952 |
2524 | 2024-02-01T21:27:16.981Z | lat 0.177412470 |
2525 | 2024-02-01T21:27:16.981Z | stop 0.000284485 |
2526 | 2024-02-01T21:27:16.981Z | process exited: duration 2535506 ms, exit code 0 |
|
2527 | 2024-02-01T21:27:17.007Z | found 21 output files |
2528 | 2024-02-01T21:27:17.008Z | uploading: /work/version.txt (26 bytes) |
2529 | 2024-02-01T21:27:18.045Z | uploaded: /work/version.txt |
2530 | 2024-02-01T21:27:18.045Z | uploading: /work/package.tar.gz (85935402 bytes) |
2531 | 2024-02-01T21:27:49.845Z | uploaded: /work/package.tar.gz |
2532 | 2024-02-01T21:27:49.845Z | uploading: /work/global-zone-packages.tar.gz (126381446 bytes) |
2533 | 2024-02-01T21:29:01.883Z | uploaded: /work/global-zone-packages.tar.gz |
2534 | 2024-02-01T21:29:01.883Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37192380 bytes) |
2535 | 2024-02-01T21:29:22.426Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2536 | 2024-02-01T21:29:22.439Z | uploading: /work/zones/clickhouse.tar.gz (193975085 bytes) |
2537 | 2024-02-01T21:31:55.988Z | uploaded: /work/zones/clickhouse.tar.gz |
2538 | 2024-02-01T21:31:55.988Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193967563 bytes) |
2539 | 2024-02-01T21:33:48.256Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2540 | 2024-02-01T21:33:48.256Z | uploading: /work/zones/cockroachdb.tar.gz (131070734 bytes) |
2541 | 2024-02-01T21:34:54.188Z | uploaded: /work/zones/cockroachdb.tar.gz |
2542 | 2024-02-01T21:34:54.188Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2543 | 2024-02-01T21:35:10.697Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2544 | 2024-02-01T21:35:10.698Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2545 | 2024-02-01T21:35:27.054Z | uploaded: /work/zones/crucible.tar.gz |
2546 | 2024-02-01T21:35:27.054Z | uploading: /work/zones/external-dns.tar.gz (23577898 bytes) |
2547 | 2024-02-01T21:35:36.641Z | uploaded: /work/zones/external-dns.tar.gz |
2548 | 2024-02-01T21:35:36.642Z | uploading: /work/zones/internal-dns.tar.gz (23577894 bytes) |
2549 | 2024-02-01T21:35:44.092Z | uploaded: /work/zones/internal-dns.tar.gz |
2550 | 2024-02-01T21:35:44.092Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2551 | 2024-02-01T21:35:45.121Z | uploaded: /work/zones/ntp.tar.gz |
2552 | 2024-02-01T21:35:45.121Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19302412 bytes) |
2553 | 2024-02-01T21:35:53.790Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2554 | 2024-02-01T21:35:53.790Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19300791 bytes) |
2555 | 2024-02-01T21:36:05.436Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2556 | 2024-02-01T21:36:05.436Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87123180 bytes) |
2557 | 2024-02-01T21:36:43.282Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2558 | 2024-02-01T21:36:43.282Z | uploading: /work/zones/omicron-nexus.tar.gz (87123346 bytes) |
2559 | 2024-02-01T21:37:21.738Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2560 | 2024-02-01T21:37:21.739Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2561 | 2024-02-01T21:37:22.762Z | uploaded: /work/zones/overlay.tar.gz |
2562 | 2024-02-01T21:37:22.762Z | uploading: /work/zones/oximeter.tar.gz (55275532 bytes) |
2563 | 2024-02-01T21:37:50.742Z | uploaded: /work/zones/oximeter.tar.gz |
2564 | 2024-02-01T21:37:50.742Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2565 | 2024-02-01T21:38:22.684Z | uploaded: /work/zones/propolis-server.tar.gz |
2566 | 2024-02-01T21:38:22.684Z | uploading: /work/zones/switch-asic.tar.gz (281172844 bytes) |
2567 | 2024-02-01T21:40:07.732Z | uploaded: /work/zones/switch-asic.tar.gz |
2568 | 2024-02-01T21:40:07.732Z | uploading: /work/zones/switch-softnpu.tar.gz (205152964 bytes) |
2569 | 2024-02-01T21:41:29.996Z | uploaded: /work/zones/switch-softnpu.tar.gz |