|
|
|
1 | 2024-11-28T04:06:28.968Z | job assigned to worker 01JDRF4D1AEK0CWTZ7MYB8FJW6 [factory aws, i-095550b3d04c8fef8] (queued for 1 m 1 s) |
|
2 | 2024-11-28T04:06:37.438Z | starting task 0: "setup" |
3 | 2024-11-28T04:06:37.447Z | ++ uname -s |
4 | 2024-11-28T04:06:37.449Z | + kern=SunOS |
5 | 2024-11-28T04:06:37.449Z | + case "$kern" in |
6 | 2024-11-28T04:06:37.449Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:06:37.452Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:06:39.458Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:06:39.584Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:06:39.587Z | + home_fs=zfs |
11 | 2024-11-28T04:06:39.587Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:06:39.587Z | + mkdir -p /home/build |
13 | 2024-11-28T04:06:39.589Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:06:41.591Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:06:41.594Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-11-28T04:06:41.599Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:06:41.604Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:06:41.604Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:06:41.604Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-28T04:06:41.604Z | ' default |
21 | 2024-11-28T04:06:41.604Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-11-28T04:06:41.604Z | * toolchain profile = "default" |
23 | 2024-11-28T04:06:41.606Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:06:41.606Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:06:41.730Z | info: downloading installer |
26 | 2024-11-28T04:06:43.427Z | info: profile set to 'default' |
27 | 2024-11-28T04:06:43.427Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:06:43.429Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:06:43.590Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:06:43.590Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:06:44.483Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:06:44.827Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:06:46.046Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:06:48.024Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:06:55.016Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:06:55.277Z | info: installing component 'cargo' |
37 | 2024-11-28T04:06:56.095Z | info: installing component 'clippy' |
38 | 2024-11-28T04:06:56.474Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:06:58.155Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:06:59.969Z | info: installing component 'rustc' |
41 | 2024-11-28T04:07:05.925Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:07:06.256Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:07:06.256Z | |
44 | 2024-11-28T04:07:06.638Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:07:06.638Z | |
46 | 2024-11-28T04:07:06.642Z | |
47 | 2024-11-28T04:07:06.642Z | Rust is installed now. Great! |
48 | 2024-11-28T04:07:06.642Z | |
49 | 2024-11-28T04:07:06.642Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:07:06.642Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:07:06.642Z | |
52 | 2024-11-28T04:07:06.642Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:07:06.642Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:07:06.642Z | |
55 | 2024-11-28T04:07:06.642Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:07:06.642Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:07:06.642Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:07:06.715Z | + rustc --version |
59 | 2024-11-28T04:07:06.785Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:07:06.788Z | process exited: duration 25183 ms, exit code 0 |
|
61 | 2024-11-28T04:07:06.794Z | starting task 2: "authentication" |
62 | 2024-11-28T04:07:06.815Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T04:07:06.821Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:07:06.828Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:07:06.831Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:07:07.098Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:07:08.420Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:07:08.422Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:07:08.671Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:07:08.671Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:07:08.680Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:07:08.682Z | ++ git branch --show-current |
73 | 2024-11-28T04:07:08.685Z | + current=master |
74 | 2024-11-28T04:07:08.685Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:07:08.685Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:07:08.688Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:07:08.716Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:07:08.721Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:07:08.721Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:07:08.721Z | process exited: duration 1896 ms, exit code 0 |
|
81 | 2024-11-28T04:07:08.729Z | starting task 4: "build" |
82 | 2024-11-28T04:07:08.735Z | + cargo --version |
83 | 2024-11-28T04:07:08.738Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-28T04:07:08.900Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-28T04:07:08.900Z | info: downloading component 'cargo' |
86 | 2024-11-28T04:07:09.726Z | info: downloading component 'clippy' |
87 | 2024-11-28T04:07:10.040Z | info: downloading component 'rust-docs' |
88 | 2024-11-28T04:07:11.213Z | info: downloading component 'rust-std' |
89 | 2024-11-28T04:07:13.053Z | info: downloading component 'rustc' |
90 | 2024-11-28T04:07:19.706Z | info: downloading component 'rustfmt' |
91 | 2024-11-28T04:07:19.943Z | info: installing component 'cargo' |
92 | 2024-11-28T04:07:20.740Z | info: installing component 'clippy' |
93 | 2024-11-28T04:07:21.106Z | info: installing component 'rust-docs' |
94 | 2024-11-28T04:07:22.777Z | info: installing component 'rust-std' |
95 | 2024-11-28T04:07:24.474Z | info: installing component 'rustc' |
96 | 2024-11-28T04:07:30.338Z | info: installing component 'rustfmt' |
97 | 2024-11-28T04:07:30.739Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-28T04:07:30.741Z | + rustc --version |
99 | 2024-11-28T04:07:30.812Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-28T04:07:30.817Z | + cd lib/opte-ioctl |
101 | 2024-11-28T04:07:30.820Z | + header 'check style' |
102 | 2024-11-28T04:07:30.820Z | + echo '# ==== check style ==== #' |
103 | 2024-11-28T04:07:30.820Z | # ==== check style ==== # |
104 | 2024-11-28T04:07:30.820Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-28T04:07:31.017Z | |
106 | 2024-11-28T04:07:31.017Z | real 0.196134356 |
107 | 2024-11-28T04:07:31.017Z | user 0.104618214 |
108 | 2024-11-28T04:07:31.017Z | sys 0.086446040 |
109 | 2024-11-28T04:07:31.017Z | trap 0.000069984 |
110 | 2024-11-28T04:07:31.019Z | tflt 0.000000000 |
111 | 2024-11-28T04:07:31.019Z | dflt 0.000000000 |
112 | 2024-11-28T04:07:31.019Z | kflt 0.000000000 |
113 | 2024-11-28T04:07:31.019Z | lock 0.000000000 |
114 | 2024-11-28T04:07:31.019Z | slp 0.109996273 |
115 | 2024-11-28T04:07:31.019Z | lat 0.000881377 |
116 | 2024-11-28T04:07:31.020Z | stop 0.000129142 |
117 | 2024-11-28T04:07:31.020Z | + header analyze |
118 | 2024-11-28T04:07:31.020Z | + echo '# ==== analyze ==== #' |
119 | 2024-11-28T04:07:31.020Z | # ==== analyze ==== # |
120 | 2024-11-28T04:07:31.020Z | + ptime -m cargo clippy --all-targets |
121 | 2024-11-28T04:07:31.240Z | Updating crates.io index |
122 | 2024-11-28T04:07:31.303Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-11-28T04:07:31.998Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-11-28T04:07:32.290Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-11-28T04:07:32.559Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-11-28T04:07:32.835Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-11-28T04:07:33.080Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-11-28T04:07:33.291Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-11-28T04:07:33.526Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-11-28T04:07:33.780Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-11-28T04:07:34.670Z | Downloading crates ... |
132 | 2024-11-28T04:07:34.753Z | Downloaded rand v0.8.5 |
133 | 2024-11-28T04:07:34.759Z | Downloaded toml_datetime v0.6.8 |
134 | 2024-11-28T04:07:34.761Z | Downloaded tracing-attributes v0.1.27 |
135 | 2024-11-28T04:07:34.766Z | Downloaded equivalent v1.0.1 |
136 | 2024-11-28T04:07:34.772Z | Downloaded schemars v0.8.21 |
137 | 2024-11-28T04:07:34.781Z | Downloaded anyhow v1.0.93 |
138 | 2024-11-28T04:07:34.787Z | Downloaded autocfg v1.4.0 |
139 | 2024-11-28T04:07:34.834Z | Downloaded libc v0.2.164 |
140 | 2024-11-28T04:07:34.860Z | Downloaded darling_macro v0.20.10 |
141 | 2024-11-28T04:07:34.862Z | Downloaded cfg-if v1.0.0 |
142 | 2024-11-28T04:07:34.862Z | Downloaded bytes v1.8.0 |
143 | 2024-11-28T04:07:34.865Z | Downloaded byteorder v1.5.0 |
144 | 2024-11-28T04:07:34.867Z | Downloaded bitflags v1.3.2 |
145 | 2024-11-28T04:07:34.871Z | Downloaded darling v0.20.10 |
146 | 2024-11-28T04:07:34.876Z | Downloaded darling_core v0.20.10 |
147 | 2024-11-28T04:07:34.882Z | Downloaded bitflags v2.6.0 |
148 | 2024-11-28T04:07:34.885Z | Downloaded cstr-argument v0.1.2 |
149 | 2024-11-28T04:07:34.885Z | Downloaded colored v2.1.0 |
150 | 2024-11-28T04:07:34.886Z | Downloaded cobs v0.2.3 |
151 | 2024-11-28T04:07:34.891Z | Downloaded proc-macro-error-attr v1.0.4 |
152 | 2024-11-28T04:07:34.899Z | Downloaded ident_case v1.0.1 |
153 | 2024-11-28T04:07:34.902Z | Downloaded foreign-types-macros v0.2.3 |
154 | 2024-11-28T04:07:34.910Z | Downloaded fnv v1.0.7 |
155 | 2024-11-28T04:07:34.913Z | Downloaded num_enum v0.5.11 |
156 | 2024-11-28T04:07:34.916Z | Downloaded macaddr v1.0.1 |
157 | 2024-11-28T04:07:34.918Z | Downloaded foreign-types v0.5.0 |
158 | 2024-11-28T04:07:34.918Z | Downloaded embedded-io v0.4.0 |
159 | 2024-11-28T04:07:34.920Z | Downloaded either v1.13.0 |
160 | 2024-11-28T04:07:34.923Z | Downloaded embedded-io v0.6.1 |
161 | 2024-11-28T04:07:34.923Z | Downloaded managed v0.8.0 |
162 | 2024-11-28T04:07:34.923Z | Downloaded foreign-types-shared v0.3.1 |
163 | 2024-11-28T04:07:34.931Z | Downloaded pretty-hex v0.2.1 |
164 | 2024-11-28T04:07:34.943Z | Downloaded ppv-lite86 v0.2.20 |
165 | 2024-11-28T04:07:34.945Z | Downloaded defmt-macros v0.3.9 |
166 | 2024-11-28T04:07:34.948Z | Downloaded num_enum_derive v0.5.11 |
167 | 2024-11-28T04:07:34.952Z | Downloaded lazy_static v1.5.0 |
168 | 2024-11-28T04:07:34.956Z | Downloaded signal-hook-registry v1.4.2 |
169 | 2024-11-28T04:07:34.957Z | Downloaded dyn-clone v1.0.17 |
170 | 2024-11-28T04:07:34.963Z | Downloaded strsim v0.11.1 |
171 | 2024-11-28T04:07:34.965Z | Downloaded schemars_derive v0.8.21 |
172 | 2024-11-28T04:07:34.967Z | Downloaded once_cell v1.20.2 |
173 | 2024-11-28T04:07:34.967Z | Downloaded lock_api v0.4.12 |
174 | 2024-11-28T04:07:34.970Z | Downloaded hash32 v0.3.1 |
175 | 2024-11-28T04:07:34.973Z | Downloaded thiserror-impl v1.0.69 |
176 | 2024-11-28T04:07:34.975Z | Downloaded ipnetwork v0.20.0 |
177 | 2024-11-28T04:07:34.975Z | Downloaded rand_chacha v0.3.1 |
178 | 2024-11-28T04:07:34.988Z | Downloaded proc-macro-crate v1.3.1 |
179 | 2024-11-28T04:07:34.988Z | Downloaded defmt-parser v0.3.4 |
180 | 2024-11-28T04:07:34.988Z | Downloaded stable_deref_trait v1.2.0 |
181 | 2024-11-28T04:07:34.989Z | Downloaded version_check v0.9.5 |
182 | 2024-11-28T04:07:34.992Z | Downloaded tokio-macros v2.4.0 |
183 | 2024-11-28T04:07:34.996Z | Downloaded scopeguard v1.2.0 |
184 | 2024-11-28T04:07:34.996Z | Downloaded rand_core v0.6.4 |
185 | 2024-11-28T04:07:34.996Z | Downloaded parking_lot_core v0.9.10 |
186 | 2024-11-28T04:07:35.004Z | Downloaded defmt v0.3.8 |
187 | 2024-11-28T04:07:35.007Z | Downloaded aho-corasick v1.1.3 |
188 | 2024-11-28T04:07:35.013Z | Downloaded thiserror v1.0.69 |
189 | 2024-11-28T04:07:35.017Z | Downloaded itoa v1.0.13 |
190 | 2024-11-28T04:07:35.019Z | Downloaded getrandom v0.2.15 |
191 | 2024-11-28T04:07:35.032Z | Downloaded smallvec v1.13.2 |
192 | 2024-11-28T04:07:35.035Z | Downloaded quote v1.0.37 |
193 | 2024-11-28T04:07:35.042Z | Downloaded pin-project-lite v0.2.15 |
194 | 2024-11-28T04:07:35.052Z | Downloaded unicode-ident v1.0.14 |
195 | 2024-11-28T04:07:35.054Z | Downloaded serde_derive_internals v0.29.1 |
196 | 2024-11-28T04:07:35.057Z | Downloaded postcard v1.0.10 |
197 | 2024-11-28T04:07:35.060Z | Downloaded parking_lot v0.12.3 |
198 | 2024-11-28T04:07:35.063Z | Downloaded serde_derive v1.0.215 |
199 | 2024-11-28T04:07:35.073Z | Downloaded proc-macro2 v1.0.92 |
200 | 2024-11-28T04:07:35.078Z | Downloaded zerocopy-derive v0.7.35 |
201 | 2024-11-28T04:07:35.081Z | Downloaded proc-macro-error v1.0.4 |
202 | 2024-11-28T04:07:35.084Z | Downloaded socket2 v0.5.7 |
203 | 2024-11-28T04:07:35.086Z | Downloaded ryu v1.0.18 |
204 | 2024-11-28T04:07:35.103Z | Downloaded tracing-core v0.1.32 |
205 | 2024-11-28T04:07:35.112Z | Downloaded uuid v1.11.0 |
206 | 2024-11-28T04:07:35.115Z | Downloaded mio v1.0.2 |
207 | 2024-11-28T04:07:35.128Z | Downloaded serde v1.0.215 |
208 | 2024-11-28T04:07:35.131Z | Downloaded zerocopy-derive v0.8.10 |
209 | 2024-11-28T04:07:35.131Z | Downloaded memchr v2.7.4 |
210 | 2024-11-28T04:07:35.134Z | Downloaded toml_edit v0.19.15 |
211 | 2024-11-28T04:07:35.149Z | Downloaded indexmap v2.6.0 |
212 | 2024-11-28T04:07:35.153Z | Downloaded tracing v0.1.40 |
213 | 2024-11-28T04:07:35.157Z | Downloaded heapless v0.8.0 |
214 | 2024-11-28T04:07:35.173Z | Downloaded hashbrown v0.15.2 |
215 | 2024-11-28T04:07:35.192Z | Downloaded serde_json v1.0.133 |
216 | 2024-11-28T04:07:35.199Z | Downloaded itertools v0.13.0 |
217 | 2024-11-28T04:07:35.212Z | Downloaded winnow v0.5.40 |
218 | 2024-11-28T04:07:35.220Z | Downloaded zerocopy v0.7.35 |
219 | 2024-11-28T04:07:35.235Z | Downloaded winnow v0.6.20 |
220 | 2024-11-28T04:07:35.258Z | Downloaded zerocopy v0.8.10 |
221 | 2024-11-28T04:07:35.282Z | Downloaded syn v2.0.89 |
222 | 2024-11-28T04:07:35.292Z | Downloaded regex v1.11.1 |
223 | 2024-11-28T04:07:35.305Z | Downloaded syn v1.0.109 |
224 | 2024-11-28T04:07:35.323Z | Downloaded smoltcp v0.12.0 |
225 | 2024-11-28T04:07:35.336Z | Downloaded regex-syntax v0.8.5 |
226 | 2024-11-28T04:07:35.381Z | Downloaded regex-automata v0.4.9 |
227 | 2024-11-28T04:07:35.398Z | Downloaded tokio v1.41.1 |
228 | 2024-11-28T04:07:35.565Z | Compiling proc-macro2 v1.0.92 |
229 | 2024-11-28T04:07:35.566Z | Compiling unicode-ident v1.0.14 |
230 | 2024-11-28T04:07:35.568Z | Checking cfg-if v1.0.0 |
231 | 2024-11-28T04:07:35.568Z | Compiling libc v0.2.164 |
232 | 2024-11-28T04:07:35.568Z | Compiling serde v1.0.215 |
233 | 2024-11-28T04:07:35.568Z | Checking byteorder v1.5.0 |
234 | 2024-11-28T04:07:35.569Z | Compiling fnv v1.0.7 |
235 | 2024-11-28T04:07:35.569Z | Compiling memchr v2.7.4 |
236 | 2024-11-28T04:07:35.655Z | Compiling strsim v0.11.1 |
237 | 2024-11-28T04:07:35.724Z | Compiling ident_case v1.0.1 |
238 | 2024-11-28T04:07:35.776Z | Compiling syn v1.0.109 |
239 | 2024-11-28T04:07:35.868Z | Compiling regex-syntax v0.8.5 |
240 | 2024-11-28T04:07:35.879Z | Compiling equivalent v1.0.1 |
241 | 2024-11-28T04:07:35.964Z | Compiling either v1.13.0 |
242 | 2024-11-28T04:07:36.274Z | Compiling autocfg v1.4.0 |
243 | 2024-11-28T04:07:36.326Z | Compiling hashbrown v0.15.2 |
244 | 2024-11-28T04:07:36.812Z | Compiling aho-corasick v1.1.3 |
245 | 2024-11-28T04:07:36.896Z | Compiling zerocopy v0.8.10 |
246 | 2024-11-28T04:07:36.906Z | Compiling itertools v0.13.0 |
247 | 2024-11-28T04:07:36.961Z | Compiling lock_api v0.4.12 |
248 | 2024-11-28T04:07:37.302Z | Compiling indexmap v2.6.0 |
249 | 2024-11-28T04:07:37.363Z | Compiling parking_lot_core v0.9.10 |
250 | 2024-11-28T04:07:37.637Z | Compiling winnow v0.5.40 |
251 | 2024-11-28T04:07:37.667Z | Compiling heapless v0.8.0 |
252 | 2024-11-28T04:07:37.824Z | Compiling toml_datetime v0.6.8 |
253 | 2024-11-28T04:07:38.181Z | Compiling quote v1.0.37 |
254 | 2024-11-28T04:07:38.577Z | Compiling syn v2.0.89 |
255 | 2024-11-28T04:07:39.143Z | Compiling regex-automata v0.4.9 |
256 | 2024-11-28T04:07:39.318Z | Checking hash32 v0.3.1 |
257 | 2024-11-28T04:07:39.486Z | Compiling serde_json v1.0.133 |
258 | 2024-11-28T04:07:39.861Z | Checking scopeguard v1.2.0 |
259 | 2024-11-28T04:07:39.976Z | Compiling smoltcp v0.12.0 |
260 | 2024-11-28T04:07:40.174Z | Checking macaddr v1.0.1 |
261 | 2024-11-28T04:07:40.434Z | Compiling once_cell v1.20.2 |
262 | 2024-11-28T04:07:40.637Z | Checking dyn-clone v1.0.17 |
263 | 2024-11-28T04:07:40.774Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
264 | 2024-11-28T04:07:40.824Z | Checking stable_deref_trait v1.2.0 |
265 | 2024-11-28T04:07:40.913Z | Checking smallvec v1.13.2 |
266 | 2024-11-28T04:07:41.196Z | Compiling toml_edit v0.19.15 |
267 | 2024-11-28T04:07:41.462Z | Checking getrandom v0.2.15 |
268 | 2024-11-28T04:07:41.567Z | Checking managed v0.8.0 |
269 | 2024-11-28T04:07:41.577Z | Checking pin-project-lite v0.2.15 |
270 | 2024-11-28T04:07:41.657Z | Checking ryu v1.0.18 |
271 | 2024-11-28T04:07:41.678Z | Checking bitflags v1.3.2 |
272 | 2024-11-28T04:07:41.762Z | Checking cobs v0.2.3 |
273 | 2024-11-28T04:07:41.883Z | Compiling thiserror v1.0.69 |
274 | 2024-11-28T04:07:41.927Z | Compiling version_check v0.9.5 |
275 | 2024-11-28T04:07:41.936Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
276 | 2024-11-28T04:07:41.947Z | Compiling schemars v0.8.21 |
277 | 2024-11-28T04:07:42.275Z | Checking bitflags v2.6.0 |
278 | 2024-11-28T04:07:42.344Z | Checking itoa v1.0.13 |
279 | 2024-11-28T04:07:42.525Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
280 | 2024-11-28T04:07:42.563Z | Checking rand_core v0.6.4 |
281 | 2024-11-28T04:07:42.741Z | Checking parking_lot v0.12.3 |
282 | 2024-11-28T04:07:42.838Z | Checking mio v1.0.2 |
283 | 2024-11-28T04:07:42.888Z | Checking signal-hook-registry v1.4.2 |
284 | 2024-11-28T04:07:43.089Z | Checking socket2 v0.5.7 |
285 | 2024-11-28T04:07:43.117Z | Compiling regex v1.11.1 |
286 | 2024-11-28T04:07:43.576Z | Checking foreign-types-shared v0.3.1 |
287 | 2024-11-28T04:07:43.679Z | Compiling proc-macro-crate v1.3.1 |
288 | 2024-11-28T04:07:43.717Z | Compiling anyhow v1.0.93 |
289 | 2024-11-28T04:07:44.178Z | Checking bytes v1.8.0 |
290 | 2024-11-28T04:07:44.319Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
291 | 2024-11-28T04:07:44.523Z | Checking tracing-core v0.1.32 |
292 | 2024-11-28T04:07:44.963Z | Checking cstr-argument v0.1.2 |
293 | 2024-11-28T04:07:45.100Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
294 | 2024-11-28T04:07:45.126Z | Checking lazy_static v1.5.0 |
295 | 2024-11-28T04:07:45.192Z | Checking pretty-hex v0.2.1 |
296 | 2024-11-28T04:07:45.237Z | Checking colored v2.1.0 |
297 | 2024-11-28T04:07:45.435Z | Checking winnow v0.6.20 |
298 | 2024-11-28T04:07:45.517Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
299 | 2024-11-28T04:07:45.662Z | Compiling darling_core v0.20.10 |
300 | 2024-11-28T04:07:45.707Z | Compiling serde_derive_internals v0.29.1 |
301 | 2024-11-28T04:07:47.476Z | Compiling num_enum_derive v0.5.11 |
302 | 2024-11-28T04:07:47.523Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
303 | 2024-11-28T04:07:48.423Z | Compiling serde_derive v1.0.215 |
304 | 2024-11-28T04:07:48.447Z | Compiling zerocopy-derive v0.8.10 |
305 | 2024-11-28T04:07:48.460Z | Compiling zerocopy-derive v0.7.35 |
306 | 2024-11-28T04:07:48.483Z | Compiling foreign-types-macros v0.2.3 |
307 | 2024-11-28T04:07:48.545Z | Compiling tokio-macros v2.4.0 |
308 | 2024-11-28T04:07:48.587Z | Compiling thiserror-impl v1.0.69 |
309 | 2024-11-28T04:07:49.300Z | Compiling schemars_derive v0.8.21 |
310 | 2024-11-28T04:07:49.799Z | Checking foreign-types v0.5.0 |
311 | 2024-11-28T04:07:49.900Z | Checking num_enum v0.5.11 |
312 | 2024-11-28T04:07:50.050Z | Compiling tracing-attributes v0.1.27 |
313 | 2024-11-28T04:07:50.053Z | Checking tokio v1.41.1 |
314 | 2024-11-28T04:07:50.365Z | Checking zerocopy v0.7.35 |
315 | 2024-11-28T04:07:50.961Z | Compiling darling_macro v0.20.10 |
316 | 2024-11-28T04:07:51.546Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
317 | 2024-11-28T04:07:51.712Z | Checking ppv-lite86 v0.2.20 |
318 | 2024-11-28T04:07:51.908Z | Compiling darling v0.20.10 |
319 | 2024-11-28T04:07:52.019Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
320 | 2024-11-28T04:07:52.159Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
321 | 2024-11-28T04:07:52.460Z | Checking rand_chacha v0.3.1 |
322 | 2024-11-28T04:07:52.475Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
323 | 2024-11-28T04:07:52.814Z | Checking rand v0.8.5 |
324 | 2024-11-28T04:07:53.129Z | Checking tracing v0.1.40 |
325 | 2024-11-28T04:07:56.019Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
326 | 2024-11-28T04:07:56.272Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
327 | 2024-11-28T04:07:57.662Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
328 | 2024-11-28T04:07:57.662Z | Checking postcard v1.0.10 |
329 | 2024-11-28T04:07:57.665Z | Checking ipnetwork v0.20.0 |
330 | 2024-11-28T04:07:57.665Z | Checking uuid v1.11.0 |
331 | 2024-11-28T04:07:59.082Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
332 | 2024-11-28T04:07:59.241Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
333 | 2024-11-28T04:07:59.241Z | --> crates/opte-api/src/ip.rs:710:20 |
334 | 2024-11-28T04:07:59.241Z | | |
335 | 2024-11-28T04:07:59.242Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
336 | 2024-11-28T04:07:59.242Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
337 | 2024-11-28T04:07:59.242Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:165:1 |
338 | 2024-11-28T04:07:59.242Z | | |
339 | 2024-11-28T04:07:59.242Z | = note: `smoltcp::wire::Ipv6Address` defined here |
340 | 2024-11-28T04:07:59.242Z | | |
341 | 2024-11-28T04:07:59.242Z | help: you might have meant to use an associated function to build this type |
342 | 2024-11-28T04:07:59.242Z | | |
343 | 2024-11-28T04:07:59.242Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
344 | 2024-11-28T04:07:59.242Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
345 | 2024-11-28T04:07:59.242Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
346 | 2024-11-28T04:07:59.242Z | | ~~~~~~~~~~~~~~ |
347 | 2024-11-28T04:07:59.242Z | |
348 | 2024-11-28T04:07:59.376Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
349 | 2024-11-28T04:07:59.376Z | --> crates/opte-api/src/ip.rs:448:1 |
350 | 2024-11-28T04:07:59.376Z | | |
351 | 2024-11-28T04:07:59.376Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
352 | 2024-11-28T04:07:59.376Z | | ------------------------------------------- first implementation here |
353 | 2024-11-28T04:07:59.376Z | ... |
354 | 2024-11-28T04:07:59.376Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
355 | 2024-11-28T04:07:59.378Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
356 | 2024-11-28T04:07:59.378Z | |
357 | 2024-11-28T04:07:59.378Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
358 | 2024-11-28T04:07:59.378Z | --> crates/opte-api/src/ip.rs:455:1 |
359 | 2024-11-28T04:07:59.379Z | | |
360 | 2024-11-28T04:07:59.379Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
361 | 2024-11-28T04:07:59.379Z | | ------------------------------------------- first implementation here |
362 | 2024-11-28T04:07:59.379Z | ... |
363 | 2024-11-28T04:07:59.379Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
364 | 2024-11-28T04:07:59.379Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
365 | 2024-11-28T04:07:59.379Z | |
366 | 2024-11-28T04:07:59.379Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
367 | 2024-11-28T04:07:59.379Z | --> crates/opte-api/src/ip.rs:727:1 |
368 | 2024-11-28T04:07:59.379Z | | |
369 | 2024-11-28T04:07:59.379Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
370 | 2024-11-28T04:07:59.379Z | | ------------------------------------------- first implementation here |
371 | 2024-11-28T04:07:59.379Z | ... |
372 | 2024-11-28T04:07:59.379Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
373 | 2024-11-28T04:07:59.379Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
374 | 2024-11-28T04:07:59.379Z | |
375 | 2024-11-28T04:07:59.379Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
376 | 2024-11-28T04:07:59.379Z | --> crates/opte-api/src/ip.rs:736:1 |
377 | 2024-11-28T04:07:59.379Z | | |
378 | 2024-11-28T04:07:59.380Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
379 | 2024-11-28T04:07:59.380Z | | ------------------------------------------- first implementation here |
380 | 2024-11-28T04:07:59.380Z | ... |
381 | 2024-11-28T04:07:59.380Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
382 | 2024-11-28T04:07:59.380Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
383 | 2024-11-28T04:07:59.380Z | |
384 | 2024-11-28T04:07:59.561Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
385 | 2024-11-28T04:07:59.561Z | --> crates/opte-api/src/ip.rs:450:29 |
386 | 2024-11-28T04:07:59.561Z | | |
387 | 2024-11-28T04:07:59.561Z | 450 | let bytes = smolip4.as_bytes(); |
388 | 2024-11-28T04:07:59.561Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
389 | 2024-11-28T04:07:59.561Z | |
390 | 2024-11-28T04:07:59.569Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
391 | 2024-11-28T04:07:59.569Z | --> crates/opte-api/src/ip.rs:457:15 |
392 | 2024-11-28T04:07:59.569Z | | |
393 | 2024-11-28T04:07:59.569Z | 457 | Self::from_bytes(&ip) |
394 | 2024-11-28T04:07:59.569Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
395 | 2024-11-28T04:07:59.569Z | | |
396 | 2024-11-28T04:07:59.569Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
397 | 2024-11-28T04:07:59.569Z | core::net::Ipv4Addr::new |
398 | 2024-11-28T04:07:59.569Z | core::net::Ipv4Addr::from_bits |
399 | 2024-11-28T04:07:59.569Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
400 | 2024-11-28T04:07:59.569Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:474:5 |
401 | 2024-11-28T04:07:59.569Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:344:5 |
402 | 2024-11-28T04:07:59.569Z | help: there is an associated function `from_bits` with a similar name |
403 | 2024-11-28T04:07:59.569Z | | |
404 | 2024-11-28T04:07:59.569Z | 457 | Self::from_bits(&ip) |
405 | 2024-11-28T04:07:59.569Z | | ~~~~~~~~~ |
406 | 2024-11-28T04:07:59.569Z | |
407 | 2024-11-28T04:07:59.601Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
408 | 2024-11-28T04:07:59.601Z | --> crates/opte-api/src/ip.rs:731:34 |
409 | 2024-11-28T04:07:59.601Z | | |
410 | 2024-11-28T04:07:59.601Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
411 | 2024-11-28T04:07:59.601Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
412 | 2024-11-28T04:07:59.601Z | |
413 | 2024-11-28T04:07:59.604Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
414 | 2024-11-28T04:07:59.605Z | --> crates/opte-api/src/ip.rs:739:15 |
415 | 2024-11-28T04:07:59.605Z | | |
416 | 2024-11-28T04:07:59.605Z | 739 | Self::from_bytes(&ip) |
417 | 2024-11-28T04:07:59.605Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
418 | 2024-11-28T04:07:59.605Z | | |
419 | 2024-11-28T04:07:59.605Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
420 | 2024-11-28T04:07:59.605Z | core::net::Ipv6Addr::new |
421 | 2024-11-28T04:07:59.605Z | core::net::Ipv6Addr::from_bits |
422 | 2024-11-28T04:07:59.605Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
423 | 2024-11-28T04:07:59.605Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:1238:5 |
424 | 2024-11-28T04:07:59.605Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:375:5 |
425 | 2024-11-28T04:07:59.605Z | help: there is an associated function `from_bits` with a similar name |
426 | 2024-11-28T04:07:59.605Z | | |
427 | 2024-11-28T04:07:59.605Z | 739 | Self::from_bits(&ip) |
428 | 2024-11-28T04:07:59.605Z | | ~~~~~~~~~ |
429 | 2024-11-28T04:07:59.605Z | |
430 | 2024-11-28T04:07:59.669Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
431 | 2024-11-28T04:07:59.919Z | Some errors have detailed explanations: E0119, E0423, E0599. |
432 | 2024-11-28T04:07:59.919Z | For more information about an error, try `rustc --explain E0119`. |
433 | 2024-11-28T04:08:00.057Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
434 | 2024-11-28T04:08:00.058Z | warning: build failed, waiting for other jobs to finish... |
435 | 2024-11-28T04:08:01.024Z | |
436 | 2024-11-28T04:08:01.024Z | real 29.994393581 |
437 | 2024-11-28T04:08:01.026Z | user 2:07.842177108 |
438 | 2024-11-28T04:08:01.026Z | sys 28.727176337 |
439 | 2024-11-28T04:08:01.026Z | trap 0.081892852 |
440 | 2024-11-28T04:08:01.026Z | tflt 0.247888335 |
441 | 2024-11-28T04:08:01.026Z | dflt 1.074526586 |
442 | 2024-11-28T04:08:01.026Z | kflt 0.008433882 |
443 | 2024-11-28T04:08:01.028Z | lock 2:50.739315411 |
444 | 2024-11-28T04:08:01.028Z | slp 8:59.292374260 |
445 | 2024-11-28T04:08:01.028Z | lat 7.360459171 |
446 | 2024-11-28T04:08:01.028Z | stop 15.170598846 |
447 | 2024-11-28T04:08:01.028Z | process exited: duration 52285 ms, exit code 101 |
|
448 | 2024-11-28T04:08:01.034Z | found 0 output files |