|
|
|
1 | 2025-02-10T17:22:24.935Z | job assigned to worker 01JKRE2NK8AG6T27H99SDTCDBD [factory aws, i-077541a8e96203995] (queued for 1 m 1 s) |
|
2 | 2025-02-10T17:22:32.923Z | starting task 0: "setup" |
3 | 2025-02-10T17:22:32.931Z | ++ uname -s |
4 | 2025-02-10T17:22:32.934Z | + kern=SunOS |
5 | 2025-02-10T17:22:32.934Z | + build_user=build |
6 | 2025-02-10T17:22:32.934Z | + build_uid=12345 |
7 | 2025-02-10T17:22:32.934Z | + work_dir=/work |
8 | 2025-02-10T17:22:32.934Z | + input_dir=/input |
9 | 2025-02-10T17:22:32.934Z | + [[ 0 == 12345 ]] |
10 | 2025-02-10T17:22:32.934Z | + case "$kern" in |
11 | 2025-02-10T17:22:32.934Z | + groupadd -g 12345 build |
12 | 2025-02-10T17:22:32.936Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-10T17:22:34.944Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-10T17:22:35.066Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-10T17:22:35.068Z | + home_fs=zfs |
16 | 2025-02-10T17:22:35.068Z | + [[ zfs == autofs ]] |
17 | 2025-02-10T17:22:35.069Z | + mkdir -p /home/build |
18 | 2025-02-10T17:22:35.071Z | + chown build:build /home/build /work |
19 | 2025-02-10T17:22:37.072Z | + chmod 0700 /home/build /work |
20 | 2025-02-10T17:22:37.075Z | process exited: duration 4150 ms, exit code 0 |
|
21 | 2025-02-10T17:22:37.081Z | starting task 1: "rust-toolchain" |
22 | 2025-02-10T17:22:37.086Z | + printf ' * rust toolchain channel = "%s"\n' nightly-2024-11-18 |
23 | 2025-02-10T17:22:37.086Z | * rust toolchain channel = "nightly-2024-11-18" |
24 | 2025-02-10T17:22:37.089Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-10T17:22:37.089Z | * rust toolchain profile = "default" |
26 | 2025-02-10T17:22:37.089Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-10T17:22:37.089Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-10T17:22:37.089Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-10T17:22:37.089Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
30 | 2025-02-10T17:22:37.196Z | info: downloading installer |
31 | 2025-02-10T17:22:38.313Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-10T17:22:38.313Z | warning: /opt/ooce/bin |
33 | 2025-02-10T17:22:38.314Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-10T17:22:38.314Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-10T17:22:38.314Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-10T17:22:38.314Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-10T17:22:38.314Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-10T17:22:38.314Z | error: cannot install while Rust is installed |
39 | 2025-02-10T17:22:38.314Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-10T17:22:38.326Z | info: profile set to 'default' |
41 | 2025-02-10T17:22:38.326Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-10T17:22:38.329Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-02-10T17:22:38.468Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
44 | 2025-02-10T17:22:38.468Z | info: downloading component 'cargo' |
45 | 2025-02-10T17:22:39.201Z | info: downloading component 'clippy' |
46 | 2025-02-10T17:22:39.482Z | info: downloading component 'rust-docs' |
47 | 2025-02-10T17:22:40.480Z | info: downloading component 'rust-std' |
48 | 2025-02-10T17:22:42.094Z | info: downloading component 'rustc' |
49 | 2025-02-10T17:22:47.962Z | info: downloading component 'rustfmt' |
50 | 2025-02-10T17:22:48.188Z | info: installing component 'cargo' |
51 | 2025-02-10T17:22:49.006Z | info: installing component 'clippy' |
52 | 2025-02-10T17:22:49.382Z | info: installing component 'rust-docs' |
53 | 2025-02-10T17:22:51.056Z | info: installing component 'rust-std' |
54 | 2025-02-10T17:22:52.873Z | info: installing component 'rustc' |
55 | 2025-02-10T17:22:58.850Z | info: installing component 'rustfmt' |
56 | 2025-02-10T17:22:59.177Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
57 | 2025-02-10T17:22:59.177Z | |
58 | 2025-02-10T17:22:59.575Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
59 | 2025-02-10T17:22:59.575Z | |
60 | 2025-02-10T17:22:59.575Z | |
61 | 2025-02-10T17:22:59.575Z | Rust is installed now. Great! |
62 | 2025-02-10T17:22:59.575Z | |
63 | 2025-02-10T17:22:59.575Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-10T17:22:59.575Z | environment variable. This has not been done automatically. |
65 | 2025-02-10T17:22:59.575Z | |
66 | 2025-02-10T17:22:59.575Z | To configure your current shell, you need to source |
67 | 2025-02-10T17:22:59.575Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-10T17:22:59.576Z | |
69 | 2025-02-10T17:22:59.576Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-10T17:22:59.576Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-10T17:22:59.576Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-10T17:22:59.684Z | + rustup --version |
73 | 2025-02-10T17:22:59.694Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-10T17:22:59.694Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-10T17:22:59.799Z | info: The currently active `rustc` version is `rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)` |
76 | 2025-02-10T17:22:59.802Z | + cargo --version |
77 | 2025-02-10T17:22:59.860Z | cargo 1.84.0-nightly (69e595908 2024-11-16) |
78 | 2025-02-10T17:22:59.863Z | + rustc --version |
79 | 2025-02-10T17:22:59.925Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
80 | 2025-02-10T17:22:59.928Z | process exited: duration 22843 ms, exit code 0 |
|
81 | 2025-02-10T17:22:59.934Z | starting task 2: "authentication" |
82 | 2025-02-10T17:22:59.955Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-10T17:22:59.960Z | starting task 3: "clone repository" |
84 | 2025-02-10T17:22:59.965Z | + mkdir -p /work/oxidecomputer/opte |
85 | 2025-02-10T17:22:59.968Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
86 | 2025-02-10T17:23:00.010Z | Cloning into '/work/oxidecomputer/opte'... |
87 | 2025-02-10T17:23:00.868Z | + cd /work/oxidecomputer/opte |
88 | 2025-02-10T17:23:00.868Z | + git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73 |
89 | 2025-02-10T17:23:01.172Z | From https://github.com/oxidecomputer/opte |
90 | 2025-02-10T17:23:01.172Z | * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD |
91 | 2025-02-10T17:23:01.180Z | + [[ -n ingot-and-offload ]] |
92 | 2025-02-10T17:23:01.183Z | ++ git branch --show-current |
93 | 2025-02-10T17:23:01.185Z | + current=master |
94 | 2025-02-10T17:23:01.185Z | + [[ master != ingot-and-offload ]] |
95 | 2025-02-10T17:23:01.185Z | + git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73 |
96 | 2025-02-10T17:23:01.188Z | + git checkout -f ingot-and-offload |
97 | 2025-02-10T17:23:01.210Z | Switched to branch 'ingot-and-offload' |
98 | 2025-02-10T17:23:01.213Z | + git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73 |
99 | 2025-02-10T17:23:01.232Z | HEAD is now at 9345439 Whelp, these flags moved about. |
100 | 2025-02-10T17:23:01.235Z | process exited: duration 1272 ms, exit code 0 |
|
101 | 2025-02-10T17:23:01.243Z | starting task 4: "build" |
102 | 2025-02-10T17:23:01.246Z | + TGT_BASE=/work |
103 | 2025-02-10T17:23:01.246Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
104 | 2025-02-10T17:23:01.246Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
105 | 2025-02-10T17:23:01.246Z | + DBG_TGT=/work/debug |
106 | 2025-02-10T17:23:01.246Z | + REL_SRC=target/x86_64-unknown-unknown/release |
107 | 2025-02-10T17:23:01.246Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
108 | 2025-02-10T17:23:01.246Z | + REL_TGT=/work/release |
109 | 2025-02-10T17:23:01.246Z | + mkdir -p /work/debug /work/release |
110 | 2025-02-10T17:23:01.248Z | + cargo --version |
111 | 2025-02-10T17:23:01.253Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
112 | 2025-02-10T17:23:01.415Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
113 | 2025-02-10T17:23:01.415Z | info: downloading component 'cargo' |
114 | 2025-02-10T17:23:02.289Z | info: downloading component 'clippy' |
115 | 2025-02-10T17:23:02.650Z | info: downloading component 'rust-docs' |
116 | 2025-02-10T17:23:03.848Z | info: downloading component 'rust-std' |
117 | 2025-02-10T17:23:05.628Z | info: downloading component 'rustc' |
118 | 2025-02-10T17:23:12.444Z | info: downloading component 'rustfmt' |
119 | 2025-02-10T17:23:12.699Z | info: installing component 'cargo' |
120 | 2025-02-10T17:23:13.521Z | info: installing component 'clippy' |
121 | 2025-02-10T17:23:13.901Z | info: installing component 'rust-docs' |
122 | 2025-02-10T17:23:15.530Z | info: installing component 'rust-std' |
123 | 2025-02-10T17:23:17.238Z | info: installing component 'rustc' |
124 | 2025-02-10T17:23:23.203Z | info: installing component 'rustfmt' |
125 | 2025-02-10T17:23:23.660Z | cargo 1.84.0 (66221abde 2024-11-19) |
126 | 2025-02-10T17:23:23.664Z | + rustc --version |
127 | 2025-02-10T17:23:23.741Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
128 | 2025-02-10T17:23:23.746Z | + install_pkg jq |
129 | 2025-02-10T17:23:23.748Z | + set +o errexit |
130 | 2025-02-10T17:23:23.748Z | + pfexec pkg install jq |
131 | 2025-02-10T17:23:31.473Z | Startup: Refreshing catalog 'helios-dev' ... Done |
132 | 2025-02-10T17:23:35.607Z | Startup: Caching catalogs ... Done |
133 | 2025-02-10T17:23:47.538Z | Planning: Solver setup ... Done |
134 | 2025-02-10T17:23:47.691Z | Planning: Running solver ... Done |
135 | 2025-02-10T17:23:47.802Z | Planning: Consolidating action changes ... Done |
136 | 2025-02-10T17:23:47.805Z | Planning: Evaluating mediators ... Done |
137 | 2025-02-10T17:23:47.805Z | Planning: Planning completed in 12.09 seconds |
138 | 2025-02-10T17:23:47.828Z | No updates necessary for this image. |
139 | 2025-02-10T17:23:48.578Z | + exit_code=4 |
140 | 2025-02-10T17:23:48.578Z | + [[ 4 -ne 0 ]] |
141 | 2025-02-10T17:23:48.581Z | + [[ 4 -ne 4 ]] |
142 | 2025-02-10T17:23:48.581Z | + set -o errexit |
143 | 2025-02-10T17:23:48.581Z | + pushd xde |
144 | 2025-02-10T17:23:48.581Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
145 | 2025-02-10T17:23:48.581Z | + cp xde.conf /work/xde.conf |
146 | 2025-02-10T17:23:48.581Z | + header 'check style' |
147 | 2025-02-10T17:23:48.581Z | + echo '# ==== check style ==== #' |
148 | 2025-02-10T17:23:48.581Z | # ==== check style ==== # |
149 | 2025-02-10T17:23:48.581Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
150 | 2025-02-10T17:23:48.951Z | |
151 | 2025-02-10T17:23:48.951Z | real 0.365293621 |
152 | 2025-02-10T17:23:48.951Z | user 0.262230154 |
153 | 2025-02-10T17:23:48.951Z | sys 0.092921733 |
154 | 2025-02-10T17:23:48.951Z | trap 0.000039222 |
155 | 2025-02-10T17:23:48.951Z | tflt 0.000000000 |
156 | 2025-02-10T17:23:48.951Z | dflt 0.000000000 |
157 | 2025-02-10T17:23:48.951Z | kflt 0.000000000 |
158 | 2025-02-10T17:23:48.953Z | lock 0.000000000 |
159 | 2025-02-10T17:23:48.954Z | slp 0.289218891 |
160 | 2025-02-10T17:23:48.954Z | lat 0.000288897 |
161 | 2025-02-10T17:23:48.954Z | stop 0.000131140 |
162 | 2025-02-10T17:23:48.954Z | + header analyze |
163 | 2025-02-10T17:23:48.954Z | + echo '# ==== analyze ==== #' |
164 | 2025-02-10T17:23:48.954Z | # ==== analyze ==== # |
165 | 2025-02-10T17:23:48.954Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
166 | 2025-02-10T17:23:49.078Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
167 | 2025-02-10T17:23:49.258Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
168 | 2025-02-10T17:23:49.279Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
169 | 2025-02-10T17:23:49.279Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
170 | 2025-02-10T17:23:49.282Z | info: downloading component 'rust-src' |
171 | 2025-02-10T17:23:49.494Z | info: installing component 'rust-src' |
172 | 2025-02-10T17:23:50.116Z | Updating crates.io index |
173 | 2025-02-10T17:23:50.118Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
174 | 2025-02-10T17:23:50.933Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
175 | 2025-02-10T17:23:51.213Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
176 | 2025-02-10T17:23:51.494Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
177 | 2025-02-10T17:23:51.867Z | Updating git repository `https://github.com/oxidecomputer/zone` |
178 | 2025-02-10T17:23:52.152Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
179 | 2025-02-10T17:23:52.432Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
180 | 2025-02-10T17:23:52.685Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
181 | 2025-02-10T17:23:52.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
182 | 2025-02-10T17:23:53.757Z | Downloading crates ... |
183 | 2025-02-10T17:23:53.836Z | Downloaded darling_core v0.20.10 |
184 | 2025-02-10T17:23:53.841Z | Downloaded byteorder v1.5.0 |
185 | 2025-02-10T17:23:53.843Z | Downloaded bitflags v1.3.2 |
186 | 2025-02-10T17:23:53.846Z | Downloaded cobs v0.2.3 |
187 | 2025-02-10T17:23:53.848Z | Downloaded cfg-if v1.0.0 |
188 | 2025-02-10T17:23:53.856Z | Downloaded aho-corasick v1.1.3 |
189 | 2025-02-10T17:23:53.862Z | Downloaded serde_derive v1.0.217 |
190 | 2025-02-10T17:23:53.874Z | Downloaded proc-macro2 v1.0.93 |
191 | 2025-02-10T17:23:53.888Z | Downloaded crc32fast v1.4.2 |
192 | 2025-02-10T17:23:53.896Z | Downloaded darling_macro v0.20.10 |
193 | 2025-02-10T17:23:53.899Z | Downloaded stable_deref_trait v1.2.0 |
194 | 2025-02-10T17:23:53.899Z | Downloaded thiserror-impl v2.0.11 |
195 | 2025-02-10T17:23:53.910Z | Downloaded strsim v0.11.1 |
196 | 2025-02-10T17:23:53.912Z | Downloaded ident_case v1.0.1 |
197 | 2025-02-10T17:23:53.912Z | Downloaded either v1.13.0 |
198 | 2025-02-10T17:23:53.915Z | Downloaded version_check v0.9.5 |
199 | 2025-02-10T17:23:53.927Z | Downloaded hash32 v0.3.1 |
200 | 2025-02-10T17:23:53.930Z | Downloaded defmt-macros v0.4.0 |
201 | 2025-02-10T17:23:53.936Z | Downloaded thiserror v2.0.11 |
202 | 2025-02-10T17:23:53.941Z | Downloaded proc-macro-error-attr2 v2.0.0 |
203 | 2025-02-10T17:23:53.943Z | Downloaded macaddr v1.0.1 |
204 | 2025-02-10T17:23:53.944Z | Downloaded fnv v1.0.7 |
205 | 2025-02-10T17:23:53.946Z | Downloaded embedded-io v0.6.1 |
206 | 2025-02-10T17:23:53.946Z | Downloaded dyn-clone v1.0.17 |
207 | 2025-02-10T17:23:53.949Z | Downloaded quote v1.0.38 |
208 | 2025-02-10T17:23:53.951Z | Downloaded uuid v1.12.0 |
209 | 2025-02-10T17:23:53.954Z | Downloaded postcard v1.1.1 |
210 | 2025-02-10T17:23:53.956Z | Downloaded proc-macro-error2 v2.0.1 |
211 | 2025-02-10T17:23:53.959Z | Downloaded darling v0.20.10 |
212 | 2025-02-10T17:23:53.961Z | Downloaded unicode-ident v1.0.14 |
213 | 2025-02-10T17:23:53.964Z | Downloaded defmt-parser v0.4.1 |
214 | 2025-02-10T17:23:53.966Z | Downloaded bitflags v2.8.0 |
215 | 2025-02-10T17:23:53.969Z | Downloaded embedded-io v0.4.0 |
216 | 2025-02-10T17:23:53.971Z | Downloaded defmt v0.3.10 |
217 | 2025-02-10T17:23:53.974Z | Downloaded managed v0.8.0 |
218 | 2025-02-10T17:23:53.988Z | Downloaded heapless v0.8.0 |
219 | 2025-02-10T17:23:53.991Z | Downloaded serde v1.0.217 |
220 | 2025-02-10T17:23:53.996Z | Downloaded zerocopy-derive v0.8.14 |
221 | 2025-02-10T17:23:54.002Z | Downloaded memchr v2.7.4 |
222 | 2025-02-10T17:23:54.031Z | Downloaded itertools v0.14.0 |
223 | 2025-02-10T17:23:54.038Z | Downloaded itertools v0.13.0 |
224 | 2025-02-10T17:23:54.061Z | Downloaded regex v1.11.1 |
225 | 2025-02-10T17:23:54.073Z | Downloaded zerocopy v0.8.14 |
226 | 2025-02-10T17:23:54.095Z | Downloaded syn v2.0.96 |
227 | 2025-02-10T17:23:54.114Z | Downloaded smoltcp v0.11.0 |
228 | 2025-02-10T17:23:54.125Z | Downloaded regex-syntax v0.8.5 |
229 | 2025-02-10T17:23:54.132Z | Downloaded regex-automata v0.4.9 |
230 | 2025-02-10T17:23:54.153Z | Updating crates.io index |
231 | 2025-02-10T17:23:54.215Z | Downloading crates ... |
232 | 2025-02-10T17:23:54.269Z | Downloaded addr2line v0.22.0 |
233 | 2025-02-10T17:23:54.275Z | Downloaded getopts v0.2.21 |
234 | 2025-02-10T17:23:54.277Z | Downloaded adler v1.0.2 |
235 | 2025-02-10T17:23:54.298Z | Downloaded allocator-api2 v0.2.18 |
236 | 2025-02-10T17:23:54.305Z | Downloaded rustc-demangle v0.1.24 |
237 | 2025-02-10T17:23:54.308Z | Downloaded miniz_oxide v0.7.4 |
238 | 2025-02-10T17:23:54.349Z | Downloaded hashbrown v0.15.0 |
239 | 2025-02-10T17:23:54.377Z | Downloaded compiler_builtins v0.1.138 |
240 | 2025-02-10T17:23:54.409Z | Downloaded gimli v0.29.0 |
241 | 2025-02-10T17:23:54.416Z | Downloaded unicode-width v0.1.14 |
242 | 2025-02-10T17:23:54.422Z | Downloaded object v0.36.5 |
243 | 2025-02-10T17:23:54.451Z | Downloaded libc v0.2.161 |
244 | 2025-02-10T17:23:54.606Z | Compiling compiler_builtins v0.1.138 |
245 | 2025-02-10T17:23:54.608Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
246 | 2025-02-10T17:23:54.608Z | Compiling proc-macro2 v1.0.93 |
247 | 2025-02-10T17:23:54.608Z | Compiling unicode-ident v1.0.14 |
248 | 2025-02-10T17:23:54.608Z | Compiling fnv v1.0.7 |
249 | 2025-02-10T17:23:54.609Z | Compiling strsim v0.11.1 |
250 | 2025-02-10T17:23:54.620Z | Compiling ident_case v1.0.1 |
251 | 2025-02-10T17:23:54.622Z | Compiling serde v1.0.217 |
252 | 2025-02-10T17:23:54.776Z | Compiling memchr v2.7.4 |
253 | 2025-02-10T17:23:54.819Z | Compiling regex-syntax v0.8.5 |
254 | 2025-02-10T17:23:54.829Z | Compiling zerocopy v0.8.14 |
255 | 2025-02-10T17:23:55.338Z | Compiling either v1.13.0 |
256 | 2025-02-10T17:23:55.480Z | Compiling heapless v0.8.0 |
257 | 2025-02-10T17:23:55.724Z | Compiling aho-corasick v1.1.3 |
258 | 2025-02-10T17:23:55.843Z | Compiling itertools v0.13.0 |
259 | 2025-02-10T17:23:55.886Z | Compiling smoltcp v0.11.0 |
260 | 2025-02-10T17:23:56.376Z | Compiling quote v1.0.38 |
261 | 2025-02-10T17:23:56.401Z | Compiling version_check v0.9.5 |
262 | 2025-02-10T17:23:56.867Z | Compiling syn v2.0.96 |
263 | 2025-02-10T17:23:57.143Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
264 | 2025-02-10T17:23:58.269Z | Compiling regex-automata v0.4.9 |
265 | 2025-02-10T17:24:01.126Z | Compiling regex v1.11.1 |
266 | 2025-02-10T17:24:01.804Z | Compiling darling_core v0.20.10 |
267 | 2025-02-10T17:24:03.866Z | Compiling serde_derive v1.0.217 |
268 | 2025-02-10T17:24:03.866Z | Compiling zerocopy-derive v0.8.14 |
269 | 2025-02-10T17:24:03.869Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
270 | 2025-02-10T17:24:05.613Z | Compiling darling_macro v0.20.10 |
271 | 2025-02-10T17:24:06.772Z | Compiling darling v0.20.10 |
272 | 2025-02-10T17:24:06.852Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
273 | 2025-02-10T17:24:06.852Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
274 | 2025-02-10T17:24:13.983Z | 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) |
275 | 2025-02-10T17:24:14.731Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
276 | 2025-02-10T17:24:17.289Z | Checking byteorder v1.5.0 |
277 | 2025-02-10T17:24:17.289Z | Checking cfg-if v1.0.0 |
278 | 2025-02-10T17:24:17.293Z | Checking stable_deref_trait v1.2.0 |
279 | 2025-02-10T17:24:17.293Z | Checking macaddr v1.0.1 |
280 | 2025-02-10T17:24:17.293Z | Checking managed v0.8.0 |
281 | 2025-02-10T17:24:17.293Z | Checking cobs v0.2.3 |
282 | 2025-02-10T17:24:17.365Z | Checking bitflags v1.3.2 |
283 | 2025-02-10T17:24:17.445Z | Checking crc32fast v1.4.2 |
284 | 2025-02-10T17:24:17.471Z | Checking dyn-clone v1.0.17 |
285 | 2025-02-10T17:24:17.538Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
286 | 2025-02-10T17:24:17.596Z | Checking hash32 v0.3.1 |
287 | 2025-02-10T17:24:17.686Z | Checking itertools v0.14.0 |
288 | 2025-02-10T17:24:19.280Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
289 | 2025-02-10T17:24:20.220Z | Checking bitflags v2.8.0 |
290 | 2025-02-10T17:24:20.220Z | Checking postcard v1.1.1 |
291 | 2025-02-10T17:24:20.223Z | Checking uuid v1.12.0 |
292 | 2025-02-10T17:24:20.387Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
293 | 2025-02-10T17:24:20.387Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
294 | 2025-02-10T17:24:21.626Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
295 | 2025-02-10T17:24:23.185Z | warning: unused import: `illumos_sys_hdrs::mac::MacEtherOffloadFlags` |
296 | 2025-02-10T17:24:23.185Z | --> lib/opte/src/ddi/mblk.rs:32:5 |
297 | 2025-02-10T17:24:23.185Z | | |
298 | 2025-02-10T17:24:23.185Z | 32 | use illumos_sys_hdrs::mac::MacEtherOffloadFlags; |
299 | 2025-02-10T17:24:23.185Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
300 | 2025-02-10T17:24:23.185Z | | |
301 | 2025-02-10T17:24:23.185Z | = note: `#[warn(unused_imports)]` on by default |
302 | 2025-02-10T17:24:23.185Z | |
303 | 2025-02-10T17:24:26.696Z | warning: this returns a `Result<_, ()>` |
304 | 2025-02-10T17:24:26.696Z | --> lib/opte/src/ddi/mblk.rs:776:5 |
305 | 2025-02-10T17:24:26.696Z | | |
306 | 2025-02-10T17:24:26.696Z | 776 | / pub fn fill_offload_info( |
307 | 2025-02-10T17:24:26.696Z | 777 | | &mut self, |
308 | 2025-02-10T17:24:26.696Z | 778 | | outer_meoi: &mac_ether_offload_info_t, |
309 | 2025-02-10T17:24:26.696Z | 779 | | inner_meoi: Option<&mac_ether_offload_info_t>, |
310 | 2025-02-10T17:24:26.696Z | 780 | | ) -> Result<(), ()> { |
311 | 2025-02-10T17:24:26.696Z | | |_______________________^ |
312 | 2025-02-10T17:24:26.696Z | | |
313 | 2025-02-10T17:24:26.696Z | = help: use a custom `Error` type instead |
314 | 2025-02-10T17:24:26.696Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
315 | 2025-02-10T17:24:26.696Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
316 | 2025-02-10T17:24:26.696Z | |
317 | 2025-02-10T17:24:27.643Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
318 | 2025-02-10T17:24:27.643Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
319 | 2025-02-10T17:24:27.643Z | | |
320 | 2025-02-10T17:24:27.643Z | 103 | / self.get(Self::INTERNAL_TARGET) |
321 | 2025-02-10T17:24:27.643Z | 104 | | .and_then(|v| Some(v == "1")) |
322 | 2025-02-10T17:24:27.643Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
323 | 2025-02-10T17:24:27.644Z | | |
324 | 2025-02-10T17:24:27.644Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
325 | 2025-02-10T17:24:27.644Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
326 | 2025-02-10T17:24:27.644Z | |
327 | 2025-02-10T17:24:28.406Z | warning: `opte` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p opte` to apply 2 suggestions) |
328 | 2025-02-10T17:24:28.409Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
329 | 2025-02-10T17:24:30.361Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
330 | 2025-02-10T17:24:30.866Z | warning: unused import: `crate::mac::TunnelTcpLsoFlags` |
331 | 2025-02-10T17:24:30.866Z | --> xde/src/xde.rs:37:5 |
332 | 2025-02-10T17:24:30.866Z | | |
333 | 2025-02-10T17:24:30.866Z | 37 | use crate::mac::TunnelTcpLsoFlags; |
334 | 2025-02-10T17:24:30.866Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
335 | 2025-02-10T17:24:30.866Z | | |
336 | 2025-02-10T17:24:30.866Z | = note: `#[warn(unused_imports)]` on by default |
337 | 2025-02-10T17:24:30.866Z | |
338 | 2025-02-10T17:24:30.869Z | warning: this `if` statement can be collapsed |
339 | 2025-02-10T17:24:30.869Z | --> xde/src/xde.rs:296:9 |
340 | 2025-02-10T17:24:30.869Z | | |
341 | 2025-02-10T17:24:30.869Z | 296 | / if self.lso_state.lso_flags.contains(TcpLsoFlags::TUNNEL_TCP) { |
342 | 2025-02-10T17:24:30.869Z | 297 | | if self |
343 | 2025-02-10T17:24:30.869Z | 298 | | .lso_state |
344 | 2025-02-10T17:24:30.869Z | 299 | | .lso_tunnel_tcp |
345 | 2025-02-10T17:24:30.869Z | ... | |
346 | 2025-02-10T17:24:30.869Z | 311 | | } |
347 | 2025-02-10T17:24:30.869Z | 312 | | } |
348 | 2025-02-10T17:24:30.869Z | | |_________^ |
349 | 2025-02-10T17:24:30.869Z | | |
350 | 2025-02-10T17:24:30.869Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if |
351 | 2025-02-10T17:24:30.869Z | = note: `#[warn(clippy::collapsible_if)]` on by default |
352 | 2025-02-10T17:24:30.869Z | help: collapse nested if block |
353 | 2025-02-10T17:24:30.869Z | | |
354 | 2025-02-10T17:24:30.869Z | 296 ~ if self.lso_state.lso_flags.contains(TcpLsoFlags::TUNNEL_TCP) && self |
355 | 2025-02-10T17:24:30.869Z | 297 + .lso_state |
356 | 2025-02-10T17:24:30.869Z | 298 + .lso_tunnel_tcp |
357 | 2025-02-10T17:24:30.869Z | 299 + .tun_types |
358 | 2025-02-10T17:24:30.869Z | 300 + .contains(TunnelType::GENEVE) { |
359 | 2025-02-10T17:24:30.869Z | 301 + out.lso_flags |= |
360 | 2025-02-10T17:24:30.869Z | 302 + TcpLsoFlags::BASIC_IPV4 | TcpLsoFlags::BASIC_IPV6; |
361 | 2025-02-10T17:24:30.869Z | 303 + out.lso_basic_tcp_ipv4 = lso_basic_tcp_ipv4_t { |
362 | 2025-02-10T17:24:30.869Z | 304 + lso_max: self.lso_state.lso_tunnel_tcp.tun_pay_max, |
363 | 2025-02-10T17:24:30.869Z | 305 + }; |
364 | 2025-02-10T17:24:30.869Z | 306 + out.lso_basic_tcp_ipv6 = lso_basic_tcp_ipv6_t { |
365 | 2025-02-10T17:24:30.869Z | 307 + lso_max: self.lso_state.lso_tunnel_tcp.tun_pay_max, |
366 | 2025-02-10T17:24:30.869Z | 308 + }; |
367 | 2025-02-10T17:24:30.869Z | 309 + } |
368 | 2025-02-10T17:24:30.870Z | | |
369 | 2025-02-10T17:24:30.870Z | |
370 | 2025-02-10T17:24:33.278Z | warning: variable does not need to be mutable |
371 | 2025-02-10T17:24:33.278Z | --> xde/src/xde.rs:1611:25 |
372 | 2025-02-10T17:24:33.278Z | | |
373 | 2025-02-10T17:24:33.278Z | 1611 | let mut pkt = emit_spec.apply(pkt); |
374 | 2025-02-10T17:24:33.278Z | | ----^^^ |
375 | 2025-02-10T17:24:33.278Z | | | |
376 | 2025-02-10T17:24:33.278Z | | help: remove this `mut` |
377 | 2025-02-10T17:24:33.278Z | | |
378 | 2025-02-10T17:24:33.278Z | = note: `#[warn(unused_mut)]` on by default |
379 | 2025-02-10T17:24:33.278Z | |
380 | 2025-02-10T17:24:34.212Z | warning: this `let...else` may be rewritten with the `?` operator |
381 | 2025-02-10T17:24:34.212Z | --> xde/src/mac/mod.rs:256:9 |
382 | 2025-02-10T17:24:34.212Z | | |
383 | 2025-02-10T17:24:34.212Z | 256 | / let Some(mblk) = pkt.unwrap_mblk() else { |
384 | 2025-02-10T17:24:34.212Z | 257 | | return None; |
385 | 2025-02-10T17:24:34.212Z | 258 | | }; |
386 | 2025-02-10T17:24:34.212Z | | |__________^ help: replace it with: `let mblk = pkt.unwrap_mblk()?;` |
387 | 2025-02-10T17:24:34.212Z | | |
388 | 2025-02-10T17:24:34.212Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#question_mark |
389 | 2025-02-10T17:24:34.212Z | = note: `#[warn(clippy::question_mark)]` on by default |
390 | 2025-02-10T17:24:34.212Z | |
391 | 2025-02-10T17:24:34.275Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
392 | 2025-02-10T17:24:34.275Z | --> xde/src/xde.rs:420:20 |
393 | 2025-02-10T17:24:34.275Z | | |
394 | 2025-02-10T17:24:34.275Z | 420 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
395 | 2025-02-10T17:24:34.275Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
396 | 2025-02-10T17:24:34.275Z | | |
397 | 2025-02-10T17:24:34.275Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
398 | 2025-02-10T17:24:34.275Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
399 | 2025-02-10T17:24:34.275Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
400 | 2025-02-10T17:24:34.275Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
401 | 2025-02-10T17:24:34.275Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
402 | 2025-02-10T17:24:34.275Z | |
403 | 2025-02-10T17:24:34.305Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
404 | 2025-02-10T17:24:34.305Z | --> xde/src/xde.rs:1218:9 |
405 | 2025-02-10T17:24:34.305Z | | |
406 | 2025-02-10T17:24:34.305Z | 1218 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
407 | 2025-02-10T17:24:34.305Z | 1219 | | errno: EFAULT, |
408 | 2025-02-10T17:24:34.305Z | 1220 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
409 | 2025-02-10T17:24:34.305Z | 1221 | | })?); |
410 | 2025-02-10T17:24:34.305Z | | |____________^ |
411 | 2025-02-10T17:24:34.305Z | | |
412 | 2025-02-10T17:24:34.305Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
413 | 2025-02-10T17:24:34.305Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
414 | 2025-02-10T17:24:34.305Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
415 | 2025-02-10T17:24:34.305Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
416 | 2025-02-10T17:24:34.305Z | |
417 | 2025-02-10T17:24:34.341Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
418 | 2025-02-10T17:24:34.341Z | --> xde/src/xde.rs:2147:8 |
419 | 2025-02-10T17:24:34.341Z | | |
420 | 2025-02-10T17:24:34.341Z | 2147 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
421 | 2025-02-10T17:24:34.341Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
422 | 2025-02-10T17:24:34.341Z | | |
423 | 2025-02-10T17:24:34.341Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
424 | 2025-02-10T17:24:34.341Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
425 | 2025-02-10T17:24:34.341Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
426 | 2025-02-10T17:24:34.341Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
427 | 2025-02-10T17:24:34.341Z | |
428 | 2025-02-10T17:24:34.490Z | warning: creating a mutable reference to mutable static is discouraged |
429 | 2025-02-10T17:24:34.490Z | --> xde/src/xde.rs:485:5 |
430 | 2025-02-10T17:24:34.490Z | | |
431 | 2025-02-10T17:24:34.490Z | 485 | xde_devs.init(KRwLockType::Driver); |
432 | 2025-02-10T17:24:34.490Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
433 | 2025-02-10T17:24:34.490Z | | |
434 | 2025-02-10T17:24:34.490Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
435 | 2025-02-10T17:24:34.490Z | = 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 |
436 | 2025-02-10T17:24:34.490Z | = note: `#[warn(static_mut_refs)]` on by default |
437 | 2025-02-10T17:24:34.490Z | |
438 | 2025-02-10T17:24:34.494Z | warning: creating a shared reference to mutable static is discouraged |
439 | 2025-02-10T17:24:34.494Z | --> xde/src/xde.rs:809:25 |
440 | 2025-02-10T17:24:34.494Z | | |
441 | 2025-02-10T17:24:34.494Z | 809 | let devs = unsafe { xde_devs.read() }; |
442 | 2025-02-10T17:24:34.494Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
443 | 2025-02-10T17:24:34.494Z | | |
444 | 2025-02-10T17:24:34.494Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
445 | 2025-02-10T17:24:34.494Z | = 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 |
446 | 2025-02-10T17:24:34.494Z | |
447 | 2025-02-10T17:24:34.494Z | warning: creating a shared reference to mutable static is discouraged |
448 | 2025-02-10T17:24:34.494Z | --> xde/src/xde.rs:837:29 |
449 | 2025-02-10T17:24:34.494Z | | |
450 | 2025-02-10T17:24:34.494Z | 837 | let mut devs = unsafe { xde_devs.write() }; |
451 | 2025-02-10T17:24:34.494Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
452 | 2025-02-10T17:24:34.494Z | | |
453 | 2025-02-10T17:24:34.494Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
454 | 2025-02-10T17:24:34.494Z | = 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 |
455 | 2025-02-10T17:24:34.494Z | |
456 | 2025-02-10T17:24:34.494Z | warning: creating a shared reference to mutable static is discouraged |
457 | 2025-02-10T17:24:34.494Z | --> xde/src/xde.rs:971:29 |
458 | 2025-02-10T17:24:34.494Z | | |
459 | 2025-02-10T17:24:34.494Z | 971 | let mut devs = unsafe { xde_devs.write() }; |
460 | 2025-02-10T17:24:34.494Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
461 | 2025-02-10T17:24:34.494Z | | |
462 | 2025-02-10T17:24:34.494Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
463 | 2025-02-10T17:24:34.494Z | = 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 |
464 | 2025-02-10T17:24:34.494Z | |
465 | 2025-02-10T17:24:34.494Z | warning: creating a shared reference to mutable static is discouraged |
466 | 2025-02-10T17:24:34.494Z | --> xde/src/xde.rs:1059:18 |
467 | 2025-02-10T17:24:34.494Z | | |
468 | 2025-02-10T17:24:34.495Z | 1059 | if unsafe { !xde_devs.read().is_empty() } { |
469 | 2025-02-10T17:24:34.495Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
470 | 2025-02-10T17:24:34.495Z | | |
471 | 2025-02-10T17:24:34.495Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
472 | 2025-02-10T17:24:34.495Z | = 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 |
473 | 2025-02-10T17:24:34.495Z | |
474 | 2025-02-10T17:24:34.498Z | warning: creating a shared reference to mutable static is discouraged |
475 | 2025-02-10T17:24:34.498Z | --> xde/src/xde.rs:1381:9 |
476 | 2025-02-10T17:24:34.498Z | | |
477 | 2025-02-10T17:24:34.498Z | 1381 | if !xde_devs.read().is_empty() { |
478 | 2025-02-10T17:24:34.498Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
479 | 2025-02-10T17:24:34.498Z | | |
480 | 2025-02-10T17:24:34.498Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
481 | 2025-02-10T17:24:34.498Z | = 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 |
482 | 2025-02-10T17:24:34.498Z | |
483 | 2025-02-10T17:24:34.498Z | warning: creating a shared reference to mutable static is discouraged |
484 | 2025-02-10T17:24:34.498Z | --> xde/src/xde.rs:1841:37 |
485 | 2025-02-10T17:24:34.498Z | | |
486 | 2025-02-10T17:24:34.498Z | 1841 | let devs = unsafe { xde_devs.read() }; |
487 | 2025-02-10T17:24:34.498Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
488 | 2025-02-10T17:24:34.498Z | | |
489 | 2025-02-10T17:24:34.498Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
490 | 2025-02-10T17:24:34.498Z | = 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 |
491 | 2025-02-10T17:24:34.498Z | |
492 | 2025-02-10T17:24:34.498Z | warning: creating a shared reference to mutable static is discouraged |
493 | 2025-02-10T17:24:34.498Z | --> xde/src/xde.rs:2215:16 |
494 | 2025-02-10T17:24:34.498Z | | |
495 | 2025-02-10T17:24:34.498Z | 2215 | let devs = xde_devs.read(); |
496 | 2025-02-10T17:24:34.498Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
497 | 2025-02-10T17:24:34.498Z | | |
498 | 2025-02-10T17:24:34.499Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
499 | 2025-02-10T17:24:34.499Z | = 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 |
500 | 2025-02-10T17:24:34.499Z | |
501 | 2025-02-10T17:24:34.499Z | warning: creating a shared reference to mutable static is discouraged |
502 | 2025-02-10T17:24:34.499Z | --> xde/src/xde.rs:2279:25 |
503 | 2025-02-10T17:24:34.499Z | | |
504 | 2025-02-10T17:24:34.499Z | 2279 | let devs = unsafe { xde_devs.read() }; |
505 | 2025-02-10T17:24:34.499Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
506 | 2025-02-10T17:24:34.499Z | | |
507 | 2025-02-10T17:24:34.499Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
508 | 2025-02-10T17:24:34.499Z | = 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 |
509 | 2025-02-10T17:24:34.499Z | |
510 | 2025-02-10T17:24:34.499Z | warning: creating a shared reference to mutable static is discouraged |
511 | 2025-02-10T17:24:34.499Z | --> xde/src/xde.rs:2292:25 |
512 | 2025-02-10T17:24:34.499Z | | |
513 | 2025-02-10T17:24:34.499Z | 2292 | let devs = unsafe { xde_devs.read() }; |
514 | 2025-02-10T17:24:34.499Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
515 | 2025-02-10T17:24:34.499Z | | |
516 | 2025-02-10T17:24:34.499Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
517 | 2025-02-10T17:24:34.499Z | = 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 |
518 | 2025-02-10T17:24:34.499Z | |
519 | 2025-02-10T17:24:34.502Z | warning: creating a shared reference to mutable static is discouraged |
520 | 2025-02-10T17:24:34.502Z | --> xde/src/xde.rs:2303:25 |
521 | 2025-02-10T17:24:34.502Z | | |
522 | 2025-02-10T17:24:34.502Z | 2303 | let devs = unsafe { xde_devs.read() }; |
523 | 2025-02-10T17:24:34.502Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
524 | 2025-02-10T17:24:34.502Z | | |
525 | 2025-02-10T17:24:34.502Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
526 | 2025-02-10T17:24:34.502Z | = 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 |
527 | 2025-02-10T17:24:34.502Z | |
528 | 2025-02-10T17:24:34.503Z | warning: creating a shared reference to mutable static is discouraged |
529 | 2025-02-10T17:24:34.503Z | --> xde/src/xde.rs:2315:25 |
530 | 2025-02-10T17:24:34.503Z | | |
531 | 2025-02-10T17:24:34.503Z | 2315 | let devs = unsafe { xde_devs.read() }; |
532 | 2025-02-10T17:24:34.503Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
533 | 2025-02-10T17:24:34.503Z | | |
534 | 2025-02-10T17:24:34.503Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
535 | 2025-02-10T17:24:34.503Z | = 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 |
536 | 2025-02-10T17:24:34.503Z | |
537 | 2025-02-10T17:24:34.503Z | warning: creating a shared reference to mutable static is discouraged |
538 | 2025-02-10T17:24:34.503Z | --> xde/src/xde.rs:2327:25 |
539 | 2025-02-10T17:24:34.503Z | | |
540 | 2025-02-10T17:24:34.503Z | 2327 | let devs = unsafe { xde_devs.read() }; |
541 | 2025-02-10T17:24:34.503Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
542 | 2025-02-10T17:24:34.503Z | | |
543 | 2025-02-10T17:24:34.503Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
544 | 2025-02-10T17:24:34.503Z | = 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 |
545 | 2025-02-10T17:24:34.503Z | |
546 | 2025-02-10T17:24:34.503Z | warning: creating a shared reference to mutable static is discouraged |
547 | 2025-02-10T17:24:34.503Z | --> xde/src/xde.rs:2391:25 |
548 | 2025-02-10T17:24:34.503Z | | |
549 | 2025-02-10T17:24:34.503Z | 2391 | let devs = unsafe { xde_devs.read() }; |
550 | 2025-02-10T17:24:34.503Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
551 | 2025-02-10T17:24:34.503Z | | |
552 | 2025-02-10T17:24:34.503Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
553 | 2025-02-10T17:24:34.503Z | = 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 |
554 | 2025-02-10T17:24:34.503Z | |
555 | 2025-02-10T17:24:34.503Z | warning: creating a shared reference to mutable static is discouraged |
556 | 2025-02-10T17:24:34.503Z | --> xde/src/xde.rs:2402:25 |
557 | 2025-02-10T17:24:34.503Z | | |
558 | 2025-02-10T17:24:34.503Z | 2402 | let devs = unsafe { xde_devs.read() }; |
559 | 2025-02-10T17:24:34.503Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
560 | 2025-02-10T17:24:34.503Z | | |
561 | 2025-02-10T17:24:34.503Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
562 | 2025-02-10T17:24:34.503Z | = 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 |
563 | 2025-02-10T17:24:34.503Z | |
564 | 2025-02-10T17:24:34.503Z | warning: creating a shared reference to mutable static is discouraged |
565 | 2025-02-10T17:24:34.503Z | --> xde/src/xde.rs:2414:25 |
566 | 2025-02-10T17:24:34.503Z | | |
567 | 2025-02-10T17:24:34.503Z | 2414 | let devs = unsafe { xde_devs.read() }; |
568 | 2025-02-10T17:24:34.504Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
569 | 2025-02-10T17:24:34.504Z | | |
570 | 2025-02-10T17:24:34.504Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
571 | 2025-02-10T17:24:34.504Z | = 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 |
572 | 2025-02-10T17:24:34.504Z | |
573 | 2025-02-10T17:24:34.504Z | warning: creating a shared reference to mutable static is discouraged |
574 | 2025-02-10T17:24:34.504Z | --> xde/src/xde.rs:2428:25 |
575 | 2025-02-10T17:24:34.504Z | | |
576 | 2025-02-10T17:24:34.504Z | 2428 | let devs = unsafe { xde_devs.read() }; |
577 | 2025-02-10T17:24:34.504Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
578 | 2025-02-10T17:24:34.504Z | | |
579 | 2025-02-10T17:24:34.504Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
580 | 2025-02-10T17:24:34.504Z | = 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 |
581 | 2025-02-10T17:24:34.504Z | |
582 | 2025-02-10T17:24:34.504Z | warning: creating a shared reference to mutable static is discouraged |
583 | 2025-02-10T17:24:34.504Z | --> xde/src/xde.rs:2441:25 |
584 | 2025-02-10T17:24:34.504Z | | |
585 | 2025-02-10T17:24:34.504Z | 2441 | let devs = unsafe { xde_devs.read() }; |
586 | 2025-02-10T17:24:34.504Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
587 | 2025-02-10T17:24:34.504Z | | |
588 | 2025-02-10T17:24:34.504Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
589 | 2025-02-10T17:24:34.504Z | = 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 |
590 | 2025-02-10T17:24:34.504Z | |
591 | 2025-02-10T17:24:34.504Z | warning: creating a shared reference to mutable static is discouraged |
592 | 2025-02-10T17:24:34.504Z | --> xde/src/xde.rs:2454:25 |
593 | 2025-02-10T17:24:34.504Z | | |
594 | 2025-02-10T17:24:34.504Z | 2454 | let devs = unsafe { xde_devs.read() }; |
595 | 2025-02-10T17:24:34.504Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
596 | 2025-02-10T17:24:34.504Z | | |
597 | 2025-02-10T17:24:34.504Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
598 | 2025-02-10T17:24:34.504Z | = 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 |
599 | 2025-02-10T17:24:34.504Z | |
600 | 2025-02-10T17:24:34.504Z | warning: creating a shared reference to mutable static is discouraged |
601 | 2025-02-10T17:24:34.504Z | --> xde/src/xde.rs:2465:25 |
602 | 2025-02-10T17:24:34.504Z | | |
603 | 2025-02-10T17:24:34.504Z | 2465 | let devs = unsafe { xde_devs.read() }; |
604 | 2025-02-10T17:24:34.504Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
605 | 2025-02-10T17:24:34.504Z | | |
606 | 2025-02-10T17:24:34.504Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
607 | 2025-02-10T17:24:34.505Z | = 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 |
608 | 2025-02-10T17:24:34.505Z | |
609 | 2025-02-10T17:24:34.505Z | warning: creating a shared reference to mutable static is discouraged |
610 | 2025-02-10T17:24:34.505Z | --> xde/src/xde.rs:2477:25 |
611 | 2025-02-10T17:24:34.505Z | | |
612 | 2025-02-10T17:24:34.505Z | 2477 | let devs = unsafe { xde_devs.read() }; |
613 | 2025-02-10T17:24:34.505Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
614 | 2025-02-10T17:24:34.505Z | | |
615 | 2025-02-10T17:24:34.505Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
616 | 2025-02-10T17:24:34.505Z | = 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 |
617 | 2025-02-10T17:24:34.505Z | |
618 | 2025-02-10T17:24:34.505Z | warning: creating a shared reference to mutable static is discouraged |
619 | 2025-02-10T17:24:34.508Z | --> xde/src/xde.rs:2492:25 |
620 | 2025-02-10T17:24:34.508Z | | |
621 | 2025-02-10T17:24:34.508Z | 2492 | let devs = unsafe { xde_devs.read() }; |
622 | 2025-02-10T17:24:34.508Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
623 | 2025-02-10T17:24:34.508Z | | |
624 | 2025-02-10T17:24:34.508Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
625 | 2025-02-10T17:24:34.508Z | = 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 |
626 | 2025-02-10T17:24:34.508Z | |
627 | 2025-02-10T17:24:34.508Z | warning: creating a shared reference to mutable static is discouraged |
628 | 2025-02-10T17:24:34.508Z | --> xde/src/xde.rs:2506:25 |
629 | 2025-02-10T17:24:34.508Z | | |
630 | 2025-02-10T17:24:34.508Z | 2506 | let devs = unsafe { xde_devs.read() }; |
631 | 2025-02-10T17:24:34.508Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
632 | 2025-02-10T17:24:34.508Z | | |
633 | 2025-02-10T17:24:34.508Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
634 | 2025-02-10T17:24:34.508Z | = 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 |
635 | 2025-02-10T17:24:34.508Z | |
636 | 2025-02-10T17:24:34.672Z | warning: `xde` (lib) generated 30 warnings (run `cargo clippy --fix --lib -p xde` to apply 3 suggestions) |
637 | 2025-02-10T17:24:34.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.68s |
638 | 2025-02-10T17:24:34.813Z | |
639 | 2025-02-10T17:24:34.813Z | real 45.848767202 |
640 | 2025-02-10T17:24:34.813Z | user 1:59.333070700 |
641 | 2025-02-10T17:24:34.813Z | sys 12.224377932 |
642 | 2025-02-10T17:24:34.813Z | trap 0.055159380 |
643 | 2025-02-10T17:24:34.813Z | tflt 0.194127646 |
644 | 2025-02-10T17:24:34.813Z | dflt 0.388185755 |
645 | 2025-02-10T17:24:34.813Z | kflt 0.001877207 |
646 | 2025-02-10T17:24:34.813Z | lock 2:55.196669057 |
647 | 2025-02-10T17:24:34.813Z | slp 6:08.048710667 |
648 | 2025-02-10T17:24:34.813Z | lat 2.582237384 |
649 | 2025-02-10T17:24:34.813Z | stop 6.039905062 |
650 | 2025-02-10T17:24:34.816Z | + pushd xde-link |
651 | 2025-02-10T17:24:34.817Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
652 | 2025-02-10T17:24:34.817Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
653 | 2025-02-10T17:24:35.064Z | Compiling compiler_builtins v0.1.138 |
654 | 2025-02-10T17:24:35.064Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
655 | 2025-02-10T17:24:35.064Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
656 | 2025-02-10T17:24:49.979Z | 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) |
657 | 2025-02-10T17:24:50.742Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
658 | 2025-02-10T17:24:53.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.46s |
659 | 2025-02-10T17:24:53.435Z | |
660 | 2025-02-10T17:24:53.438Z | real 18.612520299 |
661 | 2025-02-10T17:24:53.438Z | user 21.502223184 |
662 | 2025-02-10T17:24:53.438Z | sys 1.359373829 |
663 | 2025-02-10T17:24:53.438Z | trap 0.002911686 |
664 | 2025-02-10T17:24:53.438Z | tflt 0.016227757 |
665 | 2025-02-10T17:24:53.438Z | dflt 0.051332072 |
666 | 2025-02-10T17:24:53.438Z | kflt 0.000001919 |
667 | 2025-02-10T17:24:53.438Z | lock 54.770505831 |
668 | 2025-02-10T17:24:53.438Z | slp 1:17.457014981 |
669 | 2025-02-10T17:24:53.438Z | lat 0.056784489 |
670 | 2025-02-10T17:24:53.438Z | stop 0.143515339 |
671 | 2025-02-10T17:24:53.438Z | + popd |
672 | 2025-02-10T17:24:53.438Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
673 | 2025-02-10T17:24:53.438Z | + header 'build xde (debug)' |
674 | 2025-02-10T17:24:53.438Z | + echo '# ==== build xde (debug) ==== #' |
675 | 2025-02-10T17:24:53.438Z | + ptime -m ./build-debug.sh |
676 | 2025-02-10T17:24:53.438Z | # ==== build xde (debug) ==== # |
677 | 2025-02-10T17:24:53.747Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
678 | 2025-02-10T17:24:53.747Z | Fresh unicode-ident v1.0.14 |
679 | 2025-02-10T17:24:53.747Z | Fresh fnv v1.0.7 |
680 | 2025-02-10T17:24:53.747Z | Fresh strsim v0.11.1 |
681 | 2025-02-10T17:24:53.747Z | Fresh ident_case v1.0.1 |
682 | 2025-02-10T17:24:53.750Z | 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) |
683 | 2025-02-10T17:24:53.750Z | Fresh memchr v2.7.4 |
684 | 2025-02-10T17:24:53.750Z | Fresh regex-syntax v0.8.5 |
685 | 2025-02-10T17:24:53.750Z | Fresh compiler_builtins v0.1.138 |
686 | 2025-02-10T17:24:53.750Z | Fresh proc-macro2 v1.0.93 |
687 | 2025-02-10T17:24:53.750Z | Fresh aho-corasick v1.1.3 |
688 | 2025-02-10T17:24:53.750Z | Fresh itertools v0.13.0 |
689 | 2025-02-10T17:24:53.750Z | Fresh version_check v0.9.5 |
690 | 2025-02-10T17:24:53.750Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
691 | 2025-02-10T17:24:53.750Z | Fresh quote v1.0.38 |
692 | 2025-02-10T17:24:53.750Z | Fresh regex-automata v0.4.9 |
693 | 2025-02-10T17:24:53.750Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
694 | 2025-02-10T17:24:53.750Z | Fresh syn v2.0.96 |
695 | 2025-02-10T17:24:53.750Z | Compiling byteorder v1.5.0 |
696 | 2025-02-10T17:24:53.750Z | Fresh regex v1.11.1 |
697 | 2025-02-10T17:24:53.750Z | Compiling stable_deref_trait v1.2.0 |
698 | 2025-02-10T17:24:53.750Z | Compiling macaddr v1.0.1 |
699 | 2025-02-10T17:24:53.750Z | Compiling cfg-if v1.0.0 |
700 | 2025-02-10T17:24:53.750Z | Compiling bitflags v1.3.2 |
701 | 2025-02-10T17:24:53.754Z | 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` |
702 | 2025-02-10T17:24:53.757Z | 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` |
703 | 2025-02-10T17:24:53.757Z | 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` |
704 | 2025-02-10T17:24:53.757Z | 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` |
705 | 2025-02-10T17:24:53.757Z | Fresh serde_derive v1.0.217 |
706 | 2025-02-10T17:24:53.760Z | Fresh darling_core v0.20.10 |
707 | 2025-02-10T17:24:53.760Z | 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` |
708 | 2025-02-10T17:24:53.762Z | 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` |
709 | 2025-02-10T17:24:53.763Z | Compiling serde v1.0.217 |
710 | 2025-02-10T17:24:53.763Z | Fresh darling_macro v0.20.10 |
711 | 2025-02-10T17:24:53.765Z | Fresh darling v0.20.10 |
712 | 2025-02-10T17:24:53.768Z | Fresh zerocopy-derive v0.8.14 |
713 | 2025-02-10T17:24:53.771Z | 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.217/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=139cf851c8cf3481 -C extra-filename=-139cf851c8cf3481 --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-04c7fdb4b77c0190.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)'` |
714 | 2025-02-10T17:24:53.771Z | Compiling zerocopy v0.8.14 |
715 | 2025-02-10T17:24:53.792Z | 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.14/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=ea626101f89957d4 -C extra-filename=-ea626101f89957d4 --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-7e2a565ed19324a1.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)'` |
716 | 2025-02-10T17:24:53.827Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
717 | 2025-02-10T17:24:53.830Z | Compiling managed v0.8.0 |
718 | 2025-02-10T17:24:53.830Z | Compiling cobs v0.2.3 |
719 | 2025-02-10T17:24:53.830Z | Compiling either v1.13.0 |
720 | 2025-02-10T17:24:53.830Z | 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` |
721 | 2025-02-10T17:24:53.830Z | 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` |
722 | 2025-02-10T17:24:53.830Z | 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` |
723 | 2025-02-10T17:24:54.054Z | Compiling hash32 v0.3.1 |
724 | 2025-02-10T17:24:54.057Z | 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` |
725 | 2025-02-10T17:24:54.080Z | Compiling crc32fast v1.4.2 |
726 | 2025-02-10T17:24:54.083Z | 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` |
727 | 2025-02-10T17:24:54.107Z | Compiling itertools v0.14.0 |
728 | 2025-02-10T17:24:54.109Z | 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.14.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=88458abb96595033 -C extra-filename=-88458abb96595033 --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` |
729 | 2025-02-10T17:24:54.118Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
730 | 2025-02-10T17:24:54.134Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
731 | 2025-02-10T17:24:54.139Z | 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=60d982c5280b403d -C extra-filename=-60d982c5280b403d --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-f81efbc528ecb295.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-84a1491a36d8e327.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-6b9c9026204ceea0.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-79d45cf610ffd712.rlib --extern proc_macro` |
732 | 2025-02-10T17:24:54.204Z | Compiling heapless v0.8.0 |
733 | 2025-02-10T17:24:54.209Z | 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` |
734 | 2025-02-10T17:24:54.252Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
735 | 2025-02-10T17:24:54.254Z | 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=ee04b14a233c0bf8 -C extra-filename=-ee04b14a233c0bf8 --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-6b9c9026204ceea0.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-79d45cf610ffd712.rlib --extern proc_macro` |
736 | 2025-02-10T17:24:54.265Z | Compiling dyn-clone v1.0.17 |
737 | 2025-02-10T17:24:54.268Z | 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` |
738 | 2025-02-10T17:24:54.335Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
739 | 2025-02-10T17:24:54.338Z | 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` |
740 | 2025-02-10T17:24:54.962Z | Compiling smoltcp v0.11.0 |
741 | 2025-02-10T17:24:54.966Z | 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` |
742 | 2025-02-10T17:24:56.239Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
743 | 2025-02-10T17:24:56.242Z | 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=ca62f2c191f683de -C extra-filename=-ca62f2c191f683de --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-050666cbd5ec60f4.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-ea626101f89957d4.rmeta -Z unstable-options --cap-lints allow` |
744 | 2025-02-10T17:24:57.528Z | Compiling bitflags v2.8.0 |
745 | 2025-02-10T17:24:57.528Z | Compiling postcard v1.1.1 |
746 | 2025-02-10T17:24:57.528Z | Compiling uuid v1.12.0 |
747 | 2025-02-10T17:24:57.531Z | 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.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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=3da3694d086ac49a -C extra-filename=-3da3694d086ac49a --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-139cf851c8cf3481.rmeta -Z unstable-options --cap-lints allow` |
748 | 2025-02-10T17:24:57.531Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.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 --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=652b965fd1af201e -C extra-filename=-652b965fd1af201e --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-139cf851c8cf3481.rmeta -Z unstable-options --cap-lints allow` |
749 | 2025-02-10T17:24:57.531Z | 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.12.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=440e701d923665f3 -C extra-filename=-440e701d923665f3 --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-139cf851c8cf3481.rmeta -Z unstable-options --cap-lints allow` |
750 | 2025-02-10T17:24:57.717Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
751 | 2025-02-10T17:24:57.717Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
752 | 2025-02-10T17:24:57.720Z | 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=64e271cf6072ec31 -C extra-filename=-64e271cf6072ec31 --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-3da3694d086ac49a.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` |
753 | 2025-02-10T17:24:57.720Z | 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=d528f56f1eed6584 -C extra-filename=-d528f56f1eed6584 --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-3da3694d086ac49a.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-050666cbd5ec60f4.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-ca62f2c191f683de.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-139cf851c8cf3481.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-ea626101f89957d4.rmeta -Z unstable-options --cap-lints allow` |
754 | 2025-02-10T17:24:59.054Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
755 | 2025-02-10T17:24:59.057Z | 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=72e282d4d0881b6d -C extra-filename=-72e282d4d0881b6d --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-64e271cf6072ec31.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-d528f56f1eed6584.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-652b965fd1af201e.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-139cf851c8cf3481.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
756 | 2025-02-10T17:24:59.941Z | 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=143cf543eaaebeab -C extra-filename=-143cf543eaaebeab --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-3da3694d086ac49a.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-60d982c5280b403d.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-64e271cf6072ec31.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-d528f56f1eed6584.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libitertools-88458abb96595033.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/debug/deps/libkstat_macro-ee04b14a233c0bf8.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-72e282d4d0881b6d.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-652b965fd1af201e.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-139cf851c8cf3481.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-ea626101f89957d4.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
757 | 2025-02-10T17:25:00.519Z | warning: unused import: `illumos_sys_hdrs::mac::MacEtherOffloadFlags` |
758 | 2025-02-10T17:25:00.519Z | --> lib/opte/src/ddi/mblk.rs:32:5 |
759 | 2025-02-10T17:25:00.519Z | | |
760 | 2025-02-10T17:25:00.519Z | 32 | use illumos_sys_hdrs::mac::MacEtherOffloadFlags; |
761 | 2025-02-10T17:25:00.519Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
762 | 2025-02-10T17:25:00.519Z | | |
763 | 2025-02-10T17:25:00.519Z | = note: `#[warn(unused_imports)]` on by default |
764 | 2025-02-10T17:25:00.519Z | |
765 | 2025-02-10T17:25:05.116Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
766 | 2025-02-10T17:25:05.119Z | 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=f92a3738ab775589 -C extra-filename=-f92a3738ab775589 --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-64e271cf6072ec31.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-143cf543eaaebeab.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-139cf851c8cf3481.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-440e701d923665f3.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-ea626101f89957d4.rmeta -Z unstable-options` |
767 | 2025-02-10T17:25:06.499Z | warning: `opte` (lib) generated 1 warning (run `cargo fix --lib -p opte` to apply 1 suggestion) |
768 | 2025-02-10T17:25:08.875Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
769 | 2025-02-10T17:25:08.878Z | 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=853adff25553b737 -C extra-filename=-853adff25553b737 --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-3da3694d086ac49a.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-64e271cf6072ec31.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-d528f56f1eed6584.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-143cf543eaaebeab.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-f92a3738ab775589.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-652b965fd1af201e.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-139cf851c8cf3481.rlib -Z unstable-options` |
770 | 2025-02-10T17:25:09.251Z | warning: unused import: `crate::mac::TunnelTcpLsoFlags` |
771 | 2025-02-10T17:25:09.251Z | --> xde/src/xde.rs:37:5 |
772 | 2025-02-10T17:25:09.251Z | | |
773 | 2025-02-10T17:25:09.251Z | 37 | use crate::mac::TunnelTcpLsoFlags; |
774 | 2025-02-10T17:25:09.252Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
775 | 2025-02-10T17:25:09.252Z | | |
776 | 2025-02-10T17:25:09.252Z | = note: `#[warn(unused_imports)]` on by default |
777 | 2025-02-10T17:25:09.252Z | |
778 | 2025-02-10T17:25:11.621Z | warning: variable does not need to be mutable |
779 | 2025-02-10T17:25:11.621Z | --> xde/src/xde.rs:1611:25 |
780 | 2025-02-10T17:25:11.621Z | | |
781 | 2025-02-10T17:25:11.621Z | 1611 | let mut pkt = emit_spec.apply(pkt); |
782 | 2025-02-10T17:25:11.621Z | | ----^^^ |
783 | 2025-02-10T17:25:11.621Z | | | |
784 | 2025-02-10T17:25:11.621Z | | help: remove this `mut` |
785 | 2025-02-10T17:25:11.621Z | | |
786 | 2025-02-10T17:25:11.621Z | = note: `#[warn(unused_mut)]` on by default |
787 | 2025-02-10T17:25:11.621Z | |
788 | 2025-02-10T17:25:12.000Z | warning: creating a mutable reference to mutable static is discouraged |
789 | 2025-02-10T17:25:12.000Z | --> xde/src/xde.rs:485:5 |
790 | 2025-02-10T17:25:12.000Z | | |
791 | 2025-02-10T17:25:12.000Z | 485 | xde_devs.init(KRwLockType::Driver); |
792 | 2025-02-10T17:25:12.000Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
793 | 2025-02-10T17:25:12.000Z | | |
794 | 2025-02-10T17:25:12.000Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
795 | 2025-02-10T17:25:12.000Z | = 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 |
796 | 2025-02-10T17:25:12.000Z | = note: `#[warn(static_mut_refs)]` on by default |
797 | 2025-02-10T17:25:12.000Z | |
798 | 2025-02-10T17:25:12.003Z | warning: creating a shared reference to mutable static is discouraged |
799 | 2025-02-10T17:25:12.003Z | --> xde/src/xde.rs:809:25 |
800 | 2025-02-10T17:25:12.003Z | | |
801 | 2025-02-10T17:25:12.003Z | 809 | let devs = unsafe { xde_devs.read() }; |
802 | 2025-02-10T17:25:12.003Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
803 | 2025-02-10T17:25:12.003Z | | |
804 | 2025-02-10T17:25:12.003Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
805 | 2025-02-10T17:25:12.003Z | = 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 | 2025-02-10T17:25:12.003Z | |
807 | 2025-02-10T17:25:12.003Z | warning: creating a shared reference to mutable static is discouraged |
808 | 2025-02-10T17:25:12.003Z | --> xde/src/xde.rs:837:29 |
809 | 2025-02-10T17:25:12.003Z | | |
810 | 2025-02-10T17:25:12.003Z | 837 | let mut devs = unsafe { xde_devs.write() }; |
811 | 2025-02-10T17:25:12.004Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
812 | 2025-02-10T17:25:12.004Z | | |
813 | 2025-02-10T17:25:12.004Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
814 | 2025-02-10T17:25:12.004Z | = 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 | 2025-02-10T17:25:12.004Z | |
816 | 2025-02-10T17:25:12.004Z | warning: creating a shared reference to mutable static is discouraged |
817 | 2025-02-10T17:25:12.004Z | --> xde/src/xde.rs:971:29 |
818 | 2025-02-10T17:25:12.004Z | | |
819 | 2025-02-10T17:25:12.004Z | 971 | let mut devs = unsafe { xde_devs.write() }; |
820 | 2025-02-10T17:25:12.004Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
821 | 2025-02-10T17:25:12.004Z | | |
822 | 2025-02-10T17:25:12.004Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
823 | 2025-02-10T17:25:12.004Z | = 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 | 2025-02-10T17:25:12.004Z | |
825 | 2025-02-10T17:25:12.004Z | warning: creating a shared reference to mutable static is discouraged |
826 | 2025-02-10T17:25:12.004Z | --> xde/src/xde.rs:1059:18 |
827 | 2025-02-10T17:25:12.004Z | | |
828 | 2025-02-10T17:25:12.004Z | 1059 | if unsafe { !xde_devs.read().is_empty() } { |
829 | 2025-02-10T17:25:12.004Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
830 | 2025-02-10T17:25:12.004Z | | |
831 | 2025-02-10T17:25:12.004Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
832 | 2025-02-10T17:25:12.004Z | = 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 | 2025-02-10T17:25:12.004Z | |
834 | 2025-02-10T17:25:12.007Z | warning: creating a shared reference to mutable static is discouraged |
835 | 2025-02-10T17:25:12.007Z | --> xde/src/xde.rs:1381:9 |
836 | 2025-02-10T17:25:12.007Z | | |
837 | 2025-02-10T17:25:12.007Z | 1381 | if !xde_devs.read().is_empty() { |
838 | 2025-02-10T17:25:12.007Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
839 | 2025-02-10T17:25:12.007Z | | |
840 | 2025-02-10T17:25:12.007Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
841 | 2025-02-10T17:25:12.007Z | = 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 | 2025-02-10T17:25:12.007Z | |
843 | 2025-02-10T17:25:12.007Z | warning: creating a shared reference to mutable static is discouraged |
844 | 2025-02-10T17:25:12.008Z | --> xde/src/xde.rs:1841:37 |
845 | 2025-02-10T17:25:12.008Z | | |
846 | 2025-02-10T17:25:12.008Z | 1841 | let devs = unsafe { xde_devs.read() }; |
847 | 2025-02-10T17:25:12.008Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
848 | 2025-02-10T17:25:12.008Z | | |
849 | 2025-02-10T17:25:12.008Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
850 | 2025-02-10T17:25:12.008Z | = 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 | 2025-02-10T17:25:12.008Z | |
852 | 2025-02-10T17:25:12.008Z | warning: creating a shared reference to mutable static is discouraged |
853 | 2025-02-10T17:25:12.008Z | --> xde/src/xde.rs:2215:16 |
854 | 2025-02-10T17:25:12.008Z | | |
855 | 2025-02-10T17:25:12.008Z | 2215 | let devs = xde_devs.read(); |
856 | 2025-02-10T17:25:12.008Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
857 | 2025-02-10T17:25:12.008Z | | |
858 | 2025-02-10T17:25:12.008Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
859 | 2025-02-10T17:25:12.008Z | = 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 | 2025-02-10T17:25:12.008Z | |
861 | 2025-02-10T17:25:12.008Z | warning: creating a shared reference to mutable static is discouraged |
862 | 2025-02-10T17:25:12.008Z | --> xde/src/xde.rs:2279:25 |
863 | 2025-02-10T17:25:12.008Z | | |
864 | 2025-02-10T17:25:12.008Z | 2279 | let devs = unsafe { xde_devs.read() }; |
865 | 2025-02-10T17:25:12.008Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
866 | 2025-02-10T17:25:12.008Z | | |
867 | 2025-02-10T17:25:12.008Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
868 | 2025-02-10T17:25:12.008Z | = 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 | 2025-02-10T17:25:12.008Z | |
870 | 2025-02-10T17:25:12.008Z | warning: creating a shared reference to mutable static is discouraged |
871 | 2025-02-10T17:25:12.008Z | --> xde/src/xde.rs:2292:25 |
872 | 2025-02-10T17:25:12.008Z | | |
873 | 2025-02-10T17:25:12.008Z | 2292 | let devs = unsafe { xde_devs.read() }; |
874 | 2025-02-10T17:25:12.008Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
875 | 2025-02-10T17:25:12.008Z | | |
876 | 2025-02-10T17:25:12.008Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
877 | 2025-02-10T17:25:12.008Z | = 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 | 2025-02-10T17:25:12.008Z | |
879 | 2025-02-10T17:25:12.008Z | warning: creating a shared reference to mutable static is discouraged |
880 | 2025-02-10T17:25:12.009Z | --> xde/src/xde.rs:2303:25 |
881 | 2025-02-10T17:25:12.009Z | | |
882 | 2025-02-10T17:25:12.009Z | 2303 | let devs = unsafe { xde_devs.read() }; |
883 | 2025-02-10T17:25:12.009Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
884 | 2025-02-10T17:25:12.009Z | | |
885 | 2025-02-10T17:25:12.009Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
886 | 2025-02-10T17:25:12.009Z | = 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 | 2025-02-10T17:25:12.009Z | |
888 | 2025-02-10T17:25:12.013Z | warning: creating a shared reference to mutable static is discouraged |
889 | 2025-02-10T17:25:12.013Z | --> xde/src/xde.rs:2315:25 |
890 | 2025-02-10T17:25:12.013Z | | |
891 | 2025-02-10T17:25:12.013Z | 2315 | let devs = unsafe { xde_devs.read() }; |
892 | 2025-02-10T17:25:12.013Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
893 | 2025-02-10T17:25:12.013Z | | |
894 | 2025-02-10T17:25:12.013Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
895 | 2025-02-10T17:25:12.013Z | = 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 | 2025-02-10T17:25:12.013Z | |
897 | 2025-02-10T17:25:12.013Z | warning: creating a shared reference to mutable static is discouraged |
898 | 2025-02-10T17:25:12.013Z | --> xde/src/xde.rs:2327:25 |
899 | 2025-02-10T17:25:12.013Z | | |
900 | 2025-02-10T17:25:12.013Z | 2327 | let devs = unsafe { xde_devs.read() }; |
901 | 2025-02-10T17:25:12.013Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
902 | 2025-02-10T17:25:12.013Z | | |
903 | 2025-02-10T17:25:12.013Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
904 | 2025-02-10T17:25:12.013Z | = 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 | 2025-02-10T17:25:12.013Z | |
906 | 2025-02-10T17:25:12.013Z | warning: creating a shared reference to mutable static is discouraged |
907 | 2025-02-10T17:25:12.013Z | --> xde/src/xde.rs:2391:25 |
908 | 2025-02-10T17:25:12.013Z | | |
909 | 2025-02-10T17:25:12.013Z | 2391 | let devs = unsafe { xde_devs.read() }; |
910 | 2025-02-10T17:25:12.013Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
911 | 2025-02-10T17:25:12.013Z | | |
912 | 2025-02-10T17:25:12.013Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
913 | 2025-02-10T17:25:12.013Z | = 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 | 2025-02-10T17:25:12.013Z | |
915 | 2025-02-10T17:25:12.013Z | warning: creating a shared reference to mutable static is discouraged |
916 | 2025-02-10T17:25:12.013Z | --> xde/src/xde.rs:2402:25 |
917 | 2025-02-10T17:25:12.013Z | | |
918 | 2025-02-10T17:25:12.013Z | 2402 | let devs = unsafe { xde_devs.read() }; |
919 | 2025-02-10T17:25:12.013Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
920 | 2025-02-10T17:25:12.013Z | | |
921 | 2025-02-10T17:25:12.013Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
922 | 2025-02-10T17:25:12.013Z | = 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 | 2025-02-10T17:25:12.013Z | |
924 | 2025-02-10T17:25:12.014Z | warning: creating a shared reference to mutable static is discouraged |
925 | 2025-02-10T17:25:12.014Z | --> xde/src/xde.rs:2414:25 |
926 | 2025-02-10T17:25:12.014Z | | |
927 | 2025-02-10T17:25:12.014Z | 2414 | let devs = unsafe { xde_devs.read() }; |
928 | 2025-02-10T17:25:12.014Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
929 | 2025-02-10T17:25:12.014Z | | |
930 | 2025-02-10T17:25:12.014Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
931 | 2025-02-10T17:25:12.014Z | = 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 | 2025-02-10T17:25:12.014Z | |
933 | 2025-02-10T17:25:12.014Z | warning: creating a shared reference to mutable static is discouraged |
934 | 2025-02-10T17:25:12.014Z | --> xde/src/xde.rs:2428:25 |
935 | 2025-02-10T17:25:12.014Z | | |
936 | 2025-02-10T17:25:12.014Z | 2428 | let devs = unsafe { xde_devs.read() }; |
937 | 2025-02-10T17:25:12.014Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
938 | 2025-02-10T17:25:12.014Z | | |
939 | 2025-02-10T17:25:12.014Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
940 | 2025-02-10T17:25:12.014Z | = 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 |
941 | 2025-02-10T17:25:12.014Z | |
942 | 2025-02-10T17:25:12.014Z | warning: creating a shared reference to mutable static is discouraged |
943 | 2025-02-10T17:25:12.014Z | --> xde/src/xde.rs:2441:25 |
944 | 2025-02-10T17:25:12.014Z | | |
945 | 2025-02-10T17:25:12.014Z | 2441 | let devs = unsafe { xde_devs.read() }; |
946 | 2025-02-10T17:25:12.014Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
947 | 2025-02-10T17:25:12.014Z | | |
948 | 2025-02-10T17:25:12.014Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
949 | 2025-02-10T17:25:12.014Z | = 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 |
950 | 2025-02-10T17:25:12.014Z | |
951 | 2025-02-10T17:25:12.014Z | warning: creating a shared reference to mutable static is discouraged |
952 | 2025-02-10T17:25:12.014Z | --> xde/src/xde.rs:2454:25 |
953 | 2025-02-10T17:25:12.014Z | | |
954 | 2025-02-10T17:25:12.014Z | 2454 | let devs = unsafe { xde_devs.read() }; |
955 | 2025-02-10T17:25:12.014Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
956 | 2025-02-10T17:25:12.014Z | | |
957 | 2025-02-10T17:25:12.014Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
958 | 2025-02-10T17:25:12.014Z | = 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 |
959 | 2025-02-10T17:25:12.014Z | |
960 | 2025-02-10T17:25:12.014Z | warning: creating a shared reference to mutable static is discouraged |
961 | 2025-02-10T17:25:12.014Z | --> xde/src/xde.rs:2465:25 |
962 | 2025-02-10T17:25:12.014Z | | |
963 | 2025-02-10T17:25:12.014Z | 2465 | let devs = unsafe { xde_devs.read() }; |
964 | 2025-02-10T17:25:12.015Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
965 | 2025-02-10T17:25:12.015Z | | |
966 | 2025-02-10T17:25:12.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
967 | 2025-02-10T17:25:12.015Z | = 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 |
968 | 2025-02-10T17:25:12.015Z | |
969 | 2025-02-10T17:25:12.015Z | warning: creating a shared reference to mutable static is discouraged |
970 | 2025-02-10T17:25:12.015Z | --> xde/src/xde.rs:2477:25 |
971 | 2025-02-10T17:25:12.015Z | | |
972 | 2025-02-10T17:25:12.015Z | 2477 | let devs = unsafe { xde_devs.read() }; |
973 | 2025-02-10T17:25:12.015Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
974 | 2025-02-10T17:25:12.015Z | | |
975 | 2025-02-10T17:25:12.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
976 | 2025-02-10T17:25:12.015Z | = 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 |
977 | 2025-02-10T17:25:12.015Z | |
978 | 2025-02-10T17:25:12.015Z | warning: creating a shared reference to mutable static is discouraged |
979 | 2025-02-10T17:25:12.015Z | --> xde/src/xde.rs:2492:25 |
980 | 2025-02-10T17:25:12.015Z | | |
981 | 2025-02-10T17:25:12.015Z | 2492 | let devs = unsafe { xde_devs.read() }; |
982 | 2025-02-10T17:25:12.015Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
983 | 2025-02-10T17:25:12.015Z | | |
984 | 2025-02-10T17:25:12.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
985 | 2025-02-10T17:25:12.015Z | = 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 |
986 | 2025-02-10T17:25:12.015Z | |
987 | 2025-02-10T17:25:12.015Z | warning: creating a shared reference to mutable static is discouraged |
988 | 2025-02-10T17:25:12.018Z | --> xde/src/xde.rs:2506:25 |
989 | 2025-02-10T17:25:12.018Z | | |
990 | 2025-02-10T17:25:12.018Z | 2506 | let devs = unsafe { xde_devs.read() }; |
991 | 2025-02-10T17:25:12.018Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
992 | 2025-02-10T17:25:12.018Z | | |
993 | 2025-02-10T17:25:12.018Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
994 | 2025-02-10T17:25:12.018Z | = 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 |
995 | 2025-02-10T17:25:12.018Z | |
996 | 2025-02-10T17:25:14.740Z | warning: `xde` (lib) generated 25 warnings (run `cargo fix --lib -p xde` to apply 2 suggestions) |
997 | 2025-02-10T17:25:14.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.24s |
998 | 2025-02-10T17:25:18.928Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
999 | 2025-02-10T17:25:19.098Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1000 | 2025-02-10T17:25:19.098Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1001 | 2025-02-10T17:25:19.098Z | 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) |
1002 | 2025-02-10T17:25:19.098Z | Fresh compiler_builtins v0.1.138 |
1003 | 2025-02-10T17:25:19.101Z | 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` |
1004 | 2025-02-10T17:25:19.101Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1005 | 2025-02-10T17:25:19.332Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
1006 | 2025-02-10T17:25:19.339Z | 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` |
1007 | 2025-02-10T17:25:19.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1008 | 2025-02-10T17:25:19.470Z | |
1009 | 2025-02-10T17:25:19.473Z | real 26.027172529 |
1010 | 2025-02-10T17:25:19.473Z | user 53.788110566 |
1011 | 2025-02-10T17:25:19.473Z | sys 5.408639466 |
1012 | 2025-02-10T17:25:19.473Z | trap 0.021123717 |
1013 | 2025-02-10T17:25:19.473Z | tflt 0.088145598 |
1014 | 2025-02-10T17:25:19.473Z | dflt 0.062289938 |
1015 | 2025-02-10T17:25:19.473Z | kflt 0.000021496 |
1016 | 2025-02-10T17:25:19.473Z | lock 1:33.889720546 |
1017 | 2025-02-10T17:25:19.473Z | slp 2:27.675582989 |
1018 | 2025-02-10T17:25:19.473Z | lat 0.946033740 |
1019 | 2025-02-10T17:25:19.473Z | stop 1.065582588 |
1020 | 2025-02-10T17:25:19.473Z | + header 'build xde (release)' |
1021 | 2025-02-10T17:25:19.473Z | + echo '# ==== build xde (release) ==== #' |
1022 | 2025-02-10T17:25:19.473Z | # ==== build xde (release) ==== # |
1023 | 2025-02-10T17:25:19.473Z | + ptime -m ./build.sh |
1024 | 2025-02-10T17:25:19.476Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
1025 | 2025-02-10T17:25:19.476Z | + cargo -v build --release |
1026 | 2025-02-10T17:25:19.633Z | Compiling compiler_builtins v0.1.138 |
1027 | 2025-02-10T17:25:19.633Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1028 | 2025-02-10T17:25:19.636Z | Compiling proc-macro2 v1.0.93 |
1029 | 2025-02-10T17:25:19.636Z | Compiling unicode-ident v1.0.14 |
1030 | 2025-02-10T17:25:19.636Z | Compiling serde v1.0.217 |
1031 | 2025-02-10T17:25:19.636Z | Compiling ident_case v1.0.1 |
1032 | 2025-02-10T17:25:19.636Z | Compiling fnv v1.0.7 |
1033 | 2025-02-10T17:25:19.659Z | Compiling strsim v0.11.1 |
1034 | 2025-02-10T17:25:19.662Z | 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` |
1035 | 2025-02-10T17:25:19.662Z | 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` |
1036 | 2025-02-10T17:25:19.663Z | 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.93/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=f9bae8f954643f38 -C extra-filename=-f9bae8f954643f38 --out-dir /work/oxidecomputer/opte/target/release/build/proc-macro2-f9bae8f954643f38 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1037 | 2025-02-10T17:25:19.666Z | 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.14/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=b8abd5741be676a7 -C extra-filename=-b8abd5741be676a7 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1038 | 2025-02-10T17:25:19.666Z | 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.217/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=18f830251897a22e -C extra-filename=-18f830251897a22e --out-dir /work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1039 | 2025-02-10T17:25:19.666Z | 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` |
1040 | 2025-02-10T17:25:19.667Z | 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` |
1041 | 2025-02-10T17:25:19.667Z | 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` |
1042 | 2025-02-10T17:25:19.764Z | Compiling memchr v2.7.4 |
1043 | 2025-02-10T17:25:19.780Z | 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` |
1044 | 2025-02-10T17:25:19.798Z | Compiling regex-syntax v0.8.5 |
1045 | 2025-02-10T17:25:19.803Z | 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` |
1046 | 2025-02-10T17:25:19.813Z | Compiling either v1.13.0 |
1047 | 2025-02-10T17:25:19.815Z | 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` |
1048 | 2025-02-10T17:25:20.175Z | Compiling zerocopy v0.8.14 |
1049 | 2025-02-10T17:25:20.178Z | 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.14/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=9d21412b8ae0fd26 -C extra-filename=-9d21412b8ae0fd26 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1050 | 2025-02-10T17:25:20.238Z | Compiling itertools v0.13.0 |
1051 | 2025-02-10T17:25:20.241Z | 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` |
1052 | 2025-02-10T17:25:20.344Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-f9bae8f954643f38/build-script-build` |
1053 | 2025-02-10T17:25:20.468Z | Compiling heapless v0.8.0 |
1054 | 2025-02-10T17:25:20.470Z | 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` |
1055 | 2025-02-10T17:25:20.481Z | 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.93/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=bd8f25fee70c66d5 -C extra-filename=-bd8f25fee70c66d5 --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-b8abd5741be676a7.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)'` |
1056 | 2025-02-10T17:25:20.742Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1057 | 2025-02-10T17:25:20.760Z | Running `/work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e/build-script-build` |
1058 | 2025-02-10T17:25:20.806Z | Compiling aho-corasick v1.1.3 |
1059 | 2025-02-10T17:25:20.809Z | 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` |
1060 | 2025-02-10T17:25:21.088Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
1061 | 2025-02-10T17:25:21.134Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26/build-script-build` |
1062 | 2025-02-10T17:25:21.190Z | Compiling quote v1.0.38 |
1063 | 2025-02-10T17:25:21.190Z | Compiling smoltcp v0.11.0 |
1064 | 2025-02-10T17:25:21.193Z | 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.38/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=f7d24ff4b276dacd -C extra-filename=-f7d24ff4b276dacd --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-bd8f25fee70c66d5.rmeta --cap-lints allow` |
1065 | 2025-02-10T17:25:21.193Z | 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` |
1066 | 2025-02-10T17:25:21.319Z | Compiling version_check v0.9.5 |
1067 | 2025-02-10T17:25:21.321Z | 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` |
1068 | 2025-02-10T17:25:21.830Z | Compiling syn v2.0.96 |
1069 | 2025-02-10T17:25:21.833Z | 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.96/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=8a48d0bf453dad92 -C extra-filename=-8a48d0bf453dad92 --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-bd8f25fee70c66d5.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-b8abd5741be676a7.rmeta --cap-lints allow` |
1070 | 2025-02-10T17:25:21.969Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
1071 | 2025-02-10T17:25:22.066Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1072 | 2025-02-10T17:25:22.069Z | 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` |
1073 | 2025-02-10T17:25:22.407Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
1074 | 2025-02-10T17:25:23.233Z | Compiling regex-automata v0.4.9 |
1075 | 2025-02-10T17:25:23.235Z | 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` |
1076 | 2025-02-10T17:25:26.003Z | Compiling regex v1.11.1 |
1077 | 2025-02-10T17:25:26.006Z | 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` |
1078 | 2025-02-10T17:25:26.562Z | Compiling darling_core v0.20.10 |
1079 | 2025-02-10T17:25:26.565Z | 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=ceb70cfd8e55c33f -C extra-filename=-ceb70cfd8e55c33f --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-bd8f25fee70c66d5.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rmeta --cap-lints allow` |
1080 | 2025-02-10T17:25:28.651Z | Compiling serde_derive v1.0.217 |
1081 | 2025-02-10T17:25:28.651Z | Compiling zerocopy-derive v0.8.14 |
1082 | 2025-02-10T17:25:28.654Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1083 | 2025-02-10T17:25:28.654Z | 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.217/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=5288d5d50691a553 -C extra-filename=-5288d5d50691a553 --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-bd8f25fee70c66d5.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rlib --extern proc_macro --cap-lints allow` |
1084 | 2025-02-10T17:25:28.654Z | 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.14/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=3953e18a3c8598cf -C extra-filename=-3953e18a3c8598cf --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-bd8f25fee70c66d5.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rlib --extern proc_macro --cap-lints allow` |
1085 | 2025-02-10T17:25:28.654Z | 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=2f60a88f7a3a9ae3 -C extra-filename=-2f60a88f7a3a9ae3 --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-f7d24ff4b276dacd.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rlib --extern proc_macro` |
1086 | 2025-02-10T17:25:30.483Z | Compiling darling_macro v0.20.10 |
1087 | 2025-02-10T17:25:30.485Z | 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=7b79481f9a6bc17b -C extra-filename=-7b79481f9a6bc17b --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-ceb70cfd8e55c33f.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rlib --extern proc_macro --cap-lints allow` |
1088 | 2025-02-10T17:25:31.678Z | Compiling darling v0.20.10 |
1089 | 2025-02-10T17:25:31.681Z | 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=81c527e88cf2a682 -C extra-filename=-81c527e88cf2a682 --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-ceb70cfd8e55c33f.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-7b79481f9a6bc17b.so --cap-lints allow` |
1090 | 2025-02-10T17:25:31.771Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1091 | 2025-02-10T17:25:31.771Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1092 | 2025-02-10T17:25:31.774Z | 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=11f0bcae5772afbd -C extra-filename=-11f0bcae5772afbd --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-81c527e88cf2a682.rlib --extern itertools=/work/oxidecomputer/opte/target/release/deps/libitertools-d501d58c3405a4e3.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-bd8f25fee70c66d5.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rlib --extern proc_macro --cap-lints allow` |
1093 | 2025-02-10T17:25:31.774Z | 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=659a0d171d680935 -C extra-filename=-659a0d171d680935 --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-81c527e88cf2a682.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-bd8f25fee70c66d5.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-f7d24ff4b276dacd.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-8a48d0bf453dad92.rlib --extern proc_macro` |
1094 | 2025-02-10T17:25:40.368Z | 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) |
1095 | 2025-02-10T17:25:40.371Z | 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` |
1096 | 2025-02-10T17:25:40.409Z | 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)'` |
1097 | 2025-02-10T17:25:41.163Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1098 | 2025-02-10T17:25:41.169Z | 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` |
1099 | 2025-02-10T17:25:44.068Z | Compiling byteorder v1.5.0 |
1100 | 2025-02-10T17:25:44.068Z | Compiling cfg-if v1.0.0 |
1101 | 2025-02-10T17:25:44.071Z | Compiling stable_deref_trait v1.2.0 |
1102 | 2025-02-10T17:25:44.071Z | Compiling macaddr v1.0.1 |
1103 | 2025-02-10T17:25:44.071Z | Compiling cobs v0.2.3 |
1104 | 2025-02-10T17:25:44.071Z | 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.217/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=49a1d43c2fafdff2 -C extra-filename=-49a1d43c2fafdff2 --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-5288d5d50691a553.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)'` |
1105 | 2025-02-10T17:25:44.071Z | 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` |
1106 | 2025-02-10T17:25:44.071Z | 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` |
1107 | 2025-02-10T17:25:44.071Z | 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.14/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=33250e15746c75fb -C extra-filename=-33250e15746c75fb --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-3953e18a3c8598cf.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)'` |
1108 | 2025-02-10T17:25:44.072Z | 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` |
1109 | 2025-02-10T17:25:44.072Z | 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` |
1110 | 2025-02-10T17:25:44.072Z | 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` |
1111 | 2025-02-10T17:25:44.138Z | Compiling bitflags v1.3.2 |
1112 | 2025-02-10T17:25:44.140Z | 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` |
1113 | 2025-02-10T17:25:44.160Z | Compiling managed v0.8.0 |
1114 | 2025-02-10T17:25:44.162Z | 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` |
1115 | 2025-02-10T17:25:44.220Z | 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` |
1116 | 2025-02-10T17:25:44.387Z | Compiling hash32 v0.3.1 |
1117 | 2025-02-10T17:25:44.390Z | 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` |
1118 | 2025-02-10T17:25:44.398Z | Compiling crc32fast v1.4.2 |
1119 | 2025-02-10T17:25:44.401Z | 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` |
1120 | 2025-02-10T17:25:44.481Z | Compiling dyn-clone v1.0.17 |
1121 | 2025-02-10T17:25:44.484Z | 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` |
1122 | 2025-02-10T17:25:44.560Z | 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` |
1123 | 2025-02-10T17:25:44.577Z | Compiling itertools v0.14.0 |
1124 | 2025-02-10T17:25:44.579Z | 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.14.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=2dbb2290703558f9 -C extra-filename=-2dbb2290703558f9 --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` |
1125 | 2025-02-10T17:25:44.612Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1126 | 2025-02-10T17:25:44.615Z | 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` |
1127 | 2025-02-10T17:25:45.280Z | 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` |
1128 | 2025-02-10T17:25:46.440Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1129 | 2025-02-10T17:25:46.443Z | 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=593f25fd722cc05f -C extra-filename=-593f25fd722cc05f --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-11f0bcae5772afbd.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-33250e15746c75fb.rmeta -Z unstable-options --cap-lints allow` |
1130 | 2025-02-10T17:25:47.701Z | Compiling bitflags v2.8.0 |
1131 | 2025-02-10T17:25:47.704Z | 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.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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=5dc399add9297e89 -C extra-filename=-5dc399add9297e89 --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-49a1d43c2fafdff2.rmeta -Z unstable-options --cap-lints allow` |
1132 | 2025-02-10T17:25:47.783Z | Compiling postcard v1.1.1 |
1133 | 2025-02-10T17:25:47.788Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.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 --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=1fbb4b99c9d4ab74 -C extra-filename=-1fbb4b99c9d4ab74 --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-49a1d43c2fafdff2.rmeta -Z unstable-options --cap-lints allow` |
1134 | 2025-02-10T17:25:47.865Z | Compiling uuid v1.12.0 |
1135 | 2025-02-10T17:25:47.870Z | 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.12.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=cde8e4a2b0b04544 -C extra-filename=-cde8e4a2b0b04544 --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-49a1d43c2fafdff2.rmeta -Z unstable-options --cap-lints allow` |
1136 | 2025-02-10T17:25:47.974Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1137 | 2025-02-10T17:25:47.974Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1138 | 2025-02-10T17:25:47.976Z | 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=6c485df4981c035a -C extra-filename=-6c485df4981c035a --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-5dc399add9297e89.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` |
1139 | 2025-02-10T17:25:47.976Z | 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=bf202854000995f3 -C extra-filename=-bf202854000995f3 --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-5dc399add9297e89.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-11f0bcae5772afbd.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-593f25fd722cc05f.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-49a1d43c2fafdff2.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-33250e15746c75fb.rmeta -Z unstable-options --cap-lints allow` |
1140 | 2025-02-10T17:25:49.476Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1141 | 2025-02-10T17:25:49.479Z | 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=d218d78abcc65de1 -C extra-filename=-d218d78abcc65de1 --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-6c485df4981c035a.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-bf202854000995f3.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-1fbb4b99c9d4ab74.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-49a1d43c2fafdff2.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1142 | 2025-02-10T17:25:50.210Z | 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=d1edc1d02e308bdd -C extra-filename=-d1edc1d02e308bdd --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-5dc399add9297e89.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-659a0d171d680935.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-6c485df4981c035a.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-bf202854000995f3.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libitertools-2dbb2290703558f9.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/release/deps/libkstat_macro-2f60a88f7a3a9ae3.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-d218d78abcc65de1.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-1fbb4b99c9d4ab74.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-49a1d43c2fafdff2.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-33250e15746c75fb.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1143 | 2025-02-10T17:25:50.750Z | warning: unused import: `illumos_sys_hdrs::mac::MacEtherOffloadFlags` |
1144 | 2025-02-10T17:25:50.750Z | --> lib/opte/src/ddi/mblk.rs:32:5 |
1145 | 2025-02-10T17:25:50.750Z | | |
1146 | 2025-02-10T17:25:50.750Z | 32 | use illumos_sys_hdrs::mac::MacEtherOffloadFlags; |
1147 | 2025-02-10T17:25:50.751Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1148 | 2025-02-10T17:25:50.751Z | | |
1149 | 2025-02-10T17:25:50.751Z | = note: `#[warn(unused_imports)]` on by default |
1150 | 2025-02-10T17:25:50.751Z | |
1151 | 2025-02-10T17:25:54.689Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1152 | 2025-02-10T17:25:54.692Z | 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=7d61d8884ac2ac9e -C extra-filename=-7d61d8884ac2ac9e --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-6c485df4981c035a.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-d1edc1d02e308bdd.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-49a1d43c2fafdff2.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-cde8e4a2b0b04544.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-33250e15746c75fb.rmeta -Z unstable-options` |
1153 | 2025-02-10T17:25:56.345Z | warning: `opte` (lib) generated 1 warning (run `cargo fix --lib -p opte` to apply 1 suggestion) |
1154 | 2025-02-10T17:25:58.467Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1155 | 2025-02-10T17:25:58.472Z | 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=9a517e11745341df -C extra-filename=-9a517e11745341df --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-5dc399add9297e89.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-6c485df4981c035a.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-bf202854000995f3.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-d1edc1d02e308bdd.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-7d61d8884ac2ac9e.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-1fbb4b99c9d4ab74.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-49a1d43c2fafdff2.rlib -Z unstable-options` |
1156 | 2025-02-10T17:25:58.845Z | warning: unused import: `crate::mac::TunnelTcpLsoFlags` |
1157 | 2025-02-10T17:25:58.845Z | --> xde/src/xde.rs:37:5 |
1158 | 2025-02-10T17:25:58.845Z | | |
1159 | 2025-02-10T17:25:58.845Z | 37 | use crate::mac::TunnelTcpLsoFlags; |
1160 | 2025-02-10T17:25:58.845Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1161 | 2025-02-10T17:25:58.845Z | | |
1162 | 2025-02-10T17:25:58.845Z | = note: `#[warn(unused_imports)]` on by default |
1163 | 2025-02-10T17:25:58.845Z | |
1164 | 2025-02-10T17:26:00.527Z | warning: variable does not need to be mutable |
1165 | 2025-02-10T17:26:00.527Z | --> xde/src/xde.rs:1611:25 |
1166 | 2025-02-10T17:26:00.527Z | | |
1167 | 2025-02-10T17:26:00.527Z | 1611 | let mut pkt = emit_spec.apply(pkt); |
1168 | 2025-02-10T17:26:00.527Z | | ----^^^ |
1169 | 2025-02-10T17:26:00.527Z | | | |
1170 | 2025-02-10T17:26:00.527Z | | help: remove this `mut` |
1171 | 2025-02-10T17:26:00.527Z | | |
1172 | 2025-02-10T17:26:00.527Z | = note: `#[warn(unused_mut)]` on by default |
1173 | 2025-02-10T17:26:00.527Z | |
1174 | 2025-02-10T17:26:00.780Z | warning: creating a mutable reference to mutable static is discouraged |
1175 | 2025-02-10T17:26:00.780Z | --> xde/src/xde.rs:485:5 |
1176 | 2025-02-10T17:26:00.780Z | | |
1177 | 2025-02-10T17:26:00.780Z | 485 | xde_devs.init(KRwLockType::Driver); |
1178 | 2025-02-10T17:26:00.780Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1179 | 2025-02-10T17:26:00.780Z | | |
1180 | 2025-02-10T17:26:00.780Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1181 | 2025-02-10T17:26:00.780Z | = 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 |
1182 | 2025-02-10T17:26:00.780Z | = note: `#[warn(static_mut_refs)]` on by default |
1183 | 2025-02-10T17:26:00.780Z | |
1184 | 2025-02-10T17:26:00.783Z | warning: creating a shared reference to mutable static is discouraged |
1185 | 2025-02-10T17:26:00.783Z | --> xde/src/xde.rs:809:25 |
1186 | 2025-02-10T17:26:00.783Z | | |
1187 | 2025-02-10T17:26:00.783Z | 809 | let devs = unsafe { xde_devs.read() }; |
1188 | 2025-02-10T17:26:00.783Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1189 | 2025-02-10T17:26:00.783Z | | |
1190 | 2025-02-10T17:26:00.783Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1191 | 2025-02-10T17:26:00.783Z | = 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 |
1192 | 2025-02-10T17:26:00.783Z | |
1193 | 2025-02-10T17:26:00.783Z | warning: creating a shared reference to mutable static is discouraged |
1194 | 2025-02-10T17:26:00.783Z | --> xde/src/xde.rs:837:29 |
1195 | 2025-02-10T17:26:00.783Z | | |
1196 | 2025-02-10T17:26:00.783Z | 837 | let mut devs = unsafe { xde_devs.write() }; |
1197 | 2025-02-10T17:26:00.783Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1198 | 2025-02-10T17:26:00.783Z | | |
1199 | 2025-02-10T17:26:00.783Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1200 | 2025-02-10T17:26:00.783Z | = 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 |
1201 | 2025-02-10T17:26:00.783Z | |
1202 | 2025-02-10T17:26:00.783Z | warning: creating a shared reference to mutable static is discouraged |
1203 | 2025-02-10T17:26:00.783Z | --> xde/src/xde.rs:971:29 |
1204 | 2025-02-10T17:26:00.783Z | | |
1205 | 2025-02-10T17:26:00.783Z | 971 | let mut devs = unsafe { xde_devs.write() }; |
1206 | 2025-02-10T17:26:00.783Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1207 | 2025-02-10T17:26:00.783Z | | |
1208 | 2025-02-10T17:26:00.783Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1209 | 2025-02-10T17:26:00.783Z | = 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 |
1210 | 2025-02-10T17:26:00.783Z | |
1211 | 2025-02-10T17:26:00.783Z | warning: creating a shared reference to mutable static is discouraged |
1212 | 2025-02-10T17:26:00.783Z | --> xde/src/xde.rs:1059:18 |
1213 | 2025-02-10T17:26:00.783Z | | |
1214 | 2025-02-10T17:26:00.783Z | 1059 | if unsafe { !xde_devs.read().is_empty() } { |
1215 | 2025-02-10T17:26:00.783Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1216 | 2025-02-10T17:26:00.783Z | | |
1217 | 2025-02-10T17:26:00.783Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1218 | 2025-02-10T17:26:00.783Z | = 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 |
1219 | 2025-02-10T17:26:00.783Z | |
1220 | 2025-02-10T17:26:00.783Z | warning: creating a shared reference to mutable static is discouraged |
1221 | 2025-02-10T17:26:00.783Z | --> xde/src/xde.rs:1381:9 |
1222 | 2025-02-10T17:26:00.784Z | | |
1223 | 2025-02-10T17:26:00.784Z | 1381 | if !xde_devs.read().is_empty() { |
1224 | 2025-02-10T17:26:00.784Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1225 | 2025-02-10T17:26:00.784Z | | |
1226 | 2025-02-10T17:26:00.784Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1227 | 2025-02-10T17:26:00.784Z | = 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 |
1228 | 2025-02-10T17:26:00.784Z | |
1229 | 2025-02-10T17:26:00.788Z | warning: creating a shared reference to mutable static is discouraged |
1230 | 2025-02-10T17:26:00.788Z | --> xde/src/xde.rs:1841:37 |
1231 | 2025-02-10T17:26:00.788Z | | |
1232 | 2025-02-10T17:26:00.788Z | 1841 | let devs = unsafe { xde_devs.read() }; |
1233 | 2025-02-10T17:26:00.788Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1234 | 2025-02-10T17:26:00.788Z | | |
1235 | 2025-02-10T17:26:00.788Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1236 | 2025-02-10T17:26:00.788Z | = 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 |
1237 | 2025-02-10T17:26:00.788Z | |
1238 | 2025-02-10T17:26:00.788Z | warning: creating a shared reference to mutable static is discouraged |
1239 | 2025-02-10T17:26:00.788Z | --> xde/src/xde.rs:2215:16 |
1240 | 2025-02-10T17:26:00.788Z | | |
1241 | 2025-02-10T17:26:00.788Z | 2215 | let devs = xde_devs.read(); |
1242 | 2025-02-10T17:26:00.788Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1243 | 2025-02-10T17:26:00.788Z | | |
1244 | 2025-02-10T17:26:00.788Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1245 | 2025-02-10T17:26:00.788Z | = 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 |
1246 | 2025-02-10T17:26:00.788Z | |
1247 | 2025-02-10T17:26:00.788Z | warning: creating a shared reference to mutable static is discouraged |
1248 | 2025-02-10T17:26:00.788Z | --> xde/src/xde.rs:2279:25 |
1249 | 2025-02-10T17:26:00.788Z | | |
1250 | 2025-02-10T17:26:00.788Z | 2279 | let devs = unsafe { xde_devs.read() }; |
1251 | 2025-02-10T17:26:00.788Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1252 | 2025-02-10T17:26:00.788Z | | |
1253 | 2025-02-10T17:26:00.788Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1254 | 2025-02-10T17:26:00.788Z | = 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 |
1255 | 2025-02-10T17:26:00.788Z | |
1256 | 2025-02-10T17:26:00.788Z | warning: creating a shared reference to mutable static is discouraged |
1257 | 2025-02-10T17:26:00.788Z | --> xde/src/xde.rs:2292:25 |
1258 | 2025-02-10T17:26:00.788Z | | |
1259 | 2025-02-10T17:26:00.788Z | 2292 | let devs = unsafe { xde_devs.read() }; |
1260 | 2025-02-10T17:26:00.788Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1261 | 2025-02-10T17:26:00.788Z | | |
1262 | 2025-02-10T17:26:00.789Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1263 | 2025-02-10T17:26:00.789Z | = 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 |
1264 | 2025-02-10T17:26:00.789Z | |
1265 | 2025-02-10T17:26:00.789Z | warning: creating a shared reference to mutable static is discouraged |
1266 | 2025-02-10T17:26:00.789Z | --> xde/src/xde.rs:2303:25 |
1267 | 2025-02-10T17:26:00.789Z | | |
1268 | 2025-02-10T17:26:00.789Z | 2303 | let devs = unsafe { xde_devs.read() }; |
1269 | 2025-02-10T17:26:00.789Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1270 | 2025-02-10T17:26:00.789Z | | |
1271 | 2025-02-10T17:26:00.789Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1272 | 2025-02-10T17:26:00.789Z | = 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 |
1273 | 2025-02-10T17:26:00.789Z | |
1274 | 2025-02-10T17:26:00.789Z | warning: creating a shared reference to mutable static is discouraged |
1275 | 2025-02-10T17:26:00.789Z | --> xde/src/xde.rs:2315:25 |
1276 | 2025-02-10T17:26:00.789Z | | |
1277 | 2025-02-10T17:26:00.789Z | 2315 | let devs = unsafe { xde_devs.read() }; |
1278 | 2025-02-10T17:26:00.789Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1279 | 2025-02-10T17:26:00.789Z | | |
1280 | 2025-02-10T17:26:00.789Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1281 | 2025-02-10T17:26:00.789Z | = 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 |
1282 | 2025-02-10T17:26:00.789Z | |
1283 | 2025-02-10T17:26:00.789Z | warning: creating a shared reference to mutable static is discouraged |
1284 | 2025-02-10T17:26:00.789Z | --> xde/src/xde.rs:2327:25 |
1285 | 2025-02-10T17:26:00.789Z | | |
1286 | 2025-02-10T17:26:00.789Z | 2327 | let devs = unsafe { xde_devs.read() }; |
1287 | 2025-02-10T17:26:00.789Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1288 | 2025-02-10T17:26:00.789Z | | |
1289 | 2025-02-10T17:26:00.789Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1290 | 2025-02-10T17:26:00.789Z | = 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 |
1291 | 2025-02-10T17:26:00.789Z | |
1292 | 2025-02-10T17:26:00.789Z | warning: creating a shared reference to mutable static is discouraged |
1293 | 2025-02-10T17:26:00.789Z | --> xde/src/xde.rs:2391:25 |
1294 | 2025-02-10T17:26:00.789Z | | |
1295 | 2025-02-10T17:26:00.789Z | 2391 | let devs = unsafe { xde_devs.read() }; |
1296 | 2025-02-10T17:26:00.789Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1297 | 2025-02-10T17:26:00.789Z | | |
1298 | 2025-02-10T17:26:00.789Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1299 | 2025-02-10T17:26:00.789Z | = 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 |
1300 | 2025-02-10T17:26:00.789Z | |
1301 | 2025-02-10T17:26:00.790Z | warning: creating a shared reference to mutable static is discouraged |
1302 | 2025-02-10T17:26:00.790Z | --> xde/src/xde.rs:2402:25 |
1303 | 2025-02-10T17:26:00.790Z | | |
1304 | 2025-02-10T17:26:00.790Z | 2402 | let devs = unsafe { xde_devs.read() }; |
1305 | 2025-02-10T17:26:00.790Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1306 | 2025-02-10T17:26:00.790Z | | |
1307 | 2025-02-10T17:26:00.790Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1308 | 2025-02-10T17:26:00.790Z | = 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 |
1309 | 2025-02-10T17:26:00.790Z | |
1310 | 2025-02-10T17:26:00.790Z | warning: creating a shared reference to mutable static is discouraged |
1311 | 2025-02-10T17:26:00.790Z | --> xde/src/xde.rs:2414:25 |
1312 | 2025-02-10T17:26:00.790Z | | |
1313 | 2025-02-10T17:26:00.790Z | 2414 | let devs = unsafe { xde_devs.read() }; |
1314 | 2025-02-10T17:26:00.790Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1315 | 2025-02-10T17:26:00.790Z | | |
1316 | 2025-02-10T17:26:00.790Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1317 | 2025-02-10T17:26:00.790Z | = 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 |
1318 | 2025-02-10T17:26:00.790Z | |
1319 | 2025-02-10T17:26:00.790Z | warning: creating a shared reference to mutable static is discouraged |
1320 | 2025-02-10T17:26:00.790Z | --> xde/src/xde.rs:2428:25 |
1321 | 2025-02-10T17:26:00.790Z | | |
1322 | 2025-02-10T17:26:00.790Z | 2428 | let devs = unsafe { xde_devs.read() }; |
1323 | 2025-02-10T17:26:00.790Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1324 | 2025-02-10T17:26:00.790Z | | |
1325 | 2025-02-10T17:26:00.790Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1326 | 2025-02-10T17:26:00.790Z | = 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 |
1327 | 2025-02-10T17:26:00.790Z | |
1328 | 2025-02-10T17:26:00.790Z | warning: creating a shared reference to mutable static is discouraged |
1329 | 2025-02-10T17:26:00.793Z | --> xde/src/xde.rs:2441:25 |
1330 | 2025-02-10T17:26:00.793Z | | |
1331 | 2025-02-10T17:26:00.793Z | 2441 | let devs = unsafe { xde_devs.read() }; |
1332 | 2025-02-10T17:26:00.793Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1333 | 2025-02-10T17:26:00.794Z | | |
1334 | 2025-02-10T17:26:00.794Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1335 | 2025-02-10T17:26:00.794Z | = 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 |
1336 | 2025-02-10T17:26:00.794Z | |
1337 | 2025-02-10T17:26:00.794Z | warning: creating a shared reference to mutable static is discouraged |
1338 | 2025-02-10T17:26:00.794Z | --> xde/src/xde.rs:2454:25 |
1339 | 2025-02-10T17:26:00.794Z | | |
1340 | 2025-02-10T17:26:00.794Z | 2454 | let devs = unsafe { xde_devs.read() }; |
1341 | 2025-02-10T17:26:00.794Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1342 | 2025-02-10T17:26:00.794Z | | |
1343 | 2025-02-10T17:26:00.794Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1344 | 2025-02-10T17:26:00.794Z | = 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 |
1345 | 2025-02-10T17:26:00.794Z | |
1346 | 2025-02-10T17:26:00.794Z | warning: creating a shared reference to mutable static is discouraged |
1347 | 2025-02-10T17:26:00.794Z | --> xde/src/xde.rs:2465:25 |
1348 | 2025-02-10T17:26:00.794Z | | |
1349 | 2025-02-10T17:26:00.794Z | 2465 | let devs = unsafe { xde_devs.read() }; |
1350 | 2025-02-10T17:26:00.794Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1351 | 2025-02-10T17:26:00.794Z | | |
1352 | 2025-02-10T17:26:00.794Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1353 | 2025-02-10T17:26:00.794Z | = 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 |
1354 | 2025-02-10T17:26:00.794Z | |
1355 | 2025-02-10T17:26:00.794Z | warning: creating a shared reference to mutable static is discouraged |
1356 | 2025-02-10T17:26:00.794Z | --> xde/src/xde.rs:2477:25 |
1357 | 2025-02-10T17:26:00.794Z | | |
1358 | 2025-02-10T17:26:00.794Z | 2477 | let devs = unsafe { xde_devs.read() }; |
1359 | 2025-02-10T17:26:00.794Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1360 | 2025-02-10T17:26:00.794Z | | |
1361 | 2025-02-10T17:26:00.794Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1362 | 2025-02-10T17:26:00.794Z | = 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 |
1363 | 2025-02-10T17:26:00.794Z | |
1364 | 2025-02-10T17:26:00.794Z | warning: creating a shared reference to mutable static is discouraged |
1365 | 2025-02-10T17:26:00.794Z | --> xde/src/xde.rs:2492:25 |
1366 | 2025-02-10T17:26:00.794Z | | |
1367 | 2025-02-10T17:26:00.794Z | 2492 | let devs = unsafe { xde_devs.read() }; |
1368 | 2025-02-10T17:26:00.794Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1369 | 2025-02-10T17:26:00.794Z | | |
1370 | 2025-02-10T17:26:00.794Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1371 | 2025-02-10T17:26:00.794Z | = 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 |
1372 | 2025-02-10T17:26:00.795Z | |
1373 | 2025-02-10T17:26:00.795Z | warning: creating a shared reference to mutable static is discouraged |
1374 | 2025-02-10T17:26:00.795Z | --> xde/src/xde.rs:2506:25 |
1375 | 2025-02-10T17:26:00.795Z | | |
1376 | 2025-02-10T17:26:00.795Z | 2506 | let devs = unsafe { xde_devs.read() }; |
1377 | 2025-02-10T17:26:00.795Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1378 | 2025-02-10T17:26:00.795Z | | |
1379 | 2025-02-10T17:26:00.795Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1380 | 2025-02-10T17:26:00.795Z | = 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 |
1381 | 2025-02-10T17:26:00.795Z | |
1382 | 2025-02-10T17:26:25.901Z | warning: `xde` (lib) generated 25 warnings (run `cargo fix --lib -p xde` to apply 2 suggestions) |
1383 | 2025-02-10T17:26:25.901Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 06s |
1384 | 2025-02-10T17:26:25.930Z | + 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 |
1385 | 2025-02-10T17:26:26.612Z | + pushd xde-link |
1386 | 2025-02-10T17:26:26.615Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1387 | 2025-02-10T17:26:26.615Z | + cargo -v build --release |
1388 | 2025-02-10T17:26:26.747Z | Compiling compiler_builtins v0.1.138 |
1389 | 2025-02-10T17:26:26.747Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1390 | 2025-02-10T17:26:26.747Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1391 | 2025-02-10T17:26:26.750Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1392 | 2025-02-10T17:26:26.750Z | 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` |
1393 | 2025-02-10T17:26:26.750Z | 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` |
1394 | 2025-02-10T17:26:26.986Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1395 | 2025-02-10T17:26:43.003Z | 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) |
1396 | 2025-02-10T17:26:43.006Z | 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` |
1397 | 2025-02-10T17:26:43.044Z | 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)'` |
1398 | 2025-02-10T17:26:43.835Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1399 | 2025-02-10T17:26:43.837Z | 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` |
1400 | 2025-02-10T17:26:47.100Z | 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` |
1401 | 2025-02-10T17:26:47.392Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.73s |
1402 | 2025-02-10T17:26:47.413Z | + set +e |
1403 | 2025-02-10T17:26:47.416Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1404 | 2025-02-10T17:26:47.416Z | + grep panicking |
1405 | 2025-02-10T17:26:47.418Z | + '[' 1 -eq 0 ']' |
1406 | 2025-02-10T17:26:47.418Z | + popd |
1407 | 2025-02-10T17:26:47.421Z | /work/oxidecomputer/opte/xde |
1408 | 2025-02-10T17:26:47.421Z | |
1409 | 2025-02-10T17:26:47.421Z | real 1:27.932133804 |
1410 | 2025-02-10T17:26:47.421Z | user 3:16.389633259 |
1411 | 2025-02-10T17:26:47.421Z | sys 14.089523185 |
1412 | 2025-02-10T17:26:47.421Z | trap 0.064731150 |
1413 | 2025-02-10T17:26:47.421Z | tflt 0.325047619 |
1414 | 2025-02-10T17:26:47.421Z | dflt 0.629056975 |
1415 | 2025-02-10T17:26:47.421Z | kflt 0.000017556 |
1416 | 2025-02-10T17:26:47.421Z | lock 7:39.020371434 |
1417 | 2025-02-10T17:26:47.421Z | slp 9:45.951498787 |
1418 | 2025-02-10T17:26:47.421Z | lat 2.568859167 |
1419 | 2025-02-10T17:26:47.421Z | stop 4.319458245 |
1420 | 2025-02-10T17:26:47.421Z | + popd |
1421 | 2025-02-10T17:26:47.421Z | /work/oxidecomputer/opte |
1422 | 2025-02-10T17:26:47.421Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1423 | 2025-02-10T17:26:47.424Z | + grep GOTPCREL |
1424 | 2025-02-10T17:26:49.826Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1425 | 2025-02-10T17:26:49.829Z | + grep GOTPCREL |
1426 | 2025-02-10T17:26:51.238Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1427 | 2025-02-10T17:26:51.298Z | + sha256sum /work/debug/xde.dbg |
1428 | 2025-02-10T17:26:51.349Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1429 | 2025-02-10T17:26:51.352Z | + sha256sum /work/debug/xde_link.dbg.so |
1430 | 2025-02-10T17:26:51.355Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1431 | 2025-02-10T17:26:51.396Z | + sha256sum /work/release/xde |
1432 | 2025-02-10T17:26:51.427Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1433 | 2025-02-10T17:26:51.430Z | + sha256sum /work/release/xde_link.so |
1434 | 2025-02-10T17:26:51.433Z | + header 'build xde integration tests' |
1435 | 2025-02-10T17:26:51.436Z | + echo '# ==== build xde integration tests ==== #' |
1436 | 2025-02-10T17:26:51.436Z | + pushd xde-tests |
1437 | 2025-02-10T17:26:51.436Z | # ==== build xde integration tests ==== # |
1438 | 2025-02-10T17:26:51.436Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1439 | 2025-02-10T17:26:51.436Z | + cargo +nightly-2024-11-18 fmt -- --check |
1440 | 2025-02-10T17:26:51.593Z | + cargo clippy --all-targets |
1441 | 2025-02-10T17:26:51.914Z | Downloading crates ... |
1442 | 2025-02-10T17:26:52.054Z | Downloaded num-conv v0.1.0 |
1443 | 2025-02-10T17:26:52.061Z | Downloaded time-core v0.1.2 |
1444 | 2025-02-10T17:26:52.069Z | Downloaded cstr-argument v0.1.2 |
1445 | 2025-02-10T17:26:52.073Z | Downloaded pretty-hex v0.2.1 |
1446 | 2025-02-10T17:26:52.079Z | Downloaded clap_lex v0.7.4 |
1447 | 2025-02-10T17:26:52.088Z | Downloaded anstyle v1.0.10 |
1448 | 2025-02-10T17:26:52.091Z | Downloaded colorchoice v1.0.3 |
1449 | 2025-02-10T17:26:52.094Z | Downloaded autocfg v1.4.0 |
1450 | 2025-02-10T17:26:52.094Z | Downloaded take_mut v0.2.2 |
1451 | 2025-02-10T17:26:52.103Z | Downloaded equivalent v1.0.1 |
1452 | 2025-02-10T17:26:52.106Z | Downloaded heck v0.5.0 |
1453 | 2025-02-10T17:26:52.110Z | Downloaded foreign-types-shared v0.3.1 |
1454 | 2025-02-10T17:26:52.113Z | Downloaded rand_chacha v0.3.1 |
1455 | 2025-02-10T17:26:52.118Z | Downloaded anstyle-query v1.1.2 |
1456 | 2025-02-10T17:26:52.120Z | Downloaded thread_local v1.1.8 |
1457 | 2025-02-10T17:26:52.123Z | Downloaded foreign-types-macros v0.2.3 |
1458 | 2025-02-10T17:26:52.123Z | Downloaded thiserror v1.0.69 |
1459 | 2025-02-10T17:26:52.126Z | Downloaded slog-stdlog v4.1.1 |
1460 | 2025-02-10T17:26:52.129Z | Downloaded num_enum_derive v0.5.11 |
1461 | 2025-02-10T17:26:52.129Z | Downloaded lazy_static v1.5.0 |
1462 | 2025-02-10T17:26:52.131Z | Downloaded ppv-lite86 v0.2.20 |
1463 | 2025-02-10T17:26:52.134Z | Downloaded dirs-sys-next v0.1.2 |
1464 | 2025-02-10T17:26:52.134Z | Downloaded is_terminal_polyfill v1.70.1 |
1465 | 2025-02-10T17:26:52.134Z | Downloaded scopeguard v1.2.0 |
1466 | 2025-02-10T17:26:52.136Z | Downloaded slog-async v2.8.0 |
1467 | 2025-02-10T17:26:52.136Z | Downloaded ipnetwork v0.21.1 |
1468 | 2025-02-10T17:26:52.139Z | Downloaded dirs-next v2.0.0 |
1469 | 2025-02-10T17:26:52.141Z | Downloaded deranged v0.3.11 |
1470 | 2025-02-10T17:26:52.144Z | Downloaded foreign-types v0.5.0 |
1471 | 2025-02-10T17:26:52.147Z | Downloaded errno v0.3.10 |
1472 | 2025-02-10T17:26:52.150Z | Downloaded tabwriter v1.4.1 |
1473 | 2025-02-10T17:26:52.153Z | Downloaded proc-macro-error-attr v1.0.4 |
1474 | 2025-02-10T17:26:52.156Z | Downloaded clap_derive v4.5.24 |
1475 | 2025-02-10T17:26:52.158Z | Downloaded anstream v0.6.18 |
1476 | 2025-02-10T17:26:52.161Z | Downloaded anstyle-parse v0.2.6 |
1477 | 2025-02-10T17:26:52.161Z | Downloaded toml_datetime v0.6.8 |
1478 | 2025-02-10T17:26:52.164Z | Downloaded powerfmt v0.2.0 |
1479 | 2025-02-10T17:26:52.164Z | Downloaded signal-hook-registry v1.4.2 |
1480 | 2025-02-10T17:26:52.166Z | Downloaded utf8parse v0.2.2 |
1481 | 2025-02-10T17:26:52.166Z | Downloaded slog-envlogger v2.2.0 |
1482 | 2025-02-10T17:26:52.171Z | Downloaded tokio-macros v2.5.0 |
1483 | 2025-02-10T17:26:52.174Z | Downloaded schemars_derive v0.8.21 |
1484 | 2025-02-10T17:26:52.174Z | Downloaded num_enum v0.5.11 |
1485 | 2025-02-10T17:26:52.178Z | Downloaded thiserror-impl v1.0.69 |
1486 | 2025-02-10T17:26:52.180Z | Downloaded rand_core v0.6.4 |
1487 | 2025-02-10T17:26:52.180Z | Downloaded lock_api v0.4.12 |
1488 | 2025-02-10T17:26:52.183Z | Downloaded itoa v1.0.14 |
1489 | 2025-02-10T17:26:52.186Z | Downloaded is-terminal v0.4.13 |
1490 | 2025-02-10T17:26:52.186Z | Downloaded terminal_size v0.4.1 |
1491 | 2025-02-10T17:26:52.188Z | Downloaded parking_lot_core v0.9.10 |
1492 | 2025-02-10T17:26:52.191Z | Downloaded heck v0.4.1 |
1493 | 2025-02-10T17:26:52.191Z | Downloaded colored v2.2.0 |
1494 | 2025-02-10T17:26:52.194Z | Downloaded slog-term v2.9.1 |
1495 | 2025-02-10T17:26:52.196Z | Downloaded slog-scope v4.4.0 |
1496 | 2025-02-10T17:26:52.196Z | Downloaded smallvec v1.13.2 |
1497 | 2025-02-10T17:26:52.198Z | Downloaded proc-macro-crate v1.3.1 |
1498 | 2025-02-10T17:26:52.199Z | Downloaded ipnetwork v0.20.0 |
1499 | 2025-02-10T17:26:52.206Z | Downloaded proc-macro-error v1.0.4 |
1500 | 2025-02-10T17:26:52.212Z | Downloaded crossbeam-utils v0.8.21 |
1501 | 2025-02-10T17:26:52.216Z | Downloaded serde_derive_internals v0.29.1 |
1502 | 2025-02-10T17:26:52.219Z | Downloaded anyhow v1.0.95 |
1503 | 2025-02-10T17:26:52.226Z | Downloaded pin-project-lite v0.2.16 |
1504 | 2025-02-10T17:26:52.231Z | Downloaded once_cell v1.20.2 |
1505 | 2025-02-10T17:26:52.234Z | Downloaded time-macros v0.2.19 |
1506 | 2025-02-10T17:26:52.236Z | Downloaded zerocopy-derive v0.7.35 |
1507 | 2025-02-10T17:26:52.239Z | Downloaded socket2 v0.5.8 |
1508 | 2025-02-10T17:26:52.242Z | Downloaded slog v2.7.0 |
1509 | 2025-02-10T17:26:52.245Z | Downloaded log v0.4.25 |
1510 | 2025-02-10T17:26:52.247Z | Downloaded bytes v1.9.0 |
1511 | 2025-02-10T17:26:52.250Z | Downloaded tracing-attributes v0.1.28 |
1512 | 2025-02-10T17:26:52.257Z | Downloaded parking_lot v0.12.3 |
1513 | 2025-02-10T17:26:52.259Z | Downloaded term v0.7.0 |
1514 | 2025-02-10T17:26:52.262Z | Downloaded clap v4.5.26 |
1515 | 2025-02-10T17:26:52.278Z | Downloaded schemars v0.8.21 |
1516 | 2025-02-10T17:26:52.289Z | Downloaded tracing-core v0.1.33 |
1517 | 2025-02-10T17:26:52.291Z | Downloaded ryu v1.0.18 |
1518 | 2025-02-10T17:26:52.294Z | Downloaded getrandom v0.2.15 |
1519 | 2025-02-10T17:26:52.297Z | Downloaded arc-swap v1.7.1 |
1520 | 2025-02-10T17:26:52.308Z | Downloaded tracing v0.1.41 |
1521 | 2025-02-10T17:26:52.313Z | Downloaded indexmap v2.7.1 |
1522 | 2025-02-10T17:26:52.317Z | Downloaded crossbeam-channel v0.5.14 |
1523 | 2025-02-10T17:26:52.323Z | Downloaded rand v0.8.5 |
1524 | 2025-02-10T17:26:52.328Z | Downloaded toml_edit v0.19.15 |
1525 | 2025-02-10T17:26:52.344Z | Downloaded mio v1.0.3 |
1526 | 2025-02-10T17:26:52.354Z | Downloaded time v0.3.37 |
1527 | 2025-02-10T17:26:52.369Z | Downloaded itertools v0.12.1 |
1528 | 2025-02-10T17:26:52.376Z | Downloaded clap_builder v4.5.26 |
1529 | 2025-02-10T17:26:52.382Z | Downloaded zerocopy v0.7.35 |
1530 | 2025-02-10T17:26:52.397Z | Downloaded hashbrown v0.15.2 |
1531 | 2025-02-10T17:26:52.402Z | Downloaded winnow v0.5.40 |
1532 | 2025-02-10T17:26:52.410Z | Downloaded winnow v0.6.24 |
1533 | 2025-02-10T17:26:52.418Z | Downloaded serde_json v1.0.137 |
1534 | 2025-02-10T17:26:52.425Z | Downloaded syn v1.0.109 |
1535 | 2025-02-10T17:26:52.438Z | Downloaded unicode-width v0.2.0 |
1536 | 2025-02-10T17:26:52.459Z | Downloaded rustix v0.38.43 |
1537 | 2025-02-10T17:26:52.532Z | Downloaded libc v0.2.169 |
1538 | 2025-02-10T17:26:52.556Z | Downloaded tokio v1.43.0 |
1539 | 2025-02-10T17:26:52.696Z | Compiling proc-macro2 v1.0.93 |
1540 | 2025-02-10T17:26:52.696Z | Compiling unicode-ident v1.0.14 |
1541 | 2025-02-10T17:26:52.699Z | Compiling libc v0.2.169 |
1542 | 2025-02-10T17:26:52.699Z | Checking cfg-if v1.0.0 |
1543 | 2025-02-10T17:26:52.699Z | Compiling serde v1.0.217 |
1544 | 2025-02-10T17:26:52.699Z | Checking byteorder v1.5.0 |
1545 | 2025-02-10T17:26:52.708Z | Compiling syn v1.0.109 |
1546 | 2025-02-10T17:26:52.711Z | Compiling version_check v0.9.5 |
1547 | 2025-02-10T17:26:52.804Z | Checking memchr v2.7.4 |
1548 | 2025-02-10T17:26:52.936Z | Compiling strsim v0.11.1 |
1549 | 2025-02-10T17:26:53.011Z | Compiling ident_case v1.0.1 |
1550 | 2025-02-10T17:26:53.191Z | Compiling fnv v1.0.7 |
1551 | 2025-02-10T17:26:53.298Z | Checking once_cell v1.20.2 |
1552 | 2025-02-10T17:26:53.316Z | Compiling equivalent v1.0.1 |
1553 | 2025-02-10T17:26:53.319Z | Compiling autocfg v1.4.0 |
1554 | 2025-02-10T17:26:53.376Z | Checking itoa v1.0.14 |
1555 | 2025-02-10T17:26:53.484Z | Compiling hashbrown v0.15.2 |
1556 | 2025-02-10T17:26:53.606Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1557 | 2025-02-10T17:26:53.650Z | Compiling toml_datetime v0.6.8 |
1558 | 2025-02-10T17:26:53.692Z | Compiling parking_lot_core v0.9.10 |
1559 | 2025-02-10T17:26:53.983Z | Compiling regex-syntax v0.8.5 |
1560 | 2025-02-10T17:26:54.012Z | Compiling anyhow v1.0.95 |
1561 | 2025-02-10T17:26:54.144Z | Compiling winnow v0.5.40 |
1562 | 2025-02-10T17:26:54.160Z | Compiling lock_api v0.4.12 |
1563 | 2025-02-10T17:26:54.539Z | Compiling quote v1.0.38 |
1564 | 2025-02-10T17:26:54.592Z | Compiling indexmap v2.7.1 |
1565 | 2025-02-10T17:26:54.614Z | Compiling aho-corasick v1.1.3 |
1566 | 2025-02-10T17:26:54.996Z | Compiling syn v2.0.96 |
1567 | 2025-02-10T17:26:55.139Z | Compiling either v1.13.0 |
1568 | 2025-02-10T17:26:55.220Z | Checking smallvec v1.13.2 |
1569 | 2025-02-10T17:26:55.523Z | Checking scopeguard v1.2.0 |
1570 | 2025-02-10T17:26:55.572Z | Compiling serde_json v1.0.137 |
1571 | 2025-02-10T17:26:55.648Z | Checking lazy_static v1.5.0 |
1572 | 2025-02-10T17:26:55.770Z | Compiling thiserror v1.0.69 |
1573 | 2025-02-10T17:26:55.913Z | Checking dyn-clone v1.0.17 |
1574 | 2025-02-10T17:26:56.058Z | Compiling zerocopy v0.8.14 |
1575 | 2025-02-10T17:26:56.656Z | Compiling itertools v0.13.0 |
1576 | 2025-02-10T17:26:56.824Z | Checking getrandom v0.2.15 |
1577 | 2025-02-10T17:26:56.861Z | Compiling schemars v0.8.21 |
1578 | 2025-02-10T17:26:57.037Z | Checking pin-project-lite v0.2.16 |
1579 | 2025-02-10T17:26:57.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1580 | 2025-02-10T17:26:57.232Z | Compiling toml_edit v0.19.15 |
1581 | 2025-02-10T17:26:57.431Z | Checking ryu v1.0.18 |
1582 | 2025-02-10T17:26:57.498Z | Compiling regex-automata v0.4.9 |
1583 | 2025-02-10T17:26:58.048Z | Compiling heapless v0.8.0 |
1584 | 2025-02-10T17:26:58.659Z | Checking rand_core v0.6.4 |
1585 | 2025-02-10T17:26:58.912Z | Checking parking_lot v0.12.3 |
1586 | 2025-02-10T17:26:58.961Z | Checking socket2 v0.5.8 |
1587 | 2025-02-10T17:26:59.250Z | Checking mio v1.0.3 |
1588 | 2025-02-10T17:26:59.430Z | Checking signal-hook-registry v1.4.2 |
1589 | 2025-02-10T17:26:59.551Z | Checking hash32 v0.3.1 |
1590 | 2025-02-10T17:26:59.573Z | Checking stable_deref_trait v1.2.0 |
1591 | 2025-02-10T17:26:59.668Z | Checking foreign-types-shared v0.3.1 |
1592 | 2025-02-10T17:26:59.676Z | Compiling smoltcp v0.11.0 |
1593 | 2025-02-10T17:26:59.715Z | Checking bytes v1.9.0 |
1594 | 2025-02-10T17:26:59.776Z | Compiling slog v2.7.0 |
1595 | 2025-02-10T17:26:59.821Z | Checking macaddr v1.0.1 |
1596 | 2025-02-10T17:27:00.083Z | Compiling proc-macro-crate v1.3.1 |
1597 | 2025-02-10T17:27:00.477Z | Checking cstr-argument v0.1.2 |
1598 | 2025-02-10T17:27:00.616Z | Checking tracing-core v0.1.33 |
1599 | 2025-02-10T17:27:00.634Z | Compiling proc-macro-error-attr v1.0.4 |
1600 | 2025-02-10T17:27:00.854Z | Compiling rustix v0.38.43 |
1601 | 2025-02-10T17:27:00.964Z | Checking cobs v0.2.3 |
1602 | 2025-02-10T17:27:01.064Z | Checking bitflags v1.3.2 |
1603 | 2025-02-10T17:27:01.144Z | Checking managed v0.8.0 |
1604 | 2025-02-10T17:27:01.159Z | Checking pretty-hex v0.2.1 |
1605 | 2025-02-10T17:27:01.325Z | Checking colored v2.2.0 |
1606 | 2025-02-10T17:27:01.496Z | Compiling regex v1.11.1 |
1607 | 2025-02-10T17:27:01.646Z | Compiling darling_core v0.20.10 |
1608 | 2025-02-10T17:27:01.681Z | Compiling serde_derive_internals v0.29.1 |
1609 | 2025-02-10T17:27:02.788Z | Checking errno v0.3.10 |
1610 | 2025-02-10T17:27:02.885Z | Compiling proc-macro-error v1.0.4 |
1611 | 2025-02-10T17:27:02.964Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1612 | 2025-02-10T17:27:03.232Z | Checking ipnetwork v0.21.1 |
1613 | 2025-02-10T17:27:03.345Z | Checking unicode-width v0.2.0 |
1614 | 2025-02-10T17:27:03.592Z | Checking winnow v0.6.24 |
1615 | 2025-02-10T17:27:03.748Z | Checking utf8parse v0.2.2 |
1616 | 2025-02-10T17:27:03.846Z | Compiling crossbeam-utils v0.8.21 |
1617 | 2025-02-10T17:27:03.898Z | Checking anstyle-parse v0.2.6 |
1618 | 2025-02-10T17:27:04.168Z | Checking tabwriter v1.4.1 |
1619 | 2025-02-10T17:27:04.503Z | Checking itertools v0.14.0 |
1620 | 2025-02-10T17:27:04.540Z | Checking dirs-sys-next v0.1.2 |
1621 | 2025-02-10T17:27:04.674Z | Checking crc32fast v1.4.2 |
1622 | 2025-02-10T17:27:04.725Z | Checking colorchoice v1.0.3 |
1623 | 2025-02-10T17:27:04.853Z | Checking anstyle v1.0.10 |
1624 | 2025-02-10T17:27:04.882Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1625 | 2025-02-10T17:27:04.955Z | Compiling num_enum_derive v0.5.11 |
1626 | 2025-02-10T17:27:05.202Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1627 | 2025-02-10T17:27:05.213Z | Compiling thiserror v2.0.11 |
1628 | 2025-02-10T17:27:05.236Z | Checking anstyle-query v1.1.2 |
1629 | 2025-02-10T17:27:05.358Z | Compiling time-core v0.1.2 |
1630 | 2025-02-10T17:27:05.535Z | Compiling num-conv v0.1.0 |
1631 | 2025-02-10T17:27:05.783Z | Checking is_terminal_polyfill v1.70.1 |
1632 | 2025-02-10T17:27:05.785Z | Checking powerfmt v0.2.0 |
1633 | 2025-02-10T17:27:05.891Z | Checking anstream v0.6.18 |
1634 | 2025-02-10T17:27:06.040Z | Checking deranged v0.3.11 |
1635 | 2025-02-10T17:27:06.059Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1636 | 2025-02-10T17:27:06.152Z | Compiling serde_derive v1.0.217 |
1637 | 2025-02-10T17:27:06.209Z | Compiling zerocopy-derive v0.7.35 |
1638 | 2025-02-10T17:27:06.256Z | Compiling thiserror-impl v1.0.69 |
1639 | 2025-02-10T17:27:06.303Z | Compiling zerocopy-derive v0.8.14 |
1640 | 2025-02-10T17:27:06.324Z | Compiling tokio-macros v2.5.0 |
1641 | 2025-02-10T17:27:07.031Z | Compiling schemars_derive v0.8.21 |
1642 | 2025-02-10T17:27:07.149Z | Compiling darling_macro v0.20.10 |
1643 | 2025-02-10T17:27:07.296Z | Compiling foreign-types-macros v0.2.3 |
1644 | 2025-02-10T17:27:07.815Z | Checking tokio v1.43.0 |
1645 | 2025-02-10T17:27:08.140Z | Checking zerocopy v0.7.35 |
1646 | 2025-02-10T17:27:08.148Z | Compiling darling v0.20.10 |
1647 | 2025-02-10T17:27:08.257Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1648 | 2025-02-10T17:27:08.511Z | Checking foreign-types v0.5.0 |
1649 | 2025-02-10T17:27:08.607Z | Checking num_enum v0.5.11 |
1650 | 2025-02-10T17:27:08.760Z | Compiling tracing-attributes v0.1.28 |
1651 | 2025-02-10T17:27:09.040Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2025-02-10T17:27:09.320Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1653 | 2025-02-10T17:27:09.346Z | Checking ppv-lite86 v0.2.20 |
1654 | 2025-02-10T17:27:09.884Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1655 | 2025-02-10T17:27:10.031Z | Checking rand_chacha v0.3.1 |
1656 | 2025-02-10T17:27:10.397Z | Checking rand v0.8.5 |
1657 | 2025-02-10T17:27:10.687Z | Compiling thiserror-impl v2.0.11 |
1658 | 2025-02-10T17:27:11.328Z | Compiling time-macros v0.2.19 |
1659 | 2025-02-10T17:27:11.797Z | Checking tracing v0.1.41 |
1660 | 2025-02-10T17:27:11.966Z | Checking dirs-next v2.0.0 |
1661 | 2025-02-10T17:27:12.789Z | Checking thread_local v1.1.8 |
1662 | 2025-02-10T17:27:12.792Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1663 | 2025-02-10T17:27:13.015Z | Compiling slog-async v2.8.0 |
1664 | 2025-02-10T17:27:13.072Z | Compiling heck v0.4.1 |
1665 | 2025-02-10T17:27:13.484Z | Compiling heck v0.5.0 |
1666 | 2025-02-10T17:27:13.548Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1667 | 2025-02-10T17:27:13.879Z | Checking clap_lex v0.7.4 |
1668 | 2025-02-10T17:27:13.894Z | Checking arc-swap v1.7.1 |
1669 | 2025-02-10T17:27:14.125Z | Compiling clap_derive v4.5.24 |
1670 | 2025-02-10T17:27:14.134Z | Checking time v0.3.37 |
1671 | 2025-02-10T17:27:14.283Z | Checking slog-scope v4.4.0 |
1672 | 2025-02-10T17:27:14.344Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1673 | 2025-02-10T17:27:14.459Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1674 | 2025-02-10T17:27:14.508Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2025-02-10T17:27:14.605Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1676 | 2025-02-10T17:27:14.765Z | Checking crossbeam-channel v0.5.14 |
1677 | 2025-02-10T17:27:15.237Z | Checking term v0.7.0 |
1678 | 2025-02-10T17:27:15.240Z | Checking itertools v0.12.1 |
1679 | 2025-02-10T17:27:15.465Z | Checking is-terminal v0.4.13 |
1680 | 2025-02-10T17:27:15.590Z | Checking log v0.4.25 |
1681 | 2025-02-10T17:27:15.667Z | Checking take_mut v0.2.2 |
1682 | 2025-02-10T17:27:15.793Z | Checking slog-term v2.9.1 |
1683 | 2025-02-10T17:27:15.872Z | Checking slog-stdlog v4.1.1 |
1684 | 2025-02-10T17:27:17.178Z | Checking bitflags v2.8.0 |
1685 | 2025-02-10T17:27:17.181Z | Checking ipnetwork v0.20.0 |
1686 | 2025-02-10T17:27:17.181Z | Checking postcard v1.1.1 |
1687 | 2025-02-10T17:27:17.181Z | Checking uuid v1.12.0 |
1688 | 2025-02-10T17:27:17.210Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1689 | 2025-02-10T17:27:17.453Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1690 | 2025-02-10T17:27:17.453Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1691 | 2025-02-10T17:27:17.577Z | warning: unused import: `core::ffi::c_int` |
1692 | 2025-02-10T17:27:17.577Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
1693 | 2025-02-10T17:27:17.577Z | | |
1694 | 2025-02-10T17:27:17.577Z | 7 | use core::ffi::c_int; |
1695 | 2025-02-10T17:27:17.577Z | | ^^^^^^^^^^^^^^^^ |
1696 | 2025-02-10T17:27:17.577Z | | |
1697 | 2025-02-10T17:27:17.577Z | = note: `#[warn(unused_imports)]` on by default |
1698 | 2025-02-10T17:27:17.577Z | |
1699 | 2025-02-10T17:27:18.000Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
1700 | 2025-02-10T17:27:18.325Z | Checking terminal_size v0.4.1 |
1701 | 2025-02-10T17:27:18.480Z | Checking clap_builder v4.5.26 |
1702 | 2025-02-10T17:27:19.012Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1703 | 2025-02-10T17:27:19.526Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1704 | 2025-02-10T17:27:19.738Z | Checking slog-envlogger v2.2.0 |
1705 | 2025-02-10T17:27:20.495Z | Checking clap v4.5.26 |
1706 | 2025-02-10T17:27:20.771Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1707 | 2025-02-10T17:27:24.448Z | warning: this returns a `Result<_, ()>` |
1708 | 2025-02-10T17:27:24.448Z | --> lib/opte/src/ddi/mblk.rs:776:5 |
1709 | 2025-02-10T17:27:24.448Z | | |
1710 | 2025-02-10T17:27:24.448Z | 776 | / pub fn fill_offload_info( |
1711 | 2025-02-10T17:27:24.448Z | 777 | | &mut self, |
1712 | 2025-02-10T17:27:24.448Z | 778 | | outer_meoi: &mac_ether_offload_info_t, |
1713 | 2025-02-10T17:27:24.448Z | 779 | | inner_meoi: Option<&mac_ether_offload_info_t>, |
1714 | 2025-02-10T17:27:24.448Z | 780 | | ) -> Result<(), ()> { |
1715 | 2025-02-10T17:27:24.448Z | | |_______________________^ |
1716 | 2025-02-10T17:27:24.448Z | | |
1717 | 2025-02-10T17:27:24.448Z | = help: use a custom `Error` type instead |
1718 | 2025-02-10T17:27:24.448Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
1719 | 2025-02-10T17:27:24.448Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
1720 | 2025-02-10T17:27:24.448Z | |
1721 | 2025-02-10T17:27:25.413Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
1722 | 2025-02-10T17:27:25.413Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
1723 | 2025-02-10T17:27:25.413Z | | |
1724 | 2025-02-10T17:27:25.413Z | 103 | / self.get(Self::INTERNAL_TARGET) |
1725 | 2025-02-10T17:27:25.413Z | 104 | | .and_then(|v| Some(v == "1")) |
1726 | 2025-02-10T17:27:25.413Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
1727 | 2025-02-10T17:27:25.413Z | | |
1728 | 2025-02-10T17:27:25.413Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
1729 | 2025-02-10T17:27:25.413Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
1730 | 2025-02-10T17:27:25.413Z | |
1731 | 2025-02-10T17:27:26.142Z | warning: `opte` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
1732 | 2025-02-10T17:27:26.143Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1733 | 2025-02-10T17:27:28.131Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1734 | 2025-02-10T17:27:28.613Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1735 | 2025-02-10T17:27:28.870Z | warning: this expression borrows a value the compiler would automatically borrow |
1736 | 2025-02-10T17:27:28.870Z | --> xde-tests/src/lib.rs:451:9 |
1737 | 2025-02-10T17:27:28.870Z | | |
1738 | 2025-02-10T17:27:28.870Z | 451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect(); |
1739 | 2025-02-10T17:27:28.870Z | | ^^^^^^^^^^^^ help: change this to: `[my_info]` |
1740 | 2025-02-10T17:27:28.870Z | | |
1741 | 2025-02-10T17:27:28.870Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1742 | 2025-02-10T17:27:28.870Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
1743 | 2025-02-10T17:27:28.871Z | |
1744 | 2025-02-10T17:27:28.874Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
1745 | 2025-02-10T17:27:28.874Z | --> xde-tests/src/lib.rs:483:13 |
1746 | 2025-02-10T17:27:28.874Z | | |
1747 | 2025-02-10T17:27:28.874Z | 483 | &"172.20.0.1", |
1748 | 2025-02-10T17:27:28.874Z | | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"` |
1749 | 2025-02-10T17:27:28.874Z | | |
1750 | 2025-02-10T17:27:28.874Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1751 | 2025-02-10T17:27:28.875Z | |
1752 | 2025-02-10T17:27:28.924Z | warning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions) |
1753 | 2025-02-10T17:27:28.930Z | warning: `xde-tests` (lib test) generated 2 warnings (2 duplicates) |
1754 | 2025-02-10T17:27:29.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.33s |
1755 | 2025-02-10T17:27:29.129Z | + cargo build --test loopback |
1756 | 2025-02-10T17:27:29.453Z | Compiling cfg-if v1.0.0 |
1757 | 2025-02-10T17:27:29.453Z | Compiling memchr v2.7.4 |
1758 | 2025-02-10T17:27:29.453Z | Compiling once_cell v1.20.2 |
1759 | 2025-02-10T17:27:29.455Z | Compiling byteorder v1.5.0 |
1760 | 2025-02-10T17:27:29.456Z | Compiling libc v0.2.169 |
1761 | 2025-02-10T17:27:29.463Z | Compiling strsim v0.11.1 |
1762 | 2025-02-10T17:27:29.471Z | Compiling either v1.13.0 |
1763 | 2025-02-10T17:27:29.473Z | Compiling serde v1.0.217 |
1764 | 2025-02-10T17:27:29.528Z | Compiling itoa v1.0.14 |
1765 | 2025-02-10T17:27:29.745Z | Compiling regex-syntax v0.8.5 |
1766 | 2025-02-10T17:27:29.775Z | Compiling lazy_static v1.5.0 |
1767 | 2025-02-10T17:27:29.821Z | Compiling darling_core v0.20.10 |
1768 | 2025-02-10T17:27:29.831Z | Compiling dyn-clone v1.0.17 |
1769 | 2025-02-10T17:27:29.901Z | Compiling scopeguard v1.2.0 |
1770 | 2025-02-10T17:27:30.029Z | Compiling smallvec v1.13.2 |
1771 | 2025-02-10T17:27:30.040Z | Compiling lock_api v0.4.12 |
1772 | 2025-02-10T17:27:30.329Z | Compiling aho-corasick v1.1.3 |
1773 | 2025-02-10T17:27:30.412Z | Compiling itertools v0.13.0 |
1774 | 2025-02-10T17:27:30.423Z | Compiling zerocopy v0.7.35 |
1775 | 2025-02-10T17:27:30.792Z | Compiling parking_lot_core v0.9.10 |
1776 | 2025-02-10T17:27:31.099Z | Compiling getrandom v0.2.15 |
1777 | 2025-02-10T17:27:31.416Z | Compiling proc-macro-crate v1.3.1 |
1778 | 2025-02-10T17:27:31.441Z | Compiling pin-project-lite v0.2.16 |
1779 | 2025-02-10T17:27:31.566Z | Compiling ryu v1.0.18 |
1780 | 2025-02-10T17:27:31.700Z | Compiling ppv-lite86 v0.2.20 |
1781 | 2025-02-10T17:27:31.923Z | Compiling zerocopy v0.8.14 |
1782 | 2025-02-10T17:27:32.175Z | Compiling num_enum_derive v0.5.11 |
1783 | 2025-02-10T17:27:32.450Z | Compiling thiserror v1.0.69 |
1784 | 2025-02-10T17:27:32.578Z | Compiling rand_core v0.6.4 |
1785 | 2025-02-10T17:27:33.012Z | Compiling parking_lot v0.12.3 |
1786 | 2025-02-10T17:27:33.233Z | Compiling socket2 v0.5.8 |
1787 | 2025-02-10T17:27:33.957Z | Compiling regex-automata v0.4.9 |
1788 | 2025-02-10T17:27:34.255Z | Compiling signal-hook-registry v1.4.2 |
1789 | 2025-02-10T17:27:34.369Z | Compiling mio v1.0.3 |
1790 | 2025-02-10T17:27:35.039Z | Compiling bitflags v2.8.0 |
1791 | 2025-02-10T17:27:35.100Z | Compiling serde_json v1.0.137 |
1792 | 2025-02-10T17:27:35.116Z | Compiling anyhow v1.0.95 |
1793 | 2025-02-10T17:27:35.214Z | Compiling darling_macro v0.20.10 |
1794 | 2025-02-10T17:27:35.496Z | Compiling hash32 v0.3.1 |
1795 | 2025-02-10T17:27:35.617Z | Compiling stable_deref_trait v1.2.0 |
1796 | 2025-02-10T17:27:35.697Z | Compiling foreign-types-shared v0.3.1 |
1797 | 2025-02-10T17:27:35.715Z | Compiling bytes v1.9.0 |
1798 | 2025-02-10T17:27:35.780Z | Compiling macaddr v1.0.1 |
1799 | 2025-02-10T17:27:35.811Z | Compiling foreign-types v0.5.0 |
1800 | 2025-02-10T17:27:35.906Z | Compiling heapless v0.8.0 |
1801 | 2025-02-10T17:27:35.986Z | Compiling ipnetwork v0.20.0 |
1802 | 2025-02-10T17:27:36.154Z | Compiling num_enum v0.5.11 |
1803 | 2025-02-10T17:27:36.210Z | Compiling darling v0.20.10 |
1804 | 2025-02-10T17:27:36.298Z | Compiling rand_chacha v0.3.1 |
1805 | 2025-02-10T17:27:36.307Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1806 | 2025-02-10T17:27:36.464Z | Compiling cstr-argument v0.1.2 |
1807 | 2025-02-10T17:27:36.589Z | Compiling tokio v1.43.0 |
1808 | 2025-02-10T17:27:36.683Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1809 | 2025-02-10T17:27:36.691Z | Compiling tracing-core v0.1.33 |
1810 | 2025-02-10T17:27:36.782Z | Compiling schemars v0.8.21 |
1811 | 2025-02-10T17:27:36.840Z | Compiling bitflags v1.3.2 |
1812 | 2025-02-10T17:27:36.930Z | Compiling managed v0.8.0 |
1813 | 2025-02-10T17:27:36.937Z | Compiling cobs v0.2.3 |
1814 | 2025-02-10T17:27:37.239Z | Compiling pretty-hex v0.2.1 |
1815 | 2025-02-10T17:27:37.337Z | Compiling smoltcp v0.11.0 |
1816 | 2025-02-10T17:27:37.421Z | Compiling tracing v0.1.41 |
1817 | 2025-02-10T17:27:37.485Z | Compiling postcard v1.1.1 |
1818 | 2025-02-10T17:27:37.865Z | Compiling regex v1.11.1 |
1819 | 2025-02-10T17:27:37.919Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1820 | 2025-02-10T17:27:38.045Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1821 | 2025-02-10T17:27:38.078Z | Compiling rand v0.8.5 |
1822 | 2025-02-10T17:27:38.099Z | Compiling slog v2.7.0 |
1823 | 2025-02-10T17:27:38.600Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1824 | 2025-02-10T17:27:38.783Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1825 | 2025-02-10T17:27:38.911Z | warning: unused import: `core::ffi::c_int` |
1826 | 2025-02-10T17:27:38.911Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
1827 | 2025-02-10T17:27:38.911Z | | |
1828 | 2025-02-10T17:27:38.911Z | 7 | use core::ffi::c_int; |
1829 | 2025-02-10T17:27:38.911Z | | ^^^^^^^^^^^^^^^^ |
1830 | 2025-02-10T17:27:38.911Z | | |
1831 | 2025-02-10T17:27:38.911Z | = note: `#[warn(unused_imports)]` on by default |
1832 | 2025-02-10T17:27:38.911Z | |
1833 | 2025-02-10T17:27:38.998Z | Compiling errno v0.3.10 |
1834 | 2025-02-10T17:27:39.240Z | Compiling colored v2.2.0 |
1835 | 2025-02-10T17:27:39.494Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1836 | 2025-02-10T17:27:39.656Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
1837 | 2025-02-10T17:27:39.659Z | Compiling utf8parse v0.2.2 |
1838 | 2025-02-10T17:27:39.666Z | Compiling ipnetwork v0.21.1 |
1839 | 2025-02-10T17:27:39.819Z | Compiling winnow v0.6.24 |
1840 | 2025-02-10T17:27:39.855Z | Compiling unicode-width v0.2.0 |
1841 | 2025-02-10T17:27:40.147Z | Compiling anstyle-parse v0.2.6 |
1842 | 2025-02-10T17:27:40.222Z | Compiling rustix v0.38.43 |
1843 | 2025-02-10T17:27:40.391Z | Compiling tabwriter v1.4.1 |
1844 | 2025-02-10T17:27:40.475Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1845 | 2025-02-10T17:27:40.543Z | Compiling dirs-sys-next v0.1.2 |
1846 | 2025-02-10T17:27:40.855Z | Compiling itertools v0.14.0 |
1847 | 2025-02-10T17:27:41.202Z | Compiling crc32fast v1.4.2 |
1848 | 2025-02-10T17:27:41.497Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1849 | 2025-02-10T17:27:41.787Z | Compiling num-conv v0.1.0 |
1850 | 2025-02-10T17:27:41.796Z | Compiling anstyle v1.0.10 |
1851 | 2025-02-10T17:27:42.068Z | Compiling colorchoice v1.0.3 |
1852 | 2025-02-10T17:27:42.200Z | Compiling time-core v0.1.2 |
1853 | 2025-02-10T17:27:42.234Z | Compiling anstyle-query v1.1.2 |
1854 | 2025-02-10T17:27:42.237Z | Compiling is_terminal_polyfill v1.70.1 |
1855 | 2025-02-10T17:27:42.355Z | Compiling powerfmt v0.2.0 |
1856 | 2025-02-10T17:27:42.357Z | Compiling time-macros v0.2.19 |
1857 | 2025-02-10T17:27:42.386Z | Compiling anstream v0.6.18 |
1858 | 2025-02-10T17:27:42.525Z | Compiling terminal_size v0.4.1 |
1859 | 2025-02-10T17:27:42.715Z | Compiling deranged v0.3.11 |
1860 | 2025-02-10T17:27:42.733Z | Compiling dirs-next v2.0.0 |
1861 | 2025-02-10T17:27:42.923Z | Compiling crossbeam-utils v0.8.21 |
1862 | 2025-02-10T17:27:42.946Z | Compiling uuid v1.12.0 |
1863 | 2025-02-10T17:27:43.076Z | Compiling thread_local v1.1.8 |
1864 | 2025-02-10T17:27:43.241Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1865 | 2025-02-10T17:27:43.290Z | Compiling clap_lex v0.7.4 |
1866 | 2025-02-10T17:27:43.638Z | Compiling arc-swap v1.7.1 |
1867 | 2025-02-10T17:27:43.669Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1868 | 2025-02-10T17:27:43.772Z | Compiling crossbeam-channel v0.5.14 |
1869 | 2025-02-10T17:27:44.020Z | Compiling clap_builder v4.5.26 |
1870 | 2025-02-10T17:27:44.133Z | Compiling slog-scope v4.4.0 |
1871 | 2025-02-10T17:27:44.250Z | Compiling thiserror v2.0.11 |
1872 | 2025-02-10T17:27:44.261Z | Compiling term v0.7.0 |
1873 | 2025-02-10T17:27:44.397Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1874 | 2025-02-10T17:27:44.647Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1875 | 2025-02-10T17:27:44.831Z | Compiling is-terminal v0.4.13 |
1876 | 2025-02-10T17:27:44.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1877 | 2025-02-10T17:27:44.991Z | Compiling itertools v0.12.1 |
1878 | 2025-02-10T17:27:45.182Z | Compiling take_mut v0.2.2 |
1879 | 2025-02-10T17:27:45.236Z | Compiling time v0.3.37 |
1880 | 2025-02-10T17:27:45.337Z | Compiling log v0.4.25 |
1881 | 2025-02-10T17:27:45.753Z | Compiling slog-stdlog v4.1.1 |
1882 | 2025-02-10T17:27:45.847Z | Compiling slog-async v2.8.0 |
1883 | 2025-02-10T17:27:46.161Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1884 | 2025-02-10T17:27:47.897Z | Compiling clap v4.5.26 |
1885 | 2025-02-10T17:27:48.016Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1886 | 2025-02-10T17:27:48.555Z | Compiling slog-term v2.9.1 |
1887 | 2025-02-10T17:27:48.858Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1888 | 2025-02-10T17:27:49.169Z | Compiling slog-envlogger v2.2.0 |
1889 | 2025-02-10T17:27:50.123Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1890 | 2025-02-10T17:27:50.581Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1891 | 2025-02-10T17:27:51.850Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1892 | 2025-02-10T17:27:57.874Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1893 | 2025-02-10T17:28:00.027Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1894 | 2025-02-10T17:28:00.814Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1895 | 2025-02-10T17:28:04.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.88s |
1896 | 2025-02-10T17:28:04.119Z | ++ cargo build -q --test loopback --message-format=json |
1897 | 2025-02-10T17:28:04.122Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1898 | 2025-02-10T17:28:04.333Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-7a6ebab67a1c7370 |
1899 | 2025-02-10T17:28:04.333Z | + mkdir -p /work/test |
1900 | 2025-02-10T17:28:04.336Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-7a6ebab67a1c7370 /work/test/loopback |
1901 | 2025-02-10T17:28:04.392Z | process exited: duration 303103 ms, exit code 0 |
|
1902 | 2025-02-10T17:28:04.412Z | found 10 output files |
1903 | 2025-02-10T17:28:04.412Z | uploading: /work/debug/xde.dbg (69155488 bytes) |
1904 | 2025-02-10T17:28:06.460Z | uploaded: /work/debug/xde.dbg |
1905 | 2025-02-10T17:28:06.460Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1906 | 2025-02-10T17:28:07.469Z | uploaded: /work/debug/xde.dbg.sha256 |
1907 | 2025-02-10T17:28:07.472Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1908 | 2025-02-10T17:28:08.478Z | uploaded: /work/debug/xde_link.dbg.so |
1909 | 2025-02-10T17:28:08.478Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1910 | 2025-02-10T17:28:09.487Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1911 | 2025-02-10T17:28:09.487Z | uploading: /work/release/xde (41700256 bytes) |
1912 | 2025-02-10T17:28:11.104Z | uploaded: /work/release/xde |
1913 | 2025-02-10T17:28:11.107Z | uploading: /work/release/xde.sha256 (84 bytes) |
1914 | 2025-02-10T17:28:12.113Z | uploaded: /work/release/xde.sha256 |
1915 | 2025-02-10T17:28:12.113Z | uploading: /work/release/xde_link.so (28092 bytes) |
1916 | 2025-02-10T17:28:13.125Z | uploaded: /work/release/xde_link.so |
1917 | 2025-02-10T17:28:13.125Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1918 | 2025-02-10T17:28:14.144Z | uploaded: /work/release/xde_link.so.sha256 |
1919 | 2025-02-10T17:28:14.145Z | uploading: /work/test/loopback (63327696 bytes) |
1920 | 2025-02-10T17:28:16.227Z | uploaded: /work/test/loopback |
1921 | 2025-02-10T17:28:16.229Z | uploading: /work/xde.conf (79 bytes) |
1922 | 2025-02-10T17:28:17.235Z | uploaded: /work/xde.conf |