|
|
|
1 | 2024-11-28T04:06:27.961Z | job assigned to worker 01JDRF45AM324WGXXPVETACVSD [factory aws, i-02dbc912dd488d16e] (queued for 1 m 0 s) |
|
2 | 2024-11-28T04:06:36.134Z | starting task 0: "setup" |
3 | 2024-11-28T04:06:36.143Z | ++ uname -s |
4 | 2024-11-28T04:06:36.146Z | + kern=SunOS |
5 | 2024-11-28T04:06:36.146Z | + case "$kern" in |
6 | 2024-11-28T04:06:36.146Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:06:36.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:06:38.154Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:06:38.264Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:06:38.266Z | + home_fs=zfs |
11 | 2024-11-28T04:06:38.266Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:06:38.266Z | + mkdir -p /home/build |
13 | 2024-11-28T04:06:38.268Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:06:39.270Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:06:39.273Z | process exited: duration 3138 ms, exit code 0 |
|
16 | 2024-11-28T04:06:39.278Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:06:39.283Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:06:39.283Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:06:39.283Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-28T04:06:39.283Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2024-11-28T04:06:39.283Z | ' default |
22 | 2024-11-28T04:06:39.283Z | * toolchain profile = "default" |
23 | 2024-11-28T04:06:39.286Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:06:39.286Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:06:39.400Z | info: downloading installer |
26 | 2024-11-28T04:06:40.802Z | info: profile set to 'default' |
27 | 2024-11-28T04:06:40.802Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:06:40.805Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:06:40.984Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:06:40.984Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:06:42.030Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:06:42.434Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:06:43.862Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:06:46.162Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:06:54.353Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:06:54.659Z | info: installing component 'cargo' |
37 | 2024-11-28T04:06:55.498Z | info: installing component 'clippy' |
38 | 2024-11-28T04:06:55.873Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:06:57.585Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:06:59.364Z | info: installing component 'rustc' |
41 | 2024-11-28T04:07:05.366Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:07:05.701Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:07:05.701Z | |
44 | 2024-11-28T04:07:06.093Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:07:06.093Z | |
46 | 2024-11-28T04:07:06.095Z | |
47 | 2024-11-28T04:07:06.095Z | Rust is installed now. Great! |
48 | 2024-11-28T04:07:06.095Z | |
49 | 2024-11-28T04:07:06.095Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:07:06.095Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:07:06.095Z | |
52 | 2024-11-28T04:07:06.096Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:07:06.096Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:07:06.096Z | |
55 | 2024-11-28T04:07:06.096Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:07:06.096Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:07:06.096Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:07:06.175Z | + rustc --version |
59 | 2024-11-28T04:07:06.239Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:07:06.244Z | process exited: duration 26959 ms, exit code 0 |
|
61 | 2024-11-28T04:07:06.251Z | starting task 2: "authentication" |
62 | 2024-11-28T04:07:06.273Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-28T04:07:06.281Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:07:06.288Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:07:06.292Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:07:07.556Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:07:09.155Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:07:09.155Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:07:09.389Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:07:09.389Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:07:09.397Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:07:09.399Z | ++ git branch --show-current |
73 | 2024-11-28T04:07:09.402Z | + current=master |
74 | 2024-11-28T04:07:09.402Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:07:09.402Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:07:09.404Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:07:09.426Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:07:09.430Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:07:09.432Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:07:09.435Z | process exited: duration 3151 ms, exit code 0 |
|
81 | 2024-11-28T04:07:09.440Z | starting task 4: "build" |
82 | 2024-11-28T04:07:09.446Z | + cargo --version |
83 | 2024-11-28T04:07:09.450Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-28T04:07:09.596Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-28T04:07:09.596Z | info: downloading component 'cargo' |
86 | 2024-11-28T04:07:10.327Z | info: downloading component 'clippy' |
87 | 2024-11-28T04:07:10.604Z | info: downloading component 'rust-docs' |
88 | 2024-11-28T04:07:11.639Z | info: downloading component 'rust-std' |
89 | 2024-11-28T04:07:13.270Z | info: downloading component 'rustc' |
90 | 2024-11-28T04:07:19.177Z | info: downloading component 'rustfmt' |
91 | 2024-11-28T04:07:19.385Z | info: installing component 'cargo' |
92 | 2024-11-28T04:07:20.175Z | info: installing component 'clippy' |
93 | 2024-11-28T04:07:20.537Z | info: installing component 'rust-docs' |
94 | 2024-11-28T04:07:22.266Z | info: installing component 'rust-std' |
95 | 2024-11-28T04:07:24.032Z | info: installing component 'rustc' |
96 | 2024-11-28T04:07:29.930Z | info: installing component 'rustfmt' |
97 | 2024-11-28T04:07:30.331Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-28T04:07:30.335Z | + rustc --version |
99 | 2024-11-28T04:07:30.403Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-28T04:07:30.408Z | + cd crates/opte-api |
101 | 2024-11-28T04:07:30.411Z | + header 'check API_VERSION' |
102 | 2024-11-28T04:07:30.411Z | + echo '# ==== check API_VERSION ==== #' |
103 | 2024-11-28T04:07:30.411Z | # ==== check API_VERSION ==== # |
104 | 2024-11-28T04:07:30.411Z | + ./check-api-version.sh |
105 | 2024-11-28T04:07:30.418Z | + header 'check style' |
106 | 2024-11-28T04:07:30.422Z | + echo '# ==== check style ==== #' |
107 | 2024-11-28T04:07:30.422Z | # ==== check style ==== # |
108 | 2024-11-28T04:07:30.422Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
109 | 2024-11-28T04:07:30.631Z | |
110 | 2024-11-28T04:07:30.631Z | real 0.208748099 |
111 | 2024-11-28T04:07:30.631Z | user 0.115986550 |
112 | 2024-11-28T04:07:30.631Z | sys 0.088204941 |
113 | 2024-11-28T04:07:30.631Z | trap 0.000004908 |
114 | 2024-11-28T04:07:30.631Z | tflt 0.000000000 |
115 | 2024-11-28T04:07:30.631Z | dflt 0.000000000 |
116 | 2024-11-28T04:07:30.631Z | kflt 0.000000000 |
117 | 2024-11-28T04:07:30.631Z | lock 0.000000000 |
118 | 2024-11-28T04:07:30.631Z | slp 0.123528184 |
119 | 2024-11-28T04:07:30.631Z | lat 0.000258846 |
120 | 2024-11-28T04:07:30.633Z | stop 0.000126538 |
121 | 2024-11-28T04:07:30.633Z | + header 'analyze std' |
122 | 2024-11-28T04:07:30.633Z | + echo '# ==== analyze std ==== #' |
123 | 2024-11-28T04:07:30.633Z | # ==== analyze std ==== # |
124 | 2024-11-28T04:07:30.633Z | + ptime -m cargo clippy --all-targets |
125 | 2024-11-28T04:07:30.847Z | Updating crates.io index |
126 | 2024-11-28T04:07:30.938Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
127 | 2024-11-28T04:07:31.569Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
128 | 2024-11-28T04:07:31.875Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2024-11-28T04:07:32.115Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-11-28T04:07:32.470Z | Updating git repository `https://github.com/oxidecomputer/zone` |
131 | 2024-11-28T04:07:32.754Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
132 | 2024-11-28T04:07:33.009Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2024-11-28T04:07:33.277Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2024-11-28T04:07:33.549Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2024-11-28T04:07:34.428Z | Downloading crates ... |
136 | 2024-11-28T04:07:34.527Z | Downloaded itertools v0.13.0 |
137 | 2024-11-28T04:07:34.534Z | Downloaded bitflags v1.3.2 |
138 | 2024-11-28T04:07:34.548Z | Downloaded syn v2.0.89 |
139 | 2024-11-28T04:07:34.559Z | Downloaded embedded-io v0.6.1 |
140 | 2024-11-28T04:07:34.562Z | Downloaded byteorder v1.5.0 |
141 | 2024-11-28T04:07:34.562Z | Downloaded strsim v0.11.1 |
142 | 2024-11-28T04:07:34.564Z | Downloaded bitflags v2.6.0 |
143 | 2024-11-28T04:07:34.567Z | Downloaded version_check v0.9.5 |
144 | 2024-11-28T04:07:34.569Z | Downloaded fnv v1.0.7 |
145 | 2024-11-28T04:07:34.569Z | Downloaded darling_macro v0.20.10 |
146 | 2024-11-28T04:07:34.569Z | Downloaded aho-corasick v1.1.3 |
147 | 2024-11-28T04:07:34.574Z | Downloaded quote v1.0.37 |
148 | 2024-11-28T04:07:34.577Z | Downloaded proc-macro-error v1.0.4 |
149 | 2024-11-28T04:07:34.581Z | Downloaded proc-macro-error-attr v1.0.4 |
150 | 2024-11-28T04:07:34.585Z | Downloaded ident_case v1.0.1 |
151 | 2024-11-28T04:07:34.585Z | Downloaded memchr v2.7.4 |
152 | 2024-11-28T04:07:34.588Z | Downloaded defmt v0.3.8 |
153 | 2024-11-28T04:07:34.593Z | Downloaded stable_deref_trait v1.2.0 |
154 | 2024-11-28T04:07:34.596Z | Downloaded cfg-if v1.0.0 |
155 | 2024-11-28T04:07:34.604Z | Downloaded unicode-ident v1.0.14 |
156 | 2024-11-28T04:07:34.606Z | Downloaded hash32 v0.3.1 |
157 | 2024-11-28T04:07:34.606Z | Downloaded thiserror-impl v1.0.69 |
158 | 2024-11-28T04:07:34.610Z | Downloaded defmt-parser v0.3.4 |
159 | 2024-11-28T04:07:34.613Z | Downloaded defmt-macros v0.3.9 |
160 | 2024-11-28T04:07:34.613Z | Downloaded embedded-io v0.4.0 |
161 | 2024-11-28T04:07:34.615Z | Downloaded cobs v0.2.3 |
162 | 2024-11-28T04:07:34.618Z | Downloaded either v1.13.0 |
163 | 2024-11-28T04:07:34.621Z | Downloaded darling v0.20.10 |
164 | 2024-11-28T04:07:34.625Z | Downloaded thiserror v1.0.69 |
165 | 2024-11-28T04:07:34.629Z | Downloaded managed v0.8.0 |
166 | 2024-11-28T04:07:34.632Z | Downloaded macaddr v1.0.1 |
167 | 2024-11-28T04:07:34.636Z | Downloaded ipnetwork v0.20.0 |
168 | 2024-11-28T04:07:34.645Z | Downloaded serde_derive v1.0.215 |
169 | 2024-11-28T04:07:34.648Z | Downloaded proc-macro2 v1.0.92 |
170 | 2024-11-28T04:07:34.650Z | Downloaded postcard v1.0.10 |
171 | 2024-11-28T04:07:34.667Z | Downloaded serde v1.0.215 |
172 | 2024-11-28T04:07:34.670Z | Downloaded darling_core v0.20.10 |
173 | 2024-11-28T04:07:34.673Z | Downloaded zerocopy-derive v0.8.10 |
174 | 2024-11-28T04:07:34.680Z | Downloaded heapless v0.8.0 |
175 | 2024-11-28T04:07:34.727Z | Downloaded zerocopy v0.8.10 |
176 | 2024-11-28T04:07:34.750Z | Downloaded regex-syntax v0.8.5 |
177 | 2024-11-28T04:07:34.758Z | Downloaded syn v1.0.109 |
178 | 2024-11-28T04:07:34.769Z | Downloaded regex v1.11.1 |
179 | 2024-11-28T04:07:34.796Z | Downloaded smoltcp v0.12.0 |
180 | 2024-11-28T04:07:34.813Z | Downloaded regex-automata v0.4.9 |
181 | 2024-11-28T04:07:34.940Z | Compiling proc-macro2 v1.0.92 |
182 | 2024-11-28T04:07:34.940Z | Compiling unicode-ident v1.0.14 |
183 | 2024-11-28T04:07:34.943Z | Compiling strsim v0.11.1 |
184 | 2024-11-28T04:07:34.943Z | Compiling memchr v2.7.4 |
185 | 2024-11-28T04:07:34.944Z | Compiling fnv v1.0.7 |
186 | 2024-11-28T04:07:34.944Z | Compiling ident_case v1.0.1 |
187 | 2024-11-28T04:07:34.944Z | Compiling regex-syntax v0.8.5 |
188 | 2024-11-28T04:07:34.950Z | Compiling either v1.13.0 |
189 | 2024-11-28T04:07:35.083Z | Compiling zerocopy v0.8.10 |
190 | 2024-11-28T04:07:35.117Z | Compiling serde v1.0.215 |
191 | 2024-11-28T04:07:35.129Z | Checking byteorder v1.5.0 |
192 | 2024-11-28T04:07:35.387Z | Compiling itertools v0.13.0 |
193 | 2024-11-28T04:07:35.397Z | Compiling heapless v0.8.0 |
194 | 2024-11-28T04:07:35.617Z | Checking hash32 v0.3.1 |
195 | 2024-11-28T04:07:35.740Z | Compiling smoltcp v0.12.0 |
196 | 2024-11-28T04:07:36.158Z | Compiling aho-corasick v1.1.3 |
197 | 2024-11-28T04:07:36.361Z | Checking stable_deref_trait v1.2.0 |
198 | 2024-11-28T04:07:36.396Z | Checking macaddr v1.0.1 |
199 | 2024-11-28T04:07:36.441Z | Checking managed v0.8.0 |
200 | 2024-11-28T04:07:36.449Z | Checking cfg-if v1.0.0 |
201 | 2024-11-28T04:07:36.519Z | Checking bitflags v2.6.0 |
202 | 2024-11-28T04:07:36.657Z | Checking cobs v0.2.3 |
203 | 2024-11-28T04:07:36.773Z | Checking bitflags v1.3.2 |
204 | 2024-11-28T04:07:36.827Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
205 | 2024-11-28T04:07:36.837Z | Checking ipnetwork v0.20.0 |
206 | 2024-11-28T04:07:37.356Z | Compiling quote v1.0.37 |
207 | 2024-11-28T04:07:37.689Z | Compiling syn v2.0.89 |
208 | 2024-11-28T04:07:38.049Z | Compiling regex-automata v0.4.9 |
209 | 2024-11-28T04:07:40.949Z | Compiling regex v1.11.1 |
210 | 2024-11-28T04:07:42.292Z | Compiling darling_core v0.20.10 |
211 | 2024-11-28T04:07:43.666Z | Compiling zerocopy-derive v0.8.10 |
212 | 2024-11-28T04:07:43.666Z | Compiling serde_derive v1.0.215 |
213 | 2024-11-28T04:07:45.047Z | Compiling darling_macro v0.20.10 |
214 | 2024-11-28T04:07:45.689Z | Compiling darling v0.20.10 |
215 | 2024-11-28T04:07:45.771Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
216 | 2024-11-28T04:07:49.125Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
217 | 2024-11-28T04:07:50.353Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
218 | 2024-11-28T04:07:50.353Z | Checking postcard v1.0.10 |
219 | 2024-11-28T04:07:51.633Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
220 | 2024-11-28T04:07:51.790Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
221 | 2024-11-28T04:07:51.790Z | --> crates/opte-api/src/ip.rs:710:20 |
222 | 2024-11-28T04:07:51.790Z | | |
223 | 2024-11-28T04:07:51.790Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
224 | 2024-11-28T04:07:51.790Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
225 | 2024-11-28T04:07:51.790Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:165:1 |
226 | 2024-11-28T04:07:51.790Z | | |
227 | 2024-11-28T04:07:51.790Z | = note: `smoltcp::wire::Ipv6Address` defined here |
228 | 2024-11-28T04:07:51.790Z | | |
229 | 2024-11-28T04:07:51.790Z | help: you might have meant to use an associated function to build this type |
230 | 2024-11-28T04:07:51.790Z | | |
231 | 2024-11-28T04:07:51.790Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
232 | 2024-11-28T04:07:51.790Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
233 | 2024-11-28T04:07:51.790Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
234 | 2024-11-28T04:07:51.790Z | | ~~~~~~~~~~~~~~ |
235 | 2024-11-28T04:07:51.790Z | |
236 | 2024-11-28T04:07:51.924Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
237 | 2024-11-28T04:07:51.924Z | --> crates/opte-api/src/ip.rs:448:1 |
238 | 2024-11-28T04:07:51.924Z | | |
239 | 2024-11-28T04:07:51.924Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
240 | 2024-11-28T04:07:51.924Z | | ------------------------------------------- first implementation here |
241 | 2024-11-28T04:07:51.924Z | ... |
242 | 2024-11-28T04:07:51.924Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
243 | 2024-11-28T04:07:51.924Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
244 | 2024-11-28T04:07:51.924Z | |
245 | 2024-11-28T04:07:51.924Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
246 | 2024-11-28T04:07:51.924Z | --> crates/opte-api/src/ip.rs:455:1 |
247 | 2024-11-28T04:07:51.924Z | | |
248 | 2024-11-28T04:07:51.924Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
249 | 2024-11-28T04:07:51.924Z | | ------------------------------------------- first implementation here |
250 | 2024-11-28T04:07:51.924Z | ... |
251 | 2024-11-28T04:07:51.924Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
252 | 2024-11-28T04:07:51.924Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
253 | 2024-11-28T04:07:51.925Z | |
254 | 2024-11-28T04:07:51.925Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
255 | 2024-11-28T04:07:51.925Z | --> crates/opte-api/src/ip.rs:727:1 |
256 | 2024-11-28T04:07:51.925Z | | |
257 | 2024-11-28T04:07:51.925Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
258 | 2024-11-28T04:07:51.925Z | | ------------------------------------------- first implementation here |
259 | 2024-11-28T04:07:51.925Z | ... |
260 | 2024-11-28T04:07:51.925Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
261 | 2024-11-28T04:07:51.925Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
262 | 2024-11-28T04:07:51.925Z | |
263 | 2024-11-28T04:07:51.925Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
264 | 2024-11-28T04:07:51.925Z | --> crates/opte-api/src/ip.rs:736:1 |
265 | 2024-11-28T04:07:51.925Z | | |
266 | 2024-11-28T04:07:51.925Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
267 | 2024-11-28T04:07:51.925Z | | ------------------------------------------- first implementation here |
268 | 2024-11-28T04:07:51.925Z | ... |
269 | 2024-11-28T04:07:51.925Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
270 | 2024-11-28T04:07:51.925Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
271 | 2024-11-28T04:07:51.925Z | |
272 | 2024-11-28T04:07:52.109Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
273 | 2024-11-28T04:07:52.109Z | --> crates/opte-api/src/ip.rs:450:29 |
274 | 2024-11-28T04:07:52.109Z | | |
275 | 2024-11-28T04:07:52.109Z | 450 | let bytes = smolip4.as_bytes(); |
276 | 2024-11-28T04:07:52.109Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
277 | 2024-11-28T04:07:52.109Z | |
278 | 2024-11-28T04:07:52.117Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
279 | 2024-11-28T04:07:52.117Z | --> crates/opte-api/src/ip.rs:457:15 |
280 | 2024-11-28T04:07:52.117Z | | |
281 | 2024-11-28T04:07:52.117Z | 457 | Self::from_bytes(&ip) |
282 | 2024-11-28T04:07:52.117Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
283 | 2024-11-28T04:07:52.117Z | | |
284 | 2024-11-28T04:07:52.117Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
285 | 2024-11-28T04:07:52.117Z | core::net::Ipv4Addr::new |
286 | 2024-11-28T04:07:52.117Z | core::net::Ipv4Addr::from_bits |
287 | 2024-11-28T04:07:52.117Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
288 | 2024-11-28T04:07:52.117Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:474:5 |
289 | 2024-11-28T04:07:52.117Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:344:5 |
290 | 2024-11-28T04:07:52.117Z | help: there is an associated function `from_bits` with a similar name |
291 | 2024-11-28T04:07:52.117Z | | |
292 | 2024-11-28T04:07:52.117Z | 457 | Self::from_bits(&ip) |
293 | 2024-11-28T04:07:52.117Z | | ~~~~~~~~~ |
294 | 2024-11-28T04:07:52.117Z | |
295 | 2024-11-28T04:07:52.144Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
296 | 2024-11-28T04:07:52.145Z | --> crates/opte-api/src/ip.rs:731:34 |
297 | 2024-11-28T04:07:52.145Z | | |
298 | 2024-11-28T04:07:52.145Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
299 | 2024-11-28T04:07:52.145Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
300 | 2024-11-28T04:07:52.145Z | |
301 | 2024-11-28T04:07:52.152Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
302 | 2024-11-28T04:07:52.152Z | --> crates/opte-api/src/ip.rs:739:15 |
303 | 2024-11-28T04:07:52.152Z | | |
304 | 2024-11-28T04:07:52.152Z | 739 | Self::from_bytes(&ip) |
305 | 2024-11-28T04:07:52.152Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
306 | 2024-11-28T04:07:52.152Z | | |
307 | 2024-11-28T04:07:52.152Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
308 | 2024-11-28T04:07:52.152Z | core::net::Ipv6Addr::new |
309 | 2024-11-28T04:07:52.152Z | core::net::Ipv6Addr::from_bits |
310 | 2024-11-28T04:07:52.152Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
311 | 2024-11-28T04:07:52.152Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:1238:5 |
312 | 2024-11-28T04:07:52.153Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:375:5 |
313 | 2024-11-28T04:07:52.153Z | help: there is an associated function `from_bits` with a similar name |
314 | 2024-11-28T04:07:52.153Z | | |
315 | 2024-11-28T04:07:52.153Z | 739 | Self::from_bits(&ip) |
316 | 2024-11-28T04:07:52.153Z | | ~~~~~~~~~ |
317 | 2024-11-28T04:07:52.153Z | |
318 | 2024-11-28T04:07:52.468Z | Some errors have detailed explanations: E0119, E0423, E0599. |
319 | 2024-11-28T04:07:52.468Z | For more information about an error, try `rustc --explain E0119`. |
320 | 2024-11-28T04:07:52.601Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
321 | 2024-11-28T04:07:52.601Z | warning: build failed, waiting for other jobs to finish... |
322 | 2024-11-28T04:07:52.655Z | error: could not compile `opte-api` (lib test) due to 9 previous errors |
323 | 2024-11-28T04:07:52.782Z | |
324 | 2024-11-28T04:07:52.782Z | real 22.139876582 |
325 | 2024-11-28T04:07:52.782Z | user 58.505200373 |
326 | 2024-11-28T04:07:52.783Z | sys 12.535714166 |
327 | 2024-11-28T04:07:52.783Z | trap 0.027209696 |
328 | 2024-11-28T04:07:52.783Z | tflt 0.276039007 |
329 | 2024-11-28T04:07:52.783Z | dflt 1.597381054 |
330 | 2024-11-28T04:07:52.783Z | kflt 0.007034035 |
331 | 2024-11-28T04:07:52.783Z | lock 1:17.935030428 |
332 | 2024-11-28T04:07:52.783Z | slp 3:27.527963478 |
333 | 2024-11-28T04:07:52.783Z | lat 2.050314678 |
334 | 2024-11-28T04:07:52.783Z | stop 3.488158494 |
335 | 2024-11-28T04:07:52.786Z | process exited: duration 43334 ms, exit code 101 |
|
336 | 2024-11-28T04:07:52.793Z | found 0 output files |