|
|
|
1 | 2024-12-28T04:20:41.816Z | job assigned to worker 01JG5QW56S7D72J4RS67S85CZP [factory aws, i-0036f8682c5bb6780] (queued for 55 s) |
|
2 | 2024-12-28T04:20:49.937Z | starting task 0: "setup" |
3 | 2024-12-28T04:20:49.948Z | ++ uname -s |
4 | 2024-12-28T04:20:49.950Z | + kern=SunOS |
5 | 2024-12-28T04:20:49.951Z | + case "$kern" in |
6 | 2024-12-28T04:20:49.951Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:20:49.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:20:51.960Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:20:52.083Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:20:52.085Z | + home_fs=zfs |
11 | 2024-12-28T04:20:52.085Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:20:52.085Z | + mkdir -p /home/build |
13 | 2024-12-28T04:20:52.088Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:20:54.090Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:20:54.093Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-12-28T04:20:54.098Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:20:54.104Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:20:54.104Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:20:54.104Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-28T04:20:54.104Z | ' default |
21 | 2024-12-28T04:20:54.104Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-28T04:20:54.104Z | * toolchain profile = "default" |
23 | 2024-12-28T04:20:54.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:20:54.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:20:54.218Z | info: downloading installer |
26 | 2024-12-28T04:20:55.579Z | info: profile set to 'default' |
27 | 2024-12-28T04:20:55.579Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:20:55.581Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:20:55.739Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:20:55.739Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:20:56.624Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:20:56.964Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:20:58.357Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:00.517Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:07.875Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:08.241Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:09.068Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:09.452Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:11.174Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:13.046Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:19.265Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:19.607Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:19.607Z | |
44 | 2024-12-28T04:21:20.000Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:20.000Z | |
46 | 2024-12-28T04:21:20.003Z | |
47 | 2024-12-28T04:21:20.003Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:20.003Z | |
49 | 2024-12-28T04:21:20.003Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:20.003Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:20.003Z | |
52 | 2024-12-28T04:21:20.003Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:20.003Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:20.003Z | |
55 | 2024-12-28T04:21:20.003Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:20.003Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:20.003Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:20.081Z | + rustc --version |
59 | 2024-12-28T04:21:20.152Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:20.156Z | process exited: duration 26052 ms, exit code 0 |
|
61 | 2024-12-28T04:21:20.162Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:20.183Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-28T04:21:20.189Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:20.194Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:20.197Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:20.237Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:21.065Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:21.065Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:21.336Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:21.336Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:21.345Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:21.347Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:21.349Z | + current=master |
74 | 2024-12-28T04:21:21.350Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:21.350Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:21.353Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:21.377Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:21.379Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:21.401Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:21.403Z | process exited: duration 1213 ms, exit code 0 |
|
81 | 2024-12-28T04:21:21.408Z | starting task 4: "build" |
82 | 2024-12-28T04:21:21.414Z | + cargo --version |
83 | 2024-12-28T04:21:21.419Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:21:21.576Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-28T04:21:21.576Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:21:22.392Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:21:22.700Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:21:23.836Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:21:25.472Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:21:31.677Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:21:31.917Z | info: installing component 'cargo' |
92 | 2024-12-28T04:21:32.738Z | info: installing component 'clippy' |
93 | 2024-12-28T04:21:33.122Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:21:34.902Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:21:36.595Z | info: installing component 'rustc' |
96 | 2024-12-28T04:21:42.507Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:21:42.936Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-28T04:21:42.939Z | + rustc --version |
99 | 2024-12-28T04:21:43.015Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-28T04:21:43.021Z | + cd crates/opte-api |
101 | 2024-12-28T04:21:43.024Z | + header 'check API_VERSION' |
102 | 2024-12-28T04:21:43.024Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2024-12-28T04:21:43.024Z | # ==== check API_VERSION ==== # |
104 | 2024-12-28T04:21:43.024Z | + ./check-api-version.sh |
105 | 2024-12-28T04:21:43.033Z | + header 'check style' |
106 | 2024-12-28T04:21:43.036Z | + echo '# ==== check style ==== #' |
107 | 2024-12-28T04:21:43.036Z | # ==== check style ==== # |
108 | 2024-12-28T04:21:43.036Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2024-12-28T04:21:43.270Z | |
110 | 2024-12-28T04:21:43.270Z | real 0.232385277 |
111 | 2024-12-28T04:21:43.270Z | user 0.123862187 |
112 | 2024-12-28T04:21:43.270Z | sys 0.101571598 |
113 | 2024-12-28T04:21:43.272Z | trap 0.000005378 |
114 | 2024-12-28T04:21:43.273Z | tflt 0.000000000 |
115 | 2024-12-28T04:21:43.273Z | dflt 0.000000000 |
116 | 2024-12-28T04:21:43.273Z | kflt 0.000000000 |
117 | 2024-12-28T04:21:43.273Z | lock 0.000000000 |
118 | 2024-12-28T04:21:43.273Z | slp 0.139707640 |
119 | 2024-12-28T04:21:43.273Z | lat 0.000283906 |
120 | 2024-12-28T04:21:43.273Z | stop 0.000137833 |
121 | 2024-12-28T04:21:43.273Z | + header 'analyze std' |
122 | 2024-12-28T04:21:43.273Z | + echo '# ==== analyze std ==== #' |
123 | 2024-12-28T04:21:43.273Z | # ==== analyze std ==== # |
124 | 2024-12-28T04:21:43.273Z | + ptime -m cargo clippy --all-targets |
125 | 2024-12-28T04:21:43.515Z | Updating crates.io index |
126 | 2024-12-28T04:21:43.518Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2024-12-28T04:21:44.468Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2024-12-28T04:21:44.812Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2024-12-28T04:21:45.092Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-12-28T04:21:45.426Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-12-28T04:21:45.748Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2024-12-28T04:21:46.044Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-12-28T04:21:46.312Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-12-28T04:21:46.584Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-12-28T04:21:47.508Z | Downloading crates ... |
136 | 2024-12-28T04:21:47.562Z | Downloaded hash32 v0.3.1 |
137 | 2024-12-28T04:21:47.565Z | Downloaded darling_macro v0.20.10 |
138 | 2024-12-28T04:21:47.568Z | Downloaded ident_case v1.0.1 |
139 | 2024-12-28T04:21:47.570Z | Downloaded either v1.13.0 |
140 | 2024-12-28T04:21:47.593Z | Downloaded darling_core v0.20.10 |
141 | 2024-12-28T04:21:47.598Z | Downloaded thiserror-impl v2.0.9 |
142 | 2024-12-28T04:21:47.601Z | Downloaded bitflags v1.3.2 |
143 | 2024-12-28T04:21:47.604Z | Downloaded proc-macro-error-attr2 v2.0.0 |
144 | 2024-12-28T04:21:47.604Z | Downloaded cfg-if v1.0.0 |
145 | 2024-12-28T04:21:47.608Z | Downloaded byteorder v1.5.0 |
146 | 2024-12-28T04:21:47.608Z | Downloaded macaddr v1.0.1 |
147 | 2024-12-28T04:21:47.611Z | Downloaded cobs v0.2.3 |
148 | 2024-12-28T04:21:47.611Z | Downloaded stable_deref_trait v1.2.0 |
149 | 2024-12-28T04:21:47.611Z | Downloaded managed v0.8.0 |
150 | 2024-12-28T04:21:47.611Z | Downloaded defmt-macros v0.4.0 |
151 | 2024-12-28T04:21:47.614Z | Downloaded strsim v0.11.1 |
152 | 2024-12-28T04:21:47.616Z | Downloaded ipnetwork v0.20.0 |
153 | 2024-12-28T04:21:47.619Z | Downloaded fnv v1.0.7 |
154 | 2024-12-28T04:21:47.619Z | Downloaded embedded-io v0.6.1 |
155 | 2024-12-28T04:21:47.619Z | Downloaded defmt v0.3.10 |
156 | 2024-12-28T04:21:47.623Z | Downloaded embedded-io v0.4.0 |
157 | 2024-12-28T04:21:47.625Z | Downloaded defmt-parser v0.4.1 |
158 | 2024-12-28T04:21:47.628Z | Downloaded thiserror v2.0.9 |
159 | 2024-12-28T04:21:47.633Z | Downloaded quote v1.0.37 |
160 | 2024-12-28T04:21:47.635Z | Downloaded darling v0.20.10 |
161 | 2024-12-28T04:21:47.639Z | Downloaded postcard v1.1.1 |
162 | 2024-12-28T04:21:47.642Z | Downloaded proc-macro-error2 v2.0.1 |
163 | 2024-12-28T04:21:47.645Z | Downloaded unicode-ident v1.0.14 |
164 | 2024-12-28T04:21:47.647Z | Downloaded proc-macro2 v1.0.92 |
165 | 2024-12-28T04:21:47.650Z | Downloaded bitflags v2.6.0 |
166 | 2024-12-28T04:21:47.655Z | Downloaded serde_derive v1.0.217 |
167 | 2024-12-28T04:21:47.665Z | Downloaded zerocopy-derive v0.8.13 |
168 | 2024-12-28T04:21:47.672Z | Downloaded serde v1.0.217 |
169 | 2024-12-28T04:21:47.675Z | Downloaded heapless v0.8.0 |
170 | 2024-12-28T04:21:47.679Z | Downloaded memchr v2.7.4 |
171 | 2024-12-28T04:21:47.685Z | Downloaded itertools v0.13.0 |
172 | 2024-12-28T04:21:47.712Z | Downloaded aho-corasick v1.1.3 |
173 | 2024-12-28T04:21:47.725Z | Downloaded zerocopy v0.8.13 |
174 | 2024-12-28T04:21:47.749Z | Downloaded regex v1.11.1 |
175 | 2024-12-28T04:21:47.761Z | Downloaded syn v2.0.91 |
176 | 2024-12-28T04:21:47.773Z | Downloaded smoltcp v0.11.0 |
177 | 2024-12-28T04:21:47.784Z | Downloaded regex-syntax v0.8.5 |
178 | 2024-12-28T04:21:47.805Z | Downloaded regex-automata v0.4.9 |
179 | 2024-12-28T04:21:47.932Z | Compiling proc-macro2 v1.0.92 |
180 | 2024-12-28T04:21:47.932Z | Compiling unicode-ident v1.0.14 |
181 | 2024-12-28T04:21:47.936Z | Compiling strsim v0.11.1 |
182 | 2024-12-28T04:21:47.936Z | Compiling memchr v2.7.4 |
183 | 2024-12-28T04:21:47.936Z | Compiling fnv v1.0.7 |
184 | 2024-12-28T04:21:47.936Z | Compiling ident_case v1.0.1 |
185 | 2024-12-28T04:21:47.936Z | Compiling regex-syntax v0.8.5 |
186 | 2024-12-28T04:21:47.936Z | Compiling either v1.13.0 |
187 | 2024-12-28T04:21:48.105Z | Compiling serde v1.0.217 |
188 | 2024-12-28T04:21:48.153Z | Compiling zerocopy v0.8.13 |
189 | 2024-12-28T04:21:48.157Z | Checking byteorder v1.5.0 |
190 | 2024-12-28T04:21:48.327Z | Compiling itertools v0.13.0 |
191 | 2024-12-28T04:21:48.402Z | Compiling heapless v0.8.0 |
192 | 2024-12-28T04:21:48.572Z | Checking hash32 v0.3.1 |
193 | 2024-12-28T04:21:48.675Z | Checking macaddr v1.0.1 |
194 | 2024-12-28T04:21:48.712Z | Checking stable_deref_trait v1.2.0 |
195 | 2024-12-28T04:21:48.789Z | Compiling smoltcp v0.11.0 |
196 | 2024-12-28T04:21:48.863Z | Compiling aho-corasick v1.1.3 |
197 | 2024-12-28T04:21:48.940Z | Checking cobs v0.2.3 |
198 | 2024-12-28T04:21:49.105Z | Checking bitflags v2.6.0 |
199 | 2024-12-28T04:21:49.330Z | Checking managed v0.8.0 |
200 | 2024-12-28T04:21:49.351Z | Checking cfg-if v1.0.0 |
201 | 2024-12-28T04:21:49.443Z | Checking bitflags v1.3.2 |
202 | 2024-12-28T04:21:49.471Z | Checking ipnetwork v0.20.0 |
203 | 2024-12-28T04:21:49.532Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
204 | 2024-12-28T04:21:49.704Z | Compiling quote v1.0.37 |
205 | 2024-12-28T04:21:50.000Z | Compiling syn v2.0.91 |
206 | 2024-12-28T04:21:51.090Z | Compiling regex-automata v0.4.9 |
207 | 2024-12-28T04:21:53.582Z | Compiling regex v1.11.1 |
208 | 2024-12-28T04:21:54.430Z | Compiling darling_core v0.20.10 |
209 | 2024-12-28T04:21:55.443Z | Compiling serde_derive v1.0.217 |
210 | 2024-12-28T04:21:55.443Z | Compiling zerocopy-derive v0.8.13 |
211 | 2024-12-28T04:21:56.857Z | Compiling darling_macro v0.20.10 |
212 | 2024-12-28T04:21:57.525Z | Compiling darling v0.20.10 |
213 | 2024-12-28T04:21:57.602Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
214 | 2024-12-28T04:22:00.941Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
215 | 2024-12-28T04:22:01.855Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
216 | 2024-12-28T04:22:01.856Z | Checking postcard v1.1.1 |
217 | 2024-12-28T04:22:03.169Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
218 | 2024-12-28T04:22:04.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s |
219 | 2024-12-28T04:22:04.710Z | |
220 | 2024-12-28T04:22:04.710Z | real 21.428794604 |
221 | 2024-12-28T04:22:04.710Z | user 59.653827808 |
222 | 2024-12-28T04:22:04.710Z | sys 7.508408782 |
223 | 2024-12-28T04:22:04.710Z | trap 0.031762088 |
224 | 2024-12-28T04:22:04.710Z | tflt 0.209133050 |
225 | 2024-12-28T04:22:04.710Z | dflt 0.468148543 |
226 | 2024-12-28T04:22:04.710Z | kflt 0.001956864 |
227 | 2024-12-28T04:22:04.710Z | lock 1:07.830535669 |
228 | 2024-12-28T04:22:04.710Z | slp 3:02.226313562 |
229 | 2024-12-28T04:22:04.710Z | lat 2.618626154 |
230 | 2024-12-28T04:22:04.710Z | stop 4.576261704 |
231 | 2024-12-28T04:22:04.713Z | + header 'analyze no_std' |
232 | 2024-12-28T04:22:04.713Z | + echo '# ==== analyze no_std ==== #' |
233 | 2024-12-28T04:22:04.713Z | # ==== analyze no_std ==== # |
234 | 2024-12-28T04:22:04.713Z | + ptime -m cargo clippy --no-default-features --all-targets |
235 | 2024-12-28T04:22:04.946Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
236 | 2024-12-28T04:22:06.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
237 | 2024-12-28T04:22:06.374Z | |
238 | 2024-12-28T04:22:06.374Z | real 1.657569665 |
239 | 2024-12-28T04:22:06.375Z | user 2.483034420 |
240 | 2024-12-28T04:22:06.375Z | sys 0.307127824 |
241 | 2024-12-28T04:22:06.375Z | trap 0.000336855 |
242 | 2024-12-28T04:22:06.375Z | tflt 0.000006138 |
243 | 2024-12-28T04:22:06.375Z | dflt 0.000013496 |
244 | 2024-12-28T04:22:06.377Z | kflt 0.000000000 |
245 | 2024-12-28T04:22:06.378Z | lock 3.186394152 |
246 | 2024-12-28T04:22:06.378Z | slp 6.532478708 |
247 | 2024-12-28T04:22:06.378Z | lat 0.001990564 |
248 | 2024-12-28T04:22:06.378Z | stop 0.069779844 |
249 | 2024-12-28T04:22:06.378Z | + header test |
250 | 2024-12-28T04:22:06.378Z | + echo '# ==== test ==== #' |
251 | 2024-12-28T04:22:06.378Z | # ==== test ==== # |
252 | 2024-12-28T04:22:06.378Z | + ptime -m cargo test |
253 | 2024-12-28T04:22:06.641Z | Compiling byteorder v1.5.0 |
254 | 2024-12-28T04:22:06.641Z | Compiling stable_deref_trait v1.2.0 |
255 | 2024-12-28T04:22:06.644Z | Compiling macaddr v1.0.1 |
256 | 2024-12-28T04:22:06.644Z | Compiling managed v0.8.0 |
257 | 2024-12-28T04:22:06.644Z | Compiling cfg-if v1.0.0 |
258 | 2024-12-28T04:22:06.650Z | Compiling zerocopy v0.8.13 |
259 | 2024-12-28T04:22:06.653Z | Compiling serde v1.0.217 |
260 | 2024-12-28T04:22:06.653Z | Compiling cobs v0.2.3 |
261 | 2024-12-28T04:22:06.712Z | Compiling bitflags v1.3.2 |
262 | 2024-12-28T04:22:06.724Z | Compiling bitflags v2.6.0 |
263 | 2024-12-28T04:22:06.789Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2024-12-28T04:22:06.935Z | Compiling hash32 v0.3.1 |
265 | 2024-12-28T04:22:06.941Z | Compiling ipnetwork v0.20.0 |
266 | 2024-12-28T04:22:07.039Z | Compiling heapless v0.8.0 |
267 | 2024-12-28T04:22:07.624Z | Compiling smoltcp v0.11.0 |
268 | 2024-12-28T04:22:08.606Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
269 | 2024-12-28T04:22:09.976Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2024-12-28T04:22:09.976Z | Compiling postcard v1.1.1 |
271 | 2024-12-28T04:22:11.321Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
272 | 2024-12-28T04:22:13.109Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6.67s |
273 | 2024-12-28T04:22:13.127Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-11a7015bb378a264) |
274 | 2024-12-28T04:22:13.139Z | |
275 | 2024-12-28T04:22:13.139Z | running 22 tests |
276 | 2024-12-28T04:22:13.142Z | test encap::test::bad_vni ... ok |
277 | 2024-12-28T04:22:13.142Z | test encap::test::good_vni ... ok |
278 | 2024-12-28T04:22:13.142Z | test encap::test::vni_round_trip ... ok |
279 | 2024-12-28T04:22:13.142Z | test dns::tests::test_domain_name ... ok |
280 | 2024-12-28T04:22:13.142Z | test ip::test::bad_prefix_len ... ok |
281 | 2024-12-28T04:22:13.142Z | test ip::test::bad_cidr ... ok |
282 | 2024-12-28T04:22:13.142Z | test ip::test::dhcp_fqdn ... ok |
283 | 2024-12-28T04:22:13.142Z | test ip::test::good_cidr ... ok |
284 | 2024-12-28T04:22:13.142Z | test ip::test::ipv4_addr_bad ... ok |
285 | 2024-12-28T04:22:13.142Z | test ip::test::ipv4_addr_good ... ok |
286 | 2024-12-28T04:22:13.142Z | test ip::test::ipv4_mask ... ok |
287 | 2024-12-28T04:22:13.142Z | test ip::test::ipv6_cidr_is_member ... ok |
288 | 2024-12-28T04:22:13.142Z | test ip::test::ipv6_is_default ... ok |
289 | 2024-12-28T04:22:13.142Z | test ip::test::ipv6_mask ... ok |
290 | 2024-12-28T04:22:13.142Z | test ip::test::ipv6_prefix_len ... ok |
291 | 2024-12-28T04:22:13.142Z | test ip::test::test_ip_addr_from_str ... ok |
292 | 2024-12-28T04:22:13.142Z | test ip::test::test_ipv6_from_eui64 ... ok |
293 | 2024-12-28T04:22:13.142Z | test ip::test::test_ip_cidr_from_str ... ok |
294 | 2024-12-28T04:22:13.142Z | test ip::test::test_ipv6_from_const ... ok |
295 | 2024-12-28T04:22:13.142Z | test ip::test::test_ipv6_multicast_mac ... ok |
296 | 2024-12-28T04:22:13.142Z | test ip::test::test_ipv6_is_multicast ... ok |
297 | 2024-12-28T04:22:13.142Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
298 | 2024-12-28T04:22:13.142Z | |
299 | 2024-12-28T04:22:13.142Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
300 | 2024-12-28T04:22:13.142Z | |
301 | 2024-12-28T04:22:13.142Z | Doc-tests opte_api |
302 | 2024-12-28T04:22:13.304Z | |
303 | 2024-12-28T04:22:13.304Z | running 1 test |
304 | 2024-12-28T04:22:13.698Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
305 | 2024-12-28T04:22:13.698Z | |
306 | 2024-12-28T04:22:13.701Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s |
307 | 2024-12-28T04:22:13.701Z | |
308 | 2024-12-28T04:22:13.722Z | |
309 | 2024-12-28T04:22:13.722Z | real 7.335506069 |
310 | 2024-12-28T04:22:13.722Z | user 16.467076360 |
311 | 2024-12-28T04:22:13.725Z | sys 2.274765142 |
312 | 2024-12-28T04:22:13.725Z | trap 0.004158610 |
313 | 2024-12-28T04:22:13.725Z | tflt 0.077527666 |
314 | 2024-12-28T04:22:13.725Z | dflt 0.076881135 |
315 | 2024-12-28T04:22:13.725Z | kflt 0.000020096 |
316 | 2024-12-28T04:22:13.725Z | lock 22.228255705 |
317 | 2024-12-28T04:22:13.725Z | slp 49.543696975 |
318 | 2024-12-28T04:22:13.725Z | lat 0.423749289 |
319 | 2024-12-28T04:22:13.725Z | stop 0.854013770 |
320 | 2024-12-28T04:22:13.725Z | process exited: duration 52304 ms, exit code 0 |
|
321 | 2024-12-28T04:22:13.731Z | found 0 output files |