|
|
|
1 | 2024-12-16T18:38:55.583Z | job assigned to worker 01JF8C6SBXEZJC8H7QJJT59C8X [factory aws, i-011228c37c60b2f5b] (queued for 50 s) |
|
2 | 2024-12-16T18:39:03.447Z | starting task 0: "setup" |
3 | 2024-12-16T18:39:03.456Z | ++ uname -s |
4 | 2024-12-16T18:39:03.458Z | + kern=SunOS |
5 | 2024-12-16T18:39:03.458Z | + case "$kern" in |
6 | 2024-12-16T18:39:03.458Z | + groupadd -g 12345 build |
7 | 2024-12-16T18:39:03.460Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T18:39:05.467Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T18:39:05.554Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T18:39:05.557Z | + home_fs=zfs |
11 | 2024-12-16T18:39:05.557Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T18:39:05.557Z | + mkdir -p /home/build |
13 | 2024-12-16T18:39:05.560Z | + chown build:build /home/build /work |
14 | 2024-12-16T18:39:07.561Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T18:39:07.564Z | process exited: duration 4118 ms, exit code 0 |
|
16 | 2024-12-16T18:39:07.568Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T18:39:07.574Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T18:39:07.574Z | ' nightly-2024-11-18 |
19 | 2024-12-16T18:39:07.574Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T18:39:07.574Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2024-12-16T18:39:07.574Z | ' default |
22 | 2024-12-16T18:39:07.574Z | * toolchain profile = "default" |
23 | 2024-12-16T18:39:07.577Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T18:39:07.577Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-16T18:39:07.693Z | info: downloading installer |
26 | 2024-12-16T18:39:09.038Z | info: profile set to 'default' |
27 | 2024-12-16T18:39:09.038Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T18:39:09.041Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-16T18:39:09.220Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-16T18:39:09.220Z | info: downloading component 'cargo' |
31 | 2024-12-16T18:39:10.257Z | info: downloading component 'clippy' |
32 | 2024-12-16T18:39:10.651Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T18:39:12.059Z | info: downloading component 'rust-std' |
34 | 2024-12-16T18:39:14.336Z | info: downloading component 'rustc' |
35 | 2024-12-16T18:39:22.358Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T18:39:22.661Z | info: installing component 'cargo' |
37 | 2024-12-16T18:39:23.519Z | info: installing component 'clippy' |
38 | 2024-12-16T18:39:23.901Z | info: installing component 'rust-docs' |
39 | 2024-12-16T18:39:25.629Z | info: installing component 'rust-std' |
40 | 2024-12-16T18:39:27.509Z | info: installing component 'rustc' |
41 | 2024-12-16T18:39:33.688Z | info: installing component 'rustfmt' |
42 | 2024-12-16T18:39:34.024Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-16T18:39:34.024Z | |
44 | 2024-12-16T18:39:34.421Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-16T18:39:34.421Z | |
46 | 2024-12-16T18:39:34.424Z | |
47 | 2024-12-16T18:39:34.424Z | Rust is installed now. Great! |
48 | 2024-12-16T18:39:34.424Z | |
49 | 2024-12-16T18:39:34.424Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T18:39:34.424Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T18:39:34.424Z | |
52 | 2024-12-16T18:39:34.424Z | To configure your current shell, you need to source |
53 | 2024-12-16T18:39:34.424Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T18:39:34.424Z | |
55 | 2024-12-16T18:39:34.424Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T18:39:34.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T18:39:34.424Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T18:39:34.507Z | + rustc --version |
59 | 2024-12-16T18:39:34.580Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-16T18:39:34.585Z | process exited: duration 27014 ms, exit code 0 |
|
61 | 2024-12-16T18:39:34.590Z | starting task 2: "authentication" |
62 | 2024-12-16T18:39:34.612Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T18:39:34.617Z | starting task 3: "clone repository" |
64 | 2024-12-16T18:39:34.623Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-16T18:39:34.625Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-16T18:39:34.899Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-16T18:39:35.742Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-16T18:39:35.744Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
69 | 2024-12-16T18:39:36.003Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-16T18:39:36.003Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
71 | 2024-12-16T18:39:36.012Z | + [[ -n rwlock ]] |
72 | 2024-12-16T18:39:36.015Z | ++ git branch --show-current |
73 | 2024-12-16T18:39:36.018Z | + current=master |
74 | 2024-12-16T18:39:36.018Z | + [[ master != rwlock ]] |
75 | 2024-12-16T18:39:36.018Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
76 | 2024-12-16T18:39:36.020Z | + git checkout -f rwlock |
77 | 2024-12-16T18:39:36.044Z | Switched to branch 'rwlock' |
78 | 2024-12-16T18:39:36.048Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
79 | 2024-12-16T18:39:36.069Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
80 | 2024-12-16T18:39:36.072Z | process exited: duration 1453 ms, exit code 0 |
|
81 | 2024-12-16T18:39:36.077Z | starting task 4: "build" |
82 | 2024-12-16T18:39:36.083Z | + cargo --version |
83 | 2024-12-16T18:39:36.088Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-16T18:39:36.237Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-16T18:39:36.237Z | info: downloading component 'cargo' |
86 | 2024-12-16T18:39:36.975Z | info: downloading component 'clippy' |
87 | 2024-12-16T18:39:37.257Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T18:39:38.281Z | info: downloading component 'rust-std' |
89 | 2024-12-16T18:39:39.763Z | info: downloading component 'rustc' |
90 | 2024-12-16T18:39:45.375Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T18:39:45.589Z | info: installing component 'cargo' |
92 | 2024-12-16T18:39:46.438Z | info: installing component 'clippy' |
93 | 2024-12-16T18:39:46.815Z | info: installing component 'rust-docs' |
94 | 2024-12-16T18:39:48.421Z | info: installing component 'rust-std' |
95 | 2024-12-16T18:39:50.030Z | info: installing component 'rustc' |
96 | 2024-12-16T18:39:56.045Z | info: installing component 'rustfmt' |
97 | 2024-12-16T18:39:56.484Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-16T18:39:56.487Z | + rustc --version |
99 | 2024-12-16T18:39:56.564Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-16T18:39:56.569Z | + cd lib/opte-ioctl |
101 | 2024-12-16T18:39:56.571Z | + header 'check style' |
102 | 2024-12-16T18:39:56.571Z | + echo '# ==== check style ==== #' |
103 | 2024-12-16T18:39:56.571Z | # ==== check style ==== # |
104 | 2024-12-16T18:39:56.571Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-16T18:39:56.779Z | |
106 | 2024-12-16T18:39:56.779Z | real 0.205993178 |
107 | 2024-12-16T18:39:56.779Z | user 0.107558258 |
108 | 2024-12-16T18:39:56.779Z | sys 0.092740072 |
109 | 2024-12-16T18:39:56.779Z | trap 0.000045627 |
110 | 2024-12-16T18:39:56.780Z | tflt 0.000000000 |
111 | 2024-12-16T18:39:56.780Z | dflt 0.000000000 |
112 | 2024-12-16T18:39:56.780Z | kflt 0.000000000 |
113 | 2024-12-16T18:39:56.780Z | lock 0.000000000 |
114 | 2024-12-16T18:39:56.782Z | slp 0.114110910 |
115 | 2024-12-16T18:39:56.782Z | lat 0.000699769 |
116 | 2024-12-16T18:39:56.782Z | stop 0.000165873 |
117 | 2024-12-16T18:39:56.782Z | + header analyze |
118 | 2024-12-16T18:39:56.782Z | + echo '# ==== analyze ==== #' |
119 | 2024-12-16T18:39:56.782Z | # ==== analyze ==== # |
120 | 2024-12-16T18:39:56.782Z | + ptime -m cargo clippy --all-targets |
121 | 2024-12-16T18:39:57.017Z | Updating crates.io index |
122 | 2024-12-16T18:39:57.019Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-12-16T18:39:58.071Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-12-16T18:39:58.387Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-12-16T18:39:58.669Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-12-16T18:39:58.987Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-12-16T18:39:59.299Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-12-16T18:39:59.581Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-12-16T18:39:59.830Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-12-16T18:40:00.106Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-12-16T18:40:00.953Z | Downloading crates ... |
132 | 2024-12-16T18:40:01.074Z | Downloaded aho-corasick v1.1.3 |
133 | 2024-12-16T18:40:01.081Z | Downloaded anyhow v1.0.94 |
134 | 2024-12-16T18:40:01.085Z | Downloaded byteorder v1.5.0 |
135 | 2024-12-16T18:40:01.088Z | Downloaded bitflags v1.3.2 |
136 | 2024-12-16T18:40:01.091Z | Downloaded autocfg v1.4.0 |
137 | 2024-12-16T18:40:01.093Z | Downloaded bitflags v2.6.0 |
138 | 2024-12-16T18:40:01.095Z | Downloaded bytes v1.9.0 |
139 | 2024-12-16T18:40:01.115Z | Downloaded darling_core v0.20.10 |
140 | 2024-12-16T18:40:01.119Z | Downloaded darling v0.20.10 |
141 | 2024-12-16T18:40:01.124Z | Downloaded foreign-types v0.5.0 |
142 | 2024-12-16T18:40:01.126Z | Downloaded getrandom v0.2.15 |
143 | 2024-12-16T18:40:01.129Z | Downloaded defmt-parser v0.4.1 |
144 | 2024-12-16T18:40:01.129Z | Downloaded colored v2.2.0 |
145 | 2024-12-16T18:40:01.132Z | Downloaded dyn-clone v1.0.17 |
146 | 2024-12-16T18:40:01.134Z | Downloaded foreign-types-shared v0.3.1 |
147 | 2024-12-16T18:40:01.134Z | Downloaded ident_case v1.0.1 |
148 | 2024-12-16T18:40:01.137Z | Downloaded hash32 v0.3.1 |
149 | 2024-12-16T18:40:01.137Z | Downloaded fnv v1.0.7 |
150 | 2024-12-16T18:40:01.139Z | Downloaded equivalent v1.0.1 |
151 | 2024-12-16T18:40:01.139Z | Downloaded embedded-io v0.6.1 |
152 | 2024-12-16T18:40:01.139Z | Downloaded embedded-io v0.4.0 |
153 | 2024-12-16T18:40:01.142Z | Downloaded defmt v0.3.10 |
154 | 2024-12-16T18:40:01.145Z | Downloaded macaddr v1.0.1 |
155 | 2024-12-16T18:40:01.147Z | Downloaded defmt-macros v0.4.0 |
156 | 2024-12-16T18:40:01.150Z | Downloaded cstr-argument v0.1.2 |
157 | 2024-12-16T18:40:01.150Z | Downloaded darling_macro v0.20.10 |
158 | 2024-12-16T18:40:01.150Z | Downloaded foreign-types-macros v0.2.3 |
159 | 2024-12-16T18:40:01.153Z | Downloaded either v1.13.0 |
160 | 2024-12-16T18:40:01.153Z | Downloaded num_enum v0.5.11 |
161 | 2024-12-16T18:40:01.157Z | Downloaded lock_api v0.4.12 |
162 | 2024-12-16T18:40:01.160Z | Downloaded ipnetwork v0.20.0 |
163 | 2024-12-16T18:40:01.162Z | Downloaded num_enum_derive v0.5.11 |
164 | 2024-12-16T18:40:01.165Z | Downloaded cobs v0.2.3 |
165 | 2024-12-16T18:40:01.165Z | Downloaded cfg-if v1.0.0 |
166 | 2024-12-16T18:40:01.167Z | Downloaded lazy_static v1.5.0 |
167 | 2024-12-16T18:40:01.186Z | Downloaded pretty-hex v0.2.1 |
168 | 2024-12-16T18:40:01.193Z | Downloaded rand_core v0.6.4 |
169 | 2024-12-16T18:40:01.196Z | Downloaded itoa v1.0.14 |
170 | 2024-12-16T18:40:01.207Z | Downloaded scopeguard v1.2.0 |
171 | 2024-12-16T18:40:01.210Z | Downloaded proc-macro-crate v1.3.1 |
172 | 2024-12-16T18:40:01.213Z | Downloaded proc-macro-error-attr2 v2.0.0 |
173 | 2024-12-16T18:40:01.216Z | Downloaded managed v0.8.0 |
174 | 2024-12-16T18:40:01.219Z | Downloaded rand_chacha v0.3.1 |
175 | 2024-12-16T18:40:01.222Z | Downloaded stable_deref_trait v1.2.0 |
176 | 2024-12-16T18:40:01.228Z | Downloaded signal-hook-registry v1.4.2 |
177 | 2024-12-16T18:40:01.230Z | Downloaded strsim v0.11.1 |
178 | 2024-12-16T18:40:01.232Z | Downloaded version_check v0.9.5 |
179 | 2024-12-16T18:40:01.232Z | Downloaded heapless v0.8.0 |
180 | 2024-12-16T18:40:01.235Z | Downloaded schemars_derive v0.8.21 |
181 | 2024-12-16T18:40:01.238Z | Downloaded toml_datetime v0.6.8 |
182 | 2024-12-16T18:40:01.240Z | Downloaded ppv-lite86 v0.2.20 |
183 | 2024-12-16T18:40:01.240Z | Downloaded thiserror-impl v1.0.69 |
184 | 2024-12-16T18:40:01.243Z | Downloaded thiserror-impl v2.0.7 |
185 | 2024-12-16T18:40:01.245Z | Downloaded thiserror v1.0.69 |
186 | 2024-12-16T18:40:01.250Z | Downloaded serde_derive_internals v0.29.1 |
187 | 2024-12-16T18:40:01.253Z | Downloaded quote v1.0.37 |
188 | 2024-12-16T18:40:01.255Z | Downloaded tokio-macros v2.4.0 |
189 | 2024-12-16T18:40:01.258Z | Downloaded proc-macro-error2 v2.0.1 |
190 | 2024-12-16T18:40:01.260Z | Downloaded once_cell v1.20.2 |
191 | 2024-12-16T18:40:01.263Z | Downloaded pin-project-lite v0.2.15 |
192 | 2024-12-16T18:40:01.268Z | Downloaded thiserror v2.0.7 |
193 | 2024-12-16T18:40:01.274Z | Downloaded smallvec v1.13.2 |
194 | 2024-12-16T18:40:01.277Z | Downloaded tracing-attributes v0.1.28 |
195 | 2024-12-16T18:40:01.279Z | Downloaded parking_lot_core v0.9.10 |
196 | 2024-12-16T18:40:01.286Z | Downloaded proc-macro2 v1.0.92 |
197 | 2024-12-16T18:40:01.289Z | Downloaded parking_lot v0.12.3 |
198 | 2024-12-16T18:40:01.298Z | Downloaded ryu v1.0.18 |
199 | 2024-12-16T18:40:01.302Z | Downloaded zerocopy-derive v0.7.35 |
200 | 2024-12-16T18:40:01.306Z | Downloaded socket2 v0.5.8 |
201 | 2024-12-16T18:40:01.309Z | Downloaded unicode-ident v1.0.14 |
202 | 2024-12-16T18:40:01.311Z | Downloaded uuid v1.11.0 |
203 | 2024-12-16T18:40:01.314Z | Downloaded postcard v1.1.1 |
204 | 2024-12-16T18:40:01.327Z | Downloaded serde_derive v1.0.216 |
205 | 2024-12-16T18:40:01.333Z | Downloaded tracing-core v0.1.33 |
206 | 2024-12-16T18:40:01.343Z | Downloaded hashbrown v0.15.2 |
207 | 2024-12-16T18:40:01.353Z | Downloaded serde v1.0.216 |
208 | 2024-12-16T18:40:01.357Z | Downloaded rand v0.8.5 |
209 | 2024-12-16T18:40:01.360Z | Downloaded tracing v0.1.41 |
210 | 2024-12-16T18:40:01.365Z | Downloaded schemars v0.8.21 |
211 | 2024-12-16T18:40:01.377Z | Downloaded zerocopy-derive v0.8.13 |
212 | 2024-12-16T18:40:01.383Z | Downloaded toml_edit v0.19.15 |
213 | 2024-12-16T18:40:01.400Z | Downloaded memchr v2.7.4 |
214 | 2024-12-16T18:40:01.405Z | Downloaded mio v1.0.3 |
215 | 2024-12-16T18:40:01.411Z | Downloaded indexmap v2.7.0 |
216 | 2024-12-16T18:40:01.436Z | Downloaded itertools v0.13.0 |
217 | 2024-12-16T18:40:01.442Z | Downloaded zerocopy v0.7.35 |
218 | 2024-12-16T18:40:01.458Z | Downloaded winnow v0.6.20 |
219 | 2024-12-16T18:40:01.466Z | Downloaded winnow v0.5.40 |
220 | 2024-12-16T18:40:01.474Z | Downloaded serde_json v1.0.133 |
221 | 2024-12-16T18:40:01.504Z | Downloaded syn v1.0.109 |
222 | 2024-12-16T18:40:01.516Z | Downloaded zerocopy v0.8.13 |
223 | 2024-12-16T18:40:01.539Z | Downloaded regex v1.11.1 |
224 | 2024-12-16T18:40:01.551Z | Downloaded syn v2.0.90 |
225 | 2024-12-16T18:40:01.562Z | Downloaded smoltcp v0.11.0 |
226 | 2024-12-16T18:40:01.574Z | Downloaded regex-syntax v0.8.5 |
227 | 2024-12-16T18:40:01.621Z | Downloaded regex-automata v0.4.9 |
228 | 2024-12-16T18:40:01.646Z | Downloaded libc v0.2.168 |
229 | 2024-12-16T18:40:01.669Z | Downloaded tokio v1.42.0 |
230 | 2024-12-16T18:40:01.842Z | Compiling proc-macro2 v1.0.92 |
231 | 2024-12-16T18:40:01.842Z | Compiling unicode-ident v1.0.14 |
232 | 2024-12-16T18:40:01.844Z | Compiling libc v0.2.168 |
233 | 2024-12-16T18:40:01.845Z | Checking cfg-if v1.0.0 |
234 | 2024-12-16T18:40:01.845Z | Compiling serde v1.0.216 |
235 | 2024-12-16T18:40:01.845Z | Checking byteorder v1.5.0 |
236 | 2024-12-16T18:40:01.857Z | Compiling memchr v2.7.4 |
237 | 2024-12-16T18:40:01.859Z | Compiling strsim v0.11.1 |
238 | 2024-12-16T18:40:01.978Z | Compiling ident_case v1.0.1 |
239 | 2024-12-16T18:40:02.041Z | Compiling fnv v1.0.7 |
240 | 2024-12-16T18:40:02.135Z | Compiling regex-syntax v0.8.5 |
241 | 2024-12-16T18:40:02.157Z | Compiling syn v1.0.109 |
242 | 2024-12-16T18:40:02.474Z | Compiling autocfg v1.4.0 |
243 | 2024-12-16T18:40:03.009Z | Compiling aho-corasick v1.1.3 |
244 | 2024-12-16T18:40:03.019Z | Compiling hashbrown v0.15.2 |
245 | 2024-12-16T18:40:03.077Z | Compiling either v1.13.0 |
246 | 2024-12-16T18:40:03.090Z | Compiling zerocopy v0.8.13 |
247 | 2024-12-16T18:40:03.114Z | Compiling equivalent v1.0.1 |
248 | 2024-12-16T18:40:03.207Z | Compiling lock_api v0.4.12 |
249 | 2024-12-16T18:40:03.424Z | Compiling itertools v0.13.0 |
250 | 2024-12-16T18:40:03.588Z | Compiling parking_lot_core v0.9.10 |
251 | 2024-12-16T18:40:03.635Z | Compiling toml_datetime v0.6.8 |
252 | 2024-12-16T18:40:03.993Z | Compiling indexmap v2.7.0 |
253 | 2024-12-16T18:40:04.045Z | Compiling quote v1.0.37 |
254 | 2024-12-16T18:40:04.048Z | Compiling heapless v0.8.0 |
255 | 2024-12-16T18:40:04.622Z | Compiling syn v2.0.90 |
256 | 2024-12-16T18:40:04.646Z | Compiling winnow v0.5.40 |
257 | 2024-12-16T18:40:05.252Z | Checking hash32 v0.3.1 |
258 | 2024-12-16T18:40:05.263Z | Checking dyn-clone v1.0.17 |
259 | 2024-12-16T18:40:05.395Z | Compiling regex-automata v0.4.9 |
260 | 2024-12-16T18:40:05.406Z | Checking macaddr v1.0.1 |
261 | 2024-12-16T18:40:05.653Z | Checking smallvec v1.13.2 |
262 | 2024-12-16T18:40:06.023Z | Compiling smoltcp v0.11.0 |
263 | 2024-12-16T18:40:06.349Z | Checking scopeguard v1.2.0 |
264 | 2024-12-16T18:40:06.469Z | Compiling serde_json v1.0.133 |
265 | 2024-12-16T18:40:06.695Z | Compiling once_cell v1.20.2 |
266 | 2024-12-16T18:40:06.858Z | Checking stable_deref_trait v1.2.0 |
267 | 2024-12-16T18:40:06.950Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
268 | 2024-12-16T18:40:07.382Z | Checking getrandom v0.2.15 |
269 | 2024-12-16T18:40:07.438Z | Checking itoa v1.0.14 |
270 | 2024-12-16T18:40:07.597Z | Checking pin-project-lite v0.2.15 |
271 | 2024-12-16T18:40:07.643Z | Checking cobs v0.2.3 |
272 | 2024-12-16T18:40:07.698Z | Checking bitflags v2.6.0 |
273 | 2024-12-16T18:40:07.717Z | Checking bitflags v1.3.2 |
274 | 2024-12-16T18:40:07.800Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
275 | 2024-12-16T18:40:07.811Z | Checking managed v0.8.0 |
276 | 2024-12-16T18:40:07.833Z | Compiling version_check v0.9.5 |
277 | 2024-12-16T18:40:07.930Z | Compiling toml_edit v0.19.15 |
278 | 2024-12-16T18:40:08.151Z | Checking ryu v1.0.18 |
279 | 2024-12-16T18:40:08.163Z | Compiling schemars v0.8.21 |
280 | 2024-12-16T18:40:08.167Z | Compiling thiserror v1.0.69 |
281 | 2024-12-16T18:40:08.405Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
282 | 2024-12-16T18:40:08.572Z | Checking parking_lot v0.12.3 |
283 | 2024-12-16T18:40:08.810Z | Checking rand_core v0.6.4 |
284 | 2024-12-16T18:40:08.876Z | Checking signal-hook-registry v1.4.2 |
285 | 2024-12-16T18:40:09.058Z | Checking socket2 v0.5.8 |
286 | 2024-12-16T18:40:09.073Z | Checking mio v1.0.3 |
287 | 2024-12-16T18:40:09.118Z | Checking bytes v1.9.0 |
288 | 2024-12-16T18:40:09.515Z | Compiling regex v1.11.1 |
289 | 2024-12-16T18:40:09.659Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
290 | 2024-12-16T18:40:09.848Z | warning: passing a unit value to a function |
291 | 2024-12-16T18:40:09.848Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
292 | 2024-12-16T18:40:09.848Z | | |
293 | 2024-12-16T18:40:09.848Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
294 | 2024-12-16T18:40:09.848Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
295 | 2024-12-16T18:40:09.848Z | | |
296 | 2024-12-16T18:40:09.848Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
297 | 2024-12-16T18:40:09.848Z | = note: `#[warn(clippy::unit_arg)]` on by default |
298 | 2024-12-16T18:40:09.848Z | help: move the expression in front of the call and replace it with the unit literal `()` |
299 | 2024-12-16T18:40:09.848Z | | |
300 | 2024-12-16T18:40:09.848Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
301 | 2024-12-16T18:40:09.848Z | 183 ~ core::hint::black_box(()); |
302 | 2024-12-16T18:40:09.849Z | | |
303 | 2024-12-16T18:40:09.849Z | |
304 | 2024-12-16T18:40:09.879Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
305 | 2024-12-16T18:40:09.879Z | Checking foreign-types-shared v0.3.1 |
306 | 2024-12-16T18:40:09.892Z | Compiling anyhow v1.0.94 |
307 | 2024-12-16T18:40:10.267Z | Checking tracing-core v0.1.33 |
308 | 2024-12-16T18:40:10.561Z | Compiling proc-macro-crate v1.3.1 |
309 | 2024-12-16T18:40:10.905Z | Compiling darling_core v0.20.10 |
310 | 2024-12-16T18:40:10.973Z | Compiling serde_derive_internals v0.29.1 |
311 | 2024-12-16T18:40:11.290Z | Checking cstr-argument v0.1.2 |
312 | 2024-12-16T18:40:11.349Z | Checking pretty-hex v0.2.1 |
313 | 2024-12-16T18:40:11.458Z | Compiling thiserror v2.0.7 |
314 | 2024-12-16T18:40:11.504Z | Checking lazy_static v1.5.0 |
315 | 2024-12-16T18:40:11.628Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
316 | 2024-12-16T18:40:12.014Z | Checking colored v2.2.0 |
317 | 2024-12-16T18:40:12.427Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
318 | 2024-12-16T18:40:12.485Z | Checking winnow v0.6.20 |
319 | 2024-12-16T18:40:13.598Z | Compiling num_enum_derive v0.5.11 |
320 | 2024-12-16T18:40:13.613Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
321 | 2024-12-16T18:40:13.882Z | Compiling serde_derive v1.0.216 |
322 | 2024-12-16T18:40:13.934Z | Compiling zerocopy-derive v0.8.13 |
323 | 2024-12-16T18:40:14.275Z | Compiling zerocopy-derive v0.7.35 |
324 | 2024-12-16T18:40:14.324Z | Compiling schemars_derive v0.8.21 |
325 | 2024-12-16T18:40:14.460Z | Compiling darling_macro v0.20.10 |
326 | 2024-12-16T18:40:14.760Z | Compiling tokio-macros v2.4.0 |
327 | 2024-12-16T18:40:15.323Z | Compiling foreign-types-macros v0.2.3 |
328 | 2024-12-16T18:40:15.493Z | Compiling darling v0.20.10 |
329 | 2024-12-16T18:40:15.599Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
330 | 2024-12-16T18:40:15.843Z | Compiling thiserror-impl v1.0.69 |
331 | 2024-12-16T18:40:16.176Z | Checking zerocopy v0.7.35 |
332 | 2024-12-16T18:40:16.252Z | Checking tokio v1.42.0 |
333 | 2024-12-16T18:40:16.571Z | Checking foreign-types v0.5.0 |
334 | 2024-12-16T18:40:16.658Z | Checking num_enum v0.5.11 |
335 | 2024-12-16T18:40:16.791Z | Compiling tracing-attributes v0.1.28 |
336 | 2024-12-16T18:40:17.226Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
337 | 2024-12-16T18:40:17.358Z | Checking ppv-lite86 v0.2.20 |
338 | 2024-12-16T18:40:17.993Z | Checking rand_chacha v0.3.1 |
339 | 2024-12-16T18:40:18.360Z | Checking rand v0.8.5 |
340 | 2024-12-16T18:40:18.382Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
341 | 2024-12-16T18:40:18.612Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
342 | 2024-12-16T18:40:18.645Z | Compiling thiserror-impl v2.0.7 |
343 | 2024-12-16T18:40:19.725Z | Checking tracing v0.1.41 |
344 | 2024-12-16T18:40:20.895Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
345 | 2024-12-16T18:40:22.147Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
346 | 2024-12-16T18:40:23.326Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
347 | 2024-12-16T18:40:23.326Z | Checking postcard v1.1.1 |
348 | 2024-12-16T18:40:23.329Z | Checking ipnetwork v0.20.0 |
349 | 2024-12-16T18:40:23.329Z | Checking uuid v1.11.0 |
350 | 2024-12-16T18:40:24.733Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
351 | 2024-12-16T18:40:25.286Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
352 | 2024-12-16T18:40:26.082Z | warning: unused `#[macro_use]` import |
353 | 2024-12-16T18:40:26.082Z | --> lib/opte/src/lib.rs:23:1 |
354 | 2024-12-16T18:40:26.082Z | | |
355 | 2024-12-16T18:40:26.082Z | 23 | #[macro_use] |
356 | 2024-12-16T18:40:26.082Z | | ^^^^^^^^^^^^ |
357 | 2024-12-16T18:40:26.082Z | | |
358 | 2024-12-16T18:40:26.082Z | = note: `#[warn(unused_imports)]` on by default |
359 | 2024-12-16T18:40:26.082Z | |
360 | 2024-12-16T18:40:26.152Z | warning: `opte` (lib) generated 1 warning |
361 | 2024-12-16T18:40:26.155Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
362 | 2024-12-16T18:40:28.020Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
363 | 2024-12-16T18:40:28.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.38s |
364 | 2024-12-16T18:40:28.465Z | |
365 | 2024-12-16T18:40:28.468Z | real 31.677771353 |
366 | 2024-12-16T18:40:28.468Z | user 2:14.508465522 |
367 | 2024-12-16T18:40:28.468Z | sys 20.648250836 |
368 | 2024-12-16T18:40:28.468Z | trap 0.103645817 |
369 | 2024-12-16T18:40:28.468Z | tflt 0.202278188 |
370 | 2024-12-16T18:40:28.468Z | dflt 0.670550782 |
371 | 2024-12-16T18:40:28.468Z | kflt 0.006970723 |
372 | 2024-12-16T18:40:28.468Z | lock 2:50.124553513 |
373 | 2024-12-16T18:40:28.468Z | slp 9:09.457968438 |
374 | 2024-12-16T18:40:28.468Z | lat 7.669320007 |
375 | 2024-12-16T18:40:28.468Z | stop 16.079664879 |
376 | 2024-12-16T18:40:28.468Z | process exited: duration 52386 ms, exit code 0 |
|
377 | 2024-12-16T18:40:28.474Z | found 0 output files |