|
|
|
1 | 2024-01-23T20:14:26.810Z | job assigned to worker 01HMVZ8Y9YNGCV2F5TWKJN53GG (queued for 3 m 32 s) |
|
2 | 2024-01-23T20:14:27.029Z | starting task 0: "setup" |
3 | 2024-01-23T20:14:27.042Z | ++ uname -s |
4 | 2024-01-23T20:14:27.045Z | + kern=SunOS |
5 | 2024-01-23T20:14:27.045Z | + case "$kern" in |
6 | 2024-01-23T20:14:27.045Z | + groupadd -g 12345 build |
7 | 2024-01-23T20:14:27.048Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-23T20:14:29.088Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-23T20:14:29.209Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-23T20:14:29.212Z | + home_fs=zfs |
11 | 2024-01-23T20:14:29.213Z | + [[ zfs == autofs ]] |
12 | 2024-01-23T20:14:29.213Z | + mkdir -p /home/build |
13 | 2024-01-23T20:14:29.216Z | + chown build:build /home/build /work |
14 | 2024-01-23T20:14:30.220Z | + chmod 0700 /home/build /work |
15 | 2024-01-23T20:14:30.238Z | process exited: duration 3190 ms, exit code 0 |
|
16 | 2024-01-23T20:14:30.260Z | starting task 1: "rust-toolchain" |
17 | 2024-01-23T20:14:30.286Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-23T20:14:30.286Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2023-10-23 --profile default |
19 | 2024-01-23T20:14:30.454Z | info: downloading installer |
20 | 2024-01-23T20:14:32.163Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-23T20:14:32.163Z | warning: /opt/ooce/bin |
22 | 2024-01-23T20:14:32.163Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-23T20:14:32.163Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-23T20:14:32.164Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-23T20:14:32.164Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-23T20:14:32.164Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-23T20:14:32.164Z | error: cannot install while Rust is installed |
28 | 2024-01-23T20:14:32.170Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-23T20:14:32.330Z | info: profile set to 'default' |
30 | 2024-01-23T20:14:32.330Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-23T20:14:32.334Z | info: syncing channel updates for 'nightly-2023-10-23-x86_64-unknown-illumos' |
32 | 2024-01-23T20:14:32.505Z | info: latest update on 2023-10-23, rust version 1.75.0-nightly (54b0434ce 2023-10-22) |
33 | 2024-01-23T20:14:32.505Z | info: downloading component 'cargo' |
34 | 2024-01-23T20:14:33.192Z | info: downloading component 'clippy' |
35 | 2024-01-23T20:14:33.414Z | info: downloading component 'rust-docs' |
36 | 2024-01-23T20:14:34.305Z | info: downloading component 'rust-std' |
37 | 2024-01-23T20:14:35.782Z | info: downloading component 'rustc' |
38 | 2024-01-23T20:14:39.427Z | info: downloading component 'rustfmt' |
39 | 2024-01-23T20:14:39.661Z | info: installing component 'cargo' |
40 | 2024-01-23T20:14:41.425Z | info: installing component 'clippy' |
41 | 2024-01-23T20:14:42.149Z | info: installing component 'rust-docs' |
42 | 2024-01-23T20:14:45.058Z | info: installing component 'rust-std' |
43 | 2024-01-23T20:14:48.823Z | info: installing component 'rustc' |
44 | 2024-01-23T20:14:58.710Z | info: installing component 'rustfmt' |
45 | 2024-01-23T20:14:59.130Z | info: default toolchain set to 'nightly-2023-10-23-x86_64-unknown-illumos' |
46 | 2024-01-23T20:14:59.130Z | |
47 | 2024-01-23T20:14:59.278Z | nightly-2023-10-23-x86_64-unknown-illumos installed - rustc 1.75.0-nightly (54b0434ce 2023-10-22) |
48 | 2024-01-23T20:14:59.278Z | |
49 | 2024-01-23T20:14:59.289Z | |
50 | 2024-01-23T20:14:59.289Z | Rust is installed now. Great! |
51 | 2024-01-23T20:14:59.290Z | |
52 | 2024-01-23T20:14:59.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-23T20:14:59.290Z | environment variable. This has not been done automatically. |
54 | 2024-01-23T20:14:59.290Z | |
55 | 2024-01-23T20:14:59.290Z | To configure your current shell, run: |
56 | 2024-01-23T20:14:59.291Z | source "$HOME/.cargo/env" |
57 | 2024-01-23T20:14:59.341Z | + rustc --version |
58 | 2024-01-23T20:14:59.447Z | rustc 1.75.0-nightly (54b0434ce 2023-10-22) |
59 | 2024-01-23T20:14:59.451Z | process exited: duration 29197 ms, exit code 0 |
|
60 | 2024-01-23T20:14:59.459Z | starting task 2: "authentication" |
61 | 2024-01-23T20:14:59.490Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-23T20:14:59.498Z | starting task 3: "clone repository" |
63 | 2024-01-23T20:14:59.503Z | + mkdir -p /work/oxidecomputer/opte |
64 | 2024-01-23T20:14:59.507Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
65 | 2024-01-23T20:14:59.748Z | Cloning into '/work/oxidecomputer/opte'... |
66 | 2024-01-23T20:15:01.053Z | + cd /work/oxidecomputer/opte |
67 | 2024-01-23T20:15:01.058Z | + [[ -n boundary-services-overlay-flow-pinning ]] |
68 | 2024-01-23T20:15:01.058Z | + git fetch origin boundary-services-overlay-flow-pinning |
69 | 2024-01-23T20:15:01.424Z | From https://github.com/oxidecomputer/opte |
70 | 2024-01-23T20:15:01.424Z | * branch boundary-services-overlay-flow-pinning -> FETCH_HEAD |
71 | 2024-01-23T20:15:01.439Z | + git checkout -B boundary-services-overlay-flow-pinning remotes/origin/boundary-services-overlay-flow-pinning |
72 | 2024-01-23T20:15:01.471Z | Switched to a new branch 'boundary-services-overlay-flow-pinning' |
73 | 2024-01-23T20:15:01.478Z | branch 'boundary-services-overlay-flow-pinning' set up to track 'origin/boundary-services-overlay-flow-pinning'. |
74 | 2024-01-23T20:15:01.478Z | + git reset --hard 464938d3b2d500825e6d1117eb199ef472ece333 |
75 | 2024-01-23T20:15:01.488Z | HEAD is now at 464938d support for tunneled routing |
76 | 2024-01-23T20:15:01.496Z | process exited: duration 1986 ms, exit code 0 |
|
77 | 2024-01-23T20:15:01.508Z | starting task 4: "build" |
78 | 2024-01-23T20:15:01.517Z | + cargo --version |
79 | 2024-01-23T20:15:01.531Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
80 | 2024-01-23T20:15:01.724Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
81 | 2024-01-23T20:15:01.729Z | info: downloading component 'cargo' |
82 | 2024-01-23T20:15:02.407Z | info: downloading component 'clippy' |
83 | 2024-01-23T20:15:02.616Z | info: downloading component 'rust-docs' |
84 | 2024-01-23T20:15:03.491Z | info: downloading component 'rust-std' |
85 | 2024-01-23T20:15:04.823Z | info: downloading component 'rustc' |
86 | 2024-01-23T20:15:08.450Z | info: downloading component 'rustfmt' |
87 | 2024-01-23T20:15:08.699Z | info: installing component 'cargo' |
88 | 2024-01-23T20:15:09.923Z | info: installing component 'clippy' |
89 | 2024-01-23T20:15:10.495Z | info: installing component 'rust-docs' |
90 | 2024-01-23T20:15:13.133Z | info: installing component 'rust-std' |
91 | 2024-01-23T20:15:15.538Z | info: installing component 'rustc' |
92 | 2024-01-23T20:15:21.594Z | info: installing component 'rustfmt' |
93 | 2024-01-23T20:15:22.457Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
94 | 2024-01-23T20:15:22.457Z | + rustc --version |
95 | 2024-01-23T20:15:22.457Z | rustc 1.75.0 (82e1608df 2023-12-21) |
96 | 2024-01-23T20:15:22.457Z | + cd lib/oxide-vpc |
97 | 2024-01-23T20:15:22.458Z | + header 'check style' |
98 | 2024-01-23T20:15:22.458Z | + echo '# ==== check style ==== #' |
99 | 2024-01-23T20:15:22.459Z | # ==== check style ==== # |
100 | 2024-01-23T20:15:22.459Z | + ptime -m cargo +nightly-2023-10-23 fmt -- --check |
101 | 2024-01-23T20:15:22.765Z | |
102 | 2024-01-23T20:15:22.765Z | real 0.471747275 |
103 | 2024-01-23T20:15:22.765Z | user 0.314385285 |
104 | 2024-01-23T20:15:22.765Z | sys 0.148265488 |
105 | 2024-01-23T20:15:22.765Z | trap 0.000031899 |
106 | 2024-01-23T20:15:22.765Z | tflt 0.000000000 |
107 | 2024-01-23T20:15:22.765Z | dflt 0.000000000 |
108 | 2024-01-23T20:15:22.769Z | kflt 0.000000000 |
109 | 2024-01-23T20:15:22.769Z | lock 0.000000000 |
110 | 2024-01-23T20:15:22.769Z | slp 0.339479275 |
111 | 2024-01-23T20:15:22.769Z | lat 0.000453793 |
112 | 2024-01-23T20:15:22.769Z | stop 0.000358435 |
113 | 2024-01-23T20:15:22.769Z | + header 'check docs' |
114 | 2024-01-23T20:15:22.769Z | + echo '# ==== check docs ==== #' |
115 | 2024-01-23T20:15:22.769Z | # ==== check docs ==== # |
116 | 2024-01-23T20:15:22.769Z | + RUSTDOCFLAGS='-D warnings' |
117 | 2024-01-23T20:15:22.769Z | + ptime -m cargo +nightly-2023-10-23 doc --no-default-features --features=api,std,engine,kernel |
118 | 2024-01-23T20:15:22.926Z | Updating crates.io index |
119 | 2024-01-23T20:15:23.049Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
120 | 2024-01-23T20:15:23.908Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
121 | 2024-01-23T20:15:24.191Z | Updating git repository `https://github.com/oxidecomputer/zone` |
122 | 2024-01-23T20:15:24.516Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-01-23T20:15:25.283Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
124 | 2024-01-23T20:15:25.677Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
125 | 2024-01-23T20:15:25.960Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
126 | 2024-01-23T20:15:26.828Z | Downloading crates ... |
127 | 2024-01-23T20:15:27.115Z | Downloaded serde v1.0.195 |
128 | 2024-01-23T20:15:27.124Z | Downloaded quote v1.0.35 |
129 | 2024-01-23T20:15:27.129Z | Downloaded digest v0.10.7 |
130 | 2024-01-23T20:15:27.134Z | Downloaded cpufeatures v0.2.12 |
131 | 2024-01-23T20:15:27.137Z | Downloaded either v1.9.0 |
132 | 2024-01-23T20:15:27.141Z | Downloaded usdt-macro v0.4.1 |
133 | 2024-01-23T20:15:27.144Z | Downloaded dtrace-parser v0.1.15 |
134 | 2024-01-23T20:15:27.144Z | Downloaded scroll_derive v0.11.1 |
135 | 2024-01-23T20:15:27.144Z | Downloaded plain v0.2.3 |
136 | 2024-01-23T20:15:27.150Z | Downloaded serde_tokenstream v0.2.0 |
137 | 2024-01-23T20:15:27.156Z | Downloaded pest_generator v2.7.6 |
138 | 2024-01-23T20:15:27.159Z | Downloaded dyn-clone v1.0.16 |
139 | 2024-01-23T20:15:27.162Z | Downloaded pretty-hex v0.3.0 |
140 | 2024-01-23T20:15:27.166Z | Downloaded hash32 v0.3.1 |
141 | 2024-01-23T20:15:27.166Z | Downloaded embedded-io v0.4.0 |
142 | 2024-01-23T20:15:27.169Z | Downloaded generic-array v0.14.7 |
143 | 2024-01-23T20:15:27.172Z | Downloaded thiserror v1.0.56 |
144 | 2024-01-23T20:15:27.180Z | Downloaded byteorder v1.5.0 |
145 | 2024-01-23T20:15:27.183Z | Downloaded itoa v1.0.10 |
146 | 2024-01-23T20:15:27.186Z | Downloaded defmt-macros v0.3.6 |
147 | 2024-01-23T20:15:27.190Z | Downloaded crypto-common v0.1.6 |
148 | 2024-01-23T20:15:27.194Z | Downloaded thiserror-impl v1.0.56 |
149 | 2024-01-23T20:15:27.200Z | Downloaded crc32fast v1.3.2 |
150 | 2024-01-23T20:15:27.203Z | Downloaded usdt-impl v0.4.1 |
151 | 2024-01-23T20:15:27.204Z | Downloaded once_cell v1.19.0 |
152 | 2024-01-23T20:15:27.209Z | Downloaded pest_derive v2.7.6 |
153 | 2024-01-23T20:15:27.212Z | Downloaded usdt-attr-macro v0.4.1 |
154 | 2024-01-23T20:15:27.212Z | Downloaded version_check v0.9.4 |
155 | 2024-01-23T20:15:27.215Z | Downloaded zerocopy-derive v0.7.32 |
156 | 2024-01-23T20:15:27.220Z | Downloaded log v0.4.20 |
157 | 2024-01-23T20:15:27.224Z | Downloaded zerocopy v0.6.6 |
158 | 2024-01-23T20:15:27.229Z | Downloaded postcard v1.0.8 |
159 | 2024-01-23T20:15:27.234Z | Downloaded unicode-ident v1.0.12 |
160 | 2024-01-23T20:15:27.239Z | Downloaded typenum v1.17.0 |
161 | 2024-01-23T20:15:27.244Z | Downloaded defmt v0.3.5 |
162 | 2024-01-23T20:15:27.251Z | Downloaded memchr v2.7.1 |
163 | 2024-01-23T20:15:27.261Z | Downloaded heapless v0.8.0 |
164 | 2024-01-23T20:15:27.268Z | Downloaded serde_json v1.0.111 |
165 | 2024-01-23T20:15:27.281Z | Downloaded itertools v0.12.0 |
166 | 2024-01-23T20:15:27.300Z | Downloaded zerocopy v0.7.32 |
167 | 2024-01-23T20:15:27.323Z | Downloaded goblin v0.6.1 |
168 | 2024-01-23T20:15:27.333Z | Downloaded syn v2.0.48 |
169 | 2024-01-23T20:15:27.353Z | Downloaded smoltcp v0.11.0 |
170 | 2024-01-23T20:15:27.376Z | Downloaded syn v1.0.109 |
171 | 2024-01-23T20:15:27.395Z | Downloaded libc v0.2.152 |
172 | 2024-01-23T20:15:27.454Z | Downloaded zerocopy-derive v0.6.6 |
173 | 2024-01-23T20:15:27.462Z | Downloaded pest v2.7.6 |
174 | 2024-01-23T20:15:27.469Z | Downloaded memmap v0.7.0 |
175 | 2024-01-23T20:15:27.472Z | Downloaded ucd-trie v0.1.6 |
176 | 2024-01-23T20:15:27.488Z | Downloaded managed v0.8.0 |
177 | 2024-01-23T20:15:27.488Z | Downloaded usdt v0.4.1 |
178 | 2024-01-23T20:15:27.488Z | Downloaded sha2 v0.10.8 |
179 | 2024-01-23T20:15:27.488Z | Downloaded proc-macro2 v1.0.78 |
180 | 2024-01-23T20:15:27.488Z | Downloaded pest_meta v2.7.6 |
181 | 2024-01-23T20:15:27.505Z | Downloaded serde_derive v1.0.195 |
182 | 2024-01-23T20:15:27.505Z | Downloaded proc-macro-error v1.0.4 |
183 | 2024-01-23T20:15:27.505Z | Downloaded ipnetwork v0.20.0 |
184 | 2024-01-23T20:15:27.505Z | Downloaded scroll v0.11.0 |
185 | 2024-01-23T20:15:27.505Z | Downloaded ryu v1.0.16 |
186 | 2024-01-23T20:15:27.517Z | Downloaded thread-id v4.2.1 |
187 | 2024-01-23T20:15:27.518Z | Downloaded block-buffer v0.10.4 |
188 | 2024-01-23T20:15:27.525Z | Downloaded dof v0.2.0 |
189 | 2024-01-23T20:15:27.525Z | Downloaded cobs v0.2.3 |
190 | 2024-01-23T20:15:27.525Z | Downloaded proc-macro-error-attr v1.0.4 |
191 | 2024-01-23T20:15:27.525Z | Downloaded cfg-if v1.0.0 |
192 | 2024-01-23T20:15:27.525Z | Downloaded defmt-parser v0.3.3 |
193 | 2024-01-23T20:15:27.525Z | Downloaded stable_deref_trait v1.2.0 |
194 | 2024-01-23T20:15:27.525Z | Downloaded bitflags v1.3.2 |
195 | 2024-01-23T20:15:27.601Z | Compiling proc-macro2 v1.0.78 |
196 | 2024-01-23T20:15:27.601Z | Compiling unicode-ident v1.0.12 |
197 | 2024-01-23T20:15:27.606Z | Checking byteorder v1.5.0 |
198 | 2024-01-23T20:15:27.606Z | Documenting unicode-ident v1.0.12 |
199 | 2024-01-23T20:15:27.606Z | Compiling heapless v0.8.0 |
200 | 2024-01-23T20:15:27.610Z | Compiling serde v1.0.195 |
201 | 2024-01-23T20:15:27.610Z | Checking cfg-if v1.0.0 |
202 | 2024-01-23T20:15:27.768Z | Checking stable_deref_trait v1.2.0 |
203 | 2024-01-23T20:15:27.850Z | Compiling smoltcp v0.11.0 |
204 | 2024-01-23T20:15:27.859Z | Documenting byteorder v1.5.0 |
205 | 2024-01-23T20:15:27.967Z | Checking bitflags v1.3.2 |
206 | 2024-01-23T20:15:28.206Z | Checking hash32 v0.3.1 |
207 | 2024-01-23T20:15:28.217Z | Checking managed v0.8.0 |
208 | 2024-01-23T20:15:28.251Z | Checking cobs v0.2.3 |
209 | 2024-01-23T20:15:28.418Z | Checking embedded-io v0.4.0 |
210 | 2024-01-23T20:15:28.571Z | Compiling crc32fast v1.3.2 |
211 | 2024-01-23T20:15:28.605Z | Checking either v1.9.0 |
212 | 2024-01-23T20:15:28.820Z | Documenting stable_deref_trait v1.2.0 |
213 | 2024-01-23T20:15:29.432Z | Compiling version_check v0.9.4 |
214 | 2024-01-23T20:15:29.468Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
215 | 2024-01-23T20:15:29.478Z | Documenting cfg-if v1.0.0 |
216 | 2024-01-23T20:15:30.313Z | Checking ipnetwork v0.20.0 |
217 | 2024-01-23T20:15:30.870Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
218 | 2024-01-23T20:15:30.891Z | Compiling quote v1.0.35 |
219 | 2024-01-23T20:15:31.239Z | Compiling syn v2.0.48 |
220 | 2024-01-23T20:15:31.281Z | Documenting proc-macro2 v1.0.78 |
221 | 2024-01-23T20:15:31.613Z | Documenting hash32 v0.3.1 |
222 | 2024-01-23T20:15:31.689Z | Documenting managed v0.8.0 |
223 | 2024-01-23T20:15:32.569Z | Documenting cobs v0.2.3 |
224 | 2024-01-23T20:15:33.225Z | Documenting bitflags v1.3.2 |
225 | 2024-01-23T20:15:35.375Z | Documenting embedded-io v0.4.0 |
226 | 2024-01-23T20:15:35.544Z | Documenting heapless v0.8.0 |
227 | 2024-01-23T20:15:36.378Z | Checking itertools v0.12.0 |
228 | 2024-01-23T20:15:36.568Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
229 | 2024-01-23T20:15:37.142Z | Documenting either v1.9.0 |
230 | 2024-01-23T20:15:37.264Z | Documenting quote v1.0.35 |
231 | 2024-01-23T20:15:37.786Z | Documenting ipnetwork v0.20.0 |
232 | 2024-01-23T20:15:39.290Z | Checking dyn-clone v1.0.16 |
233 | 2024-01-23T20:15:39.462Z | Documenting crc32fast v1.3.2 |
234 | 2024-01-23T20:15:39.864Z | Documenting dyn-clone v1.0.16 |
235 | 2024-01-23T20:15:40.538Z | Documenting smoltcp v0.11.0 |
236 | 2024-01-23T20:15:40.545Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
237 | 2024-01-23T20:15:40.686Z | Compiling serde_derive v1.0.195 |
238 | 2024-01-23T20:15:41.211Z | Compiling zerocopy-derive v0.7.32 |
239 | 2024-01-23T20:15:43.008Z | Documenting syn v2.0.48 |
240 | 2024-01-23T20:15:43.442Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
241 | 2024-01-23T20:15:43.475Z | Documenting itertools v0.12.0 |
242 | 2024-01-23T20:15:44.227Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
243 | 2024-01-23T20:15:44.490Z | Checking zerocopy v0.7.32 |
244 | 2024-01-23T20:15:52.819Z | Checking postcard v1.0.8 |
245 | 2024-01-23T20:15:53.403Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
246 | 2024-01-23T20:15:53.539Z | Documenting serde_derive v1.0.195 |
247 | 2024-01-23T20:15:53.539Z | Documenting zerocopy-derive v0.7.32 |
248 | 2024-01-23T20:15:53.548Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
249 | 2024-01-23T20:15:57.624Z | Documenting zerocopy v0.7.32 |
250 | 2024-01-23T20:15:59.271Z | Documenting serde v1.0.195 |
251 | 2024-01-23T20:16:06.544Z | Documenting postcard v1.0.8 |
252 | 2024-01-23T20:16:09.705Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
253 | 2024-01-23T20:16:14.375Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
254 | 2024-01-23T20:16:22.386Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
255 | 2024-01-23T20:16:28.499Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 05s |
256 | 2024-01-23T20:16:28.586Z | |
257 | 2024-01-23T20:16:28.586Z | real 1:05.805016836 |
258 | 2024-01-23T20:16:28.586Z | user 2:06.737433211 |
259 | 2024-01-23T20:16:28.586Z | sys 1:28.876398071 |
260 | 2024-01-23T20:16:28.586Z | trap 0.048739558 |
261 | 2024-01-23T20:16:28.586Z | tflt 0.256440002 |
262 | 2024-01-23T20:16:28.591Z | dflt 1.540534304 |
263 | 2024-01-23T20:16:28.591Z | kflt 0.009912488 |
264 | 2024-01-23T20:16:28.591Z | lock 5:22.215763042 |
265 | 2024-01-23T20:16:28.591Z | slp 7:55.134444776 |
266 | 2024-01-23T20:16:28.591Z | lat 6.541515386 |
267 | 2024-01-23T20:16:28.592Z | stop 3.125899323 |
268 | 2024-01-23T20:16:28.593Z | + header 'analyze std + api + usdt' |
269 | 2024-01-23T20:16:28.593Z | + echo '# ==== analyze std + api + usdt ==== #' |
270 | 2024-01-23T20:16:28.593Z | # ==== analyze std + api + usdt ==== # |
271 | 2024-01-23T20:16:28.593Z | + ptime -m cargo clippy --features usdt --all-targets |
272 | 2024-01-23T20:16:29.099Z | Downloading crates ... |
273 | 2024-01-23T20:16:29.514Z | Downloaded circular v0.3.0 |
274 | 2024-01-23T20:16:29.514Z | Downloaded rusticata-macros v4.1.0 |
275 | 2024-01-23T20:16:29.514Z | Downloaded minimal-lexical v0.2.1 |
276 | 2024-01-23T20:16:29.514Z | Downloaded pcap-parser v0.14.1 |
277 | 2024-01-23T20:16:29.514Z | Downloaded cookie-factory v0.3.2 |
278 | 2024-01-23T20:16:29.515Z | Downloaded ctor v0.2.6 |
279 | 2024-01-23T20:16:29.515Z | Downloaded nom v7.1.3 |
280 | 2024-01-23T20:16:29.515Z | Compiling proc-macro2 v1.0.78 |
281 | 2024-01-23T20:16:29.515Z | Compiling unicode-ident v1.0.12 |
282 | 2024-01-23T20:16:29.515Z | Compiling thiserror v1.0.56 |
283 | 2024-01-23T20:16:29.515Z | Compiling libc v0.2.152 |
284 | 2024-01-23T20:16:29.515Z | Compiling version_check v0.9.4 |
285 | 2024-01-23T20:16:29.515Z | Compiling memchr v2.7.1 |
286 | 2024-01-23T20:16:29.515Z | Compiling ucd-trie v0.1.6 |
287 | 2024-01-23T20:16:29.515Z | Compiling once_cell v1.19.0 |
288 | 2024-01-23T20:16:29.747Z | Compiling serde_json v1.0.111 |
289 | 2024-01-23T20:16:30.221Z | Checking byteorder v1.5.0 |
290 | 2024-01-23T20:16:30.226Z | Compiling serde v1.0.195 |
291 | 2024-01-23T20:16:30.413Z | Compiling ryu v1.0.16 |
292 | 2024-01-23T20:16:30.883Z | Compiling itoa v1.0.10 |
293 | 2024-01-23T20:16:30.923Z | Compiling usdt-impl v0.4.1 |
294 | 2024-01-23T20:16:31.309Z | Compiling heapless v0.8.0 |
295 | 2024-01-23T20:16:31.606Z | Compiling quote v1.0.35 |
296 | 2024-01-23T20:16:31.802Z | Compiling thread-id v4.2.1 |
297 | 2024-01-23T20:16:31.937Z | Checking log v0.4.20 |
298 | 2024-01-23T20:16:32.041Z | Checking plain v0.2.3 |
299 | 2024-01-23T20:16:32.187Z | Compiling syn v2.0.48 |
300 | 2024-01-23T20:16:32.218Z | Checking hash32 v0.3.1 |
301 | 2024-01-23T20:16:32.304Z | Checking pretty-hex v0.3.0 |
302 | 2024-01-23T20:16:32.436Z | Compiling smoltcp v0.11.0 |
303 | 2024-01-23T20:16:32.497Z | Checking cfg-if v1.0.0 |
304 | 2024-01-23T20:16:32.525Z | Checking stable_deref_trait v1.2.0 |
305 | 2024-01-23T20:16:32.687Z | Checking managed v0.8.0 |
306 | 2024-01-23T20:16:32.713Z | Checking embedded-io v0.4.0 |
307 | 2024-01-23T20:16:32.726Z | Checking bitflags v1.3.2 |
308 | 2024-01-23T20:16:32.800Z | Checking cobs v0.2.3 |
309 | 2024-01-23T20:16:32.995Z | Compiling crc32fast v1.3.2 |
310 | 2024-01-23T20:16:33.009Z | Checking memmap v0.7.0 |
311 | 2024-01-23T20:16:33.047Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
312 | 2024-01-23T20:16:33.178Z | Checking either v1.9.0 |
313 | 2024-01-23T20:16:33.266Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
314 | 2024-01-23T20:16:33.413Z | Checking ipnetwork v0.20.0 |
315 | 2024-01-23T20:16:33.499Z | Checking minimal-lexical v0.2.1 |
316 | 2024-01-23T20:16:33.530Z | Checking itertools v0.12.0 |
317 | 2024-01-23T20:16:33.637Z | Checking dyn-clone v1.0.16 |
318 | 2024-01-23T20:16:33.805Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
319 | 2024-01-23T20:16:33.844Z | Checking cookie-factory v0.3.2 |
320 | 2024-01-23T20:16:34.005Z | Checking circular v0.3.0 |
321 | 2024-01-23T20:16:34.079Z | Checking nom v7.1.3 |
322 | 2024-01-23T20:16:37.080Z | Checking rusticata-macros v4.1.0 |
323 | 2024-01-23T20:16:37.240Z | Checking pcap-parser v0.14.1 |
324 | 2024-01-23T20:16:42.691Z | Compiling thiserror-impl v1.0.56 |
325 | 2024-01-23T20:16:42.691Z | Compiling serde_derive v1.0.195 |
326 | 2024-01-23T20:16:42.698Z | Compiling zerocopy-derive v0.6.6 |
327 | 2024-01-23T20:16:42.698Z | Compiling scroll_derive v0.11.1 |
328 | 2024-01-23T20:16:42.698Z | Compiling zerocopy-derive v0.7.32 |
329 | 2024-01-23T20:16:42.698Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
330 | 2024-01-23T20:16:42.698Z | Compiling ctor v0.2.6 |
331 | 2024-01-23T20:16:44.823Z | Checking scroll v0.11.0 |
332 | 2024-01-23T20:16:45.345Z | Compiling zerocopy v0.6.6 |
333 | 2024-01-23T20:16:45.410Z | Checking goblin v0.6.1 |
334 | 2024-01-23T20:16:45.516Z | Checking zerocopy v0.7.32 |
335 | 2024-01-23T20:16:46.124Z | Compiling pest v2.7.6 |
336 | 2024-01-23T20:16:48.948Z | Compiling pest_meta v2.7.6 |
337 | 2024-01-23T20:16:50.281Z | Compiling pest_generator v2.7.6 |
338 | 2024-01-23T20:16:52.336Z | Compiling pest_derive v2.7.6 |
339 | 2024-01-23T20:16:53.293Z | Compiling dtrace-parser v0.1.15 |
340 | 2024-01-23T20:17:01.521Z | Checking postcard v1.0.8 |
341 | 2024-01-23T20:17:01.688Z | Compiling serde_tokenstream v0.2.0 |
342 | 2024-01-23T20:17:01.688Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
343 | 2024-01-23T20:17:01.759Z | Checking dof v0.2.0 |
344 | 2024-01-23T20:17:01.759Z | Compiling usdt-attr-macro v0.4.1 |
345 | 2024-01-23T20:17:01.759Z | Compiling usdt-macro v0.4.1 |
346 | 2024-01-23T20:17:01.759Z | Checking usdt v0.4.1 |
347 | 2024-01-23T20:17:10.695Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
348 | 2024-01-23T20:17:19.179Z | Finished dev [unoptimized + debuginfo] target(s) in 50.30s |
349 | 2024-01-23T20:17:19.210Z | |
350 | 2024-01-23T20:17:19.214Z | real 50.620073119 |
351 | 2024-01-23T20:17:19.214Z | user 2:24.927537435 |
352 | 2024-01-23T20:17:19.214Z | sys 28.089952584 |
353 | 2024-01-23T20:17:19.214Z | trap 0.069660962 |
354 | 2024-01-23T20:17:19.214Z | tflt 0.156687758 |
355 | 2024-01-23T20:17:19.214Z | dflt 1.199476112 |
356 | 2024-01-23T20:17:19.214Z | kflt 0.000266630 |
357 | 2024-01-23T20:17:19.214Z | lock 4:24.202537872 |
358 | 2024-01-23T20:17:19.214Z | slp 6:32.722444513 |
359 | 2024-01-23T20:17:19.214Z | lat 3.421717249 |
360 | 2024-01-23T20:17:19.214Z | stop 2.684154643 |
361 | 2024-01-23T20:17:19.214Z | + header 'analyze no_std + engine + kernel' |
362 | 2024-01-23T20:17:19.214Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
363 | 2024-01-23T20:17:19.214Z | # ==== analyze no_std + engine + kernel ==== # |
364 | 2024-01-23T20:17:19.215Z | + ptime -m cargo +nightly-2023-10-23 clippy --no-default-features --features engine,kernel |
365 | 2024-01-23T20:17:19.648Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
366 | 2024-01-23T20:17:19.649Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
367 | 2024-01-23T20:17:19.652Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
368 | 2024-01-23T20:17:19.895Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
369 | 2024-01-23T20:17:30.413Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
370 | 2024-01-23T20:17:33.610Z | Finished dev [unoptimized + debuginfo] target(s) in 14.19s |
371 | 2024-01-23T20:17:33.636Z | |
372 | 2024-01-23T20:17:33.636Z | real 14.415032758 |
373 | 2024-01-23T20:17:33.639Z | user 14.079537135 |
374 | 2024-01-23T20:17:33.640Z | sys 1.754296772 |
375 | 2024-01-23T20:17:33.640Z | trap 0.003261160 |
376 | 2024-01-23T20:17:33.640Z | tflt 0.009386807 |
377 | 2024-01-23T20:17:33.640Z | dflt 0.020996317 |
378 | 2024-01-23T20:17:33.640Z | kflt 0.000000000 |
379 | 2024-01-23T20:17:33.640Z | lock 38.787735262 |
380 | 2024-01-23T20:17:33.640Z | slp 46.264587621 |
381 | 2024-01-23T20:17:33.640Z | lat 0.046581202 |
382 | 2024-01-23T20:17:33.640Z | stop 0.051268085 |
383 | 2024-01-23T20:17:33.640Z | + header test |
384 | 2024-01-23T20:17:33.640Z | + echo '# ==== test ==== #' |
385 | 2024-01-23T20:17:33.640Z | # ==== test ==== # |
386 | 2024-01-23T20:17:33.640Z | + ptime -m cargo test |
387 | 2024-01-23T20:17:33.966Z | Compiling unicode-ident v1.0.12 |
388 | 2024-01-23T20:17:33.967Z | Compiling byteorder v1.5.0 |
389 | 2024-01-23T20:17:33.970Z | Compiling memchr v2.7.1 |
390 | 2024-01-23T20:17:33.970Z | Compiling ucd-trie v0.1.6 |
391 | 2024-01-23T20:17:33.970Z | Compiling itoa v1.0.10 |
392 | 2024-01-23T20:17:33.970Z | Compiling ryu v1.0.16 |
393 | 2024-01-23T20:17:33.980Z | Compiling libc v0.2.152 |
394 | 2024-01-23T20:17:33.991Z | Compiling plain v0.2.3 |
395 | 2024-01-23T20:17:34.164Z | Compiling proc-macro2 v1.0.78 |
396 | 2024-01-23T20:17:34.216Z | Compiling log v0.4.20 |
397 | 2024-01-23T20:17:34.260Z | Compiling pretty-hex v0.3.0 |
398 | 2024-01-23T20:17:34.483Z | Compiling cfg-if v1.0.0 |
399 | 2024-01-23T20:17:34.493Z | Compiling stable_deref_trait v1.2.0 |
400 | 2024-01-23T20:17:34.589Z | Compiling embedded-io v0.4.0 |
401 | 2024-01-23T20:17:34.593Z | Compiling cobs v0.2.3 |
402 | 2024-01-23T20:17:34.684Z | Compiling hash32 v0.3.1 |
403 | 2024-01-23T20:17:34.797Z | Compiling managed v0.8.0 |
404 | 2024-01-23T20:17:34.863Z | Compiling heapless v0.8.0 |
405 | 2024-01-23T20:17:34.973Z | Compiling thread-id v4.2.1 |
406 | 2024-01-23T20:17:35.013Z | Compiling bitflags v1.3.2 |
407 | 2024-01-23T20:17:35.085Z | Compiling memmap v0.7.0 |
408 | 2024-01-23T20:17:35.090Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
409 | 2024-01-23T20:17:35.124Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
410 | 2024-01-23T20:17:35.132Z | Compiling ipnetwork v0.20.0 |
411 | 2024-01-23T20:17:35.345Z | Compiling quote v1.0.35 |
412 | 2024-01-23T20:17:35.504Z | Compiling minimal-lexical v0.2.1 |
413 | 2024-01-23T20:17:35.581Z | Compiling either v1.9.0 |
414 | 2024-01-23T20:17:35.673Z | Compiling crc32fast v1.3.2 |
415 | 2024-01-23T20:17:35.925Z | Compiling syn v2.0.48 |
416 | 2024-01-23T20:17:36.088Z | Compiling nom v7.1.3 |
417 | 2024-01-23T20:17:36.238Z | Compiling itertools v0.12.0 |
418 | 2024-01-23T20:17:36.597Z | Compiling smoltcp v0.11.0 |
419 | 2024-01-23T20:17:36.619Z | Compiling dyn-clone v1.0.16 |
420 | 2024-01-23T20:17:36.869Z | Compiling circular v0.3.0 |
421 | 2024-01-23T20:17:37.065Z | Compiling cookie-factory v0.3.2 |
422 | 2024-01-23T20:17:37.227Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
423 | 2024-01-23T20:17:40.799Z | Compiling rusticata-macros v4.1.0 |
424 | 2024-01-23T20:17:41.050Z | Compiling pcap-parser v0.14.1 |
425 | 2024-01-23T20:17:46.920Z | Compiling serde_derive v1.0.195 |
426 | 2024-01-23T20:17:46.921Z | Compiling thiserror-impl v1.0.56 |
427 | 2024-01-23T20:17:46.925Z | Compiling zerocopy-derive v0.6.6 |
428 | 2024-01-23T20:17:46.925Z | Compiling scroll_derive v0.11.1 |
429 | 2024-01-23T20:17:47.516Z | Compiling zerocopy-derive v0.7.32 |
430 | 2024-01-23T20:17:48.362Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
431 | 2024-01-23T20:17:48.436Z | Compiling ctor v0.2.6 |
432 | 2024-01-23T20:17:49.385Z | Compiling scroll v0.11.0 |
433 | 2024-01-23T20:17:49.856Z | Compiling zerocopy v0.6.6 |
434 | 2024-01-23T20:17:50.065Z | Compiling goblin v0.6.1 |
435 | 2024-01-23T20:17:50.597Z | Compiling zerocopy v0.7.32 |
436 | 2024-01-23T20:17:50.934Z | Compiling thiserror v1.0.56 |
437 | 2024-01-23T20:17:51.048Z | Compiling pest v2.7.6 |
438 | 2024-01-23T20:17:53.747Z | Compiling pest_meta v2.7.6 |
439 | 2024-01-23T20:17:54.501Z | Compiling serde v1.0.195 |
440 | 2024-01-23T20:17:54.936Z | Compiling pest_generator v2.7.6 |
441 | 2024-01-23T20:17:57.186Z | Compiling pest_derive v2.7.6 |
442 | 2024-01-23T20:17:58.493Z | Compiling dtrace-parser v0.1.15 |
443 | 2024-01-23T20:18:04.692Z | Compiling serde_json v1.0.111 |
444 | 2024-01-23T20:18:04.692Z | Compiling postcard v1.0.8 |
445 | 2024-01-23T20:18:04.828Z | Compiling serde_tokenstream v0.2.0 |
446 | 2024-01-23T20:18:04.828Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
447 | 2024-01-23T20:18:04.828Z | Compiling dof v0.2.0 |
448 | 2024-01-23T20:18:04.853Z | Compiling usdt-impl v0.4.1 |
449 | 2024-01-23T20:18:06.417Z | Compiling usdt-macro v0.4.1 |
450 | 2024-01-23T20:18:06.417Z | Compiling usdt-attr-macro v0.4.1 |
451 | 2024-01-23T20:18:07.997Z | Compiling usdt v0.4.1 |
452 | 2024-01-23T20:18:15.149Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
453 | 2024-01-23T20:18:32.129Z | Finished test [unoptimized + debuginfo] target(s) in 58.40s |
454 | 2024-01-23T20:18:32.141Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-62fdc349973401bb) |
455 | 2024-01-23T20:18:32.141Z | |
456 | 2024-01-23T20:18:32.142Z | running 9 tests |
457 | 2024-01-23T20:18:32.142Z | test api::tests::parse_bad_proto_filter ... ok |
458 | 2024-01-23T20:18:32.142Z | test api::tests::parse_bad_address ... ok |
459 | 2024-01-23T20:18:32.142Z | test api::tests::parse_good_address ... ok |
460 | 2024-01-23T20:18:32.142Z | test api::tests::parse_good_proto_filter ... ok |
461 | 2024-01-23T20:18:32.142Z | test api::tests::ports_from_str_bad ... ok |
462 | 2024-01-23T20:18:32.142Z | test api::tests::ports_from_str_good ... ok |
463 | 2024-01-23T20:18:32.142Z | test cfg::tests::test_required_nat_space ... ok |
464 | 2024-01-23T20:18:32.142Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
465 | 2024-01-23T20:18:32.143Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
466 | 2024-01-23T20:18:32.143Z | |
467 | 2024-01-23T20:18:32.143Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
468 | 2024-01-23T20:18:32.143Z | |
469 | 2024-01-23T20:18:32.143Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-3268dc136d6ceee3) |
470 | 2024-01-23T20:18:32.154Z | |
471 | 2024-01-23T20:18:32.155Z | running 4 tests |
472 | 2024-01-23T20:18:32.155Z | test firewall_external_inbound ... ok |
473 | 2024-01-23T20:18:32.155Z | test firewall_vni_outbound ... ok |
474 | 2024-01-23T20:18:32.155Z | test firewall_vni_inbound ... ok |
475 | 2024-01-23T20:18:32.155Z | test firewall_replace_rules ... ok |
476 | 2024-01-23T20:18:32.156Z | |
477 | 2024-01-23T20:18:32.156Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
478 | 2024-01-23T20:18:32.156Z | |
479 | 2024-01-23T20:18:32.156Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-cbddf8c155c09fd7) |
480 | 2024-01-23T20:18:32.221Z | |
481 | 2024-01-23T20:18:32.221Z | running 33 tests |
482 | 2024-01-23T20:18:32.223Z | test bad_ip_len ... ok |
483 | 2024-01-23T20:18:32.224Z | test check_layers ... ok |
484 | 2024-01-23T20:18:32.224Z | test add_remove_fw_rule ... ok |
485 | 2024-01-23T20:18:32.224Z | test anti_spoof ... ok |
486 | 2024-01-23T20:18:32.224Z | test arp_gateway ... ok |
487 | 2024-01-23T20:18:32.225Z | test flow_expiration ... ok |
488 | 2024-01-23T20:18:32.225Z | test gateway_icmp4_ping ... ok |
489 | 2024-01-23T20:18:32.225Z | test external_ip_epoch_affinity_preserved ... ok |
490 | 2024-01-23T20:18:32.225Z | test early_tcp_invalidation ... ok |
491 | 2024-01-23T20:18:32.225Z | test gateway_icmpv6_ping ... ok |
492 | 2024-01-23T20:18:32.226Z | test gateway_router_advert_reply ... ok |
493 | 2024-01-23T20:18:32.226Z | test guest_to_guest_no_route ... ok |
494 | 2024-01-23T20:18:32.227Z | test guest_to_internet_ipv4 ... ok |
495 | 2024-01-23T20:18:32.227Z | test guest_to_guest_diff_vpc_no_peer ... ok |
496 | 2024-01-23T20:18:32.227Z | test guest_to_internet_ipv6 ... ok |
497 | 2024-01-23T20:18:32.228Z | test guest_to_guest ... ok |
498 | 2024-01-23T20:18:32.229Z | test inbound_ndp_dropped_at_gateway ... ok |
499 | 2024-01-23T20:18:32.230Z | test no_panic_on_flow_table_full ... ok |
500 | 2024-01-23T20:18:32.233Z | test outbound_ndp_dropped ... ok |
501 | 2024-01-23T20:18:32.233Z | test port_transition_running ... ok |
502 | 2024-01-23T20:18:32.234Z | test port_transition_reset ... ok |
503 | 2024-01-23T20:18:32.234Z | test snat_icmp4_echo_rewrite ... ok |
504 | 2024-01-23T20:18:32.235Z | test port_transition_pause ... ok |
505 | 2024-01-23T20:18:32.236Z | test snat_icmp6_echo_rewrite ... ok |
506 | 2024-01-23T20:18:32.236Z | test external_ip_balanced_over_floating_ips ... ok |
507 | 2024-01-23T20:18:32.236Z | test tcp_inbound ... ok |
508 | 2024-01-23T20:18:32.237Z | test tcp_outbound ... ok |
509 | 2024-01-23T20:18:32.237Z | test test_gateway_neighbor_advert_reply ... ok |
510 | 2024-01-23T20:18:32.238Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
511 | 2024-01-23T20:18:32.238Z | test uft_lft_invalidation_in ... ok |
512 | 2024-01-23T20:18:32.238Z | test uft_lft_invalidation_out ... ok |
513 | 2024-01-23T20:18:32.239Z | test external_ip_reconfigurable ... ok |
514 | 2024-01-23T20:18:34.283Z | test external_ip_receive_and_reply_on_all ... ok |
515 | 2024-01-23T20:18:34.283Z | |
516 | 2024-01-23T20:18:34.284Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
517 | 2024-01-23T20:18:34.284Z | |
518 | 2024-01-23T20:18:34.284Z | Doc-tests oxide-vpc |
519 | 2024-01-23T20:18:34.284Z | |
520 | 2024-01-23T20:18:34.284Z | running 0 tests |
521 | 2024-01-23T20:18:34.284Z | |
522 | 2024-01-23T20:18:34.284Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
523 | 2024-01-23T20:18:34.284Z | |
524 | 2024-01-23T20:18:34.284Z | |
525 | 2024-01-23T20:18:34.284Z | real 59.136161826 |
526 | 2024-01-23T20:18:34.285Z | user 3:35.857325923 |
527 | 2024-01-23T20:18:34.285Z | sys 40.645636368 |
528 | 2024-01-23T20:18:34.285Z | trap 0.115421624 |
529 | 2024-01-23T20:18:34.285Z | tflt 0.262864692 |
530 | 2024-01-23T20:18:34.285Z | dflt 2.181777112 |
531 | 2024-01-23T20:18:34.285Z | kflt 0.000015917 |
532 | 2024-01-23T20:18:34.285Z | lock 6:48.778497273 |
533 | 2024-01-23T20:18:34.285Z | slp 7:26.141737745 |
534 | 2024-01-23T20:18:34.285Z | lat 5.422829449 |
535 | 2024-01-23T20:18:34.286Z | stop 2.514695324 |
536 | 2024-01-23T20:18:34.286Z | process exited: duration 211284 ms, exit code 0 |
|
537 | 2024-01-23T20:18:34.806Z | found 0 output files |