|
|
|
1 | 2024-11-28T04:08:13.499Z | job assigned to worker 01JDRF7M912FP1K6CA6HMGT81B [factory aws, i-0402f7b1c83e8ba11] (queued for 2 m 45 s) |
|
2 | 2024-11-28T04:08:21.184Z | starting task 0: "setup" |
3 | 2024-11-28T04:08:21.192Z | ++ uname -s |
4 | 2024-11-28T04:08:21.195Z | + kern=SunOS |
5 | 2024-11-28T04:08:21.195Z | + case "$kern" in |
6 | 2024-11-28T04:08:21.195Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:08:21.198Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:08:23.204Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:08:23.308Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:08:23.310Z | + home_fs=zfs |
11 | 2024-11-28T04:08:23.310Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:08:23.310Z | + mkdir -p /home/build |
13 | 2024-11-28T04:08:23.314Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:08:25.321Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:08:25.330Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-11-28T04:08:25.361Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:08:25.391Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:08:25.391Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:08:25.391Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-28T04:08:25.391Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T04:08:25.391Z | ' default |
22 | 2024-11-28T04:08:25.391Z | * toolchain profile = "default" |
23 | 2024-11-28T04:08:25.392Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:08:25.392Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:08:25.494Z | info: downloading installer |
26 | 2024-11-28T04:08:26.862Z | info: profile set to 'default' |
27 | 2024-11-28T04:08:26.862Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:08:26.864Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:08:27.152Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:08:27.152Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:08:28.215Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:08:28.622Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:08:30.075Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:08:32.475Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:08:40.883Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:08:41.188Z | info: installing component 'cargo' |
37 | 2024-11-28T04:08:42.031Z | info: installing component 'clippy' |
38 | 2024-11-28T04:08:42.411Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:08:44.107Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:08:45.960Z | info: installing component 'rustc' |
41 | 2024-11-28T04:08:51.989Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:08:52.336Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:08:52.336Z | |
44 | 2024-11-28T04:08:52.757Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:08:52.757Z | |
46 | 2024-11-28T04:08:52.760Z | |
47 | 2024-11-28T04:08:52.760Z | Rust is installed now. Great! |
48 | 2024-11-28T04:08:52.760Z | |
49 | 2024-11-28T04:08:52.760Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:08:52.760Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:08:52.760Z | |
52 | 2024-11-28T04:08:52.760Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:08:52.760Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:08:52.760Z | |
55 | 2024-11-28T04:08:52.761Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:08:52.761Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:08:52.761Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:08:52.839Z | + rustc --version |
59 | 2024-11-28T04:08:52.911Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:08:52.915Z | process exited: duration 27567 ms, exit code 0 |
|
61 | 2024-11-28T04:08:52.923Z | starting task 2: "authentication" |
62 | 2024-11-28T04:08:52.943Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-28T04:08:52.948Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:08:52.953Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:08:52.956Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:08:52.991Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:08:54.204Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:08:54.204Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:08:54.475Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:08:54.475Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:08:54.483Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:08:54.486Z | ++ git branch --show-current |
73 | 2024-11-28T04:08:54.489Z | + current=master |
74 | 2024-11-28T04:08:54.489Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:08:54.489Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:08:54.492Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:08:54.513Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:08:54.516Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:08:54.536Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:08:54.538Z | process exited: duration 1588 ms, exit code 0 |
|
81 | 2024-11-28T04:08:54.544Z | starting task 4: "build" |
82 | 2024-11-28T04:08:54.549Z | + TGT_BASE=/work |
83 | 2024-11-28T04:08:54.549Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-11-28T04:08:54.549Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-11-28T04:08:54.549Z | + DBG_TGT=/work/debug |
86 | 2024-11-28T04:08:54.549Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-11-28T04:08:54.549Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-11-28T04:08:54.549Z | + REL_TGT=/work/release |
89 | 2024-11-28T04:08:54.549Z | + mkdir -p /work/debug /work/release |
90 | 2024-11-28T04:08:54.551Z | + cargo --version |
91 | 2024-11-28T04:08:54.556Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
92 | 2024-11-28T04:08:54.716Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
93 | 2024-11-28T04:08:54.716Z | info: downloading component 'cargo' |
94 | 2024-11-28T04:08:55.433Z | info: downloading component 'clippy' |
95 | 2024-11-28T04:08:55.704Z | info: downloading component 'rust-docs' |
96 | 2024-11-28T04:08:56.713Z | info: downloading component 'rust-std' |
97 | 2024-11-28T04:08:58.354Z | info: downloading component 'rustc' |
98 | 2024-11-28T04:09:04.102Z | info: downloading component 'rustfmt' |
99 | 2024-11-28T04:09:04.309Z | info: installing component 'cargo' |
100 | 2024-11-28T04:09:05.119Z | info: installing component 'clippy' |
101 | 2024-11-28T04:09:05.484Z | info: installing component 'rust-docs' |
102 | 2024-11-28T04:09:07.220Z | info: installing component 'rust-std' |
103 | 2024-11-28T04:09:09.012Z | info: installing component 'rustc' |
104 | 2024-11-28T04:09:15.069Z | info: installing component 'rustfmt' |
105 | 2024-11-28T04:09:15.455Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
106 | 2024-11-28T04:09:15.459Z | + rustc --version |
107 | 2024-11-28T04:09:15.534Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
108 | 2024-11-28T04:09:15.538Z | + install_pkg jq |
109 | 2024-11-28T04:09:15.538Z | + set +o errexit |
110 | 2024-11-28T04:09:15.538Z | + pfexec pkg install jq |
111 | 2024-11-28T04:09:24.129Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-11-28T04:09:27.893Z | Startup: Caching catalogs ... Done |
113 | 2024-11-28T04:09:37.650Z | Planning: Solver setup ... Done |
114 | 2024-11-28T04:09:37.775Z | Planning: Running solver ... Done |
115 | 2024-11-28T04:09:37.872Z | Planning: Consolidating action changes ... Done |
116 | 2024-11-28T04:09:37.874Z | Planning: Evaluating mediators ... Done |
117 | 2024-11-28T04:09:37.874Z | Planning: Planning completed in 9.89 seconds |
118 | 2024-11-28T04:09:37.900Z | No updates necessary for this image. |
119 | 2024-11-28T04:09:38.607Z | + exit_code=4 |
120 | 2024-11-28T04:09:38.607Z | + [[ 4 -ne 0 ]] |
121 | 2024-11-28T04:09:38.610Z | + [[ 4 -ne 4 ]] |
122 | 2024-11-28T04:09:38.610Z | + set -o errexit |
123 | 2024-11-28T04:09:38.610Z | + pushd xde |
124 | 2024-11-28T04:09:38.610Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-11-28T04:09:38.610Z | + cp xde.conf /work/xde.conf |
126 | 2024-11-28T04:09:38.612Z | + header 'check style' |
127 | 2024-11-28T04:09:38.612Z | + echo '# ==== check style ==== #' |
128 | 2024-11-28T04:09:38.612Z | # ==== check style ==== # |
129 | 2024-11-28T04:09:38.612Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-11-28T04:09:39.005Z | |
131 | 2024-11-28T04:09:39.005Z | real 0.390531561 |
132 | 2024-11-28T04:09:39.005Z | user 0.269852963 |
133 | 2024-11-28T04:09:39.005Z | sys 0.110620435 |
134 | 2024-11-28T04:09:39.005Z | trap 0.000017469 |
135 | 2024-11-28T04:09:39.005Z | tflt 0.000000000 |
136 | 2024-11-28T04:09:39.005Z | dflt 0.000000000 |
137 | 2024-11-28T04:09:39.005Z | kflt 0.000000000 |
138 | 2024-11-28T04:09:39.005Z | lock 0.000000000 |
139 | 2024-11-28T04:09:39.008Z | slp 0.298965984 |
140 | 2024-11-28T04:09:39.008Z | lat 0.000250664 |
141 | 2024-11-28T04:09:39.008Z | stop 0.000140812 |
142 | 2024-11-28T04:09:39.008Z | + header analyze |
143 | 2024-11-28T04:09:39.008Z | + echo '# ==== analyze ==== #' |
144 | 2024-11-28T04:09:39.008Z | # ==== analyze ==== # |
145 | 2024-11-28T04:09:39.008Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-11-28T04:09:39.136Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-11-28T04:09:39.306Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-11-28T04:09:39.330Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-11-28T04:09:39.330Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-11-28T04:09:39.332Z | info: downloading component 'rust-src' |
151 | 2024-11-28T04:09:39.566Z | info: installing component 'rust-src' |
152 | 2024-11-28T04:09:40.223Z | Updating crates.io index |
153 | 2024-11-28T04:09:40.225Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-11-28T04:09:41.050Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-11-28T04:09:41.370Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-11-28T04:09:41.618Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-11-28T04:09:41.934Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-11-28T04:09:42.229Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-11-28T04:09:42.462Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-11-28T04:09:42.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-11-28T04:09:43.048Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-11-28T04:09:43.892Z | Downloading crates ... |
163 | 2024-11-28T04:09:43.993Z | Downloaded ident_case v1.0.1 |
164 | 2024-11-28T04:09:44.002Z | Downloaded crc32fast v1.4.2 |
165 | 2024-11-28T04:09:44.010Z | Downloaded smoltcp v0.12.0 |
166 | 2024-11-28T04:09:44.098Z | Downloaded aho-corasick v1.1.3 |
167 | 2024-11-28T04:09:44.104Z | Downloaded embedded-io v0.4.0 |
168 | 2024-11-28T04:09:44.106Z | Downloaded byteorder v1.5.0 |
169 | 2024-11-28T04:09:44.109Z | Downloaded fnv v1.0.7 |
170 | 2024-11-28T04:09:44.109Z | Downloaded defmt v0.3.8 |
171 | 2024-11-28T04:09:44.111Z | Downloaded defmt-parser v0.3.4 |
172 | 2024-11-28T04:09:44.114Z | Downloaded bitflags v2.6.0 |
173 | 2024-11-28T04:09:44.116Z | Downloaded darling_macro v0.20.10 |
174 | 2024-11-28T04:09:44.116Z | Downloaded darling v0.20.10 |
175 | 2024-11-28T04:09:44.122Z | Downloaded bitflags v1.3.2 |
176 | 2024-11-28T04:09:44.125Z | Downloaded cobs v0.2.3 |
177 | 2024-11-28T04:09:44.132Z | Downloaded embedded-io v0.6.1 |
178 | 2024-11-28T04:09:44.132Z | Downloaded proc-macro-error-attr v1.0.4 |
179 | 2024-11-28T04:09:44.132Z | Downloaded cfg-if v1.0.0 |
180 | 2024-11-28T04:09:44.132Z | Downloaded dyn-clone v1.0.17 |
181 | 2024-11-28T04:09:44.135Z | Downloaded either v1.13.0 |
182 | 2024-11-28T04:09:44.138Z | Downloaded proc-macro-error v1.0.4 |
183 | 2024-11-28T04:09:44.142Z | Downloaded quote v1.0.37 |
184 | 2024-11-28T04:09:44.146Z | Downloaded uuid v1.11.0 |
185 | 2024-11-28T04:09:44.155Z | Downloaded itertools v0.13.0 |
186 | 2024-11-28T04:09:44.163Z | Downloaded darling_core v0.20.10 |
187 | 2024-11-28T04:09:44.166Z | Downloaded strsim v0.11.1 |
188 | 2024-11-28T04:09:44.171Z | Downloaded version_check v0.9.5 |
189 | 2024-11-28T04:09:44.174Z | Downloaded thiserror-impl v1.0.69 |
190 | 2024-11-28T04:09:44.174Z | Downloaded thiserror v1.0.69 |
191 | 2024-11-28T04:09:44.178Z | Downloaded stable_deref_trait v1.2.0 |
192 | 2024-11-28T04:09:44.180Z | Downloaded managed v0.8.0 |
193 | 2024-11-28T04:09:44.180Z | Downloaded hash32 v0.3.1 |
194 | 2024-11-28T04:09:44.182Z | Downloaded defmt-macros v0.3.9 |
195 | 2024-11-28T04:09:44.190Z | Downloaded unicode-ident v1.0.14 |
196 | 2024-11-28T04:09:44.192Z | Downloaded macaddr v1.0.1 |
197 | 2024-11-28T04:09:44.207Z | Downloaded proc-macro2 v1.0.92 |
198 | 2024-11-28T04:09:44.210Z | Downloaded serde_derive v1.0.215 |
199 | 2024-11-28T04:09:44.212Z | Downloaded postcard v1.0.10 |
200 | 2024-11-28T04:09:44.219Z | Downloaded serde v1.0.215 |
201 | 2024-11-28T04:09:44.228Z | Downloaded zerocopy-derive v0.8.10 |
202 | 2024-11-28T04:09:44.234Z | Downloaded memchr v2.7.4 |
203 | 2024-11-28T04:09:44.239Z | Downloaded heapless v0.8.0 |
204 | 2024-11-28T04:09:44.272Z | Downloaded regex v1.11.1 |
205 | 2024-11-28T04:09:44.285Z | Downloaded syn v1.0.109 |
206 | 2024-11-28T04:09:44.294Z | Downloaded zerocopy v0.8.10 |
207 | 2024-11-28T04:09:44.318Z | Downloaded syn v2.0.89 |
208 | 2024-11-28T04:09:44.336Z | Downloaded regex-syntax v0.8.5 |
209 | 2024-11-28T04:09:44.356Z | Downloaded regex-automata v0.4.9 |
210 | 2024-11-28T04:09:44.377Z | Updating crates.io index |
211 | 2024-11-28T04:09:44.438Z | Downloading crates ... |
212 | 2024-11-28T04:09:44.532Z | Downloaded adler v1.0.2 |
213 | 2024-11-28T04:09:44.541Z | Downloaded rustc-demangle v0.1.24 |
214 | 2024-11-28T04:09:44.543Z | Downloaded getopts v0.2.21 |
215 | 2024-11-28T04:09:44.545Z | Downloaded addr2line v0.22.0 |
216 | 2024-11-28T04:09:44.554Z | Downloaded miniz_oxide v0.7.4 |
217 | 2024-11-28T04:09:44.557Z | Downloaded allocator-api2 v0.2.18 |
218 | 2024-11-28T04:09:44.582Z | Downloaded hashbrown v0.15.0 |
219 | 2024-11-28T04:09:44.592Z | Downloaded gimli v0.29.0 |
220 | 2024-11-28T04:09:44.601Z | Downloaded compiler_builtins v0.1.138 |
221 | 2024-11-28T04:09:44.612Z | Downloaded unicode-width v0.1.14 |
222 | 2024-11-28T04:09:44.622Z | Downloaded object v0.36.5 |
223 | 2024-11-28T04:09:44.641Z | Downloaded libc v0.2.161 |
224 | 2024-11-28T04:09:44.795Z | Compiling compiler_builtins v0.1.138 |
225 | 2024-11-28T04:09:44.798Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
226 | 2024-11-28T04:09:44.798Z | Compiling proc-macro2 v1.0.92 |
227 | 2024-11-28T04:09:44.798Z | Compiling unicode-ident v1.0.14 |
228 | 2024-11-28T04:09:44.798Z | Compiling fnv v1.0.7 |
229 | 2024-11-28T04:09:44.798Z | Compiling strsim v0.11.1 |
230 | 2024-11-28T04:09:44.798Z | Compiling ident_case v1.0.1 |
231 | 2024-11-28T04:09:44.798Z | Compiling memchr v2.7.4 |
232 | 2024-11-28T04:09:44.979Z | Compiling regex-syntax v0.8.5 |
233 | 2024-11-28T04:09:45.004Z | Compiling serde v1.0.215 |
234 | 2024-11-28T04:09:45.033Z | Compiling zerocopy v0.8.10 |
235 | 2024-11-28T04:09:45.675Z | Compiling either v1.13.0 |
236 | 2024-11-28T04:09:45.686Z | Compiling heapless v0.8.0 |
237 | 2024-11-28T04:09:46.008Z | Compiling aho-corasick v1.1.3 |
238 | 2024-11-28T04:09:46.097Z | Compiling itertools v0.13.0 |
239 | 2024-11-28T04:09:46.126Z | Compiling smoltcp v0.12.0 |
240 | 2024-11-28T04:09:46.555Z | Compiling version_check v0.9.5 |
241 | 2024-11-28T04:09:46.628Z | Compiling quote v1.0.37 |
242 | 2024-11-28T04:09:47.049Z | Compiling syn v2.0.89 |
243 | 2024-11-28T04:09:47.430Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
244 | 2024-11-28T04:09:48.697Z | Compiling regex-automata v0.4.9 |
245 | 2024-11-28T04:09:51.637Z | Compiling regex v1.11.1 |
246 | 2024-11-28T04:09:51.852Z | Compiling darling_core v0.20.10 |
247 | 2024-11-28T04:09:54.300Z | Compiling serde_derive v1.0.215 |
248 | 2024-11-28T04:09:54.300Z | Compiling zerocopy-derive v0.8.10 |
249 | 2024-11-28T04:09:54.302Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
250 | 2024-11-28T04:09:56.007Z | Compiling darling_macro v0.20.10 |
251 | 2024-11-28T04:09:57.222Z | Compiling darling v0.20.10 |
252 | 2024-11-28T04:09:57.321Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
253 | 2024-11-28T04:09:57.324Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
254 | 2024-11-28T04:10:04.504Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
255 | 2024-11-28T04:10:05.229Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
256 | 2024-11-28T04:10:08.009Z | Checking byteorder v1.5.0 |
257 | 2024-11-28T04:10:08.012Z | Checking stable_deref_trait v1.2.0 |
258 | 2024-11-28T04:10:08.012Z | Checking cfg-if v1.0.0 |
259 | 2024-11-28T04:10:08.012Z | Checking macaddr v1.0.1 |
260 | 2024-11-28T04:10:08.012Z | Checking bitflags v1.3.2 |
261 | 2024-11-28T04:10:08.012Z | Checking cobs v0.2.3 |
262 | 2024-11-28T04:10:08.085Z | Checking managed v0.8.0 |
263 | 2024-11-28T04:10:08.098Z | Checking bitflags v2.6.0 |
264 | 2024-11-28T04:10:08.201Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
265 | 2024-11-28T04:10:08.264Z | Checking crc32fast v1.4.2 |
266 | 2024-11-28T04:10:08.287Z | Checking hash32 v0.3.1 |
267 | 2024-11-28T04:10:08.320Z | Checking dyn-clone v1.0.17 |
268 | 2024-11-28T04:10:08.427Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
269 | 2024-11-28T04:10:10.001Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2024-11-28T04:10:11.031Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-11-28T04:10:11.031Z | Checking postcard v1.0.10 |
272 | 2024-11-28T04:10:11.033Z | Checking uuid v1.11.0 |
273 | 2024-11-28T04:10:12.303Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
274 | 2024-11-28T04:10:12.464Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
275 | 2024-11-28T04:10:12.464Z | --> crates/opte-api/src/ip.rs:710:20 |
276 | 2024-11-28T04:10:12.464Z | | |
277 | 2024-11-28T04:10:12.464Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
278 | 2024-11-28T04:10:12.464Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
279 | 2024-11-28T04:10:12.464Z | | |
280 | 2024-11-28T04:10:12.464Z | ::: /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:165:1 |
281 | 2024-11-28T04:10:12.464Z | | |
282 | 2024-11-28T04:10:12.464Z | 165 | pub struct Ipv6Addr { |
283 | 2024-11-28T04:10:12.464Z | | ------------------- `smoltcp::wire::Ipv6Address` defined here |
284 | 2024-11-28T04:10:12.465Z | | |
285 | 2024-11-28T04:10:12.465Z | help: you might have meant to use an associated function to build this type |
286 | 2024-11-28T04:10:12.465Z | | |
287 | 2024-11-28T04:10:12.465Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
288 | 2024-11-28T04:10:12.465Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
289 | 2024-11-28T04:10:12.465Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
290 | 2024-11-28T04:10:12.465Z | | ~~~~~~~~~~~~~~ |
291 | 2024-11-28T04:10:12.465Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
292 | 2024-11-28T04:10:12.465Z | | ~~~~~~~~~~~~~~~~~~ |
293 | 2024-11-28T04:10:12.465Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
294 | 2024-11-28T04:10:12.465Z | | ~~~~~~~~~~~~~~~~ |
295 | 2024-11-28T04:10:12.465Z | |
296 | 2024-11-28T04:10:12.597Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
297 | 2024-11-28T04:10:12.597Z | --> crates/opte-api/src/ip.rs:448:1 |
298 | 2024-11-28T04:10:12.597Z | | |
299 | 2024-11-28T04:10:12.597Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
300 | 2024-11-28T04:10:12.597Z | | ------------------------------------------- first implementation here |
301 | 2024-11-28T04:10:12.597Z | ... |
302 | 2024-11-28T04:10:12.597Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
303 | 2024-11-28T04:10:12.597Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
304 | 2024-11-28T04:10:12.598Z | |
305 | 2024-11-28T04:10:12.598Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
306 | 2024-11-28T04:10:12.598Z | --> crates/opte-api/src/ip.rs:455:1 |
307 | 2024-11-28T04:10:12.598Z | | |
308 | 2024-11-28T04:10:12.598Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
309 | 2024-11-28T04:10:12.598Z | | ------------------------------------------- first implementation here |
310 | 2024-11-28T04:10:12.598Z | ... |
311 | 2024-11-28T04:10:12.598Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
312 | 2024-11-28T04:10:12.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
313 | 2024-11-28T04:10:12.598Z | |
314 | 2024-11-28T04:10:12.600Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
315 | 2024-11-28T04:10:12.600Z | --> crates/opte-api/src/ip.rs:727:1 |
316 | 2024-11-28T04:10:12.600Z | | |
317 | 2024-11-28T04:10:12.601Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
318 | 2024-11-28T04:10:12.601Z | | ------------------------------------------- first implementation here |
319 | 2024-11-28T04:10:12.601Z | ... |
320 | 2024-11-28T04:10:12.601Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
321 | 2024-11-28T04:10:12.601Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
322 | 2024-11-28T04:10:12.601Z | |
323 | 2024-11-28T04:10:12.601Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
324 | 2024-11-28T04:10:12.601Z | --> crates/opte-api/src/ip.rs:736:1 |
325 | 2024-11-28T04:10:12.601Z | | |
326 | 2024-11-28T04:10:12.601Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
327 | 2024-11-28T04:10:12.601Z | | ------------------------------------------- first implementation here |
328 | 2024-11-28T04:10:12.601Z | ... |
329 | 2024-11-28T04:10:12.601Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
330 | 2024-11-28T04:10:12.601Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
331 | 2024-11-28T04:10:12.601Z | |
332 | 2024-11-28T04:10:12.776Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
333 | 2024-11-28T04:10:12.776Z | --> crates/opte-api/src/ip.rs:450:29 |
334 | 2024-11-28T04:10:12.776Z | | |
335 | 2024-11-28T04:10:12.776Z | 450 | let bytes = smolip4.as_bytes(); |
336 | 2024-11-28T04:10:12.776Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
337 | 2024-11-28T04:10:12.776Z | |
338 | 2024-11-28T04:10:12.782Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
339 | 2024-11-28T04:10:12.782Z | --> crates/opte-api/src/ip.rs:457:15 |
340 | 2024-11-28T04:10:12.782Z | | |
341 | 2024-11-28T04:10:12.782Z | 457 | Self::from_bytes(&ip) |
342 | 2024-11-28T04:10:12.782Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
343 | 2024-11-28T04:10:12.782Z | | |
344 | 2024-11-28T04:10:12.782Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
345 | 2024-11-28T04:10:12.782Z | core::net::Ipv4Addr::new |
346 | 2024-11-28T04:10:12.782Z | core::net::Ipv4Addr::from_bits |
347 | 2024-11-28T04:10:12.782Z | core::net::Ipv4Addr::from_octets |
348 | 2024-11-28T04:10:12.782Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
349 | 2024-11-28T04:10:12.782Z | --> /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:472:5 |
350 | 2024-11-28T04:10:12.782Z | | |
351 | 2024-11-28T04:10:12.782Z | 472 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr { |
352 | 2024-11-28T04:10:12.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
353 | 2024-11-28T04:10:12.782Z | ... |
354 | 2024-11-28T04:10:12.782Z | 537 | pub const fn from_bits(bits: u32) -> Ipv4Addr { |
355 | 2024-11-28T04:10:12.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
356 | 2024-11-28T04:10:12.782Z | ... |
357 | 2024-11-28T04:10:12.782Z | 615 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr { |
358 | 2024-11-28T04:10:12.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
359 | 2024-11-28T04:10:12.783Z | | |
360 | 2024-11-28T04:10:12.783Z | ::: /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:336:5 |
361 | 2024-11-28T04:10:12.783Z | | |
362 | 2024-11-28T04:10:12.783Z | 336 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
363 | 2024-11-28T04:10:12.783Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
364 | 2024-11-28T04:10:12.785Z | help: there is an associated function `from_bits` with a similar name |
365 | 2024-11-28T04:10:12.785Z | | |
366 | 2024-11-28T04:10:12.785Z | 457 | Self::from_bits(&ip) |
367 | 2024-11-28T04:10:12.785Z | | ~~~~~~~~~ |
368 | 2024-11-28T04:10:12.785Z | |
369 | 2024-11-28T04:10:12.808Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
370 | 2024-11-28T04:10:12.808Z | --> crates/opte-api/src/ip.rs:731:34 |
371 | 2024-11-28T04:10:12.808Z | | |
372 | 2024-11-28T04:10:12.808Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
373 | 2024-11-28T04:10:12.808Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
374 | 2024-11-28T04:10:12.808Z | |
375 | 2024-11-28T04:10:12.813Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
376 | 2024-11-28T04:10:12.813Z | --> crates/opte-api/src/ip.rs:739:15 |
377 | 2024-11-28T04:10:12.813Z | | |
378 | 2024-11-28T04:10:12.813Z | 739 | Self::from_bytes(&ip) |
379 | 2024-11-28T04:10:12.813Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
380 | 2024-11-28T04:10:12.813Z | | |
381 | 2024-11-28T04:10:12.813Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
382 | 2024-11-28T04:10:12.813Z | core::net::Ipv6Addr::new |
383 | 2024-11-28T04:10:12.813Z | core::net::Ipv6Addr::from_bits |
384 | 2024-11-28T04:10:12.813Z | core::net::Ipv6Addr::from_segments |
385 | 2024-11-28T04:10:12.813Z | core::net::Ipv6Addr::from_octets |
386 | 2024-11-28T04:10:12.813Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
387 | 2024-11-28T04:10:12.813Z | --> /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:1250:5 |
388 | 2024-11-28T04:10:12.813Z | | |
389 | 2024-11-28T04:10:12.813Z | 1250 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { |
390 | 2024-11-28T04:10:12.813Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
391 | 2024-11-28T04:10:12.813Z | ... |
392 | 2024-11-28T04:10:12.813Z | 1345 | pub const fn from_bits(bits: u128) -> Ipv6Addr { |
393 | 2024-11-28T04:10:12.813Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
394 | 2024-11-28T04:10:12.813Z | ... |
395 | 2024-11-28T04:10:12.813Z | 1438 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr { |
396 | 2024-11-28T04:10:12.813Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
397 | 2024-11-28T04:10:12.813Z | ... |
398 | 2024-11-28T04:10:12.813Z | 2000 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr { |
399 | 2024-11-28T04:10:12.813Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
400 | 2024-11-28T04:10:12.813Z | | |
401 | 2024-11-28T04:10:12.813Z | ::: /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:367:5 |
402 | 2024-11-28T04:10:12.813Z | | |
403 | 2024-11-28T04:10:12.813Z | 367 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { |
404 | 2024-11-28T04:10:12.817Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
405 | 2024-11-28T04:10:12.817Z | help: there is an associated function `from_bits` with a similar name |
406 | 2024-11-28T04:10:12.817Z | | |
407 | 2024-11-28T04:10:12.817Z | 739 | Self::from_bits(&ip) |
408 | 2024-11-28T04:10:12.817Z | | ~~~~~~~~~ |
409 | 2024-11-28T04:10:12.817Z | |
410 | 2024-11-28T04:10:13.129Z | Some errors have detailed explanations: E0119, E0423, E0599. |
411 | 2024-11-28T04:10:13.129Z | For more information about an error, try `rustc --explain E0119`. |
412 | 2024-11-28T04:10:13.267Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
413 | 2024-11-28T04:10:13.404Z | |
414 | 2024-11-28T04:10:13.404Z | real 34.391329190 |
415 | 2024-11-28T04:10:13.404Z | user 1:50.393744953 |
416 | 2024-11-28T04:10:13.404Z | sys 12.070017359 |
417 | 2024-11-28T04:10:13.404Z | trap 0.056054650 |
418 | 2024-11-28T04:10:13.404Z | tflt 0.191841118 |
419 | 2024-11-28T04:10:13.404Z | dflt 0.185307736 |
420 | 2024-11-28T04:10:13.407Z | kflt 0.001736546 |
421 | 2024-11-28T04:10:13.407Z | lock 2:28.083467790 |
422 | 2024-11-28T04:10:13.407Z | slp 5:45.690523673 |
423 | 2024-11-28T04:10:13.407Z | lat 2.563531077 |
424 | 2024-11-28T04:10:13.407Z | stop 6.213658245 |
425 | 2024-11-28T04:10:13.407Z | process exited: duration 78858 ms, exit code 101 |
|
426 | 2024-11-28T04:10:13.417Z | found 1 output files |
427 | 2024-11-28T04:10:13.417Z | uploading: /work/xde.conf (79 bytes) |
428 | 2024-11-28T04:10:14.425Z | uploaded: /work/xde.conf |
429 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/debug/xde.dbg" required a match, but was not used |
430 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/debug/xde.dbg.sha256" required a match, but was not used |
431 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/debug/xde_link.dbg.so" required a match, but was not used |
432 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/debug/xde_link.dbg.so.sha256" required a match, but was not used |
433 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/release/xde" required a match, but was not used |
434 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/release/xde.sha256" required a match, but was not used |
435 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/release/xde_link.so" required a match, but was not used |
436 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/release/xde_link.so.sha256" required a match, but was not used |
437 | 2024-11-28T04:10:14.427Z | upload error: rule "/work/test/loopback" required a match, but was not used |