|
|
|
1 | 2024-11-28T04:06:37.014Z | job assigned to worker 01JDRF4AMQGA9ZMSHMQXVVBXNP [factory aws, i-031e467fd5b0d3c73] (queued for 1 m 9 s) |
|
2 | 2024-11-28T04:06:45.492Z | starting task 0: "setup" |
3 | 2024-11-28T04:06:45.500Z | ++ uname -s |
4 | 2024-11-28T04:06:45.503Z | + kern=SunOS |
5 | 2024-11-28T04:06:45.503Z | + case "$kern" in |
6 | 2024-11-28T04:06:45.503Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:06:45.505Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:06:47.511Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:06:47.619Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:06:47.622Z | + home_fs=zfs |
11 | 2024-11-28T04:06:47.622Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:06:47.622Z | + mkdir -p /home/build |
13 | 2024-11-28T04:06:47.624Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:06:49.626Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:06:49.628Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-11-28T04:06:49.634Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:06:49.640Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:06:49.640Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:06:49.644Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-28T04:06:49.644Z | * toolchain profile = "default" |
21 | 2024-11-28T04:06:49.644Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-28T04:06:49.644Z | ' default |
23 | 2024-11-28T04:06:49.644Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:06:49.644Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:06:49.763Z | info: downloading installer |
26 | 2024-11-28T04:06:51.274Z | info: profile set to 'default' |
27 | 2024-11-28T04:06:51.274Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:06:51.277Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:06:51.437Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:06:51.437Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:06:52.322Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:06:52.661Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:06:53.872Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:06:55.830Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:07:02.739Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:07:02.998Z | info: installing component 'cargo' |
37 | 2024-11-28T04:07:03.839Z | info: installing component 'clippy' |
38 | 2024-11-28T04:07:04.218Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:07:05.916Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:07:07.757Z | info: installing component 'rustc' |
41 | 2024-11-28T04:07:13.738Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:07:14.071Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:07:14.071Z | |
44 | 2024-11-28T04:07:14.459Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:07:14.459Z | |
46 | 2024-11-28T04:07:14.462Z | |
47 | 2024-11-28T04:07:14.462Z | Rust is installed now. Great! |
48 | 2024-11-28T04:07:14.462Z | |
49 | 2024-11-28T04:07:14.462Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:07:14.462Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:07:14.462Z | |
52 | 2024-11-28T04:07:14.462Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:07:14.462Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:07:14.462Z | |
55 | 2024-11-28T04:07:14.462Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:07:14.462Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:07:14.462Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:07:14.532Z | + rustc --version |
59 | 2024-11-28T04:07:14.605Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:07:14.608Z | process exited: duration 24972 ms, exit code 0 |
|
61 | 2024-11-28T04:07:14.612Z | starting task 2: "authentication" |
62 | 2024-11-28T04:07:14.634Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-28T04:07:14.639Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:07:14.644Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:07:14.647Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:07:15.361Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:07:16.847Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:07:16.849Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:07:17.076Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:07:17.076Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:07:17.086Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:07:17.089Z | ++ git branch --show-current |
73 | 2024-11-28T04:07:17.091Z | + current=master |
74 | 2024-11-28T04:07:17.091Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:07:17.091Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:07:17.095Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:07:17.118Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:07:17.121Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:07:17.144Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:07:17.146Z | process exited: duration 2506 ms, exit code 0 |
|
81 | 2024-11-28T04:07:17.152Z | starting task 4: "build" |
82 | 2024-11-28T04:07:17.158Z | + TGT_BASE=/work |
83 | 2024-11-28T04:07:17.158Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-11-28T04:07:17.158Z | + REL_TGT=/work/release |
85 | 2024-11-28T04:07:17.158Z | + mkdir -p /work/release |
86 | 2024-11-28T04:07:17.160Z | + cargo --version |
87 | 2024-11-28T04:07:17.166Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
88 | 2024-11-28T04:07:17.321Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-28T04:07:17.321Z | info: downloading component 'cargo' |
90 | 2024-11-28T04:07:18.049Z | info: downloading component 'clippy' |
91 | 2024-11-28T04:07:18.326Z | info: downloading component 'rust-docs' |
92 | 2024-11-28T04:07:19.346Z | info: downloading component 'rust-std' |
93 | 2024-11-28T04:07:20.977Z | info: downloading component 'rustc' |
94 | 2024-11-28T04:07:26.819Z | info: downloading component 'rustfmt' |
95 | 2024-11-28T04:07:27.028Z | info: installing component 'cargo' |
96 | 2024-11-28T04:07:27.821Z | info: installing component 'clippy' |
97 | 2024-11-28T04:07:28.185Z | info: installing component 'rust-docs' |
98 | 2024-11-28T04:07:29.895Z | info: installing component 'rust-std' |
99 | 2024-11-28T04:07:31.628Z | info: installing component 'rustc' |
100 | 2024-11-28T04:07:37.495Z | info: installing component 'rustfmt' |
101 | 2024-11-28T04:07:37.893Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
102 | 2024-11-28T04:07:37.895Z | + rustc --version |
103 | 2024-11-28T04:07:37.971Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
104 | 2024-11-28T04:07:37.976Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-11-28T04:07:37.979Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-11-28T04:07:37.979Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-11-28T04:07:37.979Z | + ptime -m cargo xtask build |
108 | 2024-11-28T04:07:38.116Z | Updating crates.io index |
109 | 2024-11-28T04:07:38.185Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-11-28T04:07:38.918Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-11-28T04:07:39.192Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-11-28T04:07:39.434Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-11-28T04:07:39.785Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2024-11-28T04:07:40.067Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2024-11-28T04:07:40.328Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2024-11-28T04:07:40.576Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2024-11-28T04:07:40.844Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2024-11-28T04:07:41.644Z | Downloading crates ... |
119 | 2024-11-28T04:07:41.735Z | Downloaded quote v1.0.37 |
120 | 2024-11-28T04:07:41.812Z | Downloaded equivalent v1.0.1 |
121 | 2024-11-28T04:07:41.815Z | Downloaded anstream v0.6.18 |
122 | 2024-11-28T04:07:41.818Z | Downloaded clap_derive v4.5.18 |
123 | 2024-11-28T04:07:41.852Z | Downloaded heck v0.5.0 |
124 | 2024-11-28T04:07:41.854Z | Downloaded colorchoice v1.0.3 |
125 | 2024-11-28T04:07:41.857Z | Downloaded anstyle-query v1.1.2 |
126 | 2024-11-28T04:07:41.859Z | Downloaded anstyle v1.0.10 |
127 | 2024-11-28T04:07:41.861Z | Downloaded terminal_size v0.4.0 |
128 | 2024-11-28T04:07:41.864Z | Downloaded errno v0.3.9 |
129 | 2024-11-28T04:07:41.866Z | Downloaded utf8parse v0.2.2 |
130 | 2024-11-28T04:07:41.869Z | Downloaded toml_datetime v0.6.8 |
131 | 2024-11-28T04:07:41.869Z | Downloaded strsim v0.11.1 |
132 | 2024-11-28T04:07:41.871Z | Downloaded serde_spanned v0.6.8 |
133 | 2024-11-28T04:07:41.873Z | Downloaded itoa v1.0.13 |
134 | 2024-11-28T04:07:41.876Z | Downloaded clap_lex v0.7.3 |
135 | 2024-11-28T04:07:41.879Z | Downloaded anstyle-parse v0.2.6 |
136 | 2024-11-28T04:07:41.879Z | Downloaded cargo-platform v0.1.8 |
137 | 2024-11-28T04:07:41.882Z | Downloaded cargo_metadata v0.19.0 |
138 | 2024-11-28T04:07:41.896Z | Downloaded anyhow v1.0.93 |
139 | 2024-11-28T04:07:41.899Z | Downloaded thiserror-impl v1.0.69 |
140 | 2024-11-28T04:07:41.902Z | Downloaded thiserror v1.0.69 |
141 | 2024-11-28T04:07:41.907Z | Downloaded is_terminal_polyfill v1.70.1 |
142 | 2024-11-28T04:07:41.910Z | Downloaded semver v1.0.23 |
143 | 2024-11-28T04:07:41.914Z | Downloaded toml v0.8.19 |
144 | 2024-11-28T04:07:41.917Z | Downloaded bitflags v2.6.0 |
145 | 2024-11-28T04:07:41.920Z | Downloaded serde_derive v1.0.215 |
146 | 2024-11-28T04:07:41.923Z | Downloaded camino v1.1.9 |
147 | 2024-11-28T04:07:41.925Z | Downloaded proc-macro2 v1.0.92 |
148 | 2024-11-28T04:07:41.928Z | Downloaded unicode-ident v1.0.14 |
149 | 2024-11-28T04:07:41.931Z | Downloaded ryu v1.0.18 |
150 | 2024-11-28T04:07:41.934Z | Downloaded clap v4.5.21 |
151 | 2024-11-28T04:07:41.943Z | Downloaded serde v1.0.215 |
152 | 2024-11-28T04:07:41.948Z | Downloaded indexmap v2.6.0 |
153 | 2024-11-28T04:07:41.952Z | Downloaded clap_builder v4.5.21 |
154 | 2024-11-28T04:07:41.958Z | Downloaded memchr v2.7.4 |
155 | 2024-11-28T04:07:41.975Z | Downloaded hashbrown v0.15.2 |
156 | 2024-11-28T04:07:41.997Z | Downloaded serde_json v1.0.133 |
157 | 2024-11-28T04:07:42.003Z | Downloaded toml_edit v0.22.22 |
158 | 2024-11-28T04:07:42.024Z | Downloaded winnow v0.6.20 |
159 | 2024-11-28T04:07:42.043Z | Downloaded syn v2.0.89 |
160 | 2024-11-28T04:07:42.055Z | Downloaded rustix v0.38.41 |
161 | 2024-11-28T04:07:42.093Z | Downloaded libc v0.2.164 |
162 | 2024-11-28T04:07:42.232Z | Compiling proc-macro2 v1.0.92 |
163 | 2024-11-28T04:07:42.232Z | Compiling unicode-ident v1.0.14 |
164 | 2024-11-28T04:07:42.235Z | Compiling serde v1.0.215 |
165 | 2024-11-28T04:07:42.235Z | Compiling libc v0.2.164 |
166 | 2024-11-28T04:07:42.235Z | Compiling rustix v0.38.41 |
167 | 2024-11-28T04:07:42.235Z | Compiling bitflags v2.6.0 |
168 | 2024-11-28T04:07:42.235Z | Compiling utf8parse v0.2.2 |
169 | 2024-11-28T04:07:42.235Z | Compiling camino v1.1.9 |
170 | 2024-11-28T04:07:42.438Z | Compiling anstyle-parse v0.2.6 |
171 | 2024-11-28T04:07:42.446Z | Compiling is_terminal_polyfill v1.70.1 |
172 | 2024-11-28T04:07:42.557Z | Compiling equivalent v1.0.1 |
173 | 2024-11-28T04:07:42.638Z | Compiling thiserror v1.0.69 |
174 | 2024-11-28T04:07:42.649Z | Compiling anstyle-query v1.1.2 |
175 | 2024-11-28T04:07:42.735Z | Compiling colorchoice v1.0.3 |
176 | 2024-11-28T04:07:42.751Z | Compiling hashbrown v0.15.2 |
177 | 2024-11-28T04:07:42.844Z | Compiling serde_json v1.0.133 |
178 | 2024-11-28T04:07:43.434Z | Compiling semver v1.0.23 |
179 | 2024-11-28T04:07:43.442Z | Compiling anstyle v1.0.10 |
180 | 2024-11-28T04:07:43.535Z | Compiling heck v0.5.0 |
181 | 2024-11-28T04:07:43.544Z | Compiling ryu v1.0.18 |
182 | 2024-11-28T04:07:43.742Z | Compiling indexmap v2.6.0 |
183 | 2024-11-28T04:07:43.797Z | Compiling anstream v0.6.18 |
184 | 2024-11-28T04:07:43.861Z | Compiling winnow v0.6.20 |
185 | 2024-11-28T04:07:43.881Z | Compiling clap_lex v0.7.3 |
186 | 2024-11-28T04:07:43.934Z | Compiling strsim v0.11.1 |
187 | 2024-11-28T04:07:43.944Z | Compiling memchr v2.7.4 |
188 | 2024-11-28T04:07:44.417Z | Compiling itoa v1.0.13 |
189 | 2024-11-28T04:07:44.577Z | Compiling quote v1.0.37 |
190 | 2024-11-28T04:07:44.629Z | Compiling anyhow v1.0.93 |
191 | 2024-11-28T04:07:44.926Z | Compiling errno v0.3.9 |
192 | 2024-11-28T04:07:45.093Z | Compiling syn v2.0.89 |
193 | 2024-11-28T04:07:45.983Z | Compiling terminal_size v0.4.0 |
194 | 2024-11-28T04:07:46.105Z | Compiling clap_builder v4.5.21 |
195 | 2024-11-28T04:07:49.464Z | Compiling serde_derive v1.0.215 |
196 | 2024-11-28T04:07:49.464Z | Compiling thiserror-impl v1.0.69 |
197 | 2024-11-28T04:07:49.466Z | Compiling clap_derive v4.5.18 |
198 | 2024-11-28T04:07:52.104Z | Compiling clap v4.5.21 |
199 | 2024-11-28T04:07:56.577Z | Compiling serde_spanned v0.6.8 |
200 | 2024-11-28T04:07:56.577Z | Compiling toml_datetime v0.6.8 |
201 | 2024-11-28T04:07:56.580Z | Compiling cargo-platform v0.1.8 |
202 | 2024-11-28T04:07:56.850Z | Compiling toml_edit v0.22.22 |
203 | 2024-11-28T04:07:57.888Z | Compiling cargo_metadata v0.19.0 |
204 | 2024-11-28T04:07:58.963Z | Compiling toml v0.8.19 |
205 | 2024-11-28T04:08:00.986Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2024-11-28T04:08:02.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.72s |
207 | 2024-11-28T04:08:02.867Z | Running `target/debug/xtask build` |
208 | 2024-11-28T04:08:02.887Z | Building opteadm (debug). |
209 | 2024-11-28T04:08:05.662Z | Compiling libc v0.2.164 |
210 | 2024-11-28T04:08:05.662Z | Compiling cfg-if v1.0.0 |
211 | 2024-11-28T04:08:05.662Z | Compiling serde v1.0.215 |
212 | 2024-11-28T04:08:05.666Z | Compiling byteorder v1.5.0 |
213 | 2024-11-28T04:08:05.666Z | Compiling ident_case v1.0.1 |
214 | 2024-11-28T04:08:05.666Z | Compiling fnv v1.0.7 |
215 | 2024-11-28T04:08:05.666Z | Compiling memchr v2.7.4 |
216 | 2024-11-28T04:08:05.666Z | Compiling syn v2.0.89 |
217 | 2024-11-28T04:08:05.772Z | Compiling syn v1.0.109 |
218 | 2024-11-28T04:08:05.798Z | Compiling regex-syntax v0.8.5 |
219 | 2024-11-28T04:08:05.844Z | Compiling once_cell v1.20.2 |
220 | 2024-11-28T04:08:06.040Z | Compiling zerocopy v0.8.10 |
221 | 2024-11-28T04:08:06.248Z | Compiling autocfg v1.4.0 |
222 | 2024-11-28T04:08:06.275Z | Compiling either v1.13.0 |
223 | 2024-11-28T04:08:06.380Z | Compiling equivalent v1.0.1 |
224 | 2024-11-28T04:08:06.472Z | Compiling hashbrown v0.15.2 |
225 | 2024-11-28T04:08:06.683Z | Compiling aho-corasick v1.1.3 |
226 | 2024-11-28T04:08:06.878Z | Compiling itertools v0.13.0 |
227 | 2024-11-28T04:08:07.103Z | Compiling lock_api v0.4.12 |
228 | 2024-11-28T04:08:07.448Z | Compiling heapless v0.8.0 |
229 | 2024-11-28T04:08:07.851Z | Compiling indexmap v2.6.0 |
230 | 2024-11-28T04:08:07.993Z | Compiling toml_datetime v0.6.8 |
231 | 2024-11-28T04:08:08.093Z | Compiling winnow v0.5.40 |
232 | 2024-11-28T04:08:08.368Z | Compiling parking_lot_core v0.9.10 |
233 | 2024-11-28T04:08:09.529Z | Compiling regex-automata v0.4.9 |
234 | 2024-11-28T04:08:10.247Z | Compiling hash32 v0.3.1 |
235 | 2024-11-28T04:08:10.452Z | Compiling stable_deref_trait v1.2.0 |
236 | 2024-11-28T04:08:10.544Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
237 | 2024-11-28T04:08:10.637Z | Compiling smoltcp v0.12.0 |
238 | 2024-11-28T04:08:10.922Z | Compiling dyn-clone v1.0.17 |
239 | 2024-11-28T04:08:10.939Z | Compiling scopeguard v1.2.0 |
240 | 2024-11-28T04:08:11.056Z | Compiling serde_json v1.0.133 |
241 | 2024-11-28T04:08:11.146Z | Compiling smallvec v1.13.2 |
242 | 2024-11-28T04:08:11.290Z | Compiling macaddr v1.0.1 |
243 | 2024-11-28T04:08:11.654Z | Compiling toml_edit v0.19.15 |
244 | 2024-11-28T04:08:11.868Z | Compiling getrandom v0.2.15 |
245 | 2024-11-28T04:08:11.935Z | Compiling bitflags v1.3.2 |
246 | 2024-11-28T04:08:12.024Z | Compiling schemars v0.8.21 |
247 | 2024-11-28T04:08:12.168Z | Compiling version_check v0.9.5 |
248 | 2024-11-28T04:08:12.248Z | Compiling cobs v0.2.3 |
249 | 2024-11-28T04:08:12.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
250 | 2024-11-28T04:08:12.531Z | Compiling managed v0.8.0 |
251 | 2024-11-28T04:08:12.674Z | Compiling pin-project-lite v0.2.15 |
252 | 2024-11-28T04:08:12.746Z | Compiling rand_core v0.6.4 |
253 | 2024-11-28T04:08:12.785Z | Compiling parking_lot v0.12.3 |
254 | 2024-11-28T04:08:12.801Z | Compiling darling_core v0.20.10 |
255 | 2024-11-28T04:08:12.962Z | Compiling serde_derive_internals v0.29.1 |
256 | 2024-11-28T04:08:13.750Z | Compiling regex v1.11.1 |
257 | 2024-11-28T04:08:14.761Z | Compiling proc-macro-crate v1.3.1 |
258 | 2024-11-28T04:08:15.096Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
259 | 2024-11-28T04:08:15.451Z | Compiling mio v1.0.2 |
260 | 2024-11-28T04:08:15.532Z | Compiling socket2 v0.5.7 |
261 | 2024-11-28T04:08:16.622Z | Compiling signal-hook-registry v1.4.2 |
262 | 2024-11-28T04:08:16.857Z | Compiling errno v0.3.9 |
263 | 2024-11-28T04:08:17.099Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2024-11-28T04:08:17.273Z | Compiling unicode-width v0.1.14 |
265 | 2024-11-28T04:08:17.388Z | Compiling bytes v1.8.0 |
266 | 2024-11-28T04:08:17.552Z | Compiling foreign-types-shared v0.3.1 |
267 | 2024-11-28T04:08:17.668Z | Compiling rustix v0.38.41 |
268 | 2024-11-28T04:08:17.768Z | Compiling tabwriter v1.4.0 |
269 | 2024-11-28T04:08:17.809Z | Compiling serde_derive v1.0.215 |
270 | 2024-11-28T04:08:17.940Z | Compiling zerocopy-derive v0.8.10 |
271 | 2024-11-28T04:08:18.307Z | Compiling zerocopy-derive v0.7.35 |
272 | 2024-11-28T04:08:18.588Z | Compiling darling_macro v0.20.10 |
273 | 2024-11-28T04:08:18.717Z | Compiling num_enum_derive v0.5.11 |
274 | 2024-11-28T04:08:18.863Z | Compiling schemars_derive v0.8.21 |
275 | 2024-11-28T04:08:19.367Z | Compiling tokio-macros v2.4.0 |
276 | 2024-11-28T04:08:19.640Z | Compiling darling v0.20.10 |
277 | 2024-11-28T04:08:19.652Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
278 | 2024-11-28T04:08:19.987Z | Compiling thiserror-impl v1.0.69 |
279 | 2024-11-28T04:08:20.229Z | Compiling zerocopy v0.7.35 |
280 | 2024-11-28T04:08:20.832Z | Compiling foreign-types-macros v0.2.3 |
281 | 2024-11-28T04:08:20.882Z | Compiling num_enum v0.5.11 |
282 | 2024-11-28T04:08:21.021Z | Compiling tokio v1.41.1 |
283 | 2024-11-28T04:08:21.669Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
284 | 2024-11-28T04:08:21.867Z | Compiling ppv-lite86 v0.2.20 |
285 | 2024-11-28T04:08:22.102Z | Compiling foreign-types v0.5.0 |
286 | 2024-11-28T04:08:22.199Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
287 | 2024-11-28T04:08:22.709Z | Compiling rand_chacha v0.3.1 |
288 | 2024-11-28T04:08:22.857Z | Compiling thiserror v1.0.69 |
289 | 2024-11-28T04:08:22.979Z | Compiling tracing-attributes v0.1.27 |
290 | 2024-11-28T04:08:23.038Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
291 | 2024-11-28T04:08:23.467Z | Compiling cstr-argument v0.1.2 |
292 | 2024-11-28T04:08:23.731Z | Compiling tracing-core v0.1.32 |
293 | 2024-11-28T04:08:23.941Z | Compiling crc32fast v1.4.2 |
294 | 2024-11-28T04:08:24.121Z | Compiling pretty-hex v0.2.1 |
295 | 2024-11-28T04:08:24.240Z | Compiling lazy_static v1.5.0 |
296 | 2024-11-28T04:08:24.267Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
297 | 2024-11-28T04:08:24.292Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
298 | 2024-11-28T04:08:24.355Z | Compiling colored v2.1.0 |
299 | 2024-11-28T04:08:24.607Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
300 | 2024-11-28T04:08:24.758Z | Compiling rand v0.8.5 |
301 | 2024-11-28T04:08:24.922Z | Compiling terminal_size v0.4.0 |
302 | 2024-11-28T04:08:25.144Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
303 | 2024-11-28T04:08:25.199Z | Compiling clap_builder v4.5.21 |
304 | 2024-11-28T04:08:25.272Z | Compiling clap_derive v4.5.18 |
305 | 2024-11-28T04:08:25.467Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
306 | 2024-11-28T04:08:25.912Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
307 | 2024-11-28T04:08:26.141Z | Compiling tracing v0.1.40 |
308 | 2024-11-28T04:08:28.205Z | Compiling clap v4.5.21 |
309 | 2024-11-28T04:08:28.376Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
310 | 2024-11-28T04:08:29.953Z | Compiling ipnetwork v0.20.0 |
311 | 2024-11-28T04:08:30.272Z | Compiling postcard v1.0.10 |
312 | 2024-11-28T04:08:30.397Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
313 | 2024-11-28T04:08:30.636Z | Compiling uuid v1.11.0 |
314 | 2024-11-28T04:08:32.343Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
315 | 2024-11-28T04:08:32.518Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
316 | 2024-11-28T04:08:32.518Z | --> crates/opte-api/src/ip.rs:710:20 |
317 | 2024-11-28T04:08:32.518Z | | |
318 | 2024-11-28T04:08:32.518Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
319 | 2024-11-28T04:08:32.518Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
320 | 2024-11-28T04:08:32.518Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:165:1 |
321 | 2024-11-28T04:08:32.518Z | | |
322 | 2024-11-28T04:08:32.518Z | = note: `smoltcp::wire::Ipv6Address` defined here |
323 | 2024-11-28T04:08:32.518Z | | |
324 | 2024-11-28T04:08:32.518Z | help: you might have meant to use an associated function to build this type |
325 | 2024-11-28T04:08:32.518Z | | |
326 | 2024-11-28T04:08:32.518Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
327 | 2024-11-28T04:08:32.519Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
328 | 2024-11-28T04:08:32.519Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
329 | 2024-11-28T04:08:32.519Z | | ~~~~~~~~~~~~~~ |
330 | 2024-11-28T04:08:32.519Z | |
331 | 2024-11-28T04:08:32.656Z | error[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr` |
332 | 2024-11-28T04:08:32.656Z | --> crates/opte-api/src/ip.rs:448:1 |
333 | 2024-11-28T04:08:32.656Z | | |
334 | 2024-11-28T04:08:32.656Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
335 | 2024-11-28T04:08:32.656Z | | ------------------------------------------- first implementation here |
336 | 2024-11-28T04:08:32.656Z | ... |
337 | 2024-11-28T04:08:32.656Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
338 | 2024-11-28T04:08:32.656Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
339 | 2024-11-28T04:08:32.656Z | |
340 | 2024-11-28T04:08:32.656Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address` |
341 | 2024-11-28T04:08:32.656Z | --> crates/opte-api/src/ip.rs:455:1 |
342 | 2024-11-28T04:08:32.656Z | | |
343 | 2024-11-28T04:08:32.656Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
344 | 2024-11-28T04:08:32.656Z | | ------------------------------------------- first implementation here |
345 | 2024-11-28T04:08:32.656Z | ... |
346 | 2024-11-28T04:08:32.656Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
347 | 2024-11-28T04:08:32.656Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address` |
348 | 2024-11-28T04:08:32.656Z | |
349 | 2024-11-28T04:08:32.659Z | error[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr` |
350 | 2024-11-28T04:08:32.659Z | --> crates/opte-api/src/ip.rs:727:1 |
351 | 2024-11-28T04:08:32.659Z | | |
352 | 2024-11-28T04:08:32.659Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
353 | 2024-11-28T04:08:32.659Z | | ------------------------------------------- first implementation here |
354 | 2024-11-28T04:08:32.659Z | ... |
355 | 2024-11-28T04:08:32.659Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
356 | 2024-11-28T04:08:32.659Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
357 | 2024-11-28T04:08:32.659Z | |
358 | 2024-11-28T04:08:32.659Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address` |
359 | 2024-11-28T04:08:32.659Z | --> crates/opte-api/src/ip.rs:736:1 |
360 | 2024-11-28T04:08:32.659Z | | |
361 | 2024-11-28T04:08:32.659Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
362 | 2024-11-28T04:08:32.659Z | | ------------------------------------------- first implementation here |
363 | 2024-11-28T04:08:32.659Z | ... |
364 | 2024-11-28T04:08:32.659Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
365 | 2024-11-28T04:08:32.659Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address` |
366 | 2024-11-28T04:08:32.660Z | |
367 | 2024-11-28T04:08:32.854Z | error[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope |
368 | 2024-11-28T04:08:32.854Z | --> crates/opte-api/src/ip.rs:450:29 |
369 | 2024-11-28T04:08:32.855Z | | |
370 | 2024-11-28T04:08:32.855Z | 450 | let bytes = smolip4.as_bytes(); |
371 | 2024-11-28T04:08:32.855Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
372 | 2024-11-28T04:08:32.855Z | |
373 | 2024-11-28T04:08:32.864Z | error[E0599]: no function or associated item named `from_bytes` found for struct `Ipv4Address` in the current scope |
374 | 2024-11-28T04:08:32.864Z | --> crates/opte-api/src/ip.rs:457:15 |
375 | 2024-11-28T04:08:32.864Z | | |
376 | 2024-11-28T04:08:32.864Z | 457 | Self::from_bytes(&ip) |
377 | 2024-11-28T04:08:32.864Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
378 | 2024-11-28T04:08:32.864Z | | |
379 | 2024-11-28T04:08:32.864Z | note: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions: |
380 | 2024-11-28T04:08:32.864Z | Ipv4Address::new |
381 | 2024-11-28T04:08:32.864Z | Ipv4Address::from_bits |
382 | 2024-11-28T04:08:32.864Z | core::net::parser::<impl Ipv4Address>::parse_ascii |
383 | 2024-11-28T04:08:32.864Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:474:5 |
384 | 2024-11-28T04:08:32.864Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:344:5 |
385 | 2024-11-28T04:08:32.864Z | help: there is an associated function `from_bits` with a similar name |
386 | 2024-11-28T04:08:32.864Z | | |
387 | 2024-11-28T04:08:32.864Z | 457 | Self::from_bits(&ip) |
388 | 2024-11-28T04:08:32.864Z | | ~~~~~~~~~ |
389 | 2024-11-28T04:08:32.864Z | |
390 | 2024-11-28T04:08:32.896Z | error[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope |
391 | 2024-11-28T04:08:32.896Z | --> crates/opte-api/src/ip.rs:731:34 |
392 | 2024-11-28T04:08:32.896Z | | |
393 | 2024-11-28T04:08:32.896Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
394 | 2024-11-28T04:08:32.896Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
395 | 2024-11-28T04:08:32.896Z | |
396 | 2024-11-28T04:08:32.901Z | error[E0599]: no function or associated item named `from_bytes` found for struct `Ipv6Address` in the current scope |
397 | 2024-11-28T04:08:32.901Z | --> crates/opte-api/src/ip.rs:739:15 |
398 | 2024-11-28T04:08:32.901Z | | |
399 | 2024-11-28T04:08:32.901Z | 739 | Self::from_bytes(&ip) |
400 | 2024-11-28T04:08:32.901Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
401 | 2024-11-28T04:08:32.901Z | | |
402 | 2024-11-28T04:08:32.901Z | note: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions: |
403 | 2024-11-28T04:08:32.901Z | Ipv6Address::new |
404 | 2024-11-28T04:08:32.901Z | Ipv6Address::from_bits |
405 | 2024-11-28T04:08:32.901Z | core::net::parser::<impl Ipv6Address>::parse_ascii |
406 | 2024-11-28T04:08:32.901Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:1238:5 |
407 | 2024-11-28T04:08:32.901Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:375:5 |
408 | 2024-11-28T04:08:32.901Z | help: there is an associated function `from_bits` with a similar name |
409 | 2024-11-28T04:08:32.902Z | | |
410 | 2024-11-28T04:08:32.902Z | 739 | Self::from_bits(&ip) |
411 | 2024-11-28T04:08:32.902Z | | ~~~~~~~~~ |
412 | 2024-11-28T04:08:32.902Z | |
413 | 2024-11-28T04:08:33.084Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
414 | 2024-11-28T04:08:33.296Z | Some errors have detailed explanations: E0119, E0423, E0599. |
415 | 2024-11-28T04:08:33.296Z | For more information about an error, try `rustc --explain E0119`. |
416 | 2024-11-28T04:08:33.508Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
417 | 2024-11-28T04:08:33.508Z | warning: build failed, waiting for other jobs to finish... |
418 | 2024-11-28T04:08:35.441Z | Error: failed to build "opteadm" |
419 | 2024-11-28T04:08:35.441Z | |
420 | 2024-11-28T04:08:35.442Z | Caused by: |
421 | 2024-11-28T04:08:35.442Z | failed to run (status exit status: 101) |
422 | 2024-11-28T04:08:35.444Z | |
423 | 2024-11-28T04:08:35.444Z | real 57.456758962 |
424 | 2024-11-28T04:08:35.444Z | user 3:54.798873074 |
425 | 2024-11-28T04:08:35.444Z | sys 50.787869099 |
426 | 2024-11-28T04:08:35.444Z | trap 0.161704981 |
427 | 2024-11-28T04:08:35.444Z | tflt 0.421744168 |
428 | 2024-11-28T04:08:35.444Z | dflt 2.526664689 |
429 | 2024-11-28T04:08:35.444Z | kflt 0.012701118 |
430 | 2024-11-28T04:08:35.444Z | lock 6:27.166273159 |
431 | 2024-11-28T04:08:35.444Z | slp 15:13.443521029 |
432 | 2024-11-28T04:08:35.444Z | lat 9.654673052 |
433 | 2024-11-28T04:08:35.445Z | stop 13.970868229 |
434 | 2024-11-28T04:08:35.447Z | process exited: duration 78285 ms, exit code 1 |
|
435 | 2024-11-28T04:08:35.453Z | found 0 output files |
436 | 2024-11-28T04:08:35.453Z | upload error: rule "/out/opte.p5p" required a match, but was not used |
437 | 2024-11-28T04:08:35.453Z | upload error: rule "/out/opte.p5p.sha256" required a match, but was not used |