|
|
|
1 | 2024-02-22T05:57:58.552Z | job assigned to worker 01HQ7P6YXESVW30NCJ8Q962QCJ (queued for 1 m 2 s) |
|
2 | 2024-02-22T05:57:58.762Z | starting task 0: "setup" |
3 | 2024-02-22T05:57:58.843Z | ++ uname -s |
4 | 2024-02-22T05:57:58.849Z | + kern=SunOS |
5 | 2024-02-22T05:57:58.849Z | + case "$kern" in |
6 | 2024-02-22T05:57:58.849Z | + groupadd -g 12345 build |
7 | 2024-02-22T05:57:58.849Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-22T05:58:00.861Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-22T05:58:00.958Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-22T05:58:01.369Z | + home_fs=zfs |
11 | 2024-02-22T05:58:01.369Z | + [[ zfs == autofs ]] |
12 | 2024-02-22T05:58:01.369Z | + mkdir -p /home/build |
13 | 2024-02-22T05:58:01.369Z | + chown build:build /home/build /work |
14 | 2024-02-22T05:58:02.964Z | + chmod 0700 /home/build /work |
15 | 2024-02-22T05:58:02.973Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-02-22T05:58:02.998Z | starting task 1: "rust-toolchain" |
17 | 2024-02-22T05:58:03.014Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-22T05:58:03.015Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-22T05:58:03.115Z | info: downloading installer |
20 | 2024-02-22T05:58:04.210Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-22T05:58:04.210Z | warning: /opt/ooce/bin |
22 | 2024-02-22T05:58:04.210Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-22T05:58:04.210Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-22T05:58:04.210Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-22T05:58:04.211Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-22T05:58:04.211Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-22T05:58:04.215Z | error: cannot install while Rust is installed |
28 | 2024-02-22T05:58:04.216Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-22T05:58:04.327Z | info: profile set to 'default' |
30 | 2024-02-22T05:58:04.327Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-22T05:58:04.333Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-22T05:58:04.463Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-22T05:58:04.463Z | info: downloading component 'cargo' |
34 | 2024-02-22T05:58:05.254Z | info: downloading component 'clippy' |
35 | 2024-02-22T05:58:05.474Z | info: downloading component 'rust-docs' |
36 | 2024-02-22T05:58:06.347Z | info: downloading component 'rust-std' |
37 | 2024-02-22T05:58:07.909Z | info: downloading component 'rustc' |
38 | 2024-02-22T05:58:11.884Z | info: downloading component 'rustfmt' |
39 | 2024-02-22T05:58:11.898Z | info: installing component 'cargo' |
40 | 2024-02-22T05:58:12.609Z | info: installing component 'clippy' |
41 | 2024-02-22T05:58:13.023Z | info: installing component 'rust-docs' |
42 | 2024-02-22T05:58:14.554Z | info: installing component 'rust-std' |
43 | 2024-02-22T05:58:16.513Z | info: installing component 'rustc' |
44 | 2024-02-22T05:58:20.817Z | info: installing component 'rustfmt' |
45 | 2024-02-22T05:58:21.166Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-22T05:58:21.166Z | |
47 | 2024-02-22T05:58:21.428Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-22T05:58:21.428Z | |
49 | 2024-02-22T05:58:21.439Z | |
50 | 2024-02-22T05:58:21.439Z | Rust is installed now. Great! |
51 | 2024-02-22T05:58:21.439Z | |
52 | 2024-02-22T05:58:21.439Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-22T05:58:21.439Z | environment variable. This has not been done automatically. |
54 | 2024-02-22T05:58:21.439Z | |
55 | 2024-02-22T05:58:21.439Z | To configure your current shell, run: |
56 | 2024-02-22T05:58:21.439Z | source "$HOME/.cargo/env" |
57 | 2024-02-22T05:58:21.470Z | + rustc --version |
58 | 2024-02-22T05:58:21.940Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-22T05:58:21.947Z | process exited: duration 18540 ms, exit code 0 |
|
60 | 2024-02-22T05:58:21.966Z | starting task 2: "authentication" |
61 | 2024-02-22T05:58:21.984Z | process exited: duration 23 ms, exit code 0 |
|
62 | 2024-02-22T05:58:22.003Z | starting task 3: "clone repository" |
63 | 2024-02-22T05:58:22.014Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-22T05:58:22.014Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-22T05:58:22.240Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-22T05:58:28.653Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-22T05:58:28.659Z | + git fetch origin f30d56b29f15288a53c3744f8b7af7e2a23931ac |
68 | 2024-02-22T05:58:29.184Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-22T05:58:29.184Z | * branch f30d56b29f15288a53c3744f8b7af7e2a23931ac -> FETCH_HEAD |
70 | 2024-02-22T05:58:29.184Z | + [[ -n dap/add-sled-timeout ]] |
71 | 2024-02-22T05:58:29.184Z | ++ git branch --show-current |
72 | 2024-02-22T05:58:29.184Z | + current=main |
73 | 2024-02-22T05:58:29.184Z | + [[ main != dap/add-sled-timeout ]] |
74 | 2024-02-22T05:58:29.184Z | + git branch -f dap/add-sled-timeout f30d56b29f15288a53c3744f8b7af7e2a23931ac |
75 | 2024-02-22T05:58:29.184Z | + git checkout -f dap/add-sled-timeout |
76 | 2024-02-22T05:58:29.184Z | Switched to branch 'dap/add-sled-timeout' |
77 | 2024-02-22T05:58:29.184Z | + git reset --hard f30d56b29f15288a53c3744f8b7af7e2a23931ac |
78 | 2024-02-22T05:58:29.201Z | HEAD is now at f30d56b29 add a comment |
79 | 2024-02-22T05:58:29.207Z | process exited: duration 7199 ms, exit code 0 |
|
80 | 2024-02-22T05:58:29.220Z | starting task 4: "build" |
81 | 2024-02-22T05:58:29.227Z | + cargo --version |
82 | 2024-02-22T05:58:29.233Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-22T05:58:29.388Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-22T05:58:29.404Z | info: downloading component 'cargo' |
85 | 2024-02-22T05:58:30.074Z | info: downloading component 'clippy' |
86 | 2024-02-22T05:58:30.297Z | info: downloading component 'rust-docs' |
87 | 2024-02-22T05:58:31.098Z | info: downloading component 'rust-std' |
88 | 2024-02-22T05:58:32.230Z | info: downloading component 'rustc' |
89 | 2024-02-22T05:58:35.453Z | info: downloading component 'rustfmt' |
90 | 2024-02-22T05:58:35.634Z | info: installing component 'cargo' |
91 | 2024-02-22T05:58:36.499Z | info: installing component 'clippy' |
92 | 2024-02-22T05:58:36.850Z | info: installing component 'rust-docs' |
93 | 2024-02-22T05:58:38.392Z | info: installing component 'rust-std' |
94 | 2024-02-22T05:58:40.083Z | info: installing component 'rustc' |
95 | 2024-02-22T05:58:44.036Z | info: installing component 'rustfmt' |
96 | 2024-02-22T05:58:44.418Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-22T05:58:44.432Z | + rustc --version |
98 | 2024-02-22T05:58:44.484Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-22T05:58:44.511Z | ++ git rev-parse HEAD |
100 | 2024-02-22T05:58:44.511Z | + COMMIT=f30d56b29f15288a53c3744f8b7af7e2a23931ac |
101 | 2024-02-22T05:58:44.511Z | + VERSION=7.0.0-0.ci+gitf30d56b29f1 |
102 | 2024-02-22T05:58:44.511Z | + echo 7.0.0-0.ci+gitf30d56b29f1 |
103 | 2024-02-22T05:58:44.512Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-22T05:58:55.091Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-22T05:58:56.315Z | Startup: Caching catalogs ... Done |
106 | 2024-02-22T05:58:57.809Z | Planning: Solver setup ... Done (1.118s) |
107 | 2024-02-22T05:58:57.839Z | Planning: Running solver ... Done (0.028s) |
108 | 2024-02-22T05:58:58.024Z | Planning: Finding local manifests ... Done (0.170s) |
109 | 2024-02-22T05:58:58.043Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-22T05:58:58.466Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-22T05:58:58.466Z | Planning: Package planning ... Done (0.047s) |
112 | 2024-02-22T05:58:58.466Z | Planning: Merging actions ... Done (0.050s) |
113 | 2024-02-22T05:58:59.370Z | Planning: Checking for conflicting actions ... Done (0.997s) |
114 | 2024-02-22T05:58:59.388Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-22T05:59:03.781Z | Planning: Evaluating mediators ... Done (4.399s) |
116 | 2024-02-22T05:59:03.807Z | Planning: Planning completed in 7.41 seconds |
117 | 2024-02-22T05:59:03.807Z | Packages to install: 4 |
118 | 2024-02-22T05:59:03.807Z | Mediators to change: 2 |
119 | 2024-02-22T05:59:03.808Z | Services to change: 1 |
120 | 2024-02-22T05:59:03.808Z | Estimated space available: 148.87 GB |
121 | 2024-02-22T05:59:03.808Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-22T05:59:03.808Z | Create boot environment: No |
123 | 2024-02-22T05:59:03.808Z | Create backup boot environment: No |
124 | 2024-02-22T05:59:03.809Z | Rebuild boot archive: No |
125 | 2024-02-22T05:59:03.809Z | |
126 | 2024-02-22T05:59:03.809Z | Changed mediators: |
127 | 2024-02-22T05:59:03.809Z | mediator clang: |
128 | 2024-02-22T05:59:03.809Z | version: None -> 15 (system default) |
129 | 2024-02-22T05:59:03.810Z | |
130 | 2024-02-22T05:59:03.810Z | mediator llvm: |
131 | 2024-02-22T05:59:03.810Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-22T05:59:03.810Z | |
133 | 2024-02-22T05:59:03.810Z | Changed packages: |
134 | 2024-02-22T05:59:03.810Z | helios-dev |
135 | 2024-02-22T05:59:03.810Z | developer/build-essential |
136 | 2024-02-22T05:59:03.810Z | None -> 11-2.0 |
137 | 2024-02-22T05:59:03.810Z | library/libxmlsec1 |
138 | 2024-02-22T05:59:03.810Z | None -> 1.2.35-2.0 |
139 | 2024-02-22T05:59:03.810Z | ooce/developer/clang-15 |
140 | 2024-02-22T05:59:03.810Z | None -> 15.0.7-2.0 |
141 | 2024-02-22T05:59:03.810Z | ooce/developer/llvm-15 |
142 | 2024-02-22T05:59:03.811Z | None -> 15.0.7-2.0 |
143 | 2024-02-22T05:59:03.811Z | |
144 | 2024-02-22T05:59:03.811Z | Services: |
145 | 2024-02-22T05:59:03.811Z | restart_fmri: |
146 | 2024-02-22T05:59:03.811Z | svc:/system/update-man-index:default |
147 | 2024-02-22T05:59:04.105Z | |
148 | 2024-02-22T05:59:04.106Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-22T05:59:09.104Z | Download: 442/3290 items 17.0/212.6MB 8% complete (3.5M/s) |
150 | 2024-02-22T05:59:14.113Z | Download: 1143/3290 items 62.3/212.6MB 29% complete (6.2M/s) |
151 | 2024-02-22T05:59:20.063Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
152 | 2024-02-22T05:59:25.064Z | Download: 1754/3290 items 118.2/212.6MB 55% complete (3.7M/s) |
153 | 2024-02-22T05:59:30.072Z | Download: 2353/3290 items 119.7/212.6MB 56% complete (3.7M/s) |
154 | 2024-02-22T05:59:35.064Z | Download: 3206/3290 items 175.5/212.6MB 82% complete (5.7M/s) |
155 | 2024-02-22T05:59:38.927Z | Download: Completed 212.60 MB in 34.82 seconds (6.1M/s) |
156 | 2024-02-22T05:59:39.203Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-22T05:59:44.135Z | Actions: Completed 3689 actions in 4.93 seconds. |
158 | 2024-02-22T05:59:44.312Z | Done (0.168s) |
159 | 2024-02-22T05:59:44.312Z | Done (0.000s) |
160 | 2024-02-22T05:59:44.525Z | Done (0.220s) |
161 | 2024-02-22T05:59:50.126Z | Done (5.454s) |
162 | 2024-02-22T05:59:50.287Z | Done (0.112s) |
163 | 2024-02-22T05:59:50.294Z | Done (0.000s) |
164 | 2024-02-22T05:59:50.882Z | Done (0.000s) |
165 | 2024-02-22T05:59:50.969Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-02-22T05:59:51.120Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-02-22T05:59:51.125Z | Planning: Consolidating action changes ... Done |
168 | 2024-02-22T05:59:51.388Z | Planning: Evaluating mediators ... Done |
169 | 2024-02-22T05:59:51.393Z | Planning: Planning completed in 0.43 seconds |
170 | 2024-02-22T05:59:51.420Z | Mediators to change: 2 |
171 | 2024-02-22T05:59:51.421Z | Create boot environment: No |
172 | 2024-02-22T05:59:51.427Z | Create backup boot environment: No |
173 | 2024-02-22T05:59:51.493Z | Done |
174 | 2024-02-22T05:59:51.493Z | Done |
175 | 2024-02-22T05:59:51.618Z | Done |
176 | 2024-02-22T05:59:55.211Z | Done |
177 | 2024-02-22T05:59:55.307Z | Done |
178 | 2024-02-22T05:59:55.315Z | Done |
179 | 2024-02-22T05:59:55.401Z | Done |
180 | 2024-02-22T05:59:56.026Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-02-22T05:59:56.031Z | Planning: Merging actions ... Done |
182 | 2024-02-22T05:59:56.224Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-02-22T05:59:56.244Z | Planning: Consolidating action changes ... Done |
184 | 2024-02-22T05:59:56.482Z | Planning: Evaluating mediators ... Done |
185 | 2024-02-22T05:59:56.540Z | Planning: Planning completed in 0.79 seconds |
186 | 2024-02-22T05:59:56.574Z | Packages to change: 1 |
187 | 2024-02-22T05:59:56.585Z | Mediators to change: 1 |
188 | 2024-02-22T05:59:56.585Z | Services to change: 1 |
189 | 2024-02-22T05:59:56.585Z | Create boot environment: No |
190 | 2024-02-22T05:59:56.585Z | Create backup boot environment: Yes |
191 | 2024-02-22T05:59:58.310Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-02-22T05:59:58.373Z | Actions: Completed 6 actions in 0.03 seconds. |
193 | 2024-02-22T05:59:58.379Z | Done |
194 | 2024-02-22T05:59:58.379Z | Done |
195 | 2024-02-22T05:59:58.388Z | Done |
196 | 2024-02-22T06:00:01.965Z | Done |
197 | 2024-02-22T06:00:02.049Z | Done |
198 | 2024-02-22T06:00:02.056Z | Done |
199 | 2024-02-22T06:00:02.151Z | Done |
200 | 2024-02-22T06:00:02.583Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-02-22T06:00:02.584Z | clang system 15 system |
202 | 2024-02-22T06:00:02.584Z | csh system system illumos |
203 | 2024-02-22T06:00:02.584Z | ctags system system illumos |
204 | 2024-02-22T06:00:02.584Z | gcc vendor 12 vendor |
205 | 2024-02-22T06:00:02.584Z | gcc system 10 system |
206 | 2024-02-22T06:00:02.584Z | gcc system 7 system |
207 | 2024-02-22T06:00:02.585Z | go system 1.20 system |
208 | 2024-02-22T06:00:02.585Z | go system 1.19 system |
209 | 2024-02-22T06:00:02.585Z | llvm system 15 system |
210 | 2024-02-22T06:00:02.585Z | llvm system 14 system |
211 | 2024-02-22T06:00:02.586Z | mariadb system 10.6 system |
212 | 2024-02-22T06:00:02.586Z | mta vendor vendor dma |
213 | 2024-02-22T06:00:02.586Z | openjdk system 17 system |
214 | 2024-02-22T06:00:02.586Z | openjdk system 11 system |
215 | 2024-02-22T06:00:02.586Z | openjdk system 1.8 system |
216 | 2024-02-22T06:00:02.586Z | openssl vendor 3 vendor |
217 | 2024-02-22T06:00:02.586Z | perl system 5.36 system |
218 | 2024-02-22T06:00:02.587Z | postgresql system 15 system |
219 | 2024-02-22T06:00:02.587Z | postgresql system 13 system |
220 | 2024-02-22T06:00:02.587Z | python vendor 3 vendor |
221 | 2024-02-22T06:00:02.587Z | python system 2 system |
222 | 2024-02-22T06:00:02.587Z | python3 system 3.11 system |
223 | 2024-02-22T06:00:02.587Z | ruby system 3.0 system |
224 | 2024-02-22T06:00:02.588Z | words vendor vendor american-english |
225 | 2024-02-22T06:00:02.588Z | words system system australian-english |
226 | 2024-02-22T06:00:02.588Z | words system system british-english |
227 | 2024-02-22T06:00:02.588Z | words system system canadian-english |
228 | 2024-02-22T06:00:02.588Z | words system system french |
229 | 2024-02-22T06:00:02.588Z | words system system italian |
230 | 2024-02-22T06:00:02.589Z | words system system ngerman |
231 | 2024-02-22T06:00:02.589Z | words system system ogerman |
232 | 2024-02-22T06:00:02.589Z | words system system spanish |
233 | 2024-02-22T06:00:02.906Z | FMRI IFO |
234 | 2024-02-22T06:00:02.906Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-02-22T06:00:02.906Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-02-22T06:00:02.906Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-02-22T06:00:02.906Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-02-22T06:00:02.907Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-02-22T06:00:02.907Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-02-22T06:00:02.907Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-02-22T06:00:02.907Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-02-22T06:00:02.954Z | + set -o errexit |
243 | 2024-02-22T06:00:02.961Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2024-02-22T06:00:02.961Z | ++ cd ./tools |
245 | 2024-02-22T06:00:02.961Z | ++ pwd |
246 | 2024-02-22T06:00:02.961Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2024-02-22T06:00:02.962Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2024-02-22T06:00:02.968Z | + ARG0=ci_download_cockroachdb |
249 | 2024-02-22T06:00:02.968Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2024-02-22T06:00:02.968Z | + CIDL_VERSION=v22.1.9 |
251 | 2024-02-22T06:00:02.968Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2024-02-22T06:00:02.968Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
253 | 2024-02-22T06:00:02.968Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
254 | 2024-02-22T06:00:02.968Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
255 | 2024-02-22T06:00:02.969Z | + TARGET_DIR=out |
256 | 2024-02-22T06:00:02.969Z | + DOWNLOAD_DIR=out/downloads |
257 | 2024-02-22T06:00:02.969Z | + DEST_DIR=./out/cockroachdb |
258 | 2024-02-22T06:00:02.969Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2024-02-22T06:00:02.969Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2024-02-22T06:00:02.969Z | + main |
261 | 2024-02-22T06:00:02.969Z | + [[ 0 != 0 ]] |
262 | 2024-02-22T06:00:02.969Z | + CIDL_OS=solaris2.11 |
263 | 2024-02-22T06:00:02.969Z | + [[ 0 != 0 ]] |
264 | 2024-02-22T06:00:02.970Z | + configure_os solaris2.11 |
265 | 2024-02-22T06:00:02.970Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2024-02-22T06:00:02.970Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-02-22T06:00:02.970Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2024-02-22T06:00:02.970Z | + case "$1" in |
269 | 2024-02-22T06:00:02.970Z | configuring based on OS: "solaris2.11" |
270 | 2024-02-22T06:00:02.970Z | + CIDL_BUILD=illumos |
271 | 2024-02-22T06:00:02.970Z | + CIDL_SUFFIX=tar.gz |
272 | 2024-02-22T06:00:02.970Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
273 | 2024-02-22T06:00:02.971Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-02-22T06:00:02.971Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-02-22T06:00:02.971Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-02-22T06:00:02.971Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-22T06:00:02.971Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-22T06:00:02.971Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-02-22T06:00:02.972Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-22T06:00:02.972Z | + CIDL_SHA256FUNC=do_sha256sum |
281 | 2024-02-22T06:00:02.972Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-22T06:00:02.972Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-22T06:00:02.972Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-22T06:00:02.972Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2024-02-22T06:00:02.972Z | + mkdir -p out/downloads |
286 | 2024-02-22T06:00:02.973Z | + mkdir -p ./out/cockroachdb |
287 | 2024-02-22T06:00:02.973Z | + local DO_DOWNLOAD=true |
288 | 2024-02-22T06:00:02.973Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2024-02-22T06:00:02.973Z | + '[' true == true ']' |
290 | 2024-02-22T06:00:02.973Z | + echo Downloading... |
291 | 2024-02-22T06:00:02.973Z | Downloading... |
292 | 2024-02-22T06:00:02.973Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-22T06:00:02.973Z | + 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 |
294 | 2024-02-22T06:00:09.502Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-22T06:00:09.508Z | ++ sha256sum |
296 | 2024-02-22T06:00:09.508Z | ++ awk '{print $1}' |
297 | 2024-02-22T06:00:09.599Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-02-22T06:00:09.605Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
299 | 2024-02-22T06:00:09.605Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-22T06:00:09.606Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2024-02-22T06:00:11.761Z | + do_assemble_illumos |
302 | 2024-02-22T06:00:11.761Z | + rm -r ./out/cockroachdb |
303 | 2024-02-22T06:00:11.765Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2024-02-22T06:00:12.189Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2024-02-22T06:00:12.415Z | Build Tag: v22.1.9-dirty |
306 | 2024-02-22T06:00:12.415Z | Build Time: 2022/10/26 21:17:46 |
307 | 2024-02-22T06:00:12.415Z | Distribution: OSS |
308 | 2024-02-22T06:00:12.415Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2024-02-22T06:00:12.416Z | Go Version: go1.17.13 |
310 | 2024-02-22T06:00:12.416Z | C Compiler: gcc 10.3.0 |
311 | 2024-02-22T06:00:12.416Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2024-02-22T06:00:12.416Z | Build Type: release |
313 | 2024-02-22T06:00:12.435Z | + set -o errexit |
314 | 2024-02-22T06:00:12.442Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2024-02-22T06:00:12.443Z | ++ cd ./tools |
316 | 2024-02-22T06:00:12.443Z | ++ pwd |
317 | 2024-02-22T06:00:12.443Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2024-02-22T06:00:12.443Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2024-02-22T06:00:12.443Z | + ARG0=ci_download_clickhouse |
320 | 2024-02-22T06:00:12.443Z | + TARGET_DIR=out |
321 | 2024-02-22T06:00:12.444Z | + DOWNLOAD_DIR=out/downloads |
322 | 2024-02-22T06:00:12.444Z | + DEST_DIR=./out/clickhouse |
323 | 2024-02-22T06:00:12.444Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
324 | 2024-02-22T06:00:12.483Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2024-02-22T06:00:12.484Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2024-02-22T06:00:12.484Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2024-02-22T06:00:12.484Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2024-02-22T06:00:12.484Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2024-02-22T06:00:12.484Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2024-02-22T06:00:12.484Z | + main |
331 | 2024-02-22T06:00:12.484Z | + [[ 0 != 0 ]] |
332 | 2024-02-22T06:00:12.484Z | + CIDL_OS=solaris2.11 |
333 | 2024-02-22T06:00:12.484Z | + [[ 0 != 0 ]] |
334 | 2024-02-22T06:00:12.484Z | + configure_os solaris2.11 |
335 | 2024-02-22T06:00:12.484Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2024-02-22T06:00:12.485Z | current directory: /work/oxidecomputer/omicron |
337 | 2024-02-22T06:00:12.485Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-22T06:00:12.485Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-02-22T06:00:12.485Z | + CIDL_DASHREV= |
340 | 2024-02-22T06:00:12.485Z | + case "$1" in |
341 | 2024-02-22T06:00:12.485Z | + CIDL_PLATFORM=illumos |
342 | 2024-02-22T06:00:12.485Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2024-02-22T06:00:12.485Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-02-22T06:00:12.485Z | + CIDL_DASHREV=-1 |
345 | 2024-02-22T06:00:12.485Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2024-02-22T06:00:12.486Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-22T06:00:12.486Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-22T06:00:12.486Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-22T06:00:12.486Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-22T06:00:12.486Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-22T06:00:12.486Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2024-02-22T06:00:12.486Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-22T06:00:12.486Z | + mkdir -p out/downloads |
354 | 2024-02-22T06:00:12.486Z | + mkdir -p ./out/clickhouse |
355 | 2024-02-22T06:00:12.486Z | + local DO_DOWNLOAD=true |
356 | 2024-02-22T06:00:12.486Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2024-02-22T06:00:12.486Z | + '[' true == true ']' |
358 | 2024-02-22T06:00:12.487Z | + echo Downloading... |
359 | 2024-02-22T06:00:12.487Z | Downloading... |
360 | 2024-02-22T06:00:12.487Z | + 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-22T06:00:12.487Z | + 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-22T06:00:13.767Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-22T06:00:13.774Z | ++ md5sum |
364 | 2024-02-22T06:00:13.774Z | ++ awk '{print $1}' |
365 | 2024-02-22T06:00:13.956Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2024-02-22T06:00:13.956Z | + [[ 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-22T06:00:13.956Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2024-02-22T06:00:14.380Z | + mkdir -p ./out/clickhouse |
369 | 2024-02-22T06:00:14.380Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2024-02-22T06:00:17.083Z | + ./out/clickhouse/clickhouse server --version |
371 | 2024-02-22T06:00:17.114Z | ClickHouse server version 22.8.9.1. |
372 | 2024-02-22T06:00:17.130Z | + set -o errexit |
373 | 2024-02-22T06:00:17.134Z | +++ dirname ./tools/ci_download_console |
374 | 2024-02-22T06:00:17.134Z | ++ cd ./tools |
375 | 2024-02-22T06:00:17.139Z | ++ pwd |
376 | 2024-02-22T06:00:17.139Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2024-02-22T06:00:17.139Z | ++ basename ./tools/ci_download_console |
378 | 2024-02-22T06:00:17.139Z | + ARG0=ci_download_console |
379 | 2024-02-22T06:00:17.139Z | + TARGET_DIR=out |
380 | 2024-02-22T06:00:17.139Z | + DOWNLOAD_DIR=out/downloads |
381 | 2024-02-22T06:00:17.139Z | + DEST_DIR=./out/console-assets |
382 | 2024-02-22T06:00:17.139Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2024-02-22T06:00:17.139Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
384 | 2024-02-22T06:00:17.139Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
385 | 2024-02-22T06:00:17.139Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
386 | 2024-02-22T06:00:17.139Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2024-02-22T06:00:17.139Z | + main |
388 | 2024-02-22T06:00:17.140Z | + [[ 0 != 0 ]] |
389 | 2024-02-22T06:00:17.140Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
390 | 2024-02-22T06:00:17.140Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
391 | 2024-02-22T06:00:17.140Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-02-22T06:00:17.140Z | Local file: out/downloads/console.tar.gz |
393 | 2024-02-22T06:00:17.140Z | + local DO_DOWNLOAD=true |
394 | 2024-02-22T06:00:17.140Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2024-02-22T06:00:17.140Z | + mkdir -p out/downloads |
396 | 2024-02-22T06:00:17.146Z | + '[' true == true ']' |
397 | 2024-02-22T06:00:17.146Z | + echo Downloading... |
398 | 2024-02-22T06:00:17.146Z | Downloading... |
399 | 2024-02-22T06:00:17.146Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
400 | 2024-02-22T06:00:17.146Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
401 | 2024-02-22T06:00:17.791Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2024-02-22T06:00:17.791Z | ++ case "$OSTYPE" in |
403 | 2024-02-22T06:00:17.798Z | ++ SHA=sha256sum |
404 | 2024-02-22T06:00:17.798Z | ++ sha256sum |
405 | 2024-02-22T06:00:17.798Z | ++ awk '{print $1}' |
406 | 2024-02-22T06:00:17.803Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
407 | 2024-02-22T06:00:17.803Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
408 | 2024-02-22T06:00:17.803Z | + rm -rf ./out/console-assets |
409 | 2024-02-22T06:00:17.803Z | + mkdir -p ./out/console-assets |
410 | 2024-02-22T06:00:17.804Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2024-02-22T06:00:17.804Z | + mkdir -p ./out/console-assets |
412 | 2024-02-22T06:00:17.809Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2024-02-22T06:00:17.896Z | + set -o errexit |
414 | 2024-02-22T06:00:17.899Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2024-02-22T06:00:17.899Z | ++ cd ./tools |
416 | 2024-02-22T06:00:17.899Z | ++ pwd |
417 | 2024-02-22T06:00:17.905Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-02-22T06:00:17.905Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2024-02-22T06:00:17.905Z | + ARG0=ci_download_maghemite_openapi |
420 | 2024-02-22T06:00:17.905Z | + TARGET_DIR=out |
421 | 2024-02-22T06:00:17.905Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-02-22T06:00:17.905Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2024-02-22T06:00:17.905Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
424 | 2024-02-22T06:00:17.906Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
425 | 2024-02-22T06:00:17.906Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
426 | 2024-02-22T06:00:17.906Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
427 | 2024-02-22T06:00:17.906Z | + main |
428 | 2024-02-22T06:00:17.906Z | + [[ 0 != 0 ]] |
429 | 2024-02-22T06:00:17.906Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
430 | 2024-02-22T06:00:17.906Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
431 | 2024-02-22T06:00:17.906Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
432 | 2024-02-22T06:00:17.906Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
433 | 2024-02-22T06:00:17.906Z | + local DO_DOWNLOAD=true |
434 | 2024-02-22T06:00:17.906Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
435 | 2024-02-22T06:00:17.906Z | + mkdir -p out/downloads |
436 | 2024-02-22T06:00:17.906Z | + '[' true == true ']' |
437 | 2024-02-22T06:00:17.907Z | + echo Downloading... |
438 | 2024-02-22T06:00:17.907Z | Downloading... |
439 | 2024-02-22T06:00:17.907Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
440 | 2024-02-22T06:00:17.907Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
441 | 2024-02-22T06:00:18.176Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
442 | 2024-02-22T06:00:18.176Z | ++ case "$OSTYPE" in |
443 | 2024-02-22T06:00:18.182Z | ++ SHA=sha256sum |
444 | 2024-02-22T06:00:18.182Z | ++ sha256sum |
445 | 2024-02-22T06:00:18.182Z | ++ awk '{print $1}' |
446 | 2024-02-22T06:00:18.182Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
447 | 2024-02-22T06:00:18.182Z | + [[ 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-22T06:00:18.182Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2024-02-22T06:00:18.183Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
450 | 2024-02-22T06:00:18.183Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
451 | 2024-02-22T06:00:18.183Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
452 | 2024-02-22T06:00:18.183Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
453 | 2024-02-22T06:00:18.183Z | + main |
454 | 2024-02-22T06:00:18.188Z | + [[ 0 != 0 ]] |
455 | 2024-02-22T06:00:18.188Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
456 | 2024-02-22T06:00:18.188Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
457 | 2024-02-22T06:00:18.188Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
458 | 2024-02-22T06:00:18.188Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-22T06:00:18.188Z | + local DO_DOWNLOAD=true |
460 | 2024-02-22T06:00:18.188Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
461 | 2024-02-22T06:00:18.188Z | + mkdir -p out/downloads |
462 | 2024-02-22T06:00:18.188Z | + '[' true == true ']' |
463 | 2024-02-22T06:00:18.188Z | + echo Downloading... |
464 | 2024-02-22T06:00:18.188Z | Downloading... |
465 | 2024-02-22T06:00:18.188Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
466 | 2024-02-22T06:00:18.188Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
467 | 2024-02-22T06:00:18.332Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
468 | 2024-02-22T06:00:18.343Z | ++ case "$OSTYPE" in |
469 | 2024-02-22T06:00:18.343Z | ++ SHA=sha256sum |
470 | 2024-02-22T06:00:18.343Z | ++ sha256sum |
471 | 2024-02-22T06:00:18.343Z | ++ awk '{print $1}' |
472 | 2024-02-22T06:00:18.343Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
473 | 2024-02-22T06:00:18.343Z | + [[ 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-22T06:00:18.350Z | + set -o errexit |
475 | 2024-02-22T06:00:18.350Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2024-02-22T06:00:18.350Z | ++ cd ./tools |
477 | 2024-02-22T06:00:18.351Z | ++ pwd |
478 | 2024-02-22T06:00:18.351Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2024-02-22T06:00:18.351Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2024-02-22T06:00:18.351Z | + ARG0=ci_download_dendrite_openapi |
481 | 2024-02-22T06:00:18.351Z | + TARGET_DIR=out |
482 | 2024-02-22T06:00:18.351Z | + DOWNLOAD_DIR=out/downloads |
483 | 2024-02-22T06:00:18.351Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2024-02-22T06:00:18.351Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
485 | 2024-02-22T06:00:18.352Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
486 | 2024-02-22T06:00:18.352Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
487 | 2024-02-22T06:00:18.352Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
488 | 2024-02-22T06:00:18.352Z | + main |
489 | 2024-02-22T06:00:18.352Z | + [[ 0 != 0 ]] |
490 | 2024-02-22T06:00:18.352Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
491 | 2024-02-22T06:00:18.352Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
492 | 2024-02-22T06:00:18.352Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
493 | 2024-02-22T06:00:18.352Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
494 | 2024-02-22T06:00:18.353Z | + local DO_DOWNLOAD=true |
495 | 2024-02-22T06:00:18.353Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
496 | 2024-02-22T06:00:18.353Z | + mkdir -p out/downloads |
497 | 2024-02-22T06:00:18.363Z | + '[' true == true ']' |
498 | 2024-02-22T06:00:18.363Z | + echo Downloading... |
499 | 2024-02-22T06:00:18.363Z | Downloading... |
500 | 2024-02-22T06:00:18.363Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-02-22T06:00:18.363Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
502 | 2024-02-22T06:00:18.528Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
503 | 2024-02-22T06:00:18.528Z | ++ case "$OSTYPE" in |
504 | 2024-02-22T06:00:18.528Z | ++ SHA=sha256sum |
505 | 2024-02-22T06:00:18.537Z | ++ sha256sum |
506 | 2024-02-22T06:00:18.537Z | ++ awk '{print $1}' |
507 | 2024-02-22T06:00:18.537Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
508 | 2024-02-22T06:00:18.537Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
509 | 2024-02-22T06:00:18.542Z | + set -o errexit |
510 | 2024-02-22T06:00:18.542Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2024-02-22T06:00:18.552Z | ++ cd ./tools |
512 | 2024-02-22T06:00:18.552Z | ++ pwd |
513 | 2024-02-22T06:00:18.552Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2024-02-22T06:00:18.552Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2024-02-22T06:00:18.552Z | + ARG0=ci_download_dendrite_stub |
516 | 2024-02-22T06:00:18.552Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2024-02-22T06:00:18.553Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
518 | 2024-02-22T06:00:18.553Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
519 | 2024-02-22T06:00:18.553Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
520 | 2024-02-22T06:00:18.553Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2024-02-22T06:00:18.553Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
522 | 2024-02-22T06:00:18.553Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
523 | 2024-02-22T06:00:18.553Z | + TARGET_DIR=out |
524 | 2024-02-22T06:00:18.553Z | + DOWNLOAD_DIR=out/downloads |
525 | 2024-02-22T06:00:18.553Z | + DEST_DIR=./out/dendrite-stub |
526 | 2024-02-22T06:00:18.553Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2024-02-22T06:00:18.553Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2024-02-22T06:00:18.553Z | + REPO=oxidecomputer/dendrite |
529 | 2024-02-22T06:00:18.553Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
530 | 2024-02-22T06:00:18.553Z | + main |
531 | 2024-02-22T06:00:18.553Z | + [[ 0 != 0 ]] |
532 | 2024-02-22T06:00:18.553Z | + CIDL_OS=solaris2.11 |
533 | 2024-02-22T06:00:18.553Z | + [[ 0 != 0 ]] |
534 | 2024-02-22T06:00:18.553Z | + configure_os solaris2.11 |
535 | 2024-02-22T06:00:18.554Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2024-02-22T06:00:18.554Z | current directory: /work/oxidecomputer/omicron |
537 | 2024-02-22T06:00:18.554Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2024-02-22T06:00:18.554Z | + case "$1" in |
539 | 2024-02-22T06:00:18.554Z | configuring based on OS: "solaris2.11" |
540 | 2024-02-22T06:00:18.554Z | + SET_BINARIES= |
541 | 2024-02-22T06:00:18.554Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
542 | 2024-02-22T06:00:18.554Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2024-02-22T06:00:18.554Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2024-02-22T06:00:18.554Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-22T06:00:18.554Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-22T06:00:18.554Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
547 | 2024-02-22T06:00:18.554Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
548 | 2024-02-22T06:00:18.554Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-02-22T06:00:18.554Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-22T06:00:18.554Z | + mkdir -p out/downloads |
551 | 2024-02-22T06:00:18.561Z | + mkdir -p ./out/dendrite-stub |
552 | 2024-02-22T06:00:18.561Z | + fetch_and_verify |
553 | 2024-02-22T06:00:18.561Z | + local DO_DOWNLOAD=true |
554 | 2024-02-22T06:00:18.561Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2024-02-22T06:00:18.561Z | + '[' true == true ']' |
556 | 2024-02-22T06:00:18.561Z | + echo Downloading... |
557 | 2024-02-22T06:00:18.561Z | Downloading... |
558 | 2024-02-22T06:00:18.561Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-22T06:00:18.561Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
560 | 2024-02-22T06:00:32.341Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-22T06:00:32.347Z | ++ sha256sum |
562 | 2024-02-22T06:00:32.347Z | ++ awk '{print $1}' |
563 | 2024-02-22T06:00:32.373Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
564 | 2024-02-22T06:00:32.373Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
565 | 2024-02-22T06:00:32.373Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-22T06:00:32.373Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2024-02-22T06:00:33.463Z | + do_assemble |
568 | 2024-02-22T06:00:33.463Z | + rm -r ./out/dendrite-stub |
569 | 2024-02-22T06:00:33.515Z | + mkdir ./out/dendrite-stub |
570 | 2024-02-22T06:00:33.515Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2024-02-22T06:00:33.516Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2024-02-22T06:00:33.516Z | + set -o errexit |
573 | 2024-02-22T06:00:33.516Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2024-02-22T06:00:33.516Z | ++ cd ./tools |
575 | 2024-02-22T06:00:33.516Z | ++ pwd |
576 | 2024-02-22T06:00:33.517Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2024-02-22T06:00:33.517Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2024-02-22T06:00:33.517Z | + ARG0=ci_download_maghemite_mgd |
579 | 2024-02-22T06:00:33.517Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2024-02-22T06:00:33.517Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
581 | 2024-02-22T06:00:33.517Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
582 | 2024-02-22T06:00:33.517Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2024-02-22T06:00:33.517Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
584 | 2024-02-22T06:00:33.517Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
585 | 2024-02-22T06:00:33.518Z | + TARGET_DIR=out |
586 | 2024-02-22T06:00:33.518Z | + DOWNLOAD_DIR=out/downloads |
587 | 2024-02-22T06:00:33.518Z | + DEST_DIR=./out/mgd |
588 | 2024-02-22T06:00:33.518Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2024-02-22T06:00:33.518Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2024-02-22T06:00:33.518Z | + REPO=oxidecomputer/maghemite |
591 | 2024-02-22T06:00:33.518Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
592 | 2024-02-22T06:00:33.518Z | + main |
593 | 2024-02-22T06:00:33.519Z | + [[ 0 != 0 ]] |
594 | 2024-02-22T06:00:33.519Z | + CIDL_OS=solaris2.11 |
595 | 2024-02-22T06:00:33.519Z | + [[ 0 != 0 ]] |
596 | 2024-02-22T06:00:33.519Z | + configure_os solaris2.11 |
597 | 2024-02-22T06:00:33.519Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2024-02-22T06:00:33.519Z | current directory: /work/oxidecomputer/omicron |
599 | 2024-02-22T06:00:33.519Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2024-02-22T06:00:33.519Z | + case "$1" in |
601 | 2024-02-22T06:00:33.520Z | + SET_BINARIES= |
602 | 2024-02-22T06:00:33.520Z | configuring based on OS: "solaris2.11" |
603 | 2024-02-22T06:00:33.520Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2024-02-22T06:00:33.520Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2024-02-22T06:00:33.520Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-22T06:00:33.520Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2024-02-22T06:00:33.520Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
608 | 2024-02-22T06:00:33.520Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
609 | 2024-02-22T06:00:33.521Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2024-02-22T06:00:33.521Z | + mkdir -p out/downloads |
611 | 2024-02-22T06:00:33.521Z | Local file: out/downloads/mgd.tar.gz |
612 | 2024-02-22T06:00:33.521Z | + mkdir -p ./out/mgd |
613 | 2024-02-22T06:00:33.521Z | + fetch_and_verify |
614 | 2024-02-22T06:00:33.521Z | + local DO_DOWNLOAD=true |
615 | 2024-02-22T06:00:33.521Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2024-02-22T06:00:33.521Z | + '[' true == true ']' |
617 | 2024-02-22T06:00:33.522Z | + echo Downloading... |
618 | 2024-02-22T06:00:33.522Z | Downloading... |
619 | 2024-02-22T06:00:33.522Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2024-02-22T06:00:33.522Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
621 | 2024-02-22T06:00:40.426Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2024-02-22T06:00:40.431Z | ++ sha256sum |
623 | 2024-02-22T06:00:40.431Z | ++ awk '{print $1}' |
624 | 2024-02-22T06:00:40.445Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
625 | 2024-02-22T06:00:40.452Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
626 | 2024-02-22T06:00:40.452Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2024-02-22T06:00:40.452Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2024-02-22T06:00:40.907Z | + do_assemble |
629 | 2024-02-22T06:00:40.912Z | + rm -r ./out/mgd |
630 | 2024-02-22T06:00:40.912Z | + mkdir ./out/mgd |
631 | 2024-02-22T06:00:40.912Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2024-02-22T06:00:41.046Z | + set -o errexit |
633 | 2024-02-22T06:00:41.050Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2024-02-22T06:00:41.051Z | ++ cd ./tools |
635 | 2024-02-22T06:00:41.051Z | ++ pwd |
636 | 2024-02-22T06:00:41.051Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2024-02-22T06:00:41.051Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2024-02-22T06:00:41.059Z | + ARG0=ci_download_transceiver_control |
639 | 2024-02-22T06:00:41.059Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2024-02-22T06:00:41.059Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-02-22T06:00:41.059Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2024-02-22T06:00:41.059Z | + TARGET_DIR=out |
643 | 2024-02-22T06:00:41.059Z | + DOWNLOAD_DIR=out/downloads |
644 | 2024-02-22T06:00:41.059Z | + DEST_DIR=./out/transceiver-control |
645 | 2024-02-22T06:00:41.059Z | + BIN_DIR=/opt/oxide/bin |
646 | 2024-02-22T06:00:41.059Z | + BINARY=xcvradm |
647 | 2024-02-22T06:00:41.059Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2024-02-22T06:00:41.059Z | + REPO=oxidecomputer/transceiver-control |
649 | 2024-02-22T06:00:41.059Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2024-02-22T06:00:41.059Z | + main |
651 | 2024-02-22T06:00:41.059Z | + [[ 0 != 0 ]] |
652 | 2024-02-22T06:00:41.059Z | + CIDL_OS=solaris2.11 |
653 | 2024-02-22T06:00:41.059Z | + [[ 0 != 0 ]] |
654 | 2024-02-22T06:00:41.059Z | + configure_os solaris2.11 |
655 | 2024-02-22T06:00:41.059Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2024-02-22T06:00:41.059Z | current directory: /work/oxidecomputer/omicron |
657 | 2024-02-22T06:00:41.059Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-02-22T06:00:41.060Z | + case "$1" in |
659 | 2024-02-22T06:00:41.060Z | configuring based on OS: "solaris2.11" |
660 | 2024-02-22T06:00:41.060Z | + SET_BINARIES= |
661 | 2024-02-22T06:00:41.060Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-02-22T06:00:41.060Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2024-02-22T06:00:41.060Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2024-02-22T06:00:41.060Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-22T06:00:41.060Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2024-02-22T06:00:41.060Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
667 | 2024-02-22T06:00:41.060Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-02-22T06:00:41.060Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2024-02-22T06:00:41.060Z | + mkdir -p out/downloads |
670 | 2024-02-22T06:00:41.060Z | Local file: out/downloads/xcvradm.gz |
671 | 2024-02-22T06:00:41.060Z | + mkdir -p ./out/transceiver-control |
672 | 2024-02-22T06:00:41.060Z | + fetch_and_verify |
673 | 2024-02-22T06:00:41.060Z | + local DO_DOWNLOAD=true |
674 | 2024-02-22T06:00:41.060Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2024-02-22T06:00:41.060Z | + '[' true == true ']' |
676 | 2024-02-22T06:00:41.066Z | + echo Downloading... |
677 | 2024-02-22T06:00:41.067Z | Downloading... |
678 | 2024-02-22T06:00:41.067Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2024-02-22T06:00:41.067Z | + 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-22T06:00:44.058Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2024-02-22T06:00:44.063Z | ++ sha256sum |
682 | 2024-02-22T06:00:44.063Z | ++ awk '{print $1}' |
683 | 2024-02-22T06:00:44.069Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-02-22T06:00:44.069Z | + [[ 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-22T06:00:44.069Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2024-02-22T06:00:44.069Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2024-02-22T06:00:44.086Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2024-02-22T06:00:44.230Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2024-02-22T06:00:44.680Z | + do_assemble |
690 | 2024-02-22T06:00:44.680Z | + rm -r ./out/transceiver-control |
691 | 2024-02-22T06:00:44.680Z | + mkdir ./out/transceiver-control |
692 | 2024-02-22T06:00:44.680Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2024-02-22T06:00:44.680Z | All prerequisites installed successfully |
694 | 2024-02-22T06:00:44.680Z | |
695 | 2024-02-22T06:00:44.680Z | real 1:59.777240172 |
696 | 2024-02-22T06:00:44.680Z | user 34.488609704 |
697 | 2024-02-22T06:00:44.681Z | sys 6.596848925 |
698 | 2024-02-22T06:00:44.681Z | trap 0.008238113 |
699 | 2024-02-22T06:00:44.681Z | tflt 0.202480188 |
700 | 2024-02-22T06:00:44.681Z | dflt 0.538728713 |
701 | 2024-02-22T06:00:44.681Z | kflt 0.264594507 |
702 | 2024-02-22T06:00:44.681Z | lock 1.883764084 |
703 | 2024-02-22T06:00:44.681Z | slp 4:05.238895263 |
704 | 2024-02-22T06:00:44.681Z | lat 1.815605254 |
705 | 2024-02-22T06:00:44.681Z | stop 0.159931884 |
706 | 2024-02-22T06:00:44.681Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2024-02-22T06:00:44.681Z | fetching npuzone |
708 | 2024-02-22T06:00:44.681Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2024-02-22T06:00:44.682Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
710 | 2024-02-22T06:00:44.682Z | Getting hash for npuzone |
711 | 2024-02-22T06:00:44.682Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
712 | 2024-02-22T06:00:54.438Z | npuzone downloaded successfully |
713 | 2024-02-22T06:00:54.442Z | |
714 | 2024-02-22T06:00:54.449Z | real 10.094549667 |
715 | 2024-02-22T06:00:54.449Z | user 0.373493283 |
716 | 2024-02-22T06:00:54.449Z | sys 0.150920743 |
717 | 2024-02-22T06:00:54.449Z | trap 0.000059972 |
718 | 2024-02-22T06:00:54.449Z | tflt 0.000000000 |
719 | 2024-02-22T06:00:54.449Z | dflt 0.000000000 |
720 | 2024-02-22T06:00:54.449Z | kflt 0.000000000 |
721 | 2024-02-22T06:00:54.449Z | lock 0.000000000 |
722 | 2024-02-22T06:00:54.449Z | slp 29.602939545 |
723 | 2024-02-22T06:00:54.449Z | lat 0.126247999 |
724 | 2024-02-22T06:00:54.449Z | stop 0.000168914 |
725 | 2024-02-22T06:00:54.449Z | + export CARGO_INCREMENTAL=0 |
726 | 2024-02-22T06:00:54.449Z | + CARGO_INCREMENTAL=0 |
727 | 2024-02-22T06:00:54.449Z | + 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-22T06:00:54.657Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2024-02-22T06:00:54.989Z | Updating git repository `https://github.com/oxidecomputer/samael` |
730 | 2024-02-22T06:00:55.320Z | Updating crates.io index |
731 | 2024-02-22T06:00:55.323Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-02-22T06:00:56.080Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-02-22T06:00:57.729Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-02-22T06:00:58.274Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-02-22T06:00:58.568Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-02-22T06:00:58.845Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-02-22T06:00:59.097Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-02-22T06:00:59.946Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-02-22T06:01:02.032Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-02-22T06:01:03.003Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-02-22T06:01:03.305Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-02-22T06:01:03.858Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-02-22T06:01:04.224Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-02-22T06:01:04.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-02-22T06:01:04.888Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-02-22T06:01:05.270Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-02-22T06:01:05.755Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-02-22T06:01:06.020Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-02-22T06:01:06.598Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-02-22T06:01:06.977Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-02-22T06:01:07.257Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-02-22T06:01:08.283Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-02-22T06:01:08.693Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-02-22T06:01:10.192Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-02-22T06:01:10.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-02-22T06:01:10.837Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-02-22T06:01:12.113Z | Downloading crates ... |
758 | 2024-02-22T06:01:12.328Z | Downloaded libloading v0.7.4 |
759 | 2024-02-22T06:01:12.335Z | Downloaded is-terminal v0.4.9 |
760 | 2024-02-22T06:01:12.341Z | Downloaded addr2line v0.21.0 |
761 | 2024-02-22T06:01:12.341Z | Downloaded ciborium-io v0.2.2 |
762 | 2024-02-22T06:01:12.347Z | Downloaded lazy_static v1.4.0 |
763 | 2024-02-22T06:01:12.363Z | Downloaded lazycell v1.3.0 |
764 | 2024-02-22T06:01:12.363Z | Downloaded linear-map v1.2.0 |
765 | 2024-02-22T06:01:12.363Z | Downloaded cipher v0.4.4 |
766 | 2024-02-22T06:01:12.363Z | Downloaded cfg-if v1.0.0 |
767 | 2024-02-22T06:01:12.368Z | Downloaded constant_time_eq v0.3.0 |
768 | 2024-02-22T06:01:12.374Z | Downloaded cexpr v0.6.0 |
769 | 2024-02-22T06:01:12.379Z | Downloaded libefi-sys v0.1.0 |
770 | 2024-02-22T06:01:12.379Z | Downloaded ciborium-ll v0.2.2 |
771 | 2024-02-22T06:01:12.379Z | Downloaded chacha20 v0.9.1 |
772 | 2024-02-22T06:01:12.390Z | Downloaded cassowary v0.3.0 |
773 | 2024-02-22T06:01:12.390Z | Downloaded macaddr v1.0.1 |
774 | 2024-02-22T06:01:12.390Z | Downloaded lru v0.12.1 |
775 | 2024-02-22T06:01:12.412Z | Downloaded lock_api v0.4.10 |
776 | 2024-02-22T06:01:12.412Z | Downloaded schemars v0.8.16 |
777 | 2024-02-22T06:01:12.421Z | Downloaded matches v0.1.10 |
778 | 2024-02-22T06:01:12.422Z | Downloaded tap v1.0.1 |
779 | 2024-02-22T06:01:12.422Z | Downloaded synstructure v0.12.6 |
780 | 2024-02-22T06:01:12.422Z | Downloaded serde_repr v0.1.16 |
781 | 2024-02-22T06:01:12.422Z | Downloaded structmeta-derive v0.3.0 |
782 | 2024-02-22T06:01:12.422Z | Downloaded serde_spanned v0.6.5 |
783 | 2024-02-22T06:01:12.422Z | Downloaded async-stream-impl v0.3.5 |
784 | 2024-02-22T06:01:12.433Z | Downloaded memoffset v0.7.1 |
785 | 2024-02-22T06:01:12.433Z | Downloaded salty v0.2.0 |
786 | 2024-02-22T06:01:12.433Z | Downloaded atty v0.2.14 |
787 | 2024-02-22T06:01:12.438Z | Downloaded time v0.3.27 |
788 | 2024-02-22T06:01:12.444Z | Downloaded block-padding v0.3.3 |
789 | 2024-02-22T06:01:12.444Z | Downloaded miniz_oxide v0.7.1 |
790 | 2024-02-22T06:01:12.451Z | Downloaded clang-sys v1.6.1 |
791 | 2024-02-22T06:01:12.451Z | Downloaded chacha20poly1305 v0.10.1 |
792 | 2024-02-22T06:01:12.456Z | Downloaded clap_derive v4.5.0 |
793 | 2024-02-22T06:01:12.457Z | Downloaded httpdate v1.0.3 |
794 | 2024-02-22T06:01:12.457Z | Downloaded hubpack_derive v0.1.1 |
795 | 2024-02-22T06:01:12.463Z | Downloaded castaway v0.2.2 |
796 | 2024-02-22T06:01:12.463Z | Downloaded crossbeam-epoch v0.9.15 |
797 | 2024-02-22T06:01:12.481Z | Downloaded ident_case v1.0.1 |
798 | 2024-02-22T06:01:12.481Z | Downloaded hubpack v0.1.2 |
799 | 2024-02-22T06:01:12.481Z | Downloaded stable_deref_trait v1.2.0 |
800 | 2024-02-22T06:01:12.482Z | Downloaded http-range v0.1.5 |
801 | 2024-02-22T06:01:12.487Z | Downloaded match_cfg v0.1.0 |
802 | 2024-02-22T06:01:12.487Z | Downloaded anstyle-query v1.0.0 |
803 | 2024-02-22T06:01:12.487Z | Downloaded crucible-workspace-hack v0.1.0 |
804 | 2024-02-22T06:01:12.487Z | Downloaded mime v0.3.17 |
805 | 2024-02-22T06:01:12.488Z | Downloaded async-stream v0.3.5 |
806 | 2024-02-22T06:01:12.488Z | Downloaded cancel-safe-futures v0.1.5 |
807 | 2024-02-22T06:01:12.488Z | Downloaded iana-time-zone v0.1.57 |
808 | 2024-02-22T06:01:12.488Z | Downloaded home v0.5.5 |
809 | 2024-02-22T06:01:12.494Z | Downloaded new_debug_unreachable v1.0.4 |
810 | 2024-02-22T06:01:12.494Z | Downloaded bitfield v0.14.0 |
811 | 2024-02-22T06:01:12.494Z | Downloaded base16ct v0.2.0 |
812 | 2024-02-22T06:01:12.500Z | Downloaded hostname v0.3.1 |
813 | 2024-02-22T06:01:12.500Z | Downloaded crc v3.0.1 |
814 | 2024-02-22T06:01:12.509Z | Downloaded instant v0.1.12 |
815 | 2024-02-22T06:01:12.509Z | Downloaded cstr-argument v0.1.2 |
816 | 2024-02-22T06:01:12.510Z | Downloaded take_mut v0.2.2 |
817 | 2024-02-22T06:01:12.510Z | Downloaded nodrop v0.1.14 |
818 | 2024-02-22T06:01:12.510Z | Downloaded compact_str v0.7.1 |
819 | 2024-02-22T06:01:12.518Z | Downloaded camino v1.1.6 |
820 | 2024-02-22T06:01:12.519Z | Downloaded bitflags v1.3.2 |
821 | 2024-02-22T06:01:12.532Z | Downloaded hyper-tls v0.5.0 |
822 | 2024-02-22T06:01:12.533Z | Downloaded is_ci v1.2.0 |
823 | 2024-02-22T06:01:12.533Z | Downloaded highway v1.1.0 |
824 | 2024-02-22T06:01:12.533Z | Downloaded crunchy v0.2.2 |
825 | 2024-02-22T06:01:12.533Z | Downloaded lalrpop-util v0.19.12 |
826 | 2024-02-22T06:01:12.533Z | Downloaded maybe-uninit v2.0.0 |
827 | 2024-02-22T06:01:12.533Z | Downloaded indoc v2.0.3 |
828 | 2024-02-22T06:01:12.539Z | Downloaded async-trait v0.1.77 |
829 | 2024-02-22T06:01:12.539Z | Downloaded arrayvec v0.7.4 |
830 | 2024-02-22T06:01:12.539Z | Downloaded time-core v0.1.1 |
831 | 2024-02-22T06:01:12.544Z | Downloaded strum_macros v0.24.3 |
832 | 2024-02-22T06:01:12.544Z | Downloaded newtype-uuid v1.0.1 |
833 | 2024-02-22T06:01:12.544Z | Downloaded openssl-probe v0.1.5 |
834 | 2024-02-22T06:01:12.550Z | Downloaded md-5 v0.10.5 |
835 | 2024-02-22T06:01:12.550Z | Downloaded multimap v0.10.0 |
836 | 2024-02-22T06:01:12.550Z | Downloaded crc-catalog v2.2.0 |
837 | 2024-02-22T06:01:12.556Z | Downloaded mockall v0.12.0 |
838 | 2024-02-22T06:01:12.556Z | Downloaded arc-swap v1.6.0 |
839 | 2024-02-22T06:01:12.569Z | Downloaded usdt-attr-macro v0.5.0 |
840 | 2024-02-22T06:01:12.570Z | Downloaded num_enum_derive v0.5.11 |
841 | 2024-02-22T06:01:12.574Z | Downloaded crossbeam-deque v0.8.3 |
842 | 2024-02-22T06:01:12.575Z | Downloaded nanorand v0.7.0 |
843 | 2024-02-22T06:01:12.575Z | Downloaded cookie v0.18.0 |
844 | 2024-02-22T06:01:12.575Z | Downloaded newtype_derive v0.1.6 |
845 | 2024-02-22T06:01:12.575Z | Downloaded hyper-rustls v0.24.2 |
846 | 2024-02-22T06:01:12.589Z | Downloaded httparse v1.8.0 |
847 | 2024-02-22T06:01:12.590Z | Downloaded crypto-common v0.1.6 |
848 | 2024-02-22T06:01:12.590Z | Downloaded kstat-rs v0.2.3 |
849 | 2024-02-22T06:01:12.601Z | Downloaded crc32fast v1.3.2 |
850 | 2024-02-22T06:01:12.601Z | Downloaded async-recursion v1.0.5 |
851 | 2024-02-22T06:01:12.601Z | Downloaded csv-core v0.1.11 |
852 | 2024-02-22T06:01:12.601Z | Downloaded num-derive v0.4.0 |
853 | 2024-02-22T06:01:12.601Z | Downloaded pretty-hex v0.2.1 |
854 | 2024-02-22T06:01:12.601Z | Downloaded pretty-hex v0.4.1 |
855 | 2024-02-22T06:01:12.601Z | Downloaded structmeta v0.3.0 |
856 | 2024-02-22T06:01:12.601Z | Downloaded anyhow v1.0.75 |
857 | 2024-02-22T06:01:12.608Z | Downloaded signal-hook-tokio v0.3.1 |
858 | 2024-02-22T06:01:12.608Z | Downloaded precomputed-hash v0.1.1 |
859 | 2024-02-22T06:01:12.608Z | Downloaded slab v0.4.9 |
860 | 2024-02-22T06:01:12.608Z | Downloaded resolv-conf v0.7.0 |
861 | 2024-02-22T06:01:12.608Z | Downloaded hash32 v0.2.1 |
862 | 2024-02-22T06:01:12.613Z | Downloaded strip-ansi-escapes v0.2.0 |
863 | 2024-02-22T06:01:12.613Z | Downloaded fs-err v2.11.0 |
864 | 2024-02-22T06:01:12.613Z | Downloaded mime_guess v2.0.4 |
865 | 2024-02-22T06:01:12.620Z | Downloaded indoc v1.0.9 |
866 | 2024-02-22T06:01:12.620Z | Downloaded unicode-width v0.1.11 |
867 | 2024-02-22T06:01:12.620Z | Downloaded headers-core v0.2.0 |
868 | 2024-02-22T06:01:12.620Z | Downloaded oso-derive v0.27.0 |
869 | 2024-02-22T06:01:12.627Z | Downloaded snafu-derive v0.7.5 |
870 | 2024-02-22T06:01:12.627Z | Downloaded opaque-debug v0.3.0 |
871 | 2024-02-22T06:01:12.627Z | Downloaded ipnet v2.9.0 |
872 | 2024-02-22T06:01:12.632Z | Downloaded untrusted v0.7.1 |
873 | 2024-02-22T06:01:12.632Z | Downloaded packed_struct v0.10.1 |
874 | 2024-02-22T06:01:12.632Z | Downloaded native-tls v0.2.11 |
875 | 2024-02-22T06:01:12.638Z | Downloaded num_enum v0.5.11 |
876 | 2024-02-22T06:01:12.638Z | Downloaded difflib v0.4.0 |
877 | 2024-02-22T06:01:12.644Z | Downloaded cpufeatures v0.2.12 |
878 | 2024-02-22T06:01:12.644Z | Downloaded path-slash v0.1.5 |
879 | 2024-02-22T06:01:12.644Z | Downloaded rusty-fork v0.3.0 |
880 | 2024-02-22T06:01:12.644Z | Downloaded clap_lex v0.7.0 |
881 | 2024-02-22T06:01:12.654Z | Downloaded sha1 v0.10.6 |
882 | 2024-02-22T06:01:12.654Z | Downloaded stringprep v0.1.3 |
883 | 2024-02-22T06:01:12.654Z | Downloaded signal-hook-registry v1.4.1 |
884 | 2024-02-22T06:01:12.659Z | Downloaded nu-ansi-term v0.50.0 |
885 | 2024-02-22T06:01:12.660Z | Downloaded allocator-api2 v0.2.16 |
886 | 2024-02-22T06:01:12.660Z | Downloaded tokio-macros v2.2.0 |
887 | 2024-02-22T06:01:12.660Z | Downloaded same-file v1.0.6 |
888 | 2024-02-22T06:01:12.660Z | Downloaded fixedbitset v0.4.2 |
889 | 2024-02-22T06:01:12.676Z | Downloaded waitgroup v0.1.2 |
890 | 2024-02-22T06:01:12.677Z | Downloaded slog-term v2.9.0 |
891 | 2024-02-22T06:01:12.677Z | Downloaded termcolor v1.2.0 |
892 | 2024-02-22T06:01:12.677Z | Downloaded signal-hook-mio v0.2.3 |
893 | 2024-02-22T06:01:12.684Z | Downloaded num-rational v0.4.1 |
894 | 2024-02-22T06:01:12.684Z | Downloaded num_cpus v1.16.0 |
895 | 2024-02-22T06:01:12.684Z | Downloaded proc-macro-error-attr v1.0.4 |
896 | 2024-02-22T06:01:12.684Z | Downloaded thread_local v1.1.7 |
897 | 2024-02-22T06:01:12.684Z | Downloaded scheduled-thread-pool v0.2.7 |
898 | 2024-02-22T06:01:12.684Z | Downloaded phf_shared v0.10.0 |
899 | 2024-02-22T06:01:12.684Z | Downloaded crc-any v2.4.3 |
900 | 2024-02-22T06:01:12.684Z | Downloaded hash32 v0.3.1 |
901 | 2024-02-22T06:01:12.684Z | Downloaded signal-hook v0.3.17 |
902 | 2024-02-22T06:01:12.690Z | Downloaded scopeguard v1.2.0 |
903 | 2024-02-22T06:01:12.690Z | Downloaded equivalent v1.0.1 |
904 | 2024-02-22T06:01:12.690Z | Downloaded crossbeam-utils v0.8.16 |
905 | 2024-02-22T06:01:12.695Z | Downloaded tui-tree-widget v0.17.0 |
906 | 2024-02-22T06:01:12.695Z | Downloaded serde_tokenstream v0.1.7 |
907 | 2024-02-22T06:01:12.695Z | Downloaded pem v3.0.2 |
908 | 2024-02-22T06:01:12.702Z | Downloaded spki v0.7.2 |
909 | 2024-02-22T06:01:12.702Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2024-02-22T06:01:12.703Z | Downloaded textwrap v0.11.0 |
911 | 2024-02-22T06:01:12.703Z | Downloaded parse-display-derive v0.9.0 |
912 | 2024-02-22T06:01:12.707Z | Downloaded once_cell v1.19.0 |
913 | 2024-02-22T06:01:12.707Z | Downloaded dtrace-parser v0.1.14 |
914 | 2024-02-22T06:01:12.708Z | Downloaded darling_macro v0.14.4 |
915 | 2024-02-22T06:01:12.712Z | Downloaded tower-service v0.3.2 |
916 | 2024-02-22T06:01:12.712Z | Downloaded hmac v0.12.1 |
917 | 2024-02-22T06:01:12.712Z | Downloaded ucd-trie v0.1.6 |
918 | 2024-02-22T06:01:12.719Z | Downloaded num-integer v0.1.46 |
919 | 2024-02-22T06:01:12.719Z | Downloaded serde_plain v1.0.2 |
920 | 2024-02-22T06:01:12.720Z | Downloaded unicode-linebreak v0.1.5 |
921 | 2024-02-22T06:01:12.725Z | Downloaded rustc_version v0.4.0 |
922 | 2024-02-22T06:01:12.725Z | Downloaded typenum v1.16.0 |
923 | 2024-02-22T06:01:12.725Z | Downloaded memchr v2.6.3 |
924 | 2024-02-22T06:01:12.731Z | Downloaded structopt-derive v0.4.18 |
925 | 2024-02-22T06:01:12.731Z | Downloaded num-traits v0.2.16 |
926 | 2024-02-22T06:01:12.735Z | Downloaded unicode-ident v1.0.12 |
927 | 2024-02-22T06:01:12.735Z | Downloaded proc-macro-error v1.0.4 |
928 | 2024-02-22T06:01:12.740Z | Downloaded serde_path_to_error v0.1.15 |
929 | 2024-02-22T06:01:12.745Z | Downloaded shlex v1.3.0 |
930 | 2024-02-22T06:01:12.745Z | Downloaded const-oid v0.9.5 |
931 | 2024-02-22T06:01:12.745Z | Downloaded semver-parser v0.10.2 |
932 | 2024-02-22T06:01:12.750Z | Downloaded thread-id v4.2.0 |
933 | 2024-02-22T06:01:12.750Z | Downloaded quote v1.0.35 |
934 | 2024-02-22T06:01:12.754Z | Downloaded either v1.10.0 |
935 | 2024-02-22T06:01:12.754Z | Downloaded walkdir v2.4.0 |
936 | 2024-02-22T06:01:12.754Z | Downloaded sqlformat v0.2.3 |
937 | 2024-02-22T06:01:12.760Z | Downloaded curve25519-dalek-derive v0.1.0 |
938 | 2024-02-22T06:01:12.760Z | Downloaded olpc-cjson v0.1.3 |
939 | 2024-02-22T06:01:12.760Z | Downloaded slog-async v2.8.0 |
940 | 2024-02-22T06:01:12.761Z | Downloaded ed25519 v1.5.3 |
941 | 2024-02-22T06:01:12.769Z | Downloaded defmt-parser v0.3.3 |
942 | 2024-02-22T06:01:12.769Z | Downloaded multer v3.0.0 |
943 | 2024-02-22T06:01:12.779Z | Downloaded peeking_take_while v0.1.2 |
944 | 2024-02-22T06:01:12.780Z | Downloaded funty v2.0.0 |
945 | 2024-02-22T06:01:12.784Z | Downloaded enum-as-inner v0.5.1 |
946 | 2024-02-22T06:01:12.784Z | Downloaded utf-8 v0.7.6 |
947 | 2024-02-22T06:01:12.784Z | Downloaded percent-encoding v2.3.1 |
948 | 2024-02-22T06:01:12.784Z | Downloaded pkcs1 v0.7.5 |
949 | 2024-02-22T06:01:12.790Z | Downloaded smf v0.2.2 |
950 | 2024-02-22T06:01:12.790Z | Downloaded rustfmt-wrapper v0.2.0 |
951 | 2024-02-22T06:01:12.790Z | Downloaded darling v0.20.3 |
952 | 2024-02-22T06:01:12.790Z | Downloaded slog-json v2.6.1 |
953 | 2024-02-22T06:01:12.790Z | Downloaded rustc-hash v1.1.0 |
954 | 2024-02-22T06:01:12.790Z | Downloaded socket2 v0.4.9 |
955 | 2024-02-22T06:01:12.790Z | Downloaded secrecy v0.8.0 |
956 | 2024-02-22T06:01:12.790Z | Downloaded embedded-io v0.4.0 |
957 | 2024-02-22T06:01:12.797Z | Downloaded serde_derive_internals v0.26.0 |
958 | 2024-02-22T06:01:12.797Z | Downloaded backtrace v0.3.69 |
959 | 2024-02-22T06:01:12.805Z | Downloaded foreign-types-shared v0.1.1 |
960 | 2024-02-22T06:01:12.805Z | Downloaded base64 v0.21.7 |
961 | 2024-02-22T06:01:12.805Z | Downloaded tiny-keccak v2.0.2 |
962 | 2024-02-22T06:01:12.811Z | Downloaded rand_chacha v0.3.1 |
963 | 2024-02-22T06:01:12.811Z | Downloaded usdt-macro v0.3.5 |
964 | 2024-02-22T06:01:12.811Z | Downloaded downcast v0.11.0 |
965 | 2024-02-22T06:01:12.811Z | Downloaded vte_generate_state_changes v0.1.1 |
966 | 2024-02-22T06:01:12.811Z | Downloaded ena v0.14.2 |
967 | 2024-02-22T06:01:12.819Z | Downloaded ryu v1.0.15 |
968 | 2024-02-22T06:01:12.819Z | Downloaded indexmap v2.2.3 |
969 | 2024-02-22T06:01:12.825Z | Downloaded version_check v0.9.4 |
970 | 2024-02-22T06:01:12.825Z | Downloaded vec_map v0.8.2 |
971 | 2024-02-22T06:01:12.826Z | Downloaded wyz v0.5.1 |
972 | 2024-02-22T06:01:12.826Z | Downloaded packed_struct_codegen v0.10.1 |
973 | 2024-02-22T06:01:12.826Z | Downloaded term v0.7.0 |
974 | 2024-02-22T06:01:12.831Z | Downloaded r2d2 v0.8.10 |
975 | 2024-02-22T06:01:12.831Z | Downloaded postgres-types v0.2.6 |
976 | 2024-02-22T06:01:12.836Z | Downloaded predicates v3.1.0 |
977 | 2024-02-22T06:01:12.841Z | Downloaded rustversion v1.0.14 |
978 | 2024-02-22T06:01:12.841Z | Downloaded fd-lock v3.0.13 |
979 | 2024-02-22T06:01:12.846Z | Downloaded http v1.0.0 |
980 | 2024-02-22T06:01:12.846Z | Downloaded rustls-pemfile v2.1.0 |
981 | 2024-02-22T06:01:12.851Z | Downloaded rustc-demangle v0.1.23 |
982 | 2024-02-22T06:01:12.851Z | Downloaded omicron-zone-package v0.11.0 |
983 | 2024-02-22T06:01:12.856Z | Downloaded diesel_table_macro_syntax v0.1.0 |
984 | 2024-02-22T06:01:12.856Z | Downloaded try-lock v0.2.4 |
985 | 2024-02-22T06:01:12.857Z | Downloaded papergrid v0.11.0 |
986 | 2024-02-22T06:01:12.862Z | Downloaded tinyvec_macros v0.1.1 |
987 | 2024-02-22T06:01:12.862Z | Downloaded http v0.2.11 |
988 | 2024-02-22T06:01:12.880Z | Downloaded dof v0.3.0 |
989 | 2024-02-22T06:01:12.880Z | Downloaded pem-rfc7468 v0.7.0 |
990 | 2024-02-22T06:01:12.885Z | Downloaded structopt v0.3.26 |
991 | 2024-02-22T06:01:12.885Z | Downloaded usdt-attr-macro v0.3.5 |
992 | 2024-02-22T06:01:12.885Z | Downloaded tracing-attributes v0.1.26 |
993 | 2024-02-22T06:01:12.885Z | Downloaded cc v1.0.83 |
994 | 2024-02-22T06:01:12.885Z | Downloaded indicatif v0.17.8 |
995 | 2024-02-22T06:01:12.891Z | Downloaded debug-ignore v1.0.5 |
996 | 2024-02-22T06:01:12.891Z | Downloaded xattr v1.0.1 |
997 | 2024-02-22T06:01:12.896Z | Downloaded rayon-core v1.12.0 |
998 | 2024-02-22T06:01:12.896Z | Downloaded terminal_size v0.3.0 |
999 | 2024-02-22T06:01:12.896Z | Downloaded time-macros v0.2.13 |
1000 | 2024-02-22T06:01:12.902Z | Downloaded oso v0.27.0 |
1001 | 2024-02-22T06:01:12.909Z | Downloaded bzip2 v0.4.4 |
1002 | 2024-02-22T06:01:12.909Z | Downloaded doc-comment v0.3.3 |
1003 | 2024-02-22T06:01:12.909Z | Downloaded subprocess v0.2.9 |
1004 | 2024-02-22T06:01:12.914Z | Downloaded rcgen v0.12.1 |
1005 | 2024-02-22T06:01:12.914Z | Downloaded fxhash v0.2.1 |
1006 | 2024-02-22T06:01:12.914Z | Downloaded foreign-types v0.3.2 |
1007 | 2024-02-22T06:01:12.914Z | Downloaded tokio-tungstenite v0.20.1 |
1008 | 2024-02-22T06:01:12.919Z | Downloaded openssl-sys v0.9.96 |
1009 | 2024-02-22T06:01:12.924Z | Downloaded thiserror-impl-no-std v2.0.2 |
1010 | 2024-02-22T06:01:12.924Z | Downloaded heck v0.4.1 |
1011 | 2024-02-22T06:01:12.943Z | Downloaded thiserror v1.0.57 |
1012 | 2024-02-22T06:01:12.943Z | Downloaded derive_builder_macro v0.12.0 |
1013 | 2024-02-22T06:01:12.955Z | Downloaded usdt-impl v0.3.5 |
1014 | 2024-02-22T06:01:12.955Z | Downloaded der_derive v0.7.2 |
1015 | 2024-02-22T06:01:12.955Z | Downloaded yasna v0.5.2 |
1016 | 2024-02-22T06:01:12.956Z | Downloaded dyn-clone v1.0.16 |
1017 | 2024-02-22T06:01:12.956Z | Downloaded string_cache v0.8.7 |
1018 | 2024-02-22T06:01:12.956Z | Downloaded shell-words v1.1.0 |
1019 | 2024-02-22T06:01:12.956Z | Downloaded siphasher v0.3.11 |
1020 | 2024-02-22T06:01:12.957Z | Downloaded num_threads v0.1.6 |
1021 | 2024-02-22T06:01:12.957Z | Downloaded defmt-macros v0.3.6 |
1022 | 2024-02-22T06:01:12.957Z | Downloaded strum v0.25.0 |
1023 | 2024-02-22T06:01:12.957Z | Downloaded heck v0.3.3 |
1024 | 2024-02-22T06:01:12.958Z | Downloaded zeroize v1.7.0 |
1025 | 2024-02-22T06:01:12.958Z | Downloaded dtrace-parser v0.2.0 |
1026 | 2024-02-22T06:01:12.965Z | Downloaded proc-macro-crate v1.3.1 |
1027 | 2024-02-22T06:01:12.965Z | Downloaded num-bigint v0.4.4 |
1028 | 2024-02-22T06:01:12.965Z | Downloaded smallvec v0.6.14 |
1029 | 2024-02-22T06:01:12.965Z | Downloaded radium v0.7.0 |
1030 | 2024-02-22T06:01:12.965Z | Downloaded pkcs8 v0.10.2 |
1031 | 2024-02-22T06:01:12.969Z | Downloaded unicode_categories v0.1.1 |
1032 | 2024-02-22T06:01:12.969Z | Downloaded unicode-segmentation v1.10.1 |
1033 | 2024-02-22T06:01:12.974Z | Downloaded snafu v0.7.5 |
1034 | 2024-02-22T06:01:12.978Z | Downloaded toolchain_find v0.2.0 |
1035 | 2024-02-22T06:01:12.979Z | Downloaded env_logger v0.10.0 |
1036 | 2024-02-22T06:01:12.984Z | Downloaded usdt v0.5.0 |
1037 | 2024-02-22T06:01:12.984Z | Downloaded hex v0.4.3 |
1038 | 2024-02-22T06:01:12.988Z | Downloaded display-error-chain v0.2.0 |
1039 | 2024-02-22T06:01:12.988Z | Downloaded parking_lot v0.12.1 |
1040 | 2024-02-22T06:01:12.993Z | Downloaded thiserror-no-std v2.0.2 |
1041 | 2024-02-22T06:01:12.993Z | Downloaded elliptic-curve v0.13.8 |
1042 | 2024-02-22T06:01:12.997Z | Downloaded semver v0.1.20 |
1043 | 2024-02-22T06:01:13.001Z | Downloaded scroll v0.12.0 |
1044 | 2024-02-22T06:01:13.001Z | Downloaded rtoolbox v0.0.1 |
1045 | 2024-02-22T06:01:13.006Z | Downloaded libm v0.2.7 |
1046 | 2024-02-22T06:01:13.013Z | Downloaded parking_lot_core v0.9.8 |
1047 | 2024-02-22T06:01:13.017Z | Downloaded pin-project-lite v0.2.13 |
1048 | 2024-02-22T06:01:13.022Z | Downloaded endian-type v0.1.2 |
1049 | 2024-02-22T06:01:13.022Z | Downloaded pest_derive v2.7.6 |
1050 | 2024-02-22T06:01:13.022Z | Downloaded mio v0.8.9 |
1051 | 2024-02-22T06:01:13.027Z | Downloaded strum v0.26.1 |
1052 | 2024-02-22T06:01:13.031Z | Downloaded static_assertions v1.1.0 |
1053 | 2024-02-22T06:01:13.031Z | Downloaded wait-timeout v0.2.0 |
1054 | 2024-02-22T06:01:13.036Z | Downloaded group v0.13.0 |
1055 | 2024-02-22T06:01:13.036Z | Downloaded getrandom v0.2.10 |
1056 | 2024-02-22T06:01:13.040Z | Downloaded form_urlencoded v1.2.1 |
1057 | 2024-02-22T06:01:13.040Z | Downloaded predicates-core v1.0.6 |
1058 | 2024-02-22T06:01:13.040Z | Downloaded libxml v0.3.3 |
1059 | 2024-02-22T06:01:13.050Z | Downloaded toml v0.7.8 |
1060 | 2024-02-22T06:01:13.055Z | Downloaded sec1 v0.7.3 |
1061 | 2024-02-22T06:01:13.055Z | Downloaded vte v0.11.1 |
1062 | 2024-02-22T06:01:13.055Z | Downloaded pin-utils v0.1.0 |
1063 | 2024-02-22T06:01:13.058Z | Downloaded tempfile v3.10.0 |
1064 | 2024-02-22T06:01:13.058Z | Downloaded prettyplease v0.2.16 |
1065 | 2024-02-22T06:01:13.062Z | Downloaded errno v0.3.8 |
1066 | 2024-02-22T06:01:13.066Z | Downloaded fastrand v2.0.1 |
1067 | 2024-02-22T06:01:13.066Z | Downloaded rand_core v0.6.4 |
1068 | 2024-02-22T06:01:13.066Z | Downloaded derive_builder_core v0.12.0 |
1069 | 2024-02-22T06:01:13.070Z | Downloaded spin v0.9.8 |
1070 | 2024-02-22T06:01:13.074Z | Downloaded quick-error v1.2.3 |
1071 | 2024-02-22T06:01:13.074Z | Downloaded dof v0.1.5 |
1072 | 2024-02-22T06:01:13.074Z | Downloaded unicode-bidi v0.3.13 |
1073 | 2024-02-22T06:01:13.079Z | Downloaded socket2 v0.5.5 |
1074 | 2024-02-22T06:01:13.079Z | Downloaded structmeta v0.2.0 |
1075 | 2024-02-22T06:01:13.084Z | Downloaded usdt-macro v0.5.0 |
1076 | 2024-02-22T06:01:13.084Z | Downloaded futures-io v0.3.30 |
1077 | 2024-02-22T06:01:13.084Z | Downloaded float-cmp v0.9.0 |
1078 | 2024-02-22T06:01:13.084Z | Downloaded predicates-tree v1.0.9 |
1079 | 2024-02-22T06:01:13.084Z | Downloaded minimal-lexical v0.2.1 |
1080 | 2024-02-22T06:01:13.088Z | Downloaded foreign-types v0.5.0 |
1081 | 2024-02-22T06:01:13.093Z | Downloaded rsa v0.9.2 |
1082 | 2024-02-22T06:01:13.098Z | Downloaded glob v0.3.1 |
1083 | 2024-02-22T06:01:13.098Z | Downloaded subtle v2.5.0 |
1084 | 2024-02-22T06:01:13.098Z | Downloaded futures-executor v0.3.30 |
1085 | 2024-02-22T06:01:13.104Z | Downloaded url v2.5.0 |
1086 | 2024-02-22T06:01:13.104Z | Downloaded semver v1.0.22 |
1087 | 2024-02-22T06:01:13.108Z | Downloaded dirs-sys-next v0.1.2 |
1088 | 2024-02-22T06:01:13.108Z | Downloaded filetime v0.2.23 |
1089 | 2024-02-22T06:01:13.108Z | Downloaded slog-bunyan v2.5.0 |
1090 | 2024-02-22T06:01:13.115Z | Downloaded toml v0.8.10 |
1091 | 2024-02-22T06:01:13.115Z | Downloaded textwrap v0.16.1 |
1092 | 2024-02-22T06:01:13.121Z | Downloaded usdt v0.3.5 |
1093 | 2024-02-22T06:01:13.121Z | Downloaded slog-scope v4.4.0 |
1094 | 2024-02-22T06:01:13.121Z | Downloaded crossterm v0.27.0 |
1095 | 2024-02-22T06:01:13.125Z | Downloaded serde_derive v1.0.196 |
1096 | 2024-02-22T06:01:13.129Z | Downloaded aho-corasick v1.0.4 |
1097 | 2024-02-22T06:01:13.133Z | Downloaded strsim v0.10.0 |
1098 | 2024-02-22T06:01:13.136Z | Downloaded fd-lock v4.0.2 |
1099 | 2024-02-22T06:01:13.140Z | Downloaded unicode-normalization v0.1.22 |
1100 | 2024-02-22T06:01:13.143Z | Downloaded schemars_derive v0.8.16 |
1101 | 2024-02-22T06:01:13.143Z | Downloaded foreign-types-shared v0.3.1 |
1102 | 2024-02-22T06:01:13.147Z | Downloaded plain v0.2.3 |
1103 | 2024-02-22T06:01:13.147Z | Downloaded supports-color v3.0.0 |
1104 | 2024-02-22T06:01:13.147Z | Downloaded tokio-stream v0.1.14 |
1105 | 2024-02-22T06:01:13.151Z | Downloaded generic-array v0.14.7 |
1106 | 2024-02-22T06:01:13.155Z | Downloaded defmt v0.3.5 |
1107 | 2024-02-22T06:01:13.159Z | Downloaded tokio-postgres v0.7.10 |
1108 | 2024-02-22T06:01:13.163Z | Downloaded zone_cfg_derive v0.3.0 |
1109 | 2024-02-22T06:01:13.163Z | Downloaded stability v0.1.1 |
1110 | 2024-02-22T06:01:13.164Z | Downloaded unsafe-libyaml v0.2.10 |
1111 | 2024-02-22T06:01:13.168Z | Downloaded parse-display v0.9.0 |
1112 | 2024-02-22T06:01:13.177Z | Downloaded number_prefix v0.4.0 |
1113 | 2024-02-22T06:01:13.177Z | Downloaded utf8parse v0.2.1 |
1114 | 2024-02-22T06:01:13.177Z | Downloaded phf_shared v0.11.2 |
1115 | 2024-02-22T06:01:13.177Z | Downloaded steno v0.4.0 |
1116 | 2024-02-22T06:01:13.177Z | Downloaded want v0.3.1 |
1117 | 2024-02-22T06:01:13.177Z | Downloaded foreign-types-macros v0.2.3 |
1118 | 2024-02-22T06:01:13.178Z | Downloaded futures-task v0.3.30 |
1119 | 2024-02-22T06:01:13.188Z | Downloaded ref-cast v1.0.20 |
1120 | 2024-02-22T06:01:13.188Z | Downloaded futures-sink v0.3.30 |
1121 | 2024-02-22T06:01:13.188Z | Downloaded deranged v0.3.8 |
1122 | 2024-02-22T06:01:13.195Z | Downloaded tinyvec v1.6.0 |
1123 | 2024-02-22T06:01:13.195Z | Downloaded derive_more v0.99.17 |
1124 | 2024-02-22T06:01:13.199Z | Downloaded pest_generator v2.7.6 |
1125 | 2024-02-22T06:01:13.199Z | Downloaded which v4.4.0 |
1126 | 2024-02-22T06:01:13.199Z | Downloaded strsim v0.11.0 |
1127 | 2024-02-22T06:01:13.199Z | Downloaded pest v2.7.6 |
1128 | 2024-02-22T06:01:13.205Z | Downloaded topological-sort v0.2.2 |
1129 | 2024-02-22T06:01:13.208Z | Downloaded futures-core v0.3.30 |
1130 | 2024-02-22T06:01:13.208Z | Downloaded nom v7.1.3 |
1131 | 2024-02-22T06:01:13.213Z | Downloaded parse-size v1.0.0 |
1132 | 2024-02-22T06:01:13.214Z | Downloaded der v0.7.8 |
1133 | 2024-02-22T06:01:13.222Z | Downloaded zerocopy v0.3.0 |
1134 | 2024-02-22T06:01:13.222Z | Downloaded getopts v0.2.21 |
1135 | 2024-02-22T06:01:13.230Z | Downloaded ff v0.13.0 |
1136 | 2024-02-22T06:01:13.230Z | Downloaded tracing v0.1.37 |
1137 | 2024-02-22T06:01:13.230Z | Downloaded blake3 v1.5.0 |
1138 | 2024-02-22T06:01:13.237Z | Downloaded flagset v0.4.3 |
1139 | 2024-02-22T06:01:13.237Z | Downloaded pkg-config v0.3.27 |
1140 | 2024-02-22T06:01:13.242Z | Downloaded gethostname v0.4.3 |
1141 | 2024-02-22T06:01:13.242Z | Downloaded postcard v1.0.8 |
1142 | 2024-02-22T06:01:13.242Z | Downloaded chrono v0.4.31 |
1143 | 2024-02-22T06:01:13.253Z | Downloaded tokio-rustls v0.24.1 |
1144 | 2024-02-22T06:01:13.258Z | Downloaded rustls-pki-types v1.3.0 |
1145 | 2024-02-22T06:01:13.258Z | Downloaded globset v0.4.13 |
1146 | 2024-02-22T06:01:13.258Z | Downloaded serde_with v3.6.1 |
1147 | 2024-02-22T06:01:13.262Z | Downloaded diff v0.1.13 |
1148 | 2024-02-22T06:01:13.266Z | Downloaded fragile v2.0.0 |
1149 | 2024-02-22T06:01:13.269Z | Downloaded slog v2.7.0 |
1150 | 2024-02-22T06:01:13.272Z | Downloaded zerocopy v0.6.4 |
1151 | 2024-02-22T06:01:13.276Z | Downloaded hashbrown v0.13.2 |
1152 | 2024-02-22T06:01:13.279Z | Downloaded owo-colors v4.0.0 |
1153 | 2024-02-22T06:01:13.287Z | Downloaded serde-hex v0.1.0 |
1154 | 2024-02-22T06:01:13.288Z | Downloaded clap v2.34.0 |
1155 | 2024-02-22T06:01:13.292Z | Downloaded zerocopy-derive v0.7.32 |
1156 | 2024-02-22T06:01:13.296Z | Downloaded poly1305 v0.8.0 |
1157 | 2024-02-22T06:01:13.299Z | Downloaded futures-channel v0.3.30 |
1158 | 2024-02-22T06:01:13.299Z | Downloaded similar v2.3.0 |
1159 | 2024-02-22T06:01:13.304Z | Downloaded sha2 v0.10.8 |
1160 | 2024-02-22T06:01:13.309Z | Downloaded serde_json v1.0.114 |
1161 | 2024-02-22T06:01:13.314Z | Downloaded clap_builder v4.5.0 |
1162 | 2024-02-22T06:01:13.322Z | Downloaded tar v0.4.40 |
1163 | 2024-02-22T06:01:13.327Z | Downloaded regex-automata v0.1.10 |
1164 | 2024-02-22T06:01:13.332Z | Downloaded digest v0.10.7 |
1165 | 2024-02-22T06:01:13.336Z | Downloaded futures v0.3.30 |
1166 | 2024-02-22T06:01:13.345Z | Downloaded hyper v0.14.27 |
1167 | 2024-02-22T06:01:13.350Z | Downloaded mockall_derive v0.12.0 |
1168 | 2024-02-22T06:01:13.350Z | Downloaded tracing-core v0.1.31 |
1169 | 2024-02-22T06:01:13.354Z | Downloaded half v2.3.1 |
1170 | 2024-02-22T06:01:13.354Z | Downloaded tokio-util v0.7.10 |
1171 | 2024-02-22T06:01:13.361Z | Downloaded pin-project v1.1.3 |
1172 | 2024-02-22T06:01:13.376Z | Downloaded trust-dns-server v0.22.1 |
1173 | 2024-02-22T06:01:13.408Z | Downloaded trust-dns-client v0.22.0 |
1174 | 2024-02-22T06:01:13.408Z | Downloaded bindgen v0.69.2 |
1175 | 2024-02-22T06:01:13.416Z | Downloaded toml_edit v0.22.6 |
1176 | 2024-02-22T06:01:13.416Z | Downloaded flate2 v1.0.28 |
1177 | 2024-02-22T06:01:13.432Z | Downloaded quick-xml v0.30.0 |
1178 | 2024-02-22T06:01:13.432Z | Downloaded petgraph v0.6.4 |
1179 | 2024-02-22T06:01:13.440Z | Downloaded bitvec v1.0.1 |
1180 | 2024-02-22T06:01:13.456Z | Downloaded toml_edit v0.19.15 |
1181 | 2024-02-22T06:01:13.471Z | Downloaded x509-cert v0.2.4 |
1182 | 2024-02-22T06:01:13.477Z | Downloaded typed-path v0.7.0 |
1183 | 2024-02-22T06:01:13.483Z | Downloaded winnow v0.5.15 |
1184 | 2024-02-22T06:01:13.492Z | Downloaded tough v0.16.0 |
1185 | 2024-02-22T06:01:13.499Z | Downloaded rayon v1.8.0 |
1186 | 2024-02-22T06:01:13.511Z | Downloaded zerocopy v0.7.32 |
1187 | 2024-02-22T06:01:13.525Z | Downloaded futures-util v0.3.30 |
1188 | 2024-02-22T06:01:13.538Z | Downloaded idna v0.2.3 |
1189 | 2024-02-22T06:01:13.548Z | Downloaded smoltcp v0.9.1 |
1190 | 2024-02-22T06:01:13.556Z | Downloaded reqwest v0.11.22 |
1191 | 2024-02-22T06:01:13.564Z | Downloaded regress v0.8.0 |
1192 | 2024-02-22T06:01:13.574Z | Downloaded radix_trie v0.2.1 |
1193 | 2024-02-22T06:01:13.581Z | Downloaded tabled v0.15.0 |
1194 | 2024-02-22T06:01:13.603Z | Downloaded syn v2.0.48 |
1195 | 2024-02-22T06:01:13.608Z | Downloaded sqlparser v0.43.1 |
1196 | 2024-02-22T06:01:13.615Z | Downloaded nix v0.27.1 |
1197 | 2024-02-22T06:01:13.624Z | Downloaded syn v1.0.109 |
1198 | 2024-02-22T06:01:13.634Z | Downloaded goblin v0.8.0 |
1199 | 2024-02-22T06:01:13.639Z | Downloaded polar-core v0.27.0 |
1200 | 2024-02-22T06:01:13.650Z | Downloaded webpki-roots v0.25.2 |
1201 | 2024-02-22T06:01:13.654Z | Downloaded object v0.32.1 |
1202 | 2024-02-22T06:01:13.666Z | Downloaded rustls v0.21.9 |
1203 | 2024-02-22T06:01:13.675Z | Downloaded regex v1.10.3 |
1204 | 2024-02-22T06:01:13.693Z | Downloaded curve25519-dalek v4.1.1 |
1205 | 2024-02-22T06:01:13.700Z | Downloaded vcpkg v0.2.15 |
1206 | 2024-02-22T06:01:13.738Z | Downloaded gimli v0.28.0 |
1207 | 2024-02-22T06:01:13.745Z | Downloaded idna v0.5.0 |
1208 | 2024-02-22T06:01:13.753Z | Downloaded smoltcp v0.11.0 |
1209 | 2024-02-22T06:01:13.766Z | Downloaded regex-syntax v0.8.2 |
1210 | 2024-02-22T06:01:13.774Z | Downloaded rustix v0.38.31 |
1211 | 2024-02-22T06:01:14.675Z | Downloaded rustls v0.22.2 |
1212 | 2024-02-22T06:01:14.675Z | Downloaded sled v0.34.7 |
1213 | 2024-02-22T06:01:14.675Z | Downloaded regex-automata v0.4.4 |
1214 | 2024-02-22T06:01:14.675Z | Downloaded libc v0.2.153 |
1215 | 2024-02-22T06:01:14.675Z | Downloaded tokio v1.36.0 |
1216 | 2024-02-22T06:01:14.675Z | Downloaded zerocopy-derive v0.6.4 |
1217 | 2024-02-22T06:01:14.675Z | Downloaded diesel v2.1.4 |
1218 | 2024-02-22T06:01:14.675Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1219 | 2024-02-22T06:01:14.675Z | Downloaded zerocopy-derive v0.2.0 |
1220 | 2024-02-22T06:01:14.676Z | Downloaded encoding_rs v0.8.33 |
1221 | 2024-02-22T06:01:14.676Z | Downloaded regex-automata v0.3.8 |
1222 | 2024-02-22T06:01:14.676Z | Downloaded ratatui v0.26.1 |
1223 | 2024-02-22T06:01:14.676Z | Downloaded openapiv3 v2.0.0 |
1224 | 2024-02-22T06:01:14.676Z | Downloaded bstr v1.6.0 |
1225 | 2024-02-22T06:01:14.676Z | Downloaded csv v1.3.0 |
1226 | 2024-02-22T06:01:14.676Z | Downloaded sha3 v0.10.8 |
1227 | 2024-02-22T06:01:14.676Z | Downloaded trust-dns-proto v0.22.0 |
1228 | 2024-02-22T06:01:14.676Z | Downloaded regex-syntax v0.6.29 |
1229 | 2024-02-22T06:01:14.676Z | Downloaded openssl v0.10.60 |
1230 | 2024-02-22T06:01:14.677Z | Downloaded object v0.30.4 |
1231 | 2024-02-22T06:01:14.677Z | Downloaded proptest v1.4.0 |
1232 | 2024-02-22T06:01:14.677Z | Downloaded h2 v0.3.24 |
1233 | 2024-02-22T06:01:14.677Z | Downloaded lalrpop v0.19.12 |
1234 | 2024-02-22T06:01:14.677Z | Downloaded bstr v0.2.17 |
1235 | 2024-02-22T06:01:14.677Z | Downloaded hashbrown v0.14.3 |
1236 | 2024-02-22T06:01:14.677Z | Downloaded reedline v0.29.0 |
1237 | 2024-02-22T06:01:14.677Z | Downloaded winnow v0.6.1 |
1238 | 2024-02-22T06:01:14.677Z | Downloaded rustyline v13.0.0 |
1239 | 2024-02-22T06:01:14.678Z | Downloaded itertools v0.12.1 |
1240 | 2024-02-22T06:01:14.678Z | Downloaded darling_core v0.14.4 |
1241 | 2024-02-22T06:01:14.678Z | Downloaded flume v0.11.0 |
1242 | 2024-02-22T06:01:14.678Z | Downloaded trust-dns-resolver v0.22.0 |
1243 | 2024-02-22T06:01:14.678Z | Downloaded rustls-webpki v0.101.7 |
1244 | 2024-02-22T06:01:14.678Z | Downloaded derive_builder v0.12.0 |
1245 | 2024-02-22T06:01:14.678Z | Downloaded fallible-iterator v0.2.0 |
1246 | 2024-02-22T06:01:14.679Z | Downloaded heapless v0.8.0 |
1247 | 2024-02-22T06:01:14.679Z | Downloaded ron v0.8.1 |
1248 | 2024-02-22T06:01:14.679Z | Downloaded heapless v0.7.16 |
1249 | 2024-02-22T06:01:14.679Z | Downloaded rand v0.8.5 |
1250 | 2024-02-22T06:01:14.679Z | Downloaded password-hash v0.5.0 |
1251 | 2024-02-22T06:01:14.679Z | Downloaded portable-atomic v1.4.3 |
1252 | 2024-02-22T06:01:14.680Z | Downloaded hkdf v0.12.4 |
1253 | 2024-02-22T06:01:14.710Z | Downloaded paste v1.0.14 |
1254 | 2024-02-22T06:01:14.711Z | Downloaded ref-cast-impl v1.0.20 |
1255 | 2024-02-22T06:01:14.711Z | Downloaded sct v0.7.0 |
1256 | 2024-02-22T06:01:14.711Z | Downloaded derive-where v1.2.7 |
1257 | 2024-02-22T06:01:14.711Z | Downloaded uuid v1.7.0 |
1258 | 2024-02-22T06:01:14.711Z | Downloaded strum_macros v0.25.2 |
1259 | 2024-02-22T06:01:14.711Z | Downloaded diesel_derives v2.1.2 |
1260 | 2024-02-22T06:01:14.712Z | Downloaded fatfs v0.3.6 |
1261 | 2024-02-22T06:01:14.712Z | Downloaded parking_lot_core v0.8.6 |
1262 | 2024-02-22T06:01:14.712Z | Downloaded strum_macros v0.26.1 |
1263 | 2024-02-22T06:01:14.712Z | Downloaded num-bigint-dig v0.8.4 |
1264 | 2024-02-22T06:01:14.712Z | Downloaded headers v0.3.9 |
1265 | 2024-02-22T06:01:14.712Z | Downloaded hashbrown v0.12.3 |
1266 | 2024-02-22T06:01:14.712Z | Downloaded pin-project-internal v1.1.3 |
1267 | 2024-02-22T06:01:14.713Z | Downloaded futures-macro v0.3.30 |
1268 | 2024-02-22T06:01:14.713Z | Downloaded whoami v1.4.1 |
1269 | 2024-02-22T06:01:14.713Z | Downloaded structmeta-derive v0.2.0 |
1270 | 2024-02-22T06:01:14.713Z | Downloaded strsim v0.8.0 |
1271 | 2024-02-22T06:01:14.713Z | Downloaded tabled_derive v0.7.0 |
1272 | 2024-02-22T06:01:14.714Z | Downloaded darling v0.14.4 |
1273 | 2024-02-22T06:01:14.714Z | Downloaded proc-macro2 v1.0.78 |
1274 | 2024-02-22T06:01:14.714Z | Downloaded rpassword v7.3.1 |
1275 | 2024-02-22T06:01:14.714Z | Downloaded linked-hash-map v0.5.6 |
1276 | 2024-02-22T06:01:14.714Z | Downloaded usdt-impl v0.5.0 |
1277 | 2024-02-22T06:01:14.714Z | Downloaded parking_lot v0.11.2 |
1278 | 2024-02-22T06:01:14.714Z | Downloaded vsss-rs v3.3.4 |
1279 | 2024-02-22T06:01:14.714Z | Downloaded crossbeam-channel v0.5.8 |
1280 | 2024-02-22T06:01:14.714Z | Downloaded phf v0.11.2 |
1281 | 2024-02-22T06:01:14.715Z | Downloaded openssl-macros v0.1.1 |
1282 | 2024-02-22T06:01:14.715Z | Downloaded normalize-line-endings v0.3.0 |
1283 | 2024-02-22T06:01:14.715Z | Downloaded smallvec v1.13.1 |
1284 | 2024-02-22T06:01:14.715Z | Downloaded postgres-protocol v0.6.6 |
1285 | 2024-02-22T06:01:14.715Z | Downloaded platforms v3.0.2 |
1286 | 2024-02-22T06:01:14.715Z | Downloaded tokio-rustls v0.25.0 |
1287 | 2024-02-22T06:01:14.715Z | Downloaded data-encoding v2.4.0 |
1288 | 2024-02-22T06:01:14.716Z | Downloaded pest_meta v2.7.6 |
1289 | 2024-02-22T06:01:14.716Z | Downloaded tungstenite v0.20.1 |
1290 | 2024-02-22T06:01:14.716Z | Downloaded dirs-next v2.0.0 |
1291 | 2024-02-22T06:01:14.716Z | Downloaded fnv v1.0.7 |
1292 | 2024-02-22T06:01:14.716Z | Downloaded smawk v0.3.1 |
1293 | 2024-02-22T06:01:14.716Z | Downloaded zip v0.6.6 |
1294 | 2024-02-22T06:01:14.717Z | Downloaded serde v1.0.196 |
1295 | 2024-02-22T06:01:14.717Z | Downloaded toml v0.5.11 |
1296 | 2024-02-22T06:01:14.717Z | Downloaded slog-dtrace v0.3.0 |
1297 | 2024-02-22T06:01:14.717Z | Downloaded crypto-bigint v0.5.2 |
1298 | 2024-02-22T06:01:14.717Z | Downloaded darling_core v0.20.3 |
1299 | 2024-02-22T06:01:14.717Z | Downloaded rand_xorshift v0.3.0 |
1300 | 2024-02-22T06:01:14.717Z | Downloaded thiserror-impl v1.0.57 |
1301 | 2024-02-22T06:01:14.717Z | Downloaded signature v1.6.4 |
1302 | 2024-02-22T06:01:14.718Z | Downloaded serde_yaml v0.9.25 |
1303 | 2024-02-22T06:01:14.718Z | Downloaded indexmap v1.9.3 |
1304 | 2024-02-22T06:01:14.718Z | Downloaded untrusted v0.9.0 |
1305 | 2024-02-22T06:01:14.718Z | Downloaded itertools v0.10.5 |
1306 | 2024-02-22T06:01:14.718Z | Downloaded serde_urlencoded v0.7.1 |
1307 | 2024-02-22T06:01:14.718Z | Downloaded serde_tokenstream v0.2.0 |
1308 | 2024-02-22T06:01:14.718Z | Downloaded ppv-lite86 v0.2.17 |
1309 | 2024-02-22T06:01:14.718Z | Downloaded zone v0.3.0 |
1310 | 2024-02-22T06:01:14.719Z | Downloaded universal-hash v0.5.1 |
1311 | 2024-02-22T06:01:14.719Z | Downloaded unicode-xid v0.2.4 |
1312 | 2024-02-22T06:01:14.719Z | Downloaded num-complex v0.4.4 |
1313 | 2024-02-22T06:01:14.719Z | Downloaded ahash v0.8.7 |
1314 | 2024-02-22T06:01:14.719Z | Downloaded num v0.4.1 |
1315 | 2024-02-22T06:01:14.719Z | Downloaded nibble_vec v0.1.0 |
1316 | 2024-02-22T06:01:14.719Z | Downloaded itoa v1.0.9 |
1317 | 2024-02-22T06:01:14.720Z | Downloaded ipnetwork v0.20.0 |
1318 | 2024-02-22T06:01:14.720Z | Downloaded bitflags v2.4.0 |
1319 | 2024-02-22T06:01:14.720Z | Downloaded bcs v0.1.6 |
1320 | 2024-02-22T06:01:14.720Z | Downloaded termios v0.3.3 |
1321 | 2024-02-22T06:01:14.720Z | Downloaded slog-stdlog v4.1.1 |
1322 | 2024-02-22T06:01:14.720Z | Downloaded blake2 v0.10.6 |
1323 | 2024-02-22T06:01:14.720Z | Downloaded unicase v2.7.0 |
1324 | 2024-02-22T06:01:14.721Z | Downloaded unarray v0.1.4 |
1325 | 2024-02-22T06:01:14.721Z | Downloaded zeroize_derive v1.4.2 |
1326 | 2024-02-22T06:01:14.721Z | Downloaded spin v0.5.2 |
1327 | 2024-02-22T06:01:14.721Z | Downloaded humantime v2.1.0 |
1328 | 2024-02-22T06:01:14.721Z | Downloaded num-iter v0.1.43 |
1329 | 2024-02-22T06:01:14.721Z | Downloaded backoff v0.4.0 |
1330 | 2024-02-22T06:01:14.721Z | Downloaded base64ct v1.6.0 |
1331 | 2024-02-22T06:01:14.721Z | Downloaded toml_datetime v0.6.5 |
1332 | 2024-02-22T06:01:14.721Z | Downloaded signature v2.1.0 |
1333 | 2024-02-22T06:01:14.722Z | Downloaded memoffset v0.9.0 |
1334 | 2024-02-22T06:01:14.722Z | Downloaded lru-cache v0.1.2 |
1335 | 2024-02-22T06:01:14.722Z | Downloaded keccak v0.1.4 |
1336 | 2024-02-22T06:01:14.722Z | Downloaded inout v0.1.3 |
1337 | 2024-02-22T06:01:14.722Z | Downloaded convert_case v0.4.0 |
1338 | 2024-02-22T06:01:14.722Z | Downloaded rustls-pemfile v1.0.3 |
1339 | 2024-02-22T06:01:14.722Z | Downloaded rustc_version v0.1.7 |
1340 | 2024-02-22T06:01:14.722Z | Downloaded darling_macro v0.20.3 |
1341 | 2024-02-22T06:01:14.723Z | Downloaded slog-envlogger v2.2.0 |
1342 | 2024-02-22T06:01:14.723Z | Downloaded impl-trait-for-tuples v0.2.2 |
1343 | 2024-02-22T06:01:14.723Z | Downloaded hyper-staticfile v0.9.5 |
1344 | 2024-02-22T06:01:14.723Z | Downloaded http-body v0.4.5 |
1345 | 2024-02-22T06:01:14.723Z | Downloaded byteorder v1.5.0 |
1346 | 2024-02-22T06:01:14.723Z | Downloaded bit-vec v0.6.3 |
1347 | 2024-02-22T06:01:14.723Z | Downloaded serde_with_macros v3.6.1 |
1348 | 2024-02-22T06:01:14.723Z | Downloaded console v0.15.8 |
1349 | 2024-02-22T06:01:14.723Z | Downloaded bb8 v0.8.3 |
1350 | 2024-02-22T06:01:14.723Z | Downloaded autocfg v1.1.0 |
1351 | 2024-02-22T06:01:14.724Z | Downloaded maplit v1.0.2 |
1352 | 2024-02-22T06:01:14.724Z | Downloaded corncobs v0.1.3 |
1353 | 2024-02-22T06:01:14.731Z | Downloaded bytecount v0.6.3 |
1354 | 2024-02-22T06:01:14.731Z | Downloaded buf-list v1.0.3 |
1355 | 2024-02-22T06:01:14.731Z | Downloaded block-buffer v0.10.4 |
1356 | 2024-02-22T06:01:14.731Z | Downloaded bit-set v0.5.3 |
1357 | 2024-02-22T06:01:14.731Z | Downloaded assert_matches v1.5.0 |
1358 | 2024-02-22T06:01:14.731Z | Downloaded atomic-waker v1.1.1 |
1359 | 2024-02-22T06:01:14.731Z | Downloaded array-init v0.0.4 |
1360 | 2024-02-22T06:01:14.731Z | Downloaded argon2 v0.5.3 |
1361 | 2024-02-22T06:01:14.731Z | Downloaded memmap v0.7.0 |
1362 | 2024-02-22T06:01:14.731Z | Downloaded libsw v3.3.1 |
1363 | 2024-02-22T06:01:14.731Z | Downloaded adler v1.0.2 |
1364 | 2024-02-22T06:01:14.731Z | Downloaded rustls-webpki v0.102.1 |
1365 | 2024-02-22T06:01:14.731Z | Downloaded bytes v1.5.0 |
1366 | 2024-02-22T06:01:14.731Z | Downloaded anstream v0.6.11 |
1367 | 2024-02-22T06:01:14.732Z | Downloaded ansi_term v0.12.1 |
1368 | 2024-02-22T06:01:14.732Z | Downloaded tokio-native-tls v0.3.1 |
1369 | 2024-02-22T06:01:14.732Z | Downloaded clap v4.5.0 |
1370 | 2024-02-22T06:01:14.732Z | Downloaded atomicwrites v0.4.3 |
1371 | 2024-02-22T06:01:14.732Z | Downloaded ascii-canvas v3.0.0 |
1372 | 2024-02-22T06:01:14.732Z | Downloaded termtree v0.4.1 |
1373 | 2024-02-22T06:01:14.732Z | Downloaded serde-big-array v0.5.1 |
1374 | 2024-02-22T06:01:14.732Z | Downloaded colorchoice v1.0.0 |
1375 | 2024-02-22T06:01:14.732Z | Downloaded test-strategy v0.3.1 |
1376 | 2024-02-22T06:01:14.732Z | Downloaded semver v0.11.0 |
1377 | 2024-02-22T06:01:14.732Z | Downloaded memmap2 v0.7.1 |
1378 | 2024-02-22T06:01:14.732Z | Downloaded arrayref v0.3.7 |
1379 | 2024-02-22T06:01:14.732Z | Downloaded aead v0.5.2 |
1380 | 2024-02-22T06:01:14.732Z | Downloaded anstyle v1.0.2 |
1381 | 2024-02-22T06:01:14.732Z | Downloaded swrite v0.1.0 |
1382 | 2024-02-22T06:01:14.732Z | Downloaded serde-big-array v0.4.1 |
1383 | 2024-02-22T06:01:14.732Z | Downloaded scroll_derive v0.12.0 |
1384 | 2024-02-22T06:01:14.732Z | Downloaded log v0.4.20 |
1385 | 2024-02-22T06:01:14.732Z | Downloaded cobs v0.2.3 |
1386 | 2024-02-22T06:01:14.732Z | Downloaded managed v0.8.0 |
1387 | 2024-02-22T06:01:14.732Z | Downloaded ciborium v0.2.2 |
1388 | 2024-02-22T06:01:14.732Z | Downloaded camino-tempfile v1.1.1 |
1389 | 2024-02-22T06:01:14.732Z | Downloaded anstyle-parse v0.2.1 |
1390 | 2024-02-22T06:01:14.732Z | Downloaded colored v2.0.4 |
1391 | 2024-02-22T06:01:14.732Z | Downloaded ring v0.17.8 |
1392 | 2024-02-22T06:01:14.732Z | Downloaded ring v0.16.20 |
1393 | 2024-02-22T06:01:15.120Z | Compiling proc-macro2 v1.0.78 |
1394 | 2024-02-22T06:01:15.121Z | Compiling unicode-ident v1.0.12 |
1395 | 2024-02-22T06:01:15.126Z | Compiling libc v0.2.153 |
1396 | 2024-02-22T06:01:15.127Z | Compiling serde v1.0.196 |
1397 | 2024-02-22T06:01:15.127Z | Compiling autocfg v1.1.0 |
1398 | 2024-02-22T06:01:15.127Z | Compiling version_check v0.9.4 |
1399 | 2024-02-22T06:01:15.165Z | Compiling cfg-if v1.0.0 |
1400 | 2024-02-22T06:01:15.274Z | Compiling syn v1.0.109 |
1401 | 2024-02-22T06:01:15.317Z | Compiling once_cell v1.19.0 |
1402 | 2024-02-22T06:01:15.354Z | Compiling byteorder v1.5.0 |
1403 | 2024-02-22T06:01:15.671Z | Compiling memchr v2.6.3 |
1404 | 2024-02-22T06:01:15.687Z | Compiling parking_lot_core v0.9.8 |
1405 | 2024-02-22T06:01:15.752Z | Compiling ahash v0.8.7 |
1406 | 2024-02-22T06:01:15.807Z | Compiling lock_api v0.4.10 |
1407 | 2024-02-22T06:01:16.686Z | Compiling libm v0.2.7 |
1408 | 2024-02-22T06:01:17.478Z | Compiling serde_json v1.0.114 |
1409 | 2024-02-22T06:01:17.482Z | Compiling num-traits v0.2.16 |
1410 | 2024-02-22T06:01:17.482Z | Compiling thiserror v1.0.57 |
1411 | 2024-02-22T06:01:17.482Z | Compiling typenum v1.16.0 |
1412 | 2024-02-22T06:01:17.482Z | Compiling scopeguard v1.2.0 |
1413 | 2024-02-22T06:01:17.513Z | Compiling generic-array v0.14.7 |
1414 | 2024-02-22T06:01:17.578Z | Compiling itoa v1.0.9 |
1415 | 2024-02-22T06:01:18.075Z | Compiling log v0.4.20 |
1416 | 2024-02-22T06:01:18.267Z | Compiling quote v1.0.35 |
1417 | 2024-02-22T06:01:18.349Z | Compiling pkg-config v0.3.27 |
1418 | 2024-02-22T06:01:18.707Z | Compiling syn v2.0.48 |
1419 | 2024-02-22T06:01:18.828Z | Compiling cc v1.0.83 |
1420 | 2024-02-22T06:01:18.882Z | Compiling getrandom v0.2.10 |
1421 | 2024-02-22T06:01:19.279Z | Compiling allocator-api2 v0.2.16 |
1422 | 2024-02-22T06:01:19.430Z | Compiling slab v0.4.9 |
1423 | 2024-02-22T06:01:19.715Z | Compiling ryu v1.0.15 |
1424 | 2024-02-22T06:01:19.903Z | Compiling heck v0.4.1 |
1425 | 2024-02-22T06:01:20.028Z | Compiling pin-project-lite v0.2.13 |
1426 | 2024-02-22T06:01:20.060Z | Compiling schemars v0.8.16 |
1427 | 2024-02-22T06:01:20.557Z | Compiling smallvec v1.13.1 |
1428 | 2024-02-22T06:01:20.562Z | Compiling equivalent v1.0.1 |
1429 | 2024-02-22T06:01:20.827Z | Compiling vcpkg v0.2.15 |
1430 | 2024-02-22T06:01:21.202Z | Compiling parking_lot v0.12.1 |
1431 | 2024-02-22T06:01:21.306Z | Compiling ring v0.17.8 |
1432 | 2024-02-22T06:01:22.484Z | Compiling signal-hook-registry v1.4.1 |
1433 | 2024-02-22T06:01:22.555Z | Compiling openssl-sys v0.9.96 |
1434 | 2024-02-22T06:01:23.253Z | Compiling rand_core v0.6.4 |
1435 | 2024-02-22T06:01:23.431Z | Compiling mio v0.8.9 |
1436 | 2024-02-22T06:01:24.097Z | Compiling ring v0.16.20 |
1437 | 2024-02-22T06:01:24.711Z | Compiling num_cpus v1.16.0 |
1438 | 2024-02-22T06:01:24.838Z | Compiling socket2 v0.5.5 |
1439 | 2024-02-22T06:01:25.101Z | Compiling rustix v0.38.31 |
1440 | 2024-02-22T06:01:25.130Z | Compiling httparse v1.8.0 |
1441 | 2024-02-22T06:01:25.462Z | Compiling ucd-trie v0.1.6 |
1442 | 2024-02-22T06:01:25.524Z | Compiling futures-core v0.3.30 |
1443 | 2024-02-22T06:01:25.768Z | Compiling fnv v1.0.7 |
1444 | 2024-02-22T06:01:25.889Z | Compiling crossbeam-utils v0.8.16 |
1445 | 2024-02-22T06:01:25.926Z | Compiling semver v1.0.22 |
1446 | 2024-02-22T06:01:25.943Z | Compiling spin v0.5.2 |
1447 | 2024-02-22T06:01:26.191Z | Compiling serde_derive_internals v0.26.0 |
1448 | 2024-02-22T06:01:26.626Z | Compiling openssl v0.10.60 |
1449 | 2024-02-22T06:01:26.630Z | Compiling iana-time-zone v0.1.57 |
1450 | 2024-02-22T06:01:26.829Z | Compiling const-oid v0.9.5 |
1451 | 2024-02-22T06:01:26.863Z | Compiling subtle v2.5.0 |
1452 | 2024-02-22T06:01:27.168Z | Compiling rustls v0.21.9 |
1453 | 2024-02-22T06:01:27.430Z | Compiling unicode-xid v0.2.4 |
1454 | 2024-02-22T06:01:27.436Z | Compiling native-tls v0.2.11 |
1455 | 2024-02-22T06:01:27.588Z | Compiling synstructure v0.12.6 |
1456 | 2024-02-22T06:01:27.887Z | Compiling spin v0.9.8 |
1457 | 2024-02-22T06:01:27.919Z | Compiling memoffset v0.9.0 |
1458 | 2024-02-22T06:01:28.239Z | Compiling futures-sink v0.3.30 |
1459 | 2024-02-22T06:01:28.495Z | Compiling backtrace v0.3.69 |
1460 | 2024-02-22T06:01:28.654Z | Compiling rustversion v1.0.14 |
1461 | 2024-02-22T06:01:28.694Z | Compiling dyn-clone v1.0.16 |
1462 | 2024-02-22T06:01:28.866Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-02-22T06:01:28.941Z | Compiling tinyvec v1.6.0 |
1464 | 2024-02-22T06:01:29.039Z | Compiling futures-channel v0.3.30 |
1465 | 2024-02-22T06:01:29.240Z | Compiling tracing-core v0.1.31 |
1466 | 2024-02-22T06:01:29.259Z | Compiling crossbeam-epoch v0.9.15 |
1467 | 2024-02-22T06:01:29.459Z | Compiling futures-io v0.3.30 |
1468 | 2024-02-22T06:01:29.529Z | Compiling futures-task v0.3.30 |
1469 | 2024-02-22T06:01:29.667Z | Compiling winnow v0.5.15 |
1470 | 2024-02-22T06:01:29.771Z | Compiling pin-utils v0.1.0 |
1471 | 2024-02-22T06:01:29.789Z | Compiling slog v2.7.0 |
1472 | 2024-02-22T06:01:30.470Z | Compiling unicode-normalization v0.1.22 |
1473 | 2024-02-22T06:01:31.659Z | Compiling serde_derive v1.0.196 |
1474 | 2024-02-22T06:01:31.703Z | Compiling zerocopy-derive v0.7.32 |
1475 | 2024-02-22T06:01:31.748Z | Compiling zeroize_derive v1.4.2 |
1476 | 2024-02-22T06:01:31.937Z | Compiling thiserror-impl v1.0.57 |
1477 | 2024-02-22T06:01:32.029Z | Compiling tokio-macros v2.2.0 |
1478 | 2024-02-22T06:01:32.127Z | Compiling futures-macro v0.3.30 |
1479 | 2024-02-22T06:01:33.153Z | Compiling tracing-attributes v0.1.26 |
1480 | 2024-02-22T06:01:33.276Z | Compiling schemars_derive v0.8.16 |
1481 | 2024-02-22T06:01:33.430Z | Compiling zeroize v1.7.0 |
1482 | 2024-02-22T06:01:33.641Z | Compiling zerocopy v0.7.32 |
1483 | 2024-02-22T06:01:34.877Z | Compiling pest v2.7.6 |
1484 | 2024-02-22T06:01:35.926Z | Compiling hashbrown v0.14.3 |
1485 | 2024-02-22T06:01:36.293Z | Compiling openssl-macros v0.1.1 |
1486 | 2024-02-22T06:01:36.429Z | Compiling zerocopy-derive v0.2.0 |
1487 | 2024-02-22T06:01:37.041Z | Compiling crypto-common v0.1.6 |
1488 | 2024-02-22T06:01:37.153Z | Compiling pest_meta v2.7.6 |
1489 | 2024-02-22T06:01:37.242Z | Compiling der_derive v0.7.2 |
1490 | 2024-02-22T06:01:37.372Z | Compiling tracing v0.1.37 |
1491 | 2024-02-22T06:01:37.510Z | Compiling block-buffer v0.10.4 |
1492 | 2024-02-22T06:01:37.744Z | Compiling futures-util v0.3.30 |
1493 | 2024-02-22T06:01:38.208Z | Compiling usdt-impl v0.3.5 |
1494 | 2024-02-22T06:01:38.571Z | Compiling pest_generator v2.7.6 |
1495 | 2024-02-22T06:01:39.648Z | Compiling crc32fast v1.3.2 |
1496 | 2024-02-22T06:01:40.086Z | Compiling time-core v0.1.1 |
1497 | 2024-02-22T06:01:40.246Z | Compiling anyhow v1.0.75 |
1498 | 2024-02-22T06:01:40.264Z | Compiling unicode-bidi v0.3.13 |
1499 | 2024-02-22T06:01:41.057Z | Compiling time-macros v0.2.13 |
1500 | 2024-02-22T06:01:41.243Z | Compiling pest_derive v2.7.6 |
1501 | 2024-02-22T06:01:42.503Z | Compiling digest v0.10.7 |
1502 | 2024-02-22T06:01:42.907Z | Compiling scroll_derive v0.12.0 |
1503 | 2024-02-22T06:01:43.428Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1504 | 2024-02-22T06:01:43.675Z | Compiling aho-corasick v1.0.4 |
1505 | 2024-02-22T06:01:43.853Z | Compiling ppv-lite86 v0.2.17 |
1506 | 2024-02-22T06:01:44.004Z | Compiling untrusted v0.9.0 |
1507 | 2024-02-22T06:01:44.080Z | Compiling signal-hook v0.3.17 |
1508 | 2024-02-22T06:01:44.192Z | Compiling async-trait v0.1.77 |
1509 | 2024-02-22T06:01:44.289Z | Compiling regex-syntax v0.8.2 |
1510 | 2024-02-22T06:01:44.666Z | Compiling rand_chacha v0.3.1 |
1511 | 2024-02-22T06:01:44.844Z | Compiling zerocopy v0.3.0 |
1512 | 2024-02-22T06:01:45.396Z | Compiling bytes v1.5.0 |
1513 | 2024-02-22T06:01:45.614Z | Compiling indexmap v2.2.3 |
1514 | 2024-02-22T06:01:46.559Z | Compiling bitflags v2.4.0 |
1515 | 2024-02-22T06:01:47.027Z | Compiling tokio v1.36.0 |
1516 | 2024-02-22T06:01:47.222Z | Compiling uuid v1.7.0 |
1517 | 2024-02-22T06:01:47.386Z | Compiling chrono v0.4.31 |
1518 | 2024-02-22T06:01:50.530Z | Compiling serde_spanned v0.6.5 |
1519 | 2024-02-22T06:01:50.785Z | Compiling toml_datetime v0.6.5 |
1520 | 2024-02-22T06:01:51.574Z | Compiling toml_edit v0.19.15 |
1521 | 2024-02-22T06:01:52.179Z | Compiling rustc_version v0.4.0 |
1522 | 2024-02-22T06:01:52.820Z | Compiling http v0.2.11 |
1523 | 2024-02-22T06:01:52.939Z | Compiling heapless v0.7.16 |
1524 | 2024-02-22T06:01:53.785Z | Compiling regex-automata v0.4.4 |
1525 | 2024-02-22T06:01:55.195Z | Compiling thread-id v4.2.0 |
1526 | 2024-02-22T06:01:57.807Z | Compiling tokio-util v0.7.10 |
1527 | 2024-02-22T06:01:58.625Z | Compiling regex v1.10.3 |
1528 | 2024-02-22T06:01:59.307Z | Compiling dof v0.1.5 |
1529 | 2024-02-22T06:01:59.700Z | Compiling rand v0.8.5 |
1530 | 2024-02-22T06:02:01.351Z | Compiling dtrace-parser v0.1.14 |
1531 | 2024-02-22T06:02:02.155Z | Compiling strum_macros v0.25.2 |
1532 | 2024-02-22T06:02:02.536Z | Compiling errno v0.3.8 |
1533 | 2024-02-22T06:02:02.555Z | Compiling num-bigint v0.4.4 |
1534 | 2024-02-22T06:02:02.789Z | Compiling percent-encoding v2.3.1 |
1535 | 2024-02-22T06:02:02.980Z | Compiling foreign-types-shared v0.1.1 |
1536 | 2024-02-22T06:02:03.021Z | Compiling untrusted v0.7.1 |
1537 | 2024-02-22T06:02:03.083Z | Compiling base64ct v1.6.0 |
1538 | 2024-02-22T06:02:03.221Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1539 | 2024-02-22T06:02:03.265Z | Compiling smoltcp v0.9.1 |
1540 | 2024-02-22T06:02:03.708Z | Compiling pem-rfc7468 v0.7.0 |
1541 | 2024-02-22T06:02:03.926Z | Compiling foreign-types v0.3.2 |
1542 | 2024-02-22T06:02:05.936Z | Compiling serde_tokenstream v0.1.7 |
1543 | 2024-02-22T06:02:06.444Z | Compiling hmac v0.12.1 |
1544 | 2024-02-22T06:02:06.717Z | Compiling lazy_static v1.4.0 |
1545 | 2024-02-22T06:02:06.901Z | Compiling socket2 v0.4.9 |
1546 | 2024-02-22T06:02:07.536Z | Compiling unicode-width v0.1.11 |
1547 | 2024-02-22T06:02:07.656Z | Compiling unicode-segmentation v1.10.1 |
1548 | 2024-02-22T06:02:07.693Z | Compiling flagset v0.4.3 |
1549 | 2024-02-22T06:02:07.833Z | Compiling base64 v0.21.7 |
1550 | 2024-02-22T06:02:07.893Z | Compiling adler v1.0.2 |
1551 | 2024-02-22T06:02:08.210Z | Compiling try-lock v0.2.4 |
1552 | 2024-02-22T06:02:08.423Z | Compiling bitflags v1.3.2 |
1553 | 2024-02-22T06:02:08.485Z | Compiling siphasher v0.3.11 |
1554 | 2024-02-22T06:02:08.521Z | Compiling miniz_oxide v0.7.1 |
1555 | 2024-02-22T06:02:08.538Z | Compiling want v0.3.1 |
1556 | 2024-02-22T06:02:08.802Z | Compiling der v0.7.8 |
1557 | 2024-02-22T06:02:09.110Z | Compiling sct v0.7.0 |
1558 | 2024-02-22T06:02:09.394Z | Compiling rustls-webpki v0.101.7 |
1559 | 2024-02-22T06:02:09.648Z | Compiling form_urlencoded v1.2.1 |
1560 | 2024-02-22T06:02:09.807Z | Compiling h2 v0.3.24 |
1561 | 2024-02-22T06:02:09.971Z | Compiling http-body v0.4.5 |
1562 | 2024-02-22T06:02:10.047Z | Compiling hubpack_derive v0.1.1 |
1563 | 2024-02-22T06:02:10.392Z | Compiling zerocopy-derive v0.6.4 |
1564 | 2024-02-22T06:02:11.995Z | Compiling num-iter v0.1.43 |
1565 | 2024-02-22T06:02:12.204Z | Compiling usdt-impl v0.5.0 |
1566 | 2024-02-22T06:02:12.302Z | Compiling cpufeatures v0.2.12 |
1567 | 2024-02-22T06:02:12.349Z | Compiling anstyle v1.0.2 |
1568 | 2024-02-22T06:02:12.396Z | Compiling utf8parse v0.2.1 |
1569 | 2024-02-22T06:02:12.469Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2024-02-22T06:02:12.558Z | Compiling httpdate v1.0.3 |
1571 | 2024-02-22T06:02:12.681Z | Compiling openssl-probe v0.1.5 |
1572 | 2024-02-22T06:02:12.791Z | Compiling tower-service v0.3.2 |
1573 | 2024-02-22T06:02:12.963Z | Compiling anstyle-parse v0.2.1 |
1574 | 2024-02-22T06:02:13.077Z | Compiling sha2 v0.10.8 |
1575 | 2024-02-22T06:02:13.330Z | Compiling spki v0.7.2 |
1576 | 2024-02-22T06:02:15.724Z | Compiling usdt-attr-macro v0.3.5 |
1577 | 2024-02-22T06:02:16.037Z | Compiling usdt-macro v0.3.5 |
1578 | 2024-02-22T06:02:17.130Z | Compiling hyper v0.14.27 |
1579 | 2024-02-22T06:02:17.340Z | Compiling openapiv3 v2.0.0 |
1580 | 2024-02-22T06:02:17.748Z | Compiling scroll v0.12.0 |
1581 | 2024-02-22T06:02:18.668Z | Compiling md-5 v0.10.5 |
1582 | 2024-02-22T06:02:19.226Z | Compiling stringprep v0.1.3 |
1583 | 2024-02-22T06:02:19.226Z | Compiling idna v0.5.0 |
1584 | 2024-02-22T06:02:19.816Z | Compiling diesel_table_macro_syntax v0.1.0 |
1585 | 2024-02-22T06:02:19.934Z | Compiling num-integer v0.1.46 |
1586 | 2024-02-22T06:02:20.167Z | Compiling hash32 v0.2.1 |
1587 | 2024-02-22T06:02:20.446Z | Compiling fallible-iterator v0.2.0 |
1588 | 2024-02-22T06:02:20.569Z | Compiling gimli v0.28.0 |
1589 | 2024-02-22T06:02:21.154Z | Compiling plain v0.2.3 |
1590 | 2024-02-22T06:02:21.406Z | Compiling anstyle-query v1.0.0 |
1591 | 2024-02-22T06:02:21.477Z | Compiling colorchoice v1.0.0 |
1592 | 2024-02-22T06:02:21.712Z | Compiling anstream v0.6.11 |
1593 | 2024-02-22T06:02:22.415Z | Compiling goblin v0.8.0 |
1594 | 2024-02-22T06:02:22.997Z | Compiling postgres-protocol v0.6.6 |
1595 | 2024-02-22T06:02:24.168Z | Compiling diesel_derives v2.1.2 |
1596 | 2024-02-22T06:02:24.638Z | Compiling url v2.5.0 |
1597 | 2024-02-22T06:02:26.279Z | Compiling addr2line v0.21.0 |
1598 | 2024-02-22T06:02:27.561Z | Compiling tokio-rustls v0.24.1 |
1599 | 2024-02-22T06:02:27.884Z | Compiling tokio-native-tls v0.3.1 |
1600 | 2024-02-22T06:02:27.957Z | Compiling terminal_size v0.3.0 |
1601 | 2024-02-22T06:02:28.130Z | Compiling pkcs8 v0.10.2 |
1602 | 2024-02-22T06:02:28.154Z | Compiling phf_shared v0.11.2 |
1603 | 2024-02-22T06:02:29.071Z | Compiling serde_tokenstream v0.2.0 |
1604 | 2024-02-22T06:02:29.590Z | Compiling block-padding v0.3.3 |
1605 | 2024-02-22T06:02:29.830Z | Compiling enum-as-inner v0.5.1 |
1606 | 2024-02-22T06:02:29.995Z | Compiling clap_derive v4.5.0 |
1607 | 2024-02-22T06:02:30.800Z | Compiling serde_repr v0.1.16 |
1608 | 2024-02-22T06:02:32.041Z | Compiling ff v0.13.0 |
1609 | 2024-02-22T06:02:32.175Z | Compiling scheduled-thread-pool v0.2.7 |
1610 | 2024-02-22T06:02:32.277Z | Compiling object v0.32.1 |
1611 | 2024-02-22T06:02:33.425Z | Compiling matches v0.1.10 |
1612 | 2024-02-22T06:02:33.520Z | Compiling ipnet v2.9.0 |
1613 | 2024-02-22T06:02:34.619Z | Compiling managed v0.8.0 |
1614 | 2024-02-22T06:02:35.095Z | Compiling rustc-demangle v0.1.23 |
1615 | 2024-02-22T06:02:37.320Z | Compiling num_threads v0.1.6 |
1616 | 2024-02-22T06:02:37.449Z | Compiling regex-automata v0.1.10 |
1617 | 2024-02-22T06:02:37.730Z | Compiling pretty-hex v0.4.1 |
1618 | 2024-02-22T06:02:37.923Z | Compiling strsim v0.11.0 |
1619 | 2024-02-22T06:02:37.940Z | Compiling deranged v0.3.8 |
1620 | 2024-02-22T06:02:38.578Z | Compiling clap_lex v0.7.0 |
1621 | 2024-02-22T06:02:38.627Z | Compiling base16ct v0.2.0 |
1622 | 2024-02-22T06:02:38.647Z | Compiling bit-vec v0.6.3 |
1623 | 2024-02-22T06:02:39.040Z | Compiling clap_builder v4.5.0 |
1624 | 2024-02-22T06:02:39.072Z | Compiling sec1 v0.7.3 |
1625 | 2024-02-22T06:02:39.905Z | Compiling time v0.3.27 |
1626 | 2024-02-22T06:02:41.209Z | Compiling dof v0.3.0 |
1627 | 2024-02-22T06:02:41.230Z | Compiling bstr v0.2.17 |
1628 | 2024-02-22T06:02:42.605Z | Compiling idna v0.2.3 |
1629 | 2024-02-22T06:02:43.078Z | Compiling r2d2 v0.8.10 |
1630 | 2024-02-22T06:02:43.461Z | Compiling group v0.13.0 |
1631 | 2024-02-22T06:02:44.324Z | Compiling inout v0.1.3 |
1632 | 2024-02-22T06:02:45.059Z | Compiling phf v0.11.2 |
1633 | 2024-02-22T06:02:45.163Z | Compiling hyper-tls v0.5.0 |
1634 | 2024-02-22T06:02:45.172Z | Compiling hyper-rustls v0.24.2 |
1635 | 2024-02-22T06:02:45.348Z | Compiling signal-hook-mio v0.2.3 |
1636 | 2024-02-22T06:02:45.501Z | Compiling bzip2 v0.4.4 |
1637 | 2024-02-22T06:02:45.506Z | Compiling flate2 v1.0.28 |
1638 | 2024-02-22T06:02:45.544Z | Compiling postgres-types v0.2.6 |
1639 | 2024-02-22T06:02:46.025Z | Compiling zerocopy v0.6.4 |
1640 | 2024-02-22T06:02:46.199Z | Compiling hubpack v0.1.2 |
1641 | 2024-02-22T06:02:46.446Z | Compiling serde_urlencoded v0.7.1 |
1642 | 2024-02-22T06:02:46.626Z | Compiling rustls-pemfile v1.0.3 |
1643 | 2024-02-22T06:02:46.788Z | Compiling phf_shared v0.10.0 |
1644 | 2024-02-22T06:02:46.881Z | Compiling hkdf v0.12.4 |
1645 | 2024-02-22T06:02:46.971Z | Compiling ipnetwork v0.20.0 |
1646 | 2024-02-22T06:02:47.176Z | Compiling futures-executor v0.3.30 |
1647 | 2024-02-22T06:02:47.284Z | Compiling dtrace-parser v0.2.0 |
1648 | 2024-02-22T06:02:47.817Z | Compiling regress v0.8.0 |
1649 | 2024-02-22T06:02:47.877Z | Compiling crypto-bigint v0.5.2 |
1650 | 2024-02-22T06:02:48.109Z | Compiling float-cmp v0.9.0 |
1651 | 2024-02-22T06:02:48.326Z | Compiling encoding_rs v0.8.33 |
1652 | 2024-02-22T06:02:50.016Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-02-22T06:02:50.398Z | Compiling normalize-line-endings v0.3.0 |
1654 | 2024-02-22T06:02:50.500Z | Compiling static_assertions v1.1.0 |
1655 | 2024-02-22T06:02:50.520Z | Compiling difflib v0.4.0 |
1656 | 2024-02-22T06:02:50.598Z | Compiling regex-automata v0.3.8 |
1657 | 2024-02-22T06:02:51.023Z | Compiling data-encoding v2.4.0 |
1658 | 2024-02-22T06:02:51.793Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2024-02-22T06:02:51.880Z | Compiling webpki-roots v0.25.2 |
1660 | 2024-02-22T06:02:52.036Z | Compiling mime v0.3.17 |
1661 | 2024-02-22T06:02:52.564Z | Compiling either v1.10.0 |
1662 | 2024-02-22T06:02:52.727Z | Compiling winnow v0.6.1 |
1663 | 2024-02-22T06:02:53.023Z | Compiling minimal-lexical v0.2.1 |
1664 | 2024-02-22T06:02:53.532Z | Compiling precomputed-hash v0.1.1 |
1665 | 2024-02-22T06:02:53.649Z | Compiling predicates-core v1.0.6 |
1666 | 2024-02-22T06:02:53.983Z | Compiling whoami v1.4.1 |
1667 | 2024-02-22T06:02:54.227Z | Compiling itertools v0.10.5 |
1668 | 2024-02-22T06:02:54.515Z | Compiling tokio-postgres v0.7.10 |
1669 | 2024-02-22T06:02:56.713Z | Compiling toml_edit v0.22.6 |
1670 | 2024-02-22T06:02:57.248Z | Compiling predicates v3.1.0 |
1671 | 2024-02-22T06:03:00.748Z | Compiling string_cache v0.8.7 |
1672 | 2024-02-22T06:03:01.047Z | Compiling reqwest v0.11.22 |
1673 | 2024-02-22T06:03:01.174Z | Compiling nom v7.1.3 |
1674 | 2024-02-22T06:03:01.260Z | Compiling bstr v1.6.0 |
1675 | 2024-02-22T06:03:02.746Z | Compiling trust-dns-proto v0.22.0 |
1676 | 2024-02-22T06:03:04.059Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1677 | 2024-02-22T06:03:05.018Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1678 | 2024-02-22T06:03:09.686Z | Compiling petgraph v0.6.4 |
1679 | 2024-02-22T06:03:10.401Z | Compiling elliptic-curve v0.13.8 |
1680 | 2024-02-22T06:03:12.908Z | Compiling futures v0.3.30 |
1681 | 2024-02-22T06:03:13.025Z | Compiling diesel v2.1.4 |
1682 | 2024-02-22T06:03:13.353Z | Compiling yasna v0.5.2 |
1683 | 2024-02-22T06:03:13.628Z | Compiling zip v0.6.6 |
1684 | 2024-02-22T06:03:13.892Z | Compiling crossterm v0.27.0 |
1685 | 2024-02-22T06:03:14.764Z | Compiling cipher v0.4.4 |
1686 | 2024-02-22T06:03:15.070Z | Compiling clap v4.5.0 |
1687 | 2024-02-22T06:03:15.190Z | Compiling similar v2.3.0 |
1688 | 2024-02-22T06:03:15.216Z | Compiling bit-set v0.5.3 |
1689 | 2024-02-22T06:03:15.232Z | Compiling usdt v0.3.5 |
1690 | 2024-02-22T06:03:15.477Z | Compiling console v0.15.8 |
1691 | 2024-02-22T06:03:15.496Z | Compiling strum v0.25.0 |
1692 | 2024-02-22T06:03:16.273Z | Compiling tokio-stream v0.1.14 |
1693 | 2024-02-22T06:03:17.214Z | Compiling toml v0.7.8 |
1694 | 2024-02-22T06:03:17.243Z | Compiling hex v0.4.3 |
1695 | 2024-02-22T06:03:17.288Z | Compiling proc-macro-error-attr v1.0.4 |
1696 | 2024-02-22T06:03:17.623Z | Compiling lalrpop-util v0.19.12 |
1697 | 2024-02-22T06:03:18.888Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1698 | 2024-02-22T06:03:20.956Z | Compiling proc-macro-crate v1.3.1 |
1699 | 2024-02-22T06:03:22.019Z | Compiling proc-macro-error v1.0.4 |
1700 | 2024-02-22T06:03:22.700Z | Compiling heapless v0.8.0 |
1701 | 2024-02-22T06:03:22.885Z | Compiling camino v1.1.6 |
1702 | 2024-02-22T06:03:23.667Z | Compiling num_enum_derive v0.5.11 |
1703 | 2024-02-22T06:03:33.657Z | Compiling atty v0.2.14 |
1704 | 2024-02-22T06:03:33.806Z | Compiling hash32 v0.3.1 |
1705 | 2024-02-22T06:03:34.799Z | Compiling smoltcp v0.11.0 |
1706 | 2024-02-22T06:03:35.435Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1707 | 2024-02-22T06:03:36.760Z | Compiling rustls-pki-types v1.3.0 |
1708 | 2024-02-22T06:03:38.954Z | Compiling strsim v0.10.0 |
1709 | 2024-02-22T06:03:39.567Z | Compiling ident_case v1.0.1 |
1710 | 2024-02-22T06:03:39.752Z | Compiling darling_core v0.20.3 |
1711 | 2024-02-22T06:03:55.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1712 | 2024-02-22T06:03:59.591Z | Compiling num_enum v0.5.11 |
1713 | 2024-02-22T06:04:05.026Z | Compiling dirs-sys-next v0.1.2 |
1714 | 2024-02-22T06:04:06.461Z | Compiling rustls v0.22.2 |
1715 | 2024-02-22T06:04:06.739Z | Compiling cobs v0.2.3 |
1716 | 2024-02-22T06:04:07.548Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1717 | 2024-02-22T06:04:07.861Z | Compiling embedded-io v0.4.0 |
1718 | 2024-02-22T06:04:09.441Z | Compiling postcard v1.0.8 |
1719 | 2024-02-22T06:04:15.597Z | Compiling dirs-next v2.0.0 |
1720 | 2024-02-22T06:04:18.182Z | Compiling darling_macro v0.20.3 |
1721 | 2024-02-22T06:04:20.386Z | Compiling rustls-webpki v0.102.1 |
1722 | 2024-02-22T06:04:21.693Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1723 | 2024-02-22T06:04:26.395Z | Compiling getopts v0.2.21 |
1724 | 2024-02-22T06:04:26.790Z | Compiling structmeta-derive v0.3.0 |
1725 | 2024-02-22T06:04:27.302Z | Compiling foreign-types-macros v0.2.3 |
1726 | 2024-02-22T06:04:28.168Z | Compiling thread_local v1.1.7 |
1727 | 2024-02-22T06:04:28.240Z | Compiling multer v3.0.0 |
1728 | 2024-02-22T06:04:28.450Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1729 | 2024-02-22T06:04:28.494Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1730 | 2024-02-22T06:04:28.550Z | Compiling match_cfg v0.1.0 |
1731 | 2024-02-22T06:04:28.657Z | Compiling slog-async v2.8.0 |
1732 | 2024-02-22T06:04:29.218Z | Compiling foreign-types-shared v0.3.1 |
1733 | 2024-02-22T06:04:29.335Z | Compiling rayon-core v1.12.0 |
1734 | 2024-02-22T06:04:29.642Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1735 | 2024-02-22T06:04:29.866Z | Compiling paste v1.0.14 |
1736 | 2024-02-22T06:04:30.321Z | Compiling unsafe-libyaml v0.2.10 |
1737 | 2024-02-22T06:04:32.137Z | Compiling serde_yaml v0.9.25 |
1738 | 2024-02-22T06:04:37.455Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1739 | 2024-02-22T06:04:38.347Z | Compiling structmeta v0.3.0 |
1740 | 2024-02-22T06:04:38.750Z | Compiling foreign-types v0.5.0 |
1741 | 2024-02-22T06:04:39.578Z | Compiling hostname v0.3.1 |
1742 | 2024-02-22T06:04:39.834Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1743 | 2024-02-22T06:04:43.500Z | Compiling darling v0.20.3 |
1744 | 2024-02-22T06:04:47.278Z | Compiling term v0.7.0 |
1745 | 2024-02-22T06:04:51.398Z | Compiling slog-json v2.6.1 |
1746 | 2024-02-22T06:04:51.925Z | Compiling crossbeam-deque v0.8.3 |
1747 | 2024-02-22T06:04:52.322Z | Compiling is-terminal v0.4.9 |
1748 | 2024-02-22T06:04:52.867Z | Compiling crossbeam-channel v0.5.8 |
1749 | 2024-02-22T06:04:54.259Z | Compiling http v1.0.0 |
1750 | 2024-02-22T06:04:54.270Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1751 | 2024-02-22T06:04:54.318Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1752 | 2024-02-22T06:04:55.013Z | Compiling async-stream-impl v0.3.5 |
1753 | 2024-02-22T06:04:55.179Z | Compiling cstr-argument v0.1.2 |
1754 | 2024-02-22T06:04:55.435Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1755 | 2024-02-22T06:04:55.745Z | Compiling take_mut v0.2.2 |
1756 | 2024-02-22T06:04:55.907Z | Compiling atomic-waker v1.1.1 |
1757 | 2024-02-22T06:04:56.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1758 | 2024-02-22T06:04:56.292Z | Compiling crucible-workspace-hack v0.1.0 |
1759 | 2024-02-22T06:04:56.837Z | Compiling fastrand v2.0.1 |
1760 | 2024-02-22T06:04:56.840Z | Compiling pretty-hex v0.2.1 |
1761 | 2024-02-22T06:04:56.840Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1762 | 2024-02-22T06:04:56.840Z | Compiling async-stream v0.3.5 |
1763 | 2024-02-22T06:04:57.034Z | Compiling tempfile v3.10.0 |
1764 | 2024-02-22T06:04:57.037Z | Compiling waitgroup v0.1.2 |
1765 | 2024-02-22T06:04:58.678Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1766 | 2024-02-22T06:04:59.434Z | Compiling colored v2.0.4 |
1767 | 2024-02-22T06:05:00.346Z | Compiling slog-bunyan v2.5.0 |
1768 | 2024-02-22T06:05:00.620Z | Compiling slog-term v2.9.0 |
1769 | 2024-02-22T06:05:00.712Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1770 | 2024-02-22T06:05:00.816Z | Compiling tokio-rustls v0.25.0 |
1771 | 2024-02-22T06:05:01.261Z | Compiling serde_with_macros v3.6.1 |
1772 | 2024-02-22T06:05:03.168Z | Compiling parse-display-derive v0.9.0 |
1773 | 2024-02-22T06:05:04.087Z | Compiling toml v0.8.10 |
1774 | 2024-02-22T06:05:04.693Z | Compiling rustls-pemfile v2.1.0 |
1775 | 2024-02-22T06:05:05.466Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1776 | 2024-02-22T06:05:06.999Z | Compiling sha1 v0.10.6 |
1777 | 2024-02-22T06:05:07.296Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1778 | 2024-02-22T06:05:07.920Z | Compiling textwrap v0.11.0 |
1779 | 2024-02-22T06:05:08.843Z | Compiling heck v0.3.3 |
1780 | 2024-02-22T06:05:09.029Z | Compiling newtype-uuid v1.0.1 |
1781 | 2024-02-22T06:05:09.199Z | Compiling serde_path_to_error v0.1.15 |
1782 | 2024-02-22T06:05:09.224Z | Compiling strum_macros v0.26.1 |
1783 | 2024-02-22T06:05:09.355Z | Compiling instant v0.1.12 |
1784 | 2024-02-22T06:05:09.518Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1785 | 2024-02-22T06:05:09.781Z | Compiling strsim v0.8.0 |
1786 | 2024-02-22T06:05:09.904Z | Compiling debug-ignore v1.0.5 |
1787 | 2024-02-22T06:05:10.069Z | Compiling vec_map v0.8.2 |
1788 | 2024-02-22T06:05:10.244Z | Compiling libefi-sys v0.1.0 |
1789 | 2024-02-22T06:05:10.389Z | Compiling ansi_term v0.12.1 |
1790 | 2024-02-22T06:05:11.172Z | Compiling clap v2.34.0 |
1791 | 2024-02-22T06:05:11.271Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1792 | 2024-02-22T06:05:14.021Z | Compiling strum v0.26.1 |
1793 | 2024-02-22T06:05:14.211Z | Compiling backoff v0.4.0 |
1794 | 2024-02-22T06:05:14.300Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1795 | 2024-02-22T06:05:14.559Z | Compiling structopt-derive v0.4.18 |
1796 | 2024-02-22T06:05:14.638Z | Compiling parse-display v0.9.0 |
1797 | 2024-02-22T06:05:14.821Z | Compiling serde_with v3.6.1 |
1798 | 2024-02-22T06:05:16.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1799 | 2024-02-22T06:05:16.525Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1800 | 2024-02-22T06:05:16.779Z | Compiling rayon v1.8.0 |
1801 | 2024-02-22T06:05:17.361Z | Compiling camino-tempfile v1.1.1 |
1802 | 2024-02-22T06:05:18.268Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1803 | 2024-02-22T06:05:18.447Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1804 | 2024-02-22T06:05:18.970Z | Compiling zone_cfg_derive v0.3.0 |
1805 | 2024-02-22T06:05:19.566Z | Compiling macaddr v1.0.1 |
1806 | 2024-02-22T06:05:20.276Z | Compiling num-derive v0.4.0 |
1807 | 2024-02-22T06:05:20.343Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1808 | 2024-02-22T06:05:20.733Z | Compiling blake3 v1.5.0 |
1809 | 2024-02-22T06:05:21.311Z | Compiling portable-atomic v1.4.3 |
1810 | 2024-02-22T06:05:22.534Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1811 | 2024-02-22T06:05:22.678Z | Compiling zone v0.3.0 |
1812 | 2024-02-22T06:05:22.699Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1813 | 2024-02-22T06:05:24.238Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1814 | 2024-02-22T06:05:24.811Z | Compiling structopt v0.3.26 |
1815 | 2024-02-22T06:05:25.736Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1816 | 2024-02-22T06:05:25.941Z | Compiling smf v0.2.2 |
1817 | 2024-02-22T06:05:26.702Z | Compiling xattr v1.0.1 |
1818 | 2024-02-22T06:05:26.961Z | Compiling filetime v0.2.23 |
1819 | 2024-02-22T06:05:26.981Z | Compiling memmap2 v0.7.1 |
1820 | 2024-02-22T06:05:27.006Z | Compiling arrayvec v0.7.4 |
1821 | 2024-02-22T06:05:27.311Z | Compiling constant_time_eq v0.3.0 |
1822 | 2024-02-22T06:05:27.449Z | Compiling same-file v1.0.6 |
1823 | 2024-02-22T06:05:27.884Z | Compiling arrayref v0.3.7 |
1824 | 2024-02-22T06:05:27.889Z | Compiling tar v0.4.40 |
1825 | 2024-02-22T06:05:27.889Z | Compiling walkdir v2.4.0 |
1826 | 2024-02-22T06:05:29.660Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-02-22T06:05:30.013Z | Compiling gethostname v0.4.3 |
1828 | 2024-02-22T06:05:30.271Z | Compiling number_prefix v0.4.0 |
1829 | 2024-02-22T06:05:30.335Z | Compiling topological-sort v0.2.2 |
1830 | 2024-02-22T06:05:30.545Z | Compiling swrite v0.1.0 |
1831 | 2024-02-22T06:05:30.591Z | Compiling omicron-zone-package v0.11.0 |
1832 | 2024-02-22T06:05:31.921Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1833 | 2024-02-22T06:05:33.199Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1834 | 2024-02-22T06:05:34.262Z | Compiling indicatif v0.17.8 |
1835 | 2024-02-22T06:05:42.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1836 | 2024-02-22T06:05:44.702Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1837 | 2024-02-22T06:05:47.488Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1838 | 2024-02-22T06:06:05.059Z | Finished release [optimized] target(s) in 5m 10s |
1839 | 2024-02-22T06:06:05.265Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1840 | 2024-02-22T06:06:05.319Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1841 | 2024-02-22T06:06:05.322Z | Created new build target 'test' and set it as active |
1842 | 2024-02-22T06:06:05.322Z | |
1843 | 2024-02-22T06:06:05.322Z | real 5:10.823379311 |
1844 | 2024-02-22T06:06:05.322Z | user 33:03.578705383 |
1845 | 2024-02-22T06:06:05.322Z | sys 3:45.710135171 |
1846 | 2024-02-22T06:06:05.322Z | trap 0.933515392 |
1847 | 2024-02-22T06:06:05.322Z | tflt 5.605738122 |
1848 | 2024-02-22T06:06:05.323Z | dflt 3.850767519 |
1849 | 2024-02-22T06:06:05.323Z | kflt 0.211924971 |
1850 | 2024-02-22T06:06:05.323Z | lock 1:10:12.576776924 |
1851 | 2024-02-22T06:06:05.323Z | slp 1:34:15.124608502 |
1852 | 2024-02-22T06:06:05.323Z | lat 2:03.360923287 |
1853 | 2024-02-22T06:06:05.323Z | stop 3:14.663939876 |
1854 | 2024-02-22T06:06:05.323Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1855 | 2024-02-22T06:06:06.002Z | Finished release [optimized] target(s) in 0.63s |
1856 | 2024-02-22T06:06:06.020Z | Running `target/release/omicron-package -t test package` |
1857 | 2024-02-22T06:06:06.048Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1858 | 2024-02-22T06:06:06.776Z | Compiling linked-hash-map v0.5.6 |
1859 | 2024-02-22T06:06:06.781Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1860 | 2024-02-22T06:06:06.781Z | Compiling usdt-attr-macro v0.5.0 |
1861 | 2024-02-22T06:06:06.838Z | Compiling usdt-macro v0.5.0 |
1862 | 2024-02-22T06:06:06.842Z | Compiling memmap v0.7.0 |
1863 | 2024-02-22T06:06:06.842Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1864 | 2024-02-22T06:06:06.851Z | Compiling password-hash v0.5.0 |
1865 | 2024-02-22T06:06:06.854Z | Compiling blake2 v0.10.6 |
1866 | 2024-02-22T06:06:07.208Z | Compiling lru-cache v0.1.2 |
1867 | 2024-02-22T06:06:07.256Z | Compiling semver v0.1.20 |
1868 | 2024-02-22T06:06:07.405Z | Compiling argon2 v0.5.3 |
1869 | 2024-02-22T06:06:07.836Z | Compiling rustc_version v0.1.7 |
1870 | 2024-02-22T06:06:08.181Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1871 | 2024-02-22T06:06:08.210Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1872 | 2024-02-22T06:06:08.223Z | Compiling quick-error v1.2.3 |
1873 | 2024-02-22T06:06:08.322Z | Compiling usdt v0.5.0 |
1874 | 2024-02-22T06:06:08.347Z | Compiling resolv-conf v0.7.0 |
1875 | 2024-02-22T06:06:08.462Z | Compiling newtype_derive v0.1.6 |
1876 | 2024-02-22T06:06:08.771Z | Compiling rayon-core v1.12.0 |
1877 | 2024-02-22T06:06:08.782Z | Compiling crossbeam-deque v0.8.3 |
1878 | 2024-02-22T06:06:08.793Z | Compiling same-file v1.0.6 |
1879 | 2024-02-22T06:06:09.003Z | Compiling fastrand v2.0.1 |
1880 | 2024-02-22T06:06:09.292Z | Compiling walkdir v2.4.0 |
1881 | 2024-02-22T06:06:09.513Z | Compiling tempfile v3.10.0 |
1882 | 2024-02-22T06:06:09.873Z | Compiling trust-dns-resolver v0.22.0 |
1883 | 2024-02-22T06:06:09.950Z | Compiling itertools v0.12.1 |
1884 | 2024-02-22T06:06:10.212Z | Compiling camino v1.1.6 |
1885 | 2024-02-22T06:06:10.262Z | Compiling semver-parser v0.10.2 |
1886 | 2024-02-22T06:06:10.273Z | Compiling slog-dtrace v0.3.0 |
1887 | 2024-02-22T06:06:10.278Z | Compiling blake3 v1.5.0 |
1888 | 2024-02-22T06:06:10.643Z | Compiling rayon v1.8.0 |
1889 | 2024-02-22T06:06:10.761Z | Compiling nibble_vec v0.1.0 |
1890 | 2024-02-22T06:06:10.971Z | Compiling semver v0.11.0 |
1891 | 2024-02-22T06:06:11.494Z | Compiling memmap2 v0.7.1 |
1892 | 2024-02-22T06:06:11.651Z | Compiling filetime v0.2.23 |
1893 | 2024-02-22T06:06:11.919Z | Compiling xattr v1.0.1 |
1894 | 2024-02-22T06:06:11.954Z | Compiling arrayref v0.3.7 |
1895 | 2024-02-22T06:06:12.045Z | Compiling home v0.5.5 |
1896 | 2024-02-22T06:06:12.140Z | Compiling arrayvec v0.7.4 |
1897 | 2024-02-22T06:06:12.171Z | Compiling constant_time_eq v0.3.0 |
1898 | 2024-02-22T06:06:12.267Z | Compiling endian-type v0.1.2 |
1899 | 2024-02-22T06:06:12.304Z | Compiling toolchain_find v0.2.0 |
1900 | 2024-02-22T06:06:12.480Z | Compiling radix_trie v0.2.1 |
1901 | 2024-02-22T06:06:12.548Z | Compiling tar v0.4.40 |
1902 | 2024-02-22T06:06:12.806Z | Compiling camino-tempfile v1.1.1 |
1903 | 2024-02-22T06:06:13.205Z | Compiling steno v0.4.0 |
1904 | 2024-02-22T06:06:13.818Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1905 | 2024-02-22T06:06:14.385Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1906 | 2024-02-22T06:06:14.806Z | Compiling toml v0.5.11 |
1907 | 2024-02-22T06:06:14.884Z | Compiling derive-where v1.2.7 |
1908 | 2024-02-22T06:06:15.534Z | Compiling num-rational v0.4.1 |
1909 | 2024-02-22T06:06:15.866Z | Compiling topological-sort v0.2.2 |
1910 | 2024-02-22T06:06:16.074Z | Compiling radium v0.7.0 |
1911 | 2024-02-22T06:06:16.534Z | Compiling omicron-zone-package v0.11.0 |
1912 | 2024-02-22T06:06:16.868Z | Compiling rustfmt-wrapper v0.2.0 |
1913 | 2024-02-22T06:06:17.718Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1914 | 2024-02-22T06:06:17.938Z | Compiling toml v0.8.10 |
1915 | 2024-02-22T06:06:18.155Z | Compiling cancel-safe-futures v0.1.5 |
1916 | 2024-02-22T06:06:18.190Z | Compiling maybe-uninit v2.0.0 |
1917 | 2024-02-22T06:06:18.520Z | Compiling tap v1.0.1 |
1918 | 2024-02-22T06:06:18.685Z | Compiling wyz v0.5.1 |
1919 | 2024-02-22T06:06:19.505Z | Compiling num-complex v0.4.4 |
1920 | 2024-02-22T06:06:19.726Z | Compiling packed_struct v0.10.1 |
1921 | 2024-02-22T06:06:20.149Z | Compiling num-bigint-dig v0.8.4 |
1922 | 2024-02-22T06:06:20.458Z | Compiling crc-catalog v2.2.0 |
1923 | 2024-02-22T06:06:20.599Z | Compiling funty v2.0.0 |
1924 | 2024-02-22T06:06:20.879Z | Compiling num v0.4.1 |
1925 | 2024-02-22T06:06:20.983Z | Compiling crc v3.0.1 |
1926 | 2024-02-22T06:06:21.827Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1927 | 2024-02-22T06:06:22.093Z | Compiling bitvec v1.0.1 |
1928 | 2024-02-22T06:06:22.104Z | Compiling fxhash v0.2.1 |
1929 | 2024-02-22T06:06:22.329Z | Compiling packed_struct_codegen v0.10.1 |
1930 | 2024-02-22T06:06:22.895Z | Compiling indexmap v1.9.3 |
1931 | 2024-02-22T06:06:23.200Z | Compiling utf-8 v0.7.6 |
1932 | 2024-02-22T06:06:23.588Z | Compiling nodrop v0.1.14 |
1933 | 2024-02-22T06:06:23.603Z | Compiling tungstenite v0.20.1 |
1934 | 2024-02-22T06:06:23.706Z | Compiling array-init v0.0.4 |
1935 | 2024-02-22T06:06:25.006Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1936 | 2024-02-22T06:06:25.011Z | Compiling smallvec v0.6.14 |
1937 | 2024-02-22T06:06:26.148Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1938 | 2024-02-22T06:06:29.316Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1939 | 2024-02-22T06:06:31.157Z | Compiling pkcs1 v0.7.5 |
1940 | 2024-02-22T06:06:32.614Z | Compiling signature v2.1.0 |
1941 | 2024-02-22T06:06:32.851Z | Compiling unicase v2.7.0 |
1942 | 2024-02-22T06:06:33.170Z | Compiling half v2.3.1 |
1943 | 2024-02-22T06:06:33.916Z | Compiling bitfield v0.14.0 |
1944 | 2024-02-22T06:06:34.225Z | Compiling ciborium-io v0.2.2 |
1945 | 2024-02-22T06:06:34.346Z | Compiling hashbrown v0.12.3 |
1946 | 2024-02-22T06:06:34.913Z | Compiling termcolor v1.2.0 |
1947 | 2024-02-22T06:06:36.201Z | Compiling env_logger v0.10.0 |
1948 | 2024-02-22T06:06:36.722Z | Compiling ciborium-ll v0.2.2 |
1949 | 2024-02-22T06:06:37.308Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1950 | 2024-02-22T06:06:37.772Z | Compiling rsa v0.9.2 |
1951 | 2024-02-22T06:06:39.203Z | Compiling serde-hex v0.1.0 |
1952 | 2024-02-22T06:06:40.052Z | Compiling tokio-tungstenite v0.20.1 |
1953 | 2024-02-22T06:06:40.638Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1954 | 2024-02-22T06:06:40.975Z | Compiling x509-cert v0.2.4 |
1955 | 2024-02-22T06:06:43.147Z | Compiling ron v0.8.1 |
1956 | 2024-02-22T06:06:44.501Z | Compiling hashbrown v0.13.2 |
1957 | 2024-02-22T06:06:45.914Z | Compiling arc-swap v1.6.0 |
1958 | 2024-02-22T06:06:46.709Z | Compiling display-error-chain v0.2.0 |
1959 | 2024-02-22T06:06:46.892Z | Compiling crc-any v2.4.3 |
1960 | 2024-02-22T06:06:47.429Z | Compiling slog-scope v4.4.0 |
1961 | 2024-02-22T06:06:47.863Z | Compiling object v0.30.4 |
1962 | 2024-02-22T06:06:48.309Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1963 | 2024-02-22T06:06:49.543Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1964 | 2024-02-22T06:06:50.106Z | Compiling ciborium v0.2.2 |
1965 | 2024-02-22T06:06:52.370Z | Compiling libsw v3.3.1 |
1966 | 2024-02-22T06:06:52.700Z | Compiling path-slash v0.1.5 |
1967 | 2024-02-22T06:06:52.920Z | Compiling parking_lot_core v0.8.6 |
1968 | 2024-02-22T06:06:53.067Z | Compiling linear-map v1.2.0 |
1969 | 2024-02-22T06:06:53.337Z | Compiling owo-colors v4.0.0 |
1970 | 2024-02-22T06:06:53.484Z | Compiling slog-stdlog v4.1.1 |
1971 | 2024-02-22T06:06:54.417Z | Compiling dirs-sys-next v0.1.2 |
1972 | 2024-02-22T06:06:54.582Z | Compiling crunchy v0.2.2 |
1973 | 2024-02-22T06:06:54.880Z | Compiling convert_case v0.4.0 |
1974 | 2024-02-22T06:06:55.037Z | Compiling glob v0.3.1 |
1975 | 2024-02-22T06:06:55.630Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1976 | 2024-02-22T06:06:55.848Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1977 | 2024-02-22T06:06:56.697Z | Compiling clang-sys v1.6.1 |
1978 | 2024-02-22T06:06:57.484Z | Compiling derive_more v0.99.17 |
1979 | 2024-02-22T06:07:03.498Z | Compiling dirs-next v2.0.0 |
1980 | 2024-02-22T06:07:04.023Z | Compiling slog-envlogger v2.2.0 |
1981 | 2024-02-22T06:07:05.576Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1982 | 2024-02-22T06:07:06.282Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1983 | 2024-02-22T06:07:06.699Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1984 | 2024-02-22T06:07:07.254Z | Compiling platforms v3.0.2 |
1985 | 2024-02-22T06:07:07.618Z | Compiling prettyplease v0.2.16 |
1986 | 2024-02-22T06:07:07.882Z | Compiling tiny-keccak v2.0.2 |
1987 | 2024-02-22T06:07:07.968Z | Compiling parking_lot v0.11.2 |
1988 | 2024-02-22T06:07:08.196Z | Compiling mime_guess v2.0.4 |
1989 | 2024-02-22T06:07:09.431Z | Compiling term v0.7.0 |
1990 | 2024-02-22T06:07:10.348Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1991 | 2024-02-22T06:07:10.930Z | Compiling trust-dns-client v0.22.0 |
1992 | 2024-02-22T06:07:13.381Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1993 | 2024-02-22T06:07:15.943Z | Compiling darling_core v0.14.4 |
1994 | 2024-02-22T06:07:20.667Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1995 | 2024-02-22T06:07:21.136Z | Compiling pem v3.0.2 |
1996 | 2024-02-22T06:07:22.200Z | Compiling darling_macro v0.14.4 |
1997 | 2024-02-22T06:07:23.341Z | Compiling ascii-canvas v3.0.0 |
1998 | 2024-02-22T06:07:23.601Z | Compiling trust-dns-server v0.22.1 |
1999 | 2024-02-22T06:07:23.806Z | Compiling sled v0.34.7 |
2000 | 2024-02-22T06:07:24.461Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2001 | 2024-02-22T06:07:28.769Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2002 | 2024-02-22T06:07:28.986Z | Compiling is-terminal v0.4.9 |
2003 | 2024-02-22T06:07:29.110Z | Compiling ena v0.14.2 |
2004 | 2024-02-22T06:07:29.534Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2005 | 2024-02-22T06:07:30.285Z | Compiling vte_generate_state_changes v0.1.1 |
2006 | 2024-02-22T06:07:30.893Z | Compiling libloading v0.7.4 |
2007 | 2024-02-22T06:07:31.255Z | Compiling diff v0.1.13 |
2008 | 2024-02-22T06:07:31.864Z | Compiling bindgen v0.69.2 |
2009 | 2024-02-22T06:07:31.939Z | Compiling regex-syntax v0.6.29 |
2010 | 2024-02-22T06:07:37.596Z | Compiling lalrpop v0.19.12 |
2011 | 2024-02-22T06:07:38.527Z | Compiling vte v0.11.1 |
2012 | 2024-02-22T06:07:40.570Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2013 | 2024-02-22T06:07:40.778Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2014 | 2024-02-22T06:07:43.812Z | Compiling curve25519-dalek v4.1.1 |
2015 | 2024-02-22T06:07:45.994Z | Compiling darling v0.14.4 |
2016 | 2024-02-22T06:07:46.107Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2017 | 2024-02-22T06:07:48.864Z | Compiling cexpr v0.6.0 |
2018 | 2024-02-22T06:07:50.342Z | Compiling which v4.4.0 |
2019 | 2024-02-22T06:07:50.872Z | Compiling kstat-rs v0.2.3 |
2020 | 2024-02-22T06:07:52.129Z | Compiling memoffset v0.7.1 |
2021 | 2024-02-22T06:07:52.482Z | Compiling keccak v0.1.4 |
2022 | 2024-02-22T06:07:53.462Z | Compiling doc-comment v0.3.3 |
2023 | 2024-02-22T06:07:53.986Z | Compiling rustc-hash v1.1.0 |
2024 | 2024-02-22T06:07:54.124Z | Compiling lazycell v1.3.0 |
2025 | 2024-02-22T06:07:54.271Z | Compiling peeking_take_while v0.1.2 |
2026 | 2024-02-22T06:07:54.445Z | Compiling shlex v1.3.0 |
2027 | 2024-02-22T06:07:54.826Z | Compiling bytecount v0.6.3 |
2028 | 2024-02-22T06:07:54.868Z | Compiling buf-list v1.0.3 |
2029 | 2024-02-22T06:07:55.130Z | Compiling papergrid v0.11.0 |
2030 | 2024-02-22T06:08:00.089Z | Compiling sha3 v0.10.8 |
2031 | 2024-02-22T06:08:00.302Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2032 | 2024-02-22T06:08:00.946Z | Compiling derive_builder_core v0.12.0 |
2033 | 2024-02-22T06:08:03.312Z | Compiling strip-ansi-escapes v0.2.0 |
2034 | 2024-02-22T06:08:05.012Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2035 | 2024-02-22T06:08:06.009Z | Compiling polar-core v0.27.0 |
2036 | 2024-02-22T06:08:07.475Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2037 | 2024-02-22T06:08:08.639Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2038 | 2024-02-22T06:08:09.687Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2039 | 2024-02-22T06:08:09.894Z | Compiling tabled_derive v0.7.0 |
2040 | 2024-02-22T06:08:10.632Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2041 | 2024-02-22T06:08:10.848Z | Compiling fd-lock v4.0.2 |
2042 | 2024-02-22T06:08:11.062Z | Compiling fd-lock v3.0.13 |
2043 | 2024-02-22T06:08:11.140Z | Compiling headers-core v0.2.0 |
2044 | 2024-02-22T06:08:11.276Z | Compiling universal-hash v0.5.1 |
2045 | 2024-02-22T06:08:11.311Z | Compiling nix v0.27.1 |
2046 | 2024-02-22T06:08:11.491Z | Compiling secrecy v0.8.0 |
2047 | 2024-02-22T06:08:12.692Z | Compiling libxml v0.3.3 |
2048 | 2024-02-22T06:08:12.700Z | Compiling sqlparser_derive v0.2.2 |
2049 | 2024-02-22T06:08:12.700Z | Compiling pin-project-internal v1.1.3 |
2050 | 2024-02-22T06:08:13.203Z | Compiling thiserror-impl-no-std v2.0.2 |
2051 | 2024-02-22T06:08:15.078Z | Compiling curve25519-dalek-derive v0.1.0 |
2052 | 2024-02-22T06:08:15.204Z | Compiling unicode_categories v0.1.1 |
2053 | 2024-02-22T06:08:15.482Z | Compiling ref-cast v1.0.20 |
2054 | 2024-02-22T06:08:15.541Z | Compiling nu-ansi-term v0.50.0 |
2055 | 2024-02-22T06:08:15.941Z | Compiling opaque-debug v0.3.0 |
2056 | 2024-02-22T06:08:16.034Z | Compiling poly1305 v0.8.0 |
2057 | 2024-02-22T06:08:16.045Z | Compiling thiserror-no-std v2.0.2 |
2058 | 2024-02-22T06:08:16.150Z | Compiling reedline v0.29.0 |
2059 | 2024-02-22T06:08:16.639Z | Compiling sqlformat v0.2.3 |
2060 | 2024-02-22T06:08:16.941Z | Compiling rustyline v13.0.0 |
2061 | 2024-02-22T06:08:17.712Z | Compiling pin-project v1.1.3 |
2062 | 2024-02-22T06:08:17.844Z | Compiling sqlparser v0.43.1 |
2063 | 2024-02-22T06:08:17.994Z | Compiling tabled v0.15.0 |
2064 | 2024-02-22T06:08:24.387Z | Compiling headers v0.3.9 |
2065 | 2024-02-22T06:08:25.515Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2066 | 2024-02-22T06:08:27.171Z | Compiling derive_builder_macro v0.12.0 |
2067 | 2024-02-22T06:08:29.781Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2068 | 2024-02-22T06:08:30.277Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2069 | 2024-02-22T06:08:30.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2024-02-22T06:08:30.885Z | Compiling chacha20 v0.9.1 |
2071 | 2024-02-22T06:08:31.330Z | Compiling aead v0.5.2 |
2072 | 2024-02-22T06:08:31.652Z | Compiling strum_macros v0.24.3 |
2073 | 2024-02-22T06:08:35.193Z | Compiling bcs v0.1.6 |
2074 | 2024-02-22T06:08:36.018Z | Compiling snafu-derive v0.7.5 |
2075 | 2024-02-22T06:08:38.398Z | Compiling ref-cast-impl v1.0.20 |
2076 | 2024-02-22T06:08:39.187Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2077 | 2024-02-22T06:08:39.511Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2078 | 2024-02-22T06:08:39.544Z | Compiling fs-err v2.11.0 |
2079 | 2024-02-22T06:08:39.828Z | Compiling cookie v0.18.0 |
2080 | 2024-02-22T06:08:39.864Z | Compiling salty v0.2.0 |
2081 | 2024-02-22T06:08:40.169Z | Compiling signature v1.6.4 |
2082 | 2024-02-22T06:08:40.294Z | Compiling highway v1.1.0 |
2083 | 2024-02-22T06:08:40.323Z | Compiling indoc v1.0.9 |
2084 | 2024-02-22T06:08:40.548Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2085 | 2024-02-22T06:08:40.882Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2086 | 2024-02-22T06:08:41.037Z | Compiling snafu v0.7.5 |
2087 | 2024-02-22T06:08:41.726Z | Compiling ed25519 v1.5.3 |
2088 | 2024-02-22T06:08:42.441Z | Compiling chacha20poly1305 v0.10.1 |
2089 | 2024-02-22T06:08:42.530Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2090 | 2024-02-22T06:08:42.544Z | Compiling derive_builder v0.12.0 |
2091 | 2024-02-22T06:08:42.726Z | Compiling vsss-rs v3.3.4 |
2092 | 2024-02-22T06:08:47.709Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2093 | 2024-02-22T06:08:49.062Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2094 | 2024-02-22T06:08:49.777Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2095 | 2024-02-22T06:08:50.114Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2096 | 2024-02-22T06:08:50.403Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2097 | 2024-02-22T06:08:50.424Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2098 | 2024-02-22T06:08:51.829Z | Compiling globset v0.4.13 |
2099 | 2024-02-22T06:08:53.963Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2100 | 2024-02-22T06:08:55.791Z | Compiling olpc-cjson v0.1.3 |
2101 | 2024-02-22T06:08:56.391Z | Compiling bb8 v0.8.3 |
2102 | 2024-02-22T06:08:56.826Z | Compiling quick-xml v0.30.0 |
2103 | 2024-02-22T06:08:56.924Z | Compiling serde_plain v1.0.2 |
2104 | 2024-02-22T06:08:56.946Z | Compiling serde-big-array v0.5.1 |
2105 | 2024-02-22T06:08:57.181Z | Compiling impl-trait-for-tuples v0.2.2 |
2106 | 2024-02-22T06:08:57.461Z | Compiling async-recursion v1.0.5 |
2107 | 2024-02-22T06:08:58.447Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2108 | 2024-02-22T06:08:59.303Z | Compiling oso-derive v0.27.0 |
2109 | 2024-02-22T06:08:59.692Z | Compiling maplit v1.0.2 |
2110 | 2024-02-22T06:09:00.305Z | Compiling typed-path v0.7.0 |
2111 | 2024-02-22T06:09:00.661Z | Compiling http-range v0.1.5 |
2112 | 2024-02-22T06:09:01.292Z | Compiling hyper-staticfile v0.9.5 |
2113 | 2024-02-22T06:09:02.006Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2114 | 2024-02-22T06:09:04.700Z | Compiling tough v0.16.0 |
2115 | 2024-02-22T06:09:07.051Z | Compiling oso v0.27.0 |
2116 | 2024-02-22T06:09:07.561Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-22T06:09:09.944Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2118 | 2024-02-22T06:09:10.681Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2119 | 2024-02-22T06:09:39.822Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2120 | 2024-02-22T06:09:40.997Z | Compiling signal-hook-tokio v0.3.1 |
2121 | 2024-02-22T06:09:41.210Z | Compiling serde-big-array v0.4.1 |
2122 | 2024-02-22T06:09:41.393Z | Compiling parse-size v1.0.0 |
2123 | 2024-02-22T06:09:41.403Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2124 | 2024-02-22T06:09:41.717Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2125 | 2024-02-22T06:09:42.992Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2126 | 2024-02-22T06:09:43.306Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2127 | 2024-02-22T06:09:43.353Z | Compiling castaway v0.2.2 |
2128 | 2024-02-22T06:09:43.532Z | Compiling corncobs v0.1.3 |
2129 | 2024-02-22T06:09:43.950Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2130 | 2024-02-22T06:09:49.420Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-22T06:09:50.230Z | Compiling compact_str v0.7.1 |
2132 | 2024-02-22T06:09:51.875Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2133 | 2024-02-22T06:09:54.721Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2134 | 2024-02-22T06:09:55.148Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2135 | 2024-02-22T06:09:55.460Z | Compiling lru v0.12.1 |
2136 | 2024-02-22T06:09:55.797Z | Compiling stability v0.1.1 |
2137 | 2024-02-22T06:09:56.774Z | Compiling cassowary v0.3.0 |
2138 | 2024-02-22T06:09:57.734Z | Compiling indoc v2.0.3 |
2139 | 2024-02-22T06:09:58.733Z | Compiling ratatui v0.26.1 |
2140 | 2024-02-22T06:10:00.836Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2141 | 2024-02-22T06:10:01.419Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2142 | 2024-02-22T06:10:08.709Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2143 | 2024-02-22T06:10:10.597Z | Compiling rcgen v0.12.1 |
2144 | 2024-02-22T06:10:15.696Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2145 | 2024-02-22T06:10:18.003Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2146 | 2024-02-22T06:10:18.311Z | Compiling atomicwrites v0.4.3 |
2147 | 2024-02-22T06:10:18.852Z | Compiling subprocess v0.2.9 |
2148 | 2024-02-22T06:10:21.802Z | Compiling smawk v0.3.1 |
2149 | 2024-02-22T06:10:22.048Z | Compiling unicode-linebreak v0.1.5 |
2150 | 2024-02-22T06:10:22.606Z | Compiling textwrap v0.16.1 |
2151 | 2024-02-22T06:10:24.375Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2152 | 2024-02-22T06:10:26.587Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2153 | 2024-02-22T06:10:34.908Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2154 | 2024-02-22T06:10:35.974Z | Compiling fatfs v0.3.6 |
2155 | 2024-02-22T06:10:39.364Z | Compiling nanorand v0.7.0 |
2156 | 2024-02-22T06:10:40.146Z | Compiling rtoolbox v0.0.1 |
2157 | 2024-02-22T06:10:40.595Z | Compiling humantime v2.1.0 |
2158 | 2024-02-22T06:10:41.487Z | Compiling is_ci v1.2.0 |
2159 | 2024-02-22T06:10:41.790Z | Compiling assert_matches v1.5.0 |
2160 | 2024-02-22T06:10:41.893Z | Compiling supports-color v3.0.0 |
2161 | 2024-02-22T06:10:42.239Z | Compiling rpassword v7.3.1 |
2162 | 2024-02-22T06:10:42.592Z | Compiling flume v0.11.0 |
2163 | 2024-02-22T06:10:42.677Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2164 | 2024-02-22T06:10:43.419Z | Compiling tui-tree-widget v0.17.0 |
2165 | 2024-02-22T06:10:43.797Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2166 | 2024-02-22T06:10:51.566Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2167 | 2024-02-22T06:10:51.894Z | Compiling csv-core v0.1.11 |
2168 | 2024-02-22T06:10:52.928Z | Compiling shell-words v1.1.0 |
2169 | 2024-02-22T06:10:52.950Z | Compiling csv v1.3.0 |
2170 | 2024-02-22T06:10:53.363Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2171 | 2024-02-22T06:10:55.297Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2172 | 2024-02-22T06:11:40.551Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2173 | 2024-02-22T06:11:49.206Z | Compiling multimap v0.10.0 |
2174 | 2024-02-22T06:13:06.711Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2175 | 2024-02-22T06:13:12.702Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2176 | 2024-02-22T06:13:18.759Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2024-02-22T06:19:22.353Z | Finished release [optimized] target(s) in 13m 16s |
2178 | 2024-02-22T06:20:23.063Z | |
2179 | 2024-02-22T06:20:23.093Z | real 14:12.984071342 |
2180 | 2024-02-22T06:20:23.093Z | user 1:39:22.259046487 |
2181 | 2024-02-22T06:20:23.093Z | sys 4:23.522254776 |
2182 | 2024-02-22T06:20:23.093Z | trap 2.166772209 |
2183 | 2024-02-22T06:20:23.093Z | tflt 1.746690606 |
2184 | 2024-02-22T06:20:23.093Z | dflt 3.436815412 |
2185 | 2024-02-22T06:20:23.093Z | kflt 0.238094454 |
2186 | 2024-02-22T06:20:23.093Z | lock 6:12:07.229278753 |
2187 | 2024-02-22T06:20:23.093Z | slp 3:51:13.802344195 |
2188 | 2024-02-22T06:20:23.093Z | lat 2:12.956953044 |
2189 | 2024-02-22T06:20:23.093Z | stop 49.807427956 |
2190 | 2024-02-22T06:20:23.093Z | + 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/*) |
2191 | 2024-02-22T06:20:23.094Z | + pfexec mkdir -p /work |
2192 | 2024-02-22T06:20:23.094Z | + pfexec chown build /work |
2193 | 2024-02-22T06:20:23.094Z | + 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 |
2194 | 2024-02-22T06:20:30.191Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2195 | 2024-02-22T06:20:30.191Z | a out/mg-ddm-gz.tar 67684K |
2196 | 2024-02-22T06:20:30.191Z | a out/omicron-sled-agent.tar 120140K |
2197 | 2024-02-22T06:20:30.191Z | a out/oxlog.tar 8357K |
2198 | 2024-02-22T06:20:30.191Z | a out/target/test 1K |
2199 | 2024-02-22T06:20:30.191Z | a out/npuzone/npuzone 36313K |
2200 | 2024-02-22T06:20:30.192Z | a package-manifest.toml 24K |
2201 | 2024-02-22T06:20:30.192Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2202 | 2024-02-22T06:20:30.192Z | a target/release/omicron-package 44815K |
2203 | 2024-02-22T06:20:30.192Z | a tools/create_virtual_hardware.sh 4K |
2204 | 2024-02-22T06:20:30.192Z | a tools/virtual_hardware.sh 4K |
2205 | 2024-02-22T06:20:30.192Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2206 | 2024-02-22T06:20:30.192Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2207 | 2024-02-22T06:20:30.192Z | a tools/scrimlet/softnpu-init.sh 3K |
2208 | 2024-02-22T06:20:30.192Z | a tools/scrimlet/softnpu-zone.txt 1K |
2209 | 2024-02-22T06:20:30.192Z | a tools/scrimlet/softnpu.toml 1K |
2210 | 2024-02-22T06:20:30.215Z | |
2211 | 2024-02-22T06:20:30.215Z | real 10.083794295 |
2212 | 2024-02-22T06:20:30.215Z | user 9.748119990 |
2213 | 2024-02-22T06:20:30.215Z | sys 0.696030396 |
2214 | 2024-02-22T06:20:30.215Z | trap 0.001576464 |
2215 | 2024-02-22T06:20:30.215Z | tflt 0.000000000 |
2216 | 2024-02-22T06:20:30.215Z | dflt 0.000000000 |
2217 | 2024-02-22T06:20:30.215Z | kflt 0.000000000 |
2218 | 2024-02-22T06:20:30.215Z | lock 0.000000000 |
2219 | 2024-02-22T06:20:30.215Z | slp 9.491145722 |
2220 | 2024-02-22T06:20:30.215Z | lat 0.228009007 |
2221 | 2024-02-22T06:20:30.215Z | stop 0.000179830 |
2222 | 2024-02-22T06:20:30.215Z | ++ pwd |
2223 | 2024-02-22T06:20:30.215Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2224 | 2024-02-22T06:20:30.216Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2225 | 2024-02-22T06:20:30.216Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2226 | 2024-02-22T06:20:30.228Z | Finished release [optimized] target(s) in 0.62s |
2227 | 2024-02-22T06:20:30.228Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2228 | 2024-02-22T06:20:30.228Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2229 | 2024-02-22T06:20:30.228Z | Created new build target 'host' and set it as active |
2230 | 2024-02-22T06:20:30.228Z | |
2231 | 2024-02-22T06:20:30.228Z | real 0.720324296 |
2232 | 2024-02-22T06:20:30.228Z | user 0.492199803 |
2233 | 2024-02-22T06:20:30.228Z | sys 0.228551758 |
2234 | 2024-02-22T06:20:30.228Z | trap 0.000028605 |
2235 | 2024-02-22T06:20:30.229Z | tflt 0.000033246 |
2236 | 2024-02-22T06:20:30.229Z | dflt 0.000001350 |
2237 | 2024-02-22T06:20:30.229Z | kflt 0.000000000 |
2238 | 2024-02-22T06:20:30.229Z | lock 0.023519182 |
2239 | 2024-02-22T06:20:30.229Z | slp 0.013055631 |
2240 | 2024-02-22T06:20:30.229Z | lat 0.000923224 |
2241 | 2024-02-22T06:20:30.229Z | stop 0.000148188 |
2242 | 2024-02-22T06:20:30.229Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2243 | 2024-02-22T06:20:30.229Z | Finished release [optimized] target(s) in 0.60s |
2244 | 2024-02-22T06:20:30.229Z | Running `target/release/omicron-package -t host package` |
2245 | 2024-02-22T06:20:30.229Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2246 | 2024-02-22T06:20:30.676Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2247 | 2024-02-22T06:20:44.387Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2248 | 2024-02-22T06:21:59.309Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2249 | 2024-02-22T06:23:25.486Z | Finished release [optimized] target(s) in 2m 55s |
2250 | 2024-02-22T06:24:03.596Z | |
2251 | 2024-02-22T06:24:03.600Z | real 3:34.271333291 |
2252 | 2024-02-22T06:24:03.600Z | user 18:00.835543095 |
2253 | 2024-02-22T06:24:03.600Z | sys 46.896970982 |
2254 | 2024-02-22T06:24:03.600Z | trap 0.325571064 |
2255 | 2024-02-22T06:24:03.600Z | tflt 0.242810341 |
2256 | 2024-02-22T06:24:03.600Z | dflt 3.906286271 |
2257 | 2024-02-22T06:24:03.600Z | kflt 0.022753957 |
2258 | 2024-02-22T06:24:03.600Z | lock 1:20:05.113589167 |
2259 | 2024-02-22T06:24:03.600Z | slp 19:16.772419823 |
2260 | 2024-02-22T06:24:03.601Z | lat 10.925762204 |
2261 | 2024-02-22T06:24:03.601Z | stop 3.673663455 |
2262 | 2024-02-22T06:24:03.601Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2263 | 2024-02-22T06:24:03.601Z | + for package in "$@" |
2264 | 2024-02-22T06:24:03.601Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2265 | 2024-02-22T06:24:03.601Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitf30d56b29f1 |
2266 | 2024-02-22T06:24:04.267Z | Finished release [optimized] target(s) in 0.62s |
2267 | 2024-02-22T06:24:04.285Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitf30d56b29f1` |
2268 | 2024-02-22T06:24:04.319Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2269 | 2024-02-22T06:24:04.509Z | Created: out/versioned/omicron-sled-agent.tar |
2270 | 2024-02-22T06:24:04.519Z | + for package in "$@" |
2271 | 2024-02-22T06:24:04.519Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2272 | 2024-02-22T06:24:04.519Z | + echo 0.0.0 |
2273 | 2024-02-22T06:24:04.519Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2274 | 2024-02-22T06:24:04.519Z | a VERSION 1K |
2275 | 2024-02-22T06:24:04.519Z | + rm VERSION |
2276 | 2024-02-22T06:24:04.530Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1 |
2277 | 2024-02-22T06:24:05.170Z | Finished release [optimized] target(s) in 0.60s |
2278 | 2024-02-22T06:24:05.189Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1` |
2279 | 2024-02-22T06:24:05.218Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2280 | 2024-02-22T06:24:05.330Z | Created: out/versioned/mg-ddm-gz.tar |
2281 | 2024-02-22T06:24:05.334Z | + for package in "$@" |
2282 | 2024-02-22T06:24:05.334Z | + [[ propolis-server == mg-ddm-gz ]] |
2283 | 2024-02-22T06:24:05.334Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitf30d56b29f1 |
2284 | 2024-02-22T06:24:05.984Z | Finished release [optimized] target(s) in 0.60s |
2285 | 2024-02-22T06:24:06.004Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitf30d56b29f1` |
2286 | 2024-02-22T06:24:06.034Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2287 | 2024-02-22T06:24:07.097Z | Created: out/versioned/propolis-server.tar.gz |
2288 | 2024-02-22T06:24:07.102Z | + for package in "$@" |
2289 | 2024-02-22T06:24:07.102Z | + [[ overlay == mg-ddm-gz ]] |
2290 | 2024-02-22T06:24:07.102Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitf30d56b29f1 |
2291 | 2024-02-22T06:24:07.774Z | Finished release [optimized] target(s) in 0.62s |
2292 | 2024-02-22T06:24:07.794Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitf30d56b29f1` |
2293 | 2024-02-22T06:24:07.823Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2294 | 2024-02-22T06:24:07.826Z | Created: out/versioned/overlay.tar.gz |
2295 | 2024-02-22T06:24:07.826Z | + for package in "$@" |
2296 | 2024-02-22T06:24:07.826Z | + [[ oxlog == mg-ddm-gz ]] |
2297 | 2024-02-22T06:24:07.826Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitf30d56b29f1 |
2298 | 2024-02-22T06:24:08.498Z | Finished release [optimized] target(s) in 0.62s |
2299 | 2024-02-22T06:24:08.519Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitf30d56b29f1` |
2300 | 2024-02-22T06:24:08.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2301 | 2024-02-22T06:24:08.577Z | Created: out/versioned/oxlog.tar |
2302 | 2024-02-22T06:24:08.588Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2303 | 2024-02-22T06:24:08.588Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2304 | 2024-02-22T06:24:08.598Z | ++ cd -- ./tools |
2305 | 2024-02-22T06:24:08.598Z | ++ pwd |
2306 | 2024-02-22T06:24:08.598Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2307 | 2024-02-22T06:24:08.598Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2308 | 2024-02-22T06:24:08.598Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2309 | 2024-02-22T06:24:08.598Z | ++ readlink -f /work |
2310 | 2024-02-22T06:24:08.598Z | + out_dir=/work |
2311 | 2024-02-22T06:24:08.598Z | + 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") |
2312 | 2024-02-22T06:24:08.598Z | + for dep in "${deps[@]}" |
2313 | 2024-02-22T06:24:08.598Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2314 | 2024-02-22T06:24:08.598Z | + for dep in "${deps[@]}" |
2315 | 2024-02-22T06:24:08.598Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2316 | 2024-02-22T06:24:08.598Z | + for dep in "${deps[@]}" |
2317 | 2024-02-22T06:24:08.598Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2318 | 2024-02-22T06:24:08.598Z | + for dep in "${deps[@]}" |
2319 | 2024-02-22T06:24:08.599Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2320 | 2024-02-22T06:24:08.599Z | + for dep in "${deps[@]}" |
2321 | 2024-02-22T06:24:08.599Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2322 | 2024-02-22T06:24:08.599Z | ++ mktemp -d |
2323 | 2024-02-22T06:24:08.599Z | + tmp_gz=/tmp/tmp.o8aWRh |
2324 | 2024-02-22T06:24:08.599Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2325 | 2024-02-22T06:24:08.599Z | + echo '{"v":"1","t":"layer"}' |
2326 | 2024-02-22T06:24:08.599Z | + pkg_dir=/tmp/tmp.o8aWRh/root/opt/oxide/sled-agent |
2327 | 2024-02-22T06:24:08.599Z | + mkdir -p /tmp/tmp.o8aWRh/root/opt/oxide/sled-agent |
2328 | 2024-02-22T06:24:08.599Z | + cd /tmp/tmp.o8aWRh/root/opt/oxide/sled-agent |
2329 | 2024-02-22T06:24:08.599Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2330 | 2024-02-22T06:24:08.673Z | x ., 0 bytes, 0 tape blocks |
2331 | 2024-02-22T06:24:08.674Z | x zone-bundle, 41930152 bytes, 81895 tape blocks |
2332 | 2024-02-22T06:24:08.674Z | x sled-agent, 81072904 bytes, 158346 tape blocks |
2333 | 2024-02-22T06:24:08.674Z | x pkg, 0 bytes, 0 tape blocks |
2334 | 2024-02-22T06:24:08.674Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2335 | 2024-02-22T06:24:08.674Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2336 | 2024-02-22T06:24:08.674Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2337 | 2024-02-22T06:24:08.674Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2024-02-22T06:24:08.677Z | + mkdir -p /tmp/tmp.o8aWRh/root/lib/svc/manifest/site/ |
2339 | 2024-02-22T06:24:08.677Z | + mv pkg/manifest.xml /tmp/tmp.o8aWRh/root/lib/svc/manifest/site/sled-agent.xml |
2340 | 2024-02-22T06:24:08.680Z | + cd - |
2341 | 2024-02-22T06:24:08.680Z | /work/oxidecomputer/omicron |
2342 | 2024-02-22T06:24:08.680Z | + pkg_dir=/tmp/tmp.o8aWRh/root/opt/oxide/mg-ddm |
2343 | 2024-02-22T06:24:08.680Z | + mkdir -p /tmp/tmp.o8aWRh/root/opt/oxide/mg-ddm |
2344 | 2024-02-22T06:24:08.681Z | + cd /tmp/tmp.o8aWRh/root/opt/oxide/mg-ddm |
2345 | 2024-02-22T06:24:08.681Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2346 | 2024-02-22T06:24:08.726Z | x ., 0 bytes, 0 tape blocks |
2347 | 2024-02-22T06:24:08.726Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2348 | 2024-02-22T06:24:08.726Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2349 | 2024-02-22T06:24:08.726Z | x pkg, 0 bytes, 0 tape blocks |
2350 | 2024-02-22T06:24:08.726Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2351 | 2024-02-22T06:24:08.726Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2352 | 2024-02-22T06:24:08.726Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2353 | 2024-02-22T06:24:08.726Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2354 | 2024-02-22T06:24:08.726Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2355 | 2024-02-22T06:24:08.727Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2356 | 2024-02-22T06:24:08.727Z | x VERSION, 25 bytes, 1 tape blocks |
2357 | 2024-02-22T06:24:08.730Z | + cd - |
2358 | 2024-02-22T06:24:08.730Z | /work/oxidecomputer/omicron |
2359 | 2024-02-22T06:24:08.730Z | + pkg_dir=/tmp/tmp.o8aWRh/root/opt/oxide/oxlog |
2360 | 2024-02-22T06:24:08.730Z | + mkdir -p /tmp/tmp.o8aWRh/root/opt/oxide/oxlog |
2361 | 2024-02-22T06:24:08.730Z | + cd /tmp/tmp.o8aWRh/root/opt/oxide/oxlog |
2362 | 2024-02-22T06:24:08.730Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2363 | 2024-02-22T06:24:08.736Z | x ., 0 bytes, 0 tape blocks |
2364 | 2024-02-22T06:24:08.736Z | x oxlog, 8554616 bytes, 16709 tape blocks |
2365 | 2024-02-22T06:24:08.736Z | x VERSION, 25 bytes, 1 tape blocks |
2366 | 2024-02-22T06:24:08.740Z | + cd - |
2367 | 2024-02-22T06:24:08.740Z | /work/oxidecomputer/omicron |
2368 | 2024-02-22T06:24:08.740Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.o8aWRh/root/opt/oxide |
2369 | 2024-02-22T06:24:08.824Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.o8aWRh/root/opt/oxide |
2370 | 2024-02-22T06:24:08.828Z | + cd /tmp/tmp.o8aWRh |
2371 | 2024-02-22T06:24:08.828Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2372 | 2024-02-22T06:24:17.537Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2373 | 2024-02-22T06:24:17.537Z | a oxide.json 1K |
2374 | 2024-02-22T06:24:17.537Z | a root/ 0K |
2375 | 2024-02-22T06:24:17.537Z | a root/opt/ 0K |
2376 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/ 0K |
2377 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/ 0K |
2378 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/zone-bundle 40948K |
2379 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/sled-agent 79173K |
2380 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2381 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2382 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2383 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/sled-agent/VERSION 1K |
2384 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/mg-ddm/ 0K |
2385 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2386 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2387 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2388 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2389 | 2024-02-22T06:24:17.537Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2390 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2391 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2392 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2393 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2394 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2395 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/oxlog/ 0K |
2396 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/oxlog/oxlog 8355K |
2397 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/oxlog/VERSION 1K |
2398 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2399 | 2024-02-22T06:24:17.538Z | a root/opt/oxide/overlay.tar.gz 3K |
2400 | 2024-02-22T06:24:17.538Z | a root/lib/ 0K |
2401 | 2024-02-22T06:24:17.538Z | a root/lib/svc/ 0K |
2402 | 2024-02-22T06:24:17.538Z | a root/lib/svc/manifest/ 0K |
2403 | 2024-02-22T06:24:17.538Z | a root/lib/svc/manifest/site/ 0K |
2404 | 2024-02-22T06:24:17.538Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2405 | 2024-02-22T06:24:17.541Z | + cd / |
2406 | 2024-02-22T06:24:17.542Z | + rm -rf /tmp/tmp.o8aWRh |
2407 | 2024-02-22T06:24:17.567Z | |
2408 | 2024-02-22T06:24:17.580Z | real 8.989975611 |
2409 | 2024-02-22T06:24:17.580Z | user 8.446193949 |
2410 | 2024-02-22T06:24:17.581Z | sys 0.574149010 |
2411 | 2024-02-22T06:24:17.581Z | trap 0.001343602 |
2412 | 2024-02-22T06:24:17.581Z | tflt 0.000000000 |
2413 | 2024-02-22T06:24:17.581Z | dflt 0.000000000 |
2414 | 2024-02-22T06:24:17.581Z | kflt 0.000000000 |
2415 | 2024-02-22T06:24:17.581Z | lock 0.000000000 |
2416 | 2024-02-22T06:24:17.581Z | slp 17.451955186 |
2417 | 2024-02-22T06:24:17.581Z | lat 0.199325713 |
2418 | 2024-02-22T06:24:17.581Z | stop 0.000225256 |
2419 | 2024-02-22T06:24:17.581Z | + mkdir -p /work/zones |
2420 | 2024-02-22T06:24:17.581Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.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) |
2421 | 2024-02-22T06:24:17.581Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.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/ |
2422 | 2024-02-22T06:24:20.023Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2423 | 2024-02-22T06:24:20.728Z | Finished release [optimized] target(s) in 0.65s |
2424 | 2024-02-22T06:24:20.746Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2425 | 2024-02-22T06:24:20.777Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2426 | 2024-02-22T06:24:20.789Z | Created new build target 'recovery' and set it as active |
2427 | 2024-02-22T06:24:20.789Z | |
2428 | 2024-02-22T06:24:20.790Z | real 0.756362533 |
2429 | 2024-02-22T06:24:20.790Z | user 0.517031386 |
2430 | 2024-02-22T06:24:20.790Z | sys 0.238584989 |
2431 | 2024-02-22T06:24:20.790Z | trap 0.000482597 |
2432 | 2024-02-22T06:24:20.790Z | tflt 0.000018278 |
2433 | 2024-02-22T06:24:20.791Z | dflt 0.000065791 |
2434 | 2024-02-22T06:24:20.791Z | kflt 0.000000000 |
2435 | 2024-02-22T06:24:20.791Z | lock 0.024393655 |
2436 | 2024-02-22T06:24:20.791Z | slp 0.013718430 |
2437 | 2024-02-22T06:24:20.791Z | lat 0.001977871 |
2438 | 2024-02-22T06:24:20.791Z | stop 0.000157075 |
2439 | 2024-02-22T06:24:20.792Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2440 | 2024-02-22T06:24:21.459Z | Finished release [optimized] target(s) in 0.62s |
2441 | 2024-02-22T06:24:21.483Z | Running `target/release/omicron-package -t recovery package` |
2442 | 2024-02-22T06:24:21.513Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2443 | 2024-02-22T06:24:24.496Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2444 | 2024-02-22T06:24:24.538Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2445 | 2024-02-22T06:24:44.691Z | Finished release [optimized] target(s) in 23.13s |
2446 | 2024-02-22T06:24:59.901Z | |
2447 | 2024-02-22T06:24:59.905Z | real 39.114384791 |
2448 | 2024-02-22T06:24:59.905Z | user 1:39.537250085 |
2449 | 2024-02-22T06:24:59.905Z | sys 7.893474948 |
2450 | 2024-02-22T06:24:59.905Z | trap 0.068267555 |
2451 | 2024-02-22T06:24:59.905Z | tflt 0.088131637 |
2452 | 2024-02-22T06:24:59.905Z | dflt 0.374816873 |
2453 | 2024-02-22T06:24:59.905Z | kflt 0.000015648 |
2454 | 2024-02-22T06:24:59.905Z | lock 11:35.602463612 |
2455 | 2024-02-22T06:24:59.906Z | slp 1:44.222305169 |
2456 | 2024-02-22T06:24:59.906Z | lat 1.406142065 |
2457 | 2024-02-22T06:24:59.906Z | stop 0.491722476 |
2458 | 2024-02-22T06:24:59.906Z | + stamp_packages installinator mg-ddm-gz |
2459 | 2024-02-22T06:24:59.906Z | + for package in "$@" |
2460 | 2024-02-22T06:24:59.906Z | + [[ installinator == mg-ddm-gz ]] |
2461 | 2024-02-22T06:24:59.906Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitf30d56b29f1 |
2462 | 2024-02-22T06:25:00.573Z | Finished release [optimized] target(s) in 0.62s |
2463 | 2024-02-22T06:25:00.592Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitf30d56b29f1` |
2464 | 2024-02-22T06:25:00.625Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2465 | 2024-02-22T06:25:00.704Z | Created: out/versioned/installinator.tar |
2466 | 2024-02-22T06:25:00.715Z | + for package in "$@" |
2467 | 2024-02-22T06:25:00.715Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2468 | 2024-02-22T06:25:00.715Z | + echo 0.0.0 |
2469 | 2024-02-22T06:25:00.715Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2470 | 2024-02-22T06:25:00.715Z | a VERSION 1K |
2471 | 2024-02-22T06:25:00.715Z | + rm VERSION |
2472 | 2024-02-22T06:25:00.716Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1 |
2473 | 2024-02-22T06:25:01.378Z | Finished release [optimized] target(s) in 0.62s |
2474 | 2024-02-22T06:25:01.397Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1` |
2475 | 2024-02-22T06:25:01.425Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2476 | 2024-02-22T06:25:01.527Z | Created: out/versioned/mg-ddm-gz.tar |
2477 | 2024-02-22T06:25:01.533Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2478 | 2024-02-22T06:25:01.540Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2479 | 2024-02-22T06:25:01.544Z | ++ cd -- ./tools |
2480 | 2024-02-22T06:25:01.544Z | ++ pwd |
2481 | 2024-02-22T06:25:01.544Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2482 | 2024-02-22T06:25:01.544Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2483 | 2024-02-22T06:25:01.544Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2484 | 2024-02-22T06:25:01.548Z | ++ readlink -f /work |
2485 | 2024-02-22T06:25:01.548Z | + out_dir=/work |
2486 | 2024-02-22T06:25:01.548Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2487 | 2024-02-22T06:25:01.548Z | + for dep in "${deps[@]}" |
2488 | 2024-02-22T06:25:01.548Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2489 | 2024-02-22T06:25:01.548Z | + for dep in "${deps[@]}" |
2490 | 2024-02-22T06:25:01.548Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2491 | 2024-02-22T06:25:01.548Z | ++ mktemp -d |
2492 | 2024-02-22T06:25:01.555Z | + tmp_trampoline=/tmp/tmp.I3ayWh |
2493 | 2024-02-22T06:25:01.555Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2494 | 2024-02-22T06:25:01.555Z | + echo '{"v":"1","t":"layer"}' |
2495 | 2024-02-22T06:25:01.555Z | + pkg_dir=/tmp/tmp.I3ayWh/root/opt/oxide/installinator |
2496 | 2024-02-22T06:25:01.555Z | + mkdir -p /tmp/tmp.I3ayWh/root/opt/oxide/installinator |
2497 | 2024-02-22T06:25:01.555Z | + cd /tmp/tmp.I3ayWh/root/opt/oxide/installinator |
2498 | 2024-02-22T06:25:01.555Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2499 | 2024-02-22T06:25:01.589Z | x ., 0 bytes, 0 tape blocks |
2500 | 2024-02-22T06:25:01.589Z | x installinator, 55307928 bytes, 108024 tape blocks |
2501 | 2024-02-22T06:25:01.589Z | x pkg, 0 bytes, 0 tape blocks |
2502 | 2024-02-22T06:25:01.589Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2503 | 2024-02-22T06:25:01.589Z | x VERSION, 25 bytes, 1 tape blocks |
2504 | 2024-02-22T06:25:01.594Z | + mkdir -p /tmp/tmp.I3ayWh/root/lib/svc/manifest/site/ |
2505 | 2024-02-22T06:25:01.594Z | + mv pkg/manifest.xml /tmp/tmp.I3ayWh/root/lib/svc/manifest/site/installinator.xml |
2506 | 2024-02-22T06:25:01.594Z | + cd - |
2507 | 2024-02-22T06:25:01.594Z | /work/oxidecomputer/omicron |
2508 | 2024-02-22T06:25:01.594Z | + pkg_dir=/tmp/tmp.I3ayWh/root/opt/oxide/mg-ddm |
2509 | 2024-02-22T06:25:01.595Z | + mkdir -p /tmp/tmp.I3ayWh/root/opt/oxide/mg-ddm |
2510 | 2024-02-22T06:25:01.598Z | + cd /tmp/tmp.I3ayWh/root/opt/oxide/mg-ddm |
2511 | 2024-02-22T06:25:01.599Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2512 | 2024-02-22T06:25:01.643Z | x ., 0 bytes, 0 tape blocks |
2513 | 2024-02-22T06:25:01.643Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2514 | 2024-02-22T06:25:01.643Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2515 | 2024-02-22T06:25:01.643Z | x pkg, 0 bytes, 0 tape blocks |
2516 | 2024-02-22T06:25:01.643Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2517 | 2024-02-22T06:25:01.643Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2518 | 2024-02-22T06:25:01.643Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2519 | 2024-02-22T06:25:01.643Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2520 | 2024-02-22T06:25:01.643Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2521 | 2024-02-22T06:25:01.643Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2522 | 2024-02-22T06:25:01.643Z | x VERSION, 25 bytes, 1 tape blocks |
2523 | 2024-02-22T06:25:01.648Z | + cd - |
2524 | 2024-02-22T06:25:01.648Z | /work/oxidecomputer/omicron |
2525 | 2024-02-22T06:25:01.648Z | + cd /tmp/tmp.I3ayWh |
2526 | 2024-02-22T06:25:01.648Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2527 | 2024-02-22T06:25:06.083Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2528 | 2024-02-22T06:25:06.083Z | a oxide.json 1K |
2529 | 2024-02-22T06:25:06.083Z | a root/ 0K |
2530 | 2024-02-22T06:25:06.083Z | a root/opt/ 0K |
2531 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/ 0K |
2532 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/installinator/ 0K |
2533 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/installinator/installinator 54012K |
2534 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/installinator/pkg/ 0K |
2535 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/installinator/VERSION 1K |
2536 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/ 0K |
2537 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2538 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2539 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2540 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2541 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2542 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2543 | 2024-02-22T06:25:06.083Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2544 | 2024-02-22T06:25:06.084Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2545 | 2024-02-22T06:25:06.084Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2546 | 2024-02-22T06:25:06.084Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2547 | 2024-02-22T06:25:06.084Z | a root/lib/ 0K |
2548 | 2024-02-22T06:25:06.084Z | a root/lib/svc/ 0K |
2549 | 2024-02-22T06:25:06.084Z | a root/lib/svc/manifest/ 0K |
2550 | 2024-02-22T06:25:06.084Z | a root/lib/svc/manifest/site/ 0K |
2551 | 2024-02-22T06:25:06.084Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2552 | 2024-02-22T06:25:06.088Z | + cd / |
2553 | 2024-02-22T06:25:06.088Z | + rm -rf /tmp/tmp.I3ayWh |
2554 | 2024-02-22T06:25:06.098Z | |
2555 | 2024-02-22T06:25:06.102Z | real 4.565181926 |
2556 | 2024-02-22T06:25:06.102Z | user 4.318509717 |
2557 | 2024-02-22T06:25:06.102Z | sys 0.261082621 |
2558 | 2024-02-22T06:25:06.102Z | trap 0.000324422 |
2559 | 2024-02-22T06:25:06.102Z | tflt 0.000000000 |
2560 | 2024-02-22T06:25:06.102Z | dflt 0.000000000 |
2561 | 2024-02-22T06:25:06.102Z | kflt 0.000000000 |
2562 | 2024-02-22T06:25:06.102Z | lock 0.000000000 |
2563 | 2024-02-22T06:25:06.102Z | slp 8.879252961 |
2564 | 2024-02-22T06:25:06.102Z | lat 0.094977218 |
2565 | 2024-02-22T06:25:06.102Z | stop 0.000204320 |
2566 | 2024-02-22T06:25:06.102Z | process exited: duration 1596616 ms, exit code 0 |
|
2567 | 2024-02-22T06:25:06.110Z | found 21 output files |
2568 | 2024-02-22T06:25:06.110Z | uploading: /work/version.txt (26 bytes) |
2569 | 2024-02-22T06:25:07.137Z | uploaded: /work/version.txt |
2570 | 2024-02-22T06:25:07.137Z | uploading: /work/package.tar.gz (88205117 bytes) |
2571 | 2024-02-22T06:25:37.880Z | uploaded: /work/package.tar.gz |
2572 | 2024-02-22T06:25:37.881Z | uploading: /work/global-zone-packages.tar.gz (128157497 bytes) |
2573 | 2024-02-22T06:26:25.250Z | uploaded: /work/global-zone-packages.tar.gz |
2574 | 2024-02-22T06:26:25.250Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38969752 bytes) |
2575 | 2024-02-22T06:26:55.934Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2576 | 2024-02-22T06:26:55.934Z | uploading: /work/zones/clickhouse.tar.gz (194506680 bytes) |
2577 | 2024-02-22T06:28:02.020Z | uploaded: /work/zones/clickhouse.tar.gz |
2578 | 2024-02-22T06:28:02.020Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194500717 bytes) |
2579 | 2024-02-22T06:29:15.114Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2580 | 2024-02-22T06:29:15.115Z | uploading: /work/zones/cockroachdb.tar.gz (131600695 bytes) |
2581 | 2024-02-22T06:29:58.760Z | uploaded: /work/zones/cockroachdb.tar.gz |
2582 | 2024-02-22T06:29:58.760Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27877881 bytes) |
2583 | 2024-02-22T06:30:06.292Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2584 | 2024-02-22T06:30:06.292Z | uploading: /work/zones/crucible-zone.tar.gz (39682818 bytes) |
2585 | 2024-02-22T06:30:20.552Z | uploaded: /work/zones/crucible-zone.tar.gz |
2586 | 2024-02-22T06:30:20.552Z | uploading: /work/zones/external-dns.tar.gz (23647874 bytes) |
2587 | 2024-02-22T06:30:32.191Z | uploaded: /work/zones/external-dns.tar.gz |
2588 | 2024-02-22T06:30:32.192Z | uploading: /work/zones/internal-dns.tar.gz (23647873 bytes) |
2589 | 2024-02-22T06:30:40.253Z | uploaded: /work/zones/internal-dns.tar.gz |
2590 | 2024-02-22T06:30:40.253Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2591 | 2024-02-22T06:30:41.264Z | uploaded: /work/zones/ntp.tar.gz |
2592 | 2024-02-22T06:30:41.264Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19573739 bytes) |
2593 | 2024-02-22T06:30:47.425Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2594 | 2024-02-22T06:30:47.425Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19572880 bytes) |
2595 | 2024-02-22T06:30:53.146Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2596 | 2024-02-22T06:30:53.152Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87823203 bytes) |
2597 | 2024-02-22T06:31:21.184Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2598 | 2024-02-22T06:31:21.184Z | uploading: /work/zones/omicron-nexus.tar.gz (87832919 bytes) |
2599 | 2024-02-22T06:31:48.965Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2600 | 2024-02-22T06:31:48.965Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2601 | 2024-02-22T06:31:50.415Z | uploaded: /work/zones/overlay.tar.gz |
2602 | 2024-02-22T06:31:50.416Z | uploading: /work/zones/oximeter.tar.gz (55990039 bytes) |
2603 | 2024-02-22T06:32:07.492Z | uploaded: /work/zones/oximeter.tar.gz |
2604 | 2024-02-22T06:32:07.492Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2605 | 2024-02-22T06:32:30.926Z | uploaded: /work/zones/propolis-server.tar.gz |
2606 | 2024-02-22T06:32:30.926Z | uploading: /work/zones/switch-asic.tar.gz (285215979 bytes) |
2607 | 2024-02-22T06:34:04.207Z | uploaded: /work/zones/switch-asic.tar.gz |
2608 | 2024-02-22T06:34:04.207Z | uploading: /work/zones/switch-softnpu.tar.gz (209410780 bytes) |
2609 | 2024-02-22T06:35:23.044Z | uploaded: /work/zones/switch-softnpu.tar.gz |