|
|
|
1 | 2024-11-21T18:43:43.866Z | job assigned to worker 01JD80GSQKF7TGKY2WWK3JHZZP [factory aws, i-0f3a5a98732a59114] (queued for 1 m 23 s) |
|
2 | 2024-11-21T18:43:52.072Z | starting task 0: "setup" |
3 | 2024-11-21T18:43:52.080Z | ++ uname -s |
4 | 2024-11-21T18:43:52.083Z | + kern=SunOS |
5 | 2024-11-21T18:43:52.083Z | + case "$kern" in |
6 | 2024-11-21T18:43:52.083Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:43:52.086Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:43:54.091Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:43:54.190Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:43:54.193Z | + home_fs=zfs |
11 | 2024-11-21T18:43:54.193Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:43:54.193Z | + mkdir -p /home/build |
13 | 2024-11-21T18:43:54.195Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:43:56.196Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:43:56.199Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-11-21T18:43:56.204Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:43:56.210Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:43:56.210Z | * toolchain channel = "nightly-2024-11-18" |
19 | 2024-11-21T18:43:56.210Z | ' nightly-2024-11-18 |
20 | 2024-11-21T18:43:56.210Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-21T18:43:56.210Z | ' default |
22 | 2024-11-21T18:43:56.210Z | * toolchain profile = "default" |
23 | 2024-11-21T18:43:56.213Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:43:56.213Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-21T18:43:56.325Z | info: downloading installer |
26 | 2024-11-21T18:43:57.835Z | info: profile set to 'default' |
27 | 2024-11-21T18:43:57.835Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:43:57.837Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-21T18:43:57.999Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-21T18:43:57.999Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:43:58.912Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:43:59.261Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:44:00.505Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:44:02.519Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:44:09.692Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:44:09.958Z | info: installing component 'cargo' |
37 | 2024-11-21T18:44:10.792Z | info: installing component 'clippy' |
38 | 2024-11-21T18:44:11.169Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:44:12.835Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:44:14.601Z | info: installing component 'rustc' |
41 | 2024-11-21T18:44:20.388Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:44:20.716Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-21T18:44:20.716Z | |
44 | 2024-11-21T18:44:21.102Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-21T18:44:21.103Z | |
46 | 2024-11-21T18:44:21.105Z | |
47 | 2024-11-21T18:44:21.105Z | Rust is installed now. Great! |
48 | 2024-11-21T18:44:21.105Z | |
49 | 2024-11-21T18:44:21.105Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:44:21.105Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:44:21.105Z | |
52 | 2024-11-21T18:44:21.105Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:44:21.105Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:44:21.105Z | |
55 | 2024-11-21T18:44:21.105Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:44:21.105Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:44:21.105Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:44:21.179Z | + rustc --version |
59 | 2024-11-21T18:44:21.254Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-21T18:44:21.259Z | process exited: duration 25050 ms, exit code 0 |
|
61 | 2024-11-21T18:44:21.264Z | starting task 2: "authentication" |
62 | 2024-11-21T18:44:21.284Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-21T18:44:21.289Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:44:21.294Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-21T18:44:21.297Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-21T18:44:23.096Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-21T18:44:24.952Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-21T18:44:24.954Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
69 | 2024-11-21T18:44:25.179Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-21T18:44:25.179Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
71 | 2024-11-21T18:44:25.186Z | + [[ -n ingot-and-offload ]] |
72 | 2024-11-21T18:44:25.188Z | ++ git branch --show-current |
73 | 2024-11-21T18:44:25.191Z | + current=master |
74 | 2024-11-21T18:44:25.191Z | + [[ master != ingot-and-offload ]] |
75 | 2024-11-21T18:44:25.191Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
76 | 2024-11-21T18:44:25.194Z | + git checkout -f ingot-and-offload |
77 | 2024-11-21T18:44:25.215Z | Switched to branch 'ingot-and-offload' |
78 | 2024-11-21T18:44:25.217Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
79 | 2024-11-21T18:44:25.220Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
80 | 2024-11-21T18:44:25.223Z | process exited: duration 3931 ms, exit code 0 |
|
81 | 2024-11-21T18:44:25.228Z | starting task 4: "build" |
82 | 2024-11-21T18:44:25.233Z | + TGT_BASE=/work |
83 | 2024-11-21T18:44:25.233Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-11-21T18:44:25.233Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-11-21T18:44:25.233Z | + DBG_TGT=/work/debug |
86 | 2024-11-21T18:44:25.233Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-11-21T18:44:25.233Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-11-21T18:44:25.233Z | + REL_TGT=/work/release |
89 | 2024-11-21T18:44:25.233Z | + mkdir -p /work/debug /work/release |
90 | 2024-11-21T18:44:25.236Z | + cargo --version |
91 | 2024-11-21T18:44:25.240Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
92 | 2024-11-21T18:44:25.398Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
93 | 2024-11-21T18:44:25.398Z | info: downloading component 'cargo' |
94 | 2024-11-21T18:44:26.255Z | info: downloading component 'clippy' |
95 | 2024-11-21T18:44:26.578Z | info: downloading component 'rust-docs' |
96 | 2024-11-21T18:44:27.782Z | info: downloading component 'rust-std' |
97 | 2024-11-21T18:44:29.696Z | info: downloading component 'rustc' |
98 | 2024-11-21T18:44:36.582Z | info: downloading component 'rustfmt' |
99 | 2024-11-21T18:44:36.825Z | info: installing component 'cargo' |
100 | 2024-11-21T18:44:37.642Z | info: installing component 'clippy' |
101 | 2024-11-21T18:44:38.016Z | info: installing component 'rust-docs' |
102 | 2024-11-21T18:44:39.701Z | info: installing component 'rust-std' |
103 | 2024-11-21T18:44:41.464Z | info: installing component 'rustc' |
104 | 2024-11-21T18:44:47.390Z | info: installing component 'rustfmt' |
105 | 2024-11-21T18:44:47.785Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
106 | 2024-11-21T18:44:47.787Z | + rustc --version |
107 | 2024-11-21T18:44:47.892Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
108 | 2024-11-21T18:44:47.898Z | + install_pkg jq |
109 | 2024-11-21T18:44:47.900Z | + set +o errexit |
110 | 2024-11-21T18:44:47.900Z | + pfexec pkg install jq |
111 | 2024-11-21T18:45:06.163Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-11-21T18:45:10.170Z | Startup: Caching catalogs ... Done |
113 | 2024-11-21T18:45:18.986Z | Planning: Solver setup ... Done |
114 | 2024-11-21T18:45:19.096Z | Planning: Running solver ... Done |
115 | 2024-11-21T18:45:19.182Z | Planning: Consolidating action changes ... Done |
116 | 2024-11-21T18:45:19.185Z | Planning: Evaluating mediators ... Done |
117 | 2024-11-21T18:45:19.185Z | Planning: Planning completed in 8.94 seconds |
118 | 2024-11-21T18:45:19.208Z | No updates necessary for this image. |
119 | 2024-11-21T18:45:19.870Z | + exit_code=4 |
120 | 2024-11-21T18:45:19.870Z | + [[ 4 -ne 0 ]] |
121 | 2024-11-21T18:45:19.870Z | + [[ 4 -ne 4 ]] |
122 | 2024-11-21T18:45:19.870Z | + set -o errexit |
123 | 2024-11-21T18:45:19.873Z | + pushd xde |
124 | 2024-11-21T18:45:19.873Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-11-21T18:45:19.873Z | + cp xde.conf /work/xde.conf |
126 | 2024-11-21T18:45:19.873Z | + header 'check style' |
127 | 2024-11-21T18:45:19.873Z | + echo '# ==== check style ==== #' |
128 | 2024-11-21T18:45:19.873Z | # ==== check style ==== # |
129 | 2024-11-21T18:45:19.874Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-11-21T18:45:20.260Z | |
131 | 2024-11-21T18:45:20.260Z | real 0.381742614 |
132 | 2024-11-21T18:45:20.260Z | user 0.264730862 |
133 | 2024-11-21T18:45:20.260Z | sys 0.106010455 |
134 | 2024-11-21T18:45:20.260Z | trap 0.000020627 |
135 | 2024-11-21T18:45:20.260Z | tflt 0.000000000 |
136 | 2024-11-21T18:45:20.261Z | dflt 0.000000000 |
137 | 2024-11-21T18:45:20.261Z | kflt 0.000000000 |
138 | 2024-11-21T18:45:20.264Z | lock 0.000000000 |
139 | 2024-11-21T18:45:20.264Z | slp 0.294251599 |
140 | 2024-11-21T18:45:20.264Z | lat 0.000274974 |
141 | 2024-11-21T18:45:20.264Z | stop 0.000128922 |
142 | 2024-11-21T18:45:20.264Z | + header analyze |
143 | 2024-11-21T18:45:20.264Z | + echo '# ==== analyze ==== #' |
144 | 2024-11-21T18:45:20.264Z | # ==== analyze ==== # |
145 | 2024-11-21T18:45:20.264Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-11-21T18:45:20.391Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-11-21T18:45:20.561Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-11-21T18:45:20.582Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-11-21T18:45:20.582Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-11-21T18:45:20.584Z | info: downloading component 'rust-src' |
151 | 2024-11-21T18:45:20.831Z | info: installing component 'rust-src' |
152 | 2024-11-21T18:45:21.471Z | Updating crates.io index |
153 | 2024-11-21T18:45:21.473Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-11-21T18:45:22.235Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-11-21T18:45:22.568Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-11-21T18:45:22.841Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-11-21T18:45:23.208Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-11-21T18:45:23.523Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-11-21T18:45:23.767Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-11-21T18:45:24.059Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-11-21T18:45:24.339Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-11-21T18:45:25.062Z | Downloading crates ... |
163 | 2024-11-21T18:45:25.128Z | Downloaded hash32 v0.3.1 |
164 | 2024-11-21T18:45:25.130Z | Downloaded thiserror-impl v1.0.69 |
165 | 2024-11-21T18:45:25.132Z | Downloaded stable_deref_trait v1.2.0 |
166 | 2024-11-21T18:45:25.132Z | Downloaded defmt-macros v0.3.9 |
167 | 2024-11-21T18:45:25.134Z | Downloaded proc-macro-error v1.0.4 |
168 | 2024-11-21T18:45:25.138Z | Downloaded byteorder v1.5.0 |
169 | 2024-11-21T18:45:25.140Z | Downloaded bitflags v1.3.2 |
170 | 2024-11-21T18:45:25.142Z | Downloaded embedded-io v0.6.1 |
171 | 2024-11-21T18:45:25.148Z | Downloaded bitflags v2.6.0 |
172 | 2024-11-21T18:45:25.152Z | Downloaded serde v1.0.215 |
173 | 2024-11-21T18:45:25.163Z | Downloaded itertools v0.13.0 |
174 | 2024-11-21T18:45:25.170Z | Downloaded darling_macro v0.20.10 |
175 | 2024-11-21T18:45:25.172Z | Downloaded aho-corasick v1.1.3 |
176 | 2024-11-21T18:45:25.176Z | Downloaded proc-macro-error-attr v1.0.4 |
177 | 2024-11-21T18:45:25.178Z | Downloaded ident_case v1.0.1 |
178 | 2024-11-21T18:45:25.178Z | Downloaded fnv v1.0.7 |
179 | 2024-11-21T18:45:25.183Z | Downloaded cfg-if v1.0.0 |
180 | 2024-11-21T18:45:25.185Z | Downloaded defmt-parser v0.3.4 |
181 | 2024-11-21T18:45:25.185Z | Downloaded cobs v0.2.3 |
182 | 2024-11-21T18:45:25.188Z | Downloaded macaddr v1.0.1 |
183 | 2024-11-21T18:45:25.192Z | Downloaded strsim v0.11.1 |
184 | 2024-11-21T18:45:25.194Z | Downloaded embedded-io v0.4.0 |
185 | 2024-11-21T18:45:25.196Z | Downloaded dyn-clone v1.0.17 |
186 | 2024-11-21T18:45:25.196Z | Downloaded either v1.13.0 |
187 | 2024-11-21T18:45:25.199Z | Downloaded version_check v0.9.5 |
188 | 2024-11-21T18:45:25.202Z | Downloaded thiserror v1.0.69 |
189 | 2024-11-21T18:45:25.205Z | Downloaded defmt v0.3.8 |
190 | 2024-11-21T18:45:25.208Z | Downloaded managed v0.8.0 |
191 | 2024-11-21T18:45:25.210Z | Downloaded darling v0.20.10 |
192 | 2024-11-21T18:45:25.213Z | Downloaded crc32fast v1.4.2 |
193 | 2024-11-21T18:45:25.215Z | Downloaded quote v1.0.37 |
194 | 2024-11-21T18:45:25.221Z | Downloaded postcard v1.0.10 |
195 | 2024-11-21T18:45:25.223Z | Downloaded uuid v1.11.0 |
196 | 2024-11-21T18:45:25.227Z | Downloaded proc-macro2 v1.0.91 |
197 | 2024-11-21T18:45:25.231Z | Downloaded unicode-ident v1.0.13 |
198 | 2024-11-21T18:45:25.235Z | Downloaded serde_derive v1.0.215 |
199 | 2024-11-21T18:45:25.238Z | Downloaded darling_core v0.20.10 |
200 | 2024-11-21T18:45:25.247Z | Downloaded heapless v0.8.0 |
201 | 2024-11-21T18:45:25.253Z | Downloaded zerocopy-derive v0.8.10 |
202 | 2024-11-21T18:45:25.256Z | Downloaded memchr v2.7.4 |
203 | 2024-11-21T18:45:25.304Z | Downloaded zerocopy v0.8.10 |
204 | 2024-11-21T18:45:25.326Z | Downloaded syn v1.0.109 |
205 | 2024-11-21T18:45:25.335Z | Downloaded regex-automata v0.4.9 |
206 | 2024-11-21T18:45:25.350Z | Downloaded syn v2.0.89 |
207 | 2024-11-21T18:45:25.361Z | Downloaded regex v1.11.1 |
208 | 2024-11-21T18:45:25.372Z | Downloaded smoltcp v0.11.0 |
209 | 2024-11-21T18:45:25.383Z | Downloaded regex-syntax v0.8.5 |
210 | 2024-11-21T18:45:25.397Z | Updating crates.io index |
211 | 2024-11-21T18:45:25.461Z | Downloading crates ... |
212 | 2024-11-21T18:45:25.513Z | Downloaded adler v1.0.2 |
213 | 2024-11-21T18:45:25.518Z | Downloaded addr2line v0.22.0 |
214 | 2024-11-21T18:45:25.538Z | Downloaded getopts v0.2.21 |
215 | 2024-11-21T18:45:25.542Z | Downloaded rustc-demangle v0.1.24 |
216 | 2024-11-21T18:45:25.561Z | Downloaded allocator-api2 v0.2.18 |
217 | 2024-11-21T18:45:25.564Z | Downloaded miniz_oxide v0.7.4 |
218 | 2024-11-21T18:45:25.572Z | Downloaded hashbrown v0.15.0 |
219 | 2024-11-21T18:45:25.612Z | Downloaded compiler_builtins v0.1.138 |
220 | 2024-11-21T18:45:25.632Z | Downloaded gimli v0.29.0 |
221 | 2024-11-21T18:45:25.640Z | Downloaded unicode-width v0.1.14 |
222 | 2024-11-21T18:45:25.645Z | Downloaded object v0.36.5 |
223 | 2024-11-21T18:45:25.675Z | Downloaded libc v0.2.161 |
224 | 2024-11-21T18:45:25.828Z | Compiling compiler_builtins v0.1.138 |
225 | 2024-11-21T18:45:25.831Z | 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-21T18:45:25.831Z | Compiling proc-macro2 v1.0.91 |
227 | 2024-11-21T18:45:25.831Z | Compiling unicode-ident v1.0.13 |
228 | 2024-11-21T18:45:25.831Z | Compiling strsim v0.11.1 |
229 | 2024-11-21T18:45:25.831Z | Compiling ident_case v1.0.1 |
230 | 2024-11-21T18:45:25.831Z | Compiling fnv v1.0.7 |
231 | 2024-11-21T18:45:25.843Z | Compiling memchr v2.7.4 |
232 | 2024-11-21T18:45:26.019Z | Compiling serde v1.0.215 |
233 | 2024-11-21T18:45:26.045Z | Compiling regex-syntax v0.8.5 |
234 | 2024-11-21T18:45:26.056Z | Compiling zerocopy v0.8.10 |
235 | 2024-11-21T18:45:26.653Z | Compiling either v1.13.0 |
236 | 2024-11-21T18:45:26.936Z | Compiling aho-corasick v1.1.3 |
237 | 2024-11-21T18:45:27.220Z | Compiling itertools v0.13.0 |
238 | 2024-11-21T18:45:28.060Z | Compiling heapless v0.8.0 |
239 | 2024-11-21T18:45:28.086Z | Compiling smoltcp v0.11.0 |
240 | 2024-11-21T18:45:28.235Z | Compiling version_check v0.9.5 |
241 | 2024-11-21T18:45:28.918Z | Compiling regex-automata v0.4.9 |
242 | 2024-11-21T18:45:29.006Z | Compiling quote v1.0.37 |
243 | 2024-11-21T18:45:29.073Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
244 | 2024-11-21T18:45:29.507Z | Compiling syn v2.0.89 |
245 | 2024-11-21T18:45:32.089Z | Compiling regex v1.11.1 |
246 | 2024-11-21T18:45:34.175Z | Compiling darling_core v0.20.10 |
247 | 2024-11-21T18:45:36.001Z | Compiling serde_derive v1.0.215 |
248 | 2024-11-21T18:45:36.001Z | Compiling zerocopy-derive v0.8.10 |
249 | 2024-11-21T18:45:36.003Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
250 | 2024-11-21T18:45:37.957Z | Compiling darling_macro v0.20.10 |
251 | 2024-11-21T18:45:39.111Z | Compiling darling v0.20.10 |
252 | 2024-11-21T18:45:39.207Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
253 | 2024-11-21T18:45:39.207Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
254 | 2024-11-21T18:45:44.611Z | 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-21T18:45:45.366Z | 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-21T18:45:48.015Z | Checking byteorder v1.5.0 |
257 | 2024-11-21T18:45:48.015Z | Checking cfg-if v1.0.0 |
258 | 2024-11-21T18:45:48.018Z | Checking macaddr v1.0.1 |
259 | 2024-11-21T18:45:48.018Z | Checking stable_deref_trait v1.2.0 |
260 | 2024-11-21T18:45:48.018Z | Checking bitflags v2.6.0 |
261 | 2024-11-21T18:45:48.018Z | Checking cobs v0.2.3 |
262 | 2024-11-21T18:45:48.109Z | Checking bitflags v1.3.2 |
263 | 2024-11-21T18:45:48.143Z | Checking managed v0.8.0 |
264 | 2024-11-21T18:45:48.189Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
265 | 2024-11-21T18:45:48.248Z | Checking crc32fast v1.4.2 |
266 | 2024-11-21T18:45:48.310Z | Checking dyn-clone v1.0.17 |
267 | 2024-11-21T18:45:48.333Z | Checking hash32 v0.3.1 |
268 | 2024-11-21T18:45:48.427Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
269 | 2024-11-21T18:45:49.985Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2024-11-21T18:45:50.892Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-11-21T18:45:50.892Z | Checking postcard v1.0.10 |
272 | 2024-11-21T18:45:50.895Z | Checking uuid v1.11.0 |
273 | 2024-11-21T18:45:52.065Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
274 | 2024-11-21T18:45:58.787Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
275 | 2024-11-21T18:46:00.750Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
276 | 2024-11-21T18:46:01.218Z | warning: unused import: `crate::ip::t_uscalar_t` |
277 | 2024-11-21T18:46:01.218Z | --> xde/src/xde.rs:19:5 |
278 | 2024-11-21T18:46:01.218Z | | |
279 | 2024-11-21T18:46:01.218Z | 19 | use crate::ip::t_uscalar_t; |
280 | 2024-11-21T18:46:01.219Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
281 | 2024-11-21T18:46:01.219Z | | |
282 | 2024-11-21T18:46:01.219Z | = note: `#[warn(unused_imports)]` on by default |
283 | 2024-11-21T18:46:01.219Z | |
284 | 2024-11-21T18:46:01.221Z | warning: unused import: `crate::sys` |
285 | 2024-11-21T18:46:01.221Z | --> xde/src/xde.rs:39:5 |
286 | 2024-11-21T18:46:01.221Z | | |
287 | 2024-11-21T18:46:01.221Z | 39 | use crate::sys; |
288 | 2024-11-21T18:46:01.221Z | | ^^^^^^^^^^ |
289 | 2024-11-21T18:46:01.221Z | |
290 | 2024-11-21T18:46:01.221Z | warning: unused import: `core::mem::MaybeUninit` |
291 | 2024-11-21T18:46:01.221Z | --> xde/src/xde.rs:48:5 |
292 | 2024-11-21T18:46:01.221Z | | |
293 | 2024-11-21T18:46:01.222Z | 48 | use core::mem::MaybeUninit; |
294 | 2024-11-21T18:46:01.222Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
295 | 2024-11-21T18:46:01.222Z | |
296 | 2024-11-21T18:46:01.222Z | warning: unused import: `opte::engine::ip::ValidL3` |
297 | 2024-11-21T18:46:01.223Z | --> xde/src/xde.rs:85:5 |
298 | 2024-11-21T18:46:01.223Z | | |
299 | 2024-11-21T18:46:01.223Z | 85 | use opte::engine::ip::ValidL3; |
300 | 2024-11-21T18:46:01.223Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
301 | 2024-11-21T18:46:01.223Z | |
302 | 2024-11-21T18:46:03.478Z | warning: variable does not need to be mutable |
303 | 2024-11-21T18:46:03.478Z | --> xde/src/xde.rs:2181:17 |
304 | 2024-11-21T18:46:03.478Z | | |
305 | 2024-11-21T18:46:03.478Z | 2181 | let mut npkt = emit_spec.apply(pkt); |
306 | 2024-11-21T18:46:03.478Z | | ----^^^^ |
307 | 2024-11-21T18:46:03.478Z | | | |
308 | 2024-11-21T18:46:03.478Z | | help: remove this `mut` |
309 | 2024-11-21T18:46:03.478Z | | |
310 | 2024-11-21T18:46:03.478Z | = note: `#[warn(unused_mut)]` on by default |
311 | 2024-11-21T18:46:03.478Z | |
312 | 2024-11-21T18:46:04.376Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
313 | 2024-11-21T18:46:04.376Z | --> xde/src/xde.rs:385:20 |
314 | 2024-11-21T18:46:04.376Z | | |
315 | 2024-11-21T18:46:04.376Z | 385 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
316 | 2024-11-21T18:46:04.376Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
317 | 2024-11-21T18:46:04.376Z | | |
318 | 2024-11-21T18:46:04.376Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
319 | 2024-11-21T18:46:04.376Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
320 | 2024-11-21T18:46:04.377Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
321 | 2024-11-21T18:46:04.377Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
322 | 2024-11-21T18:46:04.377Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
323 | 2024-11-21T18:46:04.377Z | |
324 | 2024-11-21T18:46:04.407Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
325 | 2024-11-21T18:46:04.407Z | --> xde/src/xde.rs:1209:9 |
326 | 2024-11-21T18:46:04.407Z | | |
327 | 2024-11-21T18:46:04.407Z | 1209 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
328 | 2024-11-21T18:46:04.407Z | 1210 | | errno: EFAULT, |
329 | 2024-11-21T18:46:04.407Z | 1211 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
330 | 2024-11-21T18:46:04.407Z | 1212 | | })?); |
331 | 2024-11-21T18:46:04.407Z | | |____________^ |
332 | 2024-11-21T18:46:04.407Z | | |
333 | 2024-11-21T18:46:04.407Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
334 | 2024-11-21T18:46:04.407Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
335 | 2024-11-21T18:46:04.407Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
336 | 2024-11-21T18:46:04.408Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
337 | 2024-11-21T18:46:04.408Z | |
338 | 2024-11-21T18:46:04.421Z | warning: `Vec<T>` is already on the heap, the boxing is unnecessary |
339 | 2024-11-21T18:46:04.421Z | --> xde/src/xde.rs:1569:29 |
340 | 2024-11-21T18:46:04.421Z | | |
341 | 2024-11-21T18:46:04.421Z | 1569 | devs: &KRwLockReadGuard<Vec<Box<XdeDev>>>, |
342 | 2024-11-21T18:46:04.421Z | | ^^^^^^^^^^^^^^^^ help: try: `Vec<XdeDev>` |
343 | 2024-11-21T18:46:04.421Z | | |
344 | 2024-11-21T18:46:04.421Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vec_box |
345 | 2024-11-21T18:46:04.421Z | = note: `#[warn(clippy::vec_box)]` on by default |
346 | 2024-11-21T18:46:04.422Z | |
347 | 2024-11-21T18:46:04.429Z | warning: struct update has no effect, all the fields in the struct have already been specified |
348 | 2024-11-21T18:46:04.429Z | --> xde/src/xde.rs:1764:11 |
349 | 2024-11-21T18:46:04.430Z | | |
350 | 2024-11-21T18:46:04.430Z | 1764 | ..Default::default() |
351 | 2024-11-21T18:46:04.430Z | | ^^^^^^^^^^^^^^^^^^ |
352 | 2024-11-21T18:46:04.430Z | | |
353 | 2024-11-21T18:46:04.430Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update |
354 | 2024-11-21T18:46:04.432Z | = note: `#[warn(clippy::needless_update)]` on by default |
355 | 2024-11-21T18:46:04.432Z | |
356 | 2024-11-21T18:46:04.435Z | warning: struct update has no effect, all the fields in the struct have already been specified |
357 | 2024-11-21T18:46:04.435Z | --> xde/src/xde.rs:1851:23 |
358 | 2024-11-21T18:46:04.435Z | | |
359 | 2024-11-21T18:46:04.435Z | 1851 | ..Default::default() |
360 | 2024-11-21T18:46:04.435Z | | ^^^^^^^^^^^^^^^^^^ |
361 | 2024-11-21T18:46:04.435Z | | |
362 | 2024-11-21T18:46:04.435Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update |
363 | 2024-11-21T18:46:04.435Z | |
364 | 2024-11-21T18:46:04.438Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
365 | 2024-11-21T18:46:04.438Z | --> xde/src/xde.rs:2076:8 |
366 | 2024-11-21T18:46:04.438Z | | |
367 | 2024-11-21T18:46:04.438Z | 2076 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
368 | 2024-11-21T18:46:04.438Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
369 | 2024-11-21T18:46:04.438Z | | |
370 | 2024-11-21T18:46:04.438Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
371 | 2024-11-21T18:46:04.438Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
372 | 2024-11-21T18:46:04.438Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
373 | 2024-11-21T18:46:04.438Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
374 | 2024-11-21T18:46:04.438Z | |
375 | 2024-11-21T18:46:04.579Z | warning: creating a mutable reference to mutable static is discouraged |
376 | 2024-11-21T18:46:04.579Z | --> xde/src/xde.rs:446:5 |
377 | 2024-11-21T18:46:04.579Z | | |
378 | 2024-11-21T18:46:04.579Z | 446 | xde_devs.init(KRwLockType::Driver); |
379 | 2024-11-21T18:46:04.579Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
380 | 2024-11-21T18:46:04.579Z | | |
381 | 2024-11-21T18:46:04.579Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
382 | 2024-11-21T18:46:04.579Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
383 | 2024-11-21T18:46:04.582Z | = note: `#[warn(static_mut_refs)]` on by default |
384 | 2024-11-21T18:46:04.582Z | |
385 | 2024-11-21T18:46:04.582Z | warning: creating a shared reference to mutable static is discouraged |
386 | 2024-11-21T18:46:04.582Z | --> xde/src/xde.rs:803:29 |
387 | 2024-11-21T18:46:04.582Z | | |
388 | 2024-11-21T18:46:04.582Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
389 | 2024-11-21T18:46:04.582Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
390 | 2024-11-21T18:46:04.582Z | | |
391 | 2024-11-21T18:46:04.582Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
392 | 2024-11-21T18:46:04.582Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
393 | 2024-11-21T18:46:04.582Z | |
394 | 2024-11-21T18:46:04.582Z | warning: creating a shared reference to mutable static is discouraged |
395 | 2024-11-21T18:46:04.583Z | --> xde/src/xde.rs:960:29 |
396 | 2024-11-21T18:46:04.583Z | | |
397 | 2024-11-21T18:46:04.583Z | 960 | let mut devs = unsafe { xde_devs.write() }; |
398 | 2024-11-21T18:46:04.583Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
399 | 2024-11-21T18:46:04.583Z | | |
400 | 2024-11-21T18:46:04.583Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
401 | 2024-11-21T18:46:04.583Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
402 | 2024-11-21T18:46:04.583Z | |
403 | 2024-11-21T18:46:04.588Z | warning: creating a shared reference to mutable static is discouraged |
404 | 2024-11-21T18:46:04.588Z | --> xde/src/xde.rs:1050:18 |
405 | 2024-11-21T18:46:04.588Z | | |
406 | 2024-11-21T18:46:04.588Z | 1050 | if unsafe { !xde_devs.read().is_empty() } { |
407 | 2024-11-21T18:46:04.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
408 | 2024-11-21T18:46:04.588Z | | |
409 | 2024-11-21T18:46:04.588Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
410 | 2024-11-21T18:46:04.588Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
411 | 2024-11-21T18:46:04.588Z | |
412 | 2024-11-21T18:46:04.588Z | warning: creating a shared reference to mutable static is discouraged |
413 | 2024-11-21T18:46:04.588Z | --> xde/src/xde.rs:1377:9 |
414 | 2024-11-21T18:46:04.588Z | | |
415 | 2024-11-21T18:46:04.588Z | 1377 | if !xde_devs.read().is_empty() { |
416 | 2024-11-21T18:46:04.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
417 | 2024-11-21T18:46:04.588Z | | |
418 | 2024-11-21T18:46:04.589Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
419 | 2024-11-21T18:46:04.589Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
420 | 2024-11-21T18:46:04.589Z | |
421 | 2024-11-21T18:46:04.589Z | warning: creating a shared reference to mutable static is discouraged |
422 | 2024-11-21T18:46:04.589Z | --> xde/src/xde.rs:1818:33 |
423 | 2024-11-21T18:46:04.589Z | | |
424 | 2024-11-21T18:46:04.589Z | 1818 | let devs = unsafe { xde_devs.read() }; |
425 | 2024-11-21T18:46:04.589Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
426 | 2024-11-21T18:46:04.589Z | | |
427 | 2024-11-21T18:46:04.589Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
428 | 2024-11-21T18:46:04.589Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
429 | 2024-11-21T18:46:04.589Z | |
430 | 2024-11-21T18:46:04.592Z | warning: creating a shared reference to mutable static is discouraged |
431 | 2024-11-21T18:46:04.592Z | --> xde/src/xde.rs:2144:16 |
432 | 2024-11-21T18:46:04.592Z | | |
433 | 2024-11-21T18:46:04.592Z | 2144 | let devs = xde_devs.read(); |
434 | 2024-11-21T18:46:04.592Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
435 | 2024-11-21T18:46:04.592Z | | |
436 | 2024-11-21T18:46:04.592Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
437 | 2024-11-21T18:46:04.592Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
438 | 2024-11-21T18:46:04.592Z | |
439 | 2024-11-21T18:46:04.593Z | warning: creating a shared reference to mutable static is discouraged |
440 | 2024-11-21T18:46:04.593Z | --> xde/src/xde.rs:2197:25 |
441 | 2024-11-21T18:46:04.593Z | | |
442 | 2024-11-21T18:46:04.593Z | 2197 | let devs = unsafe { xde_devs.read() }; |
443 | 2024-11-21T18:46:04.593Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
444 | 2024-11-21T18:46:04.593Z | | |
445 | 2024-11-21T18:46:04.593Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
446 | 2024-11-21T18:46:04.593Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
447 | 2024-11-21T18:46:04.593Z | |
448 | 2024-11-21T18:46:04.593Z | warning: creating a shared reference to mutable static is discouraged |
449 | 2024-11-21T18:46:04.593Z | --> xde/src/xde.rs:2212:25 |
450 | 2024-11-21T18:46:04.593Z | | |
451 | 2024-11-21T18:46:04.593Z | 2212 | let devs = unsafe { xde_devs.read() }; |
452 | 2024-11-21T18:46:04.593Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
453 | 2024-11-21T18:46:04.593Z | | |
454 | 2024-11-21T18:46:04.593Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
455 | 2024-11-21T18:46:04.593Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
456 | 2024-11-21T18:46:04.593Z | |
457 | 2024-11-21T18:46:04.593Z | warning: creating a shared reference to mutable static is discouraged |
458 | 2024-11-21T18:46:04.593Z | --> xde/src/xde.rs:2225:25 |
459 | 2024-11-21T18:46:04.593Z | | |
460 | 2024-11-21T18:46:04.593Z | 2225 | let devs = unsafe { xde_devs.read() }; |
461 | 2024-11-21T18:46:04.593Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
462 | 2024-11-21T18:46:04.593Z | | |
463 | 2024-11-21T18:46:04.593Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
464 | 2024-11-21T18:46:04.593Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
465 | 2024-11-21T18:46:04.593Z | |
466 | 2024-11-21T18:46:04.593Z | warning: creating a shared reference to mutable static is discouraged |
467 | 2024-11-21T18:46:04.593Z | --> xde/src/xde.rs:2239:25 |
468 | 2024-11-21T18:46:04.593Z | | |
469 | 2024-11-21T18:46:04.593Z | 2239 | let devs = unsafe { xde_devs.read() }; |
470 | 2024-11-21T18:46:04.593Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
471 | 2024-11-21T18:46:04.594Z | | |
472 | 2024-11-21T18:46:04.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
473 | 2024-11-21T18:46:04.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
474 | 2024-11-21T18:46:04.594Z | |
475 | 2024-11-21T18:46:04.594Z | warning: creating a shared reference to mutable static is discouraged |
476 | 2024-11-21T18:46:04.594Z | --> xde/src/xde.rs:2253:25 |
477 | 2024-11-21T18:46:04.594Z | | |
478 | 2024-11-21T18:46:04.594Z | 2253 | let devs = unsafe { xde_devs.read() }; |
479 | 2024-11-21T18:46:04.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
480 | 2024-11-21T18:46:04.594Z | | |
481 | 2024-11-21T18:46:04.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
482 | 2024-11-21T18:46:04.595Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
483 | 2024-11-21T18:46:04.596Z | |
484 | 2024-11-21T18:46:04.596Z | warning: creating a shared reference to mutable static is discouraged |
485 | 2024-11-21T18:46:04.596Z | --> xde/src/xde.rs:2319:25 |
486 | 2024-11-21T18:46:04.596Z | | |
487 | 2024-11-21T18:46:04.596Z | 2319 | let devs = unsafe { xde_devs.read() }; |
488 | 2024-11-21T18:46:04.596Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
489 | 2024-11-21T18:46:04.596Z | | |
490 | 2024-11-21T18:46:04.596Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
491 | 2024-11-21T18:46:04.596Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
492 | 2024-11-21T18:46:04.596Z | |
493 | 2024-11-21T18:46:04.596Z | warning: creating a shared reference to mutable static is discouraged |
494 | 2024-11-21T18:46:04.596Z | --> xde/src/xde.rs:2332:25 |
495 | 2024-11-21T18:46:04.596Z | | |
496 | 2024-11-21T18:46:04.596Z | 2332 | let devs = unsafe { xde_devs.read() }; |
497 | 2024-11-21T18:46:04.596Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
498 | 2024-11-21T18:46:04.596Z | | |
499 | 2024-11-21T18:46:04.596Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
500 | 2024-11-21T18:46:04.596Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
501 | 2024-11-21T18:46:04.596Z | |
502 | 2024-11-21T18:46:04.596Z | warning: creating a shared reference to mutable static is discouraged |
503 | 2024-11-21T18:46:04.596Z | --> xde/src/xde.rs:2346:25 |
504 | 2024-11-21T18:46:04.597Z | | |
505 | 2024-11-21T18:46:04.597Z | 2346 | let devs = unsafe { xde_devs.read() }; |
506 | 2024-11-21T18:46:04.597Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
507 | 2024-11-21T18:46:04.597Z | | |
508 | 2024-11-21T18:46:04.597Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
509 | 2024-11-21T18:46:04.597Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
510 | 2024-11-21T18:46:04.597Z | |
511 | 2024-11-21T18:46:04.597Z | warning: creating a shared reference to mutable static is discouraged |
512 | 2024-11-21T18:46:04.597Z | --> xde/src/xde.rs:2362:25 |
513 | 2024-11-21T18:46:04.597Z | | |
514 | 2024-11-21T18:46:04.598Z | 2362 | let devs = unsafe { xde_devs.read() }; |
515 | 2024-11-21T18:46:04.598Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
516 | 2024-11-21T18:46:04.598Z | | |
517 | 2024-11-21T18:46:04.598Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
518 | 2024-11-21T18:46:04.598Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
519 | 2024-11-21T18:46:04.598Z | |
520 | 2024-11-21T18:46:04.598Z | warning: creating a shared reference to mutable static is discouraged |
521 | 2024-11-21T18:46:04.598Z | --> xde/src/xde.rs:2377:25 |
522 | 2024-11-21T18:46:04.598Z | | |
523 | 2024-11-21T18:46:04.598Z | 2377 | let devs = unsafe { xde_devs.read() }; |
524 | 2024-11-21T18:46:04.598Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
525 | 2024-11-21T18:46:04.598Z | | |
526 | 2024-11-21T18:46:04.598Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
527 | 2024-11-21T18:46:04.598Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
528 | 2024-11-21T18:46:04.598Z | |
529 | 2024-11-21T18:46:04.598Z | warning: creating a shared reference to mutable static is discouraged |
530 | 2024-11-21T18:46:04.601Z | --> xde/src/xde.rs:2392:25 |
531 | 2024-11-21T18:46:04.601Z | | |
532 | 2024-11-21T18:46:04.602Z | 2392 | let devs = unsafe { xde_devs.read() }; |
533 | 2024-11-21T18:46:04.602Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
534 | 2024-11-21T18:46:04.602Z | | |
535 | 2024-11-21T18:46:04.602Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
536 | 2024-11-21T18:46:04.602Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
537 | 2024-11-21T18:46:04.602Z | |
538 | 2024-11-21T18:46:04.602Z | warning: creating a shared reference to mutable static is discouraged |
539 | 2024-11-21T18:46:04.602Z | --> xde/src/xde.rs:2405:25 |
540 | 2024-11-21T18:46:04.602Z | | |
541 | 2024-11-21T18:46:04.602Z | 2405 | let devs = unsafe { xde_devs.read() }; |
542 | 2024-11-21T18:46:04.602Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
543 | 2024-11-21T18:46:04.602Z | | |
544 | 2024-11-21T18:46:04.602Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
545 | 2024-11-21T18:46:04.603Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
546 | 2024-11-21T18:46:04.603Z | |
547 | 2024-11-21T18:46:04.603Z | warning: creating a shared reference to mutable static is discouraged |
548 | 2024-11-21T18:46:04.603Z | --> xde/src/xde.rs:2419:25 |
549 | 2024-11-21T18:46:04.603Z | | |
550 | 2024-11-21T18:46:04.603Z | 2419 | let devs = unsafe { xde_devs.read() }; |
551 | 2024-11-21T18:46:04.603Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
552 | 2024-11-21T18:46:04.603Z | | |
553 | 2024-11-21T18:46:04.604Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
554 | 2024-11-21T18:46:04.604Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
555 | 2024-11-21T18:46:04.604Z | |
556 | 2024-11-21T18:46:04.604Z | warning: creating a shared reference to mutable static is discouraged |
557 | 2024-11-21T18:46:04.604Z | --> xde/src/xde.rs:2436:25 |
558 | 2024-11-21T18:46:04.604Z | | |
559 | 2024-11-21T18:46:04.604Z | 2436 | let devs = unsafe { xde_devs.read() }; |
560 | 2024-11-21T18:46:04.604Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
561 | 2024-11-21T18:46:04.604Z | | |
562 | 2024-11-21T18:46:04.604Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
563 | 2024-11-21T18:46:04.604Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
564 | 2024-11-21T18:46:04.604Z | |
565 | 2024-11-21T18:46:04.604Z | warning: creating a shared reference to mutable static is discouraged |
566 | 2024-11-21T18:46:04.604Z | --> xde/src/xde.rs:2450:25 |
567 | 2024-11-21T18:46:04.606Z | | |
568 | 2024-11-21T18:46:04.606Z | 2450 | let devs = unsafe { xde_devs.read() }; |
569 | 2024-11-21T18:46:04.606Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
570 | 2024-11-21T18:46:04.606Z | | |
571 | 2024-11-21T18:46:04.606Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
572 | 2024-11-21T18:46:04.606Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
573 | 2024-11-21T18:46:04.606Z | |
574 | 2024-11-21T18:46:04.756Z | warning: `xde` (lib) generated 33 warnings (run `cargo clippy --fix --lib -p xde` to apply 5 suggestions) |
575 | 2024-11-21T18:46:04.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.41s |
576 | 2024-11-21T18:46:04.896Z | |
577 | 2024-11-21T18:46:04.896Z | real 44.622875388 |
578 | 2024-11-21T18:46:04.896Z | user 1:55.434203170 |
579 | 2024-11-21T18:46:04.896Z | sys 12.280180720 |
580 | 2024-11-21T18:46:04.896Z | trap 0.047913989 |
581 | 2024-11-21T18:46:04.898Z | tflt 0.213179589 |
582 | 2024-11-21T18:46:04.898Z | dflt 1.249751108 |
583 | 2024-11-21T18:46:04.898Z | kflt 0.008976984 |
584 | 2024-11-21T18:46:04.898Z | lock 2:51.894490546 |
585 | 2024-11-21T18:46:04.898Z | slp 6:36.758622462 |
586 | 2024-11-21T18:46:04.898Z | lat 2.032266495 |
587 | 2024-11-21T18:46:04.899Z | stop 5.583386288 |
588 | 2024-11-21T18:46:04.899Z | + pushd xde-link |
589 | 2024-11-21T18:46:04.899Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
590 | 2024-11-21T18:46:04.899Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
591 | 2024-11-21T18:46:05.157Z | Compiling compiler_builtins v0.1.138 |
592 | 2024-11-21T18:46:05.157Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
593 | 2024-11-21T18:46:05.157Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
594 | 2024-11-21T18:46:20.052Z | 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) |
595 | 2024-11-21T18:46:20.780Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
596 | 2024-11-21T18:46:23.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.49s |
597 | 2024-11-21T18:46:23.556Z | |
598 | 2024-11-21T18:46:23.556Z | real 18.650951855 |
599 | 2024-11-21T18:46:23.556Z | user 21.569740695 |
600 | 2024-11-21T18:46:23.556Z | sys 1.370116805 |
601 | 2024-11-21T18:46:23.559Z | trap 0.003392881 |
602 | 2024-11-21T18:46:23.559Z | tflt 0.004686484 |
603 | 2024-11-21T18:46:23.559Z | dflt 0.057349884 |
604 | 2024-11-21T18:46:23.559Z | kflt 0.000000000 |
605 | 2024-11-21T18:46:23.559Z | lock 54.960373883 |
606 | 2024-11-21T18:46:23.559Z | slp 1:17.554371413 |
607 | 2024-11-21T18:46:23.559Z | lat 0.054840032 |
608 | 2024-11-21T18:46:23.559Z | stop 0.147719325 |
609 | 2024-11-21T18:46:23.559Z | + popd |
610 | 2024-11-21T18:46:23.559Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
611 | 2024-11-21T18:46:23.559Z | + header 'build xde (debug)' |
612 | 2024-11-21T18:46:23.559Z | + echo '# ==== build xde (debug) ==== #' |
613 | 2024-11-21T18:46:23.559Z | # ==== build xde (debug) ==== # |
614 | 2024-11-21T18:46:23.559Z | + ptime -m ./build-debug.sh |
615 | 2024-11-21T18:46:23.871Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
616 | 2024-11-21T18:46:23.871Z | Fresh unicode-ident v1.0.13 |
617 | 2024-11-21T18:46:23.871Z | Fresh ident_case v1.0.1 |
618 | 2024-11-21T18:46:23.871Z | Fresh strsim v0.11.1 |
619 | 2024-11-21T18:46:23.871Z | Fresh fnv v1.0.7 |
620 | 2024-11-21T18:46:23.871Z | Fresh memchr v2.7.4 |
621 | 2024-11-21T18:46:23.874Z | Fresh 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) |
622 | 2024-11-21T18:46:23.874Z | Fresh aho-corasick v1.1.3 |
623 | 2024-11-21T18:46:23.874Z | Fresh regex-syntax v0.8.5 |
624 | 2024-11-21T18:46:23.874Z | Fresh compiler_builtins v0.1.138 |
625 | 2024-11-21T18:46:23.875Z | Fresh proc-macro2 v1.0.91 |
626 | 2024-11-21T18:46:23.875Z | Fresh regex-automata v0.4.9 |
627 | 2024-11-21T18:46:23.875Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
628 | 2024-11-21T18:46:23.875Z | Fresh quote v1.0.37 |
629 | 2024-11-21T18:46:23.875Z | Fresh regex v1.11.1 |
630 | 2024-11-21T18:46:23.875Z | Fresh version_check v0.9.5 |
631 | 2024-11-21T18:46:23.875Z | Fresh syn v2.0.89 |
632 | 2024-11-21T18:46:23.875Z | Compiling byteorder v1.5.0 |
633 | 2024-11-21T18:46:23.875Z | Compiling macaddr v1.0.1 |
634 | 2024-11-21T18:46:23.875Z | Compiling cfg-if v1.0.0 |
635 | 2024-11-21T18:46:23.875Z | Compiling stable_deref_trait v1.2.0 |
636 | 2024-11-21T18:46:23.875Z | Compiling bitflags v1.3.2 |
637 | 2024-11-21T18:46:23.875Z | Compiling managed v0.8.0 |
638 | 2024-11-21T18:46:23.875Z | Compiling cobs v0.2.3 |
639 | 2024-11-21T18:46:23.875Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=55cd99557b60fd1a -C extra-filename=-55cd99557b60fd1a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
640 | 2024-11-21T18:46:23.876Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=4c89d4903250a70b -C extra-filename=-4c89d4903250a70b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
641 | 2024-11-21T18:46:23.876Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=ca1f67cbe733d740 -C extra-filename=-ca1f67cbe733d740 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
642 | 2024-11-21T18:46:23.877Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=757a3ea233ee7a93 -C extra-filename=-757a3ea233ee7a93 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
643 | 2024-11-21T18:46:23.877Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=ca1a770df1646419 -C extra-filename=-ca1a770df1646419 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
644 | 2024-11-21T18:46:23.880Z | Fresh darling_core v0.20.10 |
645 | 2024-11-21T18:46:23.882Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=80335bf60b9970d9 -C extra-filename=-80335bf60b9970d9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
646 | 2024-11-21T18:46:23.884Z | Fresh darling_macro v0.20.10 |
647 | 2024-11-21T18:46:23.886Z | Fresh darling v0.20.10 |
648 | 2024-11-21T18:46:23.888Z | Fresh serde_derive v1.0.215 |
649 | 2024-11-21T18:46:23.889Z | Compiling serde v1.0.215 |
650 | 2024-11-21T18:46:23.892Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cd52f9ff34572284 -C extra-filename=-cd52f9ff34572284 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
651 | 2024-11-21T18:46:23.896Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=366f0a4b3bebc4d0 -C extra-filename=-366f0a4b3bebc4d0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern serde_derive=/work/oxidecomputer/opte/target/debug/deps/libserde_derive-0cdf56b65d29e0a3.so -Z unstable-options --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
652 | 2024-11-21T18:46:23.941Z | Fresh zerocopy-derive v0.8.10 |
653 | 2024-11-21T18:46:23.944Z | Compiling zerocopy v0.8.10 |
654 | 2024-11-21T18:46:23.944Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=5a16df02027c4589 -C extra-filename=-5a16df02027c4589 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/debug/deps/libzerocopy_derive-66d84201a174933d.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
655 | 2024-11-21T18:46:23.947Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
656 | 2024-11-21T18:46:23.950Z | Compiling bitflags v2.6.0 |
657 | 2024-11-21T18:46:23.950Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=7e725605e5c47ecc -C extra-filename=-7e725605e5c47ecc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
658 | 2024-11-21T18:46:23.961Z | Compiling either v1.13.0 |
659 | 2024-11-21T18:46:23.965Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=44afdb97d2a99b98 -C extra-filename=-44afdb97d2a99b98 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
660 | 2024-11-21T18:46:24.145Z | Compiling hash32 v0.3.1 |
661 | 2024-11-21T18:46:24.153Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b9d8993ef7887b0 -C extra-filename=-2b9d8993ef7887b0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
662 | 2024-11-21T18:46:24.176Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
663 | 2024-11-21T18:46:24.179Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=5ba3dae8f7e93c62 -C extra-filename=-5ba3dae8f7e93c62 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options` |
664 | 2024-11-21T18:46:24.227Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
665 | 2024-11-21T18:46:24.230Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6126db04ddcc38e2 -C extra-filename=-6126db04ddcc38e2 --out-dir /work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2 -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern version_check=/work/oxidecomputer/opte/target/debug/deps/libversion_check-16eb80fbf1dd1c04.rlib` |
666 | 2024-11-21T18:46:24.264Z | Compiling itertools v0.13.0 |
667 | 2024-11-21T18:46:24.267Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d22b07987ad408f1 -C extra-filename=-d22b07987ad408f1 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libeither-44afdb97d2a99b98.rmeta -Z unstable-options --cap-lints allow` |
668 | 2024-11-21T18:46:24.275Z | Compiling heapless v0.8.0 |
669 | 2024-11-21T18:46:24.278Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=d1aaf73a0556a672 -C extra-filename=-d1aaf73a0556a672 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern hash32=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libhash32-2b9d8993ef7887b0.rmeta --extern stable_deref_trait=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libstable_deref_trait-757a3ea233ee7a93.rmeta -Z unstable-options --cap-lints allow` |
670 | 2024-11-21T18:46:24.334Z | Compiling crc32fast v1.4.2 |
671 | 2024-11-21T18:46:24.337Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6fe0b239a821787c -C extra-filename=-6fe0b239a821787c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
672 | 2024-11-21T18:46:24.348Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
673 | 2024-11-21T18:46:24.350Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66be357a3217ac24 -C extra-filename=-66be357a3217ac24 --out-dir /work/oxidecomputer/opte/target/debug/deps -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern darling=/work/oxidecomputer/opte/target/debug/deps/libdarling-21aaaf774d62a309.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-d7f7f3b6690fcdf5.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-6e5e33193c24bd22.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-135672b919af38b3.rlib --extern proc_macro` |
674 | 2024-11-21T18:46:24.399Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
675 | 2024-11-21T18:46:24.403Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0056b4088e5af55a -C extra-filename=-0056b4088e5af55a --out-dir /work/oxidecomputer/opte/target/debug/deps -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-6e5e33193c24bd22.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-135672b919af38b3.rlib --extern proc_macro` |
676 | 2024-11-21T18:46:24.552Z | Compiling dyn-clone v1.0.17 |
677 | 2024-11-21T18:46:24.555Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6367ac87608d28fa -C extra-filename=-6367ac87608d28fa --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
678 | 2024-11-21T18:46:24.599Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
679 | 2024-11-21T18:46:24.643Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
680 | 2024-11-21T18:46:24.646Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45240ebfd9124c9a -C extra-filename=-45240ebfd9124c9a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
681 | 2024-11-21T18:46:25.035Z | Compiling smoltcp v0.11.0 |
682 | 2024-11-21T18:46:25.038Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=6a1db82142bd93d6 -C extra-filename=-6a1db82142bd93d6 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-ca1a770df1646419.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmanaged-80335bf60b9970d9.rmeta -Z unstable-options --cap-lints allow` |
683 | 2024-11-21T18:46:26.222Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
684 | 2024-11-21T18:46:26.225Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=bbed33a57163e6fe -C extra-filename=-bbed33a57163e6fe --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-161328ad6a573462.so --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmacaddr-4c89d4903250a70b.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5a16df02027c4589.rmeta -Z unstable-options --cap-lints allow` |
685 | 2024-11-21T18:46:27.770Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
686 | 2024-11-21T18:46:27.770Z | Compiling postcard v1.0.10 |
687 | 2024-11-21T18:46:27.774Z | Compiling uuid v1.11.0 |
688 | 2024-11-21T18:46:27.774Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=76aa57080640974d -C extra-filename=-76aa57080640974d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-161328ad6a573462.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-bbed33a57163e6fe.rmeta --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmacaddr-4c89d4903250a70b.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5a16df02027c4589.rmeta -Z unstable-options --cap-lints allow` |
689 | 2024-11-21T18:46:27.774Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=b40a7fc906e204a4 -C extra-filename=-b40a7fc906e204a4 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cobs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcobs-cd52f9ff34572284.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rmeta -Z unstable-options --cap-lints allow` |
690 | 2024-11-21T18:46:27.774Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=c965293004e9ea2e -C extra-filename=-c965293004e9ea2e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rmeta -Z unstable-options --cap-lints allow` |
691 | 2024-11-21T18:46:29.056Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
692 | 2024-11-21T18:46:29.058Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=44a47dc1c2b13fca -C extra-filename=-44a47dc1c2b13fca --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-76aa57080640974d.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-b40a7fc906e204a4.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
693 | 2024-11-21T18:46:29.942Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=8b304c2431bbba7e -C extra-filename=-8b304c2431bbba7e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/debug/deps/libderror_macro-66be357a3217ac24.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libdyn_clone-6367ac87608d28fa.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-76aa57080640974d.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libitertools-d22b07987ad408f1.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/debug/deps/libkstat_macro-0056b4088e5af55a.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-44a47dc1c2b13fca.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-b40a7fc906e204a4.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5a16df02027c4589.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
694 | 2024-11-21T18:46:34.981Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
695 | 2024-11-21T18:46:34.987Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=5f746d7808cd10ca -C extra-filename=-5f746d7808cd10ca --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-8b304c2431bbba7e.rmeta --extern poptrie=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpoptrie-45240ebfd9124c9a.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta --extern uuid=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libuuid-c965293004e9ea2e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5a16df02027c4589.rmeta -Z unstable-options` |
696 | 2024-11-21T18:46:38.720Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
697 | 2024-11-21T18:46:38.723Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name xde --edition=2021 xde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5afa67c7dc930ef2 -C extra-filename=-5afa67c7dc930ef2 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-76aa57080640974d.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-8b304c2431bbba7e.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-5f746d7808cd10ca.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-b40a7fc906e204a4.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-366f0a4b3bebc4d0.rlib -Z unstable-options` |
698 | 2024-11-21T18:46:39.065Z | warning: unused import: `crate::ip::t_uscalar_t` |
699 | 2024-11-21T18:46:39.065Z | --> xde/src/xde.rs:19:5 |
700 | 2024-11-21T18:46:39.065Z | | |
701 | 2024-11-21T18:46:39.066Z | 19 | use crate::ip::t_uscalar_t; |
702 | 2024-11-21T18:46:39.066Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
703 | 2024-11-21T18:46:39.066Z | | |
704 | 2024-11-21T18:46:39.066Z | = note: `#[warn(unused_imports)]` on by default |
705 | 2024-11-21T18:46:39.066Z | |
706 | 2024-11-21T18:46:39.069Z | warning: unused import: `crate::sys` |
707 | 2024-11-21T18:46:39.069Z | --> xde/src/xde.rs:39:5 |
708 | 2024-11-21T18:46:39.069Z | | |
709 | 2024-11-21T18:46:39.069Z | 39 | use crate::sys; |
710 | 2024-11-21T18:46:39.069Z | | ^^^^^^^^^^ |
711 | 2024-11-21T18:46:39.069Z | |
712 | 2024-11-21T18:46:39.069Z | warning: unused import: `core::mem::MaybeUninit` |
713 | 2024-11-21T18:46:39.069Z | --> xde/src/xde.rs:48:5 |
714 | 2024-11-21T18:46:39.069Z | | |
715 | 2024-11-21T18:46:39.069Z | 48 | use core::mem::MaybeUninit; |
716 | 2024-11-21T18:46:39.069Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
717 | 2024-11-21T18:46:39.069Z | |
718 | 2024-11-21T18:46:39.069Z | warning: unused import: `opte::engine::ip::ValidL3` |
719 | 2024-11-21T18:46:39.069Z | --> xde/src/xde.rs:85:5 |
720 | 2024-11-21T18:46:39.069Z | | |
721 | 2024-11-21T18:46:39.069Z | 85 | use opte::engine::ip::ValidL3; |
722 | 2024-11-21T18:46:39.069Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
723 | 2024-11-21T18:46:39.069Z | |
724 | 2024-11-21T18:46:41.282Z | warning: variable does not need to be mutable |
725 | 2024-11-21T18:46:41.282Z | --> xde/src/xde.rs:2181:17 |
726 | 2024-11-21T18:46:41.282Z | | |
727 | 2024-11-21T18:46:41.282Z | 2181 | let mut npkt = emit_spec.apply(pkt); |
728 | 2024-11-21T18:46:41.282Z | | ----^^^^ |
729 | 2024-11-21T18:46:41.282Z | | | |
730 | 2024-11-21T18:46:41.282Z | | help: remove this `mut` |
731 | 2024-11-21T18:46:41.282Z | | |
732 | 2024-11-21T18:46:41.282Z | = note: `#[warn(unused_mut)]` on by default |
733 | 2024-11-21T18:46:41.282Z | |
734 | 2024-11-21T18:46:41.626Z | warning: creating a mutable reference to mutable static is discouraged |
735 | 2024-11-21T18:46:41.626Z | --> xde/src/xde.rs:446:5 |
736 | 2024-11-21T18:46:41.626Z | | |
737 | 2024-11-21T18:46:41.626Z | 446 | xde_devs.init(KRwLockType::Driver); |
738 | 2024-11-21T18:46:41.626Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
739 | 2024-11-21T18:46:41.626Z | | |
740 | 2024-11-21T18:46:41.626Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
741 | 2024-11-21T18:46:41.626Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
742 | 2024-11-21T18:46:41.626Z | = note: `#[warn(static_mut_refs)]` on by default |
743 | 2024-11-21T18:46:41.627Z | |
744 | 2024-11-21T18:46:41.630Z | warning: creating a shared reference to mutable static is discouraged |
745 | 2024-11-21T18:46:41.630Z | --> xde/src/xde.rs:803:29 |
746 | 2024-11-21T18:46:41.630Z | | |
747 | 2024-11-21T18:46:41.630Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
748 | 2024-11-21T18:46:41.630Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
749 | 2024-11-21T18:46:41.630Z | | |
750 | 2024-11-21T18:46:41.630Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
751 | 2024-11-21T18:46:41.630Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
752 | 2024-11-21T18:46:41.630Z | |
753 | 2024-11-21T18:46:41.630Z | warning: creating a shared reference to mutable static is discouraged |
754 | 2024-11-21T18:46:41.630Z | --> xde/src/xde.rs:960:29 |
755 | 2024-11-21T18:46:41.630Z | | |
756 | 2024-11-21T18:46:41.630Z | 960 | let mut devs = unsafe { xde_devs.write() }; |
757 | 2024-11-21T18:46:41.630Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
758 | 2024-11-21T18:46:41.630Z | | |
759 | 2024-11-21T18:46:41.630Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
760 | 2024-11-21T18:46:41.630Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
761 | 2024-11-21T18:46:41.630Z | |
762 | 2024-11-21T18:46:41.630Z | warning: creating a shared reference to mutable static is discouraged |
763 | 2024-11-21T18:46:41.630Z | --> xde/src/xde.rs:1050:18 |
764 | 2024-11-21T18:46:41.630Z | | |
765 | 2024-11-21T18:46:41.630Z | 1050 | if unsafe { !xde_devs.read().is_empty() } { |
766 | 2024-11-21T18:46:41.630Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
767 | 2024-11-21T18:46:41.632Z | | |
768 | 2024-11-21T18:46:41.632Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
769 | 2024-11-21T18:46:41.632Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
770 | 2024-11-21T18:46:41.632Z | |
771 | 2024-11-21T18:46:41.632Z | warning: creating a shared reference to mutable static is discouraged |
772 | 2024-11-21T18:46:41.632Z | --> xde/src/xde.rs:1377:9 |
773 | 2024-11-21T18:46:41.632Z | | |
774 | 2024-11-21T18:46:41.632Z | 1377 | if !xde_devs.read().is_empty() { |
775 | 2024-11-21T18:46:41.632Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
776 | 2024-11-21T18:46:41.632Z | | |
777 | 2024-11-21T18:46:41.632Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
778 | 2024-11-21T18:46:41.632Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
779 | 2024-11-21T18:46:41.632Z | |
780 | 2024-11-21T18:46:41.635Z | warning: creating a shared reference to mutable static is discouraged |
781 | 2024-11-21T18:46:41.635Z | --> xde/src/xde.rs:1818:33 |
782 | 2024-11-21T18:46:41.635Z | | |
783 | 2024-11-21T18:46:41.635Z | 1818 | let devs = unsafe { xde_devs.read() }; |
784 | 2024-11-21T18:46:41.635Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
785 | 2024-11-21T18:46:41.635Z | | |
786 | 2024-11-21T18:46:41.635Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
787 | 2024-11-21T18:46:41.636Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
788 | 2024-11-21T18:46:41.636Z | |
789 | 2024-11-21T18:46:41.636Z | warning: creating a shared reference to mutable static is discouraged |
790 | 2024-11-21T18:46:41.636Z | --> xde/src/xde.rs:2144:16 |
791 | 2024-11-21T18:46:41.636Z | | |
792 | 2024-11-21T18:46:41.636Z | 2144 | let devs = xde_devs.read(); |
793 | 2024-11-21T18:46:41.636Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
794 | 2024-11-21T18:46:41.636Z | | |
795 | 2024-11-21T18:46:41.638Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
796 | 2024-11-21T18:46:41.638Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
797 | 2024-11-21T18:46:41.638Z | |
798 | 2024-11-21T18:46:41.638Z | warning: creating a shared reference to mutable static is discouraged |
799 | 2024-11-21T18:46:41.638Z | --> xde/src/xde.rs:2197:25 |
800 | 2024-11-21T18:46:41.638Z | | |
801 | 2024-11-21T18:46:41.638Z | 2197 | let devs = unsafe { xde_devs.read() }; |
802 | 2024-11-21T18:46:41.638Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
803 | 2024-11-21T18:46:41.638Z | | |
804 | 2024-11-21T18:46:41.638Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
805 | 2024-11-21T18:46:41.638Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
806 | 2024-11-21T18:46:41.638Z | |
807 | 2024-11-21T18:46:41.638Z | warning: creating a shared reference to mutable static is discouraged |
808 | 2024-11-21T18:46:41.638Z | --> xde/src/xde.rs:2212:25 |
809 | 2024-11-21T18:46:41.638Z | | |
810 | 2024-11-21T18:46:41.638Z | 2212 | let devs = unsafe { xde_devs.read() }; |
811 | 2024-11-21T18:46:41.638Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
812 | 2024-11-21T18:46:41.638Z | | |
813 | 2024-11-21T18:46:41.638Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
814 | 2024-11-21T18:46:41.639Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
815 | 2024-11-21T18:46:41.639Z | |
816 | 2024-11-21T18:46:41.639Z | warning: creating a shared reference to mutable static is discouraged |
817 | 2024-11-21T18:46:41.639Z | --> xde/src/xde.rs:2225:25 |
818 | 2024-11-21T18:46:41.639Z | | |
819 | 2024-11-21T18:46:41.639Z | 2225 | let devs = unsafe { xde_devs.read() }; |
820 | 2024-11-21T18:46:41.639Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
821 | 2024-11-21T18:46:41.639Z | | |
822 | 2024-11-21T18:46:41.639Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
823 | 2024-11-21T18:46:41.639Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
824 | 2024-11-21T18:46:41.639Z | |
825 | 2024-11-21T18:46:41.639Z | warning: creating a shared reference to mutable static is discouraged |
826 | 2024-11-21T18:46:41.639Z | --> xde/src/xde.rs:2239:25 |
827 | 2024-11-21T18:46:41.639Z | | |
828 | 2024-11-21T18:46:41.639Z | 2239 | let devs = unsafe { xde_devs.read() }; |
829 | 2024-11-21T18:46:41.639Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
830 | 2024-11-21T18:46:41.639Z | | |
831 | 2024-11-21T18:46:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
832 | 2024-11-21T18:46:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
833 | 2024-11-21T18:46:41.640Z | |
834 | 2024-11-21T18:46:41.640Z | warning: creating a shared reference to mutable static is discouraged |
835 | 2024-11-21T18:46:41.640Z | --> xde/src/xde.rs:2253:25 |
836 | 2024-11-21T18:46:41.640Z | | |
837 | 2024-11-21T18:46:41.640Z | 2253 | let devs = unsafe { xde_devs.read() }; |
838 | 2024-11-21T18:46:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
839 | 2024-11-21T18:46:41.640Z | | |
840 | 2024-11-21T18:46:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
841 | 2024-11-21T18:46:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
842 | 2024-11-21T18:46:41.640Z | |
843 | 2024-11-21T18:46:41.640Z | warning: creating a shared reference to mutable static is discouraged |
844 | 2024-11-21T18:46:41.640Z | --> xde/src/xde.rs:2319:25 |
845 | 2024-11-21T18:46:41.640Z | | |
846 | 2024-11-21T18:46:41.640Z | 2319 | let devs = unsafe { xde_devs.read() }; |
847 | 2024-11-21T18:46:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
848 | 2024-11-21T18:46:41.640Z | | |
849 | 2024-11-21T18:46:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
850 | 2024-11-21T18:46:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
851 | 2024-11-21T18:46:41.640Z | |
852 | 2024-11-21T18:46:41.640Z | warning: creating a shared reference to mutable static is discouraged |
853 | 2024-11-21T18:46:41.640Z | --> xde/src/xde.rs:2332:25 |
854 | 2024-11-21T18:46:41.640Z | | |
855 | 2024-11-21T18:46:41.640Z | 2332 | let devs = unsafe { xde_devs.read() }; |
856 | 2024-11-21T18:46:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
857 | 2024-11-21T18:46:41.640Z | | |
858 | 2024-11-21T18:46:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
859 | 2024-11-21T18:46:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
860 | 2024-11-21T18:46:41.641Z | |
861 | 2024-11-21T18:46:41.641Z | warning: creating a shared reference to mutable static is discouraged |
862 | 2024-11-21T18:46:41.641Z | --> xde/src/xde.rs:2346:25 |
863 | 2024-11-21T18:46:41.641Z | | |
864 | 2024-11-21T18:46:41.641Z | 2346 | let devs = unsafe { xde_devs.read() }; |
865 | 2024-11-21T18:46:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
866 | 2024-11-21T18:46:41.641Z | | |
867 | 2024-11-21T18:46:41.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
868 | 2024-11-21T18:46:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
869 | 2024-11-21T18:46:41.641Z | |
870 | 2024-11-21T18:46:41.641Z | warning: creating a shared reference to mutable static is discouraged |
871 | 2024-11-21T18:46:41.641Z | --> xde/src/xde.rs:2362:25 |
872 | 2024-11-21T18:46:41.641Z | | |
873 | 2024-11-21T18:46:41.641Z | 2362 | let devs = unsafe { xde_devs.read() }; |
874 | 2024-11-21T18:46:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
875 | 2024-11-21T18:46:41.641Z | | |
876 | 2024-11-21T18:46:41.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
877 | 2024-11-21T18:46:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
878 | 2024-11-21T18:46:41.641Z | |
879 | 2024-11-21T18:46:41.644Z | warning: creating a shared reference to mutable static is discouraged |
880 | 2024-11-21T18:46:41.644Z | --> xde/src/xde.rs:2377:25 |
881 | 2024-11-21T18:46:41.645Z | | |
882 | 2024-11-21T18:46:41.645Z | 2377 | let devs = unsafe { xde_devs.read() }; |
883 | 2024-11-21T18:46:41.645Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
884 | 2024-11-21T18:46:41.645Z | | |
885 | 2024-11-21T18:46:41.645Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
886 | 2024-11-21T18:46:41.645Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
887 | 2024-11-21T18:46:41.645Z | |
888 | 2024-11-21T18:46:41.645Z | warning: creating a shared reference to mutable static is discouraged |
889 | 2024-11-21T18:46:41.645Z | --> xde/src/xde.rs:2392:25 |
890 | 2024-11-21T18:46:41.645Z | | |
891 | 2024-11-21T18:46:41.645Z | 2392 | let devs = unsafe { xde_devs.read() }; |
892 | 2024-11-21T18:46:41.645Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
893 | 2024-11-21T18:46:41.645Z | | |
894 | 2024-11-21T18:46:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
895 | 2024-11-21T18:46:41.646Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
896 | 2024-11-21T18:46:41.646Z | |
897 | 2024-11-21T18:46:41.646Z | warning: creating a shared reference to mutable static is discouraged |
898 | 2024-11-21T18:46:41.646Z | --> xde/src/xde.rs:2405:25 |
899 | 2024-11-21T18:46:41.646Z | | |
900 | 2024-11-21T18:46:41.646Z | 2405 | let devs = unsafe { xde_devs.read() }; |
901 | 2024-11-21T18:46:41.646Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
902 | 2024-11-21T18:46:41.646Z | | |
903 | 2024-11-21T18:46:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
904 | 2024-11-21T18:46:41.646Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
905 | 2024-11-21T18:46:41.646Z | |
906 | 2024-11-21T18:46:41.646Z | warning: creating a shared reference to mutable static is discouraged |
907 | 2024-11-21T18:46:41.646Z | --> xde/src/xde.rs:2419:25 |
908 | 2024-11-21T18:46:41.646Z | | |
909 | 2024-11-21T18:46:41.646Z | 2419 | let devs = unsafe { xde_devs.read() }; |
910 | 2024-11-21T18:46:41.646Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
911 | 2024-11-21T18:46:41.646Z | | |
912 | 2024-11-21T18:46:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
913 | 2024-11-21T18:46:41.646Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
914 | 2024-11-21T18:46:41.646Z | |
915 | 2024-11-21T18:46:41.646Z | warning: creating a shared reference to mutable static is discouraged |
916 | 2024-11-21T18:46:41.646Z | --> xde/src/xde.rs:2436:25 |
917 | 2024-11-21T18:46:41.646Z | | |
918 | 2024-11-21T18:46:41.646Z | 2436 | let devs = unsafe { xde_devs.read() }; |
919 | 2024-11-21T18:46:41.646Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
920 | 2024-11-21T18:46:41.646Z | | |
921 | 2024-11-21T18:46:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
922 | 2024-11-21T18:46:41.646Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
923 | 2024-11-21T18:46:41.646Z | |
924 | 2024-11-21T18:46:41.646Z | warning: creating a shared reference to mutable static is discouraged |
925 | 2024-11-21T18:46:41.646Z | --> xde/src/xde.rs:2450:25 |
926 | 2024-11-21T18:46:41.646Z | | |
927 | 2024-11-21T18:46:41.646Z | 2450 | let devs = unsafe { xde_devs.read() }; |
928 | 2024-11-21T18:46:41.646Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
929 | 2024-11-21T18:46:41.646Z | | |
930 | 2024-11-21T18:46:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
931 | 2024-11-21T18:46:41.646Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
932 | 2024-11-21T18:46:41.646Z | |
933 | 2024-11-21T18:46:44.198Z | warning: `xde` (lib) generated 27 warnings (run `cargo fix --lib -p xde` to apply 5 suggestions) |
934 | 2024-11-21T18:46:44.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.58s |
935 | 2024-11-21T18:46:47.944Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
936 | 2024-11-21T18:46:48.131Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
937 | 2024-11-21T18:46:48.131Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
938 | 2024-11-21T18:46:48.131Z | Fresh 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) |
939 | 2024-11-21T18:46:48.134Z | Fresh compiler_builtins v0.1.138 |
940 | 2024-11-21T18:46:48.134Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
941 | 2024-11-21T18:46:48.134Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 xde/xde-link/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09e88eb23a6571b4 -C extra-filename=-09e88eb23a6571b4 --out-dir /work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4 -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps` |
942 | 2024-11-21T18:46:48.376Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
943 | 2024-11-21T18:46:48.382Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name xde_link --edition=2021 xde/xde-link/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47683a69760e0007 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -C incremental=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/incremental -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/liballoc-36161d630512377c.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcompiler_builtins-90d0d86ad473dfcb.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcore-9a287ec7c92c7734.rlib' -Z unstable-options -C link-arg=-Wl,-hSUNW_xde_link.so -C link-arg=-Wl,-ztext -C link-arg=-Wl,-zdefs -C link-arg=-Wl,-Bdirect -C link-arg=-Wl,-M/work/oxidecomputer/opte/xde/xde-link/map.devfsadm-externs -C link-arg=-Wl,-M/usr/lib/ld/map.pagealign -C link-arg=-Wl,-M/usr/lib/ld/map.noexdata -C link-arg=-Wl,-zassert-deflib -C link-arg=-Wl,-zguidance -C link-arg=-Wl,-zfatal-warnings -C link-arg=-Wl,-zassert-deflib=libc.so -C link-arg=-Wl,-zassert-deflib=libdevinfo.so` |
944 | 2024-11-21T18:46:48.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
945 | 2024-11-21T18:46:48.631Z | |
946 | 2024-11-21T18:46:48.634Z | real 25.068156517 |
947 | 2024-11-21T18:46:48.634Z | user 52.121077373 |
948 | 2024-11-21T18:46:48.634Z | sys 5.086534094 |
949 | 2024-11-21T18:46:48.634Z | trap 0.024665937 |
950 | 2024-11-21T18:46:48.634Z | tflt 0.088080795 |
951 | 2024-11-21T18:46:48.634Z | dflt 0.105168314 |
952 | 2024-11-21T18:46:48.634Z | kflt 0.000014228 |
953 | 2024-11-21T18:46:48.634Z | lock 1:30.879630890 |
954 | 2024-11-21T18:46:48.634Z | slp 2:25.204941942 |
955 | 2024-11-21T18:46:48.634Z | lat 0.896970811 |
956 | 2024-11-21T18:46:48.634Z | stop 1.037768031 |
957 | 2024-11-21T18:46:48.634Z | + header 'build xde (release)' |
958 | 2024-11-21T18:46:48.634Z | + echo '# ==== build xde (release) ==== #' |
959 | 2024-11-21T18:46:48.635Z | # ==== build xde (release) ==== # |
960 | 2024-11-21T18:46:48.635Z | + ptime -m ./build.sh |
961 | 2024-11-21T18:46:48.638Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
962 | 2024-11-21T18:46:48.638Z | + cargo -v build --release |
963 | 2024-11-21T18:46:48.796Z | Compiling compiler_builtins v0.1.138 |
964 | 2024-11-21T18:46:48.796Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
965 | 2024-11-21T18:46:48.799Z | Compiling proc-macro2 v1.0.91 |
966 | 2024-11-21T18:46:48.799Z | Compiling unicode-ident v1.0.13 |
967 | 2024-11-21T18:46:48.799Z | Compiling ident_case v1.0.1 |
968 | 2024-11-21T18:46:48.799Z | Compiling fnv v1.0.7 |
969 | 2024-11-21T18:46:48.799Z | Compiling strsim v0.11.1 |
970 | 2024-11-21T18:46:48.799Z | Compiling memchr v2.7.4 |
971 | 2024-11-21T18:46:48.799Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=21aa82c55820d0bf -C extra-filename=-21aa82c55820d0bf --out-dir /work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
972 | 2024-11-21T18:46:48.799Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=534c6e7fc51e19d9 -C extra-filename=-534c6e7fc51e19d9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
973 | 2024-11-21T18:46:48.800Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.91/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3bc442631ccef636 -C extra-filename=-3bc442631ccef636 --out-dir /work/oxidecomputer/opte/target/release/build/proc-macro2-3bc442631ccef636 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
974 | 2024-11-21T18:46:48.837Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db5ab63ec0b2088d -C extra-filename=-db5ab63ec0b2088d --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
975 | 2024-11-21T18:46:48.838Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88c2082096e82577 -C extra-filename=-88c2082096e82577 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
976 | 2024-11-21T18:46:48.840Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=65dffc9259b6ee6f -C extra-filename=-65dffc9259b6ee6f --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
977 | 2024-11-21T18:46:48.842Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb45031f76369d6 -C extra-filename=-abb45031f76369d6 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
978 | 2024-11-21T18:46:48.842Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=34641d2b6e4c47d0 -C extra-filename=-34641d2b6e4c47d0 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
979 | 2024-11-21T18:46:48.926Z | Compiling regex-syntax v0.8.5 |
980 | 2024-11-21T18:46:48.928Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c05364419c76400a -C extra-filename=-c05364419c76400a --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
981 | 2024-11-21T18:46:48.951Z | Compiling serde v1.0.215 |
982 | 2024-11-21T18:46:48.955Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f8d2cbac6362fe41 -C extra-filename=-f8d2cbac6362fe41 --out-dir /work/oxidecomputer/opte/target/release/build/serde-f8d2cbac6362fe41 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
983 | 2024-11-21T18:46:48.983Z | Compiling zerocopy v0.8.10 |
984 | 2024-11-21T18:46:48.988Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=22c2e51164f70f80 -C extra-filename=-22c2e51164f70f80 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-22c2e51164f70f80 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
985 | 2024-11-21T18:46:49.508Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-3bc442631ccef636/build-script-build` |
986 | 2024-11-21T18:46:49.548Z | Compiling either v1.13.0 |
987 | 2024-11-21T18:46:49.551Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=1d21bed042aaa2e9 -C extra-filename=-1d21bed042aaa2e9 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
988 | 2024-11-21T18:46:49.603Z | Compiling heapless v0.8.0 |
989 | 2024-11-21T18:46:49.603Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=8f3b9133e62a1315 -C extra-filename=-8f3b9133e62a1315 --out-dir /work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
990 | 2024-11-21T18:46:49.639Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ca2c4a800882be1a -C extra-filename=-ca2c4a800882be1a --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-db5ab63ec0b2088d.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
991 | 2024-11-21T18:46:49.887Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
992 | 2024-11-21T18:46:49.898Z | Compiling aho-corasick v1.1.3 |
993 | 2024-11-21T18:46:49.900Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=eef9c304b9dc4451 -C extra-filename=-eef9c304b9dc4451 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --cap-lints allow` |
994 | 2024-11-21T18:46:49.905Z | Running `/work/oxidecomputer/opte/target/release/build/serde-f8d2cbac6362fe41/build-script-build` |
995 | 2024-11-21T18:46:49.914Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-22c2e51164f70f80/build-script-build` |
996 | 2024-11-21T18:46:49.953Z | Compiling itertools v0.13.0 |
997 | 2024-11-21T18:46:49.955Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d501d58c3405a4e3 -C extra-filename=-d501d58c3405a4e3 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern either=/work/oxidecomputer/opte/target/release/deps/libeither-1d21bed042aaa2e9.rmeta --cap-lints allow` |
998 | 2024-11-21T18:46:49.961Z | Compiling smoltcp v0.11.0 |
999 | 2024-11-21T18:46:49.964Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=057e1984f25ade90 -C extra-filename=-057e1984f25ade90 --out-dir /work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1000 | 2024-11-21T18:46:50.219Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
1001 | 2024-11-21T18:46:50.264Z | Compiling version_check v0.9.5 |
1002 | 2024-11-21T18:46:50.280Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4950c40e4f9ebf07 -C extra-filename=-4950c40e4f9ebf07 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1003 | 2024-11-21T18:46:50.458Z | Compiling quote v1.0.37 |
1004 | 2024-11-21T18:46:50.489Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0435d444497bc450 -C extra-filename=-0435d444497bc450 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rmeta --cap-lints allow` |
1005 | 2024-11-21T18:46:50.771Z | Compiling syn v2.0.89 |
1006 | 2024-11-21T18:46:50.775Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=13cb71c63f597b01 -C extra-filename=-13cb71c63f597b01 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-db5ab63ec0b2088d.rmeta --cap-lints allow` |
1007 | 2024-11-21T18:46:51.007Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
1008 | 2024-11-21T18:46:51.019Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1009 | 2024-11-21T18:46:51.021Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=7235dd196ab59649 -C extra-filename=-7235dd196ab59649 --out-dir /work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649 -L dependency=/work/oxidecomputer/opte/target/release/deps --extern version_check=/work/oxidecomputer/opte/target/release/deps/libversion_check-4950c40e4f9ebf07.rlib` |
1010 | 2024-11-21T18:46:51.394Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
1011 | 2024-11-21T18:46:52.467Z | Compiling regex-automata v0.4.9 |
1012 | 2024-11-21T18:46:52.470Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=36210e7e3f26c527 -C extra-filename=-36210e7e3f26c527 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow` |
1013 | 2024-11-21T18:46:55.312Z | Compiling regex v1.11.1 |
1014 | 2024-11-21T18:46:55.350Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f1173f34eda5550c -C extra-filename=-f1173f34eda5550c --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_automata=/work/oxidecomputer/opte/target/release/deps/libregex_automata-36210e7e3f26c527.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow` |
1015 | 2024-11-21T18:46:55.351Z | Compiling darling_core v0.20.10 |
1016 | 2024-11-21T18:46:55.351Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=a91e34c64872b60f -C extra-filename=-a91e34c64872b60f --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern fnv=/work/oxidecomputer/opte/target/release/deps/libfnv-65dffc9259b6ee6f.rmeta --extern ident_case=/work/oxidecomputer/opte/target/release/deps/libident_case-88c2082096e82577.rmeta --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rmeta --cap-lints allow` |
1017 | 2024-11-21T18:46:57.757Z | Compiling serde_derive v1.0.215 |
1018 | 2024-11-21T18:46:57.757Z | Compiling zerocopy-derive v0.8.10 |
1019 | 2024-11-21T18:46:57.758Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1020 | 2024-11-21T18:46:57.760Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=7d7cdd410f61ec7c -C extra-filename=-7d7cdd410f61ec7c --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rlib --extern proc_macro --cap-lints allow` |
1021 | 2024-11-21T18:46:57.760Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b6fdf7268564175 -C extra-filename=-7b6fdf7268564175 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rlib --extern proc_macro` |
1022 | 2024-11-21T18:46:57.760Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed6c71b4a61d9042 -C extra-filename=-ed6c71b4a61d9042 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rlib --extern proc_macro --cap-lints allow` |
1023 | 2024-11-21T18:46:59.448Z | Compiling darling_macro v0.20.10 |
1024 | 2024-11-21T18:46:59.451Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c720b116506a18a6 -C extra-filename=-c720b116506a18a6 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling_core=/work/oxidecomputer/opte/target/release/deps/libdarling_core-a91e34c64872b60f.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rlib --extern proc_macro --cap-lints allow` |
1025 | 2024-11-21T18:47:00.615Z | Compiling darling v0.20.10 |
1026 | 2024-11-21T18:47:00.618Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=8eeaca5fc31cd750 -C extra-filename=-8eeaca5fc31cd750 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling_core=/work/oxidecomputer/opte/target/release/deps/libdarling_core-a91e34c64872b60f.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-c720b116506a18a6.so --cap-lints allow` |
1027 | 2024-11-21T18:47:00.681Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1028 | 2024-11-21T18:47:00.685Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1029 | 2024-11-21T18:47:00.685Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29ce3befd831dd60 -C extra-filename=-29ce3befd831dd60 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling=/work/oxidecomputer/opte/target/release/deps/libdarling-8eeaca5fc31cd750.rlib --extern itertools=/work/oxidecomputer/opte/target/release/deps/libitertools-d501d58c3405a4e3.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rlib --extern proc_macro --cap-lints allow` |
1030 | 2024-11-21T18:47:00.685Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76e38d834ff8c6ec -C extra-filename=-76e38d834ff8c6ec --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling=/work/oxidecomputer/opte/target/release/deps/libdarling-8eeaca5fc31cd750.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-ca2c4a800882be1a.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-0435d444497bc450.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-13cb71c63f597b01.rlib --extern proc_macro` |
1031 | 2024-11-21T18:47:09.434Z | 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) |
1032 | 2024-11-21T18:47:09.438Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29a7c31cafd48bad -C extra-filename=-29a7c31cafd48bad --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta --cap-lints allow` |
1033 | 2024-11-21T18:47:09.475Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=f3886df8889cf263 -C extra-filename=-f3886df8889cf263 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/librustc_std_workspace_core-29a7c31cafd48bad.rmeta --cap-lints allow --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --cfg 'feature="mem-unaligned"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'` |
1034 | 2024-11-21T18:47:10.268Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1035 | 2024-11-21T18:47:10.270Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=56db8a5ee170432b -C extra-filename=-56db8a5ee170432b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta --cap-lints allow` |
1036 | 2024-11-21T18:47:13.140Z | Compiling byteorder v1.5.0 |
1037 | 2024-11-21T18:47:13.140Z | Compiling cfg-if v1.0.0 |
1038 | 2024-11-21T18:47:13.143Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-21T18:47:13.143Z | Compiling stable_deref_trait v1.2.0 |
1040 | 2024-11-21T18:47:13.143Z | Compiling bitflags v2.6.0 |
1041 | 2024-11-21T18:47:13.143Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d73d21f83a66dbb4 -C extra-filename=-d73d21f83a66dbb4 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1042 | 2024-11-21T18:47:13.143Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ee69e7e3002d501f -C extra-filename=-ee69e7e3002d501f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern serde_derive=/work/oxidecomputer/opte/target/release/deps/libserde_derive-7d7cdd410f61ec7c.so -Z unstable-options --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
1043 | 2024-11-21T18:47:13.143Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0604e4210f266c65 -C extra-filename=-0604e4210f266c65 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1044 | 2024-11-21T18:47:13.147Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=9214a9b0541a6b8b -C extra-filename=-9214a9b0541a6b8b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/release/deps/libzerocopy_derive-ed6c71b4a61d9042.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
1045 | 2024-11-21T18:47:13.148Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=db455a3a737a7286 -C extra-filename=-db455a3a737a7286 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1046 | 2024-11-21T18:47:13.150Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=cbc6007355954cbb -C extra-filename=-cbc6007355954cbb --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1047 | 2024-11-21T18:47:13.153Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=8ae92b0a05d8dbfc -C extra-filename=-8ae92b0a05d8dbfc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1048 | 2024-11-21T18:47:13.231Z | Compiling cobs v0.2.3 |
1049 | 2024-11-21T18:47:13.233Z | Compiling managed v0.8.0 |
1050 | 2024-11-21T18:47:13.238Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=6173c21c2449a6d8 -C extra-filename=-6173c21c2449a6d8 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1051 | 2024-11-21T18:47:13.238Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cbf283c7e89282fa -C extra-filename=-cbf283c7e89282fa --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1052 | 2024-11-21T18:47:13.481Z | Compiling hash32 v0.3.1 |
1053 | 2024-11-21T18:47:13.483Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b44e3c4c0c62442 -C extra-filename=-0b44e3c4c0c62442 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-d73d21f83a66dbb4.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1054 | 2024-11-21T18:47:13.540Z | Compiling bitflags v1.3.2 |
1055 | 2024-11-21T18:47:13.543Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=935d5af479360cca -C extra-filename=-935d5af479360cca --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1056 | 2024-11-21T18:47:13.563Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=fcce82aa78a27f75 -C extra-filename=-fcce82aa78a27f75 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1057 | 2024-11-21T18:47:13.640Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=990f800d24857388 -C extra-filename=-990f800d24857388 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern hash32=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libhash32-0b44e3c4c0c62442.rmeta --extern stable_deref_trait=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libstable_deref_trait-db455a3a737a7286.rmeta -Z unstable-options --cap-lints allow` |
1058 | 2024-11-21T18:47:13.643Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1059 | 2024-11-21T18:47:13.646Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=941e1561389d7bae -C extra-filename=-941e1561389d7bae --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options` |
1060 | 2024-11-21T18:47:13.662Z | Compiling crc32fast v1.4.2 |
1061 | 2024-11-21T18:47:13.664Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0f1152e115e18722 -C extra-filename=-0f1152e115e18722 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1062 | 2024-11-21T18:47:13.684Z | Compiling dyn-clone v1.0.17 |
1063 | 2024-11-21T18:47:13.687Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd437f6d6c5e01a2 -C extra-filename=-cd437f6d6c5e01a2 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1064 | 2024-11-21T18:47:13.815Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1065 | 2024-11-21T18:47:13.817Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6538cdcc5149cc3f -C extra-filename=-6538cdcc5149cc3f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1066 | 2024-11-21T18:47:13.883Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=f9640bc15feb3c18 -C extra-filename=-f9640bc15feb3c18 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libeither-fcce82aa78a27f75.rmeta -Z unstable-options --cap-lints allow` |
1067 | 2024-11-21T18:47:14.370Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=7db15a5dfdd3ea5e -C extra-filename=-7db15a5dfdd3ea5e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-935d5af479360cca.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-d73d21f83a66dbb4.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmanaged-6173c21c2449a6d8.rmeta -Z unstable-options --cap-lints allow` |
1068 | 2024-11-21T18:47:15.599Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1069 | 2024-11-21T18:47:15.620Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=dd66810b55cbdaaf -C extra-filename=-dd66810b55cbdaaf --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-29ce3befd831dd60.so --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmacaddr-cbc6007355954cbb.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-9214a9b0541a6b8b.rmeta -Z unstable-options --cap-lints allow` |
1070 | 2024-11-21T18:47:16.918Z | Compiling postcard v1.0.10 |
1071 | 2024-11-21T18:47:16.922Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=6081cf78c530c28e -C extra-filename=-6081cf78c530c28e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern cobs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcobs-cbf283c7e89282fa.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rmeta -Z unstable-options --cap-lints allow` |
1072 | 2024-11-21T18:47:16.961Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1073 | 2024-11-21T18:47:16.964Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=60d4665cdae8f357 -C extra-filename=-60d4665cdae8f357 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-29ce3befd831dd60.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-dd66810b55cbdaaf.rmeta --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmacaddr-cbc6007355954cbb.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-9214a9b0541a6b8b.rmeta -Z unstable-options --cap-lints allow` |
1074 | 2024-11-21T18:47:16.971Z | Compiling uuid v1.11.0 |
1075 | 2024-11-21T18:47:16.971Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=eb2a159490ea435d -C extra-filename=-eb2a159490ea435d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rmeta -Z unstable-options --cap-lints allow` |
1076 | 2024-11-21T18:47:18.377Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1077 | 2024-11-21T18:47:18.380Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=e4584a1101e52a3b -C extra-filename=-e4584a1101e52a3b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-60d4665cdae8f357.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-6081cf78c530c28e.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1078 | 2024-11-21T18:47:19.116Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=8dd7afc084f5c751 -C extra-filename=-8dd7afc084f5c751 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/release/deps/libderror_macro-76e38d834ff8c6ec.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libdyn_clone-cd437f6d6c5e01a2.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-60d4665cdae8f357.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libitertools-f9640bc15feb3c18.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/release/deps/libkstat_macro-7b6fdf7268564175.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-e4584a1101e52a3b.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-6081cf78c530c28e.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-9214a9b0541a6b8b.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1079 | 2024-11-21T18:47:23.481Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1080 | 2024-11-21T18:47:23.483Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=f658e0a7758dfbb5 -C extra-filename=-f658e0a7758dfbb5 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-8dd7afc084f5c751.rmeta --extern poptrie=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpoptrie-6538cdcc5149cc3f.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta --extern uuid=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libuuid-eb2a159490ea435d.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-9214a9b0541a6b8b.rmeta -Z unstable-options` |
1081 | 2024-11-21T18:47:27.243Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1082 | 2024-11-21T18:47:27.245Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name xde --edition=2021 xde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --emit=dep-info,link -C opt-level=3 -C lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f24d886a4a5df7b -C extra-filename=-7f24d886a4a5df7b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-60d4665cdae8f357.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-8dd7afc084f5c751.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-f658e0a7758dfbb5.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-6081cf78c530c28e.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ee69e7e3002d501f.rlib -Z unstable-options` |
1083 | 2024-11-21T18:47:27.593Z | warning: unused import: `crate::ip::t_uscalar_t` |
1084 | 2024-11-21T18:47:27.593Z | --> xde/src/xde.rs:19:5 |
1085 | 2024-11-21T18:47:27.593Z | | |
1086 | 2024-11-21T18:47:27.593Z | 19 | use crate::ip::t_uscalar_t; |
1087 | 2024-11-21T18:47:27.594Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
1088 | 2024-11-21T18:47:27.594Z | | |
1089 | 2024-11-21T18:47:27.594Z | = note: `#[warn(unused_imports)]` on by default |
1090 | 2024-11-21T18:47:27.594Z | |
1091 | 2024-11-21T18:47:27.597Z | warning: unused import: `crate::sys` |
1092 | 2024-11-21T18:47:27.597Z | --> xde/src/xde.rs:39:5 |
1093 | 2024-11-21T18:47:27.597Z | | |
1094 | 2024-11-21T18:47:27.597Z | 39 | use crate::sys; |
1095 | 2024-11-21T18:47:27.597Z | | ^^^^^^^^^^ |
1096 | 2024-11-21T18:47:27.597Z | |
1097 | 2024-11-21T18:47:27.597Z | warning: unused import: `core::mem::MaybeUninit` |
1098 | 2024-11-21T18:47:27.597Z | --> xde/src/xde.rs:48:5 |
1099 | 2024-11-21T18:47:27.597Z | | |
1100 | 2024-11-21T18:47:27.597Z | 48 | use core::mem::MaybeUninit; |
1101 | 2024-11-21T18:47:27.597Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
1102 | 2024-11-21T18:47:27.597Z | |
1103 | 2024-11-21T18:47:27.597Z | warning: unused import: `opte::engine::ip::ValidL3` |
1104 | 2024-11-21T18:47:27.597Z | --> xde/src/xde.rs:85:5 |
1105 | 2024-11-21T18:47:27.597Z | | |
1106 | 2024-11-21T18:47:27.597Z | 85 | use opte::engine::ip::ValidL3; |
1107 | 2024-11-21T18:47:27.597Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
1108 | 2024-11-21T18:47:27.597Z | |
1109 | 2024-11-21T18:47:29.135Z | warning: variable does not need to be mutable |
1110 | 2024-11-21T18:47:29.135Z | --> xde/src/xde.rs:2181:17 |
1111 | 2024-11-21T18:47:29.136Z | | |
1112 | 2024-11-21T18:47:29.136Z | 2181 | let mut npkt = emit_spec.apply(pkt); |
1113 | 2024-11-21T18:47:29.136Z | | ----^^^^ |
1114 | 2024-11-21T18:47:29.136Z | | | |
1115 | 2024-11-21T18:47:29.136Z | | help: remove this `mut` |
1116 | 2024-11-21T18:47:29.136Z | | |
1117 | 2024-11-21T18:47:29.136Z | = note: `#[warn(unused_mut)]` on by default |
1118 | 2024-11-21T18:47:29.136Z | |
1119 | 2024-11-21T18:47:29.363Z | warning: creating a mutable reference to mutable static is discouraged |
1120 | 2024-11-21T18:47:29.363Z | --> xde/src/xde.rs:446:5 |
1121 | 2024-11-21T18:47:29.363Z | | |
1122 | 2024-11-21T18:47:29.363Z | 446 | xde_devs.init(KRwLockType::Driver); |
1123 | 2024-11-21T18:47:29.363Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1124 | 2024-11-21T18:47:29.364Z | | |
1125 | 2024-11-21T18:47:29.364Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1126 | 2024-11-21T18:47:29.364Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
1127 | 2024-11-21T18:47:29.364Z | = note: `#[warn(static_mut_refs)]` on by default |
1128 | 2024-11-21T18:47:29.364Z | |
1129 | 2024-11-21T18:47:29.366Z | warning: creating a shared reference to mutable static is discouraged |
1130 | 2024-11-21T18:47:29.366Z | --> xde/src/xde.rs:803:29 |
1131 | 2024-11-21T18:47:29.366Z | | |
1132 | 2024-11-21T18:47:29.367Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
1133 | 2024-11-21T18:47:29.367Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1134 | 2024-11-21T18:47:29.367Z | | |
1135 | 2024-11-21T18:47:29.368Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1136 | 2024-11-21T18:47:29.368Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1137 | 2024-11-21T18:47:29.368Z | |
1138 | 2024-11-21T18:47:29.368Z | warning: creating a shared reference to mutable static is discouraged |
1139 | 2024-11-21T18:47:29.368Z | --> xde/src/xde.rs:960:29 |
1140 | 2024-11-21T18:47:29.368Z | | |
1141 | 2024-11-21T18:47:29.368Z | 960 | let mut devs = unsafe { xde_devs.write() }; |
1142 | 2024-11-21T18:47:29.368Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1143 | 2024-11-21T18:47:29.368Z | | |
1144 | 2024-11-21T18:47:29.368Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1145 | 2024-11-21T18:47:29.368Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1146 | 2024-11-21T18:47:29.368Z | |
1147 | 2024-11-21T18:47:29.368Z | warning: creating a shared reference to mutable static is discouraged |
1148 | 2024-11-21T18:47:29.368Z | --> xde/src/xde.rs:1050:18 |
1149 | 2024-11-21T18:47:29.368Z | | |
1150 | 2024-11-21T18:47:29.368Z | 1050 | if unsafe { !xde_devs.read().is_empty() } { |
1151 | 2024-11-21T18:47:29.368Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1152 | 2024-11-21T18:47:29.369Z | | |
1153 | 2024-11-21T18:47:29.369Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1154 | 2024-11-21T18:47:29.369Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1155 | 2024-11-21T18:47:29.369Z | |
1156 | 2024-11-21T18:47:29.369Z | warning: creating a shared reference to mutable static is discouraged |
1157 | 2024-11-21T18:47:29.369Z | --> xde/src/xde.rs:1377:9 |
1158 | 2024-11-21T18:47:29.369Z | | |
1159 | 2024-11-21T18:47:29.369Z | 1377 | if !xde_devs.read().is_empty() { |
1160 | 2024-11-21T18:47:29.369Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1161 | 2024-11-21T18:47:29.369Z | | |
1162 | 2024-11-21T18:47:29.369Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1163 | 2024-11-21T18:47:29.369Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1164 | 2024-11-21T18:47:29.370Z | |
1165 | 2024-11-21T18:47:29.373Z | warning: creating a shared reference to mutable static is discouraged |
1166 | 2024-11-21T18:47:29.373Z | --> xde/src/xde.rs:1818:33 |
1167 | 2024-11-21T18:47:29.373Z | | |
1168 | 2024-11-21T18:47:29.373Z | 1818 | let devs = unsafe { xde_devs.read() }; |
1169 | 2024-11-21T18:47:29.373Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1170 | 2024-11-21T18:47:29.373Z | | |
1171 | 2024-11-21T18:47:29.374Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1172 | 2024-11-21T18:47:29.374Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1173 | 2024-11-21T18:47:29.374Z | |
1174 | 2024-11-21T18:47:29.374Z | warning: creating a shared reference to mutable static is discouraged |
1175 | 2024-11-21T18:47:29.374Z | --> xde/src/xde.rs:2144:16 |
1176 | 2024-11-21T18:47:29.374Z | | |
1177 | 2024-11-21T18:47:29.374Z | 2144 | let devs = xde_devs.read(); |
1178 | 2024-11-21T18:47:29.374Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1179 | 2024-11-21T18:47:29.374Z | | |
1180 | 2024-11-21T18:47:29.374Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1181 | 2024-11-21T18:47:29.374Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1182 | 2024-11-21T18:47:29.374Z | |
1183 | 2024-11-21T18:47:29.374Z | warning: creating a shared reference to mutable static is discouraged |
1184 | 2024-11-21T18:47:29.374Z | --> xde/src/xde.rs:2197:25 |
1185 | 2024-11-21T18:47:29.374Z | | |
1186 | 2024-11-21T18:47:29.374Z | 2197 | let devs = unsafe { xde_devs.read() }; |
1187 | 2024-11-21T18:47:29.374Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1188 | 2024-11-21T18:47:29.374Z | | |
1189 | 2024-11-21T18:47:29.374Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1190 | 2024-11-21T18:47:29.374Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1191 | 2024-11-21T18:47:29.374Z | |
1192 | 2024-11-21T18:47:29.374Z | warning: creating a shared reference to mutable static is discouraged |
1193 | 2024-11-21T18:47:29.374Z | --> xde/src/xde.rs:2212:25 |
1194 | 2024-11-21T18:47:29.374Z | | |
1195 | 2024-11-21T18:47:29.374Z | 2212 | let devs = unsafe { xde_devs.read() }; |
1196 | 2024-11-21T18:47:29.374Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1197 | 2024-11-21T18:47:29.374Z | | |
1198 | 2024-11-21T18:47:29.374Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1199 | 2024-11-21T18:47:29.374Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1200 | 2024-11-21T18:47:29.374Z | |
1201 | 2024-11-21T18:47:29.374Z | warning: creating a shared reference to mutable static is discouraged |
1202 | 2024-11-21T18:47:29.374Z | --> xde/src/xde.rs:2225:25 |
1203 | 2024-11-21T18:47:29.374Z | | |
1204 | 2024-11-21T18:47:29.374Z | 2225 | let devs = unsafe { xde_devs.read() }; |
1205 | 2024-11-21T18:47:29.374Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1206 | 2024-11-21T18:47:29.374Z | | |
1207 | 2024-11-21T18:47:29.375Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1208 | 2024-11-21T18:47:29.375Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1209 | 2024-11-21T18:47:29.375Z | |
1210 | 2024-11-21T18:47:29.375Z | warning: creating a shared reference to mutable static is discouraged |
1211 | 2024-11-21T18:47:29.375Z | --> xde/src/xde.rs:2239:25 |
1212 | 2024-11-21T18:47:29.375Z | | |
1213 | 2024-11-21T18:47:29.375Z | 2239 | let devs = unsafe { xde_devs.read() }; |
1214 | 2024-11-21T18:47:29.375Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1215 | 2024-11-21T18:47:29.375Z | | |
1216 | 2024-11-21T18:47:29.375Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1217 | 2024-11-21T18:47:29.375Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1218 | 2024-11-21T18:47:29.375Z | |
1219 | 2024-11-21T18:47:29.375Z | warning: creating a shared reference to mutable static is discouraged |
1220 | 2024-11-21T18:47:29.375Z | --> xde/src/xde.rs:2253:25 |
1221 | 2024-11-21T18:47:29.375Z | | |
1222 | 2024-11-21T18:47:29.375Z | 2253 | let devs = unsafe { xde_devs.read() }; |
1223 | 2024-11-21T18:47:29.375Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1224 | 2024-11-21T18:47:29.375Z | | |
1225 | 2024-11-21T18:47:29.375Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1226 | 2024-11-21T18:47:29.375Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1227 | 2024-11-21T18:47:29.375Z | |
1228 | 2024-11-21T18:47:29.375Z | warning: creating a shared reference to mutable static is discouraged |
1229 | 2024-11-21T18:47:29.375Z | --> xde/src/xde.rs:2319:25 |
1230 | 2024-11-21T18:47:29.375Z | | |
1231 | 2024-11-21T18:47:29.375Z | 2319 | let devs = unsafe { xde_devs.read() }; |
1232 | 2024-11-21T18:47:29.375Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1233 | 2024-11-21T18:47:29.375Z | | |
1234 | 2024-11-21T18:47:29.375Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1235 | 2024-11-21T18:47:29.375Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1236 | 2024-11-21T18:47:29.375Z | |
1237 | 2024-11-21T18:47:29.375Z | warning: creating a shared reference to mutable static is discouraged |
1238 | 2024-11-21T18:47:29.375Z | --> xde/src/xde.rs:2332:25 |
1239 | 2024-11-21T18:47:29.375Z | | |
1240 | 2024-11-21T18:47:29.375Z | 2332 | let devs = unsafe { xde_devs.read() }; |
1241 | 2024-11-21T18:47:29.375Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1242 | 2024-11-21T18:47:29.375Z | | |
1243 | 2024-11-21T18:47:29.376Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1244 | 2024-11-21T18:47:29.376Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1245 | 2024-11-21T18:47:29.376Z | |
1246 | 2024-11-21T18:47:29.376Z | warning: creating a shared reference to mutable static is discouraged |
1247 | 2024-11-21T18:47:29.376Z | --> xde/src/xde.rs:2346:25 |
1248 | 2024-11-21T18:47:29.376Z | | |
1249 | 2024-11-21T18:47:29.376Z | 2346 | let devs = unsafe { xde_devs.read() }; |
1250 | 2024-11-21T18:47:29.377Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1251 | 2024-11-21T18:47:29.377Z | | |
1252 | 2024-11-21T18:47:29.377Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1253 | 2024-11-21T18:47:29.377Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1254 | 2024-11-21T18:47:29.377Z | |
1255 | 2024-11-21T18:47:29.377Z | warning: creating a shared reference to mutable static is discouraged |
1256 | 2024-11-21T18:47:29.378Z | --> xde/src/xde.rs:2362:25 |
1257 | 2024-11-21T18:47:29.378Z | | |
1258 | 2024-11-21T18:47:29.378Z | 2362 | let devs = unsafe { xde_devs.read() }; |
1259 | 2024-11-21T18:47:29.378Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1260 | 2024-11-21T18:47:29.378Z | | |
1261 | 2024-11-21T18:47:29.378Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1262 | 2024-11-21T18:47:29.378Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1263 | 2024-11-21T18:47:29.378Z | |
1264 | 2024-11-21T18:47:29.378Z | warning: creating a shared reference to mutable static is discouraged |
1265 | 2024-11-21T18:47:29.381Z | --> xde/src/xde.rs:2377:25 |
1266 | 2024-11-21T18:47:29.381Z | | |
1267 | 2024-11-21T18:47:29.381Z | 2377 | let devs = unsafe { xde_devs.read() }; |
1268 | 2024-11-21T18:47:29.381Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1269 | 2024-11-21T18:47:29.381Z | | |
1270 | 2024-11-21T18:47:29.382Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1271 | 2024-11-21T18:47:29.382Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1272 | 2024-11-21T18:47:29.382Z | |
1273 | 2024-11-21T18:47:29.382Z | warning: creating a shared reference to mutable static is discouraged |
1274 | 2024-11-21T18:47:29.382Z | --> xde/src/xde.rs:2392:25 |
1275 | 2024-11-21T18:47:29.382Z | | |
1276 | 2024-11-21T18:47:29.382Z | 2392 | let devs = unsafe { xde_devs.read() }; |
1277 | 2024-11-21T18:47:29.382Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1278 | 2024-11-21T18:47:29.382Z | | |
1279 | 2024-11-21T18:47:29.382Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1280 | 2024-11-21T18:47:29.382Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1281 | 2024-11-21T18:47:29.382Z | |
1282 | 2024-11-21T18:47:29.382Z | warning: creating a shared reference to mutable static is discouraged |
1283 | 2024-11-21T18:47:29.382Z | --> xde/src/xde.rs:2405:25 |
1284 | 2024-11-21T18:47:29.382Z | | |
1285 | 2024-11-21T18:47:29.383Z | 2405 | let devs = unsafe { xde_devs.read() }; |
1286 | 2024-11-21T18:47:29.383Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1287 | 2024-11-21T18:47:29.383Z | | |
1288 | 2024-11-21T18:47:29.383Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1289 | 2024-11-21T18:47:29.383Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1290 | 2024-11-21T18:47:29.383Z | |
1291 | 2024-11-21T18:47:29.383Z | warning: creating a shared reference to mutable static is discouraged |
1292 | 2024-11-21T18:47:29.383Z | --> xde/src/xde.rs:2419:25 |
1293 | 2024-11-21T18:47:29.383Z | | |
1294 | 2024-11-21T18:47:29.383Z | 2419 | let devs = unsafe { xde_devs.read() }; |
1295 | 2024-11-21T18:47:29.383Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1296 | 2024-11-21T18:47:29.383Z | | |
1297 | 2024-11-21T18:47:29.383Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1298 | 2024-11-21T18:47:29.383Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1299 | 2024-11-21T18:47:29.383Z | |
1300 | 2024-11-21T18:47:29.383Z | warning: creating a shared reference to mutable static is discouraged |
1301 | 2024-11-21T18:47:29.383Z | --> xde/src/xde.rs:2436:25 |
1302 | 2024-11-21T18:47:29.383Z | | |
1303 | 2024-11-21T18:47:29.383Z | 2436 | let devs = unsafe { xde_devs.read() }; |
1304 | 2024-11-21T18:47:29.383Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1305 | 2024-11-21T18:47:29.383Z | | |
1306 | 2024-11-21T18:47:29.383Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1307 | 2024-11-21T18:47:29.383Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1308 | 2024-11-21T18:47:29.383Z | |
1309 | 2024-11-21T18:47:29.383Z | warning: creating a shared reference to mutable static is discouraged |
1310 | 2024-11-21T18:47:29.383Z | --> xde/src/xde.rs:2450:25 |
1311 | 2024-11-21T18:47:29.383Z | | |
1312 | 2024-11-21T18:47:29.383Z | 2450 | let devs = unsafe { xde_devs.read() }; |
1313 | 2024-11-21T18:47:29.384Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1314 | 2024-11-21T18:47:29.384Z | | |
1315 | 2024-11-21T18:47:29.384Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1316 | 2024-11-21T18:47:29.384Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1317 | 2024-11-21T18:47:29.384Z | |
1318 | 2024-11-21T18:47:53.016Z | warning: `xde` (lib) generated 27 warnings (run `cargo fix --lib -p xde` to apply 5 suggestions) |
1319 | 2024-11-21T18:47:53.016Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 04s |
1320 | 2024-11-21T18:47:53.045Z | + ld -ztype=kmod -Ndrv/dld -Ndrv/ip -Nmisc/dls -Nmisc/mac -z allextract ../target/x86_64-unknown-unknown/release//xde.a -o ../target/x86_64-unknown-unknown/release//xde |
1321 | 2024-11-21T18:47:53.717Z | + pushd xde-link |
1322 | 2024-11-21T18:47:53.720Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1323 | 2024-11-21T18:47:53.720Z | + cargo -v build --release |
1324 | 2024-11-21T18:47:53.857Z | Compiling compiler_builtins v0.1.138 |
1325 | 2024-11-21T18:47:53.857Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1326 | 2024-11-21T18:47:53.860Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1327 | 2024-11-21T18:47:53.860Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1328 | 2024-11-21T18:47:53.860Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=2071de360e2c2282 -C extra-filename=-2071de360e2c2282 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1329 | 2024-11-21T18:47:53.860Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 xde/xde-link/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f308dfab30c2146 -C extra-filename=-5f308dfab30c2146 --out-dir /work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146 -L dependency=/work/oxidecomputer/opte/target/release/deps` |
1330 | 2024-11-21T18:47:54.092Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1331 | 2024-11-21T18:48:10.228Z | 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) |
1332 | 2024-11-21T18:48:10.230Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89532dd5889cf1c7 -C extra-filename=-89532dd5889cf1c7 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rmeta --cap-lints allow` |
1333 | 2024-11-21T18:48:10.269Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=9dda6d259dbe1788 -C extra-filename=-9dda6d259dbe1788 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/librustc_std_workspace_core-89532dd5889cf1c7.rmeta --cap-lints allow --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --cfg 'feature="mem-unaligned"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'` |
1334 | 2024-11-21T18:48:11.059Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1335 | 2024-11-21T18:48:11.061Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=db80c9a6ce1bf10b -C extra-filename=-db80c9a6ce1bf10b --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-9dda6d259dbe1788.rmeta --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rmeta --cap-lints allow` |
1336 | 2024-11-21T18:48:14.272Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name xde_link --edition=2021 xde/xde-link/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1541dba498bc837a --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/liballoc-db80c9a6ce1bf10b.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-9dda6d259dbe1788.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rlib' -Z unstable-options -C link-arg=-Wl,-hSUNW_xde_link.so -C link-arg=-Wl,-ztext -C link-arg=-Wl,-zdefs -C link-arg=-Wl,-Bdirect -C link-arg=-Wl,-M/work/oxidecomputer/opte/xde/xde-link/map.devfsadm-externs -C link-arg=-Wl,-M/usr/lib/ld/map.pagealign -C link-arg=-Wl,-M/usr/lib/ld/map.noexdata -C link-arg=-Wl,-zassert-deflib -C link-arg=-Wl,-zguidance -C link-arg=-Wl,-zfatal-warnings -C link-arg=-Wl,-zassert-deflib=libc.so -C link-arg=-Wl,-zassert-deflib=libdevinfo.so` |
1337 | 2024-11-21T18:48:14.569Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.80s |
1338 | 2024-11-21T18:48:14.591Z | + set +e |
1339 | 2024-11-21T18:48:14.594Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1340 | 2024-11-21T18:48:14.594Z | + grep panicking |
1341 | 2024-11-21T18:48:14.597Z | + '[' 1 -eq 0 ']' |
1342 | 2024-11-21T18:48:14.600Z | + popd |
1343 | 2024-11-21T18:48:14.600Z | /work/oxidecomputer/opte/xde |
1344 | 2024-11-21T18:48:14.600Z | |
1345 | 2024-11-21T18:48:14.600Z | real 1:25.950767525 |
1346 | 2024-11-21T18:48:14.600Z | user 3:14.482057304 |
1347 | 2024-11-21T18:48:14.600Z | sys 14.030897099 |
1348 | 2024-11-21T18:48:14.600Z | trap 0.065159563 |
1349 | 2024-11-21T18:48:14.601Z | tflt 0.212359990 |
1350 | 2024-11-21T18:48:14.601Z | dflt 0.665400474 |
1351 | 2024-11-21T18:48:14.601Z | kflt 0.000019877 |
1352 | 2024-11-21T18:48:14.601Z | lock 7:29.296932953 |
1353 | 2024-11-21T18:48:14.601Z | slp 9:45.152290790 |
1354 | 2024-11-21T18:48:14.601Z | lat 2.401308614 |
1355 | 2024-11-21T18:48:14.601Z | stop 4.178227545 |
1356 | 2024-11-21T18:48:14.601Z | + popd |
1357 | 2024-11-21T18:48:14.601Z | /work/oxidecomputer/opte |
1358 | 2024-11-21T18:48:14.602Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1359 | 2024-11-21T18:48:14.605Z | + grep GOTPCREL |
1360 | 2024-11-21T18:48:16.953Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1361 | 2024-11-21T18:48:16.955Z | + grep GOTPCREL |
1362 | 2024-11-21T18:48:18.285Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1363 | 2024-11-21T18:48:18.339Z | + sha256sum /work/debug/xde.dbg |
1364 | 2024-11-21T18:48:18.480Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1365 | 2024-11-21T18:48:18.482Z | + sha256sum /work/debug/xde_link.dbg.so |
1366 | 2024-11-21T18:48:18.487Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1367 | 2024-11-21T18:48:18.526Z | + sha256sum /work/release/xde |
1368 | 2024-11-21T18:48:18.556Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1369 | 2024-11-21T18:48:18.559Z | + sha256sum /work/release/xde_link.so |
1370 | 2024-11-21T18:48:18.562Z | + header 'build xde integration tests' |
1371 | 2024-11-21T18:48:18.565Z | + echo '# ==== build xde integration tests ==== #' |
1372 | 2024-11-21T18:48:18.565Z | + pushd xde-tests |
1373 | 2024-11-21T18:48:18.565Z | # ==== build xde integration tests ==== # |
1374 | 2024-11-21T18:48:18.565Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1375 | 2024-11-21T18:48:18.565Z | + cargo +nightly-2024-11-18 fmt -- --check |
1376 | 2024-11-21T18:48:18.720Z | + cargo clippy --all-targets |
1377 | 2024-11-21T18:48:19.033Z | Downloading crates ... |
1378 | 2024-11-21T18:48:19.128Z | Downloaded anstyle v1.0.10 |
1379 | 2024-11-21T18:48:19.131Z | Downloaded anstyle-parse v0.2.6 |
1380 | 2024-11-21T18:48:19.134Z | Downloaded anstyle-query v1.1.2 |
1381 | 2024-11-21T18:48:19.136Z | Downloaded anstream v0.6.18 |
1382 | 2024-11-21T18:48:19.140Z | Downloaded anyhow v1.0.93 |
1383 | 2024-11-21T18:48:19.144Z | Downloaded bytes v1.8.0 |
1384 | 2024-11-21T18:48:19.151Z | Downloaded clap_lex v0.7.3 |
1385 | 2024-11-21T18:48:19.157Z | Downloaded clap v4.5.21 |
1386 | 2024-11-21T18:48:19.166Z | Downloaded equivalent v1.0.1 |
1387 | 2024-11-21T18:48:19.168Z | Downloaded cstr-argument v0.1.2 |
1388 | 2024-11-21T18:48:19.168Z | Downloaded clap_derive v4.5.18 |
1389 | 2024-11-21T18:48:19.171Z | Downloaded clap_builder v4.5.21 |
1390 | 2024-11-21T18:48:19.176Z | Downloaded errno v0.3.9 |
1391 | 2024-11-21T18:48:19.179Z | Downloaded crossbeam-utils v0.8.20 |
1392 | 2024-11-21T18:48:19.182Z | Downloaded num-conv v0.1.0 |
1393 | 2024-11-21T18:48:19.183Z | Downloaded crossbeam-channel v0.5.13 |
1394 | 2024-11-21T18:48:19.187Z | Downloaded lock_api v0.4.12 |
1395 | 2024-11-21T18:48:19.189Z | Downloaded foreign-types-shared v0.3.1 |
1396 | 2024-11-21T18:48:19.189Z | Downloaded lazy_static v1.5.0 |
1397 | 2024-11-21T18:48:19.192Z | Downloaded dirs-next v2.0.0 |
1398 | 2024-11-21T18:48:19.194Z | Downloaded deranged v0.3.11 |
1399 | 2024-11-21T18:48:19.194Z | Downloaded pretty-hex v0.2.1 |
1400 | 2024-11-21T18:48:19.196Z | Downloaded foreign-types v0.5.0 |
1401 | 2024-11-21T18:48:19.196Z | Downloaded foreign-types-macros v0.2.3 |
1402 | 2024-11-21T18:48:19.198Z | Downloaded arc-swap v1.7.1 |
1403 | 2024-11-21T18:48:19.201Z | Downloaded take_mut v0.2.2 |
1404 | 2024-11-21T18:48:19.203Z | Downloaded dirs-sys-next v0.1.2 |
1405 | 2024-11-21T18:48:19.203Z | Downloaded time-core v0.1.2 |
1406 | 2024-11-21T18:48:19.205Z | Downloaded autocfg v1.4.0 |
1407 | 2024-11-21T18:48:19.205Z | Downloaded colored v2.1.0 |
1408 | 2024-11-21T18:48:19.207Z | Downloaded colorchoice v1.0.3 |
1409 | 2024-11-21T18:48:19.213Z | Downloaded itoa v1.0.11 |
1410 | 2024-11-21T18:48:19.216Z | Downloaded is_terminal_polyfill v1.70.1 |
1411 | 2024-11-21T18:48:19.216Z | Downloaded is-terminal v0.4.13 |
1412 | 2024-11-21T18:48:19.218Z | Downloaded ppv-lite86 v0.2.20 |
1413 | 2024-11-21T18:48:19.220Z | Downloaded powerfmt v0.2.0 |
1414 | 2024-11-21T18:48:19.220Z | Downloaded heck v0.4.1 |
1415 | 2024-11-21T18:48:19.220Z | Downloaded ipnetwork v0.20.0 |
1416 | 2024-11-21T18:48:19.223Z | Downloaded rand_core v0.6.4 |
1417 | 2024-11-21T18:48:19.225Z | Downloaded proc-macro-crate v1.3.1 |
1418 | 2024-11-21T18:48:19.225Z | Downloaded scopeguard v1.2.0 |
1419 | 2024-11-21T18:48:19.227Z | Downloaded rand_chacha v0.3.1 |
1420 | 2024-11-21T18:48:19.227Z | Downloaded num_enum v0.5.11 |
1421 | 2024-11-21T18:48:19.232Z | Downloaded slog-async v2.8.0 |
1422 | 2024-11-21T18:48:19.234Z | Downloaded signal-hook-registry v1.4.2 |
1423 | 2024-11-21T18:48:19.237Z | Downloaded schemars_derive v0.8.21 |
1424 | 2024-11-21T18:48:19.237Z | Downloaded num_enum_derive v0.5.11 |
1425 | 2024-11-21T18:48:19.239Z | Downloaded thread_local v1.1.8 |
1426 | 2024-11-21T18:48:19.239Z | Downloaded toml_datetime v0.6.8 |
1427 | 2024-11-21T18:48:19.242Z | Downloaded tabwriter v1.4.0 |
1428 | 2024-11-21T18:48:19.242Z | Downloaded heck v0.5.0 |
1429 | 2024-11-21T18:48:19.244Z | Downloaded tokio-macros v2.4.0 |
1430 | 2024-11-21T18:48:19.250Z | Downloaded utf8parse v0.2.2 |
1431 | 2024-11-21T18:48:19.252Z | Downloaded terminal_size v0.4.0 |
1432 | 2024-11-21T18:48:19.255Z | Downloaded getrandom v0.2.15 |
1433 | 2024-11-21T18:48:19.258Z | Downloaded slog-stdlog v4.1.1 |
1434 | 2024-11-21T18:48:19.260Z | Downloaded smallvec v1.13.2 |
1435 | 2024-11-21T18:48:19.263Z | Downloaded pin-project-lite v0.2.15 |
1436 | 2024-11-21T18:48:19.267Z | Downloaded time-macros v0.2.18 |
1437 | 2024-11-21T18:48:19.269Z | Downloaded term v0.7.0 |
1438 | 2024-11-21T18:48:19.272Z | Downloaded slog-envlogger v2.2.0 |
1439 | 2024-11-21T18:48:19.274Z | Downloaded tracing-attributes v0.1.27 |
1440 | 2024-11-21T18:48:19.277Z | Downloaded zerocopy-derive v0.7.35 |
1441 | 2024-11-21T18:48:19.280Z | Downloaded slog-term v2.9.1 |
1442 | 2024-11-21T18:48:19.283Z | Downloaded ryu v1.0.18 |
1443 | 2024-11-21T18:48:19.286Z | Downloaded once_cell v1.20.2 |
1444 | 2024-11-21T18:48:19.288Z | Downloaded slog v2.7.0 |
1445 | 2024-11-21T18:48:19.291Z | Downloaded serde_derive_internals v0.29.1 |
1446 | 2024-11-21T18:48:19.294Z | Downloaded slog-scope v4.4.0 |
1447 | 2024-11-21T18:48:19.294Z | Downloaded parking_lot_core v0.9.10 |
1448 | 2024-11-21T18:48:19.298Z | Downloaded parking_lot v0.12.3 |
1449 | 2024-11-21T18:48:19.300Z | Downloaded log v0.4.22 |
1450 | 2024-11-21T18:48:19.302Z | Downloaded socket2 v0.5.7 |
1451 | 2024-11-21T18:48:19.309Z | Downloaded tracing-core v0.1.32 |
1452 | 2024-11-21T18:48:19.313Z | Downloaded rand v0.8.5 |
1453 | 2024-11-21T18:48:19.316Z | Downloaded indexmap v2.6.0 |
1454 | 2024-11-21T18:48:19.320Z | Downloaded tracing v0.1.40 |
1455 | 2024-11-21T18:48:19.324Z | Downloaded mio v1.0.2 |
1456 | 2024-11-21T18:48:19.329Z | Downloaded toml_edit v0.19.15 |
1457 | 2024-11-21T18:48:19.346Z | Downloaded schemars v0.8.21 |
1458 | 2024-11-21T18:48:19.356Z | Downloaded time v0.3.36 |
1459 | 2024-11-21T18:48:19.363Z | Downloaded itertools v0.12.1 |
1460 | 2024-11-21T18:48:19.370Z | Downloaded zerocopy v0.7.35 |
1461 | 2024-11-21T18:48:19.385Z | Downloaded winnow v0.6.20 |
1462 | 2024-11-21T18:48:19.393Z | Downloaded serde_json v1.0.133 |
1463 | 2024-11-21T18:48:19.399Z | Downloaded winnow v0.5.40 |
1464 | 2024-11-21T18:48:19.407Z | Downloaded hashbrown v0.15.1 |
1465 | 2024-11-21T18:48:19.434Z | Downloaded rustix v0.38.41 |
1466 | 2024-11-21T18:48:19.486Z | Downloaded libc v0.2.164 |
1467 | 2024-11-21T18:48:19.514Z | Downloaded tokio v1.41.1 |
1468 | 2024-11-21T18:48:19.649Z | Compiling proc-macro2 v1.0.91 |
1469 | 2024-11-21T18:48:19.649Z | Compiling unicode-ident v1.0.13 |
1470 | 2024-11-21T18:48:19.652Z | Compiling libc v0.2.164 |
1471 | 2024-11-21T18:48:19.652Z | Checking cfg-if v1.0.0 |
1472 | 2024-11-21T18:48:19.652Z | Compiling serde v1.0.215 |
1473 | 2024-11-21T18:48:19.652Z | Checking byteorder v1.5.0 |
1474 | 2024-11-21T18:48:19.652Z | Compiling syn v1.0.109 |
1475 | 2024-11-21T18:48:19.652Z | Compiling version_check v0.9.5 |
1476 | 2024-11-21T18:48:19.758Z | Checking memchr v2.7.4 |
1477 | 2024-11-21T18:48:19.880Z | Compiling fnv v1.0.7 |
1478 | 2024-11-21T18:48:19.958Z | Compiling strsim v0.11.1 |
1479 | 2024-11-21T18:48:20.007Z | Compiling ident_case v1.0.1 |
1480 | 2024-11-21T18:48:20.169Z | Compiling equivalent v1.0.1 |
1481 | 2024-11-21T18:48:20.276Z | Checking itoa v1.0.11 |
1482 | 2024-11-21T18:48:20.288Z | Compiling hashbrown v0.15.1 |
1483 | 2024-11-21T18:48:20.308Z | Compiling autocfg v1.4.0 |
1484 | 2024-11-21T18:48:20.315Z | Checking once_cell v1.20.2 |
1485 | 2024-11-21T18:48:20.597Z | Compiling toml_datetime v0.6.8 |
1486 | 2024-11-21T18:48:20.653Z | Compiling parking_lot_core v0.9.10 |
1487 | 2024-11-21T18:48:20.656Z | Checking bitflags v2.6.0 |
1488 | 2024-11-21T18:48:20.930Z | Compiling winnow v0.5.40 |
1489 | 2024-11-21T18:48:20.993Z | Compiling regex-syntax v0.8.5 |
1490 | 2024-11-21T18:48:21.120Z | Compiling anyhow v1.0.93 |
1491 | 2024-11-21T18:48:21.130Z | Compiling lock_api v0.4.12 |
1492 | 2024-11-21T18:48:21.464Z | Compiling quote v1.0.37 |
1493 | 2024-11-21T18:48:21.516Z | Compiling indexmap v2.6.0 |
1494 | 2024-11-21T18:48:21.606Z | Compiling aho-corasick v1.1.3 |
1495 | 2024-11-21T18:48:21.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1496 | 2024-11-21T18:48:21.901Z | Compiling syn v2.0.89 |
1497 | 2024-11-21T18:48:22.238Z | Compiling serde_json v1.0.133 |
1498 | 2024-11-21T18:48:22.401Z | Checking smallvec v1.13.2 |
1499 | 2024-11-21T18:48:22.757Z | Checking scopeguard v1.2.0 |
1500 | 2024-11-21T18:48:22.931Z | Compiling zerocopy v0.8.10 |
1501 | 2024-11-21T18:48:22.939Z | Checking dyn-clone v1.0.17 |
1502 | 2024-11-21T18:48:23.050Z | Compiling either v1.13.0 |
1503 | 2024-11-21T18:48:23.068Z | Compiling thiserror v1.0.69 |
1504 | 2024-11-21T18:48:23.483Z | Checking lazy_static v1.5.0 |
1505 | 2024-11-21T18:48:23.598Z | Compiling itertools v0.13.0 |
1506 | 2024-11-21T18:48:24.225Z | Checking getrandom v0.2.15 |
1507 | 2024-11-21T18:48:24.354Z | Checking ryu v1.0.18 |
1508 | 2024-11-21T18:48:24.438Z | Compiling toml_edit v0.19.15 |
1509 | 2024-11-21T18:48:24.585Z | Compiling schemars v0.8.21 |
1510 | 2024-11-21T18:48:24.734Z | Compiling regex-automata v0.4.9 |
1511 | 2024-11-21T18:48:24.990Z | Compiling heapless v0.8.0 |
1512 | 2024-11-21T18:48:25.911Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1513 | 2024-11-21T18:48:25.917Z | Checking pin-project-lite v0.2.15 |
1514 | 2024-11-21T18:48:26.259Z | Checking rand_core v0.6.4 |
1515 | 2024-11-21T18:48:26.303Z | Checking parking_lot v0.12.3 |
1516 | 2024-11-21T18:48:26.542Z | Checking mio v1.0.2 |
1517 | 2024-11-21T18:48:26.666Z | Checking socket2 v0.5.7 |
1518 | 2024-11-21T18:48:26.741Z | Checking signal-hook-registry v1.4.2 |
1519 | 2024-11-21T18:48:26.930Z | Checking hash32 v0.3.1 |
1520 | 2024-11-21T18:48:26.964Z | Checking foreign-types-shared v0.3.1 |
1521 | 2024-11-21T18:48:27.060Z | Compiling proc-macro-crate v1.3.1 |
1522 | 2024-11-21T18:48:27.075Z | Compiling slog v2.7.0 |
1523 | 2024-11-21T18:48:27.140Z | Compiling smoltcp v0.11.0 |
1524 | 2024-11-21T18:48:27.144Z | Checking stable_deref_trait v1.2.0 |
1525 | 2024-11-21T18:48:27.227Z | Checking bytes v1.8.0 |
1526 | 2024-11-21T18:48:27.572Z | Checking macaddr v1.0.1 |
1527 | 2024-11-21T18:48:27.965Z | Checking cstr-argument v0.1.2 |
1528 | 2024-11-21T18:48:28.008Z | Checking tracing-core v0.1.32 |
1529 | 2024-11-21T18:48:28.043Z | Compiling proc-macro-error-attr v1.0.4 |
1530 | 2024-11-21T18:48:28.137Z | Checking pretty-hex v0.2.1 |
1531 | 2024-11-21T18:48:28.290Z | Checking cobs v0.2.3 |
1532 | 2024-11-21T18:48:28.387Z | Checking managed v0.8.0 |
1533 | 2024-11-21T18:48:28.467Z | Compiling rustix v0.38.41 |
1534 | 2024-11-21T18:48:28.695Z | Checking bitflags v1.3.2 |
1535 | 2024-11-21T18:48:28.761Z | Compiling regex v1.11.1 |
1536 | 2024-11-21T18:48:29.178Z | Compiling darling_core v0.20.10 |
1537 | 2024-11-21T18:48:29.231Z | Compiling serde_derive_internals v0.29.1 |
1538 | 2024-11-21T18:48:29.873Z | Checking colored v2.1.0 |
1539 | 2024-11-21T18:48:30.346Z | Checking errno v0.3.9 |
1540 | 2024-11-21T18:48:30.514Z | Compiling proc-macro-error v1.0.4 |
1541 | 2024-11-21T18:48:30.529Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1542 | 2024-11-21T18:48:30.870Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1543 | 2024-11-21T18:48:30.929Z | Checking utf8parse v0.2.2 |
1544 | 2024-11-21T18:48:31.074Z | Checking winnow v0.6.20 |
1545 | 2024-11-21T18:48:31.088Z | Checking unicode-width v0.1.14 |
1546 | 2024-11-21T18:48:31.287Z | Compiling crossbeam-utils v0.8.20 |
1547 | 2024-11-21T18:48:31.557Z | Checking tabwriter v1.4.0 |
1548 | 2024-11-21T18:48:31.793Z | Checking anstyle-parse v0.2.6 |
1549 | 2024-11-21T18:48:32.176Z | Checking dirs-sys-next v0.1.2 |
1550 | 2024-11-21T18:48:32.352Z | Checking crc32fast v1.4.2 |
1551 | 2024-11-21T18:48:32.542Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1552 | 2024-11-21T18:48:32.550Z | Compiling num_enum_derive v0.5.11 |
1553 | 2024-11-21T18:48:32.796Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1554 | 2024-11-21T18:48:32.884Z | Checking anstyle v1.0.10 |
1555 | 2024-11-21T18:48:32.964Z | Checking powerfmt v0.2.0 |
1556 | 2024-11-21T18:48:33.232Z | Compiling time-core v0.1.2 |
1557 | 2024-11-21T18:48:33.265Z | Checking anstyle-query v1.1.2 |
1558 | 2024-11-21T18:48:33.382Z | Checking colorchoice v1.0.3 |
1559 | 2024-11-21T18:48:33.393Z | Checking is_terminal_polyfill v1.70.1 |
1560 | 2024-11-21T18:48:33.493Z | Compiling num-conv v0.1.0 |
1561 | 2024-11-21T18:48:33.500Z | Checking anstream v0.6.18 |
1562 | 2024-11-21T18:48:33.682Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1563 | 2024-11-21T18:48:33.779Z | Compiling time-macros v0.2.18 |
1564 | 2024-11-21T18:48:33.818Z | Checking deranged v0.3.11 |
1565 | 2024-11-21T18:48:33.878Z | Checking terminal_size v0.4.0 |
1566 | 2024-11-21T18:48:33.899Z | Compiling serde_derive v1.0.215 |
1567 | 2024-11-21T18:48:34.022Z | Compiling zerocopy-derive v0.7.35 |
1568 | 2024-11-21T18:48:34.092Z | Compiling thiserror-impl v1.0.69 |
1569 | 2024-11-21T18:48:34.138Z | Compiling zerocopy-derive v0.8.10 |
1570 | 2024-11-21T18:48:34.730Z | Compiling schemars_derive v0.8.21 |
1571 | 2024-11-21T18:48:34.811Z | Compiling darling_macro v0.20.10 |
1572 | 2024-11-21T18:48:35.581Z | Compiling foreign-types-macros v0.2.3 |
1573 | 2024-11-21T18:48:35.802Z | Compiling darling v0.20.10 |
1574 | 2024-11-21T18:48:35.907Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1575 | 2024-11-21T18:48:35.966Z | Checking zerocopy v0.7.35 |
1576 | 2024-11-21T18:48:36.535Z | Compiling tokio-macros v2.4.0 |
1577 | 2024-11-21T18:48:36.841Z | Checking foreign-types v0.5.0 |
1578 | 2024-11-21T18:48:36.937Z | Checking num_enum v0.5.11 |
1579 | 2024-11-21T18:48:37.014Z | Compiling tracing-attributes v0.1.27 |
1580 | 2024-11-21T18:48:37.072Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1581 | 2024-11-21T18:48:37.292Z | Checking ppv-lite86 v0.2.20 |
1582 | 2024-11-21T18:48:37.382Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1583 | 2024-11-21T18:48:37.547Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1584 | 2024-11-21T18:48:38.018Z | Checking tokio v1.41.1 |
1585 | 2024-11-21T18:48:38.141Z | Checking rand_chacha v0.3.1 |
1586 | 2024-11-21T18:48:38.520Z | Checking rand v0.8.5 |
1587 | 2024-11-21T18:48:38.807Z | Checking dirs-next v2.0.0 |
1588 | 2024-11-21T18:48:39.740Z | Checking thread_local v1.1.8 |
1589 | 2024-11-21T18:48:40.011Z | Checking clap_lex v0.7.3 |
1590 | 2024-11-21T18:48:40.019Z | Compiling slog-async v2.8.0 |
1591 | 2024-11-21T18:48:40.022Z | Compiling heck v0.5.0 |
1592 | 2024-11-21T18:48:40.185Z | Checking tracing v0.1.40 |
1593 | 2024-11-21T18:48:40.250Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1594 | 2024-11-21T18:48:40.485Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1595 | 2024-11-21T18:48:40.492Z | Compiling heck v0.4.1 |
1596 | 2024-11-21T18:48:40.897Z | Checking arc-swap v1.7.1 |
1597 | 2024-11-21T18:48:40.952Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1598 | 2024-11-21T18:48:41.009Z | Checking time v0.3.36 |
1599 | 2024-11-21T18:48:41.313Z | Checking clap_builder v4.5.21 |
1600 | 2024-11-21T18:48:41.321Z | Checking slog-scope v4.4.0 |
1601 | 2024-11-21T18:48:41.553Z | Compiling clap_derive v4.5.18 |
1602 | 2024-11-21T18:48:42.187Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1603 | 2024-11-21T18:48:42.322Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1604 | 2024-11-21T18:48:42.806Z | Checking crossbeam-channel v0.5.13 |
1605 | 2024-11-21T18:48:42.935Z | Checking term v0.7.0 |
1606 | 2024-11-21T18:48:43.217Z | Checking itertools v0.12.1 |
1607 | 2024-11-21T18:48:43.380Z | Checking is-terminal v0.4.13 |
1608 | 2024-11-21T18:48:43.490Z | Checking log v0.4.22 |
1609 | 2024-11-21T18:48:43.567Z | Checking take_mut v0.2.2 |
1610 | 2024-11-21T18:48:43.760Z | Checking slog-stdlog v4.1.1 |
1611 | 2024-11-21T18:48:43.918Z | Checking slog-term v2.9.1 |
1612 | 2024-11-21T18:48:45.214Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1613 | 2024-11-21T18:48:45.260Z | Checking clap v4.5.21 |
1614 | 2024-11-21T18:48:45.448Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1615 | 2024-11-21T18:48:45.559Z | Checking ipnetwork v0.20.0 |
1616 | 2024-11-21T18:48:45.562Z | Checking postcard v1.0.10 |
1617 | 2024-11-21T18:48:45.562Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1618 | 2024-11-21T18:48:45.562Z | Checking uuid v1.11.0 |
1619 | 2024-11-21T18:48:46.847Z | Checking slog-envlogger v2.2.0 |
1620 | 2024-11-21T18:48:47.050Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1621 | 2024-11-21T18:48:47.744Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1622 | 2024-11-21T18:48:49.021Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1623 | 2024-11-21T18:48:55.290Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1624 | 2024-11-21T18:48:57.697Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1625 | 2024-11-21T18:48:58.240Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1626 | 2024-11-21T18:48:58.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.83s |
1627 | 2024-11-21T18:48:58.746Z | + cargo build --test loopback |
1628 | 2024-11-21T18:48:59.064Z | Compiling cfg-if v1.0.0 |
1629 | 2024-11-21T18:48:59.064Z | Compiling memchr v2.7.4 |
1630 | 2024-11-21T18:48:59.064Z | Compiling once_cell v1.20.2 |
1631 | 2024-11-21T18:48:59.067Z | Compiling byteorder v1.5.0 |
1632 | 2024-11-21T18:48:59.067Z | Compiling libc v0.2.164 |
1633 | 2024-11-21T18:48:59.067Z | Compiling strsim v0.11.1 |
1634 | 2024-11-21T18:48:59.082Z | Compiling either v1.13.0 |
1635 | 2024-11-21T18:48:59.086Z | Compiling serde v1.0.215 |
1636 | 2024-11-21T18:48:59.138Z | Compiling itoa v1.0.11 |
1637 | 2024-11-21T18:48:59.335Z | Compiling regex-syntax v0.8.5 |
1638 | 2024-11-21T18:48:59.402Z | Compiling darling_core v0.20.10 |
1639 | 2024-11-21T18:48:59.476Z | Compiling bitflags v2.6.0 |
1640 | 2024-11-21T18:48:59.479Z | Compiling lazy_static v1.5.0 |
1641 | 2024-11-21T18:48:59.586Z | Compiling dyn-clone v1.0.17 |
1642 | 2024-11-21T18:48:59.789Z | Compiling smallvec v1.13.2 |
1643 | 2024-11-21T18:48:59.879Z | Compiling scopeguard v1.2.0 |
1644 | 2024-11-21T18:49:00.002Z | Compiling aho-corasick v1.1.3 |
1645 | 2024-11-21T18:49:00.071Z | Compiling lock_api v0.4.12 |
1646 | 2024-11-21T18:49:00.241Z | Compiling zerocopy v0.7.35 |
1647 | 2024-11-21T18:49:00.538Z | Compiling parking_lot_core v0.9.10 |
1648 | 2024-11-21T18:49:00.632Z | Compiling getrandom v0.2.15 |
1649 | 2024-11-21T18:49:00.852Z | Compiling proc-macro-crate v1.3.1 |
1650 | 2024-11-21T18:49:00.945Z | Compiling itertools v0.13.0 |
1651 | 2024-11-21T18:49:01.219Z | Compiling ryu v1.0.18 |
1652 | 2024-11-21T18:49:01.569Z | Compiling pin-project-lite v0.2.15 |
1653 | 2024-11-21T18:49:01.634Z | Compiling num_enum_derive v0.5.11 |
1654 | 2024-11-21T18:49:01.686Z | Compiling zerocopy v0.8.10 |
1655 | 2024-11-21T18:49:01.875Z | Compiling ppv-lite86 v0.2.20 |
1656 | 2024-11-21T18:49:02.750Z | Compiling thiserror v1.0.69 |
1657 | 2024-11-21T18:49:02.913Z | Compiling parking_lot v0.12.3 |
1658 | 2024-11-21T18:49:03.874Z | Compiling regex-automata v0.4.9 |
1659 | 2024-11-21T18:49:03.917Z | Compiling rand_core v0.6.4 |
1660 | 2024-11-21T18:49:04.204Z | Compiling mio v1.0.2 |
1661 | 2024-11-21T18:49:04.358Z | Compiling signal-hook-registry v1.4.2 |
1662 | 2024-11-21T18:49:05.172Z | Compiling darling_macro v0.20.10 |
1663 | 2024-11-21T18:49:05.270Z | Compiling ipnetwork v0.20.0 |
1664 | 2024-11-21T18:49:05.340Z | Compiling serde_json v1.0.133 |
1665 | 2024-11-21T18:49:05.354Z | Compiling socket2 v0.5.7 |
1666 | 2024-11-21T18:49:05.464Z | Compiling anyhow v1.0.93 |
1667 | 2024-11-21T18:49:05.915Z | Compiling hash32 v0.3.1 |
1668 | 2024-11-21T18:49:05.922Z | Compiling foreign-types-shared v0.3.1 |
1669 | 2024-11-21T18:49:06.021Z | Compiling stable_deref_trait v1.2.0 |
1670 | 2024-11-21T18:49:06.113Z | Compiling macaddr v1.0.1 |
1671 | 2024-11-21T18:49:06.120Z | Compiling bytes v1.8.0 |
1672 | 2024-11-21T18:49:06.179Z | Compiling darling v0.20.10 |
1673 | 2024-11-21T18:49:06.283Z | Compiling heapless v0.8.0 |
1674 | 2024-11-21T18:49:06.391Z | Compiling foreign-types v0.5.0 |
1675 | 2024-11-21T18:49:06.435Z | Compiling rand_chacha v0.3.1 |
1676 | 2024-11-21T18:49:06.474Z | Compiling num_enum v0.5.11 |
1677 | 2024-11-21T18:49:06.483Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2024-11-21T18:49:06.592Z | Compiling cstr-argument v0.1.2 |
1679 | 2024-11-21T18:49:06.614Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1680 | 2024-11-21T18:49:06.621Z | Compiling tracing-core v0.1.32 |
1681 | 2024-11-21T18:49:06.774Z | Compiling pretty-hex v0.2.1 |
1682 | 2024-11-21T18:49:06.847Z | Compiling managed v0.8.0 |
1683 | 2024-11-21T18:49:06.939Z | Compiling tokio v1.41.1 |
1684 | 2024-11-21T18:49:07.291Z | Compiling schemars v0.8.21 |
1685 | 2024-11-21T18:49:07.317Z | Compiling bitflags v1.3.2 |
1686 | 2024-11-21T18:49:07.404Z | Compiling cobs v0.2.3 |
1687 | 2024-11-21T18:49:07.430Z | Compiling smoltcp v0.11.0 |
1688 | 2024-11-21T18:49:07.624Z | Compiling postcard v1.0.10 |
1689 | 2024-11-21T18:49:07.698Z | Compiling tracing v0.1.40 |
1690 | 2024-11-21T18:49:08.179Z | Compiling regex v1.11.1 |
1691 | 2024-11-21T18:49:08.201Z | Compiling rand v0.8.5 |
1692 | 2024-11-21T18:49:08.303Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1693 | 2024-11-21T18:49:08.446Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1694 | 2024-11-21T18:49:08.448Z | Compiling slog v2.7.0 |
1695 | 2024-11-21T18:49:09.109Z | Compiling errno v0.3.9 |
1696 | 2024-11-21T18:49:09.211Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1697 | 2024-11-21T18:49:09.345Z | Compiling colored v2.1.0 |
1698 | 2024-11-21T18:49:09.397Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1699 | 2024-11-21T18:49:09.756Z | Compiling unicode-width v0.1.14 |
1700 | 2024-11-21T18:49:09.799Z | Compiling utf8parse v0.2.2 |
1701 | 2024-11-21T18:49:09.953Z | Compiling winnow v0.6.20 |
1702 | 2024-11-21T18:49:10.141Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1703 | 2024-11-21T18:49:10.169Z | Compiling anstyle-parse v0.2.6 |
1704 | 2024-11-21T18:49:10.260Z | Compiling tabwriter v1.4.0 |
1705 | 2024-11-21T18:49:10.381Z | Compiling rustix v0.38.41 |
1706 | 2024-11-21T18:49:10.504Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1707 | 2024-11-21T18:49:10.807Z | Compiling dirs-sys-next v0.1.2 |
1708 | 2024-11-21T18:49:11.537Z | Compiling crc32fast v1.4.2 |
1709 | 2024-11-21T18:49:11.809Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1710 | 2024-11-21T18:49:11.816Z | Compiling num-conv v0.1.0 |
1711 | 2024-11-21T18:49:12.047Z | Compiling anstyle-query v1.1.2 |
1712 | 2024-11-21T18:49:12.090Z | Compiling anstyle v1.0.10 |
1713 | 2024-11-21T18:49:12.179Z | Compiling colorchoice v1.0.3 |
1714 | 2024-11-21T18:49:12.336Z | Compiling is_terminal_polyfill v1.70.1 |
1715 | 2024-11-21T18:49:12.443Z | Compiling powerfmt v0.2.0 |
1716 | 2024-11-21T18:49:12.527Z | Compiling time-core v0.1.2 |
1717 | 2024-11-21T18:49:12.656Z | Compiling anstream v0.6.18 |
1718 | 2024-11-21T18:49:12.700Z | Compiling time-macros v0.2.18 |
1719 | 2024-11-21T18:49:12.833Z | Compiling deranged v0.3.11 |
1720 | 2024-11-21T18:49:12.909Z | Compiling terminal_size v0.4.0 |
1721 | 2024-11-21T18:49:13.124Z | Compiling dirs-next v2.0.0 |
1722 | 2024-11-21T18:49:13.321Z | Compiling crossbeam-utils v0.8.20 |
1723 | 2024-11-21T18:49:13.493Z | Compiling uuid v1.11.0 |
1724 | 2024-11-21T18:49:13.789Z | Compiling thread_local v1.1.8 |
1725 | 2024-11-21T18:49:13.814Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1726 | 2024-11-21T18:49:13.880Z | Compiling clap_lex v0.7.3 |
1727 | 2024-11-21T18:49:14.227Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1728 | 2024-11-21T18:49:14.402Z | Compiling arc-swap v1.7.1 |
1729 | 2024-11-21T18:49:14.420Z | Compiling clap_builder v4.5.21 |
1730 | 2024-11-21T18:49:14.569Z | Compiling crossbeam-channel v0.5.13 |
1731 | 2024-11-21T18:49:14.702Z | Compiling term v0.7.0 |
1732 | 2024-11-21T18:49:14.709Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1733 | 2024-11-21T18:49:15.035Z | Compiling slog-scope v4.4.0 |
1734 | 2024-11-21T18:49:15.544Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1735 | 2024-11-21T18:49:15.590Z | Compiling is-terminal v0.4.13 |
1736 | 2024-11-21T18:49:15.595Z | Compiling time v0.3.36 |
1737 | 2024-11-21T18:49:15.698Z | Compiling itertools v0.12.1 |
1738 | 2024-11-21T18:49:15.731Z | Compiling take_mut v0.2.2 |
1739 | 2024-11-21T18:49:15.871Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1740 | 2024-11-21T18:49:15.920Z | Compiling log v0.4.22 |
1741 | 2024-11-21T18:49:16.377Z | Compiling slog-stdlog v4.1.1 |
1742 | 2024-11-21T18:49:16.393Z | Compiling slog-async v2.8.0 |
1743 | 2024-11-21T18:49:16.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1744 | 2024-11-21T18:49:17.708Z | Compiling slog-term v2.9.1 |
1745 | 2024-11-21T18:49:18.903Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1746 | 2024-11-21T18:49:18.982Z | Compiling clap v4.5.21 |
1747 | 2024-11-21T18:49:19.110Z | Compiling slog-envlogger v2.2.0 |
1748 | 2024-11-21T18:49:19.838Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1749 | 2024-11-21T18:49:20.791Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1750 | 2024-11-21T18:49:21.461Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1751 | 2024-11-21T18:49:22.925Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1752 | 2024-11-21T18:49:29.142Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1753 | 2024-11-21T18:49:31.254Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1754 | 2024-11-21T18:49:31.872Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1755 | 2024-11-21T18:49:35.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.13s |
1756 | 2024-11-21T18:49:35.981Z | ++ cargo build -q --test loopback --message-format=json |
1757 | 2024-11-21T18:49:35.983Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1758 | 2024-11-21T18:49:37.144Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-5f6dcc757b0ebc64 |
1759 | 2024-11-21T18:49:37.147Z | + mkdir -p /work/test |
1760 | 2024-11-21T18:49:37.147Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-5f6dcc757b0ebc64 /work/test/loopback |
1761 | 2024-11-21T18:49:37.207Z | process exited: duration 311933 ms, exit code 0 |
|
1762 | 2024-11-21T18:49:37.225Z | found 10 output files |
1763 | 2024-11-21T18:49:37.225Z | uploading: /work/debug/xde.dbg (66195488 bytes) |
1764 | 2024-11-21T18:49:39.359Z | uploaded: /work/debug/xde.dbg |
1765 | 2024-11-21T18:49:39.363Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1766 | 2024-11-21T18:49:40.370Z | uploaded: /work/debug/xde.dbg.sha256 |
1767 | 2024-11-21T18:49:40.373Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1768 | 2024-11-21T18:49:41.378Z | uploaded: /work/debug/xde_link.dbg.so |
1769 | 2024-11-21T18:49:41.382Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1770 | 2024-11-21T18:49:42.386Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1771 | 2024-11-21T18:49:42.398Z | uploading: /work/release/xde (40148912 bytes) |
1772 | 2024-11-21T18:49:43.972Z | uploaded: /work/release/xde |
1773 | 2024-11-21T18:49:43.974Z | uploading: /work/release/xde.sha256 (84 bytes) |
1774 | 2024-11-21T18:49:44.979Z | uploaded: /work/release/xde.sha256 |
1775 | 2024-11-21T18:49:44.982Z | uploading: /work/release/xde_link.so (28092 bytes) |
1776 | 2024-11-21T18:49:45.989Z | uploaded: /work/release/xde_link.so |
1777 | 2024-11-21T18:49:45.991Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1778 | 2024-11-21T18:49:46.997Z | uploaded: /work/release/xde_link.so.sha256 |
1779 | 2024-11-21T18:49:47.000Z | uploading: /work/test/loopback (62197936 bytes) |
1780 | 2024-11-21T18:49:48.892Z | uploaded: /work/test/loopback |
1781 | 2024-11-21T18:49:48.896Z | uploading: /work/xde.conf (79 bytes) |
1782 | 2024-11-21T18:49:49.900Z | uploaded: /work/xde.conf |