|
|
|
1 | 2024-05-20T15:15:02.099Z | job assigned to worker 01HYB91TEVHC3SN5GMBBEEMB64 (queued for 1 m 16 s) |
|
2 | 2024-05-20T15:15:09.788Z | starting task 0: "setup" |
3 | 2024-05-20T15:15:09.953Z | ++ uname -s |
4 | 2024-05-20T15:15:10.034Z | + kern=SunOS |
5 | 2024-05-20T15:15:10.035Z | + case "$kern" in |
6 | 2024-05-20T15:15:10.035Z | + groupadd -g 12345 build |
7 | 2024-05-20T15:15:10.035Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-20T15:15:11.927Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-20T15:15:12.213Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-20T15:15:12.344Z | + home_fs=zfs |
11 | 2024-05-20T15:15:12.344Z | + [[ zfs == autofs ]] |
12 | 2024-05-20T15:15:12.344Z | + mkdir -p /home/build |
13 | 2024-05-20T15:15:12.344Z | + chown build:build /home/build /work |
14 | 2024-05-20T15:15:14.184Z | + chmod 0700 /home/build /work |
15 | 2024-05-20T15:15:14.321Z | process exited: duration 4346 ms, exit code 0 |
|
16 | 2024-05-20T15:15:14.452Z | starting task 1: "rust-toolchain" |
17 | 2024-05-20T15:15:14.618Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-20T15:15:14.618Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-20T15:15:14.795Z | info: downloading installer |
20 | 2024-05-20T15:15:16.400Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-20T15:15:16.401Z | warning: /opt/ooce/bin |
22 | 2024-05-20T15:15:16.401Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-20T15:15:16.401Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-20T15:15:16.401Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-20T15:15:16.401Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-20T15:15:16.401Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-20T15:15:16.401Z | error: cannot install while Rust is installed |
28 | 2024-05-20T15:15:16.401Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-20T15:15:16.971Z | info: profile set to 'default' |
30 | 2024-05-20T15:15:16.971Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-20T15:15:16.971Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-20T15:15:16.971Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-20T15:15:16.971Z | info: downloading component 'cargo' |
34 | 2024-05-20T15:15:17.306Z | info: downloading component 'clippy' |
35 | 2024-05-20T15:15:17.555Z | info: downloading component 'rust-docs' |
36 | 2024-05-20T15:15:18.464Z | info: downloading component 'rust-std' |
37 | 2024-05-20T15:15:19.719Z | info: downloading component 'rustc' |
38 | 2024-05-20T15:15:23.324Z | info: downloading component 'rustfmt' |
39 | 2024-05-20T15:15:23.584Z | info: installing component 'cargo' |
40 | 2024-05-20T15:15:24.459Z | info: installing component 'clippy' |
41 | 2024-05-20T15:15:24.822Z | info: installing component 'rust-docs' |
42 | 2024-05-20T15:15:26.327Z | info: installing component 'rust-std' |
43 | 2024-05-20T15:15:28.072Z | info: installing component 'rustc' |
44 | 2024-05-20T15:15:32.420Z | info: installing component 'rustfmt' |
45 | 2024-05-20T15:15:32.772Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-20T15:15:32.772Z | |
47 | 2024-05-20T15:15:33.022Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-20T15:15:33.022Z | |
49 | 2024-05-20T15:15:33.076Z | |
50 | 2024-05-20T15:15:33.076Z | Rust is installed now. Great! |
51 | 2024-05-20T15:15:33.076Z | |
52 | 2024-05-20T15:15:33.076Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-20T15:15:33.076Z | environment variable. This has not been done automatically. |
54 | 2024-05-20T15:15:33.077Z | |
55 | 2024-05-20T15:15:33.077Z | To configure your current shell, you need to source |
56 | 2024-05-20T15:15:33.077Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-20T15:15:33.077Z | |
58 | 2024-05-20T15:15:33.077Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-20T15:15:33.077Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-20T15:15:33.077Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-20T15:15:33.204Z | + rustc --version |
62 | 2024-05-20T15:15:33.255Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-20T15:15:33.312Z | process exited: duration 18790 ms, exit code 0 |
|
64 | 2024-05-20T15:15:33.476Z | starting task 2: "authentication" |
65 | 2024-05-20T15:15:33.967Z | process exited: duration 545 ms, exit code 0 |
|
66 | 2024-05-20T15:15:34.013Z | starting task 3: "clone repository" |
67 | 2024-05-20T15:15:34.047Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-20T15:15:34.047Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-20T15:15:34.888Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-20T15:15:43.994Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-20T15:15:43.994Z | + git fetch origin 463aa0dff7a8e621f15fef37b94b873735b7d865 |
72 | 2024-05-20T15:15:44.289Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-20T15:15:44.290Z | * branch 463aa0dff7a8e621f15fef37b94b873735b7d865 -> FETCH_HEAD |
74 | 2024-05-20T15:15:44.361Z | + [[ -n staging_and_prod_diff ]] |
75 | 2024-05-20T15:15:44.361Z | ++ git branch --show-current |
76 | 2024-05-20T15:15:44.361Z | + current=main |
77 | 2024-05-20T15:15:44.361Z | + [[ main != staging_and_prod_diff ]] |
78 | 2024-05-20T15:15:44.361Z | + git branch -f staging_and_prod_diff 463aa0dff7a8e621f15fef37b94b873735b7d865 |
79 | 2024-05-20T15:15:44.361Z | + git checkout -f staging_and_prod_diff |
80 | 2024-05-20T15:15:44.415Z | Switched to branch 'staging_and_prod_diff' |
81 | 2024-05-20T15:15:44.415Z | + git reset --hard 463aa0dff7a8e621f15fef37b94b873735b7d865 |
82 | 2024-05-20T15:15:44.466Z | HEAD is now at 463aa0dff Address comments |
83 | 2024-05-20T15:15:44.466Z | process exited: duration 10428 ms, exit code 0 |
|
84 | 2024-05-20T15:15:44.614Z | starting task 4: "build" |
85 | 2024-05-20T15:15:44.639Z | + cargo --version |
86 | 2024-05-20T15:15:44.682Z | cargo 1.77.2 (e52e36006 2024-03-26) |
87 | 2024-05-20T15:15:44.737Z | + rustc --version |
88 | 2024-05-20T15:15:44.773Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-20T15:15:44.773Z | + WORK=/work |
90 | 2024-05-20T15:15:44.774Z | + pfexec mkdir -p /work |
91 | 2024-05-20T15:15:44.774Z | + pfexec chown build /work |
92 | 2024-05-20T15:15:44.774Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-05-20T15:16:02.154Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-05-20T15:16:04.075Z | Startup: Caching catalogs ... Done |
95 | 2024-05-20T15:16:06.192Z | Planning: Solver setup ... Done (1.514s) |
96 | 2024-05-20T15:16:06.527Z | Planning: Running solver ... Done (0.027s) |
97 | 2024-05-20T15:16:06.527Z | Planning: Finding local manifests ... Done (0.005s) |
98 | 2024-05-20T15:16:06.528Z | Planning: Fetching manifests: 0/4 0% complete |
99 | 2024-05-20T15:16:06.995Z | Planning: Fetching manifests: 4/4 100% complete |
100 | 2024-05-20T15:16:07.120Z | Planning: Package planning ... Done (0.048s) |
101 | 2024-05-20T15:16:07.120Z | Planning: Merging actions ... Done (0.052s) |
102 | 2024-05-20T15:16:08.167Z | Planning: Checking for conflicting actions ... Done (1.133s) |
103 | 2024-05-20T15:16:08.259Z | Planning: Consolidating action changes ... Done (0.011s) |
104 | 2024-05-20T15:16:14.944Z | Planning: Evaluating mediators ... Done (6.785s) |
105 | 2024-05-20T15:16:15.017Z | Planning: Planning completed in 10.81 seconds |
106 | 2024-05-20T15:16:15.278Z | Packages to install: 4 |
107 | 2024-05-20T15:16:15.278Z | Mediators to change: 2 |
108 | 2024-05-20T15:16:15.278Z | Services to change: 1 |
109 | 2024-05-20T15:16:15.278Z | Estimated space available: 155.79 GB |
110 | 2024-05-20T15:16:15.278Z | Estimated space to be consumed: 1.45 GB |
111 | 2024-05-20T15:16:15.486Z | Create boot environment: No |
112 | 2024-05-20T15:16:15.486Z | Create backup boot environment: No |
113 | 2024-05-20T15:16:15.486Z | Rebuild boot archive: No |
114 | 2024-05-20T15:16:15.486Z | |
115 | 2024-05-20T15:16:15.486Z | Changed mediators: |
116 | 2024-05-20T15:16:15.486Z | mediator clang: |
117 | 2024-05-20T15:16:15.486Z | version: None -> 15 (system default) |
118 | 2024-05-20T15:16:15.486Z | |
119 | 2024-05-20T15:16:15.486Z | mediator llvm: |
120 | 2024-05-20T15:16:15.486Z | version: 14 (system default) -> 15 (system default) |
121 | 2024-05-20T15:16:15.486Z | |
122 | 2024-05-20T15:16:15.486Z | Changed packages: |
123 | 2024-05-20T15:16:15.486Z | helios-dev |
124 | 2024-05-20T15:16:15.486Z | developer/build-essential |
125 | 2024-05-20T15:16:15.486Z | None -> 11-2.0 |
126 | 2024-05-20T15:16:15.486Z | library/libxmlsec1 |
127 | 2024-05-20T15:16:15.487Z | None -> 1.2.35-2.0 |
128 | 2024-05-20T15:16:15.487Z | ooce/developer/clang-15 |
129 | 2024-05-20T15:16:15.487Z | None -> 15.0.7-2.0 |
130 | 2024-05-20T15:16:15.487Z | ooce/developer/llvm-15 |
131 | 2024-05-20T15:16:15.487Z | None -> 15.0.7-2.0 |
132 | 2024-05-20T15:16:15.487Z | |
133 | 2024-05-20T15:16:15.487Z | Services: |
134 | 2024-05-20T15:16:15.487Z | restart_fmri: |
135 | 2024-05-20T15:16:15.487Z | svc:/system/update-man-index:default |
136 | 2024-05-20T15:16:15.595Z | |
137 | 2024-05-20T15:16:15.595Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
138 | 2024-05-20T15:16:20.452Z | Download: 334/3290 items 16.4/212.6MB 7% complete (3.4M/s) |
139 | 2024-05-20T15:16:25.506Z | Download: 1060/3290 items 19.6/212.6MB 9% complete (2.0M/s) |
140 | 2024-05-20T15:16:36.130Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.3M/s) |
141 | 2024-05-20T15:16:41.095Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (7.3M/s) |
142 | 2024-05-20T15:16:46.230Z | Download: 3276/3290 items 210.3/212.6MB 98% complete (13.8M/s) |
143 | 2024-05-20T15:16:53.152Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (14.0M/s) |
144 | 2024-05-20T15:16:53.383Z | Download: Completed 212.60 MB in 37.59 seconds (5.7M/s) |
145 | 2024-05-20T15:16:53.383Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-05-20T15:16:58.874Z | Actions: 3541/3689 actions (Installing new actions) |
147 | 2024-05-20T15:16:59.363Z | Actions: Completed 3689 actions in 6.04 seconds. |
148 | 2024-05-20T15:16:59.577Z | Done (0.222s) |
149 | 2024-05-20T15:16:59.577Z | Done (0.000s) |
150 | 2024-05-20T15:16:59.794Z | Done (0.302s) |
151 | 2024-05-20T15:17:06.319Z | Done (6.409s) |
152 | 2024-05-20T15:17:06.630Z | Done (0.245s) |
153 | 2024-05-20T15:17:06.653Z | Done (0.000s) |
154 | 2024-05-20T15:17:06.795Z | Done (0.000s) |
155 | 2024-05-20T15:17:07.367Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-05-20T15:17:07.539Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-05-20T15:17:07.685Z | Planning: Consolidating action changes ... Done |
158 | 2024-05-20T15:17:07.835Z | Planning: Evaluating mediators ... Done |
159 | 2024-05-20T15:17:08.008Z | Planning: Planning completed in 0.43 seconds |
160 | 2024-05-20T15:17:08.008Z | Mediators to change: 2 |
161 | 2024-05-20T15:17:08.009Z | Create boot environment: No |
162 | 2024-05-20T15:17:08.009Z | Create backup boot environment: No |
163 | 2024-05-20T15:17:08.009Z | Done |
164 | 2024-05-20T15:17:08.009Z | Done |
165 | 2024-05-20T15:17:08.125Z | Done |
166 | 2024-05-20T15:17:11.689Z | Done |
167 | 2024-05-20T15:17:11.757Z | Done |
168 | 2024-05-20T15:17:11.757Z | Done |
169 | 2024-05-20T15:17:11.965Z | Done |
170 | 2024-05-20T15:17:12.654Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-05-20T15:17:12.760Z | Planning: Merging actions ... Done |
172 | 2024-05-20T15:17:12.760Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-05-20T15:17:12.760Z | Planning: Consolidating action changes ... Done |
174 | 2024-05-20T15:17:12.950Z | Planning: Evaluating mediators ... Done |
175 | 2024-05-20T15:17:13.135Z | Planning: Planning completed in 0.75 seconds |
176 | 2024-05-20T15:17:13.135Z | Packages to change: 1 |
177 | 2024-05-20T15:17:13.135Z | Mediators to change: 1 |
178 | 2024-05-20T15:17:13.135Z | Services to change: 1 |
179 | 2024-05-20T15:17:13.135Z | Create boot environment: No |
180 | 2024-05-20T15:17:13.135Z | Create backup boot environment: Yes |
181 | 2024-05-20T15:17:14.166Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-05-20T15:17:14.286Z | Actions: Completed 6 actions in 0.10 seconds. |
183 | 2024-05-20T15:17:14.305Z | Done |
184 | 2024-05-20T15:17:14.306Z | Done |
185 | 2024-05-20T15:17:14.335Z | Done |
186 | 2024-05-20T15:17:17.905Z | Done |
187 | 2024-05-20T15:17:18.089Z | Done |
188 | 2024-05-20T15:17:18.089Z | Done |
189 | 2024-05-20T15:17:18.295Z | Done |
190 | 2024-05-20T15:17:18.658Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-05-20T15:17:18.658Z | clang system 15 system |
192 | 2024-05-20T15:17:18.658Z | csh system system illumos |
193 | 2024-05-20T15:17:18.658Z | ctags system system illumos |
194 | 2024-05-20T15:17:18.658Z | gcc vendor 12 vendor |
195 | 2024-05-20T15:17:18.659Z | gcc system 10 system |
196 | 2024-05-20T15:17:18.659Z | gcc system 7 system |
197 | 2024-05-20T15:17:18.659Z | go system 1.20 system |
198 | 2024-05-20T15:17:18.659Z | go system 1.19 system |
199 | 2024-05-20T15:17:18.659Z | llvm system 15 system |
200 | 2024-05-20T15:17:18.659Z | llvm system 14 system |
201 | 2024-05-20T15:17:18.659Z | mariadb system 10.6 system |
202 | 2024-05-20T15:17:18.659Z | mta vendor vendor dma |
203 | 2024-05-20T15:17:18.659Z | openjdk system 17 system |
204 | 2024-05-20T15:17:18.659Z | openjdk system 11 system |
205 | 2024-05-20T15:17:18.659Z | openjdk system 1.8 system |
206 | 2024-05-20T15:17:18.659Z | openssl vendor 3 vendor |
207 | 2024-05-20T15:17:18.660Z | perl system 5.36 system |
208 | 2024-05-20T15:17:18.660Z | postgresql system 15 system |
209 | 2024-05-20T15:17:18.660Z | postgresql system 13 system |
210 | 2024-05-20T15:17:18.660Z | python vendor 3 vendor |
211 | 2024-05-20T15:17:18.660Z | python system 2 system |
212 | 2024-05-20T15:17:18.660Z | python3 system 3.11 system |
213 | 2024-05-20T15:17:18.660Z | ruby system 3.0 system |
214 | 2024-05-20T15:17:18.660Z | words vendor vendor american-english |
215 | 2024-05-20T15:17:18.660Z | words system system australian-english |
216 | 2024-05-20T15:17:18.660Z | words system system british-english |
217 | 2024-05-20T15:17:18.660Z | words system system canadian-english |
218 | 2024-05-20T15:17:18.660Z | words system system french |
219 | 2024-05-20T15:17:18.661Z | words system system italian |
220 | 2024-05-20T15:17:18.661Z | words system system ngerman |
221 | 2024-05-20T15:17:18.661Z | words system system ogerman |
222 | 2024-05-20T15:17:18.661Z | words system system spanish |
223 | 2024-05-20T15:17:18.950Z | PUBLISHER TYPE STATUS P LOCATION |
224 | 2024-05-20T15:17:18.950Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
225 | 2024-05-20T15:17:20.383Z | FMRI IFO |
226 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
230 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
231 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
234 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
236 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-05-20T15:17:20.383Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
238 | 2024-05-20T15:17:20.698Z | + set -o errexit |
239 | 2024-05-20T15:17:20.890Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2024-05-20T15:17:20.890Z | ++ cd ./tools |
241 | 2024-05-20T15:17:20.890Z | ++ pwd |
242 | 2024-05-20T15:17:20.890Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2024-05-20T15:17:20.890Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2024-05-20T15:17:20.890Z | + ARG0=ci_download_cockroachdb |
245 | 2024-05-20T15:17:20.890Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2024-05-20T15:17:20.890Z | + CIDL_VERSION=v22.1.9 |
247 | 2024-05-20T15:17:20.890Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2024-05-20T15:17:20.890Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
249 | 2024-05-20T15:17:20.890Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
250 | 2024-05-20T15:17:20.890Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
251 | 2024-05-20T15:17:20.890Z | + TARGET_DIR=out |
252 | 2024-05-20T15:17:20.890Z | + DOWNLOAD_DIR=out/downloads |
253 | 2024-05-20T15:17:20.890Z | + DEST_DIR=./out/cockroachdb |
254 | 2024-05-20T15:17:20.891Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2024-05-20T15:17:20.891Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2024-05-20T15:17:20.891Z | + main |
257 | 2024-05-20T15:17:20.891Z | + [[ 0 != 0 ]] |
258 | 2024-05-20T15:17:20.891Z | + CIDL_OS=solaris2.11 |
259 | 2024-05-20T15:17:20.891Z | + [[ 0 != 0 ]] |
260 | 2024-05-20T15:17:20.891Z | + configure_os solaris2.11 |
261 | 2024-05-20T15:17:20.891Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2024-05-20T15:17:20.891Z | current directory: /work/oxidecomputer/omicron |
263 | 2024-05-20T15:17:20.891Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2024-05-20T15:17:20.891Z | + case "$1" in |
265 | 2024-05-20T15:17:20.891Z | configuring based on OS: "solaris2.11" |
266 | 2024-05-20T15:17:20.891Z | + CIDL_BUILD=illumos |
267 | 2024-05-20T15:17:20.891Z | + CIDL_SUFFIX=tar.gz |
268 | 2024-05-20T15:17:20.891Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-05-20T15:17:20.892Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2024-05-20T15:17:20.892Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2024-05-20T15:17:20.892Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2024-05-20T15:17:20.892Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-05-20T15:17:20.892Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-05-20T15:17:20.892Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2024-05-20T15:17:20.892Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-05-20T15:17:20.892Z | + CIDL_SHA256FUNC=do_sha256sum |
277 | 2024-05-20T15:17:20.892Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-05-20T15:17:20.892Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-05-20T15:17:20.892Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-05-20T15:17:20.892Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-05-20T15:17:20.892Z | + mkdir -p out/downloads |
282 | 2024-05-20T15:17:20.892Z | + mkdir -p ./out/cockroachdb |
283 | 2024-05-20T15:17:20.892Z | + local DO_DOWNLOAD=true |
284 | 2024-05-20T15:17:20.892Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2024-05-20T15:17:20.892Z | + '[' true == true ']' |
286 | 2024-05-20T15:17:20.892Z | + echo Downloading... |
287 | 2024-05-20T15:17:20.892Z | Downloading... |
288 | 2024-05-20T15:17:20.892Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-20T15:17:20.893Z | + 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 |
290 | 2024-05-20T15:17:24.018Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-20T15:17:24.081Z | ++ sha256sum |
292 | 2024-05-20T15:17:24.081Z | ++ awk '{print $1}' |
293 | 2024-05-20T15:17:24.167Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
294 | 2024-05-20T15:17:24.167Z | + [[ 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 ]] |
295 | 2024-05-20T15:17:24.167Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-20T15:17:24.167Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2024-05-20T15:17:26.310Z | + do_assemble_illumos |
298 | 2024-05-20T15:17:26.310Z | + rm -r ./out/cockroachdb |
299 | 2024-05-20T15:17:26.393Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2024-05-20T15:17:26.704Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2024-05-20T15:17:26.980Z | Build Tag: v22.1.9-dirty |
302 | 2024-05-20T15:17:26.980Z | Build Time: 2022/10/26 21:17:46 |
303 | 2024-05-20T15:17:26.980Z | Distribution: OSS |
304 | 2024-05-20T15:17:26.981Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2024-05-20T15:17:26.981Z | Go Version: go1.17.13 |
306 | 2024-05-20T15:17:26.981Z | C Compiler: gcc 10.3.0 |
307 | 2024-05-20T15:17:26.981Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2024-05-20T15:17:26.981Z | Build Type: release |
309 | 2024-05-20T15:17:26.993Z | + set -o errexit |
310 | 2024-05-20T15:17:26.997Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2024-05-20T15:17:26.997Z | ++ cd ./tools |
312 | 2024-05-20T15:17:26.997Z | ++ pwd |
313 | 2024-05-20T15:17:27.002Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2024-05-20T15:17:27.003Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2024-05-20T15:17:27.003Z | + ARG0=ci_download_clickhouse |
316 | 2024-05-20T15:17:27.003Z | + TARGET_DIR=out |
317 | 2024-05-20T15:17:27.003Z | + DOWNLOAD_DIR=out/downloads |
318 | 2024-05-20T15:17:27.003Z | + DEST_DIR=./out/clickhouse |
319 | 2024-05-20T15:17:27.003Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
320 | 2024-05-20T15:17:27.003Z | + CIDL_VERSION=v23.8.7.24 |
321 | 2024-05-20T15:17:27.003Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-05-20T15:17:27.008Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
323 | 2024-05-20T15:17:27.008Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
324 | 2024-05-20T15:17:27.008Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
325 | 2024-05-20T15:17:27.008Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-05-20T15:17:27.008Z | + main |
327 | 2024-05-20T15:17:27.009Z | + [[ 0 != 0 ]] |
328 | 2024-05-20T15:17:27.009Z | + CIDL_OS=solaris2.11 |
329 | 2024-05-20T15:17:27.009Z | + [[ 0 != 0 ]] |
330 | 2024-05-20T15:17:27.009Z | + configure_os solaris2.11 |
331 | 2024-05-20T15:17:27.009Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-05-20T15:17:27.009Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-05-20T15:17:27.009Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-05-20T15:17:27.009Z | configuring based on OS: "solaris2.11" |
335 | 2024-05-20T15:17:27.009Z | + CIDL_DASHREV= |
336 | 2024-05-20T15:17:27.009Z | + case "$1" in |
337 | 2024-05-20T15:17:27.009Z | + CIDL_PLATFORM=illumos |
338 | 2024-05-20T15:17:27.009Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
339 | 2024-05-20T15:17:27.009Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-05-20T15:17:27.010Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
341 | 2024-05-20T15:17:27.010Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
342 | 2024-05-20T15:17:27.010Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
343 | 2024-05-20T15:17:27.010Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
344 | 2024-05-20T15:17:27.010Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
345 | 2024-05-20T15:17:27.010Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
346 | 2024-05-20T15:17:27.010Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-05-20T15:17:27.010Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
348 | 2024-05-20T15:17:27.010Z | + mkdir -p out/downloads |
349 | 2024-05-20T15:17:27.010Z | + mkdir -p ./out/clickhouse |
350 | 2024-05-20T15:17:27.010Z | + local DO_DOWNLOAD=true |
351 | 2024-05-20T15:17:27.010Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
352 | 2024-05-20T15:17:27.011Z | + '[' true == true ']' |
353 | 2024-05-20T15:17:27.011Z | + echo Downloading... |
354 | 2024-05-20T15:17:27.011Z | Downloading... |
355 | 2024-05-20T15:17:27.011Z | + 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 |
356 | 2024-05-20T15:17:27.011Z | + 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 |
357 | 2024-05-20T15:17:28.748Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-20T15:17:28.845Z | ++ md5sum |
359 | 2024-05-20T15:17:28.845Z | ++ awk '{print $1}' |
360 | 2024-05-20T15:17:29.198Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
361 | 2024-05-20T15:17:29.198Z | + [[ 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 ]] |
362 | 2024-05-20T15:17:29.307Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
363 | 2024-05-20T15:17:29.307Z | + mkdir -p ./out/clickhouse |
364 | 2024-05-20T15:17:29.307Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
365 | 2024-05-20T15:17:33.506Z | + [[ solaris2.11 == darwin* ]] |
366 | 2024-05-20T15:17:33.507Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-05-20T15:17:33.730Z | ClickHouse server version 23.8.7.1. |
368 | 2024-05-20T15:17:33.730Z | + set -o errexit |
369 | 2024-05-20T15:17:33.730Z | +++ dirname ./tools/ci_download_console |
370 | 2024-05-20T15:17:33.730Z | ++ cd ./tools |
371 | 2024-05-20T15:17:33.730Z | ++ pwd |
372 | 2024-05-20T15:17:33.731Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-05-20T15:17:33.731Z | ++ basename ./tools/ci_download_console |
374 | 2024-05-20T15:17:33.731Z | + ARG0=ci_download_console |
375 | 2024-05-20T15:17:33.731Z | + TARGET_DIR=out |
376 | 2024-05-20T15:17:33.731Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-05-20T15:17:33.731Z | + DEST_DIR=./out/console-assets |
378 | 2024-05-20T15:17:33.731Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-05-20T15:17:33.731Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
380 | 2024-05-20T15:17:33.731Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
381 | 2024-05-20T15:17:33.731Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
382 | 2024-05-20T15:17:33.731Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-05-20T15:17:33.731Z | + main |
384 | 2024-05-20T15:17:33.731Z | + [[ 0 != 0 ]] |
385 | 2024-05-20T15:17:33.731Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
386 | 2024-05-20T15:17:33.731Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
387 | 2024-05-20T15:17:33.731Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-05-20T15:17:33.732Z | Local file: out/downloads/console.tar.gz |
389 | 2024-05-20T15:17:33.732Z | + local DO_DOWNLOAD=true |
390 | 2024-05-20T15:17:33.732Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-05-20T15:17:33.732Z | + mkdir -p out/downloads |
392 | 2024-05-20T15:17:33.733Z | + '[' true == true ']' |
393 | 2024-05-20T15:17:33.733Z | + echo Downloading... |
394 | 2024-05-20T15:17:33.733Z | Downloading... |
395 | 2024-05-20T15:17:33.733Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
396 | 2024-05-20T15:17:33.733Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
397 | 2024-05-20T15:17:34.274Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-05-20T15:17:34.274Z | ++ case "$OSTYPE" in |
399 | 2024-05-20T15:17:34.361Z | ++ SHA=sha256sum |
400 | 2024-05-20T15:17:34.361Z | ++ sha256sum |
401 | 2024-05-20T15:17:34.361Z | ++ awk '{print $1}' |
402 | 2024-05-20T15:17:34.361Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
403 | 2024-05-20T15:17:34.362Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
404 | 2024-05-20T15:17:34.362Z | + rm -rf ./out/console-assets |
405 | 2024-05-20T15:17:34.362Z | + mkdir -p ./out/console-assets |
406 | 2024-05-20T15:17:34.362Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-05-20T15:17:34.362Z | + mkdir -p ./out/console-assets |
408 | 2024-05-20T15:17:34.362Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-05-20T15:17:35.282Z | + set -o errexit |
410 | 2024-05-20T15:17:35.282Z | +++ dirname ./tools/ci_download_dendrite_openapi |
411 | 2024-05-20T15:17:35.282Z | ++ cd ./tools |
412 | 2024-05-20T15:17:35.282Z | ++ pwd |
413 | 2024-05-20T15:17:35.282Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-05-20T15:17:35.283Z | ++ basename ./tools/ci_download_dendrite_openapi |
415 | 2024-05-20T15:17:35.283Z | + ARG0=ci_download_dendrite_openapi |
416 | 2024-05-20T15:17:35.283Z | + TARGET_DIR=out |
417 | 2024-05-20T15:17:35.283Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-05-20T15:17:35.283Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
419 | 2024-05-20T15:17:35.283Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
420 | 2024-05-20T15:17:35.283Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
421 | 2024-05-20T15:17:35.283Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
422 | 2024-05-20T15:17:35.283Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
423 | 2024-05-20T15:17:35.283Z | + main |
424 | 2024-05-20T15:17:35.283Z | + [[ 0 != 0 ]] |
425 | 2024-05-20T15:17:35.283Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
426 | 2024-05-20T15:17:35.283Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
427 | 2024-05-20T15:17:35.283Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
428 | 2024-05-20T15:17:35.283Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
429 | 2024-05-20T15:17:35.283Z | + local DO_DOWNLOAD=true |
430 | 2024-05-20T15:17:35.283Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
431 | 2024-05-20T15:17:35.283Z | + mkdir -p out/downloads |
432 | 2024-05-20T15:17:35.283Z | + '[' true == true ']' |
433 | 2024-05-20T15:17:35.283Z | + echo Downloading... |
434 | 2024-05-20T15:17:35.283Z | Downloading... |
435 | 2024-05-20T15:17:35.283Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
436 | 2024-05-20T15:17:35.283Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
437 | 2024-05-20T15:17:36.507Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
438 | 2024-05-20T15:17:36.507Z | ++ case "$OSTYPE" in |
439 | 2024-05-20T15:17:36.507Z | ++ SHA=sha256sum |
440 | 2024-05-20T15:17:36.597Z | ++ sha256sum |
441 | 2024-05-20T15:17:36.597Z | ++ awk '{print $1}' |
442 | 2024-05-20T15:17:36.598Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
443 | 2024-05-20T15:17:36.598Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
444 | 2024-05-20T15:17:36.598Z | + set -o errexit |
445 | 2024-05-20T15:17:36.598Z | +++ dirname ./tools/ci_download_dendrite_stub |
446 | 2024-05-20T15:17:36.598Z | ++ cd ./tools |
447 | 2024-05-20T15:17:36.598Z | ++ pwd |
448 | 2024-05-20T15:17:36.598Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
449 | 2024-05-20T15:17:36.598Z | ++ basename ./tools/ci_download_dendrite_stub |
450 | 2024-05-20T15:17:36.599Z | + ARG0=ci_download_dendrite_stub |
451 | 2024-05-20T15:17:36.599Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
452 | 2024-05-20T15:17:36.599Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
453 | 2024-05-20T15:17:36.599Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
454 | 2024-05-20T15:17:36.599Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
455 | 2024-05-20T15:17:36.599Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
456 | 2024-05-20T15:17:36.599Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
457 | 2024-05-20T15:17:36.599Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
458 | 2024-05-20T15:17:36.599Z | + TARGET_DIR=out |
459 | 2024-05-20T15:17:36.599Z | + DOWNLOAD_DIR=out/downloads |
460 | 2024-05-20T15:17:36.599Z | + DEST_DIR=./out/dendrite-stub |
461 | 2024-05-20T15:17:36.599Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
462 | 2024-05-20T15:17:36.599Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
463 | 2024-05-20T15:17:36.600Z | + REPO=oxidecomputer/dendrite |
464 | 2024-05-20T15:17:36.600Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
465 | 2024-05-20T15:17:36.600Z | + main |
466 | 2024-05-20T15:17:36.600Z | + [[ 0 != 0 ]] |
467 | 2024-05-20T15:17:36.600Z | + CIDL_OS=solaris2.11 |
468 | 2024-05-20T15:17:36.600Z | + [[ 0 != 0 ]] |
469 | 2024-05-20T15:17:36.600Z | + configure_os solaris2.11 |
470 | 2024-05-20T15:17:36.600Z | + echo 'current directory: /work/oxidecomputer/omicron' |
471 | 2024-05-20T15:17:36.600Z | current directory: /work/oxidecomputer/omicron |
472 | 2024-05-20T15:17:36.600Z | + echo 'configuring based on OS: "solaris2.11"' |
473 | 2024-05-20T15:17:36.600Z | + case "$1" in |
474 | 2024-05-20T15:17:36.600Z | + SET_BINARIES= |
475 | 2024-05-20T15:17:36.601Z | configuring based on OS: "solaris2.11" |
476 | 2024-05-20T15:17:36.601Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
477 | 2024-05-20T15:17:36.601Z | + CIDL_SHA256FUNC=do_sha256sum |
478 | 2024-05-20T15:17:36.601Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
479 | 2024-05-20T15:17:36.601Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
480 | 2024-05-20T15:17:36.601Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
481 | 2024-05-20T15:17:36.601Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
482 | 2024-05-20T15:17:36.601Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
483 | 2024-05-20T15:17:36.601Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
484 | 2024-05-20T15:17:36.601Z | Local file: out/downloads/dendrite-stub.tar.gz |
485 | 2024-05-20T15:17:36.601Z | + mkdir -p out/downloads |
486 | 2024-05-20T15:17:36.601Z | + mkdir -p ./out/dendrite-stub |
487 | 2024-05-20T15:17:36.602Z | + fetch_and_verify |
488 | 2024-05-20T15:17:36.602Z | + local DO_DOWNLOAD=true |
489 | 2024-05-20T15:17:36.602Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
490 | 2024-05-20T15:17:36.602Z | + '[' true == true ']' |
491 | 2024-05-20T15:17:36.602Z | + echo Downloading... |
492 | 2024-05-20T15:17:36.602Z | Downloading... |
493 | 2024-05-20T15:17:36.602Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
494 | 2024-05-20T15:17:36.602Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
495 | 2024-05-20T15:18:50.045Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
496 | 2024-05-20T15:18:50.055Z | ++ sha256sum |
497 | 2024-05-20T15:18:50.055Z | ++ awk '{print $1}' |
498 | 2024-05-20T15:18:50.055Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
499 | 2024-05-20T15:18:50.055Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
500 | 2024-05-20T15:18:50.055Z | + do_untar out/downloads/dendrite-stub.tar.gz |
501 | 2024-05-20T15:18:50.055Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
502 | 2024-05-20T15:18:50.775Z | + do_assemble |
503 | 2024-05-20T15:18:50.776Z | + rm -r ./out/dendrite-stub |
504 | 2024-05-20T15:18:50.886Z | + mkdir ./out/dendrite-stub |
505 | 2024-05-20T15:18:50.886Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
506 | 2024-05-20T15:18:50.886Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
507 | 2024-05-20T15:18:50.886Z | + set -o errexit |
508 | 2024-05-20T15:18:50.886Z | +++ dirname ./tools/ci_download_maghemite_mgd |
509 | 2024-05-20T15:18:50.886Z | ++ cd ./tools |
510 | 2024-05-20T15:18:50.886Z | ++ pwd |
511 | 2024-05-20T15:18:50.886Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-05-20T15:18:50.887Z | ++ basename ./tools/ci_download_maghemite_mgd |
513 | 2024-05-20T15:18:50.887Z | + ARG0=ci_download_maghemite_mgd |
514 | 2024-05-20T15:18:50.887Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
515 | 2024-05-20T15:18:50.887Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
516 | 2024-05-20T15:18:50.887Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
517 | 2024-05-20T15:18:50.887Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
518 | 2024-05-20T15:18:50.887Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
519 | 2024-05-20T15:18:50.887Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
520 | 2024-05-20T15:18:50.887Z | + TARGET_DIR=out |
521 | 2024-05-20T15:18:50.887Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-05-20T15:18:50.887Z | + DEST_DIR=./out/mgd |
523 | 2024-05-20T15:18:50.887Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
524 | 2024-05-20T15:18:50.887Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-05-20T15:18:50.887Z | + REPO=oxidecomputer/maghemite |
526 | 2024-05-20T15:18:50.887Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
527 | 2024-05-20T15:18:50.887Z | + main |
528 | 2024-05-20T15:18:50.887Z | + rm -rf out/downloads/root |
529 | 2024-05-20T15:18:50.965Z | + [[ 0 != 0 ]] |
530 | 2024-05-20T15:18:50.965Z | + CIDL_OS=solaris2.11 |
531 | 2024-05-20T15:18:50.965Z | + [[ 0 != 0 ]] |
532 | 2024-05-20T15:18:50.965Z | + configure_os solaris2.11 |
533 | 2024-05-20T15:18:50.965Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-05-20T15:18:50.966Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-05-20T15:18:50.966Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-05-20T15:18:50.966Z | configuring based on OS: "solaris2.11" |
537 | 2024-05-20T15:18:50.966Z | + case "$1" in |
538 | 2024-05-20T15:18:50.966Z | + SET_BINARIES= |
539 | 2024-05-20T15:18:50.966Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-05-20T15:18:50.966Z | + TARBALL_FILENAME=mgd.tar.gz |
541 | 2024-05-20T15:18:50.966Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
542 | 2024-05-20T15:18:50.966Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
543 | 2024-05-20T15:18:50.966Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
544 | 2024-05-20T15:18:50.966Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
545 | 2024-05-20T15:18:50.966Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
546 | 2024-05-20T15:18:50.966Z | Local file: out/downloads/mgd.tar.gz |
547 | 2024-05-20T15:18:50.966Z | + mkdir -p out/downloads |
548 | 2024-05-20T15:18:50.966Z | + mkdir -p ./out/mgd |
549 | 2024-05-20T15:18:50.966Z | + fetch_and_verify |
550 | 2024-05-20T15:18:50.966Z | + local DO_DOWNLOAD=true |
551 | 2024-05-20T15:18:50.966Z | + [[ -f out/downloads/mgd.tar.gz ]] |
552 | 2024-05-20T15:18:50.966Z | + '[' true == true ']' |
553 | 2024-05-20T15:18:50.966Z | + echo Downloading... |
554 | 2024-05-20T15:18:50.966Z | Downloading... |
555 | 2024-05-20T15:18:50.966Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
556 | 2024-05-20T15:18:50.966Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
557 | 2024-05-20T15:19:14.192Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
558 | 2024-05-20T15:19:14.205Z | ++ sha256sum |
559 | 2024-05-20T15:19:14.205Z | ++ awk '{print $1}' |
560 | 2024-05-20T15:19:14.205Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
561 | 2024-05-20T15:19:14.205Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
562 | 2024-05-20T15:19:14.206Z | + do_untar out/downloads/mgd.tar.gz |
563 | 2024-05-20T15:19:14.206Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
564 | 2024-05-20T15:19:14.795Z | + do_assemble |
565 | 2024-05-20T15:19:14.795Z | + rm -r ./out/mgd |
566 | 2024-05-20T15:19:14.829Z | + mkdir ./out/mgd |
567 | 2024-05-20T15:19:14.829Z | + cp -r out/downloads/root ./out/mgd/root |
568 | 2024-05-20T15:19:14.878Z | + set -o errexit |
569 | 2024-05-20T15:19:14.994Z | +++ dirname ./tools/ci_download_transceiver_control |
570 | 2024-05-20T15:19:14.995Z | ++ cd ./tools |
571 | 2024-05-20T15:19:14.995Z | ++ pwd |
572 | 2024-05-20T15:19:14.995Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-05-20T15:19:14.995Z | ++ basename ./tools/ci_download_transceiver_control |
574 | 2024-05-20T15:19:14.996Z | + ARG0=ci_download_transceiver_control |
575 | 2024-05-20T15:19:14.996Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
576 | 2024-05-20T15:19:14.996Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
577 | 2024-05-20T15:19:14.996Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
578 | 2024-05-20T15:19:14.996Z | + TARGET_DIR=out |
579 | 2024-05-20T15:19:14.996Z | + DOWNLOAD_DIR=out/downloads |
580 | 2024-05-20T15:19:14.996Z | + DEST_DIR=./out/transceiver-control |
581 | 2024-05-20T15:19:14.996Z | + BIN_DIR=/opt/oxide/bin |
582 | 2024-05-20T15:19:14.996Z | + BINARY=xcvradm |
583 | 2024-05-20T15:19:14.996Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2024-05-20T15:19:14.996Z | + REPO=oxidecomputer/transceiver-control |
585 | 2024-05-20T15:19:14.996Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
586 | 2024-05-20T15:19:14.996Z | + main |
587 | 2024-05-20T15:19:14.996Z | + [[ 0 != 0 ]] |
588 | 2024-05-20T15:19:14.996Z | + CIDL_OS=solaris2.11 |
589 | 2024-05-20T15:19:14.996Z | + [[ 0 != 0 ]] |
590 | 2024-05-20T15:19:14.996Z | + configure_os solaris2.11 |
591 | 2024-05-20T15:19:14.996Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2024-05-20T15:19:14.997Z | current directory: /work/oxidecomputer/omicron |
593 | 2024-05-20T15:19:14.997Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2024-05-20T15:19:14.997Z | + case "$1" in |
595 | 2024-05-20T15:19:14.997Z | configuring based on OS: "solaris2.11" |
596 | 2024-05-20T15:19:14.997Z | + SET_BINARIES= |
597 | 2024-05-20T15:19:14.997Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
598 | 2024-05-20T15:19:14.997Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-05-20T15:19:14.997Z | + ARCHIVE_FILENAME=xcvradm.gz |
600 | 2024-05-20T15:19:14.997Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
601 | 2024-05-20T15:19:14.997Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
602 | 2024-05-20T15:19:14.997Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
603 | 2024-05-20T15:19:14.997Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
604 | 2024-05-20T15:19:14.997Z | + echo 'Local file: out/downloads/xcvradm.gz' |
605 | 2024-05-20T15:19:14.997Z | + mkdir -p out/downloads |
606 | 2024-05-20T15:19:14.997Z | Local file: out/downloads/xcvradm.gz |
607 | 2024-05-20T15:19:14.997Z | + mkdir -p ./out/transceiver-control |
608 | 2024-05-20T15:19:14.997Z | + fetch_and_verify |
609 | 2024-05-20T15:19:14.997Z | + local DO_DOWNLOAD=true |
610 | 2024-05-20T15:19:14.997Z | + [[ -f out/downloads/xcvradm.gz ]] |
611 | 2024-05-20T15:19:14.997Z | + '[' true == true ']' |
612 | 2024-05-20T15:19:14.997Z | + echo Downloading... |
613 | 2024-05-20T15:19:14.997Z | Downloading... |
614 | 2024-05-20T15:19:14.998Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
615 | 2024-05-20T15:19:14.998Z | + 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 |
616 | 2024-05-20T15:19:31.800Z | ++ do_sha256sum out/downloads/xcvradm.gz |
617 | 2024-05-20T15:19:31.805Z | ++ sha256sum |
618 | 2024-05-20T15:19:31.805Z | ++ awk '{print $1}' |
619 | 2024-05-20T15:19:31.805Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
620 | 2024-05-20T15:19:31.805Z | + [[ 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 ]] |
621 | 2024-05-20T15:19:31.805Z | + do_unpack out/downloads/xcvradm.gz |
622 | 2024-05-20T15:19:31.806Z | + mkdir -p out/downloads/root//opt/oxide/bin |
623 | 2024-05-20T15:19:31.812Z | + gzip -dc out/downloads/xcvradm.gz |
624 | 2024-05-20T15:19:31.924Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
625 | 2024-05-20T15:19:31.944Z | + do_assemble |
626 | 2024-05-20T15:19:31.944Z | + rm -r ./out/transceiver-control |
627 | 2024-05-20T15:19:31.944Z | + mkdir ./out/transceiver-control |
628 | 2024-05-20T15:19:31.949Z | + cp -r out/downloads/root ./out/transceiver-control/root |
629 | 2024-05-20T15:19:32.022Z | + set -o errexit |
630 | 2024-05-20T15:19:32.026Z | +++ dirname ./tools/ci_download_thundermuffin |
631 | 2024-05-20T15:19:32.026Z | ++ cd ./tools |
632 | 2024-05-20T15:19:32.029Z | ++ pwd |
633 | 2024-05-20T15:19:32.029Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-05-20T15:19:32.029Z | ++ basename ./tools/ci_download_thundermuffin |
635 | 2024-05-20T15:19:32.029Z | + ARG0=ci_download_thundermuffin |
636 | 2024-05-20T15:19:32.029Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
637 | 2024-05-20T15:19:32.029Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
638 | 2024-05-20T15:19:32.029Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
639 | 2024-05-20T15:19:32.029Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
640 | 2024-05-20T15:19:32.030Z | + TARGET_DIR=out |
641 | 2024-05-20T15:19:32.030Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-05-20T15:19:32.030Z | + DEST_DIR=./out/thundermuffin |
643 | 2024-05-20T15:19:32.030Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
644 | 2024-05-20T15:19:32.030Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-05-20T15:19:32.030Z | + REPO=oxidecomputer/thundermuffin |
646 | 2024-05-20T15:19:32.030Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
647 | 2024-05-20T15:19:32.030Z | + main |
648 | 2024-05-20T15:19:32.030Z | + rm -rf out/downloads/root |
649 | 2024-05-20T15:19:32.037Z | + [[ 0 != 0 ]] |
650 | 2024-05-20T15:19:32.037Z | + CIDL_OS=solaris2.11 |
651 | 2024-05-20T15:19:32.037Z | + [[ 0 != 0 ]] |
652 | 2024-05-20T15:19:32.037Z | + configure_os solaris2.11 |
653 | 2024-05-20T15:19:32.040Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-05-20T15:19:32.040Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-05-20T15:19:32.040Z | + case "$1" in |
656 | 2024-05-20T15:19:32.040Z | current directory: /work/oxidecomputer/omicron |
657 | 2024-05-20T15:19:32.040Z | configuring based on OS: "solaris2.11" |
658 | 2024-05-20T15:19:32.040Z | + SET_BINARIES= |
659 | 2024-05-20T15:19:32.040Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-05-20T15:19:32.041Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
661 | 2024-05-20T15:19:32.041Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
662 | 2024-05-20T15:19:32.041Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
663 | 2024-05-20T15:19:32.041Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
664 | 2024-05-20T15:19:32.041Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
665 | 2024-05-20T15:19:32.041Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
666 | 2024-05-20T15:19:32.041Z | Local file: out/downloads/thundermuffin.tar.gz |
667 | 2024-05-20T15:19:32.041Z | + mkdir -p out/downloads |
668 | 2024-05-20T15:19:32.041Z | + mkdir -p ./out/thundermuffin |
669 | 2024-05-20T15:19:32.044Z | + fetch_and_verify |
670 | 2024-05-20T15:19:32.045Z | + local DO_DOWNLOAD=true |
671 | 2024-05-20T15:19:32.045Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
672 | 2024-05-20T15:19:32.045Z | + '[' true == true ']' |
673 | 2024-05-20T15:19:32.045Z | + echo Downloading... |
674 | 2024-05-20T15:19:32.045Z | Downloading... |
675 | 2024-05-20T15:19:32.045Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
676 | 2024-05-20T15:19:32.045Z | + 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 |
677 | 2024-05-20T15:19:34.328Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
678 | 2024-05-20T15:19:34.332Z | ++ sha256sum |
679 | 2024-05-20T15:19:34.332Z | ++ awk '{print $1}' |
680 | 2024-05-20T15:19:34.335Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
681 | 2024-05-20T15:19:34.335Z | + [[ 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 ]] |
682 | 2024-05-20T15:19:34.335Z | + do_untar out/downloads/thundermuffin.tar.gz |
683 | 2024-05-20T15:19:34.335Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
684 | 2024-05-20T15:19:34.417Z | + do_assemble |
685 | 2024-05-20T15:19:34.417Z | + rm -r ./out/thundermuffin |
686 | 2024-05-20T15:19:34.426Z | + mkdir ./out/thundermuffin |
687 | 2024-05-20T15:19:34.426Z | + cp -r out/downloads/root ./out/thundermuffin/root |
688 | 2024-05-20T15:19:34.427Z | All prerequisites installed successfully |
689 | 2024-05-20T15:19:34.427Z | |
690 | 2024-05-20T15:19:34.427Z | real 3:49.553356503 |
691 | 2024-05-20T15:19:34.427Z | user 37.765117011 |
692 | 2024-05-20T15:19:34.428Z | sys 6.787239260 |
693 | 2024-05-20T15:19:34.428Z | trap 0.009111087 |
694 | 2024-05-20T15:19:34.428Z | tflt 0.470588017 |
695 | 2024-05-20T15:19:34.428Z | dflt 0.380641526 |
696 | 2024-05-20T15:19:34.428Z | kflt 0.209593436 |
697 | 2024-05-20T15:19:34.429Z | lock 2.414350195 |
698 | 2024-05-20T15:19:34.429Z | slp 9:14.843390058 |
699 | 2024-05-20T15:19:34.429Z | lat 2.045664293 |
700 | 2024-05-20T15:19:34.429Z | stop 0.160815738 |
701 | 2024-05-20T15:19:34.429Z | + ptime -m ./tools/ci_download_softnpu_machinery |
702 | 2024-05-20T15:19:34.444Z | fetching npuzone |
703 | 2024-05-20T15:19:34.444Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
704 | 2024-05-20T15:19:34.445Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
705 | 2024-05-20T15:19:34.445Z | Getting hash for npuzone |
706 | 2024-05-20T15:19:34.548Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
707 | 2024-05-20T15:19:58.502Z | npuzone downloaded successfully |
708 | 2024-05-20T15:19:58.546Z | |
709 | 2024-05-20T15:19:58.546Z | real 24.047830803 |
710 | 2024-05-20T15:19:58.546Z | user 0.258227700 |
711 | 2024-05-20T15:19:58.546Z | sys 0.087258922 |
712 | 2024-05-20T15:19:58.546Z | trap 0.000085862 |
713 | 2024-05-20T15:19:58.546Z | tflt 0.000000000 |
714 | 2024-05-20T15:19:58.546Z | dflt 0.000000000 |
715 | 2024-05-20T15:19:58.546Z | kflt 0.000000000 |
716 | 2024-05-20T15:19:58.546Z | lock 0.000000000 |
717 | 2024-05-20T15:19:58.546Z | slp 1:11.717755185 |
718 | 2024-05-20T15:19:58.546Z | lat 0.049797762 |
719 | 2024-05-20T15:19:58.546Z | stop 0.000173732 |
720 | 2024-05-20T15:19:58.546Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-05-20T15:19:58.546Z | + CARGO_INCREMENTAL=0 |
722 | 2024-05-20T15:19:58.547Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
723 | 2024-05-20T15:19:59.159Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
724 | 2024-05-20T15:19:59.350Z | Updating git repository `https://github.com/oxidecomputer/zone` |
725 | 2024-05-20T15:19:59.471Z | Updating crates.io index |
726 | 2024-05-20T15:19:59.471Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-05-20T15:20:00.158Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
728 | 2024-05-20T15:20:00.862Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2024-05-20T15:20:02.880Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2024-05-20T15:20:03.471Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
731 | 2024-05-20T15:20:03.746Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
732 | 2024-05-20T15:20:04.784Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
733 | 2024-05-20T15:20:06.725Z | Updating git repository `https://github.com/oxidecomputer/opte` |
734 | 2024-05-20T15:20:07.784Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
735 | 2024-05-20T15:20:08.525Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
736 | 2024-05-20T15:20:09.111Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
737 | 2024-05-20T15:20:09.486Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
738 | 2024-05-20T15:20:09.753Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
739 | 2024-05-20T15:20:11.899Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
740 | 2024-05-20T15:20:11.899Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
741 | 2024-05-20T15:20:11.899Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
742 | 2024-05-20T15:20:11.899Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
743 | 2024-05-20T15:20:11.899Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
744 | 2024-05-20T15:20:11.899Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2024-05-20T15:20:12.220Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
746 | 2024-05-20T15:20:12.571Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
747 | 2024-05-20T15:20:12.984Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2024-05-20T15:20:13.711Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-05-20T15:20:14.700Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2024-05-20T15:20:15.012Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-05-20T15:20:15.366Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2024-05-20T15:20:15.913Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2024-05-20T15:20:17.947Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2024-05-20T15:20:18.296Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2024-05-20T15:20:18.618Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2024-05-20T15:20:19.150Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
757 | 2024-05-20T15:20:20.367Z | Downloading crates ... |
758 | 2024-05-20T15:20:20.522Z | Downloaded headers-core v0.2.0 |
759 | 2024-05-20T15:20:20.559Z | Downloaded crossbeam-deque v0.8.3 |
760 | 2024-05-20T15:20:20.560Z | Downloaded aead v0.5.2 |
761 | 2024-05-20T15:20:20.560Z | Downloaded backoff v0.4.0 |
762 | 2024-05-20T15:20:20.560Z | Downloaded block-buffer v0.10.4 |
763 | 2024-05-20T15:20:20.560Z | Downloaded adler v1.0.2 |
764 | 2024-05-20T15:20:20.560Z | Downloaded anyhow v1.0.83 |
765 | 2024-05-20T15:20:20.560Z | Downloaded heapless v0.8.0 |
766 | 2024-05-20T15:20:20.560Z | Downloaded heapless v0.7.16 |
767 | 2024-05-20T15:20:20.560Z | Downloaded hashbrown v0.14.3 |
768 | 2024-05-20T15:20:20.560Z | Downloaded bit-vec v0.6.3 |
769 | 2024-05-20T15:20:20.560Z | Downloaded async-recursion v1.1.1 |
770 | 2024-05-20T15:20:20.561Z | Downloaded bit-set v0.5.3 |
771 | 2024-05-20T15:20:20.561Z | Downloaded atomic-waker v1.1.1 |
772 | 2024-05-20T15:20:20.612Z | Downloaded arrayref v0.3.7 |
773 | 2024-05-20T15:20:20.612Z | Downloaded anstyle v1.0.7 |
774 | 2024-05-20T15:20:20.613Z | Downloaded atty v0.2.14 |
775 | 2024-05-20T15:20:20.613Z | Downloaded base64ct v1.6.0 |
776 | 2024-05-20T15:20:20.613Z | Downloaded idna v0.5.0 |
777 | 2024-05-20T15:20:20.613Z | Downloaded libxml v0.3.3 |
778 | 2024-05-20T15:20:20.613Z | Downloaded assert_matches v1.5.0 |
779 | 2024-05-20T15:20:20.613Z | Downloaded itertools v0.10.5 |
780 | 2024-05-20T15:20:20.613Z | Downloaded bitfield v0.14.0 |
781 | 2024-05-20T15:20:20.613Z | Downloaded linear-map v1.2.0 |
782 | 2024-05-20T15:20:20.614Z | Downloaded bitstruct_derive v0.1.0 |
783 | 2024-05-20T15:20:20.614Z | Downloaded atomicwrites v0.4.3 |
784 | 2024-05-20T15:20:20.614Z | Downloaded arrayvec v0.7.4 |
785 | 2024-05-20T15:20:20.663Z | Downloaded new_debug_unreachable v1.0.4 |
786 | 2024-05-20T15:20:20.663Z | Downloaded ipnetwork v0.20.0 |
787 | 2024-05-20T15:20:20.663Z | Downloaded iana-time-zone v0.1.57 |
788 | 2024-05-20T15:20:20.663Z | Downloaded ciborium-io v0.2.2 |
789 | 2024-05-20T15:20:20.663Z | Downloaded http-range v0.1.5 |
790 | 2024-05-20T15:20:20.663Z | Downloaded home v0.5.5 |
791 | 2024-05-20T15:20:20.663Z | Downloaded allocator-api2 v0.2.16 |
792 | 2024-05-20T15:20:20.663Z | Downloaded hmac v0.12.1 |
793 | 2024-05-20T15:20:20.663Z | Downloaded matches v0.1.10 |
794 | 2024-05-20T15:20:20.663Z | Downloaded ident_case v1.0.1 |
795 | 2024-05-20T15:20:20.663Z | Downloaded instant v0.1.12 |
796 | 2024-05-20T15:20:20.663Z | Downloaded cfg_aliases v0.1.1 |
797 | 2024-05-20T15:20:20.663Z | Downloaded async-stream v0.3.5 |
798 | 2024-05-20T15:20:20.663Z | Downloaded argon2 v0.5.3 |
799 | 2024-05-20T15:20:20.663Z | Downloaded newline-converter v0.3.0 |
800 | 2024-05-20T15:20:20.663Z | Downloaded match_cfg v0.1.0 |
801 | 2024-05-20T15:20:20.664Z | Downloaded is_ci v1.2.0 |
802 | 2024-05-20T15:20:20.664Z | Downloaded hubpack_derive v0.1.1 |
803 | 2024-05-20T15:20:20.664Z | Downloaded indexmap v2.2.6 |
804 | 2024-05-20T15:20:20.664Z | Downloaded sigpipe v0.1.3 |
805 | 2024-05-20T15:20:20.664Z | Downloaded heck v0.4.1 |
806 | 2024-05-20T15:20:20.664Z | Downloaded bb8 v0.8.3 |
807 | 2024-05-20T15:20:20.664Z | Downloaded serde-big-array v0.4.1 |
808 | 2024-05-20T15:20:20.739Z | Downloaded cexpr v0.6.0 |
809 | 2024-05-20T15:20:20.740Z | Downloaded nanorand v0.7.0 |
810 | 2024-05-20T15:20:20.740Z | Downloaded linked-hash-map v0.5.6 |
811 | 2024-05-20T15:20:20.740Z | Downloaded nodrop v0.1.14 |
812 | 2024-05-20T15:20:20.740Z | Downloaded crc-catalog v2.2.0 |
813 | 2024-05-20T15:20:20.740Z | Downloaded cpufeatures v0.2.12 |
814 | 2024-05-20T15:20:20.740Z | Downloaded serde-big-array v0.5.1 |
815 | 2024-05-20T15:20:20.740Z | Downloaded chacha20 v0.9.1 |
816 | 2024-05-20T15:20:20.740Z | Downloaded libsw v3.3.1 |
817 | 2024-05-20T15:20:20.740Z | Downloaded corncobs v0.1.3 |
818 | 2024-05-20T15:20:20.740Z | Downloaded lalrpop-util v0.19.12 |
819 | 2024-05-20T15:20:20.741Z | Downloaded multimap v0.10.0 |
820 | 2024-05-20T15:20:20.741Z | Downloaded hyper-rustls v0.24.2 |
821 | 2024-05-20T15:20:20.741Z | Downloaded arc-swap v1.6.0 |
822 | 2024-05-20T15:20:20.741Z | Downloaded memoffset v0.7.1 |
823 | 2024-05-20T15:20:20.741Z | Downloaded managed v0.8.0 |
824 | 2024-05-20T15:20:20.741Z | Downloaded normalize-line-endings v0.3.0 |
825 | 2024-05-20T15:20:20.741Z | Downloaded lru-cache v0.1.2 |
826 | 2024-05-20T15:20:20.741Z | Downloaded crc v3.0.1 |
827 | 2024-05-20T15:20:20.741Z | Downloaded colored v2.1.0 |
828 | 2024-05-20T15:20:20.741Z | Downloaded md-5 v0.10.5 |
829 | 2024-05-20T15:20:20.803Z | Downloaded tokio-macros v2.2.0 |
830 | 2024-05-20T15:20:20.803Z | Downloaded strum v0.26.2 |
831 | 2024-05-20T15:20:20.803Z | Downloaded serde_repr v0.1.16 |
832 | 2024-05-20T15:20:20.803Z | Downloaded rustls-pki-types v1.3.0 |
833 | 2024-05-20T15:20:20.803Z | Downloaded signature v2.1.0 |
834 | 2024-05-20T15:20:20.803Z | Downloaded rustfmt-wrapper v0.2.1 |
835 | 2024-05-20T15:20:20.803Z | Downloaded rtoolbox v0.0.1 |
836 | 2024-05-20T15:20:20.804Z | Downloaded bzip2 v0.4.4 |
837 | 2024-05-20T15:20:20.804Z | Downloaded base64 v0.13.1 |
838 | 2024-05-20T15:20:20.804Z | Downloaded bitflags v2.4.2 |
839 | 2024-05-20T15:20:20.804Z | Downloaded string_cache v0.8.7 |
840 | 2024-05-20T15:20:20.804Z | Downloaded supports-color v3.0.0 |
841 | 2024-05-20T15:20:20.804Z | Downloaded crc32fast v1.3.2 |
842 | 2024-05-20T15:20:20.804Z | Downloaded ciborium v0.2.2 |
843 | 2024-05-20T15:20:20.804Z | Downloaded tinyvec_macros v0.1.1 |
844 | 2024-05-20T15:20:20.804Z | Downloaded maybe-uninit v2.0.0 |
845 | 2024-05-20T15:20:20.804Z | Downloaded native-tls v0.2.11 |
846 | 2024-05-20T15:20:20.804Z | Downloaded multer v3.1.0 |
847 | 2024-05-20T15:20:20.804Z | Downloaded hex v0.4.3 |
848 | 2024-05-20T15:20:20.804Z | Downloaded cookie_store v0.20.0 |
849 | 2024-05-20T15:20:20.804Z | Downloaded nu-ansi-term v0.50.0 |
850 | 2024-05-20T15:20:20.804Z | Downloaded memmap2 v0.7.1 |
851 | 2024-05-20T15:20:20.804Z | Downloaded downcast v0.11.0 |
852 | 2024-05-20T15:20:20.804Z | Downloaded mockall_derive v0.12.1 |
853 | 2024-05-20T15:20:20.804Z | Downloaded peeking_take_while v0.1.2 |
854 | 2024-05-20T15:20:20.804Z | Downloaded precomputed-hash v0.1.1 |
855 | 2024-05-20T15:20:20.804Z | Downloaded openssl-macros v0.1.1 |
856 | 2024-05-20T15:20:20.804Z | Downloaded strum_macros v0.25.2 |
857 | 2024-05-20T15:20:20.804Z | Downloaded structmeta-derive v0.3.0 |
858 | 2024-05-20T15:20:20.804Z | Downloaded indexmap v1.9.3 |
859 | 2024-05-20T15:20:20.804Z | Downloaded serde_with_macros v3.7.0 |
860 | 2024-05-20T15:20:20.805Z | Downloaded httparse v1.8.0 |
861 | 2024-05-20T15:20:20.805Z | Downloaded zeroize_derive v1.4.2 |
862 | 2024-05-20T15:20:20.805Z | Downloaded cookie v0.17.0 |
863 | 2024-05-20T15:20:20.805Z | Downloaded blake2 v0.10.6 |
864 | 2024-05-20T15:20:20.805Z | Downloaded cancel-safe-futures v0.1.5 |
865 | 2024-05-20T15:20:20.805Z | Downloaded dtrace-parser v0.2.0 |
866 | 2024-05-20T15:20:20.805Z | Downloaded base64 v0.21.7 |
867 | 2024-05-20T15:20:20.805Z | Downloaded backtrace v0.3.69 |
868 | 2024-05-20T15:20:20.805Z | Downloaded untrusted v0.7.1 |
869 | 2024-05-20T15:20:20.805Z | Downloaded zerocopy v0.3.0 |
870 | 2024-05-20T15:20:20.805Z | Downloaded walkdir v2.5.0 |
871 | 2024-05-20T15:20:20.805Z | Downloaded crc-any v2.4.3 |
872 | 2024-05-20T15:20:20.805Z | Downloaded const-oid v0.9.6 |
873 | 2024-05-20T15:20:20.805Z | Downloaded clap v4.5.4 |
874 | 2024-05-20T15:20:20.843Z | Downloaded sync_wrapper v0.1.2 |
875 | 2024-05-20T15:20:20.843Z | Downloaded take_mut v0.2.2 |
876 | 2024-05-20T15:20:20.843Z | Downloaded hash32 v0.2.1 |
877 | 2024-05-20T15:20:20.843Z | Downloaded fs-err v2.11.0 |
878 | 2024-05-20T15:20:20.843Z | Downloaded slog-term v2.9.1 |
879 | 2024-05-20T15:20:20.843Z | Downloaded curve25519-dalek-derive v0.1.0 |
880 | 2024-05-20T15:20:20.843Z | Downloaded tabwriter v1.4.0 |
881 | 2024-05-20T15:20:20.843Z | Downloaded resolv-conf v0.7.0 |
882 | 2024-05-20T15:20:20.843Z | Downloaded usdt-macro v0.5.0 |
883 | 2024-05-20T15:20:20.843Z | Downloaded swrite v0.1.0 |
884 | 2024-05-20T15:20:20.843Z | Downloaded radium v0.7.0 |
885 | 2024-05-20T15:20:20.843Z | Downloaded predicates-tree v1.0.9 |
886 | 2024-05-20T15:20:20.843Z | Downloaded pest_generator v2.7.6 |
887 | 2024-05-20T15:20:20.843Z | Downloaded packed_struct_codegen v0.10.1 |
888 | 2024-05-20T15:20:20.843Z | Downloaded packed_struct v0.10.1 |
889 | 2024-05-20T15:20:20.844Z | Downloaded usdt-macro v0.3.5 |
890 | 2024-05-20T15:20:20.844Z | Downloaded serde_tokenstream v0.2.0 |
891 | 2024-05-20T15:20:20.844Z | Downloaded ryu v1.0.15 |
892 | 2024-05-20T15:20:20.844Z | Downloaded r2d2 v0.8.10 |
893 | 2024-05-20T15:20:20.844Z | Downloaded chacha20poly1305 v0.10.1 |
894 | 2024-05-20T15:20:20.844Z | Downloaded num_threads v0.1.6 |
895 | 2024-05-20T15:20:20.844Z | Downloaded equivalent v1.0.1 |
896 | 2024-05-20T15:20:20.844Z | Downloaded bytes v1.6.0 |
897 | 2024-05-20T15:20:20.844Z | Downloaded number_prefix v0.4.0 |
898 | 2024-05-20T15:20:20.844Z | Downloaded ref-cast-impl v1.0.23 |
899 | 2024-05-20T15:20:20.844Z | Downloaded shlex v1.3.0 |
900 | 2024-05-20T15:20:20.844Z | Downloaded ref-cast v1.0.23 |
901 | 2024-05-20T15:20:20.844Z | Downloaded subprocess v0.2.9 |
902 | 2024-05-20T15:20:20.850Z | Downloaded defmt-parser v0.3.3 |
903 | 2024-05-20T15:20:20.850Z | Downloaded defmt v0.3.5 |
904 | 2024-05-20T15:20:20.850Z | Downloaded indicatif v0.17.8 |
905 | 2024-05-20T15:20:20.850Z | Downloaded path-slash v0.1.5 |
906 | 2024-05-20T15:20:20.850Z | Downloaded structmeta-derive v0.2.0 |
907 | 2024-05-20T15:20:20.858Z | Downloaded smf v0.2.3 |
908 | 2024-05-20T15:20:20.858Z | Downloaded usdt-impl v0.5.0 |
909 | 2024-05-20T15:20:20.858Z | Downloaded synstructure v0.12.6 |
910 | 2024-05-20T15:20:20.862Z | Downloaded terminal_size v0.3.0 |
911 | 2024-05-20T15:20:20.863Z | Downloaded owo-colors v4.0.0 |
912 | 2024-05-20T15:20:20.863Z | Downloaded dirs-next v2.0.0 |
913 | 2024-05-20T15:20:20.863Z | Downloaded digest v0.10.7 |
914 | 2024-05-20T15:20:20.866Z | Downloaded stable_deref_trait v1.2.0 |
915 | 2024-05-20T15:20:20.866Z | Downloaded toml v0.8.12 |
916 | 2024-05-20T15:20:20.870Z | Downloaded stability v0.2.0 |
917 | 2024-05-20T15:20:20.870Z | Downloaded termcolor v1.2.0 |
918 | 2024-05-20T15:20:20.873Z | Downloaded deranged v0.3.11 |
919 | 2024-05-20T15:20:20.873Z | Downloaded futures-executor v0.3.30 |
920 | 2024-05-20T15:20:20.876Z | Downloaded time-core v0.1.2 |
921 | 2024-05-20T15:20:20.876Z | Downloaded sqlparser_derive v0.2.2 |
922 | 2024-05-20T15:20:20.876Z | Downloaded toolchain_find v0.4.0 |
923 | 2024-05-20T15:20:20.882Z | Downloaded futures-core v0.3.30 |
924 | 2024-05-20T15:20:20.882Z | Downloaded float-cmp v0.9.0 |
925 | 2024-05-20T15:20:20.888Z | Downloaded funty v2.0.0 |
926 | 2024-05-20T15:20:20.888Z | Downloaded num_enum_derive v0.5.11 |
927 | 2024-05-20T15:20:20.888Z | Downloaded num_enum v0.5.11 |
928 | 2024-05-20T15:20:20.898Z | Downloaded topological-sort v0.2.2 |
929 | 2024-05-20T15:20:20.902Z | Downloaded base64 v0.22.1 |
930 | 2024-05-20T15:20:20.906Z | Downloaded rand_xorshift v0.3.0 |
931 | 2024-05-20T15:20:20.906Z | Downloaded serde_yaml v0.9.25 |
932 | 2024-05-20T15:20:20.909Z | Downloaded derive_builder_macro v0.20.0 |
933 | 2024-05-20T15:20:21.917Z | Downloaded http v0.2.12 |
934 | 2024-05-20T15:20:21.936Z | Downloaded pest_derive v2.7.6 |
935 | 2024-05-20T15:20:21.937Z | Downloaded pin-utils v0.1.0 |
936 | 2024-05-20T15:20:21.937Z | Downloaded phf_shared v0.10.0 |
937 | 2024-05-20T15:20:21.937Z | Downloaded serde_path_to_error v0.1.16 |
938 | 2024-05-20T15:20:21.937Z | Downloaded smallvec v1.13.1 |
939 | 2024-05-20T15:20:21.938Z | Downloaded pest_meta v2.7.6 |
940 | 2024-05-20T15:20:21.938Z | Downloaded futures-task v0.3.30 |
941 | 2024-05-20T15:20:21.938Z | Downloaded const_format v0.2.32 |
942 | 2024-05-20T15:20:21.939Z | Downloaded term v0.7.0 |
943 | 2024-05-20T15:20:21.939Z | Downloaded postcard v1.0.8 |
944 | 2024-05-20T15:20:21.939Z | Downloaded tiny-keccak v2.0.2 |
945 | 2024-05-20T15:20:21.939Z | Downloaded termios v0.3.3 |
946 | 2024-05-20T15:20:21.940Z | Downloaded signal-hook v0.3.17 |
947 | 2024-05-20T15:20:21.940Z | Downloaded sqlformat v0.2.3 |
948 | 2024-05-20T15:20:21.940Z | Downloaded futures-channel v0.3.30 |
949 | 2024-05-20T15:20:21.940Z | Downloaded shell-words v1.1.0 |
950 | 2024-05-20T15:20:21.940Z | Downloaded universal-hash v0.5.1 |
951 | 2024-05-20T15:20:21.941Z | Downloaded der_derive v0.7.2 |
952 | 2024-05-20T15:20:21.941Z | Downloaded tungstenite v0.20.1 |
953 | 2024-05-20T15:20:21.941Z | Downloaded pin-project-internal v1.1.3 |
954 | 2024-05-20T15:20:21.941Z | Downloaded zip v0.6.6 |
955 | 2024-05-20T15:20:21.941Z | Downloaded unicode-width v0.1.11 |
956 | 2024-05-20T15:20:21.941Z | Downloaded mio v0.8.11 |
957 | 2024-05-20T15:20:21.941Z | Downloaded unicode-xid v0.2.4 |
958 | 2024-05-20T15:20:21.941Z | Downloaded foreign-types v0.3.2 |
959 | 2024-05-20T15:20:21.941Z | Downloaded flagset v0.4.3 |
960 | 2024-05-20T15:20:21.941Z | Downloaded fixedbitset v0.4.2 |
961 | 2024-05-20T15:20:21.941Z | Downloaded erased-serde v0.3.31 |
962 | 2024-05-20T15:20:21.941Z | Downloaded display-error-chain v0.2.0 |
963 | 2024-05-20T15:20:21.941Z | Downloaded usdt v0.5.0 |
964 | 2024-05-20T15:20:21.941Z | Downloaded phf_shared v0.11.2 |
965 | 2024-05-20T15:20:21.941Z | Downloaded phf v0.11.2 |
966 | 2024-05-20T15:20:21.941Z | Downloaded percent-encoding v2.3.1 |
967 | 2024-05-20T15:20:21.941Z | Downloaded quote v1.0.36 |
968 | 2024-05-20T15:20:21.942Z | Downloaded oso-derive v0.27.3 |
969 | 2024-05-20T15:20:21.942Z | Downloaded glob v0.3.1 |
970 | 2024-05-20T15:20:21.942Z | Downloaded rustc_version v0.4.0 |
971 | 2024-05-20T15:20:21.942Z | Downloaded proc-macro-error-attr v1.0.4 |
972 | 2024-05-20T15:20:21.942Z | Downloaded gethostname v0.4.3 |
973 | 2024-05-20T15:20:21.942Z | Downloaded sct v0.7.0 |
974 | 2024-05-20T15:20:21.942Z | Downloaded signal-hook-mio v0.2.3 |
975 | 2024-05-20T15:20:21.942Z | Downloaded semver v0.1.20 |
976 | 2024-05-20T15:20:21.942Z | Downloaded secrecy v0.8.0 |
977 | 2024-05-20T15:20:21.942Z | Downloaded thiserror v1.0.60 |
978 | 2024-05-20T15:20:21.943Z | Downloaded rand_chacha v0.3.1 |
979 | 2024-05-20T15:20:21.943Z | Downloaded globset v0.4.13 |
980 | 2024-05-20T15:20:21.943Z | Downloaded time-macros v0.2.17 |
981 | 2024-05-20T15:20:21.943Z | Downloaded zone v0.1.8 |
982 | 2024-05-20T15:20:21.943Z | Downloaded rayon-core v1.12.1 |
983 | 2024-05-20T15:20:21.944Z | Downloaded structmeta v0.2.0 |
984 | 2024-05-20T15:20:21.944Z | Downloaded unicase v2.7.0 |
985 | 2024-05-20T15:20:21.944Z | Downloaded serde_derive_internals v0.29.0 |
986 | 2024-05-20T15:20:21.944Z | Downloaded serde_urlencoded v0.7.1 |
987 | 2024-05-20T15:20:21.944Z | Downloaded salty v0.2.0 |
988 | 2024-05-20T15:20:21.945Z | Downloaded crunchy v0.2.2 |
989 | 2024-05-20T15:20:21.945Z | Downloaded crucible-workspace-hack v0.1.0 |
990 | 2024-05-20T15:20:21.945Z | Downloaded steno v0.4.0 |
991 | 2024-05-20T15:20:21.945Z | Downloaded filetime v0.2.23 |
992 | 2024-05-20T15:20:21.945Z | Downloaded olpc-cjson v0.1.3 |
993 | 2024-05-20T15:20:21.946Z | Downloaded usdt-attr-macro v0.5.0 |
994 | 2024-05-20T15:20:21.946Z | Downloaded fastrand v2.0.1 |
995 | 2024-05-20T15:20:21.946Z | Downloaded diesel_table_macro_syntax v0.1.0 |
996 | 2024-05-20T15:20:21.946Z | Downloaded enum-as-inner v0.5.1 |
997 | 2024-05-20T15:20:21.946Z | Downloaded openssl-probe v0.1.5 |
998 | 2024-05-20T15:20:21.946Z | Downloaded getrandom v0.2.12 |
999 | 2024-05-20T15:20:21.946Z | Downloaded tar v0.4.40 |
1000 | 2024-05-20T15:20:21.947Z | Downloaded plain v0.2.3 |
1001 | 2024-05-20T15:20:21.947Z | Downloaded schemars_derive v0.8.17 |
1002 | 2024-05-20T15:20:21.947Z | Downloaded rand_seeder v0.2.3 |
1003 | 2024-05-20T15:20:21.947Z | Downloaded psl-types v2.0.11 |
1004 | 2024-05-20T15:20:21.947Z | Downloaded ppv-lite86 v0.2.17 |
1005 | 2024-05-20T15:20:21.947Z | Downloaded sha2 v0.10.8 |
1006 | 2024-05-20T15:20:21.947Z | Downloaded spin v0.5.2 |
1007 | 2024-05-20T15:20:21.948Z | Downloaded version_check v0.9.4 |
1008 | 2024-05-20T15:20:21.948Z | Downloaded thread-id v4.2.0 |
1009 | 2024-05-20T15:20:21.948Z | Downloaded thiserror-no-std v2.0.2 |
1010 | 2024-05-20T15:20:21.948Z | Downloaded csv-core v0.1.11 |
1011 | 2024-05-20T15:20:21.948Z | Downloaded zerocopy-derive v0.7.32 |
1012 | 2024-05-20T15:20:21.948Z | Downloaded tokio-tungstenite v0.21.0 |
1013 | 2024-05-20T15:20:21.949Z | Downloaded rsa v0.9.2 |
1014 | 2024-05-20T15:20:21.949Z | Downloaded tokio-stream v0.1.15 |
1015 | 2024-05-20T15:20:21.949Z | Downloaded pretty-hex v0.4.1 |
1016 | 2024-05-20T15:20:21.949Z | Downloaded pretty-hex v0.2.1 |
1017 | 2024-05-20T15:20:21.949Z | Downloaded rustc_version v0.1.7 |
1018 | 2024-05-20T15:20:21.949Z | Downloaded same-file v1.0.6 |
1019 | 2024-05-20T15:20:21.950Z | Downloaded usdt-attr-macro v0.3.5 |
1020 | 2024-05-20T15:20:21.950Z | Downloaded diesel_derives v2.1.2 |
1021 | 2024-05-20T15:20:21.950Z | Downloaded structmeta v0.3.0 |
1022 | 2024-05-20T15:20:21.950Z | Downloaded der v0.7.8 |
1023 | 2024-05-20T15:20:21.950Z | Downloaded signal-hook-tokio v0.3.1 |
1024 | 2024-05-20T15:20:21.951Z | Downloaded num v0.4.3 |
1025 | 2024-05-20T15:20:21.951Z | Downloaded parking_lot v0.12.1 |
1026 | 2024-05-20T15:20:21.951Z | Downloaded unicode-ident v1.0.12 |
1027 | 2024-05-20T15:20:21.951Z | Downloaded fallible-iterator v0.2.0 |
1028 | 2024-05-20T15:20:21.951Z | Downloaded errno v0.3.8 |
1029 | 2024-05-20T15:20:21.952Z | Downloaded rand_core v0.6.4 |
1030 | 2024-05-20T15:20:21.952Z | Downloaded nom v7.1.3 |
1031 | 2024-05-20T15:20:21.952Z | Downloaded wyz v0.5.1 |
1032 | 2024-05-20T15:20:21.952Z | Downloaded num-derive v0.4.0 |
1033 | 2024-05-20T15:20:21.952Z | Downloaded termtree v0.4.1 |
1034 | 2024-05-20T15:20:21.981Z | Downloaded parse-size v1.0.0 |
1035 | 2024-05-20T15:20:21.982Z | Downloaded serde_with v3.7.0 |
1036 | 2024-05-20T15:20:21.982Z | Downloaded foreign-types-shared v0.3.1 |
1037 | 2024-05-20T15:20:21.982Z | Downloaded darling_macro v0.20.8 |
1038 | 2024-05-20T15:20:21.982Z | Downloaded dof v0.1.5 |
1039 | 2024-05-20T15:20:21.982Z | Downloaded tokio-tungstenite v0.20.1 |
1040 | 2024-05-20T15:20:21.982Z | Downloaded toml v0.5.11 |
1041 | 2024-05-20T15:20:21.983Z | Downloaded rustyline v14.0.0 |
1042 | 2024-05-20T15:20:21.983Z | Downloaded peg-runtime v0.8.3 |
1043 | 2024-05-20T15:20:21.983Z | Downloaded waitgroup v0.1.2 |
1044 | 2024-05-20T15:20:21.983Z | Downloaded vte_generate_state_changes v0.1.1 |
1045 | 2024-05-20T15:20:21.984Z | Downloaded serde_tokenstream v0.1.7 |
1046 | 2024-05-20T15:20:21.984Z | Downloaded thread_local v1.1.7 |
1047 | 2024-05-20T15:20:21.985Z | Downloaded derive_more v0.99.17 |
1048 | 2024-05-20T15:20:21.985Z | Downloaded rpassword v7.3.1 |
1049 | 2024-05-20T15:20:21.986Z | Downloaded parse-display v0.9.0 |
1050 | 2024-05-20T15:20:21.986Z | Downloaded difflib v0.4.0 |
1051 | 2024-05-20T15:20:21.986Z | Downloaded unarray v0.1.4 |
1052 | 2024-05-20T15:20:21.987Z | Downloaded tower-service v0.3.2 |
1053 | 2024-05-20T15:20:21.987Z | Downloaded opaque-debug v0.3.0 |
1054 | 2024-05-20T15:20:21.987Z | Downloaded wait-timeout v0.2.0 |
1055 | 2024-05-20T15:20:21.987Z | Downloaded siphasher v0.3.11 |
1056 | 2024-05-20T15:20:21.988Z | Downloaded signature v1.6.4 |
1057 | 2024-05-20T15:20:21.988Z | Downloaded thiserror-impl-no-std v2.0.2 |
1058 | 2024-05-20T15:20:21.988Z | Downloaded xattr v1.0.1 |
1059 | 2024-05-20T15:20:21.989Z | Downloaded ron v0.8.1 |
1060 | 2024-05-20T15:20:21.989Z | Downloaded poly1305 v0.8.0 |
1061 | 2024-05-20T15:20:21.989Z | Downloaded futures-sink v0.3.30 |
1062 | 2024-05-20T15:20:21.990Z | Downloaded num-conv v0.1.0 |
1063 | 2024-05-20T15:20:21.990Z | Downloaded whoami v1.5.1 |
1064 | 2024-05-20T15:20:21.990Z | Downloaded blake3 v1.5.0 |
1065 | 2024-05-20T15:20:21.990Z | Downloaded tokio-native-tls v0.3.1 |
1066 | 2024-05-20T15:20:21.990Z | Downloaded group v0.13.0 |
1067 | 2024-05-20T15:20:21.991Z | Downloaded similar v2.4.0 |
1068 | 2024-05-20T15:20:21.991Z | Downloaded rustc-hash v1.1.0 |
1069 | 2024-05-20T15:20:21.991Z | Downloaded rustls-pemfile v1.0.3 |
1070 | 2024-05-20T15:20:21.991Z | Downloaded parking_lot_core v0.9.8 |
1071 | 2024-05-20T15:20:21.991Z | Downloaded dirs-sys-next v0.1.2 |
1072 | 2024-05-20T15:20:21.991Z | Downloaded serde_spanned v0.6.5 |
1073 | 2024-05-20T15:20:21.991Z | Downloaded unicode_categories v0.1.1 |
1074 | 2024-05-20T15:20:21.991Z | Downloaded parse-display-derive v0.9.0 |
1075 | 2024-05-20T15:20:21.991Z | Downloaded peg v0.8.3 |
1076 | 2024-05-20T15:20:21.992Z | Downloaded oso v0.27.3 |
1077 | 2024-05-20T15:20:21.992Z | Downloaded pest v2.7.6 |
1078 | 2024-05-20T15:20:21.992Z | Downloaded endian-type v0.1.2 |
1079 | 2024-05-20T15:20:21.992Z | Downloaded slog-dtrace v0.3.0 |
1080 | 2024-05-20T15:20:21.992Z | Downloaded slog-bunyan v2.5.0 |
1081 | 2024-05-20T15:20:21.992Z | Downloaded crypto-common v0.1.6 |
1082 | 2024-05-20T15:20:21.992Z | Downloaded serde-hex v0.1.0 |
1083 | 2024-05-20T15:20:21.993Z | Downloaded fatfs v0.3.6 |
1084 | 2024-05-20T15:20:21.993Z | Downloaded snafu v0.8.2 |
1085 | 2024-05-20T15:20:21.993Z | Downloaded regex-automata v0.1.10 |
1086 | 2024-05-20T15:20:21.993Z | Downloaded foreign-types-shared v0.1.1 |
1087 | 2024-05-20T15:20:21.993Z | Downloaded slog-async v2.8.0 |
1088 | 2024-05-20T15:20:21.993Z | Downloaded rustls-pemfile v2.1.2 |
1089 | 2024-05-20T15:20:21.993Z | Downloaded paste v1.0.15 |
1090 | 2024-05-20T15:20:21.993Z | Downloaded clap_builder v4.5.2 |
1091 | 2024-05-20T15:20:21.994Z | Downloaded rustc-demangle v0.1.23 |
1092 | 2024-05-20T15:20:21.994Z | Downloaded futures-macro v0.3.30 |
1093 | 2024-05-20T15:20:21.994Z | Downloaded sec1 v0.7.3 |
1094 | 2024-05-20T15:20:21.994Z | Downloaded tinyvec v1.6.0 |
1095 | 2024-05-20T15:20:21.994Z | Downloaded bindgen v0.69.2 |
1096 | 2024-05-20T15:20:21.994Z | Downloaded peg-macros v0.8.3 |
1097 | 2024-05-20T15:20:21.995Z | Downloaded utf8parse v0.2.1 |
1098 | 2024-05-20T15:20:21.995Z | Downloaded utf-8 v0.7.6 |
1099 | 2024-05-20T15:20:21.995Z | Downloaded rand v0.8.5 |
1100 | 2024-05-20T15:20:21.995Z | Downloaded ff v0.13.0 |
1101 | 2024-05-20T15:20:21.995Z | Downloaded darling v0.20.8 |
1102 | 2024-05-20T15:20:21.995Z | Downloaded portpicker v0.1.1 |
1103 | 2024-05-20T15:20:21.995Z | Downloaded platforms v3.0.2 |
1104 | 2024-05-20T15:20:21.995Z | Downloaded once_cell v1.19.0 |
1105 | 2024-05-20T15:20:21.996Z | Downloaded rustversion v1.0.14 |
1106 | 2024-05-20T15:20:21.996Z | Downloaded strip-ansi-escapes v0.2.0 |
1107 | 2024-05-20T15:20:21.996Z | Downloaded foreign-types-macros v0.2.3 |
1108 | 2024-05-20T15:20:21.996Z | Downloaded zone_cfg_derive v0.1.2 |
1109 | 2024-05-20T15:20:21.996Z | Downloaded proc-macro-crate v1.3.1 |
1110 | 2024-05-20T15:20:21.996Z | Downloaded crossbeam-utils v0.8.19 |
1111 | 2024-05-20T15:20:21.996Z | Downloaded strsim v0.11.0 |
1112 | 2024-05-20T15:20:21.997Z | Downloaded postgres-types v0.2.6 |
1113 | 2024-05-20T15:20:21.997Z | Downloaded stringprep v0.1.3 |
1114 | 2024-05-20T15:20:21.997Z | Downloaded postgres-protocol v0.6.6 |
1115 | 2024-05-20T15:20:21.997Z | Downloaded test-strategy v0.3.1 |
1116 | 2024-05-20T15:20:21.997Z | Downloaded powerfmt v0.2.0 |
1117 | 2024-05-20T15:20:21.997Z | Downloaded quick-error v1.2.3 |
1118 | 2024-05-20T15:20:21.997Z | Downloaded semver v1.0.23 |
1119 | 2024-05-20T15:20:21.998Z | Downloaded scroll v0.12.0 |
1120 | 2024-05-20T15:20:21.998Z | Downloaded zerocopy v0.6.6 |
1121 | 2024-05-20T15:20:21.998Z | Downloaded yasna v0.5.2 |
1122 | 2024-05-20T15:20:21.998Z | Downloaded tracing v0.1.40 |
1123 | 2024-05-20T15:20:21.998Z | Downloaded crossbeam-epoch v0.9.18 |
1124 | 2024-05-20T15:20:21.998Z | Downloaded textwrap v0.16.1 |
1125 | 2024-05-20T15:20:21.998Z | Downloaded hkdf v0.12.4 |
1126 | 2024-05-20T15:20:21.998Z | Downloaded num-complex v0.4.6 |
1127 | 2024-05-20T15:20:21.998Z | Downloaded strsim v0.10.0 |
1128 | 2024-05-20T15:20:21.998Z | Downloaded openssl-sys v0.9.102 |
1129 | 2024-05-20T15:20:21.998Z | Downloaded proc-macro-error v1.0.4 |
1130 | 2024-05-20T15:20:21.998Z | Downloaded fd-lock v4.0.2 |
1131 | 2024-05-20T15:20:21.998Z | Downloaded tokio-rustls v0.25.0 |
1132 | 2024-05-20T15:20:21.998Z | Downloaded hashbrown v0.12.3 |
1133 | 2024-05-20T15:20:21.998Z | Downloaded typenum v1.16.0 |
1134 | 2024-05-20T15:20:22.017Z | Downloaded slog v2.7.0 |
1135 | 2024-05-20T15:20:22.017Z | Downloaded expectorate v1.1.0 |
1136 | 2024-05-20T15:20:22.018Z | Downloaded hyper v0.14.28 |
1137 | 2024-05-20T15:20:22.018Z | Downloaded uuid v1.8.0 |
1138 | 2024-05-20T15:20:22.018Z | Downloaded bitvec v1.0.1 |
1139 | 2024-05-20T15:20:22.018Z | Downloaded socket2 v0.5.6 |
1140 | 2024-05-20T15:20:22.018Z | Downloaded derive-where v1.2.7 |
1141 | 2024-05-20T15:20:22.018Z | Downloaded tungstenite v0.21.0 |
1142 | 2024-05-20T15:20:22.018Z | Downloaded half v2.3.1 |
1143 | 2024-05-20T15:20:22.019Z | Downloaded x509-cert v0.2.4 |
1144 | 2024-05-20T15:20:22.019Z | Downloaded tough v0.17.1 |
1145 | 2024-05-20T15:20:22.019Z | Downloaded tokio-util v0.7.10 |
1146 | 2024-05-20T15:20:22.019Z | Downloaded serde_json v1.0.117 |
1147 | 2024-05-20T15:20:22.019Z | Downloaded darling_core v0.20.8 |
1148 | 2024-05-20T15:20:22.019Z | Downloaded prettyplease v0.2.20 |
1149 | 2024-05-20T15:20:22.019Z | Downloaded flume v0.11.0 |
1150 | 2024-05-20T15:20:22.019Z | Downloaded serde v1.0.201 |
1151 | 2024-05-20T15:20:22.020Z | Downloaded reqwest v0.11.27 |
1152 | 2024-05-20T15:20:22.020Z | Downloaded trust-dns-client v0.22.0 |
1153 | 2024-05-20T15:20:22.020Z | Downloaded crossterm v0.27.0 |
1154 | 2024-05-20T15:20:22.020Z | Downloaded rustls-webpki v0.101.7 |
1155 | 2024-05-20T15:20:22.020Z | Downloaded tokio-postgres v0.7.10 |
1156 | 2024-05-20T15:20:22.020Z | Downloaded typed-path v0.7.0 |
1157 | 2024-05-20T15:20:22.020Z | Downloaded num-bigint v0.4.4 |
1158 | 2024-05-20T15:20:22.020Z | Downloaded zerocopy v0.7.32 |
1159 | 2024-05-20T15:20:22.020Z | Downloaded syn v2.0.60 |
1160 | 2024-05-20T15:20:22.020Z | Downloaded tabled v0.15.0 |
1161 | 2024-05-20T15:20:22.020Z | Downloaded num-bigint-dig v0.8.4 |
1162 | 2024-05-20T15:20:22.020Z | Downloaded regex v1.10.4 |
1163 | 2024-05-20T15:20:22.020Z | Downloaded goblin v0.8.0 |
1164 | 2024-05-20T15:20:22.020Z | Downloaded rayon v1.10.0 |
1165 | 2024-05-20T15:20:22.020Z | Downloaded proptest v1.4.0 |
1166 | 2024-05-20T15:20:22.020Z | Downloaded portable-atomic v1.4.3 |
1167 | 2024-05-20T15:20:22.020Z | Downloaded h2 v0.3.26 |
1168 | 2024-05-20T15:20:22.020Z | Downloaded quick-xml v0.31.0 |
1169 | 2024-05-20T15:20:22.020Z | Downloaded webpki-roots v0.25.2 |
1170 | 2024-05-20T15:20:22.020Z | Downloaded rustls v0.21.9 |
1171 | 2024-05-20T15:20:22.021Z | Downloaded smoltcp v0.11.0 |
1172 | 2024-05-20T15:20:22.021Z | Downloaded object v0.30.4 |
1173 | 2024-05-20T15:20:22.021Z | Downloaded smoltcp v0.9.1 |
1174 | 2024-05-20T15:20:22.021Z | Downloaded rustls-webpki v0.102.1 |
1175 | 2024-05-20T15:20:22.021Z | Downloaded regex-syntax v0.6.29 |
1176 | 2024-05-20T15:20:22.021Z | Downloaded polar-core v0.27.3 |
1177 | 2024-05-20T15:20:22.021Z | Downloaded gimli v0.28.0 |
1178 | 2024-05-20T15:20:22.021Z | Downloaded sled v0.34.7 |
1179 | 2024-05-20T15:20:22.021Z | Downloaded regress v0.9.1 |
1180 | 2024-05-20T15:20:22.021Z | Downloaded openapiv3 v2.0.0 |
1181 | 2024-05-20T15:20:22.021Z | Downloaded radix_trie v0.2.1 |
1182 | 2024-05-20T15:20:22.021Z | Downloaded ratatui v0.26.2 |
1183 | 2024-05-20T15:20:22.021Z | Downloaded diesel v2.1.6 |
1184 | 2024-05-20T15:20:22.022Z | Downloaded trust-dns-proto v0.22.0 |
1185 | 2024-05-20T15:20:22.022Z | Downloaded sha3 v0.10.8 |
1186 | 2024-05-20T15:20:22.022Z | Downloaded petgraph v0.6.5 |
1187 | 2024-05-20T15:20:22.022Z | Downloaded rustix v0.38.31 |
1188 | 2024-05-20T15:20:22.022Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1189 | 2024-05-20T15:20:22.022Z | Downloaded openssl v0.10.64 |
1190 | 2024-05-20T15:20:22.022Z | Downloaded zerocopy-derive v0.6.6 |
1191 | 2024-05-20T15:20:22.022Z | Downloaded zerocopy-derive v0.2.0 |
1192 | 2024-05-20T15:20:22.022Z | Downloaded curve25519-dalek v4.1.2 |
1193 | 2024-05-20T15:20:22.022Z | Downloaded rustls v0.22.4 |
1194 | 2024-05-20T15:20:22.022Z | Downloaded object v0.32.1 |
1195 | 2024-05-20T15:20:22.022Z | Downloaded regex-automata v0.4.5 |
1196 | 2024-05-20T15:20:22.022Z | Downloaded nix v0.28.0 |
1197 | 2024-05-20T15:20:22.022Z | Downloaded bstr v1.9.0 |
1198 | 2024-05-20T15:20:22.022Z | Downloaded libc v0.2.153 |
1199 | 2024-05-20T15:20:22.022Z | Downloaded tokio v1.37.0 |
1200 | 2024-05-20T15:20:22.035Z | Downloaded regex-syntax v0.8.2 |
1201 | 2024-05-20T15:20:22.035Z | Downloaded bstr v0.2.17 |
1202 | 2024-05-20T15:20:22.045Z | Downloaded csv v1.3.0 |
1203 | 2024-05-20T15:20:22.055Z | Downloaded syn v1.0.109 |
1204 | 2024-05-20T15:20:22.064Z | Downloaded idna v0.3.0 |
1205 | 2024-05-20T15:20:22.074Z | Downloaded idna v0.2.3 |
1206 | 2024-05-20T15:20:22.090Z | Downloaded vcpkg v0.2.15 |
1207 | 2024-05-20T15:20:22.122Z | Downloaded lalrpop v0.19.12 |
1208 | 2024-05-20T15:20:22.135Z | Downloaded winnow v0.5.15 |
1209 | 2024-05-20T15:20:22.148Z | Downloaded winnow v0.6.1 |
1210 | 2024-05-20T15:20:22.170Z | Downloaded chrono v0.4.38 |
1211 | 2024-05-20T15:20:22.170Z | Downloaded tracing-core v0.1.32 |
1212 | 2024-05-20T15:20:22.170Z | Downloaded publicsuffix v2.2.3 |
1213 | 2024-05-20T15:20:22.171Z | Downloaded futures-util v0.3.30 |
1214 | 2024-05-20T15:20:22.606Z | Downloaded encoding_rs v0.8.33 |
1215 | 2024-05-20T15:20:22.621Z | Downloaded socket2 v0.4.9 |
1216 | 2024-05-20T15:20:22.621Z | Downloaded sqlparser v0.45.0 |
1217 | 2024-05-20T15:20:22.621Z | Downloaded env_logger v0.9.3 |
1218 | 2024-05-20T15:20:22.621Z | Downloaded omicron-zone-package v0.11.0 |
1219 | 2024-05-20T15:20:22.621Z | Downloaded unicode-normalization v0.1.22 |
1220 | 2024-05-20T15:20:22.621Z | Downloaded tokio-rustls v0.24.1 |
1221 | 2024-05-20T15:20:22.621Z | Downloaded schemars v0.8.17 |
1222 | 2024-05-20T15:20:22.621Z | Downloaded unicode-segmentation v1.10.1 |
1223 | 2024-05-20T15:20:22.621Z | Downloaded futures-io v0.3.30 |
1224 | 2024-05-20T15:20:22.621Z | Downloaded password-hash v0.5.0 |
1225 | 2024-05-20T15:20:22.621Z | Downloaded ucd-trie v0.1.6 |
1226 | 2024-05-20T15:20:22.621Z | Downloaded toml_edit v0.22.12 |
1227 | 2024-05-20T15:20:22.621Z | Downloaded reedline v0.31.0 |
1228 | 2024-05-20T15:20:22.621Z | Downloaded uzers v0.11.3 |
1229 | 2024-05-20T15:20:22.621Z | Downloaded derive_builder v0.20.0 |
1230 | 2024-05-20T15:20:22.621Z | Downloaded diff v0.1.13 |
1231 | 2024-05-20T15:20:22.622Z | Downloaded data-encoding v2.4.0 |
1232 | 2024-05-20T15:20:22.622Z | Downloaded ena v0.14.2 |
1233 | 2024-05-20T15:20:22.622Z | Downloaded vte v0.11.1 |
1234 | 2024-05-20T15:20:22.622Z | Downloaded signal-hook-registry v1.4.1 |
1235 | 2024-05-20T15:20:22.622Z | Downloaded serde_plain v1.0.2 |
1236 | 2024-05-20T15:20:22.622Z | Downloaded serde_arrays v0.1.0 |
1237 | 2024-05-20T15:20:22.622Z | Downloaded parking_lot v0.11.2 |
1238 | 2024-05-20T15:20:22.622Z | Downloaded proc-macro2 v1.0.82 |
1239 | 2024-05-20T15:20:22.622Z | Downloaded itertools v0.12.1 |
1240 | 2024-05-20T15:20:22.622Z | Downloaded tracing-attributes v0.1.27 |
1241 | 2024-05-20T15:20:22.622Z | Downloaded papergrid v0.11.0 |
1242 | 2024-05-20T15:20:22.622Z | Downloaded libm v0.2.7 |
1243 | 2024-05-20T15:20:22.622Z | Downloaded flate2 v1.0.30 |
1244 | 2024-05-20T15:20:22.622Z | Downloaded vsss-rs v3.3.4 |
1245 | 2024-05-20T15:20:22.622Z | Downloaded toml v0.7.8 |
1246 | 2024-05-20T15:20:22.622Z | Downloaded unsafe-libyaml v0.2.10 |
1247 | 2024-05-20T15:20:22.622Z | Downloaded want v0.3.1 |
1248 | 2024-05-20T15:20:22.622Z | Downloaded static_assertions v1.1.0 |
1249 | 2024-05-20T15:20:22.623Z | Downloaded sha1 v0.10.6 |
1250 | 2024-05-20T15:20:22.623Z | Downloaded scopeguard v1.2.0 |
1251 | 2024-05-20T15:20:22.623Z | Downloaded rusty-fork v0.3.0 |
1252 | 2024-05-20T15:20:22.623Z | Downloaded snafu-derive v0.8.2 |
1253 | 2024-05-20T15:20:22.623Z | Downloaded time v0.3.34 |
1254 | 2024-05-20T15:20:22.623Z | Downloaded unicode-bidi v0.3.15 |
1255 | 2024-05-20T15:20:22.623Z | Downloaded pin-project v1.1.3 |
1256 | 2024-05-20T15:20:22.623Z | Downloaded trust-dns-resolver v0.22.0 |
1257 | 2024-05-20T15:20:22.623Z | Downloaded spin v0.9.8 |
1258 | 2024-05-20T15:20:22.623Z | Downloaded trust-dns-server v0.22.1 |
1259 | 2024-05-20T15:20:22.623Z | Downloaded thiserror-impl v1.0.60 |
1260 | 2024-05-20T15:20:22.623Z | Downloaded pem v3.0.4 |
1261 | 2024-05-20T15:20:22.623Z | Downloaded futures v0.3.30 |
1262 | 2024-05-20T15:20:22.623Z | Downloaded parking_lot_core v0.8.6 |
1263 | 2024-05-20T15:20:22.623Z | Downloaded getopts v0.2.21 |
1264 | 2024-05-20T15:20:22.623Z | Downloaded slab v0.4.9 |
1265 | 2024-05-20T15:20:22.623Z | Downloaded url v2.5.0 |
1266 | 2024-05-20T15:20:22.623Z | Downloaded toml_edit v0.19.15 |
1267 | 2024-05-20T15:20:22.623Z | Downloaded num_cpus v1.16.0 |
1268 | 2024-05-20T15:20:22.623Z | Downloaded foreign-types v0.5.0 |
1269 | 2024-05-20T15:20:22.623Z | Downloaded fnv v1.0.7 |
1270 | 2024-05-20T15:20:22.623Z | Downloaded derive_builder_core v0.20.0 |
1271 | 2024-05-20T15:20:22.624Z | Downloaded usdt v0.3.5 |
1272 | 2024-05-20T15:20:22.624Z | Downloaded serde_derive v1.0.201 |
1273 | 2024-05-20T15:20:22.624Z | Downloaded crypto-bigint v0.5.2 |
1274 | 2024-05-20T15:20:22.624Z | Downloaded http v1.0.0 |
1275 | 2024-05-20T15:20:22.624Z | Downloaded rcgen v0.12.1 |
1276 | 2024-05-20T15:20:22.624Z | Downloaded elliptic-curve v0.13.8 |
1277 | 2024-05-20T15:20:22.624Z | Downloaded crossbeam-channel v0.5.8 |
1278 | 2024-05-20T15:20:22.624Z | Downloaded pkcs8 v0.10.2 |
1279 | 2024-05-20T15:20:22.624Z | Downloaded pin-project-lite v0.2.13 |
1280 | 2024-05-20T15:20:22.624Z | Downloaded pkg-config v0.3.27 |
1281 | 2024-05-20T15:20:22.624Z | Downloaded pkcs1 v0.7.5 |
1282 | 2024-05-20T15:20:22.624Z | Downloaded pem-rfc7468 v0.7.0 |
1283 | 2024-05-20T15:20:22.624Z | Downloaded which v4.4.0 |
1284 | 2024-05-20T15:20:22.624Z | Downloaded cstr-argument v0.1.2 |
1285 | 2024-05-20T15:20:22.624Z | Downloaded unicode-linebreak v0.1.5 |
1286 | 2024-05-20T15:20:22.624Z | Downloaded memchr v2.7.1 |
1287 | 2024-05-20T15:20:22.624Z | Downloaded minimal-lexical v0.2.1 |
1288 | 2024-05-20T15:20:22.624Z | Downloaded spki v0.7.2 |
1289 | 2024-05-20T15:20:22.624Z | Downloaded env_logger v0.10.0 |
1290 | 2024-05-20T15:20:22.624Z | Downloaded num-traits v0.2.19 |
1291 | 2024-05-20T15:20:22.624Z | Downloaded tempfile v3.10.1 |
1292 | 2024-05-20T15:20:22.624Z | Downloaded scroll_derive v0.12.0 |
1293 | 2024-05-20T15:20:22.624Z | Downloaded scheduled-thread-pool v0.2.7 |
1294 | 2024-05-20T15:20:22.624Z | Downloaded samael v0.0.15 |
1295 | 2024-05-20T15:20:22.624Z | Downloaded form_urlencoded v1.2.1 |
1296 | 2024-05-20T15:20:22.625Z | Downloaded debug-ignore v1.0.5 |
1297 | 2024-05-20T15:20:22.625Z | Downloaded tap v1.0.1 |
1298 | 2024-05-20T15:20:22.625Z | Downloaded tabled_derive v0.7.0 |
1299 | 2024-05-20T15:20:22.625Z | Downloaded num-rational v0.4.2 |
1300 | 2024-05-20T15:20:22.625Z | Downloaded usdt-impl v0.3.5 |
1301 | 2024-05-20T15:20:22.625Z | Downloaded smawk v0.3.1 |
1302 | 2024-05-20T15:20:22.625Z | Downloaded slog-json v2.6.1 |
1303 | 2024-05-20T15:20:22.625Z | Downloaded slog-envlogger v2.2.0 |
1304 | 2024-05-20T15:20:22.625Z | Downloaded hash32 v0.3.1 |
1305 | 2024-05-20T15:20:22.625Z | Downloaded compact_str v0.7.1 |
1306 | 2024-05-20T15:20:22.625Z | Downloaded num-integer v0.1.46 |
1307 | 2024-05-20T15:20:22.625Z | Downloaded predicates-core v1.0.6 |
1308 | 2024-05-20T15:20:22.625Z | Downloaded predicates v3.1.0 |
1309 | 2024-05-20T15:20:22.625Z | Downloaded cookie v0.18.1 |
1310 | 2024-05-20T15:20:22.625Z | Downloaded cc v1.0.83 |
1311 | 2024-05-20T15:20:22.625Z | Downloaded embedded-io v0.4.0 |
1312 | 2024-05-20T15:20:22.625Z | Downloaded ron v0.7.1 |
1313 | 2024-05-20T15:20:22.625Z | Downloaded generic-array v0.14.7 |
1314 | 2024-05-20T15:20:22.625Z | Downloaded fragile v2.0.0 |
1315 | 2024-05-20T15:20:22.631Z | Downloaded either v1.11.0 |
1316 | 2024-05-20T15:20:22.631Z | Downloaded ed25519 v1.5.3 |
1317 | 2024-05-20T15:20:22.631Z | Downloaded dyn-clone v1.0.17 |
1318 | 2024-05-20T15:20:22.631Z | Downloaded dof v0.3.0 |
1319 | 2024-05-20T15:20:22.631Z | Downloaded defmt-macros v0.3.6 |
1320 | 2024-05-20T15:20:22.631Z | Downloaded zeroize v1.7.0 |
1321 | 2024-05-20T15:20:22.631Z | Downloaded strum_macros v0.26.1 |
1322 | 2024-05-20T15:20:22.631Z | Downloaded strum_macros v0.24.3 |
1323 | 2024-05-20T15:20:22.631Z | Downloaded clang-sys v1.6.1 |
1324 | 2024-05-20T15:20:22.631Z | Downloaded buf-list v1.0.3 |
1325 | 2024-05-20T15:20:22.632Z | Downloaded untrusted v0.9.0 |
1326 | 2024-05-20T15:20:22.632Z | Downloaded toml_datetime v0.6.5 |
1327 | 2024-05-20T15:20:22.632Z | Downloaded smallvec v0.6.14 |
1328 | 2024-05-20T15:20:22.632Z | Downloaded miniz_oxide v0.7.1 |
1329 | 2024-05-20T15:20:22.632Z | Downloaded log v0.4.21 |
1330 | 2024-05-20T15:20:22.632Z | Downloaded tui-tree-widget v0.19.0 |
1331 | 2024-05-20T15:20:22.632Z | Downloaded num-iter v0.1.45 |
1332 | 2024-05-20T15:20:22.632Z | Downloaded fxhash v0.2.1 |
1333 | 2024-05-20T15:20:22.632Z | Downloaded dtrace-parser v0.1.14 |
1334 | 2024-05-20T15:20:22.632Z | Downloaded try-lock v0.2.4 |
1335 | 2024-05-20T15:20:22.633Z | Downloaded mime_guess v2.0.4 |
1336 | 2024-05-20T15:20:22.633Z | Downloaded clap_derive v4.5.4 |
1337 | 2024-05-20T15:20:22.633Z | Downloaded cipher v0.4.4 |
1338 | 2024-05-20T15:20:22.633Z | Downloaded cassowary v0.3.0 |
1339 | 2024-05-20T15:20:22.633Z | Downloaded camino v1.1.7 |
1340 | 2024-05-20T15:20:22.633Z | Downloaded const_format_proc_macros v0.2.32 |
1341 | 2024-05-20T15:20:22.633Z | Downloaded console v0.15.8 |
1342 | 2024-05-20T15:20:22.633Z | Downloaded hyper-staticfile v0.9.5 |
1343 | 2024-05-20T15:20:22.633Z | Downloaded slog-stdlog v4.1.1 |
1344 | 2024-05-20T15:20:22.633Z | Downloaded slog-scope v4.4.0 |
1345 | 2024-05-20T15:20:22.633Z | Downloaded subtle v2.5.0 |
1346 | 2024-05-20T15:20:22.633Z | Downloaded ipnet v2.9.0 |
1347 | 2024-05-20T15:20:22.634Z | Downloaded nibble_vec v0.1.0 |
1348 | 2024-05-20T15:20:22.634Z | Downloaded newtype-uuid v1.1.0 |
1349 | 2024-05-20T15:20:22.634Z | Downloaded mime v0.3.17 |
1350 | 2024-05-20T15:20:22.634Z | Downloaded memmap v0.7.0 |
1351 | 2024-05-20T15:20:22.634Z | Downloaded maplit v1.0.2 |
1352 | 2024-05-20T15:20:22.634Z | Downloaded lock_api v0.4.10 |
1353 | 2024-05-20T15:20:22.634Z | Downloaded libloading v0.7.4 |
1354 | 2024-05-20T15:20:22.634Z | Downloaded libefi-sys v0.1.0 |
1355 | 2024-05-20T15:20:22.634Z | Downloaded kstat-rs v0.2.3 |
1356 | 2024-05-20T15:20:22.635Z | Downloaded indoc v2.0.3 |
1357 | 2024-05-20T15:20:22.635Z | Downloaded hubpack v0.1.2 |
1358 | 2024-05-20T15:20:22.635Z | Downloaded convert_case v0.4.0 |
1359 | 2024-05-20T15:20:22.635Z | Downloaded cargo-platform v0.1.3 |
1360 | 2024-05-20T15:20:22.635Z | Downloaded bcs v0.1.6 |
1361 | 2024-05-20T15:20:22.635Z | Downloaded async-trait v0.1.80 |
1362 | 2024-05-20T15:20:22.635Z | Downloaded macaddr v1.0.1 |
1363 | 2024-05-20T15:20:22.636Z | Downloaded keccak v0.1.4 |
1364 | 2024-05-20T15:20:22.636Z | Downloaded indoc v1.0.9 |
1365 | 2024-05-20T15:20:22.636Z | Downloaded hostname v0.4.0 |
1366 | 2024-05-20T15:20:22.636Z | Downloaded hostname v0.3.1 |
1367 | 2024-05-20T15:20:22.636Z | Downloaded cobs v0.2.3 |
1368 | 2024-05-20T15:20:22.636Z | Downloaded lru v0.12.1 |
1369 | 2024-05-20T15:20:22.636Z | Downloaded lazycell v1.3.0 |
1370 | 2024-05-20T15:20:22.636Z | Downloaded lazy_static v1.4.0 |
1371 | 2024-05-20T15:20:22.636Z | Downloaded ring v0.17.8 |
1372 | 2024-05-20T15:20:22.653Z | Downloaded itoa v1.0.9 |
1373 | 2024-05-20T15:20:23.698Z | Downloaded is-terminal v0.4.9 |
1374 | 2024-05-20T15:20:23.698Z | Downloaded colorchoice v1.0.0 |
1375 | 2024-05-20T15:20:23.698Z | Downloaded castaway v0.2.2 |
1376 | 2024-05-20T15:20:23.698Z | Downloaded cargo_metadata v0.18.1 |
1377 | 2024-05-20T15:20:23.698Z | Downloaded bytecount v0.6.3 |
1378 | 2024-05-20T15:20:23.699Z | Downloaded mockall v0.12.1 |
1379 | 2024-05-20T15:20:23.699Z | Downloaded heck v0.5.0 |
1380 | 2024-05-20T15:20:23.699Z | Downloaded heck v0.3.3 |
1381 | 2024-05-20T15:20:23.699Z | Downloaded constant_time_eq v0.3.0 |
1382 | 2024-05-20T15:20:23.699Z | Downloaded clap_lex v0.7.0 |
1383 | 2024-05-20T15:20:23.699Z | Downloaded ciborium-ll v0.2.2 |
1384 | 2024-05-20T15:20:23.749Z | Downloaded byteorder v1.5.0 |
1385 | 2024-05-20T15:20:23.749Z | Downloaded hyper-tls v0.5.0 |
1386 | 2024-05-20T15:20:23.749Z | Downloaded camino-tempfile v1.1.1 |
1387 | 2024-05-20T15:20:23.749Z | Downloaded impl-trait-for-tuples v0.2.2 |
1388 | 2024-05-20T15:20:23.749Z | Downloaded block-padding v0.3.3 |
1389 | 2024-05-20T15:20:23.749Z | Downloaded addr2line v0.21.0 |
1390 | 2024-05-20T15:20:23.749Z | Downloaded newtype_derive v0.1.6 |
1391 | 2024-05-20T15:20:23.749Z | Downloaded inout v0.1.3 |
1392 | 2024-05-20T15:20:23.749Z | Downloaded http-body v0.4.5 |
1393 | 2024-05-20T15:20:23.749Z | Downloaded highway v1.1.0 |
1394 | 2024-05-20T15:20:23.749Z | Downloaded cfg-if v1.0.0 |
1395 | 2024-05-20T15:20:23.749Z | Downloaded ascii-canvas v3.0.0 |
1396 | 2024-05-20T15:20:23.749Z | Downloaded anstream v0.6.11 |
1397 | 2024-05-20T15:20:23.749Z | Downloaded ahash v0.8.8 |
1398 | 2024-05-20T15:20:23.749Z | Downloaded humantime v2.1.0 |
1399 | 2024-05-20T15:20:23.749Z | Downloaded bitstruct v0.1.1 |
1400 | 2024-05-20T15:20:23.749Z | Downloaded bitflags v1.3.2 |
1401 | 2024-05-20T15:20:23.749Z | Downloaded base16ct v0.2.0 |
1402 | 2024-05-20T15:20:23.749Z | Downloaded autocfg v1.1.0 |
1403 | 2024-05-20T15:20:23.749Z | Downloaded ring v0.16.20 |
1404 | 2024-05-20T15:20:23.749Z | Downloaded array-init v0.0.4 |
1405 | 2024-05-20T15:20:23.749Z | Downloaded anstyle-query v1.0.0 |
1406 | 2024-05-20T15:20:23.750Z | Downloaded httpdate v1.0.3 |
1407 | 2024-05-20T15:20:23.750Z | Downloaded async-stream-impl v0.3.5 |
1408 | 2024-05-20T15:20:23.750Z | Downloaded ascii v1.1.0 |
1409 | 2024-05-20T15:20:23.750Z | Downloaded anstyle-parse v0.2.1 |
1410 | 2024-05-20T15:20:23.750Z | Downloaded aho-corasick v1.1.2 |
1411 | 2024-05-20T15:20:23.750Z | Downloaded headers v0.3.9 |
1412 | 2024-05-20T15:20:23.750Z | Downloaded hashbrown v0.13.2 |
1413 | 2024-05-20T15:20:23.750Z | Compiling proc-macro2 v1.0.82 |
1414 | 2024-05-20T15:20:23.750Z | Compiling unicode-ident v1.0.12 |
1415 | 2024-05-20T15:20:23.750Z | Compiling libc v0.2.153 |
1416 | 2024-05-20T15:20:23.750Z | Compiling serde v1.0.201 |
1417 | 2024-05-20T15:20:23.750Z | Compiling autocfg v1.1.0 |
1418 | 2024-05-20T15:20:23.750Z | Compiling version_check v0.9.4 |
1419 | 2024-05-20T15:20:23.750Z | Compiling cfg-if v1.0.0 |
1420 | 2024-05-20T15:20:23.750Z | Compiling once_cell v1.19.0 |
1421 | 2024-05-20T15:20:23.750Z | Compiling parking_lot_core v0.9.8 |
1422 | 2024-05-20T15:20:23.750Z | Compiling libm v0.2.7 |
1423 | 2024-05-20T15:20:23.750Z | Compiling serde_json v1.0.117 |
1424 | 2024-05-20T15:20:23.868Z | Compiling ahash v0.8.8 |
1425 | 2024-05-20T15:20:23.919Z | Compiling lock_api v0.4.10 |
1426 | 2024-05-20T15:20:26.782Z | Compiling byteorder v1.5.0 |
1427 | 2024-05-20T15:20:26.972Z | Compiling memchr v2.7.1 |
1428 | 2024-05-20T15:20:26.972Z | Compiling num-traits v0.2.19 |
1429 | 2024-05-20T15:20:26.972Z | Compiling thiserror v1.0.60 |
1430 | 2024-05-20T15:20:26.972Z | Compiling typenum v1.16.0 |
1431 | 2024-05-20T15:20:27.276Z | Compiling log v0.4.21 |
1432 | 2024-05-20T15:20:27.424Z | Compiling generic-array v0.14.7 |
1433 | 2024-05-20T15:20:28.100Z | Compiling itoa v1.0.9 |
1434 | 2024-05-20T15:20:28.106Z | Compiling quote v1.0.36 |
1435 | 2024-05-20T15:20:28.106Z | Compiling scopeguard v1.2.0 |
1436 | 2024-05-20T15:20:28.221Z | Compiling cc v1.0.83 |
1437 | 2024-05-20T15:20:28.284Z | Compiling syn v2.0.60 |
1438 | 2024-05-20T15:20:28.320Z | Compiling getrandom v0.2.12 |
1439 | 2024-05-20T15:20:28.802Z | Compiling allocator-api2 v0.2.16 |
1440 | 2024-05-20T15:20:28.859Z | Compiling slab v0.4.9 |
1441 | 2024-05-20T15:20:29.096Z | Compiling ryu v1.0.15 |
1442 | 2024-05-20T15:20:29.182Z | Compiling smallvec v1.13.1 |
1443 | 2024-05-20T15:20:29.234Z | Compiling pin-project-lite v0.2.13 |
1444 | 2024-05-20T15:20:29.416Z | Compiling schemars v0.8.17 |
1445 | 2024-05-20T15:20:29.491Z | Compiling syn v1.0.109 |
1446 | 2024-05-20T15:20:29.570Z | Compiling equivalent v1.0.1 |
1447 | 2024-05-20T15:20:29.856Z | Compiling vcpkg v0.2.15 |
1448 | 2024-05-20T15:20:29.856Z | Compiling pkg-config v0.3.27 |
1449 | 2024-05-20T15:20:30.215Z | Compiling parking_lot v0.12.1 |
1450 | 2024-05-20T15:20:30.601Z | Compiling signal-hook-registry v1.4.1 |
1451 | 2024-05-20T15:20:30.630Z | Compiling ring v0.17.8 |
1452 | 2024-05-20T15:20:31.443Z | Compiling openssl-sys v0.9.102 |
1453 | 2024-05-20T15:20:31.810Z | Compiling mio v0.8.11 |
1454 | 2024-05-20T15:20:32.673Z | Compiling fnv v1.0.7 |
1455 | 2024-05-20T15:20:32.778Z | Compiling rand_core v0.6.4 |
1456 | 2024-05-20T15:20:33.007Z | Compiling num_cpus v1.16.0 |
1457 | 2024-05-20T15:20:33.180Z | Compiling socket2 v0.5.6 |
1458 | 2024-05-20T15:20:33.286Z | Compiling time-core v0.1.2 |
1459 | 2024-05-20T15:20:33.402Z | Compiling num-conv v0.1.0 |
1460 | 2024-05-20T15:20:33.626Z | Compiling ring v0.16.20 |
1461 | 2024-05-20T15:20:33.832Z | Compiling time-macros v0.2.17 |
1462 | 2024-05-20T15:20:34.563Z | Compiling httparse v1.8.0 |
1463 | 2024-05-20T15:20:34.885Z | Compiling futures-core v0.3.30 |
1464 | 2024-05-20T15:20:34.987Z | Compiling openssl v0.10.64 |
1465 | 2024-05-20T15:20:35.144Z | Compiling rustix v0.38.31 |
1466 | 2024-05-20T15:20:35.499Z | Compiling iana-time-zone v0.1.57 |
1467 | 2024-05-20T15:20:35.522Z | Compiling semver v1.0.23 |
1468 | 2024-05-20T15:20:35.539Z | Compiling serde_derive_internals v0.29.0 |
1469 | 2024-05-20T15:20:35.759Z | Compiling crossbeam-utils v0.8.19 |
1470 | 2024-05-20T15:20:36.298Z | Compiling tinyvec_macros v0.1.1 |
1471 | 2024-05-20T15:20:36.900Z | Compiling rustls v0.21.9 |
1472 | 2024-05-20T15:20:36.900Z | Compiling spin v0.5.2 |
1473 | 2024-05-20T15:20:36.923Z | Compiling native-tls v0.2.11 |
1474 | 2024-05-20T15:20:36.923Z | Compiling tinyvec v1.6.0 |
1475 | 2024-05-20T15:20:36.923Z | Compiling spin v0.9.8 |
1476 | 2024-05-20T15:20:37.272Z | Compiling const-oid v0.9.6 |
1477 | 2024-05-20T15:20:37.313Z | Compiling ucd-trie v0.1.6 |
1478 | 2024-05-20T15:20:37.466Z | Compiling subtle v2.5.0 |
1479 | 2024-05-20T15:20:37.779Z | Compiling futures-sink v0.3.30 |
1480 | 2024-05-20T15:20:37.912Z | Compiling backtrace v0.3.69 |
1481 | 2024-05-20T15:20:38.534Z | Compiling unicode-normalization v0.1.22 |
1482 | 2024-05-20T15:20:38.750Z | Compiling cookie v0.17.0 |
1483 | 2024-05-20T15:20:38.750Z | Compiling heck v0.4.1 |
1484 | 2024-05-20T15:20:38.750Z | Compiling slog v2.7.0 |
1485 | 2024-05-20T15:20:38.750Z | Compiling heck v0.5.0 |
1486 | 2024-05-20T15:20:39.246Z | Compiling dyn-clone v1.0.17 |
1487 | 2024-05-20T15:20:39.246Z | Compiling unicode-bidi v0.3.15 |
1488 | 2024-05-20T15:20:39.246Z | Compiling futures-channel v0.3.30 |
1489 | 2024-05-20T15:20:39.510Z | Compiling tracing-core v0.1.32 |
1490 | 2024-05-20T15:20:39.511Z | Compiling futures-task v0.3.30 |
1491 | 2024-05-20T15:20:39.633Z | Compiling futures-io v0.3.30 |
1492 | 2024-05-20T15:20:39.938Z | Compiling pin-utils v0.1.0 |
1493 | 2024-05-20T15:20:41.009Z | Compiling aho-corasick v1.1.2 |
1494 | 2024-05-20T15:20:41.009Z | Compiling winnow v0.5.15 |
1495 | 2024-05-20T15:20:41.009Z | Compiling serde_derive v1.0.201 |
1496 | 2024-05-20T15:20:41.010Z | Compiling zerocopy-derive v0.7.32 |
1497 | 2024-05-20T15:20:41.860Z | Compiling zeroize_derive v1.4.2 |
1498 | 2024-05-20T15:20:42.723Z | Compiling thiserror-impl v1.0.60 |
1499 | 2024-05-20T15:20:42.870Z | Compiling zerocopy v0.7.32 |
1500 | 2024-05-20T15:20:43.068Z | Compiling tokio-macros v2.2.0 |
1501 | 2024-05-20T15:20:43.813Z | Compiling futures-macro v0.3.30 |
1502 | 2024-05-20T15:20:44.121Z | Compiling tracing-attributes v0.1.27 |
1503 | 2024-05-20T15:20:44.392Z | Compiling schemars_derive v0.8.17 |
1504 | 2024-05-20T15:20:44.914Z | Compiling hashbrown v0.14.3 |
1505 | 2024-05-20T15:20:45.305Z | Compiling zeroize v1.7.0 |
1506 | 2024-05-20T15:20:46.277Z | Compiling openssl-macros v0.1.1 |
1507 | 2024-05-20T15:20:47.045Z | Compiling scroll_derive v0.12.0 |
1508 | 2024-05-20T15:20:47.075Z | Compiling pest v2.7.6 |
1509 | 2024-05-20T15:20:47.327Z | Compiling crypto-common v0.1.6 |
1510 | 2024-05-20T15:20:47.475Z | Compiling tracing v0.1.40 |
1511 | 2024-05-20T15:20:47.525Z | Compiling futures-util v0.3.30 |
1512 | 2024-05-20T15:20:47.719Z | Compiling der_derive v0.7.2 |
1513 | 2024-05-20T15:20:48.621Z | Compiling regex-syntax v0.8.2 |
1514 | 2024-05-20T15:20:49.584Z | Compiling pest_meta v2.7.6 |
1515 | 2024-05-20T15:20:50.234Z | Compiling anyhow v1.0.83 |
1516 | 2024-05-20T15:20:50.751Z | Compiling block-buffer v0.10.4 |
1517 | 2024-05-20T15:20:50.886Z | Compiling pest_generator v2.7.6 |
1518 | 2024-05-20T15:20:52.709Z | Compiling regex-automata v0.4.5 |
1519 | 2024-05-20T15:20:53.498Z | Compiling pest_derive v2.7.6 |
1520 | 2024-05-20T15:20:53.993Z | Compiling bytes v1.6.0 |
1521 | 2024-05-20T15:20:54.193Z | Compiling indexmap v2.2.6 |
1522 | 2024-05-20T15:20:54.288Z | Compiling uuid v1.8.0 |
1523 | 2024-05-20T15:20:55.196Z | Compiling bitflags v2.4.2 |
1524 | 2024-05-20T15:20:55.709Z | Compiling serde_tokenstream v0.2.0 |
1525 | 2024-05-20T15:20:56.386Z | Compiling tokio v1.37.0 |
1526 | 2024-05-20T15:20:56.678Z | Compiling chrono v0.4.38 |
1527 | 2024-05-20T15:20:57.355Z | Compiling serde_spanned v0.6.5 |
1528 | 2024-05-20T15:20:57.564Z | Compiling toml_datetime v0.6.5 |
1529 | 2024-05-20T15:20:57.999Z | Compiling http v0.2.12 |
1530 | 2024-05-20T15:21:00.321Z | Compiling rustc_version v0.4.0 |
1531 | 2024-05-20T15:21:00.933Z | Compiling toml_edit v0.19.15 |
1532 | 2024-05-20T15:21:02.750Z | Compiling usdt-impl v0.5.0 |
1533 | 2024-05-20T15:21:03.215Z | Compiling untrusted v0.9.0 |
1534 | 2024-05-20T15:21:03.291Z | Compiling powerfmt v0.2.0 |
1535 | 2024-05-20T15:21:03.513Z | Compiling rustversion v1.0.14 |
1536 | 2024-05-20T15:21:03.783Z | Compiling deranged v0.3.11 |
1537 | 2024-05-20T15:21:04.580Z | Compiling heapless v0.7.16 |
1538 | 2024-05-20T15:21:05.022Z | Compiling digest v0.10.7 |
1539 | 2024-05-20T15:21:05.875Z | Compiling scroll v0.12.0 |
1540 | 2024-05-20T15:21:06.144Z | Compiling signal-hook v0.3.17 |
1541 | 2024-05-20T15:21:06.236Z | Compiling num_threads v0.1.6 |
1542 | 2024-05-20T15:21:06.256Z | Compiling percent-encoding v2.3.1 |
1543 | 2024-05-20T15:21:06.357Z | Compiling ppv-lite86 v0.2.17 |
1544 | 2024-05-20T15:21:06.612Z | Compiling plain v0.2.3 |
1545 | 2024-05-20T15:21:06.784Z | Compiling goblin v0.8.0 |
1546 | 2024-05-20T15:21:07.179Z | Compiling rand_chacha v0.3.1 |
1547 | 2024-05-20T15:21:07.231Z | Compiling time v0.3.34 |
1548 | 2024-05-20T15:21:08.147Z | Compiling regex v1.10.4 |
1549 | 2024-05-20T15:21:10.497Z | Compiling pretty-hex v0.4.1 |
1550 | 2024-05-20T15:21:10.914Z | Compiling crc32fast v1.3.2 |
1551 | 2024-05-20T15:21:11.395Z | Compiling rand v0.8.5 |
1552 | 2024-05-20T15:21:12.267Z | Compiling tokio-util v0.7.10 |
1553 | 2024-05-20T15:21:12.526Z | Compiling dof v0.3.0 |
1554 | 2024-05-20T15:21:13.859Z | Compiling dtrace-parser v0.2.0 |
1555 | 2024-05-20T15:21:14.246Z | Compiling async-trait v0.1.80 |
1556 | 2024-05-20T15:21:15.321Z | Compiling thread-id v4.2.0 |
1557 | 2024-05-20T15:21:15.438Z | Compiling num-bigint v0.4.4 |
1558 | 2024-05-20T15:21:15.636Z | Compiling foreign-types-shared v0.1.1 |
1559 | 2024-05-20T15:21:15.750Z | Compiling smoltcp v0.9.1 |
1560 | 2024-05-20T15:21:15.893Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1561 | 2024-05-20T15:21:15.924Z | Compiling unicode-width v0.1.11 |
1562 | 2024-05-20T15:21:16.334Z | Compiling untrusted v0.7.1 |
1563 | 2024-05-20T15:21:16.363Z | Compiling base64ct v1.6.0 |
1564 | 2024-05-20T15:21:16.438Z | Compiling foreign-types v0.3.2 |
1565 | 2024-05-20T15:21:16.909Z | Compiling pem-rfc7468 v0.7.0 |
1566 | 2024-05-20T15:21:18.212Z | Compiling form_urlencoded v1.2.1 |
1567 | 2024-05-20T15:21:18.849Z | Compiling hmac v0.12.1 |
1568 | 2024-05-20T15:21:19.514Z | Compiling errno v0.3.8 |
1569 | 2024-05-20T15:21:19.768Z | Compiling flagset v0.4.3 |
1570 | 2024-05-20T15:21:19.886Z | Compiling adler v1.0.2 |
1571 | 2024-05-20T15:21:19.919Z | Compiling base64 v0.21.7 |
1572 | 2024-05-20T15:21:19.957Z | Compiling try-lock v0.2.4 |
1573 | 2024-05-20T15:21:20.108Z | Compiling siphasher v0.3.11 |
1574 | 2024-05-20T15:21:20.345Z | Compiling want v0.3.1 |
1575 | 2024-05-20T15:21:20.462Z | Compiling miniz_oxide v0.7.1 |
1576 | 2024-05-20T15:21:20.605Z | Compiling der v0.7.8 |
1577 | 2024-05-20T15:21:21.385Z | Compiling rustls-webpki v0.101.7 |
1578 | 2024-05-20T15:21:23.101Z | Compiling sct v0.7.0 |
1579 | 2024-05-20T15:21:23.508Z | Compiling h2 v0.3.26 |
1580 | 2024-05-20T15:21:23.884Z | Compiling http-body v0.4.5 |
1581 | 2024-05-20T15:21:24.818Z | Compiling openapiv3 v2.0.0 |
1582 | 2024-05-20T15:21:25.263Z | Compiling hubpack_derive v0.1.1 |
1583 | 2024-05-20T15:21:25.494Z | Compiling zerocopy-derive v0.6.6 |
1584 | 2024-05-20T15:21:25.592Z | Compiling lazy_static v1.4.0 |
1585 | 2024-05-20T15:21:25.627Z | Compiling idna v0.5.0 |
1586 | 2024-05-20T15:21:26.274Z | Compiling fs-err v2.11.0 |
1587 | 2024-05-20T15:21:27.120Z | Compiling anstyle v1.0.7 |
1588 | 2024-05-20T15:21:27.993Z | Compiling openssl-probe v0.1.5 |
1589 | 2024-05-20T15:21:28.183Z | Compiling stable_deref_trait v1.2.0 |
1590 | 2024-05-20T15:21:28.183Z | Compiling httpdate v1.0.3 |
1591 | 2024-05-20T15:21:28.183Z | Compiling cpufeatures v0.2.12 |
1592 | 2024-05-20T15:21:28.285Z | Compiling tower-service v0.3.2 |
1593 | 2024-05-20T15:21:28.478Z | Compiling utf8parse v0.2.1 |
1594 | 2024-05-20T15:21:28.478Z | Compiling gimli v0.28.0 |
1595 | 2024-05-20T15:21:28.709Z | Compiling anstyle-parse v0.2.1 |
1596 | 2024-05-20T15:21:28.805Z | Compiling sha2 v0.10.8 |
1597 | 2024-05-20T15:21:29.363Z | Compiling url v2.5.0 |
1598 | 2024-05-20T15:21:30.774Z | Compiling hyper v0.14.28 |
1599 | 2024-05-20T15:21:32.759Z | Compiling spki v0.7.2 |
1600 | 2024-05-20T15:21:33.128Z | Compiling addr2line v0.21.0 |
1601 | 2024-05-20T15:21:34.098Z | Compiling usdt-macro v0.5.0 |
1602 | 2024-05-20T15:21:35.210Z | Compiling usdt-attr-macro v0.5.0 |
1603 | 2024-05-20T15:21:36.247Z | Compiling md-5 v0.10.5 |
1604 | 2024-05-20T15:21:39.986Z | Compiling idna v0.3.0 |
1605 | 2024-05-20T15:21:39.987Z | Compiling stringprep v0.1.3 |
1606 | 2024-05-20T15:21:40.238Z | Compiling diesel_table_macro_syntax v0.1.0 |
1607 | 2024-05-20T15:21:40.313Z | Compiling num-integer v0.1.46 |
1608 | 2024-05-20T15:21:40.586Z | Compiling object v0.32.1 |
1609 | 2024-05-20T15:21:41.026Z | Compiling hash32 v0.2.1 |
1610 | 2024-05-20T15:21:41.346Z | Compiling rustc-demangle v0.1.23 |
1611 | 2024-05-20T15:21:43.907Z | Compiling colorchoice v1.0.0 |
1612 | 2024-05-20T15:21:44.006Z | Compiling fallible-iterator v0.2.0 |
1613 | 2024-05-20T15:21:44.875Z | Compiling anstyle-query v1.0.0 |
1614 | 2024-05-20T15:21:45.010Z | Compiling psl-types v2.0.11 |
1615 | 2024-05-20T15:21:45.205Z | Compiling publicsuffix v2.2.3 |
1616 | 2024-05-20T15:21:45.475Z | Compiling anstream v0.6.11 |
1617 | 2024-05-20T15:21:48.436Z | Compiling postgres-protocol v0.6.6 |
1618 | 2024-05-20T15:21:50.456Z | Compiling diesel_derives v2.1.2 |
1619 | 2024-05-20T15:21:56.357Z | Compiling tokio-rustls v0.24.1 |
1620 | 2024-05-20T15:21:57.289Z | Compiling pkcs8 v0.10.2 |
1621 | 2024-05-20T15:21:57.574Z | Compiling terminal_size v0.3.0 |
1622 | 2024-05-20T15:21:57.822Z | Compiling tokio-native-tls v0.3.1 |
1623 | 2024-05-20T15:21:58.105Z | Compiling phf_shared v0.11.2 |
1624 | 2024-05-20T15:21:59.242Z | Compiling strum_macros v0.25.2 |
1625 | 2024-05-20T15:21:59.318Z | Compiling block-padding v0.3.3 |
1626 | 2024-05-20T15:21:59.438Z | Compiling regress v0.9.1 |
1627 | 2024-05-20T15:21:59.533Z | Compiling enum-as-inner v0.5.1 |
1628 | 2024-05-20T15:21:59.570Z | Compiling clap_derive v4.5.4 |
1629 | 2024-05-20T15:22:00.541Z | Compiling serde_repr v0.1.16 |
1630 | 2024-05-20T15:22:02.985Z | Compiling ff v0.13.0 |
1631 | 2024-05-20T15:22:03.253Z | Compiling scheduled-thread-pool v0.2.7 |
1632 | 2024-05-20T15:22:03.877Z | Compiling encoding_rs v0.8.33 |
1633 | 2024-05-20T15:22:04.111Z | Compiling strsim v0.11.0 |
1634 | 2024-05-20T15:22:04.224Z | Compiling strsim v0.10.0 |
1635 | 2024-05-20T15:22:04.812Z | Compiling managed v0.8.0 |
1636 | 2024-05-20T15:22:04.836Z | Compiling base16ct v0.2.0 |
1637 | 2024-05-20T15:22:05.033Z | Compiling clap_lex v0.7.0 |
1638 | 2024-05-20T15:22:05.323Z | Compiling bitflags v1.3.2 |
1639 | 2024-05-20T15:22:05.459Z | Compiling matches v0.1.10 |
1640 | 2024-05-20T15:22:05.561Z | Compiling bit-vec v0.6.3 |
1641 | 2024-05-20T15:22:05.988Z | Compiling ipnet v2.9.0 |
1642 | 2024-05-20T15:22:06.039Z | Compiling ident_case v1.0.1 |
1643 | 2024-05-20T15:22:06.182Z | Compiling mime v0.3.17 |
1644 | 2024-05-20T15:22:06.209Z | Compiling regex-automata v0.1.10 |
1645 | 2024-05-20T15:22:06.799Z | Compiling bstr v0.2.17 |
1646 | 2024-05-20T15:22:07.557Z | Compiling darling_core v0.20.8 |
1647 | 2024-05-20T15:22:08.094Z | Compiling idna v0.2.3 |
1648 | 2024-05-20T15:22:09.468Z | Compiling clap_builder v4.5.2 |
1649 | 2024-05-20T15:22:10.100Z | Compiling sec1 v0.7.3 |
1650 | 2024-05-20T15:22:10.652Z | Compiling r2d2 v0.8.10 |
1651 | 2024-05-20T15:22:12.230Z | Compiling group v0.13.0 |
1652 | 2024-05-20T15:22:12.531Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1653 | 2024-05-20T15:22:13.283Z | Compiling inout v0.1.3 |
1654 | 2024-05-20T15:22:15.601Z | Compiling phf v0.11.2 |
1655 | 2024-05-20T15:22:15.908Z | Compiling hyper-tls v0.5.0 |
1656 | 2024-05-20T15:22:16.147Z | Compiling signal-hook-mio v0.2.3 |
1657 | 2024-05-20T15:22:16.270Z | Compiling hyper-rustls v0.24.2 |
1658 | 2024-05-20T15:22:16.631Z | Compiling cookie_store v0.20.0 |
1659 | 2024-05-20T15:22:16.888Z | Compiling postgres-types v0.2.6 |
1660 | 2024-05-20T15:22:17.050Z | Compiling zerocopy v0.6.6 |
1661 | 2024-05-20T15:22:17.967Z | Compiling hubpack v0.1.2 |
1662 | 2024-05-20T15:22:18.028Z | Compiling rustls-pemfile v1.0.3 |
1663 | 2024-05-20T15:22:18.270Z | Compiling phf_shared v0.10.0 |
1664 | 2024-05-20T15:22:18.369Z | Compiling hkdf v0.12.4 |
1665 | 2024-05-20T15:22:18.411Z | Compiling serde_urlencoded v0.7.1 |
1666 | 2024-05-20T15:22:18.653Z | Compiling crossbeam-epoch v0.9.18 |
1667 | 2024-05-20T15:22:18.904Z | Compiling ipnetwork v0.20.0 |
1668 | 2024-05-20T15:22:18.954Z | Compiling futures-executor v0.3.30 |
1669 | 2024-05-20T15:22:19.499Z | Compiling crypto-bigint v0.5.2 |
1670 | 2024-05-20T15:22:19.677Z | Compiling float-cmp v0.9.0 |
1671 | 2024-05-20T15:22:19.727Z | Compiling memmap v0.7.0 |
1672 | 2024-05-20T15:22:19.857Z | Compiling new_debug_unreachable v1.0.4 |
1673 | 2024-05-20T15:22:19.946Z | Compiling whoami v1.5.1 |
1674 | 2024-05-20T15:22:19.969Z | Compiling predicates-core v1.0.6 |
1675 | 2024-05-20T15:22:19.975Z | Compiling winnow v0.6.1 |
1676 | 2024-05-20T15:22:20.261Z | Compiling either v1.11.0 |
1677 | 2024-05-20T15:22:21.077Z | Compiling sync_wrapper v0.1.2 |
1678 | 2024-05-20T15:22:21.151Z | Compiling precomputed-hash v0.1.1 |
1679 | 2024-05-20T15:22:21.151Z | Compiling static_assertions v1.1.0 |
1680 | 2024-05-20T15:22:21.293Z | Compiling minimal-lexical v0.2.1 |
1681 | 2024-05-20T15:22:21.430Z | Compiling data-encoding v2.4.0 |
1682 | 2024-05-20T15:22:22.511Z | Compiling difflib v0.4.0 |
1683 | 2024-05-20T15:22:23.007Z | Compiling webpki-roots v0.25.2 |
1684 | 2024-05-20T15:22:23.141Z | Compiling normalize-line-endings v0.3.0 |
1685 | 2024-05-20T15:22:23.162Z | Compiling fixedbitset v0.4.2 |
1686 | 2024-05-20T15:22:23.276Z | Compiling unicode-segmentation v1.10.1 |
1687 | 2024-05-20T15:22:23.399Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1688 | 2024-05-20T15:22:23.550Z | Compiling petgraph v0.6.5 |
1689 | 2024-05-20T15:22:23.654Z | Compiling toml_edit v0.22.12 |
1690 | 2024-05-20T15:22:23.678Z | Compiling predicates v3.1.0 |
1691 | 2024-05-20T15:22:24.010Z | Compiling similar v2.4.0 |
1692 | 2024-05-20T15:22:24.149Z | Compiling reqwest v0.11.27 |
1693 | 2024-05-20T15:22:26.093Z | Compiling trust-dns-proto v0.22.0 |
1694 | 2024-05-20T15:22:26.911Z | Compiling nom v7.1.3 |
1695 | 2024-05-20T15:22:27.584Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1696 | 2024-05-20T15:22:27.710Z | Compiling string_cache v0.8.7 |
1697 | 2024-05-20T15:22:28.140Z | Compiling elliptic-curve v0.13.8 |
1698 | 2024-05-20T15:22:28.824Z | Compiling itertools v0.10.5 |
1699 | 2024-05-20T15:22:30.760Z | Compiling tokio-postgres v0.7.10 |
1700 | 2024-05-20T15:22:30.765Z | Compiling usdt v0.5.0 |
1701 | 2024-05-20T15:22:31.667Z | Compiling diesel v2.1.6 |
1702 | 2024-05-20T15:22:31.687Z | Compiling futures v0.3.30 |
1703 | 2024-05-20T15:22:31.819Z | Compiling yasna v0.5.2 |
1704 | 2024-05-20T15:22:33.250Z | Compiling crossterm v0.27.0 |
1705 | 2024-05-20T15:22:33.376Z | Compiling flate2 v1.0.30 |
1706 | 2024-05-20T15:22:33.498Z | Compiling cipher v0.4.4 |
1707 | 2024-05-20T15:22:33.552Z | Compiling darling_macro v0.20.8 |
1708 | 2024-05-20T15:22:34.325Z | Compiling clap v4.5.4 |
1709 | 2024-05-20T15:22:34.512Z | Compiling bit-set v0.5.3 |
1710 | 2024-05-20T15:22:34.992Z | Compiling num-iter v0.1.45 |
1711 | 2024-05-20T15:22:35.173Z | Compiling console v0.15.8 |
1712 | 2024-05-20T15:22:36.046Z | Compiling tokio-stream v0.1.15 |
1713 | 2024-05-20T15:22:36.435Z | Compiling toml v0.7.8 |
1714 | 2024-05-20T15:22:36.730Z | Compiling bstr v1.9.0 |
1715 | 2024-05-20T15:22:37.038Z | Compiling hex v0.4.3 |
1716 | 2024-05-20T15:22:37.995Z | Compiling peg-runtime v0.8.3 |
1717 | 2024-05-20T15:22:38.475Z | Compiling lalrpop-util v0.19.12 |
1718 | 2024-05-20T15:22:38.895Z | Compiling darling v0.20.8 |
1719 | 2024-05-20T15:22:39.033Z | Compiling proc-macro-crate v1.3.1 |
1720 | 2024-05-20T15:22:39.879Z | Compiling heapless v0.8.0 |
1721 | 2024-05-20T15:22:40.391Z | Compiling camino v1.1.7 |
1722 | 2024-05-20T15:22:41.986Z | Compiling num_enum_derive v0.5.11 |
1723 | 2024-05-20T15:22:47.020Z | Compiling hash32 v0.3.1 |
1724 | 2024-05-20T15:22:47.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1725 | 2024-05-20T15:22:48.237Z | Compiling rustls-pki-types v1.3.0 |
1726 | 2024-05-20T15:22:49.959Z | Compiling smoltcp v0.11.0 |
1727 | 2024-05-20T15:23:00.318Z | Compiling num_enum v0.5.11 |
1728 | 2024-05-20T15:23:03.724Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1729 | 2024-05-20T15:23:03.959Z | Compiling getopts v0.2.21 |
1730 | 2024-05-20T15:23:05.733Z | Compiling dirs-sys-next v0.1.2 |
1731 | 2024-05-20T15:23:06.174Z | Compiling proc-macro-error-attr v1.0.4 |
1732 | 2024-05-20T15:23:06.579Z | Compiling cobs v0.2.3 |
1733 | 2024-05-20T15:23:07.182Z | Compiling embedded-io v0.4.0 |
1734 | 2024-05-20T15:23:07.356Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1735 | 2024-05-20T15:23:07.400Z | Compiling rustls v0.22.4 |
1736 | 2024-05-20T15:23:07.432Z | Compiling unsafe-libyaml v0.2.10 |
1737 | 2024-05-20T15:23:07.455Z | Compiling paste v1.0.15 |
1738 | 2024-05-20T15:23:07.897Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1739 | 2024-05-20T15:23:08.499Z | Compiling postcard v1.0.8 |
1740 | 2024-05-20T15:23:09.193Z | Compiling serde_yaml v0.9.25 |
1741 | 2024-05-20T15:23:12.536Z | Compiling dirs-next v2.0.0 |
1742 | 2024-05-20T15:23:14.892Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1743 | 2024-05-20T15:23:21.581Z | Compiling rustls-webpki v0.102.1 |
1744 | 2024-05-20T15:23:26.619Z | Compiling strum_macros v0.26.1 |
1745 | 2024-05-20T15:23:27.987Z | Compiling structmeta-derive v0.3.0 |
1746 | 2024-05-20T15:23:28.231Z | Compiling foreign-types-macros v0.2.3 |
1747 | 2024-05-20T15:23:28.920Z | Compiling thread_local v1.1.7 |
1748 | 2024-05-20T15:23:29.493Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1749 | 2024-05-20T15:23:29.770Z | Compiling proc-macro-error v1.0.4 |
1750 | 2024-05-20T15:23:29.825Z | Compiling multer v3.1.0 |
1751 | 2024-05-20T15:23:30.083Z | Compiling slog-async v2.8.0 |
1752 | 2024-05-20T15:23:31.216Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1753 | 2024-05-20T15:23:31.404Z | Compiling foreign-types-shared v0.3.1 |
1754 | 2024-05-20T15:23:31.537Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1755 | 2024-05-20T15:23:31.690Z | Compiling match_cfg v0.1.0 |
1756 | 2024-05-20T15:23:31.806Z | Compiling hostname v0.3.1 |
1757 | 2024-05-20T15:23:34.357Z | Compiling foreign-types v0.5.0 |
1758 | 2024-05-20T15:23:34.587Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1759 | 2024-05-20T15:23:37.848Z | Compiling strum v0.26.2 |
1760 | 2024-05-20T15:23:39.260Z | Compiling structmeta v0.3.0 |
1761 | 2024-05-20T15:23:43.375Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1762 | 2024-05-20T15:23:53.288Z | Compiling term v0.7.0 |
1763 | 2024-05-20T15:23:55.237Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1764 | 2024-05-20T15:23:55.257Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1765 | 2024-05-20T15:23:56.783Z | Compiling slog-json v2.6.1 |
1766 | 2024-05-20T15:23:57.357Z | Compiling is-terminal v0.4.9 |
1767 | 2024-05-20T15:23:57.502Z | Compiling tabwriter v1.4.0 |
1768 | 2024-05-20T15:23:58.131Z | Compiling crossbeam-channel v0.5.8 |
1769 | 2024-05-20T15:23:58.725Z | Compiling http v1.0.0 |
1770 | 2024-05-20T15:23:59.480Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1771 | 2024-05-20T15:23:59.841Z | Compiling async-stream-impl v0.3.5 |
1772 | 2024-05-20T15:24:00.311Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1773 | 2024-05-20T15:24:00.510Z | Compiling cstr-argument v0.1.2 |
1774 | 2024-05-20T15:24:00.777Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1775 | 2024-05-20T15:24:01.106Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1776 | 2024-05-20T15:24:01.541Z | Compiling take_mut v0.2.2 |
1777 | 2024-05-20T15:24:01.545Z | Compiling atomic-waker v1.1.1 |
1778 | 2024-05-20T15:24:01.545Z | Compiling fastrand v2.0.1 |
1779 | 2024-05-20T15:24:01.905Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1780 | 2024-05-20T15:24:02.128Z | Compiling pretty-hex v0.2.1 |
1781 | 2024-05-20T15:24:02.240Z | Compiling rayon-core v1.12.1 |
1782 | 2024-05-20T15:24:02.356Z | Compiling crucible-workspace-hack v0.1.0 |
1783 | 2024-05-20T15:24:02.380Z | Compiling base64 v0.22.1 |
1784 | 2024-05-20T15:24:02.591Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1785 | 2024-05-20T15:24:02.729Z | Compiling tempfile v3.10.1 |
1786 | 2024-05-20T15:24:02.975Z | Compiling rustls-pemfile v2.1.2 |
1787 | 2024-05-20T15:24:03.547Z | Compiling waitgroup v0.1.2 |
1788 | 2024-05-20T15:24:03.785Z | Compiling async-stream v0.3.5 |
1789 | 2024-05-20T15:24:04.025Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1790 | 2024-05-20T15:24:04.773Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1791 | 2024-05-20T15:24:04.919Z | Compiling slog-term v2.9.1 |
1792 | 2024-05-20T15:24:05.224Z | Compiling slog-bunyan v2.5.0 |
1793 | 2024-05-20T15:24:06.013Z | Compiling tokio-rustls v0.25.0 |
1794 | 2024-05-20T15:24:06.463Z | Compiling parse-display-derive v0.9.0 |
1795 | 2024-05-20T15:24:06.717Z | Compiling toml v0.8.12 |
1796 | 2024-05-20T15:24:07.024Z | Compiling serde_with_macros v3.7.0 |
1797 | 2024-05-20T15:24:07.839Z | Compiling sha1 v0.10.6 |
1798 | 2024-05-20T15:24:08.780Z | Compiling crossbeam-deque v0.8.3 |
1799 | 2024-05-20T15:24:09.184Z | Compiling colored v2.1.0 |
1800 | 2024-05-20T15:24:09.771Z | Compiling newtype-uuid v1.1.0 |
1801 | 2024-05-20T15:24:10.130Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1802 | 2024-05-20T15:24:10.432Z | Compiling serde_path_to_error v0.1.16 |
1803 | 2024-05-20T15:24:10.481Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1804 | 2024-05-20T15:24:11.300Z | Compiling socket2 v0.4.9 |
1805 | 2024-05-20T15:24:11.424Z | Compiling hostname v0.4.0 |
1806 | 2024-05-20T15:24:11.744Z | Compiling instant v0.1.12 |
1807 | 2024-05-20T15:24:12.015Z | Compiling debug-ignore v1.0.5 |
1808 | 2024-05-20T15:24:12.099Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1809 | 2024-05-20T15:24:12.541Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1810 | 2024-05-20T15:24:13.006Z | Compiling backoff v0.4.0 |
1811 | 2024-05-20T15:24:14.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1812 | 2024-05-20T15:24:14.548Z | Compiling parse-display v0.9.0 |
1813 | 2024-05-20T15:24:14.624Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1814 | 2024-05-20T15:24:14.968Z | Compiling serde_with v3.7.0 |
1815 | 2024-05-20T15:24:16.645Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1816 | 2024-05-20T15:24:18.069Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1817 | 2024-05-20T15:24:18.876Z | Compiling camino-tempfile v1.1.1 |
1818 | 2024-05-20T15:24:19.118Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1819 | 2024-05-20T15:24:19.524Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1820 | 2024-05-20T15:24:19.595Z | Compiling macaddr v1.0.1 |
1821 | 2024-05-20T15:24:19.680Z | Compiling num-derive v0.4.0 |
1822 | 2024-05-20T15:24:19.713Z | Compiling sigpipe v0.1.3 |
1823 | 2024-05-20T15:24:19.851Z | Compiling libefi-sys v0.1.0 |
1824 | 2024-05-20T15:24:20.251Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1825 | 2024-05-20T15:24:20.275Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1826 | 2024-05-20T15:24:20.728Z | Compiling rayon v1.10.0 |
1827 | 2024-05-20T15:24:22.000Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1828 | 2024-05-20T15:24:22.726Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1829 | 2024-05-20T15:24:23.850Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1830 | 2024-05-20T15:24:23.955Z | Compiling smf v0.2.3 |
1831 | 2024-05-20T15:24:25.645Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1832 | 2024-05-20T15:24:26.638Z | Compiling blake3 v1.5.0 |
1833 | 2024-05-20T15:24:26.711Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1834 | 2024-05-20T15:24:27.074Z | Compiling portable-atomic v1.4.3 |
1835 | 2024-05-20T15:24:27.540Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1836 | 2024-05-20T15:24:27.783Z | Compiling memmap2 v0.7.1 |
1837 | 2024-05-20T15:24:28.083Z | Compiling filetime v0.2.23 |
1838 | 2024-05-20T15:24:28.414Z | Compiling xattr v1.0.1 |
1839 | 2024-05-20T15:24:28.444Z | Compiling arrayvec v0.7.4 |
1840 | 2024-05-20T15:24:28.677Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1841 | 2024-05-20T15:24:28.836Z | Compiling arrayref v0.3.7 |
1842 | 2024-05-20T15:24:28.859Z | Compiling same-file v1.0.6 |
1843 | 2024-05-20T15:24:28.860Z | Compiling constant_time_eq v0.3.0 |
1844 | 2024-05-20T15:24:28.860Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1845 | 2024-05-20T15:24:29.008Z | Compiling walkdir v2.5.0 |
1846 | 2024-05-20T15:24:29.871Z | Compiling tar v0.4.40 |
1847 | 2024-05-20T15:24:31.846Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1848 | 2024-05-20T15:24:32.236Z | Compiling gethostname v0.4.3 |
1849 | 2024-05-20T15:24:32.254Z | Compiling topological-sort v0.2.2 |
1850 | 2024-05-20T15:24:32.506Z | Compiling number_prefix v0.4.0 |
1851 | 2024-05-20T15:24:32.526Z | Compiling omicron-zone-package v0.11.0 |
1852 | 2024-05-20T15:24:32.585Z | Compiling swrite v0.1.0 |
1853 | 2024-05-20T15:24:32.729Z | Compiling indicatif v0.17.8 |
1854 | 2024-05-20T15:24:36.828Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1855 | 2024-05-20T15:24:40.625Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1856 | 2024-05-20T15:24:42.423Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1857 | 2024-05-20T15:24:45.943Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1858 | 2024-05-20T15:25:02.577Z | Finished release [optimized] target(s) in 5m 04s |
1859 | 2024-05-20T15:25:02.831Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1860 | 2024-05-20T15:25:02.900Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1861 | 2024-05-20T15:25:02.904Z | Created new build target 'test' and set it as active |
1862 | 2024-05-20T15:25:02.904Z | |
1863 | 2024-05-20T15:25:02.904Z | real 5:04.405443538 |
1864 | 2024-05-20T15:25:02.904Z | user 31:39.584065480 |
1865 | 2024-05-20T15:25:02.904Z | sys 3:54.565662959 |
1866 | 2024-05-20T15:25:02.904Z | trap 0.914335448 |
1867 | 2024-05-20T15:25:02.904Z | tflt 7.991411132 |
1868 | 2024-05-20T15:25:02.904Z | dflt 10.153044175 |
1869 | 2024-05-20T15:25:02.904Z | kflt 0.033499231 |
1870 | 2024-05-20T15:25:02.904Z | lock 1:07:06.974955339 |
1871 | 2024-05-20T15:25:02.904Z | slp 1:31:08.391914325 |
1872 | 2024-05-20T15:25:02.904Z | lat 2:01.847404059 |
1873 | 2024-05-20T15:25:02.904Z | stop 3:46.262893685 |
1874 | 2024-05-20T15:25:02.904Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1875 | 2024-05-20T15:25:03.686Z | Finished release [optimized] target(s) in 0.74s |
1876 | 2024-05-20T15:25:03.713Z | Running `target/release/omicron-package -t test package` |
1877 | 2024-05-20T15:25:03.736Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1878 | 2024-05-20T15:25:04.572Z | Compiling newline-converter v0.3.0 |
1879 | 2024-05-20T15:25:04.608Z | Compiling humantime v2.1.0 |
1880 | 2024-05-20T15:25:04.608Z | Compiling derive-where v1.2.7 |
1881 | 2024-05-20T15:25:04.608Z | Compiling unicode-xid v0.2.4 |
1882 | 2024-05-20T15:25:04.650Z | Compiling linked-hash-map v0.5.6 |
1883 | 2024-05-20T15:25:04.690Z | Compiling convert_case v0.4.0 |
1884 | 2024-05-20T15:25:04.690Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1885 | 2024-05-20T15:25:04.690Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1886 | 2024-05-20T15:25:04.819Z | Compiling expectorate v1.1.0 |
1887 | 2024-05-20T15:25:04.869Z | Compiling password-hash v0.5.0 |
1888 | 2024-05-20T15:25:05.604Z | Compiling blake2 v0.10.6 |
1889 | 2024-05-20T15:25:05.604Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1890 | 2024-05-20T15:25:05.604Z | Compiling lru-cache v0.1.2 |
1891 | 2024-05-20T15:25:05.604Z | Compiling semver v0.1.20 |
1892 | 2024-05-20T15:25:05.604Z | Compiling derive_more v0.99.17 |
1893 | 2024-05-20T15:25:05.604Z | Compiling argon2 v0.5.3 |
1894 | 2024-05-20T15:25:05.857Z | Compiling rustc_version v0.1.7 |
1895 | 2024-05-20T15:25:06.251Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2024-05-20T15:25:06.751Z | Compiling newtype_derive v0.1.6 |
1897 | 2024-05-20T15:25:06.791Z | Compiling quick-error v1.2.3 |
1898 | 2024-05-20T15:25:06.826Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-05-20T15:25:06.910Z | Compiling steno v0.4.0 |
1900 | 2024-05-20T15:25:07.235Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1901 | 2024-05-20T15:25:07.810Z | Compiling trust-dns-resolver v0.22.0 |
1902 | 2024-05-20T15:25:08.343Z | Compiling slog-dtrace v0.3.0 |
1903 | 2024-05-20T15:25:08.427Z | Compiling termcolor v1.2.0 |
1904 | 2024-05-20T15:25:08.613Z | Compiling itertools v0.12.1 |
1905 | 2024-05-20T15:25:09.538Z | Compiling utf-8 v0.7.6 |
1906 | 2024-05-20T15:25:11.349Z | Compiling num-rational v0.4.2 |
1907 | 2024-05-20T15:25:11.386Z | Compiling num-complex v0.4.6 |
1908 | 2024-05-20T15:25:12.461Z | Compiling num v0.4.3 |
1909 | 2024-05-20T15:25:12.531Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1910 | 2024-05-20T15:25:12.611Z | Compiling nibble_vec v0.1.0 |
1911 | 2024-05-20T15:25:12.829Z | Compiling endian-type v0.1.2 |
1912 | 2024-05-20T15:25:13.033Z | Compiling radium v0.7.0 |
1913 | 2024-05-20T15:25:13.183Z | Compiling radix_trie v0.2.1 |
1914 | 2024-05-20T15:25:13.364Z | Compiling tungstenite v0.20.1 |
1915 | 2024-05-20T15:25:13.728Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1916 | 2024-05-20T15:25:14.006Z | Compiling tap v1.0.1 |
1917 | 2024-05-20T15:25:14.114Z | Compiling maybe-uninit v2.0.0 |
1918 | 2024-05-20T15:25:14.688Z | Compiling wyz v0.5.1 |
1919 | 2024-05-20T15:25:14.735Z | Compiling tokio-tungstenite v0.20.1 |
1920 | 2024-05-20T15:25:15.556Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1921 | 2024-05-20T15:25:15.556Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1922 | 2024-05-20T15:25:15.589Z | Compiling display-error-chain v0.2.0 |
1923 | 2024-05-20T15:25:15.783Z | Compiling crc-catalog v2.2.0 |
1924 | 2024-05-20T15:25:15.969Z | Compiling cancel-safe-futures v0.1.5 |
1925 | 2024-05-20T15:25:16.337Z | Compiling num-bigint-dig v0.8.4 |
1926 | 2024-05-20T15:25:16.576Z | Compiling arc-swap v1.6.0 |
1927 | 2024-05-20T15:25:17.409Z | Compiling funty v2.0.0 |
1928 | 2024-05-20T15:25:18.803Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1929 | 2024-05-20T15:25:19.923Z | Compiling packed_struct v0.10.1 |
1930 | 2024-05-20T15:25:20.340Z | Compiling bitvec v1.0.1 |
1931 | 2024-05-20T15:25:20.811Z | Compiling slog-scope v4.4.0 |
1932 | 2024-05-20T15:25:21.136Z | Compiling crc v3.0.1 |
1933 | 2024-05-20T15:25:21.914Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1934 | 2024-05-20T15:25:24.409Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2024-05-20T15:25:26.816Z | Compiling fxhash v0.2.1 |
1936 | 2024-05-20T15:25:27.034Z | Compiling indexmap v1.9.3 |
1937 | 2024-05-20T15:25:27.046Z | Compiling nodrop v0.1.14 |
1938 | 2024-05-20T15:25:27.594Z | Compiling array-init v0.0.4 |
1939 | 2024-05-20T15:25:28.610Z | Compiling smallvec v0.6.14 |
1940 | 2024-05-20T15:25:30.568Z | Compiling slog-stdlog v4.1.1 |
1941 | 2024-05-20T15:25:31.367Z | Compiling rayon-core v1.12.1 |
1942 | 2024-05-20T15:25:31.456Z | Compiling synstructure v0.12.6 |
1943 | 2024-05-20T15:25:31.709Z | Compiling pkcs1 v0.7.5 |
1944 | 2024-05-20T15:25:31.709Z | Compiling signature v2.1.0 |
1945 | 2024-05-20T15:25:31.830Z | Compiling crossbeam-deque v0.8.3 |
1946 | 2024-05-20T15:25:32.184Z | Compiling dirs-sys-next v0.1.2 |
1947 | 2024-05-20T15:25:32.696Z | Compiling half v2.3.1 |
1948 | 2024-05-20T15:25:32.828Z | Compiling glob v0.3.1 |
1949 | 2024-05-20T15:25:33.337Z | Compiling bitfield v0.14.0 |
1950 | 2024-05-20T15:25:33.509Z | Compiling same-file v1.0.6 |
1951 | 2024-05-20T15:25:33.632Z | Compiling fastrand v2.0.1 |
1952 | 2024-05-20T15:25:33.725Z | Compiling hashbrown v0.12.3 |
1953 | 2024-05-20T15:25:34.175Z | Compiling ciborium-io v0.2.2 |
1954 | 2024-05-20T15:25:34.306Z | Compiling crunchy v0.2.2 |
1955 | 2024-05-20T15:25:34.792Z | Compiling ciborium-ll v0.2.2 |
1956 | 2024-05-20T15:25:35.305Z | Compiling tempfile v3.10.1 |
1957 | 2024-05-20T15:25:35.608Z | Compiling walkdir v2.5.0 |
1958 | 2024-05-20T15:25:36.045Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1959 | 2024-05-20T15:25:36.119Z | Compiling clang-sys v1.6.1 |
1960 | 2024-05-20T15:25:36.275Z | Compiling zerocopy-derive v0.2.0 |
1961 | 2024-05-20T15:25:36.842Z | Compiling dirs-next v2.0.0 |
1962 | 2024-05-20T15:25:37.045Z | Compiling rsa v0.9.2 |
1963 | 2024-05-20T15:25:39.251Z | Compiling slog-envlogger v2.2.0 |
1964 | 2024-05-20T15:25:39.764Z | Compiling serde-hex v0.1.0 |
1965 | 2024-05-20T15:25:41.801Z | Compiling bzip2 v0.4.4 |
1966 | 2024-05-20T15:25:42.038Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1967 | 2024-05-20T15:25:42.253Z | Compiling env_logger v0.10.0 |
1968 | 2024-05-20T15:25:42.753Z | Compiling camino v1.1.7 |
1969 | 2024-05-20T15:25:42.758Z | Compiling x509-cert v0.2.4 |
1970 | 2024-05-20T15:25:42.758Z | Compiling ron v0.8.1 |
1971 | 2024-05-20T15:25:44.167Z | Compiling hashbrown v0.13.2 |
1972 | 2024-05-20T15:25:44.839Z | Compiling crc-any v2.4.3 |
1973 | 2024-05-20T15:25:45.509Z | Compiling prettyplease v0.2.20 |
1974 | 2024-05-20T15:25:45.779Z | Compiling tiny-keccak v2.0.2 |
1975 | 2024-05-20T15:25:45.825Z | Compiling maplit v1.0.2 |
1976 | 2024-05-20T15:25:45.957Z | Compiling object v0.30.4 |
1977 | 2024-05-20T15:25:46.091Z | Compiling blake3 v1.5.0 |
1978 | 2024-05-20T15:25:46.102Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1979 | 2024-05-20T15:25:47.455Z | Compiling zip v0.6.6 |
1980 | 2024-05-20T15:25:47.870Z | Compiling rayon v1.10.0 |
1981 | 2024-05-20T15:25:48.879Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1982 | 2024-05-20T15:25:50.101Z | Compiling term v0.7.0 |
1983 | 2024-05-20T15:25:51.366Z | Compiling ciborium v0.2.2 |
1984 | 2024-05-20T15:25:52.945Z | Compiling memmap2 v0.7.1 |
1985 | 2024-05-20T15:25:53.375Z | Compiling xattr v1.0.1 |
1986 | 2024-05-20T15:25:53.587Z | Compiling filetime v0.2.23 |
1987 | 2024-05-20T15:25:54.194Z | Compiling atty v0.2.14 |
1988 | 2024-05-20T15:25:54.195Z | Compiling home v0.5.5 |
1989 | 2024-05-20T15:25:54.393Z | Compiling constant_time_eq v0.3.0 |
1990 | 2024-05-20T15:25:54.393Z | Compiling path-slash v0.1.5 |
1991 | 2024-05-20T15:25:54.394Z | Compiling arrayvec v0.7.4 |
1992 | 2024-05-20T15:25:54.394Z | Compiling arrayref v0.3.7 |
1993 | 2024-05-20T15:25:54.394Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1994 | 2024-05-20T15:25:54.394Z | Compiling toolchain_find v0.4.0 |
1995 | 2024-05-20T15:25:54.581Z | Compiling tar v0.4.40 |
1996 | 2024-05-20T15:25:55.603Z | Compiling ascii-canvas v3.0.0 |
1997 | 2024-05-20T15:25:55.603Z | Compiling camino-tempfile v1.1.1 |
1998 | 2024-05-20T15:25:55.737Z | Compiling toml v0.8.12 |
1999 | 2024-05-20T15:25:55.799Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2000 | 2024-05-20T15:25:56.239Z | Compiling is-terminal v0.4.9 |
2001 | 2024-05-20T15:25:56.473Z | Compiling libsw v3.3.1 |
2002 | 2024-05-20T15:25:56.473Z | Compiling ena v0.14.2 |
2003 | 2024-05-20T15:25:56.646Z | Compiling libloading v0.7.4 |
2004 | 2024-05-20T15:25:56.755Z | Compiling usdt-impl v0.3.5 |
2005 | 2024-05-20T15:25:57.128Z | Compiling diff v0.1.13 |
2006 | 2024-05-20T15:25:57.198Z | Compiling parking_lot_core v0.8.6 |
2007 | 2024-05-20T15:25:57.198Z | Compiling topological-sort v0.2.2 |
2008 | 2024-05-20T15:25:57.429Z | Compiling owo-colors v4.0.0 |
2009 | 2024-05-20T15:25:57.950Z | Compiling regex-syntax v0.6.29 |
2010 | 2024-05-20T15:25:57.966Z | Compiling linear-map v1.2.0 |
2011 | 2024-05-20T15:25:58.064Z | Compiling bindgen v0.69.2 |
2012 | 2024-05-20T15:25:58.604Z | Compiling omicron-zone-package v0.11.0 |
2013 | 2024-05-20T15:25:59.525Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2014 | 2024-05-20T15:26:02.810Z | Compiling lalrpop v0.19.12 |
2015 | 2024-05-20T15:26:04.058Z | Compiling rustfmt-wrapper v0.2.1 |
2016 | 2024-05-20T15:26:04.633Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2017 | 2024-05-20T15:26:07.144Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2018 | 2024-05-20T15:26:07.500Z | Compiling cexpr v0.6.0 |
2019 | 2024-05-20T15:26:07.853Z | Compiling which v4.4.0 |
2020 | 2024-05-20T15:26:08.397Z | Compiling unicase v2.7.0 |
2021 | 2024-05-20T15:26:08.728Z | Compiling rustc-hash v1.1.0 |
2022 | 2024-05-20T15:26:08.864Z | Compiling peeking_take_while v0.1.2 |
2023 | 2024-05-20T15:26:08.941Z | Compiling shlex v1.3.0 |
2024 | 2024-05-20T15:26:08.992Z | Compiling lazycell v1.3.0 |
2025 | 2024-05-20T15:26:09.294Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2026 | 2024-05-20T15:26:11.629Z | Compiling zerocopy v0.3.0 |
2027 | 2024-05-20T15:26:11.925Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2028 | 2024-05-20T15:26:12.387Z | Compiling derive_builder_core v0.20.0 |
2029 | 2024-05-20T15:26:12.900Z | Compiling pem v3.0.4 |
2030 | 2024-05-20T15:26:14.520Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2031 | 2024-05-20T15:26:14.589Z | Compiling headers-core v0.2.0 |
2032 | 2024-05-20T15:26:14.680Z | Compiling libxml v0.3.3 |
2033 | 2024-05-20T15:26:14.756Z | Compiling async-recursion v1.1.1 |
2034 | 2024-05-20T15:26:15.045Z | Compiling platforms v3.0.2 |
2035 | 2024-05-20T15:26:15.377Z | Compiling ref-cast v1.0.23 |
2036 | 2024-05-20T15:26:15.959Z | Compiling headers v0.3.9 |
2037 | 2024-05-20T15:26:16.283Z | Compiling derive_builder_macro v0.20.0 |
2038 | 2024-05-20T15:26:17.129Z | Compiling dof v0.1.5 |
2039 | 2024-05-20T15:26:17.901Z | Compiling parking_lot v0.11.2 |
2040 | 2024-05-20T15:26:19.033Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2041 | 2024-05-20T15:26:19.970Z | Compiling trust-dns-client v0.22.0 |
2042 | 2024-05-20T15:26:20.339Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2043 | 2024-05-20T15:26:21.036Z | Compiling dtrace-parser v0.1.14 |
2044 | 2024-05-20T15:26:22.022Z | Compiling strum_macros v0.24.3 |
2045 | 2024-05-20T15:26:22.286Z | Compiling toml v0.5.11 |
2046 | 2024-05-20T15:26:23.102Z | Compiling samael v0.0.15 |
2047 | 2024-05-20T15:26:24.657Z | Compiling ref-cast-impl v1.0.23 |
2048 | 2024-05-20T15:26:25.468Z | Compiling vte_generate_state_changes v0.1.1 |
2049 | 2024-05-20T15:26:25.484Z | Compiling cookie v0.18.1 |
2050 | 2024-05-20T15:26:25.799Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2051 | 2024-05-20T15:26:25.816Z | Compiling buf-list v1.0.3 |
2052 | 2024-05-20T15:26:26.098Z | Compiling indoc v1.0.9 |
2053 | 2024-05-20T15:26:26.141Z | Compiling cfg_aliases v0.1.1 |
2054 | 2024-05-20T15:26:26.236Z | Compiling nix v0.28.0 |
2055 | 2024-05-20T15:26:26.499Z | Compiling vte v0.11.1 |
2056 | 2024-05-20T15:26:27.139Z | Compiling trust-dns-server v0.22.1 |
2057 | 2024-05-20T15:26:29.206Z | Compiling polar-core v0.27.3 |
2058 | 2024-05-20T15:26:31.911Z | Compiling sled v0.34.7 |
2059 | 2024-05-20T15:26:31.924Z | Compiling derive_builder v0.20.0 |
2060 | 2024-05-20T15:26:33.005Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2061 | 2024-05-20T15:26:34.038Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2062 | 2024-05-20T15:26:34.324Z | Compiling const_format_proc_macros v0.2.32 |
2063 | 2024-05-20T15:26:36.308Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2064 | 2024-05-20T15:26:36.341Z | Compiling fd-lock v4.0.2 |
2065 | 2024-05-20T15:26:36.527Z | Compiling bb8 v0.8.3 |
2066 | 2024-05-20T15:26:37.062Z | Compiling quick-xml v0.31.0 |
2067 | 2024-05-20T15:26:37.461Z | Compiling oso-derive v0.27.3 |
2068 | 2024-05-20T15:26:38.471Z | Compiling impl-trait-for-tuples v0.2.2 |
2069 | 2024-05-20T15:26:41.620Z | Compiling serde_tokenstream v0.1.7 |
2070 | 2024-05-20T15:26:42.169Z | Compiling pin-project-internal v1.1.3 |
2071 | 2024-05-20T15:26:43.812Z | Compiling memoffset v0.7.1 |
2072 | 2024-05-20T15:26:44.034Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2073 | 2024-05-20T15:26:44.355Z | Compiling bytecount v0.6.3 |
2074 | 2024-05-20T15:26:44.637Z | Compiling papergrid v0.11.0 |
2075 | 2024-05-20T15:26:45.134Z | Compiling pin-project v1.1.3 |
2076 | 2024-05-20T15:26:47.831Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2077 | 2024-05-20T15:26:57.704Z | Compiling const_format v0.2.32 |
2078 | 2024-05-20T15:26:58.824Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2079 | 2024-05-20T15:26:59.171Z | Compiling oso v0.27.3 |
2080 | 2024-05-20T15:27:06.893Z | Compiling curve25519-dalek v4.1.2 |
2081 | 2024-05-20T15:27:07.027Z | Compiling strip-ansi-escapes v0.2.0 |
2082 | 2024-05-20T15:27:09.417Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2083 | 2024-05-20T15:27:09.656Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2084 | 2024-05-20T15:27:10.377Z | Compiling tabled_derive v0.7.0 |
2085 | 2024-05-20T15:27:12.737Z | Compiling kstat-rs v0.2.3 |
2086 | 2024-05-20T15:27:13.680Z | Compiling snafu-derive v0.8.2 |
2087 | 2024-05-20T15:27:15.081Z | Compiling nu-ansi-term v0.50.0 |
2088 | 2024-05-20T15:27:16.352Z | Compiling keccak v0.1.4 |
2089 | 2024-05-20T15:27:16.363Z | Compiling reedline v0.31.0 |
2090 | 2024-05-20T15:27:17.219Z | Compiling sha3 v0.10.8 |
2091 | 2024-05-20T15:27:17.756Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2024-05-20T15:27:18.170Z | Compiling tabled v0.15.0 |
2093 | 2024-05-20T15:27:18.688Z | Compiling snafu v0.8.2 |
2094 | 2024-05-20T15:27:26.533Z | Compiling mime_guess v2.0.4 |
2095 | 2024-05-20T15:27:28.045Z | Compiling usdt-macro v0.3.5 |
2096 | 2024-05-20T15:27:29.334Z | Compiling usdt-attr-macro v0.3.5 |
2097 | 2024-05-20T15:27:29.507Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2098 | 2024-05-20T15:27:31.118Z | Compiling env_logger v0.9.3 |
2099 | 2024-05-20T15:27:33.030Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2100 | 2024-05-20T15:27:33.393Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-05-20T15:27:35.722Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2102 | 2024-05-20T15:27:36.272Z | Compiling globset v0.4.13 |
2103 | 2024-05-20T15:27:40.851Z | Compiling peg-macros v0.8.3 |
2104 | 2024-05-20T15:27:41.177Z | Compiling olpc-cjson v0.1.3 |
2105 | 2024-05-20T15:27:41.396Z | Compiling universal-hash v0.5.1 |
2106 | 2024-05-20T15:27:41.698Z | Compiling secrecy v0.8.0 |
2107 | 2024-05-20T15:27:41.966Z | Compiling bitstruct_derive v0.1.0 |
2108 | 2024-05-20T15:27:42.745Z | Compiling serde_plain v1.0.2 |
2109 | 2024-05-20T15:27:43.147Z | Compiling thiserror-impl-no-std v2.0.2 |
2110 | 2024-05-20T15:27:43.166Z | Compiling curve25519-dalek-derive v0.1.0 |
2111 | 2024-05-20T15:27:44.145Z | Compiling nanorand v0.7.0 |
2112 | 2024-05-20T15:27:44.586Z | Compiling sqlparser_derive v0.2.2 |
2113 | 2024-05-20T15:27:44.589Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2114 | 2024-05-20T15:27:44.732Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2115 | 2024-05-20T15:27:44.903Z | Compiling salty v0.2.0 |
2116 | 2024-05-20T15:27:45.097Z | Compiling signature v1.6.4 |
2117 | 2024-05-20T15:27:45.303Z | Compiling opaque-debug v0.3.0 |
2118 | 2024-05-20T15:27:45.383Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2119 | 2024-05-20T15:27:45.524Z | Compiling typed-path v0.7.0 |
2120 | 2024-05-20T15:27:45.697Z | Compiling ascii v1.1.0 |
2121 | 2024-05-20T15:27:45.711Z | Compiling unicode_categories v0.1.1 |
2122 | 2024-05-20T15:27:45.868Z | Compiling thiserror-no-std v2.0.2 |
2123 | 2024-05-20T15:27:45.986Z | Compiling sqlformat v0.2.3 |
2124 | 2024-05-20T15:27:46.061Z | Compiling sqlparser v0.45.0 |
2125 | 2024-05-20T15:27:46.436Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2126 | 2024-05-20T15:27:48.926Z | Compiling tough v0.17.1 |
2127 | 2024-05-20T15:27:52.203Z | Compiling poly1305 v0.8.0 |
2128 | 2024-05-20T15:27:52.386Z | Compiling rustyline v14.0.0 |
2129 | 2024-05-20T15:27:53.877Z | Compiling ed25519 v1.5.3 |
2130 | 2024-05-20T15:27:54.236Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2131 | 2024-05-20T15:27:54.655Z | Compiling flume v0.11.0 |
2132 | 2024-05-20T15:27:55.351Z | Compiling peg v0.8.3 |
2133 | 2024-05-20T15:27:55.468Z | Compiling bitstruct v0.1.1 |
2134 | 2024-05-20T15:27:55.585Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-05-20T15:27:56.712Z | Compiling usdt v0.3.5 |
2136 | 2024-05-20T15:27:57.145Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2137 | 2024-05-20T15:28:01.896Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2138 | 2024-05-20T15:28:07.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-05-20T15:28:07.881Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2140 | 2024-05-20T15:28:08.208Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2141 | 2024-05-20T15:28:08.507Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-05-20T15:28:09.040Z | Compiling chacha20 v0.9.1 |
2143 | 2024-05-20T15:28:09.493Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2144 | 2024-05-20T15:28:09.696Z | Compiling aead v0.5.2 |
2145 | 2024-05-20T15:28:10.016Z | Compiling bcs v0.1.6 |
2146 | 2024-05-20T15:28:10.927Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2147 | 2024-05-20T15:28:11.797Z | Compiling serde-big-array v0.5.1 |
2148 | 2024-05-20T15:28:11.819Z | Compiling serde_arrays v0.1.0 |
2149 | 2024-05-20T15:28:12.008Z | Compiling erased-serde v0.3.31 |
2150 | 2024-05-20T15:28:12.053Z | Compiling parse-size v1.0.0 |
2151 | 2024-05-20T15:28:12.362Z | Compiling highway v1.1.0 |
2152 | 2024-05-20T15:28:13.656Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-05-20T15:28:13.788Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2154 | 2024-05-20T15:28:26.910Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2155 | 2024-05-20T15:28:43.435Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2156 | 2024-05-20T15:28:43.966Z | Compiling chacha20poly1305 v0.10.1 |
2157 | 2024-05-20T15:28:44.986Z | Compiling vsss-rs v3.3.4 |
2158 | 2024-05-20T15:28:48.085Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2159 | 2024-05-20T15:28:48.913Z | Compiling signal-hook-tokio v0.3.1 |
2160 | 2024-05-20T15:28:48.919Z | Compiling heck v0.3.3 |
2161 | 2024-05-20T15:28:48.960Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2162 | 2024-05-20T15:28:49.242Z | Compiling castaway v0.2.2 |
2163 | 2024-05-20T15:28:49.433Z | Compiling rand_seeder v0.2.3 |
2164 | 2024-05-20T15:28:49.596Z | Compiling serde-big-array v0.4.1 |
2165 | 2024-05-20T15:28:49.777Z | Compiling http-range v0.1.5 |
2166 | 2024-05-20T15:28:50.394Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2167 | 2024-05-20T15:28:50.713Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2168 | 2024-05-20T15:28:51.235Z | Compiling hyper-staticfile v0.9.5 |
2169 | 2024-05-20T15:28:51.768Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2170 | 2024-05-20T15:28:53.203Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2171 | 2024-05-20T15:28:53.420Z | Compiling compact_str v0.7.1 |
2172 | 2024-05-20T15:28:54.591Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-05-20T15:28:54.965Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2174 | 2024-05-20T15:29:00.960Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2175 | 2024-05-20T15:29:01.981Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2176 | 2024-05-20T15:29:09.029Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2177 | 2024-05-20T15:29:09.254Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2178 | 2024-05-20T15:29:09.657Z | Compiling tungstenite v0.21.0 |
2179 | 2024-05-20T15:29:12.290Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2180 | 2024-05-20T15:29:12.649Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2181 | 2024-05-20T15:29:12.923Z | Compiling lru v0.12.1 |
2182 | 2024-05-20T15:29:13.328Z | Compiling stability v0.2.0 |
2183 | 2024-05-20T15:29:14.332Z | Compiling indoc v2.0.3 |
2184 | 2024-05-20T15:29:15.130Z | Compiling cassowary v0.3.0 |
2185 | 2024-05-20T15:29:15.317Z | Compiling corncobs v0.1.3 |
2186 | 2024-05-20T15:29:15.691Z | Compiling base64 v0.13.1 |
2187 | 2024-05-20T15:29:16.475Z | Compiling ron v0.7.1 |
2188 | 2024-05-20T15:29:19.722Z | Compiling ratatui v0.26.2 |
2189 | 2024-05-20T15:29:22.299Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2190 | 2024-05-20T15:29:23.105Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2191 | 2024-05-20T15:29:25.393Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2024-05-20T15:29:25.936Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2193 | 2024-05-20T15:29:26.583Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2194 | 2024-05-20T15:29:37.110Z | Compiling zone v0.1.8 |
2195 | 2024-05-20T15:29:40.731Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2196 | 2024-05-20T15:29:42.771Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2197 | 2024-05-20T15:29:44.114Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2198 | 2024-05-20T15:29:46.998Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2199 | 2024-05-20T15:29:52.143Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2200 | 2024-05-20T15:29:52.431Z | Compiling portpicker v0.1.1 |
2201 | 2024-05-20T15:29:52.872Z | Compiling unicode-linebreak v0.1.5 |
2202 | 2024-05-20T15:29:53.358Z | Compiling smawk v0.3.1 |
2203 | 2024-05-20T15:29:53.610Z | Compiling textwrap v0.16.1 |
2204 | 2024-05-20T15:29:53.979Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2205 | 2024-05-20T15:29:59.744Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2206 | 2024-05-20T15:30:01.688Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2207 | 2024-05-20T15:30:01.970Z | Compiling rcgen v0.12.1 |
2208 | 2024-05-20T15:30:06.063Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2209 | 2024-05-20T15:30:06.550Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2210 | 2024-05-20T15:30:06.811Z | Compiling atomicwrites v0.4.3 |
2211 | 2024-05-20T15:30:07.335Z | Compiling fatfs v0.3.6 |
2212 | 2024-05-20T15:30:10.213Z | Compiling subprocess v0.2.9 |
2213 | 2024-05-20T15:30:12.976Z | Compiling rtoolbox v0.0.1 |
2214 | 2024-05-20T15:30:13.383Z | Compiling assert_matches v1.5.0 |
2215 | 2024-05-20T15:30:13.481Z | Compiling is_ci v1.2.0 |
2216 | 2024-05-20T15:30:13.710Z | Compiling supports-color v3.0.0 |
2217 | 2024-05-20T15:30:14.381Z | Compiling rpassword v7.3.1 |
2218 | 2024-05-20T15:30:14.828Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-05-20T15:30:15.513Z | Compiling tui-tree-widget v0.19.0 |
2220 | 2024-05-20T15:30:15.598Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2221 | 2024-05-20T15:30:15.935Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2222 | 2024-05-20T15:30:21.904Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2223 | 2024-05-20T15:30:22.000Z | Compiling csv-core v0.1.11 |
2224 | 2024-05-20T15:30:22.191Z | Compiling shell-words v1.1.0 |
2225 | 2024-05-20T15:30:22.638Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2226 | 2024-05-20T15:30:22.948Z | Compiling csv v1.3.0 |
2227 | 2024-05-20T15:30:24.070Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2228 | 2024-05-20T15:30:25.139Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2229 | 2024-05-20T15:30:35.834Z | Compiling multimap v0.10.0 |
2230 | 2024-05-20T15:30:36.285Z | Compiling uzers v0.11.3 |
2231 | 2024-05-20T15:30:39.452Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2232 | 2024-05-20T15:32:35.537Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2233 | 2024-05-20T15:32:55.199Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2234 | 2024-05-20T15:39:52.139Z | Finished release [optimized] target(s) in 14m 48s |
2235 | 2024-05-20T15:41:41.146Z | |
2236 | 2024-05-20T15:41:41.150Z | real 16:38.157640155 |
2237 | 2024-05-20T15:41:41.150Z | user 1:50:06.176951686 |
2238 | 2024-05-20T15:41:41.150Z | sys 4:42.317353283 |
2239 | 2024-05-20T15:41:41.150Z | trap 2.582254058 |
2240 | 2024-05-20T15:41:41.150Z | tflt 2.148096660 |
2241 | 2024-05-20T15:41:41.150Z | dflt 2.721471138 |
2242 | 2024-05-20T15:41:41.150Z | kflt 0.021535410 |
2243 | 2024-05-20T15:41:41.150Z | lock 7:16:40.452122489 |
2244 | 2024-05-20T15:41:41.150Z | slp 4:19:00.838236380 |
2245 | 2024-05-20T15:41:41.150Z | lat 2:29.680353351 |
2246 | 2024-05-20T15:41:41.150Z | stop 1:07.871924005 |
2247 | 2024-05-20T15:41:41.151Z | + mapfile -t packages |
2248 | 2024-05-20T15:41:41.151Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2249 | 2024-05-20T15:41:41.947Z | Finished release [optimized] target(s) in 0.75s |
2250 | 2024-05-20T15:41:41.971Z | Running `target/release/omicron-package -t test list-outputs` |
2251 | 2024-05-20T15:41:42.002Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2252 | 2024-05-20T15:41:42.005Z | + ptime -m cargo build --locked --release -p xtask |
2253 | 2024-05-20T15:41:42.483Z | Downloading crates ... |
2254 | 2024-05-20T15:41:42.554Z | Downloaded cargo_toml v0.20.2 |
2255 | 2024-05-20T15:41:42.567Z | Compiling serde v1.0.201 |
2256 | 2024-05-20T15:41:42.571Z | Compiling libc v0.2.153 |
2257 | 2024-05-20T15:41:42.571Z | Compiling rustix v0.38.31 |
2258 | 2024-05-20T15:41:42.571Z | Compiling hashbrown v0.14.3 |
2259 | 2024-05-20T15:41:42.571Z | Compiling bitflags v2.4.2 |
2260 | 2024-05-20T15:41:42.640Z | Compiling syn v2.0.60 |
2261 | 2024-05-20T15:41:42.671Z | Compiling serde_json v1.0.117 |
2262 | 2024-05-20T15:41:42.680Z | Compiling fs-err v2.11.0 |
2263 | 2024-05-20T15:41:42.975Z | Compiling anyhow v1.0.83 |
2264 | 2024-05-20T15:41:43.864Z | Compiling indexmap v2.2.6 |
2265 | 2024-05-20T15:41:44.205Z | Compiling errno v0.3.8 |
2266 | 2024-05-20T15:41:45.102Z | Compiling terminal_size v0.3.0 |
2267 | 2024-05-20T15:41:45.194Z | Compiling clap_builder v4.5.2 |
2268 | 2024-05-20T15:41:47.287Z | Compiling serde_derive v1.0.201 |
2269 | 2024-05-20T15:41:47.287Z | Compiling thiserror-impl v1.0.60 |
2270 | 2024-05-20T15:41:47.290Z | Compiling clap_derive v4.5.4 |
2271 | 2024-05-20T15:41:48.839Z | Compiling thiserror v1.0.60 |
2272 | 2024-05-20T15:41:50.754Z | Compiling clap v4.5.4 |
2273 | 2024-05-20T15:41:56.231Z | Compiling toml_datetime v0.6.5 |
2274 | 2024-05-20T15:41:56.232Z | Compiling serde_spanned v0.6.5 |
2275 | 2024-05-20T15:41:56.235Z | Compiling camino v1.1.7 |
2276 | 2024-05-20T15:41:56.235Z | Compiling semver v1.0.23 |
2277 | 2024-05-20T15:41:56.235Z | Compiling cargo-platform v0.1.3 |
2278 | 2024-05-20T15:41:56.235Z | Compiling macaddr v1.0.1 |
2279 | 2024-05-20T15:41:56.687Z | Compiling toml_edit v0.22.12 |
2280 | 2024-05-20T15:41:57.771Z | Compiling cargo_metadata v0.18.1 |
2281 | 2024-05-20T15:41:59.121Z | Compiling toml v0.8.12 |
2282 | 2024-05-20T15:42:00.067Z | Compiling cargo_toml v0.20.2 |
2283 | 2024-05-20T15:42:12.085Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2284 | 2024-05-20T15:42:23.404Z | Finished release [optimized] target(s) in 41.35s |
2285 | 2024-05-20T15:42:23.462Z | |
2286 | 2024-05-20T15:42:23.465Z | real 41.436382087 |
2287 | 2024-05-20T15:42:23.466Z | user 3:06.303984551 |
2288 | 2024-05-20T15:42:23.466Z | sys 15.533098153 |
2289 | 2024-05-20T15:42:23.466Z | trap 0.066047774 |
2290 | 2024-05-20T15:42:23.466Z | tflt 0.219065255 |
2291 | 2024-05-20T15:42:23.466Z | dflt 0.783490426 |
2292 | 2024-05-20T15:42:23.466Z | kflt 0.000030588 |
2293 | 2024-05-20T15:42:23.466Z | lock 4:06.738105006 |
2294 | 2024-05-20T15:42:23.466Z | slp 3:33.140516838 |
2295 | 2024-05-20T15:42:23.466Z | lat 2.933430183 |
2296 | 2024-05-20T15:42:23.466Z | stop 3.914065210 |
2297 | 2024-05-20T15:42:23.466Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2298 | 2024-05-20T15:42:23.466Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2299 | 2024-05-20T15:42:23.466Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2300 | 2024-05-20T15:42:23.466Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2301 | 2024-05-20T15:42:23.466Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2302 | 2024-05-20T15:42:23.958Z | Downloading crates ... |
2303 | 2024-05-20T15:42:24.116Z | Downloaded bcrypt-pbkdf v0.10.0 |
2304 | 2024-05-20T15:42:24.122Z | Downloaded ghash v0.5.0 |
2305 | 2024-05-20T15:42:24.129Z | Downloaded cbc v0.1.2 |
2306 | 2024-05-20T15:42:24.129Z | Downloaded polyval v0.6.1 |
2307 | 2024-05-20T15:42:24.136Z | Downloaded blowfish v0.9.1 |
2308 | 2024-05-20T15:42:24.140Z | Downloaded option-ext v0.2.0 |
2309 | 2024-05-20T15:42:24.141Z | Downloaded md5 v0.7.0 |
2310 | 2024-05-20T15:42:24.141Z | Downloaded russh-cryptovec v0.7.0 |
2311 | 2024-05-20T15:42:24.149Z | Downloaded dhcproto-macros v0.1.0 |
2312 | 2024-05-20T15:42:24.152Z | Downloaded pbkdf2 v0.11.0 |
2313 | 2024-05-20T15:42:24.153Z | Downloaded pbkdf2 v0.12.2 |
2314 | 2024-05-20T15:42:24.153Z | Downloaded internet-checksum v0.2.1 |
2315 | 2024-05-20T15:42:24.157Z | Downloaded hex-literal v0.4.1 |
2316 | 2024-05-20T15:42:24.157Z | Downloaded dirs v5.0.1 |
2317 | 2024-05-20T15:42:24.157Z | Downloaded primeorder v0.13.6 |
2318 | 2024-05-20T15:42:24.157Z | Downloaded rand_chacha v0.2.2 |
2319 | 2024-05-20T15:42:24.157Z | Downloaded dirs-sys v0.4.1 |
2320 | 2024-05-20T15:42:24.157Z | Downloaded ctr v0.9.2 |
2321 | 2024-05-20T15:42:24.160Z | Downloaded ed25519 v2.2.2 |
2322 | 2024-05-20T15:42:24.161Z | Downloaded ecdsa v0.16.9 |
2323 | 2024-05-20T15:42:24.163Z | Downloaded rfc6979 v0.4.0 |
2324 | 2024-05-20T15:42:24.172Z | Downloaded getrandom v0.1.16 |
2325 | 2024-05-20T15:42:24.179Z | Downloaded aes-gcm v0.10.3 |
2326 | 2024-05-20T15:42:24.182Z | Downloaded russh-keys v0.43.0 |
2327 | 2024-05-20T15:42:24.182Z | Downloaded rand_core v0.5.1 |
2328 | 2024-05-20T15:42:24.182Z | Downloaded password-hash v0.4.2 |
2329 | 2024-05-20T15:42:24.244Z | Downloaded p256 v0.13.2 |
2330 | 2024-05-20T15:42:24.250Z | Downloaded dhcproto v0.11.0 |
2331 | 2024-05-20T15:42:24.251Z | Downloaded ed25519-dalek v2.0.0 |
2332 | 2024-05-20T15:42:24.251Z | Downloaded russh v0.43.0 |
2333 | 2024-05-20T15:42:24.251Z | Downloaded rand v0.7.3 |
2334 | 2024-05-20T15:42:24.251Z | Downloaded p521 v0.13.3 |
2335 | 2024-05-20T15:42:24.251Z | Downloaded aes v0.8.3 |
2336 | 2024-05-20T15:42:24.280Z | Downloaded winapi v0.3.9 |
2337 | 2024-05-20T15:42:24.440Z | Compiling proc-macro2 v1.0.82 |
2338 | 2024-05-20T15:42:24.440Z | Compiling unicode-ident v1.0.12 |
2339 | 2024-05-20T15:42:24.440Z | Compiling libc v0.2.153 |
2340 | 2024-05-20T15:42:24.440Z | Compiling cfg-if v1.0.0 |
2341 | 2024-05-20T15:42:24.443Z | Compiling serde v1.0.201 |
2342 | 2024-05-20T15:42:24.443Z | Compiling version_check v0.9.4 |
2343 | 2024-05-20T15:42:24.443Z | Compiling autocfg v1.1.0 |
2344 | 2024-05-20T15:42:24.443Z | Compiling memchr v2.7.1 |
2345 | 2024-05-20T15:42:24.571Z | Compiling byteorder v1.5.0 |
2346 | 2024-05-20T15:42:24.728Z | Compiling once_cell v1.19.0 |
2347 | 2024-05-20T15:42:25.016Z | Compiling log v0.4.21 |
2348 | 2024-05-20T15:42:25.067Z | Compiling itoa v1.0.9 |
2349 | 2024-05-20T15:42:25.103Z | Compiling scopeguard v1.2.0 |
2350 | 2024-05-20T15:42:25.257Z | Compiling smallvec v1.13.1 |
2351 | 2024-05-20T15:42:25.271Z | Compiling typenum v1.16.0 |
2352 | 2024-05-20T15:42:25.274Z | Compiling generic-array v0.14.7 |
2353 | 2024-05-20T15:42:25.383Z | Compiling lock_api v0.4.10 |
2354 | 2024-05-20T15:42:25.420Z | Compiling thiserror v1.0.60 |
2355 | 2024-05-20T15:42:25.647Z | Compiling parking_lot_core v0.9.8 |
2356 | 2024-05-20T15:42:25.670Z | Compiling pin-project-lite v0.2.13 |
2357 | 2024-05-20T15:42:25.795Z | Compiling subtle v2.5.0 |
2358 | 2024-05-20T15:42:26.106Z | Compiling quote v1.0.36 |
2359 | 2024-05-20T15:42:26.137Z | Compiling libm v0.2.7 |
2360 | 2024-05-20T15:42:26.150Z | Compiling num-traits v0.2.19 |
2361 | 2024-05-20T15:42:26.260Z | Compiling ahash v0.8.8 |
2362 | 2024-05-20T15:42:26.294Z | Compiling ryu v1.0.15 |
2363 | 2024-05-20T15:42:26.423Z | Compiling getrandom v0.2.12 |
2364 | 2024-05-20T15:42:26.463Z | Compiling cc v1.0.83 |
2365 | 2024-05-20T15:42:26.495Z | Compiling syn v2.0.60 |
2366 | 2024-05-20T15:42:26.787Z | Compiling rand_core v0.6.4 |
2367 | 2024-05-20T15:42:26.790Z | Compiling signal-hook-registry v1.4.1 |
2368 | 2024-05-20T15:42:26.958Z | Compiling parking_lot v0.12.1 |
2369 | 2024-05-20T15:42:27.041Z | Compiling mio v0.8.11 |
2370 | 2024-05-20T15:42:27.544Z | Compiling socket2 v0.5.6 |
2371 | 2024-05-20T15:42:27.654Z | Compiling num_cpus v1.16.0 |
2372 | 2024-05-20T15:42:27.844Z | Compiling serde_json v1.0.117 |
2373 | 2024-05-20T15:42:27.952Z | Compiling allocator-api2 v0.2.16 |
2374 | 2024-05-20T15:42:28.151Z | Compiling futures-core v0.3.30 |
2375 | 2024-05-20T15:42:28.199Z | Compiling const-oid v0.9.6 |
2376 | 2024-05-20T15:42:28.405Z | Compiling equivalent v1.0.1 |
2377 | 2024-05-20T15:42:28.483Z | Compiling futures-sink v0.3.30 |
2378 | 2024-05-20T15:42:28.514Z | Compiling slab v0.4.9 |
2379 | 2024-05-20T15:42:28.638Z | Compiling fnv v1.0.7 |
2380 | 2024-05-20T15:42:28.660Z | Compiling futures-channel v0.3.30 |
2381 | 2024-05-20T15:42:28.708Z | Compiling pin-utils v0.1.0 |
2382 | 2024-05-20T15:42:28.759Z | Compiling futures-task v0.3.30 |
2383 | 2024-05-20T15:42:28.796Z | Compiling spin v0.5.2 |
2384 | 2024-05-20T15:42:29.082Z | Compiling futures-io v0.3.30 |
2385 | 2024-05-20T15:42:29.117Z | Compiling syn v1.0.109 |
2386 | 2024-05-20T15:42:29.117Z | Compiling iana-time-zone v0.1.57 |
2387 | 2024-05-20T15:42:29.290Z | Compiling tinyvec_macros v0.1.1 |
2388 | 2024-05-20T15:42:29.380Z | Compiling tinyvec v1.6.0 |
2389 | 2024-05-20T15:42:29.424Z | Compiling unicode-bidi v0.3.15 |
2390 | 2024-05-20T15:42:29.551Z | Compiling cpufeatures v0.2.12 |
2391 | 2024-05-20T15:42:29.566Z | Compiling schemars v0.8.17 |
2392 | 2024-05-20T15:42:29.645Z | Compiling tracing-core v0.1.32 |
2393 | 2024-05-20T15:42:29.920Z | Compiling dyn-clone v1.0.17 |
2394 | 2024-05-20T15:42:30.096Z | Compiling percent-encoding v2.3.1 |
2395 | 2024-05-20T15:42:30.132Z | Compiling ppv-lite86 v0.2.17 |
2396 | 2024-05-20T15:42:30.435Z | Compiling spin v0.9.8 |
2397 | 2024-05-20T15:42:30.569Z | Compiling num-conv v0.1.0 |
2398 | 2024-05-20T15:42:30.773Z | Compiling unicode-normalization v0.1.22 |
2399 | 2024-05-20T15:42:30.832Z | Compiling powerfmt v0.2.0 |
2400 | 2024-05-20T15:42:30.847Z | Compiling time-core v0.1.2 |
2401 | 2024-05-20T15:42:30.905Z | Compiling form_urlencoded v1.2.1 |
2402 | 2024-05-20T15:42:30.918Z | Compiling num_threads v0.1.6 |
2403 | 2024-05-20T15:42:31.008Z | Compiling time-macros v0.2.17 |
2404 | 2024-05-20T15:42:31.040Z | Compiling rand_chacha v0.3.1 |
2405 | 2024-05-20T15:42:31.055Z | Compiling ring v0.17.8 |
2406 | 2024-05-20T15:42:31.199Z | Compiling deranged v0.3.11 |
2407 | 2024-05-20T15:42:31.216Z | Compiling aho-corasick v1.1.2 |
2408 | 2024-05-20T15:42:31.890Z | Compiling regex-syntax v0.8.2 |
2409 | 2024-05-20T15:42:32.939Z | Compiling idna v0.5.0 |
2410 | 2024-05-20T15:42:33.225Z | Compiling rand v0.8.5 |
2411 | 2024-05-20T15:42:34.509Z | Compiling serde_derive_internals v0.29.0 |
2412 | 2024-05-20T15:42:34.513Z | Compiling time v0.3.34 |
2413 | 2024-05-20T15:42:35.193Z | Compiling slog v2.7.0 |
2414 | 2024-05-20T15:42:35.208Z | Compiling httparse v1.8.0 |
2415 | 2024-05-20T15:42:35.637Z | Compiling regex-automata v0.4.5 |
2416 | 2024-05-20T15:42:35.796Z | Compiling url v2.5.0 |
2417 | 2024-05-20T15:42:37.508Z | Compiling untrusted v0.9.0 |
2418 | 2024-05-20T15:42:37.701Z | Compiling vcpkg v0.2.15 |
2419 | 2024-05-20T15:42:38.147Z | Compiling pkg-config v0.3.27 |
2420 | 2024-05-20T15:42:38.519Z | Compiling lazy_static v1.4.0 |
2421 | 2024-05-20T15:42:38.630Z | Compiling adler v1.0.2 |
2422 | 2024-05-20T15:42:38.859Z | Compiling heck v0.4.1 |
2423 | 2024-05-20T15:42:39.327Z | Compiling miniz_oxide v0.7.1 |
2424 | 2024-05-20T15:42:39.502Z | Compiling semver v1.0.23 |
2425 | 2024-05-20T15:42:39.911Z | Compiling openssl-sys v0.9.102 |
2426 | 2024-05-20T15:42:39.954Z | Compiling backtrace v0.3.69 |
2427 | 2024-05-20T15:42:40.102Z | Compiling ring v0.16.20 |
2428 | 2024-05-20T15:42:40.410Z | Compiling try-lock v0.2.4 |
2429 | 2024-05-20T15:42:40.555Z | Compiling httpdate v1.0.3 |
2430 | 2024-05-20T15:42:40.872Z | Compiling regex v1.10.4 |
2431 | 2024-05-20T15:42:41.005Z | Compiling unicode-width v0.1.11 |
2432 | 2024-05-20T15:42:41.021Z | Compiling gimli v0.28.0 |
2433 | 2024-05-20T15:42:41.166Z | Compiling want v0.3.1 |
2434 | 2024-05-20T15:42:41.365Z | Compiling serde_derive v1.0.201 |
2435 | 2024-05-20T15:42:41.454Z | Compiling zeroize_derive v1.4.2 |
2436 | 2024-05-20T15:42:41.470Z | Compiling thiserror-impl v1.0.60 |
2437 | 2024-05-20T15:42:41.941Z | Compiling zerocopy-derive v0.7.32 |
2438 | 2024-05-20T15:42:43.217Z | Compiling zeroize v1.7.0 |
2439 | 2024-05-20T15:42:43.389Z | Compiling tokio-macros v2.2.0 |
2440 | 2024-05-20T15:42:44.324Z | Compiling futures-macro v0.3.30 |
2441 | 2024-05-20T15:42:44.400Z | Compiling zerocopy v0.7.32 |
2442 | 2024-05-20T15:42:45.055Z | Compiling crypto-common v0.1.6 |
2443 | 2024-05-20T15:42:45.092Z | Compiling block-buffer v0.10.4 |
2444 | 2024-05-20T15:42:45.161Z | Compiling tracing-attributes v0.1.27 |
2445 | 2024-05-20T15:42:45.285Z | Compiling schemars_derive v0.8.17 |
2446 | 2024-05-20T15:42:45.350Z | Compiling digest v0.10.7 |
2447 | 2024-05-20T15:42:45.825Z | Compiling async-trait v0.1.80 |
2448 | 2024-05-20T15:42:45.848Z | Compiling addr2line v0.21.0 |
2449 | 2024-05-20T15:42:46.522Z | Compiling hashbrown v0.14.3 |
2450 | 2024-05-20T15:42:46.555Z | Compiling futures-util v0.3.30 |
2451 | 2024-05-20T15:42:46.604Z | Compiling object v0.32.1 |
2452 | 2024-05-20T15:42:47.992Z | Compiling untrusted v0.7.1 |
2453 | 2024-05-20T15:42:48.183Z | Compiling anyhow v1.0.83 |
2454 | 2024-05-20T15:42:48.747Z | Compiling ipnet v2.9.0 |
2455 | 2024-05-20T15:42:48.761Z | Compiling rustix v0.38.31 |
2456 | 2024-05-20T15:42:48.777Z | Compiling base64 v0.21.7 |
2457 | 2024-05-20T15:42:49.010Z | Compiling openssl v0.10.64 |
2458 | 2024-05-20T15:42:49.334Z | Compiling tracing v0.1.40 |
2459 | 2024-05-20T15:42:49.395Z | Compiling tower-service v0.3.2 |
2460 | 2024-05-20T15:42:49.495Z | Compiling mime v0.3.17 |
2461 | 2024-05-20T15:42:49.508Z | Compiling foreign-types-shared v0.1.1 |
2462 | 2024-05-20T15:42:49.543Z | Compiling rustc-demangle v0.1.23 |
2463 | 2024-05-20T15:42:49.605Z | Compiling foreign-types v0.3.2 |
2464 | 2024-05-20T15:42:49.908Z | Compiling openssl-macros v0.1.1 |
2465 | 2024-05-20T15:42:50.074Z | Compiling errno v0.3.8 |
2466 | 2024-05-20T15:42:50.294Z | Compiling winnow v0.5.15 |
2467 | 2024-05-20T15:42:50.525Z | Compiling crossbeam-utils v0.8.19 |
2468 | 2024-05-20T15:42:50.717Z | Compiling rustls v0.21.9 |
2469 | 2024-05-20T15:42:51.007Z | Compiling heck v0.5.0 |
2470 | 2024-05-20T15:42:51.165Z | Compiling base64ct v1.6.0 |
2471 | 2024-05-20T15:42:51.401Z | Compiling native-tls v0.2.11 |
2472 | 2024-05-20T15:42:51.516Z | Compiling rustls-webpki v0.101.7 |
2473 | 2024-05-20T15:42:51.793Z | Compiling cookie v0.17.0 |
2474 | 2024-05-20T15:42:51.808Z | Compiling ucd-trie v0.1.6 |
2475 | 2024-05-20T15:42:52.096Z | Compiling sct v0.7.0 |
2476 | 2024-05-20T15:42:52.409Z | Compiling futures-executor v0.3.30 |
2477 | 2024-05-20T15:42:52.990Z | Compiling openssl-probe v0.1.5 |
2478 | 2024-05-20T15:42:53.006Z | Compiling futures v0.3.30 |
2479 | 2024-05-20T15:42:53.309Z | Compiling pest v2.7.6 |
2480 | 2024-05-20T15:42:53.591Z | Compiling idna v0.3.0 |
2481 | 2024-05-20T15:42:53.976Z | Compiling encoding_rs v0.8.33 |
2482 | 2024-05-20T15:42:54.068Z | Compiling data-encoding v2.4.0 |
2483 | 2024-05-20T15:42:54.803Z | Compiling psl-types v2.0.11 |
2484 | 2024-05-20T15:42:54.998Z | Compiling rustversion v1.0.14 |
2485 | 2024-05-20T15:42:55.137Z | Compiling publicsuffix v2.2.3 |
2486 | 2024-05-20T15:42:55.708Z | Compiling pest_meta v2.7.6 |
2487 | 2024-05-20T15:42:56.133Z | Compiling hmac v0.12.1 |
2488 | 2024-05-20T15:42:56.139Z | Compiling scroll_derive v0.12.0 |
2489 | 2024-05-20T15:42:56.189Z | Compiling bytes v1.6.0 |
2490 | 2024-05-20T15:42:56.440Z | Compiling indexmap v2.2.6 |
2491 | 2024-05-20T15:42:56.460Z | Compiling chrono v0.4.38 |
2492 | 2024-05-20T15:42:57.532Z | Compiling tokio v1.37.0 |
2493 | 2024-05-20T15:42:57.593Z | Compiling uuid v1.8.0 |
2494 | 2024-05-20T15:42:57.957Z | Compiling bitflags v2.4.2 |
2495 | 2024-05-20T15:42:58.409Z | Compiling http v0.2.12 |
2496 | 2024-05-20T15:42:58.576Z | Compiling serde_tokenstream v0.2.0 |
2497 | 2024-05-20T15:42:59.120Z | Compiling toml_datetime v0.6.5 |
2498 | 2024-05-20T15:42:59.514Z | Compiling serde_spanned v0.6.5 |
2499 | 2024-05-20T15:42:59.735Z | Compiling toml_edit v0.19.15 |
2500 | 2024-05-20T15:43:00.343Z | Compiling http-body v0.4.5 |
2501 | 2024-05-20T15:43:00.768Z | Compiling serde_urlencoded v0.7.1 |
2502 | 2024-05-20T15:43:00.838Z | Compiling openapiv3 v2.0.0 |
2503 | 2024-05-20T15:43:01.315Z | Compiling cookie_store v0.20.0 |
2504 | 2024-05-20T15:43:02.049Z | Compiling scroll v0.12.0 |
2505 | 2024-05-20T15:43:02.602Z | Compiling pest_generator v2.7.6 |
2506 | 2024-05-20T15:43:02.931Z | Compiling rustls-pemfile v1.0.3 |
2507 | 2024-05-20T15:43:03.311Z | Compiling bitflags v1.3.2 |
2508 | 2024-05-20T15:43:03.411Z | Compiling sync_wrapper v0.1.2 |
2509 | 2024-05-20T15:43:03.541Z | Compiling plain v0.2.3 |
2510 | 2024-05-20T15:43:03.697Z | Compiling webpki-roots v0.25.2 |
2511 | 2024-05-20T15:43:03.826Z | Compiling goblin v0.8.0 |
2512 | 2024-05-20T15:43:03.848Z | Compiling rustc_version v0.4.0 |
2513 | 2024-05-20T15:43:04.457Z | Compiling pem-rfc7468 v0.7.0 |
2514 | 2024-05-20T15:43:04.596Z | Compiling block-padding v0.3.3 |
2515 | 2024-05-20T15:43:04.682Z | Compiling pest_derive v2.7.6 |
2516 | 2024-05-20T15:43:04.840Z | Compiling der_derive v0.7.2 |
2517 | 2024-05-20T15:43:05.214Z | Compiling usdt-impl v0.5.0 |
2518 | 2024-05-20T15:43:05.337Z | Compiling pretty-hex v0.4.1 |
2519 | 2024-05-20T15:43:05.514Z | Compiling tokio-util v0.7.10 |
2520 | 2024-05-20T15:43:05.544Z | Compiling tokio-rustls v0.24.1 |
2521 | 2024-05-20T15:43:05.558Z | Compiling flagset v0.4.3 |
2522 | 2024-05-20T15:43:05.896Z | Compiling dtrace-parser v0.2.0 |
2523 | 2024-05-20T15:43:05.937Z | Compiling inout v0.1.3 |
2524 | 2024-05-20T15:43:06.220Z | Compiling thread-id v4.2.0 |
2525 | 2024-05-20T15:43:06.977Z | Compiling h2 v0.3.26 |
2526 | 2024-05-20T15:43:07.028Z | Compiling tokio-native-tls v0.3.1 |
2527 | 2024-05-20T15:43:07.304Z | Compiling cipher v0.4.4 |
2528 | 2024-05-20T15:43:07.488Z | Compiling der v0.7.8 |
2529 | 2024-05-20T15:43:07.689Z | Compiling sha2 v0.10.8 |
2530 | 2024-05-20T15:43:07.801Z | Compiling either v1.11.0 |
2531 | 2024-05-20T15:43:07.891Z | Compiling ff v0.13.0 |
2532 | 2024-05-20T15:43:08.114Z | Compiling base16ct v0.2.0 |
2533 | 2024-05-20T15:43:08.213Z | Compiling stable_deref_trait v1.2.0 |
2534 | 2024-05-20T15:43:08.316Z | Compiling group v0.13.0 |
2535 | 2024-05-20T15:43:08.434Z | Compiling hkdf v0.12.4 |
2536 | 2024-05-20T15:43:08.606Z | Compiling crossbeam-epoch v0.9.18 |
2537 | 2024-05-20T15:43:08.700Z | Compiling crypto-bigint v0.5.2 |
2538 | 2024-05-20T15:43:09.158Z | Compiling num-integer v0.1.46 |
2539 | 2024-05-20T15:43:09.422Z | Compiling dof v0.3.0 |
2540 | 2024-05-20T15:43:09.925Z | Compiling spki v0.7.2 |
2541 | 2024-05-20T15:43:10.850Z | Compiling pkcs8 v0.10.2 |
2542 | 2024-05-20T15:43:11.370Z | Compiling sec1 v0.7.3 |
2543 | 2024-05-20T15:43:11.408Z | Compiling memmap v0.7.0 |
2544 | 2024-05-20T15:43:11.716Z | Compiling crc32fast v1.3.2 |
2545 | 2024-05-20T15:43:11.783Z | Compiling elliptic-curve v0.13.8 |
2546 | 2024-05-20T15:43:11.969Z | Compiling managed v0.8.0 |
2547 | 2024-05-20T15:43:11.972Z | Compiling winnow v0.6.1 |
2548 | 2024-05-20T15:43:12.001Z | Compiling unicode-segmentation v1.10.1 |
2549 | 2024-05-20T15:43:12.396Z | Compiling toml v0.7.8 |
2550 | 2024-05-20T15:43:12.579Z | Compiling hex v0.4.3 |
2551 | 2024-05-20T15:43:12.613Z | Compiling num-bigint v0.4.4 |
2552 | 2024-05-20T15:43:12.800Z | Compiling anstyle v1.0.7 |
2553 | 2024-05-20T15:43:12.837Z | Compiling matches v0.1.10 |
2554 | 2024-05-20T15:43:12.931Z | Compiling utf8parse v0.2.1 |
2555 | 2024-05-20T15:43:13.083Z | Compiling anstyle-parse v0.2.1 |
2556 | 2024-05-20T15:43:13.166Z | Compiling idna v0.2.3 |
2557 | 2024-05-20T15:43:13.245Z | Compiling ipnetwork v0.20.0 |
2558 | 2024-05-20T15:43:13.404Z | Compiling enum-as-inner v0.5.1 |
2559 | 2024-05-20T15:43:13.849Z | Compiling hyper v0.14.28 |
2560 | 2024-05-20T15:43:14.079Z | Compiling bit-vec v0.6.3 |
2561 | 2024-05-20T15:43:14.138Z | Compiling siphasher v0.3.11 |
2562 | 2024-05-20T15:43:14.213Z | Compiling usdt-macro v0.5.0 |
2563 | 2024-05-20T15:43:14.467Z | Compiling usdt-attr-macro v0.5.0 |
2564 | 2024-05-20T15:43:14.467Z | Compiling anstyle-query v1.0.0 |
2565 | 2024-05-20T15:43:14.513Z | Compiling colorchoice v1.0.0 |
2566 | 2024-05-20T15:43:14.608Z | Compiling trust-dns-proto v0.22.0 |
2567 | 2024-05-20T15:43:14.656Z | Compiling anstream v0.6.11 |
2568 | 2024-05-20T15:43:15.354Z | Compiling toml_edit v0.22.12 |
2569 | 2024-05-20T15:43:15.713Z | Compiling flate2 v1.0.30 |
2570 | 2024-05-20T15:43:15.760Z | Compiling heapless v0.7.16 |
2571 | 2024-05-20T15:43:16.183Z | Compiling usdt v0.5.0 |
2572 | 2024-05-20T15:43:16.220Z | Compiling terminal_size v0.3.0 |
2573 | 2024-05-20T15:43:16.415Z | Compiling regress v0.9.1 |
2574 | 2024-05-20T15:43:16.672Z | Compiling strsim v0.11.0 |
2575 | 2024-05-20T15:43:16.767Z | Compiling signal-hook v0.3.17 |
2576 | 2024-05-20T15:43:17.063Z | Compiling clap_lex v0.7.0 |
2577 | 2024-05-20T15:43:17.371Z | Compiling clap_builder v4.5.2 |
2578 | 2024-05-20T15:43:17.640Z | Compiling yasna v0.5.2 |
2579 | 2024-05-20T15:43:17.691Z | Compiling itertools v0.10.5 |
2580 | 2024-05-20T15:43:19.576Z | Compiling clap_derive v4.5.4 |
2581 | 2024-05-20T15:43:20.569Z | Compiling hyper-tls v0.5.0 |
2582 | 2024-05-20T15:43:20.994Z | Compiling hyper-rustls v0.24.2 |
2583 | 2024-05-20T15:43:21.279Z | Compiling reqwest v0.11.27 |
2584 | 2024-05-20T15:43:21.552Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2585 | 2024-05-20T15:43:23.098Z | Compiling md-5 v0.10.5 |
2586 | 2024-05-20T15:43:23.364Z | Compiling stringprep v0.1.3 |
2587 | 2024-05-20T15:43:23.747Z | Compiling hash32 v0.2.1 |
2588 | 2024-05-20T15:43:23.898Z | Compiling smoltcp v0.9.1 |
2589 | 2024-05-20T15:43:24.133Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2590 | 2024-05-20T15:43:24.325Z | Compiling fallible-iterator v0.2.0 |
2591 | 2024-05-20T15:43:24.774Z | Compiling regex-automata v0.1.10 |
2592 | 2024-05-20T15:43:24.803Z | Compiling clap v4.5.4 |
2593 | 2024-05-20T15:43:25.004Z | Compiling postgres-protocol v0.6.6 |
2594 | 2024-05-20T15:43:25.182Z | Compiling bstr v0.2.17 |
2595 | 2024-05-20T15:43:25.609Z | Compiling phf_shared v0.11.2 |
2596 | 2024-05-20T15:43:25.952Z | Compiling tokio-stream v0.1.15 |
2597 | 2024-05-20T15:43:25.996Z | Compiling hubpack_derive v0.1.1 |
2598 | 2024-05-20T15:43:26.092Z | Compiling zerocopy-derive v0.6.6 |
2599 | 2024-05-20T15:43:26.380Z | Compiling diesel_table_macro_syntax v0.1.0 |
2600 | 2024-05-20T15:43:26.608Z | Compiling scheduled-thread-pool v0.2.7 |
2601 | 2024-05-20T15:43:26.804Z | Compiling fs-err v2.11.0 |
2602 | 2024-05-20T15:43:26.919Z | Compiling fixedbitset v0.4.2 |
2603 | 2024-05-20T15:43:26.946Z | Compiling r2d2 v0.8.10 |
2604 | 2024-05-20T15:43:26.974Z | Compiling hubpack v0.1.2 |
2605 | 2024-05-20T15:43:27.234Z | Compiling petgraph v0.6.5 |
2606 | 2024-05-20T15:43:27.250Z | Compiling diesel_derives v2.1.2 |
2607 | 2024-05-20T15:43:27.298Z | Compiling similar v2.4.0 |
2608 | 2024-05-20T15:43:27.429Z | Compiling phf v0.11.2 |
2609 | 2024-05-20T15:43:27.719Z | Compiling postgres-types v0.2.6 |
2610 | 2024-05-20T15:43:28.445Z | Compiling zerocopy v0.6.6 |
2611 | 2024-05-20T15:43:29.194Z | Compiling signal-hook-mio v0.2.3 |
2612 | 2024-05-20T15:43:29.360Z | Compiling phf_shared v0.10.0 |
2613 | 2024-05-20T15:43:29.445Z | Compiling num-iter v0.1.45 |
2614 | 2024-05-20T15:43:29.561Z | Compiling strum_macros v0.25.2 |
2615 | 2024-05-20T15:43:29.635Z | Compiling serde_repr v0.1.16 |
2616 | 2024-05-20T15:43:29.752Z | Compiling getopts v0.2.21 |
2617 | 2024-05-20T15:43:29.831Z | Compiling console v0.15.8 |
2618 | 2024-05-20T15:43:30.719Z | Compiling float-cmp v0.9.0 |
2619 | 2024-05-20T15:43:30.889Z | Compiling predicates-core v1.0.6 |
2620 | 2024-05-20T15:43:30.953Z | Compiling normalize-line-endings v0.3.0 |
2621 | 2024-05-20T15:43:31.084Z | Compiling static_assertions v1.1.0 |
2622 | 2024-05-20T15:43:31.186Z | Compiling whoami v1.5.1 |
2623 | 2024-05-20T15:43:31.241Z | Compiling unsafe-libyaml v0.2.10 |
2624 | 2024-05-20T15:43:31.255Z | Compiling new_debug_unreachable v1.0.4 |
2625 | 2024-05-20T15:43:31.334Z | Compiling minimal-lexical v0.2.1 |
2626 | 2024-05-20T15:43:31.348Z | Compiling precomputed-hash v0.1.1 |
2627 | 2024-05-20T15:43:31.461Z | Compiling difflib v0.4.0 |
2628 | 2024-05-20T15:43:31.851Z | Compiling nom v7.1.3 |
2629 | 2024-05-20T15:43:31.885Z | Compiling tokio-postgres v0.7.10 |
2630 | 2024-05-20T15:43:33.143Z | Compiling serde_yaml v0.9.25 |
2631 | 2024-05-20T15:43:33.240Z | Compiling predicates v3.1.0 |
2632 | 2024-05-20T15:43:33.771Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2633 | 2024-05-20T15:43:35.079Z | Compiling string_cache v0.8.7 |
2634 | 2024-05-20T15:43:35.509Z | Compiling crossterm v0.27.0 |
2635 | 2024-05-20T15:43:36.435Z | Compiling bit-set v0.5.3 |
2636 | 2024-05-20T15:43:36.740Z | Compiling bstr v1.9.0 |
2637 | 2024-05-20T15:43:36.800Z | Compiling lalrpop-util v0.19.12 |
2638 | 2024-05-20T15:43:37.167Z | Compiling peg-runtime v0.8.3 |
2639 | 2024-05-20T15:43:37.202Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2640 | 2024-05-20T15:43:37.380Z | Compiling sha1 v0.10.6 |
2641 | 2024-05-20T15:43:37.631Z | Compiling camino v1.1.7 |
2642 | 2024-05-20T15:43:37.803Z | Compiling ident_case v1.0.1 |
2643 | 2024-05-20T15:43:37.843Z | Compiling strsim v0.10.0 |
2644 | 2024-05-20T15:43:37.983Z | Compiling strum_macros v0.26.1 |
2645 | 2024-05-20T15:43:38.558Z | Compiling darling_core v0.20.8 |
2646 | 2024-05-20T15:43:38.683Z | Compiling dirs-sys-next v0.1.2 |
2647 | 2024-05-20T15:43:39.241Z | Compiling match_cfg v0.1.0 |
2648 | 2024-05-20T15:43:39.325Z | Compiling base64 v0.22.1 |
2649 | 2024-05-20T15:43:39.329Z | Compiling hostname v0.3.1 |
2650 | 2024-05-20T15:43:39.329Z | Compiling dirs-next v2.0.0 |
2651 | 2024-05-20T15:43:39.518Z | Compiling toml v0.8.12 |
2652 | 2024-05-20T15:43:39.577Z | Compiling http v1.0.0 |
2653 | 2024-05-20T15:43:39.591Z | Compiling thread_local v1.1.7 |
2654 | 2024-05-20T15:43:39.976Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2655 | 2024-05-20T15:43:40.091Z | Compiling slog-async v2.8.0 |
2656 | 2024-05-20T15:43:40.149Z | Compiling rustls-pki-types v1.3.0 |
2657 | 2024-05-20T15:43:40.692Z | Compiling term v0.7.0 |
2658 | 2024-05-20T15:43:40.952Z | Compiling is-terminal v0.4.9 |
2659 | 2024-05-20T15:43:41.078Z | Compiling crossbeam-channel v0.5.8 |
2660 | 2024-05-20T15:43:41.256Z | Compiling paste v1.0.15 |
2661 | 2024-05-20T15:43:41.799Z | Compiling take_mut v0.2.2 |
2662 | 2024-05-20T15:43:41.964Z | Compiling rustls v0.22.4 |
2663 | 2024-05-20T15:43:42.280Z | Compiling slog-term v2.9.1 |
2664 | 2024-05-20T15:43:42.295Z | Compiling rustls-webpki v0.102.1 |
2665 | 2024-05-20T15:43:42.322Z | Compiling multer v3.1.0 |
2666 | 2024-05-20T15:43:42.633Z | Compiling instant v0.1.12 |
2667 | 2024-05-20T15:43:43.394Z | Compiling diesel v2.1.6 |
2668 | 2024-05-20T15:43:43.408Z | Compiling strum v0.26.2 |
2669 | 2024-05-20T15:43:43.457Z | Compiling slog-json v2.6.1 |
2670 | 2024-05-20T15:43:43.577Z | Compiling async-stream-impl v0.3.5 |
2671 | 2024-05-20T15:43:43.840Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2672 | 2024-05-20T15:43:44.067Z | Compiling debug-ignore v1.0.5 |
2673 | 2024-05-20T15:43:44.149Z | Compiling atomic-waker v1.1.1 |
2674 | 2024-05-20T15:43:44.280Z | Compiling waitgroup v0.1.2 |
2675 | 2024-05-20T15:43:44.337Z | Compiling slog-bunyan v2.5.0 |
2676 | 2024-05-20T15:43:44.508Z | Compiling rustls-pemfile v2.1.2 |
2677 | 2024-05-20T15:43:44.525Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2678 | 2024-05-20T15:43:44.933Z | Compiling serde_path_to_error v0.1.16 |
2679 | 2024-05-20T15:43:45.028Z | Compiling async-stream v0.3.5 |
2680 | 2024-05-20T15:43:45.204Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2681 | 2024-05-20T15:43:45.344Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2682 | 2024-05-20T15:43:45.359Z | Compiling structmeta-derive v0.3.0 |
2683 | 2024-05-20T15:43:45.451Z | Compiling hostname v0.4.0 |
2684 | 2024-05-20T15:43:45.703Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2685 | 2024-05-20T15:43:45.785Z | Compiling newtype-uuid v1.1.0 |
2686 | 2024-05-20T15:43:45.881Z | Compiling darling_macro v0.20.8 |
2687 | 2024-05-20T15:43:46.028Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2688 | 2024-05-20T15:43:46.057Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2689 | 2024-05-20T15:43:46.321Z | Compiling backoff v0.4.0 |
2690 | 2024-05-20T15:43:46.663Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2691 | 2024-05-20T15:43:46.824Z | Compiling macaddr v1.0.1 |
2692 | 2024-05-20T15:43:46.851Z | Compiling proc-macro-crate v1.3.1 |
2693 | 2024-05-20T15:43:46.885Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2694 | 2024-05-20T15:43:47.037Z | Compiling darling v0.20.8 |
2695 | 2024-05-20T15:43:47.069Z | Compiling fastrand v2.0.1 |
2696 | 2024-05-20T15:43:47.150Z | Compiling serde_with_macros v3.7.0 |
2697 | 2024-05-20T15:43:47.264Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2698 | 2024-05-20T15:43:47.636Z | Compiling tokio-rustls v0.25.0 |
2699 | 2024-05-20T15:43:47.672Z | Compiling tempfile v3.10.1 |
2700 | 2024-05-20T15:43:47.895Z | Compiling num_enum_derive v0.5.11 |
2701 | 2024-05-20T15:43:48.530Z | Compiling structmeta v0.3.0 |
2702 | 2024-05-20T15:43:48.543Z | Compiling proc-macro-error-attr v1.0.4 |
2703 | 2024-05-20T15:43:48.913Z | Compiling proc-macro-error v1.0.4 |
2704 | 2024-05-20T15:43:48.961Z | Compiling parse-display-derive v0.9.0 |
2705 | 2024-05-20T15:43:49.218Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2706 | 2024-05-20T15:43:50.350Z | Compiling serde_with v3.7.0 |
2707 | 2024-05-20T15:43:50.576Z | Compiling foreign-types-macros v0.2.3 |
2708 | 2024-05-20T15:43:50.772Z | Compiling num_enum v0.5.11 |
2709 | 2024-05-20T15:43:50.934Z | Compiling foreign-types-shared v0.3.1 |
2710 | 2024-05-20T15:43:51.051Z | Compiling heapless v0.8.0 |
2711 | 2024-05-20T15:43:51.635Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2712 | 2024-05-20T15:43:51.982Z | Compiling foreign-types v0.5.0 |
2713 | 2024-05-20T15:43:52.631Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2714 | 2024-05-20T15:43:52.818Z | Compiling cstr-argument v0.1.2 |
2715 | 2024-05-20T15:43:53.067Z | Compiling hash32 v0.3.1 |
2716 | 2024-05-20T15:43:53.317Z | Compiling smoltcp v0.11.0 |
2717 | 2024-05-20T15:43:53.502Z | Compiling pretty-hex v0.2.1 |
2718 | 2024-05-20T15:43:53.676Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2719 | 2024-05-20T15:43:53.812Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2720 | 2024-05-20T15:43:53.874Z | Compiling parse-display v0.9.0 |
2721 | 2024-05-20T15:43:54.002Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2722 | 2024-05-20T15:43:54.059Z | Compiling camino-tempfile v1.1.1 |
2723 | 2024-05-20T15:43:54.354Z | Compiling tabwriter v1.4.0 |
2724 | 2024-05-20T15:43:54.521Z | Compiling colored v2.1.0 |
2725 | 2024-05-20T15:43:54.535Z | Compiling socket2 v0.4.9 |
2726 | 2024-05-20T15:43:54.585Z | Compiling embedded-io v0.4.0 |
2727 | 2024-05-20T15:43:54.782Z | Compiling cobs v0.2.3 |
2728 | 2024-05-20T15:43:54.861Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2729 | 2024-05-20T15:43:55.072Z | Compiling postcard v1.0.8 |
2730 | 2024-05-20T15:43:55.168Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2731 | 2024-05-20T15:43:55.255Z | Compiling crucible-workspace-hack v0.1.0 |
2732 | 2024-05-20T15:43:55.398Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2733 | 2024-05-20T15:43:55.401Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2734 | 2024-05-20T15:43:55.566Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2735 | 2024-05-20T15:43:55.904Z | Compiling smf v0.2.3 |
2736 | 2024-05-20T15:43:55.989Z | Compiling humantime v2.1.0 |
2737 | 2024-05-20T15:43:56.298Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2738 | 2024-05-20T15:43:56.376Z | Compiling platforms v3.0.2 |
2739 | 2024-05-20T15:43:56.557Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2740 | 2024-05-20T15:43:56.625Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2741 | 2024-05-20T15:43:56.786Z | Compiling num-derive v0.4.0 |
2742 | 2024-05-20T15:43:57.134Z | Compiling sigpipe v0.1.3 |
2743 | 2024-05-20T15:43:57.261Z | Compiling utf-8 v0.7.6 |
2744 | 2024-05-20T15:43:57.342Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2745 | 2024-05-20T15:43:57.772Z | Compiling atty v0.2.14 |
2746 | 2024-05-20T15:43:57.910Z | Compiling rayon-core v1.12.1 |
2747 | 2024-05-20T15:43:58.214Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2748 | 2024-05-20T15:43:58.229Z | Compiling same-file v1.0.6 |
2749 | 2024-05-20T15:43:58.232Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2750 | 2024-05-20T15:43:58.476Z | Compiling semver v0.1.20 |
2751 | 2024-05-20T15:43:59.164Z | Compiling rustc_version v0.1.7 |
2752 | 2024-05-20T15:43:59.167Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2753 | 2024-05-20T15:43:59.695Z | Compiling walkdir v2.5.0 |
2754 | 2024-05-20T15:43:59.827Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2755 | 2024-05-20T15:43:59.840Z | Compiling curve25519-dalek v4.1.2 |
2756 | 2024-05-20T15:44:00.154Z | Compiling newline-converter v0.3.0 |
2757 | 2024-05-20T15:44:00.263Z | Compiling crossbeam-deque v0.8.3 |
2758 | 2024-05-20T15:44:00.307Z | Compiling universal-hash v0.5.1 |
2759 | 2024-05-20T15:44:00.457Z | Compiling opaque-debug v0.3.0 |
2760 | 2024-05-20T15:44:00.472Z | Compiling expectorate v1.1.0 |
2761 | 2024-05-20T15:44:00.499Z | Compiling newtype_derive v0.1.6 |
2762 | 2024-05-20T15:44:00.570Z | Compiling tungstenite v0.20.1 |
2763 | 2024-05-20T15:44:00.584Z | Compiling signature v2.1.0 |
2764 | 2024-05-20T15:44:00.633Z | Compiling curve25519-dalek-derive v0.1.0 |
2765 | 2024-05-20T15:44:00.797Z | Compiling blake3 v1.5.0 |
2766 | 2024-05-20T15:44:00.817Z | Compiling xattr v1.0.1 |
2767 | 2024-05-20T15:44:01.092Z | Compiling filetime v0.2.23 |
2768 | 2024-05-20T15:44:01.432Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2769 | 2024-05-20T15:44:01.435Z | Compiling unicase v2.7.0 |
2770 | 2024-05-20T15:44:01.664Z | Compiling linked-hash-map v0.5.6 |
2771 | 2024-05-20T15:44:01.771Z | Compiling quick-error v1.2.3 |
2772 | 2024-05-20T15:44:01.921Z | Compiling termcolor v1.2.0 |
2773 | 2024-05-20T15:44:02.072Z | Compiling arc-swap v1.6.0 |
2774 | 2024-05-20T15:44:02.220Z | Compiling getrandom v0.1.16 |
2775 | 2024-05-20T15:44:02.340Z | Compiling convert_case v0.4.0 |
2776 | 2024-05-20T15:44:02.547Z | Compiling slog-scope v4.4.0 |
2777 | 2024-05-20T15:44:02.698Z | Compiling env_logger v0.9.3 |
2778 | 2024-05-20T15:44:02.762Z | Compiling lru-cache v0.1.2 |
2779 | 2024-05-20T15:44:02.954Z | Compiling resolv-conf v0.7.0 |
2780 | 2024-05-20T15:44:03.080Z | Compiling tokio-tungstenite v0.20.1 |
2781 | 2024-05-20T15:44:03.300Z | Compiling derive_more v0.99.17 |
2782 | 2024-05-20T15:44:03.475Z | Compiling rayon v1.10.0 |
2783 | 2024-05-20T15:44:03.608Z | Compiling tar v0.4.40 |
2784 | 2024-05-20T15:44:03.793Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2785 | 2024-05-20T15:44:04.058Z | Compiling password-hash v0.5.0 |
2786 | 2024-05-20T15:44:04.276Z | Compiling blake2 v0.10.6 |
2787 | 2024-05-20T15:44:05.194Z | Compiling bitstruct_derive v0.1.0 |
2788 | 2024-05-20T15:44:05.735Z | Compiling derive-where v1.2.7 |
2789 | 2024-05-20T15:44:05.748Z | Compiling memmap2 v0.7.1 |
2790 | 2024-05-20T15:44:06.161Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2791 | 2024-05-20T15:44:06.301Z | Compiling libefi-sys v0.1.0 |
2792 | 2024-05-20T15:44:06.611Z | Compiling arrayvec v0.7.4 |
2793 | 2024-05-20T15:44:06.668Z | Compiling arrayref v0.3.7 |
2794 | 2024-05-20T15:44:06.793Z | Compiling constant_time_eq v0.3.0 |
2795 | 2024-05-20T15:44:06.980Z | Compiling ascii v1.1.0 |
2796 | 2024-05-20T15:44:07.017Z | Compiling home v0.5.5 |
2797 | 2024-05-20T15:44:07.267Z | Compiling parking_lot_core v0.8.6 |
2798 | 2024-05-20T15:44:07.581Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2799 | 2024-05-20T15:44:07.755Z | Compiling toolchain_find v0.4.0 |
2800 | 2024-05-20T15:44:08.482Z | Compiling bitstruct v0.1.1 |
2801 | 2024-05-20T15:44:08.620Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2802 | 2024-05-20T15:44:08.888Z | Compiling argon2 v0.5.3 |
2803 | 2024-05-20T15:44:09.111Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2804 | 2024-05-20T15:44:09.555Z | Compiling trust-dns-resolver v0.22.0 |
2805 | 2024-05-20T15:44:10.099Z | Compiling slog-stdlog v4.1.1 |
2806 | 2024-05-20T15:44:10.470Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2807 | 2024-05-20T15:44:10.474Z | Compiling num-rational v0.4.2 |
2808 | 2024-05-20T15:44:11.179Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2809 | 2024-05-20T15:44:11.517Z | Compiling rfc6979 v0.4.0 |
2810 | 2024-05-20T15:44:11.542Z | Compiling erased-serde v0.3.31 |
2811 | 2024-05-20T15:44:11.714Z | Compiling serde_arrays v0.1.0 |
2812 | 2024-05-20T15:44:11.873Z | Compiling aead v0.5.2 |
2813 | 2024-05-20T15:44:11.959Z | Compiling num-complex v0.4.6 |
2814 | 2024-05-20T15:44:12.143Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2815 | 2024-05-20T15:44:12.256Z | Compiling nibble_vec v0.1.0 |
2816 | 2024-05-20T15:44:12.297Z | Compiling slog-dtrace v0.3.0 |
2817 | 2024-05-20T15:44:12.454Z | Compiling cancel-safe-futures v0.1.5 |
2818 | 2024-05-20T15:44:12.517Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2819 | 2024-05-20T15:44:12.550Z | Compiling endian-type v0.1.2 |
2820 | 2024-05-20T15:44:12.589Z | Compiling topological-sort v0.2.2 |
2821 | 2024-05-20T15:44:12.768Z | Compiling keccak v0.1.4 |
2822 | 2024-05-20T15:44:12.788Z | Compiling winapi v0.3.9 |
2823 | 2024-05-20T15:44:12.819Z | Compiling omicron-zone-package v0.11.0 |
2824 | 2024-05-20T15:44:12.931Z | Compiling num v0.4.3 |
2825 | 2024-05-20T15:44:12.972Z | Compiling radix_trie v0.2.1 |
2826 | 2024-05-20T15:44:13.035Z | Compiling sha3 v0.10.8 |
2827 | 2024-05-20T15:44:13.675Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2828 | 2024-05-20T15:44:13.831Z | Compiling ecdsa v0.16.9 |
2829 | 2024-05-20T15:44:13.881Z | Compiling slog-envlogger v2.2.0 |
2830 | 2024-05-20T15:44:13.999Z | Compiling rand_core v0.5.1 |
2831 | 2024-05-20T15:44:14.495Z | Compiling mime_guess v2.0.4 |
2832 | 2024-05-20T15:44:14.620Z | Compiling steno v0.4.0 |
2833 | 2024-05-20T15:44:15.047Z | Compiling rustfmt-wrapper v0.2.1 |
2834 | 2024-05-20T15:44:15.798Z | Compiling poly1305 v0.8.0 |
2835 | 2024-05-20T15:44:15.819Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2836 | 2024-05-20T15:44:16.337Z | Compiling heck v0.3.3 |
2837 | 2024-05-20T15:44:16.531Z | Compiling primeorder v0.13.6 |
2838 | 2024-05-20T15:44:16.772Z | Compiling chacha20 v0.9.1 |
2839 | 2024-05-20T15:44:17.069Z | Compiling thiserror-impl-no-std v2.0.2 |
2840 | 2024-05-20T15:44:17.226Z | Compiling secrecy v0.8.0 |
2841 | 2024-05-20T15:44:17.501Z | Compiling half v2.3.1 |
2842 | 2024-05-20T15:44:17.616Z | Compiling option-ext v0.2.0 |
2843 | 2024-05-20T15:44:17.742Z | Compiling ciborium-io v0.2.2 |
2844 | 2024-05-20T15:44:17.871Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2845 | 2024-05-20T15:44:18.079Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2846 | 2024-05-20T15:44:18.170Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2847 | 2024-05-20T15:44:18.315Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2848 | 2024-05-20T15:44:18.418Z | Compiling ciborium-ll v0.2.2 |
2849 | 2024-05-20T15:44:18.823Z | Compiling dirs-sys v0.4.1 |
2850 | 2024-05-20T15:44:18.943Z | Compiling zone_cfg_derive v0.1.2 |
2851 | 2024-05-20T15:44:19.332Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2852 | 2024-05-20T15:44:19.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2853 | 2024-05-20T15:44:19.965Z | Compiling parking_lot v0.11.2 |
2854 | 2024-05-20T15:44:20.135Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2855 | 2024-05-20T15:44:20.373Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2856 | 2024-05-20T15:44:20.541Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2857 | 2024-05-20T15:44:20.905Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2858 | 2024-05-20T15:44:20.947Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2859 | 2024-05-20T15:44:21.374Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2860 | 2024-05-20T15:44:21.546Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2861 | 2024-05-20T15:44:21.906Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2862 | 2024-05-20T15:44:22.126Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2863 | 2024-05-20T15:44:22.343Z | Compiling thiserror-no-std v2.0.2 |
2864 | 2024-05-20T15:44:22.460Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2865 | 2024-05-20T15:44:22.480Z | Compiling rand_chacha v0.2.2 |
2866 | 2024-05-20T15:44:22.717Z | Compiling trust-dns-client v0.22.0 |
2867 | 2024-05-20T15:44:23.238Z | Compiling ed25519 v2.2.2 |
2868 | 2024-05-20T15:44:23.376Z | Compiling polyval v0.6.1 |
2869 | 2024-05-20T15:44:23.704Z | Compiling tungstenite v0.21.0 |
2870 | 2024-05-20T15:44:23.808Z | Compiling blowfish v0.9.1 |
2871 | 2024-05-20T15:44:24.002Z | Compiling ctr v0.9.2 |
2872 | 2024-05-20T15:44:24.268Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2873 | 2024-05-20T15:44:24.369Z | Compiling aes v0.8.3 |
2874 | 2024-05-20T15:44:24.706Z | Compiling libsw v3.3.1 |
2875 | 2024-05-20T15:44:25.027Z | Compiling toml v0.5.11 |
2876 | 2024-05-20T15:44:25.843Z | Compiling password-hash v0.4.2 |
2877 | 2024-05-20T15:44:25.908Z | Compiling pbkdf2 v0.12.2 |
2878 | 2024-05-20T15:44:26.078Z | Compiling gethostname v0.4.3 |
2879 | 2024-05-20T15:44:26.359Z | Compiling fxhash v0.2.1 |
2880 | 2024-05-20T15:44:26.564Z | Compiling swrite v0.1.0 |
2881 | 2024-05-20T15:44:26.720Z | Compiling owo-colors v4.0.0 |
2882 | 2024-05-20T15:44:26.810Z | Compiling base64 v0.13.1 |
2883 | 2024-05-20T15:44:27.317Z | Compiling linear-map v1.2.0 |
2884 | 2024-05-20T15:44:27.439Z | Compiling ron v0.7.1 |
2885 | 2024-05-20T15:44:27.694Z | Compiling trust-dns-server v0.22.1 |
2886 | 2024-05-20T15:44:28.270Z | Compiling sled v0.34.7 |
2887 | 2024-05-20T15:44:28.791Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2888 | 2024-05-20T15:44:29.067Z | Compiling pbkdf2 v0.11.0 |
2889 | 2024-05-20T15:44:29.428Z | Compiling bcrypt-pbkdf v0.10.0 |
2890 | 2024-05-20T15:44:29.731Z | Compiling tokio-tungstenite v0.21.0 |
2891 | 2024-05-20T15:44:29.991Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2892 | 2024-05-20T15:44:30.244Z | Compiling ghash v0.5.0 |
2893 | 2024-05-20T15:44:30.428Z | Compiling ed25519-dalek v2.0.0 |
2894 | 2024-05-20T15:44:30.734Z | Compiling rand v0.7.3 |
2895 | 2024-05-20T15:44:31.362Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2896 | 2024-05-20T15:44:32.777Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2897 | 2024-05-20T15:44:33.349Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2898 | 2024-05-20T15:44:34.630Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2899 | 2024-05-20T15:44:34.687Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2900 | 2024-05-20T15:44:35.773Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2901 | 2024-05-20T15:44:37.395Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2902 | 2024-05-20T15:44:37.398Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2903 | 2024-05-20T15:44:38.191Z | Compiling russh-cryptovec v0.7.0 |
2904 | 2024-05-20T15:44:39.487Z | Compiling vsss-rs v3.3.4 |
2905 | 2024-05-20T15:44:39.502Z | Compiling zone v0.1.8 |
2906 | 2024-05-20T15:44:39.708Z | Compiling dirs v5.0.1 |
2907 | 2024-05-20T15:44:39.911Z | Compiling ciborium v0.2.2 |
2908 | 2024-05-20T15:44:41.094Z | Compiling chacha20poly1305 v0.10.1 |
2909 | 2024-05-20T15:44:41.299Z | Compiling p256 v0.13.2 |
2910 | 2024-05-20T15:44:41.323Z | Compiling p521 v0.13.3 |
2911 | 2024-05-20T15:44:41.465Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2912 | 2024-05-20T15:44:41.549Z | Compiling pem v3.0.4 |
2913 | 2024-05-20T15:44:42.198Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2914 | 2024-05-20T15:44:42.384Z | Compiling cbc v0.1.2 |
2915 | 2024-05-20T15:44:42.627Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2916 | 2024-05-20T15:44:43.011Z | Compiling headers-core v0.2.0 |
2917 | 2024-05-20T15:44:43.174Z | Compiling kstat-rs v0.2.3 |
2918 | 2024-05-20T15:44:43.848Z | Compiling portpicker v0.1.1 |
2919 | 2024-05-20T15:44:43.851Z | Compiling nanorand v0.7.0 |
2920 | 2024-05-20T15:44:44.065Z | Compiling glob v0.3.1 |
2921 | 2024-05-20T15:44:44.165Z | Compiling md5 v0.7.0 |
2922 | 2024-05-20T15:44:44.185Z | Compiling http-range v0.1.5 |
2923 | 2024-05-20T15:44:44.439Z | Compiling russh-keys v0.43.0 |
2924 | 2024-05-20T15:44:44.542Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2925 | 2024-05-20T15:44:44.707Z | Compiling hyper-staticfile v0.9.5 |
2926 | 2024-05-20T15:44:45.001Z | Compiling flume v0.11.0 |
2927 | 2024-05-20T15:44:45.656Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2928 | 2024-05-20T15:44:47.843Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2929 | 2024-05-20T15:44:48.075Z | Compiling headers v0.3.9 |
2930 | 2024-05-20T15:44:48.595Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2931 | 2024-05-20T15:44:48.818Z | Compiling rcgen v0.12.1 |
2932 | 2024-05-20T15:44:50.085Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2933 | 2024-05-20T15:44:51.317Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2934 | 2024-05-20T15:44:52.559Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2935 | 2024-05-20T15:44:52.890Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2936 | 2024-05-20T15:44:54.829Z | Compiling aes-gcm v0.10.3 |
2937 | 2024-05-20T15:44:55.022Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2938 | 2024-05-20T15:44:55.112Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2939 | 2024-05-20T15:44:56.387Z | Compiling atomicwrites v0.4.3 |
2940 | 2024-05-20T15:44:56.760Z | Compiling itertools v0.12.1 |
2941 | 2024-05-20T15:44:56.794Z | Compiling subprocess v0.2.9 |
2942 | 2024-05-20T15:44:58.930Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2943 | 2024-05-20T15:44:59.620Z | Compiling display-error-chain v0.2.0 |
2944 | 2024-05-20T15:44:59.794Z | Compiling dhcproto-macros v0.1.0 |
2945 | 2024-05-20T15:45:00.001Z | Compiling hex-literal v0.4.1 |
2946 | 2024-05-20T15:45:00.160Z | Compiling russh v0.43.0 |
2947 | 2024-05-20T15:45:00.833Z | Compiling dhcproto v0.11.0 |
2948 | 2024-05-20T15:45:02.362Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2949 | 2024-05-20T15:45:03.875Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2950 | 2024-05-20T15:45:04.346Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2951 | 2024-05-20T15:45:04.826Z | Compiling internet-checksum v0.2.1 |
2952 | 2024-05-20T15:45:08.325Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2953 | 2024-05-20T15:45:09.758Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2954 | 2024-05-20T15:45:29.528Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2955 | 2024-05-20T15:46:10.650Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 47s |
2956 | 2024-05-20T15:46:10.847Z | |
2957 | 2024-05-20T15:46:10.847Z | real 3:47.229968088 |
2958 | 2024-05-20T15:46:10.847Z | user 20:21.665135709 |
2959 | 2024-05-20T15:46:10.847Z | sys 4:23.591395802 |
2960 | 2024-05-20T15:46:10.847Z | trap 0.641427774 |
2961 | 2024-05-20T15:46:10.847Z | tflt 0.464167459 |
2962 | 2024-05-20T15:46:10.847Z | dflt 1.637791880 |
2963 | 2024-05-20T15:46:10.847Z | kflt 0.000292040 |
2964 | 2024-05-20T15:46:10.847Z | lock 42:37.232842818 |
2965 | 2024-05-20T15:46:10.847Z | slp 58:59.521291106 |
2966 | 2024-05-20T15:46:10.847Z | lat 1:03.770380184 |
2967 | 2024-05-20T15:46:10.848Z | stop 2:05.353572453 |
2968 | 2024-05-20T15:46:10.848Z | + mkdir tests |
2969 | 2024-05-20T15:46:10.848Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2970 | 2024-05-20T15:46:10.848Z | + xargs -I '{}' -t cp '{}' tests/ |
2971 | 2024-05-20T15:46:12.075Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d378288c9438c40 tests/ |
2972 | 2024-05-20T15:46:12.163Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5ee8ec2cfaf28ce7 tests/ |
2973 | 2024-05-20T15:46:12.163Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8b0bd36896bdc29c tests/ |
2974 | 2024-05-20T15:46:12.163Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cce10d6beb1b96ba tests/ |
2975 | 2024-05-20T15:46:12.448Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2976 | 2024-05-20T15:46:12.524Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-9d378288c9438c40 tests/commtest-5ee8ec2cfaf28ce7 tests/dhcp_server-8b0bd36896bdc29c tests/end_to_end_tests-cce10d6beb1b96ba 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/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2977 | 2024-05-20T15:47:16.080Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2978 | 2024-05-20T15:47:16.080Z | a out/target/test 1K |
2979 | 2024-05-20T15:47:16.081Z | a out/npuzone/npuzone 23144K |
2980 | 2024-05-20T15:47:16.081Z | a package-manifest.toml 27K |
2981 | 2024-05-20T15:47:16.081Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2982 | 2024-05-20T15:47:16.081Z | a target/release/omicron-package 31456K |
2983 | 2024-05-20T15:47:16.081Z | a target/release/xtask 6644K |
2984 | 2024-05-20T15:47:16.081Z | a target/debug/bootstrap 350545K |
2985 | 2024-05-20T15:47:16.081Z | a tests/bootstrap-9d378288c9438c40 23707K |
2986 | 2024-05-20T15:47:16.081Z | a tests/commtest-5ee8ec2cfaf28ce7 23707K |
2987 | 2024-05-20T15:47:16.081Z | a tests/dhcp_server-8b0bd36896bdc29c 23707K |
2988 | 2024-05-20T15:47:16.081Z | a tests/end_to_end_tests-cce10d6beb1b96ba 360693K |
2989 | 2024-05-20T15:47:16.081Z | a out/clickhouse.tar.gz 222707K |
2990 | 2024-05-20T15:47:16.081Z | a out/clickhouse_keeper.tar.gz 222704K |
2991 | 2024-05-20T15:47:16.081Z | a out/cockroachdb.tar.gz 120664K |
2992 | 2024-05-20T15:47:16.081Z | a out/crucible-pantry-zone.tar.gz 27053K |
2993 | 2024-05-20T15:47:16.081Z | a out/crucible-zone.tar.gz 37715K |
2994 | 2024-05-20T15:47:16.081Z | a out/external-dns.tar.gz 25065K |
2995 | 2024-05-20T15:47:16.081Z | a out/internal-dns.tar.gz 25063K |
2996 | 2024-05-20T15:47:16.081Z | a out/mg-ddm-gz.tar 60398K |
2997 | 2024-05-20T15:47:16.081Z | a out/nexus.tar.gz 82008K |
2998 | 2024-05-20T15:47:16.081Z | a out/ntp.tar.gz 8689K |
2999 | 2024-05-20T15:47:16.081Z | a out/omicron-gateway-softnpu.tar.gz 14382K |
3000 | 2024-05-20T15:47:16.081Z | a out/omicron-sled-agent.tar 94032K |
3001 | 2024-05-20T15:47:16.082Z | a out/overlay.tar.gz 3K |
3002 | 2024-05-20T15:47:16.082Z | a out/oximeter.tar.gz 40653K |
3003 | 2024-05-20T15:47:16.082Z | a out/oxlog.tar 2895K |
3004 | 2024-05-20T15:47:16.082Z | a out/probe.tar.gz 2764K |
3005 | 2024-05-20T15:47:16.082Z | a out/propolis-server.tar.gz 65036K |
3006 | 2024-05-20T15:47:16.082Z | a out/pumpkind-gz.tar 26665K |
3007 | 2024-05-20T15:47:16.082Z | a out/switch-softnpu.tar.gz 195983K |
3008 | 2024-05-20T15:47:16.085Z | |
3009 | 2024-05-20T15:47:16.085Z | real 1:03.702605989 |
3010 | 2024-05-20T15:47:16.086Z | user 1:01.095221521 |
3011 | 2024-05-20T15:47:16.086Z | sys 3.502643552 |
3012 | 2024-05-20T15:47:16.086Z | trap 0.013688239 |
3013 | 2024-05-20T15:47:16.086Z | tflt 0.000000000 |
3014 | 2024-05-20T15:47:16.086Z | dflt 0.000000000 |
3015 | 2024-05-20T15:47:16.086Z | kflt 0.000000000 |
3016 | 2024-05-20T15:47:16.086Z | lock 0.000000000 |
3017 | 2024-05-20T15:47:16.086Z | slp 1:01.072589156 |
3018 | 2024-05-20T15:47:16.086Z | lat 1.717901625 |
3019 | 2024-05-20T15:47:16.086Z | stop 0.000181398 |
3020 | 2024-05-20T15:47:16.086Z | process exited: duration 1891328 ms, exit code 0 |
|
3021 | 2024-05-20T15:47:16.103Z | found 1 output files |
3022 | 2024-05-20T15:47:16.104Z | uploading: /work/package.tar.gz (1380961162 bytes) |
3023 | 2024-05-20T15:54:06.990Z | uploaded: /work/package.tar.gz |