|
|
|
1 | 2024-11-21T18:43:14.747Z | job assigned to worker 01JD80GWRPN15MCR74KMV4B1QE [factory aws, i-035d69a08df22045f] (queued for 54 s) |
|
2 | 2024-11-21T18:43:22.078Z | starting task 0: "setup" |
3 | 2024-11-21T18:43:22.087Z | ++ uname -s |
4 | 2024-11-21T18:43:22.089Z | + kern=SunOS |
5 | 2024-11-21T18:43:22.089Z | + case "$kern" in |
6 | 2024-11-21T18:43:22.089Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:43:22.091Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:43:24.098Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:43:24.189Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:43:24.191Z | + home_fs=zfs |
11 | 2024-11-21T18:43:24.191Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:43:24.191Z | + mkdir -p /home/build |
13 | 2024-11-21T18:43:24.193Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:43:26.195Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:43:26.198Z | process exited: duration 4121 ms, exit code 0 |
|
16 | 2024-11-21T18:43:26.203Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:43:26.208Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:43:26.208Z | ' nightly-2024-11-18 |
19 | 2024-11-21T18:43:26.208Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-21T18:43:26.210Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-21T18:43:26.210Z | * toolchain profile = "default" |
22 | 2024-11-21T18:43:26.210Z | ' default |
23 | 2024-11-21T18:43:26.210Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:43:26.210Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-21T18:43:26.328Z | info: downloading installer |
26 | 2024-11-21T18:43:27.746Z | info: profile set to 'default' |
27 | 2024-11-21T18:43:27.747Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:43:27.749Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-21T18:43:27.885Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-21T18:43:27.885Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:43:28.653Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:43:28.946Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:43:29.988Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:43:31.671Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:43:37.625Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:43:37.846Z | info: installing component 'cargo' |
37 | 2024-11-21T18:43:38.666Z | info: installing component 'clippy' |
38 | 2024-11-21T18:43:39.044Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:43:40.733Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:43:42.614Z | info: installing component 'rustc' |
41 | 2024-11-21T18:43:48.407Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:43:48.733Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-21T18:43:48.733Z | |
44 | 2024-11-21T18:43:49.118Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-21T18:43:49.119Z | |
46 | 2024-11-21T18:43:49.122Z | |
47 | 2024-11-21T18:43:49.122Z | Rust is installed now. Great! |
48 | 2024-11-21T18:43:49.122Z | |
49 | 2024-11-21T18:43:49.122Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:43:49.122Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:43:49.122Z | |
52 | 2024-11-21T18:43:49.122Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:43:49.122Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:43:49.122Z | |
55 | 2024-11-21T18:43:49.122Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:43:49.122Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:43:49.122Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:43:49.196Z | + rustc --version |
59 | 2024-11-21T18:43:49.263Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-21T18:43:49.266Z | process exited: duration 23060 ms, exit code 0 |
|
61 | 2024-11-21T18:43:49.271Z | starting task 2: "authentication" |
62 | 2024-11-21T18:43:49.291Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-21T18:43:49.296Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:43:49.301Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-21T18:43:49.303Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-21T18:43:49.336Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-21T18:43:50.630Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-21T18:43:50.630Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
69 | 2024-11-21T18:43:50.896Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-21T18:43:50.896Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
71 | 2024-11-21T18:43:50.903Z | + [[ -n ingot-and-offload ]] |
72 | 2024-11-21T18:43:50.907Z | ++ git branch --show-current |
73 | 2024-11-21T18:43:50.910Z | + current=master |
74 | 2024-11-21T18:43:50.910Z | + [[ master != ingot-and-offload ]] |
75 | 2024-11-21T18:43:50.910Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
76 | 2024-11-21T18:43:50.912Z | + git checkout -f ingot-and-offload |
77 | 2024-11-21T18:43:50.933Z | Switched to branch 'ingot-and-offload' |
78 | 2024-11-21T18:43:50.935Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
79 | 2024-11-21T18:43:50.955Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
80 | 2024-11-21T18:43:50.957Z | process exited: duration 1660 ms, exit code 0 |
|
81 | 2024-11-21T18:43:50.962Z | starting task 4: "build" |
82 | 2024-11-21T18:43:50.967Z | + cargo --version |
83 | 2024-11-21T18:43:50.972Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-21T18:43:51.148Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-21T18:43:51.148Z | info: downloading component 'cargo' |
86 | 2024-11-21T18:43:52.157Z | info: downloading component 'clippy' |
87 | 2024-11-21T18:43:52.539Z | info: downloading component 'rust-docs' |
88 | 2024-11-21T18:43:53.972Z | info: downloading component 'rust-std' |
89 | 2024-11-21T18:43:56.235Z | info: downloading component 'rustc' |
90 | 2024-11-21T18:44:04.384Z | info: downloading component 'rustfmt' |
91 | 2024-11-21T18:44:04.671Z | info: installing component 'cargo' |
92 | 2024-11-21T18:44:05.467Z | info: installing component 'clippy' |
93 | 2024-11-21T18:44:05.835Z | info: installing component 'rust-docs' |
94 | 2024-11-21T18:44:07.512Z | info: installing component 'rust-std' |
95 | 2024-11-21T18:44:09.326Z | info: installing component 'rustc' |
96 | 2024-11-21T18:44:15.155Z | info: installing component 'rustfmt' |
97 | 2024-11-21T18:44:15.552Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-21T18:44:15.554Z | + rustc --version |
99 | 2024-11-21T18:44:15.625Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-21T18:44:15.630Z | + cd lib/opte-ioctl |
101 | 2024-11-21T18:44:15.632Z | + header 'check style' |
102 | 2024-11-21T18:44:15.632Z | + echo '# ==== check style ==== #' |
103 | 2024-11-21T18:44:15.632Z | # ==== check style ==== # |
104 | 2024-11-21T18:44:15.632Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-21T18:44:15.826Z | |
106 | 2024-11-21T18:44:15.826Z | real 0.192163261 |
107 | 2024-11-21T18:44:15.826Z | user 0.102296492 |
108 | 2024-11-21T18:44:15.826Z | sys 0.085602940 |
109 | 2024-11-21T18:44:15.826Z | trap 0.000001818 |
110 | 2024-11-21T18:44:15.826Z | tflt 0.000000000 |
111 | 2024-11-21T18:44:15.826Z | dflt 0.000000000 |
112 | 2024-11-21T18:44:15.826Z | kflt 0.000000000 |
113 | 2024-11-21T18:44:15.829Z | lock 0.000000000 |
114 | 2024-11-21T18:44:15.829Z | slp 0.106602926 |
115 | 2024-11-21T18:44:15.829Z | lat 0.000259063 |
116 | 2024-11-21T18:44:15.829Z | stop 0.000129082 |
117 | 2024-11-21T18:44:15.829Z | + header analyze |
118 | 2024-11-21T18:44:15.829Z | + echo '# ==== analyze ==== #' |
119 | 2024-11-21T18:44:15.829Z | # ==== analyze ==== # |
120 | 2024-11-21T18:44:15.829Z | + ptime -m cargo clippy --all-targets |
121 | 2024-11-21T18:44:16.045Z | Updating crates.io index |
122 | 2024-11-21T18:44:16.139Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-11-21T18:44:16.860Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-11-21T18:44:17.209Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-11-21T18:44:17.450Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-11-21T18:44:17.801Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-11-21T18:44:18.085Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-11-21T18:44:18.346Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-11-21T18:44:18.565Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-11-21T18:44:18.858Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-11-21T18:44:19.724Z | Downloading crates ... |
132 | 2024-11-21T18:44:19.796Z | Downloaded pin-project-lite v0.2.15 |
133 | 2024-11-21T18:44:19.801Z | Downloaded bitflags v1.3.2 |
134 | 2024-11-21T18:44:19.804Z | Downloaded anyhow v1.0.93 |
135 | 2024-11-21T18:44:19.811Z | Downloaded byteorder v1.5.0 |
136 | 2024-11-21T18:44:19.814Z | Downloaded bitflags v2.6.0 |
137 | 2024-11-21T18:44:19.817Z | Downloaded autocfg v1.4.0 |
138 | 2024-11-21T18:44:19.830Z | Downloaded bytes v1.8.0 |
139 | 2024-11-21T18:44:19.834Z | Downloaded regex-syntax v0.8.5 |
140 | 2024-11-21T18:44:19.842Z | Downloaded aho-corasick v1.1.3 |
141 | 2024-11-21T18:44:19.847Z | Downloaded cfg-if v1.0.0 |
142 | 2024-11-21T18:44:19.849Z | Downloaded colored v2.1.0 |
143 | 2024-11-21T18:44:19.851Z | Downloaded darling_core v0.20.10 |
144 | 2024-11-21T18:44:19.855Z | Downloaded darling_macro v0.20.10 |
145 | 2024-11-21T18:44:19.857Z | Downloaded fnv v1.0.7 |
146 | 2024-11-21T18:44:19.859Z | Downloaded ident_case v1.0.1 |
147 | 2024-11-21T18:44:19.859Z | Downloaded foreign-types v0.5.0 |
148 | 2024-11-21T18:44:19.859Z | Downloaded equivalent v1.0.1 |
149 | 2024-11-21T18:44:19.861Z | Downloaded dyn-clone v1.0.17 |
150 | 2024-11-21T18:44:19.861Z | Downloaded defmt-parser v0.3.4 |
151 | 2024-11-21T18:44:19.863Z | Downloaded defmt-macros v0.3.9 |
152 | 2024-11-21T18:44:19.866Z | Downloaded either v1.13.0 |
153 | 2024-11-21T18:44:19.868Z | Downloaded lazy_static v1.5.0 |
154 | 2024-11-21T18:44:19.868Z | Downloaded getrandom v0.2.15 |
155 | 2024-11-21T18:44:19.870Z | Downloaded defmt v0.3.8 |
156 | 2024-11-21T18:44:19.873Z | Downloaded darling v0.20.10 |
157 | 2024-11-21T18:44:19.877Z | Downloaded hashbrown v0.15.1 |
158 | 2024-11-21T18:44:19.882Z | Downloaded foreign-types-macros v0.2.3 |
159 | 2024-11-21T18:44:19.885Z | Downloaded cstr-argument v0.1.2 |
160 | 2024-11-21T18:44:19.885Z | Downloaded ipnetwork v0.20.0 |
161 | 2024-11-21T18:44:19.887Z | Downloaded num_enum_derive v0.5.11 |
162 | 2024-11-21T18:44:19.887Z | Downloaded embedded-io v0.4.0 |
163 | 2024-11-21T18:44:19.890Z | Downloaded cobs v0.2.3 |
164 | 2024-11-21T18:44:19.892Z | Downloaded foreign-types-shared v0.3.1 |
165 | 2024-11-21T18:44:19.899Z | Downloaded embedded-io v0.6.1 |
166 | 2024-11-21T18:44:19.901Z | Downloaded heapless v0.8.0 |
167 | 2024-11-21T18:44:19.919Z | Downloaded pretty-hex v0.2.1 |
168 | 2024-11-21T18:44:19.921Z | Downloaded itoa v1.0.11 |
169 | 2024-11-21T18:44:19.921Z | Downloaded hash32 v0.3.1 |
170 | 2024-11-21T18:44:19.928Z | Downloaded ppv-lite86 v0.2.20 |
171 | 2024-11-21T18:44:19.930Z | Downloaded scopeguard v1.2.0 |
172 | 2024-11-21T18:44:19.931Z | Downloaded rand_chacha v0.3.1 |
173 | 2024-11-21T18:44:19.933Z | Downloaded managed v0.8.0 |
174 | 2024-11-21T18:44:19.933Z | Downloaded macaddr v1.0.1 |
175 | 2024-11-21T18:44:19.935Z | Downloaded num_enum v0.5.11 |
176 | 2024-11-21T18:44:19.938Z | Downloaded rand_core v0.6.4 |
177 | 2024-11-21T18:44:19.941Z | Downloaded proc-macro-error-attr v1.0.4 |
178 | 2024-11-21T18:44:19.941Z | Downloaded proc-macro-crate v1.3.1 |
179 | 2024-11-21T18:44:19.945Z | Downloaded schemars_derive v0.8.21 |
180 | 2024-11-21T18:44:19.948Z | Downloaded toml_datetime v0.6.8 |
181 | 2024-11-21T18:44:19.951Z | Downloaded stable_deref_trait v1.2.0 |
182 | 2024-11-21T18:44:19.953Z | Downloaded signal-hook-registry v1.4.2 |
183 | 2024-11-21T18:44:19.955Z | Downloaded tokio-macros v2.4.0 |
184 | 2024-11-21T18:44:19.957Z | Downloaded version_check v0.9.5 |
185 | 2024-11-21T18:44:19.957Z | Downloaded strsim v0.11.1 |
186 | 2024-11-21T18:44:19.969Z | Downloaded thiserror v1.0.69 |
187 | 2024-11-21T18:44:19.974Z | Downloaded thiserror-impl v1.0.69 |
188 | 2024-11-21T18:44:19.977Z | Downloaded quote v1.0.37 |
189 | 2024-11-21T18:44:19.981Z | Downloaded postcard v1.0.10 |
190 | 2024-11-21T18:44:19.983Z | Downloaded parking_lot_core v0.9.10 |
191 | 2024-11-21T18:44:19.990Z | Downloaded serde_derive_internals v0.29.1 |
192 | 2024-11-21T18:44:19.992Z | Downloaded proc-macro-error v1.0.4 |
193 | 2024-11-21T18:44:19.994Z | Downloaded tracing-attributes v0.1.27 |
194 | 2024-11-21T18:44:19.999Z | Downloaded lock_api v0.4.12 |
195 | 2024-11-21T18:44:20.009Z | Downloaded zerocopy-derive v0.7.35 |
196 | 2024-11-21T18:44:20.015Z | Downloaded once_cell v1.20.2 |
197 | 2024-11-21T18:44:20.018Z | Downloaded ryu v1.0.18 |
198 | 2024-11-21T18:44:20.021Z | Downloaded parking_lot v0.12.3 |
199 | 2024-11-21T18:44:20.025Z | Downloaded socket2 v0.5.7 |
200 | 2024-11-21T18:44:20.027Z | Downloaded smallvec v1.13.2 |
201 | 2024-11-21T18:44:20.034Z | Downloaded uuid v1.11.0 |
202 | 2024-11-21T18:44:20.037Z | Downloaded proc-macro2 v1.0.91 |
203 | 2024-11-21T18:44:20.052Z | Downloaded unicode-ident v1.0.13 |
204 | 2024-11-21T18:44:20.055Z | Downloaded tracing-core v0.1.32 |
205 | 2024-11-21T18:44:20.057Z | Downloaded indexmap v2.6.0 |
206 | 2024-11-21T18:44:20.061Z | Downloaded serde_derive v1.0.215 |
207 | 2024-11-21T18:44:20.064Z | Downloaded schemars v0.8.21 |
208 | 2024-11-21T18:44:20.075Z | Downloaded tracing v0.1.40 |
209 | 2024-11-21T18:44:20.079Z | Downloaded serde v1.0.215 |
210 | 2024-11-21T18:44:20.083Z | Downloaded zerocopy-derive v0.8.10 |
211 | 2024-11-21T18:44:20.089Z | Downloaded rand v0.8.5 |
212 | 2024-11-21T18:44:20.092Z | Downloaded toml_edit v0.19.15 |
213 | 2024-11-21T18:44:20.108Z | Downloaded mio v1.0.2 |
214 | 2024-11-21T18:44:20.113Z | Downloaded memchr v2.7.4 |
215 | 2024-11-21T18:44:20.131Z | Downloaded itertools v0.13.0 |
216 | 2024-11-21T18:44:20.137Z | Downloaded serde_json v1.0.133 |
217 | 2024-11-21T18:44:20.154Z | Downloaded zerocopy v0.7.35 |
218 | 2024-11-21T18:44:20.168Z | Downloaded winnow v0.6.20 |
219 | 2024-11-21T18:44:20.178Z | Downloaded winnow v0.5.40 |
220 | 2024-11-21T18:44:20.205Z | Downloaded zerocopy v0.8.10 |
221 | 2024-11-21T18:44:20.227Z | Downloaded syn v1.0.109 |
222 | 2024-11-21T18:44:20.236Z | Downloaded regex v1.11.1 |
223 | 2024-11-21T18:44:20.257Z | Downloaded syn v2.0.89 |
224 | 2024-11-21T18:44:20.268Z | Downloaded smoltcp v0.11.0 |
225 | 2024-11-21T18:44:20.336Z | Downloaded regex-automata v0.4.9 |
226 | 2024-11-21T18:44:20.354Z | Downloaded libc v0.2.164 |
227 | 2024-11-21T18:44:20.379Z | Downloaded tokio v1.41.1 |
228 | 2024-11-21T18:44:20.549Z | Compiling proc-macro2 v1.0.91 |
229 | 2024-11-21T18:44:20.549Z | Compiling unicode-ident v1.0.13 |
230 | 2024-11-21T18:44:20.551Z | Checking cfg-if v1.0.0 |
231 | 2024-11-21T18:44:20.551Z | Compiling libc v0.2.164 |
232 | 2024-11-21T18:44:20.551Z | Compiling serde v1.0.215 |
233 | 2024-11-21T18:44:20.551Z | Checking byteorder v1.5.0 |
234 | 2024-11-21T18:44:20.551Z | Compiling strsim v0.11.1 |
235 | 2024-11-21T18:44:20.551Z | Compiling memchr v2.7.4 |
236 | 2024-11-21T18:44:20.635Z | Compiling fnv v1.0.7 |
237 | 2024-11-21T18:44:20.737Z | Compiling ident_case v1.0.1 |
238 | 2024-11-21T18:44:20.750Z | Compiling regex-syntax v0.8.5 |
239 | 2024-11-21T18:44:20.884Z | Compiling syn v1.0.109 |
240 | 2024-11-21T18:44:20.897Z | Compiling zerocopy v0.8.10 |
241 | 2024-11-21T18:44:21.204Z | Compiling equivalent v1.0.1 |
242 | 2024-11-21T18:44:21.309Z | Compiling hashbrown v0.15.1 |
243 | 2024-11-21T18:44:21.514Z | Compiling aho-corasick v1.1.3 |
244 | 2024-11-21T18:44:21.570Z | Compiling autocfg v1.4.0 |
245 | 2024-11-21T18:44:21.595Z | Compiling either v1.13.0 |
246 | 2024-11-21T18:44:22.000Z | Compiling itertools v0.13.0 |
247 | 2024-11-21T18:44:22.031Z | Compiling toml_datetime v0.6.8 |
248 | 2024-11-21T18:44:22.463Z | Compiling winnow v0.5.40 |
249 | 2024-11-21T18:44:22.504Z | Compiling lock_api v0.4.12 |
250 | 2024-11-21T18:44:22.591Z | Compiling indexmap v2.6.0 |
251 | 2024-11-21T18:44:22.864Z | Compiling quote v1.0.37 |
252 | 2024-11-21T18:44:23.208Z | Compiling heapless v0.8.0 |
253 | 2024-11-21T18:44:23.376Z | Compiling syn v2.0.89 |
254 | 2024-11-21T18:44:23.737Z | Compiling parking_lot_core v0.9.10 |
255 | 2024-11-21T18:44:24.212Z | Compiling regex-automata v0.4.9 |
256 | 2024-11-21T18:44:24.362Z | Checking hash32 v0.3.1 |
257 | 2024-11-21T18:44:24.511Z | Compiling serde_json v1.0.133 |
258 | 2024-11-21T18:44:24.873Z | Checking scopeguard v1.2.0 |
259 | 2024-11-21T18:44:24.997Z | Checking smallvec v1.13.2 |
260 | 2024-11-21T18:44:25.150Z | Compiling once_cell v1.20.2 |
261 | 2024-11-21T18:44:25.385Z | Checking dyn-clone v1.0.17 |
262 | 2024-11-21T18:44:25.517Z | Checking stable_deref_trait v1.2.0 |
263 | 2024-11-21T18:44:25.543Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
264 | 2024-11-21T18:44:25.608Z | Checking macaddr v1.0.1 |
265 | 2024-11-21T18:44:25.864Z | Compiling smoltcp v0.11.0 |
266 | 2024-11-21T18:44:26.268Z | Compiling toml_edit v0.19.15 |
267 | 2024-11-21T18:44:26.329Z | Checking getrandom v0.2.15 |
268 | 2024-11-21T18:44:26.520Z | Checking cobs v0.2.3 |
269 | 2024-11-21T18:44:26.529Z | Checking itoa v1.0.11 |
270 | 2024-11-21T18:44:26.679Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
271 | 2024-11-21T18:44:26.689Z | Checking ryu v1.0.18 |
272 | 2024-11-21T18:44:26.720Z | Checking pin-project-lite v0.2.15 |
273 | 2024-11-21T18:44:26.782Z | Checking bitflags v1.3.2 |
274 | 2024-11-21T18:44:26.836Z | Compiling thiserror v1.0.69 |
275 | 2024-11-21T18:44:26.870Z | Checking managed v0.8.0 |
276 | 2024-11-21T18:44:26.916Z | Checking bitflags v2.6.0 |
277 | 2024-11-21T18:44:27.038Z | Compiling schemars v0.8.21 |
278 | 2024-11-21T18:44:27.195Z | Compiling version_check v0.9.5 |
279 | 2024-11-21T18:44:27.751Z | Checking parking_lot v0.12.3 |
280 | 2024-11-21T18:44:27.772Z | Checking rand_core v0.6.4 |
281 | 2024-11-21T18:44:27.839Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
282 | 2024-11-21T18:44:28.049Z | Checking mio v1.0.2 |
283 | 2024-11-21T18:44:28.086Z | Checking signal-hook-registry v1.4.2 |
284 | 2024-11-21T18:44:28.228Z | Compiling regex v1.11.1 |
285 | 2024-11-21T18:44:28.331Z | Checking socket2 v0.5.7 |
286 | 2024-11-21T18:44:28.632Z | Compiling anyhow v1.0.93 |
287 | 2024-11-21T18:44:28.833Z | Compiling proc-macro-crate v1.3.1 |
288 | 2024-11-21T18:44:29.233Z | Checking bytes v1.8.0 |
289 | 2024-11-21T18:44:29.516Z | Checking foreign-types-shared v0.3.1 |
290 | 2024-11-21T18:44:29.577Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
291 | 2024-11-21T18:44:29.612Z | Checking tracing-core v0.1.32 |
292 | 2024-11-21T18:44:30.212Z | Compiling darling_core v0.20.10 |
293 | 2024-11-21T18:44:30.254Z | Compiling serde_derive_internals v0.29.1 |
294 | 2024-11-21T18:44:30.302Z | Checking cstr-argument v0.1.2 |
295 | 2024-11-21T18:44:30.334Z | Checking pretty-hex v0.2.1 |
296 | 2024-11-21T18:44:30.472Z | Checking lazy_static v1.5.0 |
297 | 2024-11-21T18:44:30.495Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
298 | 2024-11-21T18:44:30.590Z | Checking colored v2.1.0 |
299 | 2024-11-21T18:44:30.899Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
300 | 2024-11-21T18:44:31.117Z | Checking winnow v0.6.20 |
301 | 2024-11-21T18:44:32.712Z | Compiling num_enum_derive v0.5.11 |
302 | 2024-11-21T18:44:32.712Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
303 | 2024-11-21T18:44:33.245Z | Compiling serde_derive v1.0.215 |
304 | 2024-11-21T18:44:33.245Z | Compiling zerocopy-derive v0.8.10 |
305 | 2024-11-21T18:44:33.340Z | Compiling zerocopy-derive v0.7.35 |
306 | 2024-11-21T18:44:33.546Z | Compiling thiserror-impl v1.0.69 |
307 | 2024-11-21T18:44:33.841Z | Compiling foreign-types-macros v0.2.3 |
308 | 2024-11-21T18:44:34.252Z | Compiling tokio-macros v2.4.0 |
309 | 2024-11-21T18:44:34.887Z | Compiling schemars_derive v0.8.21 |
310 | 2024-11-21T18:44:34.951Z | Compiling darling_macro v0.20.10 |
311 | 2024-11-21T18:44:35.095Z | Checking foreign-types v0.5.0 |
312 | 2024-11-21T18:44:35.182Z | Checking num_enum v0.5.11 |
313 | 2024-11-21T18:44:35.310Z | Compiling tracing-attributes v0.1.27 |
314 | 2024-11-21T18:44:35.333Z | Checking zerocopy v0.7.35 |
315 | 2024-11-21T18:44:35.719Z | Checking tokio v1.41.1 |
316 | 2024-11-21T18:44:35.901Z | Compiling darling v0.20.10 |
317 | 2024-11-21T18:44:36.009Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
318 | 2024-11-21T18:44:36.499Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
319 | 2024-11-21T18:44:36.698Z | Checking ppv-lite86 v0.2.20 |
320 | 2024-11-21T18:44:37.564Z | Checking rand_chacha v0.3.1 |
321 | 2024-11-21T18:44:37.707Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
322 | 2024-11-21T18:44:37.793Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
323 | 2024-11-21T18:44:37.930Z | Checking rand v0.8.5 |
324 | 2024-11-21T18:44:38.468Z | Checking tracing v0.1.40 |
325 | 2024-11-21T18:44:40.283Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
326 | 2024-11-21T18:44:41.867Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
327 | 2024-11-21T18:44:42.484Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
328 | 2024-11-21T18:44:42.484Z | Checking postcard v1.0.10 |
329 | 2024-11-21T18:44:42.493Z | Checking ipnetwork v0.20.0 |
330 | 2024-11-21T18:44:42.494Z | Checking uuid v1.11.0 |
331 | 2024-11-21T18:44:44.826Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
332 | 2024-11-21T18:44:44.828Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
333 | 2024-11-21T18:44:45.146Z | warning: unused `#[macro_use]` import |
334 | 2024-11-21T18:44:45.146Z | --> lib/opte/src/lib.rs:23:1 |
335 | 2024-11-21T18:44:45.146Z | | |
336 | 2024-11-21T18:44:45.146Z | 23 | #[macro_use] |
337 | 2024-11-21T18:44:45.146Z | | ^^^^^^^^^^^^ |
338 | 2024-11-21T18:44:45.146Z | | |
339 | 2024-11-21T18:44:45.146Z | = note: `#[warn(unused_imports)]` on by default |
340 | 2024-11-21T18:44:45.146Z | |
341 | 2024-11-21T18:44:45.216Z | warning: `opte` (lib) generated 1 warning |
342 | 2024-11-21T18:44:45.222Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
343 | 2024-11-21T18:44:47.056Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
344 | 2024-11-21T18:44:47.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.36s |
345 | 2024-11-21T18:44:47.467Z | |
346 | 2024-11-21T18:44:47.467Z | real 31.630182320 |
347 | 2024-11-21T18:44:47.467Z | user 2:11.309020744 |
348 | 2024-11-21T18:44:47.467Z | sys 29.049658854 |
349 | 2024-11-21T18:44:47.467Z | trap 0.085267559 |
350 | 2024-11-21T18:44:47.467Z | tflt 0.506328556 |
351 | 2024-11-21T18:44:47.470Z | dflt 0.399625524 |
352 | 2024-11-21T18:44:47.470Z | kflt 0.006993914 |
353 | 2024-11-21T18:44:47.470Z | lock 2:58.857139215 |
354 | 2024-11-21T18:44:47.470Z | slp 9:07.936703019 |
355 | 2024-11-21T18:44:47.470Z | lat 7.444803345 |
356 | 2024-11-21T18:44:47.470Z | stop 15.424942526 |
357 | 2024-11-21T18:44:47.470Z | process exited: duration 56497 ms, exit code 0 |
|
358 | 2024-11-21T18:44:47.475Z | found 0 output files |