|
|
|
1 | 2023-12-05T05:09:20.429Z | job assigned to worker 01HGW610F8HJTGVS4RDACSTR80 (queued for 1 m 6 s) |
|
2 | 2023-12-05T05:09:20.754Z | starting task 0: "setup" |
3 | 2023-12-05T05:09:20.800Z | ++ uname -s |
4 | 2023-12-05T05:09:20.802Z | + kern=SunOS |
5 | 2023-12-05T05:09:20.802Z | + case "$kern" in |
6 | 2023-12-05T05:09:20.802Z | + groupadd -g 12345 build |
7 | 2023-12-05T05:09:20.805Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T05:09:22.820Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T05:09:22.936Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T05:09:22.952Z | + home_fs=zfs |
11 | 2023-12-05T05:09:22.952Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T05:09:22.952Z | + mkdir -p /home/build |
13 | 2023-12-05T05:09:22.952Z | + chown build:build /home/build /work |
14 | 2023-12-05T05:09:24.931Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T05:09:24.936Z | process exited: duration 4179 ms, exit code 0 |
|
16 | 2023-12-05T05:09:24.943Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T05:09:24.952Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T05:09:24.955Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T05:09:25.174Z | info: downloading installer |
20 | 2023-12-05T05:09:26.377Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T05:09:26.377Z | warning: /opt/ooce/bin |
22 | 2023-12-05T05:09:26.377Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T05:09:26.377Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T05:09:26.377Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T05:09:26.377Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T05:09:26.377Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T05:09:26.380Z | error: cannot install while Rust is installed |
28 | 2023-12-05T05:09:26.380Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T05:09:26.463Z | info: profile set to 'default' |
30 | 2023-12-05T05:09:26.463Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T05:09:26.469Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T05:09:27.082Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T05:09:27.082Z | info: downloading component 'cargo' |
34 | 2023-12-05T05:09:27.237Z | info: downloading component 'clippy' |
35 | 2023-12-05T05:09:27.450Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T05:09:28.239Z | info: downloading component 'rust-std' |
37 | 2023-12-05T05:09:29.593Z | info: downloading component 'rustc' |
38 | 2023-12-05T05:09:32.866Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T05:09:33.055Z | info: installing component 'cargo' |
40 | 2023-12-05T05:09:34.492Z | info: installing component 'clippy' |
41 | 2023-12-05T05:09:35.096Z | info: installing component 'rust-docs' |
42 | 2023-12-05T05:09:37.833Z | info: installing component 'rust-std' |
43 | 2023-12-05T05:09:40.855Z | info: installing component 'rustc' |
44 | 2023-12-05T05:09:47.935Z | info: installing component 'rustfmt' |
45 | 2023-12-05T05:09:48.857Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T05:09:48.858Z | |
47 | 2023-12-05T05:09:48.867Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T05:09:48.867Z | |
49 | 2023-12-05T05:09:48.867Z | |
50 | 2023-12-05T05:09:48.867Z | Rust is installed now. Great! |
51 | 2023-12-05T05:09:48.867Z | |
52 | 2023-12-05T05:09:48.867Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T05:09:48.867Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T05:09:48.867Z | |
55 | 2023-12-05T05:09:48.867Z | To configure your current shell, run: |
56 | 2023-12-05T05:09:48.867Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T05:09:48.867Z | + rustc --version |
58 | 2023-12-05T05:09:48.867Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T05:09:48.867Z | process exited: duration 23916 ms, exit code 0 |
|
60 | 2023-12-05T05:09:48.883Z | starting task 2: "authentication" |
61 | 2023-12-05T05:09:48.923Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2023-12-05T05:09:48.941Z | starting task 3: "clone repository" |
63 | 2023-12-05T05:09:48.948Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T05:09:48.951Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T05:09:49.006Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T05:09:55.025Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T05:09:55.025Z | + [[ -n renovate/russh-0.x ]] |
68 | 2023-12-05T05:09:55.434Z | + git fetch origin renovate/russh-0.x |
69 | 2023-12-05T05:09:55.435Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T05:09:55.435Z | * branch renovate/russh-0.x -> FETCH_HEAD |
71 | 2023-12-05T05:09:55.435Z | + git checkout -B renovate/russh-0.x remotes/origin/renovate/russh-0.x |
72 | 2023-12-05T05:09:55.502Z | Switched to a new branch 'renovate/russh-0.x' |
73 | 2023-12-05T05:09:55.504Z | branch 'renovate/russh-0.x' set up to track 'origin/renovate/russh-0.x'. |
74 | 2023-12-05T05:09:55.504Z | + git reset --hard c409ef68d64efee51967595a173f046e125b0d25 |
75 | 2023-12-05T05:09:55.520Z | HEAD is now at c409ef68 Update Rust crate russh to 0.40.0 |
76 | 2023-12-05T05:09:55.523Z | process exited: duration 6581 ms, exit code 0 |
|
77 | 2023-12-05T05:09:55.528Z | starting task 4: "build" |
78 | 2023-12-05T05:09:55.538Z | + cargo --version |
79 | 2023-12-05T05:09:55.542Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-05T05:09:55.720Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-05T05:09:56.135Z | info: downloading component 'cargo' |
82 | 2023-12-05T05:09:56.367Z | info: downloading component 'clippy' |
83 | 2023-12-05T05:09:56.576Z | info: downloading component 'rust-docs' |
84 | 2023-12-05T05:09:57.387Z | info: downloading component 'rust-std' |
85 | 2023-12-05T05:09:58.693Z | info: downloading component 'rustc' |
86 | 2023-12-05T05:10:01.969Z | info: downloading component 'rustfmt' |
87 | 2023-12-05T05:10:02.173Z | info: installing component 'cargo' |
88 | 2023-12-05T05:10:03.443Z | info: installing component 'clippy' |
89 | 2023-12-05T05:10:03.905Z | info: installing component 'rust-docs' |
90 | 2023-12-05T05:10:06.718Z | info: installing component 'rust-std' |
91 | 2023-12-05T05:10:09.400Z | info: installing component 'rustc' |
92 | 2023-12-05T05:10:15.355Z | info: installing component 'rustfmt' |
93 | 2023-12-05T05:10:15.897Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-05T05:10:15.900Z | + rustc --version |
95 | 2023-12-05T05:10:16.019Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-05T05:10:16.028Z | ++ git rev-parse HEAD |
97 | 2023-12-05T05:10:16.032Z | + COMMIT=c409ef68d64efee51967595a173f046e125b0d25 |
98 | 2023-12-05T05:10:16.035Z | + VERSION=1.0.4-0.ci+gitc409ef68d64 |
99 | 2023-12-05T05:10:16.035Z | + echo 1.0.4-0.ci+gitc409ef68d64 |
100 | 2023-12-05T05:10:16.035Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-05T05:10:26.554Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-05T05:10:27.749Z | Startup: Caching catalogs ... Done |
103 | 2023-12-05T05:10:33.926Z | Planning: Solver setup ... Done (5.852s) |
104 | 2023-12-05T05:10:34.065Z | Planning: Running solver ... Done (0.140s) |
105 | 2023-12-05T05:10:34.133Z | Planning: Finding local manifests ... Done (0.005s) |
106 | 2023-12-05T05:10:34.156Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-05T05:10:34.437Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-05T05:10:34.527Z | Planning: Package planning ... Done (0.090s) |
109 | 2023-12-05T05:10:34.612Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-05T05:10:35.456Z | Planning: Checking for conflicting actions ... Done (0.842s) |
111 | 2023-12-05T05:10:35.473Z | Planning: Consolidating action changes ... Done (0.018s) |
112 | 2023-12-05T05:10:40.588Z | Planning: Evaluating mediators ... Done (5.115s) |
113 | 2023-12-05T05:10:40.702Z | Planning: Planning completed in 12.90 seconds |
114 | 2023-12-05T05:10:40.724Z | Packages to install: 4 |
115 | 2023-12-05T05:10:40.728Z | Packages to update: 2 |
116 | 2023-12-05T05:10:40.728Z | Mediators to change: 2 |
117 | 2023-12-05T05:10:40.728Z | Services to change: 1 |
118 | 2023-12-05T05:10:40.728Z | Estimated space available: 148.88 GB |
119 | 2023-12-05T05:10:40.728Z | Estimated space to be consumed: 1.42 GB |
120 | 2023-12-05T05:10:40.728Z | Create boot environment: No |
121 | 2023-12-05T05:10:40.728Z | Create backup boot environment: Yes |
122 | 2023-12-05T05:10:40.728Z | Rebuild boot archive: No |
123 | 2023-12-05T05:10:40.728Z | |
124 | 2023-12-05T05:10:40.728Z | Changed mediators: |
125 | 2023-12-05T05:10:40.728Z | mediator clang: |
126 | 2023-12-05T05:10:40.728Z | version: None -> 15 (system default) |
127 | 2023-12-05T05:10:40.728Z | |
128 | 2023-12-05T05:10:40.728Z | mediator llvm: |
129 | 2023-12-05T05:10:40.728Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-05T05:10:40.728Z | |
131 | 2023-12-05T05:10:40.728Z | Changed packages: |
132 | 2023-12-05T05:10:40.728Z | helios-dev |
133 | 2023-12-05T05:10:40.728Z | developer/build-essential |
134 | 2023-12-05T05:10:40.728Z | None -> 11-2.0 |
135 | 2023-12-05T05:10:40.728Z | library/libxmlsec1 |
136 | 2023-12-05T05:10:40.728Z | None -> 1.2.35-2.0 |
137 | 2023-12-05T05:10:40.728Z | ooce/developer/clang-15 |
138 | 2023-12-05T05:10:40.728Z | None -> 15.0.7-2.0 |
139 | 2023-12-05T05:10:40.728Z | ooce/developer/llvm-15 |
140 | 2023-12-05T05:10:40.729Z | None -> 15.0.7-2.0 |
141 | 2023-12-05T05:10:40.729Z | system/library/g++-runtime |
142 | 2023-12-05T05:10:40.729Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-05T05:10:40.729Z | system/library/gcc-runtime |
144 | 2023-12-05T05:10:40.729Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-05T05:10:40.729Z | |
146 | 2023-12-05T05:10:40.729Z | Services: |
147 | 2023-12-05T05:10:40.729Z | restart_fmri: |
148 | 2023-12-05T05:10:40.729Z | svc:/system/update-man-index:default |
149 | 2023-12-05T05:10:41.005Z | |
150 | 2023-12-05T05:10:41.005Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-05T05:10:46.184Z | Download: 452/3330 items 16.7/221.1MB 7% complete (3.5M/s) |
152 | 2023-12-05T05:10:51.009Z | Download: 1120/3330 items 31.4/221.1MB 14% complete (3.1M/s) |
153 | 2023-12-05T05:10:56.009Z | Download: 1202/3330 items 84.8/221.1MB 38% complete (6.8M/s) |
154 | 2023-12-05T05:11:01.032Z | Download: 1824/3330 items 118.3/221.1MB 53% complete (9.5M/s) |
155 | 2023-12-05T05:11:06.507Z | Download: 2221/3330 items 119.2/221.1MB 53% complete (3.8M/s) |
156 | 2023-12-05T05:11:11.508Z | Download: 3210/3330 items 177.0/221.1MB 80% complete (5.8M/s) |
157 | 2023-12-05T05:11:16.508Z | Download: 3249/3330 items 203.1/221.1MB 91% complete (8.5M/s) |
158 | 2023-12-05T05:11:18.734Z | Download: Completed 221.11 MB in 37.73 seconds (5.9M/s) |
159 | 2023-12-05T05:11:20.769Z | Actions: 1/3766 actions (Removing old actions) |
160 | 2023-12-05T05:11:20.772Z | Actions: 5/3766 actions (Installing new actions) |
161 | 2023-12-05T05:11:25.807Z | Actions: 2039/3766 actions (Installing new actions) |
162 | 2023-12-05T05:11:29.412Z | Actions: 3729/3766 actions (Updating modified actions) |
163 | 2023-12-05T05:11:30.189Z | Actions: Completed 3766 actions in 9.36 seconds. |
164 | 2023-12-05T05:11:30.383Z | Done (0.191s) |
165 | 2023-12-05T05:11:30.387Z | Done (0.001s) |
166 | 2023-12-05T05:11:30.579Z | Done (0.251s) |
167 | 2023-12-05T05:11:38.830Z | Done (8.064s) |
168 | 2023-12-05T05:11:39.221Z | Done (0.292s) |
169 | 2023-12-05T05:11:39.224Z | Done (0.000s) |
170 | 2023-12-05T05:11:39.452Z | Done (0.000s) |
171 | 2023-12-05T05:11:40.153Z | Planning: Evaluating mediator changes ... Done |
172 | 2023-12-05T05:11:40.435Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-12-05T05:11:40.438Z | Planning: Consolidating action changes ... Done |
174 | 2023-12-05T05:11:40.890Z | Planning: Evaluating mediators ... Done |
175 | 2023-12-05T05:11:40.893Z | Planning: Planning completed in 0.71 seconds |
176 | 2023-12-05T05:11:40.927Z | Mediators to change: 2 |
177 | 2023-12-05T05:11:40.929Z | Create boot environment: No |
178 | 2023-12-05T05:11:40.929Z | Create backup boot environment: No |
179 | 2023-12-05T05:11:41.034Z | Done |
180 | 2023-12-05T05:11:41.034Z | Done |
181 | 2023-12-05T05:11:41.188Z | Done |
182 | 2023-12-05T05:11:47.008Z | Done |
183 | 2023-12-05T05:11:47.133Z | Done |
184 | 2023-12-05T05:11:47.144Z | Done |
185 | 2023-12-05T05:11:47.239Z | Done |
186 | 2023-12-05T05:11:48.244Z | Planning: Evaluating mediator changes ... Done |
187 | 2023-12-05T05:11:48.247Z | Planning: Merging actions ... Done |
188 | 2023-12-05T05:11:48.577Z | Planning: Checking for conflicting actions ... Done |
189 | 2023-12-05T05:11:48.579Z | Planning: Consolidating action changes ... Done |
190 | 2023-12-05T05:11:49.008Z | Planning: Evaluating mediators ... Done |
191 | 2023-12-05T05:11:49.100Z | Planning: Planning completed in 1.30 seconds |
192 | 2023-12-05T05:11:49.165Z | Packages to change: 1 |
193 | 2023-12-05T05:11:49.165Z | Mediators to change: 1 |
194 | 2023-12-05T05:11:49.166Z | Services to change: 1 |
195 | 2023-12-05T05:11:49.169Z | Create boot environment: No |
196 | 2023-12-05T05:11:49.169Z | Create backup boot environment: Yes |
197 | 2023-12-05T05:11:51.215Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2023-12-05T05:11:51.223Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2023-12-05T05:11:51.223Z | Done |
200 | 2023-12-05T05:11:51.223Z | Done |
201 | 2023-12-05T05:11:51.253Z | Done |
202 | 2023-12-05T05:11:57.022Z | Done |
203 | 2023-12-05T05:11:57.134Z | Done |
204 | 2023-12-05T05:11:57.138Z | Done |
205 | 2023-12-05T05:11:57.238Z | Done |
206 | 2023-12-05T05:11:57.905Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2023-12-05T05:11:57.905Z | clang system 15 system |
208 | 2023-12-05T05:11:57.905Z | csh system system illumos |
209 | 2023-12-05T05:11:57.905Z | ctags system system illumos |
210 | 2023-12-05T05:11:57.905Z | gcc vendor 12 vendor |
211 | 2023-12-05T05:11:57.905Z | gcc system 10 system |
212 | 2023-12-05T05:11:57.905Z | gcc system 7 system |
213 | 2023-12-05T05:11:57.905Z | go system 1.20 system |
214 | 2023-12-05T05:11:57.905Z | go system 1.19 system |
215 | 2023-12-05T05:11:57.905Z | llvm system 15 system |
216 | 2023-12-05T05:11:57.905Z | llvm system 14 system |
217 | 2023-12-05T05:11:57.905Z | mariadb system 10.6 system |
218 | 2023-12-05T05:11:57.905Z | mta vendor vendor dma |
219 | 2023-12-05T05:11:57.905Z | openjdk system 17 system |
220 | 2023-12-05T05:11:57.905Z | openjdk system 11 system |
221 | 2023-12-05T05:11:57.905Z | openjdk system 1.8 system |
222 | 2023-12-05T05:11:57.905Z | openssl vendor 3 vendor |
223 | 2023-12-05T05:11:57.905Z | perl system 5.36 system |
224 | 2023-12-05T05:11:57.905Z | postgresql system 15 system |
225 | 2023-12-05T05:11:57.905Z | postgresql system 13 system |
226 | 2023-12-05T05:11:57.905Z | python vendor 3 vendor |
227 | 2023-12-05T05:11:57.905Z | python system 2 system |
228 | 2023-12-05T05:11:57.905Z | python3 system 3.11 system |
229 | 2023-12-05T05:11:57.905Z | ruby system 3.0 system |
230 | 2023-12-05T05:11:57.905Z | words vendor vendor american-english |
231 | 2023-12-05T05:11:57.906Z | words system system australian-english |
232 | 2023-12-05T05:11:57.906Z | words system system british-english |
233 | 2023-12-05T05:11:57.906Z | words system system canadian-english |
234 | 2023-12-05T05:11:57.906Z | words system system french |
235 | 2023-12-05T05:11:57.906Z | words system system italian |
236 | 2023-12-05T05:11:57.906Z | words system system ngerman |
237 | 2023-12-05T05:11:57.906Z | words system system ogerman |
238 | 2023-12-05T05:11:57.906Z | words system system spanish |
239 | 2023-12-05T05:11:58.429Z | FMRI IFO |
240 | 2023-12-05T05:11:58.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2023-12-05T05:11:58.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2023-12-05T05:11:58.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2023-12-05T05:11:58.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
244 | 2023-12-05T05:11:58.430Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2023-12-05T05:11:58.430Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
246 | 2023-12-05T05:11:58.430Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
247 | 2023-12-05T05:11:58.430Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
248 | 2023-12-05T05:11:58.503Z | + set -o errexit |
249 | 2023-12-05T05:11:58.506Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2023-12-05T05:11:58.509Z | ++ cd ./tools |
251 | 2023-12-05T05:11:58.509Z | ++ pwd |
252 | 2023-12-05T05:11:58.509Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2023-12-05T05:11:58.511Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2023-12-05T05:11:58.511Z | + ARG0=ci_download_cockroachdb |
255 | 2023-12-05T05:11:58.514Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2023-12-05T05:11:58.514Z | + CIDL_VERSION=v22.1.9 |
257 | 2023-12-05T05:11:58.514Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2023-12-05T05:11:58.514Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
259 | 2023-12-05T05:11:58.514Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
260 | 2023-12-05T05:11:58.514Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-12-05T05:11:58.514Z | + TARGET_DIR=out |
262 | 2023-12-05T05:11:58.514Z | + DOWNLOAD_DIR=out/downloads |
263 | 2023-12-05T05:11:58.516Z | + DEST_DIR=./out/cockroachdb |
264 | 2023-12-05T05:11:58.516Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2023-12-05T05:11:58.516Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2023-12-05T05:11:58.519Z | + main |
267 | 2023-12-05T05:11:58.519Z | + [[ 0 != 0 ]] |
268 | 2023-12-05T05:11:58.519Z | + CIDL_OS=solaris2.11 |
269 | 2023-12-05T05:11:58.519Z | + [[ 0 != 0 ]] |
270 | 2023-12-05T05:11:58.519Z | + configure_os solaris2.11 |
271 | 2023-12-05T05:11:58.519Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2023-12-05T05:11:58.519Z | current directory: /work/oxidecomputer/omicron |
273 | 2023-12-05T05:11:58.519Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2023-12-05T05:11:58.519Z | + case "$1" in |
275 | 2023-12-05T05:11:58.519Z | configuring based on OS: "solaris2.11" |
276 | 2023-12-05T05:11:58.519Z | + CIDL_BUILD=illumos |
277 | 2023-12-05T05:11:58.519Z | + CIDL_SUFFIX=tar.gz |
278 | 2023-12-05T05:11:58.519Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-12-05T05:11:58.519Z | + CIDL_MD5FUNC=do_md5sum |
280 | 2023-12-05T05:11:58.519Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2023-12-05T05:11:58.519Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2023-12-05T05:11:58.520Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2023-12-05T05:11:58.520Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-05T05:11:58.520Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-05T05:11:58.520Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2023-12-05T05:11:58.520Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-05T05:11:58.520Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2023-12-05T05:11:58.520Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-05T05:11:58.520Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2023-12-05T05:11:58.520Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-05T05:11:58.520Z | + mkdir -p out/downloads |
292 | 2023-12-05T05:11:58.520Z | + mkdir -p ./out/cockroachdb |
293 | 2023-12-05T05:11:58.523Z | + local DO_DOWNLOAD=true |
294 | 2023-12-05T05:11:58.523Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2023-12-05T05:11:58.523Z | + '[' true == true ']' |
296 | 2023-12-05T05:11:58.523Z | + echo Downloading... |
297 | 2023-12-05T05:11:58.523Z | Downloading... |
298 | 2023-12-05T05:11:58.523Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-05T05:11:58.524Z | + 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 |
300 | 2023-12-05T05:12:05.754Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-05T05:12:05.762Z | ++ md5sum |
302 | 2023-12-05T05:12:05.762Z | ++ awk '{print $1}' |
303 | 2023-12-05T05:12:05.921Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
304 | 2023-12-05T05:12:05.921Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
305 | 2023-12-05T05:12:05.921Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-05T05:12:05.921Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2023-12-05T05:12:09.322Z | + do_assemble_illumos |
308 | 2023-12-05T05:12:09.322Z | + rm -r ./out/cockroachdb |
309 | 2023-12-05T05:12:09.331Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2023-12-05T05:12:09.907Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2023-12-05T05:12:10.110Z | Build Tag: v22.1.9-dirty |
312 | 2023-12-05T05:12:10.110Z | Build Time: 2022/10/26 21:17:46 |
313 | 2023-12-05T05:12:10.110Z | Distribution: OSS |
314 | 2023-12-05T05:12:10.110Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2023-12-05T05:12:10.110Z | Go Version: go1.17.13 |
316 | 2023-12-05T05:12:10.111Z | C Compiler: gcc 10.3.0 |
317 | 2023-12-05T05:12:10.111Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2023-12-05T05:12:10.111Z | Build Type: release |
319 | 2023-12-05T05:12:10.135Z | + set -o errexit |
320 | 2023-12-05T05:12:10.137Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2023-12-05T05:12:10.140Z | ++ cd ./tools |
322 | 2023-12-05T05:12:10.140Z | ++ pwd |
323 | 2023-12-05T05:12:10.140Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2023-12-05T05:12:10.143Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2023-12-05T05:12:10.143Z | + ARG0=ci_download_clickhouse |
326 | 2023-12-05T05:12:10.143Z | + TARGET_DIR=out |
327 | 2023-12-05T05:12:10.143Z | + DOWNLOAD_DIR=out/downloads |
328 | 2023-12-05T05:12:10.143Z | + DEST_DIR=./out/clickhouse |
329 | 2023-12-05T05:12:10.143Z | + CIDL_VERSION=v22.8.9.24 |
330 | 2023-12-05T05:12:10.143Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2023-12-05T05:12:10.143Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
332 | 2023-12-05T05:12:10.143Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
333 | 2023-12-05T05:12:10.143Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-12-05T05:12:10.143Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2023-12-05T05:12:10.143Z | + main |
336 | 2023-12-05T05:12:10.143Z | + [[ 0 != 0 ]] |
337 | 2023-12-05T05:12:10.143Z | + CIDL_OS=solaris2.11 |
338 | 2023-12-05T05:12:10.143Z | + [[ 0 != 0 ]] |
339 | 2023-12-05T05:12:10.144Z | + configure_os solaris2.11 |
340 | 2023-12-05T05:12:10.144Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2023-12-05T05:12:10.144Z | current directory: /work/oxidecomputer/omicron |
342 | 2023-12-05T05:12:10.144Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2023-12-05T05:12:10.144Z | + CIDL_DASHREV= |
344 | 2023-12-05T05:12:10.144Z | + case "$1" in |
345 | 2023-12-05T05:12:10.148Z | configuring based on OS: "solaris2.11" |
346 | 2023-12-05T05:12:10.148Z | + CIDL_PLATFORM=illumos |
347 | 2023-12-05T05:12:10.148Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-12-05T05:12:10.148Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2023-12-05T05:12:10.148Z | + CIDL_DASHREV=-1 |
350 | 2023-12-05T05:12:10.148Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
351 | 2023-12-05T05:12:10.148Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-05T05:12:10.148Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-05T05:12:10.148Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-05T05:12:10.148Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2023-12-05T05:12:10.148Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2023-12-05T05:12:10.148Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-05T05:12:10.148Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-12-05T05:12:10.148Z | + mkdir -p out/downloads |
359 | 2023-12-05T05:12:10.148Z | + mkdir -p ./out/clickhouse |
360 | 2023-12-05T05:12:10.151Z | + local DO_DOWNLOAD=true |
361 | 2023-12-05T05:12:10.151Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
362 | 2023-12-05T05:12:10.151Z | + '[' true == true ']' |
363 | 2023-12-05T05:12:10.151Z | + echo Downloading... |
364 | 2023-12-05T05:12:10.151Z | Downloading... |
365 | 2023-12-05T05:12:10.152Z | + 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 |
366 | 2023-12-05T05:12:10.152Z | + 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 |
367 | 2023-12-05T05:12:12.440Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-05T05:12:12.446Z | ++ md5sum |
369 | 2023-12-05T05:12:12.446Z | ++ awk '{print $1}' |
370 | 2023-12-05T05:12:12.699Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
371 | 2023-12-05T05:12:12.699Z | + [[ 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 ]] |
372 | 2023-12-05T05:12:12.701Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
373 | 2023-12-05T05:12:12.701Z | + mkdir -p ./out/clickhouse |
374 | 2023-12-05T05:12:12.702Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
375 | 2023-12-05T05:12:17.574Z | + ./out/clickhouse/clickhouse server --version |
376 | 2023-12-05T05:12:17.625Z | ClickHouse server version 22.8.9.1. |
377 | 2023-12-05T05:12:17.650Z | + set -o errexit |
378 | 2023-12-05T05:12:17.659Z | +++ dirname ./tools/ci_download_console |
379 | 2023-12-05T05:12:17.659Z | ++ cd ./tools |
380 | 2023-12-05T05:12:17.659Z | ++ pwd |
381 | 2023-12-05T05:12:17.659Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2023-12-05T05:12:17.659Z | ++ basename ./tools/ci_download_console |
383 | 2023-12-05T05:12:17.659Z | + ARG0=ci_download_console |
384 | 2023-12-05T05:12:17.659Z | + TARGET_DIR=out |
385 | 2023-12-05T05:12:17.659Z | + DOWNLOAD_DIR=out/downloads |
386 | 2023-12-05T05:12:17.659Z | + DEST_DIR=./out/console-assets |
387 | 2023-12-05T05:12:17.659Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2023-12-05T05:12:17.659Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
389 | 2023-12-05T05:12:17.659Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
390 | 2023-12-05T05:12:17.659Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-12-05T05:12:17.659Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2023-12-05T05:12:17.659Z | + main |
393 | 2023-12-05T05:12:17.673Z | + [[ 0 != 0 ]] |
394 | 2023-12-05T05:12:17.673Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
395 | 2023-12-05T05:12:17.673Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
396 | 2023-12-05T05:12:17.673Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2023-12-05T05:12:17.673Z | Local file: out/downloads/console.tar.gz |
398 | 2023-12-05T05:12:17.673Z | + local DO_DOWNLOAD=true |
399 | 2023-12-05T05:12:17.673Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2023-12-05T05:12:17.673Z | + mkdir -p out/downloads |
401 | 2023-12-05T05:12:17.673Z | + '[' true == true ']' |
402 | 2023-12-05T05:12:17.673Z | + echo Downloading... |
403 | 2023-12-05T05:12:17.673Z | Downloading... |
404 | 2023-12-05T05:12:17.673Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
405 | 2023-12-05T05:12:17.673Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
406 | 2023-12-05T05:12:18.500Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2023-12-05T05:12:18.500Z | ++ case "$OSTYPE" in |
408 | 2023-12-05T05:12:18.508Z | ++ SHA=sha256sum |
409 | 2023-12-05T05:12:18.512Z | ++ sha256sum |
410 | 2023-12-05T05:12:18.512Z | ++ awk '{print $1}' |
411 | 2023-12-05T05:12:18.944Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
412 | 2023-12-05T05:12:18.944Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
413 | 2023-12-05T05:12:18.944Z | + rm -rf ./out/console-assets |
414 | 2023-12-05T05:12:18.966Z | + mkdir -p ./out/console-assets |
415 | 2023-12-05T05:12:18.967Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2023-12-05T05:12:18.967Z | + mkdir -p ./out/console-assets |
417 | 2023-12-05T05:12:18.967Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2023-12-05T05:12:18.967Z | + set -o errexit |
419 | 2023-12-05T05:12:18.967Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2023-12-05T05:12:18.967Z | ++ cd ./tools |
421 | 2023-12-05T05:12:18.967Z | ++ pwd |
422 | 2023-12-05T05:12:18.971Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2023-12-05T05:12:18.971Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2023-12-05T05:12:18.971Z | + ARG0=ci_download_maghemite_openapi |
425 | 2023-12-05T05:12:18.971Z | + TARGET_DIR=out |
426 | 2023-12-05T05:12:18.971Z | + DOWNLOAD_DIR=out/downloads |
427 | 2023-12-05T05:12:18.971Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2023-12-05T05:12:18.971Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
429 | 2023-12-05T05:12:18.971Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
430 | 2023-12-05T05:12:18.971Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
431 | 2023-12-05T05:12:18.971Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-12-05T05:12:18.971Z | + main |
433 | 2023-12-05T05:12:18.971Z | + [[ 0 != 0 ]] |
434 | 2023-12-05T05:12:18.971Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
435 | 2023-12-05T05:12:18.971Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
436 | 2023-12-05T05:12:18.972Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
437 | 2023-12-05T05:12:18.972Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
438 | 2023-12-05T05:12:18.972Z | + local DO_DOWNLOAD=true |
439 | 2023-12-05T05:12:18.972Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
440 | 2023-12-05T05:12:18.972Z | + mkdir -p out/downloads |
441 | 2023-12-05T05:12:18.972Z | + '[' true == true ']' |
442 | 2023-12-05T05:12:18.972Z | + echo Downloading... |
443 | 2023-12-05T05:12:18.972Z | Downloading... |
444 | 2023-12-05T05:12:18.972Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-12-05T05:12:18.974Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
446 | 2023-12-05T05:12:18.974Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
447 | 2023-12-05T05:12:18.974Z | ++ case "$OSTYPE" in |
448 | 2023-12-05T05:12:18.974Z | ++ SHA=sha256sum |
449 | 2023-12-05T05:12:18.974Z | ++ sha256sum |
450 | 2023-12-05T05:12:18.974Z | ++ awk '{print $1}' |
451 | 2023-12-05T05:12:18.975Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
452 | 2023-12-05T05:12:18.975Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
453 | 2023-12-05T05:12:18.975Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
454 | 2023-12-05T05:12:18.975Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
455 | 2023-12-05T05:12:18.975Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
456 | 2023-12-05T05:12:18.975Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
457 | 2023-12-05T05:12:18.975Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-12-05T05:12:18.975Z | + main |
459 | 2023-12-05T05:12:18.975Z | + [[ 0 != 0 ]] |
460 | 2023-12-05T05:12:18.975Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
461 | 2023-12-05T05:12:18.975Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
462 | 2023-12-05T05:12:18.975Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
463 | 2023-12-05T05:12:18.975Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
464 | 2023-12-05T05:12:18.975Z | + local DO_DOWNLOAD=true |
465 | 2023-12-05T05:12:18.986Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
466 | 2023-12-05T05:12:18.986Z | + mkdir -p out/downloads |
467 | 2023-12-05T05:12:18.986Z | + '[' true == true ']' |
468 | 2023-12-05T05:12:18.986Z | + echo Downloading... |
469 | 2023-12-05T05:12:18.986Z | Downloading... |
470 | 2023-12-05T05:12:18.986Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
471 | 2023-12-05T05:12:18.986Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
472 | 2023-12-05T05:12:19.087Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
473 | 2023-12-05T05:12:19.097Z | ++ case "$OSTYPE" in |
474 | 2023-12-05T05:12:19.097Z | ++ SHA=sha256sum |
475 | 2023-12-05T05:12:19.097Z | ++ sha256sum |
476 | 2023-12-05T05:12:19.097Z | ++ awk '{print $1}' |
477 | 2023-12-05T05:12:19.097Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
478 | 2023-12-05T05:12:19.097Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
479 | 2023-12-05T05:12:19.103Z | + set -o errexit |
480 | 2023-12-05T05:12:19.106Z | +++ dirname ./tools/ci_download_dendrite_openapi |
481 | 2023-12-05T05:12:19.106Z | ++ cd ./tools |
482 | 2023-12-05T05:12:19.106Z | ++ pwd |
483 | 2023-12-05T05:12:19.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-12-05T05:12:19.111Z | ++ basename ./tools/ci_download_dendrite_openapi |
485 | 2023-12-05T05:12:19.111Z | + ARG0=ci_download_dendrite_openapi |
486 | 2023-12-05T05:12:19.111Z | + TARGET_DIR=out |
487 | 2023-12-05T05:12:19.111Z | + DOWNLOAD_DIR=out/downloads |
488 | 2023-12-05T05:12:19.111Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
489 | 2023-12-05T05:12:19.111Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
490 | 2023-12-05T05:12:19.111Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
491 | 2023-12-05T05:12:19.111Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
492 | 2023-12-05T05:12:19.111Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
493 | 2023-12-05T05:12:19.111Z | + main |
494 | 2023-12-05T05:12:19.111Z | + [[ 0 != 0 ]] |
495 | 2023-12-05T05:12:19.111Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
496 | 2023-12-05T05:12:19.111Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
497 | 2023-12-05T05:12:19.111Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
498 | 2023-12-05T05:12:19.111Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
499 | 2023-12-05T05:12:19.111Z | + local DO_DOWNLOAD=true |
500 | 2023-12-05T05:12:19.111Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
501 | 2023-12-05T05:12:19.111Z | + mkdir -p out/downloads |
502 | 2023-12-05T05:12:19.121Z | + '[' true == true ']' |
503 | 2023-12-05T05:12:19.121Z | + echo Downloading... |
504 | 2023-12-05T05:12:19.121Z | Downloading... |
505 | 2023-12-05T05:12:19.121Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
506 | 2023-12-05T05:12:19.121Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
507 | 2023-12-05T05:12:19.287Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
508 | 2023-12-05T05:12:19.287Z | ++ case "$OSTYPE" in |
509 | 2023-12-05T05:12:19.290Z | ++ SHA=sha256sum |
510 | 2023-12-05T05:12:19.290Z | ++ sha256sum |
511 | 2023-12-05T05:12:19.290Z | ++ awk '{print $1}' |
512 | 2023-12-05T05:12:19.294Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
513 | 2023-12-05T05:12:19.294Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
514 | 2023-12-05T05:12:19.304Z | + set -o errexit |
515 | 2023-12-05T05:12:19.307Z | +++ dirname ./tools/ci_download_dendrite_stub |
516 | 2023-12-05T05:12:19.309Z | ++ cd ./tools |
517 | 2023-12-05T05:12:19.309Z | ++ pwd |
518 | 2023-12-05T05:12:19.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
519 | 2023-12-05T05:12:19.312Z | ++ basename ./tools/ci_download_dendrite_stub |
520 | 2023-12-05T05:12:19.313Z | + ARG0=ci_download_dendrite_stub |
521 | 2023-12-05T05:12:19.313Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
522 | 2023-12-05T05:12:19.313Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
523 | 2023-12-05T05:12:19.313Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
524 | 2023-12-05T05:12:19.313Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
525 | 2023-12-05T05:12:19.313Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
526 | 2023-12-05T05:12:19.313Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
527 | 2023-12-05T05:12:19.313Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
528 | 2023-12-05T05:12:19.313Z | + TARGET_DIR=out |
529 | 2023-12-05T05:12:19.313Z | + DOWNLOAD_DIR=out/downloads |
530 | 2023-12-05T05:12:19.313Z | + DEST_DIR=./out/dendrite-stub |
531 | 2023-12-05T05:12:19.313Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
532 | 2023-12-05T05:12:19.313Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
533 | 2023-12-05T05:12:19.313Z | + REPO=oxidecomputer/dendrite |
534 | 2023-12-05T05:12:19.313Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
535 | 2023-12-05T05:12:19.316Z | + main |
536 | 2023-12-05T05:12:19.316Z | + [[ 0 != 0 ]] |
537 | 2023-12-05T05:12:19.316Z | + CIDL_OS=solaris2.11 |
538 | 2023-12-05T05:12:19.316Z | + [[ 0 != 0 ]] |
539 | 2023-12-05T05:12:19.316Z | + configure_os solaris2.11 |
540 | 2023-12-05T05:12:19.316Z | + echo 'current directory: /work/oxidecomputer/omicron' |
541 | 2023-12-05T05:12:19.316Z | current directory: /work/oxidecomputer/omicron |
542 | 2023-12-05T05:12:19.316Z | + echo 'configuring based on OS: "solaris2.11"' |
543 | 2023-12-05T05:12:19.316Z | configuring based on OS: "solaris2.11" |
544 | 2023-12-05T05:12:19.316Z | + case "$1" in |
545 | 2023-12-05T05:12:19.317Z | + SET_BINARIES= |
546 | 2023-12-05T05:12:19.317Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
547 | 2023-12-05T05:12:19.317Z | + CIDL_SHA256FUNC=do_sha256sum |
548 | 2023-12-05T05:12:19.317Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
549 | 2023-12-05T05:12:19.317Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
550 | 2023-12-05T05:12:19.317Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-05T05:12:19.317Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
552 | 2023-12-05T05:12:19.317Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
553 | 2023-12-05T05:12:19.317Z | Local file: out/downloads/dendrite-stub.tar.gz |
554 | 2023-12-05T05:12:19.317Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
555 | 2023-12-05T05:12:19.317Z | + mkdir -p out/downloads |
556 | 2023-12-05T05:12:19.317Z | + mkdir -p ./out/dendrite-stub |
557 | 2023-12-05T05:12:19.320Z | + fetch_and_verify |
558 | 2023-12-05T05:12:19.320Z | + local DO_DOWNLOAD=true |
559 | 2023-12-05T05:12:19.320Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
560 | 2023-12-05T05:12:19.320Z | + '[' true == true ']' |
561 | 2023-12-05T05:12:19.320Z | + echo Downloading... |
562 | 2023-12-05T05:12:19.320Z | Downloading... |
563 | 2023-12-05T05:12:19.320Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
564 | 2023-12-05T05:12:19.320Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
565 | 2023-12-05T05:12:31.159Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-05T05:12:31.184Z | ++ sha256sum |
567 | 2023-12-05T05:12:31.184Z | ++ awk '{print $1}' |
568 | 2023-12-05T05:12:31.254Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
569 | 2023-12-05T05:12:31.254Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
570 | 2023-12-05T05:12:31.257Z | + do_untar out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-05T05:12:31.257Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
572 | 2023-12-05T05:12:32.255Z | + do_assemble |
573 | 2023-12-05T05:12:32.256Z | + rm -r ./out/dendrite-stub |
574 | 2023-12-05T05:12:32.264Z | + mkdir ./out/dendrite-stub |
575 | 2023-12-05T05:12:32.264Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
576 | 2023-12-05T05:12:32.391Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
577 | 2023-12-05T05:12:32.396Z | + set -o errexit |
578 | 2023-12-05T05:12:32.397Z | +++ dirname ./tools/ci_download_maghemite_mgd |
579 | 2023-12-05T05:12:32.417Z | ++ cd ./tools |
580 | 2023-12-05T05:12:32.417Z | ++ pwd |
581 | 2023-12-05T05:12:32.417Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
582 | 2023-12-05T05:12:32.417Z | ++ basename ./tools/ci_download_maghemite_mgd |
583 | 2023-12-05T05:12:32.417Z | + ARG0=ci_download_maghemite_mgd |
584 | 2023-12-05T05:12:32.417Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
585 | 2023-12-05T05:12:32.417Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
586 | 2023-12-05T05:12:32.418Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
587 | 2023-12-05T05:12:32.418Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
588 | 2023-12-05T05:12:32.418Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
589 | 2023-12-05T05:12:32.418Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
590 | 2023-12-05T05:12:32.418Z | + TARGET_DIR=out |
591 | 2023-12-05T05:12:32.418Z | + DOWNLOAD_DIR=out/downloads |
592 | 2023-12-05T05:12:32.418Z | + DEST_DIR=./out/mgd |
593 | 2023-12-05T05:12:32.418Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
594 | 2023-12-05T05:12:32.418Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
595 | 2023-12-05T05:12:32.422Z | + REPO=oxidecomputer/maghemite |
596 | 2023-12-05T05:12:32.422Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
597 | 2023-12-05T05:12:32.422Z | + main |
598 | 2023-12-05T05:12:32.422Z | + [[ 0 != 0 ]] |
599 | 2023-12-05T05:12:32.422Z | + CIDL_OS=solaris2.11 |
600 | 2023-12-05T05:12:32.422Z | + [[ 0 != 0 ]] |
601 | 2023-12-05T05:12:32.422Z | + configure_os solaris2.11 |
602 | 2023-12-05T05:12:32.422Z | + echo 'current directory: /work/oxidecomputer/omicron' |
603 | 2023-12-05T05:12:32.422Z | current directory: /work/oxidecomputer/omicron |
604 | 2023-12-05T05:12:32.422Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2023-12-05T05:12:32.422Z | + case "$1" in |
606 | 2023-12-05T05:12:32.422Z | + SET_BINARIES= |
607 | 2023-12-05T05:12:32.422Z | configuring based on OS: "solaris2.11" |
608 | 2023-12-05T05:12:32.422Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2023-12-05T05:12:32.422Z | + TARBALL_FILENAME=mgd.tar.gz |
610 | 2023-12-05T05:12:32.422Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
611 | 2023-12-05T05:12:32.423Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
612 | 2023-12-05T05:12:32.423Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
613 | 2023-12-05T05:12:32.423Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
614 | 2023-12-05T05:12:32.423Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
615 | 2023-12-05T05:12:32.423Z | Local file: out/downloads/mgd.tar.gz |
616 | 2023-12-05T05:12:32.423Z | + mkdir -p out/downloads |
617 | 2023-12-05T05:12:32.441Z | + mkdir -p ./out/mgd |
618 | 2023-12-05T05:12:32.441Z | + fetch_and_verify |
619 | 2023-12-05T05:12:32.441Z | + local DO_DOWNLOAD=true |
620 | 2023-12-05T05:12:32.441Z | + [[ -f out/downloads/mgd.tar.gz ]] |
621 | 2023-12-05T05:12:32.441Z | + '[' true == true ']' |
622 | 2023-12-05T05:12:32.442Z | + echo Downloading... |
623 | 2023-12-05T05:12:32.442Z | Downloading... |
624 | 2023-12-05T05:12:32.442Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
625 | 2023-12-05T05:12:32.442Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
626 | 2023-12-05T05:12:40.825Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
627 | 2023-12-05T05:12:40.828Z | ++ sha256sum |
628 | 2023-12-05T05:12:40.828Z | ++ awk '{print $1}' |
629 | 2023-12-05T05:12:40.902Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
630 | 2023-12-05T05:12:40.902Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
631 | 2023-12-05T05:12:40.902Z | + do_untar out/downloads/mgd.tar.gz |
632 | 2023-12-05T05:12:40.902Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
633 | 2023-12-05T05:12:41.579Z | + do_assemble |
634 | 2023-12-05T05:12:41.579Z | + rm -r ./out/mgd |
635 | 2023-12-05T05:12:41.593Z | + mkdir ./out/mgd |
636 | 2023-12-05T05:12:41.594Z | + cp -r out/downloads/root ./out/mgd/root |
637 | 2023-12-05T05:12:41.798Z | + set -o errexit |
638 | 2023-12-05T05:12:41.805Z | +++ dirname ./tools/ci_download_transceiver_control |
639 | 2023-12-05T05:12:41.814Z | ++ cd ./tools |
640 | 2023-12-05T05:12:41.814Z | ++ pwd |
641 | 2023-12-05T05:12:41.814Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
642 | 2023-12-05T05:12:41.814Z | ++ basename ./tools/ci_download_transceiver_control |
643 | 2023-12-05T05:12:41.814Z | + ARG0=ci_download_transceiver_control |
644 | 2023-12-05T05:12:41.814Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
645 | 2023-12-05T05:12:41.814Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2023-12-05T05:12:41.814Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
647 | 2023-12-05T05:12:41.814Z | + TARGET_DIR=out |
648 | 2023-12-05T05:12:41.814Z | + DOWNLOAD_DIR=out/downloads |
649 | 2023-12-05T05:12:41.814Z | + DEST_DIR=./out/transceiver-control |
650 | 2023-12-05T05:12:41.815Z | + BIN_DIR=/opt/oxide/bin |
651 | 2023-12-05T05:12:41.815Z | + BINARY=xcvradm |
652 | 2023-12-05T05:12:41.815Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
653 | 2023-12-05T05:12:41.815Z | + REPO=oxidecomputer/transceiver-control |
654 | 2023-12-05T05:12:41.815Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2023-12-05T05:12:41.815Z | + main |
656 | 2023-12-05T05:12:41.815Z | + [[ 0 != 0 ]] |
657 | 2023-12-05T05:12:41.815Z | + CIDL_OS=solaris2.11 |
658 | 2023-12-05T05:12:41.815Z | + [[ 0 != 0 ]] |
659 | 2023-12-05T05:12:41.815Z | + configure_os solaris2.11 |
660 | 2023-12-05T05:12:41.815Z | + echo 'current directory: /work/oxidecomputer/omicron' |
661 | 2023-12-05T05:12:41.815Z | current directory: /work/oxidecomputer/omicron |
662 | 2023-12-05T05:12:41.815Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2023-12-05T05:12:41.815Z | + case "$1" in |
664 | 2023-12-05T05:12:41.815Z | configuring based on OS: "solaris2.11" |
665 | 2023-12-05T05:12:41.815Z | + SET_BINARIES= |
666 | 2023-12-05T05:12:41.815Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2023-12-05T05:12:41.815Z | + CIDL_SHA256FUNC=do_sha256sum |
668 | 2023-12-05T05:12:41.815Z | + ARCHIVE_FILENAME=xcvradm.gz |
669 | 2023-12-05T05:12:41.815Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2023-12-05T05:12:41.815Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
671 | 2023-12-05T05:12:41.815Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2023-12-05T05:12:41.815Z | Local file: out/downloads/xcvradm.gz |
673 | 2023-12-05T05:12:41.815Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
674 | 2023-12-05T05:12:41.815Z | + echo 'Local file: out/downloads/xcvradm.gz' |
675 | 2023-12-05T05:12:41.816Z | + mkdir -p out/downloads |
676 | 2023-12-05T05:12:41.821Z | + mkdir -p ./out/transceiver-control |
677 | 2023-12-05T05:12:41.821Z | + fetch_and_verify |
678 | 2023-12-05T05:12:41.821Z | + local DO_DOWNLOAD=true |
679 | 2023-12-05T05:12:41.821Z | + [[ -f out/downloads/xcvradm.gz ]] |
680 | 2023-12-05T05:12:41.821Z | + '[' true == true ']' |
681 | 2023-12-05T05:12:41.822Z | + echo Downloading... |
682 | 2023-12-05T05:12:41.822Z | Downloading... |
683 | 2023-12-05T05:12:41.822Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
684 | 2023-12-05T05:12:41.822Z | + 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 |
685 | 2023-12-05T05:12:45.397Z | ++ do_sha256sum out/downloads/xcvradm.gz |
686 | 2023-12-05T05:12:45.403Z | ++ sha256sum |
687 | 2023-12-05T05:12:45.403Z | ++ awk '{print $1}' |
688 | 2023-12-05T05:12:45.427Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
689 | 2023-12-05T05:12:45.427Z | + [[ 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 ]] |
690 | 2023-12-05T05:12:45.438Z | + do_unpack out/downloads/xcvradm.gz |
691 | 2023-12-05T05:12:45.438Z | + mkdir -p out/downloads/root//opt/oxide/bin |
692 | 2023-12-05T05:12:45.438Z | + gzip -dc out/downloads/xcvradm.gz |
693 | 2023-12-05T05:12:45.603Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
694 | 2023-12-05T05:12:45.607Z | + do_assemble |
695 | 2023-12-05T05:12:45.607Z | + rm -r ./out/transceiver-control |
696 | 2023-12-05T05:12:45.607Z | + mkdir ./out/transceiver-control |
697 | 2023-12-05T05:12:45.616Z | + cp -r out/downloads/root ./out/transceiver-control/root |
698 | 2023-12-05T05:12:45.834Z | All prerequisites installed successfully |
699 | 2023-12-05T05:12:45.837Z | |
700 | 2023-12-05T05:12:45.837Z | real 2:29.732526959 |
701 | 2023-12-05T05:12:45.837Z | user 54.937005374 |
702 | 2023-12-05T05:12:45.837Z | sys 10.362335138 |
703 | 2023-12-05T05:12:45.837Z | trap 0.023747234 |
704 | 2023-12-05T05:12:45.837Z | tflt 0.229730119 |
705 | 2023-12-05T05:12:45.837Z | dflt 0.965034718 |
706 | 2023-12-05T05:12:45.837Z | kflt 0.180795575 |
707 | 2023-12-05T05:12:45.837Z | lock 1.649184616 |
708 | 2023-12-05T05:12:45.837Z | slp 4:48.917075015 |
709 | 2023-12-05T05:12:45.837Z | lat 3.405250996 |
710 | 2023-12-05T05:12:45.837Z | stop 0.067225398 |
711 | 2023-12-05T05:12:45.837Z | + ptime -m ./tools/ci_download_softnpu_machinery |
712 | 2023-12-05T05:12:45.849Z | fetching npuzone |
713 | 2023-12-05T05:12:45.857Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
714 | 2023-12-05T05:12:45.857Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
715 | 2023-12-05T05:12:45.857Z | Getting hash for npuzone |
716 | 2023-12-05T05:12:45.989Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
717 | 2023-12-05T05:12:53.027Z | npuzone downloaded successfully |
718 | 2023-12-05T05:12:53.032Z | |
719 | 2023-12-05T05:12:53.034Z | real 7.191628410 |
720 | 2023-12-05T05:12:53.035Z | user 0.547189394 |
721 | 2023-12-05T05:12:53.035Z | sys 0.134205193 |
722 | 2023-12-05T05:12:53.035Z | trap 0.000047608 |
723 | 2023-12-05T05:12:53.035Z | tflt 0.000000000 |
724 | 2023-12-05T05:12:53.035Z | dflt 0.000000000 |
725 | 2023-12-05T05:12:53.035Z | kflt 0.000000000 |
726 | 2023-12-05T05:12:53.035Z | lock 0.000000000 |
727 | 2023-12-05T05:12:53.035Z | slp 20.755784800 |
728 | 2023-12-05T05:12:53.035Z | lat 0.101860191 |
729 | 2023-12-05T05:12:53.035Z | stop 0.000261585 |
730 | 2023-12-05T05:12:53.035Z | + export CARGO_INCREMENTAL=0 |
731 | 2023-12-05T05:12:53.035Z | + CARGO_INCREMENTAL=0 |
732 | 2023-12-05T05:12:53.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
733 | 2023-12-05T05:12:53.370Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2023-12-05T05:12:53.764Z | Updating crates.io index |
735 | 2023-12-05T05:12:53.767Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
736 | 2023-12-05T05:12:54.647Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
737 | 2023-12-05T05:12:56.371Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
738 | 2023-12-05T05:12:56.988Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2023-12-05T05:12:57.339Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2023-12-05T05:12:57.710Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2023-12-05T05:12:58.001Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2023-12-05T05:12:58.903Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2023-12-05T05:13:01.152Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2023-12-05T05:13:02.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2023-12-05T05:13:02.649Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2023-12-05T05:13:03.300Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2023-12-05T05:13:03.682Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2023-12-05T05:13:04.054Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2023-12-05T05:13:04.491Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2023-12-05T05:13:04.833Z | Updating git repository `https://github.com/njaremko/samael` |
751 | 2023-12-05T05:13:05.451Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2023-12-05T05:13:06.027Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2023-12-05T05:13:06.456Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2023-12-05T05:13:06.832Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2023-12-05T05:13:08.694Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2023-12-05T05:13:09.174Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2023-12-05T05:13:10.204Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2023-12-05T05:13:10.588Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2023-12-05T05:13:10.948Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2023-12-05T05:13:12.518Z | Downloading crates ... |
761 | 2023-12-05T05:13:12.759Z | Downloaded crucible-workspace-hack v0.1.0 |
762 | 2023-12-05T05:13:12.766Z | Downloaded crunchy v0.2.2 |
763 | 2023-12-05T05:13:12.785Z | Downloaded crossbeam v0.8.2 |
764 | 2023-12-05T05:13:12.794Z | Downloaded mime v0.3.17 |
765 | 2023-12-05T05:13:12.798Z | Downloaded match_cfg v0.1.0 |
766 | 2023-12-05T05:13:12.802Z | Downloaded assert_matches v1.5.0 |
767 | 2023-12-05T05:13:12.807Z | Downloaded native-tls v0.2.11 |
768 | 2023-12-05T05:13:12.812Z | Downloaded mime_guess v2.0.4 |
769 | 2023-12-05T05:13:12.817Z | Downloaded async-stream-impl v0.3.5 |
770 | 2023-12-05T05:13:12.821Z | Downloaded block-buffer v0.10.4 |
771 | 2023-12-05T05:13:12.825Z | Downloaded colorchoice v1.0.0 |
772 | 2023-12-05T05:13:12.831Z | Downloaded is_ci v1.1.1 |
773 | 2023-12-05T05:13:12.836Z | Downloaded impl-trait-for-tuples v0.2.2 |
774 | 2023-12-05T05:13:12.845Z | Downloaded cfg-if v1.0.0 |
775 | 2023-12-05T05:13:12.849Z | Downloaded log v0.4.20 |
776 | 2023-12-05T05:13:12.857Z | Downloaded chacha20 v0.9.1 |
777 | 2023-12-05T05:13:12.866Z | Downloaded lru-cache v0.1.2 |
778 | 2023-12-05T05:13:12.873Z | Downloaded newtype_derive v0.1.6 |
779 | 2023-12-05T05:13:12.878Z | Downloaded cfg-if v0.1.10 |
780 | 2023-12-05T05:13:12.883Z | Downloaded openssl-macros v0.1.1 |
781 | 2023-12-05T05:13:12.887Z | Downloaded lazycell v1.3.0 |
782 | 2023-12-05T05:13:12.891Z | Downloaded clap_derive v4.4.2 |
783 | 2023-12-05T05:13:12.898Z | Downloaded new_debug_unreachable v1.0.4 |
784 | 2023-12-05T05:13:12.904Z | Downloaded openssl-probe v0.1.5 |
785 | 2023-12-05T05:13:12.908Z | Downloaded nodrop v0.1.14 |
786 | 2023-12-05T05:13:12.910Z | Downloaded oso-derive v0.27.0 |
787 | 2023-12-05T05:13:12.913Z | Downloaded usdt-attr-macro v0.3.5 |
788 | 2023-12-05T05:13:12.917Z | Downloaded managed v0.8.0 |
789 | 2023-12-05T05:13:12.920Z | Downloaded serde_urlencoded v0.7.1 |
790 | 2023-12-05T05:13:12.925Z | Downloaded colored v2.0.4 |
791 | 2023-12-05T05:13:12.931Z | Downloaded olpc-cjson v0.1.3 |
792 | 2023-12-05T05:13:12.934Z | Downloaded bitflags v1.3.2 |
793 | 2023-12-05T05:13:12.942Z | Downloaded semver v0.11.0 |
794 | 2023-12-05T05:13:12.947Z | Downloaded downcast v0.11.0 |
795 | 2023-12-05T05:13:12.951Z | Downloaded darling_macro v0.20.3 |
796 | 2023-12-05T05:13:12.954Z | Downloaded terminal_size v0.2.6 |
797 | 2023-12-05T05:13:12.957Z | Downloaded num_enum_derive v0.5.11 |
798 | 2023-12-05T05:13:12.960Z | Downloaded num_cpus v1.16.0 |
799 | 2023-12-05T05:13:12.968Z | Downloaded untrusted v0.9.0 |
800 | 2023-12-05T05:13:12.973Z | Downloaded num_enum v0.5.11 |
801 | 2023-12-05T05:13:12.986Z | Downloaded unicode-xid v0.2.4 |
802 | 2023-12-05T05:13:12.992Z | Downloaded subtle v2.5.0 |
803 | 2023-12-05T05:13:12.994Z | Downloaded crc-any v2.4.3 |
804 | 2023-12-05T05:13:13.000Z | Downloaded clap v4.4.3 |
805 | 2023-12-05T05:13:13.021Z | Downloaded display-error-chain v0.2.0 |
806 | 2023-12-05T05:13:13.028Z | Downloaded usdt-impl v0.3.5 |
807 | 2023-12-05T05:13:13.028Z | Downloaded termios v0.3.3 |
808 | 2023-12-05T05:13:13.041Z | Downloaded usdt v0.3.5 |
809 | 2023-12-05T05:13:13.041Z | Downloaded tracing-attributes v0.1.26 |
810 | 2023-12-05T05:13:13.041Z | Downloaded resolv-conf v0.7.0 |
811 | 2023-12-05T05:13:13.051Z | Downloaded tokio-macros v2.2.0 |
812 | 2023-12-05T05:13:13.051Z | Downloaded multer v2.1.0 |
813 | 2023-12-05T05:13:13.051Z | Downloaded thiserror-impl v1.0.49 |
814 | 2023-12-05T05:13:13.056Z | Downloaded socket2 v0.4.9 |
815 | 2023-12-05T05:13:13.056Z | Downloaded hyper-staticfile v0.9.5 |
816 | 2023-12-05T05:13:13.059Z | Downloaded toolchain_find v0.2.0 |
817 | 2023-12-05T05:13:13.062Z | Downloaded phf_shared v0.11.2 |
818 | 2023-12-05T05:13:13.065Z | Downloaded dyn-clone v1.0.13 |
819 | 2023-12-05T05:13:13.067Z | Downloaded vte_generate_state_changes v0.1.1 |
820 | 2023-12-05T05:13:13.070Z | Downloaded fastrand v2.0.0 |
821 | 2023-12-05T05:13:13.072Z | Downloaded path-slash v0.1.5 |
822 | 2023-12-05T05:13:13.075Z | Downloaded unicode-linebreak v0.1.5 |
823 | 2023-12-05T05:13:13.077Z | Downloaded pretty-hex v0.2.1 |
824 | 2023-12-05T05:13:13.080Z | Downloaded waitgroup v0.1.2 |
825 | 2023-12-05T05:13:13.084Z | Downloaded data-encoding v2.4.0 |
826 | 2023-12-05T05:13:13.087Z | Downloaded pin-utils v0.1.0 |
827 | 2023-12-05T05:13:13.089Z | Downloaded slog-stdlog v4.1.1 |
828 | 2023-12-05T05:13:13.092Z | Downloaded miniz_oxide v0.7.1 |
829 | 2023-12-05T05:13:13.097Z | Downloaded rpassword v7.3.1 |
830 | 2023-12-05T05:13:13.099Z | Downloaded scheduled-thread-pool v0.2.7 |
831 | 2023-12-05T05:13:13.101Z | Downloaded semver-parser v0.10.2 |
832 | 2023-12-05T05:13:13.105Z | Downloaded signature v2.1.0 |
833 | 2023-12-05T05:13:13.108Z | Downloaded getopts v0.2.21 |
834 | 2023-12-05T05:13:13.112Z | Downloaded papergrid v0.10.0 |
835 | 2023-12-05T05:13:13.122Z | Downloaded hash32 v0.2.1 |
836 | 2023-12-05T05:13:13.125Z | Downloaded wait-timeout v0.2.0 |
837 | 2023-12-05T05:13:13.128Z | Downloaded foreign-types v0.3.2 |
838 | 2023-12-05T05:13:13.131Z | Downloaded serde v1.0.192 |
839 | 2023-12-05T05:13:13.171Z | Downloaded peeking_take_while v0.1.2 |
840 | 2023-12-05T05:13:13.174Z | Downloaded either v1.9.0 |
841 | 2023-12-05T05:13:13.174Z | Downloaded predicates-tree v1.0.9 |
842 | 2023-12-05T05:13:13.174Z | Downloaded cc v1.0.83 |
843 | 2023-12-05T05:13:13.174Z | Downloaded ena v0.14.2 |
844 | 2023-12-05T05:13:13.174Z | Downloaded http-range v0.1.5 |
845 | 2023-12-05T05:13:13.174Z | Downloaded heck v0.4.1 |
846 | 2023-12-05T05:13:13.174Z | Downloaded percent-encoding v2.3.1 |
847 | 2023-12-05T05:13:13.174Z | Downloaded semver v0.1.20 |
848 | 2023-12-05T05:13:13.174Z | Downloaded tracing-core v0.1.31 |
849 | 2023-12-05T05:13:13.174Z | Downloaded zerocopy v0.6.4 |
850 | 2023-12-05T05:13:13.177Z | Downloaded term v0.7.0 |
851 | 2023-12-05T05:13:13.186Z | Downloaded foreign-types-shared v0.1.1 |
852 | 2023-12-05T05:13:13.191Z | Downloaded zerocopy v0.3.0 |
853 | 2023-12-05T05:13:13.191Z | Downloaded serde_spanned v0.6.4 |
854 | 2023-12-05T05:13:13.200Z | Downloaded globset v0.4.13 |
855 | 2023-12-05T05:13:13.200Z | Downloaded minimal-lexical v0.2.1 |
856 | 2023-12-05T05:13:13.214Z | Downloaded foreign-types-shared v0.3.1 |
857 | 2023-12-05T05:13:13.229Z | Downloaded tracing v0.1.37 |
858 | 2023-12-05T05:13:13.230Z | Downloaded schemars_derive v0.8.13 |
859 | 2023-12-05T05:13:13.230Z | Downloaded thread_local v1.1.7 |
860 | 2023-12-05T05:13:13.233Z | Downloaded toml v0.8.8 |
861 | 2023-12-05T05:13:13.233Z | Downloaded trust-dns-resolver v0.22.0 |
862 | 2023-12-05T05:13:13.240Z | Downloaded foreign-types-macros v0.2.3 |
863 | 2023-12-05T05:13:13.243Z | Downloaded vec_map v0.8.2 |
864 | 2023-12-05T05:13:13.247Z | Downloaded headers-core v0.2.0 |
865 | 2023-12-05T05:13:13.250Z | Downloaded fxhash v0.2.1 |
866 | 2023-12-05T05:13:13.250Z | Downloaded which v4.4.0 |
867 | 2023-12-05T05:13:13.253Z | Downloaded pest_generator v2.7.2 |
868 | 2023-12-05T05:13:13.256Z | Downloaded tokio-native-tls v0.3.1 |
869 | 2023-12-05T05:13:13.259Z | Downloaded flagset v0.4.3 |
870 | 2023-12-05T05:13:13.262Z | Downloaded digest v0.10.7 |
871 | 2023-12-05T05:13:13.266Z | Downloaded fd-lock v3.0.13 |
872 | 2023-12-05T05:13:13.271Z | Downloaded termcolor v1.2.0 |
873 | 2023-12-05T05:13:13.277Z | Downloaded libxml v0.3.3 |
874 | 2023-12-05T05:13:13.287Z | Downloaded derive_builder_macro v0.12.0 |
875 | 2023-12-05T05:13:13.290Z | Downloaded derive_builder v0.12.0 |
876 | 2023-12-05T05:13:13.298Z | Downloaded endian-type v0.1.2 |
877 | 2023-12-05T05:13:13.301Z | Downloaded tinyvec_macros v0.1.1 |
878 | 2023-12-05T05:13:13.303Z | Downloaded futures-core v0.3.29 |
879 | 2023-12-05T05:13:13.306Z | Downloaded zeroize_derive v1.4.2 |
880 | 2023-12-05T05:13:13.309Z | Downloaded parking_lot_core v0.8.6 |
881 | 2023-12-05T05:13:13.312Z | Downloaded serde-big-array v0.5.1 |
882 | 2023-12-05T05:13:13.314Z | Downloaded try-lock v0.2.4 |
883 | 2023-12-05T05:13:13.317Z | Downloaded unicode-segmentation v1.10.1 |
884 | 2023-12-05T05:13:13.324Z | Downloaded doc-comment v0.3.3 |
885 | 2023-12-05T05:13:13.327Z | Downloaded siphasher v0.3.11 |
886 | 2023-12-05T05:13:13.330Z | Downloaded smf v0.2.2 |
887 | 2023-12-05T05:13:13.332Z | Downloaded slog-term v2.9.0 |
888 | 2023-12-05T05:13:13.335Z | Downloaded heck v0.3.3 |
889 | 2023-12-05T05:13:13.338Z | Downloaded funty v2.0.0 |
890 | 2023-12-05T05:13:13.341Z | Downloaded equivalent v1.0.1 |
891 | 2023-12-05T05:13:13.343Z | Downloaded pin-project-internal v1.1.3 |
892 | 2023-12-05T05:13:13.346Z | Downloaded home v0.5.5 |
893 | 2023-12-05T05:13:13.352Z | Downloaded ppv-lite86 v0.2.17 |
894 | 2023-12-05T05:13:13.352Z | Downloaded time-macros v0.2.13 |
895 | 2023-12-05T05:13:13.355Z | Downloaded unarray v0.1.4 |
896 | 2023-12-05T05:13:13.357Z | Downloaded schemars v0.8.13 |
897 | 2023-12-05T05:13:13.377Z | Downloaded swrite v0.1.0 |
898 | 2023-12-05T05:13:13.380Z | Downloaded take_mut v0.2.2 |
899 | 2023-12-05T05:13:13.382Z | Downloaded ref-cast-impl v1.0.20 |
900 | 2023-12-05T05:13:13.382Z | Downloaded toml_datetime v0.6.5 |
901 | 2023-12-05T05:13:13.385Z | Downloaded derive-where v1.2.5 |
902 | 2023-12-05T05:13:13.391Z | Downloaded rustc-hash v1.1.0 |
903 | 2023-12-05T05:13:13.393Z | Downloaded smawk v0.3.1 |
904 | 2023-12-05T05:13:13.396Z | Downloaded group v0.13.0 |
905 | 2023-12-05T05:13:13.399Z | Downloaded rusty-fork v0.3.0 |
906 | 2023-12-05T05:13:13.401Z | Downloaded zeroize v1.7.0 |
907 | 2023-12-05T05:13:13.404Z | Downloaded pin-project v1.1.3 |
908 | 2023-12-05T05:13:13.426Z | Downloaded sha1 v0.10.6 |
909 | 2023-12-05T05:13:13.428Z | Downloaded phf v0.11.2 |
910 | 2023-12-05T05:13:13.431Z | Downloaded slog-dtrace v0.2.3 |
911 | 2023-12-05T05:13:13.434Z | Downloaded postgres-protocol v0.6.6 |
912 | 2023-12-05T05:13:13.437Z | Downloaded zone v0.3.0 |
913 | 2023-12-05T05:13:13.440Z | Downloaded rand_core v0.6.4 |
914 | 2023-12-05T05:13:13.443Z | Downloaded serde_with_macros v2.3.3 |
915 | 2023-12-05T05:13:13.447Z | Downloaded fragile v2.0.0 |
916 | 2023-12-05T05:13:13.458Z | Downloaded salty v0.2.0 |
917 | 2023-12-05T05:13:13.466Z | Downloaded float-cmp v0.9.0 |
918 | 2023-12-05T05:13:13.466Z | Downloaded snafu v0.7.5 |
919 | 2023-12-05T05:13:13.473Z | Downloaded unsafe-libyaml v0.2.9 |
920 | 2023-12-05T05:13:13.480Z | Downloaded serde_yaml v0.9.25 |
921 | 2023-12-05T05:13:13.486Z | Downloaded password-hash v0.5.0 |
922 | 2023-12-05T05:13:13.490Z | Downloaded serde_derive v1.0.192 |
923 | 2023-12-05T05:13:13.495Z | Downloaded scopeguard v1.2.0 |
924 | 2023-12-05T05:13:13.498Z | Downloaded ryu v1.0.15 |
925 | 2023-12-05T05:13:13.504Z | Downloaded getrandom v0.2.10 |
926 | 2023-12-05T05:13:13.510Z | Downloaded darling_core v0.20.3 |
927 | 2023-12-05T05:13:13.520Z | Downloaded platforms v3.0.2 |
928 | 2023-12-05T05:13:13.523Z | Downloaded heapless v0.7.16 |
929 | 2023-12-05T05:13:13.531Z | Downloaded trust-dns-server v0.22.1 |
930 | 2023-12-05T05:13:13.541Z | Downloaded flume v0.11.0 |
931 | 2023-12-05T05:13:13.549Z | Downloaded pest v2.7.2 |
932 | 2023-12-05T05:13:13.558Z | Downloaded textwrap v0.16.0 |
933 | 2023-12-05T05:13:13.563Z | Downloaded serde_with v2.3.3 |
934 | 2023-12-05T05:13:13.576Z | Downloaded rsa v0.9.2 |
935 | 2023-12-05T05:13:13.586Z | Downloaded http v0.2.11 |
936 | 2023-12-05T05:13:13.592Z | Downloaded hashbrown v0.12.3 |
937 | 2023-12-05T05:13:13.600Z | Downloaded hashbrown v0.14.2 |
938 | 2023-12-05T05:13:13.611Z | Downloaded der v0.7.8 |
939 | 2023-12-05T05:13:13.622Z | Downloaded tough v0.15.0 |
940 | 2023-12-05T05:13:13.646Z | Downloaded quick-xml v0.23.1 |
941 | 2023-12-05T05:13:13.652Z | Downloaded reedline v0.26.0 |
942 | 2023-12-05T05:13:13.665Z | Downloaded object v0.30.4 |
943 | 2023-12-05T05:13:13.683Z | Downloaded futures-util v0.3.29 |
944 | 2023-12-05T05:13:13.706Z | Downloaded petgraph v0.6.4 |
945 | 2023-12-05T05:13:13.730Z | Downloaded rayon v1.8.0 |
946 | 2023-12-05T05:13:13.747Z | Downloaded idna v0.5.0 |
947 | 2023-12-05T05:13:13.760Z | Downloaded syn v2.0.32 |
948 | 2023-12-05T05:13:13.781Z | Downloaded polar-core v0.27.0 |
949 | 2023-12-05T05:13:13.797Z | Downloaded regex-syntax v0.6.29 |
950 | 2023-12-05T05:13:13.812Z | Downloaded diesel v2.1.4 |
951 | 2023-12-05T05:13:13.846Z | Downloaded zerocopy-derive v0.6.4 |
952 | 2023-12-05T05:13:13.865Z | Downloaded smoltcp v0.9.1 |
953 | 2023-12-05T05:13:13.888Z | Downloaded ratatui v0.23.0 |
954 | 2023-12-05T05:13:13.911Z | Downloaded syn v1.0.109 |
955 | 2023-12-05T05:13:13.931Z | Downloaded regress v0.7.1 |
956 | 2023-12-05T05:13:13.937Z | Downloaded gimli v0.28.0 |
957 | 2023-12-05T05:13:13.953Z | Downloaded rustix v0.38.25 |
958 | 2023-12-05T05:13:13.992Z | Downloaded regex-syntax v0.8.2 |
959 | 2023-12-05T05:13:14.008Z | Downloaded rustix v0.37.23 |
960 | 2023-12-05T05:13:14.043Z | Downloaded sled v0.34.7 |
961 | 2023-12-05T05:13:14.074Z | Downloaded bstr v1.6.0 |
962 | 2023-12-05T05:13:14.088Z | Downloaded regex v1.10.2 |
963 | 2023-12-05T05:13:14.108Z | Downloaded regex-automata v0.4.3 |
964 | 2023-12-05T05:13:14.138Z | Downloaded zerocopy-derive v0.2.0 |
965 | 2023-12-05T05:13:14.155Z | Downloaded libc v0.2.150 |
966 | 2023-12-05T05:13:14.210Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
967 | 2023-12-05T05:13:14.226Z | Downloaded regex-automata v0.3.8 |
968 | 2023-12-05T05:13:14.257Z | Downloaded tokio v1.34.0 |
969 | 2023-12-05T05:13:14.324Z | Downloaded trust-dns-proto v0.22.0 |
970 | 2023-12-05T05:13:14.347Z | Downloaded sha3 v0.10.8 |
971 | 2023-12-05T05:13:14.361Z | Downloaded regex-syntax v0.7.5 |
972 | 2023-12-05T05:13:14.377Z | Downloaded openapiv3 v2.0.0-rc.1 |
973 | 2023-12-05T05:13:14.400Z | Downloaded bstr v0.2.17 |
974 | 2023-12-05T05:13:14.419Z | Downloaded rustls v0.21.9 |
975 | 2023-12-05T05:13:14.441Z | Downloaded webpki-roots v0.25.2 |
976 | 2023-12-05T05:13:14.448Z | Downloaded radix_trie v0.2.1 |
977 | 2023-12-05T05:13:14.458Z | Downloaded vcpkg v0.2.15 |
978 | 2023-12-05T05:13:14.534Z | Downloaded openssl v0.10.60 |
979 | 2023-12-05T05:13:14.553Z | Downloaded object v0.32.1 |
980 | 2023-12-05T05:13:14.571Z | Downloaded encoding_rs v0.8.33 |
981 | 2023-12-05T05:13:14.615Z | Downloaded proptest v1.4.0 |
982 | 2023-12-05T05:13:14.632Z | Downloaded smoltcp v0.8.2 |
983 | 2023-12-05T05:13:14.650Z | Downloaded curve25519-dalek v4.1.0 |
984 | 2023-12-05T05:13:14.666Z | Downloaded idna v0.2.3 |
985 | 2023-12-05T05:13:14.679Z | Downloaded rustls-webpki v0.101.7 |
986 | 2023-12-05T05:13:14.709Z | Downloaded hyper v0.14.27 |
987 | 2023-12-05T05:13:14.731Z | Downloaded tabled v0.14.0 |
988 | 2023-12-05T05:13:14.753Z | Downloaded hkdf v0.12.3 |
989 | 2023-12-05T05:13:14.760Z | Downloaded bitvec v1.0.1 |
990 | 2023-12-05T05:13:14.784Z | Downloaded regex-automata v0.1.10 |
991 | 2023-12-05T05:13:14.791Z | Downloaded portable-atomic v1.4.3 |
992 | 2023-12-05T05:13:14.801Z | Downloaded h2 v0.3.21 |
993 | 2023-12-05T05:13:14.813Z | Downloaded chrono v0.4.31 |
994 | 2023-12-05T05:13:14.828Z | Downloaded bindgen v0.65.1 |
995 | 2023-12-05T05:13:14.841Z | Downloaded winnow v0.5.15 |
996 | 2023-12-05T05:13:14.855Z | Downloaded reqwest v0.11.22 |
997 | 2023-12-05T05:13:14.869Z | Downloaded lalrpop v0.19.12 |
998 | 2023-12-05T05:13:14.890Z | Downloaded clap v2.34.0 |
999 | 2023-12-05T05:13:15.323Z | Downloaded time v0.3.27 |
1000 | 2023-12-05T05:13:15.326Z | Downloaded serde_json v1.0.108 |
1001 | 2023-12-05T05:13:15.326Z | Downloaded tinyvec v1.6.0 |
1002 | 2023-12-05T05:13:15.326Z | Downloaded hashbrown v0.13.2 |
1003 | 2023-12-05T05:13:15.326Z | Downloaded rustfmt-wrapper v0.2.0 |
1004 | 2023-12-05T05:13:15.326Z | Downloaded half v1.8.2 |
1005 | 2023-12-05T05:13:15.326Z | Downloaded flate2 v1.0.28 |
1006 | 2023-12-05T05:13:15.326Z | Downloaded libm v0.2.7 |
1007 | 2023-12-05T05:13:15.326Z | Downloaded diesel_derives v2.1.2 |
1008 | 2023-12-05T05:13:15.326Z | Downloaded derive_more v0.99.17 |
1009 | 2023-12-05T05:13:15.326Z | Downloaded futures v0.3.29 |
1010 | 2023-12-05T05:13:15.326Z | Downloaded similar v2.2.1 |
1011 | 2023-12-05T05:13:15.326Z | Downloaded rayon-core v1.12.0 |
1012 | 2023-12-05T05:13:15.326Z | Downloaded x509-cert v0.2.4 |
1013 | 2023-12-05T05:13:15.326Z | Downloaded ring v0.17.5 |
1014 | 2023-12-05T05:13:15.326Z | Downloaded itertools v0.10.5 |
1015 | 2023-12-05T05:13:15.326Z | Downloaded secrecy v0.8.0 |
1016 | 2023-12-05T05:13:15.326Z | Downloaded whoami v1.4.1 |
1017 | 2023-12-05T05:13:15.326Z | Downloaded smallvec v1.11.0 |
1018 | 2023-12-05T05:13:15.326Z | Downloaded typenum v1.16.0 |
1019 | 2023-12-05T05:13:15.326Z | Downloaded num-bigint-dig v0.8.4 |
1020 | 2023-12-05T05:13:15.326Z | Downloaded toml_edit v0.21.0 |
1021 | 2023-12-05T05:13:15.326Z | Downloaded aho-corasick v1.0.4 |
1022 | 2023-12-05T05:13:15.327Z | Downloaded same-file v1.0.6 |
1023 | 2023-12-05T05:13:15.327Z | Downloaded ring v0.16.20 |
1024 | 2023-12-05T05:13:15.423Z | Downloaded tap v1.0.1 |
1025 | 2023-12-05T05:13:15.427Z | Downloaded socket2 v0.5.5 |
1026 | 2023-12-05T05:13:15.428Z | Downloaded unicode-bidi v0.3.13 |
1027 | 2023-12-05T05:13:15.428Z | Downloaded nom v7.1.3 |
1028 | 2023-12-05T05:13:15.437Z | Downloaded serde_derive_internals v0.26.0 |
1029 | 2023-12-05T05:13:15.441Z | Downloaded vsss-rs v3.3.1 |
1030 | 2023-12-05T05:13:15.447Z | Downloaded headers v0.3.9 |
1031 | 2023-12-05T05:13:15.461Z | Downloaded predicates v2.1.5 |
1032 | 2023-12-05T05:13:15.471Z | Downloaded fatfs v0.3.6 |
1033 | 2023-12-05T05:13:15.471Z | Downloaded tokio-util v0.7.10 |
1034 | 2023-12-05T05:13:15.478Z | Downloaded slog-bunyan v2.4.0 |
1035 | 2023-12-05T05:13:15.478Z | Downloaded prettyplease v0.2.12 |
1036 | 2023-12-05T05:13:15.482Z | Downloaded typed-path v0.6.0 |
1037 | 2023-12-05T05:13:15.491Z | Downloaded postcard-cobs v0.1.5-pre |
1038 | 2023-12-05T05:13:15.494Z | Downloaded spin v0.9.8 |
1039 | 2023-12-05T05:13:15.496Z | Downloaded fixedbitset v0.4.2 |
1040 | 2023-12-05T05:13:15.499Z | Downloaded proc-macro-error v1.0.4 |
1041 | 2023-12-05T05:13:15.503Z | Downloaded unicode-normalization v0.1.22 |
1042 | 2023-12-05T05:13:15.510Z | Downloaded phf_shared v0.10.0 |
1043 | 2023-12-05T05:13:15.514Z | Downloaded fs-err v2.11.0 |
1044 | 2023-12-05T05:13:15.514Z | Downloaded vte v0.11.1 |
1045 | 2023-12-05T05:13:15.517Z | Downloaded tungstenite v0.20.1 |
1046 | 2023-12-05T05:13:15.522Z | Downloaded hubpack v0.1.2 |
1047 | 2023-12-05T05:13:15.525Z | Downloaded stringprep v0.1.3 |
1048 | 2023-12-05T05:13:15.529Z | Downloaded serde_plain v1.0.2 |
1049 | 2023-12-05T05:13:15.530Z | Downloaded rand_xorshift v0.3.0 |
1050 | 2023-12-05T05:13:15.532Z | Downloaded thiserror v1.0.49 |
1051 | 2023-12-05T05:13:15.537Z | Downloaded dirs-sys-next v0.1.2 |
1052 | 2023-12-05T05:13:15.539Z | Downloaded difflib v0.4.0 |
1053 | 2023-12-05T05:13:15.542Z | Downloaded tempfile v3.8.1 |
1054 | 2023-12-05T05:13:15.544Z | Downloaded tokio-postgres v0.7.10 |
1055 | 2023-12-05T05:13:15.552Z | Downloaded zip v0.6.6 |
1056 | 2023-12-05T05:13:15.559Z | Downloaded elliptic-curve v0.13.8 |
1057 | 2023-12-05T05:13:15.565Z | Downloaded clap_builder v4.4.2 |
1058 | 2023-12-05T05:13:15.586Z | Downloaded quote v1.0.33 |
1059 | 2023-12-05T05:13:15.589Z | Downloaded ucd-trie v0.1.6 |
1060 | 2023-12-05T05:13:15.589Z | Downloaded futures-channel v0.3.29 |
1061 | 2023-12-05T05:13:15.589Z | Downloaded r2d2 v0.8.10 |
1062 | 2023-12-05T05:13:15.591Z | Downloaded tar v0.4.40 |
1063 | 2023-12-05T05:13:15.594Z | Downloaded thread-id v4.2.0 |
1064 | 2023-12-05T05:13:15.599Z | Downloaded rand_chacha v0.3.1 |
1065 | 2023-12-05T05:13:15.609Z | Downloaded proc-macro-error-attr v1.0.4 |
1066 | 2023-12-05T05:13:15.609Z | Downloaded form_urlencoded v1.2.1 |
1067 | 2023-12-05T05:13:15.609Z | Downloaded hostname v0.3.1 |
1068 | 2023-12-05T05:13:15.609Z | Downloaded rand v0.8.5 |
1069 | 2023-12-05T05:13:15.625Z | Downloaded toml_edit v0.19.15 |
1070 | 2023-12-05T05:13:15.650Z | Downloaded ff v0.13.0 |
1071 | 2023-12-05T05:13:15.669Z | Downloaded futures-sink v0.3.29 |
1072 | 2023-12-05T05:13:15.669Z | Downloaded dof v0.1.5 |
1073 | 2023-12-05T05:13:15.669Z | Downloaded structopt v0.3.26 |
1074 | 2023-12-05T05:13:15.669Z | Downloaded crossterm v0.27.0 |
1075 | 2023-12-05T05:13:15.675Z | Downloaded steno v0.4.0 |
1076 | 2023-12-05T05:13:15.675Z | Downloaded mio v0.8.9 |
1077 | 2023-12-05T05:13:15.698Z | Downloaded textwrap v0.11.0 |
1078 | 2023-12-05T05:13:15.700Z | Downloaded fallible-iterator v0.2.0 |
1079 | 2023-12-05T05:13:15.703Z | Downloaded strip-ansi-escapes v0.2.0 |
1080 | 2023-12-05T05:13:15.706Z | Downloaded pem v3.0.2 |
1081 | 2023-12-05T05:13:15.708Z | Downloaded serde-hex v0.1.0 |
1082 | 2023-12-05T05:13:15.711Z | Downloaded uuid v1.6.1 |
1083 | 2023-12-05T05:13:15.717Z | Downloaded unicode-ident v1.0.12 |
1084 | 2023-12-05T05:13:15.720Z | Downloaded rcgen v0.11.3 |
1085 | 2023-12-05T05:13:15.726Z | Downloaded poly1305 v0.8.0 |
1086 | 2023-12-05T05:13:15.729Z | Downloaded wyz v0.5.1 |
1087 | 2023-12-05T05:13:15.731Z | Downloaded parking_lot_core v0.9.8 |
1088 | 2023-12-05T05:13:15.734Z | Downloaded hmac v0.12.1 |
1089 | 2023-12-05T05:13:15.738Z | Downloaded pkcs1 v0.7.5 |
1090 | 2023-12-05T05:13:15.742Z | Downloaded quick-error v1.2.3 |
1091 | 2023-12-05T05:13:15.744Z | Downloaded spin v0.5.2 |
1092 | 2023-12-05T05:13:15.747Z | Downloaded errno v0.3.2 |
1093 | 2023-12-05T05:13:15.749Z | Downloaded radium v0.7.0 |
1094 | 2023-12-05T05:13:15.749Z | Downloaded postcard v0.7.3 |
1095 | 2023-12-05T05:13:15.762Z | Downloaded sct v0.7.0 |
1096 | 2023-12-05T05:13:15.771Z | Downloaded yasna v0.5.2 |
1097 | 2023-12-05T05:13:15.771Z | Downloaded tiny-keccak v2.0.2 |
1098 | 2023-12-05T05:13:15.771Z | Downloaded semver v1.0.20 |
1099 | 2023-12-05T05:13:15.775Z | Downloaded diff v0.1.13 |
1100 | 2023-12-05T05:13:15.778Z | Downloaded slog v2.7.0 |
1101 | 2023-12-05T05:13:15.781Z | Downloaded filetime v0.2.22 |
1102 | 2023-12-05T05:13:15.784Z | Downloaded proc-macro-crate v1.3.1 |
1103 | 2023-12-05T05:13:15.784Z | Downloaded derive_builder_core v0.12.0 |
1104 | 2023-12-05T05:13:15.787Z | Downloaded itertools v0.12.0 |
1105 | 2023-12-05T05:13:15.799Z | Downloaded thiserror-impl-no-std v2.0.2 |
1106 | 2023-12-05T05:13:15.803Z | Downloaded http-body v0.4.5 |
1107 | 2023-12-05T05:13:15.807Z | Downloaded postgres-types v0.2.6 |
1108 | 2023-12-05T05:13:15.812Z | Downloaded pest_derive v2.7.2 |
1109 | 2023-12-05T05:13:15.812Z | Downloaded pem-rfc7468 v0.7.0 |
1110 | 2023-12-05T05:13:15.816Z | Downloaded env_logger v0.10.0 |
1111 | 2023-12-05T05:13:15.820Z | Downloaded url v2.5.0 |
1112 | 2023-12-05T05:13:15.824Z | Downloaded signature v1.6.4 |
1113 | 2023-12-05T05:13:15.828Z | Downloaded futures-executor v0.3.29 |
1114 | 2023-12-05T05:13:15.832Z | Downloaded serde_tokenstream v0.1.7 |
1115 | 2023-12-05T05:13:15.836Z | Downloaded ron v0.8.1 |
1116 | 2023-12-05T05:13:15.843Z | Downloaded test-strategy v0.3.1 |
1117 | 2023-12-05T05:13:15.849Z | Downloaded trust-dns-client v0.22.0 |
1118 | 2023-12-05T05:13:15.858Z | Downloaded hubpack_derive v0.1.1 |
1119 | 2023-12-05T05:13:15.862Z | Downloaded pem v1.1.1 |
1120 | 2023-12-05T05:13:15.862Z | Downloaded paste v1.0.14 |
1121 | 2023-12-05T05:13:15.939Z | Downloaded slog-async v2.8.0 |
1122 | 2023-12-05T05:13:15.959Z | Downloaded walkdir v2.4.0 |
1123 | 2023-12-05T05:13:15.959Z | Downloaded fnv v1.0.7 |
1124 | 2023-12-05T05:13:15.959Z | Downloaded pkcs8 v0.10.2 |
1125 | 2023-12-05T05:13:15.959Z | Downloaded glob v0.3.1 |
1126 | 2023-12-05T05:13:15.959Z | Downloaded memchr v2.6.3 |
1127 | 2023-12-05T05:13:15.959Z | Downloaded itertools v0.11.0 |
1128 | 2023-12-05T05:13:15.959Z | Downloaded num-bigint v0.4.4 |
1129 | 2023-12-05T05:13:15.960Z | Downloaded tokio-stream v0.1.14 |
1130 | 2023-12-05T05:13:15.960Z | Downloaded xattr v1.0.1 |
1131 | 2023-12-05T05:13:15.960Z | Downloaded enum-as-inner v0.5.1 |
1132 | 2023-12-05T05:13:15.960Z | Downloaded serde_repr v0.1.16 |
1133 | 2023-12-05T05:13:15.960Z | Downloaded ref-cast v1.0.20 |
1134 | 2023-12-05T05:13:15.960Z | Downloaded toml v0.5.11 |
1135 | 2023-12-05T05:13:15.960Z | Downloaded signal-hook v0.3.17 |
1136 | 2023-12-05T05:13:15.961Z | Downloaded toml v0.7.8 |
1137 | 2023-12-05T05:13:15.961Z | Downloaded version_check v0.9.4 |
1138 | 2023-12-05T05:13:15.961Z | Downloaded predicates-core v1.0.6 |
1139 | 2023-12-05T05:13:15.973Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1140 | 2023-12-05T05:13:15.973Z | Downloaded openssl-sys v0.9.96 |
1141 | 2023-12-05T05:13:15.975Z | Downloaded subprocess v0.2.9 |
1142 | 2023-12-05T05:13:15.975Z | Downloaded pin-project-lite v0.2.13 |
1143 | 2023-12-05T05:13:15.975Z | Downloaded proc-macro2 v1.0.69 |
1144 | 2023-12-05T05:13:15.981Z | Downloaded rustls-native-certs v0.6.3 |
1145 | 2023-12-05T05:13:15.981Z | Downloaded rustc-demangle v0.1.23 |
1146 | 2023-12-05T05:13:15.981Z | Downloaded rustc_version v0.1.7 |
1147 | 2023-12-05T05:13:15.981Z | Downloaded httparse v1.8.0 |
1148 | 2023-12-05T05:13:15.990Z | Downloaded crossbeam-channel v0.5.8 |
1149 | 2023-12-05T05:13:15.993Z | Downloaded indicatif v0.17.7 |
1150 | 2023-12-05T05:13:15.996Z | Downloaded pkg-config v0.3.27 |
1151 | 2023-12-05T05:13:15.999Z | Downloaded parse-display-derive v0.8.2 |
1152 | 2023-12-05T05:13:15.999Z | Downloaded ed25519 v1.5.3 |
1153 | 2023-12-05T05:13:16.002Z | Downloaded pest_meta v2.7.2 |
1154 | 2023-12-05T05:13:16.005Z | Downloaded tokio-rustls v0.24.1 |
1155 | 2023-12-05T05:13:16.009Z | Downloaded unicase v2.7.0 |
1156 | 2023-12-05T05:13:16.011Z | Downloaded tui-tree-widget v0.13.0 |
1157 | 2023-12-05T05:13:16.016Z | Downloaded topological-sort v0.2.2 |
1158 | 2023-12-05T05:13:16.016Z | Downloaded tokio-tungstenite v0.20.1 |
1159 | 2023-12-05T05:13:16.018Z | Downloaded backtrace v0.3.69 |
1160 | 2023-12-05T05:13:16.028Z | Downloaded crypto-bigint v0.5.2 |
1161 | 2023-12-05T05:13:16.036Z | Downloaded generic-array v0.14.7 |
1162 | 2023-12-05T05:13:16.038Z | Downloaded futures-task v0.3.29 |
1163 | 2023-12-05T05:13:16.041Z | Downloaded precomputed-hash v0.1.1 |
1164 | 2023-12-05T05:13:16.043Z | Downloaded dtrace-parser v0.1.14 |
1165 | 2023-12-05T05:13:16.043Z | Downloaded foreign-types v0.5.0 |
1166 | 2023-12-05T05:13:16.046Z | Downloaded rustls-pemfile v1.0.3 |
1167 | 2023-12-05T05:13:16.048Z | Downloaded parking_lot v0.12.1 |
1168 | 2023-12-05T05:13:16.053Z | Downloaded num-complex v0.4.4 |
1169 | 2023-12-05T05:13:16.056Z | Downloaded pretty-hex v0.4.0 |
1170 | 2023-12-05T05:13:16.056Z | Downloaded base64 v0.21.5 |
1171 | 2023-12-05T05:13:16.063Z | Downloaded futures-macro v0.3.29 |
1172 | 2023-12-05T05:13:16.088Z | Downloaded hyper-rustls v0.24.2 |
1173 | 2023-12-05T05:13:16.088Z | Downloaded want v0.3.1 |
1174 | 2023-12-05T05:13:16.088Z | Downloaded rustversion v1.0.14 |
1175 | 2023-12-05T05:13:16.088Z | Downloaded rtoolbox v0.0.1 |
1176 | 2023-12-05T05:13:16.504Z | Downloaded rustc_version v0.4.0 |
1177 | 2023-12-05T05:13:16.504Z | Downloaded parse-display v0.8.2 |
1178 | 2023-12-05T05:13:16.504Z | Downloaded signal-hook-mio v0.2.3 |
1179 | 2023-12-05T05:13:16.504Z | Downloaded shell-words v1.1.0 |
1180 | 2023-12-05T05:13:16.504Z | Downloaded predicates v3.0.4 |
1181 | 2023-12-05T05:13:16.504Z | Downloaded const-oid v0.9.5 |
1182 | 2023-12-05T05:13:16.504Z | Downloaded base64 v0.13.1 |
1183 | 2023-12-05T05:13:16.525Z | Downloaded der_derive v0.7.2 |
1184 | 2023-12-05T05:13:16.525Z | Downloaded smallvec v0.6.14 |
1185 | 2023-12-05T05:13:16.525Z | Downloaded indexmap v1.9.3 |
1186 | 2023-12-05T05:13:16.525Z | Downloaded bytes v1.5.0 |
1187 | 2023-12-05T05:13:16.525Z | Downloaded highway v1.1.0 |
1188 | 2023-12-05T05:13:16.525Z | Downloaded omicron-zone-package v0.9.1 |
1189 | 2023-12-05T05:13:16.525Z | Downloaded tower-service v0.3.2 |
1190 | 2023-12-05T05:13:16.525Z | Downloaded futures-io v0.3.29 |
1191 | 2023-12-05T05:13:16.526Z | Downloaded ciborium v0.2.1 |
1192 | 2023-12-05T05:13:16.526Z | Downloaded supports-color v2.1.0 |
1193 | 2023-12-05T05:13:16.526Z | Downloaded strum_macros v0.25.2 |
1194 | 2023-12-05T05:13:16.526Z | Downloaded spki v0.7.2 |
1195 | 2023-12-05T05:13:16.526Z | Downloaded strum_macros v0.24.3 |
1196 | 2023-12-05T05:13:16.526Z | Downloaded once_cell v1.18.0 |
1197 | 2023-12-05T05:13:16.527Z | Downloaded nanorand v0.7.0 |
1198 | 2023-12-05T05:13:16.527Z | Downloaded arc-swap v1.6.0 |
1199 | 2023-12-05T05:13:16.527Z | Downloaded synstructure v0.12.6 |
1200 | 2023-12-05T05:13:16.527Z | Downloaded untrusted v0.7.1 |
1201 | 2023-12-05T05:13:16.527Z | Downloaded shlex v1.1.0 |
1202 | 2023-12-05T05:13:16.527Z | Downloaded nu-ansi-term v0.49.0 |
1203 | 2023-12-05T05:13:16.527Z | Downloaded packed_struct v0.10.1 |
1204 | 2023-12-05T05:13:16.527Z | Downloaded chacha20poly1305 v0.10.1 |
1205 | 2023-12-05T05:13:16.527Z | Downloaded humantime v2.1.0 |
1206 | 2023-12-05T05:13:16.527Z | Downloaded httpdate v1.0.3 |
1207 | 2023-12-05T05:13:16.528Z | Downloaded deranged v0.3.8 |
1208 | 2023-12-05T05:13:16.528Z | Downloaded structopt-derive v0.4.18 |
1209 | 2023-12-05T05:13:16.528Z | Downloaded structmeta-derive v0.2.0 |
1210 | 2023-12-05T05:13:16.528Z | Downloaded parking_lot v0.11.2 |
1211 | 2023-12-05T05:13:16.528Z | Downloaded oso v0.27.0 |
1212 | 2023-12-05T05:13:16.528Z | Downloaded bzip2 v0.4.4 |
1213 | 2023-12-05T05:13:16.528Z | Downloaded string_cache v0.8.7 |
1214 | 2023-12-05T05:13:16.528Z | Downloaded cookie v0.18.0 |
1215 | 2023-12-05T05:13:16.528Z | Downloaded mockall_derive v0.11.4 |
1216 | 2023-12-05T05:13:16.528Z | Downloaded camino v1.1.6 |
1217 | 2023-12-05T05:13:16.528Z | Downloaded utf8parse v0.2.1 |
1218 | 2023-12-05T05:13:16.528Z | Downloaded utf-8 v0.7.6 |
1219 | 2023-12-05T05:13:16.528Z | Downloaded strsim v0.8.0 |
1220 | 2023-12-05T05:13:16.528Z | Downloaded clang-sys v1.6.1 |
1221 | 2023-12-05T05:13:16.528Z | Downloaded hex v0.4.3 |
1222 | 2023-12-05T05:13:16.529Z | Downloaded dirs-next v2.0.0 |
1223 | 2023-12-05T05:13:16.529Z | Downloaded universal-hash v0.5.1 |
1224 | 2023-12-05T05:13:16.529Z | Downloaded unicode-width v0.1.11 |
1225 | 2023-12-05T05:13:16.529Z | Downloaded crossbeam-epoch v0.9.15 |
1226 | 2023-12-05T05:13:16.529Z | Downloaded strsim v0.10.0 |
1227 | 2023-12-05T05:13:16.529Z | Downloaded usdt-macro v0.3.5 |
1228 | 2023-12-05T05:13:16.529Z | Downloaded slog-json v2.6.1 |
1229 | 2023-12-05T05:13:16.529Z | Downloaded serde_tokenstream v0.2.0 |
1230 | 2023-12-05T05:13:16.529Z | Downloaded packed_struct_codegen v0.10.1 |
1231 | 2023-12-05T05:13:16.530Z | Downloaded num-traits v0.2.16 |
1232 | 2023-12-05T05:13:16.530Z | Downloaded crc32fast v1.3.2 |
1233 | 2023-12-05T05:13:16.530Z | Downloaded ahash v0.8.3 |
1234 | 2023-12-05T05:13:16.530Z | Downloaded snafu-derive v0.7.5 |
1235 | 2023-12-05T05:13:16.530Z | Downloaded sha2 v0.10.8 |
1236 | 2023-12-05T05:13:16.530Z | Downloaded strum v0.25.0 |
1237 | 2023-12-05T05:13:16.530Z | Downloaded slog-scope v4.4.0 |
1238 | 2023-12-05T05:13:16.530Z | Downloaded slog-envlogger v2.2.0 |
1239 | 2023-12-05T05:13:16.530Z | Downloaded signal-hook-registry v1.4.1 |
1240 | 2023-12-05T05:13:16.530Z | Downloaded serde_path_to_error v0.1.14 |
1241 | 2023-12-05T05:13:16.530Z | Downloaded num-iter v0.1.43 |
1242 | 2023-12-05T05:13:16.530Z | Downloaded num-derive v0.4.0 |
1243 | 2023-12-05T05:13:16.531Z | Downloaded anyhow v1.0.75 |
1244 | 2023-12-05T05:13:16.531Z | Downloaded blake2 v0.10.6 |
1245 | 2023-12-05T05:13:16.531Z | Downloaded thiserror-no-std v2.0.2 |
1246 | 2023-12-05T05:13:16.531Z | Downloaded memoffset v0.7.1 |
1247 | 2023-12-05T05:13:16.531Z | Downloaded darling_macro v0.14.4 |
1248 | 2023-12-05T05:13:16.531Z | Downloaded zone_cfg_derive v0.3.0 |
1249 | 2023-12-05T05:13:16.531Z | Downloaded tabled_derive v0.6.0 |
1250 | 2023-12-05T05:13:16.531Z | Downloaded structmeta v0.2.0 |
1251 | 2023-12-05T05:13:16.531Z | Downloaded owo-colors v3.5.0 |
1252 | 2023-12-05T05:13:16.531Z | Downloaded libloading v0.7.4 |
1253 | 2023-12-05T05:13:16.531Z | Downloaded debug-ignore v1.0.5 |
1254 | 2023-12-05T05:13:16.531Z | Downloaded keccak v0.1.4 |
1255 | 2023-12-05T05:13:16.531Z | Downloaded bcs v0.1.6 |
1256 | 2023-12-05T05:13:16.531Z | Downloaded nibble_vec v0.1.0 |
1257 | 2023-12-05T05:13:16.531Z | Downloaded num-rational v0.4.1 |
1258 | 2023-12-05T05:13:16.531Z | Downloaded base64ct v1.6.0 |
1259 | 2023-12-05T05:13:16.531Z | Downloaded num-integer v0.1.45 |
1260 | 2023-12-05T05:13:16.531Z | Downloaded ciborium-ll v0.2.1 |
1261 | 2023-12-05T05:13:16.532Z | Downloaded num v0.4.1 |
1262 | 2023-12-05T05:13:16.532Z | Downloaded clap_lex v0.5.1 |
1263 | 2023-12-05T05:13:16.532Z | Downloaded iana-time-zone v0.1.57 |
1264 | 2023-12-05T05:13:16.532Z | Downloaded cancel-safe-futures v0.1.5 |
1265 | 2023-12-05T05:13:16.532Z | Downloaded bitflags v2.4.0 |
1266 | 2023-12-05T05:13:16.532Z | Downloaded ansi_term v0.12.1 |
1267 | 2023-12-05T05:13:16.532Z | Downloaded bitfield v0.14.0 |
1268 | 2023-12-05T05:13:16.532Z | Downloaded static_assertions v1.1.0 |
1269 | 2023-12-05T05:13:16.532Z | Downloaded stable_deref_trait v1.2.0 |
1270 | 2023-12-05T05:13:16.532Z | Downloaded slab v0.4.9 |
1271 | 2023-12-05T05:13:16.532Z | Downloaded serde-big-array v0.4.1 |
1272 | 2023-12-05T05:13:16.532Z | Downloaded mockall v0.11.4 |
1273 | 2023-12-05T05:13:16.532Z | Downloaded linear-map v1.2.0 |
1274 | 2023-12-05T05:13:16.532Z | Downloaded async-trait v0.1.74 |
1275 | 2023-12-05T05:13:16.532Z | Downloaded argon2 v0.5.2 |
1276 | 2023-12-05T05:13:16.532Z | Downloaded anstream v0.5.0 |
1277 | 2023-12-05T05:13:16.532Z | Downloaded darling v0.14.4 |
1278 | 2023-12-05T05:13:16.533Z | Downloaded number_prefix v0.4.0 |
1279 | 2023-12-05T05:13:16.533Z | Downloaded normalize-line-endings v0.3.0 |
1280 | 2023-12-05T05:13:16.533Z | Downloaded cassowary v0.3.0 |
1281 | 2023-12-05T05:13:16.535Z | Downloaded backoff v0.4.0 |
1282 | 2023-12-05T05:13:16.535Z | Downloaded anstyle-parse v0.2.1 |
1283 | 2023-12-05T05:13:16.545Z | Downloaded macaddr v1.0.1 |
1284 | 2023-12-05T05:13:16.545Z | Downloaded matches v0.1.10 |
1285 | 2023-12-05T05:13:16.545Z | Downloaded byteorder v1.5.0 |
1286 | 2023-12-05T05:13:16.545Z | Downloaded cexpr v0.6.0 |
1287 | 2023-12-05T05:13:16.545Z | Downloaded time-core v0.1.1 |
1288 | 2023-12-05T05:13:16.545Z | Downloaded termtree v0.4.1 |
1289 | 2023-12-05T05:13:16.545Z | Downloaded sec1 v0.7.3 |
1290 | 2023-12-05T05:13:16.545Z | Downloaded memoffset v0.9.0 |
1291 | 2023-12-05T05:13:16.545Z | Downloaded crossbeam-queue v0.3.8 |
1292 | 2023-12-05T05:13:16.545Z | Downloaded ipnetwork v0.20.0 |
1293 | 2023-12-05T05:13:16.545Z | Downloaded cipher v0.4.4 |
1294 | 2023-12-05T05:13:16.545Z | Downloaded hyper-tls v0.5.0 |
1295 | 2023-12-05T05:13:16.545Z | Downloaded corncobs v0.1.3 |
1296 | 2023-12-05T05:13:16.546Z | Downloaded bit-vec v0.6.3 |
1297 | 2023-12-05T05:13:16.546Z | Downloaded md-5 v0.10.5 |
1298 | 2023-12-05T05:13:16.546Z | Downloaded crc-catalog v2.2.0 |
1299 | 2023-12-05T05:13:16.546Z | Downloaded bytecount v0.6.3 |
1300 | 2023-12-05T05:13:16.546Z | Downloaded block-padding v0.3.3 |
1301 | 2023-12-05T05:13:16.546Z | Downloaded bit-set v0.5.3 |
1302 | 2023-12-05T05:13:16.546Z | Downloaded libsw v3.3.0 |
1303 | 2023-12-05T05:13:16.546Z | Downloaded array-init v0.0.4 |
1304 | 2023-12-05T05:13:16.546Z | Downloaded anstyle v1.0.2 |
1305 | 2023-12-05T05:13:16.546Z | Downloaded signal-hook-tokio v0.3.1 |
1306 | 2023-12-05T05:13:16.546Z | Downloaded lalrpop-util v0.19.12 |
1307 | 2023-12-05T05:13:16.546Z | Downloaded async-stream v0.3.5 |
1308 | 2023-12-05T05:13:16.546Z | Downloaded anstyle-query v1.0.0 |
1309 | 2023-12-05T05:13:16.547Z | Downloaded lock_api v0.4.10 |
1310 | 2023-12-05T05:13:16.547Z | Downloaded atomic-waker v1.1.1 |
1311 | 2023-12-05T05:13:16.547Z | Downloaded async-recursion v1.0.5 |
1312 | 2023-12-05T05:13:16.547Z | Downloaded camino-tempfile v1.1.1 |
1313 | 2023-12-05T05:13:16.547Z | Downloaded bb8 v0.8.1 |
1314 | 2023-12-05T05:13:16.547Z | Downloaded kstat-rs v0.2.3 |
1315 | 2023-12-05T05:13:16.547Z | Downloaded buf-list v1.0.3 |
1316 | 2023-12-05T05:13:16.547Z | Downloaded bytesize v1.3.0 |
1317 | 2023-12-05T05:13:16.547Z | Downloaded autocfg v1.1.0 |
1318 | 2023-12-05T05:13:16.547Z | Downloaded adler v1.0.2 |
1319 | 2023-12-05T05:13:16.547Z | Downloaded aead v0.5.2 |
1320 | 2023-12-05T05:13:16.547Z | Downloaded opaque-debug v0.3.0 |
1321 | 2023-12-05T05:13:16.547Z | Downloaded lazy_static v1.4.0 |
1322 | 2023-12-05T05:13:16.547Z | Downloaded io-lifetimes v1.0.11 |
1323 | 2023-12-05T05:13:16.547Z | Downloaded atty v0.2.14 |
1324 | 2023-12-05T05:13:16.547Z | Downloaded crossbeam-utils v0.8.16 |
1325 | 2023-12-05T05:13:16.547Z | Downloaded num_threads v0.1.6 |
1326 | 2023-12-05T05:13:16.547Z | Downloaded is-terminal v0.4.9 |
1327 | 2023-12-05T05:13:16.547Z | Downloaded ident_case v1.0.1 |
1328 | 2023-12-05T05:13:16.547Z | Downloaded curve25519-dalek-derive v0.1.0 |
1329 | 2023-12-05T05:13:16.547Z | Downloaded ciborium-io v0.2.1 |
1330 | 2023-12-05T05:13:16.547Z | Downloaded ascii-canvas v3.0.0 |
1331 | 2023-12-05T05:13:16.547Z | Downloaded crossbeam-deque v0.8.3 |
1332 | 2023-12-05T05:13:16.547Z | Downloaded indoc v1.0.9 |
1333 | 2023-12-05T05:13:16.548Z | Downloaded indexmap v2.1.0 |
1334 | 2023-12-05T05:13:16.548Z | Downloaded atomicwrites v0.4.2 |
1335 | 2023-12-05T05:13:16.548Z | Downloaded instant v0.1.12 |
1336 | 2023-12-05T05:13:16.548Z | Downloaded darling v0.20.3 |
1337 | 2023-12-05T05:13:16.548Z | Downloaded console v0.15.7 |
1338 | 2023-12-05T05:13:16.548Z | Downloaded maybe-uninit v2.0.0 |
1339 | 2023-12-05T05:13:16.548Z | Downloaded maplit v1.0.2 |
1340 | 2023-12-05T05:13:16.548Z | Downloaded linked-hash-map v0.5.6 |
1341 | 2023-12-05T05:13:16.548Z | Downloaded libefi-sys v0.1.0 |
1342 | 2023-12-05T05:13:16.548Z | Downloaded ipnet v2.8.0 |
1343 | 2023-12-05T05:13:16.548Z | Downloaded inout v0.1.3 |
1344 | 2023-12-05T05:13:16.548Z | Downloaded indoc v2.0.3 |
1345 | 2023-12-05T05:13:16.548Z | Downloaded itoa v1.0.9 |
1346 | 2023-12-05T05:13:16.548Z | Downloaded darling_core v0.14.4 |
1347 | 2023-12-05T05:13:16.548Z | Downloaded cstr-argument v0.1.2 |
1348 | 2023-12-05T05:13:16.548Z | Downloaded crypto-common v0.1.6 |
1349 | 2023-12-05T05:13:16.548Z | Downloaded crc v3.0.1 |
1350 | 2023-12-05T05:13:16.548Z | Downloaded cpufeatures v0.2.9 |
1351 | 2023-12-05T05:13:16.548Z | Downloaded convert_case v0.4.0 |
1352 | 2023-12-05T05:13:16.548Z | Downloaded base16ct v0.2.0 |
1353 | 2023-12-05T05:13:16.548Z | Downloaded addr2line v0.21.0 |
1354 | 2023-12-05T05:13:16.986Z | Compiling proc-macro2 v1.0.69 |
1355 | 2023-12-05T05:13:16.986Z | Compiling unicode-ident v1.0.12 |
1356 | 2023-12-05T05:13:16.991Z | Compiling libc v0.2.150 |
1357 | 2023-12-05T05:13:16.991Z | Compiling serde v1.0.192 |
1358 | 2023-12-05T05:13:16.991Z | Compiling autocfg v1.1.0 |
1359 | 2023-12-05T05:13:16.991Z | Compiling cfg-if v1.0.0 |
1360 | 2023-12-05T05:13:17.013Z | Compiling version_check v0.9.4 |
1361 | 2023-12-05T05:13:17.198Z | Compiling syn v1.0.109 |
1362 | 2023-12-05T05:13:17.223Z | Compiling once_cell v1.18.0 |
1363 | 2023-12-05T05:13:17.425Z | Compiling parking_lot_core v0.9.8 |
1364 | 2023-12-05T05:13:17.918Z | Compiling libm v0.2.7 |
1365 | 2023-12-05T05:13:18.116Z | Compiling serde_json v1.0.108 |
1366 | 2023-12-05T05:13:18.187Z | Compiling lock_api v0.4.10 |
1367 | 2023-12-05T05:13:18.856Z | Compiling num-traits v0.2.16 |
1368 | 2023-12-05T05:13:18.862Z | Compiling futures-core v0.3.29 |
1369 | 2023-12-05T05:13:18.892Z | Compiling typenum v1.16.0 |
1370 | 2023-12-05T05:13:19.034Z | Compiling thiserror v1.0.49 |
1371 | 2023-12-05T05:13:19.101Z | Compiling generic-array v0.14.7 |
1372 | 2023-12-05T05:13:19.240Z | Compiling scopeguard v1.2.0 |
1373 | 2023-12-05T05:13:19.296Z | Compiling memchr v2.6.3 |
1374 | 2023-12-05T05:13:19.493Z | Compiling itoa v1.0.9 |
1375 | 2023-12-05T05:13:19.818Z | Compiling pkg-config v0.3.27 |
1376 | 2023-12-05T05:13:20.251Z | Compiling quote v1.0.33 |
1377 | 2023-12-05T05:13:20.969Z | Compiling syn v2.0.32 |
1378 | 2023-12-05T05:13:21.227Z | Compiling cc v1.0.83 |
1379 | 2023-12-05T05:13:21.453Z | Compiling getrandom v0.2.10 |
1380 | 2023-12-05T05:13:21.923Z | Compiling slab v0.4.9 |
1381 | 2023-12-05T05:13:22.056Z | Compiling futures-task v0.3.29 |
1382 | 2023-12-05T05:13:22.132Z | Compiling futures-channel v0.3.29 |
1383 | 2023-12-05T05:13:22.524Z | Compiling log v0.4.20 |
1384 | 2023-12-05T05:13:23.048Z | Compiling futures-util v0.3.29 |
1385 | 2023-12-05T05:13:23.208Z | Compiling heck v0.4.1 |
1386 | 2023-12-05T05:13:23.527Z | Compiling ryu v1.0.15 |
1387 | 2023-12-05T05:13:23.706Z | Compiling pin-project-lite v0.2.13 |
1388 | 2023-12-05T05:13:23.794Z | Compiling smallvec v1.11.0 |
1389 | 2023-12-05T05:13:23.957Z | Compiling vcpkg v0.2.15 |
1390 | 2023-12-05T05:13:23.984Z | Compiling schemars v0.8.13 |
1391 | 2023-12-05T05:13:25.046Z | Compiling parking_lot v0.12.1 |
1392 | 2023-12-05T05:13:25.940Z | Compiling ring v0.17.5 |
1393 | 2023-12-05T05:13:26.805Z | Compiling openssl-sys v0.9.96 |
1394 | 2023-12-05T05:13:27.604Z | Compiling rand_core v0.6.4 |
1395 | 2023-12-05T05:13:28.139Z | Compiling signal-hook-registry v1.4.1 |
1396 | 2023-12-05T05:13:28.990Z | Compiling ring v0.16.20 |
1397 | 2023-12-05T05:13:29.832Z | Compiling mio v0.8.9 |
1398 | 2023-12-05T05:13:29.995Z | Compiling indexmap v1.9.3 |
1399 | 2023-12-05T05:13:30.190Z | Compiling equivalent v1.0.1 |
1400 | 2023-12-05T05:13:30.343Z | Compiling hashbrown v0.14.2 |
1401 | 2023-12-05T05:13:30.410Z | Compiling byteorder v1.5.0 |
1402 | 2023-12-05T05:13:31.328Z | Compiling ahash v0.8.3 |
1403 | 2023-12-05T05:13:31.956Z | Compiling httparse v1.8.0 |
1404 | 2023-12-05T05:13:32.123Z | Compiling num_cpus v1.16.0 |
1405 | 2023-12-05T05:13:32.309Z | Compiling socket2 v0.5.5 |
1406 | 2023-12-05T05:13:32.339Z | Compiling spin v0.5.2 |
1407 | 2023-12-05T05:13:32.956Z | Compiling serde_derive_internals v0.26.0 |
1408 | 2023-12-05T05:13:33.028Z | Compiling fnv v1.0.7 |
1409 | 2023-12-05T05:13:33.184Z | Compiling semver v1.0.20 |
1410 | 2023-12-05T05:13:33.202Z | Compiling openssl v0.10.60 |
1411 | 2023-12-05T05:13:33.826Z | Compiling rustls v0.21.9 |
1412 | 2023-12-05T05:13:33.848Z | Compiling iana-time-zone v0.1.57 |
1413 | 2023-12-05T05:13:34.214Z | Compiling native-tls v0.2.11 |
1414 | 2023-12-05T05:13:34.350Z | Compiling unicode-xid v0.2.4 |
1415 | 2023-12-05T05:13:34.583Z | Compiling crossbeam-utils v0.8.16 |
1416 | 2023-12-05T05:13:34.652Z | Compiling const-oid v0.9.5 |
1417 | 2023-12-05T05:13:35.200Z | Compiling subtle v2.5.0 |
1418 | 2023-12-05T05:13:35.221Z | Compiling ucd-trie v0.1.6 |
1419 | 2023-12-05T05:13:35.366Z | Compiling synstructure v0.12.6 |
1420 | 2023-12-05T05:13:35.970Z | Compiling io-lifetimes v1.0.11 |
1421 | 2023-12-05T05:13:36.721Z | Compiling futures-sink v0.3.29 |
1422 | 2023-12-05T05:13:37.068Z | Compiling backtrace v0.3.69 |
1423 | 2023-12-05T05:13:37.473Z | Compiling rustix v0.38.25 |
1424 | 2023-12-05T05:13:37.581Z | Compiling tinyvec_macros v0.1.1 |
1425 | 2023-12-05T05:13:37.585Z | Compiling winnow v0.5.15 |
1426 | 2023-12-05T05:13:37.708Z | Compiling dyn-clone v1.0.13 |
1427 | 2023-12-05T05:13:37.800Z | Compiling tinyvec v1.6.0 |
1428 | 2023-12-05T05:13:38.785Z | Compiling tracing-core v0.1.31 |
1429 | 2023-12-05T05:13:38.932Z | Compiling num-integer v0.1.45 |
1430 | 2023-12-05T05:13:38.954Z | Compiling memoffset v0.9.0 |
1431 | 2023-12-05T05:13:39.040Z | Compiling pin-utils v0.1.0 |
1432 | 2023-12-05T05:13:39.191Z | Compiling futures-io v0.3.29 |
1433 | 2023-12-05T05:13:39.367Z | Compiling rustix v0.37.23 |
1434 | 2023-12-05T05:13:40.059Z | Compiling hashbrown v0.13.2 |
1435 | 2023-12-05T05:13:40.534Z | Compiling spin v0.9.8 |
1436 | 2023-12-05T05:13:40.544Z | Compiling unicode-normalization v0.1.22 |
1437 | 2023-12-05T05:13:41.297Z | Compiling usdt-impl v0.3.5 |
1438 | 2023-12-05T05:13:41.934Z | Compiling bitflags v1.3.2 |
1439 | 2023-12-05T05:13:42.056Z | Compiling crc32fast v1.3.2 |
1440 | 2023-12-05T05:13:42.094Z | Compiling unicode-bidi v0.3.13 |
1441 | 2023-12-05T05:13:42.143Z | Compiling serde_derive v1.0.192 |
1442 | 2023-12-05T05:13:42.721Z | Compiling zeroize_derive v1.4.2 |
1443 | 2023-12-05T05:13:42.865Z | Compiling thiserror-impl v1.0.49 |
1444 | 2023-12-05T05:13:43.004Z | Compiling tokio-macros v2.2.0 |
1445 | 2023-12-05T05:13:43.570Z | Compiling futures-macro v0.3.29 |
1446 | 2023-12-05T05:13:43.688Z | Compiling tracing-attributes v0.1.26 |
1447 | 2023-12-05T05:13:43.906Z | Compiling schemars_derive v0.8.13 |
1448 | 2023-12-05T05:13:44.139Z | Compiling openssl-macros v0.1.1 |
1449 | 2023-12-05T05:13:45.125Z | Compiling zeroize v1.7.0 |
1450 | 2023-12-05T05:13:45.357Z | Compiling zerocopy-derive v0.2.0 |
1451 | 2023-12-05T05:13:46.686Z | Compiling der_derive v0.7.2 |
1452 | 2023-12-05T05:13:47.649Z | Compiling pest v2.7.2 |
1453 | 2023-12-05T05:13:47.891Z | Compiling crypto-common v0.1.6 |
1454 | 2023-12-05T05:13:48.158Z | Compiling block-buffer v0.10.4 |
1455 | 2023-12-05T05:13:48.528Z | Compiling anyhow v1.0.75 |
1456 | 2023-12-05T05:13:48.595Z | Compiling time-core v0.1.1 |
1457 | 2023-12-05T05:13:48.898Z | Compiling tracing v0.1.37 |
1458 | 2023-12-05T05:13:48.960Z | Compiling slog v2.7.0 |
1459 | 2023-12-05T05:13:50.212Z | Compiling time-macros v0.2.13 |
1460 | 2023-12-05T05:13:50.319Z | Compiling digest v0.10.7 |
1461 | 2023-12-05T05:13:50.919Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1462 | 2023-12-05T05:13:51.520Z | Compiling pest_meta v2.7.2 |
1463 | 2023-12-05T05:13:51.928Z | Compiling aho-corasick v1.0.4 |
1464 | 2023-12-05T05:13:52.122Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2023-12-05T05:13:52.659Z | Compiling ppv-lite86 v0.2.17 |
1466 | 2023-12-05T05:13:52.692Z | Compiling rustversion v1.0.14 |
1467 | 2023-12-05T05:13:53.530Z | Compiling pest_generator v2.7.2 |
1468 | 2023-12-05T05:13:53.882Z | Compiling regex-syntax v0.8.2 |
1469 | 2023-12-05T05:13:56.420Z | Compiling async-trait v0.1.74 |
1470 | 2023-12-05T05:13:57.084Z | Compiling signal-hook v0.3.17 |
1471 | 2023-12-05T05:13:57.557Z | Compiling rand_chacha v0.3.1 |
1472 | 2023-12-05T05:13:57.992Z | Compiling zerocopy v0.3.0 |
1473 | 2023-12-05T05:13:58.013Z | Compiling pest_derive v2.7.2 |
1474 | 2023-12-05T05:13:59.091Z | Compiling zerocopy-derive v0.6.4 |
1475 | 2023-12-05T05:13:59.182Z | Compiling errno v0.3.2 |
1476 | 2023-12-05T05:13:59.631Z | Compiling base64 v0.21.5 |
1477 | 2023-12-05T05:13:59.832Z | Compiling regex-automata v0.4.3 |
1478 | 2023-12-05T05:14:00.695Z | Compiling strsim v0.10.0 |
1479 | 2023-12-05T05:14:01.722Z | Compiling dtrace-parser v0.1.14 |
1480 | 2023-12-05T05:14:02.089Z | Compiling dof v0.1.5 |
1481 | 2023-12-05T05:14:03.350Z | Compiling rand v0.8.5 |
1482 | 2023-12-05T05:14:04.026Z | Compiling bytes v1.5.0 |
1483 | 2023-12-05T05:14:04.292Z | Compiling indexmap v2.1.0 |
1484 | 2023-12-05T05:14:04.767Z | Compiling uuid v1.6.1 |
1485 | 2023-12-05T05:14:05.827Z | Compiling chrono v0.4.31 |
1486 | 2023-12-05T05:14:05.893Z | Compiling bitflags v2.4.0 |
1487 | 2023-12-05T05:14:05.918Z | Compiling tokio v1.34.0 |
1488 | 2023-12-05T05:14:08.702Z | Compiling toml_datetime v0.6.5 |
1489 | 2023-12-05T05:14:08.712Z | Compiling serde_spanned v0.6.4 |
1490 | 2023-12-05T05:14:09.242Z | Compiling toml_edit v0.19.15 |
1491 | 2023-12-05T05:14:11.641Z | Compiling rustc_version v0.4.0 |
1492 | 2023-12-05T05:14:12.607Z | Compiling http v0.2.11 |
1493 | 2023-12-05T05:14:13.300Z | Compiling heapless v0.7.16 |
1494 | 2023-12-05T05:14:16.313Z | Compiling regex v1.10.2 |
1495 | 2023-12-05T05:14:19.855Z | Compiling tokio-util v0.7.10 |
1496 | 2023-12-05T05:14:24.790Z | Compiling thread-id v4.2.0 |
1497 | 2023-12-05T05:14:24.838Z | Compiling num-bigint v0.4.4 |
1498 | 2023-12-05T05:14:24.838Z | Compiling untrusted v0.7.1 |
1499 | 2023-12-05T05:14:24.838Z | Compiling openssl-probe v0.1.5 |
1500 | 2023-12-05T05:14:24.839Z | Compiling smoltcp v0.9.1 |
1501 | 2023-12-05T05:14:24.839Z | Compiling doc-comment v0.3.3 |
1502 | 2023-12-05T05:14:24.898Z | Compiling hashbrown v0.12.3 |
1503 | 2023-12-05T05:14:25.379Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1504 | 2023-12-05T05:14:25.960Z | Compiling percent-encoding v2.3.1 |
1505 | 2023-12-05T05:14:26.374Z | Compiling base64ct v1.6.0 |
1506 | 2023-12-05T05:14:26.454Z | Compiling foreign-types-shared v0.1.1 |
1507 | 2023-12-05T05:14:26.750Z | Compiling untrusted v0.9.0 |
1508 | 2023-12-05T05:14:27.310Z | Compiling pem-rfc7468 v0.7.0 |
1509 | 2023-12-05T05:14:28.369Z | Compiling foreign-types v0.3.2 |
1510 | 2023-12-05T05:14:31.526Z | Compiling strum_macros v0.25.2 |
1511 | 2023-12-05T05:14:32.728Z | Compiling serde_tokenstream v0.1.7 |
1512 | 2023-12-05T05:14:33.547Z | Compiling hmac v0.12.1 |
1513 | 2023-12-05T05:14:34.234Z | Compiling lazy_static v1.4.0 |
1514 | 2023-12-05T05:14:34.394Z | Compiling socket2 v0.4.9 |
1515 | 2023-12-05T05:14:34.730Z | Compiling unicode-segmentation v1.10.1 |
1516 | 2023-12-05T05:14:35.579Z | Compiling try-lock v0.2.4 |
1517 | 2023-12-05T05:14:35.798Z | Compiling unicode-width v0.1.11 |
1518 | 2023-12-05T05:14:36.098Z | Compiling adler v1.0.2 |
1519 | 2023-12-05T05:14:36.317Z | Compiling flagset v0.4.3 |
1520 | 2023-12-05T05:14:36.629Z | Compiling siphasher v0.3.11 |
1521 | 2023-12-05T05:14:36.909Z | Compiling miniz_oxide v0.7.1 |
1522 | 2023-12-05T05:14:37.144Z | Compiling der v0.7.8 |
1523 | 2023-12-05T05:14:37.507Z | Compiling want v0.3.1 |
1524 | 2023-12-05T05:14:41.324Z | Compiling sct v0.7.0 |
1525 | 2023-12-05T05:14:41.453Z | Compiling rustls-webpki v0.101.7 |
1526 | 2023-12-05T05:14:42.128Z | Compiling h2 v0.3.21 |
1527 | 2023-12-05T05:14:42.961Z | Compiling form_urlencoded v1.2.1 |
1528 | 2023-12-05T05:14:43.407Z | Compiling http-body v0.4.5 |
1529 | 2023-12-05T05:14:44.100Z | Compiling hubpack_derive v0.1.1 |
1530 | 2023-12-05T05:14:44.260Z | Compiling pin-project-internal v1.1.3 |
1531 | 2023-12-05T05:14:45.725Z | Compiling num-iter v0.1.43 |
1532 | 2023-12-05T05:14:46.394Z | Compiling anstyle v1.0.2 |
1533 | 2023-12-05T05:14:47.301Z | Compiling cpufeatures v0.2.9 |
1534 | 2023-12-05T05:14:47.436Z | Compiling httpdate v1.0.3 |
1535 | 2023-12-05T05:14:48.029Z | Compiling tower-service v0.3.2 |
1536 | 2023-12-05T05:14:48.245Z | Compiling utf8parse v0.2.1 |
1537 | 2023-12-05T05:14:48.689Z | Compiling anstyle-parse v0.2.1 |
1538 | 2023-12-05T05:14:49.201Z | Compiling sha2 v0.10.8 |
1539 | 2023-12-05T05:14:52.397Z | Compiling spki v0.7.2 |
1540 | 2023-12-05T05:14:53.020Z | Compiling usdt-macro v0.3.5 |
1541 | 2023-12-05T05:14:53.069Z | Compiling usdt-attr-macro v0.3.5 |
1542 | 2023-12-05T05:14:53.688Z | Compiling hyper v0.14.27 |
1543 | 2023-12-05T05:14:55.163Z | Compiling openapiv3 v2.0.0-rc.1 |
1544 | 2023-12-05T05:14:55.497Z | Compiling serde_tokenstream v0.2.0 |
1545 | 2023-12-05T05:14:56.289Z | Compiling rustls-pemfile v1.0.3 |
1546 | 2023-12-05T05:14:56.855Z | Compiling md-5 v0.10.5 |
1547 | 2023-12-05T05:14:57.197Z | Compiling idna v0.5.0 |
1548 | 2023-12-05T05:14:57.606Z | Compiling stringprep v0.1.3 |
1549 | 2023-12-05T05:14:58.864Z | Compiling diesel_table_macro_syntax v0.1.0 |
1550 | 2023-12-05T05:14:58.932Z | Compiling hash32 v0.2.1 |
1551 | 2023-12-05T05:14:59.489Z | Compiling stable_deref_trait v1.2.0 |
1552 | 2023-12-05T05:14:59.523Z | Compiling colorchoice v1.0.0 |
1553 | 2023-12-05T05:14:59.600Z | Compiling gimli v0.28.0 |
1554 | 2023-12-05T05:14:59.633Z | Compiling anstyle-query v1.0.0 |
1555 | 2023-12-05T05:14:59.810Z | Compiling fallible-iterator v0.2.0 |
1556 | 2023-12-05T05:15:00.247Z | Compiling either v1.9.0 |
1557 | 2023-12-05T05:15:00.756Z | Compiling anstream v0.5.0 |
1558 | 2023-12-05T05:15:00.921Z | Compiling postgres-protocol v0.6.6 |
1559 | 2023-12-05T05:15:02.912Z | Compiling diesel_derives v2.1.2 |
1560 | 2023-12-05T05:15:03.914Z | Compiling url v2.5.0 |
1561 | 2023-12-05T05:15:04.271Z | Compiling tokio-rustls v0.24.1 |
1562 | 2023-12-05T05:15:06.605Z | Compiling addr2line v0.21.0 |
1563 | 2023-12-05T05:15:07.619Z | Compiling rustls-native-certs v0.6.3 |
1564 | 2023-12-05T05:15:09.465Z | Compiling pkcs8 v0.10.2 |
1565 | 2023-12-05T05:15:10.286Z | Compiling terminal_size v0.2.6 |
1566 | 2023-12-05T05:15:10.554Z | Compiling tokio-native-tls v0.3.1 |
1567 | 2023-12-05T05:15:10.952Z | Compiling phf_shared v0.11.2 |
1568 | 2023-12-05T05:15:12.518Z | Compiling block-padding v0.3.3 |
1569 | 2023-12-05T05:15:12.542Z | Compiling snafu-derive v0.7.5 |
1570 | 2023-12-05T05:15:12.860Z | Compiling enum-as-inner v0.5.1 |
1571 | 2023-12-05T05:15:14.028Z | Compiling clap_derive v4.4.2 |
1572 | 2023-12-05T05:15:14.322Z | Compiling serde_repr v0.1.16 |
1573 | 2023-12-05T05:15:15.980Z | Compiling regress v0.7.1 |
1574 | 2023-12-05T05:15:20.775Z | Compiling ff v0.13.0 |
1575 | 2023-12-05T05:15:21.296Z | Compiling scheduled-thread-pool v0.2.7 |
1576 | 2023-12-05T05:15:21.563Z | Compiling object v0.32.1 |
1577 | 2023-12-05T05:15:23.861Z | Compiling matches v0.1.10 |
1578 | 2023-12-05T05:15:23.996Z | Compiling rustc-demangle v0.1.23 |
1579 | 2023-12-05T05:15:25.456Z | Compiling clap_lex v0.5.1 |
1580 | 2023-12-05T05:15:26.113Z | Compiling managed v0.8.0 |
1581 | 2023-12-05T05:15:26.171Z | Compiling base16ct v0.2.0 |
1582 | 2023-12-05T05:15:26.646Z | Compiling ipnet v2.8.0 |
1583 | 2023-12-05T05:15:28.394Z | Compiling num_threads v0.1.6 |
1584 | 2023-12-05T05:15:28.569Z | Compiling deranged v0.3.8 |
1585 | 2023-12-05T05:15:30.807Z | Compiling regex-automata v0.1.10 |
1586 | 2023-12-05T05:15:31.254Z | Compiling bit-vec v0.6.3 |
1587 | 2023-12-05T05:15:31.561Z | Compiling bstr v0.2.17 |
1588 | 2023-12-05T05:15:31.601Z | Compiling time v0.3.27 |
1589 | 2023-12-05T05:15:35.317Z | Compiling sec1 v0.7.3 |
1590 | 2023-12-05T05:15:36.138Z | Compiling clap_builder v4.4.2 |
1591 | 2023-12-05T05:15:36.219Z | Compiling idna v0.2.3 |
1592 | 2023-12-05T05:15:36.907Z | Compiling r2d2 v0.8.10 |
1593 | 2023-12-05T05:15:37.766Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1594 | 2023-12-05T05:15:38.550Z | Compiling group v0.13.0 |
1595 | 2023-12-05T05:15:39.419Z | Compiling inout v0.1.3 |
1596 | 2023-12-05T05:15:39.915Z | Compiling phf v0.11.2 |
1597 | 2023-12-05T05:15:40.296Z | Compiling hyper-tls v0.5.0 |
1598 | 2023-12-05T05:15:40.336Z | Compiling signal-hook-mio v0.2.3 |
1599 | 2023-12-05T05:15:40.400Z | Compiling hyper-rustls v0.24.2 |
1600 | 2023-12-05T05:15:40.556Z | Compiling bzip2 v0.4.4 |
1601 | 2023-12-05T05:15:41.193Z | Compiling flate2 v1.0.28 |
1602 | 2023-12-05T05:15:41.194Z | Compiling postgres-types v0.2.6 |
1603 | 2023-12-05T05:15:41.211Z | Compiling itertools v0.11.0 |
1604 | 2023-12-05T05:15:42.309Z | Compiling pin-project v1.1.3 |
1605 | 2023-12-05T05:15:42.684Z | Compiling hubpack v0.1.2 |
1606 | 2023-12-05T05:15:43.351Z | Compiling serde_urlencoded v0.7.1 |
1607 | 2023-12-05T05:15:43.375Z | Compiling phf_shared v0.10.0 |
1608 | 2023-12-05T05:15:43.932Z | Compiling hkdf v0.12.3 |
1609 | 2023-12-05T05:15:44.132Z | Compiling ipnetwork v0.20.0 |
1610 | 2023-12-05T05:15:45.398Z | Compiling zerocopy v0.6.4 |
1611 | 2023-12-05T05:15:45.719Z | Compiling futures-executor v0.3.29 |
1612 | 2023-12-05T05:15:46.511Z | Compiling crypto-bigint v0.5.2 |
1613 | 2023-12-05T05:15:46.909Z | Compiling float-cmp v0.9.0 |
1614 | 2023-12-05T05:15:47.212Z | Compiling proc-macro-error-attr v1.0.4 |
1615 | 2023-12-05T05:15:47.624Z | Compiling encoding_rs v0.8.33 |
1616 | 2023-12-05T05:15:49.982Z | Compiling data-encoding v2.4.0 |
1617 | 2023-12-05T05:15:51.403Z | Compiling difflib v0.4.0 |
1618 | 2023-12-05T05:15:51.745Z | Compiling whoami v1.4.1 |
1619 | 2023-12-05T05:15:52.551Z | Compiling normalize-line-endings v0.3.0 |
1620 | 2023-12-05T05:15:52.815Z | Compiling predicates-core v1.0.6 |
1621 | 2023-12-05T05:15:54.494Z | Compiling fixedbitset v0.4.2 |
1622 | 2023-12-05T05:15:54.655Z | Compiling static_assertions v1.1.0 |
1623 | 2023-12-05T05:15:54.797Z | Compiling new_debug_unreachable v1.0.4 |
1624 | 2023-12-05T05:15:54.931Z | Compiling mime v0.3.17 |
1625 | 2023-12-05T05:15:55.105Z | Compiling webpki-roots v0.25.2 |
1626 | 2023-12-05T05:15:56.142Z | Compiling precomputed-hash v0.1.1 |
1627 | 2023-12-05T05:15:56.432Z | Compiling regex-automata v0.3.8 |
1628 | 2023-12-05T05:15:56.749Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1629 | 2023-12-05T05:15:56.867Z | Compiling string_cache v0.8.7 |
1630 | 2023-12-05T05:15:57.515Z | Compiling reqwest v0.11.22 |
1631 | 2023-12-05T05:16:00.024Z | Compiling bstr v1.6.0 |
1632 | 2023-12-05T05:16:02.406Z | Compiling petgraph v0.6.4 |
1633 | 2023-12-05T05:16:03.885Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1634 | 2023-12-05T05:16:08.500Z | Compiling predicates v3.0.4 |
1635 | 2023-12-05T05:16:09.103Z | Compiling tokio-postgres v0.7.10 |
1636 | 2023-12-05T05:16:11.172Z | Compiling trust-dns-proto v0.22.0 |
1637 | 2023-12-05T05:16:11.172Z | Compiling elliptic-curve v0.13.8 |
1638 | 2023-12-05T05:16:19.197Z | Compiling futures v0.3.29 |
1639 | 2023-12-05T05:16:19.417Z | Compiling diesel v2.1.4 |
1640 | 2023-12-05T05:16:19.862Z | Compiling yasna v0.5.2 |
1641 | 2023-12-05T05:16:20.799Z | Compiling snafu v0.7.5 |
1642 | 2023-12-05T05:16:22.089Z | Compiling zip v0.6.6 |
1643 | 2023-12-05T05:16:22.614Z | Compiling clap v4.4.3 |
1644 | 2023-12-05T05:16:22.771Z | Compiling crossterm v0.27.0 |
1645 | 2023-12-05T05:16:23.264Z | Compiling cipher v0.4.4 |
1646 | 2023-12-05T05:16:23.582Z | Compiling similar v2.2.1 |
1647 | 2023-12-05T05:16:23.848Z | Compiling bit-set v0.5.3 |
1648 | 2023-12-05T05:16:24.104Z | Compiling itertools v0.10.5 |
1649 | 2023-12-05T05:16:24.273Z | Compiling usdt v0.3.5 |
1650 | 2023-12-05T05:16:25.169Z | Compiling console v0.15.7 |
1651 | 2023-12-05T05:16:25.953Z | Compiling tokio-stream v0.1.14 |
1652 | 2023-12-05T05:16:26.877Z | Compiling toml v0.7.8 |
1653 | 2023-12-05T05:16:27.163Z | Compiling proc-macro-crate v1.3.1 |
1654 | 2023-12-05T05:16:27.430Z | Compiling toml_edit v0.21.0 |
1655 | 2023-12-05T05:16:28.272Z | Compiling hex v0.4.3 |
1656 | 2023-12-05T05:16:28.710Z | Compiling proc-macro-error v1.0.4 |
1657 | 2023-12-05T05:16:29.014Z | Compiling lalrpop-util v0.19.12 |
1658 | 2023-12-05T05:16:31.744Z | Compiling num_enum_derive v0.5.11 |
1659 | 2023-12-05T05:16:37.367Z | Compiling atty v0.2.14 |
1660 | 2023-12-05T05:16:37.558Z | Compiling ident_case v1.0.1 |
1661 | 2023-12-05T05:16:37.584Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1662 | 2023-12-05T05:16:38.979Z | Compiling darling_core v0.20.3 |
1663 | 2023-12-05T05:16:45.613Z | Compiling num_enum v0.5.11 |
1664 | 2023-12-05T05:17:06.122Z | Compiling dirs-sys-next v0.1.2 |
1665 | 2023-12-05T05:17:08.081Z | Compiling camino v1.1.6 |
1666 | 2023-12-05T05:17:08.143Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1667 | 2023-12-05T05:17:08.639Z | Compiling postcard-cobs v0.1.5-pre |
1668 | 2023-12-05T05:17:10.849Z | Compiling postcard v0.7.3 |
1669 | 2023-12-05T05:17:11.806Z | Compiling dirs-next v2.0.0 |
1670 | 2023-12-05T05:17:14.794Z | Compiling darling_macro v0.20.3 |
1671 | 2023-12-05T05:17:20.311Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1672 | 2023-12-05T05:17:27.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2023-12-05T05:17:28.388Z | Compiling smoltcp v0.8.2 |
1674 | 2023-12-05T05:17:29.036Z | Compiling getopts v0.2.21 |
1675 | 2023-12-05T05:17:34.740Z | Compiling foreign-types-macros v0.2.3 |
1676 | 2023-12-05T05:17:37.036Z | Compiling structmeta-derive v0.2.0 |
1677 | 2023-12-05T05:17:43.511Z | Compiling thread_local v1.1.7 |
1678 | 2023-12-05T05:17:44.809Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1679 | 2023-12-05T05:17:45.260Z | Compiling multer v2.1.0 |
1680 | 2023-12-05T05:17:45.705Z | Compiling paste v1.0.14 |
1681 | 2023-12-05T05:17:47.298Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1682 | 2023-12-05T05:17:48.063Z | Compiling cfg-if v0.1.10 |
1683 | 2023-12-05T05:17:48.215Z | Compiling foreign-types-shared v0.3.1 |
1684 | 2023-12-05T05:17:48.376Z | Compiling unsafe-libyaml v0.2.9 |
1685 | 2023-12-05T05:17:51.323Z | Compiling match_cfg v0.1.0 |
1686 | 2023-12-05T05:17:51.691Z | Compiling slog-async v2.8.0 |
1687 | 2023-12-05T05:17:52.606Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1688 | 2023-12-05T05:17:58.895Z | Compiling hostname v0.3.1 |
1689 | 2023-12-05T05:17:59.262Z | Compiling serde_yaml v0.9.25 |
1690 | 2023-12-05T05:18:00.650Z | Compiling foreign-types v0.5.0 |
1691 | 2023-12-05T05:18:01.213Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-12-05T05:18:05.155Z | Compiling structmeta v0.2.0 |
1693 | 2023-12-05T05:18:06.661Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1694 | 2023-12-05T05:18:12.045Z | Compiling darling v0.20.3 |
1695 | 2023-12-05T05:18:12.645Z | Compiling term v0.7.0 |
1696 | 2023-12-05T05:18:17.432Z | Compiling slog-json v2.6.1 |
1697 | 2023-12-05T05:18:18.185Z | Compiling is-terminal v0.4.9 |
1698 | 2023-12-05T05:18:18.373Z | Compiling crossbeam-channel v0.5.8 |
1699 | 2023-12-05T05:18:22.480Z | Compiling strum v0.25.0 |
1700 | 2023-12-05T05:18:22.981Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1701 | 2023-12-05T05:18:23.332Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1702 | 2023-12-05T05:18:24.243Z | Compiling async-stream-impl v0.3.5 |
1703 | 2023-12-05T05:18:24.503Z | Compiling cstr-argument v0.1.2 |
1704 | 2023-12-05T05:18:24.527Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1705 | 2023-12-05T05:18:26.123Z | Compiling take_mut v0.2.2 |
1706 | 2023-12-05T05:18:26.367Z | Compiling pretty-hex v0.2.1 |
1707 | 2023-12-05T05:18:26.524Z | Compiling fastrand v2.0.0 |
1708 | 2023-12-05T05:18:26.739Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1709 | 2023-12-05T05:18:27.158Z | Compiling crucible-workspace-hack v0.1.0 |
1710 | 2023-12-05T05:18:27.558Z | Compiling regex-syntax v0.7.5 |
1711 | 2023-12-05T05:18:29.425Z | Compiling atomic-waker v1.1.1 |
1712 | 2023-12-05T05:18:29.785Z | Compiling waitgroup v0.1.2 |
1713 | 2023-12-05T05:18:35.111Z | Compiling tempfile v3.8.1 |
1714 | 2023-12-05T05:18:37.584Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2023-12-05T05:18:37.628Z | Compiling parse-display-derive v0.8.2 |
1716 | 2023-12-05T05:18:38.279Z | Compiling async-stream v0.3.5 |
1717 | 2023-12-05T05:18:42.719Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1718 | 2023-12-05T05:18:43.746Z | Compiling colored v2.0.4 |
1719 | 2023-12-05T05:18:44.079Z | Compiling slog-bunyan v2.4.0 |
1720 | 2023-12-05T05:18:44.442Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1721 | 2023-12-05T05:18:45.952Z | Compiling slog-term v2.9.0 |
1722 | 2023-12-05T05:18:50.176Z | Compiling serde_with_macros v2.3.3 |
1723 | 2023-12-05T05:18:59.879Z | Compiling toml v0.8.8 |
1724 | 2023-12-05T05:18:59.903Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1725 | 2023-12-05T05:19:02.004Z | Compiling sha1 v0.10.6 |
1726 | 2023-12-05T05:19:02.246Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1727 | 2023-12-05T05:19:03.523Z | Compiling textwrap v0.11.0 |
1728 | 2023-12-05T05:19:03.625Z | Compiling heck v0.3.3 |
1729 | 2023-12-05T05:19:05.250Z | Compiling serde_path_to_error v0.1.14 |
1730 | 2023-12-05T05:19:05.468Z | Compiling instant v0.1.12 |
1731 | 2023-12-05T05:19:05.692Z | Compiling debug-ignore v1.0.5 |
1732 | 2023-12-05T05:19:05.906Z | Compiling ansi_term v0.12.1 |
1733 | 2023-12-05T05:19:06.149Z | Compiling libefi-sys v0.1.0 |
1734 | 2023-12-05T05:19:06.577Z | Compiling strsim v0.8.0 |
1735 | 2023-12-05T05:19:06.893Z | Compiling vec_map v0.8.2 |
1736 | 2023-12-05T05:19:07.330Z | Compiling rayon-core v1.12.0 |
1737 | 2023-12-05T05:19:07.777Z | Compiling clap v2.34.0 |
1738 | 2023-12-05T05:19:08.721Z | Compiling backoff v0.4.0 |
1739 | 2023-12-05T05:19:08.855Z | Compiling structopt-derive v0.4.18 |
1740 | 2023-12-05T05:19:09.282Z | Compiling serde_with v2.3.3 |
1741 | 2023-12-05T05:19:09.731Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1742 | 2023-12-05T05:19:10.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1743 | 2023-12-05T05:19:13.164Z | Compiling parse-display v0.8.2 |
1744 | 2023-12-05T05:19:13.470Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1745 | 2023-12-05T05:19:17.120Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1746 | 2023-12-05T05:19:17.858Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1747 | 2023-12-05T05:19:17.904Z | Compiling zone_cfg_derive v0.3.0 |
1748 | 2023-12-05T05:19:17.910Z | Compiling crossbeam-deque v0.8.3 |
1749 | 2023-12-05T05:19:18.095Z | Compiling macaddr v1.0.1 |
1750 | 2023-12-05T05:19:18.559Z | Compiling num-derive v0.4.0 |
1751 | 2023-12-05T05:19:19.227Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1752 | 2023-12-05T05:19:19.759Z | Compiling portable-atomic v1.4.3 |
1753 | 2023-12-05T05:19:20.030Z | Compiling zone v0.3.0 |
1754 | 2023-12-05T05:19:22.118Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1755 | 2023-12-05T05:19:24.930Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1756 | 2023-12-05T05:19:25.790Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1757 | 2023-12-05T05:19:25.897Z | Compiling structopt v0.3.26 |
1758 | 2023-12-05T05:19:27.104Z | Compiling camino-tempfile v1.1.1 |
1759 | 2023-12-05T05:19:27.279Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1760 | 2023-12-05T05:19:27.578Z | Compiling smf v0.2.2 |
1761 | 2023-12-05T05:19:28.354Z | Compiling filetime v0.2.22 |
1762 | 2023-12-05T05:19:29.244Z | Compiling xattr v1.0.1 |
1763 | 2023-12-05T05:19:29.247Z | Compiling same-file v1.0.6 |
1764 | 2023-12-05T05:19:29.285Z | Compiling tar v0.4.40 |
1765 | 2023-12-05T05:19:29.597Z | Compiling walkdir v2.4.0 |
1766 | 2023-12-05T05:19:32.200Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1767 | 2023-12-05T05:19:32.224Z | Compiling rayon v1.8.0 |
1768 | 2023-12-05T05:19:32.841Z | Compiling number_prefix v0.4.0 |
1769 | 2023-12-05T05:19:33.223Z | Compiling omicron-zone-package v0.9.1 |
1770 | 2023-12-05T05:19:35.449Z | Compiling swrite v0.1.0 |
1771 | 2023-12-05T05:19:35.626Z | Compiling topological-sort v0.2.2 |
1772 | 2023-12-05T05:19:41.242Z | Compiling indicatif v0.17.7 |
1773 | 2023-12-05T05:19:55.651Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1774 | 2023-12-05T05:20:05.892Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1775 | 2023-12-05T05:20:09.249Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1776 | 2023-12-05T05:20:12.713Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1777 | 2023-12-05T05:20:37.016Z | Finished release [optimized] target(s) in 7m 43s |
1778 | 2023-12-05T05:20:37.293Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1779 | 2023-12-05T05:20:37.364Z | Created new build target 'test' and set it as active |
1780 | 2023-12-05T05:20:37.372Z | |
1781 | 2023-12-05T05:20:37.372Z | real 7:44.327703118 |
1782 | 2023-12-05T05:20:37.372Z | user 50:10.505043468 |
1783 | 2023-12-05T05:20:37.374Z | sys 4:27.728884713 |
1784 | 2023-12-05T05:20:37.374Z | trap 1.965366182 |
1785 | 2023-12-05T05:20:37.374Z | tflt 3.039941699 |
1786 | 2023-12-05T05:20:37.374Z | dflt 3.608319882 |
1787 | 2023-12-05T05:20:37.374Z | kflt 0.024850340 |
1788 | 2023-12-05T05:20:37.374Z | lock 1:48:17.320446680 |
1789 | 2023-12-05T05:20:37.374Z | slp 2:20:17.909907998 |
1790 | 2023-12-05T05:20:37.374Z | lat 2:25.929098516 |
1791 | 2023-12-05T05:20:37.374Z | stop 3:50.856813950 |
1792 | 2023-12-05T05:20:37.374Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1793 | 2023-12-05T05:20:38.421Z | Finished release [optimized] target(s) in 0.97s |
1794 | 2023-12-05T05:20:38.449Z | Running `target/release/omicron-package -t test package` |
1795 | 2023-12-05T05:20:38.488Z | Dec 05 05:20:38.485 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1796 | 2023-12-05T05:20:39.612Z | Compiling linked-hash-map v0.5.6 |
1797 | 2023-12-05T05:20:39.615Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1798 | 2023-12-05T05:20:39.615Z | Compiling password-hash v0.5.0 |
1799 | 2023-12-05T05:20:39.615Z | Compiling blake2 v0.10.6 |
1800 | 2023-12-05T05:20:39.615Z | Compiling same-file v1.0.6 |
1801 | 2023-12-05T05:20:39.633Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1802 | 2023-12-05T05:20:39.659Z | Compiling semver-parser v0.10.2 |
1803 | 2023-12-05T05:20:39.662Z | Compiling quick-error v1.2.3 |
1804 | 2023-12-05T05:20:39.853Z | Compiling walkdir v2.4.0 |
1805 | 2023-12-05T05:20:39.943Z | Compiling fastrand v2.0.0 |
1806 | 2023-12-05T05:20:40.178Z | Compiling lru-cache v0.1.2 |
1807 | 2023-12-05T05:20:40.468Z | Compiling argon2 v0.5.2 |
1808 | 2023-12-05T05:20:40.668Z | Compiling tempfile v3.8.1 |
1809 | 2023-12-05T05:20:40.850Z | Compiling semver v0.11.0 |
1810 | 2023-12-05T05:20:41.861Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1811 | 2023-12-05T05:20:41.904Z | Compiling resolv-conf v0.7.0 |
1812 | 2023-12-05T05:20:41.957Z | Compiling filetime v0.2.22 |
1813 | 2023-12-05T05:20:42.365Z | Compiling xattr v1.0.1 |
1814 | 2023-12-05T05:20:42.671Z | Compiling slog-dtrace v0.2.3 |
1815 | 2023-12-05T05:20:42.709Z | Compiling home v0.5.5 |
1816 | 2023-12-05T05:20:42.817Z | Compiling tar v0.4.40 |
1817 | 2023-12-05T05:20:43.068Z | Compiling toolchain_find v0.2.0 |
1818 | 2023-12-05T05:20:43.191Z | Compiling trust-dns-resolver v0.22.0 |
1819 | 2023-12-05T05:20:43.737Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1820 | 2023-12-05T05:20:43.863Z | Compiling toml v0.5.11 |
1821 | 2023-12-05T05:20:44.290Z | Compiling omicron-zone-package v0.9.1 |
1822 | 2023-12-05T05:20:44.974Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1823 | 2023-12-05T05:20:45.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1824 | 2023-12-05T05:20:45.639Z | Compiling toml v0.8.8 |
1825 | 2023-12-05T05:20:45.740Z | Compiling num-rational v0.4.1 |
1826 | 2023-12-05T05:20:46.166Z | Compiling cancel-safe-futures v0.1.5 |
1827 | 2023-12-05T05:20:46.649Z | Compiling rustfmt-wrapper v0.2.0 |
1828 | 2023-12-05T05:20:47.581Z | Compiling convert_case v0.4.0 |
1829 | 2023-12-05T05:20:48.769Z | Compiling derive_more v0.99.17 |
1830 | 2023-12-05T05:20:49.077Z | Compiling num-complex v0.4.4 |
1831 | 2023-12-05T05:20:49.179Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1832 | 2023-12-05T05:20:50.039Z | Compiling fxhash v0.2.1 |
1833 | 2023-12-05T05:20:50.360Z | Compiling unicase v2.7.0 |
1834 | 2023-12-05T05:20:50.750Z | Compiling utf-8 v0.7.6 |
1835 | 2023-12-05T05:20:50.818Z | Compiling num v0.4.1 |
1836 | 2023-12-05T05:20:50.946Z | Compiling semver v0.1.20 |
1837 | 2023-12-05T05:20:51.147Z | Compiling tungstenite v0.20.1 |
1838 | 2023-12-05T05:20:51.193Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1839 | 2023-12-05T05:20:51.342Z | Compiling arc-swap v1.6.0 |
1840 | 2023-12-05T05:20:51.859Z | Compiling rustc_version v0.1.7 |
1841 | 2023-12-05T05:20:51.970Z | Compiling radium v0.7.0 |
1842 | 2023-12-05T05:20:52.431Z | Compiling ciborium-io v0.2.1 |
1843 | 2023-12-05T05:20:52.530Z | Compiling keccak v0.1.4 |
1844 | 2023-12-05T05:20:52.572Z | Compiling half v1.8.2 |
1845 | 2023-12-05T05:20:52.613Z | Compiling newtype_derive v0.1.6 |
1846 | 2023-12-05T05:20:53.033Z | Compiling sha3 v0.10.8 |
1847 | 2023-12-05T05:20:54.136Z | Compiling ciborium-ll v0.2.1 |
1848 | 2023-12-05T05:20:54.407Z | Compiling tokio-tungstenite v0.20.1 |
1849 | 2023-12-05T05:20:54.490Z | Compiling slog-scope v4.4.0 |
1850 | 2023-12-05T05:20:54.951Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1851 | 2023-12-05T05:20:55.293Z | Compiling secrecy v0.8.0 |
1852 | 2023-12-05T05:20:55.685Z | Compiling parking_lot_core v0.8.6 |
1853 | 2023-12-05T05:20:55.940Z | Compiling tap v1.0.1 |
1854 | 2023-12-05T05:20:56.176Z | Compiling maybe-uninit v2.0.0 |
1855 | 2023-12-05T05:20:56.290Z | Compiling wyz v0.5.1 |
1856 | 2023-12-05T05:20:56.962Z | Compiling slog-stdlog v4.1.1 |
1857 | 2023-12-05T05:20:57.035Z | Compiling ciborium v0.2.1 |
1858 | 2023-12-05T05:20:59.559Z | Compiling nibble_vec v0.1.0 |
1859 | 2023-12-05T05:20:59.892Z | Compiling funty v2.0.0 |
1860 | 2023-12-05T05:21:00.480Z | Compiling endian-type v0.1.2 |
1861 | 2023-12-05T05:21:00.599Z | Compiling packed_struct v0.10.1 |
1862 | 2023-12-05T05:21:00.771Z | Compiling crc-catalog v2.2.0 |
1863 | 2023-12-05T05:21:00.801Z | Compiling num-bigint-dig v0.8.4 |
1864 | 2023-12-05T05:21:00.946Z | Compiling crc v3.0.1 |
1865 | 2023-12-05T05:21:01.201Z | Compiling radix_trie v0.2.1 |
1866 | 2023-12-05T05:21:01.988Z | Compiling bitvec v1.0.1 |
1867 | 2023-12-05T05:21:02.133Z | Compiling slog-envlogger v2.2.0 |
1868 | 2023-12-05T05:21:04.274Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1869 | 2023-12-05T05:21:04.740Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1870 | 2023-12-05T05:21:05.276Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1871 | 2023-12-05T05:21:06.414Z | Compiling packed_struct_codegen v0.10.1 |
1872 | 2023-12-05T05:21:06.479Z | Compiling dirs-sys-next v0.1.2 |
1873 | 2023-12-05T05:21:07.297Z | Compiling glob v0.3.1 |
1874 | 2023-12-05T05:21:08.593Z | Compiling crunchy v0.2.2 |
1875 | 2023-12-05T05:21:09.283Z | Compiling nodrop v0.1.14 |
1876 | 2023-12-05T05:21:09.443Z | Compiling platforms v3.0.2 |
1877 | 2023-12-05T05:21:09.930Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1878 | 2023-12-05T05:21:12.735Z | Compiling array-init v0.0.4 |
1879 | 2023-12-05T05:21:14.856Z | Compiling clang-sys v1.6.1 |
1880 | 2023-12-05T05:21:15.854Z | Compiling dirs-next v2.0.0 |
1881 | 2023-12-05T05:21:16.104Z | Compiling parking_lot v0.11.2 |
1882 | 2023-12-05T05:21:18.086Z | Compiling smallvec v0.6.14 |
1883 | 2023-12-05T05:21:18.804Z | Compiling steno v0.4.0 |
1884 | 2023-12-05T05:21:20.063Z | Compiling trust-dns-client v0.22.0 |
1885 | 2023-12-05T05:21:20.076Z | Compiling mime_guess v2.0.4 |
1886 | 2023-12-05T05:21:22.173Z | Compiling pkcs1 v0.7.5 |
1887 | 2023-12-05T05:21:25.604Z | Compiling signature v2.1.0 |
1888 | 2023-12-05T05:21:26.900Z | Compiling prettyplease v0.2.12 |
1889 | 2023-12-05T05:21:27.320Z | Compiling termcolor v1.2.0 |
1890 | 2023-12-05T05:21:28.294Z | Compiling bitfield v0.14.0 |
1891 | 2023-12-05T05:21:28.756Z | Compiling tiny-keccak v2.0.2 |
1892 | 2023-12-05T05:21:29.169Z | Compiling trust-dns-server v0.22.1 |
1893 | 2023-12-05T05:21:29.378Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1894 | 2023-12-05T05:21:31.218Z | Compiling env_logger v0.10.0 |
1895 | 2023-12-05T05:21:37.937Z | Compiling rsa v0.9.2 |
1896 | 2023-12-05T05:21:41.173Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1897 | 2023-12-05T05:21:43.516Z | Compiling serde-hex v0.1.0 |
1898 | 2023-12-05T05:21:46.595Z | Compiling sled v0.34.7 |
1899 | 2023-12-05T05:21:52.204Z | Compiling term v0.7.0 |
1900 | 2023-12-05T05:21:54.434Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1901 | 2023-12-05T05:22:00.839Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1902 | 2023-12-05T05:22:01.347Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1903 | 2023-12-05T05:22:06.366Z | Compiling darling_core v0.14.4 |
1904 | 2023-12-05T05:22:14.894Z | Compiling itertools v0.12.0 |
1905 | 2023-12-05T05:22:20.725Z | Compiling x509-cert v0.2.4 |
1906 | 2023-12-05T05:22:22.258Z | Compiling ron v0.8.1 |
1907 | 2023-12-05T05:22:32.711Z | Compiling minimal-lexical v0.2.1 |
1908 | 2023-12-05T05:22:33.487Z | Compiling pretty-hex v0.4.0 |
1909 | 2023-12-05T05:22:33.930Z | Compiling crc-any v2.4.3 |
1910 | 2023-12-05T05:22:33.953Z | Compiling buf-list v1.0.3 |
1911 | 2023-12-05T05:22:34.833Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1912 | 2023-12-05T05:22:35.482Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1913 | 2023-12-05T05:22:40.721Z | Compiling nom v7.1.3 |
1914 | 2023-12-05T05:22:42.798Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1915 | 2023-12-05T05:22:44.886Z | Compiling darling_macro v0.14.4 |
1916 | 2023-12-05T05:22:45.612Z | Compiling curve25519-dalek v4.1.0 |
1917 | 2023-12-05T05:22:46.195Z | Compiling ascii-canvas v3.0.0 |
1918 | 2023-12-05T05:22:47.113Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1919 | 2023-12-05T05:22:47.116Z | Compiling object v0.30.4 |
1920 | 2023-12-05T05:22:47.116Z | Compiling is-terminal v0.4.9 |
1921 | 2023-12-05T05:22:47.116Z | Compiling kstat-rs v0.2.3 |
1922 | 2023-12-05T05:22:47.136Z | Compiling libsw v3.3.0 |
1923 | 2023-12-05T05:22:47.594Z | Compiling ena v0.14.2 |
1924 | 2023-12-05T05:22:48.225Z | Compiling derive-where v1.2.5 |
1925 | 2023-12-05T05:22:49.082Z | Compiling libloading v0.7.4 |
1926 | 2023-12-05T05:22:49.222Z | Compiling path-slash v0.1.5 |
1927 | 2023-12-05T05:22:49.525Z | Compiling regex-syntax v0.6.29 |
1928 | 2023-12-05T05:22:49.604Z | Compiling linear-map v1.2.0 |
1929 | 2023-12-05T05:22:50.187Z | Compiling diff v0.1.13 |
1930 | 2023-12-05T05:22:51.042Z | Compiling owo-colors v3.5.0 |
1931 | 2023-12-05T05:22:53.474Z | Compiling bindgen v0.65.1 |
1932 | 2023-12-05T05:22:56.410Z | Compiling lalrpop v0.19.12 |
1933 | 2023-12-05T05:22:58.613Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1934 | 2023-12-05T05:23:05.038Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1935 | 2023-12-05T05:23:07.645Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1936 | 2023-12-05T05:23:12.445Z | Compiling cexpr v0.6.0 |
1937 | 2023-12-05T05:23:12.957Z | Compiling darling v0.14.4 |
1938 | 2023-12-05T05:23:15.384Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1939 | 2023-12-05T05:23:16.213Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1940 | 2023-12-05T05:23:17.712Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1941 | 2023-12-05T05:23:19.674Z | Compiling which v4.4.0 |
1942 | 2023-12-05T05:23:20.477Z | Compiling universal-hash v0.5.1 |
1943 | 2023-12-05T05:23:20.795Z | Compiling thiserror-impl-no-std v2.0.2 |
1944 | 2023-12-05T05:23:22.426Z | Compiling curve25519-dalek-derive v0.1.0 |
1945 | 2023-12-05T05:23:24.078Z | Compiling memoffset v0.7.1 |
1946 | 2023-12-05T05:23:24.497Z | Compiling shlex v1.1.0 |
1947 | 2023-12-05T05:23:24.507Z | Compiling peeking_take_while v0.1.2 |
1948 | 2023-12-05T05:23:24.675Z | Compiling display-error-chain v0.2.0 |
1949 | 2023-12-05T05:23:24.846Z | Compiling rustc-hash v1.1.0 |
1950 | 2023-12-05T05:23:24.925Z | Compiling lazycell v1.3.0 |
1951 | 2023-12-05T05:23:25.038Z | Compiling opaque-debug v0.3.0 |
1952 | 2023-12-05T05:23:25.048Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1953 | 2023-12-05T05:23:25.154Z | Compiling poly1305 v0.8.0 |
1954 | 2023-12-05T05:23:25.169Z | Compiling thiserror-no-std v2.0.2 |
1955 | 2023-12-05T05:23:26.727Z | Compiling derive_builder_core v0.12.0 |
1956 | 2023-12-05T05:23:30.313Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1957 | 2023-12-05T05:23:34.261Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1958 | 2023-12-05T05:23:34.653Z | Compiling chacha20 v0.9.1 |
1959 | 2023-12-05T05:23:35.389Z | Compiling globset v0.4.13 |
1960 | 2023-12-05T05:23:38.272Z | Compiling pem v3.0.2 |
1961 | 2023-12-05T05:23:40.883Z | Compiling olpc-cjson v0.1.3 |
1962 | 2023-12-05T05:23:41.756Z | Compiling aead v0.5.2 |
1963 | 2023-12-05T05:23:42.024Z | Compiling bcs v0.1.6 |
1964 | 2023-12-05T05:23:42.242Z | Compiling serde_plain v1.0.2 |
1965 | 2023-12-05T05:23:43.064Z | Compiling libxml v0.3.3 |
1966 | 2023-12-05T05:23:43.189Z | Compiling polar-core v0.27.0 |
1967 | 2023-12-05T05:23:43.438Z | Compiling async-recursion v1.0.5 |
1968 | 2023-12-05T05:23:43.554Z | Compiling highway v1.1.0 |
1969 | 2023-12-05T05:23:44.946Z | Compiling ref-cast v1.0.20 |
1970 | 2023-12-05T05:23:45.319Z | Compiling typed-path v0.6.0 |
1971 | 2023-12-05T05:23:45.869Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1972 | 2023-12-05T05:23:47.601Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1973 | 2023-12-05T05:23:48.254Z | Compiling chacha20poly1305 v0.10.1 |
1974 | 2023-12-05T05:23:48.589Z | Compiling derive_builder_macro v0.12.0 |
1975 | 2023-12-05T05:23:49.780Z | Compiling tough v0.15.0 |
1976 | 2023-12-05T05:23:49.950Z | Compiling vsss-rs v3.3.1 |
1977 | 2023-12-05T05:23:50.145Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1978 | 2023-12-05T05:23:56.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1979 | 2023-12-05T05:23:57.335Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1980 | 2023-12-05T05:23:57.625Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1981 | 2023-12-05T05:23:59.792Z | Compiling strum_macros v0.24.3 |
1982 | 2023-12-05T05:24:00.223Z | Compiling ref-cast-impl v1.0.20 |
1983 | 2023-12-05T05:24:00.927Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1984 | 2023-12-05T05:24:01.765Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1985 | 2023-12-05T05:24:01.825Z | Compiling cookie v0.18.0 |
1986 | 2023-12-05T05:24:01.970Z | Compiling signature v1.6.4 |
1987 | 2023-12-05T05:24:02.211Z | Compiling indoc v1.0.9 |
1988 | 2023-12-05T05:24:02.269Z | Compiling http-range v0.1.5 |
1989 | 2023-12-05T05:24:03.216Z | Compiling salty v0.2.0 |
1990 | 2023-12-05T05:24:03.585Z | Compiling hyper-staticfile v0.9.5 |
1991 | 2023-12-05T05:24:03.885Z | Compiling ed25519 v1.5.3 |
1992 | 2023-12-05T05:24:04.713Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1993 | 2023-12-05T05:24:09.155Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1994 | 2023-12-05T05:24:18.584Z | Compiling derive_builder v0.12.0 |
1995 | 2023-12-05T05:24:21.916Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1996 | 2023-12-05T05:24:29.521Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1997 | 2023-12-05T05:24:30.045Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1998 | 2023-12-05T05:24:30.457Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1999 | 2023-12-05T05:24:33.164Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2000 | 2023-12-05T05:24:33.350Z | Compiling headers-core v0.2.0 |
2001 | 2023-12-05T05:24:33.589Z | Compiling bb8 v0.8.1 |
2002 | 2023-12-05T05:24:33.945Z | Compiling quick-xml v0.23.1 |
2003 | 2023-12-05T05:24:35.442Z | Compiling serde-big-array v0.5.1 |
2004 | 2023-12-05T05:24:35.442Z | Compiling oso-derive v0.27.0 |
2005 | 2023-12-05T05:24:36.339Z | Compiling impl-trait-for-tuples v0.2.2 |
2006 | 2023-12-05T05:24:38.118Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2007 | 2023-12-05T05:24:39.202Z | Compiling fs-err v2.11.0 |
2008 | 2023-12-05T05:24:39.384Z | Compiling maplit v1.0.2 |
2009 | 2023-12-05T05:24:39.541Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2010 | 2023-12-05T05:25:05.290Z | Compiling oso v0.27.0 |
2011 | 2023-12-05T05:25:05.480Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2012 | 2023-12-05T05:25:05.480Z | Compiling headers v0.3.9 |
2013 | 2023-12-05T05:25:05.480Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2014 | 2023-12-05T05:25:06.782Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2015 | 2023-12-05T05:25:08.866Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2016 | 2023-12-05T05:25:09.284Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2017 | 2023-12-05T05:25:10.942Z | Compiling signal-hook-tokio v0.3.1 |
2018 | 2023-12-05T05:25:11.225Z | Compiling serde-big-array v0.4.1 |
2019 | 2023-12-05T05:25:11.327Z | Compiling indoc v2.0.3 |
2020 | 2023-12-05T05:25:11.495Z | Compiling cassowary v0.3.0 |
2021 | 2023-12-05T05:25:12.841Z | Compiling ratatui v0.23.0 |
2022 | 2023-12-05T05:25:14.483Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2023 | 2023-12-05T05:25:17.097Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2024 | 2023-12-05T05:25:20.473Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2025 | 2023-12-05T05:25:21.047Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2026 | 2023-12-05T05:25:23.573Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2027 | 2023-12-05T05:25:33.137Z | Compiling fatfs v0.3.6 |
2028 | 2023-12-05T05:25:34.300Z | Compiling bytesize v1.3.0 |
2029 | 2023-12-05T05:25:36.353Z | Compiling nanorand v0.7.0 |
2030 | 2023-12-05T05:25:36.407Z | Compiling rtoolbox v0.0.1 |
2031 | 2023-12-05T05:25:37.095Z | Compiling is_ci v1.1.1 |
2032 | 2023-12-05T05:25:37.511Z | Compiling unicode-linebreak v0.1.5 |
2033 | 2023-12-05T05:25:37.768Z | Compiling corncobs v0.1.3 |
2034 | 2023-12-05T05:25:38.446Z | Compiling smawk v0.3.1 |
2035 | 2023-12-05T05:25:38.455Z | Compiling assert_matches v1.5.0 |
2036 | 2023-12-05T05:25:38.507Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2037 | 2023-12-05T05:25:38.551Z | Compiling supports-color v2.1.0 |
2038 | 2023-12-05T05:25:38.759Z | Compiling textwrap v0.16.0 |
2039 | 2023-12-05T05:25:39.638Z | Compiling rpassword v7.3.1 |
2040 | 2023-12-05T05:25:39.750Z | Compiling flume v0.11.0 |
2041 | 2023-12-05T05:25:40.282Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2042 | 2023-12-05T05:25:40.982Z | Compiling tui-tree-widget v0.13.0 |
2043 | 2023-12-05T05:25:44.360Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2044 | 2023-12-05T05:25:44.939Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2045 | 2023-12-05T05:25:58.156Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2046 | 2023-12-05T05:26:28.520Z | Compiling shell-words v1.1.0 |
2047 | 2023-12-05T05:26:29.220Z | Compiling humantime v2.1.0 |
2048 | 2023-12-05T05:26:30.630Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2049 | 2023-12-05T05:26:57.641Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2050 | 2023-12-05T05:28:04.383Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2051 | 2023-12-05T05:29:46.144Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2052 | 2023-12-05T05:38:36.334Z | Finished release [optimized] target(s) in 17m 57s |
2053 | 2023-12-05T05:39:43.244Z | |
2054 | 2023-12-05T05:39:43.247Z | real 19:05.486142004 |
2055 | 2023-12-05T05:39:43.247Z | user 2:12:44.725193428 |
2056 | 2023-12-05T05:39:43.247Z | sys 4:56.357746539 |
2057 | 2023-12-05T05:39:43.247Z | trap 4.165941163 |
2058 | 2023-12-05T05:39:43.247Z | tflt 0.920763689 |
2059 | 2023-12-05T05:39:43.247Z | dflt 1.574224805 |
2060 | 2023-12-05T05:39:43.247Z | kflt 0.006879445 |
2061 | 2023-12-05T05:39:43.247Z | lock 7:40:06.711267917 |
2062 | 2023-12-05T05:39:43.247Z | slp 5:01:40.911174223 |
2063 | 2023-12-05T05:39:43.247Z | lat 2:17.010194760 |
2064 | 2023-12-05T05:39:43.247Z | stop 37.961221243 |
2065 | 2023-12-05T05:39:43.247Z | + 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/*) |
2066 | 2023-12-05T05:39:43.249Z | + pfexec mkdir -p /work |
2067 | 2023-12-05T05:39:43.249Z | + pfexec chown build /work |
2068 | 2023-12-05T05:39:43.249Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2069 | 2023-12-05T05:39:56.016Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2070 | 2023-12-05T05:39:56.016Z | a out/mg-ddm-gz.tar 61253K |
2071 | 2023-12-05T05:39:56.017Z | a out/omicron-sled-agent.tar 108472K |
2072 | 2023-12-05T05:39:56.017Z | a out/target/test 1K |
2073 | 2023-12-05T05:39:56.017Z | a out/npuzone/npuzone 36505K |
2074 | 2023-12-05T05:39:56.017Z | a package-manifest.toml 22K |
2075 | 2023-12-05T05:39:56.017Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2076 | 2023-12-05T05:39:56.017Z | a target/release/omicron-package 41580K |
2077 | 2023-12-05T05:39:56.017Z | a tools/create_virtual_hardware.sh 4K |
2078 | 2023-12-05T05:39:56.017Z | a tools/virtual_hardware.sh 4K |
2079 | 2023-12-05T05:39:56.017Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2080 | 2023-12-05T05:39:56.017Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2081 | 2023-12-05T05:39:56.017Z | a tools/scrimlet/softnpu-init.sh 3K |
2082 | 2023-12-05T05:39:56.017Z | a tools/scrimlet/softnpu-zone.txt 1K |
2083 | 2023-12-05T05:39:56.017Z | a tools/scrimlet/softnpu.toml 1K |
2084 | 2023-12-05T05:39:56.022Z | |
2085 | 2023-12-05T05:39:56.022Z | real 13.166931604 |
2086 | 2023-12-05T05:39:56.022Z | user 12.582053057 |
2087 | 2023-12-05T05:39:56.022Z | sys 1.023888714 |
2088 | 2023-12-05T05:39:56.022Z | trap 0.003266396 |
2089 | 2023-12-05T05:39:56.022Z | tflt 0.000000000 |
2090 | 2023-12-05T05:39:56.022Z | dflt 0.000000000 |
2091 | 2023-12-05T05:39:56.022Z | kflt 0.000000000 |
2092 | 2023-12-05T05:39:56.022Z | lock 0.000000000 |
2093 | 2023-12-05T05:39:56.022Z | slp 12.315339231 |
2094 | 2023-12-05T05:39:56.022Z | lat 0.405863551 |
2095 | 2023-12-05T05:39:56.022Z | stop 0.000230432 |
2096 | 2023-12-05T05:39:56.022Z | ++ pwd |
2097 | 2023-12-05T05:39:56.022Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2098 | 2023-12-05T05:39:56.022Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2099 | 2023-12-05T05:39:56.025Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2100 | 2023-12-05T05:39:57.109Z | Finished release [optimized] target(s) in 0.99s |
2101 | 2023-12-05T05:39:57.141Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2102 | 2023-12-05T05:39:57.180Z | Created new build target 'host' and set it as active |
2103 | 2023-12-05T05:39:57.183Z | |
2104 | 2023-12-05T05:39:57.183Z | real 1.152544431 |
2105 | 2023-12-05T05:39:57.183Z | user 0.815840817 |
2106 | 2023-12-05T05:39:57.183Z | sys 0.336773927 |
2107 | 2023-12-05T05:39:57.183Z | trap 0.000489146 |
2108 | 2023-12-05T05:39:57.183Z | tflt 0.000002148 |
2109 | 2023-12-05T05:39:57.183Z | dflt 0.000017546 |
2110 | 2023-12-05T05:39:57.183Z | kflt 0.000000000 |
2111 | 2023-12-05T05:39:57.183Z | lock 0.032141793 |
2112 | 2023-12-05T05:39:57.183Z | slp 0.019399185 |
2113 | 2023-12-05T05:39:57.183Z | lat 0.002028913 |
2114 | 2023-12-05T05:39:57.183Z | stop 0.000223515 |
2115 | 2023-12-05T05:39:57.187Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2116 | 2023-12-05T05:39:58.211Z | Finished release [optimized] target(s) in 0.94s |
2117 | 2023-12-05T05:39:58.276Z | Running `target/release/omicron-package -t host package` |
2118 | 2023-12-05T05:39:58.281Z | Dec 05 05:39:58.278 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2119 | 2023-12-05T05:39:59.335Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2120 | 2023-12-05T05:43:25.253Z | Finished release [optimized] target(s) in 3m 26s |
2121 | 2023-12-05T05:44:47.402Z | |
2122 | 2023-12-05T05:44:47.814Z | real 4:41.781937818 |
2123 | 2023-12-05T05:44:47.814Z | user 20:25.712181826 |
2124 | 2023-12-05T05:44:47.814Z | sys 57.858569027 |
2125 | 2023-12-05T05:44:47.814Z | trap 0.516022138 |
2126 | 2023-12-05T05:44:47.814Z | tflt 0.028928966 |
2127 | 2023-12-05T05:44:47.814Z | dflt 1.043112126 |
2128 | 2023-12-05T05:44:47.814Z | kflt 0.000013587 |
2129 | 2023-12-05T05:44:47.814Z | lock 1:07:23.594700612 |
2130 | 2023-12-05T05:44:47.814Z | slp 18:05.657827998 |
2131 | 2023-12-05T05:44:47.814Z | lat 7.571473710 |
2132 | 2023-12-05T05:44:47.814Z | stop 0.729410283 |
2133 | 2023-12-05T05:44:47.814Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2134 | 2023-12-05T05:44:47.814Z | + for package in "$@" |
2135 | 2023-12-05T05:44:47.814Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2136 | 2023-12-05T05:44:47.814Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitc409ef68d64 |
2137 | 2023-12-05T05:44:47.814Z | Finished release [optimized] target(s) in 0.97s |
2138 | 2023-12-05T05:44:47.814Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitc409ef68d64` |
2139 | 2023-12-05T05:44:47.814Z | Dec 05 05:44:40.094 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2140 | 2023-12-05T05:44:47.814Z | Created: out/versioned/omicron-sled-agent.tar |
2141 | 2023-12-05T05:44:47.815Z | + for package in "$@" |
2142 | 2023-12-05T05:44:47.815Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2143 | 2023-12-05T05:44:47.815Z | + echo 0.0.0 |
2144 | 2023-12-05T05:44:47.815Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2145 | 2023-12-05T05:44:47.815Z | a VERSION 1K |
2146 | 2023-12-05T05:44:47.815Z | + rm VERSION |
2147 | 2023-12-05T05:44:47.815Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitc409ef68d64 |
2148 | 2023-12-05T05:44:47.954Z | Finished release [optimized] target(s) in 0.99s |
2149 | 2023-12-05T05:44:47.954Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitc409ef68d64` |
2150 | 2023-12-05T05:44:47.954Z | Dec 05 05:44:41.760 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2151 | 2023-12-05T05:44:47.954Z | Created: out/versioned/mg-ddm-gz.tar |
2152 | 2023-12-05T05:44:47.954Z | + for package in "$@" |
2153 | 2023-12-05T05:44:47.954Z | + [[ propolis-server == mg-ddm-gz ]] |
2154 | 2023-12-05T05:44:47.954Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitc409ef68d64 |
2155 | 2023-12-05T05:44:47.954Z | Finished release [optimized] target(s) in 0.95s |
2156 | 2023-12-05T05:44:47.954Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitc409ef68d64` |
2157 | 2023-12-05T05:44:47.955Z | Dec 05 05:44:43.143 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2158 | 2023-12-05T05:44:47.955Z | Created: out/versioned/propolis-server.tar.gz |
2159 | 2023-12-05T05:44:47.955Z | + for package in "$@" |
2160 | 2023-12-05T05:44:47.955Z | + [[ overlay == mg-ddm-gz ]] |
2161 | 2023-12-05T05:44:47.955Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitc409ef68d64 |
2162 | 2023-12-05T05:44:47.955Z | Finished release [optimized] target(s) in 0.94s |
2163 | 2023-12-05T05:44:47.955Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitc409ef68d64` |
2164 | 2023-12-05T05:44:47.955Z | Dec 05 05:44:46.055 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2165 | 2023-12-05T05:44:47.955Z | Created: out/versioned/overlay.tar.gz |
2166 | 2023-12-05T05:44:47.955Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2167 | 2023-12-05T05:44:47.957Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2168 | 2023-12-05T05:44:47.957Z | ++ cd -- ./tools |
2169 | 2023-12-05T05:44:47.957Z | ++ pwd |
2170 | 2023-12-05T05:44:47.957Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2171 | 2023-12-05T05:44:47.957Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2172 | 2023-12-05T05:44:47.957Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2173 | 2023-12-05T05:44:47.957Z | ++ readlink -f /work |
2174 | 2023-12-05T05:44:47.957Z | + out_dir=/work |
2175 | 2023-12-05T05:44:47.957Z | + 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") |
2176 | 2023-12-05T05:44:47.957Z | + for dep in "${deps[@]}" |
2177 | 2023-12-05T05:44:47.957Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2178 | 2023-12-05T05:44:47.958Z | + for dep in "${deps[@]}" |
2179 | 2023-12-05T05:44:47.958Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2180 | 2023-12-05T05:44:47.958Z | + for dep in "${deps[@]}" |
2181 | 2023-12-05T05:44:47.958Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2182 | 2023-12-05T05:44:47.958Z | + for dep in "${deps[@]}" |
2183 | 2023-12-05T05:44:47.958Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2184 | 2023-12-05T05:44:47.958Z | ++ mktemp -d |
2185 | 2023-12-05T05:44:47.958Z | + tmp_gz=/tmp/tmp.fuaywh |
2186 | 2023-12-05T05:44:47.958Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2187 | 2023-12-05T05:44:47.958Z | + echo '{"v":"1","t":"layer"}' |
2188 | 2023-12-05T05:44:47.958Z | + pkg_dir=/tmp/tmp.fuaywh/root/opt/oxide/sled-agent |
2189 | 2023-12-05T05:44:47.958Z | + mkdir -p /tmp/tmp.fuaywh/root/opt/oxide/sled-agent |
2190 | 2023-12-05T05:44:47.958Z | + cd /tmp/tmp.fuaywh/root/opt/oxide/sled-agent |
2191 | 2023-12-05T05:44:47.958Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2192 | 2023-12-05T05:44:47.958Z | x ., 0 bytes, 0 tape blocks |
2193 | 2023-12-05T05:44:47.958Z | x zone-bundle, 39121408 bytes, 76409 tape blocks |
2194 | 2023-12-05T05:44:47.958Z | x sled-agent, 71934120 bytes, 140497 tape blocks |
2195 | 2023-12-05T05:44:47.958Z | x pkg, 0 bytes, 0 tape blocks |
2196 | 2023-12-05T05:44:47.958Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2197 | 2023-12-05T05:44:47.958Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2198 | 2023-12-05T05:44:47.958Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2199 | 2023-12-05T05:44:47.958Z | x VERSION, 25 bytes, 1 tape blocks |
2200 | 2023-12-05T05:44:47.958Z | + mkdir -p /tmp/tmp.fuaywh/root/lib/svc/manifest/site/ |
2201 | 2023-12-05T05:44:47.958Z | + mv pkg/manifest.xml /tmp/tmp.fuaywh/root/lib/svc/manifest/site/sled-agent.xml |
2202 | 2023-12-05T05:44:47.958Z | + cd - |
2203 | 2023-12-05T05:44:47.958Z | /work/oxidecomputer/omicron |
2204 | 2023-12-05T05:44:47.958Z | + pkg_dir=/tmp/tmp.fuaywh/root/opt/oxide/mg-ddm |
2205 | 2023-12-05T05:44:47.958Z | + mkdir -p /tmp/tmp.fuaywh/root/opt/oxide/mg-ddm |
2206 | 2023-12-05T05:44:47.958Z | + cd /tmp/tmp.fuaywh/root/opt/oxide/mg-ddm |
2207 | 2023-12-05T05:44:47.958Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2208 | 2023-12-05T05:44:47.958Z | x ., 0 bytes, 0 tape blocks |
2209 | 2023-12-05T05:44:47.958Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2210 | 2023-12-05T05:44:47.958Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2211 | 2023-12-05T05:44:47.958Z | x pkg, 0 bytes, 0 tape blocks |
2212 | 2023-12-05T05:44:47.958Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2213 | 2023-12-05T05:44:47.958Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2214 | 2023-12-05T05:44:47.959Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2215 | 2023-12-05T05:44:47.959Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2216 | 2023-12-05T05:44:47.959Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2217 | 2023-12-05T05:44:47.959Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2218 | 2023-12-05T05:44:47.959Z | x VERSION, 25 bytes, 1 tape blocks |
2219 | 2023-12-05T05:44:47.959Z | + cd - |
2220 | 2023-12-05T05:44:47.959Z | /work/oxidecomputer/omicron |
2221 | 2023-12-05T05:44:47.959Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.fuaywh/root/opt/oxide |
2222 | 2023-12-05T05:44:47.959Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.fuaywh/root/opt/oxide |
2223 | 2023-12-05T05:44:47.959Z | + cd /tmp/tmp.fuaywh |
2224 | 2023-12-05T05:44:47.959Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2225 | 2023-12-05T05:44:57.845Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2226 | 2023-12-05T05:44:57.845Z | a oxide.json 1K |
2227 | 2023-12-05T05:44:57.845Z | a root/ 0K |
2228 | 2023-12-05T05:44:57.845Z | a root/opt/ 0K |
2229 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/ 0K |
2230 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/ 0K |
2231 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/zone-bundle 38205K |
2232 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/sled-agent 70249K |
2233 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2234 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2235 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2236 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/sled-agent/VERSION 1K |
2237 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/ 0K |
2238 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2239 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2240 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2241 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2242 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2243 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2244 | 2023-12-05T05:44:57.845Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2245 | 2023-12-05T05:44:57.847Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2246 | 2023-12-05T05:44:57.847Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2247 | 2023-12-05T05:44:57.847Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2248 | 2023-12-05T05:44:57.847Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2249 | 2023-12-05T05:44:57.847Z | a root/opt/oxide/overlay.tar.gz 2K |
2250 | 2023-12-05T05:44:57.847Z | a root/lib/ 0K |
2251 | 2023-12-05T05:44:57.847Z | a root/lib/svc/ 0K |
2252 | 2023-12-05T05:44:57.847Z | a root/lib/svc/manifest/ 0K |
2253 | 2023-12-05T05:44:57.847Z | a root/lib/svc/manifest/site/ 0K |
2254 | 2023-12-05T05:44:57.847Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2255 | 2023-12-05T05:44:57.850Z | + cd / |
2256 | 2023-12-05T05:44:57.850Z | + rm -rf /tmp/tmp.fuaywh |
2257 | 2023-12-05T05:44:57.892Z | |
2258 | 2023-12-05T05:44:57.896Z | real 11.825879748 |
2259 | 2023-12-05T05:44:57.896Z | user 10.955488616 |
2260 | 2023-12-05T05:44:57.896Z | sys 0.925275901 |
2261 | 2023-12-05T05:44:57.896Z | trap 0.004249533 |
2262 | 2023-12-05T05:44:57.896Z | tflt 0.000000000 |
2263 | 2023-12-05T05:44:57.898Z | dflt 0.000000000 |
2264 | 2023-12-05T05:44:57.898Z | kflt 0.000000000 |
2265 | 2023-12-05T05:44:57.898Z | lock 0.000000000 |
2266 | 2023-12-05T05:44:57.898Z | slp 22.834606797 |
2267 | 2023-12-05T05:44:57.898Z | lat 0.369444267 |
2268 | 2023-12-05T05:44:57.898Z | stop 0.000297347 |
2269 | 2023-12-05T05:44:57.898Z | + mkdir -p /work/zones |
2270 | 2023-12-05T05:44:57.898Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2271 | 2023-12-05T05:44:57.898Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2272 | 2023-12-05T05:45:01.606Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2273 | 2023-12-05T05:45:02.778Z | Finished release [optimized] target(s) in 1.05s |
2274 | 2023-12-05T05:45:02.782Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2275 | 2023-12-05T05:45:02.820Z | Created new build target 'recovery' and set it as active |
2276 | 2023-12-05T05:45:02.823Z | |
2277 | 2023-12-05T05:45:02.823Z | real 1.211449485 |
2278 | 2023-12-05T05:45:02.823Z | user 0.858070923 |
2279 | 2023-12-05T05:45:02.823Z | sys 0.352603881 |
2280 | 2023-12-05T05:45:02.823Z | trap 0.000571848 |
2281 | 2023-12-05T05:45:02.823Z | tflt 0.000026125 |
2282 | 2023-12-05T05:45:02.823Z | dflt 0.000001872 |
2283 | 2023-12-05T05:45:02.824Z | kflt 0.000000000 |
2284 | 2023-12-05T05:45:02.824Z | lock 0.036151796 |
2285 | 2023-12-05T05:45:02.824Z | slp 0.022411387 |
2286 | 2023-12-05T05:45:02.824Z | lat 0.003579448 |
2287 | 2023-12-05T05:45:02.824Z | stop 0.000300439 |
2288 | 2023-12-05T05:45:02.828Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2289 | 2023-12-05T05:45:03.907Z | Finished release [optimized] target(s) in 0.99s |
2290 | 2023-12-05T05:45:03.941Z | Running `target/release/omicron-package -t recovery package` |
2291 | 2023-12-05T05:45:03.983Z | Dec 05 05:45:03.982 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2292 | 2023-12-05T05:45:04.964Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2293 | 2023-12-05T05:45:08.738Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2294 | 2023-12-05T05:45:40.339Z | Finished release [optimized] target(s) in 34.07s |
2295 | 2023-12-05T05:46:13.615Z | |
2296 | 2023-12-05T05:46:14.583Z | real 56.948844605 |
2297 | 2023-12-05T05:46:14.583Z | user 2:28.811002043 |
2298 | 2023-12-05T05:46:14.583Z | sys 11.577677332 |
2299 | 2023-12-05T05:46:14.588Z | trap 0.071232267 |
2300 | 2023-12-05T05:46:14.588Z | tflt 0.048042549 |
2301 | 2023-12-05T05:46:14.588Z | dflt 1.270152482 |
2302 | 2023-12-05T05:46:14.588Z | kflt 0.000000000 |
2303 | 2023-12-05T05:46:14.588Z | lock 12:16.944196825 |
2304 | 2023-12-05T05:46:14.588Z | slp 2:32.210241211 |
2305 | 2023-12-05T05:46:14.588Z | lat 1.931792038 |
2306 | 2023-12-05T05:46:14.588Z | stop 0.179038349 |
2307 | 2023-12-05T05:46:14.588Z | + stamp_packages installinator mg-ddm-gz |
2308 | 2023-12-05T05:46:14.588Z | + for package in "$@" |
2309 | 2023-12-05T05:46:14.588Z | + [[ installinator == mg-ddm-gz ]] |
2310 | 2023-12-05T05:46:14.588Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitc409ef68d64 |
2311 | 2023-12-05T05:46:15.102Z | Finished release [optimized] target(s) in 0.97s |
2312 | 2023-12-05T05:46:15.102Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitc409ef68d64` |
2313 | 2023-12-05T05:46:15.102Z | Dec 05 05:46:00.915 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2314 | 2023-12-05T05:46:15.102Z | Created: out/versioned/installinator.tar |
2315 | 2023-12-05T05:46:15.102Z | + for package in "$@" |
2316 | 2023-12-05T05:46:15.102Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2317 | 2023-12-05T05:46:15.102Z | + echo 0.0.0 |
2318 | 2023-12-05T05:46:15.102Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2319 | 2023-12-05T05:46:15.102Z | a VERSION 1K |
2320 | 2023-12-05T05:46:15.102Z | + rm VERSION |
2321 | 2023-12-05T05:46:15.102Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitc409ef68d64 |
2322 | 2023-12-05T05:46:15.102Z | Finished release [optimized] target(s) in 0.95s |
2323 | 2023-12-05T05:46:15.102Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitc409ef68d64` |
2324 | 2023-12-05T05:46:15.102Z | Dec 05 05:46:02.163 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2325 | 2023-12-05T05:46:15.102Z | Created: out/versioned/mg-ddm-gz.tar |
2326 | 2023-12-05T05:46:15.102Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2327 | 2023-12-05T05:46:15.103Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2328 | 2023-12-05T05:46:15.103Z | ++ cd -- ./tools |
2329 | 2023-12-05T05:46:15.103Z | ++ pwd |
2330 | 2023-12-05T05:46:15.103Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2331 | 2023-12-05T05:46:15.103Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2332 | 2023-12-05T05:46:15.103Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2333 | 2023-12-05T05:46:15.103Z | ++ readlink -f /work |
2334 | 2023-12-05T05:46:15.103Z | + out_dir=/work |
2335 | 2023-12-05T05:46:15.103Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2336 | 2023-12-05T05:46:15.103Z | + for dep in "${deps[@]}" |
2337 | 2023-12-05T05:46:15.103Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2338 | 2023-12-05T05:46:15.103Z | + for dep in "${deps[@]}" |
2339 | 2023-12-05T05:46:15.103Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2340 | 2023-12-05T05:46:15.103Z | ++ mktemp -d |
2341 | 2023-12-05T05:46:15.103Z | + tmp_trampoline=/tmp/tmp.f8aWAh |
2342 | 2023-12-05T05:46:15.103Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2343 | 2023-12-05T05:46:15.103Z | + echo '{"v":"1","t":"layer"}' |
2344 | 2023-12-05T05:46:15.103Z | + pkg_dir=/tmp/tmp.f8aWAh/root/opt/oxide/installinator |
2345 | 2023-12-05T05:46:15.104Z | + mkdir -p /tmp/tmp.f8aWAh/root/opt/oxide/installinator |
2346 | 2023-12-05T05:46:15.104Z | + cd /tmp/tmp.f8aWAh/root/opt/oxide/installinator |
2347 | 2023-12-05T05:46:15.104Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2348 | 2023-12-05T05:46:15.104Z | x ., 0 bytes, 0 tape blocks |
2349 | 2023-12-05T05:46:15.104Z | x installinator, 52122136 bytes, 101802 tape blocks |
2350 | 2023-12-05T05:46:15.104Z | x pkg, 0 bytes, 0 tape blocks |
2351 | 2023-12-05T05:46:15.104Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2352 | 2023-12-05T05:46:15.104Z | x VERSION, 25 bytes, 1 tape blocks |
2353 | 2023-12-05T05:46:15.104Z | + mkdir -p /tmp/tmp.f8aWAh/root/lib/svc/manifest/site/ |
2354 | 2023-12-05T05:46:15.104Z | + mv pkg/manifest.xml /tmp/tmp.f8aWAh/root/lib/svc/manifest/site/installinator.xml |
2355 | 2023-12-05T05:46:15.104Z | + cd - |
2356 | 2023-12-05T05:46:15.104Z | /work/oxidecomputer/omicron |
2357 | 2023-12-05T05:46:15.104Z | + pkg_dir=/tmp/tmp.f8aWAh/root/opt/oxide/mg-ddm |
2358 | 2023-12-05T05:46:15.104Z | + mkdir -p /tmp/tmp.f8aWAh/root/opt/oxide/mg-ddm |
2359 | 2023-12-05T05:46:15.104Z | + cd /tmp/tmp.f8aWAh/root/opt/oxide/mg-ddm |
2360 | 2023-12-05T05:46:15.104Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2361 | 2023-12-05T05:46:15.104Z | x ., 0 bytes, 0 tape blocks |
2362 | 2023-12-05T05:46:15.104Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2363 | 2023-12-05T05:46:15.104Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2364 | 2023-12-05T05:46:15.104Z | x pkg, 0 bytes, 0 tape blocks |
2365 | 2023-12-05T05:46:15.104Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2366 | 2023-12-05T05:46:15.104Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2367 | 2023-12-05T05:46:15.104Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2368 | 2023-12-05T05:46:15.104Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2369 | 2023-12-05T05:46:15.104Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2370 | 2023-12-05T05:46:15.104Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2371 | 2023-12-05T05:46:15.104Z | x VERSION, 25 bytes, 1 tape blocks |
2372 | 2023-12-05T05:46:15.104Z | + cd - |
2373 | 2023-12-05T05:46:15.104Z | /work/oxidecomputer/omicron |
2374 | 2023-12-05T05:46:15.104Z | + cd /tmp/tmp.f8aWAh |
2375 | 2023-12-05T05:46:15.104Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2376 | 2023-12-05T05:46:15.104Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2377 | 2023-12-05T05:46:15.104Z | a oxide.json 1K |
2378 | 2023-12-05T05:46:15.104Z | a root/ 0K |
2379 | 2023-12-05T05:46:15.104Z | a root/opt/ 0K |
2380 | 2023-12-05T05:46:15.104Z | a root/opt/oxide/ 0K |
2381 | 2023-12-05T05:46:15.104Z | a root/opt/oxide/installinator/ 0K |
2382 | 2023-12-05T05:46:15.104Z | a root/opt/oxide/installinator/installinator 50901K |
2383 | 2023-12-05T05:46:15.104Z | a root/opt/oxide/installinator/pkg/ 0K |
2384 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/installinator/VERSION 1K |
2385 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/ 0K |
2386 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2387 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2388 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2389 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2390 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2391 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2392 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2393 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2394 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2395 | 2023-12-05T05:46:15.107Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2396 | 2023-12-05T05:46:15.107Z | a root/lib/ 0K |
2397 | 2023-12-05T05:46:15.107Z | a root/lib/svc/ 0K |
2398 | 2023-12-05T05:46:15.107Z | a root/lib/svc/manifest/ 0K |
2399 | 2023-12-05T05:46:15.107Z | a root/lib/svc/manifest/site/ 0K |
2400 | 2023-12-05T05:46:15.107Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2401 | 2023-12-05T05:46:15.107Z | + cd / |
2402 | 2023-12-05T05:46:15.107Z | + rm -rf /tmp/tmp.f8aWAh |
2403 | 2023-12-05T05:46:15.107Z | |
2404 | 2023-12-05T05:46:15.107Z | real 6.161608378 |
2405 | 2023-12-05T05:46:15.107Z | user 5.764819073 |
2406 | 2023-12-05T05:46:15.107Z | sys 0.426910090 |
2407 | 2023-12-05T05:46:15.107Z | trap 0.002100607 |
2408 | 2023-12-05T05:46:15.107Z | tflt 0.000000000 |
2409 | 2023-12-05T05:46:15.107Z | dflt 0.000000000 |
2410 | 2023-12-05T05:46:15.107Z | kflt 0.000000000 |
2411 | 2023-12-05T05:46:15.464Z | lock 0.000000000 |
2412 | 2023-12-05T05:46:15.464Z | process exited: duration 2173025 ms, exit code 0 |
2413 | 2023-12-05T05:46:15.464Z | slp 11.911856145 |
2414 | 2023-12-05T05:46:15.464Z | lat 0.179442557 |
2415 | 2023-12-05T05:46:15.464Z | stop 0.000283572 |
2416 | 2023-12-05T05:46:15.464Z | exec warning: : stdio descriptors remain open after task exit; waiting 60 seconds for them to close |
|
2417 | 2023-12-05T05:46:15.600Z | found 21 output files |
2418 | 2023-12-05T05:46:15.600Z | uploading: /work/version.txt (26 bytes) |
2419 | 2023-12-05T05:46:17.042Z | uploaded: /work/version.txt |
2420 | 2023-12-05T05:46:17.042Z | uploading: /work/package.tar.gz (79644608 bytes) |
2421 | 2023-12-05T05:46:45.522Z | uploaded: /work/package.tar.gz |
2422 | 2023-12-05T05:46:45.522Z | uploading: /work/global-zone-packages.tar.gz (121129660 bytes) |
2423 | 2023-12-05T05:47:29.558Z | uploaded: /work/global-zone-packages.tar.gz |
2424 | 2023-12-05T05:47:29.558Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36474133 bytes) |
2425 | 2023-12-05T05:47:45.267Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2426 | 2023-12-05T05:47:45.267Z | uploading: /work/zones/clickhouse.tar.gz (181764417 bytes) |
2427 | 2023-12-05T05:48:52.339Z | uploaded: /work/zones/clickhouse.tar.gz |
2428 | 2023-12-05T05:48:52.339Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181762747 bytes) |
2429 | 2023-12-05T05:50:08.282Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2430 | 2023-12-05T05:50:08.283Z | uploading: /work/zones/cockroachdb.tar.gz (118839509 bytes) |
2431 | 2023-12-05T05:50:49.735Z | uploaded: /work/zones/cockroachdb.tar.gz |
2432 | 2023-12-05T05:50:49.735Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2433 | 2023-12-05T05:51:01.981Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2434 | 2023-12-05T05:51:01.981Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2435 | 2023-12-05T05:51:17.988Z | uploaded: /work/zones/crucible.tar.gz |
2436 | 2023-12-05T05:51:17.988Z | uploading: /work/zones/external-dns.tar.gz (24137722 bytes) |
2437 | 2023-12-05T05:51:28.405Z | uploaded: /work/zones/external-dns.tar.gz |
2438 | 2023-12-05T05:51:28.406Z | uploading: /work/zones/internal-dns.tar.gz (24137721 bytes) |
2439 | 2023-12-05T05:51:35.747Z | uploaded: /work/zones/internal-dns.tar.gz |
2440 | 2023-12-05T05:51:35.747Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2441 | 2023-12-05T05:51:36.761Z | uploaded: /work/zones/ntp.tar.gz |
2442 | 2023-12-05T05:51:36.761Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18233373 bytes) |
2443 | 2023-12-05T05:51:42.819Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2444 | 2023-12-05T05:51:42.819Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18233150 bytes) |
2445 | 2023-12-05T05:51:51.599Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2446 | 2023-12-05T05:51:51.599Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73617529 bytes) |
2447 | 2023-12-05T05:52:39.368Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2448 | 2023-12-05T05:52:39.368Z | uploading: /work/zones/omicron-nexus.tar.gz (73616133 bytes) |
2449 | 2023-12-05T05:53:00.670Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2450 | 2023-12-05T05:53:00.670Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2451 | 2023-12-05T05:53:01.680Z | uploaded: /work/zones/overlay.tar.gz |
2452 | 2023-12-05T05:53:01.680Z | uploading: /work/zones/oximeter-collector.tar.gz (34172243 bytes) |
2453 | 2023-12-05T05:53:13.857Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2454 | 2023-12-05T05:53:13.857Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2455 | 2023-12-05T05:53:43.698Z | uploaded: /work/zones/propolis-server.tar.gz |
2456 | 2023-12-05T05:53:43.698Z | uploading: /work/zones/switch-asic.tar.gz (245408956 bytes) |
2457 | 2023-12-05T05:56:01.483Z | uploaded: /work/zones/switch-asic.tar.gz |
2458 | 2023-12-05T05:56:01.483Z | uploading: /work/zones/switch-softnpu.tar.gz (169377353 bytes) |
2459 | 2023-12-05T05:57:06.002Z | uploaded: /work/zones/switch-softnpu.tar.gz |