|
|
|
1 | 2024-12-16T18:38:05.435Z | job assigned to worker 01JF8C5B640Z76J0BGW5VB9QQ9 [factory gimlet-EVT22200007-propolis, EVT22200007/20473] (queued for 0 s) |
|
2 | 2024-12-16T18:38:06.167Z | starting task 0: "setup" |
3 | 2024-12-16T18:38:06.191Z | ++ uname -s |
4 | 2024-12-16T18:38:06.191Z | + kern=SunOS |
5 | 2024-12-16T18:38:06.191Z | + case "$kern" in |
6 | 2024-12-16T18:38:06.191Z | + groupadd -g 12345 build |
7 | 2024-12-16T18:38:06.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T18:38:08.193Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T18:38:08.236Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T18:38:08.260Z | + home_fs=zfs |
11 | 2024-12-16T18:38:08.260Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T18:38:08.260Z | + mkdir -p /home/build |
13 | 2024-12-16T18:38:08.260Z | + chown build:build /home/build /work |
14 | 2024-12-16T18:38:10.246Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T18:38:10.269Z | process exited: duration 4082 ms, exit code 0 |
|
16 | 2024-12-16T18:38:10.316Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T18:38:10.340Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T18:38:10.341Z | * toolchain channel = "nightly-2024-11-18" |
19 | 2024-12-16T18:38:10.341Z | * toolchain profile = "default" |
20 | 2024-12-16T18:38:10.341Z | ' nightly-2024-11-18 |
21 | 2024-12-16T18:38:10.341Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-16T18:38:10.341Z | ' default |
23 | 2024-12-16T18:38:10.341Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T18:38:10.341Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-16T18:38:10.465Z | info: downloading installer |
26 | 2024-12-16T18:38:10.847Z | info: profile set to 'default' |
27 | 2024-12-16T18:38:10.847Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T18:38:10.848Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-16T18:38:10.951Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-16T18:38:10.951Z | info: downloading component 'cargo' |
31 | 2024-12-16T18:38:11.070Z | info: downloading component 'clippy' |
32 | 2024-12-16T18:38:11.135Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T18:38:11.294Z | info: downloading component 'rust-std' |
34 | 2024-12-16T18:38:11.545Z | info: downloading component 'rustc' |
35 | 2024-12-16T18:38:12.460Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T18:38:12.500Z | info: installing component 'cargo' |
37 | 2024-12-16T18:38:13.618Z | info: installing component 'clippy' |
38 | 2024-12-16T18:38:14.073Z | info: installing component 'rust-docs' |
39 | 2024-12-16T18:38:17.082Z | info: installing component 'rust-std' |
40 | 2024-12-16T18:38:19.176Z | info: installing component 'rustc' |
41 | 2024-12-16T18:38:26.204Z | info: installing component 'rustfmt' |
42 | 2024-12-16T18:38:26.580Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-16T18:38:26.580Z | |
44 | 2024-12-16T18:38:26.736Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-16T18:38:26.736Z | |
46 | 2024-12-16T18:38:26.760Z | |
47 | 2024-12-16T18:38:26.760Z | Rust is installed now. Great! |
48 | 2024-12-16T18:38:26.760Z | |
49 | 2024-12-16T18:38:26.760Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T18:38:26.760Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T18:38:26.760Z | |
52 | 2024-12-16T18:38:26.760Z | To configure your current shell, you need to source |
53 | 2024-12-16T18:38:26.760Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T18:38:26.760Z | |
55 | 2024-12-16T18:38:26.760Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T18:38:26.760Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T18:38:26.760Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T18:38:26.828Z | + rustc --version |
59 | 2024-12-16T18:38:26.948Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-16T18:38:26.971Z | process exited: duration 16635 ms, exit code 0 |
|
61 | 2024-12-16T18:38:27.022Z | starting task 2: "authentication" |
62 | 2024-12-16T18:38:27.078Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-12-16T18:38:27.125Z | starting task 3: "clone repository" |
64 | 2024-12-16T18:38:27.149Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-16T18:38:27.149Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-16T18:38:27.173Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-16T18:38:28.038Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-16T18:38:28.038Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
69 | 2024-12-16T18:38:28.393Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-16T18:38:28.393Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
71 | 2024-12-16T18:38:28.417Z | + [[ -n rwlock ]] |
72 | 2024-12-16T18:38:28.417Z | ++ git branch --show-current |
73 | 2024-12-16T18:38:28.417Z | + current=master |
74 | 2024-12-16T18:38:28.417Z | + [[ master != rwlock ]] |
75 | 2024-12-16T18:38:28.417Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
76 | 2024-12-16T18:38:28.441Z | + git checkout -f rwlock |
77 | 2024-12-16T18:38:28.464Z | Switched to branch 'rwlock' |
78 | 2024-12-16T18:38:28.464Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
79 | 2024-12-16T18:38:28.489Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
80 | 2024-12-16T18:38:28.489Z | process exited: duration 1352 ms, exit code 0 |
|
81 | 2024-12-16T18:38:28.538Z | starting task 4: "build" |
82 | 2024-12-16T18:38:28.561Z | + cargo --version |
83 | 2024-12-16T18:38:28.561Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-16T18:38:28.683Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-16T18:38:28.683Z | info: downloading component 'cargo' |
86 | 2024-12-16T18:38:28.832Z | info: downloading component 'clippy' |
87 | 2024-12-16T18:38:28.883Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T18:38:29.061Z | info: downloading component 'rust-std' |
89 | 2024-12-16T18:38:29.449Z | info: downloading component 'rustc' |
90 | 2024-12-16T18:38:30.431Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T18:38:30.476Z | info: installing component 'cargo' |
92 | 2024-12-16T18:38:31.553Z | info: installing component 'clippy' |
93 | 2024-12-16T18:38:31.996Z | info: installing component 'rust-docs' |
94 | 2024-12-16T18:38:34.676Z | info: installing component 'rust-std' |
95 | 2024-12-16T18:38:36.643Z | info: installing component 'rustc' |
96 | 2024-12-16T18:38:43.219Z | info: installing component 'rustfmt' |
97 | 2024-12-16T18:38:43.695Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-16T18:38:43.718Z | + rustc --version |
99 | 2024-12-16T18:38:43.797Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-16T18:38:43.828Z | + cd crates/opte-api |
101 | 2024-12-16T18:38:43.828Z | + header 'check API_VERSION' |
102 | 2024-12-16T18:38:43.828Z | # ==== check API_VERSION ==== # |
103 | 2024-12-16T18:38:43.828Z | + echo '# ==== check API_VERSION ==== #' |
104 | 2024-12-16T18:38:43.828Z | + ./check-api-version.sh |
105 | 2024-12-16T18:38:43.828Z | + header 'check style' |
106 | 2024-12-16T18:38:43.829Z | # ==== check style ==== # |
107 | 2024-12-16T18:38:43.829Z | + echo '# ==== check style ==== #' |
108 | 2024-12-16T18:38:43.829Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2024-12-16T18:38:44.108Z | |
110 | 2024-12-16T18:38:44.108Z | real 0.277389826 |
111 | 2024-12-16T18:38:44.108Z | user 0.143281090 |
112 | 2024-12-16T18:38:44.108Z | sys 0.124739338 |
113 | 2024-12-16T18:38:44.109Z | trap 0.000026852 |
114 | 2024-12-16T18:38:44.109Z | tflt 0.000000000 |
115 | 2024-12-16T18:38:44.109Z | dflt 0.000000000 |
116 | 2024-12-16T18:38:44.109Z | kflt 0.000000000 |
117 | 2024-12-16T18:38:44.109Z | lock 0.000000000 |
118 | 2024-12-16T18:38:44.109Z | slp 0.156864359 |
119 | 2024-12-16T18:38:44.109Z | lat 0.002896882 |
120 | 2024-12-16T18:38:44.109Z | stop 0.000734341 |
121 | 2024-12-16T18:38:44.133Z | + header 'analyze std' |
122 | 2024-12-16T18:38:44.133Z | + echo '# ==== analyze std ==== #' |
123 | 2024-12-16T18:38:44.133Z | # ==== analyze std ==== # |
124 | 2024-12-16T18:38:44.133Z | + ptime -m cargo clippy --all-targets |
125 | 2024-12-16T18:38:44.390Z | Updating crates.io index |
126 | 2024-12-16T18:38:44.456Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2024-12-16T18:38:45.251Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2024-12-16T18:38:45.657Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2024-12-16T18:38:45.977Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-12-16T18:38:46.464Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-12-16T18:38:46.834Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2024-12-16T18:38:47.181Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-12-16T18:38:47.512Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-12-16T18:38:47.867Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-12-16T18:38:48.860Z | Downloading crates ... |
136 | 2024-12-16T18:38:48.898Z | Downloaded bitflags v1.3.2 |
137 | 2024-12-16T18:38:48.922Z | Downloaded cfg-if v1.0.0 |
138 | 2024-12-16T18:38:48.922Z | Downloaded proc-macro-error-attr2 v2.0.0 |
139 | 2024-12-16T18:38:48.922Z | Downloaded thiserror-impl v2.0.7 |
140 | 2024-12-16T18:38:48.922Z | Downloaded unicode-ident v1.0.14 |
141 | 2024-12-16T18:38:48.946Z | Downloaded serde_derive v1.0.216 |
142 | 2024-12-16T18:38:48.946Z | Downloaded zerocopy-derive v0.8.13 |
143 | 2024-12-16T18:38:48.946Z | Downloaded memchr v2.7.4 |
144 | 2024-12-16T18:38:48.970Z | Downloaded heapless v0.8.0 |
145 | 2024-12-16T18:38:48.970Z | Downloaded itertools v0.13.0 |
146 | 2024-12-16T18:38:48.970Z | Downloaded serde v1.0.216 |
147 | 2024-12-16T18:38:48.970Z | Downloaded proc-macro2 v1.0.92 |
148 | 2024-12-16T18:38:48.970Z | Downloaded darling_core v0.20.10 |
149 | 2024-12-16T18:38:48.994Z | Downloaded zerocopy v0.8.13 |
150 | 2024-12-16T18:38:49.018Z | Downloaded thiserror v2.0.7 |
151 | 2024-12-16T18:38:49.018Z | Downloaded regex v1.11.1 |
152 | 2024-12-16T18:38:49.042Z | Downloaded quote v1.0.37 |
153 | 2024-12-16T18:38:49.042Z | Downloaded smoltcp v0.11.0 |
154 | 2024-12-16T18:38:49.042Z | Downloaded regex-syntax v0.8.5 |
155 | 2024-12-16T18:38:49.066Z | Downloaded syn v2.0.90 |
156 | 2024-12-16T18:38:49.066Z | Downloaded proc-macro-error2 v2.0.1 |
157 | 2024-12-16T18:38:49.066Z | Downloaded postcard v1.1.1 |
158 | 2024-12-16T18:38:49.066Z | Downloaded hash32 v0.3.1 |
159 | 2024-12-16T18:38:49.090Z | Downloaded embedded-io v0.6.1 |
160 | 2024-12-16T18:38:49.091Z | Downloaded embedded-io v0.4.0 |
161 | 2024-12-16T18:38:49.091Z | Downloaded defmt-parser v0.4.1 |
162 | 2024-12-16T18:38:49.091Z | Downloaded regex-automata v0.4.9 |
163 | 2024-12-16T18:38:49.091Z | Downloaded defmt-macros v0.4.0 |
164 | 2024-12-16T18:38:49.115Z | Downloaded defmt v0.3.10 |
165 | 2024-12-16T18:38:49.115Z | Downloaded aho-corasick v1.1.3 |
166 | 2024-12-16T18:38:49.115Z | Downloaded strsim v0.11.1 |
167 | 2024-12-16T18:38:49.115Z | Downloaded stable_deref_trait v1.2.0 |
168 | 2024-12-16T18:38:49.115Z | Downloaded managed v0.8.0 |
169 | 2024-12-16T18:38:49.115Z | Downloaded macaddr v1.0.1 |
170 | 2024-12-16T18:38:49.115Z | Downloaded ipnetwork v0.20.0 |
171 | 2024-12-16T18:38:49.115Z | Downloaded fnv v1.0.7 |
172 | 2024-12-16T18:38:49.115Z | Downloaded either v1.13.0 |
173 | 2024-12-16T18:38:49.115Z | Downloaded darling_macro v0.20.10 |
174 | 2024-12-16T18:38:49.115Z | Downloaded cobs v0.2.3 |
175 | 2024-12-16T18:38:49.115Z | Downloaded ident_case v1.0.1 |
176 | 2024-12-16T18:38:49.115Z | Downloaded darling v0.20.10 |
177 | 2024-12-16T18:38:49.139Z | Downloaded byteorder v1.5.0 |
178 | 2024-12-16T18:38:49.139Z | Downloaded bitflags v2.6.0 |
179 | 2024-12-16T18:38:49.187Z | Compiling proc-macro2 v1.0.92 |
180 | 2024-12-16T18:38:49.210Z | Compiling unicode-ident v1.0.14 |
181 | 2024-12-16T18:38:49.210Z | Compiling fnv v1.0.7 |
182 | 2024-12-16T18:38:49.210Z | Compiling ident_case v1.0.1 |
183 | 2024-12-16T18:38:49.210Z | Compiling strsim v0.11.1 |
184 | 2024-12-16T18:38:49.210Z | Compiling memchr v2.7.4 |
185 | 2024-12-16T18:38:49.211Z | Compiling regex-syntax v0.8.5 |
186 | 2024-12-16T18:38:49.211Z | Compiling serde v1.0.216 |
187 | 2024-12-16T18:38:49.346Z | Compiling either v1.13.0 |
188 | 2024-12-16T18:38:49.374Z | Compiling zerocopy v0.8.13 |
189 | 2024-12-16T18:38:49.398Z | Checking byteorder v1.5.0 |
190 | 2024-12-16T18:38:49.635Z | Compiling itertools v0.13.0 |
191 | 2024-12-16T18:38:49.663Z | Compiling heapless v0.8.0 |
192 | 2024-12-16T18:38:49.796Z | Checking hash32 v0.3.1 |
193 | 2024-12-16T18:38:49.830Z | Checking macaddr v1.0.1 |
194 | 2024-12-16T18:38:49.930Z | Checking stable_deref_trait v1.2.0 |
195 | 2024-12-16T18:38:49.991Z | Compiling aho-corasick v1.1.3 |
196 | 2024-12-16T18:38:50.032Z | Compiling smoltcp v0.11.0 |
197 | 2024-12-16T18:38:50.063Z | Checking managed v0.8.0 |
198 | 2024-12-16T18:38:50.350Z | Checking cfg-if v1.0.0 |
199 | 2024-12-16T18:38:50.377Z | Checking cobs v0.2.3 |
200 | 2024-12-16T18:38:50.420Z | Checking bitflags v1.3.2 |
201 | 2024-12-16T18:38:50.500Z | Checking bitflags v2.6.0 |
202 | 2024-12-16T18:38:50.524Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
203 | 2024-12-16T18:38:50.556Z | Checking ipnetwork v0.20.0 |
204 | 2024-12-16T18:38:50.695Z | warning: passing a unit value to a function |
205 | 2024-12-16T18:38:50.695Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
206 | 2024-12-16T18:38:50.695Z | | |
207 | 2024-12-16T18:38:50.695Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
208 | 2024-12-16T18:38:50.695Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
209 | 2024-12-16T18:38:50.696Z | | |
210 | 2024-12-16T18:38:50.696Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
211 | 2024-12-16T18:38:50.696Z | = note: `#[warn(clippy::unit_arg)]` on by default |
212 | 2024-12-16T18:38:50.696Z | help: move the expression in front of the call and replace it with the unit literal `()` |
213 | 2024-12-16T18:38:50.696Z | | |
214 | 2024-12-16T18:38:50.696Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
215 | 2024-12-16T18:38:50.696Z | 183 ~ core::hint::black_box(()); |
216 | 2024-12-16T18:38:50.696Z | | |
217 | 2024-12-16T18:38:50.696Z | |
218 | 2024-12-16T18:38:50.720Z | Compiling quote v1.0.37 |
219 | 2024-12-16T18:38:50.720Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
220 | 2024-12-16T18:38:50.964Z | Compiling syn v2.0.90 |
221 | 2024-12-16T18:38:51.809Z | Compiling regex-automata v0.4.9 |
222 | 2024-12-16T18:38:54.813Z | Compiling regex v1.11.1 |
223 | 2024-12-16T18:38:55.541Z | Compiling darling_core v0.20.10 |
224 | 2024-12-16T18:38:56.462Z | Compiling serde_derive v1.0.216 |
225 | 2024-12-16T18:38:56.462Z | Compiling zerocopy-derive v0.8.13 |
226 | 2024-12-16T18:38:57.999Z | Compiling darling_macro v0.20.10 |
227 | 2024-12-16T18:38:58.697Z | Compiling darling v0.20.10 |
228 | 2024-12-16T18:38:58.782Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
229 | 2024-12-16T18:39:01.942Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
230 | 2024-12-16T18:39:03.022Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
231 | 2024-12-16T18:39:03.022Z | Checking postcard v1.1.1 |
232 | 2024-12-16T18:39:04.507Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
233 | 2024-12-16T18:39:06.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.82s |
234 | 2024-12-16T18:39:06.230Z | |
235 | 2024-12-16T18:39:06.254Z | real 22.111354234 |
236 | 2024-12-16T18:39:06.254Z | user 54.865513325 |
237 | 2024-12-16T18:39:06.254Z | sys 9.725974093 |
238 | 2024-12-16T18:39:06.254Z | trap 0.017327490 |
239 | 2024-12-16T18:39:06.254Z | tflt 0.135679421 |
240 | 2024-12-16T18:39:06.254Z | dflt 0.512964019 |
241 | 2024-12-16T18:39:06.254Z | kflt 0.018655114 |
242 | 2024-12-16T18:39:06.254Z | lock 1:06.504292513 |
243 | 2024-12-16T18:39:06.254Z | slp 2:59.521177628 |
244 | 2024-12-16T18:39:06.254Z | lat 1.325286292 |
245 | 2024-12-16T18:39:06.255Z | stop 3.808753129 |
246 | 2024-12-16T18:39:06.255Z | + header 'analyze no_std' |
247 | 2024-12-16T18:39:06.255Z | + echo '# ==== analyze no_std ==== #' |
248 | 2024-12-16T18:39:06.255Z | # ==== analyze no_std ==== # |
249 | 2024-12-16T18:39:06.255Z | + ptime -m cargo clippy --no-default-features --all-targets |
250 | 2024-12-16T18:39:06.512Z | warning: passing a unit value to a function |
251 | 2024-12-16T18:39:06.512Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
252 | 2024-12-16T18:39:06.512Z | | |
253 | 2024-12-16T18:39:06.512Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
254 | 2024-12-16T18:39:06.512Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
255 | 2024-12-16T18:39:06.512Z | | |
256 | 2024-12-16T18:39:06.512Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
257 | 2024-12-16T18:39:06.512Z | = note: `#[warn(clippy::unit_arg)]` on by default |
258 | 2024-12-16T18:39:06.512Z | help: move the expression in front of the call and replace it with the unit literal `()` |
259 | 2024-12-16T18:39:06.512Z | | |
260 | 2024-12-16T18:39:06.512Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
261 | 2024-12-16T18:39:06.512Z | 183 ~ core::hint::black_box(()); |
262 | 2024-12-16T18:39:06.512Z | | |
263 | 2024-12-16T18:39:06.512Z | |
264 | 2024-12-16T18:39:06.512Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
265 | 2024-12-16T18:39:06.512Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
266 | 2024-12-16T18:39:08.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
267 | 2024-12-16T18:39:08.167Z | |
268 | 2024-12-16T18:39:08.192Z | real 1.926689775 |
269 | 2024-12-16T18:39:08.192Z | user 2.876142132 |
270 | 2024-12-16T18:39:08.192Z | sys 0.372780004 |
271 | 2024-12-16T18:39:08.192Z | trap 0.000423287 |
272 | 2024-12-16T18:39:08.192Z | tflt 0.000013385 |
273 | 2024-12-16T18:39:08.192Z | dflt 0.000040038 |
274 | 2024-12-16T18:39:08.192Z | kflt 0.000000000 |
275 | 2024-12-16T18:39:08.192Z | lock 4.080853185 |
276 | 2024-12-16T18:39:08.192Z | slp 7.629453619 |
277 | 2024-12-16T18:39:08.192Z | lat 0.003292202 |
278 | 2024-12-16T18:39:08.192Z | stop 0.024286876 |
279 | 2024-12-16T18:39:08.192Z | + header test |
280 | 2024-12-16T18:39:08.192Z | + echo '# ==== test ==== #' |
281 | 2024-12-16T18:39:08.192Z | # ==== test ==== # |
282 | 2024-12-16T18:39:08.192Z | + ptime -m cargo test |
283 | 2024-12-16T18:39:08.460Z | Compiling byteorder v1.5.0 |
284 | 2024-12-16T18:39:08.460Z | Compiling stable_deref_trait v1.2.0 |
285 | 2024-12-16T18:39:08.483Z | Compiling macaddr v1.0.1 |
286 | 2024-12-16T18:39:08.483Z | Compiling cobs v0.2.3 |
287 | 2024-12-16T18:39:08.483Z | Compiling cfg-if v1.0.0 |
288 | 2024-12-16T18:39:08.483Z | Compiling serde v1.0.216 |
289 | 2024-12-16T18:39:08.483Z | Compiling zerocopy v0.8.13 |
290 | 2024-12-16T18:39:08.483Z | Compiling managed v0.8.0 |
291 | 2024-12-16T18:39:08.552Z | Compiling bitflags v2.6.0 |
292 | 2024-12-16T18:39:08.575Z | Compiling bitflags v1.3.2 |
293 | 2024-12-16T18:39:08.635Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
294 | 2024-12-16T18:39:08.733Z | Compiling hash32 v0.3.1 |
295 | 2024-12-16T18:39:08.757Z | Compiling ipnetwork v0.20.0 |
296 | 2024-12-16T18:39:08.840Z | Compiling heapless v0.8.0 |
297 | 2024-12-16T18:39:09.430Z | Compiling smoltcp v0.11.0 |
298 | 2024-12-16T18:39:10.594Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
299 | 2024-12-16T18:39:12.074Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
300 | 2024-12-16T18:39:12.074Z | Compiling postcard v1.1.1 |
301 | 2024-12-16T18:39:13.554Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
302 | 2024-12-16T18:39:15.472Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 7.23s |
303 | 2024-12-16T18:39:15.496Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-4b8f68b7009c2177) |
304 | 2024-12-16T18:39:15.496Z | |
305 | 2024-12-16T18:39:15.496Z | running 22 tests |
306 | 2024-12-16T18:39:15.520Z | test encap::test::bad_vni ... ok |
307 | 2024-12-16T18:39:15.520Z | test encap::test::good_vni ... ok |
308 | 2024-12-16T18:39:15.520Z | test dns::tests::test_domain_name ... ok |
309 | 2024-12-16T18:39:15.520Z | test encap::test::vni_round_trip ... ok |
310 | 2024-12-16T18:39:15.520Z | test ip::test::bad_cidr ... ok |
311 | 2024-12-16T18:39:15.520Z | test ip::test::bad_prefix_len ... ok |
312 | 2024-12-16T18:39:15.520Z | test ip::test::dhcp_fqdn ... ok |
313 | 2024-12-16T18:39:15.520Z | test ip::test::good_cidr ... ok |
314 | 2024-12-16T18:39:15.520Z | test ip::test::ipv4_addr_good ... ok |
315 | 2024-12-16T18:39:15.520Z | test ip::test::ipv4_mask ... ok |
316 | 2024-12-16T18:39:15.520Z | test ip::test::ipv6_cidr_is_member ... ok |
317 | 2024-12-16T18:39:15.520Z | test ip::test::ipv6_is_default ... ok |
318 | 2024-12-16T18:39:15.520Z | test ip::test::ipv6_mask ... ok |
319 | 2024-12-16T18:39:15.520Z | test ip::test::ipv6_prefix_len ... ok |
320 | 2024-12-16T18:39:15.520Z | test ip::test::ipv4_addr_bad ... ok |
321 | 2024-12-16T18:39:15.520Z | test ip::test::test_ip_addr_from_str ... ok |
322 | 2024-12-16T18:39:15.520Z | test ip::test::test_ip_cidr_from_str ... ok |
323 | 2024-12-16T18:39:15.520Z | test ip::test::test_ipv6_multicast_mac ... ok |
324 | 2024-12-16T18:39:15.520Z | test ip::test::test_ipv6_from_const ... ok |
325 | 2024-12-16T18:39:15.520Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
326 | 2024-12-16T18:39:15.520Z | test ip::test::test_ipv6_from_eui64 ... ok |
327 | 2024-12-16T18:39:15.520Z | test ip::test::test_ipv6_is_multicast ... ok |
328 | 2024-12-16T18:39:15.520Z | |
329 | 2024-12-16T18:39:15.520Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
330 | 2024-12-16T18:39:15.520Z | |
331 | 2024-12-16T18:39:15.520Z | Doc-tests opte_api |
332 | 2024-12-16T18:39:15.691Z | |
333 | 2024-12-16T18:39:15.691Z | running 1 test |
334 | 2024-12-16T18:39:16.120Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
335 | 2024-12-16T18:39:16.120Z | |
336 | 2024-12-16T18:39:16.120Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s |
337 | 2024-12-16T18:39:16.120Z | |
338 | 2024-12-16T18:39:16.155Z | |
339 | 2024-12-16T18:39:16.155Z | real 7.972015049 |
340 | 2024-12-16T18:39:16.155Z | user 17.446625762 |
341 | 2024-12-16T18:39:16.155Z | sys 2.687761859 |
342 | 2024-12-16T18:39:16.155Z | trap 0.005193015 |
343 | 2024-12-16T18:39:16.179Z | tflt 0.048638839 |
344 | 2024-12-16T18:39:16.179Z | dflt 0.053768678 |
345 | 2024-12-16T18:39:16.179Z | kflt 0.000035839 |
346 | 2024-12-16T18:39:16.179Z | lock 24.752581007 |
347 | 2024-12-16T18:39:16.179Z | slp 53.351227118 |
348 | 2024-12-16T18:39:16.179Z | lat 0.896396842 |
349 | 2024-12-16T18:39:16.179Z | stop 0.540428264 |
350 | 2024-12-16T18:39:16.179Z | process exited: duration 47619 ms, exit code 0 |
|
351 | 2024-12-16T18:39:16.252Z | found 0 output files |