|
|
|
1 | 2024-06-20T09:18:55.195Z | job assigned to worker 01J0TF16735DJJ11XP6WENP15M (queued for 36 s) |
|
2 | 2024-06-20T09:18:55.406Z | starting task 0: "setup" |
3 | 2024-06-20T09:18:55.431Z | ++ uname -s |
4 | 2024-06-20T09:18:55.431Z | + kern=SunOS |
5 | 2024-06-20T09:18:55.431Z | + case "$kern" in |
6 | 2024-06-20T09:18:55.431Z | + groupadd -g 12345 build |
7 | 2024-06-20T09:18:55.431Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T09:18:57.436Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T09:18:57.479Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T09:18:57.503Z | + home_fs=zfs |
11 | 2024-06-20T09:18:57.503Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T09:18:57.503Z | + mkdir -p /home/build |
13 | 2024-06-20T09:18:57.503Z | + chown build:build /home/build /work |
14 | 2024-06-20T09:18:59.488Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T09:18:59.514Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-06-20T09:18:59.565Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T09:18:59.591Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T09:18:59.591Z | ' nightly-2024-05-12 |
19 | 2024-06-20T09:18:59.591Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-20T09:18:59.591Z | ' default |
21 | 2024-06-20T09:18:59.591Z | * toolchain channel = "nightly-2024-05-12" |
22 | 2024-06-20T09:18:59.591Z | * toolchain profile = "default" |
23 | 2024-06-20T09:18:59.591Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T09:18:59.591Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
25 | 2024-06-20T09:18:59.719Z | info: downloading installer |
26 | 2024-06-20T09:19:00.272Z | info: profile set to 'default' |
27 | 2024-06-20T09:19:00.272Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T09:19:00.297Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
29 | 2024-06-20T09:19:00.369Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
30 | 2024-06-20T09:19:00.369Z | info: downloading component 'cargo' |
31 | 2024-06-20T09:19:00.536Z | info: downloading component 'clippy' |
32 | 2024-06-20T09:19:00.590Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T09:19:00.771Z | info: downloading component 'rust-std' |
34 | 2024-06-20T09:19:01.115Z | info: downloading component 'rustc' |
35 | 2024-06-20T09:19:01.992Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T09:19:02.042Z | info: installing component 'cargo' |
37 | 2024-06-20T09:19:03.171Z | info: installing component 'clippy' |
38 | 2024-06-20T09:19:03.594Z | info: installing component 'rust-docs' |
39 | 2024-06-20T09:19:06.405Z | info: installing component 'rust-std' |
40 | 2024-06-20T09:19:08.470Z | info: installing component 'rustc' |
41 | 2024-06-20T09:19:13.638Z | info: installing component 'rustfmt' |
42 | 2024-06-20T09:19:14.015Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
43 | 2024-06-20T09:19:14.015Z | |
44 | 2024-06-20T09:19:14.140Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
45 | 2024-06-20T09:19:14.140Z | |
46 | 2024-06-20T09:19:14.140Z | |
47 | 2024-06-20T09:19:14.140Z | Rust is installed now. Great! |
48 | 2024-06-20T09:19:14.140Z | |
49 | 2024-06-20T09:19:14.140Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T09:19:14.140Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T09:19:14.140Z | |
52 | 2024-06-20T09:19:14.140Z | To configure your current shell, you need to source |
53 | 2024-06-20T09:19:14.140Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T09:19:14.140Z | |
55 | 2024-06-20T09:19:14.140Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T09:19:14.140Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T09:19:14.140Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T09:19:14.211Z | + rustc --version |
59 | 2024-06-20T09:19:14.325Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
60 | 2024-06-20T09:19:14.349Z | process exited: duration 14764 ms, exit code 0 |
|
61 | 2024-06-20T09:19:14.401Z | starting task 2: "authentication" |
62 | 2024-06-20T09:19:14.460Z | process exited: duration 61 ms, exit code 0 |
|
63 | 2024-06-20T09:19:14.510Z | starting task 3: "clone repository" |
64 | 2024-06-20T09:19:14.535Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-06-20T09:19:14.535Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-06-20T09:19:14.560Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-06-20T09:19:15.702Z | + cd /work/oxidecomputer/opte |
68 | 2024-06-20T09:19:15.702Z | + git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
69 | 2024-06-20T09:19:16.092Z | From https://github.com/oxidecomputer/opte |
70 | 2024-06-20T09:19:16.092Z | * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD |
71 | 2024-06-20T09:19:16.117Z | + [[ -n '' ]] |
72 | 2024-06-20T09:19:16.117Z | + git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
73 | 2024-06-20T09:19:16.141Z | HEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61 |
74 | 2024-06-20T09:19:16.141Z | process exited: duration 1621 ms, exit code 0 |
|
75 | 2024-06-20T09:19:16.190Z | starting task 4: "build" |
76 | 2024-06-20T09:19:16.215Z | + cargo --version |
77 | 2024-06-20T09:19:16.215Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
78 | 2024-06-20T09:19:16.294Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
79 | 2024-06-20T09:19:16.294Z | info: downloading component 'cargo' |
80 | 2024-06-20T09:19:16.478Z | info: downloading component 'clippy' |
81 | 2024-06-20T09:19:16.543Z | info: downloading component 'rust-docs' |
82 | 2024-06-20T09:19:16.823Z | info: downloading component 'rust-std' |
83 | 2024-06-20T09:19:17.392Z | info: downloading component 'rustc' |
84 | 2024-06-20T09:19:18.611Z | info: downloading component 'rustfmt' |
85 | 2024-06-20T09:19:18.660Z | info: installing component 'cargo' |
86 | 2024-06-20T09:19:19.645Z | info: installing component 'clippy' |
87 | 2024-06-20T09:19:20.050Z | info: installing component 'rust-docs' |
88 | 2024-06-20T09:19:22.420Z | info: installing component 'rust-std' |
89 | 2024-06-20T09:19:24.504Z | info: installing component 'rustc' |
90 | 2024-06-20T09:19:29.562Z | info: installing component 'rustfmt' |
91 | 2024-06-20T09:19:30.018Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
92 | 2024-06-20T09:19:30.043Z | + rustc --version |
93 | 2024-06-20T09:19:30.160Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
94 | 2024-06-20T09:19:30.186Z | + cd lib/opte-ioctl |
95 | 2024-06-20T09:19:30.186Z | + header 'check style' |
96 | 2024-06-20T09:19:30.186Z | + echo '# ==== check style ==== #' |
97 | 2024-06-20T09:19:30.186Z | # ==== check style ==== # |
98 | 2024-06-20T09:19:30.186Z | + ptime -m cargo +nightly-2024-05-12 fmt -- --check |
99 | 2024-06-20T09:19:30.480Z | |
100 | 2024-06-20T09:19:30.480Z | real 0.308519014 |
101 | 2024-06-20T09:19:30.480Z | user 0.120063942 |
102 | 2024-06-20T09:19:30.480Z | sys 0.183159738 |
103 | 2024-06-20T09:19:30.480Z | trap 0.000004788 |
104 | 2024-06-20T09:19:30.480Z | tflt 0.000000000 |
105 | 2024-06-20T09:19:30.480Z | dflt 0.000000000 |
106 | 2024-06-20T09:19:30.505Z | kflt 0.000000000 |
107 | 2024-06-20T09:19:30.505Z | lock 0.000000000 |
108 | 2024-06-20T09:19:30.505Z | slp 0.173829567 |
109 | 2024-06-20T09:19:30.505Z | lat 0.000628728 |
110 | 2024-06-20T09:19:30.505Z | stop 0.000288155 |
111 | 2024-06-20T09:19:30.505Z | + header analyze |
112 | 2024-06-20T09:19:30.505Z | + echo '# ==== analyze ==== #' |
113 | 2024-06-20T09:19:30.505Z | # ==== analyze ==== # |
114 | 2024-06-20T09:19:30.505Z | + ptime -m cargo clippy --all-targets |
115 | 2024-06-20T09:19:30.837Z | Updating crates.io index |
116 | 2024-06-20T09:19:30.903Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
117 | 2024-06-20T09:19:31.764Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
118 | 2024-06-20T09:19:32.212Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
119 | 2024-06-20T09:19:32.909Z | Updating git repository `https://github.com/oxidecomputer/zone` |
120 | 2024-06-20T09:19:33.372Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
121 | 2024-06-20T09:19:33.842Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
122 | 2024-06-20T09:19:34.251Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
123 | 2024-06-20T09:19:34.628Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
124 | 2024-06-20T09:19:36.264Z | Downloading crates ... |
125 | 2024-06-20T09:19:36.328Z | Downloaded byteorder v1.5.0 |
126 | 2024-06-20T09:19:36.352Z | Downloaded colored v2.1.0 |
127 | 2024-06-20T09:19:36.352Z | Downloaded cfg-if v1.0.0 |
128 | 2024-06-20T09:19:36.352Z | Downloaded autocfg v1.3.0 |
129 | 2024-06-20T09:19:36.352Z | Downloaded foreign-types-shared v0.3.1 |
130 | 2024-06-20T09:19:36.352Z | Downloaded pretty-hex v0.2.1 |
131 | 2024-06-20T09:19:36.352Z | Downloaded foreign-types v0.5.0 |
132 | 2024-06-20T09:19:36.352Z | Downloaded anyhow v1.0.86 |
133 | 2024-06-20T09:19:36.352Z | Downloaded cstr-argument v0.1.2 |
134 | 2024-06-20T09:19:36.352Z | Downloaded cobs v0.2.3 |
135 | 2024-06-20T09:19:36.352Z | Downloaded bitflags v1.3.2 |
136 | 2024-06-20T09:19:36.376Z | Downloaded equivalent v1.0.1 |
137 | 2024-06-20T09:19:36.376Z | Downloaded lazy_static v1.4.0 |
138 | 2024-06-20T09:19:36.376Z | Downloaded num_cpus v1.16.0 |
139 | 2024-06-20T09:19:36.376Z | Downloaded num_enum_derive v0.5.11 |
140 | 2024-06-20T09:19:36.377Z | Downloaded ipnetwork v0.20.0 |
141 | 2024-06-20T09:19:36.377Z | Downloaded version_check v0.9.4 |
142 | 2024-06-20T09:19:36.377Z | Downloaded embedded-io v0.4.0 |
143 | 2024-06-20T09:19:36.377Z | Downloaded stable_deref_trait v1.2.0 |
144 | 2024-06-20T09:19:36.401Z | Downloaded defmt v0.3.8 |
145 | 2024-06-20T09:19:36.401Z | Downloaded signal-hook-registry v1.4.2 |
146 | 2024-06-20T09:19:36.401Z | Downloaded schemars_derive v0.8.21 |
147 | 2024-06-20T09:19:36.401Z | Downloaded thiserror v1.0.61 |
148 | 2024-06-20T09:19:36.401Z | Downloaded hash32 v0.3.1 |
149 | 2024-06-20T09:19:36.401Z | Downloaded itoa v1.0.11 |
150 | 2024-06-20T09:19:36.401Z | Downloaded defmt-macros v0.3.9 |
151 | 2024-06-20T09:19:36.401Z | Downloaded managed v0.8.0 |
152 | 2024-06-20T09:19:36.401Z | Downloaded proc-macro-error v1.0.4 |
153 | 2024-06-20T09:19:36.426Z | Downloaded thiserror-impl v1.0.61 |
154 | 2024-06-20T09:19:36.426Z | Downloaded num_enum v0.5.11 |
155 | 2024-06-20T09:19:36.426Z | Downloaded scopeguard v1.2.0 |
156 | 2024-06-20T09:19:36.426Z | Downloaded tokio-macros v2.3.0 |
157 | 2024-06-20T09:19:36.426Z | Downloaded proc-macro-error-attr v1.0.4 |
158 | 2024-06-20T09:19:36.426Z | Downloaded proc-macro-crate v1.3.1 |
159 | 2024-06-20T09:19:36.426Z | Downloaded pin-project-lite v0.2.14 |
160 | 2024-06-20T09:19:36.426Z | Downloaded lock_api v0.4.12 |
161 | 2024-06-20T09:19:36.426Z | Downloaded once_cell v1.19.0 |
162 | 2024-06-20T09:19:36.461Z | Downloaded serde_derive_internals v0.29.1 |
163 | 2024-06-20T09:19:36.461Z | Downloaded parking_lot_core v0.9.10 |
164 | 2024-06-20T09:19:36.461Z | Downloaded zerocopy-derive v0.7.34 |
165 | 2024-06-20T09:19:36.461Z | Downloaded smallvec v1.13.2 |
166 | 2024-06-20T09:19:36.461Z | Downloaded tracing-attributes v0.1.27 |
167 | 2024-06-20T09:19:36.461Z | Downloaded proc-macro2 v1.0.85 |
168 | 2024-06-20T09:19:36.461Z | Downloaded ryu v1.0.18 |
169 | 2024-06-20T09:19:36.461Z | Downloaded socket2 v0.4.10 |
170 | 2024-06-20T09:19:36.461Z | Downloaded socket2 v0.5.7 |
171 | 2024-06-20T09:19:36.461Z | Downloaded serde_derive v1.0.203 |
172 | 2024-06-20T09:19:36.461Z | Downloaded tracing-core v0.1.32 |
173 | 2024-06-20T09:19:36.461Z | Downloaded unicode-ident v1.0.12 |
174 | 2024-06-20T09:19:36.485Z | Downloaded serde v1.0.203 |
175 | 2024-06-20T09:19:36.485Z | Downloaded schemars v0.8.21 |
176 | 2024-06-20T09:19:36.485Z | Downloaded tracing v0.1.40 |
177 | 2024-06-20T09:19:36.510Z | Downloaded hashbrown v0.14.5 |
178 | 2024-06-20T09:19:36.510Z | Downloaded zerocopy v0.7.34 |
179 | 2024-06-20T09:19:36.534Z | Downloaded winnow v0.5.40 |
180 | 2024-06-20T09:19:36.534Z | Downloaded syn v2.0.66 |
181 | 2024-06-20T09:19:36.558Z | Downloaded smoltcp v0.11.0 |
182 | 2024-06-20T09:19:36.558Z | Downloaded libc v0.2.155 |
183 | 2024-06-20T09:19:36.582Z | Downloaded tokio v1.38.0 |
184 | 2024-06-20T09:19:36.622Z | Downloaded syn v1.0.109 |
185 | 2024-06-20T09:19:36.646Z | Downloaded serde_json v1.0.117 |
186 | 2024-06-20T09:19:36.646Z | Downloaded toml_edit v0.19.15 |
187 | 2024-06-20T09:19:36.670Z | Downloaded mio v0.8.11 |
188 | 2024-06-20T09:19:36.670Z | Downloaded memchr v2.7.2 |
189 | 2024-06-20T09:19:36.694Z | Downloaded indexmap v2.2.6 |
190 | 2024-06-20T09:19:36.694Z | Downloaded heapless v0.8.0 |
191 | 2024-06-20T09:19:36.694Z | Downloaded bytes v1.6.0 |
192 | 2024-06-20T09:19:36.694Z | Downloaded postcard v1.0.8 |
193 | 2024-06-20T09:19:36.694Z | Downloaded quote v1.0.36 |
194 | 2024-06-20T09:19:36.694Z | Downloaded toml_datetime v0.6.6 |
195 | 2024-06-20T09:19:36.719Z | Downloaded parking_lot v0.12.3 |
196 | 2024-06-20T09:19:36.719Z | Downloaded foreign-types-macros v0.2.3 |
197 | 2024-06-20T09:19:36.719Z | Downloaded dyn-clone v1.0.17 |
198 | 2024-06-20T09:19:36.719Z | Downloaded defmt-parser v0.3.4 |
199 | 2024-06-20T09:19:36.777Z | Compiling proc-macro2 v1.0.85 |
200 | 2024-06-20T09:19:36.777Z | Compiling unicode-ident v1.0.12 |
201 | 2024-06-20T09:19:36.801Z | Compiling libc v0.2.155 |
202 | 2024-06-20T09:19:36.801Z | Checking cfg-if v1.0.0 |
203 | 2024-06-20T09:19:36.801Z | Compiling serde v1.0.203 |
204 | 2024-06-20T09:19:36.801Z | Compiling syn v1.0.109 |
205 | 2024-06-20T09:19:36.801Z | Checking byteorder v1.5.0 |
206 | 2024-06-20T09:19:36.801Z | Compiling autocfg v1.3.0 |
207 | 2024-06-20T09:19:36.887Z | Compiling hashbrown v0.14.5 |
208 | 2024-06-20T09:19:36.966Z | Compiling equivalent v1.0.1 |
209 | 2024-06-20T09:19:37.060Z | Compiling winnow v0.5.40 |
210 | 2024-06-20T09:19:37.106Z | Compiling toml_datetime v0.6.6 |
211 | 2024-06-20T09:19:37.384Z | Compiling parking_lot_core v0.9.10 |
212 | 2024-06-20T09:19:37.418Z | Compiling heapless v0.8.0 |
213 | 2024-06-20T09:19:37.508Z | Checking hash32 v0.3.1 |
214 | 2024-06-20T09:19:37.575Z | Compiling lock_api v0.4.12 |
215 | 2024-06-20T09:19:37.643Z | Checking scopeguard v1.2.0 |
216 | 2024-06-20T09:19:37.751Z | Checking stable_deref_trait v1.2.0 |
217 | 2024-06-20T09:19:37.784Z | Checking smallvec v1.13.2 |
218 | 2024-06-20T09:19:37.840Z | Compiling smoltcp v0.11.0 |
219 | 2024-06-20T09:19:38.041Z | Compiling indexmap v2.2.6 |
220 | 2024-06-20T09:19:38.114Z | Compiling serde_json v1.0.117 |
221 | 2024-06-20T09:19:38.139Z | Checking dyn-clone v1.0.17 |
222 | 2024-06-20T09:19:38.139Z | Compiling once_cell v1.19.0 |
223 | 2024-06-20T09:19:38.169Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
224 | 2024-06-20T09:19:38.241Z | Compiling quote v1.0.36 |
225 | 2024-06-20T09:19:38.509Z | Checking cobs v0.2.3 |
226 | 2024-06-20T09:19:38.656Z | Compiling syn v2.0.66 |
227 | 2024-06-20T09:19:38.769Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
228 | 2024-06-20T09:19:38.834Z | Compiling version_check v0.9.4 |
229 | 2024-06-20T09:19:38.859Z | Checking embedded-io v0.4.0 |
230 | 2024-06-20T09:19:39.016Z | Checking managed v0.8.0 |
231 | 2024-06-20T09:19:39.042Z | Compiling thiserror v1.0.61 |
232 | 2024-06-20T09:19:39.186Z | Checking bitflags v1.3.2 |
233 | 2024-06-20T09:19:39.212Z | Checking itoa v1.0.11 |
234 | 2024-06-20T09:19:39.263Z | Checking ryu v1.0.18 |
235 | 2024-06-20T09:19:39.331Z | Checking pin-project-lite v0.2.14 |
236 | 2024-06-20T09:19:39.377Z | Compiling schemars v0.8.21 |
237 | 2024-06-20T09:19:39.422Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
238 | 2024-06-20T09:19:39.468Z | Checking parking_lot v0.12.3 |
239 | 2024-06-20T09:19:39.613Z | Checking signal-hook-registry v1.4.2 |
240 | 2024-06-20T09:19:39.719Z | Checking socket2 v0.5.7 |
241 | 2024-06-20T09:19:39.746Z | Checking num_cpus v1.16.0 |
242 | 2024-06-20T09:19:39.781Z | Checking mio v0.8.11 |
243 | 2024-06-20T09:19:39.829Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
244 | 2024-06-20T09:19:39.996Z | Compiling toml_edit v0.19.15 |
245 | 2024-06-20T09:19:40.097Z | Checking bytes v1.6.0 |
246 | 2024-06-20T09:19:40.125Z | Checking memchr v2.7.2 |
247 | 2024-06-20T09:19:40.219Z | Compiling anyhow v1.0.86 |
248 | 2024-06-20T09:19:40.305Z | Checking foreign-types-shared v0.3.1 |
249 | 2024-06-20T09:19:40.379Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
250 | 2024-06-20T09:19:40.638Z | Checking tracing-core v0.1.32 |
251 | 2024-06-20T09:19:40.799Z | Checking cstr-argument v0.1.2 |
252 | 2024-06-20T09:19:40.886Z | Checking pretty-hex v0.2.1 |
253 | 2024-06-20T09:19:40.956Z | Checking lazy_static v1.4.0 |
254 | 2024-06-20T09:19:40.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
255 | 2024-06-20T09:19:41.055Z | Checking colored v2.1.0 |
256 | 2024-06-20T09:19:44.977Z | Checking socket2 v0.4.10 |
257 | 2024-06-20T09:19:45.033Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
258 | 2024-06-20T09:19:45.033Z | Compiling proc-macro-crate v1.3.1 |
259 | 2024-06-20T09:19:45.033Z | Compiling serde_derive_internals v0.29.1 |
260 | 2024-06-20T09:19:46.196Z | Compiling num_enum_derive v0.5.11 |
261 | 2024-06-20T09:19:46.196Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
262 | 2024-06-20T09:19:46.341Z | Compiling serde_derive v1.0.203 |
263 | 2024-06-20T09:19:46.341Z | Compiling foreign-types-macros v0.2.3 |
264 | 2024-06-20T09:19:46.341Z | Compiling thiserror-impl v1.0.61 |
265 | 2024-06-20T09:19:46.341Z | Compiling schemars_derive v0.8.21 |
266 | 2024-06-20T09:19:46.365Z | Compiling tokio-macros v2.3.0 |
267 | 2024-06-20T09:19:46.365Z | Compiling zerocopy-derive v0.7.34 |
268 | 2024-06-20T09:19:46.888Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
269 | 2024-06-20T09:19:47.419Z | Checking foreign-types v0.5.0 |
270 | 2024-06-20T09:19:47.505Z | Compiling tracing-attributes v0.1.27 |
271 | 2024-06-20T09:19:47.734Z | Checking tokio v1.38.0 |
272 | 2024-06-20T09:19:47.827Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
273 | 2024-06-20T09:19:48.116Z | Checking zerocopy v0.7.34 |
274 | 2024-06-20T09:19:48.221Z | Checking num_enum v0.5.11 |
275 | 2024-06-20T09:19:49.812Z | Checking tracing v0.1.40 |
276 | 2024-06-20T09:19:53.675Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
277 | 2024-06-20T09:19:55.192Z | Checking postcard v1.0.8 |
278 | 2024-06-20T09:19:55.217Z | Checking ipnetwork v0.20.0 |
279 | 2024-06-20T09:19:55.806Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
280 | 2024-06-20T09:19:57.558Z | warning: unused `#[macro_use]` import |
281 | 2024-06-20T09:19:57.558Z | --> lib/opte/src/lib.rs:23:1 |
282 | 2024-06-20T09:19:57.558Z | | |
283 | 2024-06-20T09:19:57.558Z | 23 | #[macro_use] |
284 | 2024-06-20T09:19:57.558Z | | ^^^^^^^^^^^^ |
285 | 2024-06-20T09:19:57.558Z | | |
286 | 2024-06-20T09:19:57.558Z | = note: `#[warn(unused_imports)]` on by default |
287 | 2024-06-20T09:19:57.558Z | |
288 | 2024-06-20T09:19:57.646Z | warning: `opte` (lib) generated 1 warning |
289 | 2024-06-20T09:19:57.671Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
290 | 2024-06-20T09:19:57.709Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
291 | 2024-06-20T09:19:59.931Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
292 | 2024-06-20T09:20:00.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.58s |
293 | 2024-06-20T09:20:00.403Z | |
294 | 2024-06-20T09:20:00.403Z | real 29.915123837 |
295 | 2024-06-20T09:20:00.403Z | user 1:22.774899298 |
296 | 2024-06-20T09:20:00.403Z | sys 26.097012278 |
297 | 2024-06-20T09:20:00.403Z | trap 0.048252263 |
298 | 2024-06-20T09:20:00.404Z | tflt 0.099386715 |
299 | 2024-06-20T09:20:00.404Z | dflt 0.573098223 |
300 | 2024-06-20T09:20:00.404Z | kflt 0.000426261 |
301 | 2024-06-20T09:20:00.404Z | lock 1:59.802490583 |
302 | 2024-06-20T09:20:00.404Z | slp 3:59.941040364 |
303 | 2024-06-20T09:20:00.404Z | lat 5.196134261 |
304 | 2024-06-20T09:20:00.404Z | stop 9.007198627 |
305 | 2024-06-20T09:20:00.428Z | process exited: duration 44216 ms, exit code 0 |
|
306 | 2024-06-20T09:20:00.501Z | found 0 output files |