|
|
|
1 | 2024-12-28T04:20:41.818Z | job assigned to worker 01JG5QW02889PW38CS0Y02VD68 [factory aws, i-0447f0677999b7636] (queued for 54 s) |
|
2 | 2024-12-28T04:20:49.003Z | starting task 0: "setup" |
3 | 2024-12-28T04:20:49.011Z | ++ uname -s |
4 | 2024-12-28T04:20:49.014Z | + kern=SunOS |
5 | 2024-12-28T04:20:49.014Z | + case "$kern" in |
6 | 2024-12-28T04:20:49.014Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:20:49.016Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:20:51.024Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:20:51.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:20:51.118Z | + home_fs=zfs |
11 | 2024-12-28T04:20:51.119Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:20:51.119Z | + mkdir -p /home/build |
13 | 2024-12-28T04:20:51.121Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:20:53.123Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:20:53.126Z | process exited: duration 4124 ms, exit code 0 |
|
16 | 2024-12-28T04:20:53.131Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:20:53.136Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:20:53.137Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:20:53.137Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-28T04:20:53.137Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:20:53.137Z | ' default |
22 | 2024-12-28T04:20:53.137Z | * toolchain profile = "default" |
23 | 2024-12-28T04:20:53.139Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:20:53.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:20:53.263Z | info: downloading installer |
26 | 2024-12-28T04:20:54.405Z | info: profile set to 'default' |
27 | 2024-12-28T04:20:54.405Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:20:54.407Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:20:54.907Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:20:54.907Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:20:56.276Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:20:56.891Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:20:58.485Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:00.738Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:08.732Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:09.025Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:09.848Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:10.230Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:11.897Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:13.682Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:19.678Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:20.021Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:20.021Z | |
44 | 2024-12-28T04:21:20.411Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:20.411Z | |
46 | 2024-12-28T04:21:20.425Z | |
47 | 2024-12-28T04:21:20.425Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:20.425Z | |
49 | 2024-12-28T04:21:20.425Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:20.425Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:20.425Z | |
52 | 2024-12-28T04:21:20.425Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:20.425Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:20.425Z | |
55 | 2024-12-28T04:21:20.425Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:20.425Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:20.425Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:20.493Z | + rustc --version |
59 | 2024-12-28T04:21:20.563Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:20.567Z | process exited: duration 27429 ms, exit code 0 |
|
61 | 2024-12-28T04:21:20.573Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:20.595Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-28T04:21:20.599Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:20.605Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:20.607Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:20.653Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:21.366Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:21.368Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:21.615Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:21.615Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:21.624Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:21.626Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:21.629Z | + current=master |
74 | 2024-12-28T04:21:21.629Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:21.629Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:21.632Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:21.654Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:21.656Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:21.676Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:21.678Z | process exited: duration 1076 ms, exit code 0 |
|
81 | 2024-12-28T04:21:21.683Z | starting task 4: "build" |
82 | 2024-12-28T04:21:21.688Z | + cargo --version |
83 | 2024-12-28T04:21:21.693Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:21:21.868Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-28T04:21:21.868Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:21:22.872Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:21:23.258Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:21:24.660Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:21:26.703Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:21:34.381Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:21:34.675Z | info: installing component 'cargo' |
92 | 2024-12-28T04:21:35.481Z | info: installing component 'clippy' |
93 | 2024-12-28T04:21:35.853Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:21:37.563Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:21:39.229Z | info: installing component 'rustc' |
96 | 2024-12-28T04:21:44.939Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:21:45.362Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-28T04:21:45.364Z | + rustc --version |
99 | 2024-12-28T04:21:45.443Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-28T04:21:45.448Z | + cd lib/opte-ioctl |
101 | 2024-12-28T04:21:45.451Z | + header 'check style' |
102 | 2024-12-28T04:21:45.451Z | + echo '# ==== check style ==== #' |
103 | 2024-12-28T04:21:45.451Z | # ==== check style ==== # |
104 | 2024-12-28T04:21:45.451Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-28T04:21:45.649Z | |
106 | 2024-12-28T04:21:45.649Z | real 0.196418336 |
107 | 2024-12-28T04:21:45.651Z | user 0.104721372 |
108 | 2024-12-28T04:21:45.651Z | sys 0.086852514 |
109 | 2024-12-28T04:21:45.651Z | trap 0.000073325 |
110 | 2024-12-28T04:21:45.651Z | tflt 0.000000000 |
111 | 2024-12-28T04:21:45.651Z | dflt 0.000000000 |
112 | 2024-12-28T04:21:45.651Z | kflt 0.000000000 |
113 | 2024-12-28T04:21:45.651Z | lock 0.000000000 |
114 | 2024-12-28T04:21:45.651Z | slp 0.109502592 |
115 | 2024-12-28T04:21:45.651Z | lat 0.000561010 |
116 | 2024-12-28T04:21:45.651Z | stop 0.000128595 |
117 | 2024-12-28T04:21:45.652Z | + header analyze |
118 | 2024-12-28T04:21:45.652Z | + echo '# ==== analyze ==== #' |
119 | 2024-12-28T04:21:45.652Z | # ==== analyze ==== # |
120 | 2024-12-28T04:21:45.652Z | + ptime -m cargo clippy --all-targets |
121 | 2024-12-28T04:21:45.895Z | Updating crates.io index |
122 | 2024-12-28T04:21:45.897Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-12-28T04:21:46.641Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-12-28T04:21:46.914Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-12-28T04:21:47.151Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-12-28T04:21:47.524Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-12-28T04:21:47.825Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-12-28T04:21:48.095Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-12-28T04:21:48.361Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-12-28T04:21:48.634Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-12-28T04:21:49.656Z | Downloading crates ... |
132 | 2024-12-28T04:21:49.723Z | Downloaded autocfg v1.4.0 |
133 | 2024-12-28T04:21:49.730Z | Downloaded byteorder v1.5.0 |
134 | 2024-12-28T04:21:49.747Z | Downloaded aho-corasick v1.1.3 |
135 | 2024-12-28T04:21:49.753Z | Downloaded cobs v0.2.3 |
136 | 2024-12-28T04:21:49.755Z | Downloaded bitflags v2.6.0 |
137 | 2024-12-28T04:21:49.758Z | Downloaded anyhow v1.0.95 |
138 | 2024-12-28T04:21:49.761Z | Downloaded cfg-if v1.0.0 |
139 | 2024-12-28T04:21:49.764Z | Downloaded bytes v1.9.0 |
140 | 2024-12-28T04:21:49.766Z | Downloaded defmt-parser v0.4.1 |
141 | 2024-12-28T04:21:49.768Z | Downloaded darling_macro v0.20.10 |
142 | 2024-12-28T04:21:49.768Z | Downloaded cstr-argument v0.1.2 |
143 | 2024-12-28T04:21:49.771Z | Downloaded darling_core v0.20.10 |
144 | 2024-12-28T04:21:49.773Z | Downloaded pin-project-lite v0.2.15 |
145 | 2024-12-28T04:21:49.778Z | Downloaded bitflags v1.3.2 |
146 | 2024-12-28T04:21:49.780Z | Downloaded memchr v2.7.4 |
147 | 2024-12-28T04:21:49.785Z | Downloaded heapless v0.8.0 |
148 | 2024-12-28T04:21:49.798Z | Downloaded parking_lot v0.12.3 |
149 | 2024-12-28T04:21:49.802Z | Downloaded hash32 v0.3.1 |
150 | 2024-12-28T04:21:49.814Z | Downloaded syn v2.0.91 |
151 | 2024-12-28T04:21:49.826Z | Downloaded ident_case v1.0.1 |
152 | 2024-12-28T04:21:49.828Z | Downloaded embedded-io v0.4.0 |
153 | 2024-12-28T04:21:49.828Z | Downloaded foreign-types-macros v0.2.3 |
154 | 2024-12-28T04:21:49.834Z | Downloaded equivalent v1.0.1 |
155 | 2024-12-28T04:21:49.843Z | Downloaded foreign-types-shared v0.3.1 |
156 | 2024-12-28T04:21:49.851Z | Downloaded ipnetwork v0.20.0 |
157 | 2024-12-28T04:21:49.854Z | Downloaded thiserror v1.0.69 |
158 | 2024-12-28T04:21:49.861Z | Downloaded parking_lot_core v0.9.10 |
159 | 2024-12-28T04:21:49.865Z | Downloaded num_enum v0.5.11 |
160 | 2024-12-28T04:21:49.868Z | Downloaded fnv v1.0.7 |
161 | 2024-12-28T04:21:49.870Z | Downloaded embedded-io v0.6.1 |
162 | 2024-12-28T04:21:49.870Z | Downloaded stable_deref_trait v1.2.0 |
163 | 2024-12-28T04:21:49.873Z | Downloaded proc-macro-error-attr2 v2.0.0 |
164 | 2024-12-28T04:21:49.875Z | Downloaded pretty-hex v0.2.1 |
165 | 2024-12-28T04:21:49.875Z | Downloaded either v1.13.0 |
166 | 2024-12-28T04:21:49.878Z | Downloaded macaddr v1.0.1 |
167 | 2024-12-28T04:21:49.880Z | Downloaded itoa v1.0.14 |
168 | 2024-12-28T04:21:49.882Z | Downloaded version_check v0.9.5 |
169 | 2024-12-28T04:21:49.882Z | Downloaded num_enum_derive v0.5.11 |
170 | 2024-12-28T04:21:49.885Z | Downloaded lazy_static v1.5.0 |
171 | 2024-12-28T04:21:49.887Z | Downloaded managed v0.8.0 |
172 | 2024-12-28T04:21:49.887Z | Downloaded foreign-types v0.5.0 |
173 | 2024-12-28T04:21:49.889Z | Downloaded ppv-lite86 v0.2.20 |
174 | 2024-12-28T04:21:49.889Z | Downloaded defmt-macros v0.4.0 |
175 | 2024-12-28T04:21:49.891Z | Downloaded thiserror-impl v2.0.9 |
176 | 2024-12-28T04:21:49.894Z | Downloaded dyn-clone v1.0.17 |
177 | 2024-12-28T04:21:49.896Z | Downloaded strsim v0.11.1 |
178 | 2024-12-28T04:21:49.896Z | Downloaded tokio-macros v2.4.0 |
179 | 2024-12-28T04:21:49.898Z | Downloaded thiserror-impl v1.0.69 |
180 | 2024-12-28T04:21:49.898Z | Downloaded defmt v0.3.10 |
181 | 2024-12-28T04:21:49.901Z | Downloaded rand_core v0.6.4 |
182 | 2024-12-28T04:21:49.904Z | Downloaded colored v2.2.0 |
183 | 2024-12-28T04:21:49.907Z | Downloaded proc-macro-crate v1.3.1 |
184 | 2024-12-28T04:21:49.909Z | Downloaded signal-hook-registry v1.4.2 |
185 | 2024-12-28T04:21:49.909Z | Downloaded lock_api v0.4.12 |
186 | 2024-12-28T04:21:49.916Z | Downloaded scopeguard v1.2.0 |
187 | 2024-12-28T04:21:49.919Z | Downloaded toml_datetime v0.6.8 |
188 | 2024-12-28T04:21:49.922Z | Downloaded schemars_derive v0.8.21 |
189 | 2024-12-28T04:21:49.931Z | Downloaded thiserror v2.0.9 |
190 | 2024-12-28T04:21:49.936Z | Downloaded zerocopy-derive v0.7.35 |
191 | 2024-12-28T04:21:49.940Z | Downloaded once_cell v1.20.2 |
192 | 2024-12-28T04:21:49.942Z | Downloaded getrandom v0.2.15 |
193 | 2024-12-28T04:21:49.945Z | Downloaded smallvec v1.13.2 |
194 | 2024-12-28T04:21:49.949Z | Downloaded serde_derive_internals v0.29.1 |
195 | 2024-12-28T04:21:49.952Z | Downloaded tracing-attributes v0.1.28 |
196 | 2024-12-28T04:21:49.952Z | Downloaded rand_chacha v0.3.1 |
197 | 2024-12-28T04:21:49.955Z | Downloaded postcard v1.1.1 |
198 | 2024-12-28T04:21:49.955Z | Downloaded darling v0.20.10 |
199 | 2024-12-28T04:21:49.960Z | Downloaded proc-macro-error2 v2.0.1 |
200 | 2024-12-28T04:21:49.966Z | Downloaded uuid v1.11.0 |
201 | 2024-12-28T04:21:49.973Z | Downloaded unicode-ident v1.0.14 |
202 | 2024-12-28T04:21:49.987Z | Downloaded ryu v1.0.18 |
203 | 2024-12-28T04:21:49.991Z | Downloaded proc-macro2 v1.0.92 |
204 | 2024-12-28T04:21:49.993Z | Downloaded quote v1.0.37 |
205 | 2024-12-28T04:21:50.004Z | Downloaded indexmap v2.7.0 |
206 | 2024-12-28T04:21:50.010Z | Downloaded schemars v0.8.21 |
207 | 2024-12-28T04:21:50.020Z | Downloaded serde_derive v1.0.217 |
208 | 2024-12-28T04:21:50.022Z | Downloaded rand v0.8.5 |
209 | 2024-12-28T04:21:50.025Z | Downloaded tracing v0.1.41 |
210 | 2024-12-28T04:21:50.030Z | Downloaded socket2 v0.5.8 |
211 | 2024-12-28T04:21:50.037Z | Downloaded zerocopy-derive v0.8.13 |
212 | 2024-12-28T04:21:50.044Z | Downloaded toml_edit v0.19.15 |
213 | 2024-12-28T04:21:50.059Z | Downloaded mio v1.0.3 |
214 | 2024-12-28T04:21:50.064Z | Downloaded tracing-core v0.1.33 |
215 | 2024-12-28T04:21:50.068Z | Downloaded serde v1.0.217 |
216 | 2024-12-28T04:21:50.070Z | Downloaded hashbrown v0.15.2 |
217 | 2024-12-28T04:21:50.096Z | Downloaded itertools v0.13.0 |
218 | 2024-12-28T04:21:50.102Z | Downloaded zerocopy v0.7.35 |
219 | 2024-12-28T04:21:50.118Z | Downloaded serde_json v1.0.134 |
220 | 2024-12-28T04:21:50.124Z | Downloaded winnow v0.6.20 |
221 | 2024-12-28T04:21:50.134Z | Downloaded winnow v0.5.40 |
222 | 2024-12-28T04:21:50.161Z | Downloaded zerocopy v0.8.13 |
223 | 2024-12-28T04:21:50.183Z | Downloaded syn v1.0.109 |
224 | 2024-12-28T04:21:50.193Z | Downloaded regex v1.11.1 |
225 | 2024-12-28T04:21:50.205Z | Downloaded smoltcp v0.11.0 |
226 | 2024-12-28T04:21:50.228Z | Downloaded regex-syntax v0.8.5 |
227 | 2024-12-28T04:21:50.275Z | Downloaded libc v0.2.169 |
228 | 2024-12-28T04:21:50.298Z | Downloaded regex-automata v0.4.9 |
229 | 2024-12-28T04:21:50.315Z | Downloaded tokio v1.42.0 |
230 | 2024-12-28T04:21:50.483Z | Compiling proc-macro2 v1.0.92 |
231 | 2024-12-28T04:21:50.484Z | Compiling unicode-ident v1.0.14 |
232 | 2024-12-28T04:21:50.486Z | Compiling libc v0.2.169 |
233 | 2024-12-28T04:21:50.486Z | Checking cfg-if v1.0.0 |
234 | 2024-12-28T04:21:50.486Z | Compiling serde v1.0.217 |
235 | 2024-12-28T04:21:50.486Z | Checking byteorder v1.5.0 |
236 | 2024-12-28T04:21:50.486Z | Compiling memchr v2.7.4 |
237 | 2024-12-28T04:21:50.486Z | Compiling strsim v0.11.1 |
238 | 2024-12-28T04:21:50.678Z | Compiling ident_case v1.0.1 |
239 | 2024-12-28T04:21:50.769Z | Compiling fnv v1.0.7 |
240 | 2024-12-28T04:21:50.825Z | Compiling syn v1.0.109 |
241 | 2024-12-28T04:21:50.870Z | Compiling regex-syntax v0.8.5 |
242 | 2024-12-28T04:21:51.051Z | Compiling autocfg v1.4.0 |
243 | 2024-12-28T04:21:51.110Z | Compiling either v1.13.0 |
244 | 2024-12-28T04:21:51.120Z | Compiling hashbrown v0.15.2 |
245 | 2024-12-28T04:21:51.389Z | Compiling aho-corasick v1.1.3 |
246 | 2024-12-28T04:21:51.454Z | Compiling equivalent v1.0.1 |
247 | 2024-12-28T04:21:51.557Z | Compiling zerocopy v0.8.13 |
248 | 2024-12-28T04:21:51.661Z | Compiling itertools v0.13.0 |
249 | 2024-12-28T04:21:51.795Z | Compiling lock_api v0.4.12 |
250 | 2024-12-28T04:21:51.855Z | Compiling parking_lot_core v0.9.10 |
251 | 2024-12-28T04:21:52.139Z | Compiling quote v1.0.37 |
252 | 2024-12-28T04:21:52.182Z | Compiling indexmap v2.7.0 |
253 | 2024-12-28T04:21:52.287Z | Compiling toml_datetime v0.6.8 |
254 | 2024-12-28T04:21:52.322Z | Compiling winnow v0.5.40 |
255 | 2024-12-28T04:21:52.634Z | Compiling syn v2.0.91 |
256 | 2024-12-28T04:21:53.353Z | Compiling heapless v0.8.0 |
257 | 2024-12-28T04:21:53.580Z | Checking hash32 v0.3.1 |
258 | 2024-12-28T04:21:53.718Z | Checking scopeguard v1.2.0 |
259 | 2024-12-28T04:21:53.832Z | Compiling smoltcp v0.11.0 |
260 | 2024-12-28T04:21:54.160Z | Compiling regex-automata v0.4.9 |
261 | 2024-12-28T04:21:54.410Z | Checking dyn-clone v1.0.17 |
262 | 2024-12-28T04:21:54.449Z | Checking stable_deref_trait v1.2.0 |
263 | 2024-12-28T04:21:54.548Z | Compiling serde_json v1.0.134 |
264 | 2024-12-28T04:21:54.577Z | Checking macaddr v1.0.1 |
265 | 2024-12-28T04:21:54.820Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
266 | 2024-12-28T04:21:54.929Z | Checking smallvec v1.13.2 |
267 | 2024-12-28T04:21:55.215Z | Compiling once_cell v1.20.2 |
268 | 2024-12-28T04:21:55.575Z | Compiling toml_edit v0.19.15 |
269 | 2024-12-28T04:21:55.637Z | Checking getrandom v0.2.15 |
270 | 2024-12-28T04:21:55.842Z | Checking cobs v0.2.3 |
271 | 2024-12-28T04:21:55.966Z | Checking managed v0.8.0 |
272 | 2024-12-28T04:21:56.018Z | Checking itoa v1.0.14 |
273 | 2024-12-28T04:21:56.034Z | Compiling version_check v0.9.5 |
274 | 2024-12-28T04:21:56.203Z | Compiling thiserror v1.0.69 |
275 | 2024-12-28T04:21:56.273Z | Compiling schemars v0.8.21 |
276 | 2024-12-28T04:21:56.294Z | Checking bitflags v1.3.2 |
277 | 2024-12-28T04:21:56.376Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
278 | 2024-12-28T04:21:56.582Z | Checking pin-project-lite v0.2.15 |
279 | 2024-12-28T04:21:56.640Z | Checking ryu v1.0.18 |
280 | 2024-12-28T04:21:56.684Z | Checking bitflags v2.6.0 |
281 | 2024-12-28T04:21:56.746Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
282 | 2024-12-28T04:21:56.901Z | Checking parking_lot v0.12.3 |
283 | 2024-12-28T04:21:57.063Z | Checking rand_core v0.6.4 |
284 | 2024-12-28T04:21:57.116Z | Checking signal-hook-registry v1.4.2 |
285 | 2024-12-28T04:21:57.214Z | Checking socket2 v0.5.8 |
286 | 2024-12-28T04:21:57.319Z | Checking mio v1.0.3 |
287 | 2024-12-28T04:21:57.332Z | Checking bytes v1.9.0 |
288 | 2024-12-28T04:21:57.635Z | Checking foreign-types-shared v0.3.1 |
289 | 2024-12-28T04:21:57.887Z | Compiling regex v1.11.1 |
290 | 2024-12-28T04:21:58.019Z | Compiling proc-macro-crate v1.3.1 |
291 | 2024-12-28T04:21:58.038Z | Compiling anyhow v1.0.95 |
292 | 2024-12-28T04:21:58.620Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
293 | 2024-12-28T04:21:58.737Z | Checking tracing-core v0.1.33 |
294 | 2024-12-28T04:21:58.814Z | Compiling darling_core v0.20.10 |
295 | 2024-12-28T04:21:59.077Z | Compiling serde_derive_internals v0.29.1 |
296 | 2024-12-28T04:21:59.661Z | Checking cstr-argument v0.1.2 |
297 | 2024-12-28T04:21:59.723Z | Compiling thiserror v2.0.9 |
298 | 2024-12-28T04:21:59.822Z | Checking pretty-hex v0.2.1 |
299 | 2024-12-28T04:21:59.974Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
300 | 2024-12-28T04:22:00.301Z | Checking lazy_static v1.5.0 |
301 | 2024-12-28T04:22:00.419Z | Checking colored v2.2.0 |
302 | 2024-12-28T04:22:00.771Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
303 | 2024-12-28T04:22:00.948Z | Checking winnow v0.6.20 |
304 | 2024-12-28T04:22:01.551Z | Compiling num_enum_derive v0.5.11 |
305 | 2024-12-28T04:22:01.571Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
306 | 2024-12-28T04:22:01.954Z | Compiling serde_derive v1.0.217 |
307 | 2024-12-28T04:22:02.024Z | Compiling zerocopy-derive v0.8.13 |
308 | 2024-12-28T04:22:02.055Z | Compiling zerocopy-derive v0.7.35 |
309 | 2024-12-28T04:22:02.109Z | Compiling thiserror-impl v1.0.69 |
310 | 2024-12-28T04:22:02.258Z | Compiling darling_macro v0.20.10 |
311 | 2024-12-28T04:22:02.429Z | Compiling tokio-macros v2.4.0 |
312 | 2024-12-28T04:22:03.261Z | Compiling darling v0.20.10 |
313 | 2024-12-28T04:22:03.361Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
314 | 2024-12-28T04:22:03.659Z | Compiling foreign-types-macros v0.2.3 |
315 | 2024-12-28T04:22:03.669Z | Compiling schemars_derive v0.8.21 |
316 | 2024-12-28T04:22:03.852Z | Checking tokio v1.42.0 |
317 | 2024-12-28T04:22:03.903Z | Checking zerocopy v0.7.35 |
318 | 2024-12-28T04:22:04.860Z | Checking num_enum v0.5.11 |
319 | 2024-12-28T04:22:04.879Z | Checking foreign-types v0.5.0 |
320 | 2024-12-28T04:22:04.972Z | Compiling tracing-attributes v0.1.28 |
321 | 2024-12-28T04:22:04.999Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
322 | 2024-12-28T04:22:05.011Z | Checking ppv-lite86 v0.2.20 |
323 | 2024-12-28T04:22:05.706Z | Checking rand_chacha v0.3.1 |
324 | 2024-12-28T04:22:06.044Z | Checking rand v0.8.5 |
325 | 2024-12-28T04:22:06.114Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
326 | 2024-12-28T04:22:06.398Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
327 | 2024-12-28T04:22:06.495Z | Compiling thiserror-impl v2.0.9 |
328 | 2024-12-28T04:22:07.799Z | Checking tracing v0.1.41 |
329 | 2024-12-28T04:22:08.484Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
330 | 2024-12-28T04:22:09.613Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
331 | 2024-12-28T04:22:10.934Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
332 | 2024-12-28T04:22:10.936Z | Checking postcard v1.1.1 |
333 | 2024-12-28T04:22:10.936Z | Checking ipnetwork v0.20.0 |
334 | 2024-12-28T04:22:10.936Z | Checking uuid v1.11.0 |
335 | 2024-12-28T04:22:12.181Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
336 | 2024-12-28T04:22:12.765Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
337 | 2024-12-28T04:22:13.409Z | warning: unused `#[macro_use]` import |
338 | 2024-12-28T04:22:13.409Z | --> lib/opte/src/lib.rs:23:1 |
339 | 2024-12-28T04:22:13.409Z | | |
340 | 2024-12-28T04:22:13.409Z | 23 | #[macro_use] |
341 | 2024-12-28T04:22:13.409Z | | ^^^^^^^^^^^^ |
342 | 2024-12-28T04:22:13.409Z | | |
343 | 2024-12-28T04:22:13.409Z | = note: `#[warn(unused_imports)]` on by default |
344 | 2024-12-28T04:22:13.409Z | |
345 | 2024-12-28T04:22:13.473Z | warning: `opte` (lib) generated 1 warning |
346 | 2024-12-28T04:22:13.475Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
347 | 2024-12-28T04:22:15.207Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
348 | 2024-12-28T04:22:15.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.66s |
349 | 2024-12-28T04:22:15.619Z | |
350 | 2024-12-28T04:22:15.619Z | real 29.957128642 |
351 | 2024-12-28T04:22:15.619Z | user 2:10.137260372 |
352 | 2024-12-28T04:22:15.619Z | sys 19.874785661 |
353 | 2024-12-28T04:22:15.619Z | trap 0.092633319 |
354 | 2024-12-28T04:22:15.619Z | tflt 0.188351044 |
355 | 2024-12-28T04:22:15.619Z | dflt 0.202490965 |
356 | 2024-12-28T04:22:15.619Z | kflt 0.001714485 |
357 | 2024-12-28T04:22:15.619Z | lock 2:48.004120531 |
358 | 2024-12-28T04:22:15.622Z | slp 8:37.741083340 |
359 | 2024-12-28T04:22:15.622Z | lat 7.528091489 |
360 | 2024-12-28T04:22:15.622Z | stop 15.910616717 |
361 | 2024-12-28T04:22:15.622Z | process exited: duration 53926 ms, exit code 0 |
|
362 | 2024-12-28T04:22:15.628Z | found 0 output files |