|
|
|
1 | 2022-04-24T00:00:07.044Z | job assigned to worker 01G1CDV3EF1VS04NDXQK6H5956 (queued for 54 s) |
|
2 | 2022-04-24T00:00:07.304Z | starting task 0: "setup" |
3 | 2022-04-24T00:00:07.358Z | + groupadd -g 12345 build |
4 | 2022-04-24T00:00:07.365Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
5 | 2022-04-24T00:00:09.375Z | + zfs create -o mountpoint=/work rpool/work |
6 | 2022-04-24T00:00:09.507Z | + mkdir -p /home/build |
7 | 2022-04-24T00:00:09.517Z | + chown build:build /home/build /work |
8 | 2022-04-24T00:00:11.514Z | + chmod 0700 /home/build /work |
9 | 2022-04-24T00:00:11.525Z | process exited: duration 4205 ms, exit code 0 |
|
10 | 2022-04-24T00:00:11.576Z | starting task 1: "rust-toolchain" |
11 | 2022-04-24T00:00:11.593Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
12 | 2022-04-24T00:00:11.601Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly --profile default |
13 | 2022-04-24T00:00:11.722Z | info: downloading installer |
14 | 2022-04-24T00:00:12.801Z | warning: it looks like you have an existing installation of Rust at: |
15 | 2022-04-24T00:00:12.807Z | warning: /opt/ooce/bin |
16 | 2022-04-24T00:00:12.813Z | warning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first. |
17 | 2022-04-24T00:00:12.828Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
18 | 2022-04-24T00:00:12.835Z | warning: If you are sure that you want both rustup and your already installed Rust |
19 | 2022-04-24T00:00:12.841Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
20 | 2022-04-24T00:00:12.847Z | warning: or pass `-y' to ignore all ignorable checks. |
21 | 2022-04-24T00:00:12.853Z | error: cannot install while Rust is installed |
22 | 2022-04-24T00:00:12.859Z | warning: continuing (because the -y flag is set and the error is ignorable) |
23 | 2022-04-24T00:00:12.966Z | info: profile set to 'default' |
24 | 2022-04-24T00:00:12.973Z | info: default host triple is x86_64-unknown-illumos |
25 | 2022-04-24T00:00:12.979Z | info: syncing channel updates for 'nightly-x86_64-unknown-illumos' |
26 | 2022-04-24T00:00:13.201Z | info: latest update on 2022-04-23, rust version 1.62.0-nightly (f4ec0e7cf 2022-04-22) |
27 | 2022-04-24T00:00:13.207Z | info: downloading component 'cargo' |
28 | 2022-04-24T00:00:13.666Z | info: downloading component 'clippy' |
29 | 2022-04-24T00:00:13.868Z | info: downloading component 'rust-docs' |
30 | 2022-04-24T00:00:14.972Z | info: downloading component 'rust-std' |
31 | 2022-04-24T00:00:16.329Z | info: downloading component 'rustc' |
32 | 2022-04-24T00:00:19.940Z | info: downloading component 'rustfmt' |
33 | 2022-04-24T00:00:20.309Z | info: installing component 'cargo' |
34 | 2022-04-24T00:00:20.315Z | error: error: 'sysinfo not supported on this platform' |
35 | 2022-04-24T00:00:21.526Z | info: installing component 'clippy' |
36 | 2022-04-24T00:00:21.532Z | error: error: 'sysinfo not supported on this platform' |
37 | 2022-04-24T00:00:22.050Z | info: installing component 'rust-docs' |
38 | 2022-04-24T00:00:22.056Z | error: error: 'sysinfo not supported on this platform' |
39 | 2022-04-24T00:00:25.157Z | info: installing component 'rust-std' |
40 | 2022-04-24T00:00:25.163Z | error: error: 'sysinfo not supported on this platform' |
41 | 2022-04-24T00:00:28.021Z | info: installing component 'rustc' |
42 | 2022-04-24T00:00:28.027Z | error: error: 'sysinfo not supported on this platform' |
43 | 2022-04-24T00:00:34.379Z | info: installing component 'rustfmt' |
44 | 2022-04-24T00:00:34.385Z | error: error: 'sysinfo not supported on this platform' |
45 | 2022-04-24T00:00:35.066Z | info: default toolchain set to 'nightly-x86_64-unknown-illumos' |
46 | 2022-04-24T00:00:35.072Z | |
47 | 2022-04-24T00:00:35.207Z | nightly-x86_64-unknown-illumos installed - rustc 1.62.0-nightly (f4ec0e7cf 2022-04-22) |
48 | 2022-04-24T00:00:35.213Z | |
49 | 2022-04-24T00:00:35.219Z | |
50 | 2022-04-24T00:00:35.225Z | Rust is installed now. Great! |
51 | 2022-04-24T00:00:35.231Z | |
52 | 2022-04-24T00:00:35.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2022-04-24T00:00:35.243Z | environment variable. This has not been done automatically. |
54 | 2022-04-24T00:00:35.249Z | |
55 | 2022-04-24T00:00:35.255Z | To configure your current shell, run: |
56 | 2022-04-24T00:00:35.261Z | source $HOME/.cargo/env |
57 | 2022-04-24T00:00:35.317Z | + rustc --version |
58 | 2022-04-24T00:00:35.498Z | rustc 1.62.0-nightly (f4ec0e7cf 2022-04-22) |
59 | 2022-04-24T00:00:35.504Z | process exited: duration 23919 ms, exit code 0 |
|
60 | 2022-04-24T00:00:35.531Z | starting task 2: "authentication" |
61 | 2022-04-24T00:00:35.547Z | process exited: duration 10 ms, exit code 0 |
|
62 | 2022-04-24T00:00:35.575Z | starting task 3: "clone repository" |
63 | 2022-04-24T00:00:35.589Z | + mkdir -p /work/oxidecomputer/opte |
64 | 2022-04-24T00:00:35.595Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
65 | 2022-04-24T00:00:35.762Z | Cloning into '/work/oxidecomputer/opte'... |
66 | 2022-04-24T00:00:36.920Z | + cd /work/oxidecomputer/opte |
67 | 2022-04-24T00:00:36.926Z | + [[ -n opte-134-rst-close-wait ]] |
68 | 2022-04-24T00:00:36.932Z | + git fetch origin opte-134-rst-close-wait |
69 | 2022-04-24T00:00:37.421Z | From https://github.com/oxidecomputer/opte |
70 | 2022-04-24T00:00:37.427Z | * branch opte-134-rst-close-wait -> FETCH_HEAD |
71 | 2022-04-24T00:00:37.437Z | + git checkout -B opte-134-rst-close-wait remotes/origin/opte-134-rst-close-wait |
72 | 2022-04-24T00:00:37.446Z | Switched to a new branch 'opte-134-rst-close-wait' |
73 | 2022-04-24T00:00:37.452Z | Branch 'opte-134-rst-close-wait' set up to track remote branch 'opte-134-rst-close-wait' from 'origin'. |
74 | 2022-04-24T00:00:37.459Z | + git reset --hard abc6bba95edaaf5a65822892944dc45852a46663 |
75 | 2022-04-24T00:00:37.465Z | HEAD is now at abc6bba handle inbound RST in CLOSE_WAIT (#134) |
76 | 2022-04-24T00:00:37.471Z | process exited: duration 1873 ms, exit code 0 |
|
77 | 2022-04-24T00:00:37.498Z | starting task 4: "build" |
78 | 2022-04-24T00:00:37.511Z | + cargo --version |
79 | 2022-04-24T00:00:37.678Z | cargo 1.62.0-nightly (edffc4ada 2022-04-19) |
80 | 2022-04-24T00:00:37.684Z | + rustc --version |
81 | 2022-04-24T00:00:37.831Z | rustc 1.62.0-nightly (f4ec0e7cf 2022-04-22) |
82 | 2022-04-24T00:00:37.838Z | + cd opte |
83 | 2022-04-24T00:00:37.858Z | + header 'check style' |
84 | 2022-04-24T00:00:37.864Z | + echo '# ==== check style ==== #' |
85 | 2022-04-24T00:00:37.869Z | # ==== check style ==== # |
86 | 2022-04-24T00:00:37.875Z | + ptime -m cargo +nightly fmt -- --check |
87 | 2022-04-24T00:00:38.475Z | |
88 | 2022-04-24T00:00:38.481Z | real 0.617780259 |
89 | 2022-04-24T00:00:38.487Z | user 0.453621599 |
90 | 2022-04-24T00:00:38.492Z | sys 0.158497113 |
91 | 2022-04-24T00:00:38.498Z | trap 0.000048450 |
92 | 2022-04-24T00:00:38.504Z | tflt 0.000000000 |
93 | 2022-04-24T00:00:38.511Z | dflt 0.000000000 |
94 | 2022-04-24T00:00:38.516Z | kflt 0.000000000 |
95 | 2022-04-24T00:00:38.522Z | lock 0.000000000 |
96 | 2022-04-24T00:00:38.528Z | slp 0.443302974 |
97 | 2022-04-24T00:00:38.534Z | lat 0.000355070 |
98 | 2022-04-24T00:00:38.540Z | stop 0.000296469 |
99 | 2022-04-24T00:00:38.546Z | + header 'analyze std + api' |
100 | 2022-04-24T00:00:38.551Z | + echo '# ==== analyze std + api ==== #' |
101 | 2022-04-24T00:00:38.557Z | # ==== analyze std + api ==== # |
102 | 2022-04-24T00:00:38.562Z | + ptime -m cargo +nightly check |
103 | 2022-04-24T00:00:39.174Z | Updating git repository `https://github.com/michaelmelanson/anymap` |
104 | 2022-04-24T00:00:39.489Z | Updating crates.io index |
105 | 2022-04-24T00:01:16.391Z | Downloading crates ... |
106 | 2022-04-24T00:01:16.645Z | Downloaded hashbrown v0.6.3 |
107 | 2022-04-24T00:01:16.658Z | Downloaded const-random v0.1.13 |
108 | 2022-04-24T00:01:16.664Z | Downloaded stable_deref_trait v1.2.0 |
109 | 2022-04-24T00:01:16.669Z | Downloaded serde_derive v1.0.127 |
110 | 2022-04-24T00:01:16.675Z | Downloaded zerocopy v0.6.1 |
111 | 2022-04-24T00:01:16.681Z | Downloaded synstructure v0.12.5 |
112 | 2022-04-24T00:01:16.687Z | Downloaded spin v0.9.2 |
113 | 2022-04-24T00:01:16.692Z | Downloaded serde v1.0.127 |
114 | 2022-04-24T00:01:16.698Z | Downloaded bitflags v1.2.1 |
115 | 2022-04-24T00:01:16.704Z | Downloaded proc-macro-hack v0.5.19 |
116 | 2022-04-24T00:01:16.730Z | Downloaded memchr v2.4.0 |
117 | 2022-04-24T00:01:16.736Z | Downloaded cfg-if v1.0.0 |
118 | 2022-04-24T00:01:16.742Z | Downloaded scopeguard v1.1.0 |
119 | 2022-04-24T00:01:16.748Z | Downloaded heapless v0.7.9 |
120 | 2022-04-24T00:01:16.754Z | Downloaded hash32 v0.2.1 |
121 | 2022-04-24T00:01:16.759Z | Downloaded getrandom v0.2.3 |
122 | 2022-04-24T00:01:16.765Z | Downloaded cty v0.2.1 |
123 | 2022-04-24T00:01:16.771Z | Downloaded cstr_core v0.2.4 |
124 | 2022-04-24T00:01:16.777Z | Downloaded autocfg v0.1.7 |
125 | 2022-04-24T00:01:16.782Z | Downloaded ahash v0.2.19 |
126 | 2022-04-24T00:01:16.788Z | Downloaded byteorder v1.4.3 |
127 | 2022-04-24T00:01:16.794Z | Downloaded managed v0.8.0 |
128 | 2022-04-24T00:01:16.800Z | Downloaded proc-macro2 v1.0.28 |
129 | 2022-04-24T00:01:16.806Z | Downloaded quote v1.0.9 |
130 | 2022-04-24T00:01:16.812Z | Downloaded const-random-macro v0.1.13 |
131 | 2022-04-24T00:01:16.818Z | Downloaded lazy_static v1.4.0 |
132 | 2022-04-24T00:01:16.824Z | Downloaded zerocopy-derive v0.3.1 |
133 | 2022-04-24T00:01:16.829Z | Downloaded crunchy v0.2.2 |
134 | 2022-04-24T00:01:16.835Z | Downloaded cfg-if v0.1.10 |
135 | 2022-04-24T00:01:16.840Z | Downloaded postcard-cobs v0.1.5-pre |
136 | 2022-04-24T00:01:16.846Z | Downloaded lock_api v0.4.5 |
137 | 2022-04-24T00:01:16.852Z | Downloaded syn v1.0.74 |
138 | 2022-04-24T00:01:16.860Z | Downloaded postcard v0.7.2 |
139 | 2022-04-24T00:01:16.868Z | Downloaded unicode-xid v0.2.2 |
140 | 2022-04-24T00:01:16.874Z | Downloaded libc v0.2.99 |
141 | 2022-04-24T00:01:16.880Z | Downloaded tiny-keccak v2.0.2 |
142 | 2022-04-24T00:01:16.886Z | Downloaded smoltcp v0.8.0 |
143 | 2022-04-24T00:01:17.058Z | Compiling proc-macro2 v1.0.28 |
144 | 2022-04-24T00:01:17.065Z | Compiling unicode-xid v0.2.2 |
145 | 2022-04-24T00:01:17.071Z | Compiling syn v1.0.74 |
146 | 2022-04-24T00:01:17.076Z | Compiling libc v0.2.99 |
147 | 2022-04-24T00:01:17.082Z | Compiling crunchy v0.2.2 |
148 | 2022-04-24T00:01:17.088Z | Compiling proc-macro-hack v0.5.19 |
149 | 2022-04-24T00:01:17.094Z | Compiling tiny-keccak v2.0.2 |
150 | 2022-04-24T00:01:17.100Z | Compiling cfg-if v1.0.0 |
151 | 2022-04-24T00:01:17.424Z | Compiling lazy_static v1.4.0 |
152 | 2022-04-24T00:01:17.556Z | Compiling serde_derive v1.0.127 |
153 | 2022-04-24T00:01:17.801Z | Checking byteorder v1.4.3 |
154 | 2022-04-24T00:01:18.365Z | Compiling autocfg v0.1.7 |
155 | 2022-04-24T00:01:18.980Z | Compiling bitflags v1.2.1 |
156 | 2022-04-24T00:01:18.991Z | Checking scopeguard v1.1.0 |
157 | 2022-04-24T00:01:19.003Z | Compiling serde v1.0.127 |
158 | 2022-04-24T00:01:19.009Z | Compiling memchr v2.4.0 |
159 | 2022-04-24T00:01:19.014Z | Compiling heapless v0.7.9 |
160 | 2022-04-24T00:01:19.020Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/illumos-sys-hdrs) |
161 | 2022-04-24T00:01:19.025Z | Checking postcard-cobs v0.1.5-pre |
162 | 2022-04-24T00:01:19.358Z | Checking managed v0.8.0 |
163 | 2022-04-24T00:01:19.424Z | Checking cty v0.2.1 |
164 | 2022-04-24T00:01:19.477Z | Checking stable_deref_trait v1.2.0 |
165 | 2022-04-24T00:01:19.750Z | Checking cfg-if v0.1.10 |
166 | 2022-04-24T00:01:19.811Z | Checking hash32 v0.2.1 |
167 | 2022-04-24T00:01:20.331Z | Checking lock_api v0.4.5 |
168 | 2022-04-24T00:01:20.342Z | Checking illumos-ddi-dki v0.1.0 (/work/oxidecomputer/opte/illumos-ddi-dki) |
169 | 2022-04-24T00:01:20.405Z | Compiling hashbrown v0.6.3 |
170 | 2022-04-24T00:01:21.162Z | Checking spin v0.9.2 |
171 | 2022-04-24T00:01:21.304Z | Checking smoltcp v0.8.0 |
172 | 2022-04-24T00:01:21.773Z | Compiling getrandom v0.2.3 |
173 | 2022-04-24T00:01:21.805Z | Checking cstr_core v0.2.4 |
174 | 2022-04-24T00:01:22.145Z | Compiling quote v1.0.9 |
175 | 2022-04-24T00:01:24.084Z | Compiling const-random-macro v0.1.13 |
176 | 2022-04-24T00:01:25.189Z | Checking const-random v0.1.13 |
177 | 2022-04-24T00:01:25.401Z | Checking ahash v0.2.19 |
178 | 2022-04-24T00:01:26.726Z | Checking anymap v0.12.1 (https://github.com/michaelmelanson/anymap?branch=no_std#2957b71e) |
179 | 2022-04-24T00:01:27.890Z | Compiling synstructure v0.12.5 |
180 | 2022-04-24T00:01:31.244Z | Compiling zerocopy-derive v0.3.1 |
181 | 2022-04-24T00:01:33.601Z | Checking zerocopy v0.6.1 |
182 | 2022-04-24T00:01:44.635Z | Checking postcard v0.7.2 |
183 | 2022-04-24T00:01:45.143Z | Checking opte v0.1.0 (/work/oxidecomputer/opte/opte) |
184 | 2022-04-24T00:01:46.519Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 08s |
185 | 2022-04-24T00:01:46.581Z | |
186 | 2022-04-24T00:01:46.586Z | real 1:08.077364193 |
187 | 2022-04-24T00:01:46.591Z | user 1:54.570506405 |
188 | 2022-04-24T00:01:46.598Z | sys 18.230666678 |
189 | 2022-04-24T00:01:46.603Z | trap 0.045322830 |
190 | 2022-04-24T00:01:46.609Z | tflt 0.311599936 |
191 | 2022-04-24T00:01:46.614Z | dflt 1.950481504 |
192 | 2022-04-24T00:01:46.620Z | kflt 0.035623425 |
193 | 2022-04-24T00:01:46.626Z | lock 1:58.838424433 |
194 | 2022-04-24T00:01:46.631Z | slp 3:10.745214627 |
195 | 2022-04-24T00:01:46.637Z | lat 3.031984603 |
196 | 2022-04-24T00:01:46.642Z | stop 4.301742402 |
197 | 2022-04-24T00:01:46.648Z | + header 'analyze no_std + engine' |
198 | 2022-04-24T00:01:46.654Z | + echo '# ==== analyze no_std + engine ==== #' |
199 | 2022-04-24T00:01:46.659Z | # ==== analyze no_std + engine ==== # |
200 | 2022-04-24T00:01:46.665Z | + ptime -m cargo +nightly check --no-default-features --features engine |
201 | 2022-04-24T00:01:46.671Z | Checking opte v0.1.0 (/work/oxidecomputer/opte/opte) |
202 | 2022-04-24T00:01:53.140Z | Finished dev [unoptimized + debuginfo] target(s) in 6.54s |
203 | 2022-04-24T00:01:53.147Z | |
204 | 2022-04-24T00:01:53.153Z | real 6.558232949 |
205 | 2022-04-24T00:01:53.159Z | user 5.615935306 |
206 | 2022-04-24T00:01:53.164Z | sys 0.889771263 |
207 | 2022-04-24T00:01:53.170Z | trap 0.001361107 |
208 | 2022-04-24T00:01:53.176Z | tflt 0.000045044 |
209 | 2022-04-24T00:01:53.182Z | dflt 0.000113793 |
210 | 2022-04-24T00:01:53.188Z | kflt 0.000000000 |
211 | 2022-04-24T00:01:53.194Z | lock 18.250809699 |
212 | 2022-04-24T00:01:53.199Z | slp 12.760141284 |
213 | 2022-04-24T00:01:53.205Z | lat 0.002123792 |
214 | 2022-04-24T00:01:53.211Z | stop 0.003524935 |
215 | 2022-04-24T00:01:53.216Z | + header 'debug build std + api' |
216 | 2022-04-24T00:01:53.222Z | + echo '# ==== debug build std + api ==== #' |
217 | 2022-04-24T00:01:53.229Z | # ==== debug build std + api ==== # |
218 | 2022-04-24T00:01:53.235Z | + ptime -m cargo +nightly build |
219 | 2022-04-24T00:01:53.241Z | Compiling byteorder v1.4.3 |
220 | 2022-04-24T00:01:53.247Z | Compiling scopeguard v1.1.0 |
221 | 2022-04-24T00:01:53.253Z | Compiling managed v0.8.0 |
222 | 2022-04-24T00:01:53.259Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/illumos-sys-hdrs) |
223 | 2022-04-24T00:01:53.265Z | Compiling stable_deref_trait v1.2.0 |
224 | 2022-04-24T00:01:53.271Z | Compiling cty v0.2.1 |
225 | 2022-04-24T00:01:53.277Z | Compiling postcard-cobs v0.1.5-pre |
226 | 2022-04-24T00:01:53.283Z | Compiling cfg-if v0.1.10 |
227 | 2022-04-24T00:01:53.549Z | Compiling memchr v2.4.0 |
228 | 2022-04-24T00:01:53.555Z | Compiling bitflags v1.2.1 |
229 | 2022-04-24T00:01:53.561Z | Compiling const-random v0.1.13 |
230 | 2022-04-24T00:01:53.612Z | Compiling serde v1.0.127 |
231 | 2022-04-24T00:01:53.739Z | Compiling lock_api v0.4.5 |
232 | 2022-04-24T00:01:53.878Z | Compiling illumos-ddi-dki v0.1.0 (/work/oxidecomputer/opte/illumos-ddi-dki) |
233 | 2022-04-24T00:01:53.887Z | Compiling ahash v0.2.19 |
234 | 2022-04-24T00:01:53.964Z | Compiling hash32 v0.2.1 |
235 | 2022-04-24T00:01:53.988Z | Compiling zerocopy v0.6.1 |
236 | 2022-04-24T00:01:54.240Z | Compiling smoltcp v0.8.0 |
237 | 2022-04-24T00:01:54.513Z | Compiling spin v0.9.2 |
238 | 2022-04-24T00:01:54.735Z | Compiling hashbrown v0.6.3 |
239 | 2022-04-24T00:01:54.817Z | Compiling cstr_core v0.2.4 |
240 | 2022-04-24T00:01:55.288Z | Compiling heapless v0.7.9 |
241 | 2022-04-24T00:01:55.923Z | Compiling anymap v0.12.1 (https://github.com/michaelmelanson/anymap?branch=no_std#2957b71e) |
242 | 2022-04-24T00:02:00.720Z | Compiling postcard v0.7.2 |
243 | 2022-04-24T00:02:01.303Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/opte) |
244 | 2022-04-24T00:02:03.423Z | Finished dev [unoptimized + debuginfo] target(s) in 10.26s |
245 | 2022-04-24T00:02:03.430Z | |
246 | 2022-04-24T00:02:03.437Z | real 10.274918167 |
247 | 2022-04-24T00:02:03.443Z | user 31.924115853 |
248 | 2022-04-24T00:02:03.450Z | sys 6.567993965 |
249 | 2022-04-24T00:02:03.456Z | trap 0.011974594 |
250 | 2022-04-24T00:02:03.463Z | tflt 0.048468569 |
251 | 2022-04-24T00:02:03.469Z | dflt 0.259738376 |
252 | 2022-04-24T00:02:03.476Z | kflt 0.000173303 |
253 | 2022-04-24T00:02:03.482Z | lock 49.432525910 |
254 | 2022-04-24T00:02:03.488Z | slp 1:01.221415361 |
255 | 2022-04-24T00:02:03.494Z | lat 0.923367665 |
256 | 2022-04-24T00:02:03.499Z | stop 0.367160339 |
257 | 2022-04-24T00:02:03.505Z | + header 'debug build no_std + engine' |
258 | 2022-04-24T00:02:03.511Z | + echo '# ==== debug build no_std + engine ==== #' |
259 | 2022-04-24T00:02:03.517Z | # ==== debug build no_std + engine ==== # |
260 | 2022-04-24T00:02:03.523Z | + ptime -m cargo +nightly build --no-default-features --features engine |
261 | 2022-04-24T00:02:03.528Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/opte) |
262 | 2022-04-24T00:02:15.560Z | Finished dev [unoptimized + debuginfo] target(s) in 12.11s |
263 | 2022-04-24T00:02:15.566Z | |
264 | 2022-04-24T00:02:15.679Z | real 12.128768145 |
265 | 2022-04-24T00:02:15.686Z | user 14.737341971 |
266 | 2022-04-24T00:02:15.692Z | sys 3.593563005 |
267 | 2022-04-24T00:02:15.699Z | trap 0.008166654 |
268 | 2022-04-24T00:02:15.706Z | tflt 0.007541698 |
269 | 2022-04-24T00:02:15.712Z | dflt 0.166303018 |
270 | 2022-04-24T00:02:15.718Z | kflt 0.000000000 |
271 | 2022-04-24T00:02:15.724Z | lock 43.409538961 |
272 | 2022-04-24T00:02:15.730Z | slp 23.908440087 |
273 | 2022-04-24T00:02:15.737Z | lat 0.233754363 |
274 | 2022-04-24T00:02:15.742Z | stop 0.004243471 |
275 | 2022-04-24T00:02:15.748Z | + header 'release build std + api' |
276 | 2022-04-24T00:02:15.756Z | + echo '# ==== release build std + api ==== #' |
277 | 2022-04-24T00:02:15.764Z | # ==== release build std + api ==== # |
278 | 2022-04-24T00:02:15.770Z | + ptime -m cargo +nightly build --release |
279 | 2022-04-24T00:02:15.776Z | Compiling proc-macro2 v1.0.28 |
280 | 2022-04-24T00:02:15.782Z | Compiling unicode-xid v0.2.2 |
281 | 2022-04-24T00:02:15.788Z | Compiling libc v0.2.99 |
282 | 2022-04-24T00:02:15.794Z | Compiling crunchy v0.2.2 |
283 | 2022-04-24T00:02:15.800Z | Compiling syn v1.0.74 |
284 | 2022-04-24T00:02:15.806Z | Compiling tiny-keccak v2.0.2 |
285 | 2022-04-24T00:02:15.812Z | Compiling proc-macro-hack v0.5.19 |
286 | 2022-04-24T00:02:15.819Z | Compiling cfg-if v1.0.0 |
287 | 2022-04-24T00:02:15.964Z | Compiling lazy_static v1.4.0 |
288 | 2022-04-24T00:02:16.105Z | Compiling byteorder v1.4.3 |
289 | 2022-04-24T00:02:16.303Z | Compiling serde_derive v1.0.127 |
290 | 2022-04-24T00:02:16.356Z | Compiling autocfg v0.1.7 |
291 | 2022-04-24T00:02:16.728Z | Compiling memchr v2.4.0 |
292 | 2022-04-24T00:02:16.790Z | Compiling bitflags v1.2.1 |
293 | 2022-04-24T00:02:16.875Z | Compiling scopeguard v1.1.0 |
294 | 2022-04-24T00:02:16.969Z | Compiling serde v1.0.127 |
295 | 2022-04-24T00:02:17.013Z | Compiling heapless v0.7.9 |
296 | 2022-04-24T00:02:17.078Z | Compiling cty v0.2.1 |
297 | 2022-04-24T00:02:17.282Z | Compiling postcard-cobs v0.1.5-pre |
298 | 2022-04-24T00:02:17.412Z | Compiling managed v0.8.0 |
299 | 2022-04-24T00:02:17.521Z | Compiling stable_deref_trait v1.2.0 |
300 | 2022-04-24T00:02:17.766Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/illumos-sys-hdrs) |
301 | 2022-04-24T00:02:17.858Z | Compiling cfg-if v0.1.10 |
302 | 2022-04-24T00:02:17.952Z | Compiling hash32 v0.2.1 |
303 | 2022-04-24T00:02:18.220Z | Compiling lock_api v0.4.5 |
304 | 2022-04-24T00:02:18.424Z | Compiling hashbrown v0.6.3 |
305 | 2022-04-24T00:02:18.454Z | Compiling illumos-ddi-dki v0.1.0 (/work/oxidecomputer/opte/illumos-ddi-dki) |
306 | 2022-04-24T00:02:19.135Z | Compiling spin v0.9.2 |
307 | 2022-04-24T00:02:19.252Z | Compiling smoltcp v0.8.0 |
308 | 2022-04-24T00:02:19.769Z | Compiling cstr_core v0.2.4 |
309 | 2022-04-24T00:02:19.820Z | Compiling getrandom v0.2.3 |
310 | 2022-04-24T00:02:20.540Z | Compiling quote v1.0.9 |
311 | 2022-04-24T00:02:21.980Z | Compiling const-random-macro v0.1.13 |
312 | 2022-04-24T00:02:22.938Z | Compiling const-random v0.1.13 |
313 | 2022-04-24T00:02:23.133Z | Compiling ahash v0.2.19 |
314 | 2022-04-24T00:02:24.579Z | Compiling anymap v0.12.1 (https://github.com/michaelmelanson/anymap?branch=no_std#2957b71e) |
315 | 2022-04-24T00:02:27.681Z | Compiling synstructure v0.12.5 |
316 | 2022-04-24T00:02:29.973Z | Compiling zerocopy-derive v0.3.1 |
317 | 2022-04-24T00:02:31.785Z | Compiling zerocopy v0.6.1 |
318 | 2022-04-24T00:02:42.602Z | Compiling postcard v0.7.2 |
319 | 2022-04-24T00:02:43.147Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/opte) |
320 | 2022-04-24T00:02:45.205Z | Finished release [optimized] target(s) in 29.62s |
321 | 2022-04-24T00:02:45.213Z | |
322 | 2022-04-24T00:02:45.220Z | real 29.638042213 |
323 | 2022-04-24T00:02:45.226Z | user 1:39.145943722 |
324 | 2022-04-24T00:02:45.231Z | sys 16.905406624 |
325 | 2022-04-24T00:02:45.237Z | trap 0.058129970 |
326 | 2022-04-24T00:02:45.243Z | tflt 0.152566153 |
327 | 2022-04-24T00:02:45.249Z | dflt 0.879437079 |
328 | 2022-04-24T00:02:45.254Z | kflt 0.000214347 |
329 | 2022-04-24T00:02:45.260Z | lock 2:40.085120471 |
330 | 2022-04-24T00:02:45.266Z | slp 3:07.536312008 |
331 | 2022-04-24T00:02:45.272Z | lat 4.414733454 |
332 | 2022-04-24T00:02:45.278Z | stop 1.341301427 |
333 | 2022-04-24T00:02:45.284Z | + header 'release build no_std + engine' |
334 | 2022-04-24T00:02:45.290Z | + echo '# ==== release build no_std + engine ==== #' |
335 | 2022-04-24T00:02:45.296Z | # ==== release build no_std + engine ==== # |
336 | 2022-04-24T00:02:45.302Z | + ptime -m cargo +nightly build --release --no-default-features --features engine |
337 | 2022-04-24T00:02:45.307Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/opte) |
338 | 2022-04-24T00:02:56.999Z | Finished release [optimized] target(s) in 11.77s |
339 | 2022-04-24T00:02:57.006Z | |
340 | 2022-04-24T00:02:57.011Z | real 11.784849641 |
341 | 2022-04-24T00:02:57.017Z | user 34.603352652 |
342 | 2022-04-24T00:02:57.023Z | sys 2.265639918 |
343 | 2022-04-24T00:02:57.029Z | trap 0.012570668 |
344 | 2022-04-24T00:02:57.035Z | tflt 0.011478680 |
345 | 2022-04-24T00:02:57.041Z | dflt 0.201342058 |
346 | 2022-04-24T00:02:57.046Z | kflt 0.000000000 |
347 | 2022-04-24T00:02:57.052Z | lock 45.820600342 |
348 | 2022-04-24T00:02:57.058Z | slp 24.949684408 |
349 | 2022-04-24T00:02:57.064Z | lat 0.204390567 |
350 | 2022-04-24T00:02:57.070Z | stop 0.003884620 |
351 | 2022-04-24T00:02:57.076Z | + header test |
352 | 2022-04-24T00:02:57.084Z | + echo '# ==== test ==== #' |
353 | 2022-04-24T00:02:57.089Z | # ==== test ==== # |
354 | 2022-04-24T00:02:57.095Z | + ptime -m cargo +nightly test |
355 | 2022-04-24T00:02:57.100Z | Downloading crates ... |
356 | 2022-04-24T00:02:57.301Z | Downloaded version_check v0.9.3 |
357 | 2022-04-24T00:02:57.307Z | Downloaded cookie-factory v0.3.2 |
358 | 2022-04-24T00:02:57.313Z | Downloaded funty v1.1.0 |
359 | 2022-04-24T00:02:57.319Z | Downloaded nom v6.1.2 |
360 | 2022-04-24T00:02:57.325Z | Downloaded tap v1.0.1 |
361 | 2022-04-24T00:02:57.330Z | Downloaded rusticata-macros v3.1.0 |
362 | 2022-04-24T00:02:57.336Z | Downloaded radium v0.5.3 |
363 | 2022-04-24T00:02:57.341Z | Downloaded pcap-parser v0.11.1 |
364 | 2022-04-24T00:02:57.347Z | Downloaded wyz v0.2.0 |
365 | 2022-04-24T00:02:57.353Z | Downloaded arrayvec v0.5.2 |
366 | 2022-04-24T00:02:57.358Z | Downloaded static_assertions v1.1.0 |
367 | 2022-04-24T00:02:57.364Z | Downloaded ryu v1.0.5 |
368 | 2022-04-24T00:02:57.370Z | Downloaded lexical-core v0.7.6 |
369 | 2022-04-24T00:02:57.376Z | Downloaded circular v0.3.0 |
370 | 2022-04-24T00:02:57.381Z | Downloaded bitvec v0.19.5 |
371 | 2022-04-24T00:02:57.390Z | Compiling bitflags v1.2.1 |
372 | 2022-04-24T00:02:57.396Z | Compiling memchr v2.4.0 |
373 | 2022-04-24T00:02:57.402Z | Compiling ryu v1.0.5 |
374 | 2022-04-24T00:02:57.408Z | Compiling radium v0.5.3 |
375 | 2022-04-24T00:02:57.415Z | Compiling version_check v0.9.3 |
376 | 2022-04-24T00:02:57.421Z | Compiling lexical-core v0.7.6 |
377 | 2022-04-24T00:02:57.428Z | Compiling tap v1.0.1 |
378 | 2022-04-24T00:02:57.434Z | Compiling funty v1.1.0 |
379 | 2022-04-24T00:02:57.857Z | Compiling arrayvec v0.5.2 |
380 | 2022-04-24T00:02:58.250Z | Compiling static_assertions v1.1.0 |
381 | 2022-04-24T00:02:58.425Z | Compiling wyz v0.2.0 |
382 | 2022-04-24T00:02:58.469Z | Compiling cookie-factory v0.3.2 |
383 | 2022-04-24T00:02:58.581Z | Compiling circular v0.3.0 |
384 | 2022-04-24T00:02:59.436Z | Compiling nom v6.1.2 |
385 | 2022-04-24T00:02:59.707Z | Compiling smoltcp v0.8.0 |
386 | 2022-04-24T00:02:59.855Z | Compiling bitvec v0.19.5 |
387 | 2022-04-24T00:03:00.340Z | Compiling cstr_core v0.2.4 |
388 | 2022-04-24T00:03:04.311Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/opte) |
389 | 2022-04-24T00:03:08.511Z | Compiling rusticata-macros v3.1.0 |
390 | 2022-04-24T00:03:08.867Z | Compiling pcap-parser v0.11.1 |
391 | 2022-04-24T00:03:17.824Z | warning: function is never used: `dbg` |
392 | 2022-04-24T00:03:17.831Z | --> src/engine/mod.rs:165:12 |
393 | 2022-04-24T00:03:17.837Z | | |
394 | 2022-04-24T00:03:17.843Z | 165 | fn dbg<S: AsRef<str> + Display>(msg: S) { |
395 | 2022-04-24T00:03:17.848Z | | ^^^ |
396 | 2022-04-24T00:03:17.854Z | | |
397 | 2022-04-24T00:03:17.859Z | = note: `#[warn(dead_code)]` on by default |
398 | 2022-04-24T00:03:17.865Z | |
399 | 2022-04-24T00:03:17.871Z | warning: function is never used: `from_pairs` |
400 | 2022-04-24T00:03:17.877Z | --> src/engine/ip6.rs:372:8 |
401 | 2022-04-24T00:03:17.883Z | | |
402 | 2022-04-24T00:03:17.889Z | 372 | fn from_pairs() { |
403 | 2022-04-24T00:03:17.895Z | | ^^^^^^^^^^ |
404 | 2022-04-24T00:03:17.901Z | |
405 | 2022-04-24T00:03:25.164Z | warning: `opte` (lib test) generated 2 warnings |
406 | 2022-04-24T00:03:25.170Z | Finished test [unoptimized + debuginfo] target(s) in 28.14s |
407 | 2022-04-24T00:03:25.176Z | Running unittests src/lib.rs (target/debug/deps/opte-a5657ee8911f9630) |
408 | 2022-04-24T00:03:25.182Z | |
409 | 2022-04-24T00:03:25.188Z | running 52 tests |
410 | 2022-04-24T00:03:25.194Z | test api::encap::test::good_vni ... ok |
411 | 2022-04-24T00:03:25.200Z | test api::encap::test::vni_round_trip ... ok |
412 | 2022-04-24T00:03:25.206Z | test api::encap::test::bad_vni ... ok |
413 | 2022-04-24T00:03:25.211Z | test api::ip::test::bad_prefix_len ... ok |
414 | 2022-04-24T00:03:25.217Z | test api::ip::test::bad_cidr ... ok |
415 | 2022-04-24T00:03:25.223Z | test api::ip::test::ipv4_addr_bad ... ok |
416 | 2022-04-24T00:03:25.229Z | test api::ip::test::ipv4_addr_good ... ok |
417 | 2022-04-24T00:03:25.235Z | test api::ip::test::good_cidr ... ok |
418 | 2022-04-24T00:03:25.240Z | test api::ip::test::ipv4_mask ... ok |
419 | 2022-04-24T00:03:25.245Z | test api::ip::test::ipv6_mask ... ok |
420 | 2022-04-24T00:03:25.251Z | test engine::dhcp::test::offlink_encode ... ok |
421 | 2022-04-24T00:03:25.257Z | test engine::dhcp::test::rfc3442_encode ... ok |
422 | 2022-04-24T00:03:25.262Z | test engine::flow_table::test::flow_expired ... ok |
423 | 2022-04-24T00:03:25.268Z | test engine::flow_table::test::flow_clear ... ok |
424 | 2022-04-24T00:03:25.274Z | test engine::flow_table::test::flow_exists ... ok |
425 | 2022-04-24T00:03:25.280Z | test engine::ether::test_eth_macro - should panic ... ok |
426 | 2022-04-24T00:03:25.285Z | test engine::int_test::bad_ip_len ... ok |
427 | 2022-04-24T00:03:25.291Z | test engine::int_test::arp_gateway ... ok |
428 | 2022-04-24T00:03:25.296Z | test engine::int_test::dhcp_req ... ok |
429 | 2022-04-24T00:03:25.302Z | test engine::ip4::cidr_match ... ok |
430 | 2022-04-24T00:03:25.307Z | test engine::ip4::ip4_addr_to_tuple ... ok |
431 | 2022-04-24T00:03:25.313Z | test engine::ip4::match_check ... ok |
432 | 2022-04-24T00:03:25.318Z | test engine::int_test::overlay_guest_to_guest_no_route ... ok |
433 | 2022-04-24T00:03:25.324Z | test engine::nat::test::dyn_nat4_ht ... ok |
434 | 2022-04-24T00:03:25.331Z | test engine::layer::find_rule ... ok |
435 | 2022-04-24T00:03:25.337Z | test engine::int_test::overlay_guest_to_internet ... ok |
436 | 2022-04-24T00:03:25.343Z | test engine::int_test::guest_to_guest_diff_vpc_no_peer ... ok |
437 | 2022-04-24T00:03:25.349Z | test engine::int_test::gateway_icmp4_ping ... ok |
438 | 2022-04-24T00:03:25.355Z | test engine::packet::test::not_enough_bytes ... ok |
439 | 2022-04-24T00:03:25.361Z | test engine::nat::test::nat_mappings ... ok |
440 | 2022-04-24T00:03:25.367Z | test engine::packet::test::not_enough_bytes_read ... ok |
441 | 2022-04-24T00:03:25.372Z | test engine::packet::test::uninitialized_packet ... ok |
442 | 2022-04-24T00:03:25.378Z | test engine::packet::test::read_seg ... ok |
443 | 2022-04-24T00:03:25.384Z | test engine::packet::test::straddled_tcp ... ok |
444 | 2022-04-24T00:03:25.391Z | test engine::packet::test::wrap ... ok |
445 | 2022-04-24T00:03:25.397Z | test engine::int_test::overlay_guest_to_guest ... ok |
446 | 2022-04-24T00:03:25.402Z | test engine::packet::test::write_and_read_single_segment ... ok |
447 | 2022-04-24T00:03:25.408Z | test engine::rule::rule_matching ... ok |
448 | 2022-04-24T00:03:25.414Z | test engine::time::test::good_interval ... ok |
449 | 2022-04-24T00:03:25.420Z | test engine::time::test::bad_interval - should panic ... ok |
450 | 2022-04-24T00:03:25.440Z | test engine::packet::test::write_and_read_multi_segment ... ok |
451 | 2022-04-24T00:03:25.446Z | test engine::int_test::outgoing_dns_lookup ... ok |
452 | 2022-04-24T00:03:25.452Z | test engine::vpc::bad_subnet ... ok |
453 | 2022-04-24T00:03:25.458Z | test oxide_vpc::api::parse_bad_proto_filter ... ok |
454 | 2022-04-24T00:03:25.463Z | test engine::vpc::subnet_membership ... ok |
455 | 2022-04-24T00:03:25.469Z | test oxide_vpc::api::parse_good_address ... ok |
456 | 2022-04-24T00:03:25.475Z | test engine::packet::test::wrap_circular - should panic ... ok |
457 | 2022-04-24T00:03:25.481Z | test oxide_vpc::api::parse_bad_address ... ok |
458 | 2022-04-24T00:03:25.486Z | test oxide_vpc::api::parse_good_proto_filter ... ok |
459 | 2022-04-24T00:03:25.492Z | test engine::vpc::good_subnet ... ok |
460 | 2022-04-24T00:03:25.497Z | test oxide_vpc::api::ports_from_str_bad ... ok |
461 | 2022-04-24T00:03:25.503Z | test oxide_vpc::api::ports_from_str_good ... ok |
462 | 2022-04-24T00:03:25.508Z | |
463 | 2022-04-24T00:03:25.515Z | test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
464 | 2022-04-24T00:03:25.521Z | |
465 | 2022-04-24T00:03:25.527Z | Doc-tests opte |
466 | 2022-04-24T00:03:25.732Z | |
467 | 2022-04-24T00:03:25.738Z | running 0 tests |
468 | 2022-04-24T00:03:25.744Z | |
469 | 2022-04-24T00:03:25.750Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
470 | 2022-04-24T00:03:25.756Z | |
471 | 2022-04-24T00:03:25.761Z | |
472 | 2022-04-24T00:03:25.767Z | real 28.734424464 |
473 | 2022-04-24T00:03:25.773Z | user 1:05.271029174 |
474 | 2022-04-24T00:03:25.800Z | sys 13.419895982 |
475 | 2022-04-24T00:03:25.807Z | trap 0.030336701 |
476 | 2022-04-24T00:03:25.813Z | tflt 0.135522084 |
477 | 2022-04-24T00:03:25.819Z | dflt 0.607424413 |
478 | 2022-04-24T00:03:25.825Z | kflt 0.000118887 |
479 | 2022-04-24T00:03:25.832Z | lock 2:24.359242786 |
480 | 2022-04-24T00:03:25.838Z | slp 2:11.404758801 |
481 | 2022-04-24T00:03:25.847Z | lat 2.418798925 |
482 | 2022-04-24T00:03:25.854Z | stop 0.891558123 |
483 | 2022-04-24T00:03:25.860Z | process exited: duration 168247 ms, exit code 0 |
|
484 | 2022-04-24T00:03:25.897Z | found 0 output files |