|
|
|
1 | 2025-01-11T04:22:21.686Z | job assigned to worker 01JH9SH7BPK9JCBV8JE4H0VPTP [factory aws, i-046193c743d0748a6] (queued for 46 s) |
|
2 | 2025-01-11T04:22:29.472Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:29.481Z | ++ uname -s |
4 | 2025-01-11T04:22:29.483Z | + kern=SunOS |
5 | 2025-01-11T04:22:29.484Z | + case "$kern" in |
6 | 2025-01-11T04:22:29.484Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:29.486Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:31.495Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:31.608Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:31.610Z | + home_fs=zfs |
11 | 2025-01-11T04:22:31.610Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:31.610Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:31.612Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:33.613Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:33.616Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2025-01-11T04:22:33.621Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:33.627Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:33.627Z | ' nightly-2024-11-18 |
19 | 2025-01-11T04:22:33.627Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-11T04:22:33.627Z | ' default |
21 | 2025-01-11T04:22:33.627Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2025-01-11T04:22:33.628Z | * toolchain profile = "default" |
23 | 2025-01-11T04:22:33.630Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:33.630Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:33.752Z | info: downloading installer |
26 | 2025-01-11T04:22:35.128Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:35.128Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:35.130Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:35.626Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:35.626Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:36.903Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:37.478Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:39.030Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:41.421Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:48.684Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:49.083Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:49.914Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:50.293Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:22:51.987Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:22:53.844Z | info: installing component 'rustc' |
41 | 2025-01-11T04:22:59.868Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:00.198Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:00.198Z | |
44 | 2025-01-11T04:23:00.587Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:00.587Z | |
46 | 2025-01-11T04:23:00.590Z | |
47 | 2025-01-11T04:23:00.590Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:00.590Z | |
49 | 2025-01-11T04:23:00.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:00.590Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:00.590Z | |
52 | 2025-01-11T04:23:00.590Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:00.590Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:00.590Z | |
55 | 2025-01-11T04:23:00.590Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:00.590Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:00.590Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:00.671Z | + rustc --version |
59 | 2025-01-11T04:23:00.740Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:00.743Z | process exited: duration 27115 ms, exit code 0 |
|
61 | 2025-01-11T04:23:00.748Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:00.769Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-11T04:23:00.775Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:00.780Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:00.782Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:00.824Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:01.691Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:01.691Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:01.935Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:01.935Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:01.944Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:01.947Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:01.949Z | + current=master |
74 | 2025-01-11T04:23:01.949Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:01.949Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:01.952Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:01.975Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:01.977Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:01.997Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:02.000Z | process exited: duration 1223 ms, exit code 0 |
|
81 | 2025-01-11T04:23:02.006Z | starting task 4: "build" |
82 | 2025-01-11T04:23:02.011Z | + cargo --version |
83 | 2025-01-11T04:23:02.017Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2025-01-11T04:23:02.166Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2025-01-11T04:23:02.166Z | info: downloading component 'cargo' |
86 | 2025-01-11T04:23:03.293Z | info: downloading component 'clippy' |
87 | 2025-01-11T04:23:03.823Z | info: downloading component 'rust-docs' |
88 | 2025-01-11T04:23:04.886Z | info: downloading component 'rust-std' |
89 | 2025-01-11T04:23:06.806Z | info: downloading component 'rustc' |
90 | 2025-01-11T04:23:13.646Z | info: downloading component 'rustfmt' |
91 | 2025-01-11T04:23:14.061Z | info: installing component 'cargo' |
92 | 2025-01-11T04:23:14.872Z | info: installing component 'clippy' |
93 | 2025-01-11T04:23:15.244Z | info: installing component 'rust-docs' |
94 | 2025-01-11T04:23:17.002Z | info: installing component 'rust-std' |
95 | 2025-01-11T04:23:18.631Z | info: installing component 'rustc' |
96 | 2025-01-11T04:23:24.398Z | info: installing component 'rustfmt' |
97 | 2025-01-11T04:23:24.807Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2025-01-11T04:23:24.810Z | + rustc --version |
99 | 2025-01-11T04:23:24.879Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2025-01-11T04:23:24.884Z | + cd crates/opte-api |
101 | 2025-01-11T04:23:24.886Z | + header 'check API_VERSION' |
102 | 2025-01-11T04:23:24.886Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2025-01-11T04:23:24.886Z | # ==== check API_VERSION ==== # |
104 | 2025-01-11T04:23:24.886Z | + ./check-api-version.sh |
105 | 2025-01-11T04:23:24.895Z | + header 'check style' |
106 | 2025-01-11T04:23:24.898Z | + echo '# ==== check style ==== #' |
107 | 2025-01-11T04:23:24.898Z | # ==== check style ==== # |
108 | 2025-01-11T04:23:24.898Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2025-01-11T04:23:25.109Z | |
110 | 2025-01-11T04:23:25.109Z | real 0.209506265 |
111 | 2025-01-11T04:23:25.109Z | user 0.116781844 |
112 | 2025-01-11T04:23:25.109Z | sys 0.088410449 |
113 | 2025-01-11T04:23:25.109Z | trap 0.000000859 |
114 | 2025-01-11T04:23:25.109Z | tflt 0.000000000 |
115 | 2025-01-11T04:23:25.109Z | dflt 0.000000000 |
116 | 2025-01-11T04:23:25.109Z | kflt 0.000000000 |
117 | 2025-01-11T04:23:25.109Z | lock 0.000000000 |
118 | 2025-01-11T04:23:25.109Z | slp 0.123953168 |
119 | 2025-01-11T04:23:25.110Z | lat 0.000266236 |
120 | 2025-01-11T04:23:25.110Z | stop 0.000129248 |
121 | 2025-01-11T04:23:25.112Z | + header 'analyze std' |
122 | 2025-01-11T04:23:25.112Z | + echo '# ==== analyze std ==== #' |
123 | 2025-01-11T04:23:25.112Z | # ==== analyze std ==== # |
124 | 2025-01-11T04:23:25.112Z | + ptime -m cargo clippy --all-targets |
125 | 2025-01-11T04:23:25.328Z | Updating crates.io index |
126 | 2025-01-11T04:23:25.330Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2025-01-11T04:23:26.057Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2025-01-11T04:23:26.350Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2025-01-11T04:23:26.585Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2025-01-11T04:23:26.928Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2025-01-11T04:23:27.195Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2025-01-11T04:23:27.434Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2025-01-11T04:23:27.709Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2025-01-11T04:23:27.969Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2025-01-11T04:23:28.704Z | Downloading crates ... |
136 | 2025-01-11T04:23:28.774Z | Downloaded darling_macro v0.20.10 |
137 | 2025-01-11T04:23:28.776Z | Downloaded ident_case v1.0.1 |
138 | 2025-01-11T04:23:28.780Z | Downloaded proc-macro-error-attr2 v2.0.0 |
139 | 2025-01-11T04:23:28.789Z | Downloaded ipnetwork v0.20.0 |
140 | 2025-01-11T04:23:28.792Z | Downloaded cobs v0.2.3 |
141 | 2025-01-11T04:23:28.792Z | Downloaded fnv v1.0.7 |
142 | 2025-01-11T04:23:28.793Z | Downloaded defmt-macros v0.4.0 |
143 | 2025-01-11T04:23:28.796Z | Downloaded cfg-if v1.0.0 |
144 | 2025-01-11T04:23:28.796Z | Downloaded bitflags v1.3.2 |
145 | 2025-01-11T04:23:28.798Z | Downloaded either v1.13.0 |
146 | 2025-01-11T04:23:28.800Z | Downloaded defmt-parser v0.4.1 |
147 | 2025-01-11T04:23:28.806Z | Downloaded strsim v0.11.1 |
148 | 2025-01-11T04:23:28.809Z | Downloaded stable_deref_trait v1.2.0 |
149 | 2025-01-11T04:23:28.809Z | Downloaded hash32 v0.3.1 |
150 | 2025-01-11T04:23:28.811Z | Downloaded quote v1.0.38 |
151 | 2025-01-11T04:23:28.813Z | Downloaded managed v0.8.0 |
152 | 2025-01-11T04:23:28.813Z | Downloaded embedded-io v0.6.1 |
153 | 2025-01-11T04:23:28.816Z | Downloaded thiserror-impl v2.0.11 |
154 | 2025-01-11T04:23:28.816Z | Downloaded macaddr v1.0.1 |
155 | 2025-01-11T04:23:28.818Z | Downloaded byteorder v1.5.0 |
156 | 2025-01-11T04:23:28.820Z | Downloaded darling v0.20.10 |
157 | 2025-01-11T04:23:28.823Z | Downloaded proc-macro-error2 v2.0.1 |
158 | 2025-01-11T04:23:28.826Z | Downloaded embedded-io v0.4.0 |
159 | 2025-01-11T04:23:28.829Z | Downloaded thiserror v2.0.11 |
160 | 2025-01-11T04:23:28.833Z | Downloaded postcard v1.1.1 |
161 | 2025-01-11T04:23:28.836Z | Downloaded unicode-ident v1.0.14 |
162 | 2025-01-11T04:23:28.838Z | Downloaded defmt v0.3.10 |
163 | 2025-01-11T04:23:28.841Z | Downloaded bitflags v2.6.0 |
164 | 2025-01-11T04:23:28.845Z | Downloaded aho-corasick v1.1.3 |
165 | 2025-01-11T04:23:28.850Z | Downloaded serde_derive v1.0.217 |
166 | 2025-01-11T04:23:28.854Z | Downloaded darling_core v0.20.10 |
167 | 2025-01-11T04:23:28.860Z | Downloaded proc-macro2 v1.0.92 |
168 | 2025-01-11T04:23:28.865Z | Downloaded heapless v0.8.0 |
169 | 2025-01-11T04:23:28.869Z | Downloaded zerocopy-derive v0.8.14 |
170 | 2025-01-11T04:23:28.875Z | Downloaded memchr v2.7.4 |
171 | 2025-01-11T04:23:28.880Z | Downloaded serde v1.0.217 |
172 | 2025-01-11T04:23:28.891Z | Downloaded itertools v0.13.0 |
173 | 2025-01-11T04:23:28.930Z | Downloaded zerocopy v0.8.14 |
174 | 2025-01-11T04:23:28.953Z | Downloaded regex v1.11.1 |
175 | 2025-01-11T04:23:28.964Z | Downloaded syn v2.0.95 |
176 | 2025-01-11T04:23:28.982Z | Downloaded smoltcp v0.11.0 |
177 | 2025-01-11T04:23:28.994Z | Downloaded regex-syntax v0.8.5 |
178 | 2025-01-11T04:23:29.012Z | Downloaded regex-automata v0.4.9 |
179 | 2025-01-11T04:23:29.139Z | Compiling proc-macro2 v1.0.92 |
180 | 2025-01-11T04:23:29.139Z | Compiling unicode-ident v1.0.14 |
181 | 2025-01-11T04:23:29.141Z | Compiling fnv v1.0.7 |
182 | 2025-01-11T04:23:29.141Z | Compiling memchr v2.7.4 |
183 | 2025-01-11T04:23:29.141Z | Compiling strsim v0.11.1 |
184 | 2025-01-11T04:23:29.141Z | Compiling ident_case v1.0.1 |
185 | 2025-01-11T04:23:29.151Z | Compiling regex-syntax v0.8.5 |
186 | 2025-01-11T04:23:29.154Z | Compiling either v1.13.0 |
187 | 2025-01-11T04:23:29.276Z | Compiling serde v1.0.217 |
188 | 2025-01-11T04:23:29.314Z | Compiling zerocopy v0.8.14 |
189 | 2025-01-11T04:23:29.336Z | Checking byteorder v1.5.0 |
190 | 2025-01-11T04:23:29.548Z | Compiling itertools v0.13.0 |
191 | 2025-01-11T04:23:29.609Z | Compiling heapless v0.8.0 |
192 | 2025-01-11T04:23:29.764Z | Checking hash32 v0.3.1 |
193 | 2025-01-11T04:23:29.861Z | Compiling smoltcp v0.11.0 |
194 | 2025-01-11T04:23:29.900Z | Checking stable_deref_trait v1.2.0 |
195 | 2025-01-11T04:23:29.989Z | Checking macaddr v1.0.1 |
196 | 2025-01-11T04:23:30.019Z | Compiling aho-corasick v1.1.3 |
197 | 2025-01-11T04:23:30.230Z | Checking bitflags v1.3.2 |
198 | 2025-01-11T04:23:30.310Z | Checking bitflags v2.6.0 |
199 | 2025-01-11T04:23:30.470Z | Checking cfg-if v1.0.0 |
200 | 2025-01-11T04:23:30.490Z | Checking managed v0.8.0 |
201 | 2025-01-11T04:23:30.520Z | Checking cobs v0.2.3 |
202 | 2025-01-11T04:23:30.542Z | Checking ipnetwork v0.20.0 |
203 | 2025-01-11T04:23:30.673Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
204 | 2025-01-11T04:23:30.841Z | Compiling quote v1.0.38 |
205 | 2025-01-11T04:23:31.160Z | Compiling syn v2.0.95 |
206 | 2025-01-11T04:23:32.299Z | Compiling regex-automata v0.4.9 |
207 | 2025-01-11T04:23:34.776Z | Compiling regex v1.11.1 |
208 | 2025-01-11T04:23:35.494Z | Compiling darling_core v0.20.10 |
209 | 2025-01-11T04:23:36.432Z | Compiling zerocopy-derive v0.8.14 |
210 | 2025-01-11T04:23:36.432Z | Compiling serde_derive v1.0.217 |
211 | 2025-01-11T04:23:37.827Z | Compiling darling_macro v0.20.10 |
212 | 2025-01-11T04:23:38.475Z | Compiling darling v0.20.10 |
213 | 2025-01-11T04:23:38.543Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
214 | 2025-01-11T04:23:41.679Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
215 | 2025-01-11T04:23:42.607Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
216 | 2025-01-11T04:23:42.607Z | Checking postcard v1.1.1 |
217 | 2025-01-11T04:23:43.781Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
218 | 2025-01-11T04:23:45.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.86s |
219 | 2025-01-11T04:23:45.239Z | |
220 | 2025-01-11T04:23:45.239Z | real 20.119361336 |
221 | 2025-01-11T04:23:45.239Z | user 58.634446356 |
222 | 2025-01-11T04:23:45.239Z | sys 7.387455905 |
223 | 2025-01-11T04:23:45.239Z | trap 0.029174510 |
224 | 2025-01-11T04:23:45.239Z | tflt 0.171497339 |
225 | 2025-01-11T04:23:45.239Z | dflt 0.564944062 |
226 | 2025-01-11T04:23:45.239Z | kflt 0.002889983 |
227 | 2025-01-11T04:23:45.242Z | lock 1:04.714914481 |
228 | 2025-01-11T04:23:45.242Z | slp 2:56.872319325 |
229 | 2025-01-11T04:23:45.242Z | lat 1.927768079 |
230 | 2025-01-11T04:23:45.242Z | stop 4.064662867 |
231 | 2025-01-11T04:23:45.243Z | + header 'analyze no_std' |
232 | 2025-01-11T04:23:45.243Z | + echo '# ==== analyze no_std ==== #' |
233 | 2025-01-11T04:23:45.243Z | # ==== analyze no_std ==== # |
234 | 2025-01-11T04:23:45.243Z | + ptime -m cargo clippy --no-default-features --all-targets |
235 | 2025-01-11T04:23:45.458Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
236 | 2025-01-11T04:23:46.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
237 | 2025-01-11T04:23:46.830Z | |
238 | 2025-01-11T04:23:46.833Z | real 1.584567859 |
239 | 2025-01-11T04:23:46.833Z | user 2.424229736 |
240 | 2025-01-11T04:23:46.833Z | sys 0.287257812 |
241 | 2025-01-11T04:23:46.833Z | trap 0.000871875 |
242 | 2025-01-11T04:23:46.833Z | tflt 0.000006898 |
243 | 2025-01-11T04:23:46.833Z | dflt 0.000024054 |
244 | 2025-01-11T04:23:46.833Z | kflt 0.000000000 |
245 | 2025-01-11T04:23:46.833Z | lock 2.995968125 |
246 | 2025-01-11T04:23:46.833Z | slp 6.346670047 |
247 | 2025-01-11T04:23:46.833Z | lat 0.003910987 |
248 | 2025-01-11T04:23:46.833Z | stop 0.066564337 |
249 | 2025-01-11T04:23:46.833Z | + header test |
250 | 2025-01-11T04:23:46.833Z | + echo '# ==== test ==== #' |
251 | 2025-01-11T04:23:46.833Z | # ==== test ==== # |
252 | 2025-01-11T04:23:46.833Z | + ptime -m cargo test |
253 | 2025-01-11T04:23:47.072Z | Compiling byteorder v1.5.0 |
254 | 2025-01-11T04:23:47.072Z | Compiling stable_deref_trait v1.2.0 |
255 | 2025-01-11T04:23:47.075Z | Compiling macaddr v1.0.1 |
256 | 2025-01-11T04:23:47.075Z | Compiling bitflags v2.6.0 |
257 | 2025-01-11T04:23:47.075Z | Compiling cfg-if v1.0.0 |
258 | 2025-01-11T04:23:47.078Z | Compiling zerocopy v0.8.14 |
259 | 2025-01-11T04:23:47.080Z | Compiling serde v1.0.217 |
260 | 2025-01-11T04:23:47.086Z | Compiling cobs v0.2.3 |
261 | 2025-01-11T04:23:47.138Z | Compiling managed v0.8.0 |
262 | 2025-01-11T04:23:47.145Z | Compiling bitflags v1.3.2 |
263 | 2025-01-11T04:23:47.219Z | Compiling ipnetwork v0.20.0 |
264 | 2025-01-11T04:23:47.338Z | Compiling hash32 v0.3.1 |
265 | 2025-01-11T04:23:47.341Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
266 | 2025-01-11T04:23:47.448Z | Compiling heapless v0.8.0 |
267 | 2025-01-11T04:23:47.987Z | Compiling smoltcp v0.11.0 |
268 | 2025-01-11T04:23:48.998Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
269 | 2025-01-11T04:23:50.258Z | Compiling postcard v1.1.1 |
270 | 2025-01-11T04:23:50.258Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2025-01-11T04:23:51.520Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
272 | 2025-01-11T04:23:53.181Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6.30s |
273 | 2025-01-11T04:23:53.195Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-86be57cd974d8793) |
274 | 2025-01-11T04:23:53.207Z | |
275 | 2025-01-11T04:23:53.207Z | running 22 tests |
276 | 2025-01-11T04:23:53.210Z | test encap::test::bad_vni ... ok |
277 | 2025-01-11T04:23:53.210Z | test encap::test::good_vni ... ok |
278 | 2025-01-11T04:23:53.210Z | test dns::tests::test_domain_name ... ok |
279 | 2025-01-11T04:23:53.210Z | test encap::test::vni_round_trip ... ok |
280 | 2025-01-11T04:23:53.210Z | test ip::test::bad_prefix_len ... ok |
281 | 2025-01-11T04:23:53.210Z | test ip::test::dhcp_fqdn ... ok |
282 | 2025-01-11T04:23:53.210Z | test ip::test::bad_cidr ... ok |
283 | 2025-01-11T04:23:53.211Z | test ip::test::good_cidr ... ok |
284 | 2025-01-11T04:23:53.211Z | test ip::test::ipv4_addr_bad ... ok |
285 | 2025-01-11T04:23:53.211Z | test ip::test::ipv4_addr_good ... ok |
286 | 2025-01-11T04:23:53.211Z | test ip::test::ipv4_mask ... ok |
287 | 2025-01-11T04:23:53.211Z | test ip::test::ipv6_cidr_is_member ... ok |
288 | 2025-01-11T04:23:53.211Z | test ip::test::ipv6_is_default ... ok |
289 | 2025-01-11T04:23:53.211Z | test ip::test::ipv6_mask ... ok |
290 | 2025-01-11T04:23:53.211Z | test ip::test::ipv6_prefix_len ... ok |
291 | 2025-01-11T04:23:53.211Z | test ip::test::test_ip_cidr_from_str ... ok |
292 | 2025-01-11T04:23:53.211Z | test ip::test::test_ipv6_from_const ... ok |
293 | 2025-01-11T04:23:53.211Z | test ip::test::test_ip_addr_from_str ... ok |
294 | 2025-01-11T04:23:53.211Z | test ip::test::test_ipv6_from_eui64 ... ok |
295 | 2025-01-11T04:23:53.211Z | test ip::test::test_ipv6_is_multicast ... ok |
296 | 2025-01-11T04:23:53.211Z | test ip::test::test_ipv6_multicast_mac ... ok |
297 | 2025-01-11T04:23:53.211Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
298 | 2025-01-11T04:23:53.211Z | |
299 | 2025-01-11T04:23:53.211Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
300 | 2025-01-11T04:23:53.211Z | |
301 | 2025-01-11T04:23:53.211Z | Doc-tests opte_api |
302 | 2025-01-11T04:23:53.360Z | |
303 | 2025-01-11T04:23:53.360Z | running 1 test |
304 | 2025-01-11T04:23:53.733Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
305 | 2025-01-11T04:23:53.733Z | |
306 | 2025-01-11T04:23:53.736Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s |
307 | 2025-01-11T04:23:53.737Z | |
308 | 2025-01-11T04:23:53.752Z | |
309 | 2025-01-11T04:23:53.755Z | real 6.911819146 |
310 | 2025-01-11T04:23:53.755Z | user 15.736882378 |
311 | 2025-01-11T04:23:53.755Z | sys 2.230237994 |
312 | 2025-01-11T04:23:53.755Z | trap 0.002922798 |
313 | 2025-01-11T04:23:53.755Z | tflt 0.055920925 |
314 | 2025-01-11T04:23:53.755Z | dflt 0.085213122 |
315 | 2025-01-11T04:23:53.755Z | kflt 0.000000000 |
316 | 2025-01-11T04:23:53.755Z | lock 26.412574395 |
317 | 2025-01-11T04:23:53.755Z | slp 46.828229513 |
318 | 2025-01-11T04:23:53.755Z | lat 0.666997891 |
319 | 2025-01-11T04:23:53.755Z | stop 0.820432406 |
320 | 2025-01-11T04:23:53.755Z | process exited: duration 51736 ms, exit code 0 |
|
321 | 2025-01-11T04:23:53.761Z | found 0 output files |