|
|
|
1 | 2024-12-31T16:20:30.305Z | job assigned to worker 01JGER896FG4E0JQDWTKA97KYJ [factory aws, i-0cae2ce9fc12f2f20] (queued for 53 s) |
|
2 | 2024-12-31T16:20:37.625Z | starting task 0: "setup" |
3 | 2024-12-31T16:20:37.634Z | ++ uname -s |
4 | 2024-12-31T16:20:37.637Z | + kern=SunOS |
5 | 2024-12-31T16:20:37.637Z | + case "$kern" in |
6 | 2024-12-31T16:20:37.637Z | + groupadd -g 12345 build |
7 | 2024-12-31T16:20:37.639Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T16:20:39.646Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T16:20:39.756Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T16:20:39.758Z | + home_fs=zfs |
11 | 2024-12-31T16:20:39.759Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T16:20:39.759Z | + mkdir -p /home/build |
13 | 2024-12-31T16:20:39.761Z | + chown build:build /home/build /work |
14 | 2024-12-31T16:20:41.763Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T16:20:41.765Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-31T16:20:41.770Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T16:20:42.777Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T16:20:42.778Z | ' nightly-2024-11-18 |
19 | 2024-12-31T16:20:42.778Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-31T16:20:42.778Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-31T16:20:42.778Z | ' default |
22 | 2024-12-31T16:20:42.778Z | * toolchain profile = "default" |
23 | 2024-12-31T16:20:42.780Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T16:20:42.780Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T16:20:42.780Z | info: downloading installer |
26 | 2024-12-31T16:20:43.274Z | info: profile set to 'default' |
27 | 2024-12-31T16:20:43.274Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T16:20:43.276Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T16:20:43.436Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T16:20:43.436Z | info: downloading component 'cargo' |
31 | 2024-12-31T16:20:44.345Z | info: downloading component 'clippy' |
32 | 2024-12-31T16:20:44.693Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T16:20:45.934Z | info: downloading component 'rust-std' |
34 | 2024-12-31T16:20:47.942Z | info: downloading component 'rustc' |
35 | 2024-12-31T16:20:55.020Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T16:20:55.282Z | info: installing component 'cargo' |
37 | 2024-12-31T16:20:56.138Z | info: installing component 'clippy' |
38 | 2024-12-31T16:20:56.518Z | info: installing component 'rust-docs' |
39 | 2024-12-31T16:20:58.191Z | info: installing component 'rust-std' |
40 | 2024-12-31T16:21:00.074Z | info: installing component 'rustc' |
41 | 2024-12-31T16:21:06.201Z | info: installing component 'rustfmt' |
42 | 2024-12-31T16:21:06.533Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T16:21:06.533Z | |
44 | 2024-12-31T16:21:06.924Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T16:21:06.924Z | |
46 | 2024-12-31T16:21:06.927Z | |
47 | 2024-12-31T16:21:06.927Z | Rust is installed now. Great! |
48 | 2024-12-31T16:21:06.927Z | |
49 | 2024-12-31T16:21:06.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T16:21:06.927Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T16:21:06.927Z | |
52 | 2024-12-31T16:21:06.927Z | To configure your current shell, you need to source |
53 | 2024-12-31T16:21:06.927Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T16:21:06.927Z | |
55 | 2024-12-31T16:21:06.927Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T16:21:06.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T16:21:06.927Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T16:21:07.011Z | + rustc --version |
59 | 2024-12-31T16:21:07.082Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T16:21:07.085Z | process exited: duration 25310 ms, exit code 0 |
|
61 | 2024-12-31T16:21:07.090Z | starting task 2: "authentication" |
62 | 2024-12-31T16:21:07.112Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-31T16:21:07.117Z | starting task 3: "clone repository" |
64 | 2024-12-31T16:21:07.122Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T16:21:07.124Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T16:21:07.160Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T16:21:07.932Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T16:21:07.934Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
69 | 2024-12-31T16:21:08.195Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T16:21:08.195Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
71 | 2024-12-31T16:21:08.204Z | + [[ -n ingot-and-offload ]] |
72 | 2024-12-31T16:21:08.206Z | ++ git branch --show-current |
73 | 2024-12-31T16:21:08.209Z | + current=master |
74 | 2024-12-31T16:21:08.209Z | + [[ master != ingot-and-offload ]] |
75 | 2024-12-31T16:21:08.209Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
76 | 2024-12-31T16:21:08.211Z | + git checkout -f ingot-and-offload |
77 | 2024-12-31T16:21:08.235Z | Switched to branch 'ingot-and-offload' |
78 | 2024-12-31T16:21:08.238Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
79 | 2024-12-31T16:21:08.246Z | HEAD is now at fab7c2b Further cleanup. |
80 | 2024-12-31T16:21:08.248Z | process exited: duration 1129 ms, exit code 0 |
|
81 | 2024-12-31T16:21:08.253Z | starting task 4: "build" |
82 | 2024-12-31T16:21:08.258Z | + cargo --version |
83 | 2024-12-31T16:21:08.263Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T16:21:08.417Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T16:21:08.417Z | info: downloading component 'cargo' |
86 | 2024-12-31T16:21:09.180Z | info: downloading component 'clippy' |
87 | 2024-12-31T16:21:09.472Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T16:21:10.536Z | info: downloading component 'rust-std' |
89 | 2024-12-31T16:21:12.075Z | info: downloading component 'rustc' |
90 | 2024-12-31T16:21:17.886Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T16:21:18.111Z | info: installing component 'cargo' |
92 | 2024-12-31T16:21:18.952Z | info: installing component 'clippy' |
93 | 2024-12-31T16:21:19.326Z | info: installing component 'rust-docs' |
94 | 2024-12-31T16:21:20.999Z | info: installing component 'rust-std' |
95 | 2024-12-31T16:21:22.666Z | info: installing component 'rustc' |
96 | 2024-12-31T16:21:28.491Z | info: installing component 'rustfmt' |
97 | 2024-12-31T16:21:28.912Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T16:21:28.914Z | + rustc --version |
99 | 2024-12-31T16:21:28.989Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T16:21:28.994Z | + cd lib/opte-ioctl |
101 | 2024-12-31T16:21:28.996Z | + header 'check style' |
102 | 2024-12-31T16:21:28.997Z | + echo '# ==== check style ==== #' |
103 | 2024-12-31T16:21:28.997Z | # ==== check style ==== # |
104 | 2024-12-31T16:21:28.997Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-31T16:21:29.200Z | |
106 | 2024-12-31T16:21:29.200Z | real 0.201394772 |
107 | 2024-12-31T16:21:29.200Z | user 0.105148253 |
108 | 2024-12-31T16:21:29.200Z | sys 0.091137065 |
109 | 2024-12-31T16:21:29.200Z | trap 0.000012117 |
110 | 2024-12-31T16:21:29.200Z | tflt 0.000000000 |
111 | 2024-12-31T16:21:29.200Z | dflt 0.000000000 |
112 | 2024-12-31T16:21:29.200Z | kflt 0.000000000 |
113 | 2024-12-31T16:21:29.200Z | lock 0.000000000 |
114 | 2024-12-31T16:21:29.200Z | slp 0.112139850 |
115 | 2024-12-31T16:21:29.200Z | lat 0.000276878 |
116 | 2024-12-31T16:21:29.200Z | stop 0.000135289 |
117 | 2024-12-31T16:21:29.203Z | + header analyze |
118 | 2024-12-31T16:21:29.203Z | + echo '# ==== analyze ==== #' |
119 | 2024-12-31T16:21:29.203Z | # ==== analyze ==== # |
120 | 2024-12-31T16:21:29.203Z | + ptime -m cargo clippy --all-targets |
121 | 2024-12-31T16:21:29.429Z | Updating crates.io index |
122 | 2024-12-31T16:21:29.432Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-12-31T16:21:30.234Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-12-31T16:21:30.603Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-12-31T16:21:30.885Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-12-31T16:21:31.284Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-12-31T16:21:31.564Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-12-31T16:21:31.933Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-12-31T16:21:32.208Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-12-31T16:21:32.476Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-12-31T16:21:33.449Z | Downloading crates ... |
132 | 2024-12-31T16:21:33.520Z | Downloaded cstr-argument v0.1.2 |
133 | 2024-12-31T16:21:33.526Z | Downloaded equivalent v1.0.1 |
134 | 2024-12-31T16:21:33.529Z | Downloaded foreign-types v0.5.0 |
135 | 2024-12-31T16:21:33.533Z | Downloaded foreign-types-shared v0.3.1 |
136 | 2024-12-31T16:21:33.536Z | Downloaded foreign-types-macros v0.2.3 |
137 | 2024-12-31T16:21:33.539Z | Downloaded darling_macro v0.20.10 |
138 | 2024-12-31T16:21:33.544Z | Downloaded ident_case v1.0.1 |
139 | 2024-12-31T16:21:33.558Z | Downloaded cfg-if v1.0.0 |
140 | 2024-12-31T16:21:33.560Z | Downloaded byteorder v1.5.0 |
141 | 2024-12-31T16:21:33.560Z | Downloaded bitflags v1.3.2 |
142 | 2024-12-31T16:21:33.564Z | Downloaded pretty-hex v0.2.1 |
143 | 2024-12-31T16:21:33.572Z | Downloaded autocfg v1.4.0 |
144 | 2024-12-31T16:21:33.575Z | Downloaded cobs v0.2.3 |
145 | 2024-12-31T16:21:33.577Z | Downloaded signal-hook-registry v1.4.2 |
146 | 2024-12-31T16:21:33.577Z | Downloaded fnv v1.0.7 |
147 | 2024-12-31T16:21:33.577Z | Downloaded embedded-io v0.6.1 |
148 | 2024-12-31T16:21:33.580Z | Downloaded strsim v0.11.1 |
149 | 2024-12-31T16:21:33.582Z | Downloaded managed v0.8.0 |
150 | 2024-12-31T16:21:33.582Z | Downloaded tokio-macros v2.4.0 |
151 | 2024-12-31T16:21:33.585Z | Downloaded thiserror-impl v1.0.69 |
152 | 2024-12-31T16:21:33.585Z | Downloaded rand_chacha v0.3.1 |
153 | 2024-12-31T16:21:33.588Z | Downloaded either v1.13.0 |
154 | 2024-12-31T16:21:33.588Z | Downloaded defmt-parser v0.4.1 |
155 | 2024-12-31T16:21:33.591Z | Downloaded thiserror v1.0.69 |
156 | 2024-12-31T16:21:33.597Z | Downloaded num_enum_derive v0.5.11 |
157 | 2024-12-31T16:21:33.600Z | Downloaded proc-macro-crate v1.3.1 |
158 | 2024-12-31T16:21:33.603Z | Downloaded rand_core v0.6.4 |
159 | 2024-12-31T16:21:33.606Z | Downloaded stable_deref_trait v1.2.0 |
160 | 2024-12-31T16:21:33.606Z | Downloaded toml_datetime v0.6.8 |
161 | 2024-12-31T16:21:33.610Z | Downloaded proc-macro-error-attr2 v2.0.0 |
162 | 2024-12-31T16:21:33.612Z | Downloaded ppv-lite86 v0.2.20 |
163 | 2024-12-31T16:21:33.615Z | Downloaded lazy_static v1.5.0 |
164 | 2024-12-31T16:21:33.619Z | Downloaded darling_core v0.20.10 |
165 | 2024-12-31T16:21:33.626Z | Downloaded version_check v0.9.5 |
166 | 2024-12-31T16:21:33.629Z | Downloaded embedded-io v0.4.0 |
167 | 2024-12-31T16:21:33.629Z | Downloaded scopeguard v1.2.0 |
168 | 2024-12-31T16:21:33.632Z | Downloaded schemars_derive v0.8.21 |
169 | 2024-12-31T16:21:33.632Z | Downloaded darling v0.20.10 |
170 | 2024-12-31T16:21:33.635Z | Downloaded num_enum v0.5.11 |
171 | 2024-12-31T16:21:33.640Z | Downloaded smallvec v1.13.2 |
172 | 2024-12-31T16:21:33.642Z | Downloaded quote v1.0.37 |
173 | 2024-12-31T16:21:33.645Z | Downloaded parking_lot_core v0.9.10 |
174 | 2024-12-31T16:21:33.647Z | Downloaded once_cell v1.20.2 |
175 | 2024-12-31T16:21:33.649Z | Downloaded dyn-clone v1.0.17 |
176 | 2024-12-31T16:21:33.652Z | Downloaded macaddr v1.0.1 |
177 | 2024-12-31T16:21:33.652Z | Downloaded thiserror v2.0.9 |
178 | 2024-12-31T16:21:33.656Z | Downloaded defmt v0.3.10 |
179 | 2024-12-31T16:21:33.659Z | Downloaded pin-project-lite v0.2.15 |
180 | 2024-12-31T16:21:33.664Z | Downloaded colored v2.2.0 |
181 | 2024-12-31T16:21:33.670Z | Downloaded lock_api v0.4.12 |
182 | 2024-12-31T16:21:33.673Z | Downloaded bitflags v2.6.0 |
183 | 2024-12-31T16:21:33.673Z | Downloaded serde_derive_internals v0.29.1 |
184 | 2024-12-31T16:21:33.676Z | Downloaded tracing-attributes v0.1.28 |
185 | 2024-12-31T16:21:33.676Z | Downloaded proc-macro-error2 v2.0.1 |
186 | 2024-12-31T16:21:33.679Z | Downloaded socket2 v0.5.8 |
187 | 2024-12-31T16:21:33.682Z | Downloaded zerocopy-derive v0.7.35 |
188 | 2024-12-31T16:21:33.685Z | Downloaded parking_lot v0.12.3 |
189 | 2024-12-31T16:21:33.687Z | Downloaded postcard v1.1.1 |
190 | 2024-12-31T16:21:33.689Z | Downloaded uuid v1.11.0 |
191 | 2024-12-31T16:21:33.692Z | Downloaded anyhow v1.0.95 |
192 | 2024-12-31T16:21:33.696Z | Downloaded proc-macro2 v1.0.92 |
193 | 2024-12-31T16:21:33.698Z | Downloaded hash32 v0.3.1 |
194 | 2024-12-31T16:21:33.701Z | Downloaded defmt-macros v0.4.0 |
195 | 2024-12-31T16:21:33.703Z | Downloaded thiserror-impl v2.0.9 |
196 | 2024-12-31T16:21:33.705Z | Downloaded bytes v1.9.0 |
197 | 2024-12-31T16:21:33.708Z | Downloaded itoa v1.0.14 |
198 | 2024-12-31T16:21:33.710Z | Downloaded getrandom v0.2.15 |
199 | 2024-12-31T16:21:33.713Z | Downloaded unicode-ident v1.0.14 |
200 | 2024-12-31T16:21:33.715Z | Downloaded ipnetwork v0.20.0 |
201 | 2024-12-31T16:21:33.718Z | Downloaded tracing-core v0.1.33 |
202 | 2024-12-31T16:21:33.726Z | Downloaded serde_derive v1.0.216 |
203 | 2024-12-31T16:21:33.729Z | Downloaded schemars v0.8.21 |
204 | 2024-12-31T16:21:33.741Z | Downloaded tracing v0.1.41 |
205 | 2024-12-31T16:21:33.745Z | Downloaded heapless v0.8.0 |
206 | 2024-12-31T16:21:33.748Z | Downloaded indexmap v2.7.0 |
207 | 2024-12-31T16:21:33.754Z | Downloaded zerocopy-derive v0.8.13 |
208 | 2024-12-31T16:21:33.759Z | Downloaded ryu v1.0.18 |
209 | 2024-12-31T16:21:33.761Z | Downloaded rand v0.8.5 |
210 | 2024-12-31T16:21:33.765Z | Downloaded memchr v2.7.4 |
211 | 2024-12-31T16:21:33.771Z | Downloaded toml_edit v0.19.15 |
212 | 2024-12-31T16:21:33.787Z | Downloaded mio v1.0.3 |
213 | 2024-12-31T16:21:33.792Z | Downloaded serde v1.0.216 |
214 | 2024-12-31T16:21:33.795Z | Downloaded hashbrown v0.15.2 |
215 | 2024-12-31T16:21:33.810Z | Downloaded itertools v0.13.0 |
216 | 2024-12-31T16:21:33.818Z | Downloaded aho-corasick v1.1.3 |
217 | 2024-12-31T16:21:33.825Z | Downloaded zerocopy v0.7.35 |
218 | 2024-12-31T16:21:33.840Z | Downloaded serde_json v1.0.134 |
219 | 2024-12-31T16:21:33.846Z | Downloaded winnow v0.5.40 |
220 | 2024-12-31T16:21:33.855Z | Downloaded winnow v0.6.20 |
221 | 2024-12-31T16:21:33.885Z | Downloaded syn v1.0.109 |
222 | 2024-12-31T16:21:33.895Z | Downloaded zerocopy v0.8.13 |
223 | 2024-12-31T16:21:33.917Z | Downloaded regex v1.11.1 |
224 | 2024-12-31T16:21:33.929Z | Downloaded syn v2.0.91 |
225 | 2024-12-31T16:21:33.939Z | Downloaded smoltcp v0.11.0 |
226 | 2024-12-31T16:21:33.950Z | Downloaded regex-syntax v0.8.5 |
227 | 2024-12-31T16:21:34.006Z | Downloaded regex-automata v0.4.9 |
228 | 2024-12-31T16:21:34.030Z | Downloaded libc v0.2.169 |
229 | 2024-12-31T16:21:34.053Z | Downloaded tokio v1.42.0 |
230 | 2024-12-31T16:21:34.228Z | Compiling proc-macro2 v1.0.92 |
231 | 2024-12-31T16:21:34.228Z | Compiling unicode-ident v1.0.14 |
232 | 2024-12-31T16:21:34.231Z | Checking cfg-if v1.0.0 |
233 | 2024-12-31T16:21:34.231Z | Compiling serde v1.0.216 |
234 | 2024-12-31T16:21:34.231Z | Compiling libc v0.2.169 |
235 | 2024-12-31T16:21:34.231Z | Checking byteorder v1.5.0 |
236 | 2024-12-31T16:21:34.231Z | Compiling strsim v0.11.1 |
237 | 2024-12-31T16:21:34.242Z | Compiling memchr v2.7.4 |
238 | 2024-12-31T16:21:34.323Z | Compiling ident_case v1.0.1 |
239 | 2024-12-31T16:21:34.417Z | Compiling fnv v1.0.7 |
240 | 2024-12-31T16:21:34.474Z | Compiling regex-syntax v0.8.5 |
241 | 2024-12-31T16:21:34.524Z | Compiling syn v1.0.109 |
242 | 2024-12-31T16:21:34.548Z | Compiling either v1.13.0 |
243 | 2024-12-31T16:21:34.914Z | Compiling hashbrown v0.15.2 |
244 | 2024-12-31T16:21:34.944Z | Compiling equivalent v1.0.1 |
245 | 2024-12-31T16:21:34.954Z | Compiling autocfg v1.4.0 |
246 | 2024-12-31T16:21:35.041Z | Compiling zerocopy v0.8.13 |
247 | 2024-12-31T16:21:35.164Z | Compiling itertools v0.13.0 |
248 | 2024-12-31T16:21:35.647Z | Compiling aho-corasick v1.1.3 |
249 | 2024-12-31T16:21:35.717Z | Compiling toml_datetime v0.6.8 |
250 | 2024-12-31T16:21:35.750Z | Compiling lock_api v0.4.12 |
251 | 2024-12-31T16:21:35.837Z | Compiling parking_lot_core v0.9.10 |
252 | 2024-12-31T16:21:36.049Z | Compiling quote v1.0.37 |
253 | 2024-12-31T16:21:36.068Z | Compiling indexmap v2.7.0 |
254 | 2024-12-31T16:21:36.287Z | Compiling winnow v0.5.40 |
255 | 2024-12-31T16:21:36.541Z | Compiling syn v2.0.91 |
256 | 2024-12-31T16:21:36.912Z | Compiling heapless v0.8.0 |
257 | 2024-12-31T16:21:37.416Z | Checking hash32 v0.3.1 |
258 | 2024-12-31T16:21:37.565Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
259 | 2024-12-31T16:21:37.713Z | Compiling smoltcp v0.11.0 |
260 | 2024-12-31T16:21:37.927Z | Compiling regex-automata v0.4.9 |
261 | 2024-12-31T16:21:37.937Z | Checking stable_deref_trait v1.2.0 |
262 | 2024-12-31T16:21:38.027Z | Checking scopeguard v1.2.0 |
263 | 2024-12-31T16:21:38.140Z | Checking macaddr v1.0.1 |
264 | 2024-12-31T16:21:38.322Z | Checking smallvec v1.13.2 |
265 | 2024-12-31T16:21:38.394Z | Checking dyn-clone v1.0.17 |
266 | 2024-12-31T16:21:38.528Z | Compiling serde_json v1.0.134 |
267 | 2024-12-31T16:21:38.669Z | Compiling once_cell v1.20.2 |
268 | 2024-12-31T16:21:39.398Z | Compiling toml_edit v0.19.15 |
269 | 2024-12-31T16:21:39.501Z | Checking getrandom v0.2.15 |
270 | 2024-12-31T16:21:39.611Z | Checking ryu v1.0.18 |
271 | 2024-12-31T16:21:39.701Z | Compiling thiserror v1.0.69 |
272 | 2024-12-31T16:21:39.841Z | Compiling version_check v0.9.5 |
273 | 2024-12-31T16:21:39.876Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
274 | 2024-12-31T16:21:40.052Z | Checking pin-project-lite v0.2.15 |
275 | 2024-12-31T16:21:40.166Z | Checking bitflags v1.3.2 |
276 | 2024-12-31T16:21:40.229Z | Checking managed v0.8.0 |
277 | 2024-12-31T16:21:40.252Z | Checking cobs v0.2.3 |
278 | 2024-12-31T16:21:40.341Z | Compiling schemars v0.8.21 |
279 | 2024-12-31T16:21:40.416Z | Checking itoa v1.0.14 |
280 | 2024-12-31T16:21:40.455Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
281 | 2024-12-31T16:21:40.770Z | Checking rand_core v0.6.4 |
282 | 2024-12-31T16:21:40.846Z | Checking parking_lot v0.12.3 |
283 | 2024-12-31T16:21:40.905Z | Checking signal-hook-registry v1.4.2 |
284 | 2024-12-31T16:21:41.035Z | Checking socket2 v0.5.8 |
285 | 2024-12-31T16:21:41.127Z | Checking mio v1.0.3 |
286 | 2024-12-31T16:21:41.161Z | Checking bytes v1.9.0 |
287 | 2024-12-31T16:21:41.696Z | Compiling regex v1.11.1 |
288 | 2024-12-31T16:21:41.745Z | Compiling anyhow v1.0.95 |
289 | 2024-12-31T16:21:41.915Z | Compiling proc-macro-crate v1.3.1 |
290 | 2024-12-31T16:21:42.367Z | Checking foreign-types-shared v0.3.1 |
291 | 2024-12-31T16:21:42.599Z | Checking tracing-core v0.1.33 |
292 | 2024-12-31T16:21:42.838Z | Compiling darling_core v0.20.10 |
293 | 2024-12-31T16:21:42.848Z | Compiling serde_derive_internals v0.29.1 |
294 | 2024-12-31T16:21:43.319Z | Checking cstr-argument v0.1.2 |
295 | 2024-12-31T16:21:43.369Z | Checking pretty-hex v0.2.1 |
296 | 2024-12-31T16:21:43.484Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
297 | 2024-12-31T16:21:43.525Z | Checking lazy_static v1.5.0 |
298 | 2024-12-31T16:21:43.643Z | Compiling thiserror v2.0.9 |
299 | 2024-12-31T16:21:43.851Z | Checking colored v2.2.0 |
300 | 2024-12-31T16:21:44.532Z | Checking winnow v0.6.20 |
301 | 2024-12-31T16:21:44.576Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
302 | 2024-12-31T16:21:45.369Z | Compiling num_enum_derive v0.5.11 |
303 | 2024-12-31T16:21:45.460Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
304 | 2024-12-31T16:21:45.862Z | Compiling serde_derive v1.0.216 |
305 | 2024-12-31T16:21:45.987Z | Compiling zerocopy-derive v0.8.13 |
306 | 2024-12-31T16:21:46.126Z | Compiling zerocopy-derive v0.7.35 |
307 | 2024-12-31T16:21:46.160Z | Compiling schemars_derive v0.8.21 |
308 | 2024-12-31T16:21:46.338Z | Compiling thiserror-impl v1.0.69 |
309 | 2024-12-31T16:21:46.349Z | Compiling darling_macro v0.20.10 |
310 | 2024-12-31T16:21:47.281Z | Compiling tokio-macros v2.4.0 |
311 | 2024-12-31T16:21:47.356Z | Compiling darling v0.20.10 |
312 | 2024-12-31T16:21:47.445Z | Compiling foreign-types-macros v0.2.3 |
313 | 2024-12-31T16:21:47.457Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
314 | 2024-12-31T16:21:48.001Z | Checking zerocopy v0.7.35 |
315 | 2024-12-31T16:21:48.712Z | Checking foreign-types v0.5.0 |
316 | 2024-12-31T16:21:48.714Z | Checking tokio v1.42.0 |
317 | 2024-12-31T16:21:48.819Z | Checking num_enum v0.5.11 |
318 | 2024-12-31T16:21:48.955Z | Compiling tracing-attributes v0.1.28 |
319 | 2024-12-31T16:21:48.966Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
320 | 2024-12-31T16:21:49.079Z | Checking ppv-lite86 v0.2.20 |
321 | 2024-12-31T16:21:49.101Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
322 | 2024-12-31T16:21:49.374Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
323 | 2024-12-31T16:21:49.515Z | Compiling thiserror-impl v2.0.9 |
324 | 2024-12-31T16:21:49.732Z | Checking rand_chacha v0.3.1 |
325 | 2024-12-31T16:21:50.100Z | Checking rand v0.8.5 |
326 | 2024-12-31T16:21:51.701Z | Checking tracing v0.1.41 |
327 | 2024-12-31T16:21:52.586Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
328 | 2024-12-31T16:21:54.284Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
329 | 2024-12-31T16:21:54.959Z | Checking bitflags v2.6.0 |
330 | 2024-12-31T16:21:54.963Z | Checking postcard v1.1.1 |
331 | 2024-12-31T16:21:54.963Z | Checking ipnetwork v0.20.0 |
332 | 2024-12-31T16:21:54.963Z | Checking uuid v1.11.0 |
333 | 2024-12-31T16:21:55.170Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
334 | 2024-12-31T16:21:55.173Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
335 | 2024-12-31T16:21:56.469Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
336 | 2024-12-31T16:21:56.924Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
337 | 2024-12-31T16:21:57.762Z | warning: unused `#[macro_use]` import |
338 | 2024-12-31T16:21:57.762Z | --> lib/opte/src/lib.rs:23:1 |
339 | 2024-12-31T16:21:57.762Z | | |
340 | 2024-12-31T16:21:57.762Z | 23 | #[macro_use] |
341 | 2024-12-31T16:21:57.762Z | | ^^^^^^^^^^^^ |
342 | 2024-12-31T16:21:57.762Z | | |
343 | 2024-12-31T16:21:57.762Z | = note: `#[warn(unused_imports)]` on by default |
344 | 2024-12-31T16:21:57.762Z | |
345 | 2024-12-31T16:21:57.832Z | warning: `opte` (lib) generated 1 warning |
346 | 2024-12-31T16:21:57.834Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
347 | 2024-12-31T16:21:59.609Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
348 | 2024-12-31T16:21:59.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.54s |
349 | 2024-12-31T16:22:00.043Z | |
350 | 2024-12-31T16:22:00.043Z | real 30.830543864 |
351 | 2024-12-31T16:22:00.043Z | user 2:13.011914380 |
352 | 2024-12-31T16:22:00.043Z | sys 20.290472132 |
353 | 2024-12-31T16:22:00.043Z | trap 0.097937459 |
354 | 2024-12-31T16:22:00.045Z | tflt 0.184784185 |
355 | 2024-12-31T16:22:00.045Z | dflt 0.122556499 |
356 | 2024-12-31T16:22:00.045Z | kflt 0.001711166 |
357 | 2024-12-31T16:22:00.046Z | lock 2:48.588060700 |
358 | 2024-12-31T16:22:00.046Z | slp 8:48.505969780 |
359 | 2024-12-31T16:22:00.046Z | lat 8.726134635 |
360 | 2024-12-31T16:22:00.046Z | stop 15.652421014 |
361 | 2024-12-31T16:22:00.046Z | process exited: duration 51782 ms, exit code 0 |
|
362 | 2024-12-31T16:22:00.051Z | found 0 output files |