|
|
|
1 | 2024-11-28T04:06:29.974Z | job assigned to worker 01JDRF4BYF370GND1JXB0E3FVP [factory aws, i-0d28b8883fb30de91] (queued for 1 m 2 s) |
|
2 | 2024-11-28T04:06:38.163Z | starting task 0: "setup" |
3 | 2024-11-28T04:06:38.170Z | ++ uname -s |
4 | 2024-11-28T04:06:38.172Z | + kern=SunOS |
5 | 2024-11-28T04:06:38.172Z | + case "$kern" in |
6 | 2024-11-28T04:06:38.172Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:06:38.175Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:06:40.181Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:06:40.284Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:06:40.286Z | + home_fs=zfs |
11 | 2024-11-28T04:06:40.286Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:06:40.286Z | + mkdir -p /home/build |
13 | 2024-11-28T04:06:40.289Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:06:42.291Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:06:42.294Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-11-28T04:06:42.306Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:06:42.312Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:06:42.312Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:06:42.312Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-28T04:06:42.312Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T04:06:42.312Z | ' default |
22 | 2024-11-28T04:06:42.312Z | * toolchain profile = "default" |
23 | 2024-11-28T04:06:42.315Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:06:42.315Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:06:42.436Z | info: downloading installer |
26 | 2024-11-28T04:06:44.193Z | info: profile set to 'default' |
27 | 2024-11-28T04:06:44.193Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:06:44.196Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:06:44.359Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:06:44.359Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:06:45.241Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:06:45.577Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:06:46.777Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:06:48.790Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:06:55.664Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:06:55.924Z | info: installing component 'cargo' |
37 | 2024-11-28T04:06:56.765Z | info: installing component 'clippy' |
38 | 2024-11-28T04:06:57.144Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:06:58.828Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:07:00.666Z | info: installing component 'rustc' |
41 | 2024-11-28T04:07:06.696Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:07:07.034Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:07:07.034Z | |
44 | 2024-11-28T04:07:07.413Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:07:07.413Z | |
46 | 2024-11-28T04:07:07.416Z | |
47 | 2024-11-28T04:07:07.416Z | Rust is installed now. Great! |
48 | 2024-11-28T04:07:07.416Z | |
49 | 2024-11-28T04:07:07.416Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:07:07.416Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:07:07.416Z | |
52 | 2024-11-28T04:07:07.416Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:07:07.416Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:07:07.416Z | |
55 | 2024-11-28T04:07:07.416Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:07:07.416Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:07:07.416Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:07:07.488Z | + rustc --version |
59 | 2024-11-28T04:07:07.559Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:07:07.562Z | process exited: duration 25254 ms, exit code 0 |
|
61 | 2024-11-28T04:07:07.580Z | starting task 2: "authentication" |
62 | 2024-11-28T04:07:07.601Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-28T04:07:07.606Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:07:07.611Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:07:07.614Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:07:07.882Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:07:09.113Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:07:09.113Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:07:09.365Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:07:09.365Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:07:09.373Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:07:09.376Z | ++ git branch --show-current |
73 | 2024-11-28T04:07:09.378Z | + current=master |
74 | 2024-11-28T04:07:09.378Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:07:09.378Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:07:09.381Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:07:09.403Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:07:09.406Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:07:09.427Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:07:09.431Z | process exited: duration 1821 ms, exit code 0 |
|
81 | 2024-11-28T04:07:09.436Z | starting task 4: "build" |
82 | 2024-11-28T04:07:09.442Z | + cargo --version |
83 | 2024-11-28T04:07:09.447Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-28T04:07:09.592Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-28T04:07:09.592Z | info: downloading component 'cargo' |
86 | 2024-11-28T04:07:10.303Z | info: downloading component 'clippy' |
87 | 2024-11-28T04:07:10.571Z | info: downloading component 'rust-docs' |
88 | 2024-11-28T04:07:11.697Z | info: downloading component 'rust-std' |
89 | 2024-11-28T04:07:13.300Z | info: downloading component 'rustc' |
90 | 2024-11-28T04:07:19.120Z | info: downloading component 'rustfmt' |
91 | 2024-11-28T04:07:19.322Z | info: installing component 'cargo' |
92 | 2024-11-28T04:07:20.140Z | info: installing component 'clippy' |
93 | 2024-11-28T04:07:20.509Z | info: installing component 'rust-docs' |
94 | 2024-11-28T04:07:22.192Z | info: installing component 'rust-std' |
95 | 2024-11-28T04:07:23.931Z | info: installing component 'rustc' |
96 | 2024-11-28T04:07:29.935Z | info: installing component 'rustfmt' |
97 | 2024-11-28T04:07:30.346Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-28T04:07:30.349Z | + rustc --version |
99 | 2024-11-28T04:07:30.427Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-28T04:07:30.433Z | + cd lib/opte |
101 | 2024-11-28T04:07:30.438Z | + header 'check style' |
102 | 2024-11-28T04:07:30.438Z | + echo '# ==== check style ==== #' |
103 | 2024-11-28T04:07:30.438Z | # ==== check style ==== # |
104 | 2024-11-28T04:07:30.438Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-28T04:07:30.821Z | |
106 | 2024-11-28T04:07:30.821Z | real 0.383637889 |
107 | 2024-11-28T04:07:30.821Z | user 0.267032234 |
108 | 2024-11-28T04:07:30.821Z | sys 0.103998493 |
109 | 2024-11-28T04:07:30.821Z | trap 0.000532707 |
110 | 2024-11-28T04:07:30.821Z | tflt 0.000000000 |
111 | 2024-11-28T04:07:30.821Z | dflt 0.000001979 |
112 | 2024-11-28T04:07:30.821Z | kflt 0.000000000 |
113 | 2024-11-28T04:07:30.821Z | lock 0.000000000 |
114 | 2024-11-28T04:07:30.825Z | slp 0.291036759 |
115 | 2024-11-28T04:07:30.825Z | lat 0.004375751 |
116 | 2024-11-28T04:07:30.825Z | stop 0.000159772 |
117 | 2024-11-28T04:07:30.825Z | + header 'check docs' |
118 | 2024-11-28T04:07:30.825Z | + echo '# ==== check docs ==== #' |
119 | 2024-11-28T04:07:30.825Z | # ==== check docs ==== # |
120 | 2024-11-28T04:07:30.825Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-11-28T04:07:30.825Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-11-28T04:07:30.936Z | Updating crates.io index |
123 | 2024-11-28T04:07:30.939Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-28T04:07:31.719Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-28T04:07:31.991Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-28T04:07:32.262Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-28T04:07:32.581Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-28T04:07:32.870Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-28T04:07:33.078Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-28T04:07:33.358Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-28T04:07:33.621Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-28T04:07:34.444Z | Downloading crates ... |
133 | 2024-11-28T04:07:34.545Z | Downloaded bitflags v1.3.2 |
134 | 2024-11-28T04:07:34.582Z | Downloaded darling_core v0.20.10 |
135 | 2024-11-28T04:07:34.594Z | Downloaded darling v0.20.10 |
136 | 2024-11-28T04:07:34.598Z | Downloaded crypto-common v0.1.6 |
137 | 2024-11-28T04:07:34.601Z | Downloaded block-buffer v0.10.4 |
138 | 2024-11-28T04:07:34.601Z | Downloaded bitflags v2.6.0 |
139 | 2024-11-28T04:07:34.604Z | Downloaded log v0.4.22 |
140 | 2024-11-28T04:07:34.607Z | Downloaded dyn-clone v1.0.17 |
141 | 2024-11-28T04:07:34.608Z | Downloaded defmt-parser v0.3.4 |
142 | 2024-11-28T04:07:34.611Z | Downloaded defmt-macros v0.3.9 |
143 | 2024-11-28T04:07:34.614Z | Downloaded ipnetwork v0.20.0 |
144 | 2024-11-28T04:07:34.614Z | Downloaded ident_case v1.0.1 |
145 | 2024-11-28T04:07:34.614Z | Downloaded crc32fast v1.4.2 |
146 | 2024-11-28T04:07:34.616Z | Downloaded cpufeatures v0.2.16 |
147 | 2024-11-28T04:07:34.617Z | Downloaded cobs v0.2.3 |
148 | 2024-11-28T04:07:34.620Z | Downloaded cfg-if v1.0.0 |
149 | 2024-11-28T04:07:34.620Z | Downloaded memmap v0.7.0 |
150 | 2024-11-28T04:07:34.623Z | Downloaded byteorder v1.5.0 |
151 | 2024-11-28T04:07:34.623Z | Downloaded aho-corasick v1.1.3 |
152 | 2024-11-28T04:07:34.627Z | Downloaded macaddr v1.0.1 |
153 | 2024-11-28T04:07:34.631Z | Downloaded itertools v0.13.0 |
154 | 2024-11-28T04:07:34.635Z | Downloaded digest v0.10.7 |
155 | 2024-11-28T04:07:34.641Z | Downloaded memchr v2.7.4 |
156 | 2024-11-28T04:07:34.647Z | Downloaded dtrace-parser v0.2.0 |
157 | 2024-11-28T04:07:34.654Z | Downloaded usdt-macro v0.5.0 |
158 | 2024-11-28T04:07:34.657Z | Downloaded pretty-hex v0.4.1 |
159 | 2024-11-28T04:07:34.657Z | Downloaded once_cell v1.20.2 |
160 | 2024-11-28T04:07:34.659Z | Downloaded itoa v1.0.13 |
161 | 2024-11-28T04:07:34.662Z | Downloaded dof v0.3.0 |
162 | 2024-11-28T04:07:34.662Z | Downloaded darling_macro v0.20.10 |
163 | 2024-11-28T04:07:34.665Z | Downloaded scroll_derive v0.12.0 |
164 | 2024-11-28T04:07:34.671Z | Downloaded usdt-attr-macro v0.5.0 |
165 | 2024-11-28T04:07:34.676Z | Downloaded version_check v0.9.5 |
166 | 2024-11-28T04:07:34.679Z | Downloaded proc-macro-error-attr v1.0.4 |
167 | 2024-11-28T04:07:34.684Z | Downloaded usdt v0.5.0 |
168 | 2024-11-28T04:07:34.684Z | Downloaded plain v0.2.3 |
169 | 2024-11-28T04:07:34.684Z | Downloaded generic-array v0.14.7 |
170 | 2024-11-28T04:07:34.686Z | Downloaded managed v0.8.0 |
171 | 2024-11-28T04:07:34.686Z | Downloaded either v1.13.0 |
172 | 2024-11-28T04:07:34.686Z | Downloaded embedded-io v0.6.1 |
173 | 2024-11-28T04:07:34.686Z | Downloaded usdt-impl v0.5.0 |
174 | 2024-11-28T04:07:34.689Z | Downloaded hash32 v0.3.1 |
175 | 2024-11-28T04:07:34.689Z | Downloaded defmt v0.3.8 |
176 | 2024-11-28T04:07:34.692Z | Downloaded thiserror v1.0.69 |
177 | 2024-11-28T04:07:34.696Z | Downloaded fnv v1.0.7 |
178 | 2024-11-28T04:07:34.699Z | Downloaded thread-id v4.2.2 |
179 | 2024-11-28T04:07:34.701Z | Downloaded strsim v0.11.1 |
180 | 2024-11-28T04:07:34.703Z | Downloaded thiserror-impl v1.0.69 |
181 | 2024-11-28T04:07:34.703Z | Downloaded stable_deref_trait v1.2.0 |
182 | 2024-11-28T04:07:34.706Z | Downloaded serde_tokenstream v0.2.2 |
183 | 2024-11-28T04:07:34.709Z | Downloaded tabwriter v1.4.0 |
184 | 2024-11-28T04:07:34.709Z | Downloaded ucd-trie v0.1.7 |
185 | 2024-11-28T04:07:34.712Z | Downloaded quote v1.0.37 |
186 | 2024-11-28T04:07:34.714Z | Downloaded pest_generator v2.7.14 |
187 | 2024-11-28T04:07:34.714Z | Downloaded embedded-io v0.4.0 |
188 | 2024-11-28T04:07:34.719Z | Downloaded sha2 v0.10.8 |
189 | 2024-11-28T04:07:34.721Z | Downloaded proc-macro-error v1.0.4 |
190 | 2024-11-28T04:07:34.724Z | Downloaded zerocopy-derive v0.7.35 |
191 | 2024-11-28T04:07:34.729Z | Downloaded scroll v0.12.0 |
192 | 2024-11-28T04:07:34.738Z | Downloaded ryu v1.0.18 |
193 | 2024-11-28T04:07:34.741Z | Downloaded proc-macro2 v1.0.92 |
194 | 2024-11-28T04:07:34.744Z | Downloaded postcard v1.0.10 |
195 | 2024-11-28T04:07:34.747Z | Downloaded typenum v1.17.0 |
196 | 2024-11-28T04:07:34.749Z | Downloaded heapless v0.8.0 |
197 | 2024-11-28T04:07:34.752Z | Downloaded pest_derive v2.7.14 |
198 | 2024-11-28T04:07:34.755Z | Downloaded unicode-ident v1.0.14 |
199 | 2024-11-28T04:07:34.760Z | Downloaded serde_derive v1.0.215 |
200 | 2024-11-28T04:07:34.763Z | Downloaded pest_meta v2.7.14 |
201 | 2024-11-28T04:07:34.771Z | Downloaded zerocopy-derive v0.8.10 |
202 | 2024-11-28T04:07:34.776Z | Downloaded serde v1.0.215 |
203 | 2024-11-28T04:07:34.811Z | Downloaded pest v2.7.14 |
204 | 2024-11-28T04:07:34.826Z | Downloaded zerocopy v0.7.35 |
205 | 2024-11-28T04:07:34.842Z | Downloaded serde_json v1.0.133 |
206 | 2024-11-28T04:07:34.850Z | Downloaded goblin v0.8.2 |
207 | 2024-11-28T04:07:34.877Z | Downloaded zerocopy v0.8.10 |
208 | 2024-11-28T04:07:34.897Z | Downloaded syn v1.0.109 |
209 | 2024-11-28T04:07:34.906Z | Downloaded unicode-width v0.1.14 |
210 | 2024-11-28T04:07:34.912Z | Downloaded regex v1.11.1 |
211 | 2024-11-28T04:07:34.924Z | Downloaded syn v2.0.89 |
212 | 2024-11-28T04:07:34.941Z | Downloaded smoltcp v0.12.0 |
213 | 2024-11-28T04:07:34.955Z | Downloaded regex-syntax v0.8.5 |
214 | 2024-11-28T04:07:34.963Z | Downloaded libc v0.2.164 |
215 | 2024-11-28T04:07:34.995Z | Downloaded regex-automata v0.4.9 |
216 | 2024-11-28T04:07:35.141Z | Compiling proc-macro2 v1.0.92 |
217 | 2024-11-28T04:07:35.141Z | Compiling unicode-ident v1.0.14 |
218 | 2024-11-28T04:07:35.143Z | Documenting unicode-ident v1.0.14 |
219 | 2024-11-28T04:07:35.143Z | Compiling ident_case v1.0.1 |
220 | 2024-11-28T04:07:35.143Z | Compiling fnv v1.0.7 |
221 | 2024-11-28T04:07:35.143Z | Compiling strsim v0.11.1 |
222 | 2024-11-28T04:07:35.143Z | Compiling memchr v2.7.4 |
223 | 2024-11-28T04:07:35.425Z | Compiling serde v1.0.215 |
224 | 2024-11-28T04:07:35.486Z | Compiling zerocopy v0.8.10 |
225 | 2024-11-28T04:07:35.614Z | Compiling regex-syntax v0.8.5 |
226 | 2024-11-28T04:07:35.794Z | Checking byteorder v1.5.0 |
227 | 2024-11-28T04:07:35.839Z | Documenting fnv v1.0.7 |
228 | 2024-11-28T04:07:36.043Z | Compiling aho-corasick v1.1.3 |
229 | 2024-11-28T04:07:36.461Z | Documenting strsim v0.11.1 |
230 | 2024-11-28T04:07:36.606Z | Documenting ident_case v1.0.1 |
231 | 2024-11-28T04:07:36.633Z | Compiling either v1.13.0 |
232 | 2024-11-28T04:07:37.390Z | Documenting proc-macro2 v1.0.92 |
233 | 2024-11-28T04:07:37.521Z | Compiling quote v1.0.37 |
234 | 2024-11-28T04:07:37.740Z | Compiling itertools v0.13.0 |
235 | 2024-11-28T04:07:38.003Z | Compiling syn v2.0.89 |
236 | 2024-11-28T04:07:38.090Z | Compiling heapless v0.8.0 |
237 | 2024-11-28T04:07:38.531Z | Documenting quote v1.0.37 |
238 | 2024-11-28T04:07:38.676Z | Documenting memchr v2.7.4 |
239 | 2024-11-28T04:07:39.599Z | Documenting syn v2.0.89 |
240 | 2024-11-28T04:07:39.989Z | Compiling regex-automata v0.4.9 |
241 | 2024-11-28T04:07:40.084Z | Documenting aho-corasick v1.1.3 |
242 | 2024-11-28T04:07:40.904Z | Checking hash32 v0.3.1 |
243 | 2024-11-28T04:07:41.063Z | Documenting regex-syntax v0.8.5 |
244 | 2024-11-28T04:07:41.078Z | Checking stable_deref_trait v1.2.0 |
245 | 2024-11-28T04:07:41.166Z | Checking macaddr v1.0.1 |
246 | 2024-11-28T04:07:41.397Z | Checking cfg-if v1.0.0 |
247 | 2024-11-28T04:07:41.695Z | Compiling smoltcp v0.12.0 |
248 | 2024-11-28T04:07:43.095Z | Checking cobs v0.2.3 |
249 | 2024-11-28T04:07:43.269Z | Documenting byteorder v1.5.0 |
250 | 2024-11-28T04:07:43.316Z | Checking regex v1.11.1 |
251 | 2024-11-28T04:07:43.369Z | Checking darling_core v0.20.10 |
252 | 2024-11-28T04:07:43.384Z | Documenting regex-automata v0.4.9 |
253 | 2024-11-28T04:07:44.060Z | Checking bitflags v2.6.0 |
254 | 2024-11-28T04:07:44.306Z | Checking managed v0.8.0 |
255 | 2024-11-28T04:07:44.670Z | Checking bitflags v1.3.2 |
256 | 2024-11-28T04:07:44.763Z | Documenting hash32 v0.3.1 |
257 | 2024-11-28T04:07:44.812Z | Documenting stable_deref_trait v1.2.0 |
258 | 2024-11-28T04:07:45.049Z | Documenting darling_core v0.20.10 |
259 | 2024-11-28T04:07:45.430Z | Documenting serde_derive v1.0.215 |
260 | 2024-11-28T04:07:45.441Z | Documenting zerocopy-derive v0.8.10 |
261 | 2024-11-28T04:07:45.451Z | Documenting macaddr v1.0.1 |
262 | 2024-11-28T04:07:46.157Z | Documenting cfg-if v1.0.0 |
263 | 2024-11-28T04:07:46.204Z | Documenting regex v1.11.1 |
264 | 2024-11-28T04:07:46.659Z | Documenting heapless v0.8.0 |
265 | 2024-11-28T04:07:47.265Z | Documenting darling_macro v0.20.10 |
266 | 2024-11-28T04:07:47.280Z | Checking ipnetwork v0.20.0 |
267 | 2024-11-28T04:07:47.536Z | Compiling version_check v0.9.5 |
268 | 2024-11-28T04:07:47.573Z | Documenting bitflags v2.6.0 |
269 | 2024-11-28T04:07:47.590Z | Checking unicode-width v0.1.14 |
270 | 2024-11-28T04:07:47.808Z | Documenting managed v0.8.0 |
271 | 2024-11-28T04:07:48.073Z | Documenting cobs v0.2.3 |
272 | 2024-11-28T04:07:48.128Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
273 | 2024-11-28T04:07:48.298Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
274 | 2024-11-28T04:07:48.313Z | Documenting either v1.13.0 |
275 | 2024-11-28T04:07:48.329Z | Documenting unicode-width v0.1.14 |
276 | 2024-11-28T04:07:48.662Z | Documenting smoltcp v0.12.0 |
277 | 2024-11-28T04:07:48.685Z | Compiling serde_derive v1.0.215 |
278 | 2024-11-28T04:07:48.696Z | Compiling zerocopy-derive v0.8.10 |
279 | 2024-11-28T04:07:48.835Z | Documenting ipnetwork v0.20.0 |
280 | 2024-11-28T04:07:49.103Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
281 | 2024-11-28T04:07:49.361Z | Documenting tabwriter v1.4.0 |
282 | 2024-11-28T04:07:49.802Z | Documenting itertools v0.13.0 |
283 | 2024-11-28T04:07:49.868Z | Compiling darling_macro v0.20.10 |
284 | 2024-11-28T04:07:49.898Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
285 | 2024-11-28T04:07:49.932Z | Checking tabwriter v1.4.0 |
286 | 2024-11-28T04:07:50.229Z | Documenting crc32fast v1.4.2 |
287 | 2024-11-28T04:07:50.794Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
288 | 2024-11-28T04:07:50.866Z | Checking crc32fast v1.4.2 |
289 | 2024-11-28T04:07:50.998Z | Checking dyn-clone v1.0.17 |
290 | 2024-11-28T04:07:51.009Z | Compiling darling v0.20.10 |
291 | 2024-11-28T04:07:51.103Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
292 | 2024-11-28T04:07:51.128Z | Documenting darling v0.20.10 |
293 | 2024-11-28T04:07:51.141Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
294 | 2024-11-28T04:07:51.758Z | Documenting zerocopy v0.8.10 |
295 | 2024-11-28T04:07:51.797Z | Documenting dyn-clone v1.0.17 |
296 | 2024-11-28T04:07:52.375Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
297 | 2024-11-28T04:07:52.443Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
298 | 2024-11-28T04:07:53.924Z | Documenting serde v1.0.215 |
299 | 2024-11-28T04:07:55.355Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
300 | 2024-11-28T04:07:55.356Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-11-28T04:07:56.929Z | Checking postcard v1.0.10 |
302 | 2024-11-28T04:07:56.929Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-11-28T04:07:56.931Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-11-28T04:07:56.931Z | Documenting postcard v1.0.10 |
305 | 2024-11-28T04:07:58.147Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
306 | 2024-11-28T04:07:58.147Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-11-28T04:07:58.303Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
308 | 2024-11-28T04:07:58.303Z | --> crates/opte-api/src/ip.rs:710:20 |
309 | 2024-11-28T04:07:58.303Z | | |
310 | 2024-11-28T04:07:58.303Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
311 | 2024-11-28T04:07:58.303Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
312 | 2024-11-28T04:07:58.303Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/ip_addr.rs:165:1 |
313 | 2024-11-28T04:07:58.303Z | | |
314 | 2024-11-28T04:07:58.304Z | = note: `smoltcp::wire::Ipv6Address` defined here |
315 | 2024-11-28T04:07:58.304Z | | |
316 | 2024-11-28T04:07:58.304Z | help: you might have meant to use an associated function to build this type |
317 | 2024-11-28T04:07:58.304Z | | |
318 | 2024-11-28T04:07:58.304Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
319 | 2024-11-28T04:07:58.304Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
320 | 2024-11-28T04:07:58.304Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
321 | 2024-11-28T04:07:58.304Z | | ~~~~~~~~~~~~~~ |
322 | 2024-11-28T04:07:58.304Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
323 | 2024-11-28T04:07:58.304Z | | ~~~~~~~~~~~~~~~~~~ |
324 | 2024-11-28T04:07:58.304Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
325 | 2024-11-28T04:07:58.304Z | | ~~~~~~~~~~~~~~~~ |
326 | 2024-11-28T04:07:58.304Z | |
327 | 2024-11-28T04:07:58.369Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
328 | 2024-11-28T04:07:58.369Z | --> crates/opte-api/src/ip.rs:448:1 |
329 | 2024-11-28T04:07:58.369Z | | |
330 | 2024-11-28T04:07:58.369Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
331 | 2024-11-28T04:07:58.369Z | | ------------------------------------------- first implementation here |
332 | 2024-11-28T04:07:58.369Z | ... |
333 | 2024-11-28T04:07:58.369Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
334 | 2024-11-28T04:07:58.369Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
335 | 2024-11-28T04:07:58.369Z | |
336 | 2024-11-28T04:07:58.372Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
337 | 2024-11-28T04:07:58.372Z | --> crates/opte-api/src/ip.rs:455:1 |
338 | 2024-11-28T04:07:58.372Z | | |
339 | 2024-11-28T04:07:58.372Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
340 | 2024-11-28T04:07:58.372Z | | ------------------------------------------- first implementation here |
341 | 2024-11-28T04:07:58.372Z | ... |
342 | 2024-11-28T04:07:58.372Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
343 | 2024-11-28T04:07:58.372Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
344 | 2024-11-28T04:07:58.372Z | |
345 | 2024-11-28T04:07:58.372Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
346 | 2024-11-28T04:07:58.372Z | --> crates/opte-api/src/ip.rs:727:1 |
347 | 2024-11-28T04:07:58.372Z | | |
348 | 2024-11-28T04:07:58.372Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
349 | 2024-11-28T04:07:58.372Z | | ------------------------------------------- first implementation here |
350 | 2024-11-28T04:07:58.373Z | ... |
351 | 2024-11-28T04:07:58.373Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
352 | 2024-11-28T04:07:58.373Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
353 | 2024-11-28T04:07:58.373Z | |
354 | 2024-11-28T04:07:58.373Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
355 | 2024-11-28T04:07:58.373Z | --> crates/opte-api/src/ip.rs:736:1 |
356 | 2024-11-28T04:07:58.373Z | | |
357 | 2024-11-28T04:07:58.373Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
358 | 2024-11-28T04:07:58.373Z | | ------------------------------------------- first implementation here |
359 | 2024-11-28T04:07:58.373Z | ... |
360 | 2024-11-28T04:07:58.373Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
361 | 2024-11-28T04:07:58.373Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
362 | 2024-11-28T04:07:58.373Z | |
363 | 2024-11-28T04:07:58.408Z | For more information about this error, try `rustc --explain E0119`. |
364 | 2024-11-28T04:07:58.444Z | error[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr` |
365 | 2024-11-28T04:07:58.444Z | --> crates/opte-api/src/ip.rs:448:1 |
366 | 2024-11-28T04:07:58.444Z | | |
367 | 2024-11-28T04:07:58.444Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
368 | 2024-11-28T04:07:58.444Z | | ------------------------------------------- first implementation here |
369 | 2024-11-28T04:07:58.444Z | ... |
370 | 2024-11-28T04:07:58.444Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
371 | 2024-11-28T04:07:58.444Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
372 | 2024-11-28T04:07:58.444Z | |
373 | 2024-11-28T04:07:58.444Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address` |
374 | 2024-11-28T04:07:58.444Z | --> crates/opte-api/src/ip.rs:455:1 |
375 | 2024-11-28T04:07:58.444Z | | |
376 | 2024-11-28T04:07:58.444Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
377 | 2024-11-28T04:07:58.444Z | | ------------------------------------------- first implementation here |
378 | 2024-11-28T04:07:58.444Z | ... |
379 | 2024-11-28T04:07:58.444Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
380 | 2024-11-28T04:07:58.444Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address` |
381 | 2024-11-28T04:07:58.444Z | |
382 | 2024-11-28T04:07:58.447Z | error[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr` |
383 | 2024-11-28T04:07:58.447Z | --> crates/opte-api/src/ip.rs:727:1 |
384 | 2024-11-28T04:07:58.447Z | | |
385 | 2024-11-28T04:07:58.447Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
386 | 2024-11-28T04:07:58.447Z | | ------------------------------------------- first implementation here |
387 | 2024-11-28T04:07:58.447Z | ... |
388 | 2024-11-28T04:07:58.447Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
389 | 2024-11-28T04:07:58.447Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
390 | 2024-11-28T04:07:58.447Z | |
391 | 2024-11-28T04:07:58.447Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address` |
392 | 2024-11-28T04:07:58.447Z | --> crates/opte-api/src/ip.rs:736:1 |
393 | 2024-11-28T04:07:58.447Z | | |
394 | 2024-11-28T04:07:58.447Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
395 | 2024-11-28T04:07:58.447Z | | ------------------------------------------- first implementation here |
396 | 2024-11-28T04:07:58.447Z | ... |
397 | 2024-11-28T04:07:58.447Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
398 | 2024-11-28T04:07:58.448Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address` |
399 | 2024-11-28T04:07:58.448Z | |
400 | 2024-11-28T04:07:58.539Z | error: could not document `opte-api` |
401 | 2024-11-28T04:07:58.542Z | warning: build failed, waiting for other jobs to finish... |
402 | 2024-11-28T04:07:58.643Z | error[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope |
403 | 2024-11-28T04:07:58.643Z | --> crates/opte-api/src/ip.rs:450:29 |
404 | 2024-11-28T04:07:58.643Z | | |
405 | 2024-11-28T04:07:58.643Z | 450 | let bytes = smolip4.as_bytes(); |
406 | 2024-11-28T04:07:58.643Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
407 | 2024-11-28T04:07:58.643Z | |
408 | 2024-11-28T04:07:58.652Z | error[E0599]: no function or associated item named `from_bytes` found for struct `Ipv4Address` in the current scope |
409 | 2024-11-28T04:07:58.652Z | --> crates/opte-api/src/ip.rs:457:15 |
410 | 2024-11-28T04:07:58.652Z | | |
411 | 2024-11-28T04:07:58.652Z | 457 | Self::from_bytes(&ip) |
412 | 2024-11-28T04:07:58.652Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
413 | 2024-11-28T04:07:58.652Z | | |
414 | 2024-11-28T04:07:58.652Z | note: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions: |
415 | 2024-11-28T04:07:58.652Z | Ipv4Address::new |
416 | 2024-11-28T04:07:58.652Z | Ipv4Address::from_bits |
417 | 2024-11-28T04:07:58.652Z | Ipv4Address::from_octets |
418 | 2024-11-28T04:07:58.652Z | core::net::parser::<impl Ipv4Address>::parse_ascii |
419 | 2024-11-28T04:07:58.652Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/ip_addr.rs:472:5 |
420 | 2024-11-28T04:07:58.652Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/parser.rs:336:5 |
421 | 2024-11-28T04:07:58.652Z | help: there is an associated function `from_bits` with a similar name |
422 | 2024-11-28T04:07:58.652Z | | |
423 | 2024-11-28T04:07:58.652Z | 457 | Self::from_bits(&ip) |
424 | 2024-11-28T04:07:58.652Z | | ~~~~~~~~~ |
425 | 2024-11-28T04:07:58.652Z | |
426 | 2024-11-28T04:07:58.683Z | error[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope |
427 | 2024-11-28T04:07:58.683Z | --> crates/opte-api/src/ip.rs:731:34 |
428 | 2024-11-28T04:07:58.684Z | | |
429 | 2024-11-28T04:07:58.684Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
430 | 2024-11-28T04:07:58.684Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
431 | 2024-11-28T04:07:58.684Z | |
432 | 2024-11-28T04:07:58.692Z | error[E0599]: no function or associated item named `from_bytes` found for struct `Ipv6Address` in the current scope |
433 | 2024-11-28T04:07:58.692Z | --> crates/opte-api/src/ip.rs:739:15 |
434 | 2024-11-28T04:07:58.692Z | | |
435 | 2024-11-28T04:07:58.692Z | 739 | Self::from_bytes(&ip) |
436 | 2024-11-28T04:07:58.692Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
437 | 2024-11-28T04:07:58.692Z | | |
438 | 2024-11-28T04:07:58.692Z | note: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions: |
439 | 2024-11-28T04:07:58.692Z | Ipv6Address::new |
440 | 2024-11-28T04:07:58.692Z | Ipv6Address::from_bits |
441 | 2024-11-28T04:07:58.692Z | Ipv6Address::from_segments |
442 | 2024-11-28T04:07:58.692Z | Ipv6Address::from_octets |
443 | 2024-11-28T04:07:58.692Z | core::net::parser::<impl Ipv6Address>::parse_ascii |
444 | 2024-11-28T04:07:58.692Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/ip_addr.rs:1250:5 |
445 | 2024-11-28T04:07:58.692Z | --> /rustc/5ec7d6eee7e0f5236ec1559499070eaf836bc608/library/core/src/net/parser.rs:367:5 |
446 | 2024-11-28T04:07:58.692Z | help: there is an associated function `from_bits` with a similar name |
447 | 2024-11-28T04:07:58.692Z | | |
448 | 2024-11-28T04:07:58.692Z | 739 | Self::from_bits(&ip) |
449 | 2024-11-28T04:07:58.692Z | | ~~~~~~~~~ |
450 | 2024-11-28T04:07:58.692Z | |
451 | 2024-11-28T04:07:59.016Z | Some errors have detailed explanations: E0119, E0423, E0599. |
452 | 2024-11-28T04:07:59.016Z | For more information about an error, try `rustc --explain E0119`. |
453 | 2024-11-28T04:07:59.158Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
454 | 2024-11-28T04:07:59.288Z | |
455 | 2024-11-28T04:07:59.288Z | real 28.445233047 |
456 | 2024-11-28T04:07:59.288Z | user 2:18.978312825 |
457 | 2024-11-28T04:07:59.288Z | sys 18.860953926 |
458 | 2024-11-28T04:07:59.288Z | trap 0.114837092 |
459 | 2024-11-28T04:07:59.288Z | tflt 0.217658223 |
460 | 2024-11-28T04:07:59.288Z | dflt 0.776848951 |
461 | 2024-11-28T04:07:59.289Z | kflt 0.006827210 |
462 | 2024-11-28T04:07:59.291Z | lock 2:50.873294289 |
463 | 2024-11-28T04:07:59.291Z | slp 7:35.085056979 |
464 | 2024-11-28T04:07:59.292Z | lat 17.266064264 |
465 | 2024-11-28T04:07:59.292Z | stop 12.046152507 |
466 | 2024-11-28T04:07:59.292Z | process exited: duration 49850 ms, exit code 101 |
|
467 | 2024-11-28T04:07:59.299Z | found 0 output files |