|
|
|
1 | 2025-03-14T21:29:15.190Z | job assigned to worker 01JPB8YKZVA6BXK2PCXYBDMVTA [factory gimlet-EVT22200007-propolis, EVT22200007/21921] (queued for 25 s) |
|
2 | 2025-03-14T21:29:22.893Z | starting task 0: "setup" |
3 | 2025-03-14T21:29:22.919Z | ++ uname -s |
4 | 2025-03-14T21:29:22.919Z | + kern=SunOS |
5 | 2025-03-14T21:29:22.919Z | + build_user=build |
6 | 2025-03-14T21:29:22.919Z | + build_uid=12345 |
7 | 2025-03-14T21:29:22.919Z | + work_dir=/work |
8 | 2025-03-14T21:29:22.919Z | + input_dir=/input |
9 | 2025-03-14T21:29:22.919Z | + [[ 0 == 12345 ]] |
10 | 2025-03-14T21:29:22.919Z | + case "$kern" in |
11 | 2025-03-14T21:29:22.919Z | + groupadd -g 12345 build |
12 | 2025-03-14T21:29:22.919Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-14T21:29:24.918Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-14T21:29:24.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-14T21:29:24.982Z | + home_fs=zfs |
16 | 2025-03-14T21:29:24.982Z | + [[ zfs == autofs ]] |
17 | 2025-03-14T21:29:24.983Z | + mkdir -p /home/build |
18 | 2025-03-14T21:29:24.983Z | + chown build:build /home/build /work |
19 | 2025-03-14T21:29:26.966Z | + chmod 0700 /home/build /work |
20 | 2025-03-14T21:29:26.992Z | process exited: duration 4079 ms, exit code 0 |
|
21 | 2025-03-14T21:29:27.044Z | starting task 1: "rust-toolchain" |
22 | 2025-03-14T21:29:27.070Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-14T21:29:27.070Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-14T21:29:27.070Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-14T21:29:27.070Z | * rust toolchain profile = "default" |
26 | 2025-03-14T21:29:27.070Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-14T21:29:27.070Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-14T21:29:27.070Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-14T21:29:27.070Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-14T21:29:27.200Z | info: downloading installer |
31 | 2025-03-14T21:29:27.647Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-14T21:29:27.647Z | warn: /opt/ooce/bin |
33 | 2025-03-14T21:29:27.647Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-14T21:29:27.647Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-14T21:29:27.647Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-14T21:29:27.647Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-14T21:29:27.648Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-14T21:29:27.648Z | error: cannot install while Rust is installed |
39 | 2025-03-14T21:29:27.648Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-14T21:29:27.674Z | info: profile set to 'default' |
41 | 2025-03-14T21:29:27.674Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-14T21:29:27.674Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-14T21:29:27.781Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-14T21:29:27.781Z | info: downloading component 'cargo' |
45 | 2025-03-14T21:29:27.952Z | info: downloading component 'clippy' |
46 | 2025-03-14T21:29:28.027Z | info: downloading component 'rust-docs' |
47 | 2025-03-14T21:29:28.361Z | info: downloading component 'rust-std' |
48 | 2025-03-14T21:29:29.149Z | info: downloading component 'rustc' |
49 | 2025-03-14T21:29:31.225Z | info: downloading component 'rustfmt' |
50 | 2025-03-14T21:29:31.742Z | info: installing component 'cargo' |
51 | 2025-03-14T21:29:32.464Z | info: installing component 'clippy' |
52 | 2025-03-14T21:29:33.066Z | info: installing component 'rust-docs' |
53 | 2025-03-14T21:29:36.138Z | info: installing component 'rust-std' |
54 | 2025-03-14T21:29:38.349Z | info: installing component 'rustc' |
55 | 2025-03-14T21:29:45.834Z | info: installing component 'rustfmt' |
56 | 2025-03-14T21:29:46.225Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-14T21:29:46.225Z | |
58 | 2025-03-14T21:29:46.372Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-14T21:29:46.372Z | |
60 | 2025-03-14T21:29:46.372Z | |
61 | 2025-03-14T21:29:46.372Z | Rust is installed now. Great! |
62 | 2025-03-14T21:29:46.372Z | |
63 | 2025-03-14T21:29:46.372Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-14T21:29:46.398Z | environment variable. This has not been done automatically. |
65 | 2025-03-14T21:29:46.398Z | |
66 | 2025-03-14T21:29:46.398Z | To configure your current shell, you need to source |
67 | 2025-03-14T21:29:46.398Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-14T21:29:46.398Z | |
69 | 2025-03-14T21:29:46.398Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-14T21:29:46.398Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-14T21:29:46.398Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-14T21:29:46.398Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-14T21:29:46.467Z | + rustup --version |
74 | 2025-03-14T21:29:46.493Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-14T21:29:46.493Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-14T21:29:46.534Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-14T21:29:46.560Z | + cargo --version |
78 | 2025-03-14T21:29:46.586Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-14T21:29:46.586Z | + rustc --version |
80 | 2025-03-14T21:29:46.629Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-14T21:29:46.655Z | process exited: duration 19591 ms, exit code 0 |
|
82 | 2025-03-14T21:29:46.711Z | starting task 2: "authentication" |
83 | 2025-03-14T21:29:46.771Z | process exited: duration 64 ms, exit code 0 |
|
84 | 2025-03-14T21:29:46.823Z | starting task 3: "clone repository" |
85 | 2025-03-14T21:29:46.849Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2025-03-14T21:29:46.849Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2025-03-14T21:29:46.875Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2025-03-14T21:29:47.967Z | + cd /work/oxidecomputer/opte |
89 | 2025-03-14T21:29:47.967Z | + git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc |
90 | 2025-03-14T21:29:48.284Z | From https://github.com/oxidecomputer/opte |
91 | 2025-03-14T21:29:48.284Z | * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD |
92 | 2025-03-14T21:29:48.310Z | + [[ -n ingot-and-offload ]] |
93 | 2025-03-14T21:29:48.310Z | ++ git branch --show-current |
94 | 2025-03-14T21:29:48.310Z | + current=master |
95 | 2025-03-14T21:29:48.310Z | + [[ master != ingot-and-offload ]] |
96 | 2025-03-14T21:29:48.310Z | + git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc |
97 | 2025-03-14T21:29:48.337Z | + git checkout -f ingot-and-offload |
98 | 2025-03-14T21:29:48.364Z | Switched to branch 'ingot-and-offload' |
99 | 2025-03-14T21:29:48.364Z | + git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc |
100 | 2025-03-14T21:29:48.389Z | HEAD is now at 304b249 Merge branch 'master' into ingot-and-offload |
101 | 2025-03-14T21:29:48.389Z | process exited: duration 1541 ms, exit code 0 |
|
102 | 2025-03-14T21:29:48.445Z | starting task 4: "build" |
103 | 2025-03-14T21:29:48.472Z | + source .github/buildomat/common.sh |
104 | 2025-03-14T21:29:48.473Z | ++ rustup show active-toolchain |
105 | 2025-03-14T21:29:48.540Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
106 | 2025-03-14T21:29:48.567Z | ++ pushd xde |
107 | 2025-03-14T21:29:48.567Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
108 | 2025-03-14T21:29:48.569Z | ++ rustup show active-toolchain |
109 | 2025-03-14T21:29:48.569Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
110 | 2025-03-14T21:29:48.734Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
111 | 2025-03-14T21:29:48.734Z | info: downloading component 'cargo' |
112 | 2025-03-14T21:29:49.083Z | info: downloading component 'clippy' |
113 | 2025-03-14T21:29:49.191Z | info: downloading component 'rust-src' |
114 | 2025-03-14T21:29:49.264Z | info: downloading component 'rust-std' |
115 | 2025-03-14T21:29:49.557Z | info: downloading component 'rustc' |
116 | 2025-03-14T21:29:51.123Z | info: downloading component 'rustfmt' |
117 | 2025-03-14T21:29:51.195Z | info: installing component 'cargo' |
118 | 2025-03-14T21:29:52.377Z | info: installing component 'clippy' |
119 | 2025-03-14T21:29:52.836Z | info: installing component 'rust-src' |
120 | 2025-03-14T21:29:53.255Z | info: installing component 'rust-std' |
121 | 2025-03-14T21:29:55.243Z | info: installing component 'rustc' |
122 | 2025-03-14T21:30:03.102Z | info: installing component 'rustfmt' |
123 | 2025-03-14T21:30:03.484Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
124 | 2025-03-14T21:30:03.586Z | +++ rustup show active-toolchain -v |
125 | 2025-03-14T21:30:03.611Z | +++ head -n 1 |
126 | 2025-03-14T21:30:03.611Z | +++ cut '-d ' -f1 |
127 | 2025-03-14T21:30:03.770Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
128 | 2025-03-14T21:30:03.771Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
129 | 2025-03-14T21:30:03.771Z | ++ popd |
130 | 2025-03-14T21:30:03.797Z | /work/oxidecomputer/opte |
131 | 2025-03-14T21:30:03.797Z | + cargo --version |
132 | 2025-03-14T21:30:03.862Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
133 | 2025-03-14T21:30:03.888Z | + rustc --version |
134 | 2025-03-14T21:30:03.981Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
135 | 2025-03-14T21:30:04.007Z | + cd crates/opte-api |
136 | 2025-03-14T21:30:04.007Z | + header 'check API_VERSION' |
137 | 2025-03-14T21:30:04.007Z | + echo '# ==== check API_VERSION ==== #' |
138 | 2025-03-14T21:30:04.007Z | # ==== check API_VERSION ==== # |
139 | 2025-03-14T21:30:04.007Z | + ./check-api-version.sh |
140 | 2025-03-14T21:30:04.033Z | + header 'check style' |
141 | 2025-03-14T21:30:04.033Z | + echo '# ==== check style ==== #' |
142 | 2025-03-14T21:30:04.033Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
143 | 2025-03-14T21:30:04.033Z | # ==== check style ==== # |
144 | 2025-03-14T21:30:04.429Z | |
145 | 2025-03-14T21:30:04.429Z | real 0.403655581 |
146 | 2025-03-14T21:30:04.429Z | user 0.199867046 |
147 | 2025-03-14T21:30:04.429Z | sys 0.199760877 |
148 | 2025-03-14T21:30:04.429Z | trap 0.000035689 |
149 | 2025-03-14T21:30:04.429Z | tflt 0.000002865 |
150 | 2025-03-14T21:30:04.429Z | dflt 0.000000000 |
151 | 2025-03-14T21:30:04.429Z | kflt 0.000000000 |
152 | 2025-03-14T21:30:04.429Z | lock 1.246523702 |
153 | 2025-03-14T21:30:04.430Z | slp 0.422877574 |
154 | 2025-03-14T21:30:04.430Z | lat 0.004611437 |
155 | 2025-03-14T21:30:04.430Z | stop 0.000275612 |
156 | 2025-03-14T21:30:04.456Z | + header 'analyze std' |
157 | 2025-03-14T21:30:04.456Z | + echo '# ==== analyze std ==== #' |
158 | 2025-03-14T21:30:04.456Z | # ==== analyze std ==== # |
159 | 2025-03-14T21:30:04.456Z | + ptime -m cargo clippy --all-targets |
160 | 2025-03-14T21:30:04.873Z | Updating crates.io index |
161 | 2025-03-14T21:30:04.948Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
162 | 2025-03-14T21:30:05.740Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
163 | 2025-03-14T21:30:06.119Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
164 | 2025-03-14T21:30:06.474Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
165 | 2025-03-14T21:30:06.935Z | Updating git repository `https://github.com/oxidecomputer/zone` |
166 | 2025-03-14T21:30:07.413Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
167 | 2025-03-14T21:30:07.751Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
168 | 2025-03-14T21:30:08.201Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
169 | 2025-03-14T21:30:09.250Z | Downloading crates ... |
170 | 2025-03-14T21:30:09.306Z | Downloaded byteorder v1.5.0 |
171 | 2025-03-14T21:30:09.332Z | Downloaded aho-corasick v1.1.3 |
172 | 2025-03-14T21:30:09.332Z | Downloaded ipnetwork v0.21.1 |
173 | 2025-03-14T21:30:09.332Z | Downloaded macaddr v1.0.1 |
174 | 2025-03-14T21:30:09.332Z | Downloaded thiserror-impl v2.0.12 |
175 | 2025-03-14T21:30:09.332Z | Downloaded defmt v0.3.10 |
176 | 2025-03-14T21:30:09.358Z | Downloaded unicode-ident v1.0.18 |
177 | 2025-03-14T21:30:09.358Z | Downloaded proc-macro-error-attr2 v2.0.0 |
178 | 2025-03-14T21:30:09.358Z | Downloaded serde v1.0.219 |
179 | 2025-03-14T21:30:09.358Z | Downloaded quote v1.0.39 |
180 | 2025-03-14T21:30:09.358Z | Downloaded syn v2.0.100 |
181 | 2025-03-14T21:30:09.384Z | Downloaded regex-syntax v0.8.5 |
182 | 2025-03-14T21:30:09.384Z | Downloaded zerocopy-derive v0.8.23 |
183 | 2025-03-14T21:30:09.410Z | Downloaded regex v1.11.1 |
184 | 2025-03-14T21:30:09.410Z | Downloaded darling_core v0.20.10 |
185 | 2025-03-14T21:30:09.436Z | Downloaded thiserror v2.0.12 |
186 | 2025-03-14T21:30:09.436Z | Downloaded serde_derive v1.0.219 |
187 | 2025-03-14T21:30:09.436Z | Downloaded memchr v2.7.4 |
188 | 2025-03-14T21:30:09.436Z | Downloaded heapless v0.8.0 |
189 | 2025-03-14T21:30:09.436Z | Downloaded proc-macro2 v1.0.94 |
190 | 2025-03-14T21:30:09.463Z | Downloaded zerocopy v0.8.23 |
191 | 2025-03-14T21:30:09.489Z | Downloaded bitflags v2.9.0 |
192 | 2025-03-14T21:30:09.489Z | Downloaded defmt-parser v0.4.1 |
193 | 2025-03-14T21:30:09.489Z | Downloaded managed v0.8.0 |
194 | 2025-03-14T21:30:09.489Z | Downloaded regex-automata v0.4.9 |
195 | 2025-03-14T21:30:09.514Z | Downloaded embedded-io v0.4.0 |
196 | 2025-03-14T21:30:09.514Z | Downloaded proc-macro-error2 v2.0.1 |
197 | 2025-03-14T21:30:09.514Z | Downloaded embedded-io v0.6.1 |
198 | 2025-03-14T21:30:09.514Z | Downloaded smoltcp v0.11.0 |
199 | 2025-03-14T21:30:09.541Z | Downloaded postcard v1.1.1 |
200 | 2025-03-14T21:30:09.541Z | Downloaded ident_case v1.0.1 |
201 | 2025-03-14T21:30:09.541Z | Downloaded either v1.15.0 |
202 | 2025-03-14T21:30:09.541Z | Downloaded defmt-macros v0.4.0 |
203 | 2025-03-14T21:30:09.541Z | Downloaded darling_macro v0.20.10 |
204 | 2025-03-14T21:30:09.541Z | Downloaded cobs v0.2.3 |
205 | 2025-03-14T21:30:09.541Z | Downloaded cfg-if v1.0.0 |
206 | 2025-03-14T21:30:09.541Z | Downloaded bitflags v1.3.2 |
207 | 2025-03-14T21:30:09.541Z | Downloaded stable_deref_trait v1.2.0 |
208 | 2025-03-14T21:30:09.541Z | Downloaded itertools v0.13.0 |
209 | 2025-03-14T21:30:09.567Z | Downloaded hash32 v0.3.1 |
210 | 2025-03-14T21:30:09.567Z | Downloaded strsim v0.11.1 |
211 | 2025-03-14T21:30:09.567Z | Downloaded darling v0.20.10 |
212 | 2025-03-14T21:30:09.567Z | Downloaded fnv v1.0.7 |
213 | 2025-03-14T21:30:09.622Z | Compiling proc-macro2 v1.0.94 |
214 | 2025-03-14T21:30:09.648Z | Compiling unicode-ident v1.0.18 |
215 | 2025-03-14T21:30:09.648Z | Compiling fnv v1.0.7 |
216 | 2025-03-14T21:30:09.648Z | Compiling strsim v0.11.1 |
217 | 2025-03-14T21:30:09.648Z | Compiling memchr v2.7.4 |
218 | 2025-03-14T21:30:09.648Z | Compiling ident_case v1.0.1 |
219 | 2025-03-14T21:30:09.648Z | Compiling regex-syntax v0.8.5 |
220 | 2025-03-14T21:30:09.648Z | Compiling zerocopy v0.8.23 |
221 | 2025-03-14T21:30:09.913Z | Compiling serde v1.0.219 |
222 | 2025-03-14T21:30:09.948Z | Compiling either v1.15.0 |
223 | 2025-03-14T21:30:09.973Z | Compiling heapless v0.8.0 |
224 | 2025-03-14T21:30:10.377Z | Compiling itertools v0.13.0 |
225 | 2025-03-14T21:30:10.413Z | Checking byteorder v1.5.0 |
226 | 2025-03-14T21:30:10.533Z | Compiling smoltcp v0.11.0 |
227 | 2025-03-14T21:30:10.580Z | Checking stable_deref_trait v1.2.0 |
228 | 2025-03-14T21:30:10.670Z | Checking macaddr v1.0.1 |
229 | 2025-03-14T21:30:10.710Z | Compiling aho-corasick v1.1.3 |
230 | 2025-03-14T21:30:10.779Z | Checking hash32 v0.3.1 |
231 | 2025-03-14T21:30:10.894Z | Checking bitflags v2.9.0 |
232 | 2025-03-14T21:30:11.075Z | Checking managed v0.8.0 |
233 | 2025-03-14T21:30:11.119Z | Checking cobs v0.2.3 |
234 | 2025-03-14T21:30:11.145Z | Checking bitflags v1.3.2 |
235 | 2025-03-14T21:30:11.219Z | Checking cfg-if v1.0.0 |
236 | 2025-03-14T21:30:11.282Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
237 | 2025-03-14T21:30:11.308Z | Checking ipnetwork v0.21.1 |
238 | 2025-03-14T21:30:11.495Z | Compiling quote v1.0.39 |
239 | 2025-03-14T21:30:11.812Z | Compiling syn v2.0.100 |
240 | 2025-03-14T21:30:12.842Z | Compiling regex-automata v0.4.9 |
241 | 2025-03-14T21:30:16.211Z | Compiling regex v1.11.1 |
242 | 2025-03-14T21:30:17.075Z | Compiling darling_core v0.20.10 |
243 | 2025-03-14T21:30:17.870Z | Compiling zerocopy-derive v0.8.23 |
244 | 2025-03-14T21:30:17.870Z | Compiling serde_derive v1.0.219 |
245 | 2025-03-14T21:30:19.752Z | Compiling darling_macro v0.20.10 |
246 | 2025-03-14T21:30:20.543Z | Compiling darling v0.20.10 |
247 | 2025-03-14T21:30:20.640Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
248 | 2025-03-14T21:30:24.297Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
249 | 2025-03-14T21:30:25.297Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
250 | 2025-03-14T21:30:25.297Z | Checking postcard v1.1.1 |
251 | 2025-03-14T21:30:26.997Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
252 | 2025-03-14T21:30:28.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.91s |
253 | 2025-03-14T21:30:28.708Z | |
254 | 2025-03-14T21:30:28.733Z | real 24.268914196 |
255 | 2025-03-14T21:30:28.733Z | user 1:01.639547609 |
256 | 2025-03-14T21:30:28.733Z | sys 8.987753399 |
257 | 2025-03-14T21:30:28.733Z | trap 0.029339384 |
258 | 2025-03-14T21:30:28.733Z | tflt 0.098479891 |
259 | 2025-03-14T21:30:28.733Z | dflt 0.326369652 |
260 | 2025-03-14T21:30:28.734Z | kflt 0.000772984 |
261 | 2025-03-14T21:30:28.734Z | lock 1:19.929915756 |
262 | 2025-03-14T21:30:28.734Z | slp 3:23.301522534 |
263 | 2025-03-14T21:30:28.734Z | lat 1.911865982 |
264 | 2025-03-14T21:30:28.734Z | stop 3.217295299 |
265 | 2025-03-14T21:30:28.734Z | + header 'analyze no_std' |
266 | 2025-03-14T21:30:28.734Z | + echo '# ==== analyze no_std ==== #' |
267 | 2025-03-14T21:30:28.734Z | # ==== analyze no_std ==== # |
268 | 2025-03-14T21:30:28.734Z | + ptime -m cargo clippy --no-default-features --all-targets |
269 | 2025-03-14T21:30:29.023Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
270 | 2025-03-14T21:30:30.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
271 | 2025-03-14T21:30:30.681Z | |
272 | 2025-03-14T21:30:30.682Z | real 1.963564788 |
273 | 2025-03-14T21:30:30.682Z | user 2.936899839 |
274 | 2025-03-14T21:30:30.682Z | sys 0.413164793 |
275 | 2025-03-14T21:30:30.682Z | trap 0.000909139 |
276 | 2025-03-14T21:30:30.707Z | tflt 0.000024946 |
277 | 2025-03-14T21:30:30.707Z | dflt 0.000017754 |
278 | 2025-03-14T21:30:30.707Z | kflt 0.000000000 |
279 | 2025-03-14T21:30:30.707Z | lock 5.012354974 |
280 | 2025-03-14T21:30:30.707Z | slp 7.886317329 |
281 | 2025-03-14T21:30:30.708Z | lat 0.009725499 |
282 | 2025-03-14T21:30:30.708Z | stop 0.025751182 |
283 | 2025-03-14T21:30:30.708Z | + header test |
284 | 2025-03-14T21:30:30.708Z | + echo '# ==== test ==== #' |
285 | 2025-03-14T21:30:30.708Z | # ==== test ==== # |
286 | 2025-03-14T21:30:30.709Z | + ptime -m cargo test |
287 | 2025-03-14T21:30:31.019Z | Compiling byteorder v1.5.0 |
288 | 2025-03-14T21:30:31.019Z | Compiling stable_deref_trait v1.2.0 |
289 | 2025-03-14T21:30:31.045Z | Compiling macaddr v1.0.1 |
290 | 2025-03-14T21:30:31.045Z | Compiling bitflags v2.9.0 |
291 | 2025-03-14T21:30:31.045Z | Compiling managed v0.8.0 |
292 | 2025-03-14T21:30:31.045Z | Compiling serde v1.0.219 |
293 | 2025-03-14T21:30:31.045Z | Compiling zerocopy v0.8.23 |
294 | 2025-03-14T21:30:31.045Z | Compiling cobs v0.2.3 |
295 | 2025-03-14T21:30:31.130Z | Compiling cfg-if v1.0.0 |
296 | 2025-03-14T21:30:31.211Z | Compiling bitflags v1.3.2 |
297 | 2025-03-14T21:30:31.300Z | Compiling hash32 v0.3.1 |
298 | 2025-03-14T21:30:31.325Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
299 | 2025-03-14T21:30:31.350Z | Compiling ipnetwork v0.21.1 |
300 | 2025-03-14T21:30:31.431Z | Compiling heapless v0.8.0 |
301 | 2025-03-14T21:30:32.129Z | Compiling smoltcp v0.11.0 |
302 | 2025-03-14T21:30:33.430Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2025-03-14T21:30:35.133Z | Compiling postcard v1.1.1 |
304 | 2025-03-14T21:30:35.158Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2025-03-14T21:30:36.938Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
306 | 2025-03-14T21:30:39.146Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 8.38s |
307 | 2025-03-14T21:30:39.171Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-110cb6018b542fdb) |
308 | 2025-03-14T21:30:39.171Z | |
309 | 2025-03-14T21:30:39.171Z | running 22 tests |
310 | 2025-03-14T21:30:39.171Z | test encap::test::good_vni ... ok |
311 | 2025-03-14T21:30:39.171Z | test encap::test::bad_vni ... ok |
312 | 2025-03-14T21:30:39.171Z | test encap::test::vni_round_trip ... ok |
313 | 2025-03-14T21:30:39.171Z | test dns::tests::test_domain_name ... ok |
314 | 2025-03-14T21:30:39.171Z | test ip::test::bad_cidr ... ok |
315 | 2025-03-14T21:30:39.171Z | test ip::test::bad_prefix_len ... ok |
316 | 2025-03-14T21:30:39.171Z | test ip::test::dhcp_fqdn ... ok |
317 | 2025-03-14T21:30:39.171Z | test ip::test::good_cidr ... ok |
318 | 2025-03-14T21:30:39.171Z | test ip::test::ipv4_addr_good ... ok |
319 | 2025-03-14T21:30:39.171Z | test ip::test::ipv4_addr_bad ... ok |
320 | 2025-03-14T21:30:39.172Z | test ip::test::ipv6_is_default ... ok |
321 | 2025-03-14T21:30:39.172Z | test ip::test::ipv6_cidr_is_member ... ok |
322 | 2025-03-14T21:30:39.172Z | test ip::test::ipv4_mask ... ok |
323 | 2025-03-14T21:30:39.172Z | test ip::test::ipv6_mask ... ok |
324 | 2025-03-14T21:30:39.172Z | test ip::test::test_ip_addr_from_str ... ok |
325 | 2025-03-14T21:30:39.172Z | test ip::test::ipv6_prefix_len ... ok |
326 | 2025-03-14T21:30:39.172Z | test ip::test::test_ipv6_from_const ... ok |
327 | 2025-03-14T21:30:39.172Z | test ip::test::test_ipv6_is_multicast ... ok |
328 | 2025-03-14T21:30:39.172Z | test ip::test::test_ip_cidr_from_str ... ok |
329 | 2025-03-14T21:30:39.172Z | test ip::test::test_ipv6_multicast_mac ... ok |
330 | 2025-03-14T21:30:39.172Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
331 | 2025-03-14T21:30:39.172Z | test ip::test::test_ipv6_from_eui64 ... ok |
332 | 2025-03-14T21:30:39.172Z | |
333 | 2025-03-14T21:30:39.172Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
334 | 2025-03-14T21:30:39.172Z | |
335 | 2025-03-14T21:30:39.198Z | Doc-tests opte_api |
336 | 2025-03-14T21:30:39.691Z | |
337 | 2025-03-14T21:30:39.691Z | running 1 test |
338 | 2025-03-14T21:30:40.174Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
339 | 2025-03-14T21:30:40.175Z | |
340 | 2025-03-14T21:30:40.175Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s |
341 | 2025-03-14T21:30:40.175Z | |
342 | 2025-03-14T21:30:40.204Z | |
343 | 2025-03-14T21:30:40.204Z | real 9.509134697 |
344 | 2025-03-14T21:30:40.204Z | user 20.329250142 |
345 | 2025-03-14T21:30:40.204Z | sys 3.149304783 |
346 | 2025-03-14T21:30:40.204Z | trap 0.006389867 |
347 | 2025-03-14T21:30:40.204Z | tflt 0.065619995 |
348 | 2025-03-14T21:30:40.204Z | dflt 0.034335778 |
349 | 2025-03-14T21:30:40.204Z | kflt 0.000007734 |
350 | 2025-03-14T21:30:40.204Z | lock 33.696961102 |
351 | 2025-03-14T21:30:40.204Z | slp 1:02.520467101 |
352 | 2025-03-14T21:30:40.204Z | lat 0.772121128 |
353 | 2025-03-14T21:30:40.204Z | stop 0.990970528 |
354 | 2025-03-14T21:30:40.230Z | process exited: duration 51765 ms, exit code 0 |
|
355 | 2025-03-14T21:30:40.281Z | found 0 output files |