|
|
|
1 | 2024-01-23T20:13:31.187Z | job assigned to worker 01HMVZ6SBGESFVH2TE84TZD4CT (queued for 2 m 36 s) |
|
2 | 2024-01-23T20:13:31.369Z | starting task 0: "setup" |
3 | 2024-01-23T20:13:31.383Z | ++ uname -s |
4 | 2024-01-23T20:13:31.402Z | + kern=SunOS |
5 | 2024-01-23T20:13:31.402Z | + case "$kern" in |
6 | 2024-01-23T20:13:31.402Z | + groupadd -g 12345 build |
7 | 2024-01-23T20:13:31.402Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-23T20:13:33.594Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-23T20:13:33.732Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-23T20:13:33.748Z | + home_fs=zfs |
11 | 2024-01-23T20:13:33.749Z | + [[ zfs == autofs ]] |
12 | 2024-01-23T20:13:33.749Z | + mkdir -p /home/build |
13 | 2024-01-23T20:13:33.749Z | + chown build:build /home/build /work |
14 | 2024-01-23T20:13:34.728Z | + chmod 0700 /home/build /work |
15 | 2024-01-23T20:13:34.734Z | process exited: duration 3364 ms, exit code 0 |
|
16 | 2024-01-23T20:13:34.742Z | starting task 1: "rust-toolchain" |
17 | 2024-01-23T20:13:34.751Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-23T20:13:34.755Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2023-10-23 --profile default |
19 | 2024-01-23T20:13:34.994Z | info: downloading installer |
20 | 2024-01-23T20:13:37.262Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-23T20:13:37.262Z | warning: /opt/ooce/bin |
22 | 2024-01-23T20:13:37.262Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-23T20:13:37.262Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-23T20:13:37.262Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-23T20:13:37.262Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-23T20:13:37.262Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-23T20:13:37.262Z | error: cannot install while Rust is installed |
28 | 2024-01-23T20:13:37.262Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-23T20:13:37.660Z | info: profile set to 'default' |
30 | 2024-01-23T20:13:37.660Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-23T20:13:37.663Z | info: syncing channel updates for 'nightly-2023-10-23-x86_64-unknown-illumos' |
32 | 2024-01-23T20:13:37.840Z | info: latest update on 2023-10-23, rust version 1.75.0-nightly (54b0434ce 2023-10-22) |
33 | 2024-01-23T20:13:37.840Z | info: downloading component 'cargo' |
34 | 2024-01-23T20:13:38.567Z | info: downloading component 'clippy' |
35 | 2024-01-23T20:13:38.787Z | info: downloading component 'rust-docs' |
36 | 2024-01-23T20:13:39.688Z | info: downloading component 'rust-std' |
37 | 2024-01-23T20:13:41.207Z | info: downloading component 'rustc' |
38 | 2024-01-23T20:13:44.959Z | info: downloading component 'rustfmt' |
39 | 2024-01-23T20:13:45.175Z | info: installing component 'cargo' |
40 | 2024-01-23T20:13:47.027Z | info: installing component 'clippy' |
41 | 2024-01-23T20:13:47.839Z | info: installing component 'rust-docs' |
42 | 2024-01-23T20:13:50.709Z | info: installing component 'rust-std' |
43 | 2024-01-23T20:13:54.479Z | info: installing component 'rustc' |
44 | 2024-01-23T20:14:05.833Z | info: installing component 'rustfmt' |
45 | 2024-01-23T20:14:05.899Z | info: default toolchain set to 'nightly-2023-10-23-x86_64-unknown-illumos' |
46 | 2024-01-23T20:14:05.899Z | |
47 | 2024-01-23T20:14:05.899Z | nightly-2023-10-23-x86_64-unknown-illumos installed - rustc 1.75.0-nightly (54b0434ce 2023-10-22) |
48 | 2024-01-23T20:14:05.899Z | |
49 | 2024-01-23T20:14:05.899Z | |
50 | 2024-01-23T20:14:05.900Z | Rust is installed now. Great! |
51 | 2024-01-23T20:14:05.900Z | |
52 | 2024-01-23T20:14:05.900Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-23T20:14:05.900Z | environment variable. This has not been done automatically. |
54 | 2024-01-23T20:14:05.900Z | |
55 | 2024-01-23T20:14:05.900Z | To configure your current shell, run: |
56 | 2024-01-23T20:14:05.900Z | source "$HOME/.cargo/env" |
57 | 2024-01-23T20:14:05.900Z | + rustc --version |
58 | 2024-01-23T20:14:05.900Z | rustc 1.75.0-nightly (54b0434ce 2023-10-22) |
59 | 2024-01-23T20:14:05.900Z | process exited: duration 30918 ms, exit code 0 |
|
60 | 2024-01-23T20:14:05.909Z | starting task 2: "authentication" |
61 | 2024-01-23T20:14:05.941Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-01-23T20:14:05.950Z | starting task 3: "clone repository" |
63 | 2024-01-23T20:14:05.957Z | + mkdir -p /work/oxidecomputer/opte |
64 | 2024-01-23T20:14:05.968Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
65 | 2024-01-23T20:14:06.139Z | Cloning into '/work/oxidecomputer/opte'... |
66 | 2024-01-23T20:14:07.690Z | + cd /work/oxidecomputer/opte |
67 | 2024-01-23T20:14:07.690Z | + [[ -n boundary-services-overlay-flow-pinning ]] |
68 | 2024-01-23T20:14:07.710Z | + git fetch origin boundary-services-overlay-flow-pinning |
69 | 2024-01-23T20:14:08.037Z | From https://github.com/oxidecomputer/opte |
70 | 2024-01-23T20:14:08.037Z | * branch boundary-services-overlay-flow-pinning -> FETCH_HEAD |
71 | 2024-01-23T20:14:08.048Z | + git checkout -B boundary-services-overlay-flow-pinning remotes/origin/boundary-services-overlay-flow-pinning |
72 | 2024-01-23T20:14:08.077Z | Switched to a new branch 'boundary-services-overlay-flow-pinning' |
73 | 2024-01-23T20:14:08.085Z | branch 'boundary-services-overlay-flow-pinning' set up to track 'origin/boundary-services-overlay-flow-pinning'. |
74 | 2024-01-23T20:14:08.085Z | + git reset --hard 464938d3b2d500825e6d1117eb199ef472ece333 |
75 | 2024-01-23T20:14:08.110Z | HEAD is now at 464938d support for tunneled routing |
76 | 2024-01-23T20:14:08.120Z | process exited: duration 2162 ms, exit code 0 |
|
77 | 2024-01-23T20:14:08.165Z | starting task 4: "build" |
78 | 2024-01-23T20:14:08.174Z | + cargo --version |
79 | 2024-01-23T20:14:08.186Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
80 | 2024-01-23T20:14:08.361Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
81 | 2024-01-23T20:14:08.366Z | info: downloading component 'cargo' |
82 | 2024-01-23T20:14:09.007Z | info: downloading component 'clippy' |
83 | 2024-01-23T20:14:09.219Z | info: downloading component 'rust-docs' |
84 | 2024-01-23T20:14:10.489Z | info: downloading component 'rust-std' |
85 | 2024-01-23T20:14:11.365Z | info: downloading component 'rustc' |
86 | 2024-01-23T20:14:14.902Z | info: downloading component 'rustfmt' |
87 | 2024-01-23T20:14:15.139Z | info: installing component 'cargo' |
88 | 2024-01-23T20:14:16.368Z | info: installing component 'clippy' |
89 | 2024-01-23T20:14:16.799Z | info: installing component 'rust-docs' |
90 | 2024-01-23T20:14:19.560Z | info: installing component 'rust-std' |
91 | 2024-01-23T20:14:22.069Z | info: installing component 'rustc' |
92 | 2024-01-23T20:14:28.107Z | info: installing component 'rustfmt' |
93 | 2024-01-23T20:14:28.642Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
94 | 2024-01-23T20:14:28.653Z | + rustc --version |
95 | 2024-01-23T20:14:28.760Z | rustc 1.75.0 (82e1608df 2023-12-21) |
96 | 2024-01-23T20:14:28.767Z | + cd crates/opte-api |
97 | 2024-01-23T20:14:28.770Z | + header 'check API_VERSION' |
98 | 2024-01-23T20:14:28.770Z | + echo '# ==== check API_VERSION ==== #' |
99 | 2024-01-23T20:14:28.770Z | # ==== check API_VERSION ==== # |
100 | 2024-01-23T20:14:28.770Z | + ./check-api-version.sh |
101 | 2024-01-23T20:14:28.794Z | diff --git a/crates/opte-api/src/cmd.rs b/crates/opte-api/src/cmd.rs |
102 | 2024-01-23T20:14:28.794Z | diff --git a/crates/opte-api/src/ip.rs b/crates/opte-api/src/ip.rs |
103 | 2024-01-23T20:14:28.794Z | diff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs |
104 | 2024-01-23T20:14:28.816Z | SUCCESS: The API_VERSION was updated |
105 | 2024-01-23T20:14:28.816Z | old: 27 |
106 | 2024-01-23T20:14:28.816Z | new: 28 |
107 | 2024-01-23T20:14:28.820Z | + header 'check style' |
108 | 2024-01-23T20:14:28.820Z | + echo '# ==== check style ==== #' |
109 | 2024-01-23T20:14:28.820Z | # ==== check style ==== # |
110 | 2024-01-23T20:14:28.820Z | + ptime -m cargo +nightly-2023-10-23 fmt -- --check |
111 | 2024-01-23T20:14:29.241Z | |
112 | 2024-01-23T20:14:29.241Z | real 0.341060676 |
113 | 2024-01-23T20:14:29.245Z | user 0.198640852 |
114 | 2024-01-23T20:14:29.245Z | sys 0.134990727 |
115 | 2024-01-23T20:14:29.245Z | trap 0.000012668 |
116 | 2024-01-23T20:14:29.245Z | tflt 0.000000000 |
117 | 2024-01-23T20:14:29.245Z | dflt 0.000000000 |
118 | 2024-01-23T20:14:29.245Z | kflt 0.000000000 |
119 | 2024-01-23T20:14:29.245Z | lock 0.000000000 |
120 | 2024-01-23T20:14:29.245Z | slp 0.209876338 |
121 | 2024-01-23T20:14:29.245Z | lat 0.000410272 |
122 | 2024-01-23T20:14:29.246Z | stop 0.000370358 |
123 | 2024-01-23T20:14:29.246Z | + header 'analyze std' |
124 | 2024-01-23T20:14:29.246Z | + echo '# ==== analyze std ==== #' |
125 | 2024-01-23T20:14:29.246Z | # ==== analyze std ==== # |
126 | 2024-01-23T20:14:29.246Z | + ptime -m cargo clippy --all-targets |
127 | 2024-01-23T20:14:29.647Z | Updating crates.io index |
128 | 2024-01-23T20:14:29.657Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
129 | 2024-01-23T20:14:30.245Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
130 | 2024-01-23T20:14:30.689Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-01-23T20:14:31.184Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
132 | 2024-01-23T20:14:32.095Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-01-23T20:14:32.502Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-01-23T20:14:32.830Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-01-23T20:14:34.019Z | Downloading crates ... |
136 | 2024-01-23T20:14:34.288Z | Downloaded version_check v0.9.4 |
137 | 2024-01-23T20:14:34.307Z | Downloaded cfg-if v1.0.0 |
138 | 2024-01-23T20:14:34.308Z | Downloaded bitflags v1.3.2 |
139 | 2024-01-23T20:14:34.308Z | Downloaded thiserror-impl v1.0.56 |
140 | 2024-01-23T20:14:34.312Z | Downloaded proc-macro-error-attr v1.0.4 |
141 | 2024-01-23T20:14:34.313Z | Downloaded cobs v0.2.3 |
142 | 2024-01-23T20:14:34.315Z | Downloaded defmt-parser v0.3.3 |
143 | 2024-01-23T20:14:34.321Z | Downloaded hash32 v0.3.1 |
144 | 2024-01-23T20:14:34.321Z | Downloaded managed v0.8.0 |
145 | 2024-01-23T20:14:34.321Z | Downloaded ipnetwork v0.20.0 |
146 | 2024-01-23T20:14:34.321Z | Downloaded quote v1.0.35 |
147 | 2024-01-23T20:14:34.325Z | Downloaded defmt-macros v0.3.6 |
148 | 2024-01-23T20:14:34.329Z | Downloaded proc-macro-error v1.0.4 |
149 | 2024-01-23T20:14:34.333Z | Downloaded proc-macro2 v1.0.78 |
150 | 2024-01-23T20:14:34.338Z | Downloaded serde_derive v1.0.195 |
151 | 2024-01-23T20:14:34.341Z | Downloaded serde v1.0.195 |
152 | 2024-01-23T20:14:34.348Z | Downloaded heapless v0.8.0 |
153 | 2024-01-23T20:14:34.354Z | Downloaded postcard v1.0.8 |
154 | 2024-01-23T20:14:34.359Z | Downloaded unicode-ident v1.0.12 |
155 | 2024-01-23T20:14:34.363Z | Downloaded syn v1.0.109 |
156 | 2024-01-23T20:14:34.382Z | Downloaded syn v2.0.48 |
157 | 2024-01-23T20:14:34.399Z | Downloaded smoltcp v0.11.0 |
158 | 2024-01-23T20:14:34.420Z | Downloaded defmt v0.3.5 |
159 | 2024-01-23T20:14:34.426Z | Downloaded embedded-io v0.4.0 |
160 | 2024-01-23T20:14:34.433Z | Downloaded stable_deref_trait v1.2.0 |
161 | 2024-01-23T20:14:34.433Z | Downloaded byteorder v1.5.0 |
162 | 2024-01-23T20:14:34.433Z | Downloaded thiserror v1.0.56 |
163 | 2024-01-23T20:14:34.494Z | Compiling proc-macro2 v1.0.78 |
164 | 2024-01-23T20:14:34.495Z | Compiling unicode-ident v1.0.12 |
165 | 2024-01-23T20:14:34.503Z | Compiling serde v1.0.195 |
166 | 2024-01-23T20:14:34.503Z | Checking byteorder v1.5.0 |
167 | 2024-01-23T20:14:34.503Z | Compiling heapless v0.8.0 |
168 | 2024-01-23T20:14:34.503Z | Checking stable_deref_trait v1.2.0 |
169 | 2024-01-23T20:14:34.503Z | Compiling smoltcp v0.11.0 |
170 | 2024-01-23T20:14:34.503Z | Checking managed v0.8.0 |
171 | 2024-01-23T20:14:34.634Z | Checking cobs v0.2.3 |
172 | 2024-01-23T20:14:34.771Z | Checking bitflags v1.3.2 |
173 | 2024-01-23T20:14:34.848Z | Checking embedded-io v0.4.0 |
174 | 2024-01-23T20:14:34.858Z | Checking cfg-if v1.0.0 |
175 | 2024-01-23T20:14:34.921Z | Checking hash32 v0.3.1 |
176 | 2024-01-23T20:14:34.939Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
177 | 2024-01-23T20:14:35.016Z | Checking ipnetwork v0.20.0 |
178 | 2024-01-23T20:14:37.810Z | Compiling quote v1.0.35 |
179 | 2024-01-23T20:14:38.201Z | Compiling syn v2.0.48 |
180 | 2024-01-23T20:14:42.649Z | Compiling serde_derive v1.0.195 |
181 | 2024-01-23T20:14:52.548Z | Checking postcard v1.0.8 |
182 | 2024-01-23T20:14:53.176Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
183 | 2024-01-23T20:14:55.257Z | Finished dev [unoptimized + debuginfo] target(s) in 25.72s |
184 | 2024-01-23T20:14:55.339Z | |
185 | 2024-01-23T20:14:55.342Z | real 26.091086687 |
186 | 2024-01-23T20:14:55.342Z | user 31.719118444 |
187 | 2024-01-23T20:14:55.342Z | sys 6.853997030 |
188 | 2024-01-23T20:14:55.342Z | trap 0.008785079 |
189 | 2024-01-23T20:14:55.342Z | tflt 0.397324491 |
190 | 2024-01-23T20:14:55.342Z | dflt 2.483791054 |
191 | 2024-01-23T20:14:55.342Z | kflt 0.012763466 |
192 | 2024-01-23T20:14:55.343Z | lock 1:05.859885841 |
193 | 2024-01-23T20:14:55.343Z | slp 2:03.695379027 |
194 | 2024-01-23T20:14:55.343Z | lat 1.092756225 |
195 | 2024-01-23T20:14:55.343Z | stop 1.548402009 |
196 | 2024-01-23T20:14:55.343Z | + header 'analyze no_std' |
197 | 2024-01-23T20:14:55.343Z | + echo '# ==== analyze no_std ==== #' |
198 | 2024-01-23T20:14:55.343Z | # ==== analyze no_std ==== # |
199 | 2024-01-23T20:14:55.343Z | + ptime -m cargo clippy --no-default-features --all-targets |
200 | 2024-01-23T20:14:55.724Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
201 | 2024-01-23T20:14:57.734Z | Finished dev [unoptimized + debuginfo] target(s) in 2.10s |
202 | 2024-01-23T20:14:57.751Z | |
203 | 2024-01-23T20:14:57.770Z | real 2.400058840 |
204 | 2024-01-23T20:14:57.770Z | user 3.871953090 |
205 | 2024-01-23T20:14:57.771Z | sys 0.411977452 |
206 | 2024-01-23T20:14:57.771Z | trap 0.000637774 |
207 | 2024-01-23T20:14:57.771Z | tflt 0.000015167 |
208 | 2024-01-23T20:14:57.771Z | dflt 0.000048797 |
209 | 2024-01-23T20:14:57.771Z | kflt 0.000000000 |
210 | 2024-01-23T20:14:57.771Z | lock 5.823613134 |
211 | 2024-01-23T20:14:57.771Z | slp 9.946850434 |
212 | 2024-01-23T20:14:57.771Z | lat 0.003312044 |
213 | 2024-01-23T20:14:57.771Z | stop 0.014710139 |
214 | 2024-01-23T20:14:57.772Z | + header test |
215 | 2024-01-23T20:14:57.772Z | + echo '# ==== test ==== #' |
216 | 2024-01-23T20:14:57.772Z | # ==== test ==== # |
217 | 2024-01-23T20:14:57.772Z | + ptime -m cargo test |
218 | 2024-01-23T20:14:58.038Z | Compiling byteorder v1.5.0 |
219 | 2024-01-23T20:14:58.038Z | Compiling stable_deref_trait v1.2.0 |
220 | 2024-01-23T20:14:58.042Z | Compiling cobs v0.2.3 |
221 | 2024-01-23T20:14:58.042Z | Compiling managed v0.8.0 |
222 | 2024-01-23T20:14:58.042Z | Compiling cfg-if v1.0.0 |
223 | 2024-01-23T20:14:58.042Z | Compiling bitflags v1.3.2 |
224 | 2024-01-23T20:14:58.052Z | Compiling embedded-io v0.4.0 |
225 | 2024-01-23T20:14:58.052Z | Compiling serde v1.0.195 |
226 | 2024-01-23T20:14:58.167Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
227 | 2024-01-23T20:14:58.592Z | Compiling ipnetwork v0.20.0 |
228 | 2024-01-23T20:14:58.592Z | Compiling hash32 v0.3.1 |
229 | 2024-01-23T20:14:58.593Z | Compiling heapless v0.8.0 |
230 | 2024-01-23T20:14:59.496Z | Compiling smoltcp v0.11.0 |
231 | 2024-01-23T20:15:03.505Z | Compiling postcard v1.0.8 |
232 | 2024-01-23T20:15:04.225Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
233 | 2024-01-23T20:15:06.880Z | Finished test [unoptimized + debuginfo] target(s) in 9.05s |
234 | 2024-01-23T20:15:06.885Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-da67e1ac08eca140) |
235 | 2024-01-23T20:15:06.892Z | |
236 | 2024-01-23T20:15:06.892Z | running 22 tests |
237 | 2024-01-23T20:15:06.895Z | test encap::test::bad_vni ... ok |
238 | 2024-01-23T20:15:06.896Z | test encap::test::good_vni ... ok |
239 | 2024-01-23T20:15:06.896Z | test dns::tests::test_domain_name ... ok |
240 | 2024-01-23T20:15:06.896Z | test encap::test::vni_round_trip ... ok |
241 | 2024-01-23T20:15:06.896Z | test ip::test::bad_cidr ... ok |
242 | 2024-01-23T20:15:06.896Z | test ip::test::bad_prefix_len ... ok |
243 | 2024-01-23T20:15:06.896Z | test ip::test::dhcp_fqdn ... ok |
244 | 2024-01-23T20:15:06.896Z | test ip::test::ipv4_addr_bad ... ok |
245 | 2024-01-23T20:15:06.896Z | test ip::test::good_cidr ... ok |
246 | 2024-01-23T20:15:06.896Z | test ip::test::ipv4_addr_good ... ok |
247 | 2024-01-23T20:15:06.896Z | test ip::test::ipv4_mask ... ok |
248 | 2024-01-23T20:15:06.896Z | test ip::test::ipv6_cidr_is_member ... ok |
249 | 2024-01-23T20:15:06.896Z | test ip::test::ipv6_is_default ... ok |
250 | 2024-01-23T20:15:06.896Z | test ip::test::ipv6_mask ... ok |
251 | 2024-01-23T20:15:06.896Z | test ip::test::ipv6_prefix_len ... ok |
252 | 2024-01-23T20:15:06.896Z | test ip::test::test_ip_addr_from_str ... ok |
253 | 2024-01-23T20:15:06.896Z | test ip::test::test_ip_cidr_from_str ... ok |
254 | 2024-01-23T20:15:06.896Z | test ip::test::test_ipv6_from_const ... ok |
255 | 2024-01-23T20:15:06.896Z | test ip::test::test_ipv6_from_eui64 ... ok |
256 | 2024-01-23T20:15:06.896Z | test ip::test::test_ipv6_is_multicast ... ok |
257 | 2024-01-23T20:15:06.896Z | test ip::test::test_ipv6_multicast_mac ... ok |
258 | 2024-01-23T20:15:06.896Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
259 | 2024-01-23T20:15:06.896Z | |
260 | 2024-01-23T20:15:06.897Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
261 | 2024-01-23T20:15:06.897Z | |
262 | 2024-01-23T20:15:06.897Z | Doc-tests opte-api |
263 | 2024-01-23T20:15:07.191Z | |
264 | 2024-01-23T20:15:07.192Z | running 1 test |
265 | 2024-01-23T20:15:07.671Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 82) ... ok |
266 | 2024-01-23T20:15:07.672Z | |
267 | 2024-01-23T20:15:07.672Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s |
268 | 2024-01-23T20:15:07.672Z | |
269 | 2024-01-23T20:15:07.694Z | |
270 | 2024-01-23T20:15:07.695Z | real 9.937503683 |
271 | 2024-01-23T20:15:07.695Z | user 20.032274611 |
272 | 2024-01-23T20:15:07.695Z | sys 4.158184267 |
273 | 2024-01-23T20:15:07.695Z | trap 0.006736332 |
274 | 2024-01-23T20:15:07.697Z | tflt 0.048861230 |
275 | 2024-01-23T20:15:07.697Z | dflt 0.149197034 |
276 | 2024-01-23T20:15:07.701Z | kflt 0.000000000 |
277 | 2024-01-23T20:15:07.701Z | lock 39.206523669 |
278 | 2024-01-23T20:15:07.701Z | slp 42.207635855 |
279 | 2024-01-23T20:15:07.701Z | lat 0.425848540 |
280 | 2024-01-23T20:15:07.701Z | stop 0.351899085 |
281 | 2024-01-23T20:15:07.701Z | process exited: duration 59541 ms, exit code 0 |
|
282 | 2024-01-23T20:15:07.709Z | found 0 output files |