|
|
|
1 | 2024-03-12T19:16:35.191Z | job assigned to worker 01HRT1D6JBZAZ32F7C91KG8DW4 (queued for 5 m 1 s) |
|
2 | 2024-03-12T19:16:43.277Z | starting task 0: "setup" |
3 | 2024-03-12T19:16:43.375Z | ++ uname -s |
4 | 2024-03-12T19:16:43.383Z | + kern=SunOS |
5 | 2024-03-12T19:16:43.383Z | + case "$kern" in |
6 | 2024-03-12T19:16:43.383Z | + groupadd -g 12345 build |
7 | 2024-03-12T19:16:43.383Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-12T19:16:45.402Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-12T19:16:45.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-12T19:16:45.508Z | + home_fs=zfs |
11 | 2024-03-12T19:16:45.509Z | + [[ zfs == autofs ]] |
12 | 2024-03-12T19:16:45.509Z | + mkdir -p /home/build |
13 | 2024-03-12T19:16:45.509Z | + chown build:build /home/build /work |
14 | 2024-03-12T19:16:47.506Z | + chmod 0700 /home/build /work |
15 | 2024-03-12T19:16:47.509Z | process exited: duration 4231 ms, exit code 0 |
|
16 | 2024-03-12T19:16:47.515Z | starting task 1: "rust-toolchain" |
17 | 2024-03-12T19:16:47.522Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-12T19:16:47.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-12T19:16:48.066Z | info: downloading installer |
20 | 2024-03-12T19:16:49.644Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-12T19:16:49.644Z | warning: /opt/ooce/bin |
22 | 2024-03-12T19:16:49.644Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-12T19:16:49.644Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-12T19:16:49.644Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-12T19:16:49.644Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-12T19:16:49.645Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-12T19:16:49.645Z | error: cannot install while Rust is installed |
28 | 2024-03-12T19:16:49.645Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-12T19:16:49.847Z | info: profile set to 'default' |
30 | 2024-03-12T19:16:49.847Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-12T19:16:49.899Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-12T19:16:49.951Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-12T19:16:49.951Z | info: downloading component 'cargo' |
34 | 2024-03-12T19:16:50.703Z | info: downloading component 'clippy' |
35 | 2024-03-12T19:16:50.929Z | info: downloading component 'rust-docs' |
36 | 2024-03-12T19:16:51.753Z | info: downloading component 'rust-std' |
37 | 2024-03-12T19:16:53.232Z | info: downloading component 'rustc' |
38 | 2024-03-12T19:16:56.785Z | info: downloading component 'rustfmt' |
39 | 2024-03-12T19:16:57.094Z | info: installing component 'cargo' |
40 | 2024-03-12T19:16:58.091Z | info: installing component 'clippy' |
41 | 2024-03-12T19:16:58.265Z | info: installing component 'rust-docs' |
42 | 2024-03-12T19:16:59.665Z | info: installing component 'rust-std' |
43 | 2024-03-12T19:17:07.049Z | info: installing component 'rustc' |
44 | 2024-03-12T19:17:07.171Z | info: installing component 'rustfmt' |
45 | 2024-03-12T19:17:07.171Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-12T19:17:07.171Z | |
47 | 2024-03-12T19:17:07.171Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-12T19:17:07.171Z | |
49 | 2024-03-12T19:17:07.171Z | |
50 | 2024-03-12T19:17:07.171Z | Rust is installed now. Great! |
51 | 2024-03-12T19:17:07.171Z | |
52 | 2024-03-12T19:17:07.171Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-12T19:17:07.171Z | environment variable. This has not been done automatically. |
54 | 2024-03-12T19:17:07.171Z | |
55 | 2024-03-12T19:17:07.171Z | To configure your current shell, you need to source |
56 | 2024-03-12T19:17:07.171Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-12T19:17:07.171Z | |
58 | 2024-03-12T19:17:07.171Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-12T19:17:07.171Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-12T19:17:07.172Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-12T19:17:07.172Z | + rustc --version |
62 | 2024-03-12T19:17:07.172Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-12T19:17:07.172Z | process exited: duration 18877 ms, exit code 0 |
|
64 | 2024-03-12T19:17:07.272Z | starting task 2: "authentication" |
65 | 2024-03-12T19:17:07.303Z | process exited: duration 35 ms, exit code 0 |
|
66 | 2024-03-12T19:17:07.346Z | starting task 3: "clone repository" |
67 | 2024-03-12T19:17:07.382Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-12T19:17:07.382Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-12T19:17:07.659Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-12T19:17:13.409Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-12T19:17:13.410Z | + git fetch origin 6f7ef205f1ba8a53b5fbd55ab32e97ba281784aa |
72 | 2024-03-12T19:17:13.753Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-12T19:17:13.753Z | * branch 6f7ef205f1ba8a53b5fbd55ab32e97ba281784aa -> FETCH_HEAD |
74 | 2024-03-12T19:17:13.764Z | + [[ -n john/sled-hardware-types ]] |
75 | 2024-03-12T19:17:13.769Z | ++ git branch --show-current |
76 | 2024-03-12T19:17:13.769Z | + current=main |
77 | 2024-03-12T19:17:13.769Z | + [[ main != john/sled-hardware-types ]] |
78 | 2024-03-12T19:17:13.769Z | + git branch -f john/sled-hardware-types 6f7ef205f1ba8a53b5fbd55ab32e97ba281784aa |
79 | 2024-03-12T19:17:13.774Z | + git checkout -f john/sled-hardware-types |
80 | 2024-03-12T19:17:13.892Z | Switched to branch 'john/sled-hardware-types' |
81 | 2024-03-12T19:17:13.902Z | + git reset --hard 6f7ef205f1ba8a53b5fbd55ab32e97ba281784aa |
82 | 2024-03-12T19:17:13.908Z | HEAD is now at 6f7ef205f hakari workspace-hack |
83 | 2024-03-12T19:17:13.912Z | process exited: duration 6574 ms, exit code 0 |
|
84 | 2024-03-12T19:17:13.920Z | starting task 4: "build" |
85 | 2024-03-12T19:17:13.925Z | + cargo --version |
86 | 2024-03-12T19:17:13.929Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-12T19:17:14.097Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-12T19:17:14.097Z | info: downloading component 'cargo' |
89 | 2024-03-12T19:17:14.956Z | info: downloading component 'clippy' |
90 | 2024-03-12T19:17:15.224Z | info: downloading component 'rust-docs' |
91 | 2024-03-12T19:17:17.713Z | info: downloading component 'rust-std' |
92 | 2024-03-12T19:17:19.531Z | info: downloading component 'rustc' |
93 | 2024-03-12T19:17:24.057Z | info: downloading component 'rustfmt' |
94 | 2024-03-12T19:17:24.449Z | info: installing component 'cargo' |
95 | 2024-03-12T19:17:25.311Z | info: installing component 'clippy' |
96 | 2024-03-12T19:17:25.644Z | info: installing component 'rust-docs' |
97 | 2024-03-12T19:17:27.094Z | info: installing component 'rust-std' |
98 | 2024-03-12T19:17:28.894Z | info: installing component 'rustc' |
99 | 2024-03-12T19:17:33.221Z | info: installing component 'rustfmt' |
100 | 2024-03-12T19:17:33.619Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-12T19:17:33.623Z | + rustc --version |
102 | 2024-03-12T19:17:33.685Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-12T19:17:33.690Z | ++ git rev-parse HEAD |
104 | 2024-03-12T19:17:33.694Z | + COMMIT=6f7ef205f1ba8a53b5fbd55ab32e97ba281784aa |
105 | 2024-03-12T19:17:33.695Z | + VERSION=7.0.0-0.ci+git6f7ef205f1b |
106 | 2024-03-12T19:17:33.695Z | + echo 7.0.0-0.ci+git6f7ef205f1b |
107 | 2024-03-12T19:17:33.695Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-03-12T19:17:44.980Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-03-12T19:17:46.386Z | Startup: Caching catalogs ... Done |
110 | 2024-03-12T19:17:47.601Z | Planning: Solver setup ... Done (0.934s) |
111 | 2024-03-12T19:17:47.625Z | Planning: Running solver ... Done (0.019s) |
112 | 2024-03-12T19:17:47.705Z | Planning: Finding local manifests ... Done (0.065s) |
113 | 2024-03-12T19:17:47.727Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-03-12T19:17:48.538Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-03-12T19:17:48.586Z | Planning: Package planning ... Done (0.049s) |
116 | 2024-03-12T19:17:48.638Z | Planning: Merging actions ... Done (0.051s) |
117 | 2024-03-12T19:17:49.041Z | Planning: Checking for conflicting actions ... Done (0.402s) |
118 | 2024-03-12T19:17:49.051Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-03-12T19:17:57.491Z | Planning: Evaluating mediators ... Done (8.428s) |
120 | 2024-03-12T19:17:57.511Z | Planning: Planning completed in 11.13 seconds |
121 | 2024-03-12T19:17:57.523Z | Packages to install: 4 |
122 | 2024-03-12T19:17:57.523Z | Mediators to change: 2 |
123 | 2024-03-12T19:17:57.523Z | Services to change: 1 |
124 | 2024-03-12T19:17:57.523Z | Estimated space available: 155.32 GB |
125 | 2024-03-12T19:17:57.523Z | Estimated space to be consumed: 1.42 GB |
126 | 2024-03-12T19:17:57.523Z | Create boot environment: No |
127 | 2024-03-12T19:17:57.523Z | Create backup boot environment: No |
128 | 2024-03-12T19:17:57.523Z | Rebuild boot archive: No |
129 | 2024-03-12T19:17:57.523Z | |
130 | 2024-03-12T19:17:57.523Z | Changed mediators: |
131 | 2024-03-12T19:17:57.523Z | mediator clang: |
132 | 2024-03-12T19:17:57.523Z | version: None -> 15 (system default) |
133 | 2024-03-12T19:17:57.524Z | |
134 | 2024-03-12T19:17:57.524Z | mediator llvm: |
135 | 2024-03-12T19:17:57.524Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-03-12T19:17:57.524Z | |
137 | 2024-03-12T19:17:57.524Z | Changed packages: |
138 | 2024-03-12T19:17:57.524Z | helios-dev |
139 | 2024-03-12T19:17:57.524Z | developer/build-essential |
140 | 2024-03-12T19:17:57.524Z | None -> 11-2.0 |
141 | 2024-03-12T19:17:57.524Z | library/libxmlsec1 |
142 | 2024-03-12T19:17:57.524Z | None -> 1.2.35-2.0 |
143 | 2024-03-12T19:17:57.524Z | ooce/developer/clang-15 |
144 | 2024-03-12T19:17:57.524Z | None -> 15.0.7-2.0 |
145 | 2024-03-12T19:17:57.524Z | ooce/developer/llvm-15 |
146 | 2024-03-12T19:17:57.524Z | None -> 15.0.7-2.0 |
147 | 2024-03-12T19:17:57.524Z | |
148 | 2024-03-12T19:17:57.524Z | Services: |
149 | 2024-03-12T19:17:57.524Z | restart_fmri: |
150 | 2024-03-12T19:17:57.525Z | svc:/system/update-man-index:default |
151 | 2024-03-12T19:17:57.708Z | |
152 | 2024-03-12T19:17:57.708Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-03-12T19:18:02.714Z | Download: 1043/3290 items 19.7/212.6MB 9% complete (4.1M/s) |
154 | 2024-03-12T19:18:07.715Z | Download: 1725/3290 items 118.1/212.6MB 55% complete (12.0M/s) |
155 | 2024-03-12T19:18:12.718Z | Download: 2494/3290 items 120.0/212.6MB 56% complete (10.0M/s) |
156 | 2024-03-12T19:18:17.767Z | Download: 3278/3290 items 209.9/212.6MB 98% complete (9.1M/s) |
157 | 2024-03-12T19:18:22.582Z | Download: Completed 212.60 MB in 24.87 seconds (8.6M/s) |
158 | 2024-03-12T19:18:22.747Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-03-12T19:18:27.903Z | Actions: 3687/3689 actions (Installing new actions) |
160 | 2024-03-12T19:18:27.930Z | Actions: Completed 3689 actions in 5.13 seconds. |
161 | 2024-03-12T19:18:28.062Z | Done (0.178s) |
162 | 2024-03-12T19:18:28.062Z | Done (0.000s) |
163 | 2024-03-12T19:18:28.313Z | Done (0.239s) |
164 | 2024-03-12T19:18:34.309Z | Done (5.869s) |
165 | 2024-03-12T19:18:34.449Z | Done (0.073s) |
166 | 2024-03-12T19:18:34.452Z | Done (0.000s) |
167 | 2024-03-12T19:18:34.625Z | Done (0.000s) |
168 | 2024-03-12T19:18:35.142Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-03-12T19:18:35.303Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-03-12T19:18:35.307Z | Planning: Consolidating action changes ... Done |
171 | 2024-03-12T19:18:35.574Z | Planning: Evaluating mediators ... Done |
172 | 2024-03-12T19:18:35.577Z | Planning: Planning completed in 0.43 seconds |
173 | 2024-03-12T19:18:35.608Z | Mediators to change: 2 |
174 | 2024-03-12T19:18:35.608Z | Create boot environment: No |
175 | 2024-03-12T19:18:35.608Z | Create backup boot environment: No |
176 | 2024-03-12T19:18:35.687Z | Done |
177 | 2024-03-12T19:18:35.687Z | Done |
178 | 2024-03-12T19:18:35.826Z | Done |
179 | 2024-03-12T19:18:39.438Z | Done |
180 | 2024-03-12T19:18:39.524Z | Done |
181 | 2024-03-12T19:18:39.528Z | Done |
182 | 2024-03-12T19:18:39.656Z | Done |
183 | 2024-03-12T19:18:40.283Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-03-12T19:18:40.286Z | Planning: Merging actions ... Done |
185 | 2024-03-12T19:18:40.476Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-03-12T19:18:40.481Z | Planning: Consolidating action changes ... Done |
187 | 2024-03-12T19:18:40.744Z | Planning: Evaluating mediators ... Done |
188 | 2024-03-12T19:18:40.800Z | Planning: Planning completed in 0.79 seconds |
189 | 2024-03-12T19:18:40.835Z | Packages to change: 1 |
190 | 2024-03-12T19:18:40.838Z | Mediators to change: 1 |
191 | 2024-03-12T19:18:40.838Z | Services to change: 1 |
192 | 2024-03-12T19:18:40.838Z | Create boot environment: No |
193 | 2024-03-12T19:18:40.838Z | Create backup boot environment: Yes |
194 | 2024-03-12T19:18:42.858Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-03-12T19:18:42.918Z | Actions: Completed 6 actions in 0.06 seconds. |
196 | 2024-03-12T19:18:42.921Z | Done |
197 | 2024-03-12T19:18:42.921Z | Done |
198 | 2024-03-12T19:18:42.970Z | Done |
199 | 2024-03-12T19:18:46.598Z | Done |
200 | 2024-03-12T19:18:46.683Z | Done |
201 | 2024-03-12T19:18:46.686Z | Done |
202 | 2024-03-12T19:18:46.790Z | Done |
203 | 2024-03-12T19:18:47.221Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-03-12T19:18:47.222Z | clang system 15 system |
205 | 2024-03-12T19:18:47.222Z | csh system system illumos |
206 | 2024-03-12T19:18:47.222Z | ctags system system illumos |
207 | 2024-03-12T19:18:47.222Z | gcc vendor 12 vendor |
208 | 2024-03-12T19:18:47.222Z | gcc system 10 system |
209 | 2024-03-12T19:18:47.222Z | gcc system 7 system |
210 | 2024-03-12T19:18:47.222Z | go system 1.20 system |
211 | 2024-03-12T19:18:47.222Z | go system 1.19 system |
212 | 2024-03-12T19:18:47.222Z | llvm system 15 system |
213 | 2024-03-12T19:18:47.222Z | llvm system 14 system |
214 | 2024-03-12T19:18:47.222Z | mariadb system 10.6 system |
215 | 2024-03-12T19:18:47.222Z | mta vendor vendor dma |
216 | 2024-03-12T19:18:47.222Z | openjdk system 17 system |
217 | 2024-03-12T19:18:47.222Z | openjdk system 11 system |
218 | 2024-03-12T19:18:47.222Z | openjdk system 1.8 system |
219 | 2024-03-12T19:18:47.222Z | openssl vendor 3 vendor |
220 | 2024-03-12T19:18:47.222Z | perl system 5.36 system |
221 | 2024-03-12T19:18:47.222Z | postgresql system 15 system |
222 | 2024-03-12T19:18:47.222Z | postgresql system 13 system |
223 | 2024-03-12T19:18:47.222Z | python vendor 3 vendor |
224 | 2024-03-12T19:18:47.222Z | python system 2 system |
225 | 2024-03-12T19:18:47.222Z | python3 system 3.11 system |
226 | 2024-03-12T19:18:47.222Z | ruby system 3.0 system |
227 | 2024-03-12T19:18:47.223Z | words vendor vendor american-english |
228 | 2024-03-12T19:18:47.223Z | words system system australian-english |
229 | 2024-03-12T19:18:47.223Z | words system system british-english |
230 | 2024-03-12T19:18:47.223Z | words system system canadian-english |
231 | 2024-03-12T19:18:47.223Z | words system system french |
232 | 2024-03-12T19:18:47.223Z | words system system italian |
233 | 2024-03-12T19:18:47.223Z | words system system ngerman |
234 | 2024-03-12T19:18:47.223Z | words system system ogerman |
235 | 2024-03-12T19:18:47.223Z | words system system spanish |
236 | 2024-03-12T19:18:47.557Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-03-12T19:18:47.557Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-03-12T19:18:48.747Z | FMRI IFO |
239 | 2024-03-12T19:18:48.747Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-03-12T19:18:48.747Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-03-12T19:18:48.747Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-03-12T19:18:48.747Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-03-12T19:18:48.747Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-03-12T19:18:48.747Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-03-12T19:18:48.748Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
246 | 2024-03-12T19:18:48.748Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
247 | 2024-03-12T19:18:48.748Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
248 | 2024-03-12T19:18:48.748Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2024-03-12T19:18:48.748Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-03-12T19:18:48.748Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-03-12T19:18:48.971Z | + set -o errexit |
252 | 2024-03-12T19:18:48.979Z | +++ dirname ./tools/ci_download_cockroachdb |
253 | 2024-03-12T19:18:48.979Z | ++ cd ./tools |
254 | 2024-03-12T19:18:48.979Z | ++ pwd |
255 | 2024-03-12T19:18:48.979Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
256 | 2024-03-12T19:18:48.983Z | ++ basename ./tools/ci_download_cockroachdb |
257 | 2024-03-12T19:18:48.983Z | + ARG0=ci_download_cockroachdb |
258 | 2024-03-12T19:18:48.983Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
259 | 2024-03-12T19:18:48.983Z | + CIDL_VERSION=v22.1.9 |
260 | 2024-03-12T19:18:48.983Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
261 | 2024-03-12T19:18:48.983Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
262 | 2024-03-12T19:18:48.983Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
263 | 2024-03-12T19:18:48.983Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
264 | 2024-03-12T19:18:48.983Z | + TARGET_DIR=out |
265 | 2024-03-12T19:18:48.983Z | + DOWNLOAD_DIR=out/downloads |
266 | 2024-03-12T19:18:48.983Z | + DEST_DIR=./out/cockroachdb |
267 | 2024-03-12T19:18:48.983Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
268 | 2024-03-12T19:18:48.983Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
269 | 2024-03-12T19:18:48.983Z | + main |
270 | 2024-03-12T19:18:48.983Z | + [[ 0 != 0 ]] |
271 | 2024-03-12T19:18:48.983Z | + CIDL_OS=solaris2.11 |
272 | 2024-03-12T19:18:48.984Z | + [[ 0 != 0 ]] |
273 | 2024-03-12T19:18:48.984Z | + configure_os solaris2.11 |
274 | 2024-03-12T19:18:48.984Z | + echo 'current directory: /work/oxidecomputer/omicron' |
275 | 2024-03-12T19:18:48.984Z | current directory: /work/oxidecomputer/omicron |
276 | 2024-03-12T19:18:48.984Z | configuring based on OS: "solaris2.11" |
277 | 2024-03-12T19:18:48.984Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2024-03-12T19:18:48.984Z | + case "$1" in |
279 | 2024-03-12T19:18:48.984Z | + CIDL_BUILD=illumos |
280 | 2024-03-12T19:18:48.984Z | + CIDL_SUFFIX=tar.gz |
281 | 2024-03-12T19:18:48.984Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
282 | 2024-03-12T19:18:48.984Z | + CIDL_URL_BASE=https://illumos.org/downloads |
283 | 2024-03-12T19:18:48.984Z | + CIDL_ASSEMBLE=do_assemble_illumos |
284 | 2024-03-12T19:18:48.984Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
285 | 2024-03-12T19:18:48.984Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-03-12T19:18:48.984Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-03-12T19:18:48.984Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
288 | 2024-03-12T19:18:48.984Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-03-12T19:18:48.984Z | + CIDL_SHA256FUNC=do_sha256sum |
290 | 2024-03-12T19:18:48.984Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-03-12T19:18:48.984Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-03-12T19:18:48.984Z | + mkdir -p out/downloads |
293 | 2024-03-12T19:18:48.984Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-03-12T19:18:48.984Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-12T19:18:48.985Z | + mkdir -p ./out/cockroachdb |
296 | 2024-03-12T19:18:48.991Z | + local DO_DOWNLOAD=true |
297 | 2024-03-12T19:18:48.992Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
298 | 2024-03-12T19:18:48.992Z | + '[' true == true ']' |
299 | 2024-03-12T19:18:48.992Z | + echo Downloading... |
300 | 2024-03-12T19:18:48.992Z | Downloading... |
301 | 2024-03-12T19:18:48.992Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-12T19:18:48.992Z | + 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 |
303 | 2024-03-12T19:18:52.165Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-03-12T19:18:52.170Z | ++ sha256sum |
305 | 2024-03-12T19:18:52.170Z | ++ awk '{print $1}' |
306 | 2024-03-12T19:18:52.228Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
307 | 2024-03-12T19:18:52.228Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
308 | 2024-03-12T19:18:52.233Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-03-12T19:18:52.233Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
310 | 2024-03-12T19:18:54.407Z | + do_assemble_illumos |
311 | 2024-03-12T19:18:54.408Z | + rm -r ./out/cockroachdb |
312 | 2024-03-12T19:18:54.415Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
313 | 2024-03-12T19:18:54.808Z | + ./out/cockroachdb/bin/cockroach version |
314 | 2024-03-12T19:18:54.973Z | Build Tag: v22.1.9-dirty |
315 | 2024-03-12T19:18:54.973Z | Build Time: 2022/10/26 21:17:46 |
316 | 2024-03-12T19:18:54.973Z | Distribution: OSS |
317 | 2024-03-12T19:18:54.973Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
318 | 2024-03-12T19:18:54.973Z | Go Version: go1.17.13 |
319 | 2024-03-12T19:18:54.973Z | C Compiler: gcc 10.3.0 |
320 | 2024-03-12T19:18:54.973Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
321 | 2024-03-12T19:18:54.973Z | Build Type: release |
322 | 2024-03-12T19:18:54.990Z | + set -o errexit |
323 | 2024-03-12T19:18:54.994Z | +++ dirname ./tools/ci_download_clickhouse |
324 | 2024-03-12T19:18:55.002Z | ++ cd ./tools |
325 | 2024-03-12T19:18:55.003Z | ++ pwd |
326 | 2024-03-12T19:18:55.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
327 | 2024-03-12T19:18:55.003Z | ++ basename ./tools/ci_download_clickhouse |
328 | 2024-03-12T19:18:55.003Z | + ARG0=ci_download_clickhouse |
329 | 2024-03-12T19:18:55.003Z | + TARGET_DIR=out |
330 | 2024-03-12T19:18:55.003Z | + DOWNLOAD_DIR=out/downloads |
331 | 2024-03-12T19:18:55.003Z | + DEST_DIR=./out/clickhouse |
332 | 2024-03-12T19:18:55.015Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
333 | 2024-03-12T19:18:55.015Z | + CIDL_VERSION=v23.8.7.24 |
334 | 2024-03-12T19:18:55.015Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
335 | 2024-03-12T19:18:55.015Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
336 | 2024-03-12T19:18:55.015Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
337 | 2024-03-12T19:18:55.015Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
338 | 2024-03-12T19:18:55.015Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
339 | 2024-03-12T19:18:55.015Z | + main |
340 | 2024-03-12T19:18:55.015Z | + [[ 0 != 0 ]] |
341 | 2024-03-12T19:18:55.015Z | + CIDL_OS=solaris2.11 |
342 | 2024-03-12T19:18:55.015Z | + [[ 0 != 0 ]] |
343 | 2024-03-12T19:18:55.015Z | + configure_os solaris2.11 |
344 | 2024-03-12T19:18:55.015Z | + echo 'current directory: /work/oxidecomputer/omicron' |
345 | 2024-03-12T19:18:55.015Z | current directory: /work/oxidecomputer/omicron |
346 | 2024-03-12T19:18:55.015Z | + echo 'configuring based on OS: "solaris2.11"' |
347 | 2024-03-12T19:18:55.015Z | + CIDL_DASHREV= |
348 | 2024-03-12T19:18:55.015Z | configuring based on OS: "solaris2.11" |
349 | 2024-03-12T19:18:55.015Z | + case "$1" in |
350 | 2024-03-12T19:18:55.016Z | + CIDL_PLATFORM=illumos |
351 | 2024-03-12T19:18:55.016Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
352 | 2024-03-12T19:18:55.016Z | + CIDL_MD5FUNC=do_md5sum |
353 | 2024-03-12T19:18:55.016Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
354 | 2024-03-12T19:18:55.016Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-12T19:18:55.016Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-12T19:18:55.016Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-03-12T19:18:55.016Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-03-12T19:18:55.016Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-12T19:18:55.016Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-12T19:18:55.016Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-03-12T19:18:55.016Z | + mkdir -p out/downloads |
362 | 2024-03-12T19:18:55.016Z | + mkdir -p ./out/clickhouse |
363 | 2024-03-12T19:18:55.016Z | + local DO_DOWNLOAD=true |
364 | 2024-03-12T19:18:55.016Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
365 | 2024-03-12T19:18:55.016Z | + '[' true == true ']' |
366 | 2024-03-12T19:18:55.016Z | + echo Downloading... |
367 | 2024-03-12T19:18:55.016Z | Downloading... |
368 | 2024-03-12T19:18:55.016Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-03-12T19:18:55.016Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-03-12T19:18:57.083Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-03-12T19:18:57.086Z | ++ md5sum |
372 | 2024-03-12T19:18:57.087Z | ++ awk '{print $1}' |
373 | 2024-03-12T19:18:57.313Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
374 | 2024-03-12T19:18:57.313Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
375 | 2024-03-12T19:18:57.320Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
376 | 2024-03-12T19:18:57.320Z | + mkdir -p ./out/clickhouse |
377 | 2024-03-12T19:18:57.320Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
378 | 2024-03-12T19:19:06.048Z | + [[ solaris2.11 == darwin* ]] |
379 | 2024-03-12T19:19:06.048Z | + ./out/clickhouse/clickhouse server --version |
380 | 2024-03-12T19:19:06.167Z | ClickHouse server version 23.8.7.1. |
381 | 2024-03-12T19:19:06.167Z | + set -o errexit |
382 | 2024-03-12T19:19:06.167Z | +++ dirname ./tools/ci_download_console |
383 | 2024-03-12T19:19:06.167Z | ++ cd ./tools |
384 | 2024-03-12T19:19:06.167Z | ++ pwd |
385 | 2024-03-12T19:19:06.168Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
386 | 2024-03-12T19:19:06.168Z | ++ basename ./tools/ci_download_console |
387 | 2024-03-12T19:19:06.168Z | + ARG0=ci_download_console |
388 | 2024-03-12T19:19:06.168Z | + TARGET_DIR=out |
389 | 2024-03-12T19:19:06.168Z | + DOWNLOAD_DIR=out/downloads |
390 | 2024-03-12T19:19:06.168Z | + DEST_DIR=./out/console-assets |
391 | 2024-03-12T19:19:06.168Z | + source /work/oxidecomputer/omicron/tools/console_version |
392 | 2024-03-12T19:19:06.168Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
393 | 2024-03-12T19:19:06.168Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
394 | 2024-03-12T19:19:06.169Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
395 | 2024-03-12T19:19:06.169Z | + TARBALL_FILE=out/downloads/console.tar.gz |
396 | 2024-03-12T19:19:06.169Z | + main |
397 | 2024-03-12T19:19:06.169Z | + [[ 0 != 0 ]] |
398 | 2024-03-12T19:19:06.169Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
399 | 2024-03-12T19:19:06.169Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
400 | 2024-03-12T19:19:06.169Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2024-03-12T19:19:06.169Z | Local file: out/downloads/console.tar.gz |
402 | 2024-03-12T19:19:06.169Z | + local DO_DOWNLOAD=true |
403 | 2024-03-12T19:19:06.170Z | + [[ -f out/downloads/console.tar.gz ]] |
404 | 2024-03-12T19:19:06.170Z | + mkdir -p out/downloads |
405 | 2024-03-12T19:19:06.170Z | + '[' true == true ']' |
406 | 2024-03-12T19:19:06.170Z | + echo Downloading... |
407 | 2024-03-12T19:19:06.170Z | Downloading... |
408 | 2024-03-12T19:19:06.170Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
409 | 2024-03-12T19:19:06.170Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
410 | 2024-03-12T19:19:06.170Z | ++ do_sha256sum out/downloads/console.tar.gz |
411 | 2024-03-12T19:19:06.170Z | ++ case "$OSTYPE" in |
412 | 2024-03-12T19:19:06.170Z | ++ SHA=sha256sum |
413 | 2024-03-12T19:19:06.170Z | ++ sha256sum |
414 | 2024-03-12T19:19:06.170Z | ++ awk '{print $1}' |
415 | 2024-03-12T19:19:06.170Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
416 | 2024-03-12T19:19:06.170Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
417 | 2024-03-12T19:19:06.171Z | + rm -rf ./out/console-assets |
418 | 2024-03-12T19:19:06.171Z | + mkdir -p ./out/console-assets |
419 | 2024-03-12T19:19:06.171Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
420 | 2024-03-12T19:19:06.171Z | + mkdir -p ./out/console-assets |
421 | 2024-03-12T19:19:06.171Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
422 | 2024-03-12T19:19:06.171Z | + set -o errexit |
423 | 2024-03-12T19:19:06.171Z | +++ dirname ./tools/ci_download_maghemite_openapi |
424 | 2024-03-12T19:19:06.171Z | ++ cd ./tools |
425 | 2024-03-12T19:19:06.171Z | ++ pwd |
426 | 2024-03-12T19:19:06.171Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
427 | 2024-03-12T19:19:06.171Z | ++ basename ./tools/ci_download_maghemite_openapi |
428 | 2024-03-12T19:19:06.171Z | + ARG0=ci_download_maghemite_openapi |
429 | 2024-03-12T19:19:06.171Z | + TARGET_DIR=out |
430 | 2024-03-12T19:19:06.171Z | + DOWNLOAD_DIR=out/downloads |
431 | 2024-03-12T19:19:06.171Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
432 | 2024-03-12T19:19:06.171Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
433 | 2024-03-12T19:19:06.171Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
434 | 2024-03-12T19:19:06.171Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
435 | 2024-03-12T19:19:06.171Z | + LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
436 | 2024-03-12T19:19:06.172Z | + main |
437 | 2024-03-12T19:19:06.172Z | + rm -rf out/downloads/root |
438 | 2024-03-12T19:19:06.172Z | + [[ 0 != 0 ]] |
439 | 2024-03-12T19:19:06.172Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json' |
440 | 2024-03-12T19:19:06.172Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
441 | 2024-03-12T19:19:06.173Z | + echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
442 | 2024-03-12T19:19:06.173Z | Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
443 | 2024-03-12T19:19:06.173Z | + local DO_DOWNLOAD=true |
444 | 2024-03-12T19:19:06.173Z | + [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
445 | 2024-03-12T19:19:06.173Z | + mkdir -p out/downloads |
446 | 2024-03-12T19:19:06.173Z | + '[' true == true ']' |
447 | 2024-03-12T19:19:06.173Z | + echo Downloading... |
448 | 2024-03-12T19:19:06.173Z | Downloading... |
449 | 2024-03-12T19:19:06.173Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
450 | 2024-03-12T19:19:06.174Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
451 | 2024-03-12T19:19:06.466Z | ++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
452 | 2024-03-12T19:19:06.466Z | ++ case "$OSTYPE" in |
453 | 2024-03-12T19:19:06.490Z | ++ SHA=sha256sum |
454 | 2024-03-12T19:19:06.490Z | ++ sha256sum |
455 | 2024-03-12T19:19:06.490Z | ++ awk '{print $1}' |
456 | 2024-03-12T19:19:06.490Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
457 | 2024-03-12T19:19:06.490Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
458 | 2024-03-12T19:19:06.490Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
459 | 2024-03-12T19:19:06.490Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
460 | 2024-03-12T19:19:06.491Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
461 | 2024-03-12T19:19:06.491Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
462 | 2024-03-12T19:19:06.491Z | + LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
463 | 2024-03-12T19:19:06.491Z | + main |
464 | 2024-03-12T19:19:06.491Z | + rm -rf out/downloads/root |
465 | 2024-03-12T19:19:06.491Z | + [[ 0 != 0 ]] |
466 | 2024-03-12T19:19:06.491Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json' |
467 | 2024-03-12T19:19:06.491Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
468 | 2024-03-12T19:19:06.491Z | + echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
469 | 2024-03-12T19:19:06.491Z | Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
470 | 2024-03-12T19:19:06.491Z | + local DO_DOWNLOAD=true |
471 | 2024-03-12T19:19:06.492Z | + [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
472 | 2024-03-12T19:19:06.492Z | + mkdir -p out/downloads |
473 | 2024-03-12T19:19:06.492Z | + '[' true == true ']' |
474 | 2024-03-12T19:19:06.492Z | + echo Downloading... |
475 | 2024-03-12T19:19:06.492Z | Downloading... |
476 | 2024-03-12T19:19:06.492Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
477 | 2024-03-12T19:19:06.492Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
478 | 2024-03-12T19:19:06.569Z | ++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
479 | 2024-03-12T19:19:06.585Z | ++ case "$OSTYPE" in |
480 | 2024-03-12T19:19:06.585Z | ++ SHA=sha256sum |
481 | 2024-03-12T19:19:06.585Z | ++ sha256sum |
482 | 2024-03-12T19:19:06.585Z | ++ awk '{print $1}' |
483 | 2024-03-12T19:19:06.585Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
484 | 2024-03-12T19:19:06.585Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
485 | 2024-03-12T19:19:06.585Z | + set -o errexit |
486 | 2024-03-12T19:19:06.585Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2024-03-12T19:19:06.585Z | ++ cd ./tools |
488 | 2024-03-12T19:19:06.585Z | ++ pwd |
489 | 2024-03-12T19:19:06.585Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2024-03-12T19:19:06.585Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2024-03-12T19:19:06.585Z | + ARG0=ci_download_dendrite_openapi |
492 | 2024-03-12T19:19:06.585Z | + TARGET_DIR=out |
493 | 2024-03-12T19:19:06.585Z | + DOWNLOAD_DIR=out/downloads |
494 | 2024-03-12T19:19:06.586Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2024-03-12T19:19:06.586Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
496 | 2024-03-12T19:19:06.586Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
497 | 2024-03-12T19:19:06.586Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
498 | 2024-03-12T19:19:06.586Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-03-12T19:19:06.586Z | + main |
500 | 2024-03-12T19:19:06.586Z | + [[ 0 != 0 ]] |
501 | 2024-03-12T19:19:06.586Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
502 | 2024-03-12T19:19:06.586Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
503 | 2024-03-12T19:19:06.586Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
504 | 2024-03-12T19:19:06.586Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
505 | 2024-03-12T19:19:06.586Z | + local DO_DOWNLOAD=true |
506 | 2024-03-12T19:19:06.587Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
507 | 2024-03-12T19:19:06.587Z | + mkdir -p out/downloads |
508 | 2024-03-12T19:19:06.587Z | + '[' true == true ']' |
509 | 2024-03-12T19:19:06.587Z | + echo Downloading... |
510 | 2024-03-12T19:19:06.587Z | Downloading... |
511 | 2024-03-12T19:19:06.587Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
512 | 2024-03-12T19:19:06.587Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
513 | 2024-03-12T19:19:06.691Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
514 | 2024-03-12T19:19:06.696Z | ++ case "$OSTYPE" in |
515 | 2024-03-12T19:19:06.696Z | ++ SHA=sha256sum |
516 | 2024-03-12T19:19:06.697Z | ++ sha256sum |
517 | 2024-03-12T19:19:06.697Z | ++ awk '{print $1}' |
518 | 2024-03-12T19:19:06.700Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
519 | 2024-03-12T19:19:06.700Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
520 | 2024-03-12T19:19:06.705Z | + set -o errexit |
521 | 2024-03-12T19:19:06.708Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2024-03-12T19:19:06.708Z | ++ cd ./tools |
523 | 2024-03-12T19:19:06.708Z | ++ pwd |
524 | 2024-03-12T19:19:06.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2024-03-12T19:19:06.712Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2024-03-12T19:19:06.712Z | + ARG0=ci_download_dendrite_stub |
527 | 2024-03-12T19:19:06.712Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2024-03-12T19:19:06.712Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
529 | 2024-03-12T19:19:06.712Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
530 | 2024-03-12T19:19:06.712Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
531 | 2024-03-12T19:19:06.712Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2024-03-12T19:19:06.712Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
533 | 2024-03-12T19:19:06.712Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
534 | 2024-03-12T19:19:06.713Z | + TARGET_DIR=out |
535 | 2024-03-12T19:19:06.713Z | + DOWNLOAD_DIR=out/downloads |
536 | 2024-03-12T19:19:06.713Z | + DEST_DIR=./out/dendrite-stub |
537 | 2024-03-12T19:19:06.713Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2024-03-12T19:19:06.713Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2024-03-12T19:19:06.713Z | + REPO=oxidecomputer/dendrite |
540 | 2024-03-12T19:19:06.713Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
541 | 2024-03-12T19:19:06.713Z | + main |
542 | 2024-03-12T19:19:06.713Z | + [[ 0 != 0 ]] |
543 | 2024-03-12T19:19:06.713Z | + CIDL_OS=solaris2.11 |
544 | 2024-03-12T19:19:06.713Z | + [[ 0 != 0 ]] |
545 | 2024-03-12T19:19:06.713Z | + configure_os solaris2.11 |
546 | 2024-03-12T19:19:06.713Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2024-03-12T19:19:06.713Z | current directory: /work/oxidecomputer/omicron |
548 | 2024-03-12T19:19:06.713Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2024-03-12T19:19:06.713Z | + case "$1" in |
550 | 2024-03-12T19:19:06.713Z | + SET_BINARIES= |
551 | 2024-03-12T19:19:06.713Z | configuring based on OS: "solaris2.11" |
552 | 2024-03-12T19:19:06.713Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
553 | 2024-03-12T19:19:06.713Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2024-03-12T19:19:06.713Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2024-03-12T19:19:06.713Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
556 | 2024-03-12T19:19:06.713Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2024-03-12T19:19:06.714Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
558 | 2024-03-12T19:19:06.714Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
559 | 2024-03-12T19:19:06.714Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2024-03-12T19:19:06.714Z | + mkdir -p out/downloads |
561 | 2024-03-12T19:19:06.714Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2024-03-12T19:19:06.720Z | + mkdir -p ./out/dendrite-stub |
563 | 2024-03-12T19:19:06.720Z | + fetch_and_verify |
564 | 2024-03-12T19:19:06.720Z | + local DO_DOWNLOAD=true |
565 | 2024-03-12T19:19:06.720Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2024-03-12T19:19:06.720Z | + '[' true == true ']' |
567 | 2024-03-12T19:19:06.720Z | + echo Downloading... |
568 | 2024-03-12T19:19:06.720Z | Downloading... |
569 | 2024-03-12T19:19:06.720Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2024-03-12T19:19:06.720Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
571 | 2024-03-12T19:19:12.397Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2024-03-12T19:19:12.404Z | ++ sha256sum |
573 | 2024-03-12T19:19:12.404Z | ++ awk '{print $1}' |
574 | 2024-03-12T19:19:12.422Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
575 | 2024-03-12T19:19:12.427Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
576 | 2024-03-12T19:19:12.427Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2024-03-12T19:19:12.427Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2024-03-12T19:19:13.111Z | + do_assemble |
579 | 2024-03-12T19:19:13.111Z | + rm -r ./out/dendrite-stub |
580 | 2024-03-12T19:19:13.116Z | + mkdir ./out/dendrite-stub |
581 | 2024-03-12T19:19:13.116Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2024-03-12T19:19:13.208Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2024-03-12T19:19:13.219Z | + set -o errexit |
584 | 2024-03-12T19:19:13.223Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2024-03-12T19:19:13.226Z | ++ cd ./tools |
586 | 2024-03-12T19:19:13.226Z | ++ pwd |
587 | 2024-03-12T19:19:13.226Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2024-03-12T19:19:13.226Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2024-03-12T19:19:13.226Z | + ARG0=ci_download_maghemite_mgd |
590 | 2024-03-12T19:19:13.226Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2024-03-12T19:19:13.227Z | ++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
592 | 2024-03-12T19:19:13.227Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
593 | 2024-03-12T19:19:13.227Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2024-03-12T19:19:13.227Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
595 | 2024-03-12T19:19:13.227Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
596 | 2024-03-12T19:19:13.227Z | + TARGET_DIR=out |
597 | 2024-03-12T19:19:13.227Z | + DOWNLOAD_DIR=out/downloads |
598 | 2024-03-12T19:19:13.227Z | + DEST_DIR=./out/mgd |
599 | 2024-03-12T19:19:13.227Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2024-03-12T19:19:13.227Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2024-03-12T19:19:13.227Z | + REPO=oxidecomputer/maghemite |
602 | 2024-03-12T19:19:13.227Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
603 | 2024-03-12T19:19:13.227Z | + main |
604 | 2024-03-12T19:19:13.227Z | + rm -rf out/downloads/root |
605 | 2024-03-12T19:19:13.233Z | + [[ 0 != 0 ]] |
606 | 2024-03-12T19:19:13.233Z | + CIDL_OS=solaris2.11 |
607 | 2024-03-12T19:19:13.237Z | + [[ 0 != 0 ]] |
608 | 2024-03-12T19:19:13.237Z | + configure_os solaris2.11 |
609 | 2024-03-12T19:19:13.237Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-03-12T19:19:13.237Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-03-12T19:19:13.237Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-03-12T19:19:13.237Z | + case "$1" in |
613 | 2024-03-12T19:19:13.237Z | configuring based on OS: "solaris2.11" |
614 | 2024-03-12T19:19:13.237Z | + SET_BINARIES= |
615 | 2024-03-12T19:19:13.237Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-03-12T19:19:13.237Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-03-12T19:19:13.237Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
618 | 2024-03-12T19:19:13.237Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2024-03-12T19:19:13.237Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz' |
620 | 2024-03-12T19:19:13.237Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2024-03-12T19:19:13.237Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
622 | 2024-03-12T19:19:13.237Z | Local file: out/downloads/mgd.tar.gz |
623 | 2024-03-12T19:19:13.237Z | + mkdir -p out/downloads |
624 | 2024-03-12T19:19:13.237Z | + mkdir -p ./out/mgd |
625 | 2024-03-12T19:19:13.241Z | + fetch_and_verify |
626 | 2024-03-12T19:19:13.241Z | + local DO_DOWNLOAD=true |
627 | 2024-03-12T19:19:13.241Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-03-12T19:19:13.241Z | + '[' true == true ']' |
629 | 2024-03-12T19:19:13.241Z | + echo Downloading... |
630 | 2024-03-12T19:19:13.241Z | Downloading... |
631 | 2024-03-12T19:19:13.241Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-03-12T19:19:13.241Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
633 | 2024-03-12T19:19:17.539Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-03-12T19:19:17.543Z | ++ sha256sum |
635 | 2024-03-12T19:19:17.543Z | ++ awk '{print $1}' |
636 | 2024-03-12T19:19:17.560Z | + calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
637 | 2024-03-12T19:19:17.564Z | + [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]] |
638 | 2024-03-12T19:19:17.564Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-03-12T19:19:17.564Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-03-12T19:19:18.004Z | + do_assemble |
641 | 2024-03-12T19:19:18.004Z | + rm -r ./out/mgd |
642 | 2024-03-12T19:19:18.010Z | + mkdir ./out/mgd |
643 | 2024-03-12T19:19:18.014Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-03-12T19:19:18.069Z | + set -o errexit |
645 | 2024-03-12T19:19:18.073Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-03-12T19:19:18.076Z | ++ cd ./tools |
647 | 2024-03-12T19:19:18.076Z | ++ pwd |
648 | 2024-03-12T19:19:18.076Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-03-12T19:19:18.076Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-03-12T19:19:18.076Z | + ARG0=ci_download_transceiver_control |
651 | 2024-03-12T19:19:18.076Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-03-12T19:19:18.076Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-03-12T19:19:18.076Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-03-12T19:19:18.076Z | + TARGET_DIR=out |
655 | 2024-03-12T19:19:18.076Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-03-12T19:19:18.076Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-03-12T19:19:18.076Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-03-12T19:19:18.076Z | + BINARY=xcvradm |
659 | 2024-03-12T19:19:18.076Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-03-12T19:19:18.076Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-03-12T19:19:18.077Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-03-12T19:19:18.080Z | + main |
663 | 2024-03-12T19:19:18.080Z | + [[ 0 != 0 ]] |
664 | 2024-03-12T19:19:18.080Z | + CIDL_OS=solaris2.11 |
665 | 2024-03-12T19:19:18.080Z | + [[ 0 != 0 ]] |
666 | 2024-03-12T19:19:18.080Z | + configure_os solaris2.11 |
667 | 2024-03-12T19:19:18.080Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-03-12T19:19:18.080Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2024-03-12T19:19:18.080Z | + case "$1" in |
670 | 2024-03-12T19:19:18.080Z | current directory: /work/oxidecomputer/omicron |
671 | 2024-03-12T19:19:18.080Z | configuring based on OS: "solaris2.11" |
672 | 2024-03-12T19:19:18.080Z | + SET_BINARIES= |
673 | 2024-03-12T19:19:18.080Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-03-12T19:19:18.080Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-03-12T19:19:18.080Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-03-12T19:19:18.080Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-03-12T19:19:18.080Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-03-12T19:19:18.080Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-03-12T19:19:18.080Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-03-12T19:19:18.081Z | Local file: out/downloads/xcvradm.gz |
681 | 2024-03-12T19:19:18.081Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2024-03-12T19:19:18.081Z | + mkdir -p out/downloads |
683 | 2024-03-12T19:19:18.081Z | + mkdir -p ./out/transceiver-control |
684 | 2024-03-12T19:19:18.084Z | + fetch_and_verify |
685 | 2024-03-12T19:19:18.084Z | + local DO_DOWNLOAD=true |
686 | 2024-03-12T19:19:18.084Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-03-12T19:19:18.084Z | + '[' true == true ']' |
688 | 2024-03-12T19:19:18.084Z | + echo Downloading... |
689 | 2024-03-12T19:19:18.084Z | Downloading... |
690 | 2024-03-12T19:19:18.084Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-03-12T19:19:18.084Z | + 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 |
692 | 2024-03-12T19:19:20.149Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-03-12T19:19:20.152Z | ++ sha256sum |
694 | 2024-03-12T19:19:20.152Z | ++ awk '{print $1}' |
695 | 2024-03-12T19:19:20.158Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-03-12T19:19:20.162Z | + [[ 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 ]] |
697 | 2024-03-12T19:19:20.163Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-03-12T19:19:20.163Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-03-12T19:19:20.163Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-03-12T19:19:20.279Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-03-12T19:19:20.282Z | + do_assemble |
702 | 2024-03-12T19:19:20.282Z | + rm -r ./out/transceiver-control |
703 | 2024-03-12T19:19:20.287Z | + mkdir ./out/transceiver-control |
704 | 2024-03-12T19:19:20.287Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-03-12T19:19:20.368Z | + set -o errexit |
706 | 2024-03-12T19:19:20.397Z | +++ dirname ./tools/ci_download_thundermuffin |
707 | 2024-03-12T19:19:20.397Z | ++ cd ./tools |
708 | 2024-03-12T19:19:20.397Z | ++ pwd |
709 | 2024-03-12T19:19:20.398Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
710 | 2024-03-12T19:19:20.398Z | ++ basename ./tools/ci_download_thundermuffin |
711 | 2024-03-12T19:19:20.398Z | + ARG0=ci_download_thundermuffin |
712 | 2024-03-12T19:19:20.398Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
713 | 2024-03-12T19:19:20.398Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
714 | 2024-03-12T19:19:20.398Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
715 | 2024-03-12T19:19:20.398Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
716 | 2024-03-12T19:19:20.398Z | + TARGET_DIR=out |
717 | 2024-03-12T19:19:20.398Z | + DOWNLOAD_DIR=out/downloads |
718 | 2024-03-12T19:19:20.399Z | + DEST_DIR=./out/thundermuffin |
719 | 2024-03-12T19:19:20.399Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
720 | 2024-03-12T19:19:20.399Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
721 | 2024-03-12T19:19:20.399Z | + REPO=oxidecomputer/thundermuffin |
722 | 2024-03-12T19:19:20.399Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
723 | 2024-03-12T19:19:20.399Z | + main |
724 | 2024-03-12T19:19:20.399Z | + rm -rf out/downloads/root |
725 | 2024-03-12T19:19:20.399Z | + [[ 0 != 0 ]] |
726 | 2024-03-12T19:19:20.400Z | + CIDL_OS=solaris2.11 |
727 | 2024-03-12T19:19:20.400Z | + [[ 0 != 0 ]] |
728 | 2024-03-12T19:19:20.400Z | + configure_os solaris2.11 |
729 | 2024-03-12T19:19:20.400Z | + echo 'current directory: /work/oxidecomputer/omicron' |
730 | 2024-03-12T19:19:20.400Z | current directory: /work/oxidecomputer/omicron |
731 | 2024-03-12T19:19:20.400Z | + echo 'configuring based on OS: "solaris2.11"' |
732 | 2024-03-12T19:19:20.400Z | + case "$1" in |
733 | 2024-03-12T19:19:20.400Z | + SET_BINARIES= |
734 | 2024-03-12T19:19:20.401Z | configuring based on OS: "solaris2.11" |
735 | 2024-03-12T19:19:20.401Z | + CIDL_SHA256FUNC=do_sha256sum |
736 | 2024-03-12T19:19:20.401Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
737 | 2024-03-12T19:19:20.401Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-03-12T19:19:20.401Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
739 | 2024-03-12T19:19:20.401Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
740 | 2024-03-12T19:19:20.401Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
741 | 2024-03-12T19:19:20.401Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
742 | 2024-03-12T19:19:20.401Z | Local file: out/downloads/thundermuffin.tar.gz |
743 | 2024-03-12T19:19:20.401Z | + mkdir -p out/downloads |
744 | 2024-03-12T19:19:20.402Z | + mkdir -p ./out/thundermuffin |
745 | 2024-03-12T19:19:20.402Z | + fetch_and_verify |
746 | 2024-03-12T19:19:20.402Z | + local DO_DOWNLOAD=true |
747 | 2024-03-12T19:19:20.402Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
748 | 2024-03-12T19:19:20.402Z | + '[' true == true ']' |
749 | 2024-03-12T19:19:20.402Z | + echo Downloading... |
750 | 2024-03-12T19:19:20.402Z | Downloading... |
751 | 2024-03-12T19:19:20.402Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
752 | 2024-03-12T19:19:20.402Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
753 | 2024-03-12T19:19:21.167Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
754 | 2024-03-12T19:19:21.170Z | ++ sha256sum |
755 | 2024-03-12T19:19:21.170Z | ++ awk '{print $1}' |
756 | 2024-03-12T19:19:21.174Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
757 | 2024-03-12T19:19:21.174Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
758 | 2024-03-12T19:19:21.174Z | + do_untar out/downloads/thundermuffin.tar.gz |
759 | 2024-03-12T19:19:21.174Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
760 | 2024-03-12T19:19:21.248Z | + do_assemble |
761 | 2024-03-12T19:19:21.248Z | + rm -r ./out/thundermuffin |
762 | 2024-03-12T19:19:21.257Z | + mkdir ./out/thundermuffin |
763 | 2024-03-12T19:19:21.257Z | + cp -r out/downloads/root ./out/thundermuffin/root |
764 | 2024-03-12T19:19:21.257Z | All prerequisites installed successfully |
765 | 2024-03-12T19:19:21.257Z | |
766 | 2024-03-12T19:19:21.258Z | real 1:47.537143713 |
767 | 2024-03-12T19:19:21.258Z | user 36.278990650 |
768 | 2024-03-12T19:19:21.258Z | sys 6.827706873 |
769 | 2024-03-12T19:19:21.258Z | trap 0.008326570 |
770 | 2024-03-12T19:19:21.258Z | tflt 0.289453771 |
771 | 2024-03-12T19:19:21.258Z | dflt 0.393460061 |
772 | 2024-03-12T19:19:21.258Z | kflt 0.229810297 |
773 | 2024-03-12T19:19:21.258Z | lock 0.945632019 |
774 | 2024-03-12T19:19:21.259Z | slp 3:29.972885541 |
775 | 2024-03-12T19:19:21.259Z | lat 1.901959235 |
776 | 2024-03-12T19:19:21.259Z | stop 0.142082989 |
777 | 2024-03-12T19:19:21.259Z | + ptime -m ./tools/ci_download_softnpu_machinery |
778 | 2024-03-12T19:19:21.269Z | fetching npuzone |
779 | 2024-03-12T19:19:21.275Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
780 | 2024-03-12T19:19:21.276Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
781 | 2024-03-12T19:19:21.276Z | Getting hash for npuzone |
782 | 2024-03-12T19:19:21.404Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
783 | 2024-03-12T19:19:27.924Z | npuzone downloaded successfully |
784 | 2024-03-12T19:19:27.928Z | |
785 | 2024-03-12T19:19:27.928Z | real 6.668467439 |
786 | 2024-03-12T19:19:27.929Z | user 0.348405407 |
787 | 2024-03-12T19:19:27.929Z | sys 0.134040582 |
788 | 2024-03-12T19:19:27.929Z | trap 0.000069176 |
789 | 2024-03-12T19:19:27.929Z | tflt 0.000000000 |
790 | 2024-03-12T19:19:27.929Z | dflt 0.000002249 |
791 | 2024-03-12T19:19:27.929Z | kflt 0.000000000 |
792 | 2024-03-12T19:19:27.929Z | lock 0.000000000 |
793 | 2024-03-12T19:19:27.929Z | slp 19.379104329 |
794 | 2024-03-12T19:19:27.929Z | lat 0.113318701 |
795 | 2024-03-12T19:19:27.929Z | stop 0.000182455 |
796 | 2024-03-12T19:19:27.930Z | + export CARGO_INCREMENTAL=0 |
797 | 2024-03-12T19:19:27.930Z | + CARGO_INCREMENTAL=0 |
798 | 2024-03-12T19:19:27.930Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
799 | 2024-03-12T19:19:28.137Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
800 | 2024-03-12T19:19:28.449Z | Updating git repository `https://github.com/oxidecomputer/samael` |
801 | 2024-03-12T19:19:28.767Z | Updating git repository `https://github.com/oxidecomputer/zone` |
802 | 2024-03-12T19:19:29.068Z | Updating crates.io index |
803 | 2024-03-12T19:19:29.129Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
804 | 2024-03-12T19:19:31.779Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
805 | 2024-03-12T19:19:33.766Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
806 | 2024-03-12T19:19:34.429Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
807 | 2024-03-12T19:19:35.310Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
808 | 2024-03-12T19:19:37.673Z | Updating git repository `https://github.com/oxidecomputer/opte` |
809 | 2024-03-12T19:19:38.781Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
810 | 2024-03-12T19:19:39.129Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
811 | 2024-03-12T19:19:39.768Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
812 | 2024-03-12T19:19:40.065Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
813 | 2024-03-12T19:19:40.499Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-03-12T19:19:40.784Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-03-12T19:19:41.264Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-03-12T19:19:41.603Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-03-12T19:19:41.957Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-03-12T19:19:42.266Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-03-12T19:19:42.558Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-03-12T19:19:42.905Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-03-12T19:19:43.346Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-03-12T19:19:43.665Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-03-12T19:19:44.167Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
824 | 2024-03-12T19:19:44.523Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
825 | 2024-03-12T19:19:44.864Z | Updating git repository `https://github.com/jgallagher/nix` |
826 | 2024-03-12T19:19:45.822Z | Updating git repository `https://github.com/cbiffle/hubpack` |
827 | 2024-03-12T19:19:46.708Z | Updating git repository `https://github.com/oxidecomputer/typify` |
828 | 2024-03-12T19:19:47.972Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
829 | 2024-03-12T19:19:48.385Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
830 | 2024-03-12T19:19:48.656Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
831 | 2024-03-12T19:19:49.939Z | Downloading crates ... |
832 | 2024-03-12T19:19:50.007Z | Downloaded addr2line v0.21.0 |
833 | 2024-03-12T19:19:50.017Z | Downloaded autocfg v1.1.0 |
834 | 2024-03-12T19:19:50.022Z | Downloaded ascii-canvas v3.0.0 |
835 | 2024-03-12T19:19:50.023Z | Downloaded aead v0.5.2 |
836 | 2024-03-12T19:19:50.023Z | Downloaded anstream v0.6.11 |
837 | 2024-03-12T19:19:50.028Z | Downloaded ciborium-io v0.2.2 |
838 | 2024-03-12T19:19:50.028Z | Downloaded atomicwrites v0.4.3 |
839 | 2024-03-12T19:19:50.028Z | Downloaded ansi_term v0.12.1 |
840 | 2024-03-12T19:19:50.035Z | Downloaded cstr-argument v0.1.2 |
841 | 2024-03-12T19:19:50.035Z | Downloaded anstyle-query v1.0.0 |
842 | 2024-03-12T19:19:50.035Z | Downloaded async-stream v0.3.5 |
843 | 2024-03-12T19:19:50.041Z | Downloaded humantime v2.1.0 |
844 | 2024-03-12T19:19:50.041Z | Downloaded async-recursion v1.0.5 |
845 | 2024-03-12T19:19:50.042Z | Downloaded clap_derive v4.5.0 |
846 | 2024-03-12T19:19:50.050Z | Downloaded hubpack v0.1.2 |
847 | 2024-03-12T19:19:50.050Z | Downloaded base64ct v1.6.0 |
848 | 2024-03-12T19:19:50.050Z | Downloaded hostname v0.3.1 |
849 | 2024-03-12T19:19:50.050Z | Downloaded backoff v0.4.0 |
850 | 2024-03-12T19:19:50.062Z | Downloaded async-stream-impl v0.3.5 |
851 | 2024-03-12T19:19:50.063Z | Downloaded arrayref v0.3.7 |
852 | 2024-03-12T19:19:50.063Z | Downloaded ident_case v1.0.1 |
853 | 2024-03-12T19:19:50.063Z | Downloaded async-trait v0.1.77 |
854 | 2024-03-12T19:19:50.071Z | Downloaded indexmap v2.2.5 |
855 | 2024-03-12T19:19:50.072Z | Downloaded httpdate v1.0.3 |
856 | 2024-03-12T19:19:50.072Z | Downloaded hyper-rustls v0.24.2 |
857 | 2024-03-12T19:19:50.072Z | Downloaded colorchoice v1.0.0 |
858 | 2024-03-12T19:19:50.072Z | Downloaded ahash v0.8.8 |
859 | 2024-03-12T19:19:50.072Z | Downloaded bytecount v0.6.3 |
860 | 2024-03-12T19:19:50.072Z | Downloaded hyper-tls v0.5.0 |
861 | 2024-03-12T19:19:50.080Z | Downloaded http v1.0.0 |
862 | 2024-03-12T19:19:50.081Z | Downloaded buf-list v1.0.3 |
863 | 2024-03-12T19:19:50.081Z | Downloaded iana-time-zone v0.1.57 |
864 | 2024-03-12T19:19:50.088Z | Downloaded http-body v0.4.5 |
865 | 2024-03-12T19:19:50.088Z | Downloaded httparse v1.8.0 |
866 | 2024-03-12T19:19:50.088Z | Downloaded impl-trait-for-tuples v0.2.2 |
867 | 2024-03-12T19:19:50.088Z | Downloaded http v0.2.12 |
868 | 2024-03-12T19:19:50.096Z | Downloaded cfg-if v1.0.0 |
869 | 2024-03-12T19:19:50.096Z | Downloaded atomic-waker v1.1.1 |
870 | 2024-03-12T19:19:50.096Z | Downloaded bit-vec v0.6.3 |
871 | 2024-03-12T19:19:50.110Z | Downloaded ciborium-ll v0.2.2 |
872 | 2024-03-12T19:19:50.110Z | Downloaded newtype_derive v0.1.6 |
873 | 2024-03-12T19:19:50.110Z | Downloaded instant v0.1.12 |
874 | 2024-03-12T19:19:50.110Z | Downloaded console v0.15.8 |
875 | 2024-03-12T19:19:50.110Z | Downloaded atty v0.2.14 |
876 | 2024-03-12T19:19:50.120Z | Downloaded hyper-staticfile v0.9.5 |
877 | 2024-03-12T19:19:50.120Z | Downloaded crunchy v0.2.2 |
878 | 2024-03-12T19:19:50.120Z | Downloaded home v0.5.5 |
879 | 2024-03-12T19:19:50.120Z | Downloaded bcs v0.1.6 |
880 | 2024-03-12T19:19:50.120Z | Downloaded argon2 v0.5.3 |
881 | 2024-03-12T19:19:50.121Z | Downloaded normalize-line-endings v0.3.0 |
882 | 2024-03-12T19:19:50.121Z | Downloaded match_cfg v0.1.0 |
883 | 2024-03-12T19:19:50.121Z | Downloaded crucible-workspace-hack v0.1.0 |
884 | 2024-03-12T19:19:50.121Z | Downloaded hmac v0.12.1 |
885 | 2024-03-12T19:19:50.121Z | Downloaded base64 v0.21.7 |
886 | 2024-03-12T19:19:50.544Z | Downloaded num-iter v0.1.44 |
887 | 2024-03-12T19:19:50.544Z | Downloaded num v0.4.1 |
888 | 2024-03-12T19:19:50.544Z | Downloaded md-5 v0.10.5 |
889 | 2024-03-12T19:19:50.544Z | Downloaded convert_case v0.4.0 |
890 | 2024-03-12T19:19:50.544Z | Downloaded cexpr v0.6.0 |
891 | 2024-03-12T19:19:50.544Z | Downloaded matches v0.1.10 |
892 | 2024-03-12T19:19:50.544Z | Downloaded cipher v0.4.4 |
893 | 2024-03-12T19:19:50.545Z | Downloaded time-core v0.1.2 |
894 | 2024-03-12T19:19:50.545Z | Downloaded byteorder v1.5.0 |
895 | 2024-03-12T19:19:50.545Z | Downloaded num_threads v0.1.6 |
896 | 2024-03-12T19:19:50.545Z | Downloaded num-derive v0.4.0 |
897 | 2024-03-12T19:19:50.545Z | Downloaded num-conv v0.1.0 |
898 | 2024-03-12T19:19:50.550Z | Downloaded bb8 v0.8.3 |
899 | 2024-03-12T19:19:50.550Z | Downloaded cobs v0.2.3 |
900 | 2024-03-12T19:19:50.550Z | Downloaded tower-service v0.3.2 |
901 | 2024-03-12T19:19:50.550Z | Downloaded libloading v0.7.4 |
902 | 2024-03-12T19:19:50.550Z | Downloaded strum v0.26.1 |
903 | 2024-03-12T19:19:50.550Z | Downloaded corncobs v0.1.3 |
904 | 2024-03-12T19:19:50.550Z | Downloaded crc v3.0.1 |
905 | 2024-03-12T19:19:50.550Z | Downloaded nibble_vec v0.1.0 |
906 | 2024-03-12T19:19:50.550Z | Downloaded num-integer v0.1.46 |
907 | 2024-03-12T19:19:50.550Z | Downloaded heck v0.3.3 |
908 | 2024-03-12T19:19:50.551Z | Downloaded crc-catalog v2.2.0 |
909 | 2024-03-12T19:19:50.551Z | Downloaded nanorand v0.7.0 |
910 | 2024-03-12T19:19:50.551Z | Downloaded memoffset v0.7.1 |
911 | 2024-03-12T19:19:50.551Z | Downloaded linear-map v1.2.0 |
912 | 2024-03-12T19:19:50.551Z | Downloaded scopeguard v1.2.0 |
913 | 2024-03-12T19:19:50.551Z | Downloaded schemars_derive v0.8.16 |
914 | 2024-03-12T19:19:50.551Z | Downloaded ipnet v2.9.0 |
915 | 2024-03-12T19:19:50.551Z | Downloaded doc-comment v0.3.3 |
916 | 2024-03-12T19:19:50.551Z | Downloaded serde-hex v0.1.0 |
917 | 2024-03-12T19:19:50.551Z | Downloaded smf v0.2.2 |
918 | 2024-03-12T19:19:50.551Z | Downloaded libefi-sys v0.1.0 |
919 | 2024-03-12T19:19:50.551Z | Downloaded slog-async v2.8.0 |
920 | 2024-03-12T19:19:50.551Z | Downloaded maybe-uninit v2.0.0 |
921 | 2024-03-12T19:19:50.551Z | Downloaded managed v0.8.0 |
922 | 2024-03-12T19:19:50.551Z | Downloaded cc v1.0.83 |
923 | 2024-03-12T19:19:50.551Z | Downloaded num_cpus v1.16.0 |
924 | 2024-03-12T19:19:50.552Z | Downloaded newtype-uuid v1.0.1 |
925 | 2024-03-12T19:19:50.552Z | Downloaded num_enum_derive v0.5.11 |
926 | 2024-03-12T19:19:50.552Z | Downloaded macaddr v1.0.1 |
927 | 2024-03-12T19:19:50.552Z | Downloaded sqlformat v0.2.3 |
928 | 2024-03-12T19:19:50.552Z | Downloaded tabled_derive v0.7.0 |
929 | 2024-03-12T19:19:50.552Z | Downloaded structopt-derive v0.4.18 |
930 | 2024-03-12T19:19:50.552Z | Downloaded thread_local v1.1.7 |
931 | 2024-03-12T19:19:50.552Z | Downloaded thread-id v4.2.0 |
932 | 2024-03-12T19:19:50.552Z | Downloaded strip-ansi-escapes v0.2.0 |
933 | 2024-03-12T19:19:50.552Z | Downloaded tiny-keccak v2.0.2 |
934 | 2024-03-12T19:19:50.552Z | Downloaded num_enum v0.5.11 |
935 | 2024-03-12T19:19:50.552Z | Downloaded version_check v0.9.4 |
936 | 2024-03-12T19:19:50.552Z | Downloaded crossbeam-deque v0.8.3 |
937 | 2024-03-12T19:19:50.552Z | Downloaded openssl-probe v0.1.5 |
938 | 2024-03-12T19:19:50.552Z | Downloaded openssl-macros v0.1.1 |
939 | 2024-03-12T19:19:50.552Z | Downloaded native-tls v0.2.11 |
940 | 2024-03-12T19:19:50.552Z | Downloaded mockall v0.12.0 |
941 | 2024-03-12T19:19:50.553Z | Downloaded path-slash v0.1.5 |
942 | 2024-03-12T19:19:50.553Z | Downloaded rustc-demangle v0.1.23 |
943 | 2024-03-12T19:19:50.553Z | Downloaded num-complex v0.4.4 |
944 | 2024-03-12T19:19:50.553Z | Downloaded mime_guess v2.0.4 |
945 | 2024-03-12T19:19:50.553Z | Downloaded lock_api v0.4.10 |
946 | 2024-03-12T19:19:50.553Z | Downloaded serde_derive_internals v0.26.0 |
947 | 2024-03-12T19:19:50.553Z | Downloaded blake2 v0.10.6 |
948 | 2024-03-12T19:19:50.553Z | Downloaded fxhash v0.2.1 |
949 | 2024-03-12T19:19:50.553Z | Downloaded tui-tree-widget v0.17.0 |
950 | 2024-03-12T19:19:50.553Z | Downloaded pretty-hex v0.4.1 |
951 | 2024-03-12T19:19:50.553Z | Downloaded vec_map v0.8.2 |
952 | 2024-03-12T19:19:50.553Z | Downloaded ed25519 v1.5.3 |
953 | 2024-03-12T19:19:50.553Z | Downloaded crossbeam-utils v0.8.19 |
954 | 2024-03-12T19:19:50.553Z | Downloaded crossbeam-epoch v0.9.18 |
955 | 2024-03-12T19:19:50.553Z | Downloaded sync_wrapper v0.1.2 |
956 | 2024-03-12T19:19:50.554Z | Downloaded secrecy v0.8.0 |
957 | 2024-03-12T19:19:50.554Z | Downloaded same-file v1.0.6 |
958 | 2024-03-12T19:19:50.554Z | Downloaded pretty-hex v0.2.1 |
959 | 2024-03-12T19:19:50.554Z | Downloaded bitflags v2.4.2 |
960 | 2024-03-12T19:19:50.554Z | Downloaded fd-lock v3.0.13 |
961 | 2024-03-12T19:19:50.554Z | Downloaded vsss-rs v3.3.4 |
962 | 2024-03-12T19:19:50.554Z | Downloaded defmt v0.3.5 |
963 | 2024-03-12T19:19:50.554Z | Downloaded termtree v0.4.1 |
964 | 2024-03-12T19:19:50.554Z | Downloaded usdt-macro v0.5.0 |
965 | 2024-03-12T19:19:50.554Z | Downloaded fragile v2.0.0 |
966 | 2024-03-12T19:19:50.554Z | Downloaded form_urlencoded v1.2.1 |
967 | 2024-03-12T19:19:50.554Z | Downloaded crc32fast v1.3.2 |
968 | 2024-03-12T19:19:50.554Z | Downloaded mockall_derive v0.12.0 |
969 | 2024-03-12T19:19:50.555Z | Downloaded futures-macro v0.3.30 |
970 | 2024-03-12T19:19:50.555Z | Downloaded plain v0.2.3 |
971 | 2024-03-12T19:19:50.555Z | Downloaded pkg-config v0.3.27 |
972 | 2024-03-12T19:19:50.555Z | Downloaded paste v1.0.14 |
973 | 2024-03-12T19:19:50.555Z | Downloaded gethostname v0.4.3 |
974 | 2024-03-12T19:19:50.555Z | Downloaded backtrace v0.3.69 |
975 | 2024-03-12T19:19:50.555Z | Downloaded equivalent v1.0.1 |
976 | 2024-03-12T19:19:50.555Z | Downloaded test-strategy v0.3.1 |
977 | 2024-03-12T19:19:50.556Z | Downloaded rand_xorshift v0.3.0 |
978 | 2024-03-12T19:19:50.556Z | Downloaded ppv-lite86 v0.2.17 |
979 | 2024-03-12T19:19:50.556Z | Downloaded radium v0.7.0 |
980 | 2024-03-12T19:19:50.556Z | Downloaded semver v0.11.0 |
981 | 2024-03-12T19:19:50.556Z | Downloaded semver v0.1.20 |
982 | 2024-03-12T19:19:50.556Z | Downloaded sec1 v0.7.3 |
983 | 2024-03-12T19:19:50.556Z | Downloaded foreign-types v0.5.0 |
984 | 2024-03-12T19:19:50.556Z | Downloaded serde-big-array v0.5.1 |
985 | 2024-03-12T19:19:50.556Z | Downloaded terminal_size v0.3.0 |
986 | 2024-03-12T19:19:50.556Z | Downloaded structmeta-derive v0.2.0 |
987 | 2024-03-12T19:19:50.556Z | Downloaded structmeta v0.3.0 |
988 | 2024-03-12T19:19:50.556Z | Downloaded strsim v0.11.0 |
989 | 2024-03-12T19:19:50.556Z | Downloaded const-oid v0.9.6 |
990 | 2024-03-12T19:19:50.556Z | Downloaded usdt-macro v0.3.5 |
991 | 2024-03-12T19:19:50.556Z | Downloaded usdt-impl v0.5.0 |
992 | 2024-03-12T19:19:50.556Z | Downloaded shlex v1.3.0 |
993 | 2024-03-12T19:19:50.557Z | Downloaded shell-words v1.1.0 |
994 | 2024-03-12T19:19:50.557Z | Downloaded sha1 v0.10.6 |
995 | 2024-03-12T19:19:50.557Z | Downloaded termios v0.3.3 |
996 | 2024-03-12T19:19:50.557Z | Downloaded camino v1.1.6 |
997 | 2024-03-12T19:19:50.557Z | Downloaded csv-core v0.1.11 |
998 | 2024-03-12T19:19:50.571Z | Downloaded foreign-types v0.3.2 |
999 | 2024-03-12T19:19:50.571Z | Downloaded num-traits v0.2.18 |
1000 | 2024-03-12T19:19:50.571Z | Downloaded vte v0.11.1 |
1001 | 2024-03-12T19:19:50.571Z | Downloaded schemars v0.8.16 |
1002 | 2024-03-12T19:19:50.572Z | Downloaded swrite v0.1.0 |
1003 | 2024-03-12T19:19:50.572Z | Downloaded digest v0.10.7 |
1004 | 2024-03-12T19:19:50.572Z | Downloaded getrandom v0.2.12 |
1005 | 2024-03-12T19:19:50.572Z | Downloaded getopts v0.2.21 |
1006 | 2024-03-12T19:19:50.572Z | Downloaded embedded-io v0.4.0 |
1007 | 2024-03-12T19:19:50.572Z | Downloaded crypto-bigint v0.5.2 |
1008 | 2024-03-12T19:19:50.572Z | Downloaded derive_builder_macro v0.12.0 |
1009 | 2024-03-12T19:19:50.572Z | Downloaded r2d2 v0.8.10 |
1010 | 2024-03-12T19:19:50.572Z | Downloaded psl-types v2.0.11 |
1011 | 2024-03-12T19:19:50.572Z | Downloaded serde_with_macros v3.6.1 |
1012 | 2024-03-12T19:19:50.572Z | Downloaded dirs-next v2.0.0 |
1013 | 2024-03-12T19:19:50.572Z | Downloaded difflib v0.4.0 |
1014 | 2024-03-12T19:19:50.572Z | Downloaded hex v0.4.3 |
1015 | 2024-03-12T19:19:50.572Z | Downloaded heck v0.4.1 |
1016 | 2024-03-12T19:19:50.572Z | Downloaded fnv v1.0.7 |
1017 | 2024-03-12T19:19:50.572Z | Downloaded filetime v0.2.23 |
1018 | 2024-03-12T19:19:50.572Z | Downloaded slog-bunyan v2.5.0 |
1019 | 2024-03-12T19:19:50.572Z | Downloaded parse-display v0.9.0 |
1020 | 2024-03-12T19:19:50.572Z | Downloaded slab v0.4.9 |
1021 | 2024-03-12T19:19:50.572Z | Downloaded snafu-derive v0.7.5 |
1022 | 2024-03-12T19:19:50.572Z | Downloaded num-bigint v0.4.4 |
1023 | 2024-03-12T19:19:50.572Z | Downloaded curve25519-dalek-derive v0.1.0 |
1024 | 2024-03-12T19:19:50.572Z | Downloaded derive-where v1.2.7 |
1025 | 2024-03-12T19:19:50.572Z | Downloaded spki v0.7.2 |
1026 | 2024-03-12T19:19:50.572Z | Downloaded serde_tokenstream v0.2.0 |
1027 | 2024-03-12T19:19:50.573Z | Downloaded tabwriter v1.4.0 |
1028 | 2024-03-12T19:19:50.573Z | Downloaded foreign-types-macros v0.2.3 |
1029 | 2024-03-12T19:19:50.573Z | Downloaded indicatif v0.17.8 |
1030 | 2024-03-12T19:19:50.573Z | Downloaded opaque-debug v0.3.0 |
1031 | 2024-03-12T19:19:50.573Z | Downloaded darling v0.14.4 |
1032 | 2024-03-12T19:19:50.573Z | Downloaded tinyvec_macros v0.1.1 |
1033 | 2024-03-12T19:19:50.573Z | Downloaded thiserror-impl-no-std v2.0.2 |
1034 | 2024-03-12T19:19:50.573Z | Downloaded structmeta-derive v0.3.0 |
1035 | 2024-03-12T19:19:50.573Z | Downloaded strsim v0.10.0 |
1036 | 2024-03-12T19:19:50.573Z | Downloaded unicode-linebreak v0.1.5 |
1037 | 2024-03-12T19:19:50.573Z | Downloaded signal-hook-registry v1.4.1 |
1038 | 2024-03-12T19:19:50.573Z | Downloaded darling v0.20.3 |
1039 | 2024-03-12T19:19:50.573Z | Downloaded oso v0.27.0 |
1040 | 2024-03-12T19:19:50.573Z | Downloaded unicase v2.7.0 |
1041 | 2024-03-12T19:19:50.573Z | Downloaded platforms v3.0.2 |
1042 | 2024-03-12T19:19:50.573Z | Downloaded parking_lot v0.11.2 |
1043 | 2024-03-12T19:19:50.573Z | Downloaded darling_macro v0.20.3 |
1044 | 2024-03-12T19:19:50.573Z | Downloaded flume v0.11.0 |
1045 | 2024-03-12T19:19:50.573Z | Downloaded parking_lot_core v0.9.8 |
1046 | 2024-03-12T19:19:50.573Z | Downloaded slog-dtrace v0.3.0 |
1047 | 2024-03-12T19:19:50.573Z | Downloaded socket2 v0.5.5 |
1048 | 2024-03-12T19:19:50.573Z | Downloaded parking_lot_core v0.8.6 |
1049 | 2024-03-12T19:19:50.573Z | Downloaded crossbeam-channel v0.5.8 |
1050 | 2024-03-12T19:19:50.573Z | Downloaded socket2 v0.4.9 |
1051 | 2024-03-12T19:19:50.573Z | Downloaded openssl-sys v0.9.96 |
1052 | 2024-03-12T19:19:50.574Z | Downloaded minimal-lexical v0.2.1 |
1053 | 2024-03-12T19:19:50.574Z | Downloaded foreign-types-shared v0.1.1 |
1054 | 2024-03-12T19:19:50.574Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1055 | 2024-03-12T19:19:50.574Z | Downloaded enum-as-inner v0.5.1 |
1056 | 2024-03-12T19:19:50.574Z | Downloaded headers-core v0.2.0 |
1057 | 2024-03-12T19:19:50.574Z | Downloaded rustls-pki-types v1.3.0 |
1058 | 2024-03-12T19:19:50.574Z | Downloaded predicates-tree v1.0.9 |
1059 | 2024-03-12T19:19:50.574Z | Downloaded predicates-core v1.0.6 |
1060 | 2024-03-12T19:19:50.574Z | Downloaded rand_chacha v0.3.1 |
1061 | 2024-03-12T19:19:50.574Z | Downloaded prettyplease v0.2.16 |
1062 | 2024-03-12T19:19:50.574Z | Downloaded phf_shared v0.10.0 |
1063 | 2024-03-12T19:19:50.574Z | Downloaded static_assertions v1.1.0 |
1064 | 2024-03-12T19:19:50.574Z | Downloaded stable_deref_trait v1.2.0 |
1065 | 2024-03-12T19:19:50.574Z | Downloaded stringprep v0.1.3 |
1066 | 2024-03-12T19:19:50.574Z | Downloaded string_cache v0.8.7 |
1067 | 2024-03-12T19:19:50.574Z | Downloaded tokio-macros v2.2.0 |
1068 | 2024-03-12T19:19:50.574Z | Downloaded wait-timeout v0.2.0 |
1069 | 2024-03-12T19:19:50.574Z | Downloaded parking_lot v0.12.1 |
1070 | 2024-03-12T19:19:50.574Z | Downloaded take_mut v0.2.2 |
1071 | 2024-03-12T19:19:50.574Z | Downloaded olpc-cjson v0.1.3 |
1072 | 2024-03-12T19:19:50.574Z | Downloaded group v0.13.0 |
1073 | 2024-03-12T19:19:50.574Z | Downloaded globset v0.4.13 |
1074 | 2024-03-12T19:19:50.574Z | Downloaded derive_builder v0.12.0 |
1075 | 2024-03-12T19:19:50.574Z | Downloaded pin-project-lite v0.2.13 |
1076 | 2024-03-12T19:19:50.575Z | Downloaded blake3 v1.5.0 |
1077 | 2024-03-12T19:19:50.575Z | Downloaded darling_macro v0.14.4 |
1078 | 2024-03-12T19:19:50.575Z | Downloaded float-cmp v0.9.0 |
1079 | 2024-03-12T19:19:50.575Z | Downloaded quote v1.0.35 |
1080 | 2024-03-12T19:19:50.575Z | Downloaded peeking_take_while v0.1.2 |
1081 | 2024-03-12T19:19:50.575Z | Downloaded parse-size v1.0.0 |
1082 | 2024-03-12T19:19:50.575Z | Downloaded unicode-ident v1.0.12 |
1083 | 2024-03-12T19:19:50.575Z | Downloaded display-error-chain v0.2.0 |
1084 | 2024-03-12T19:19:50.575Z | Downloaded phf v0.11.2 |
1085 | 2024-03-12T19:19:50.575Z | Downloaded highway v1.1.0 |
1086 | 2024-03-12T19:19:50.575Z | Downloaded postgres-protocol v0.6.6 |
1087 | 2024-03-12T19:19:50.575Z | Downloaded stability v0.1.1 |
1088 | 2024-03-12T19:19:50.575Z | Downloaded pin-utils v0.1.0 |
1089 | 2024-03-12T19:19:50.575Z | Downloaded waitgroup v0.1.2 |
1090 | 2024-03-12T19:19:50.575Z | Downloaded ref-cast-impl v1.0.20 |
1091 | 2024-03-12T19:19:50.575Z | Downloaded phf_shared v0.11.2 |
1092 | 2024-03-12T19:19:50.575Z | Downloaded tokio-stream v0.1.14 |
1093 | 2024-03-12T19:19:50.575Z | Downloaded tokio-postgres v0.7.10 |
1094 | 2024-03-12T19:19:50.575Z | Downloaded tap v1.0.1 |
1095 | 2024-03-12T19:19:50.575Z | Downloaded serde_urlencoded v0.7.1 |
1096 | 2024-03-12T19:19:50.575Z | Downloaded number_prefix v0.4.0 |
1097 | 2024-03-12T19:19:50.575Z | Downloaded papergrid v0.11.0 |
1098 | 2024-03-12T19:19:50.581Z | Downloaded diff v0.1.13 |
1099 | 2024-03-12T19:19:50.581Z | Downloaded dirs-sys-next v0.1.2 |
1100 | 2024-03-12T19:19:50.581Z | Downloaded darling_core v0.14.4 |
1101 | 2024-03-12T19:19:50.581Z | Downloaded defmt-parser v0.3.3 |
1102 | 2024-03-12T19:19:50.581Z | Downloaded debug-ignore v1.0.5 |
1103 | 2024-03-12T19:19:50.582Z | Downloaded data-encoding v2.4.0 |
1104 | 2024-03-12T19:19:50.582Z | Downloaded which v4.4.0 |
1105 | 2024-03-12T19:19:50.582Z | Downloaded utf8parse v0.2.1 |
1106 | 2024-03-12T19:19:50.582Z | Downloaded want v0.3.1 |
1107 | 2024-03-12T19:19:50.582Z | Downloaded supports-color v3.0.0 |
1108 | 2024-03-12T19:19:50.582Z | Downloaded endian-type v0.1.2 |
1109 | 2024-03-12T19:19:50.582Z | Downloaded scroll_derive v0.12.0 |
1110 | 2024-03-12T19:19:50.582Z | Downloaded num-bigint-dig v0.8.4 |
1111 | 2024-03-12T19:19:50.582Z | Downloaded toolchain_find v0.2.0 |
1112 | 2024-03-12T19:19:50.582Z | Downloaded pin-project-internal v1.1.3 |
1113 | 2024-03-12T19:19:50.582Z | Downloaded toml v0.7.8 |
1114 | 2024-03-12T19:19:50.582Z | Downloaded serde-big-array v0.4.1 |
1115 | 2024-03-12T19:19:50.582Z | Downloaded toml v0.8.10 |
1116 | 2024-03-12T19:19:50.582Z | Downloaded thiserror v1.0.57 |
1117 | 2024-03-12T19:19:50.582Z | Downloaded usdt-attr-macro v0.5.0 |
1118 | 2024-03-12T19:19:50.582Z | Downloaded walkdir v2.4.0 |
1119 | 2024-03-12T19:19:50.582Z | Downloaded textwrap v0.11.0 |
1120 | 2024-03-12T19:19:50.582Z | Downloaded tracing-attributes v0.1.27 |
1121 | 2024-03-12T19:19:50.582Z | Downloaded defmt-macros v0.3.6 |
1122 | 2024-03-12T19:19:50.582Z | Downloaded derive_more v0.99.17 |
1123 | 2024-03-12T19:19:50.582Z | Downloaded usdt-attr-macro v0.3.5 |
1124 | 2024-03-12T19:19:50.582Z | Downloaded trust-dns-resolver v0.22.0 |
1125 | 2024-03-12T19:19:50.582Z | Downloaded sqlparser_derive v0.2.2 |
1126 | 2024-03-12T19:19:50.583Z | Downloaded trust-dns-client v0.22.0 |
1127 | 2024-03-12T19:19:50.583Z | Downloaded trust-dns-server v0.22.1 |
1128 | 2024-03-12T19:19:50.583Z | Downloaded semver-parser v0.10.2 |
1129 | 2024-03-12T19:19:50.587Z | Downloaded proc-macro-error-attr v1.0.4 |
1130 | 2024-03-12T19:19:50.587Z | Downloaded oso-derive v0.27.0 |
1131 | 2024-03-12T19:19:50.587Z | Downloaded precomputed-hash v0.1.1 |
1132 | 2024-03-12T19:19:50.587Z | Downloaded ena v0.14.2 |
1133 | 2024-03-12T19:19:50.592Z | Downloaded smallvec v1.13.1 |
1134 | 2024-03-12T19:19:50.592Z | Downloaded omicron-zone-package v0.11.0 |
1135 | 2024-03-12T19:19:50.598Z | Downloaded futures-io v0.3.30 |
1136 | 2024-03-12T19:19:50.598Z | Downloaded futures-executor v0.3.30 |
1137 | 2024-03-12T19:19:50.598Z | Downloaded futures-core v0.3.30 |
1138 | 2024-03-12T19:19:50.598Z | Downloaded funty v2.0.0 |
1139 | 2024-03-12T19:19:50.598Z | Downloaded errno v0.3.8 |
1140 | 2024-03-12T19:19:50.603Z | Downloaded zeroize v1.7.0 |
1141 | 2024-03-12T19:19:50.603Z | Downloaded dtrace-parser v0.1.14 |
1142 | 2024-03-12T19:19:50.603Z | Downloaded half v2.3.1 |
1143 | 2024-03-12T19:19:50.603Z | Downloaded topological-sort v0.2.2 |
1144 | 2024-03-12T19:19:50.607Z | Downloaded dtrace-parser v0.2.0 |
1145 | 2024-03-12T19:19:50.607Z | Downloaded serde_plain v1.0.2 |
1146 | 2024-03-12T19:19:50.607Z | Downloaded quick-error v1.2.3 |
1147 | 2024-03-12T19:19:50.611Z | Downloaded usdt v0.5.0 |
1148 | 2024-03-12T19:19:50.611Z | Downloaded pem v3.0.2 |
1149 | 2024-03-12T19:19:50.611Z | Downloaded password-hash v0.5.0 |
1150 | 2024-03-12T19:19:50.615Z | Downloaded tough v0.16.0 |
1151 | 2024-03-12T19:19:50.620Z | Downloaded zeroize_derive v1.4.2 |
1152 | 2024-03-12T19:19:50.625Z | Downloaded untrusted v0.9.0 |
1153 | 2024-03-12T19:19:50.625Z | Downloaded hash32 v0.3.1 |
1154 | 2024-03-12T19:19:50.631Z | Downloaded toml_datetime v0.6.5 |
1155 | 2024-03-12T19:19:50.631Z | Downloaded strum_macros v0.24.3 |
1156 | 2024-03-12T19:19:50.631Z | Downloaded rustc_version v0.4.0 |
1157 | 2024-03-12T19:19:50.631Z | Downloaded rustc-hash v1.1.0 |
1158 | 2024-03-12T19:19:50.631Z | Downloaded dof v0.1.5 |
1159 | 2024-03-12T19:19:50.644Z | Downloaded sct v0.7.0 |
1160 | 2024-03-12T19:19:50.645Z | Downloaded rustls-pemfile v2.1.1 |
1161 | 2024-03-12T19:19:50.645Z | Downloaded typenum v1.16.0 |
1162 | 2024-03-12T19:19:50.660Z | Downloaded textwrap v0.16.1 |
1163 | 2024-03-12T19:19:50.660Z | Downloaded signature v1.6.4 |
1164 | 2024-03-12T19:19:50.660Z | Downloaded structopt v0.3.26 |
1165 | 2024-03-12T19:19:50.660Z | Downloaded foreign-types-shared v0.3.1 |
1166 | 2024-03-12T19:19:50.660Z | Downloaded fastrand v2.0.1 |
1167 | 2024-03-12T19:19:50.661Z | Downloaded fallible-iterator v0.2.0 |
1168 | 2024-03-12T19:19:50.661Z | Downloaded dyn-clone v1.0.17 |
1169 | 2024-03-12T19:19:50.661Z | Downloaded either v1.10.0 |
1170 | 2024-03-12T19:19:50.671Z | Downloaded flate2 v1.0.28 |
1171 | 2024-03-12T19:19:50.671Z | Downloaded headers v0.3.9 |
1172 | 2024-03-12T19:19:50.671Z | Downloaded proc-macro-crate v1.3.1 |
1173 | 2024-03-12T19:19:50.671Z | Downloaded wyz v0.5.1 |
1174 | 2024-03-12T19:19:50.675Z | Downloaded try-lock v0.2.4 |
1175 | 2024-03-12T19:19:50.675Z | Downloaded packed_struct v0.10.1 |
1176 | 2024-03-12T19:19:50.675Z | Downloaded pkcs1 v0.7.5 |
1177 | 2024-03-12T19:19:50.675Z | Downloaded owo-colors v4.0.0 |
1178 | 2024-03-12T19:19:50.675Z | Downloaded slog-stdlog v4.1.1 |
1179 | 2024-03-12T19:19:50.678Z | Downloaded zerocopy v0.7.32 |
1180 | 2024-03-12T19:19:50.694Z | Downloaded predicates v3.1.0 |
1181 | 2024-03-12T19:19:50.697Z | Downloaded powerfmt v0.2.0 |
1182 | 2024-03-12T19:19:50.697Z | Downloaded termcolor v1.2.0 |
1183 | 2024-03-12T19:19:50.697Z | Downloaded glob v0.3.1 |
1184 | 2024-03-12T19:19:50.697Z | Downloaded parse-display-derive v0.9.0 |
1185 | 2024-03-12T19:19:50.701Z | Downloaded smawk v0.3.1 |
1186 | 2024-03-12T19:19:50.701Z | Downloaded thiserror-impl v1.0.57 |
1187 | 2024-03-12T19:19:50.708Z | Downloaded strum_macros v0.26.1 |
1188 | 2024-03-12T19:19:50.708Z | Downloaded spin v0.9.8 |
1189 | 2024-03-12T19:19:50.708Z | Downloaded futures v0.3.30 |
1190 | 2024-03-12T19:19:50.712Z | Downloaded zerocopy v0.3.0 |
1191 | 2024-03-12T19:19:50.712Z | Downloaded hash32 v0.2.1 |
1192 | 2024-03-12T19:19:50.716Z | Downloaded heapless v0.7.16 |
1193 | 2024-03-12T19:19:50.721Z | Downloaded steno v0.4.0 |
1194 | 2024-03-12T19:19:50.731Z | Downloaded zerocopy v0.6.4 |
1195 | 2024-03-12T19:19:50.731Z | Downloaded smallvec v0.6.14 |
1196 | 2024-03-12T19:19:50.732Z | Downloaded slog-term v2.9.0 |
1197 | 2024-03-12T19:19:50.736Z | Downloaded fs-err v2.11.0 |
1198 | 2024-03-12T19:19:50.736Z | Downloaded proc-macro-error v1.0.4 |
1199 | 2024-03-12T19:19:50.737Z | Downloaded pest_derive v2.7.6 |
1200 | 2024-03-12T19:19:50.737Z | Downloaded elliptic-curve v0.13.8 |
1201 | 2024-03-12T19:19:50.745Z | Downloaded uuid v1.7.0 |
1202 | 2024-03-12T19:19:50.745Z | Downloaded der v0.7.8 |
1203 | 2024-03-12T19:19:50.768Z | Downloaded rayon-core v1.12.1 |
1204 | 2024-03-12T19:19:50.768Z | Downloaded pest_generator v2.7.6 |
1205 | 2024-03-12T19:19:50.768Z | Downloaded postgres-types v0.2.6 |
1206 | 2024-03-12T19:19:50.768Z | Downloaded pkcs8 v0.10.2 |
1207 | 2024-03-12T19:19:50.769Z | Downloaded ucd-trie v0.1.6 |
1208 | 2024-03-12T19:19:50.769Z | Downloaded unicode-normalization v0.1.22 |
1209 | 2024-03-12T19:19:50.769Z | Downloaded futures-util v0.3.30 |
1210 | 2024-03-12T19:19:51.197Z | Downloaded yasna v0.5.2 |
1211 | 2024-03-12T19:19:51.197Z | Downloaded sqlparser v0.43.1 |
1212 | 2024-03-12T19:19:51.198Z | Downloaded clap v2.34.0 |
1213 | 2024-03-12T19:19:51.198Z | Downloaded lalrpop v0.19.12 |
1214 | 2024-03-12T19:19:51.198Z | Downloaded toml_edit v0.19.15 |
1215 | 2024-03-12T19:19:51.198Z | Downloaded serde_with v3.6.1 |
1216 | 2024-03-12T19:19:51.198Z | Downloaded tinyvec v1.6.0 |
1217 | 2024-03-12T19:19:51.198Z | Downloaded winnow v0.5.15 |
1218 | 2024-03-12T19:19:51.198Z | Downloaded pest v2.7.6 |
1219 | 2024-03-12T19:19:51.198Z | Downloaded regress v0.8.0 |
1220 | 2024-03-12T19:19:51.198Z | Downloaded h2 v0.3.24 |
1221 | 2024-03-12T19:19:51.198Z | Downloaded hashbrown v0.12.3 |
1222 | 2024-03-12T19:19:51.198Z | Downloaded bindgen v0.69.2 |
1223 | 2024-03-12T19:19:51.198Z | Downloaded publicsuffix v2.2.3 |
1224 | 2024-03-12T19:19:51.198Z | Downloaded rayon v1.9.0 |
1225 | 2024-03-12T19:19:51.199Z | Downloaded tracing v0.1.40 |
1226 | 2024-03-12T19:19:51.199Z | Downloaded regex-syntax v0.6.29 |
1227 | 2024-03-12T19:19:51.199Z | Downloaded winnow v0.6.1 |
1228 | 2024-03-12T19:19:51.199Z | Downloaded webpki-roots v0.25.2 |
1229 | 2024-03-12T19:19:51.199Z | Downloaded tabled v0.15.0 |
1230 | 2024-03-12T19:19:51.199Z | Downloaded toml_edit v0.22.6 |
1231 | 2024-03-12T19:19:51.199Z | Downloaded reedline v0.30.0 |
1232 | 2024-03-12T19:19:51.199Z | Downloaded openapiv3 v2.0.0 |
1233 | 2024-03-12T19:19:51.199Z | Downloaded gimli v0.28.0 |
1234 | 2024-03-12T19:19:51.199Z | Downloaded hkdf v0.12.4 |
1235 | 2024-03-12T19:19:51.199Z | Downloaded quick-xml v0.30.0 |
1236 | 2024-03-12T19:19:51.199Z | Downloaded regex-syntax v0.8.2 |
1237 | 2024-03-12T19:19:51.199Z | Downloaded zerocopy-derive v0.2.0 |
1238 | 2024-03-12T19:19:51.199Z | Downloaded zerocopy-derive v0.6.4 |
1239 | 2024-03-12T19:19:51.199Z | Downloaded reqwest v0.11.24 |
1240 | 2024-03-12T19:19:51.200Z | Downloaded syn v2.0.51 |
1241 | 2024-03-12T19:19:51.200Z | Downloaded radix_trie v0.2.1 |
1242 | 2024-03-12T19:19:51.200Z | Downloaded libc v0.2.153 |
1243 | 2024-03-12T19:19:51.200Z | Downloaded petgraph v0.6.4 |
1244 | 2024-03-12T19:19:51.200Z | Downloaded proptest v1.4.0 |
1245 | 2024-03-12T19:19:51.200Z | Downloaded regex v1.10.3 |
1246 | 2024-03-12T19:19:51.200Z | Downloaded polar-core v0.27.0 |
1247 | 2024-03-12T19:19:51.200Z | Downloaded trust-dns-proto v0.22.0 |
1248 | 2024-03-12T19:19:51.200Z | Downloaded diesel v2.1.4 |
1249 | 2024-03-12T19:19:51.200Z | Downloaded curve25519-dalek v4.1.1 |
1250 | 2024-03-12T19:19:51.200Z | Downloaded smoltcp v0.11.0 |
1251 | 2024-03-12T19:19:51.200Z | Downloaded object v0.32.1 |
1252 | 2024-03-12T19:19:51.200Z | Downloaded rustix v0.38.31 |
1253 | 2024-03-12T19:19:51.201Z | Downloaded ratatui v0.26.1 |
1254 | 2024-03-12T19:19:51.201Z | Downloaded rustls v0.22.2 |
1255 | 2024-03-12T19:19:51.210Z | Downloaded sled v0.34.7 |
1256 | 2024-03-12T19:19:51.210Z | Downloaded bstr v1.9.0 |
1257 | 2024-03-12T19:19:51.219Z | Downloaded openssl v0.10.60 |
1258 | 2024-03-12T19:19:51.229Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1259 | 2024-03-12T19:19:51.266Z | Downloaded bstr v0.2.17 |
1260 | 2024-03-12T19:19:51.281Z | Downloaded syn v1.0.109 |
1261 | 2024-03-12T19:19:51.282Z | Downloaded regex-automata v0.4.5 |
1262 | 2024-03-12T19:19:51.294Z | Downloaded vcpkg v0.2.15 |
1263 | 2024-03-12T19:19:51.313Z | Downloaded tokio v1.36.0 |
1264 | 2024-03-12T19:19:51.351Z | Downloaded csv v1.3.0 |
1265 | 2024-03-12T19:19:51.380Z | Downloaded sha3 v0.10.8 |
1266 | 2024-03-12T19:19:51.391Z | Downloaded object v0.30.4 |
1267 | 2024-03-12T19:19:51.391Z | Downloaded encoding_rs v0.8.33 |
1268 | 2024-03-12T19:19:51.404Z | Downloaded hashbrown v0.14.3 |
1269 | 2024-03-12T19:19:51.419Z | Downloaded rustls v0.21.9 |
1270 | 2024-03-12T19:19:51.425Z | Downloaded goblin v0.8.0 |
1271 | 2024-03-12T19:19:51.451Z | Downloaded rustls-webpki v0.102.1 |
1272 | 2024-03-12T19:19:51.452Z | Downloaded chrono v0.4.34 |
1273 | 2024-03-12T19:19:51.457Z | Downloaded smoltcp v0.9.1 |
1274 | 2024-03-12T19:19:51.461Z | Downloaded nix v0.27.1 |
1275 | 2024-03-12T19:19:51.470Z | Downloaded bitvec v1.0.1 |
1276 | 2024-03-12T19:19:51.482Z | Downloaded idna v0.5.0 |
1277 | 2024-03-12T19:19:51.488Z | Downloaded postcard v1.0.8 |
1278 | 2024-03-12T19:19:51.491Z | Downloaded rcgen v0.12.1 |
1279 | 2024-03-12T19:19:51.498Z | Downloaded similar v2.4.0 |
1280 | 2024-03-12T19:19:51.501Z | Downloaded url v2.5.0 |
1281 | 2024-03-12T19:19:51.501Z | Downloaded rustls-webpki v0.101.7 |
1282 | 2024-03-12T19:19:51.513Z | Downloaded term v0.7.0 |
1283 | 2024-03-12T19:19:51.516Z | Downloaded signal-hook v0.3.17 |
1284 | 2024-03-12T19:19:51.520Z | Downloaded tar v0.4.40 |
1285 | 2024-03-12T19:19:51.523Z | Downloaded tokio-util v0.7.10 |
1286 | 2024-03-12T19:19:51.530Z | Downloaded ring v0.17.8 |
1287 | 2024-03-12T19:19:51.599Z | Downloaded serde v1.0.197 |
1288 | 2024-03-12T19:19:51.604Z | Downloaded proc-macro2 v1.0.78 |
1289 | 2024-03-12T19:19:51.604Z | Downloaded hashbrown v0.13.2 |
1290 | 2024-03-12T19:19:51.613Z | Downloaded idna v0.2.3 |
1291 | 2024-03-12T19:19:51.633Z | Downloaded rsa v0.9.2 |
1292 | 2024-03-12T19:19:51.633Z | Downloaded salty v0.2.0 |
1293 | 2024-03-12T19:19:51.642Z | Downloaded rustyline v13.0.0 |
1294 | 2024-03-12T19:19:51.642Z | Downloaded signature v2.1.0 |
1295 | 2024-03-12T19:19:51.642Z | Downloaded signal-hook-mio v0.2.3 |
1296 | 2024-03-12T19:19:51.642Z | Downloaded packed_struct_codegen v0.10.1 |
1297 | 2024-03-12T19:19:51.642Z | Downloaded portable-atomic v1.4.3 |
1298 | 2024-03-12T19:19:51.643Z | Downloaded idna v0.3.0 |
1299 | 2024-03-12T19:19:51.646Z | Downloaded ring v0.16.20 |
1300 | 2024-03-12T19:19:51.723Z | Downloaded slog-scope v4.4.0 |
1301 | 2024-03-12T19:19:51.726Z | Downloaded xattr v1.0.1 |
1302 | 2024-03-12T19:19:51.726Z | Downloaded dof v0.3.0 |
1303 | 2024-03-12T19:19:51.729Z | Downloaded spin v0.5.2 |
1304 | 2024-03-12T19:19:51.729Z | Downloaded serde_path_to_error v0.1.15 |
1305 | 2024-03-12T19:19:51.729Z | Downloaded rustls-pemfile v1.0.3 |
1306 | 2024-03-12T19:19:51.733Z | Downloaded x509-cert v0.2.4 |
1307 | 2024-03-12T19:19:51.739Z | Downloaded whoami v1.5.0 |
1308 | 2024-03-12T19:19:51.742Z | Downloaded utf-8 v0.7.6 |
1309 | 2024-03-12T19:19:51.742Z | Downloaded unarray v0.1.4 |
1310 | 2024-03-12T19:19:51.742Z | Downloaded regex-automata v0.1.10 |
1311 | 2024-03-12T19:19:51.745Z | Downloaded clap_builder v4.5.1 |
1312 | 2024-03-12T19:19:51.749Z | Downloaded untrusted v0.7.1 |
1313 | 2024-03-12T19:19:51.753Z | Downloaded unicode-width v0.1.11 |
1314 | 2024-03-12T19:19:51.753Z | Downloaded thiserror-no-std v2.0.2 |
1315 | 2024-03-12T19:19:51.756Z | Downloaded strum_macros v0.25.2 |
1316 | 2024-03-12T19:19:51.759Z | Downloaded futures-channel v0.3.30 |
1317 | 2024-03-12T19:19:51.759Z | Downloaded usdt-impl v0.3.5 |
1318 | 2024-03-12T19:19:51.762Z | Downloaded tempfile v3.10.0 |
1319 | 2024-03-12T19:19:51.763Z | Downloaded tracing-core v0.1.32 |
1320 | 2024-03-12T19:19:51.765Z | Downloaded serde_json v1.0.114 |
1321 | 2024-03-12T19:19:51.770Z | Downloaded unicode-segmentation v1.10.1 |
1322 | 2024-03-12T19:19:51.778Z | Downloaded env_logger v0.10.0 |
1323 | 2024-03-12T19:19:52.192Z | Downloaded subprocess v0.2.9 |
1324 | 2024-03-12T19:19:52.192Z | Downloaded slog-json v2.6.1 |
1325 | 2024-03-12T19:19:52.192Z | Downloaded rand v0.8.5 |
1326 | 2024-03-12T19:19:52.192Z | Downloaded aho-corasick v1.1.2 |
1327 | 2024-03-12T19:19:52.200Z | Downloaded heapless v0.8.0 |
1328 | 2024-03-12T19:19:52.200Z | Downloaded time v0.3.34 |
1329 | 2024-03-12T19:19:52.200Z | Downloaded itertools v0.10.5 |
1330 | 2024-03-12T19:19:52.200Z | Downloaded nom v7.1.3 |
1331 | 2024-03-12T19:19:52.200Z | Downloaded itertools v0.12.1 |
1332 | 2024-03-12T19:19:52.200Z | Downloaded semver v1.0.22 |
1333 | 2024-03-12T19:19:52.200Z | Downloaded rtoolbox v0.0.1 |
1334 | 2024-03-12T19:19:52.200Z | Downloaded resolv-conf v0.7.0 |
1335 | 2024-03-12T19:19:52.200Z | Downloaded ref-cast v1.0.20 |
1336 | 2024-03-12T19:19:52.200Z | Downloaded darling_core v0.20.3 |
1337 | 2024-03-12T19:19:52.200Z | Downloaded rpassword v7.3.1 |
1338 | 2024-03-12T19:19:52.200Z | Downloaded ryu v1.0.15 |
1339 | 2024-03-12T19:19:52.200Z | Downloaded unicode-bidi v0.3.15 |
1340 | 2024-03-12T19:19:52.200Z | Downloaded percent-encoding v2.3.1 |
1341 | 2024-03-12T19:19:52.200Z | Downloaded pem-rfc7468 v0.7.0 |
1342 | 2024-03-12T19:19:52.200Z | Downloaded crossterm v0.27.0 |
1343 | 2024-03-12T19:19:52.200Z | Downloaded downcast v0.11.0 |
1344 | 2024-03-12T19:19:52.200Z | Downloaded subtle v2.5.0 |
1345 | 2024-03-12T19:19:52.200Z | Downloaded strsim v0.8.0 |
1346 | 2024-03-12T19:19:52.200Z | Downloaded libm v0.2.7 |
1347 | 2024-03-12T19:19:52.200Z | Downloaded serde_tokenstream v0.1.7 |
1348 | 2024-03-12T19:19:52.201Z | Downloaded serde_spanned v0.6.5 |
1349 | 2024-03-12T19:19:52.201Z | Downloaded serde_repr v0.1.16 |
1350 | 2024-03-12T19:19:52.201Z | Downloaded zerocopy-derive v0.7.32 |
1351 | 2024-03-12T19:19:52.201Z | Downloaded ron v0.8.1 |
1352 | 2024-03-12T19:19:52.201Z | Downloaded serde_yaml v0.9.25 |
1353 | 2024-03-12T19:19:52.201Z | Downloaded toml v0.5.11 |
1354 | 2024-03-12T19:19:52.201Z | Downloaded rand_core v0.6.4 |
1355 | 2024-03-12T19:19:52.201Z | Downloaded libxml v0.3.3 |
1356 | 2024-03-12T19:19:52.201Z | Downloaded once_cell v1.19.0 |
1357 | 2024-03-12T19:19:52.201Z | Downloaded typed-path v0.7.0 |
1358 | 2024-03-12T19:19:52.201Z | Downloaded poly1305 v0.8.0 |
1359 | 2024-03-12T19:19:52.201Z | Downloaded der_derive v0.7.2 |
1360 | 2024-03-12T19:19:52.201Z | Downloaded snafu v0.7.5 |
1361 | 2024-03-12T19:19:52.201Z | Downloaded mio v0.8.11 |
1362 | 2024-03-12T19:19:52.201Z | Downloaded slog-envlogger v2.2.0 |
1363 | 2024-03-12T19:19:52.201Z | Downloaded siphasher v0.3.11 |
1364 | 2024-03-12T19:19:52.201Z | Downloaded scroll v0.12.0 |
1365 | 2024-03-12T19:19:52.201Z | Downloaded scheduled-thread-pool v0.2.7 |
1366 | 2024-03-12T19:19:52.201Z | Downloaded rustc_version v0.1.7 |
1367 | 2024-03-12T19:19:52.201Z | Downloaded pin-project v1.1.3 |
1368 | 2024-03-12T19:19:52.202Z | Downloaded tokio-tungstenite v0.20.1 |
1369 | 2024-03-12T19:19:52.202Z | Downloaded tungstenite v0.20.1 |
1370 | 2024-03-12T19:19:52.202Z | Downloaded memchr v2.7.1 |
1371 | 2024-03-12T19:19:52.202Z | Downloaded sha2 v0.10.8 |
1372 | 2024-03-12T19:19:52.202Z | Downloaded vte_generate_state_changes v0.1.1 |
1373 | 2024-03-12T19:19:52.202Z | Downloaded flagset v0.4.3 |
1374 | 2024-03-12T19:19:52.202Z | Downloaded fixedbitset v0.4.2 |
1375 | 2024-03-12T19:19:52.202Z | Downloaded ff v0.13.0 |
1376 | 2024-03-12T19:19:52.202Z | Downloaded fd-lock v4.0.2 |
1377 | 2024-03-12T19:19:52.202Z | Downloaded deranged v0.3.11 |
1378 | 2024-03-12T19:19:52.202Z | Downloaded zip v0.6.6 |
1379 | 2024-03-12T19:19:52.202Z | Downloaded unsafe-libyaml v0.2.10 |
1380 | 2024-03-12T19:19:52.202Z | Downloaded unicode_categories v0.1.1 |
1381 | 2024-03-12T19:19:52.202Z | Downloaded hyper v0.14.28 |
1382 | 2024-03-12T19:19:52.202Z | Downloaded rusty-fork v0.3.0 |
1383 | 2024-03-12T19:19:52.202Z | Downloaded derive_builder_core v0.12.0 |
1384 | 2024-03-12T19:19:52.202Z | Downloaded pest_meta v2.7.6 |
1385 | 2024-03-12T19:19:52.203Z | Downloaded fatfs v0.3.6 |
1386 | 2024-03-12T19:19:52.203Z | Downloaded tokio-rustls v0.25.0 |
1387 | 2024-03-12T19:19:52.203Z | Downloaded tokio-rustls v0.24.1 |
1388 | 2024-03-12T19:19:52.203Z | Downloaded tokio-native-tls v0.3.1 |
1389 | 2024-03-12T19:19:52.203Z | Downloaded diesel_derives v2.1.2 |
1390 | 2024-03-12T19:19:52.203Z | Downloaded miniz_oxide v0.7.1 |
1391 | 2024-03-12T19:19:52.203Z | Downloaded unicode-xid v0.2.4 |
1392 | 2024-03-12T19:19:52.203Z | Downloaded bytes v1.5.0 |
1393 | 2024-03-12T19:19:52.203Z | Downloaded indexmap v1.9.3 |
1394 | 2024-03-12T19:19:52.203Z | Downloaded generic-array v0.14.7 |
1395 | 2024-03-12T19:19:52.203Z | Downloaded futures-task v0.3.30 |
1396 | 2024-03-12T19:19:52.203Z | Downloaded futures-sink v0.3.30 |
1397 | 2024-03-12T19:19:52.203Z | Downloaded slog v2.7.0 |
1398 | 2024-03-12T19:19:52.203Z | Downloaded serde_derive v1.0.197 |
1399 | 2024-03-12T19:19:52.203Z | Downloaded time-macros v0.2.17 |
1400 | 2024-03-12T19:19:52.203Z | Downloaded crc-any v2.4.3 |
1401 | 2024-03-12T19:19:52.204Z | Downloaded cancel-safe-futures v0.1.5 |
1402 | 2024-03-12T19:19:52.204Z | Downloaded cookie v0.18.0 |
1403 | 2024-03-12T19:19:52.204Z | Downloaded usdt v0.3.5 |
1404 | 2024-03-12T19:19:52.204Z | Downloaded synstructure v0.12.6 |
1405 | 2024-03-12T19:19:52.204Z | Downloaded structmeta v0.2.0 |
1406 | 2024-03-12T19:19:52.204Z | Downloaded clap v4.5.1 |
1407 | 2024-03-12T19:19:52.204Z | Downloaded chacha20poly1305 v0.10.1 |
1408 | 2024-03-12T19:19:52.204Z | Downloaded linked-hash-map v0.5.6 |
1409 | 2024-03-12T19:19:52.204Z | Downloaded memmap2 v0.7.1 |
1410 | 2024-03-12T19:19:52.204Z | Downloaded cookie_store v0.20.0 |
1411 | 2024-03-12T19:19:52.204Z | Downloaded universal-hash v0.5.1 |
1412 | 2024-03-12T19:19:52.204Z | Downloaded ciborium v0.2.2 |
1413 | 2024-03-12T19:19:52.205Z | Downloaded bzip2 v0.4.4 |
1414 | 2024-03-12T19:19:52.205Z | Downloaded num-rational v0.4.1 |
1415 | 2024-03-12T19:19:52.205Z | Downloaded log v0.4.20 |
1416 | 2024-03-12T19:19:52.205Z | Downloaded cookie v0.17.0 |
1417 | 2024-03-12T19:19:52.205Z | Downloaded clang-sys v1.6.1 |
1418 | 2024-03-12T19:19:52.205Z | Downloaded allocator-api2 v0.2.16 |
1419 | 2024-03-12T19:19:52.205Z | Downloaded nu-ansi-term v0.50.0 |
1420 | 2024-03-12T19:19:52.205Z | Downloaded multer v3.0.0 |
1421 | 2024-03-12T19:19:52.205Z | Downloaded signal-hook-tokio v0.3.1 |
1422 | 2024-03-12T19:19:52.205Z | Downloaded ipnetwork v0.20.0 |
1423 | 2024-03-12T19:19:52.205Z | Downloaded lru v0.12.1 |
1424 | 2024-03-12T19:19:52.206Z | Downloaded keccak v0.1.4 |
1425 | 2024-03-12T19:19:52.206Z | Downloaded nodrop v0.1.14 |
1426 | 2024-03-12T19:19:52.206Z | Downloaded rustversion v1.0.14 |
1427 | 2024-03-12T19:19:52.217Z | Downloaded rustfmt-wrapper v0.2.0 |
1428 | 2024-03-12T19:19:52.217Z | Downloaded kstat-rs v0.2.3 |
1429 | 2024-03-12T19:19:52.218Z | Downloaded itoa v1.0.9 |
1430 | 2024-03-12T19:19:52.218Z | Downloaded lazycell v1.3.0 |
1431 | 2024-03-12T19:19:52.218Z | Downloaded bitflags v1.3.2 |
1432 | 2024-03-12T19:19:52.218Z | Downloaded cpufeatures v0.2.12 |
1433 | 2024-03-12T19:19:52.218Z | Downloaded clap_lex v0.7.0 |
1434 | 2024-03-12T19:19:52.218Z | Downloaded cassowary v0.3.0 |
1435 | 2024-03-12T19:19:52.218Z | Downloaded memmap v0.7.0 |
1436 | 2024-03-12T19:19:52.218Z | Downloaded maplit v1.0.2 |
1437 | 2024-03-12T19:19:52.218Z | Downloaded indoc v2.0.3 |
1438 | 2024-03-12T19:19:52.218Z | Downloaded multimap v0.10.0 |
1439 | 2024-03-12T19:19:52.218Z | Downloaded mime v0.3.17 |
1440 | 2024-03-12T19:19:52.218Z | Downloaded lalrpop-util v0.19.12 |
1441 | 2024-03-12T19:19:52.218Z | Downloaded is_ci v1.2.0 |
1442 | 2024-03-12T19:19:52.219Z | Downloaded colored v2.1.0 |
1443 | 2024-03-12T19:19:52.219Z | Downloaded constant_time_eq v0.3.0 |
1444 | 2024-03-12T19:19:52.219Z | Downloaded castaway v0.2.2 |
1445 | 2024-03-12T19:19:52.219Z | Downloaded camino-tempfile v1.1.1 |
1446 | 2024-03-12T19:19:52.219Z | Downloaded strum v0.25.0 |
1447 | 2024-03-12T19:19:52.219Z | Downloaded compact_str v0.7.1 |
1448 | 2024-03-12T19:19:52.219Z | Downloaded anyhow v1.0.79 |
1449 | 2024-03-12T19:19:52.219Z | Downloaded chacha20 v0.9.1 |
1450 | 2024-03-12T19:19:52.219Z | Downloaded lru-cache v0.1.2 |
1451 | 2024-03-12T19:19:52.219Z | Downloaded crypto-common v0.1.6 |
1452 | 2024-03-12T19:19:52.219Z | Downloaded block-padding v0.3.3 |
1453 | 2024-03-12T19:19:52.219Z | Downloaded assert_matches v1.5.0 |
1454 | 2024-03-12T19:19:52.219Z | Downloaded new_debug_unreachable v1.0.4 |
1455 | 2024-03-12T19:19:52.219Z | Downloaded libsw v3.3.1 |
1456 | 2024-03-12T19:19:52.220Z | Downloaded lazy_static v1.4.0 |
1457 | 2024-03-12T19:19:52.220Z | Downloaded is-terminal v0.4.9 |
1458 | 2024-03-12T19:19:52.220Z | Downloaded inout v0.1.3 |
1459 | 2024-03-12T19:19:52.220Z | Downloaded indoc v1.0.9 |
1460 | 2024-03-12T19:19:52.220Z | Downloaded anstyle-parse v0.2.1 |
1461 | 2024-03-12T19:19:52.220Z | Downloaded arc-swap v1.6.0 |
1462 | 2024-03-12T19:19:52.220Z | Downloaded bitfield v0.14.0 |
1463 | 2024-03-12T19:19:52.220Z | Downloaded arrayvec v0.7.4 |
1464 | 2024-03-12T19:19:52.220Z | Downloaded anstyle v1.0.2 |
1465 | 2024-03-12T19:19:52.220Z | Downloaded block-buffer v0.10.4 |
1466 | 2024-03-12T19:19:52.220Z | Downloaded bit-set v0.5.3 |
1467 | 2024-03-12T19:19:52.220Z | Downloaded base16ct v0.2.0 |
1468 | 2024-03-12T19:19:52.221Z | Downloaded array-init v0.0.4 |
1469 | 2024-03-12T19:19:52.221Z | Downloaded adler v1.0.2 |
1470 | 2024-03-12T19:19:52.221Z | Downloaded hubpack_derive v0.1.1 |
1471 | 2024-03-12T19:19:52.221Z | Downloaded http-range v0.1.5 |
1472 | 2024-03-12T19:19:52.478Z | Compiling proc-macro2 v1.0.78 |
1473 | 2024-03-12T19:19:52.478Z | Compiling unicode-ident v1.0.12 |
1474 | 2024-03-12T19:19:52.895Z | Compiling libc v0.2.153 |
1475 | 2024-03-12T19:19:52.895Z | Compiling serde v1.0.197 |
1476 | 2024-03-12T19:19:52.895Z | Compiling version_check v0.9.4 |
1477 | 2024-03-12T19:19:52.895Z | Compiling autocfg v1.1.0 |
1478 | 2024-03-12T19:19:52.895Z | Compiling cfg-if v1.0.0 |
1479 | 2024-03-12T19:19:52.902Z | Compiling syn v1.0.109 |
1480 | 2024-03-12T19:19:52.902Z | Compiling once_cell v1.19.0 |
1481 | 2024-03-12T19:19:52.902Z | Compiling byteorder v1.5.0 |
1482 | 2024-03-12T19:19:53.028Z | Compiling memchr v2.7.1 |
1483 | 2024-03-12T19:19:53.451Z | Compiling parking_lot_core v0.9.8 |
1484 | 2024-03-12T19:19:53.451Z | Compiling ahash v0.8.8 |
1485 | 2024-03-12T19:19:53.451Z | Compiling lock_api v0.4.10 |
1486 | 2024-03-12T19:19:53.491Z | Compiling serde_json v1.0.114 |
1487 | 2024-03-12T19:19:53.583Z | Compiling libm v0.2.7 |
1488 | 2024-03-12T19:19:53.586Z | Compiling num-traits v0.2.18 |
1489 | 2024-03-12T19:19:53.586Z | Compiling thiserror v1.0.57 |
1490 | 2024-03-12T19:19:53.858Z | Compiling typenum v1.16.0 |
1491 | 2024-03-12T19:19:54.023Z | Compiling generic-array v0.14.7 |
1492 | 2024-03-12T19:19:54.204Z | Compiling itoa v1.0.9 |
1493 | 2024-03-12T19:19:54.509Z | Compiling quote v1.0.35 |
1494 | 2024-03-12T19:19:54.548Z | Compiling scopeguard v1.2.0 |
1495 | 2024-03-12T19:19:54.681Z | Compiling log v0.4.20 |
1496 | 2024-03-12T19:19:55.169Z | Compiling syn v2.0.51 |
1497 | 2024-03-12T19:19:55.172Z | Compiling cc v1.0.83 |
1498 | 2024-03-12T19:19:55.263Z | Compiling getrandom v0.2.12 |
1499 | 2024-03-12T19:19:55.435Z | Compiling pkg-config v0.3.27 |
1500 | 2024-03-12T19:19:55.633Z | Compiling allocator-api2 v0.2.16 |
1501 | 2024-03-12T19:19:55.721Z | Compiling slab v0.4.9 |
1502 | 2024-03-12T19:19:55.798Z | Compiling ryu v1.0.15 |
1503 | 2024-03-12T19:19:56.275Z | Compiling schemars v0.8.16 |
1504 | 2024-03-12T19:19:56.607Z | Compiling pin-project-lite v0.2.13 |
1505 | 2024-03-12T19:19:56.621Z | Compiling smallvec v1.13.1 |
1506 | 2024-03-12T19:19:56.764Z | Compiling equivalent v1.0.1 |
1507 | 2024-03-12T19:19:56.783Z | Compiling heck v0.4.1 |
1508 | 2024-03-12T19:19:57.239Z | Compiling vcpkg v0.2.15 |
1509 | 2024-03-12T19:19:57.753Z | Compiling ring v0.17.8 |
1510 | 2024-03-12T19:19:58.035Z | Compiling parking_lot v0.12.1 |
1511 | 2024-03-12T19:19:58.767Z | Compiling signal-hook-registry v1.4.1 |
1512 | 2024-03-12T19:19:58.959Z | Compiling openssl-sys v0.9.96 |
1513 | 2024-03-12T19:19:59.691Z | Compiling rand_core v0.6.4 |
1514 | 2024-03-12T19:19:59.847Z | Compiling mio v0.8.11 |
1515 | 2024-03-12T19:20:00.389Z | Compiling fnv v1.0.7 |
1516 | 2024-03-12T19:20:00.545Z | Compiling num-conv v0.1.0 |
1517 | 2024-03-12T19:20:00.649Z | Compiling time-core v0.1.2 |
1518 | 2024-03-12T19:20:00.814Z | Compiling ring v0.16.20 |
1519 | 2024-03-12T19:20:00.834Z | Compiling time-macros v0.2.17 |
1520 | 2024-03-12T19:20:01.818Z | Compiling socket2 v0.5.5 |
1521 | 2024-03-12T19:20:01.882Z | Compiling num_cpus v1.16.0 |
1522 | 2024-03-12T19:20:02.103Z | Compiling ucd-trie v0.1.6 |
1523 | 2024-03-12T19:20:02.122Z | Compiling httparse v1.8.0 |
1524 | 2024-03-12T19:20:02.394Z | Compiling futures-core v0.3.30 |
1525 | 2024-03-12T19:20:02.445Z | Compiling serde_derive_internals v0.26.0 |
1526 | 2024-03-12T19:20:02.805Z | Compiling crossbeam-utils v0.8.19 |
1527 | 2024-03-12T19:20:03.019Z | Compiling openssl v0.10.60 |
1528 | 2024-03-12T19:20:03.112Z | Compiling spin v0.5.2 |
1529 | 2024-03-12T19:20:03.312Z | Compiling semver v1.0.22 |
1530 | 2024-03-12T19:20:03.704Z | Compiling iana-time-zone v0.1.57 |
1531 | 2024-03-12T19:20:03.750Z | Compiling tinyvec_macros v0.1.1 |
1532 | 2024-03-12T19:20:04.020Z | Compiling tinyvec v1.6.0 |
1533 | 2024-03-12T19:20:04.254Z | Compiling const-oid v0.9.6 |
1534 | 2024-03-12T19:20:04.422Z | Compiling native-tls v0.2.11 |
1535 | 2024-03-12T19:20:04.533Z | Compiling unicode-xid v0.2.4 |
1536 | 2024-03-12T19:20:04.700Z | Compiling rustix v0.38.31 |
1537 | 2024-03-12T19:20:04.720Z | Compiling subtle v2.5.0 |
1538 | 2024-03-12T19:20:04.791Z | Compiling rustls v0.21.9 |
1539 | 2024-03-12T19:20:04.894Z | Compiling synstructure v0.12.6 |
1540 | 2024-03-12T19:20:05.022Z | Compiling spin v0.9.8 |
1541 | 2024-03-12T19:20:05.425Z | Compiling futures-sink v0.3.30 |
1542 | 2024-03-12T19:20:05.590Z | Compiling unicode-normalization v0.1.22 |
1543 | 2024-03-12T19:20:05.745Z | Compiling unicode-bidi v0.3.15 |
1544 | 2024-03-12T19:20:06.064Z | Compiling backtrace v0.3.69 |
1545 | 2024-03-12T19:20:06.458Z | Compiling cookie v0.17.0 |
1546 | 2024-03-12T19:20:06.563Z | Compiling slog v2.7.0 |
1547 | 2024-03-12T19:20:06.708Z | Compiling dyn-clone v1.0.17 |
1548 | 2024-03-12T19:20:06.973Z | Compiling futures-channel v0.3.30 |
1549 | 2024-03-12T19:20:07.067Z | Compiling tracing-core v0.1.32 |
1550 | 2024-03-12T19:20:07.153Z | Compiling winnow v0.5.15 |
1551 | 2024-03-12T19:20:07.355Z | Compiling futures-task v0.3.30 |
1552 | 2024-03-12T19:20:07.631Z | Compiling pin-utils v0.1.0 |
1553 | 2024-03-12T19:20:07.794Z | Compiling futures-io v0.3.30 |
1554 | 2024-03-12T19:20:07.927Z | Compiling serde_derive v1.0.197 |
1555 | 2024-03-12T19:20:08.106Z | Compiling zerocopy-derive v0.7.32 |
1556 | 2024-03-12T19:20:08.165Z | Compiling zeroize_derive v1.4.2 |
1557 | 2024-03-12T19:20:08.562Z | Compiling thiserror-impl v1.0.57 |
1558 | 2024-03-12T19:20:09.521Z | Compiling tokio-macros v2.2.0 |
1559 | 2024-03-12T19:20:09.542Z | Compiling futures-macro v0.3.30 |
1560 | 2024-03-12T19:20:09.592Z | Compiling tracing-attributes v0.1.27 |
1561 | 2024-03-12T19:20:10.130Z | Compiling zerocopy v0.7.32 |
1562 | 2024-03-12T19:20:10.393Z | Compiling schemars_derive v0.8.16 |
1563 | 2024-03-12T19:20:11.283Z | Compiling zeroize v1.7.0 |
1564 | 2024-03-12T19:20:11.767Z | Compiling pest v2.7.6 |
1565 | 2024-03-12T19:20:12.176Z | Compiling hashbrown v0.14.3 |
1566 | 2024-03-12T19:20:12.949Z | Compiling openssl-macros v0.1.1 |
1567 | 2024-03-12T19:20:13.291Z | Compiling zerocopy-derive v0.2.0 |
1568 | 2024-03-12T19:20:13.547Z | Compiling crypto-common v0.1.6 |
1569 | 2024-03-12T19:20:13.620Z | Compiling der_derive v0.7.2 |
1570 | 2024-03-12T19:20:17.963Z | Compiling pest_meta v2.7.6 |
1571 | 2024-03-12T19:20:18.114Z | Compiling futures-util v0.3.30 |
1572 | 2024-03-12T19:20:18.115Z | Compiling block-buffer v0.10.4 |
1573 | 2024-03-12T19:20:18.115Z | Compiling tracing v0.1.40 |
1574 | 2024-03-12T19:20:18.115Z | Compiling pest_generator v2.7.6 |
1575 | 2024-03-12T19:20:18.115Z | Compiling aho-corasick v1.1.2 |
1576 | 2024-03-12T19:20:18.115Z | Compiling usdt-impl v0.3.5 |
1577 | 2024-03-12T19:20:18.225Z | Compiling pest_derive v2.7.6 |
1578 | 2024-03-12T19:20:19.090Z | Compiling crc32fast v1.3.2 |
1579 | 2024-03-12T19:20:19.197Z | Compiling rustversion v1.0.14 |
1580 | 2024-03-12T19:20:19.374Z | Compiling regex-syntax v0.8.2 |
1581 | 2024-03-12T19:20:19.843Z | Compiling anyhow v1.0.79 |
1582 | 2024-03-12T19:20:20.449Z | Compiling bytes v1.5.0 |
1583 | 2024-03-12T19:20:21.543Z | Compiling indexmap v2.2.5 |
1584 | 2024-03-12T19:20:21.846Z | Compiling tokio v1.36.0 |
1585 | 2024-03-12T19:20:22.674Z | Compiling uuid v1.7.0 |
1586 | 2024-03-12T19:20:22.920Z | Compiling chrono v0.4.34 |
1587 | 2024-03-12T19:20:24.024Z | Compiling bitflags v2.4.2 |
1588 | 2024-03-12T19:20:24.626Z | Compiling serde_spanned v0.6.5 |
1589 | 2024-03-12T19:20:25.075Z | Compiling toml_datetime v0.6.5 |
1590 | 2024-03-12T19:20:25.272Z | Compiling http v0.2.12 |
1591 | 2024-03-12T19:20:25.521Z | Compiling toml_edit v0.19.15 |
1592 | 2024-03-12T19:20:26.841Z | Compiling rustc_version v0.4.0 |
1593 | 2024-03-12T19:20:27.501Z | Compiling heapless v0.7.16 |
1594 | 2024-03-12T19:20:27.908Z | Compiling regex-automata v0.4.5 |
1595 | 2024-03-12T19:20:28.372Z | Compiling digest v0.10.7 |
1596 | 2024-03-12T19:20:28.797Z | Compiling scroll_derive v0.12.0 |
1597 | 2024-03-12T19:20:29.454Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1598 | 2024-03-12T19:20:29.908Z | Compiling powerfmt v0.2.0 |
1599 | 2024-03-12T19:20:30.191Z | Compiling ppv-lite86 v0.2.17 |
1600 | 2024-03-12T19:20:30.745Z | Compiling untrusted v0.9.0 |
1601 | 2024-03-12T19:20:31.210Z | Compiling percent-encoding v2.3.1 |
1602 | 2024-03-12T19:20:31.277Z | Compiling unicode-width v0.1.11 |
1603 | 2024-03-12T19:20:31.277Z | Compiling signal-hook v0.3.17 |
1604 | 2024-03-12T19:20:31.277Z | Compiling async-trait v0.1.77 |
1605 | 2024-03-12T19:20:31.285Z | Compiling rand_chacha v0.3.1 |
1606 | 2024-03-12T19:20:32.008Z | Compiling deranged v0.3.11 |
1607 | 2024-03-12T19:20:32.553Z | Compiling zerocopy v0.3.0 |
1608 | 2024-03-12T19:20:33.592Z | Compiling thread-id v4.2.0 |
1609 | 2024-03-12T19:20:33.873Z | Compiling num_threads v0.1.6 |
1610 | 2024-03-12T19:20:34.726Z | Compiling time v0.3.34 |
1611 | 2024-03-12T19:20:36.518Z | Compiling dof v0.1.5 |
1612 | 2024-03-12T19:20:37.166Z | Compiling regex v1.10.3 |
1613 | 2024-03-12T19:20:37.226Z | Compiling rand v0.8.5 |
1614 | 2024-03-12T19:20:38.152Z | Compiling tokio-util v0.7.10 |
1615 | 2024-03-12T19:20:38.797Z | Compiling dtrace-parser v0.1.14 |
1616 | 2024-03-12T19:20:39.870Z | Compiling num-bigint v0.4.4 |
1617 | 2024-03-12T19:20:39.919Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1618 | 2024-03-12T19:20:39.950Z | Compiling untrusted v0.7.1 |
1619 | 2024-03-12T19:20:40.153Z | Compiling smoltcp v0.9.1 |
1620 | 2024-03-12T19:20:40.578Z | Compiling base64ct v1.6.0 |
1621 | 2024-03-12T19:20:40.598Z | Compiling foreign-types-shared v0.1.1 |
1622 | 2024-03-12T19:20:40.718Z | Compiling foreign-types v0.3.2 |
1623 | 2024-03-12T19:20:41.145Z | Compiling pem-rfc7468 v0.7.0 |
1624 | 2024-03-12T19:20:43.183Z | Compiling form_urlencoded v1.2.1 |
1625 | 2024-03-12T19:20:43.744Z | Compiling hmac v0.12.1 |
1626 | 2024-03-12T19:20:43.744Z | Compiling serde_tokenstream v0.1.7 |
1627 | 2024-03-12T19:20:44.124Z | Compiling lazy_static v1.4.0 |
1628 | 2024-03-12T19:20:44.263Z | Compiling adler v1.0.2 |
1629 | 2024-03-12T19:20:44.410Z | Compiling base64 v0.21.7 |
1630 | 2024-03-12T19:20:44.664Z | Compiling siphasher v0.3.11 |
1631 | 2024-03-12T19:20:44.779Z | Compiling flagset v0.4.3 |
1632 | 2024-03-12T19:20:44.972Z | Compiling bitflags v1.3.2 |
1633 | 2024-03-12T19:20:45.107Z | Compiling unicode-segmentation v1.10.1 |
1634 | 2024-03-12T19:20:45.110Z | Compiling try-lock v0.2.4 |
1635 | 2024-03-12T19:20:45.262Z | Compiling want v0.3.1 |
1636 | 2024-03-12T19:20:45.529Z | Compiling der v0.7.8 |
1637 | 2024-03-12T19:20:45.547Z | Compiling miniz_oxide v0.7.1 |
1638 | 2024-03-12T19:20:47.049Z | Compiling sct v0.7.0 |
1639 | 2024-03-12T19:20:47.328Z | Compiling rustls-webpki v0.101.7 |
1640 | 2024-03-12T19:20:47.572Z | Compiling h2 v0.3.24 |
1641 | 2024-03-12T19:20:48.846Z | Compiling http-body v0.4.5 |
1642 | 2024-03-12T19:20:48.991Z | Compiling hubpack_derive v0.1.1 |
1643 | 2024-03-12T19:20:49.010Z | Compiling zerocopy-derive v0.6.4 |
1644 | 2024-03-12T19:20:49.208Z | Compiling idna v0.5.0 |
1645 | 2024-03-12T19:20:49.638Z | Compiling errno v0.3.8 |
1646 | 2024-03-12T19:20:49.788Z | Compiling usdt-impl v0.5.0 |
1647 | 2024-03-12T19:20:49.815Z | Compiling utf8parse v0.2.1 |
1648 | 2024-03-12T19:20:50.118Z | Compiling anstyle v1.0.2 |
1649 | 2024-03-12T19:20:50.174Z | Compiling httpdate v1.0.3 |
1650 | 2024-03-12T19:20:50.674Z | Compiling stable_deref_trait v1.2.0 |
1651 | 2024-03-12T19:20:50.674Z | Compiling cpufeatures v0.2.12 |
1652 | 2024-03-12T19:20:50.674Z | Compiling tower-service v0.3.2 |
1653 | 2024-03-12T19:20:50.674Z | Compiling openssl-probe v0.1.5 |
1654 | 2024-03-12T19:20:50.687Z | Compiling sha2 v0.10.8 |
1655 | 2024-03-12T19:20:50.851Z | Compiling url v2.5.0 |
1656 | 2024-03-12T19:20:50.996Z | Compiling anstyle-parse v0.2.1 |
1657 | 2024-03-12T19:20:51.455Z | Compiling spki v0.7.2 |
1658 | 2024-03-12T19:20:52.448Z | Compiling usdt-macro v0.3.5 |
1659 | 2024-03-12T19:20:52.985Z | Compiling usdt-attr-macro v0.3.5 |
1660 | 2024-03-12T19:20:54.277Z | Compiling scroll v0.12.0 |
1661 | 2024-03-12T19:20:54.295Z | Compiling hyper v0.14.28 |
1662 | 2024-03-12T19:20:54.408Z | Compiling md-5 v0.10.5 |
1663 | 2024-03-12T19:20:54.835Z | Compiling openapiv3 v2.0.0 |
1664 | 2024-03-12T19:20:55.016Z | Compiling stringprep v0.1.3 |
1665 | 2024-03-12T19:20:55.206Z | Compiling idna v0.3.0 |
1666 | 2024-03-12T19:20:55.842Z | Compiling diesel_table_macro_syntax v0.1.0 |
1667 | 2024-03-12T19:20:56.206Z | Compiling num-integer v0.1.46 |
1668 | 2024-03-12T19:20:56.578Z | Compiling hash32 v0.2.1 |
1669 | 2024-03-12T19:20:56.926Z | Compiling colorchoice v1.0.0 |
1670 | 2024-03-12T19:20:56.946Z | Compiling gimli v0.28.0 |
1671 | 2024-03-12T19:20:57.215Z | Compiling psl-types v2.0.11 |
1672 | 2024-03-12T19:20:57.419Z | Compiling fallible-iterator v0.2.0 |
1673 | 2024-03-12T19:20:58.184Z | Compiling anstyle-query v1.0.0 |
1674 | 2024-03-12T19:20:59.177Z | Compiling plain v0.2.3 |
1675 | 2024-03-12T19:20:59.224Z | Compiling anstream v0.6.11 |
1676 | 2024-03-12T19:20:59.344Z | Compiling goblin v0.8.0 |
1677 | 2024-03-12T19:21:00.398Z | Compiling postgres-protocol v0.6.6 |
1678 | 2024-03-12T19:21:01.594Z | Compiling addr2line v0.21.0 |
1679 | 2024-03-12T19:21:02.195Z | Compiling publicsuffix v2.2.3 |
1680 | 2024-03-12T19:21:02.447Z | Compiling diesel_derives v2.1.2 |
1681 | 2024-03-12T19:21:02.477Z | Compiling tokio-rustls v0.24.1 |
1682 | 2024-03-12T19:21:04.013Z | Compiling terminal_size v0.3.0 |
1683 | 2024-03-12T19:21:04.206Z | Compiling tokio-native-tls v0.3.1 |
1684 | 2024-03-12T19:21:04.487Z | Compiling pkcs8 v0.10.2 |
1685 | 2024-03-12T19:21:04.815Z | Compiling phf_shared v0.11.2 |
1686 | 2024-03-12T19:21:05.596Z | Compiling strum_macros v0.25.2 |
1687 | 2024-03-12T19:21:06.455Z | Compiling serde_tokenstream v0.2.0 |
1688 | 2024-03-12T19:21:08.373Z | Compiling block-padding v0.3.3 |
1689 | 2024-03-12T19:21:08.604Z | Compiling enum-as-inner v0.5.1 |
1690 | 2024-03-12T19:21:09.288Z | Compiling clap_derive v4.5.0 |
1691 | 2024-03-12T19:21:09.524Z | Compiling serde_repr v0.1.16 |
1692 | 2024-03-12T19:21:09.820Z | Compiling ff v0.13.0 |
1693 | 2024-03-12T19:21:10.099Z | Compiling scheduled-thread-pool v0.2.7 |
1694 | 2024-03-12T19:21:10.438Z | Compiling object v0.32.1 |
1695 | 2024-03-12T19:21:14.004Z | Compiling rustc-demangle v0.1.23 |
1696 | 2024-03-12T19:21:14.033Z | Compiling strsim v0.10.0 |
1697 | 2024-03-12T19:21:16.433Z | Compiling strsim v0.11.0 |
1698 | 2024-03-12T19:21:16.616Z | Compiling managed v0.8.0 |
1699 | 2024-03-12T19:21:17.224Z | Compiling clap_lex v0.7.0 |
1700 | 2024-03-12T19:21:17.246Z | Compiling ident_case v1.0.1 |
1701 | 2024-03-12T19:21:17.426Z | Compiling bit-vec v0.6.3 |
1702 | 2024-03-12T19:21:17.559Z | Compiling base16ct v0.2.0 |
1703 | 2024-03-12T19:21:17.635Z | Compiling ipnet v2.9.0 |
1704 | 2024-03-12T19:21:17.842Z | Compiling regex-automata v0.1.10 |
1705 | 2024-03-12T19:21:18.193Z | Compiling pretty-hex v0.4.1 |
1706 | 2024-03-12T19:21:18.363Z | Compiling matches v0.1.10 |
1707 | 2024-03-12T19:21:19.273Z | Compiling idna v0.2.3 |
1708 | 2024-03-12T19:21:19.288Z | Compiling dof v0.3.0 |
1709 | 2024-03-12T19:21:19.794Z | Compiling bstr v0.2.17 |
1710 | 2024-03-12T19:21:20.743Z | Compiling sec1 v0.7.3 |
1711 | 2024-03-12T19:21:21.095Z | Compiling clap_builder v4.5.1 |
1712 | 2024-03-12T19:21:21.251Z | Compiling darling_core v0.20.3 |
1713 | 2024-03-12T19:21:23.555Z | Compiling r2d2 v0.8.10 |
1714 | 2024-03-12T19:21:25.072Z | Compiling group v0.13.0 |
1715 | 2024-03-12T19:21:25.400Z | Compiling inout v0.1.3 |
1716 | 2024-03-12T19:21:28.315Z | Compiling phf v0.11.2 |
1717 | 2024-03-12T19:21:28.623Z | Compiling hyper-tls v0.5.0 |
1718 | 2024-03-12T19:21:28.982Z | Compiling signal-hook-mio v0.2.3 |
1719 | 2024-03-12T19:21:29.041Z | Compiling bzip2 v0.4.4 |
1720 | 2024-03-12T19:21:29.141Z | Compiling flate2 v1.0.28 |
1721 | 2024-03-12T19:21:29.406Z | Compiling cookie_store v0.20.0 |
1722 | 2024-03-12T19:21:30.089Z | Compiling hyper-rustls v0.24.2 |
1723 | 2024-03-12T19:21:30.215Z | Compiling postgres-types v0.2.6 |
1724 | 2024-03-12T19:21:30.432Z | Compiling zerocopy v0.6.4 |
1725 | 2024-03-12T19:21:30.876Z | Compiling hubpack v0.1.2 |
1726 | 2024-03-12T19:21:31.297Z | Compiling rustls-pemfile v1.0.3 |
1727 | 2024-03-12T19:21:31.738Z | Compiling phf_shared v0.10.0 |
1728 | 2024-03-12T19:21:31.743Z | Compiling hkdf v0.12.4 |
1729 | 2024-03-12T19:21:31.743Z | Compiling serde_urlencoded v0.7.1 |
1730 | 2024-03-12T19:21:31.743Z | Compiling crossbeam-epoch v0.9.18 |
1731 | 2024-03-12T19:21:31.743Z | Compiling ipnetwork v0.20.0 |
1732 | 2024-03-12T19:21:32.168Z | Compiling futures-executor v0.3.30 |
1733 | 2024-03-12T19:21:32.252Z | Compiling dtrace-parser v0.2.0 |
1734 | 2024-03-12T19:21:32.514Z | Compiling regress v0.8.0 |
1735 | 2024-03-12T19:21:32.678Z | Compiling crypto-bigint v0.5.2 |
1736 | 2024-03-12T19:21:32.916Z | Compiling float-cmp v0.9.0 |
1737 | 2024-03-12T19:21:32.949Z | Compiling encoding_rs v0.8.33 |
1738 | 2024-03-12T19:21:33.902Z | Compiling data-encoding v2.4.0 |
1739 | 2024-03-12T19:21:34.715Z | Compiling static_assertions v1.1.0 |
1740 | 2024-03-12T19:21:34.845Z | Compiling mime v0.3.17 |
1741 | 2024-03-12T19:21:35.340Z | Compiling whoami v1.5.0 |
1742 | 2024-03-12T19:21:35.672Z | Compiling fixedbitset v0.4.2 |
1743 | 2024-03-12T19:21:36.227Z | Compiling either v1.10.0 |
1744 | 2024-03-12T19:21:36.245Z | Compiling webpki-roots v0.25.2 |
1745 | 2024-03-12T19:21:36.285Z | Compiling difflib v0.4.0 |
1746 | 2024-03-12T19:21:36.498Z | Compiling precomputed-hash v0.1.1 |
1747 | 2024-03-12T19:21:36.530Z | Compiling sync_wrapper v0.1.2 |
1748 | 2024-03-12T19:21:36.633Z | Compiling new_debug_unreachable v1.0.4 |
1749 | 2024-03-12T19:21:36.681Z | Compiling predicates-core v1.0.6 |
1750 | 2024-03-12T19:21:36.731Z | Compiling normalize-line-endings v0.3.0 |
1751 | 2024-03-12T19:21:36.955Z | Compiling winnow v0.6.1 |
1752 | 2024-03-12T19:21:37.089Z | Compiling minimal-lexical v0.2.1 |
1753 | 2024-03-12T19:21:37.539Z | Compiling nom v7.1.3 |
1754 | 2024-03-12T19:21:37.793Z | Compiling predicates v3.1.0 |
1755 | 2024-03-12T19:21:37.985Z | Compiling string_cache v0.8.7 |
1756 | 2024-03-12T19:21:38.414Z | Compiling reqwest v0.11.24 |
1757 | 2024-03-12T19:21:39.278Z | Compiling itertools v0.10.5 |
1758 | 2024-03-12T19:21:39.701Z | Compiling petgraph v0.6.4 |
1759 | 2024-03-12T19:21:40.707Z | Compiling toml_edit v0.22.6 |
1760 | 2024-03-12T19:21:41.172Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1761 | 2024-03-12T19:21:42.000Z | Compiling tokio-postgres v0.7.10 |
1762 | 2024-03-12T19:21:43.588Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1763 | 2024-03-12T19:21:45.652Z | Compiling trust-dns-proto v0.22.0 |
1764 | 2024-03-12T19:21:46.488Z | Compiling elliptic-curve v0.13.8 |
1765 | 2024-03-12T19:21:49.287Z | Compiling futures v0.3.30 |
1766 | 2024-03-12T19:21:50.206Z | Compiling diesel v2.1.4 |
1767 | 2024-03-12T19:21:50.738Z | Compiling zip v0.6.6 |
1768 | 2024-03-12T19:21:51.118Z | Compiling yasna v0.5.2 |
1769 | 2024-03-12T19:21:51.565Z | Compiling crossterm v0.27.0 |
1770 | 2024-03-12T19:21:51.944Z | Compiling darling_macro v0.20.3 |
1771 | 2024-03-12T19:21:52.671Z | Compiling cipher v0.4.4 |
1772 | 2024-03-12T19:21:52.781Z | Compiling clap v4.5.1 |
1773 | 2024-03-12T19:21:52.855Z | Compiling similar v2.4.0 |
1774 | 2024-03-12T19:21:53.238Z | Compiling bit-set v0.5.3 |
1775 | 2024-03-12T19:21:53.410Z | Compiling num-iter v0.1.44 |
1776 | 2024-03-12T19:21:53.494Z | Compiling usdt v0.3.5 |
1777 | 2024-03-12T19:21:53.509Z | Compiling console v0.15.8 |
1778 | 2024-03-12T19:21:54.214Z | Compiling bstr v1.9.0 |
1779 | 2024-03-12T19:21:54.422Z | Compiling tokio-stream v0.1.14 |
1780 | 2024-03-12T19:21:54.849Z | Compiling toml v0.7.8 |
1781 | 2024-03-12T19:21:55.010Z | Compiling hex v0.4.3 |
1782 | 2024-03-12T19:21:55.402Z | Compiling proc-macro-error-attr v1.0.4 |
1783 | 2024-03-12T19:21:55.915Z | Compiling lalrpop-util v0.19.12 |
1784 | 2024-03-12T19:21:56.317Z | Compiling darling v0.20.3 |
1785 | 2024-03-12T19:21:56.441Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1786 | 2024-03-12T19:21:59.752Z | Compiling proc-macro-crate v1.3.1 |
1787 | 2024-03-12T19:22:00.996Z | Compiling proc-macro-error v1.0.4 |
1788 | 2024-03-12T19:22:01.623Z | Compiling camino v1.1.6 |
1789 | 2024-03-12T19:22:01.725Z | Compiling heapless v0.8.0 |
1790 | 2024-03-12T19:22:03.057Z | Compiling num_enum_derive v0.5.11 |
1791 | 2024-03-12T19:22:11.058Z | Compiling atty v0.2.14 |
1792 | 2024-03-12T19:22:11.072Z | Compiling hash32 v0.3.1 |
1793 | 2024-03-12T19:22:11.415Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1794 | 2024-03-12T19:22:11.730Z | Compiling rustls-pki-types v1.3.0 |
1795 | 2024-03-12T19:22:12.358Z | Compiling smoltcp v0.11.0 |
1796 | 2024-03-12T19:22:26.781Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1797 | 2024-03-12T19:22:28.877Z | Compiling num_enum v0.5.11 |
1798 | 2024-03-12T19:22:35.397Z | Compiling dirs-sys-next v0.1.2 |
1799 | 2024-03-12T19:22:39.221Z | Compiling cobs v0.2.3 |
1800 | 2024-03-12T19:22:39.595Z | Compiling embedded-io v0.4.0 |
1801 | 2024-03-12T19:22:39.678Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1802 | 2024-03-12T19:22:39.976Z | Compiling rustls v0.22.2 |
1803 | 2024-03-12T19:22:40.349Z | Compiling postcard v1.0.8 |
1804 | 2024-03-12T19:22:46.591Z | Compiling dirs-next v2.0.0 |
1805 | 2024-03-12T19:22:56.074Z | Compiling rustls-webpki v0.102.1 |
1806 | 2024-03-12T19:22:56.738Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1807 | 2024-03-12T19:22:59.646Z | Compiling getopts v0.2.21 |
1808 | 2024-03-12T19:23:00.518Z | Compiling strum_macros v0.26.1 |
1809 | 2024-03-12T19:23:01.047Z | Compiling foreign-types-macros v0.2.3 |
1810 | 2024-03-12T19:23:01.859Z | Compiling structmeta-derive v0.3.0 |
1811 | 2024-03-12T19:23:02.904Z | Compiling thread_local v1.1.7 |
1812 | 2024-03-12T19:23:03.088Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1813 | 2024-03-12T19:23:03.396Z | Compiling multer v3.0.0 |
1814 | 2024-03-12T19:23:03.723Z | Compiling paste v1.0.14 |
1815 | 2024-03-12T19:23:04.644Z | Compiling slog-async v2.8.0 |
1816 | 2024-03-12T19:23:05.254Z | Compiling foreign-types-shared v0.3.1 |
1817 | 2024-03-12T19:23:05.700Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2024-03-12T19:23:05.723Z | Compiling unsafe-libyaml v0.2.10 |
1819 | 2024-03-12T19:23:06.340Z | Compiling match_cfg v0.1.0 |
1820 | 2024-03-12T19:23:06.609Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1821 | 2024-03-12T19:23:06.793Z | Compiling serde_yaml v0.9.25 |
1822 | 2024-03-12T19:23:06.835Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1823 | 2024-03-12T19:23:07.222Z | Compiling hostname v0.3.1 |
1824 | 2024-03-12T19:23:10.256Z | Compiling foreign-types v0.5.0 |
1825 | 2024-03-12T19:23:10.674Z | Compiling strum v0.26.1 |
1826 | 2024-03-12T19:23:12.167Z | Compiling structmeta v0.3.0 |
1827 | 2024-03-12T19:23:13.689Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1828 | 2024-03-12T19:23:23.187Z | Compiling term v0.7.0 |
1829 | 2024-03-12T19:23:24.421Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1830 | 2024-03-12T19:23:25.412Z | Compiling slog-json v2.6.1 |
1831 | 2024-03-12T19:23:25.951Z | Compiling crossbeam-channel v0.5.8 |
1832 | 2024-03-12T19:23:28.575Z | Compiling tabwriter v1.4.0 |
1833 | 2024-03-12T19:23:29.861Z | Compiling http v1.0.0 |
1834 | 2024-03-12T19:23:29.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1835 | 2024-03-12T19:23:29.894Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1836 | 2024-03-12T19:23:29.933Z | Compiling async-stream-impl v0.3.5 |
1837 | 2024-03-12T19:23:30.496Z | Compiling cstr-argument v0.1.2 |
1838 | 2024-03-12T19:23:30.716Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1839 | 2024-03-12T19:23:30.759Z | Compiling rayon-core v1.12.1 |
1840 | 2024-03-12T19:23:31.439Z | Compiling take_mut v0.2.2 |
1841 | 2024-03-12T19:23:31.460Z | Compiling crucible-workspace-hack v0.1.0 |
1842 | 2024-03-12T19:23:31.460Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1843 | 2024-03-12T19:23:31.460Z | Compiling atomic-waker v1.1.1 |
1844 | 2024-03-12T19:23:31.485Z | Compiling pretty-hex v0.2.1 |
1845 | 2024-03-12T19:23:31.545Z | Compiling fastrand v2.0.1 |
1846 | 2024-03-12T19:23:31.601Z | Compiling waitgroup v0.1.2 |
1847 | 2024-03-12T19:23:31.692Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1848 | 2024-03-12T19:23:31.886Z | Compiling async-stream v0.3.5 |
1849 | 2024-03-12T19:23:31.953Z | Compiling tempfile v3.10.0 |
1850 | 2024-03-12T19:23:32.325Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1851 | 2024-03-12T19:23:33.554Z | Compiling slog-bunyan v2.5.0 |
1852 | 2024-03-12T19:23:33.844Z | Compiling slog-term v2.9.0 |
1853 | 2024-03-12T19:23:33.890Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1854 | 2024-03-12T19:23:35.376Z | Compiling tokio-rustls v0.25.0 |
1855 | 2024-03-12T19:23:35.842Z | Compiling parse-display-derive v0.9.0 |
1856 | 2024-03-12T19:23:36.773Z | Compiling toml v0.8.10 |
1857 | 2024-03-12T19:23:36.824Z | Compiling rustls-pemfile v2.1.1 |
1858 | 2024-03-12T19:23:37.601Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1859 | 2024-03-12T19:23:39.165Z | Compiling serde_with_macros v3.6.1 |
1860 | 2024-03-12T19:23:39.448Z | Compiling sha1 v0.10.6 |
1861 | 2024-03-12T19:23:39.862Z | Compiling crossbeam-deque v0.8.3 |
1862 | 2024-03-12T19:23:40.239Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1863 | 2024-03-12T19:23:40.382Z | Compiling colored v2.1.0 |
1864 | 2024-03-12T19:23:41.736Z | Compiling newtype-uuid v1.0.1 |
1865 | 2024-03-12T19:23:41.915Z | Compiling serde_path_to_error v0.1.15 |
1866 | 2024-03-12T19:23:42.091Z | Compiling socket2 v0.4.9 |
1867 | 2024-03-12T19:23:42.261Z | Compiling instant v0.1.12 |
1868 | 2024-03-12T19:23:42.436Z | Compiling debug-ignore v1.0.5 |
1869 | 2024-03-12T19:23:43.007Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1870 | 2024-03-12T19:23:43.010Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1871 | 2024-03-12T19:23:43.764Z | Compiling backoff v0.4.0 |
1872 | 2024-03-12T19:23:44.139Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1873 | 2024-03-12T19:23:44.496Z | Compiling serde_with v3.6.1 |
1874 | 2024-03-12T19:23:47.014Z | Compiling parse-display v0.9.0 |
1875 | 2024-03-12T19:23:48.936Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1876 | 2024-03-12T19:23:49.109Z | Compiling camino-tempfile v1.1.1 |
1877 | 2024-03-12T19:23:49.236Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1878 | 2024-03-12T19:23:49.356Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1879 | 2024-03-12T19:23:49.463Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1880 | 2024-03-12T19:23:49.606Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1881 | 2024-03-12T19:23:49.653Z | Compiling heck v0.3.3 |
1882 | 2024-03-12T19:23:49.854Z | Compiling textwrap v0.11.0 |
1883 | 2024-03-12T19:23:49.913Z | Compiling macaddr v1.0.1 |
1884 | 2024-03-12T19:23:50.023Z | Compiling num-derive v0.4.0 |
1885 | 2024-03-12T19:23:50.556Z | Compiling ansi_term v0.12.1 |
1886 | 2024-03-12T19:23:50.921Z | Compiling strsim v0.8.0 |
1887 | 2024-03-12T19:23:50.954Z | Compiling vec_map v0.8.2 |
1888 | 2024-03-12T19:23:51.306Z | Compiling libefi-sys v0.1.0 |
1889 | 2024-03-12T19:23:51.374Z | Compiling clap v2.34.0 |
1890 | 2024-03-12T19:23:51.626Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1891 | 2024-03-12T19:23:52.039Z | Compiling structopt-derive v0.4.18 |
1892 | 2024-03-12T19:23:52.228Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
1893 | 2024-03-12T19:23:52.291Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1894 | 2024-03-12T19:23:52.876Z | Compiling rayon v1.9.0 |
1895 | 2024-03-12T19:23:53.890Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1896 | 2024-03-12T19:23:54.886Z | Compiling smf v0.2.2 |
1897 | 2024-03-12T19:23:55.597Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1898 | 2024-03-12T19:23:55.970Z | Compiling blake3 v1.5.0 |
1899 | 2024-03-12T19:23:56.512Z | Compiling portable-atomic v1.4.3 |
1900 | 2024-03-12T19:23:57.488Z | Compiling structopt v0.3.26 |
1901 | 2024-03-12T19:23:57.548Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1902 | 2024-03-12T19:23:57.670Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1903 | 2024-03-12T19:23:57.966Z | Compiling memmap2 v0.7.1 |
1904 | 2024-03-12T19:23:58.534Z | Compiling filetime v0.2.23 |
1905 | 2024-03-12T19:23:58.944Z | Compiling xattr v1.0.1 |
1906 | 2024-03-12T19:23:58.944Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1907 | 2024-03-12T19:23:58.944Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1908 | 2024-03-12T19:23:58.944Z | Compiling arrayref v0.3.7 |
1909 | 2024-03-12T19:23:58.944Z | Compiling arrayvec v0.7.4 |
1910 | 2024-03-12T19:23:58.944Z | Compiling same-file v1.0.6 |
1911 | 2024-03-12T19:23:59.075Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1912 | 2024-03-12T19:23:59.192Z | Compiling constant_time_eq v0.3.0 |
1913 | 2024-03-12T19:23:59.240Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1914 | 2024-03-12T19:24:00.264Z | Compiling walkdir v2.4.0 |
1915 | 2024-03-12T19:24:01.483Z | Compiling tar v0.4.40 |
1916 | 2024-03-12T19:24:01.880Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1917 | 2024-03-12T19:24:02.143Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1918 | 2024-03-12T19:24:03.431Z | Compiling gethostname v0.4.3 |
1919 | 2024-03-12T19:24:03.713Z | Compiling number_prefix v0.4.0 |
1920 | 2024-03-12T19:24:03.974Z | Compiling topological-sort v0.2.2 |
1921 | 2024-03-12T19:24:04.231Z | Compiling omicron-zone-package v0.11.0 |
1922 | 2024-03-12T19:24:04.574Z | Compiling indicatif v0.17.8 |
1923 | 2024-03-12T19:24:06.517Z | Compiling swrite v0.1.0 |
1924 | 2024-03-12T19:24:09.582Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1925 | 2024-03-12T19:24:12.665Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1926 | 2024-03-12T19:24:13.367Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1927 | 2024-03-12T19:24:15.583Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1928 | 2024-03-12T19:24:33.721Z | Finished release [optimized] target(s) in 5m 05s |
1929 | 2024-03-12T19:24:33.830Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1930 | 2024-03-12T19:24:33.893Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1931 | 2024-03-12T19:24:33.908Z | Created new build target 'test' and set it as active |
1932 | 2024-03-12T19:24:33.909Z | |
1933 | 2024-03-12T19:24:33.909Z | real 5:05.899716540 |
1934 | 2024-03-12T19:24:33.909Z | user 32:25.301064759 |
1935 | 2024-03-12T19:24:33.909Z | sys 3:45.779601520 |
1936 | 2024-03-12T19:24:33.909Z | trap 0.954562297 |
1937 | 2024-03-12T19:24:33.909Z | tflt 5.168535062 |
1938 | 2024-03-12T19:24:33.909Z | dflt 3.184407154 |
1939 | 2024-03-12T19:24:33.909Z | kflt 0.038278181 |
1940 | 2024-03-12T19:24:33.909Z | lock 1:08:59.401616375 |
1941 | 2024-03-12T19:24:33.909Z | slp 1:32:23.326098435 |
1942 | 2024-03-12T19:24:33.909Z | lat 2:07.063525277 |
1943 | 2024-03-12T19:24:33.909Z | stop 3:37.430024582 |
1944 | 2024-03-12T19:24:33.909Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1945 | 2024-03-12T19:24:34.676Z | Finished release [optimized] target(s) in 0.71s |
1946 | 2024-03-12T19:24:34.693Z | Running `target/release/omicron-package -t test package` |
1947 | 2024-03-12T19:24:34.693Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1948 | 2024-03-12T19:24:35.528Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1949 | 2024-03-12T19:24:35.528Z | Compiling linked-hash-map v0.5.6 |
1950 | 2024-03-12T19:24:35.604Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1951 | 2024-03-12T19:24:35.604Z | Compiling password-hash v0.5.0 |
1952 | 2024-03-12T19:24:35.604Z | Compiling usdt-attr-macro v0.5.0 |
1953 | 2024-03-12T19:24:35.604Z | Compiling usdt-macro v0.5.0 |
1954 | 2024-03-12T19:24:35.700Z | Compiling blake2 v0.10.6 |
1955 | 2024-03-12T19:24:35.700Z | Compiling memmap v0.7.0 |
1956 | 2024-03-12T19:24:35.921Z | Compiling lru-cache v0.1.2 |
1957 | 2024-03-12T19:24:36.330Z | Compiling semver v0.1.20 |
1958 | 2024-03-12T19:24:36.330Z | Compiling argon2 v0.5.3 |
1959 | 2024-03-12T19:24:36.525Z | Compiling rustc_version v0.1.7 |
1960 | 2024-03-12T19:24:36.900Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1961 | 2024-03-12T19:24:36.956Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1962 | 2024-03-12T19:24:36.956Z | Compiling newtype_derive v0.1.6 |
1963 | 2024-03-12T19:24:37.020Z | Compiling usdt v0.5.0 |
1964 | 2024-03-12T19:24:37.138Z | Compiling quick-error v1.2.3 |
1965 | 2024-03-12T19:24:37.270Z | Compiling humantime v2.1.0 |
1966 | 2024-03-12T19:24:37.285Z | Compiling resolv-conf v0.7.0 |
1967 | 2024-03-12T19:24:37.567Z | Compiling rayon-core v1.12.1 |
1968 | 2024-03-12T19:24:37.586Z | Compiling itertools v0.12.1 |
1969 | 2024-03-12T19:24:37.831Z | Compiling trust-dns-resolver v0.22.0 |
1970 | 2024-03-12T19:24:38.165Z | Compiling crossbeam-deque v0.8.3 |
1971 | 2024-03-12T19:24:38.406Z | Compiling slog-dtrace v0.3.0 |
1972 | 2024-03-12T19:24:38.520Z | Compiling same-file v1.0.6 |
1973 | 2024-03-12T19:24:38.709Z | Compiling fastrand v2.0.1 |
1974 | 2024-03-12T19:24:38.886Z | Compiling walkdir v2.4.0 |
1975 | 2024-03-12T19:24:38.934Z | Compiling steno v0.4.0 |
1976 | 2024-03-12T19:24:39.220Z | Compiling tempfile v3.10.0 |
1977 | 2024-03-12T19:24:39.385Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1978 | 2024-03-12T19:24:39.906Z | Compiling camino v1.1.6 |
1979 | 2024-03-12T19:24:39.968Z | Compiling semver-parser v0.10.2 |
1980 | 2024-03-12T19:24:40.435Z | Compiling derive-where v1.2.7 |
1981 | 2024-03-12T19:24:41.317Z | Compiling semver v0.11.0 |
1982 | 2024-03-12T19:24:41.522Z | Compiling blake3 v1.5.0 |
1983 | 2024-03-12T19:24:41.593Z | Compiling rayon v1.9.0 |
1984 | 2024-03-12T19:24:42.469Z | Compiling nibble_vec v0.1.0 |
1985 | 2024-03-12T19:24:42.707Z | Compiling memmap2 v0.7.1 |
1986 | 2024-03-12T19:24:43.576Z | Compiling filetime v0.2.23 |
1987 | 2024-03-12T19:24:43.713Z | Compiling xattr v1.0.1 |
1988 | 2024-03-12T19:24:43.713Z | Compiling num-rational v0.4.1 |
1989 | 2024-03-12T19:24:43.899Z | Compiling radium v0.7.0 |
1990 | 2024-03-12T19:24:43.900Z | Compiling arrayref v0.3.7 |
1991 | 2024-03-12T19:24:43.900Z | Compiling endian-type v0.1.2 |
1992 | 2024-03-12T19:24:43.900Z | Compiling home v0.5.5 |
1993 | 2024-03-12T19:24:44.053Z | Compiling arrayvec v0.7.4 |
1994 | 2024-03-12T19:24:44.053Z | Compiling constant_time_eq v0.3.0 |
1995 | 2024-03-12T19:24:44.305Z | Compiling radix_trie v0.2.1 |
1996 | 2024-03-12T19:24:44.305Z | Compiling toolchain_find v0.2.0 |
1997 | 2024-03-12T19:24:44.563Z | Compiling tar v0.4.40 |
1998 | 2024-03-12T19:24:44.578Z | Compiling camino-tempfile v1.1.1 |
1999 | 2024-03-12T19:24:44.943Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2000 | 2024-03-12T19:24:44.989Z | Compiling toml v0.5.11 |
2001 | 2024-03-12T19:24:45.352Z | Compiling topological-sort v0.2.2 |
2002 | 2024-03-12T19:24:45.828Z | Compiling maybe-uninit v2.0.0 |
2003 | 2024-03-12T19:24:46.218Z | Compiling tap v1.0.1 |
2004 | 2024-03-12T19:24:46.582Z | Compiling wyz v0.5.1 |
2005 | 2024-03-12T19:24:46.635Z | Compiling rustfmt-wrapper v0.2.0 |
2006 | 2024-03-12T19:24:46.647Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2007 | 2024-03-12T19:24:47.263Z | Compiling omicron-zone-package v0.11.0 |
2008 | 2024-03-12T19:24:48.273Z | Compiling toml v0.8.10 |
2009 | 2024-03-12T19:24:48.408Z | Compiling num-complex v0.4.4 |
2010 | 2024-03-12T19:24:59.947Z | Compiling cancel-safe-futures v0.1.5 |
2011 | 2024-03-12T19:25:00.194Z | Compiling num-bigint-dig v0.8.4 |
2012 | 2024-03-12T19:25:00.194Z | Compiling funty v2.0.0 |
2013 | 2024-03-12T19:25:00.194Z | Compiling packed_struct v0.10.1 |
2014 | 2024-03-12T19:25:00.194Z | Compiling crc-catalog v2.2.0 |
2015 | 2024-03-12T19:25:00.194Z | Compiling crc v3.0.1 |
2016 | 2024-03-12T19:25:00.194Z | Compiling num v0.4.1 |
2017 | 2024-03-12T19:25:00.194Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2018 | 2024-03-12T19:25:00.195Z | Compiling bitvec v1.0.1 |
2019 | 2024-03-12T19:25:00.195Z | Compiling fxhash v0.2.1 |
2020 | 2024-03-12T19:25:00.195Z | Compiling packed_struct_codegen v0.10.1 |
2021 | 2024-03-12T19:25:00.195Z | Compiling indexmap v1.9.3 |
2022 | 2024-03-12T19:25:00.195Z | Compiling utf-8 v0.7.6 |
2023 | 2024-03-12T19:25:00.195Z | Compiling nodrop v0.1.14 |
2024 | 2024-03-12T19:25:00.195Z | Compiling array-init v0.0.4 |
2025 | 2024-03-12T19:25:00.195Z | Compiling tungstenite v0.20.1 |
2026 | 2024-03-12T19:25:00.195Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2027 | 2024-03-12T19:25:00.195Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2028 | 2024-03-12T19:25:00.325Z | Compiling smallvec v0.6.14 |
2029 | 2024-03-12T19:25:00.325Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2030 | 2024-03-12T19:25:00.325Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2031 | 2024-03-12T19:25:01.751Z | Compiling pkcs1 v0.7.5 |
2032 | 2024-03-12T19:25:02.728Z | Compiling is-terminal v0.4.9 |
2033 | 2024-03-12T19:25:02.856Z | Compiling signature v2.1.0 |
2034 | 2024-03-12T19:25:03.094Z | Compiling half v2.3.1 |
2035 | 2024-03-12T19:25:03.820Z | Compiling ciborium-io v0.2.2 |
2036 | 2024-03-12T19:25:03.974Z | Compiling bitfield v0.14.0 |
2037 | 2024-03-12T19:25:04.244Z | Compiling hashbrown v0.12.3 |
2038 | 2024-03-12T19:25:04.908Z | Compiling termcolor v1.2.0 |
2039 | 2024-03-12T19:25:05.506Z | Compiling display-error-chain v0.2.0 |
2040 | 2024-03-12T19:25:05.685Z | Compiling env_logger v0.10.0 |
2041 | 2024-03-12T19:25:05.955Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2042 | 2024-03-12T19:25:06.629Z | Compiling ciborium-ll v0.2.2 |
2043 | 2024-03-12T19:25:06.962Z | Compiling rsa v0.9.2 |
2044 | 2024-03-12T19:25:07.094Z | Compiling serde-hex v0.1.0 |
2045 | 2024-03-12T19:25:09.617Z | Compiling tokio-tungstenite v0.20.1 |
2046 | 2024-03-12T19:25:10.204Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2047 | 2024-03-12T19:25:10.509Z | Compiling x509-cert v0.2.4 |
2048 | 2024-03-12T19:25:12.218Z | Compiling ron v0.8.1 |
2049 | 2024-03-12T19:25:12.361Z | Compiling hashbrown v0.13.2 |
2050 | 2024-03-12T19:25:13.686Z | Compiling unicase v2.7.0 |
2051 | 2024-03-12T19:25:14.008Z | Compiling crc-any v2.4.3 |
2052 | 2024-03-12T19:25:14.970Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2053 | 2024-03-12T19:25:16.619Z | Compiling object v0.30.4 |
2054 | 2024-03-12T19:25:18.207Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2055 | 2024-03-12T19:25:18.230Z | Compiling ciborium v0.2.2 |
2056 | 2024-03-12T19:25:20.002Z | Compiling arc-swap v1.6.0 |
2057 | 2024-03-12T19:25:20.337Z | Compiling path-slash v0.1.5 |
2058 | 2024-03-12T19:25:20.557Z | Compiling slog-scope v4.4.0 |
2059 | 2024-03-12T19:25:20.715Z | Compiling libsw v3.3.1 |
2060 | 2024-03-12T19:25:21.037Z | Compiling dirs-sys-next v0.1.2 |
2061 | 2024-03-12T19:25:21.498Z | Compiling owo-colors v4.0.0 |
2062 | 2024-03-12T19:25:21.516Z | Compiling parking_lot_core v0.8.6 |
2063 | 2024-03-12T19:25:21.912Z | Compiling convert_case v0.4.0 |
2064 | 2024-03-12T19:25:22.719Z | Compiling glob v0.3.1 |
2065 | 2024-03-12T19:25:22.976Z | Compiling crunchy v0.2.2 |
2066 | 2024-03-12T19:25:23.390Z | Compiling linear-map v1.2.0 |
2067 | 2024-03-12T19:25:23.513Z | Compiling clang-sys v1.6.1 |
2068 | 2024-03-12T19:25:23.801Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2069 | 2024-03-12T19:25:24.142Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2070 | 2024-03-12T19:25:24.215Z | Compiling derive_more v0.99.17 |
2071 | 2024-03-12T19:25:30.423Z | Compiling dirs-next v2.0.0 |
2072 | 2024-03-12T19:25:30.451Z | Compiling slog-stdlog v4.1.1 |
2073 | 2024-03-12T19:25:31.315Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2074 | 2024-03-12T19:25:34.166Z | Compiling tiny-keccak v2.0.2 |
2075 | 2024-03-12T19:25:34.166Z | Compiling prettyplease v0.2.16 |
2076 | 2024-03-12T19:25:34.166Z | Compiling slog-envlogger v2.2.0 |
2077 | 2024-03-12T19:25:34.166Z | Compiling term v0.7.0 |
2078 | 2024-03-12T19:25:34.393Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2079 | 2024-03-12T19:25:34.626Z | Compiling darling_core v0.14.4 |
2080 | 2024-03-12T19:25:35.389Z | Compiling pem v3.0.2 |
2081 | 2024-03-12T19:25:37.032Z | Compiling platforms v3.0.2 |
2082 | 2024-03-12T19:25:37.608Z | Compiling parking_lot v0.11.2 |
2083 | 2024-03-12T19:25:37.612Z | Compiling ascii-canvas v3.0.0 |
2084 | 2024-03-12T19:25:37.612Z | Compiling mime_guess v2.0.4 |
2085 | 2024-03-12T19:25:37.821Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2086 | 2024-03-12T19:25:38.886Z | Compiling trust-dns-client v0.22.0 |
2087 | 2024-03-12T19:25:39.814Z | Compiling darling_macro v0.14.4 |
2088 | 2024-03-12T19:25:41.117Z | Compiling ena v0.14.2 |
2089 | 2024-03-12T19:25:41.122Z | Compiling libloading v0.7.4 |
2090 | 2024-03-12T19:25:41.477Z | Compiling diff v0.1.13 |
2091 | 2024-03-12T19:25:42.048Z | Compiling doc-comment v0.3.3 |
2092 | 2024-03-12T19:25:42.533Z | Compiling buf-list v1.0.3 |
2093 | 2024-03-12T19:25:42.839Z | Compiling regex-syntax v0.6.29 |
2094 | 2024-03-12T19:25:43.059Z | Compiling bindgen v0.69.2 |
2095 | 2024-03-12T19:25:43.676Z | Compiling trust-dns-server v0.22.1 |
2096 | 2024-03-12T19:25:48.029Z | Compiling lalrpop v0.19.12 |
2097 | 2024-03-12T19:25:48.218Z | Compiling darling v0.14.4 |
2098 | 2024-03-12T19:25:48.860Z | Compiling sled v0.34.7 |
2099 | 2024-03-12T19:25:50.286Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2100 | 2024-03-12T19:25:51.288Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2101 | 2024-03-12T19:25:52.641Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2102 | 2024-03-12T19:25:52.850Z | Compiling cexpr v0.6.0 |
2103 | 2024-03-12T19:25:54.311Z | Compiling which v4.4.0 |
2104 | 2024-03-12T19:25:54.842Z | Compiling pin-project-internal v1.1.3 |
2105 | 2024-03-12T19:25:55.187Z | Compiling vte_generate_state_changes v0.1.1 |
2106 | 2024-03-12T19:25:55.781Z | Compiling memoffset v0.7.1 |
2107 | 2024-03-12T19:25:56.136Z | Compiling lazycell v1.3.0 |
2108 | 2024-03-12T19:25:56.293Z | Compiling shlex v1.3.0 |
2109 | 2024-03-12T19:25:56.678Z | Compiling ref-cast v1.0.20 |
2110 | 2024-03-12T19:25:57.115Z | Compiling peeking_take_while v0.1.2 |
2111 | 2024-03-12T19:25:57.247Z | Compiling rustc-hash v1.1.0 |
2112 | 2024-03-12T19:25:57.389Z | Compiling bytecount v0.6.3 |
2113 | 2024-03-12T19:25:57.601Z | Compiling pin-project v1.1.3 |
2114 | 2024-03-12T19:25:57.687Z | Compiling papergrid v0.11.0 |
2115 | 2024-03-12T19:26:03.292Z | Compiling vte v0.11.1 |
2116 | 2024-03-12T19:26:05.308Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2117 | 2024-03-12T19:26:05.973Z | Compiling curve25519-dalek v4.1.1 |
2118 | 2024-03-12T19:26:08.104Z | Compiling derive_builder_core v0.12.0 |
2119 | 2024-03-12T19:26:11.673Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2120 | 2024-03-12T19:26:11.762Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2121 | 2024-03-12T19:26:12.040Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2122 | 2024-03-12T19:26:12.389Z | Compiling tabled_derive v0.7.0 |
2123 | 2024-03-12T19:26:14.694Z | Compiling headers-core v0.2.0 |
2124 | 2024-03-12T19:26:14.870Z | Compiling kstat-rs v0.2.3 |
2125 | 2024-03-12T19:26:15.383Z | Compiling polar-core v0.27.0 |
2126 | 2024-03-12T19:26:15.798Z | Compiling snafu-derive v0.7.5 |
2127 | 2024-03-12T19:26:16.542Z | Compiling libxml v0.3.3 |
2128 | 2024-03-12T19:26:16.891Z | Compiling ref-cast-impl v1.0.20 |
2129 | 2024-03-12T19:26:17.079Z | Compiling fs-err v2.11.0 |
2130 | 2024-03-12T19:26:17.784Z | Compiling keccak v0.1.4 |
2131 | 2024-03-12T19:26:18.148Z | Compiling sha3 v0.10.8 |
2132 | 2024-03-12T19:26:19.015Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2133 | 2024-03-12T19:26:20.745Z | Compiling snafu v0.7.5 |
2134 | 2024-03-12T19:26:22.185Z | Compiling headers v0.3.9 |
2135 | 2024-03-12T19:26:22.978Z | Compiling tabled v0.15.0 |
2136 | 2024-03-12T19:26:29.018Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2137 | 2024-03-12T19:26:29.224Z | Compiling derive_builder_macro v0.12.0 |
2138 | 2024-03-12T19:26:29.224Z | Compiling strip-ansi-escapes v0.2.0 |
2139 | 2024-03-12T19:26:29.224Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2140 | 2024-03-12T19:26:29.224Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2141 | 2024-03-12T19:26:30.052Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2142 | 2024-03-12T19:26:31.022Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2143 | 2024-03-12T19:26:31.175Z | Compiling globset v0.4.13 |
2144 | 2024-03-12T19:26:32.334Z | Compiling fd-lock v4.0.2 |
2145 | 2024-03-12T19:26:32.570Z | Compiling fd-lock v3.0.13 |
2146 | 2024-03-12T19:26:32.788Z | Compiling olpc-cjson v0.1.3 |
2147 | 2024-03-12T19:26:33.095Z | Compiling universal-hash v0.5.1 |
2148 | 2024-03-12T19:26:33.301Z | Compiling strum_macros v0.24.3 |
2149 | 2024-03-12T19:26:34.393Z | Compiling nix v0.27.1 |
2150 | 2024-03-12T19:26:36.343Z | Compiling secrecy v0.8.0 |
2151 | 2024-03-12T19:26:36.602Z | Compiling serde_plain v1.0.2 |
2152 | 2024-03-12T19:26:36.810Z | Compiling nanorand v0.7.0 |
2153 | 2024-03-12T19:26:37.133Z | Compiling async-recursion v1.0.5 |
2154 | 2024-03-12T19:26:37.199Z | Compiling curve25519-dalek-derive v0.1.0 |
2155 | 2024-03-12T19:26:37.527Z | Compiling thiserror-impl-no-std v2.0.2 |
2156 | 2024-03-12T19:26:38.084Z | Compiling sqlparser_derive v0.2.2 |
2157 | 2024-03-12T19:26:38.954Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2158 | 2024-03-12T19:26:38.968Z | Compiling cookie v0.18.0 |
2159 | 2024-03-12T19:26:39.088Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2160 | 2024-03-12T19:26:39.166Z | Compiling signature v1.6.4 |
2161 | 2024-03-12T19:26:39.329Z | Compiling opaque-debug v0.3.0 |
2162 | 2024-03-12T19:26:39.385Z | Compiling strum v0.25.0 |
2163 | 2024-03-12T19:26:39.417Z | Compiling unicode_categories v0.1.1 |
2164 | 2024-03-12T19:26:39.562Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2165 | 2024-03-12T19:26:39.593Z | Compiling typed-path v0.7.0 |
2166 | 2024-03-12T19:26:39.766Z | Compiling nu-ansi-term v0.50.0 |
2167 | 2024-03-12T19:26:40.186Z | Compiling salty v0.2.0 |
2168 | 2024-03-12T19:26:40.219Z | Compiling indoc v1.0.9 |
2169 | 2024-03-12T19:26:40.583Z | Compiling reedline v0.30.0 |
2170 | 2024-03-12T19:26:40.741Z | Compiling thiserror-no-std v2.0.2 |
2171 | 2024-03-12T19:26:40.857Z | Compiling rustyline v13.0.0 |
2172 | 2024-03-12T19:26:41.056Z | Compiling sqlformat v0.2.3 |
2173 | 2024-03-12T19:26:46.409Z | Compiling tough v0.16.0 |
2174 | 2024-03-12T19:26:46.469Z | Compiling poly1305 v0.8.0 |
2175 | 2024-03-12T19:26:48.231Z | Compiling ed25519 v1.5.3 |
2176 | 2024-03-12T19:26:48.608Z | Compiling sqlparser v0.43.1 |
2177 | 2024-03-12T19:26:49.806Z | Compiling flume v0.11.0 |
2178 | 2024-03-12T19:26:54.109Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2179 | 2024-03-12T19:26:56.383Z | Compiling derive_builder v0.12.0 |
2180 | 2024-03-12T19:27:05.685Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2181 | 2024-03-12T19:27:06.516Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2182 | 2024-03-12T19:27:06.821Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2183 | 2024-03-12T19:27:07.102Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2184 | 2024-03-12T19:27:07.388Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2185 | 2024-03-12T19:27:11.239Z | Compiling chacha20 v0.9.1 |
2186 | 2024-03-12T19:27:11.698Z | Compiling bb8 v0.8.3 |
2187 | 2024-03-12T19:27:12.165Z | Compiling aead v0.5.2 |
2188 | 2024-03-12T19:27:12.660Z | Compiling bcs v0.1.6 |
2189 | 2024-03-12T19:27:13.555Z | Compiling quick-xml v0.30.0 |
2190 | 2024-03-12T19:27:16.697Z | Compiling serde-big-array v0.5.1 |
2191 | 2024-03-12T19:27:16.945Z | Compiling oso-derive v0.27.0 |
2192 | 2024-03-12T19:27:17.838Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2193 | 2024-03-12T19:27:17.891Z | Compiling impl-trait-for-tuples v0.2.2 |
2194 | 2024-03-12T19:27:18.653Z | Compiling maplit v1.0.2 |
2195 | 2024-03-12T19:27:18.774Z | Compiling highway v1.1.0 |
2196 | 2024-03-12T19:27:19.811Z | Compiling parse-size v1.0.0 |
2197 | 2024-03-12T19:27:20.114Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2198 | 2024-03-12T19:27:22.712Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2199 | 2024-03-12T19:27:23.511Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2200 | 2024-03-12T19:27:27.822Z | Compiling oso v0.27.0 |
2201 | 2024-03-12T19:27:39.680Z | Compiling chacha20poly1305 v0.10.1 |
2202 | 2024-03-12T19:27:39.895Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2203 | 2024-03-12T19:27:40.617Z | Compiling vsss-rs v3.3.4 |
2204 | 2024-03-12T19:27:49.598Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2205 | 2024-03-12T19:27:50.265Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-03-12T19:27:50.891Z | Compiling signal-hook-tokio v0.3.1 |
2207 | 2024-03-12T19:27:50.910Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2208 | 2024-03-12T19:27:51.103Z | Compiling castaway v0.2.2 |
2209 | 2024-03-12T19:27:51.275Z | Compiling serde-big-array v0.4.1 |
2210 | 2024-03-12T19:27:51.789Z | Compiling http-range v0.1.5 |
2211 | 2024-03-12T19:27:52.380Z | Compiling hyper-staticfile v0.9.5 |
2212 | 2024-03-12T19:27:53.154Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2213 | 2024-03-12T19:27:53.847Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2214 | 2024-03-12T19:27:54.817Z | Compiling compact_str v0.7.1 |
2215 | 2024-03-12T19:27:55.738Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2216 | 2024-03-12T19:27:56.342Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2217 | 2024-03-12T19:28:03.743Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2218 | 2024-03-12T19:28:06.653Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2219 | 2024-03-12T19:28:16.192Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2220 | 2024-03-12T19:28:16.192Z | Compiling lru v0.12.1 |
2221 | 2024-03-12T19:28:16.192Z | Compiling stability v0.1.1 |
2222 | 2024-03-12T19:28:16.192Z | Compiling corncobs v0.1.3 |
2223 | 2024-03-12T19:28:16.193Z | Compiling indoc v2.0.3 |
2224 | 2024-03-12T19:28:16.193Z | Compiling cassowary v0.3.0 |
2225 | 2024-03-12T19:28:16.193Z | Compiling ratatui v0.26.1 |
2226 | 2024-03-12T19:28:17.133Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2227 | 2024-03-12T19:28:17.294Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2228 | 2024-03-12T19:28:17.668Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2229 | 2024-03-12T19:28:17.865Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2230 | 2024-03-12T19:28:20.420Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2231 | 2024-03-12T19:28:31.817Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2232 | 2024-03-12T19:28:32.123Z | Compiling unicode-linebreak v0.1.5 |
2233 | 2024-03-12T19:28:33.890Z | Compiling smawk v0.3.1 |
2234 | 2024-03-12T19:28:33.897Z | Compiling textwrap v0.16.1 |
2235 | 2024-03-12T19:28:36.616Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2236 | 2024-03-12T19:28:36.808Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2237 | 2024-03-12T19:28:38.461Z | Compiling rcgen v0.12.1 |
2238 | 2024-03-12T19:28:41.805Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2239 | 2024-03-12T19:28:42.231Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2240 | 2024-03-12T19:28:49.402Z | Compiling atomicwrites v0.4.3 |
2241 | 2024-03-12T19:28:49.954Z | Compiling fatfs v0.3.6 |
2242 | 2024-03-12T19:28:50.544Z | Compiling subprocess v0.2.9 |
2243 | 2024-03-12T19:28:51.419Z | Compiling rtoolbox v0.0.1 |
2244 | 2024-03-12T19:28:51.500Z | Compiling is_ci v1.2.0 |
2245 | 2024-03-12T19:28:51.786Z | Compiling assert_matches v1.5.0 |
2246 | 2024-03-12T19:28:51.824Z | Compiling supports-color v3.0.0 |
2247 | 2024-03-12T19:28:52.479Z | Compiling rpassword v7.3.1 |
2248 | 2024-03-12T19:28:52.926Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2249 | 2024-03-12T19:28:53.424Z | Compiling tui-tree-widget v0.17.0 |
2250 | 2024-03-12T19:28:53.424Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2251 | 2024-03-12T19:28:55.817Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2252 | 2024-03-12T19:28:59.887Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2253 | 2024-03-12T19:29:00.168Z | Compiling csv-core v0.1.11 |
2254 | 2024-03-12T19:29:01.076Z | Compiling shell-words v1.1.0 |
2255 | 2024-03-12T19:29:01.531Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2256 | 2024-03-12T19:29:02.337Z | Compiling csv v1.3.0 |
2257 | 2024-03-12T19:29:04.531Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2258 | 2024-03-12T19:29:54.302Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2259 | 2024-03-12T19:29:56.290Z | Compiling multimap v0.10.0 |
2260 | 2024-03-12T19:31:46.819Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2261 | 2024-03-12T19:31:53.413Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2262 | 2024-03-12T19:31:53.426Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2263 | 2024-03-12T19:37:42.570Z | Finished release [optimized] target(s) in 13m 07s |
2264 | 2024-03-12T19:38:57.599Z | |
2265 | 2024-03-12T19:38:57.604Z | real 14:23.549257132 |
2266 | 2024-03-12T19:38:57.605Z | user 1:38:24.570601214 |
2267 | 2024-03-12T19:38:57.605Z | sys 4:06.129331946 |
2268 | 2024-03-12T19:38:57.605Z | trap 2.230007329 |
2269 | 2024-03-12T19:38:57.605Z | tflt 1.993926125 |
2270 | 2024-03-12T19:38:57.605Z | dflt 3.197876136 |
2271 | 2024-03-12T19:38:57.605Z | kflt 0.070573837 |
2272 | 2024-03-12T19:38:57.605Z | lock 6:07:25.765069669 |
2273 | 2024-03-12T19:38:57.605Z | slp 3:56:51.031673657 |
2274 | 2024-03-12T19:38:57.605Z | lat 2:15.426164211 |
2275 | 2024-03-12T19:38:57.605Z | stop 55.357662498 |
2276 | 2024-03-12T19:38:57.605Z | + 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/*) |
2277 | 2024-03-12T19:38:57.605Z | + pfexec mkdir -p /work |
2278 | 2024-03-12T19:38:57.612Z | + pfexec chown build /work |
2279 | 2024-03-12T19:38:57.612Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2280 | 2024-03-12T19:39:06.922Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2281 | 2024-03-12T19:39:06.922Z | a out/mg-ddm-gz.tar 66076K |
2282 | 2024-03-12T19:39:06.922Z | a out/omicron-sled-agent.tar 106548K |
2283 | 2024-03-12T19:39:06.922Z | a out/oxlog.tar 6099K |
2284 | 2024-03-12T19:39:06.922Z | a out/target/test 1K |
2285 | 2024-03-12T19:39:06.922Z | a out/npuzone/npuzone 36313K |
2286 | 2024-03-12T19:39:06.922Z | a package-manifest.toml 26K |
2287 | 2024-03-12T19:39:06.923Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2288 | 2024-03-12T19:39:06.923Z | a target/release/omicron-package 38568K |
2289 | 2024-03-12T19:39:06.923Z | a tools/create_virtual_hardware.sh 4K |
2290 | 2024-03-12T19:39:06.923Z | a tools/virtual_hardware.sh 4K |
2291 | 2024-03-12T19:39:06.923Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2292 | 2024-03-12T19:39:06.923Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2293 | 2024-03-12T19:39:06.923Z | a tools/scrimlet/softnpu-init.sh 3K |
2294 | 2024-03-12T19:39:06.923Z | a tools/scrimlet/softnpu-zone.txt 1K |
2295 | 2024-03-12T19:39:06.923Z | a tools/scrimlet/softnpu.toml 1K |
2296 | 2024-03-12T19:39:06.927Z | |
2297 | 2024-03-12T19:39:06.927Z | real 9.312685432 |
2298 | 2024-03-12T19:39:06.927Z | user 8.999132137 |
2299 | 2024-03-12T19:39:06.927Z | sys 0.647192307 |
2300 | 2024-03-12T19:39:06.927Z | trap 0.001619835 |
2301 | 2024-03-12T19:39:06.927Z | tflt 0.000000000 |
2302 | 2024-03-12T19:39:06.927Z | dflt 0.000000000 |
2303 | 2024-03-12T19:39:06.928Z | kflt 0.000000000 |
2304 | 2024-03-12T19:39:06.928Z | lock 0.000000000 |
2305 | 2024-03-12T19:39:06.928Z | slp 8.757588197 |
2306 | 2024-03-12T19:39:06.928Z | lat 0.216936390 |
2307 | 2024-03-12T19:39:06.928Z | stop 0.000178081 |
2308 | 2024-03-12T19:39:06.928Z | ++ pwd |
2309 | 2024-03-12T19:39:06.928Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2310 | 2024-03-12T19:39:06.928Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2311 | 2024-03-12T19:39:06.931Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2312 | 2024-03-12T19:39:07.696Z | Finished release [optimized] target(s) in 0.71s |
2313 | 2024-03-12T19:39:07.714Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2314 | 2024-03-12T19:39:08.155Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2315 | 2024-03-12T19:39:08.170Z | Created new build target 'host' and set it as active |
2316 | 2024-03-12T19:39:08.170Z | |
2317 | 2024-03-12T19:39:08.170Z | real 0.812298633 |
2318 | 2024-03-12T19:39:08.170Z | user 0.529500527 |
2319 | 2024-03-12T19:39:08.170Z | sys 0.266262298 |
2320 | 2024-03-12T19:39:08.170Z | trap 0.000048702 |
2321 | 2024-03-12T19:39:08.171Z | tflt 0.000000000 |
2322 | 2024-03-12T19:39:08.171Z | dflt 0.000006918 |
2323 | 2024-03-12T19:39:08.171Z | kflt 0.000000000 |
2324 | 2024-03-12T19:39:08.171Z | lock 0.023474818 |
2325 | 2024-03-12T19:39:08.171Z | slp 0.093815091 |
2326 | 2024-03-12T19:39:08.171Z | lat 0.003378842 |
2327 | 2024-03-12T19:39:08.171Z | stop 0.000260270 |
2328 | 2024-03-12T19:39:08.171Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2329 | 2024-03-12T19:39:08.467Z | Finished release [optimized] target(s) in 0.67s |
2330 | 2024-03-12T19:39:08.495Z | Running `target/release/omicron-package -t host package` |
2331 | 2024-03-12T19:39:08.535Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2332 | 2024-03-12T19:39:09.265Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2333 | 2024-03-12T19:41:28.783Z | Finished release [optimized] target(s) in 2m 20s |
2334 | 2024-03-12T19:42:15.400Z | |
2335 | 2024-03-12T19:42:15.400Z | real 3:07.603563641 |
2336 | 2024-03-12T19:42:15.400Z | user 13:29.091091665 |
2337 | 2024-03-12T19:42:15.400Z | sys 36.417136701 |
2338 | 2024-03-12T19:42:15.417Z | trap 0.230278268 |
2339 | 2024-03-12T19:42:15.417Z | tflt 0.379925365 |
2340 | 2024-03-12T19:42:15.417Z | dflt 8.768779111 |
2341 | 2024-03-12T19:42:15.417Z | kflt 0.108140626 |
2342 | 2024-03-12T19:42:15.417Z | lock 1:04:07.748401104 |
2343 | 2024-03-12T19:42:15.417Z | slp 12:25.640672290 |
2344 | 2024-03-12T19:42:15.417Z | lat 7.583086784 |
2345 | 2024-03-12T19:42:15.417Z | stop 2.108467602 |
2346 | 2024-03-12T19:42:15.417Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2347 | 2024-03-12T19:42:15.418Z | + for package in "$@" |
2348 | 2024-03-12T19:42:15.418Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2349 | 2024-03-12T19:42:15.418Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git6f7ef205f1b |
2350 | 2024-03-12T19:42:16.174Z | Finished release [optimized] target(s) in 0.73s |
2351 | 2024-03-12T19:42:16.198Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git6f7ef205f1b` |
2352 | 2024-03-12T19:42:16.228Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2353 | 2024-03-12T19:42:16.418Z | Created: out/versioned/omicron-sled-agent.tar |
2354 | 2024-03-12T19:42:16.423Z | + for package in "$@" |
2355 | 2024-03-12T19:42:16.423Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2356 | 2024-03-12T19:42:16.423Z | + echo 0.0.0 |
2357 | 2024-03-12T19:42:16.426Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2358 | 2024-03-12T19:42:16.426Z | a VERSION 1K |
2359 | 2024-03-12T19:42:16.426Z | + rm VERSION |
2360 | 2024-03-12T19:42:16.426Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6f7ef205f1b |
2361 | 2024-03-12T19:42:17.174Z | Finished release [optimized] target(s) in 0.69s |
2362 | 2024-03-12T19:42:17.192Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6f7ef205f1b` |
2363 | 2024-03-12T19:42:17.630Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2364 | 2024-03-12T19:42:17.636Z | Created: out/versioned/mg-ddm-gz.tar |
2365 | 2024-03-12T19:42:17.636Z | + for package in "$@" |
2366 | 2024-03-12T19:42:17.636Z | + [[ propolis-server == mg-ddm-gz ]] |
2367 | 2024-03-12T19:42:17.636Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git6f7ef205f1b |
2368 | 2024-03-12T19:42:18.088Z | Finished release [optimized] target(s) in 0.68s |
2369 | 2024-03-12T19:42:18.109Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git6f7ef205f1b` |
2370 | 2024-03-12T19:42:18.135Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2371 | 2024-03-12T19:42:19.203Z | Created: out/versioned/propolis-server.tar.gz |
2372 | 2024-03-12T19:42:19.206Z | + for package in "$@" |
2373 | 2024-03-12T19:42:19.206Z | + [[ overlay == mg-ddm-gz ]] |
2374 | 2024-03-12T19:42:19.206Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git6f7ef205f1b |
2375 | 2024-03-12T19:42:19.949Z | Finished release [optimized] target(s) in 0.68s |
2376 | 2024-03-12T19:42:19.968Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git6f7ef205f1b` |
2377 | 2024-03-12T19:42:20.001Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2378 | 2024-03-12T19:42:20.017Z | Created: out/versioned/overlay.tar.gz |
2379 | 2024-03-12T19:42:20.017Z | + for package in "$@" |
2380 | 2024-03-12T19:42:20.018Z | + [[ oxlog == mg-ddm-gz ]] |
2381 | 2024-03-12T19:42:20.018Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git6f7ef205f1b |
2382 | 2024-03-12T19:42:25.232Z | Finished release [optimized] target(s) in 0.69s |
2383 | 2024-03-12T19:42:25.632Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git6f7ef205f1b` |
2384 | 2024-03-12T19:42:25.632Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2385 | 2024-03-12T19:42:25.632Z | Created: out/versioned/oxlog.tar |
2386 | 2024-03-12T19:42:25.632Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2387 | 2024-03-12T19:42:25.632Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2388 | 2024-03-12T19:42:25.632Z | ++ cd -- ./tools |
2389 | 2024-03-12T19:42:25.632Z | ++ pwd |
2390 | 2024-03-12T19:42:25.633Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2391 | 2024-03-12T19:42:25.633Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2392 | 2024-03-12T19:42:25.633Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2393 | 2024-03-12T19:42:25.633Z | ++ readlink -f /work |
2394 | 2024-03-12T19:42:25.633Z | + out_dir=/work |
2395 | 2024-03-12T19:42:25.633Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2396 | 2024-03-12T19:42:25.633Z | + for dep in "${deps[@]}" |
2397 | 2024-03-12T19:42:25.633Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2398 | 2024-03-12T19:42:25.633Z | + for dep in "${deps[@]}" |
2399 | 2024-03-12T19:42:25.633Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2400 | 2024-03-12T19:42:25.633Z | + for dep in "${deps[@]}" |
2401 | 2024-03-12T19:42:25.633Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2402 | 2024-03-12T19:42:25.633Z | + for dep in "${deps[@]}" |
2403 | 2024-03-12T19:42:25.633Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2404 | 2024-03-12T19:42:25.633Z | + for dep in "${deps[@]}" |
2405 | 2024-03-12T19:42:25.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2406 | 2024-03-12T19:42:25.634Z | ++ mktemp -d |
2407 | 2024-03-12T19:42:25.634Z | + tmp_gz=/tmp/tmp.j2aWVh |
2408 | 2024-03-12T19:42:25.634Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2409 | 2024-03-12T19:42:25.634Z | + echo '{"v":"1","t":"layer"}' |
2410 | 2024-03-12T19:42:25.634Z | + pkg_dir=/tmp/tmp.j2aWVh/root/opt/oxide/sled-agent |
2411 | 2024-03-12T19:42:25.634Z | + mkdir -p /tmp/tmp.j2aWVh/root/opt/oxide/sled-agent |
2412 | 2024-03-12T19:42:25.634Z | + cd /tmp/tmp.j2aWVh/root/opt/oxide/sled-agent |
2413 | 2024-03-12T19:42:25.634Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2414 | 2024-03-12T19:42:25.634Z | x ., 0 bytes, 0 tape blocks |
2415 | 2024-03-12T19:42:25.634Z | x zone-bundle, 35339184 bytes, 69022 tape blocks |
2416 | 2024-03-12T19:42:25.634Z | x sled-agent, 73741192 bytes, 144026 tape blocks |
2417 | 2024-03-12T19:42:25.634Z | x pkg, 0 bytes, 0 tape blocks |
2418 | 2024-03-12T19:42:25.634Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2419 | 2024-03-12T19:42:25.634Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2420 | 2024-03-12T19:42:25.634Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2421 | 2024-03-12T19:42:25.635Z | x VERSION, 25 bytes, 1 tape blocks |
2422 | 2024-03-12T19:42:25.635Z | + mkdir -p /tmp/tmp.j2aWVh/root/lib/svc/manifest/site/ |
2423 | 2024-03-12T19:42:25.635Z | + mv pkg/manifest.xml /tmp/tmp.j2aWVh/root/lib/svc/manifest/site/sled-agent.xml |
2424 | 2024-03-12T19:42:25.635Z | + cd - |
2425 | 2024-03-12T19:42:25.635Z | /work/oxidecomputer/omicron |
2426 | 2024-03-12T19:42:25.635Z | + pkg_dir=/tmp/tmp.j2aWVh/root/opt/oxide/mg-ddm |
2427 | 2024-03-12T19:42:25.635Z | + mkdir -p /tmp/tmp.j2aWVh/root/opt/oxide/mg-ddm |
2428 | 2024-03-12T19:42:25.635Z | + cd /tmp/tmp.j2aWVh/root/opt/oxide/mg-ddm |
2429 | 2024-03-12T19:42:25.635Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2430 | 2024-03-12T19:42:25.635Z | x ., 0 bytes, 0 tape blocks |
2431 | 2024-03-12T19:42:25.635Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2432 | 2024-03-12T19:42:25.635Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2433 | 2024-03-12T19:42:25.635Z | x pkg, 0 bytes, 0 tape blocks |
2434 | 2024-03-12T19:42:25.636Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2435 | 2024-03-12T19:42:25.636Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2436 | 2024-03-12T19:42:25.636Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2437 | 2024-03-12T19:42:25.636Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2438 | 2024-03-12T19:42:25.636Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2439 | 2024-03-12T19:42:25.636Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2440 | 2024-03-12T19:42:25.636Z | x VERSION, 25 bytes, 1 tape blocks |
2441 | 2024-03-12T19:42:25.636Z | + cd - |
2442 | 2024-03-12T19:42:25.636Z | /work/oxidecomputer/omicron |
2443 | 2024-03-12T19:42:25.636Z | + pkg_dir=/tmp/tmp.j2aWVh/root/opt/oxide/oxlog |
2444 | 2024-03-12T19:42:25.636Z | + mkdir -p /tmp/tmp.j2aWVh/root/opt/oxide/oxlog |
2445 | 2024-03-12T19:42:25.636Z | + cd /tmp/tmp.j2aWVh/root/opt/oxide/oxlog |
2446 | 2024-03-12T19:42:25.636Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2447 | 2024-03-12T19:42:25.636Z | x ., 0 bytes, 0 tape blocks |
2448 | 2024-03-12T19:42:25.636Z | x oxlog, 6242408 bytes, 12193 tape blocks |
2449 | 2024-03-12T19:42:25.636Z | x VERSION, 25 bytes, 1 tape blocks |
2450 | 2024-03-12T19:42:25.636Z | + cd - |
2451 | 2024-03-12T19:42:25.636Z | /work/oxidecomputer/omicron |
2452 | 2024-03-12T19:42:25.637Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.j2aWVh/root/opt/oxide |
2453 | 2024-03-12T19:42:25.637Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.j2aWVh/root/opt/oxide |
2454 | 2024-03-12T19:42:25.637Z | + cd /tmp/tmp.j2aWVh |
2455 | 2024-03-12T19:42:25.637Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2456 | 2024-03-12T19:42:29.289Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2457 | 2024-03-12T19:42:29.289Z | a oxide.json 1K |
2458 | 2024-03-12T19:42:29.289Z | a root/ 0K |
2459 | 2024-03-12T19:42:29.289Z | a root/opt/ 0K |
2460 | 2024-03-12T19:42:29.289Z | a root/opt/oxide/ 0K |
2461 | 2024-03-12T19:42:29.289Z | a root/opt/oxide/sled-agent/ 0K |
2462 | 2024-03-12T19:42:29.289Z | a root/opt/oxide/sled-agent/zone-bundle 34511K |
2463 | 2024-03-12T19:42:29.289Z | a root/opt/oxide/sled-agent/sled-agent 72013K |
2464 | 2024-03-12T19:42:29.289Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2465 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2466 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2467 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/sled-agent/VERSION 1K |
2468 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/ 0K |
2469 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2470 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2471 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2472 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2473 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2474 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2475 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2476 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2477 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2478 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2479 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/oxlog/ 0K |
2480 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/oxlog/oxlog 6097K |
2481 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/oxlog/VERSION 1K |
2482 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/propolis-server.tar.gz 64704K |
2483 | 2024-03-12T19:42:29.290Z | a root/opt/oxide/overlay.tar.gz 3K |
2484 | 2024-03-12T19:42:29.290Z | a root/lib/ 0K |
2485 | 2024-03-12T19:42:29.290Z | a root/lib/svc/ 0K |
2486 | 2024-03-12T19:42:29.290Z | a root/lib/svc/manifest/ 0K |
2487 | 2024-03-12T19:42:29.290Z | a root/lib/svc/manifest/site/ 0K |
2488 | 2024-03-12T19:42:29.291Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2489 | 2024-03-12T19:42:29.295Z | + cd / |
2490 | 2024-03-12T19:42:29.295Z | + rm -rf /tmp/tmp.j2aWVh |
2491 | 2024-03-12T19:42:29.735Z | |
2492 | 2024-03-12T19:42:29.746Z | real 8.477057975 |
2493 | 2024-03-12T19:42:29.746Z | user 7.937326882 |
2494 | 2024-03-12T19:42:29.746Z | sys 0.566915690 |
2495 | 2024-03-12T19:42:29.746Z | trap 0.001254258 |
2496 | 2024-03-12T19:42:29.747Z | tflt 0.000000000 |
2497 | 2024-03-12T19:42:29.747Z | dflt 0.000000000 |
2498 | 2024-03-12T19:42:29.747Z | kflt 0.000000000 |
2499 | 2024-03-12T19:42:29.747Z | lock 0.000000000 |
2500 | 2024-03-12T19:42:29.747Z | slp 16.429293881 |
2501 | 2024-03-12T19:42:29.747Z | lat 0.193779558 |
2502 | 2024-03-12T19:42:29.747Z | stop 0.000257932 |
2503 | 2024-03-12T19:42:29.747Z | + mkdir -p /work/zones |
2504 | 2024-03-12T19:42:29.747Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz) |
2505 | 2024-03-12T19:42:29.747Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/ |
2506 | 2024-03-12T19:42:32.073Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2507 | 2024-03-12T19:42:32.885Z | Finished release [optimized] target(s) in 0.76s |
2508 | 2024-03-12T19:42:32.904Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2509 | 2024-03-12T19:42:32.932Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2510 | 2024-03-12T19:42:32.935Z | Created new build target 'recovery' and set it as active |
2511 | 2024-03-12T19:42:32.935Z | |
2512 | 2024-03-12T19:42:32.935Z | real 0.862165700 |
2513 | 2024-03-12T19:42:32.935Z | user 0.569715700 |
2514 | 2024-03-12T19:42:32.936Z | sys 0.271429202 |
2515 | 2024-03-12T19:42:32.936Z | trap 0.000803988 |
2516 | 2024-03-12T19:42:32.936Z | tflt 0.000011117 |
2517 | 2024-03-12T19:42:32.936Z | dflt 0.000030453 |
2518 | 2024-03-12T19:42:32.936Z | kflt 0.000000000 |
2519 | 2024-03-12T19:42:32.936Z | lock 0.024622115 |
2520 | 2024-03-12T19:42:32.936Z | slp 0.096571084 |
2521 | 2024-03-12T19:42:32.936Z | lat 0.006279899 |
2522 | 2024-03-12T19:42:32.936Z | stop 0.000250429 |
2523 | 2024-03-12T19:42:32.936Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2524 | 2024-03-12T19:42:33.691Z | Finished release [optimized] target(s) in 0.70s |
2525 | 2024-03-12T19:42:33.712Z | Running `target/release/omicron-package -t recovery package` |
2526 | 2024-03-12T19:42:33.756Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2527 | 2024-03-12T19:42:34.409Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2528 | 2024-03-12T19:42:36.738Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2529 | 2024-03-12T19:42:55.680Z | Finished release [optimized] target(s) in 21.87s |
2530 | 2024-03-12T19:43:11.249Z | |
2531 | 2024-03-12T19:43:11.254Z | real 38.301132880 |
2532 | 2024-03-12T19:43:11.254Z | user 1:37.685746720 |
2533 | 2024-03-12T19:43:11.254Z | sys 6.836716092 |
2534 | 2024-03-12T19:43:11.254Z | trap 0.062746348 |
2535 | 2024-03-12T19:43:11.254Z | tflt 0.069010231 |
2536 | 2024-03-12T19:43:11.254Z | dflt 0.338270118 |
2537 | 2024-03-12T19:43:11.254Z | kflt 0.000035794 |
2538 | 2024-03-12T19:43:11.255Z | lock 11:53.098962401 |
2539 | 2024-03-12T19:43:11.255Z | slp 1:38.415798964 |
2540 | 2024-03-12T19:43:11.255Z | lat 1.249239189 |
2541 | 2024-03-12T19:43:11.255Z | stop 0.531151759 |
2542 | 2024-03-12T19:43:11.255Z | + stamp_packages installinator mg-ddm-gz |
2543 | 2024-03-12T19:43:11.255Z | + for package in "$@" |
2544 | 2024-03-12T19:43:11.255Z | + [[ installinator == mg-ddm-gz ]] |
2545 | 2024-03-12T19:43:11.255Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git6f7ef205f1b |
2546 | 2024-03-12T19:43:12.006Z | Finished release [optimized] target(s) in 0.70s |
2547 | 2024-03-12T19:43:12.039Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git6f7ef205f1b` |
2548 | 2024-03-12T19:43:12.072Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2549 | 2024-03-12T19:43:12.140Z | Created: out/versioned/installinator.tar |
2550 | 2024-03-12T19:43:12.161Z | + for package in "$@" |
2551 | 2024-03-12T19:43:12.161Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2552 | 2024-03-12T19:43:12.161Z | + echo 0.0.0 |
2553 | 2024-03-12T19:43:12.161Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2554 | 2024-03-12T19:43:12.162Z | a VERSION 1K |
2555 | 2024-03-12T19:43:12.162Z | + rm VERSION |
2556 | 2024-03-12T19:43:12.162Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6f7ef205f1b |
2557 | 2024-03-12T19:43:12.875Z | Finished release [optimized] target(s) in 0.68s |
2558 | 2024-03-12T19:43:12.914Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6f7ef205f1b` |
2559 | 2024-03-12T19:43:12.933Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2560 | 2024-03-12T19:43:13.064Z | Created: out/versioned/mg-ddm-gz.tar |
2561 | 2024-03-12T19:43:13.075Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2562 | 2024-03-12T19:43:13.076Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2563 | 2024-03-12T19:43:13.076Z | ++ cd -- ./tools |
2564 | 2024-03-12T19:43:13.076Z | ++ pwd |
2565 | 2024-03-12T19:43:13.076Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2566 | 2024-03-12T19:43:13.076Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2567 | 2024-03-12T19:43:13.076Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2568 | 2024-03-12T19:43:13.076Z | ++ readlink -f /work |
2569 | 2024-03-12T19:43:13.076Z | + out_dir=/work |
2570 | 2024-03-12T19:43:13.077Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2571 | 2024-03-12T19:43:13.077Z | + for dep in "${deps[@]}" |
2572 | 2024-03-12T19:43:13.077Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2573 | 2024-03-12T19:43:13.077Z | + for dep in "${deps[@]}" |
2574 | 2024-03-12T19:43:13.077Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2575 | 2024-03-12T19:43:13.077Z | ++ mktemp -d |
2576 | 2024-03-12T19:43:13.077Z | + tmp_trampoline=/tmp/tmp.0Lay0h |
2577 | 2024-03-12T19:43:13.077Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2578 | 2024-03-12T19:43:13.077Z | + echo '{"v":"1","t":"layer"}' |
2579 | 2024-03-12T19:43:13.077Z | + pkg_dir=/tmp/tmp.0Lay0h/root/opt/oxide/installinator |
2580 | 2024-03-12T19:43:13.078Z | + mkdir -p /tmp/tmp.0Lay0h/root/opt/oxide/installinator |
2581 | 2024-03-12T19:43:13.078Z | + cd /tmp/tmp.0Lay0h/root/opt/oxide/installinator |
2582 | 2024-03-12T19:43:13.078Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2583 | 2024-03-12T19:43:13.114Z | x ., 0 bytes, 0 tape blocks |
2584 | 2024-03-12T19:43:13.114Z | x installinator, 46410888 bytes, 90647 tape blocks |
2585 | 2024-03-12T19:43:13.114Z | x pkg, 0 bytes, 0 tape blocks |
2586 | 2024-03-12T19:43:13.114Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2587 | 2024-03-12T19:43:13.115Z | x VERSION, 25 bytes, 1 tape blocks |
2588 | 2024-03-12T19:43:13.572Z | + mkdir -p /tmp/tmp.0Lay0h/root/lib/svc/manifest/site/ |
2589 | 2024-03-12T19:43:13.572Z | + mv pkg/manifest.xml /tmp/tmp.0Lay0h/root/lib/svc/manifest/site/installinator.xml |
2590 | 2024-03-12T19:43:13.572Z | + cd - |
2591 | 2024-03-12T19:43:13.572Z | /work/oxidecomputer/omicron |
2592 | 2024-03-12T19:43:13.572Z | + pkg_dir=/tmp/tmp.0Lay0h/root/opt/oxide/mg-ddm |
2593 | 2024-03-12T19:43:13.572Z | + mkdir -p /tmp/tmp.0Lay0h/root/opt/oxide/mg-ddm |
2594 | 2024-03-12T19:43:13.572Z | + cd /tmp/tmp.0Lay0h/root/opt/oxide/mg-ddm |
2595 | 2024-03-12T19:43:13.572Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2596 | 2024-03-12T19:43:13.572Z | x ., 0 bytes, 0 tape blocks |
2597 | 2024-03-12T19:43:13.572Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2598 | 2024-03-12T19:43:13.572Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2599 | 2024-03-12T19:43:13.572Z | x pkg, 0 bytes, 0 tape blocks |
2600 | 2024-03-12T19:43:13.573Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2601 | 2024-03-12T19:43:13.573Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2602 | 2024-03-12T19:43:13.573Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2603 | 2024-03-12T19:43:13.573Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2604 | 2024-03-12T19:43:13.573Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2605 | 2024-03-12T19:43:13.573Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2606 | 2024-03-12T19:43:13.573Z | x VERSION, 25 bytes, 1 tape blocks |
2607 | 2024-03-12T19:43:13.573Z | + cd - |
2608 | 2024-03-12T19:43:13.573Z | /work/oxidecomputer/omicron |
2609 | 2024-03-12T19:43:13.573Z | + cd /tmp/tmp.0Lay0h |
2610 | 2024-03-12T19:43:13.573Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2611 | 2024-03-12T19:43:17.686Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2612 | 2024-03-12T19:43:17.686Z | a oxide.json 1K |
2613 | 2024-03-12T19:43:17.687Z | a root/ 0K |
2614 | 2024-03-12T19:43:17.687Z | a root/opt/ 0K |
2615 | 2024-03-12T19:43:17.687Z | a root/opt/oxide/ 0K |
2616 | 2024-03-12T19:43:17.687Z | a root/opt/oxide/installinator/ 0K |
2617 | 2024-03-12T19:43:17.687Z | a root/opt/oxide/installinator/installinator 45324K |
2618 | 2024-03-12T19:43:17.688Z | a root/opt/oxide/installinator/pkg/ 0K |
2619 | 2024-03-12T19:43:17.688Z | a root/opt/oxide/installinator/VERSION 1K |
2620 | 2024-03-12T19:43:17.688Z | a root/opt/oxide/mg-ddm/ 0K |
2621 | 2024-03-12T19:43:17.688Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2622 | 2024-03-12T19:43:17.689Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2623 | 2024-03-12T19:43:17.689Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2624 | 2024-03-12T19:43:17.689Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2625 | 2024-03-12T19:43:17.689Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2626 | 2024-03-12T19:43:17.689Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2627 | 2024-03-12T19:43:17.689Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2628 | 2024-03-12T19:43:17.690Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2629 | 2024-03-12T19:43:17.690Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2630 | 2024-03-12T19:43:17.690Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2631 | 2024-03-12T19:43:17.690Z | a root/lib/ 0K |
2632 | 2024-03-12T19:43:17.690Z | a root/lib/svc/ 0K |
2633 | 2024-03-12T19:43:17.691Z | a root/lib/svc/manifest/ 0K |
2634 | 2024-03-12T19:43:17.691Z | a root/lib/svc/manifest/site/ 0K |
2635 | 2024-03-12T19:43:17.691Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2636 | 2024-03-12T19:43:17.704Z | + cd / |
2637 | 2024-03-12T19:43:17.704Z | + rm -rf /tmp/tmp.0Lay0h |
2638 | 2024-03-12T19:43:17.705Z | |
2639 | 2024-03-12T19:43:17.705Z | real 4.225709207 |
2640 | 2024-03-12T19:43:17.705Z | user 3.991123646 |
2641 | 2024-03-12T19:43:17.705Z | sys 0.247756374 |
2642 | 2024-03-12T19:43:17.706Z | trap 0.000259733 |
2643 | 2024-03-12T19:43:17.706Z | tflt 0.000000000 |
2644 | 2024-03-12T19:43:17.706Z | dflt 0.000000000 |
2645 | 2024-03-12T19:43:17.706Z | kflt 0.000000000 |
2646 | 2024-03-12T19:43:17.706Z | lock 0.000000000 |
2647 | 2024-03-12T19:43:17.707Z | slp 8.208559767 |
2648 | 2024-03-12T19:43:17.707Z | lat 0.086105954 |
2649 | 2024-03-12T19:43:17.708Z | stop 0.000204182 |
2650 | 2024-03-12T19:43:17.708Z | process exited: duration 1563079 ms, exit code 0 |
|
2651 | 2024-03-12T19:43:17.735Z | found 22 output files |
2652 | 2024-03-12T19:43:17.735Z | uploading: /work/version.txt (26 bytes) |
2653 | 2024-03-12T19:43:19.181Z | uploaded: /work/version.txt |
2654 | 2024-03-12T19:43:19.181Z | uploading: /work/package.tar.gz (81404342 bytes) |
2655 | 2024-03-12T19:43:44.596Z | uploaded: /work/package.tar.gz |
2656 | 2024-03-12T19:43:44.596Z | uploading: /work/global-zone-packages.tar.gz (123400878 bytes) |
2657 | 2024-03-12T19:44:43.566Z | uploaded: /work/global-zone-packages.tar.gz |
2658 | 2024-03-12T19:44:43.567Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36207065 bytes) |
2659 | 2024-03-12T19:44:52.879Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2660 | 2024-03-12T19:44:52.879Z | uploading: /work/zones/clickhouse.tar.gz (230950892 bytes) |
2661 | 2024-03-12T19:46:34.196Z | uploaded: /work/zones/clickhouse.tar.gz |
2662 | 2024-03-12T19:46:34.197Z | uploading: /work/zones/clickhouse_keeper.tar.gz (230928933 bytes) |
2663 | 2024-03-12T19:48:56.946Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2664 | 2024-03-12T19:48:56.946Z | uploading: /work/zones/cockroachdb.tar.gz (126437919 bytes) |
2665 | 2024-03-12T19:49:54.773Z | uploaded: /work/zones/cockroachdb.tar.gz |
2666 | 2024-03-12T19:49:54.774Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25111570 bytes) |
2667 | 2024-03-12T19:50:09.299Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2668 | 2024-03-12T19:50:09.299Z | uploading: /work/zones/crucible-zone.tar.gz (36820186 bytes) |
2669 | 2024-03-12T19:50:31.215Z | uploaded: /work/zones/crucible-zone.tar.gz |
2670 | 2024-03-12T19:50:31.215Z | uploading: /work/zones/external-dns.tar.gz (30893172 bytes) |
2671 | 2024-03-12T19:50:50.257Z | uploaded: /work/zones/external-dns.tar.gz |
2672 | 2024-03-12T19:50:50.257Z | uploading: /work/zones/internal-dns.tar.gz (30895687 bytes) |
2673 | 2024-03-12T19:50:59.401Z | uploaded: /work/zones/internal-dns.tar.gz |
2674 | 2024-03-12T19:50:59.401Z | uploading: /work/zones/nexus-single-sled.tar.gz (89342435 bytes) |
2675 | 2024-03-12T19:51:38.826Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2676 | 2024-03-12T19:51:38.826Z | uploading: /work/zones/nexus.tar.gz (89345311 bytes) |
2677 | 2024-03-12T19:52:17.242Z | uploaded: /work/zones/nexus.tar.gz |
2678 | 2024-03-12T19:52:17.242Z | uploading: /work/zones/ntp.tar.gz (10315833 bytes) |
2679 | 2024-03-12T19:52:23.792Z | uploaded: /work/zones/ntp.tar.gz |
2680 | 2024-03-12T19:52:23.793Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16395744 bytes) |
2681 | 2024-03-12T19:52:32.792Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2682 | 2024-03-12T19:52:32.792Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16394880 bytes) |
2683 | 2024-03-12T19:52:37.311Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2684 | 2024-03-12T19:52:37.317Z | uploading: /work/zones/overlay.tar.gz (2621 bytes) |
2685 | 2024-03-12T19:52:38.449Z | uploaded: /work/zones/overlay.tar.gz |
2686 | 2024-03-12T19:52:38.450Z | uploading: /work/zones/oximeter.tar.gz (47631437 bytes) |
2687 | 2024-03-12T19:52:52.526Z | uploaded: /work/zones/oximeter.tar.gz |
2688 | 2024-03-12T19:52:52.527Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2689 | 2024-03-12T19:52:54.071Z | uploaded: /work/zones/probe.tar.gz |
2690 | 2024-03-12T19:52:54.071Z | uploading: /work/zones/propolis-server.tar.gz (66255989 bytes) |
2691 | 2024-03-12T19:53:37.241Z | uploaded: /work/zones/propolis-server.tar.gz |
2692 | 2024-03-12T19:53:37.242Z | uploading: /work/zones/switch-asic.tar.gz (287986140 bytes) |
2693 | 2024-03-12T19:56:16.941Z | uploaded: /work/zones/switch-asic.tar.gz |
2694 | 2024-03-12T19:56:16.941Z | uploading: /work/zones/switch-softnpu.tar.gz (209228496 bytes) |
2695 | 2024-03-12T20:02:42.603Z | uploaded: /work/zones/switch-softnpu.tar.gz |