|
|
|
1 | 2024-11-21T18:43:12.736Z | job assigned to worker 01JD80GVS0DWVGAJV5C95QDZXA [factory aws, i-00736d42993bfc22e] (queued for 52 s) |
|
2 | 2024-11-21T18:43:21.279Z | starting task 0: "setup" |
3 | 2024-11-21T18:43:21.290Z | ++ uname -s |
4 | 2024-11-21T18:43:21.293Z | + kern=SunOS |
5 | 2024-11-21T18:43:21.293Z | + case "$kern" in |
6 | 2024-11-21T18:43:21.293Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:43:21.295Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:43:23.302Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:43:23.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:43:23.383Z | + home_fs=zfs |
11 | 2024-11-21T18:43:23.384Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:43:23.384Z | + mkdir -p /home/build |
13 | 2024-11-21T18:43:23.386Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:43:25.387Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:43:25.391Z | process exited: duration 4111 ms, exit code 0 |
|
16 | 2024-11-21T18:43:25.396Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:43:25.402Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:43:25.402Z | ' nightly-2024-11-18 |
19 | 2024-11-21T18:43:25.402Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-21T18:43:25.402Z | * toolchain profile = "default" |
21 | 2024-11-21T18:43:25.405Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-21T18:43:25.405Z | ' default |
23 | 2024-11-21T18:43:25.405Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:43:25.406Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-21T18:43:25.524Z | info: downloading installer |
26 | 2024-11-21T18:43:26.676Z | info: profile set to 'default' |
27 | 2024-11-21T18:43:26.676Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:43:26.679Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-21T18:43:26.813Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-21T18:43:26.814Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:43:27.552Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:43:27.834Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:43:28.838Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:43:30.467Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:43:36.192Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:43:36.411Z | info: installing component 'cargo' |
37 | 2024-11-21T18:43:37.230Z | info: installing component 'clippy' |
38 | 2024-11-21T18:43:37.606Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:43:39.289Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:43:41.145Z | info: installing component 'rustc' |
41 | 2024-11-21T18:43:46.972Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:43:47.307Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-21T18:43:47.307Z | |
44 | 2024-11-21T18:43:47.703Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-21T18:43:47.703Z | |
46 | 2024-11-21T18:43:47.706Z | |
47 | 2024-11-21T18:43:47.706Z | Rust is installed now. Great! |
48 | 2024-11-21T18:43:47.706Z | |
49 | 2024-11-21T18:43:47.706Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:43:47.707Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:43:47.707Z | |
52 | 2024-11-21T18:43:47.707Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:43:47.707Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:43:47.707Z | |
55 | 2024-11-21T18:43:47.707Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:43:47.707Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:43:47.707Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:43:47.785Z | + rustc --version |
59 | 2024-11-21T18:43:47.853Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-21T18:43:47.857Z | process exited: duration 22459 ms, exit code 0 |
|
61 | 2024-11-21T18:43:47.862Z | starting task 2: "authentication" |
62 | 2024-11-21T18:43:47.883Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-21T18:43:47.888Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:43:47.893Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-21T18:43:47.896Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-21T18:43:47.997Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-21T18:43:49.329Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-21T18:43:49.332Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
69 | 2024-11-21T18:43:49.580Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-21T18:43:49.582Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
71 | 2024-11-21T18:43:49.588Z | + [[ -n ingot-and-offload ]] |
72 | 2024-11-21T18:43:49.591Z | ++ git branch --show-current |
73 | 2024-11-21T18:43:49.591Z | + current=master |
74 | 2024-11-21T18:43:49.591Z | + [[ master != ingot-and-offload ]] |
75 | 2024-11-21T18:43:49.591Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
76 | 2024-11-21T18:43:49.595Z | + git checkout -f ingot-and-offload |
77 | 2024-11-21T18:43:49.617Z | Switched to branch 'ingot-and-offload' |
78 | 2024-11-21T18:43:49.619Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
79 | 2024-11-21T18:43:49.624Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
80 | 2024-11-21T18:43:49.626Z | process exited: duration 1736 ms, exit code 0 |
|
81 | 2024-11-21T18:43:49.632Z | starting task 4: "build" |
82 | 2024-11-21T18:43:49.637Z | + cargo --version |
83 | 2024-11-21T18:43:49.641Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-21T18:43:49.781Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-21T18:43:49.781Z | info: downloading component 'cargo' |
86 | 2024-11-21T18:43:50.502Z | info: downloading component 'clippy' |
87 | 2024-11-21T18:43:50.773Z | info: downloading component 'rust-docs' |
88 | 2024-11-21T18:43:51.789Z | info: downloading component 'rust-std' |
89 | 2024-11-21T18:43:53.421Z | info: downloading component 'rustc' |
90 | 2024-11-21T18:43:59.267Z | info: downloading component 'rustfmt' |
91 | 2024-11-21T18:43:59.572Z | info: installing component 'cargo' |
92 | 2024-11-21T18:44:00.360Z | info: installing component 'clippy' |
93 | 2024-11-21T18:44:00.726Z | info: installing component 'rust-docs' |
94 | 2024-11-21T18:44:02.427Z | info: installing component 'rust-std' |
95 | 2024-11-21T18:44:04.197Z | info: installing component 'rustc' |
96 | 2024-11-21T18:44:10.074Z | info: installing component 'rustfmt' |
97 | 2024-11-21T18:44:10.476Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-21T18:44:10.478Z | + rustc --version |
99 | 2024-11-21T18:44:10.547Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-21T18:44:10.551Z | + cd crates/opte-api |
101 | 2024-11-21T18:44:10.554Z | + header 'check API_VERSION' |
102 | 2024-11-21T18:44:10.554Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2024-11-21T18:44:10.555Z | # ==== check API_VERSION ==== # |
104 | 2024-11-21T18:44:10.555Z | + ./check-api-version.sh |
105 | 2024-11-21T18:44:10.564Z | + header 'check style' |
106 | 2024-11-21T18:44:10.566Z | + echo '# ==== check style ==== #' |
107 | 2024-11-21T18:44:10.566Z | # ==== check style ==== # |
108 | 2024-11-21T18:44:10.566Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2024-11-21T18:44:10.777Z | |
110 | 2024-11-21T18:44:10.777Z | real 0.208640329 |
111 | 2024-11-21T18:44:10.778Z | user 0.115393832 |
112 | 2024-11-21T18:44:10.778Z | sys 0.088676031 |
113 | 2024-11-21T18:44:10.778Z | trap 0.000003328 |
114 | 2024-11-21T18:44:10.778Z | tflt 0.000000000 |
115 | 2024-11-21T18:44:10.778Z | dflt 0.000000000 |
116 | 2024-11-21T18:44:10.778Z | kflt 0.000000000 |
117 | 2024-11-21T18:44:10.778Z | lock 0.000000000 |
118 | 2024-11-21T18:44:10.778Z | slp 0.122594485 |
119 | 2024-11-21T18:44:10.778Z | lat 0.000261679 |
120 | 2024-11-21T18:44:10.778Z | stop 0.000127424 |
121 | 2024-11-21T18:44:10.781Z | + header 'analyze std' |
122 | 2024-11-21T18:44:10.781Z | + echo '# ==== analyze std ==== #' |
123 | 2024-11-21T18:44:10.781Z | # ==== analyze std ==== # |
124 | 2024-11-21T18:44:10.781Z | + ptime -m cargo clippy --all-targets |
125 | 2024-11-21T18:44:10.992Z | Updating crates.io index |
126 | 2024-11-21T18:44:11.052Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2024-11-21T18:44:11.812Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2024-11-21T18:44:12.214Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2024-11-21T18:44:12.496Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-11-21T18:44:12.973Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-11-21T18:44:13.255Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2024-11-21T18:44:13.663Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-11-21T18:44:13.926Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-11-21T18:44:14.218Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-11-21T18:44:15.090Z | Downloading crates ... |
136 | 2024-11-21T18:44:15.181Z | Downloaded darling_core v0.20.10 |
137 | 2024-11-21T18:44:15.186Z | Downloaded darling_macro v0.20.10 |
138 | 2024-11-21T18:44:15.188Z | Downloaded darling v0.20.10 |
139 | 2024-11-21T18:44:15.201Z | Downloaded ident_case v1.0.1 |
140 | 2024-11-21T18:44:15.203Z | Downloaded bitflags v2.6.0 |
141 | 2024-11-21T18:44:15.210Z | Downloaded either v1.13.0 |
142 | 2024-11-21T18:44:15.215Z | Downloaded thiserror-impl v1.0.69 |
143 | 2024-11-21T18:44:15.217Z | Downloaded bitflags v1.3.2 |
144 | 2024-11-21T18:44:15.219Z | Downloaded version_check v0.9.5 |
145 | 2024-11-21T18:44:15.223Z | Downloaded proc-macro-error-attr v1.0.4 |
146 | 2024-11-21T18:44:15.223Z | Downloaded macaddr v1.0.1 |
147 | 2024-11-21T18:44:15.223Z | Downloaded ipnetwork v0.20.0 |
148 | 2024-11-21T18:44:15.225Z | Downloaded defmt-macros v0.3.9 |
149 | 2024-11-21T18:44:15.228Z | Downloaded stable_deref_trait v1.2.0 |
150 | 2024-11-21T18:44:15.228Z | Downloaded hash32 v0.3.1 |
151 | 2024-11-21T18:44:15.228Z | Downloaded strsim v0.11.1 |
152 | 2024-11-21T18:44:15.231Z | Downloaded embedded-io v0.4.0 |
153 | 2024-11-21T18:44:15.231Z | Downloaded defmt-parser v0.3.4 |
154 | 2024-11-21T18:44:15.233Z | Downloaded fnv v1.0.7 |
155 | 2024-11-21T18:44:15.233Z | Downloaded cfg-if v1.0.0 |
156 | 2024-11-21T18:44:15.233Z | Downloaded embedded-io v0.6.1 |
157 | 2024-11-21T18:44:15.235Z | Downloaded byteorder v1.5.0 |
158 | 2024-11-21T18:44:15.235Z | Downloaded defmt v0.3.8 |
159 | 2024-11-21T18:44:15.238Z | Downloaded managed v0.8.0 |
160 | 2024-11-21T18:44:15.241Z | Downloaded cobs v0.2.3 |
161 | 2024-11-21T18:44:15.243Z | Downloaded thiserror v1.0.69 |
162 | 2024-11-21T18:44:15.247Z | Downloaded proc-macro-error v1.0.4 |
163 | 2024-11-21T18:44:15.250Z | Downloaded quote v1.0.37 |
164 | 2024-11-21T18:44:15.255Z | Downloaded postcard v1.0.10 |
165 | 2024-11-21T18:44:15.267Z | Downloaded proc-macro2 v1.0.91 |
166 | 2024-11-21T18:44:15.280Z | Downloaded unicode-ident v1.0.13 |
167 | 2024-11-21T18:44:15.285Z | Downloaded serde_derive v1.0.215 |
168 | 2024-11-21T18:44:15.304Z | Downloaded zerocopy-derive v0.8.10 |
169 | 2024-11-21T18:44:15.308Z | Downloaded serde v1.0.215 |
170 | 2024-11-21T18:44:15.311Z | Downloaded heapless v0.8.0 |
171 | 2024-11-21T18:44:15.316Z | Downloaded memchr v2.7.4 |
172 | 2024-11-21T18:44:15.341Z | Downloaded itertools v0.13.0 |
173 | 2024-11-21T18:44:15.359Z | Downloaded aho-corasick v1.1.3 |
174 | 2024-11-21T18:44:15.381Z | Downloaded zerocopy v0.8.10 |
175 | 2024-11-21T18:44:15.403Z | Downloaded syn v1.0.109 |
176 | 2024-11-21T18:44:15.413Z | Downloaded regex v1.11.1 |
177 | 2024-11-21T18:44:15.425Z | Downloaded syn v2.0.89 |
178 | 2024-11-21T18:44:15.434Z | Downloaded smoltcp v0.11.0 |
179 | 2024-11-21T18:44:15.445Z | Downloaded regex-syntax v0.8.5 |
180 | 2024-11-21T18:44:15.463Z | Downloaded regex-automata v0.4.9 |
181 | 2024-11-21T18:44:15.586Z | Compiling proc-macro2 v1.0.91 |
182 | 2024-11-21T18:44:15.586Z | Compiling unicode-ident v1.0.13 |
183 | 2024-11-21T18:44:15.589Z | Compiling strsim v0.11.1 |
184 | 2024-11-21T18:44:15.589Z | Compiling memchr v2.7.4 |
185 | 2024-11-21T18:44:15.589Z | Compiling ident_case v1.0.1 |
186 | 2024-11-21T18:44:15.589Z | Compiling fnv v1.0.7 |
187 | 2024-11-21T18:44:15.589Z | Compiling regex-syntax v0.8.5 |
188 | 2024-11-21T18:44:15.589Z | Compiling either v1.13.0 |
189 | 2024-11-21T18:44:15.743Z | Compiling zerocopy v0.8.10 |
190 | 2024-11-21T18:44:15.771Z | Compiling serde v1.0.215 |
191 | 2024-11-21T18:44:15.772Z | Compiling heapless v0.8.0 |
192 | 2024-11-21T18:44:16.011Z | Compiling itertools v0.13.0 |
193 | 2024-11-21T18:44:16.332Z | Checking byteorder v1.5.0 |
194 | 2024-11-21T18:44:16.407Z | Checking stable_deref_trait v1.2.0 |
195 | 2024-11-21T18:44:16.488Z | Compiling smoltcp v0.11.0 |
196 | 2024-11-21T18:44:16.554Z | Compiling aho-corasick v1.1.3 |
197 | 2024-11-21T18:44:16.612Z | Checking hash32 v0.3.1 |
198 | 2024-11-21T18:44:16.623Z | Checking macaddr v1.0.1 |
199 | 2024-11-21T18:44:16.873Z | Checking bitflags v2.6.0 |
200 | 2024-11-21T18:44:16.984Z | Checking cobs v0.2.3 |
201 | 2024-11-21T18:44:17.122Z | Checking cfg-if v1.0.0 |
202 | 2024-11-21T18:44:17.132Z | Checking bitflags v1.3.2 |
203 | 2024-11-21T18:44:17.145Z | Checking managed v0.8.0 |
204 | 2024-11-21T18:44:17.198Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
205 | 2024-11-21T18:44:17.217Z | Checking ipnetwork v0.20.0 |
206 | 2024-11-21T18:44:17.489Z | Compiling quote v1.0.37 |
207 | 2024-11-21T18:44:17.993Z | Compiling syn v2.0.89 |
208 | 2024-11-21T18:44:18.921Z | Compiling regex-automata v0.4.9 |
209 | 2024-11-21T18:44:21.671Z | Compiling regex v1.11.1 |
210 | 2024-11-21T18:44:22.443Z | Compiling darling_core v0.20.10 |
211 | 2024-11-21T18:44:23.884Z | Compiling serde_derive v1.0.215 |
212 | 2024-11-21T18:44:23.884Z | Compiling zerocopy-derive v0.8.10 |
213 | 2024-11-21T18:44:25.349Z | Compiling darling_macro v0.20.10 |
214 | 2024-11-21T18:44:25.992Z | Compiling darling v0.20.10 |
215 | 2024-11-21T18:44:26.066Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
216 | 2024-11-21T18:44:29.359Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
217 | 2024-11-21T18:44:30.702Z | Checking postcard v1.0.10 |
218 | 2024-11-21T18:44:30.705Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
219 | 2024-11-21T18:44:31.989Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
220 | 2024-11-21T18:44:33.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s |
221 | 2024-11-21T18:44:33.440Z | |
222 | 2024-11-21T18:44:33.440Z | real 22.654826978 |
223 | 2024-11-21T18:44:33.440Z | user 1:00.261776269 |
224 | 2024-11-21T18:44:33.440Z | sys 13.110503373 |
225 | 2024-11-21T18:44:33.440Z | trap 0.024458440 |
226 | 2024-11-21T18:44:33.440Z | tflt 0.195004344 |
227 | 2024-11-21T18:44:33.443Z | dflt 0.874091988 |
228 | 2024-11-21T18:44:33.443Z | kflt 0.002283800 |
229 | 2024-11-21T18:44:33.443Z | lock 1:19.831236940 |
230 | 2024-11-21T18:44:33.443Z | slp 3:18.505592241 |
231 | 2024-11-21T18:44:33.444Z | lat 2.133403634 |
232 | 2024-11-21T18:44:33.444Z | stop 4.006291874 |
233 | 2024-11-21T18:44:33.444Z | + header 'analyze no_std' |
234 | 2024-11-21T18:44:33.444Z | + echo '# ==== analyze no_std ==== #' |
235 | 2024-11-21T18:44:33.444Z | # ==== analyze no_std ==== # |
236 | 2024-11-21T18:44:33.444Z | + ptime -m cargo clippy --no-default-features --all-targets |
237 | 2024-11-21T18:44:33.657Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
238 | 2024-11-21T18:44:34.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
239 | 2024-11-21T18:44:34.998Z | |
240 | 2024-11-21T18:44:35.001Z | real 1.552758299 |
241 | 2024-11-21T18:44:35.001Z | user 2.397525947 |
242 | 2024-11-21T18:44:35.001Z | sys 0.355454592 |
243 | 2024-11-21T18:44:35.001Z | trap 0.000306323 |
244 | 2024-11-21T18:44:35.001Z | tflt 0.000017368 |
245 | 2024-11-21T18:44:35.001Z | dflt 0.000027997 |
246 | 2024-11-21T18:44:35.001Z | kflt 0.000000000 |
247 | 2024-11-21T18:44:35.001Z | lock 3.001595007 |
248 | 2024-11-21T18:44:35.001Z | slp 6.402644014 |
249 | 2024-11-21T18:44:35.001Z | lat 0.001701532 |
250 | 2024-11-21T18:44:35.001Z | stop 0.065756306 |
251 | 2024-11-21T18:44:35.001Z | + header test |
252 | 2024-11-21T18:44:35.001Z | + echo '# ==== test ==== #' |
253 | 2024-11-21T18:44:35.002Z | # ==== test ==== # |
254 | 2024-11-21T18:44:35.002Z | + ptime -m cargo test |
255 | 2024-11-21T18:44:35.236Z | Compiling byteorder v1.5.0 |
256 | 2024-11-21T18:44:35.239Z | Compiling stable_deref_trait v1.2.0 |
257 | 2024-11-21T18:44:35.239Z | Compiling macaddr v1.0.1 |
258 | 2024-11-21T18:44:35.239Z | Compiling managed v0.8.0 |
259 | 2024-11-21T18:44:35.239Z | Compiling cfg-if v1.0.0 |
260 | 2024-11-21T18:44:35.244Z | Compiling serde v1.0.215 |
261 | 2024-11-21T18:44:35.247Z | Compiling zerocopy v0.8.10 |
262 | 2024-11-21T18:44:35.249Z | Compiling cobs v0.2.3 |
263 | 2024-11-21T18:44:35.309Z | Compiling bitflags v1.3.2 |
264 | 2024-11-21T18:44:35.328Z | Compiling bitflags v2.6.0 |
265 | 2024-11-21T18:44:35.385Z | Compiling ipnetwork v0.20.0 |
266 | 2024-11-21T18:44:35.521Z | Compiling hash32 v0.3.1 |
267 | 2024-11-21T18:44:35.539Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-11-21T18:44:35.632Z | Compiling heapless v0.8.0 |
269 | 2024-11-21T18:44:36.271Z | Compiling smoltcp v0.11.0 |
270 | 2024-11-21T18:44:37.572Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-11-21T18:44:38.857Z | Compiling postcard v1.0.10 |
272 | 2024-11-21T18:44:38.857Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
273 | 2024-11-21T18:44:40.259Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
274 | 2024-11-21T18:44:42.112Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 7.06s |
275 | 2024-11-21T18:44:42.127Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a509ee691662110e) |
276 | 2024-11-21T18:44:42.138Z | |
277 | 2024-11-21T18:44:42.138Z | running 22 tests |
278 | 2024-11-21T18:44:42.141Z | test encap::test::vni_round_trip ... ok |
279 | 2024-11-21T18:44:42.141Z | test encap::test::good_vni ... ok |
280 | 2024-11-21T18:44:42.141Z | test encap::test::bad_vni ... ok |
281 | 2024-11-21T18:44:42.141Z | test dns::tests::test_domain_name ... ok |
282 | 2024-11-21T18:44:42.141Z | test ip::test::bad_cidr ... ok |
283 | 2024-11-21T18:44:42.141Z | test ip::test::bad_prefix_len ... ok |
284 | 2024-11-21T18:44:42.142Z | test ip::test::dhcp_fqdn ... ok |
285 | 2024-11-21T18:44:42.142Z | test ip::test::good_cidr ... ok |
286 | 2024-11-21T18:44:42.142Z | test ip::test::ipv4_addr_good ... ok |
287 | 2024-11-21T18:44:42.142Z | test ip::test::ipv4_addr_bad ... ok |
288 | 2024-11-21T18:44:42.142Z | test ip::test::ipv4_mask ... ok |
289 | 2024-11-21T18:44:42.142Z | test ip::test::ipv6_is_default ... ok |
290 | 2024-11-21T18:44:42.142Z | test ip::test::ipv6_cidr_is_member ... ok |
291 | 2024-11-21T18:44:42.142Z | test ip::test::ipv6_mask ... ok |
292 | 2024-11-21T18:44:42.142Z | test ip::test::test_ip_addr_from_str ... ok |
293 | 2024-11-21T18:44:42.142Z | test ip::test::ipv6_prefix_len ... ok |
294 | 2024-11-21T18:44:42.142Z | test ip::test::test_ipv6_from_const ... ok |
295 | 2024-11-21T18:44:42.142Z | test ip::test::test_ipv6_from_eui64 ... ok |
296 | 2024-11-21T18:44:42.142Z | test ip::test::test_ipv6_is_multicast ... ok |
297 | 2024-11-21T18:44:42.142Z | test ip::test::test_ip_cidr_from_str ... ok |
298 | 2024-11-21T18:44:42.142Z | test ip::test::test_ipv6_multicast_mac ... ok |
299 | 2024-11-21T18:44:42.142Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
300 | 2024-11-21T18:44:42.142Z | |
301 | 2024-11-21T18:44:42.142Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
302 | 2024-11-21T18:44:42.143Z | |
303 | 2024-11-21T18:44:42.143Z | Doc-tests opte_api |
304 | 2024-11-21T18:44:42.320Z | |
305 | 2024-11-21T18:44:42.320Z | running 1 test |
306 | 2024-11-21T18:44:42.686Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
307 | 2024-11-21T18:44:42.686Z | |
308 | 2024-11-21T18:44:42.689Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s |
309 | 2024-11-21T18:44:42.689Z | |
310 | 2024-11-21T18:44:42.705Z | |
311 | 2024-11-21T18:44:42.709Z | real 7.697316155 |
312 | 2024-11-21T18:44:42.709Z | user 16.636490311 |
313 | 2024-11-21T18:44:42.709Z | sys 4.168009414 |
314 | 2024-11-21T18:44:42.709Z | trap 0.004875657 |
315 | 2024-11-21T18:44:42.709Z | tflt 0.076220360 |
316 | 2024-11-21T18:44:42.709Z | dflt 0.150952839 |
317 | 2024-11-21T18:44:42.709Z | kflt 0.000001839 |
318 | 2024-11-21T18:44:42.709Z | lock 26.061545445 |
319 | 2024-11-21T18:44:42.709Z | slp 54.815316906 |
320 | 2024-11-21T18:44:42.709Z | lat 0.722521122 |
321 | 2024-11-21T18:44:42.709Z | stop 0.636710072 |
322 | 2024-11-21T18:44:42.709Z | process exited: duration 53071 ms, exit code 0 |
|
323 | 2024-11-21T18:44:42.715Z | found 0 output files |