|
|
|
1 | 2024-07-19T22:58:18.158Z | job assigned to worker 01J36KEBTD44JXF72N297R0KN9 (queued for 36 s) |
|
2 | 2024-07-19T22:58:18.337Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:18.362Z | ++ uname -s |
4 | 2024-07-19T22:58:18.362Z | + kern=SunOS |
5 | 2024-07-19T22:58:18.362Z | + case "$kern" in |
6 | 2024-07-19T22:58:18.362Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:18.362Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:20.366Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:20.411Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:20.436Z | + home_fs=zfs |
11 | 2024-07-19T22:58:20.436Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:20.436Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:20.436Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:58:22.421Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:58:22.446Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-07-19T22:58:22.496Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:58:22.521Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:58:22.521Z | ' nightly-2024-06-27 |
19 | 2024-07-19T22:58:22.521Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T22:58:22.521Z | ' default |
21 | 2024-07-19T22:58:22.521Z | * toolchain channel = "nightly-2024-06-27" |
22 | 2024-07-19T22:58:22.521Z | * toolchain profile = "default" |
23 | 2024-07-19T22:58:22.521Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:58:22.521Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:58:22.646Z | info: downloading installer |
26 | 2024-07-19T22:58:23.134Z | info: profile set to 'default' |
27 | 2024-07-19T22:58:23.134Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:58:23.134Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:58:23.250Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:58:23.250Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:58:23.377Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:58:23.425Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:58:23.595Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:58:23.837Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:58:24.663Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:58:24.720Z | info: installing component 'cargo' |
37 | 2024-07-19T22:58:25.921Z | info: installing component 'clippy' |
38 | 2024-07-19T22:58:26.375Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:58:29.136Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:58:31.171Z | info: installing component 'rustc' |
41 | 2024-07-19T22:58:36.398Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:58:36.810Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:58:36.811Z | |
44 | 2024-07-19T22:58:36.952Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:58:36.953Z | |
46 | 2024-07-19T22:58:36.953Z | |
47 | 2024-07-19T22:58:36.953Z | Rust is installed now. Great! |
48 | 2024-07-19T22:58:36.953Z | |
49 | 2024-07-19T22:58:36.953Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:58:36.953Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:58:36.953Z | |
52 | 2024-07-19T22:58:36.953Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:58:36.978Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:58:36.978Z | |
55 | 2024-07-19T22:58:36.978Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:58:36.978Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:58:36.978Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:58:37.041Z | + rustc --version |
59 | 2024-07-19T22:58:37.160Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:58:37.185Z | process exited: duration 14669 ms, exit code 0 |
|
61 | 2024-07-19T22:58:37.235Z | starting task 2: "authentication" |
62 | 2024-07-19T22:58:37.296Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-19T22:58:37.348Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:58:37.373Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:58:37.373Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:58:37.398Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:58:38.545Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:58:38.545Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:58:38.827Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:58:38.827Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:58:38.852Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:58:38.852Z | ++ git branch --show-current |
73 | 2024-07-19T22:58:38.852Z | + current=master |
74 | 2024-07-19T22:58:38.852Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:58:38.852Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:58:38.852Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:58:38.878Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:58:38.878Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:58:38.903Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:58:38.928Z | process exited: duration 1557 ms, exit code 0 |
|
81 | 2024-07-19T22:58:38.979Z | starting task 4: "build" |
82 | 2024-07-19T22:58:39.004Z | + cargo --version |
83 | 2024-07-19T22:58:39.004Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
84 | 2024-07-19T22:58:39.080Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
85 | 2024-07-19T22:58:39.080Z | info: downloading component 'cargo' |
86 | 2024-07-19T22:58:39.222Z | info: downloading component 'clippy' |
87 | 2024-07-19T22:58:39.263Z | info: downloading component 'rust-docs' |
88 | 2024-07-19T22:58:39.427Z | info: downloading component 'rust-std' |
89 | 2024-07-19T22:58:39.707Z | info: downloading component 'rustc' |
90 | 2024-07-19T22:58:40.497Z | info: downloading component 'rustfmt' |
91 | 2024-07-19T22:58:40.563Z | info: installing component 'cargo' |
92 | 2024-07-19T22:58:41.583Z | info: installing component 'clippy' |
93 | 2024-07-19T22:58:41.979Z | info: installing component 'rust-docs' |
94 | 2024-07-19T22:58:44.722Z | info: installing component 'rust-std' |
95 | 2024-07-19T22:58:46.504Z | info: installing component 'rustc' |
96 | 2024-07-19T22:58:51.597Z | info: installing component 'rustfmt' |
97 | 2024-07-19T22:58:52.080Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
98 | 2024-07-19T22:58:52.104Z | + rustc --version |
99 | 2024-07-19T22:58:52.197Z | rustc 1.79.0 (129f3b996 2024-06-10) |
100 | 2024-07-19T22:58:52.222Z | + cd crates/opte-api |
101 | 2024-07-19T22:58:52.222Z | + header 'check API_VERSION' |
102 | 2024-07-19T22:58:52.222Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2024-07-19T22:58:52.222Z | + ./check-api-version.sh |
104 | 2024-07-19T22:58:52.222Z | # ==== check API_VERSION ==== # |
105 | 2024-07-19T22:58:52.247Z | + header 'analyze std' |
106 | 2024-07-19T22:58:52.247Z | + echo '# ==== analyze std ==== #' |
107 | 2024-07-19T22:58:52.247Z | + ptime -m cargo clippy --all-targets |
108 | 2024-07-19T22:58:52.247Z | # ==== analyze std ==== # |
109 | 2024-07-19T22:58:52.531Z | Updating crates.io index |
110 | 2024-07-19T22:58:52.595Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
111 | 2024-07-19T22:58:53.435Z | From https://github.com/oxidecomputer/falcon |
112 | 2024-07-19T22:58:53.435Z | * [new branch] main -> origin/main |
113 | 2024-07-19T22:58:53.459Z | * [new ref] -> origin/HEAD |
114 | 2024-07-19T22:58:53.565Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
115 | 2024-07-19T22:58:54.351Z | From https://github.com/oxidecomputer/illumos-rs |
116 | 2024-07-19T22:58:54.351Z | * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte |
117 | 2024-07-19T22:58:54.376Z | * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules |
118 | 2024-07-19T22:58:54.376Z | * [new branch] main -> origin/main |
119 | 2024-07-19T22:58:54.376Z | * [new branch] ry/rusty-modules -> origin/ry/rusty-modules |
120 | 2024-07-19T22:58:54.376Z | * [new ref] -> origin/HEAD |
121 | 2024-07-19T22:58:54.497Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
122 | 2024-07-19T22:58:54.977Z | From https://github.com/oxidecomputer/poptrie |
123 | 2024-07-19T22:58:54.977Z | * [new branch] main -> origin/main |
124 | 2024-07-19T22:58:54.977Z | * [new branch] multipath -> origin/multipath |
125 | 2024-07-19T22:58:55.002Z | * [new ref] -> origin/HEAD |
126 | 2024-07-19T22:58:55.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-07-19T22:58:55.796Z | From https://github.com/oxidecomputer/netadm-sys |
128 | 2024-07-19T22:58:55.796Z | * [new branch] c_char-non-x86 -> origin/c_char-non-x86 |
129 | 2024-07-19T22:58:55.796Z | * [new branch] compile-macos -> origin/compile-macos |
130 | 2024-07-19T22:58:55.822Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
131 | 2024-07-19T22:58:55.822Z | * [new branch] gh-pages -> origin/gh-pages |
132 | 2024-07-19T22:58:55.822Z | * [new branch] main -> origin/main |
133 | 2024-07-19T22:58:55.822Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
134 | 2024-07-19T22:58:55.822Z | * [new branch] siocgnds -> origin/siocgnds |
135 | 2024-07-19T22:58:55.822Z | * [new ref] -> origin/HEAD |
136 | 2024-07-19T22:58:55.822Z | Updating git repository `https://github.com/oxidecomputer/zone` |
137 | 2024-07-19T22:58:56.317Z | From https://github.com/oxidecomputer/zone |
138 | 2024-07-19T22:58:56.317Z | * [new branch] main -> origin/main |
139 | 2024-07-19T22:58:56.345Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
140 | 2024-07-19T22:58:56.345Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
141 | 2024-07-19T22:58:56.345Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
142 | 2024-07-19T22:58:56.345Z | * [new ref] -> origin/HEAD |
143 | 2024-07-19T22:58:56.481Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
144 | 2024-07-19T22:58:57.088Z | From https://github.com/oxidecomputer/dlpi-sys |
145 | 2024-07-19T22:58:57.088Z | * [new branch] gh-pages -> origin/gh-pages |
146 | 2024-07-19T22:58:57.113Z | * [new branch] main -> origin/main |
147 | 2024-07-19T22:58:57.113Z | * [new ref] -> origin/HEAD |
148 | 2024-07-19T22:58:57.138Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
149 | 2024-07-19T22:58:57.657Z | From https://github.com/jmesmon/rust-libzfs |
150 | 2024-07-19T22:58:57.657Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
151 | 2024-07-19T22:58:57.681Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
152 | 2024-07-19T22:58:57.682Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
153 | 2024-07-19T22:58:57.682Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
154 | 2024-07-19T22:58:57.682Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
155 | 2024-07-19T22:58:57.682Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
156 | 2024-07-19T22:58:57.682Z | * [new branch] dev -> origin/dev |
157 | 2024-07-19T22:58:57.682Z | * [new branch] drr -> origin/drr |
158 | 2024-07-19T22:58:57.682Z | * [new branch] f-types -> origin/f-types |
159 | 2024-07-19T22:58:57.682Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
160 | 2024-07-19T22:58:57.682Z | * [new branch] master -> origin/master |
161 | 2024-07-19T22:58:57.682Z | * [new branch] staging -> origin/staging |
162 | 2024-07-19T22:58:57.682Z | * [new ref] -> origin/HEAD |
163 | 2024-07-19T22:58:57.682Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
164 | 2024-07-19T22:58:57.682Z | * [new tag] v0.4.0 -> v0.4.0 |
165 | 2024-07-19T22:58:57.682Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
166 | 2024-07-19T22:58:57.682Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
167 | 2024-07-19T22:58:57.682Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
168 | 2024-07-19T22:58:58.155Z | From https://github.com/oxidecomputer/oxnet |
169 | 2024-07-19T22:58:58.155Z | * [new branch] ci -> origin/ci |
170 | 2024-07-19T22:58:58.179Z | * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204 |
171 | 2024-07-19T22:58:58.180Z | * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120 |
172 | 2024-07-19T22:58:58.180Z | * [new branch] main -> origin/main |
173 | 2024-07-19T22:58:58.180Z | * [new ref] -> origin/HEAD |
174 | 2024-07-19T22:58:58.180Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
175 | 2024-07-19T22:58:58.725Z | From https://github.com/oxidecomputer/rusty-doors |
176 | 2024-07-19T22:58:58.725Z | * [new branch] gh-pages -> origin/gh-pages |
177 | 2024-07-19T22:58:58.750Z | * [new branch] main -> origin/main |
178 | 2024-07-19T22:58:58.750Z | * [new branch] no-bindgen -> origin/no-bindgen |
179 | 2024-07-19T22:58:58.750Z | * [new ref] -> origin/HEAD |
180 | 2024-07-19T22:58:59.320Z | Downloading crates ... |
181 | 2024-07-19T22:58:59.372Z | Downloaded defmt-parser v0.3.4 |
182 | 2024-07-19T22:58:59.397Z | Downloaded bitflags v1.3.2 |
183 | 2024-07-19T22:58:59.397Z | Downloaded postcard v1.0.8 |
184 | 2024-07-19T22:58:59.397Z | Downloaded quote v1.0.36 |
185 | 2024-07-19T22:58:59.397Z | Downloaded proc-macro-error-attr v1.0.4 |
186 | 2024-07-19T22:58:59.397Z | Downloaded thiserror v1.0.62 |
187 | 2024-07-19T22:58:59.397Z | Downloaded version_check v0.9.4 |
188 | 2024-07-19T22:58:59.397Z | Downloaded thiserror-impl v1.0.62 |
189 | 2024-07-19T22:58:59.397Z | Downloaded unicode-ident v1.0.12 |
190 | 2024-07-19T22:58:59.422Z | Downloaded serde_derive v1.0.204 |
191 | 2024-07-19T22:58:59.422Z | Downloaded serde v1.0.204 |
192 | 2024-07-19T22:58:59.422Z | Downloaded heapless v0.8.0 |
193 | 2024-07-19T22:58:59.422Z | Downloaded proc-macro-error v1.0.4 |
194 | 2024-07-19T22:58:59.422Z | Downloaded proc-macro2 v1.0.86 |
195 | 2024-07-19T22:58:59.422Z | Downloaded syn v2.0.71 |
196 | 2024-07-19T22:58:59.447Z | Downloaded syn v1.0.109 |
197 | 2024-07-19T22:58:59.447Z | Downloaded smoltcp v0.11.0 |
198 | 2024-07-19T22:58:59.472Z | Downloaded defmt v0.3.8 |
199 | 2024-07-19T22:58:59.472Z | Downloaded managed v0.8.0 |
200 | 2024-07-19T22:58:59.472Z | Downloaded stable_deref_trait v1.2.0 |
201 | 2024-07-19T22:58:59.472Z | Downloaded embedded-io v0.4.0 |
202 | 2024-07-19T22:58:59.472Z | Downloaded defmt-macros v0.3.9 |
203 | 2024-07-19T22:58:59.472Z | Downloaded cobs v0.2.3 |
204 | 2024-07-19T22:58:59.472Z | Downloaded hash32 v0.3.1 |
205 | 2024-07-19T22:58:59.472Z | Downloaded byteorder v1.5.0 |
206 | 2024-07-19T22:58:59.472Z | Downloaded ipnetwork v0.20.0 |
207 | 2024-07-19T22:58:59.497Z | Downloaded cfg-if v1.0.0 |
208 | 2024-07-19T22:58:59.534Z | Compiling proc-macro2 v1.0.86 |
209 | 2024-07-19T22:58:59.534Z | Compiling unicode-ident v1.0.12 |
210 | 2024-07-19T22:58:59.559Z | Compiling heapless v0.8.0 |
211 | 2024-07-19T22:58:59.559Z | Checking byteorder v1.5.0 |
212 | 2024-07-19T22:58:59.559Z | Compiling serde v1.0.204 |
213 | 2024-07-19T22:58:59.559Z | Compiling smoltcp v0.11.0 |
214 | 2024-07-19T22:58:59.560Z | Checking stable_deref_trait v1.2.0 |
215 | 2024-07-19T22:58:59.560Z | Checking managed v0.8.0 |
216 | 2024-07-19T22:58:59.649Z | Checking embedded-io v0.4.0 |
217 | 2024-07-19T22:58:59.737Z | Checking cfg-if v1.0.0 |
218 | 2024-07-19T22:58:59.821Z | Checking cobs v0.2.3 |
219 | 2024-07-19T22:58:59.846Z | Checking bitflags v1.3.2 |
220 | 2024-07-19T22:58:59.870Z | Checking hash32 v0.3.1 |
221 | 2024-07-19T22:58:59.929Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
222 | 2024-07-19T22:58:59.954Z | Checking ipnetwork v0.20.0 |
223 | 2024-07-19T22:59:00.977Z | Compiling quote v1.0.36 |
224 | 2024-07-19T22:59:01.294Z | Compiling syn v2.0.71 |
225 | 2024-07-19T22:59:05.288Z | Compiling serde_derive v1.0.204 |
226 | 2024-07-19T22:59:13.251Z | Checking postcard v1.0.8 |
227 | 2024-07-19T22:59:13.773Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
228 | 2024-07-19T22:59:15.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.10s |
229 | 2024-07-19T22:59:15.652Z | |
230 | 2024-07-19T22:59:15.652Z | real 23.403028367 |
231 | 2024-07-19T22:59:15.652Z | user 25.989896313 |
232 | 2024-07-19T22:59:15.652Z | sys 8.241983843 |
233 | 2024-07-19T22:59:15.652Z | trap 0.008581904 |
234 | 2024-07-19T22:59:15.652Z | tflt 0.044736241 |
235 | 2024-07-19T22:59:15.652Z | dflt 0.349545353 |
236 | 2024-07-19T22:59:15.652Z | kflt 0.000813483 |
237 | 2024-07-19T22:59:15.652Z | lock 50.830184576 |
238 | 2024-07-19T22:59:15.652Z | slp 1:59.866577532 |
239 | 2024-07-19T22:59:15.652Z | lat 1.069059282 |
240 | 2024-07-19T22:59:15.652Z | stop 1.592152731 |
241 | 2024-07-19T22:59:15.677Z | + header 'analyze no_std' |
242 | 2024-07-19T22:59:15.677Z | + echo '# ==== analyze no_std ==== #' |
243 | 2024-07-19T22:59:15.677Z | # ==== analyze no_std ==== # |
244 | 2024-07-19T22:59:15.677Z | + ptime -m cargo clippy --no-default-features --all-targets |
245 | 2024-07-19T22:59:15.943Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
246 | 2024-07-19T22:59:17.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
247 | 2024-07-19T22:59:17.776Z | |
248 | 2024-07-19T22:59:17.776Z | real 2.114163302 |
249 | 2024-07-19T22:59:17.776Z | user 3.216373822 |
250 | 2024-07-19T22:59:17.776Z | sys 0.438465296 |
251 | 2024-07-19T22:59:17.776Z | trap 0.000654050 |
252 | 2024-07-19T22:59:17.776Z | tflt 0.000010212 |
253 | 2024-07-19T22:59:17.776Z | dflt 0.000008291 |
254 | 2024-07-19T22:59:17.776Z | kflt 0.000000000 |
255 | 2024-07-19T22:59:17.776Z | lock 4.862893768 |
256 | 2024-07-19T22:59:17.801Z | slp 8.643720456 |
257 | 2024-07-19T22:59:17.801Z | lat 0.005322592 |
258 | 2024-07-19T22:59:17.801Z | stop 0.022750007 |
259 | 2024-07-19T22:59:17.801Z | + header test |
260 | 2024-07-19T22:59:17.801Z | + echo '# ==== test ==== #' |
261 | 2024-07-19T22:59:17.801Z | + ptime -m cargo test |
262 | 2024-07-19T22:59:17.801Z | # ==== test ==== # |
263 | 2024-07-19T22:59:18.087Z | Compiling byteorder v1.5.0 |
264 | 2024-07-19T22:59:18.087Z | Compiling stable_deref_trait v1.2.0 |
265 | 2024-07-19T22:59:18.112Z | Compiling cobs v0.2.3 |
266 | 2024-07-19T22:59:18.112Z | Compiling bitflags v1.3.2 |
267 | 2024-07-19T22:59:18.112Z | Compiling managed v0.8.0 |
268 | 2024-07-19T22:59:18.112Z | Compiling cfg-if v1.0.0 |
269 | 2024-07-19T22:59:18.112Z | Compiling embedded-io v0.4.0 |
270 | 2024-07-19T22:59:18.112Z | Compiling serde v1.0.204 |
271 | 2024-07-19T22:59:18.186Z | Compiling ipnetwork v0.20.0 |
272 | 2024-07-19T22:59:18.210Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
273 | 2024-07-19T22:59:18.324Z | Compiling hash32 v0.3.1 |
274 | 2024-07-19T22:59:18.445Z | Compiling heapless v0.8.0 |
275 | 2024-07-19T22:59:19.214Z | Compiling smoltcp v0.11.0 |
276 | 2024-07-19T22:59:22.310Z | Compiling postcard v1.0.8 |
277 | 2024-07-19T22:59:22.846Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
278 | 2024-07-19T22:59:24.994Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 7.15s |
279 | 2024-07-19T22:59:25.019Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-2a9156f0e48fe99b) |
280 | 2024-07-19T22:59:25.019Z | |
281 | 2024-07-19T22:59:25.019Z | running 22 tests |
282 | 2024-07-19T22:59:25.019Z | test encap::test::good_vni ... ok |
283 | 2024-07-19T22:59:25.019Z | test encap::test::vni_round_trip ... ok |
284 | 2024-07-19T22:59:25.019Z | test encap::test::bad_vni ... ok |
285 | 2024-07-19T22:59:25.019Z | test dns::tests::test_domain_name ... ok |
286 | 2024-07-19T22:59:25.019Z | test ip::test::bad_prefix_len ... ok |
287 | 2024-07-19T22:59:25.019Z | test ip::test::bad_cidr ... ok |
288 | 2024-07-19T22:59:25.019Z | test ip::test::dhcp_fqdn ... ok |
289 | 2024-07-19T22:59:25.019Z | test ip::test::good_cidr ... ok |
290 | 2024-07-19T22:59:25.019Z | test ip::test::ipv4_addr_bad ... ok |
291 | 2024-07-19T22:59:25.019Z | test ip::test::ipv4_mask ... ok |
292 | 2024-07-19T22:59:25.019Z | test ip::test::ipv4_addr_good ... ok |
293 | 2024-07-19T22:59:25.019Z | test ip::test::ipv6_cidr_is_member ... ok |
294 | 2024-07-19T22:59:25.019Z | test ip::test::ipv6_prefix_len ... ok |
295 | 2024-07-19T22:59:25.019Z | test ip::test::ipv6_mask ... ok |
296 | 2024-07-19T22:59:25.019Z | test ip::test::test_ip_cidr_from_str ... ok |
297 | 2024-07-19T22:59:25.019Z | test ip::test::ipv6_is_default ... ok |
298 | 2024-07-19T22:59:25.019Z | test ip::test::test_ipv6_from_const ... ok |
299 | 2024-07-19T22:59:25.019Z | test ip::test::test_ip_addr_from_str ... ok |
300 | 2024-07-19T22:59:25.019Z | test ip::test::test_ipv6_from_eui64 ... ok |
301 | 2024-07-19T22:59:25.019Z | test ip::test::test_ipv6_is_multicast ... ok |
302 | 2024-07-19T22:59:25.019Z | test ip::test::test_ipv6_multicast_mac ... ok |
303 | 2024-07-19T22:59:25.019Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
304 | 2024-07-19T22:59:25.019Z | |
305 | 2024-07-19T22:59:25.019Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
306 | 2024-07-19T22:59:25.020Z | |
307 | 2024-07-19T22:59:25.020Z | Doc-tests opte_api |
308 | 2024-07-19T22:59:25.236Z | |
309 | 2024-07-19T22:59:25.236Z | running 1 test |
310 | 2024-07-19T22:59:25.637Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
311 | 2024-07-19T22:59:25.637Z | |
312 | 2024-07-19T22:59:25.637Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s |
313 | 2024-07-19T22:59:25.637Z | |
314 | 2024-07-19T22:59:25.665Z | |
315 | 2024-07-19T22:59:25.689Z | real 7.875154008 |
316 | 2024-07-19T22:59:25.689Z | user 15.395770943 |
317 | 2024-07-19T22:59:25.690Z | sys 3.870219563 |
318 | 2024-07-19T22:59:25.690Z | trap 0.004682099 |
319 | 2024-07-19T22:59:25.690Z | tflt 0.065890638 |
320 | 2024-07-19T22:59:25.690Z | dflt 0.131738157 |
321 | 2024-07-19T22:59:25.690Z | kflt 0.000000000 |
322 | 2024-07-19T22:59:25.690Z | lock 27.133544850 |
323 | 2024-07-19T22:59:25.690Z | slp 47.801877289 |
324 | 2024-07-19T22:59:25.690Z | lat 0.440909655 |
325 | 2024-07-19T22:59:25.690Z | stop 0.510207033 |
326 | 2024-07-19T22:59:25.690Z | process exited: duration 46691 ms, exit code 0 |
|
327 | 2024-07-19T22:59:25.740Z | found 0 output files |