|
|
|
1 | 2024-12-25T04:19:54.607Z | job assigned to worker 01JFY0MHTJC0SQZEY53YWD2TS2 [factory aws, i-08446c1550c29b7b2] (queued for 51 s) |
|
2 | 2024-12-25T04:20:02.285Z | starting task 0: "setup" |
3 | 2024-12-25T04:20:02.301Z | ++ uname -s |
4 | 2024-12-25T04:20:02.309Z | + kern=SunOS |
5 | 2024-12-25T04:20:02.309Z | + case "$kern" in |
6 | 2024-12-25T04:20:02.309Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:20:02.309Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:20:04.309Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:20:04.420Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:20:04.422Z | + home_fs=zfs |
11 | 2024-12-25T04:20:04.422Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:20:04.422Z | + mkdir -p /home/build |
13 | 2024-12-25T04:20:04.425Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:20:06.426Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:20:06.429Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2024-12-25T04:20:06.434Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:20:06.439Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:20:06.439Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:20:06.439Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-25T04:20:06.439Z | ' default |
21 | 2024-12-25T04:20:06.439Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-25T04:20:06.439Z | * toolchain profile = "default" |
23 | 2024-12-25T04:20:06.442Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:20:06.442Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:20:06.558Z | info: downloading installer |
26 | 2024-12-25T04:20:07.993Z | info: profile set to 'default' |
27 | 2024-12-25T04:20:07.993Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:20:07.995Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:20:08.158Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:20:08.158Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:20:09.097Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:20:09.653Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:20:11.021Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:20:13.196Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:20:20.447Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:20:20.754Z | info: installing component 'cargo' |
37 | 2024-12-25T04:20:21.620Z | info: installing component 'clippy' |
38 | 2024-12-25T04:20:22.003Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:20:23.700Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:20:25.572Z | info: installing component 'rustc' |
41 | 2024-12-25T04:20:31.697Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:20:32.031Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:20:32.031Z | |
44 | 2024-12-25T04:20:32.421Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:20:32.421Z | |
46 | 2024-12-25T04:20:32.424Z | |
47 | 2024-12-25T04:20:32.424Z | Rust is installed now. Great! |
48 | 2024-12-25T04:20:32.424Z | |
49 | 2024-12-25T04:20:32.424Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:20:32.424Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:20:32.424Z | |
52 | 2024-12-25T04:20:32.424Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:20:32.424Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:20:32.424Z | |
55 | 2024-12-25T04:20:32.424Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:20:32.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:20:32.424Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:20:32.501Z | + rustc --version |
59 | 2024-12-25T04:20:32.569Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:20:32.573Z | process exited: duration 26136 ms, exit code 0 |
|
61 | 2024-12-25T04:20:32.579Z | starting task 2: "authentication" |
62 | 2024-12-25T04:20:32.600Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-25T04:20:32.606Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:20:32.611Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:20:32.614Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:20:32.651Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:20:33.399Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:20:33.400Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:20:33.671Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:20:33.671Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:20:33.680Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:20:33.683Z | ++ git branch --show-current |
73 | 2024-12-25T04:20:33.686Z | + current=master |
74 | 2024-12-25T04:20:33.686Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:20:33.686Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:20:33.689Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:20:33.710Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:20:33.713Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:20:33.732Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:20:33.735Z | process exited: duration 1127 ms, exit code 0 |
|
81 | 2024-12-25T04:20:33.740Z | starting task 4: "build" |
82 | 2024-12-25T04:20:33.745Z | + cargo --version |
83 | 2024-12-25T04:20:33.750Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-25T04:20:33.897Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-25T04:20:33.897Z | info: downloading component 'cargo' |
86 | 2024-12-25T04:20:34.672Z | info: downloading component 'clippy' |
87 | 2024-12-25T04:20:35.050Z | info: downloading component 'rust-docs' |
88 | 2024-12-25T04:20:36.097Z | info: downloading component 'rust-std' |
89 | 2024-12-25T04:20:37.645Z | info: downloading component 'rustc' |
90 | 2024-12-25T04:20:43.506Z | info: downloading component 'rustfmt' |
91 | 2024-12-25T04:20:43.725Z | info: installing component 'cargo' |
92 | 2024-12-25T04:20:44.562Z | info: installing component 'clippy' |
93 | 2024-12-25T04:20:44.936Z | info: installing component 'rust-docs' |
94 | 2024-12-25T04:20:46.595Z | info: installing component 'rust-std' |
95 | 2024-12-25T04:20:48.267Z | info: installing component 'rustc' |
96 | 2024-12-25T04:20:53.991Z | info: installing component 'rustfmt' |
97 | 2024-12-25T04:20:54.402Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-25T04:20:54.405Z | + rustc --version |
99 | 2024-12-25T04:20:54.473Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-25T04:20:54.478Z | + cd crates/opte-api |
101 | 2024-12-25T04:20:54.480Z | + header 'check API_VERSION' |
102 | 2024-12-25T04:20:54.480Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2024-12-25T04:20:54.480Z | # ==== check API_VERSION ==== # |
104 | 2024-12-25T04:20:54.480Z | + ./check-api-version.sh |
105 | 2024-12-25T04:20:54.489Z | + header 'check style' |
106 | 2024-12-25T04:20:54.492Z | + echo '# ==== check style ==== #' |
107 | 2024-12-25T04:20:54.492Z | # ==== check style ==== # |
108 | 2024-12-25T04:20:54.492Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2024-12-25T04:20:54.705Z | |
110 | 2024-12-25T04:20:54.706Z | real 0.211809023 |
111 | 2024-12-25T04:20:54.706Z | user 0.117672847 |
112 | 2024-12-25T04:20:54.706Z | sys 0.089404688 |
113 | 2024-12-25T04:20:54.706Z | trap 0.000002938 |
114 | 2024-12-25T04:20:54.706Z | tflt 0.000000000 |
115 | 2024-12-25T04:20:54.706Z | dflt 0.000000000 |
116 | 2024-12-25T04:20:54.706Z | kflt 0.000000000 |
117 | 2024-12-25T04:20:54.706Z | lock 0.000000000 |
118 | 2024-12-25T04:20:54.706Z | slp 0.126321826 |
119 | 2024-12-25T04:20:54.706Z | lat 0.000269898 |
120 | 2024-12-25T04:20:54.706Z | stop 0.000141778 |
121 | 2024-12-25T04:20:54.708Z | + header 'analyze std' |
122 | 2024-12-25T04:20:54.708Z | + echo '# ==== analyze std ==== #' |
123 | 2024-12-25T04:20:54.708Z | # ==== analyze std ==== # |
124 | 2024-12-25T04:20:54.708Z | + ptime -m cargo clippy --all-targets |
125 | 2024-12-25T04:20:54.927Z | Updating crates.io index |
126 | 2024-12-25T04:20:54.974Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2024-12-25T04:20:55.778Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2024-12-25T04:20:56.197Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2024-12-25T04:20:56.476Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-12-25T04:20:56.883Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-12-25T04:20:57.198Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2024-12-25T04:20:57.764Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-12-25T04:20:58.025Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-12-25T04:20:58.273Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-12-25T04:20:59.277Z | Downloading crates ... |
136 | 2024-12-25T04:20:59.318Z | Downloaded cfg-if v1.0.0 |
137 | 2024-12-25T04:20:59.326Z | Downloaded bitflags v2.6.0 |
138 | 2024-12-25T04:20:59.330Z | Downloaded defmt v0.3.10 |
139 | 2024-12-25T04:20:59.333Z | Downloaded darling_macro v0.20.10 |
140 | 2024-12-25T04:20:59.336Z | Downloaded proc-macro-error-attr2 v2.0.0 |
141 | 2024-12-25T04:20:59.344Z | Downloaded ident_case v1.0.1 |
142 | 2024-12-25T04:20:59.349Z | Downloaded fnv v1.0.7 |
143 | 2024-12-25T04:20:59.351Z | Downloaded either v1.13.0 |
144 | 2024-12-25T04:20:59.354Z | Downloaded hash32 v0.3.1 |
145 | 2024-12-25T04:20:59.357Z | Downloaded cobs v0.2.3 |
146 | 2024-12-25T04:20:59.359Z | Downloaded strsim v0.11.1 |
147 | 2024-12-25T04:20:59.362Z | Downloaded stable_deref_trait v1.2.0 |
148 | 2024-12-25T04:20:59.362Z | Downloaded defmt-parser v0.4.1 |
149 | 2024-12-25T04:20:59.365Z | Downloaded defmt-macros v0.4.0 |
150 | 2024-12-25T04:20:59.367Z | Downloaded managed v0.8.0 |
151 | 2024-12-25T04:20:59.370Z | Downloaded embedded-io v0.6.1 |
152 | 2024-12-25T04:20:59.372Z | Downloaded thiserror-impl v2.0.9 |
153 | 2024-12-25T04:20:59.374Z | Downloaded macaddr v1.0.1 |
154 | 2024-12-25T04:20:59.374Z | Downloaded darling v0.20.10 |
155 | 2024-12-25T04:20:59.379Z | Downloaded thiserror v2.0.9 |
156 | 2024-12-25T04:20:59.384Z | Downloaded ipnetwork v0.20.0 |
157 | 2024-12-25T04:20:59.387Z | Downloaded byteorder v1.5.0 |
158 | 2024-12-25T04:20:59.397Z | Downloaded embedded-io v0.4.0 |
159 | 2024-12-25T04:20:59.403Z | Downloaded unicode-ident v1.0.14 |
160 | 2024-12-25T04:20:59.405Z | Downloaded proc-macro2 v1.0.92 |
161 | 2024-12-25T04:20:59.409Z | Downloaded postcard v1.1.1 |
162 | 2024-12-25T04:20:59.412Z | Downloaded serde_derive v1.0.216 |
163 | 2024-12-25T04:20:59.414Z | Downloaded darling_core v0.20.10 |
164 | 2024-12-25T04:20:59.417Z | Downloaded proc-macro-error2 v2.0.1 |
165 | 2024-12-25T04:20:59.420Z | Downloaded bitflags v1.3.2 |
166 | 2024-12-25T04:20:59.423Z | Downloaded quote v1.0.37 |
167 | 2024-12-25T04:20:59.426Z | Downloaded heapless v0.8.0 |
168 | 2024-12-25T04:20:59.429Z | Downloaded zerocopy-derive v0.8.14 |
169 | 2024-12-25T04:20:59.435Z | Downloaded serde v1.0.216 |
170 | 2024-12-25T04:20:59.438Z | Downloaded memchr v2.7.4 |
171 | 2024-12-25T04:20:59.457Z | Downloaded aho-corasick v1.1.3 |
172 | 2024-12-25T04:20:59.463Z | Downloaded itertools v0.13.0 |
173 | 2024-12-25T04:20:59.492Z | Downloaded zerocopy v0.8.14 |
174 | 2024-12-25T04:20:59.515Z | Downloaded regex v1.11.1 |
175 | 2024-12-25T04:20:59.527Z | Downloaded syn v2.0.91 |
176 | 2024-12-25T04:20:59.538Z | Downloaded smoltcp v0.11.0 |
177 | 2024-12-25T04:20:59.549Z | Downloaded regex-syntax v0.8.5 |
178 | 2024-12-25T04:20:59.563Z | Downloaded regex-automata v0.4.9 |
179 | 2024-12-25T04:20:59.690Z | Compiling proc-macro2 v1.0.92 |
180 | 2024-12-25T04:20:59.690Z | Compiling unicode-ident v1.0.14 |
181 | 2024-12-25T04:20:59.693Z | Compiling fnv v1.0.7 |
182 | 2024-12-25T04:20:59.693Z | Compiling ident_case v1.0.1 |
183 | 2024-12-25T04:20:59.694Z | Compiling memchr v2.7.4 |
184 | 2024-12-25T04:20:59.694Z | Compiling strsim v0.11.1 |
185 | 2024-12-25T04:20:59.694Z | Compiling regex-syntax v0.8.5 |
186 | 2024-12-25T04:20:59.694Z | Compiling serde v1.0.216 |
187 | 2024-12-25T04:20:59.821Z | Compiling zerocopy v0.8.14 |
188 | 2024-12-25T04:20:59.852Z | Compiling either v1.13.0 |
189 | 2024-12-25T04:20:59.869Z | Checking byteorder v1.5.0 |
190 | 2024-12-25T04:21:00.141Z | Compiling heapless v0.8.0 |
191 | 2024-12-25T04:21:00.220Z | Compiling itertools v0.13.0 |
192 | 2024-12-25T04:21:00.330Z | Checking hash32 v0.3.1 |
193 | 2024-12-25T04:21:00.340Z | Checking macaddr v1.0.1 |
194 | 2024-12-25T04:21:00.489Z | Checking stable_deref_trait v1.2.0 |
195 | 2024-12-25T04:21:00.568Z | Compiling smoltcp v0.11.0 |
196 | 2024-12-25T04:21:00.578Z | Checking cfg-if v1.0.0 |
197 | 2024-12-25T04:21:00.580Z | Checking bitflags v1.3.2 |
198 | 2024-12-25T04:21:00.651Z | Compiling aho-corasick v1.1.3 |
199 | 2024-12-25T04:21:00.660Z | Checking cobs v0.2.3 |
200 | 2024-12-25T04:21:00.831Z | Checking bitflags v2.6.0 |
201 | 2024-12-25T04:21:01.057Z | Checking managed v0.8.0 |
202 | 2024-12-25T04:21:01.098Z | Checking ipnetwork v0.20.0 |
203 | 2024-12-25T04:21:01.160Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
204 | 2024-12-25T04:21:01.359Z | Compiling quote v1.0.37 |
205 | 2024-12-25T04:21:01.653Z | Compiling syn v2.0.91 |
206 | 2024-12-25T04:21:02.731Z | Compiling regex-automata v0.4.9 |
207 | 2024-12-25T04:21:05.184Z | Compiling regex v1.11.1 |
208 | 2024-12-25T04:21:05.955Z | Compiling darling_core v0.20.10 |
209 | 2024-12-25T04:21:06.872Z | Compiling serde_derive v1.0.216 |
210 | 2024-12-25T04:21:06.872Z | Compiling zerocopy-derive v0.8.14 |
211 | 2024-12-25T04:21:08.285Z | Compiling darling_macro v0.20.10 |
212 | 2024-12-25T04:21:08.910Z | Compiling darling v0.20.10 |
213 | 2024-12-25T04:21:08.981Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
214 | 2024-12-25T04:21:12.091Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
215 | 2024-12-25T04:21:12.869Z | Checking postcard v1.1.1 |
216 | 2024-12-25T04:21:12.871Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
217 | 2024-12-25T04:21:14.051Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
218 | 2024-12-25T04:21:15.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.52s |
219 | 2024-12-25T04:21:15.509Z | |
220 | 2024-12-25T04:21:15.509Z | real 20.794303053 |
221 | 2024-12-25T04:21:15.509Z | user 58.039147708 |
222 | 2024-12-25T04:21:15.509Z | sys 7.227732875 |
223 | 2024-12-25T04:21:15.509Z | trap 0.029131085 |
224 | 2024-12-25T04:21:15.509Z | tflt 0.168678176 |
225 | 2024-12-25T04:21:15.509Z | dflt 0.503943988 |
226 | 2024-12-25T04:21:15.509Z | kflt 0.001831437 |
227 | 2024-12-25T04:21:15.512Z | lock 1:03.689646396 |
228 | 2024-12-25T04:21:15.512Z | slp 2:56.800047097 |
229 | 2024-12-25T04:21:15.512Z | lat 2.248814297 |
230 | 2024-12-25T04:21:15.512Z | stop 4.140374346 |
231 | 2024-12-25T04:21:15.512Z | + header 'analyze no_std' |
232 | 2024-12-25T04:21:15.512Z | + echo '# ==== analyze no_std ==== #' |
233 | 2024-12-25T04:21:15.512Z | # ==== analyze no_std ==== # |
234 | 2024-12-25T04:21:15.512Z | + ptime -m cargo clippy --no-default-features --all-targets |
235 | 2024-12-25T04:21:15.737Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
236 | 2024-12-25T04:21:17.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
237 | 2024-12-25T04:21:17.083Z | |
238 | 2024-12-25T04:21:17.086Z | real 1.568302669 |
239 | 2024-12-25T04:21:17.086Z | user 2.385642788 |
240 | 2024-12-25T04:21:17.086Z | sys 0.291521432 |
241 | 2024-12-25T04:21:17.086Z | trap 0.000323269 |
242 | 2024-12-25T04:21:17.086Z | tflt 0.000016926 |
243 | 2024-12-25T04:21:17.086Z | dflt 0.000018647 |
244 | 2024-12-25T04:21:17.086Z | kflt 0.000000000 |
245 | 2024-12-25T04:21:17.086Z | lock 2.925826642 |
246 | 2024-12-25T04:21:17.086Z | slp 6.231870503 |
247 | 2024-12-25T04:21:17.086Z | lat 0.001997556 |
248 | 2024-12-25T04:21:17.086Z | stop 0.067087125 |
249 | 2024-12-25T04:21:17.086Z | + header test |
250 | 2024-12-25T04:21:17.086Z | + echo '# ==== test ==== #' |
251 | 2024-12-25T04:21:17.086Z | # ==== test ==== # |
252 | 2024-12-25T04:21:17.086Z | + ptime -m cargo test |
253 | 2024-12-25T04:21:17.329Z | Compiling byteorder v1.5.0 |
254 | 2024-12-25T04:21:17.329Z | Compiling stable_deref_trait v1.2.0 |
255 | 2024-12-25T04:21:17.332Z | Compiling macaddr v1.0.1 |
256 | 2024-12-25T04:21:17.332Z | Compiling cobs v0.2.3 |
257 | 2024-12-25T04:21:17.333Z | Compiling bitflags v1.3.2 |
258 | 2024-12-25T04:21:17.335Z | Compiling serde v1.0.216 |
259 | 2024-12-25T04:21:17.338Z | Compiling zerocopy v0.8.14 |
260 | 2024-12-25T04:21:17.341Z | Compiling managed v0.8.0 |
261 | 2024-12-25T04:21:17.404Z | Compiling bitflags v2.6.0 |
262 | 2024-12-25T04:21:17.407Z | Compiling cfg-if v1.0.0 |
263 | 2024-12-25T04:21:17.474Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2024-12-25T04:21:17.599Z | Compiling hash32 v0.3.1 |
265 | 2024-12-25T04:21:17.612Z | Compiling ipnetwork v0.20.0 |
266 | 2024-12-25T04:21:17.694Z | Compiling heapless v0.8.0 |
267 | 2024-12-25T04:21:18.204Z | Compiling smoltcp v0.11.0 |
268 | 2024-12-25T04:21:19.217Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
269 | 2024-12-25T04:21:20.519Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2024-12-25T04:21:20.519Z | Compiling postcard v1.1.1 |
271 | 2024-12-25T04:21:21.764Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
272 | 2024-12-25T04:21:23.431Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6.29s |
273 | 2024-12-25T04:21:23.445Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-01b194b0a63fa965) |
274 | 2024-12-25T04:21:23.456Z | |
275 | 2024-12-25T04:21:23.456Z | running 22 tests |
276 | 2024-12-25T04:21:23.459Z | test encap::test::bad_vni ... ok |
277 | 2024-12-25T04:21:23.459Z | test encap::test::good_vni ... ok |
278 | 2024-12-25T04:21:23.459Z | test encap::test::vni_round_trip ... ok |
279 | 2024-12-25T04:21:23.459Z | test dns::tests::test_domain_name ... ok |
280 | 2024-12-25T04:21:23.459Z | test ip::test::bad_prefix_len ... ok |
281 | 2024-12-25T04:21:23.459Z | test ip::test::bad_cidr ... ok |
282 | 2024-12-25T04:21:23.459Z | test ip::test::dhcp_fqdn ... ok |
283 | 2024-12-25T04:21:23.459Z | test ip::test::good_cidr ... ok |
284 | 2024-12-25T04:21:23.460Z | test ip::test::ipv4_mask ... ok |
285 | 2024-12-25T04:21:23.460Z | test ip::test::ipv4_addr_good ... ok |
286 | 2024-12-25T04:21:23.460Z | test ip::test::ipv4_addr_bad ... ok |
287 | 2024-12-25T04:21:23.460Z | test ip::test::ipv6_cidr_is_member ... ok |
288 | 2024-12-25T04:21:23.460Z | test ip::test::ipv6_is_default ... ok |
289 | 2024-12-25T04:21:23.460Z | test ip::test::ipv6_mask ... ok |
290 | 2024-12-25T04:21:23.460Z | test ip::test::test_ip_addr_from_str ... ok |
291 | 2024-12-25T04:21:23.460Z | test ip::test::ipv6_prefix_len ... ok |
292 | 2024-12-25T04:21:23.460Z | test ip::test::test_ip_cidr_from_str ... ok |
293 | 2024-12-25T04:21:23.460Z | test ip::test::test_ipv6_from_eui64 ... ok |
294 | 2024-12-25T04:21:23.460Z | test ip::test::test_ipv6_from_const ... ok |
295 | 2024-12-25T04:21:23.460Z | test ip::test::test_ipv6_is_multicast ... ok |
296 | 2024-12-25T04:21:23.460Z | test ip::test::test_ipv6_multicast_mac ... ok |
297 | 2024-12-25T04:21:23.460Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
298 | 2024-12-25T04:21:23.460Z | |
299 | 2024-12-25T04:21:23.460Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
300 | 2024-12-25T04:21:23.460Z | |
301 | 2024-12-25T04:21:23.460Z | Doc-tests opte_api |
302 | 2024-12-25T04:21:23.608Z | |
303 | 2024-12-25T04:21:23.608Z | running 1 test |
304 | 2024-12-25T04:21:23.981Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
305 | 2024-12-25T04:21:23.981Z | |
306 | 2024-12-25T04:21:23.983Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s |
307 | 2024-12-25T04:21:23.983Z | |
308 | 2024-12-25T04:21:24.000Z | |
309 | 2024-12-25T04:21:24.002Z | real 6.906900590 |
310 | 2024-12-25T04:21:24.002Z | user 15.551046175 |
311 | 2024-12-25T04:21:24.002Z | sys 2.137276543 |
312 | 2024-12-25T04:21:24.002Z | trap 0.003762705 |
313 | 2024-12-25T04:21:24.002Z | tflt 0.078065725 |
314 | 2024-12-25T04:21:24.002Z | dflt 0.048783510 |
315 | 2024-12-25T04:21:24.002Z | kflt 0.000000000 |
316 | 2024-12-25T04:21:24.003Z | lock 20.713778569 |
317 | 2024-12-25T04:21:24.003Z | slp 46.959366879 |
318 | 2024-12-25T04:21:24.003Z | lat 0.143984542 |
319 | 2024-12-25T04:21:24.003Z | stop 0.557133244 |
320 | 2024-12-25T04:21:24.003Z | process exited: duration 50256 ms, exit code 0 |
|
321 | 2024-12-25T04:21:24.008Z | found 0 output files |