|
|
|
1 | 2024-11-29T15:04:19.693Z | job assigned to worker 01JDW7638DSFHBFE5SC586NK7M [factory gimlet-EVT22200007-propolis, EVT22200007/19661] (queued for 33 s) |
|
2 | 2024-11-29T15:04:27.762Z | starting task 0: "setup" |
3 | 2024-11-29T15:04:27.785Z | ++ uname -s |
4 | 2024-11-29T15:04:27.785Z | + kern=SunOS |
5 | 2024-11-29T15:04:27.786Z | + case "$kern" in |
6 | 2024-11-29T15:04:27.786Z | + groupadd -g 12345 build |
7 | 2024-11-29T15:04:27.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T15:04:29.787Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T15:04:29.822Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T15:04:29.845Z | + home_fs=zfs |
11 | 2024-11-29T15:04:29.845Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T15:04:29.845Z | + mkdir -p /home/build |
13 | 2024-11-29T15:04:29.845Z | + chown build:build /home/build /work |
14 | 2024-11-29T15:04:31.833Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T15:04:31.856Z | process exited: duration 4077 ms, exit code 0 |
|
16 | 2024-11-29T15:04:31.903Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T15:04:31.928Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T15:04:31.928Z | * toolchain channel = "nightly-2024-11-18" |
19 | 2024-11-29T15:04:31.928Z | * toolchain profile = "default" |
20 | 2024-11-29T15:04:31.928Z | ' nightly-2024-11-18 |
21 | 2024-11-29T15:04:31.928Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-29T15:04:31.928Z | ' default |
23 | 2024-11-29T15:04:31.928Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T15:04:31.928Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-29T15:04:32.042Z | info: downloading installer |
26 | 2024-11-29T15:04:32.509Z | info: profile set to 'default' |
27 | 2024-11-29T15:04:32.509Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T15:04:32.509Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-29T15:04:33.624Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-29T15:04:33.624Z | info: downloading component 'cargo' |
31 | 2024-11-29T15:04:33.649Z | info: downloading component 'clippy' |
32 | 2024-11-29T15:04:33.649Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T15:04:33.649Z | info: downloading component 'rust-std' |
34 | 2024-11-29T15:04:33.692Z | info: downloading component 'rustc' |
35 | 2024-11-29T15:04:35.242Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T15:04:35.303Z | info: installing component 'cargo' |
37 | 2024-11-29T15:04:36.381Z | info: installing component 'clippy' |
38 | 2024-11-29T15:04:36.831Z | info: installing component 'rust-docs' |
39 | 2024-11-29T15:04:39.641Z | info: installing component 'rust-std' |
40 | 2024-11-29T15:04:41.749Z | info: installing component 'rustc' |
41 | 2024-11-29T15:04:48.844Z | info: installing component 'rustfmt' |
42 | 2024-11-29T15:04:49.224Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-29T15:04:49.224Z | |
44 | 2024-11-29T15:04:49.376Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-29T15:04:49.376Z | |
46 | 2024-11-29T15:04:49.400Z | |
47 | 2024-11-29T15:04:49.400Z | Rust is installed now. Great! |
48 | 2024-11-29T15:04:49.400Z | |
49 | 2024-11-29T15:04:49.400Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T15:04:49.400Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T15:04:49.400Z | |
52 | 2024-11-29T15:04:49.400Z | To configure your current shell, you need to source |
53 | 2024-11-29T15:04:49.400Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T15:04:49.400Z | |
55 | 2024-11-29T15:04:49.400Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T15:04:49.400Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T15:04:49.400Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T15:04:49.465Z | + rustc --version |
59 | 2024-11-29T15:04:49.553Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-29T15:04:49.577Z | process exited: duration 17654 ms, exit code 0 |
|
61 | 2024-11-29T15:04:49.624Z | starting task 2: "authentication" |
62 | 2024-11-29T15:04:49.677Z | process exited: duration 52 ms, exit code 0 |
|
63 | 2024-11-29T15:04:49.724Z | starting task 3: "clone repository" |
64 | 2024-11-29T15:04:49.748Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-29T15:04:49.748Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-29T15:04:49.771Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-29T15:04:50.993Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-29T15:04:50.993Z | + git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
69 | 2024-11-29T15:04:51.305Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-29T15:04:51.305Z | * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD |
71 | 2024-11-29T15:04:51.328Z | + [[ -n fix-618 ]] |
72 | 2024-11-29T15:04:51.328Z | ++ git branch --show-current |
73 | 2024-11-29T15:04:51.328Z | + current=master |
74 | 2024-11-29T15:04:51.328Z | + [[ master != fix-618 ]] |
75 | 2024-11-29T15:04:51.328Z | + git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
76 | 2024-11-29T15:04:51.328Z | + git checkout -f fix-618 |
77 | 2024-11-29T15:04:51.352Z | Switched to branch 'fix-618' |
78 | 2024-11-29T15:04:51.376Z | + git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
79 | 2024-11-29T15:04:51.399Z | HEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS |
80 | 2024-11-29T15:04:51.399Z | process exited: duration 1655 ms, exit code 0 |
|
81 | 2024-11-29T15:04:51.446Z | starting task 4: "build" |
82 | 2024-11-29T15:04:51.470Z | + cargo --version |
83 | 2024-11-29T15:04:51.470Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-29T15:04:51.560Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-29T15:04:51.560Z | info: downloading component 'cargo' |
86 | 2024-11-29T15:04:51.773Z | info: downloading component 'clippy' |
87 | 2024-11-29T15:04:51.851Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T15:04:52.134Z | info: downloading component 'rust-std' |
89 | 2024-11-29T15:04:52.604Z | info: downloading component 'rustc' |
90 | 2024-11-29T15:04:54.296Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T15:04:54.358Z | info: installing component 'cargo' |
92 | 2024-11-29T15:04:55.283Z | info: installing component 'clippy' |
93 | 2024-11-29T15:04:55.694Z | info: installing component 'rust-docs' |
94 | 2024-11-29T15:04:58.531Z | info: installing component 'rust-std' |
95 | 2024-11-29T15:05:00.574Z | info: installing component 'rustc' |
96 | 2024-11-29T15:05:07.356Z | info: installing component 'rustfmt' |
97 | 2024-11-29T15:05:07.825Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-29T15:05:07.849Z | + rustc --version |
99 | 2024-11-29T15:05:07.922Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-29T15:05:07.945Z | + cd lib/opte-ioctl |
101 | 2024-11-29T15:05:07.946Z | + header 'check style' |
102 | 2024-11-29T15:05:07.946Z | + echo '# ==== check style ==== #' |
103 | 2024-11-29T15:05:07.946Z | # ==== check style ==== # |
104 | 2024-11-29T15:05:07.946Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-29T15:05:08.186Z | |
106 | 2024-11-29T15:05:08.186Z | real 0.252329462 |
107 | 2024-11-29T15:05:08.186Z | user 0.125867280 |
108 | 2024-11-29T15:05:08.186Z | sys 0.120630594 |
109 | 2024-11-29T15:05:08.186Z | trap 0.000012433 |
110 | 2024-11-29T15:05:08.186Z | tflt 0.000000000 |
111 | 2024-11-29T15:05:08.186Z | dflt 0.000000000 |
112 | 2024-11-29T15:05:08.186Z | kflt 0.000000000 |
113 | 2024-11-29T15:05:08.186Z | lock 0.000000000 |
114 | 2024-11-29T15:05:08.186Z | slp 0.135646501 |
115 | 2024-11-29T15:05:08.186Z | lat 0.000436332 |
116 | 2024-11-29T15:05:08.186Z | stop 0.000170977 |
117 | 2024-11-29T15:05:08.210Z | + header analyze |
118 | 2024-11-29T15:05:08.210Z | + echo '# ==== analyze ==== #' |
119 | 2024-11-29T15:05:08.210Z | # ==== analyze ==== # |
120 | 2024-11-29T15:05:08.210Z | + ptime -m cargo clippy --all-targets |
121 | 2024-11-29T15:05:08.469Z | Updating crates.io index |
122 | 2024-11-29T15:05:08.493Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-11-29T15:05:09.321Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-11-29T15:05:09.924Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-11-29T15:05:10.284Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-11-29T15:05:10.715Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-11-29T15:05:11.316Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-11-29T15:05:11.763Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-11-29T15:05:12.132Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-11-29T15:05:12.703Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-11-29T15:05:13.533Z | Downloading crates ... |
132 | 2024-11-29T15:05:13.599Z | Downloaded bitflags v1.3.2 |
133 | 2024-11-29T15:05:13.623Z | Downloaded anyhow v1.0.93 |
134 | 2024-11-29T15:05:13.624Z | Downloaded bitflags v2.6.0 |
135 | 2024-11-29T15:05:13.624Z | Downloaded darling_macro v0.20.10 |
136 | 2024-11-29T15:05:13.624Z | Downloaded aho-corasick v1.1.3 |
137 | 2024-11-29T15:05:13.624Z | Downloaded defmt-parser v0.3.4 |
138 | 2024-11-29T15:05:13.624Z | Downloaded colored v2.1.0 |
139 | 2024-11-29T15:05:13.648Z | Downloaded dyn-clone v1.0.17 |
140 | 2024-11-29T15:05:13.648Z | Downloaded defmt v0.3.8 |
141 | 2024-11-29T15:05:13.648Z | Downloaded cfg-if v1.0.0 |
142 | 2024-11-29T15:05:13.648Z | Downloaded darling v0.20.10 |
143 | 2024-11-29T15:05:13.648Z | Downloaded bytes v1.8.0 |
144 | 2024-11-29T15:05:13.648Z | Downloaded foreign-types-macros v0.2.3 |
145 | 2024-11-29T15:05:13.648Z | Downloaded ipnetwork v0.20.0 |
146 | 2024-11-29T15:05:13.648Z | Downloaded lock_api v0.4.12 |
147 | 2024-11-29T15:05:13.648Z | Downloaded schemars_derive v0.8.21 |
148 | 2024-11-29T15:05:13.648Z | Downloaded itoa v1.0.13 |
149 | 2024-11-29T15:05:13.673Z | Downloaded hashbrown v0.15.2 |
150 | 2024-11-29T15:05:13.673Z | Downloaded tokio-macros v2.4.0 |
151 | 2024-11-29T15:05:13.673Z | Downloaded signal-hook-registry v1.4.2 |
152 | 2024-11-29T15:05:13.673Z | Downloaded pretty-hex v0.2.1 |
153 | 2024-11-29T15:05:13.673Z | Downloaded smallvec v1.13.2 |
154 | 2024-11-29T15:05:13.673Z | Downloaded mio v1.0.2 |
155 | 2024-11-29T15:05:13.697Z | Downloaded version_check v0.9.5 |
156 | 2024-11-29T15:05:13.697Z | Downloaded uuid v1.11.0 |
157 | 2024-11-29T15:05:13.697Z | Downloaded zerocopy-derive v0.7.35 |
158 | 2024-11-29T15:05:13.697Z | Downloaded serde_derive v1.0.215 |
159 | 2024-11-29T15:05:13.697Z | Downloaded zerocopy-derive v0.8.11 |
160 | 2024-11-29T15:05:13.720Z | Downloaded tracing v0.1.40 |
161 | 2024-11-29T15:05:13.720Z | Downloaded toml_edit v0.19.15 |
162 | 2024-11-29T15:05:13.743Z | Downloaded itertools v0.13.0 |
163 | 2024-11-29T15:05:13.743Z | Downloaded serde_json v1.0.133 |
164 | 2024-11-29T15:05:13.743Z | Downloaded zerocopy v0.7.35 |
165 | 2024-11-29T15:05:13.767Z | Downloaded winnow v0.6.20 |
166 | 2024-11-29T15:05:13.767Z | Downloaded winnow v0.5.40 |
167 | 2024-11-29T15:05:13.790Z | Downloaded regex v1.11.1 |
168 | 2024-11-29T15:05:13.790Z | Downloaded zerocopy v0.8.11 |
169 | 2024-11-29T15:05:13.813Z | Downloaded syn v1.0.109 |
170 | 2024-11-29T15:05:13.836Z | Downloaded syn v2.0.89 |
171 | 2024-11-29T15:05:13.836Z | Downloaded serde v1.0.215 |
172 | 2024-11-29T15:05:13.859Z | Downloaded schemars v0.8.21 |
173 | 2024-11-29T15:05:13.859Z | Downloaded smoltcp v0.11.0 |
174 | 2024-11-29T15:05:13.884Z | Downloaded regex-syntax v0.8.5 |
175 | 2024-11-29T15:05:13.884Z | Downloaded heapless v0.8.0 |
176 | 2024-11-29T15:05:13.884Z | Downloaded unicode-ident v1.0.14 |
177 | 2024-11-29T15:05:13.884Z | Downloaded serde_derive_internals v0.29.1 |
178 | 2024-11-29T15:05:13.884Z | Downloaded postcard v1.0.10 |
179 | 2024-11-29T15:05:13.908Z | Downloaded parking_lot v0.12.3 |
180 | 2024-11-29T15:05:13.908Z | Downloaded once_cell v1.20.2 |
181 | 2024-11-29T15:05:13.908Z | Downloaded num_enum_derive v0.5.11 |
182 | 2024-11-29T15:05:13.908Z | Downloaded indexmap v2.6.0 |
183 | 2024-11-29T15:05:13.908Z | Downloaded tracing-attributes v0.1.27 |
184 | 2024-11-29T15:05:13.908Z | Downloaded scopeguard v1.2.0 |
185 | 2024-11-29T15:05:13.908Z | Downloaded ryu v1.0.18 |
186 | 2024-11-29T15:05:13.908Z | Downloaded quote v1.0.37 |
187 | 2024-11-29T15:05:13.908Z | Downloaded proc-macro-error v1.0.4 |
188 | 2024-11-29T15:05:13.932Z | Downloaded parking_lot_core v0.9.10 |
189 | 2024-11-29T15:05:13.932Z | Downloaded libc v0.2.164 |
190 | 2024-11-29T15:05:13.955Z | Downloaded tracing-core v0.1.32 |
191 | 2024-11-29T15:05:13.955Z | Downloaded regex-automata v0.4.9 |
192 | 2024-11-29T15:05:13.978Z | Downloaded toml_datetime v0.6.8 |
193 | 2024-11-29T15:05:13.978Z | Downloaded thiserror-impl v1.0.69 |
194 | 2024-11-29T15:05:13.978Z | Downloaded rand_core v0.6.4 |
195 | 2024-11-29T15:05:13.978Z | Downloaded rand_chacha v0.3.1 |
196 | 2024-11-29T15:05:13.978Z | Downloaded rand v0.8.5 |
197 | 2024-11-29T15:05:13.978Z | Downloaded pin-project-lite v0.2.15 |
198 | 2024-11-29T15:05:13.978Z | Downloaded proc-macro2 v1.0.92 |
199 | 2024-11-29T15:05:13.978Z | Downloaded tokio v1.41.1 |
200 | 2024-11-29T15:05:14.019Z | Downloaded proc-macro-error-attr v1.0.4 |
201 | 2024-11-29T15:05:14.043Z | Downloaded ppv-lite86 v0.2.20 |
202 | 2024-11-29T15:05:14.043Z | Downloaded num_enum v0.5.11 |
203 | 2024-11-29T15:05:14.043Z | Downloaded memchr v2.7.4 |
204 | 2024-11-29T15:05:14.043Z | Downloaded managed v0.8.0 |
205 | 2024-11-29T15:05:14.043Z | Downloaded macaddr v1.0.1 |
206 | 2024-11-29T15:05:14.043Z | Downloaded hash32 v0.3.1 |
207 | 2024-11-29T15:05:14.043Z | Downloaded embedded-io v0.6.1 |
208 | 2024-11-29T15:05:14.043Z | Downloaded thiserror v1.0.69 |
209 | 2024-11-29T15:05:14.043Z | Downloaded strsim v0.11.1 |
210 | 2024-11-29T15:05:14.043Z | Downloaded stable_deref_trait v1.2.0 |
211 | 2024-11-29T15:05:14.067Z | Downloaded socket2 v0.5.7 |
212 | 2024-11-29T15:05:14.067Z | Downloaded proc-macro-crate v1.3.1 |
213 | 2024-11-29T15:05:14.067Z | Downloaded getrandom v0.2.15 |
214 | 2024-11-29T15:05:14.067Z | Downloaded foreign-types-shared v0.3.1 |
215 | 2024-11-29T15:05:14.067Z | Downloaded embedded-io v0.4.0 |
216 | 2024-11-29T15:05:14.067Z | Downloaded ident_case v1.0.1 |
217 | 2024-11-29T15:05:14.067Z | Downloaded lazy_static v1.5.0 |
218 | 2024-11-29T15:05:14.067Z | Downloaded fnv v1.0.7 |
219 | 2024-11-29T15:05:14.067Z | Downloaded either v1.13.0 |
220 | 2024-11-29T15:05:14.067Z | Downloaded foreign-types v0.5.0 |
221 | 2024-11-29T15:05:14.067Z | Downloaded equivalent v1.0.1 |
222 | 2024-11-29T15:05:14.067Z | Downloaded defmt-macros v0.3.9 |
223 | 2024-11-29T15:05:14.067Z | Downloaded cobs v0.2.3 |
224 | 2024-11-29T15:05:14.067Z | Downloaded byteorder v1.5.0 |
225 | 2024-11-29T15:05:14.067Z | Downloaded darling_core v0.20.10 |
226 | 2024-11-29T15:05:14.091Z | Downloaded cstr-argument v0.1.2 |
227 | 2024-11-29T15:05:14.091Z | Downloaded autocfg v1.4.0 |
228 | 2024-11-29T15:05:14.156Z | Compiling proc-macro2 v1.0.92 |
229 | 2024-11-29T15:05:14.156Z | Compiling unicode-ident v1.0.14 |
230 | 2024-11-29T15:05:14.179Z | Compiling libc v0.2.164 |
231 | 2024-11-29T15:05:14.179Z | Checking cfg-if v1.0.0 |
232 | 2024-11-29T15:05:14.179Z | Compiling serde v1.0.215 |
233 | 2024-11-29T15:05:14.179Z | Checking byteorder v1.5.0 |
234 | 2024-11-29T15:05:14.179Z | Compiling strsim v0.11.1 |
235 | 2024-11-29T15:05:14.179Z | Compiling memchr v2.7.4 |
236 | 2024-11-29T15:05:14.289Z | Compiling ident_case v1.0.1 |
237 | 2024-11-29T15:05:14.364Z | Compiling fnv v1.0.7 |
238 | 2024-11-29T15:05:14.440Z | Compiling syn v1.0.109 |
239 | 2024-11-29T15:05:14.466Z | Compiling regex-syntax v0.8.5 |
240 | 2024-11-29T15:05:14.489Z | Compiling either v1.13.0 |
241 | 2024-11-29T15:05:14.783Z | Compiling equivalent v1.0.1 |
242 | 2024-11-29T15:05:14.863Z | Compiling hashbrown v0.15.2 |
243 | 2024-11-29T15:05:14.886Z | Compiling zerocopy v0.8.11 |
244 | 2024-11-29T15:05:14.909Z | Compiling autocfg v1.4.0 |
245 | 2024-11-29T15:05:15.002Z | Compiling aho-corasick v1.1.3 |
246 | 2024-11-29T15:05:15.388Z | Compiling itertools v0.13.0 |
247 | 2024-11-29T15:05:15.586Z | Compiling parking_lot_core v0.9.10 |
248 | 2024-11-29T15:05:15.615Z | Compiling lock_api v0.4.12 |
249 | 2024-11-29T15:05:15.943Z | Compiling quote v1.0.37 |
250 | 2024-11-29T15:05:15.968Z | Compiling indexmap v2.6.0 |
251 | 2024-11-29T15:05:16.001Z | Compiling toml_datetime v0.6.8 |
252 | 2024-11-29T15:05:16.215Z | Compiling winnow v0.5.40 |
253 | 2024-11-29T15:05:16.262Z | Compiling heapless v0.8.0 |
254 | 2024-11-29T15:05:16.362Z | Compiling syn v2.0.89 |
255 | 2024-11-29T15:05:17.146Z | Checking hash32 v0.3.1 |
256 | 2024-11-29T15:05:17.182Z | Checking stable_deref_trait v1.2.0 |
257 | 2024-11-29T15:05:17.304Z | Checking dyn-clone v1.0.17 |
258 | 2024-11-29T15:05:17.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
259 | 2024-11-29T15:05:17.460Z | Compiling once_cell v1.20.2 |
260 | 2024-11-29T15:05:17.752Z | Compiling regex-automata v0.4.9 |
261 | 2024-11-29T15:05:17.805Z | Compiling smoltcp v0.11.0 |
262 | 2024-11-29T15:05:18.151Z | Compiling serde_json v1.0.133 |
263 | 2024-11-29T15:05:18.311Z | Checking macaddr v1.0.1 |
264 | 2024-11-29T15:05:18.442Z | Checking smallvec v1.13.2 |
265 | 2024-11-29T15:05:18.527Z | Checking scopeguard v1.2.0 |
266 | 2024-11-29T15:05:18.970Z | Checking getrandom v0.2.15 |
267 | 2024-11-29T15:05:19.010Z | Checking managed v0.8.0 |
268 | 2024-11-29T15:05:19.162Z | Compiling toml_edit v0.19.15 |
269 | 2024-11-29T15:05:19.186Z | Checking ryu v1.0.18 |
270 | 2024-11-29T15:05:19.329Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
271 | 2024-11-29T15:05:19.354Z | Checking cobs v0.2.3 |
272 | 2024-11-29T15:05:19.388Z | Checking bitflags v2.6.0 |
273 | 2024-11-29T15:05:19.388Z | Compiling schemars v0.8.21 |
274 | 2024-11-29T15:05:19.509Z | Checking pin-project-lite v0.2.15 |
275 | 2024-11-29T15:05:19.578Z | Checking bitflags v1.3.2 |
276 | 2024-11-29T15:05:19.612Z | Compiling thiserror v1.0.69 |
277 | 2024-11-29T15:05:19.636Z | Compiling version_check v0.9.5 |
278 | 2024-11-29T15:05:19.669Z | Checking itoa v1.0.13 |
279 | 2024-11-29T15:05:19.854Z | Checking rand_core v0.6.4 |
280 | 2024-11-29T15:05:20.095Z | Checking parking_lot v0.12.3 |
281 | 2024-11-29T15:05:20.153Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
282 | 2024-11-29T15:05:20.327Z | Checking socket2 v0.5.7 |
283 | 2024-11-29T15:05:20.374Z | Checking signal-hook-registry v1.4.2 |
284 | 2024-11-29T15:05:20.476Z | Checking mio v1.0.2 |
285 | 2024-11-29T15:05:20.717Z | Checking foreign-types-shared v0.3.1 |
286 | 2024-11-29T15:05:20.813Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
287 | 2024-11-29T15:05:20.853Z | Checking bytes v1.8.0 |
288 | 2024-11-29T15:05:20.985Z | Compiling regex v1.11.1 |
289 | 2024-11-29T15:05:21.009Z | Compiling anyhow v1.0.93 |
290 | 2024-11-29T15:05:21.461Z | Compiling proc-macro-crate v1.3.1 |
291 | 2024-11-29T15:05:21.777Z | Checking tracing-core v0.1.32 |
292 | 2024-11-29T15:05:21.988Z | Compiling darling_core v0.20.10 |
293 | 2024-11-29T15:05:22.108Z | Compiling serde_derive_internals v0.29.1 |
294 | 2024-11-29T15:05:22.317Z | Checking cstr-argument v0.1.2 |
295 | 2024-11-29T15:05:22.348Z | Checking pretty-hex v0.2.1 |
296 | 2024-11-29T15:05:22.463Z | Checking lazy_static v1.5.0 |
297 | 2024-11-29T15:05:22.486Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
298 | 2024-11-29T15:05:22.563Z | Checking colored v2.1.0 |
299 | 2024-11-29T15:05:22.805Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
300 | 2024-11-29T15:05:22.986Z | Checking winnow v0.6.20 |
301 | 2024-11-29T15:05:24.190Z | Compiling num_enum_derive v0.5.11 |
302 | 2024-11-29T15:05:24.232Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
303 | 2024-11-29T15:05:24.727Z | Compiling serde_derive v1.0.215 |
304 | 2024-11-29T15:05:24.728Z | Compiling zerocopy-derive v0.8.11 |
305 | 2024-11-29T15:05:24.867Z | Compiling zerocopy-derive v0.7.35 |
306 | 2024-11-29T15:05:24.924Z | Compiling schemars_derive v0.8.21 |
307 | 2024-11-29T15:05:25.307Z | Compiling foreign-types-macros v0.2.3 |
308 | 2024-11-29T15:05:25.331Z | Compiling thiserror-impl v1.0.69 |
309 | 2024-11-29T15:05:25.490Z | Compiling darling_macro v0.20.10 |
310 | 2024-11-29T15:05:25.789Z | Compiling tokio-macros v2.4.0 |
311 | 2024-11-29T15:05:26.243Z | Compiling darling v0.20.10 |
312 | 2024-11-29T15:05:26.301Z | Checking foreign-types v0.5.0 |
313 | 2024-11-29T15:05:26.341Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
314 | 2024-11-29T15:05:26.391Z | Checking num_enum v0.5.11 |
315 | 2024-11-29T15:05:26.466Z | Checking zerocopy v0.7.35 |
316 | 2024-11-29T15:05:26.515Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
317 | 2024-11-29T15:05:26.968Z | Checking tokio v1.41.1 |
318 | 2024-11-29T15:05:27.163Z | Compiling tracing-attributes v0.1.27 |
319 | 2024-11-29T15:05:27.463Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
320 | 2024-11-29T15:05:27.663Z | Checking ppv-lite86 v0.2.20 |
321 | 2024-11-29T15:05:27.712Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
322 | 2024-11-29T15:05:28.285Z | Checking rand_chacha v0.3.1 |
323 | 2024-11-29T15:05:28.581Z | Checking rand v0.8.5 |
324 | 2024-11-29T15:05:29.318Z | Checking tracing v0.1.40 |
325 | 2024-11-29T15:05:30.137Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
326 | 2024-11-29T15:05:32.759Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
327 | 2024-11-29T15:05:33.203Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
328 | 2024-11-29T15:05:33.203Z | Checking postcard v1.0.10 |
329 | 2024-11-29T15:05:33.227Z | Checking ipnetwork v0.20.0 |
330 | 2024-11-29T15:05:33.227Z | Checking uuid v1.11.0 |
331 | 2024-11-29T15:05:34.896Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
332 | 2024-11-29T15:05:35.585Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
333 | 2024-11-29T15:05:36.503Z | warning: unused `#[macro_use]` import |
334 | 2024-11-29T15:05:36.504Z | --> lib/opte/src/lib.rs:23:1 |
335 | 2024-11-29T15:05:36.504Z | | |
336 | 2024-11-29T15:05:36.504Z | 23 | #[macro_use] |
337 | 2024-11-29T15:05:36.504Z | | ^^^^^^^^^^^^ |
338 | 2024-11-29T15:05:36.504Z | | |
339 | 2024-11-29T15:05:36.504Z | = note: `#[warn(unused_imports)]` on by default |
340 | 2024-11-29T15:05:36.504Z | |
341 | 2024-11-29T15:05:36.592Z | warning: `opte` (lib) generated 1 warning |
342 | 2024-11-29T15:05:36.616Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
343 | 2024-11-29T15:05:38.843Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
344 | 2024-11-29T15:05:39.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.85s |
345 | 2024-11-29T15:05:39.351Z | |
346 | 2024-11-29T15:05:39.375Z | real 31.155163076 |
347 | 2024-11-29T15:05:39.375Z | user 1:48.938311271 |
348 | 2024-11-29T15:05:39.375Z | sys 27.609030647 |
349 | 2024-11-29T15:05:39.375Z | trap 0.061728522 |
350 | 2024-11-29T15:05:39.375Z | tflt 0.116338367 |
351 | 2024-11-29T15:05:39.375Z | dflt 0.129542107 |
352 | 2024-11-29T15:05:39.375Z | kflt 0.000739673 |
353 | 2024-11-29T15:05:39.375Z | lock 2:40.217412032 |
354 | 2024-11-29T15:05:39.375Z | slp 7:42.307890796 |
355 | 2024-11-29T15:05:39.375Z | lat 7.591680475 |
356 | 2024-11-29T15:05:39.375Z | stop 12.561593470 |
357 | 2024-11-29T15:05:39.375Z | process exited: duration 47906 ms, exit code 0 |
|
358 | 2024-11-29T15:05:39.423Z | found 0 output files |