|
|
|
1 | 2025-02-10T17:22:13.904Z | job assigned to worker 01JKRE2QRE6MZMT6TYNWFHQHFQ [factory aws, i-08a6ff19b3dff290e] (queued for 50 s) |
|
2 | 2025-02-10T17:22:21.440Z | starting task 0: "setup" |
3 | 2025-02-10T17:22:21.448Z | ++ uname -s |
4 | 2025-02-10T17:22:21.450Z | + kern=SunOS |
5 | 2025-02-10T17:22:21.451Z | + build_user=build |
6 | 2025-02-10T17:22:21.451Z | + build_uid=12345 |
7 | 2025-02-10T17:22:21.451Z | + work_dir=/work |
8 | 2025-02-10T17:22:21.451Z | + input_dir=/input |
9 | 2025-02-10T17:22:21.451Z | + [[ 0 == 12345 ]] |
10 | 2025-02-10T17:22:21.451Z | + case "$kern" in |
11 | 2025-02-10T17:22:21.451Z | + groupadd -g 12345 build |
12 | 2025-02-10T17:22:21.453Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-10T17:22:23.461Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-10T17:22:23.585Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-10T17:22:23.588Z | + home_fs=zfs |
16 | 2025-02-10T17:22:23.588Z | + [[ zfs == autofs ]] |
17 | 2025-02-10T17:22:23.588Z | + mkdir -p /home/build |
18 | 2025-02-10T17:22:23.588Z | + chown build:build /home/build /work |
19 | 2025-02-10T17:22:25.591Z | + chmod 0700 /home/build /work |
20 | 2025-02-10T17:22:25.593Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-02-10T17:22:25.599Z | starting task 1: "rust-toolchain" |
22 | 2025-02-10T17:22:25.604Z | + printf ' * rust toolchain channel = "%s"\n' nightly-2024-11-18 |
23 | 2025-02-10T17:22:25.607Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-10T17:22:25.607Z | * rust toolchain channel = "nightly-2024-11-18" |
25 | 2025-02-10T17:22:25.607Z | * rust toolchain profile = "default" |
26 | 2025-02-10T17:22:25.607Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-10T17:22:25.607Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-10T17:22:25.607Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-10T17:22:25.607Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
30 | 2025-02-10T17:22:25.733Z | info: downloading installer |
31 | 2025-02-10T17:22:27.226Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-10T17:22:27.226Z | warning: /opt/ooce/bin |
33 | 2025-02-10T17:22:27.226Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-10T17:22:27.226Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-10T17:22:27.226Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-10T17:22:27.226Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-10T17:22:27.226Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-10T17:22:27.226Z | error: cannot install while Rust is installed |
39 | 2025-02-10T17:22:27.226Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-10T17:22:27.241Z | info: profile set to 'default' |
41 | 2025-02-10T17:22:27.241Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-10T17:22:27.244Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-02-10T17:22:27.399Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
44 | 2025-02-10T17:22:27.399Z | info: downloading component 'cargo' |
45 | 2025-02-10T17:22:28.299Z | info: downloading component 'clippy' |
46 | 2025-02-10T17:22:28.644Z | info: downloading component 'rust-docs' |
47 | 2025-02-10T17:22:29.867Z | info: downloading component 'rust-std' |
48 | 2025-02-10T17:22:31.847Z | info: downloading component 'rustc' |
49 | 2025-02-10T17:22:38.878Z | info: downloading component 'rustfmt' |
50 | 2025-02-10T17:22:39.137Z | info: installing component 'cargo' |
51 | 2025-02-10T17:22:39.976Z | info: installing component 'clippy' |
52 | 2025-02-10T17:22:40.353Z | info: installing component 'rust-docs' |
53 | 2025-02-10T17:22:42.027Z | info: installing component 'rust-std' |
54 | 2025-02-10T17:22:43.910Z | info: installing component 'rustc' |
55 | 2025-02-10T17:22:49.843Z | info: installing component 'rustfmt' |
56 | 2025-02-10T17:22:50.170Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
57 | 2025-02-10T17:22:50.171Z | |
58 | 2025-02-10T17:22:50.563Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
59 | 2025-02-10T17:22:50.563Z | |
60 | 2025-02-10T17:22:50.565Z | |
61 | 2025-02-10T17:22:50.565Z | Rust is installed now. Great! |
62 | 2025-02-10T17:22:50.565Z | |
63 | 2025-02-10T17:22:50.565Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-10T17:22:50.565Z | environment variable. This has not been done automatically. |
65 | 2025-02-10T17:22:50.565Z | |
66 | 2025-02-10T17:22:50.566Z | To configure your current shell, you need to source |
67 | 2025-02-10T17:22:50.566Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-10T17:22:50.566Z | |
69 | 2025-02-10T17:22:50.566Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-10T17:22:50.566Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-10T17:22:50.566Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-10T17:22:50.641Z | + rustup --version |
73 | 2025-02-10T17:22:50.648Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-10T17:22:50.648Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-10T17:22:50.727Z | info: The currently active `rustc` version is `rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)` |
76 | 2025-02-10T17:22:50.730Z | + cargo --version |
77 | 2025-02-10T17:22:50.789Z | cargo 1.84.0-nightly (69e595908 2024-11-16) |
78 | 2025-02-10T17:22:50.791Z | + rustc --version |
79 | 2025-02-10T17:22:50.852Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
80 | 2025-02-10T17:22:50.855Z | process exited: duration 25252 ms, exit code 0 |
|
81 | 2025-02-10T17:22:50.861Z | starting task 2: "authentication" |
82 | 2025-02-10T17:22:50.882Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-10T17:22:50.890Z | starting task 3: "clone repository" |
84 | 2025-02-10T17:22:50.892Z | + mkdir -p /work/oxidecomputer/opte |
85 | 2025-02-10T17:22:50.895Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
86 | 2025-02-10T17:22:50.934Z | Cloning into '/work/oxidecomputer/opte'... |
87 | 2025-02-10T17:22:51.768Z | + cd /work/oxidecomputer/opte |
88 | 2025-02-10T17:22:51.771Z | + git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73 |
89 | 2025-02-10T17:22:52.154Z | From https://github.com/oxidecomputer/opte |
90 | 2025-02-10T17:22:52.154Z | * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD |
91 | 2025-02-10T17:22:52.162Z | + [[ -n ingot-and-offload ]] |
92 | 2025-02-10T17:22:52.165Z | ++ git branch --show-current |
93 | 2025-02-10T17:22:52.168Z | + current=master |
94 | 2025-02-10T17:22:52.168Z | + [[ master != ingot-and-offload ]] |
95 | 2025-02-10T17:22:52.168Z | + git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73 |
96 | 2025-02-10T17:22:52.170Z | + git checkout -f ingot-and-offload |
97 | 2025-02-10T17:22:52.192Z | Switched to branch 'ingot-and-offload' |
98 | 2025-02-10T17:22:52.195Z | + git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73 |
99 | 2025-02-10T17:22:52.201Z | HEAD is now at 9345439 Whelp, these flags moved about. |
100 | 2025-02-10T17:22:52.204Z | process exited: duration 1314 ms, exit code 0 |
|
101 | 2025-02-10T17:22:52.212Z | starting task 4: "build" |
102 | 2025-02-10T17:22:52.215Z | + cargo --version |
103 | 2025-02-10T17:22:52.220Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
104 | 2025-02-10T17:22:52.374Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-02-10T17:22:52.375Z | info: downloading component 'cargo' |
106 | 2025-02-10T17:22:53.241Z | info: downloading component 'clippy' |
107 | 2025-02-10T17:22:53.573Z | info: downloading component 'rust-docs' |
108 | 2025-02-10T17:22:54.754Z | info: downloading component 'rust-std' |
109 | 2025-02-10T17:22:56.507Z | info: downloading component 'rustc' |
110 | 2025-02-10T17:23:03.248Z | info: downloading component 'rustfmt' |
111 | 2025-02-10T17:23:03.501Z | info: installing component 'cargo' |
112 | 2025-02-10T17:23:04.326Z | info: installing component 'clippy' |
113 | 2025-02-10T17:23:04.704Z | info: installing component 'rust-docs' |
114 | 2025-02-10T17:23:06.363Z | info: installing component 'rust-std' |
115 | 2025-02-10T17:23:08.065Z | info: installing component 'rustc' |
116 | 2025-02-10T17:23:14.002Z | info: installing component 'rustfmt' |
117 | 2025-02-10T17:23:14.415Z | cargo 1.84.0 (66221abde 2024-11-19) |
118 | 2025-02-10T17:23:14.417Z | + rustc --version |
119 | 2025-02-10T17:23:14.489Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
120 | 2025-02-10T17:23:14.494Z | + cd crates/opte-api |
121 | 2025-02-10T17:23:14.496Z | + header 'check API_VERSION' |
122 | 2025-02-10T17:23:14.496Z | + echo '# ==== check API_VERSION ==== #' |
123 | 2025-02-10T17:23:14.496Z | + ./check-api-version.sh |
124 | 2025-02-10T17:23:14.496Z | # ==== check API_VERSION ==== # |
125 | 2025-02-10T17:23:14.512Z | + header 'check style' |
126 | 2025-02-10T17:23:14.515Z | + echo '# ==== check style ==== #' |
127 | 2025-02-10T17:23:14.515Z | # ==== check style ==== # |
128 | 2025-02-10T17:23:14.515Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
129 | 2025-02-10T17:23:14.717Z | |
130 | 2025-02-10T17:23:14.717Z | real 0.201249480 |
131 | 2025-02-10T17:23:14.717Z | user 0.115955983 |
132 | 2025-02-10T17:23:14.717Z | sys 0.080336912 |
133 | 2025-02-10T17:23:14.717Z | trap 0.000005588 |
134 | 2025-02-10T17:23:14.720Z | tflt 0.000000000 |
135 | 2025-02-10T17:23:14.720Z | dflt 0.000000000 |
136 | 2025-02-10T17:23:14.720Z | kflt 0.000000000 |
137 | 2025-02-10T17:23:14.720Z | lock 0.000000000 |
138 | 2025-02-10T17:23:14.720Z | slp 0.126543573 |
139 | 2025-02-10T17:23:14.721Z | lat 0.000277856 |
140 | 2025-02-10T17:23:14.721Z | stop 0.000127023 |
141 | 2025-02-10T17:23:14.721Z | + header 'analyze std' |
142 | 2025-02-10T17:23:14.721Z | + echo '# ==== analyze std ==== #' |
143 | 2025-02-10T17:23:14.721Z | + ptime -m cargo clippy --all-targets |
144 | 2025-02-10T17:23:14.721Z | # ==== analyze std ==== # |
145 | 2025-02-10T17:23:14.938Z | Updating crates.io index |
146 | 2025-02-10T17:23:14.979Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
147 | 2025-02-10T17:23:15.722Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
148 | 2025-02-10T17:23:16.026Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
149 | 2025-02-10T17:23:16.394Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
150 | 2025-02-10T17:23:16.778Z | Updating git repository `https://github.com/oxidecomputer/zone` |
151 | 2025-02-10T17:23:17.103Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
152 | 2025-02-10T17:23:17.400Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
153 | 2025-02-10T17:23:17.685Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
154 | 2025-02-10T17:23:17.993Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
155 | 2025-02-10T17:23:18.921Z | Downloading crates ... |
156 | 2025-02-10T17:23:18.986Z | Downloaded aho-corasick v1.1.3 |
157 | 2025-02-10T17:23:18.993Z | Downloaded byteorder v1.5.0 |
158 | 2025-02-10T17:23:18.995Z | Downloaded cfg-if v1.0.0 |
159 | 2025-02-10T17:23:18.998Z | Downloaded darling v0.20.10 |
160 | 2025-02-10T17:23:19.001Z | Downloaded bitflags v2.8.0 |
161 | 2025-02-10T17:23:19.004Z | Downloaded ident_case v1.0.1 |
162 | 2025-02-10T17:23:19.006Z | Downloaded fnv v1.0.7 |
163 | 2025-02-10T17:23:19.006Z | Downloaded either v1.13.0 |
164 | 2025-02-10T17:23:19.009Z | Downloaded darling_macro v0.20.10 |
165 | 2025-02-10T17:23:19.009Z | Downloaded darling_core v0.20.10 |
166 | 2025-02-10T17:23:19.012Z | Downloaded itertools v0.13.0 |
167 | 2025-02-10T17:23:19.018Z | Downloaded bitflags v1.3.2 |
168 | 2025-02-10T17:23:19.021Z | Downloaded proc-macro2 v1.0.93 |
169 | 2025-02-10T17:23:19.023Z | Downloaded memchr v2.7.4 |
170 | 2025-02-10T17:23:19.045Z | Downloaded regex-syntax v0.8.5 |
171 | 2025-02-10T17:23:19.053Z | Downloaded strsim v0.11.1 |
172 | 2025-02-10T17:23:19.064Z | Downloaded syn v2.0.96 |
173 | 2025-02-10T17:23:19.075Z | Downloaded proc-macro-error-attr2 v2.0.0 |
174 | 2025-02-10T17:23:19.091Z | Downloaded regex v1.11.1 |
175 | 2025-02-10T17:23:19.104Z | Downloaded stable_deref_trait v1.2.0 |
176 | 2025-02-10T17:23:19.107Z | Downloaded quote v1.0.38 |
177 | 2025-02-10T17:23:19.139Z | Downloaded serde_derive v1.0.217 |
178 | 2025-02-10T17:23:19.141Z | Downloaded thiserror v2.0.11 |
179 | 2025-02-10T17:23:19.147Z | Downloaded ipnetwork v0.21.1 |
180 | 2025-02-10T17:23:19.149Z | Downloaded macaddr v1.0.1 |
181 | 2025-02-10T17:23:19.152Z | Downloaded thiserror-impl v2.0.11 |
182 | 2025-02-10T17:23:19.152Z | Downloaded heapless v0.8.0 |
183 | 2025-02-10T17:23:19.155Z | Downloaded unicode-ident v1.0.14 |
184 | 2025-02-10T17:23:19.157Z | Downloaded serde v1.0.217 |
185 | 2025-02-10T17:23:19.160Z | Downloaded defmt-parser v0.4.1 |
186 | 2025-02-10T17:23:19.163Z | Downloaded defmt-macros v0.4.0 |
187 | 2025-02-10T17:23:19.165Z | Downloaded defmt v0.3.10 |
188 | 2025-02-10T17:23:19.168Z | Downloaded cobs v0.2.3 |
189 | 2025-02-10T17:23:19.171Z | Downloaded managed v0.8.0 |
190 | 2025-02-10T17:23:19.171Z | Downloaded embedded-io v0.4.0 |
191 | 2025-02-10T17:23:19.173Z | Downloaded proc-macro-error2 v2.0.1 |
192 | 2025-02-10T17:23:19.176Z | Downloaded hash32 v0.3.1 |
193 | 2025-02-10T17:23:19.176Z | Downloaded embedded-io v0.6.1 |
194 | 2025-02-10T17:23:19.189Z | Downloaded zerocopy v0.8.14 |
195 | 2025-02-10T17:23:19.211Z | Downloaded postcard v1.1.1 |
196 | 2025-02-10T17:23:19.213Z | Downloaded regex-automata v0.4.9 |
197 | 2025-02-10T17:23:19.227Z | Downloaded zerocopy-derive v0.8.14 |
198 | 2025-02-10T17:23:19.233Z | Downloaded smoltcp v0.11.0 |
199 | 2025-02-10T17:23:19.355Z | Compiling proc-macro2 v1.0.93 |
200 | 2025-02-10T17:23:19.355Z | Compiling unicode-ident v1.0.14 |
201 | 2025-02-10T17:23:19.358Z | Compiling ident_case v1.0.1 |
202 | 2025-02-10T17:23:19.358Z | Compiling memchr v2.7.4 |
203 | 2025-02-10T17:23:19.358Z | Compiling strsim v0.11.1 |
204 | 2025-02-10T17:23:19.358Z | Compiling fnv v1.0.7 |
205 | 2025-02-10T17:23:19.358Z | Compiling regex-syntax v0.8.5 |
206 | 2025-02-10T17:23:19.367Z | Compiling serde v1.0.217 |
207 | 2025-02-10T17:23:19.505Z | Compiling zerocopy v0.8.14 |
208 | 2025-02-10T17:23:19.536Z | Compiling either v1.13.0 |
209 | 2025-02-10T17:23:19.544Z | Checking byteorder v1.5.0 |
210 | 2025-02-10T17:23:19.816Z | Compiling heapless v0.8.0 |
211 | 2025-02-10T17:23:19.901Z | Compiling itertools v0.13.0 |
212 | 2025-02-10T17:23:19.989Z | Checking hash32 v0.3.1 |
213 | 2025-02-10T17:23:19.998Z | Checking macaddr v1.0.1 |
214 | 2025-02-10T17:23:20.131Z | Compiling smoltcp v0.11.0 |
215 | 2025-02-10T17:23:20.247Z | Checking bitflags v2.8.0 |
216 | 2025-02-10T17:23:20.272Z | Checking stable_deref_trait v1.2.0 |
217 | 2025-02-10T17:23:20.323Z | Compiling aho-corasick v1.1.3 |
218 | 2025-02-10T17:23:20.474Z | Checking managed v0.8.0 |
219 | 2025-02-10T17:23:20.709Z | Checking cfg-if v1.0.0 |
220 | 2025-02-10T17:23:20.801Z | Checking cobs v0.2.3 |
221 | 2025-02-10T17:23:20.827Z | Checking bitflags v1.3.2 |
222 | 2025-02-10T17:23:20.838Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
223 | 2025-02-10T17:23:20.916Z | Checking ipnetwork v0.21.1 |
224 | 2025-02-10T17:23:20.960Z | warning: unused import: `core::ffi::c_int` |
225 | 2025-02-10T17:23:20.960Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
226 | 2025-02-10T17:23:20.960Z | | |
227 | 2025-02-10T17:23:20.961Z | 7 | use core::ffi::c_int; |
228 | 2025-02-10T17:23:20.961Z | | ^^^^^^^^^^^^^^^^ |
229 | 2025-02-10T17:23:20.961Z | | |
230 | 2025-02-10T17:23:20.961Z | = note: `#[warn(unused_imports)]` on by default |
231 | 2025-02-10T17:23:20.961Z | |
232 | 2025-02-10T17:23:20.999Z | Compiling quote v1.0.38 |
233 | 2025-02-10T17:23:21.369Z | Compiling syn v2.0.96 |
234 | 2025-02-10T17:23:21.427Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
235 | 2025-02-10T17:23:22.510Z | Compiling regex-automata v0.4.9 |
236 | 2025-02-10T17:23:25.075Z | Compiling regex v1.11.1 |
237 | 2025-02-10T17:23:25.980Z | Compiling darling_core v0.20.10 |
238 | 2025-02-10T17:23:26.822Z | Compiling zerocopy-derive v0.8.14 |
239 | 2025-02-10T17:23:26.822Z | Compiling serde_derive v1.0.217 |
240 | 2025-02-10T17:23:28.467Z | Compiling darling_macro v0.20.10 |
241 | 2025-02-10T17:23:29.098Z | Compiling darling v0.20.10 |
242 | 2025-02-10T17:23:29.200Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
243 | 2025-02-10T17:23:32.246Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
244 | 2025-02-10T17:23:32.905Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
245 | 2025-02-10T17:23:32.905Z | Checking postcard v1.1.1 |
246 | 2025-02-10T17:23:34.104Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
247 | 2025-02-10T17:23:35.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.42s |
248 | 2025-02-10T17:23:35.421Z | |
249 | 2025-02-10T17:23:35.421Z | real 20.694366361 |
250 | 2025-02-10T17:23:35.421Z | user 59.293020209 |
251 | 2025-02-10T17:23:35.421Z | sys 7.404628399 |
252 | 2025-02-10T17:23:35.421Z | trap 0.027319529 |
253 | 2025-02-10T17:23:35.421Z | tflt 0.211574066 |
254 | 2025-02-10T17:23:35.424Z | dflt 0.545054038 |
255 | 2025-02-10T17:23:35.424Z | kflt 0.001775570 |
256 | 2025-02-10T17:23:35.424Z | lock 1:04.654273752 |
257 | 2025-02-10T17:23:35.424Z | slp 2:59.961008147 |
258 | 2025-02-10T17:23:35.424Z | lat 2.392697924 |
259 | 2025-02-10T17:23:35.424Z | stop 3.866563318 |
260 | 2025-02-10T17:23:35.424Z | + header 'analyze no_std' |
261 | 2025-02-10T17:23:35.424Z | + echo '# ==== analyze no_std ==== #' |
262 | 2025-02-10T17:23:35.424Z | # ==== analyze no_std ==== # |
263 | 2025-02-10T17:23:35.424Z | + ptime -m cargo clippy --no-default-features --all-targets |
264 | 2025-02-10T17:23:35.634Z | warning: unused import: `core::ffi::c_int` |
265 | 2025-02-10T17:23:35.634Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
266 | 2025-02-10T17:23:35.634Z | | |
267 | 2025-02-10T17:23:35.634Z | 7 | use core::ffi::c_int; |
268 | 2025-02-10T17:23:35.634Z | | ^^^^^^^^^^^^^^^^ |
269 | 2025-02-10T17:23:35.635Z | | |
270 | 2025-02-10T17:23:35.635Z | = note: `#[warn(unused_imports)]` on by default |
271 | 2025-02-10T17:23:35.635Z | |
272 | 2025-02-10T17:23:35.635Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
273 | 2025-02-10T17:23:35.638Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
274 | 2025-02-10T17:23:36.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
275 | 2025-02-10T17:23:36.861Z | |
276 | 2025-02-10T17:23:36.863Z | real 1.432693357 |
277 | 2025-02-10T17:23:36.863Z | user 2.143539427 |
278 | 2025-02-10T17:23:36.863Z | sys 0.285576480 |
279 | 2025-02-10T17:23:36.863Z | trap 0.000791888 |
280 | 2025-02-10T17:23:36.863Z | tflt 0.000003028 |
281 | 2025-02-10T17:23:36.864Z | dflt 0.000029285 |
282 | 2025-02-10T17:23:36.864Z | kflt 0.000000000 |
283 | 2025-02-10T17:23:36.864Z | lock 2.480125654 |
284 | 2025-02-10T17:23:36.864Z | slp 5.653347451 |
285 | 2025-02-10T17:23:36.864Z | lat 0.003594955 |
286 | 2025-02-10T17:23:36.864Z | stop 0.066888233 |
287 | 2025-02-10T17:23:36.864Z | + header test |
288 | 2025-02-10T17:23:36.864Z | + echo '# ==== test ==== #' |
289 | 2025-02-10T17:23:36.864Z | # ==== test ==== # |
290 | 2025-02-10T17:23:36.864Z | + ptime -m cargo test |
291 | 2025-02-10T17:23:37.095Z | Compiling byteorder v1.5.0 |
292 | 2025-02-10T17:23:37.095Z | Compiling stable_deref_trait v1.2.0 |
293 | 2025-02-10T17:23:37.098Z | Compiling macaddr v1.0.1 |
294 | 2025-02-10T17:23:37.098Z | Compiling bitflags v2.8.0 |
295 | 2025-02-10T17:23:37.098Z | Compiling managed v0.8.0 |
296 | 2025-02-10T17:23:37.102Z | Compiling zerocopy v0.8.14 |
297 | 2025-02-10T17:23:37.104Z | Compiling serde v1.0.217 |
298 | 2025-02-10T17:23:37.111Z | Compiling cfg-if v1.0.0 |
299 | 2025-02-10T17:23:37.172Z | Compiling cobs v0.2.3 |
300 | 2025-02-10T17:23:37.182Z | Compiling bitflags v1.3.2 |
301 | 2025-02-10T17:23:37.257Z | Compiling ipnetwork v0.21.1 |
302 | 2025-02-10T17:23:37.398Z | Compiling hash32 v0.3.1 |
303 | 2025-02-10T17:23:37.440Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
304 | 2025-02-10T17:23:37.518Z | Compiling heapless v0.8.0 |
305 | 2025-02-10T17:23:37.542Z | warning: unused import: `core::ffi::c_int` |
306 | 2025-02-10T17:23:37.542Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
307 | 2025-02-10T17:23:37.542Z | | |
308 | 2025-02-10T17:23:37.542Z | 7 | use core::ffi::c_int; |
309 | 2025-02-10T17:23:37.542Z | | ^^^^^^^^^^^^^^^^ |
310 | 2025-02-10T17:23:37.542Z | | |
311 | 2025-02-10T17:23:37.542Z | = note: `#[warn(unused_imports)]` on by default |
312 | 2025-02-10T17:23:37.543Z | |
313 | 2025-02-10T17:23:37.936Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
314 | 2025-02-10T17:23:38.127Z | Compiling smoltcp v0.11.0 |
315 | 2025-02-10T17:23:39.016Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
316 | 2025-02-10T17:23:40.296Z | Compiling postcard v1.1.1 |
317 | 2025-02-10T17:23:40.296Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
318 | 2025-02-10T17:23:41.556Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
319 | 2025-02-10T17:23:43.245Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6.33s |
320 | 2025-02-10T17:23:43.259Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-4b3f7f86c1b55ffb) |
321 | 2025-02-10T17:23:43.270Z | |
322 | 2025-02-10T17:23:43.270Z | running 22 tests |
323 | 2025-02-10T17:23:43.273Z | test encap::test::bad_vni ... ok |
324 | 2025-02-10T17:23:43.273Z | test encap::test::good_vni ... ok |
325 | 2025-02-10T17:23:43.273Z | test encap::test::vni_round_trip ... ok |
326 | 2025-02-10T17:23:43.273Z | test ip::test::bad_prefix_len ... ok |
327 | 2025-02-10T17:23:43.274Z | test dns::tests::test_domain_name ... ok |
328 | 2025-02-10T17:23:43.274Z | test ip::test::bad_cidr ... ok |
329 | 2025-02-10T17:23:43.274Z | test ip::test::dhcp_fqdn ... ok |
330 | 2025-02-10T17:23:43.274Z | test ip::test::ipv4_addr_bad ... ok |
331 | 2025-02-10T17:23:43.274Z | test ip::test::good_cidr ... ok |
332 | 2025-02-10T17:23:43.274Z | test ip::test::ipv4_addr_good ... ok |
333 | 2025-02-10T17:23:43.274Z | test ip::test::ipv6_prefix_len ... ok |
334 | 2025-02-10T17:23:43.274Z | test ip::test::ipv4_mask ... ok |
335 | 2025-02-10T17:23:43.274Z | test ip::test::ipv6_is_default ... ok |
336 | 2025-02-10T17:23:43.274Z | test ip::test::test_ip_cidr_from_str ... ok |
337 | 2025-02-10T17:23:43.274Z | test ip::test::test_ip_addr_from_str ... ok |
338 | 2025-02-10T17:23:43.274Z | test ip::test::ipv6_mask ... ok |
339 | 2025-02-10T17:23:43.274Z | test ip::test::ipv6_cidr_is_member ... ok |
340 | 2025-02-10T17:23:43.274Z | test ip::test::test_ipv6_from_const ... ok |
341 | 2025-02-10T17:23:43.274Z | test ip::test::test_ipv6_from_eui64 ... ok |
342 | 2025-02-10T17:23:43.274Z | test ip::test::test_ipv6_is_multicast ... ok |
343 | 2025-02-10T17:23:43.274Z | test ip::test::test_ipv6_multicast_mac ... ok |
344 | 2025-02-10T17:23:43.274Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
345 | 2025-02-10T17:23:43.274Z | |
346 | 2025-02-10T17:23:43.274Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
347 | 2025-02-10T17:23:43.274Z | |
348 | 2025-02-10T17:23:43.274Z | Doc-tests opte_api |
349 | 2025-02-10T17:23:43.423Z | |
350 | 2025-02-10T17:23:43.423Z | running 1 test |
351 | 2025-02-10T17:23:43.779Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
352 | 2025-02-10T17:23:43.779Z | |
353 | 2025-02-10T17:23:43.782Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s |
354 | 2025-02-10T17:23:43.782Z | |
355 | 2025-02-10T17:23:43.798Z | |
356 | 2025-02-10T17:23:43.801Z | real 6.928094943 |
357 | 2025-02-10T17:23:43.801Z | user 16.487212070 |
358 | 2025-02-10T17:23:43.801Z | sys 2.321448902 |
359 | 2025-02-10T17:23:43.801Z | trap 0.003888486 |
360 | 2025-02-10T17:23:43.801Z | tflt 0.063092568 |
361 | 2025-02-10T17:23:43.801Z | dflt 0.070239811 |
362 | 2025-02-10T17:23:43.801Z | kflt 0.000008359 |
363 | 2025-02-10T17:23:43.801Z | lock 25.560233571 |
364 | 2025-02-10T17:23:43.801Z | slp 49.511766715 |
365 | 2025-02-10T17:23:43.801Z | lat 0.174366725 |
366 | 2025-02-10T17:23:43.801Z | stop 0.671078371 |
367 | 2025-02-10T17:23:43.801Z | process exited: duration 51581 ms, exit code 0 |
|
368 | 2025-02-10T17:23:43.809Z | found 0 output files |