|
|
|
1 | 2024-11-29T15:04:11.673Z | job assigned to worker 01JDW764EGD50KAX7XK47KY9HF [factory gimlet-EVT22200007-propolis, EVT22200007/19662] (queued for 26 s) |
|
2 | 2024-11-29T15:04:19.377Z | starting task 0: "setup" |
3 | 2024-11-29T15:04:19.400Z | ++ uname -s |
4 | 2024-11-29T15:04:19.400Z | + kern=SunOS |
5 | 2024-11-29T15:04:19.400Z | + case "$kern" in |
6 | 2024-11-29T15:04:19.401Z | + groupadd -g 12345 build |
7 | 2024-11-29T15:04:19.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T15:04:21.400Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T15:04:21.435Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T15:04:21.458Z | + home_fs=zfs |
11 | 2024-11-29T15:04:21.458Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T15:04:21.458Z | + mkdir -p /home/build |
13 | 2024-11-29T15:04:21.459Z | + chown build:build /home/build /work |
14 | 2024-11-29T15:04:23.445Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T15:04:23.469Z | process exited: duration 4074 ms, exit code 0 |
|
16 | 2024-11-29T15:04:23.517Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T15:04:23.541Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T15:04:23.541Z | ' nightly-2024-11-18 |
19 | 2024-11-29T15:04:23.541Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-29T15:04:23.541Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T15:04:23.541Z | ' default |
22 | 2024-11-29T15:04:23.541Z | * toolchain profile = "default" |
23 | 2024-11-29T15:04:23.541Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T15:04:23.541Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-29T15:04:23.669Z | info: downloading installer |
26 | 2024-11-29T15:04:24.110Z | info: profile set to 'default' |
27 | 2024-11-29T15:04:24.110Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T15:04:24.134Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-29T15:04:24.220Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-29T15:04:24.220Z | info: downloading component 'cargo' |
31 | 2024-11-29T15:04:24.346Z | info: downloading component 'clippy' |
32 | 2024-11-29T15:04:24.399Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T15:04:24.555Z | info: downloading component 'rust-std' |
34 | 2024-11-29T15:04:24.809Z | info: downloading component 'rustc' |
35 | 2024-11-29T15:04:25.742Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T15:04:25.780Z | info: installing component 'cargo' |
37 | 2024-11-29T15:04:26.891Z | info: installing component 'clippy' |
38 | 2024-11-29T15:04:27.339Z | info: installing component 'rust-docs' |
39 | 2024-11-29T15:04:30.135Z | info: installing component 'rust-std' |
40 | 2024-11-29T15:04:32.313Z | info: installing component 'rustc' |
41 | 2024-11-29T15:04:39.343Z | info: installing component 'rustfmt' |
42 | 2024-11-29T15:04:39.722Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-29T15:04:39.722Z | |
44 | 2024-11-29T15:04:39.872Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-29T15:04:39.872Z | |
46 | 2024-11-29T15:04:39.872Z | |
47 | 2024-11-29T15:04:39.872Z | Rust is installed now. Great! |
48 | 2024-11-29T15:04:39.872Z | |
49 | 2024-11-29T15:04:39.872Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T15:04:39.872Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T15:04:39.872Z | |
52 | 2024-11-29T15:04:39.872Z | To configure your current shell, you need to source |
53 | 2024-11-29T15:04:39.872Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T15:04:39.872Z | |
55 | 2024-11-29T15:04:39.872Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T15:04:39.872Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T15:04:39.872Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T15:04:39.960Z | + rustc --version |
59 | 2024-11-29T15:04:40.075Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-29T15:04:40.100Z | process exited: duration 16562 ms, exit code 0 |
|
61 | 2024-11-29T15:04:40.148Z | starting task 2: "authentication" |
62 | 2024-11-29T15:04:40.204Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-11-29T15:04:40.252Z | starting task 3: "clone repository" |
64 | 2024-11-29T15:04:40.276Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-29T15:04:40.276Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-29T15:04:40.300Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-29T15:04:42.137Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-29T15:04:42.137Z | + git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
69 | 2024-11-29T15:04:42.452Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-29T15:04:42.452Z | * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD |
71 | 2024-11-29T15:04:42.476Z | + [[ -n fix-618 ]] |
72 | 2024-11-29T15:04:42.476Z | ++ git branch --show-current |
73 | 2024-11-29T15:04:42.476Z | + current=master |
74 | 2024-11-29T15:04:42.476Z | + [[ master != fix-618 ]] |
75 | 2024-11-29T15:04:42.477Z | + git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
76 | 2024-11-29T15:04:42.501Z | + git checkout -f fix-618 |
77 | 2024-11-29T15:04:42.525Z | Switched to branch 'fix-618' |
78 | 2024-11-29T15:04:42.525Z | + git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
79 | 2024-11-29T15:04:42.549Z | HEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS |
80 | 2024-11-29T15:04:42.549Z | process exited: duration 2286 ms, exit code 0 |
|
81 | 2024-11-29T15:04:42.599Z | starting task 4: "build" |
82 | 2024-11-29T15:04:42.623Z | + cargo --version |
83 | 2024-11-29T15:04:42.623Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-29T15:04:42.727Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-29T15:04:42.727Z | info: downloading component 'cargo' |
86 | 2024-11-29T15:04:42.845Z | info: downloading component 'clippy' |
87 | 2024-11-29T15:04:42.919Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T15:04:43.109Z | info: downloading component 'rust-std' |
89 | 2024-11-29T15:04:43.361Z | info: downloading component 'rustc' |
90 | 2024-11-29T15:04:44.284Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T15:04:44.319Z | info: installing component 'cargo' |
92 | 2024-11-29T15:04:45.347Z | info: installing component 'clippy' |
93 | 2024-11-29T15:04:45.779Z | info: installing component 'rust-docs' |
94 | 2024-11-29T15:04:48.346Z | info: installing component 'rust-std' |
95 | 2024-11-29T15:04:50.395Z | info: installing component 'rustc' |
96 | 2024-11-29T15:04:57.371Z | info: installing component 'rustfmt' |
97 | 2024-11-29T15:04:57.840Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-29T15:04:57.864Z | + rustc --version |
99 | 2024-11-29T15:04:57.935Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-29T15:04:57.959Z | + cd crates/opte-api |
101 | 2024-11-29T15:04:57.959Z | + header 'check API_VERSION' |
102 | 2024-11-29T15:04:57.959Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2024-11-29T15:04:57.959Z | # ==== check API_VERSION ==== # |
104 | 2024-11-29T15:04:57.959Z | + ./check-api-version.sh |
105 | 2024-11-29T15:04:57.959Z | + header 'check style' |
106 | 2024-11-29T15:04:57.959Z | + echo '# ==== check style ==== #' |
107 | 2024-11-29T15:04:57.959Z | # ==== check style ==== # |
108 | 2024-11-29T15:04:57.959Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2024-11-29T15:04:58.223Z | |
110 | 2024-11-29T15:04:58.223Z | real 0.259811482 |
111 | 2024-11-29T15:04:58.223Z | user 0.138375657 |
112 | 2024-11-29T15:04:58.223Z | sys 0.115826401 |
113 | 2024-11-29T15:04:58.223Z | trap 0.000008406 |
114 | 2024-11-29T15:04:58.223Z | tflt 0.000000000 |
115 | 2024-11-29T15:04:58.223Z | dflt 0.000000000 |
116 | 2024-11-29T15:04:58.223Z | kflt 0.000000000 |
117 | 2024-11-29T15:04:58.223Z | lock 0.000000000 |
118 | 2024-11-29T15:04:58.223Z | slp 0.154104513 |
119 | 2024-11-29T15:04:58.223Z | lat 0.000505722 |
120 | 2024-11-29T15:04:58.223Z | stop 0.000182647 |
121 | 2024-11-29T15:04:58.247Z | + header 'analyze std' |
122 | 2024-11-29T15:04:58.248Z | + echo '# ==== analyze std ==== #' |
123 | 2024-11-29T15:04:58.248Z | # ==== analyze std ==== # |
124 | 2024-11-29T15:04:58.248Z | + ptime -m cargo clippy --all-targets |
125 | 2024-11-29T15:04:58.500Z | Updating crates.io index |
126 | 2024-11-29T15:04:58.524Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2024-11-29T15:04:59.637Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2024-11-29T15:05:00.267Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2024-11-29T15:05:00.623Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-11-29T15:05:01.092Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-11-29T15:05:01.477Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2024-11-29T15:05:02.022Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-11-29T15:05:02.729Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-11-29T15:05:03.167Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-11-29T15:05:04.351Z | Downloading crates ... |
136 | 2024-11-29T15:05:04.400Z | Downloaded byteorder v1.5.0 |
137 | 2024-11-29T15:05:04.972Z | Downloaded defmt v0.3.8 |
138 | 2024-11-29T15:05:04.972Z | Downloaded cfg-if v1.0.0 |
139 | 2024-11-29T15:05:04.972Z | Downloaded bitflags v2.6.0 |
140 | 2024-11-29T15:05:04.972Z | Downloaded unicode-ident v1.0.14 |
141 | 2024-11-29T15:05:04.972Z | Downloaded proc-macro2 v1.0.92 |
142 | 2024-11-29T15:05:04.973Z | Downloaded strsim v0.11.1 |
143 | 2024-11-29T15:05:04.973Z | Downloaded macaddr v1.0.1 |
144 | 2024-11-29T15:05:04.973Z | Downloaded serde_derive v1.0.215 |
145 | 2024-11-29T15:05:04.973Z | Downloaded version_check v0.9.5 |
146 | 2024-11-29T15:05:04.973Z | Downloaded managed v0.8.0 |
147 | 2024-11-29T15:05:04.973Z | Downloaded proc-macro-error v1.0.4 |
148 | 2024-11-29T15:05:04.973Z | Downloaded zerocopy-derive v0.8.11 |
149 | 2024-11-29T15:05:04.973Z | Downloaded zerocopy v0.8.11 |
150 | 2024-11-29T15:05:04.973Z | Downloaded smoltcp v0.11.0 |
151 | 2024-11-29T15:05:04.973Z | Downloaded heapless v0.8.0 |
152 | 2024-11-29T15:05:04.973Z | Downloaded memchr v2.7.4 |
153 | 2024-11-29T15:05:04.973Z | Downloaded itertools v0.13.0 |
154 | 2024-11-29T15:05:04.973Z | Downloaded thiserror v1.0.69 |
155 | 2024-11-29T15:05:04.973Z | Downloaded regex v1.11.1 |
156 | 2024-11-29T15:05:04.973Z | Downloaded proc-macro-error-attr v1.0.4 |
157 | 2024-11-29T15:05:04.973Z | Downloaded syn v2.0.89 |
158 | 2024-11-29T15:05:04.973Z | Downloaded syn v1.0.109 |
159 | 2024-11-29T15:05:04.973Z | Downloaded ipnetwork v0.20.0 |
160 | 2024-11-29T15:05:04.973Z | Downloaded ident_case v1.0.1 |
161 | 2024-11-29T15:05:04.973Z | Downloaded regex-syntax v0.8.5 |
162 | 2024-11-29T15:05:04.973Z | Downloaded hash32 v0.3.1 |
163 | 2024-11-29T15:05:04.973Z | Downloaded either v1.13.0 |
164 | 2024-11-29T15:05:04.973Z | Downloaded postcard v1.0.10 |
165 | 2024-11-29T15:05:04.973Z | Downloaded fnv v1.0.7 |
166 | 2024-11-29T15:05:04.973Z | Downloaded embedded-io v0.6.1 |
167 | 2024-11-29T15:05:04.974Z | Downloaded embedded-io v0.4.0 |
168 | 2024-11-29T15:05:04.974Z | Downloaded defmt-parser v0.3.4 |
169 | 2024-11-29T15:05:04.974Z | Downloaded defmt-macros v0.3.9 |
170 | 2024-11-29T15:05:04.974Z | Downloaded darling_macro v0.20.10 |
171 | 2024-11-29T15:05:04.974Z | Downloaded darling_core v0.20.10 |
172 | 2024-11-29T15:05:04.974Z | Downloaded cobs v0.2.3 |
173 | 2024-11-29T15:05:04.974Z | Downloaded aho-corasick v1.1.3 |
174 | 2024-11-29T15:05:04.974Z | Downloaded thiserror-impl v1.0.69 |
175 | 2024-11-29T15:05:04.974Z | Downloaded stable_deref_trait v1.2.0 |
176 | 2024-11-29T15:05:04.974Z | Downloaded serde v1.0.215 |
177 | 2024-11-29T15:05:04.974Z | Downloaded quote v1.0.37 |
178 | 2024-11-29T15:05:04.974Z | Downloaded darling v0.20.10 |
179 | 2024-11-29T15:05:04.974Z | Downloaded bitflags v1.3.2 |
180 | 2024-11-29T15:05:04.974Z | Downloaded regex-automata v0.4.9 |
181 | 2024-11-29T15:05:04.974Z | Compiling proc-macro2 v1.0.92 |
182 | 2024-11-29T15:05:04.974Z | Compiling unicode-ident v1.0.14 |
183 | 2024-11-29T15:05:04.974Z | Compiling strsim v0.11.1 |
184 | 2024-11-29T15:05:04.974Z | Compiling memchr v2.7.4 |
185 | 2024-11-29T15:05:04.974Z | Compiling fnv v1.0.7 |
186 | 2024-11-29T15:05:04.974Z | Compiling ident_case v1.0.1 |
187 | 2024-11-29T15:05:04.974Z | Compiling regex-syntax v0.8.5 |
188 | 2024-11-29T15:05:04.975Z | Compiling serde v1.0.215 |
189 | 2024-11-29T15:05:04.975Z | Compiling either v1.13.0 |
190 | 2024-11-29T15:05:04.975Z | Compiling zerocopy v0.8.11 |
191 | 2024-11-29T15:05:04.999Z | Compiling heapless v0.8.0 |
192 | 2024-11-29T15:05:05.265Z | Compiling itertools v0.13.0 |
193 | 2024-11-29T15:05:05.339Z | Checking byteorder v1.5.0 |
194 | 2024-11-29T15:05:05.365Z | Checking macaddr v1.0.1 |
195 | 2024-11-29T15:05:05.560Z | Compiling aho-corasick v1.1.3 |
196 | 2024-11-29T15:05:05.602Z | Checking hash32 v0.3.1 |
197 | 2024-11-29T15:05:05.639Z | Checking stable_deref_trait v1.2.0 |
198 | 2024-11-29T15:05:05.663Z | Compiling smoltcp v0.11.0 |
199 | 2024-11-29T15:05:05.709Z | Checking cfg-if v1.0.0 |
200 | 2024-11-29T15:05:05.783Z | Checking bitflags v1.3.2 |
201 | 2024-11-29T15:05:05.872Z | Checking bitflags v2.6.0 |
202 | 2024-11-29T15:05:05.917Z | Checking cobs v0.2.3 |
203 | 2024-11-29T15:05:06.079Z | Checking managed v0.8.0 |
204 | 2024-11-29T15:05:06.103Z | Checking ipnetwork v0.20.0 |
205 | 2024-11-29T15:05:06.223Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
206 | 2024-11-29T15:05:06.380Z | Compiling quote v1.0.37 |
207 | 2024-11-29T15:05:06.715Z | Compiling syn v2.0.89 |
208 | 2024-11-29T15:05:07.561Z | Compiling regex-automata v0.4.9 |
209 | 2024-11-29T15:05:10.661Z | Compiling regex v1.11.1 |
210 | 2024-11-29T15:05:11.716Z | Compiling darling_core v0.20.10 |
211 | 2024-11-29T15:05:13.391Z | Compiling serde_derive v1.0.215 |
212 | 2024-11-29T15:05:13.391Z | Compiling zerocopy-derive v0.8.11 |
213 | 2024-11-29T15:05:14.727Z | Compiling darling_macro v0.20.10 |
214 | 2024-11-29T15:05:15.441Z | Compiling darling v0.20.10 |
215 | 2024-11-29T15:05:15.532Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
216 | 2024-11-29T15:05:19.702Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
217 | 2024-11-29T15:05:20.930Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
218 | 2024-11-29T15:05:20.930Z | Checking postcard v1.0.10 |
219 | 2024-11-29T15:05:22.578Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
220 | 2024-11-29T15:05:24.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.87s |
221 | 2024-11-29T15:05:24.400Z | |
222 | 2024-11-29T15:05:24.400Z | real 26.146566262 |
223 | 2024-11-29T15:05:24.400Z | user 59.401173923 |
224 | 2024-11-29T15:05:24.400Z | sys 15.496626960 |
225 | 2024-11-29T15:05:24.400Z | trap 0.019403539 |
226 | 2024-11-29T15:05:24.400Z | tflt 0.142159357 |
227 | 2024-11-29T15:05:24.400Z | dflt 0.625953280 |
228 | 2024-11-29T15:05:24.400Z | kflt 0.000519811 |
229 | 2024-11-29T15:05:24.400Z | lock 1:28.114946546 |
230 | 2024-11-29T15:05:24.400Z | slp 3:29.811425511 |
231 | 2024-11-29T15:05:24.400Z | lat 2.405295476 |
232 | 2024-11-29T15:05:24.400Z | stop 3.421286638 |
233 | 2024-11-29T15:05:24.400Z | + header 'analyze no_std' |
234 | 2024-11-29T15:05:24.400Z | + echo '# ==== analyze no_std ==== #' |
235 | 2024-11-29T15:05:24.400Z | # ==== analyze no_std ==== # |
236 | 2024-11-29T15:05:24.400Z | + ptime -m cargo clippy --no-default-features --all-targets |
237 | 2024-11-29T15:05:24.653Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
238 | 2024-11-29T15:05:26.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
239 | 2024-11-29T15:05:26.292Z | |
240 | 2024-11-29T15:05:26.292Z | real 1.904532816 |
241 | 2024-11-29T15:05:26.292Z | user 2.911664278 |
242 | 2024-11-29T15:05:26.292Z | sys 0.414972902 |
243 | 2024-11-29T15:05:26.292Z | trap 0.000402377 |
244 | 2024-11-29T15:05:26.292Z | tflt 0.000000000 |
245 | 2024-11-29T15:05:26.292Z | dflt 0.000002955 |
246 | 2024-11-29T15:05:26.292Z | kflt 0.000000000 |
247 | 2024-11-29T15:05:26.292Z | lock 4.158688629 |
248 | 2024-11-29T15:05:26.292Z | slp 7.780107783 |
249 | 2024-11-29T15:05:26.292Z | lat 0.003595286 |
250 | 2024-11-29T15:05:26.292Z | stop 0.022910076 |
251 | 2024-11-29T15:05:26.316Z | + header test |
252 | 2024-11-29T15:05:26.316Z | + echo '# ==== test ==== #' |
253 | 2024-11-29T15:05:26.316Z | # ==== test ==== # |
254 | 2024-11-29T15:05:26.316Z | + ptime -m cargo test |
255 | 2024-11-29T15:05:26.584Z | Compiling byteorder v1.5.0 |
256 | 2024-11-29T15:05:26.584Z | Compiling macaddr v1.0.1 |
257 | 2024-11-29T15:05:26.608Z | Compiling stable_deref_trait v1.2.0 |
258 | 2024-11-29T15:05:26.608Z | Compiling cfg-if v1.0.0 |
259 | 2024-11-29T15:05:26.608Z | Compiling managed v0.8.0 |
260 | 2024-11-29T15:05:26.608Z | Compiling zerocopy v0.8.11 |
261 | 2024-11-29T15:05:26.608Z | Compiling serde v1.0.215 |
262 | 2024-11-29T15:05:26.608Z | Compiling bitflags v1.3.2 |
263 | 2024-11-29T15:05:26.668Z | Compiling cobs v0.2.3 |
264 | 2024-11-29T15:05:26.692Z | Compiling bitflags v2.6.0 |
265 | 2024-11-29T15:05:26.692Z | Compiling ipnetwork v0.20.0 |
266 | 2024-11-29T15:05:26.864Z | Compiling hash32 v0.3.1 |
267 | 2024-11-29T15:05:26.913Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-11-29T15:05:26.981Z | Compiling heapless v0.8.0 |
269 | 2024-11-29T15:05:27.743Z | Compiling smoltcp v0.11.0 |
270 | 2024-11-29T15:05:29.237Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-11-29T15:05:30.613Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
272 | 2024-11-29T15:05:30.613Z | Compiling postcard v1.0.10 |
273 | 2024-11-29T15:05:32.303Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
274 | 2024-11-29T15:05:34.480Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 8.12s |
275 | 2024-11-29T15:05:34.504Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-4e946b853ef3a8d4) |
276 | 2024-11-29T15:05:34.504Z | |
277 | 2024-11-29T15:05:34.504Z | running 22 tests |
278 | 2024-11-29T15:05:34.504Z | test encap::test::good_vni ... ok |
279 | 2024-11-29T15:05:34.529Z | test encap::test::vni_round_trip ... ok |
280 | 2024-11-29T15:05:34.529Z | test encap::test::bad_vni ... ok |
281 | 2024-11-29T15:05:34.529Z | test ip::test::bad_prefix_len ... ok |
282 | 2024-11-29T15:05:34.529Z | test ip::test::dhcp_fqdn ... ok |
283 | 2024-11-29T15:05:34.529Z | test dns::tests::test_domain_name ... ok |
284 | 2024-11-29T15:05:34.529Z | test ip::test::bad_cidr ... ok |
285 | 2024-11-29T15:05:34.529Z | test ip::test::good_cidr ... ok |
286 | 2024-11-29T15:05:34.529Z | test ip::test::ipv4_addr_good ... ok |
287 | 2024-11-29T15:05:34.529Z | test ip::test::ipv4_mask ... ok |
288 | 2024-11-29T15:05:34.529Z | test ip::test::ipv6_cidr_is_member ... ok |
289 | 2024-11-29T15:05:34.529Z | test ip::test::ipv4_addr_bad ... ok |
290 | 2024-11-29T15:05:34.529Z | test ip::test::ipv6_is_default ... ok |
291 | 2024-11-29T15:05:34.529Z | test ip::test::ipv6_prefix_len ... ok |
292 | 2024-11-29T15:05:34.529Z | test ip::test::test_ip_addr_from_str ... ok |
293 | 2024-11-29T15:05:34.529Z | test ip::test::test_ip_cidr_from_str ... ok |
294 | 2024-11-29T15:05:34.529Z | test ip::test::test_ipv6_from_eui64 ... ok |
295 | 2024-11-29T15:05:34.529Z | test ip::test::test_ipv6_from_const ... ok |
296 | 2024-11-29T15:05:34.530Z | test ip::test::test_ipv6_is_multicast ... ok |
297 | 2024-11-29T15:05:34.530Z | test ip::test::test_ipv6_multicast_mac ... ok |
298 | 2024-11-29T15:05:34.530Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
299 | 2024-11-29T15:05:34.530Z | test ip::test::ipv6_mask ... ok |
300 | 2024-11-29T15:05:34.530Z | |
301 | 2024-11-29T15:05:34.530Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
302 | 2024-11-29T15:05:34.530Z | |
303 | 2024-11-29T15:05:34.530Z | Doc-tests opte_api |
304 | 2024-11-29T15:05:34.727Z | |
305 | 2024-11-29T15:05:34.727Z | running 1 test |
306 | 2024-11-29T15:05:35.164Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
307 | 2024-11-29T15:05:35.164Z | |
308 | 2024-11-29T15:05:35.188Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s |
309 | 2024-11-29T15:05:35.188Z | |
310 | 2024-11-29T15:05:35.212Z | |
311 | 2024-11-29T15:05:35.212Z | real 8.892146233 |
312 | 2024-11-29T15:05:35.212Z | user 18.755019999 |
313 | 2024-11-29T15:05:35.212Z | sys 4.785672735 |
314 | 2024-11-29T15:05:35.212Z | trap 0.004421935 |
315 | 2024-11-29T15:05:35.212Z | tflt 0.064622186 |
316 | 2024-11-29T15:05:35.212Z | dflt 0.155945051 |
317 | 2024-11-29T15:05:35.212Z | kflt 0.000011512 |
318 | 2024-11-29T15:05:35.212Z | lock 30.899585477 |
319 | 2024-11-29T15:05:35.212Z | slp 1:01.923756244 |
320 | 2024-11-29T15:05:35.212Z | lat 0.720755635 |
321 | 2024-11-29T15:05:35.212Z | stop 0.835288022 |
322 | 2024-11-29T15:05:35.212Z | process exited: duration 52602 ms, exit code 0 |
|
323 | 2024-11-29T15:05:35.261Z | found 0 output files |