|
|
|
1 | 2024-11-28T04:06:36.007Z | job assigned to worker 01JDRF49KJG5YWJV8MHT1P4WN3 [factory aws, i-0286d9e48a97ead38] (queued for 1 m 8 s) |
|
2 | 2024-11-28T04:06:44.541Z | starting task 0: "setup" |
3 | 2024-11-28T04:06:44.548Z | ++ uname -s |
4 | 2024-11-28T04:06:44.550Z | + kern=SunOS |
5 | 2024-11-28T04:06:44.550Z | + case "$kern" in |
6 | 2024-11-28T04:06:44.550Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:06:44.553Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:06:46.560Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:06:46.654Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:06:46.657Z | + home_fs=zfs |
11 | 2024-11-28T04:06:46.657Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:06:46.657Z | + mkdir -p /home/build |
13 | 2024-11-28T04:06:46.660Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:06:48.662Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:06:48.666Z | process exited: duration 4123 ms, exit code 0 |
|
16 | 2024-11-28T04:06:48.671Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:06:48.677Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:06:48.677Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:06:48.677Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-28T04:06:48.677Z | ' default |
21 | 2024-11-28T04:06:48.677Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-11-28T04:06:48.677Z | * toolchain profile = "default" |
23 | 2024-11-28T04:06:48.680Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:06:48.680Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:06:48.798Z | info: downloading installer |
26 | 2024-11-28T04:06:50.125Z | info: profile set to 'default' |
27 | 2024-11-28T04:06:50.126Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:06:50.129Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:06:50.289Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:06:50.289Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:06:51.168Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:06:51.503Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:06:52.728Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:06:54.656Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:07:01.455Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:07:01.714Z | info: installing component 'cargo' |
37 | 2024-11-28T04:07:02.546Z | info: installing component 'clippy' |
38 | 2024-11-28T04:07:02.924Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:07:04.595Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:07:06.371Z | info: installing component 'rustc' |
41 | 2024-11-28T04:07:12.315Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:07:12.644Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:07:12.644Z | |
44 | 2024-11-28T04:07:13.034Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:07:13.034Z | |
46 | 2024-11-28T04:07:13.037Z | |
47 | 2024-11-28T04:07:13.037Z | Rust is installed now. Great! |
48 | 2024-11-28T04:07:13.037Z | |
49 | 2024-11-28T04:07:13.037Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:07:13.037Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:07:13.037Z | |
52 | 2024-11-28T04:07:13.037Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:07:13.037Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:07:13.037Z | |
55 | 2024-11-28T04:07:13.037Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:07:13.037Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:07:13.037Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:07:13.111Z | + rustc --version |
59 | 2024-11-28T04:07:13.181Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:07:13.184Z | process exited: duration 24492 ms, exit code 0 |
|
61 | 2024-11-28T04:07:13.189Z | starting task 2: "authentication" |
62 | 2024-11-28T04:07:13.213Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-11-28T04:07:13.218Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:07:13.223Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:07:13.226Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:07:13.889Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:07:15.529Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:07:15.529Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:07:15.821Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:07:15.821Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:07:15.828Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:07:15.831Z | ++ git branch --show-current |
73 | 2024-11-28T04:07:15.833Z | + current=master |
74 | 2024-11-28T04:07:15.833Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:07:15.833Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:07:15.836Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:07:15.858Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:07:15.861Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:07:15.881Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:07:15.883Z | process exited: duration 2661 ms, exit code 0 |
|
81 | 2024-11-28T04:07:15.890Z | starting task 4: "build" |
82 | 2024-11-28T04:07:15.893Z | + cargo --version |
83 | 2024-11-28T04:07:15.898Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-28T04:07:16.092Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-28T04:07:16.092Z | info: downloading component 'cargo' |
86 | 2024-11-28T04:07:16.968Z | info: downloading component 'clippy' |
87 | 2024-11-28T04:07:17.303Z | info: downloading component 'rust-docs' |
88 | 2024-11-28T04:07:18.687Z | info: downloading component 'rust-std' |
89 | 2024-11-28T04:07:20.645Z | info: downloading component 'rustc' |
90 | 2024-11-28T04:07:27.695Z | info: downloading component 'rustfmt' |
91 | 2024-11-28T04:07:27.952Z | info: installing component 'cargo' |
92 | 2024-11-28T04:07:28.739Z | info: installing component 'clippy' |
93 | 2024-11-28T04:07:29.102Z | info: installing component 'rust-docs' |
94 | 2024-11-28T04:07:30.775Z | info: installing component 'rust-std' |
95 | 2024-11-28T04:07:32.555Z | info: installing component 'rustc' |
96 | 2024-11-28T04:07:38.384Z | info: installing component 'rustfmt' |
97 | 2024-11-28T04:07:38.781Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-28T04:07:38.785Z | + rustc --version |
99 | 2024-11-28T04:07:38.853Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-28T04:07:38.857Z | + cd lib/oxide-vpc |
101 | 2024-11-28T04:07:38.865Z | + header 'check style' |
102 | 2024-11-28T04:07:38.865Z | + echo '# ==== check style ==== #' |
103 | 2024-11-28T04:07:38.865Z | # ==== check style ==== # |
104 | 2024-11-28T04:07:38.865Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-28T04:07:39.125Z | |
106 | 2024-11-28T04:07:39.125Z | real 0.263095596 |
107 | 2024-11-28T04:07:39.125Z | user 0.168407591 |
108 | 2024-11-28T04:07:39.125Z | sys 0.089213508 |
109 | 2024-11-28T04:07:39.125Z | trap 0.000008082 |
110 | 2024-11-28T04:07:39.125Z | tflt 0.000000000 |
111 | 2024-11-28T04:07:39.125Z | dflt 0.000000000 |
112 | 2024-11-28T04:07:39.127Z | kflt 0.000000000 |
113 | 2024-11-28T04:07:39.127Z | lock 0.000000000 |
114 | 2024-11-28T04:07:39.127Z | slp 0.178050829 |
115 | 2024-11-28T04:07:39.127Z | lat 0.000226080 |
116 | 2024-11-28T04:07:39.127Z | stop 0.000139913 |
117 | 2024-11-28T04:07:39.127Z | + header 'check docs' |
118 | 2024-11-28T04:07:39.127Z | + echo '# ==== check docs ==== #' |
119 | 2024-11-28T04:07:39.127Z | # ==== check docs ==== # |
120 | 2024-11-28T04:07:39.127Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-11-28T04:07:39.127Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-11-28T04:07:39.235Z | Updating crates.io index |
123 | 2024-11-28T04:07:39.286Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-28T04:07:40.230Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-28T04:07:40.499Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-28T04:07:40.714Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-28T04:07:41.013Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-28T04:07:41.251Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-28T04:07:41.491Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-28T04:07:41.724Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-28T04:07:41.967Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-28T04:07:42.700Z | Downloading crates ... |
133 | 2024-11-28T04:07:42.918Z | Downloaded bitflags v1.3.2 |
134 | 2024-11-28T04:07:42.925Z | Downloaded hash32 v0.3.1 |
135 | 2024-11-28T04:07:42.928Z | Downloaded dof v0.3.0 |
136 | 2024-11-28T04:07:42.930Z | Downloaded ipnetwork v0.20.0 |
137 | 2024-11-28T04:07:42.936Z | Downloaded pretty-hex v0.4.1 |
138 | 2024-11-28T04:07:42.938Z | Downloaded cfg-if v1.0.0 |
139 | 2024-11-28T04:07:42.938Z | Downloaded cobs v0.2.3 |
140 | 2024-11-28T04:07:42.941Z | Downloaded postcard v1.0.10 |
141 | 2024-11-28T04:07:42.947Z | Downloaded heapless v0.8.0 |
142 | 2024-11-28T04:07:42.950Z | Downloaded embedded-io v0.4.0 |
143 | 2024-11-28T04:07:42.953Z | Downloaded proc-macro-error v1.0.4 |
144 | 2024-11-28T04:07:42.955Z | Downloaded block-buffer v0.10.4 |
145 | 2024-11-28T04:07:42.957Z | Downloaded either v1.13.0 |
146 | 2024-11-28T04:07:42.959Z | Downloaded generic-array v0.14.7 |
147 | 2024-11-28T04:07:42.959Z | Downloaded defmt v0.3.8 |
148 | 2024-11-28T04:07:42.962Z | Downloaded serde_derive v1.0.215 |
149 | 2024-11-28T04:07:42.965Z | Downloaded ident_case v1.0.1 |
150 | 2024-11-28T04:07:42.967Z | Downloaded stable_deref_trait v1.2.0 |
151 | 2024-11-28T04:07:42.970Z | Downloaded tabwriter v1.4.0 |
152 | 2024-11-28T04:07:42.972Z | Downloaded strsim v0.11.1 |
153 | 2024-11-28T04:07:42.972Z | Downloaded defmt-parser v0.3.4 |
154 | 2024-11-28T04:07:42.975Z | Downloaded proc-macro-error-attr v1.0.4 |
155 | 2024-11-28T04:07:42.977Z | Downloaded fnv v1.0.7 |
156 | 2024-11-28T04:07:42.977Z | Downloaded byteorder v1.5.0 |
157 | 2024-11-28T04:07:42.979Z | Downloaded crc32fast v1.4.2 |
158 | 2024-11-28T04:07:42.984Z | Downloaded darling_macro v0.20.10 |
159 | 2024-11-28T04:07:42.987Z | Downloaded macaddr v1.0.1 |
160 | 2024-11-28T04:07:42.990Z | Downloaded usdt-macro v0.5.0 |
161 | 2024-11-28T04:07:42.993Z | Downloaded log v0.4.22 |
162 | 2024-11-28T04:07:43.001Z | Downloaded cpufeatures v0.2.16 |
163 | 2024-11-28T04:07:43.011Z | Downloaded version_check v0.9.5 |
164 | 2024-11-28T04:07:43.015Z | Downloaded dyn-clone v1.0.17 |
165 | 2024-11-28T04:07:43.015Z | Downloaded serde_tokenstream v0.2.2 |
166 | 2024-11-28T04:07:43.017Z | Downloaded pest_derive v2.7.14 |
167 | 2024-11-28T04:07:43.019Z | Downloaded once_cell v1.20.2 |
168 | 2024-11-28T04:07:43.022Z | Downloaded memmap v0.7.0 |
169 | 2024-11-28T04:07:43.030Z | Downloaded thread-id v4.2.2 |
170 | 2024-11-28T04:07:43.039Z | Downloaded usdt-attr-macro v0.5.0 |
171 | 2024-11-28T04:07:43.049Z | Downloaded dtrace-parser v0.2.0 |
172 | 2024-11-28T04:07:43.053Z | Downloaded scroll_derive v0.12.0 |
173 | 2024-11-28T04:07:43.057Z | Downloaded thiserror v1.0.69 |
174 | 2024-11-28T04:07:43.062Z | Downloaded defmt-macros v0.3.9 |
175 | 2024-11-28T04:07:43.066Z | Downloaded itoa v1.0.13 |
176 | 2024-11-28T04:07:43.068Z | Downloaded embedded-io v0.6.1 |
177 | 2024-11-28T04:07:43.068Z | Downloaded quote v1.0.37 |
178 | 2024-11-28T04:07:43.071Z | Downloaded pest_generator v2.7.14 |
179 | 2024-11-28T04:07:43.074Z | Downloaded digest v0.10.7 |
180 | 2024-11-28T04:07:43.081Z | Downloaded plain v0.2.3 |
181 | 2024-11-28T04:07:43.083Z | Downloaded managed v0.8.0 |
182 | 2024-11-28T04:07:43.085Z | Downloaded bitflags v2.6.0 |
183 | 2024-11-28T04:07:43.092Z | Downloaded crypto-common v0.1.6 |
184 | 2024-11-28T04:07:43.099Z | Downloaded thiserror-impl v1.0.69 |
185 | 2024-11-28T04:07:43.102Z | Downloaded proc-macro2 v1.0.92 |
186 | 2024-11-28T04:07:43.105Z | Downloaded scroll v0.12.0 |
187 | 2024-11-28T04:07:43.107Z | Downloaded usdt v0.5.0 |
188 | 2024-11-28T04:07:43.109Z | Downloaded uuid v1.11.0 |
189 | 2024-11-28T04:07:43.112Z | Downloaded sha2 v0.10.8 |
190 | 2024-11-28T04:07:43.114Z | Downloaded usdt-impl v0.5.0 |
191 | 2024-11-28T04:07:43.118Z | Downloaded darling v0.20.10 |
192 | 2024-11-28T04:07:43.123Z | Downloaded ryu v1.0.18 |
193 | 2024-11-28T04:07:43.127Z | Downloaded pest_meta v2.7.14 |
194 | 2024-11-28T04:07:43.129Z | Downloaded zerocopy-derive v0.7.35 |
195 | 2024-11-28T04:07:43.134Z | Downloaded ucd-trie v0.1.7 |
196 | 2024-11-28T04:07:43.136Z | Downloaded darling_core v0.20.10 |
197 | 2024-11-28T04:07:43.141Z | Downloaded unicode-ident v1.0.14 |
198 | 2024-11-28T04:07:43.143Z | Downloaded typenum v1.17.0 |
199 | 2024-11-28T04:07:43.170Z | Downloaded zerocopy-derive v0.8.10 |
200 | 2024-11-28T04:07:43.183Z | Downloaded serde v1.0.215 |
201 | 2024-11-28T04:07:43.205Z | Downloaded syn v1.0.109 |
202 | 2024-11-28T04:07:43.215Z | Downloaded pest v2.7.14 |
203 | 2024-11-28T04:07:43.220Z | Downloaded memchr v2.7.4 |
204 | 2024-11-28T04:07:43.225Z | Downloaded zerocopy v0.7.35 |
205 | 2024-11-28T04:07:43.240Z | Downloaded serde_json v1.0.133 |
206 | 2024-11-28T04:07:43.246Z | Downloaded itertools v0.13.0 |
207 | 2024-11-28T04:07:43.267Z | Downloaded regex v1.11.1 |
208 | 2024-11-28T04:07:43.280Z | Downloaded goblin v0.8.2 |
209 | 2024-11-28T04:07:43.285Z | Downloaded aho-corasick v1.1.3 |
210 | 2024-11-28T04:07:43.298Z | Downloaded zerocopy v0.8.10 |
211 | 2024-11-28T04:07:43.320Z | Downloaded syn v2.0.89 |
212 | 2024-11-28T04:07:43.330Z | Downloaded unicode-width v0.1.14 |
213 | 2024-11-28T04:07:43.346Z | Downloaded smoltcp v0.12.0 |
214 | 2024-11-28T04:07:43.357Z | Downloaded regex-syntax v0.8.5 |
215 | 2024-11-28T04:07:43.391Z | Downloaded regex-automata v0.4.9 |
216 | 2024-11-28T04:07:43.408Z | Downloaded libc v0.2.164 |
217 | 2024-11-28T04:07:43.570Z | Compiling proc-macro2 v1.0.92 |
218 | 2024-11-28T04:07:43.577Z | Compiling unicode-ident v1.0.14 |
219 | 2024-11-28T04:07:43.578Z | Documenting unicode-ident v1.0.14 |
220 | 2024-11-28T04:07:43.578Z | Compiling strsim v0.11.1 |
221 | 2024-11-28T04:07:43.578Z | Compiling fnv v1.0.7 |
222 | 2024-11-28T04:07:43.581Z | Compiling ident_case v1.0.1 |
223 | 2024-11-28T04:07:43.583Z | Compiling serde v1.0.215 |
224 | 2024-11-28T04:07:43.739Z | Compiling memchr v2.7.4 |
225 | 2024-11-28T04:07:43.853Z | Compiling regex-syntax v0.8.5 |
226 | 2024-11-28T04:07:43.913Z | Compiling zerocopy v0.8.10 |
227 | 2024-11-28T04:07:44.196Z | Checking byteorder v1.5.0 |
228 | 2024-11-28T04:07:44.362Z | Compiling either v1.13.0 |
229 | 2024-11-28T04:07:44.443Z | Compiling aho-corasick v1.1.3 |
230 | 2024-11-28T04:07:44.697Z | Compiling itertools v0.13.0 |
231 | 2024-11-28T04:07:44.897Z | Compiling heapless v0.8.0 |
232 | 2024-11-28T04:07:44.917Z | Documenting ident_case v1.0.1 |
233 | 2024-11-28T04:07:45.870Z | Compiling quote v1.0.37 |
234 | 2024-11-28T04:07:46.045Z | Documenting proc-macro2 v1.0.92 |
235 | 2024-11-28T04:07:46.357Z | Compiling syn v2.0.89 |
236 | 2024-11-28T04:07:46.389Z | Documenting strsim v0.11.1 |
237 | 2024-11-28T04:07:47.193Z | Documenting quote v1.0.37 |
238 | 2024-11-28T04:07:47.249Z | Documenting fnv v1.0.7 |
239 | 2024-11-28T04:07:47.506Z | Compiling regex-automata v0.4.9 |
240 | 2024-11-28T04:07:48.157Z | Checking hash32 v0.3.1 |
241 | 2024-11-28T04:07:48.185Z | Documenting syn v2.0.89 |
242 | 2024-11-28T04:07:48.257Z | Checking cfg-if v1.0.0 |
243 | 2024-11-28T04:07:48.310Z | Documenting memchr v2.7.4 |
244 | 2024-11-28T04:07:48.332Z | Checking stable_deref_trait v1.2.0 |
245 | 2024-11-28T04:07:48.395Z | Checking macaddr v1.0.1 |
246 | 2024-11-28T04:07:48.630Z | Compiling smoltcp v0.12.0 |
247 | 2024-11-28T04:07:49.203Z | Documenting regex-syntax v0.8.5 |
248 | 2024-11-28T04:07:49.652Z | Documenting aho-corasick v1.1.3 |
249 | 2024-11-28T04:07:50.083Z | Checking managed v0.8.0 |
250 | 2024-11-28T04:07:50.422Z | Checking bitflags v1.3.2 |
251 | 2024-11-28T04:07:50.506Z | Checking cobs v0.2.3 |
252 | 2024-11-28T04:07:51.015Z | Checking bitflags v2.6.0 |
253 | 2024-11-28T04:07:51.259Z | Documenting byteorder v1.5.0 |
254 | 2024-11-28T04:07:51.491Z | Compiling regex v1.11.1 |
255 | 2024-11-28T04:07:51.531Z | Checking darling_core v0.20.10 |
256 | 2024-11-28T04:07:51.647Z | Documenting regex-automata v0.4.9 |
257 | 2024-11-28T04:07:52.524Z | Documenting hash32 v0.3.1 |
258 | 2024-11-28T04:07:53.455Z | Documenting cfg-if v1.0.0 |
259 | 2024-11-28T04:07:53.549Z | Documenting darling_core v0.20.10 |
260 | 2024-11-28T04:07:53.721Z | Documenting serde_derive v1.0.215 |
261 | 2024-11-28T04:07:54.102Z | Documenting zerocopy-derive v0.8.10 |
262 | 2024-11-28T04:07:54.364Z | Checking ipnetwork v0.20.0 |
263 | 2024-11-28T04:07:54.422Z | Documenting regex v1.11.1 |
264 | 2024-11-28T04:07:54.997Z | Documenting macaddr v1.0.1 |
265 | 2024-11-28T04:07:55.354Z | Documenting stable_deref_trait v1.2.0 |
266 | 2024-11-28T04:07:55.703Z | Compiling version_check v0.9.5 |
267 | 2024-11-28T04:07:55.705Z | Documenting darling_macro v0.20.10 |
268 | 2024-11-28T04:07:55.832Z | Checking unicode-width v0.1.14 |
269 | 2024-11-28T04:07:55.924Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
270 | 2024-11-28T04:07:56.024Z | Documenting heapless v0.8.0 |
271 | 2024-11-28T04:07:56.062Z | Documenting bitflags v2.6.0 |
272 | 2024-11-28T04:07:56.124Z | Documenting cobs v0.2.3 |
273 | 2024-11-28T04:07:56.281Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
274 | 2024-11-28T04:07:56.296Z | Documenting managed v0.8.0 |
275 | 2024-11-28T04:07:56.671Z | Compiling serde_derive v1.0.215 |
276 | 2024-11-28T04:07:56.679Z | Compiling zerocopy-derive v0.8.10 |
277 | 2024-11-28T04:07:56.688Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
278 | 2024-11-28T04:07:56.761Z | Checking tabwriter v1.4.0 |
279 | 2024-11-28T04:07:56.980Z | Checking crc32fast v1.4.2 |
280 | 2024-11-28T04:07:57.084Z | Documenting either v1.13.0 |
281 | 2024-11-28T04:07:57.127Z | Documenting smoltcp v0.12.0 |
282 | 2024-11-28T04:07:57.203Z | Documenting ipnetwork v0.20.0 |
283 | 2024-11-28T04:07:57.698Z | Compiling darling_macro v0.20.10 |
284 | 2024-11-28T04:07:57.819Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
285 | 2024-11-28T04:07:57.966Z | Documenting unicode-width v0.1.14 |
286 | 2024-11-28T04:07:58.022Z | Checking dyn-clone v1.0.17 |
287 | 2024-11-28T04:07:58.156Z | Documenting itertools v0.13.0 |
288 | 2024-11-28T04:07:58.547Z | Documenting crc32fast v1.4.2 |
289 | 2024-11-28T04:07:58.627Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
290 | 2024-11-28T04:07:58.678Z | Compiling darling v0.20.10 |
291 | 2024-11-28T04:07:58.785Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
292 | 2024-11-28T04:07:58.924Z | Documenting darling v0.20.10 |
293 | 2024-11-28T04:07:59.189Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
294 | 2024-11-28T04:07:59.198Z | Documenting tabwriter v1.4.0 |
295 | 2024-11-28T04:07:59.572Z | Documenting zerocopy v0.8.10 |
296 | 2024-11-28T04:08:00.128Z | Documenting dyn-clone v1.0.17 |
297 | 2024-11-28T04:08:00.137Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
298 | 2024-11-28T04:08:00.157Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
299 | 2024-11-28T04:08:00.509Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
300 | 2024-11-28T04:08:00.724Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
301 | 2024-11-28T04:08:02.365Z | Documenting serde v1.0.215 |
302 | 2024-11-28T04:08:03.059Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-11-28T04:08:03.062Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-11-28T04:08:05.107Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-11-28T04:08:05.109Z | Checking postcard v1.0.10 |
306 | 2024-11-28T04:08:05.109Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
307 | 2024-11-28T04:08:05.109Z | Documenting postcard v1.0.10 |
308 | 2024-11-28T04:08:05.109Z | Checking uuid v1.11.0 |
309 | 2024-11-28T04:08:05.109Z | Documenting uuid v1.11.0 |
310 | 2024-11-28T04:08:06.384Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
311 | 2024-11-28T04:08:06.403Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-11-28T04:08:06.538Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
313 | 2024-11-28T04:08:06.538Z | --> crates/opte-api/src/ip.rs:710:20 |
314 | 2024-11-28T04:08:06.538Z | | |
315 | 2024-11-28T04:08:06.539Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
316 | 2024-11-28T04:08:06.539Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
317 | 2024-11-28T04:08:06.539Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/ip_addr.rs:165:1 |
318 | 2024-11-28T04:08:06.539Z | | |
319 | 2024-11-28T04:08:06.539Z | = note: `smoltcp::wire::Ipv6Address` defined here |
320 | 2024-11-28T04:08:06.539Z | | |
321 | 2024-11-28T04:08:06.539Z | help: you might have meant to use an associated function to build this type |
322 | 2024-11-28T04:08:06.539Z | | |
323 | 2024-11-28T04:08:06.539Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
324 | 2024-11-28T04:08:06.539Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
325 | 2024-11-28T04:08:06.540Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
326 | 2024-11-28T04:08:06.540Z | | ~~~~~~~~~~~~~~ |
327 | 2024-11-28T04:08:06.540Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
328 | 2024-11-28T04:08:06.540Z | | ~~~~~~~~~~~~~~~~~~ |
329 | 2024-11-28T04:08:06.540Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
330 | 2024-11-28T04:08:06.540Z | | ~~~~~~~~~~~~~~~~ |
331 | 2024-11-28T04:08:06.540Z | |
332 | 2024-11-28T04:08:06.606Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
333 | 2024-11-28T04:08:06.606Z | --> crates/opte-api/src/ip.rs:448:1 |
334 | 2024-11-28T04:08:06.606Z | | |
335 | 2024-11-28T04:08:06.606Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
336 | 2024-11-28T04:08:06.606Z | | ------------------------------------------- first implementation here |
337 | 2024-11-28T04:08:06.606Z | ... |
338 | 2024-11-28T04:08:06.606Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
339 | 2024-11-28T04:08:06.607Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
340 | 2024-11-28T04:08:06.607Z | |
341 | 2024-11-28T04:08:06.609Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
342 | 2024-11-28T04:08:06.609Z | --> crates/opte-api/src/ip.rs:455:1 |
343 | 2024-11-28T04:08:06.609Z | | |
344 | 2024-11-28T04:08:06.610Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
345 | 2024-11-28T04:08:06.610Z | | ------------------------------------------- first implementation here |
346 | 2024-11-28T04:08:06.610Z | ... |
347 | 2024-11-28T04:08:06.610Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
348 | 2024-11-28T04:08:06.610Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
349 | 2024-11-28T04:08:06.610Z | |
350 | 2024-11-28T04:08:06.610Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
351 | 2024-11-28T04:08:06.610Z | --> crates/opte-api/src/ip.rs:727:1 |
352 | 2024-11-28T04:08:06.610Z | | |
353 | 2024-11-28T04:08:06.610Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
354 | 2024-11-28T04:08:06.610Z | | ------------------------------------------- first implementation here |
355 | 2024-11-28T04:08:06.610Z | ... |
356 | 2024-11-28T04:08:06.610Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
357 | 2024-11-28T04:08:06.610Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
358 | 2024-11-28T04:08:06.610Z | |
359 | 2024-11-28T04:08:06.610Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
360 | 2024-11-28T04:08:06.610Z | --> crates/opte-api/src/ip.rs:736:1 |
361 | 2024-11-28T04:08:06.610Z | | |
362 | 2024-11-28T04:08:06.610Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
363 | 2024-11-28T04:08:06.610Z | | ------------------------------------------- first implementation here |
364 | 2024-11-28T04:08:06.610Z | ... |
365 | 2024-11-28T04:08:06.610Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
366 | 2024-11-28T04:08:06.610Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
367 | 2024-11-28T04:08:06.610Z | |
368 | 2024-11-28T04:08:06.641Z | For more information about this error, try `rustc --explain E0119`. |
369 | 2024-11-28T04:08:06.655Z | error[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr` |
370 | 2024-11-28T04:08:06.655Z | --> crates/opte-api/src/ip.rs:448:1 |
371 | 2024-11-28T04:08:06.655Z | | |
372 | 2024-11-28T04:08:06.655Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
373 | 2024-11-28T04:08:06.655Z | | ------------------------------------------- first implementation here |
374 | 2024-11-28T04:08:06.655Z | ... |
375 | 2024-11-28T04:08:06.655Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
376 | 2024-11-28T04:08:06.655Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
377 | 2024-11-28T04:08:06.656Z | |
378 | 2024-11-28T04:08:06.656Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address` |
379 | 2024-11-28T04:08:06.656Z | --> crates/opte-api/src/ip.rs:455:1 |
380 | 2024-11-28T04:08:06.656Z | | |
381 | 2024-11-28T04:08:06.656Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
382 | 2024-11-28T04:08:06.656Z | | ------------------------------------------- first implementation here |
383 | 2024-11-28T04:08:06.656Z | ... |
384 | 2024-11-28T04:08:06.656Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
385 | 2024-11-28T04:08:06.656Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address` |
386 | 2024-11-28T04:08:06.656Z | |
387 | 2024-11-28T04:08:06.659Z | error[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr` |
388 | 2024-11-28T04:08:06.659Z | --> crates/opte-api/src/ip.rs:727:1 |
389 | 2024-11-28T04:08:06.659Z | | |
390 | 2024-11-28T04:08:06.659Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
391 | 2024-11-28T04:08:06.659Z | | ------------------------------------------- first implementation here |
392 | 2024-11-28T04:08:06.659Z | ... |
393 | 2024-11-28T04:08:06.659Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
394 | 2024-11-28T04:08:06.659Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
395 | 2024-11-28T04:08:06.659Z | |
396 | 2024-11-28T04:08:06.659Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address` |
397 | 2024-11-28T04:08:06.659Z | --> crates/opte-api/src/ip.rs:736:1 |
398 | 2024-11-28T04:08:06.659Z | | |
399 | 2024-11-28T04:08:06.659Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
400 | 2024-11-28T04:08:06.659Z | | ------------------------------------------- first implementation here |
401 | 2024-11-28T04:08:06.659Z | ... |
402 | 2024-11-28T04:08:06.660Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
403 | 2024-11-28T04:08:06.660Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address` |
404 | 2024-11-28T04:08:06.660Z | |
405 | 2024-11-28T04:08:06.783Z | error: could not document `opte-api` |
406 | 2024-11-28T04:08:06.786Z | warning: build failed, waiting for other jobs to finish... |
407 | 2024-11-28T04:08:06.835Z | error[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope |
408 | 2024-11-28T04:08:06.835Z | --> crates/opte-api/src/ip.rs:450:29 |
409 | 2024-11-28T04:08:06.835Z | | |
410 | 2024-11-28T04:08:06.835Z | 450 | let bytes = smolip4.as_bytes(); |
411 | 2024-11-28T04:08:06.835Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
412 | 2024-11-28T04:08:06.836Z | |
413 | 2024-11-28T04:08:06.842Z | error[E0599]: no function or associated item named `from_bytes` found for struct `Ipv4Address` in the current scope |
414 | 2024-11-28T04:08:06.842Z | --> crates/opte-api/src/ip.rs:457:15 |
415 | 2024-11-28T04:08:06.842Z | | |
416 | 2024-11-28T04:08:06.842Z | 457 | Self::from_bytes(&ip) |
417 | 2024-11-28T04:08:06.842Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
418 | 2024-11-28T04:08:06.842Z | | |
419 | 2024-11-28T04:08:06.842Z | note: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions: |
420 | 2024-11-28T04:08:06.842Z | Ipv4Address::new |
421 | 2024-11-28T04:08:06.842Z | Ipv4Address::from_bits |
422 | 2024-11-28T04:08:06.842Z | Ipv4Address::from_octets |
423 | 2024-11-28T04:08:06.842Z | core::net::parser::<impl Ipv4Address>::parse_ascii |
424 | 2024-11-28T04:08:06.842Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/ip_addr.rs:472:5 |
425 | 2024-11-28T04:08:06.842Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/parser.rs:336:5 |
426 | 2024-11-28T04:08:06.842Z | help: there is an associated function `from_bits` with a similar name |
427 | 2024-11-28T04:08:06.842Z | | |
428 | 2024-11-28T04:08:06.842Z | 457 | Self::from_bits(&ip) |
429 | 2024-11-28T04:08:06.842Z | | ~~~~~~~~~ |
430 | 2024-11-28T04:08:06.842Z | |
431 | 2024-11-28T04:08:06.870Z | error[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope |
432 | 2024-11-28T04:08:06.870Z | --> crates/opte-api/src/ip.rs:731:34 |
433 | 2024-11-28T04:08:06.870Z | | |
434 | 2024-11-28T04:08:06.870Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
435 | 2024-11-28T04:08:06.870Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
436 | 2024-11-28T04:08:06.870Z | |
437 | 2024-11-28T04:08:06.875Z | error[E0599]: no function or associated item named `from_bytes` found for struct `Ipv6Address` in the current scope |
438 | 2024-11-28T04:08:06.875Z | --> crates/opte-api/src/ip.rs:739:15 |
439 | 2024-11-28T04:08:06.875Z | | |
440 | 2024-11-28T04:08:06.875Z | 739 | Self::from_bytes(&ip) |
441 | 2024-11-28T04:08:06.875Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
442 | 2024-11-28T04:08:06.875Z | | |
443 | 2024-11-28T04:08:06.875Z | note: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions: |
444 | 2024-11-28T04:08:06.875Z | Ipv6Address::new |
445 | 2024-11-28T04:08:06.875Z | Ipv6Address::from_bits |
446 | 2024-11-28T04:08:06.875Z | Ipv6Address::from_segments |
447 | 2024-11-28T04:08:06.875Z | Ipv6Address::from_octets |
448 | 2024-11-28T04:08:06.875Z | core::net::parser::<impl Ipv6Address>::parse_ascii |
449 | 2024-11-28T04:08:06.875Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/ip_addr.rs:1250:5 |
450 | 2024-11-28T04:08:06.876Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/parser.rs:367:5 |
451 | 2024-11-28T04:08:06.876Z | help: there is an associated function `from_bits` with a similar name |
452 | 2024-11-28T04:08:06.876Z | | |
453 | 2024-11-28T04:08:06.876Z | 739 | Self::from_bits(&ip) |
454 | 2024-11-28T04:08:06.876Z | | ~~~~~~~~~ |
455 | 2024-11-28T04:08:06.876Z | |
456 | 2024-11-28T04:08:07.186Z | Some errors have detailed explanations: E0119, E0423, E0599. |
457 | 2024-11-28T04:08:07.186Z | For more information about an error, try `rustc --explain E0119`. |
458 | 2024-11-28T04:08:07.327Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
459 | 2024-11-28T04:08:07.455Z | |
460 | 2024-11-28T04:08:07.455Z | real 28.285610445 |
461 | 2024-11-28T04:08:07.455Z | user 2:17.001223043 |
462 | 2024-11-28T04:08:07.455Z | sys 19.042521115 |
463 | 2024-11-28T04:08:07.455Z | trap 0.094020430 |
464 | 2024-11-28T04:08:07.455Z | tflt 0.182650909 |
465 | 2024-11-28T04:08:07.457Z | dflt 0.795609490 |
466 | 2024-11-28T04:08:07.457Z | kflt 0.005984777 |
467 | 2024-11-28T04:08:07.457Z | lock 2:50.352565815 |
468 | 2024-11-28T04:08:07.457Z | slp 7:31.638550903 |
469 | 2024-11-28T04:08:07.457Z | lat 18.118683003 |
470 | 2024-11-28T04:08:07.457Z | stop 12.161405147 |
471 | 2024-11-28T04:08:07.458Z | process exited: duration 51522 ms, exit code 101 |
|
472 | 2024-11-28T04:08:07.464Z | found 0 output files |