|
|
|
1 | 2024-11-29T15:07:06.057Z | job assigned to worker 01JDW79PQXWJS740X3T989Q43K [factory aws, i-00197a5eeda53c0cc] (queued for 3 m 20 s) |
|
2 | 2024-11-29T15:07:13.744Z | starting task 0: "setup" |
3 | 2024-11-29T15:07:13.752Z | ++ uname -s |
4 | 2024-11-29T15:07:13.754Z | + kern=SunOS |
5 | 2024-11-29T15:07:13.755Z | + case "$kern" in |
6 | 2024-11-29T15:07:13.755Z | + groupadd -g 12345 build |
7 | 2024-11-29T15:07:13.758Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T15:07:15.763Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T15:07:15.942Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T15:07:15.945Z | + home_fs=zfs |
11 | 2024-11-29T15:07:15.945Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T15:07:15.945Z | + mkdir -p /home/build |
13 | 2024-11-29T15:07:15.947Z | + chown build:build /home/build /work |
14 | 2024-11-29T15:07:17.948Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T15:07:17.951Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-11-29T15:07:17.957Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T15:07:17.962Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T15:07:17.962Z | ' nightly-2024-11-18 |
19 | 2024-11-29T15:07:17.963Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-29T15:07:17.963Z | * toolchain profile = "default" |
21 | 2024-11-29T15:07:17.963Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-29T15:07:17.963Z | ' default |
23 | 2024-11-29T15:07:17.965Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T15:07:17.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-29T15:07:18.085Z | info: downloading installer |
26 | 2024-11-29T15:07:19.504Z | info: profile set to 'default' |
27 | 2024-11-29T15:07:19.504Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T15:07:19.506Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-29T15:07:19.688Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-29T15:07:19.689Z | info: downloading component 'cargo' |
31 | 2024-11-29T15:07:20.736Z | info: downloading component 'clippy' |
32 | 2024-11-29T15:07:21.338Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T15:07:22.646Z | info: downloading component 'rust-std' |
34 | 2024-11-29T15:07:24.587Z | info: downloading component 'rustc' |
35 | 2024-11-29T15:07:30.825Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T15:07:31.327Z | info: installing component 'cargo' |
37 | 2024-11-29T15:07:32.168Z | info: installing component 'clippy' |
38 | 2024-11-29T15:07:32.550Z | info: installing component 'rust-docs' |
39 | 2024-11-29T15:07:34.258Z | info: installing component 'rust-std' |
40 | 2024-11-29T15:07:36.107Z | info: installing component 'rustc' |
41 | 2024-11-29T15:07:42.069Z | info: installing component 'rustfmt' |
42 | 2024-11-29T15:07:42.397Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-29T15:07:42.397Z | |
44 | 2024-11-29T15:07:42.779Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-29T15:07:42.779Z | |
46 | 2024-11-29T15:07:42.782Z | |
47 | 2024-11-29T15:07:42.782Z | Rust is installed now. Great! |
48 | 2024-11-29T15:07:42.782Z | |
49 | 2024-11-29T15:07:42.782Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T15:07:42.782Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T15:07:42.782Z | |
52 | 2024-11-29T15:07:42.782Z | To configure your current shell, you need to source |
53 | 2024-11-29T15:07:42.782Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T15:07:42.782Z | |
55 | 2024-11-29T15:07:42.782Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T15:07:42.782Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T15:07:42.783Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T15:07:42.855Z | + rustc --version |
59 | 2024-11-29T15:07:42.922Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-29T15:07:42.925Z | process exited: duration 24971 ms, exit code 0 |
|
61 | 2024-11-29T15:07:42.930Z | starting task 2: "authentication" |
62 | 2024-11-29T15:07:42.950Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-29T15:07:42.956Z | starting task 3: "clone repository" |
64 | 2024-11-29T15:07:42.960Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-29T15:07:42.963Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-29T15:07:42.999Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-29T15:07:44.308Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-29T15:07:44.311Z | + git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
69 | 2024-11-29T15:07:44.582Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-29T15:07:44.582Z | * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD |
71 | 2024-11-29T15:07:44.590Z | + [[ -n fix-618 ]] |
72 | 2024-11-29T15:07:44.593Z | ++ git branch --show-current |
73 | 2024-11-29T15:07:44.595Z | + current=master |
74 | 2024-11-29T15:07:44.595Z | + [[ master != fix-618 ]] |
75 | 2024-11-29T15:07:44.595Z | + git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
76 | 2024-11-29T15:07:44.598Z | + git checkout -f fix-618 |
77 | 2024-11-29T15:07:44.620Z | Switched to branch 'fix-618' |
78 | 2024-11-29T15:07:44.622Z | + git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
79 | 2024-11-29T15:07:44.642Z | HEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS |
80 | 2024-11-29T15:07:44.644Z | process exited: duration 1687 ms, exit code 0 |
|
81 | 2024-11-29T15:07:44.649Z | starting task 4: "build" |
82 | 2024-11-29T15:07:44.654Z | + TGT_BASE=/work |
83 | 2024-11-29T15:07:44.654Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-11-29T15:07:44.654Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-11-29T15:07:44.654Z | + DBG_TGT=/work/debug |
86 | 2024-11-29T15:07:44.654Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-11-29T15:07:44.654Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-11-29T15:07:44.654Z | + REL_TGT=/work/release |
89 | 2024-11-29T15:07:44.654Z | + mkdir -p /work/debug /work/release |
90 | 2024-11-29T15:07:44.656Z | + cargo --version |
91 | 2024-11-29T15:07:44.661Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
92 | 2024-11-29T15:07:44.827Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
93 | 2024-11-29T15:07:44.827Z | info: downloading component 'cargo' |
94 | 2024-11-29T15:07:45.963Z | info: downloading component 'clippy' |
95 | 2024-11-29T15:07:46.590Z | info: downloading component 'rust-docs' |
96 | 2024-11-29T15:07:47.792Z | info: downloading component 'rust-std' |
97 | 2024-11-29T15:07:49.983Z | info: downloading component 'rustc' |
98 | 2024-11-29T15:07:57.333Z | info: downloading component 'rustfmt' |
99 | 2024-11-29T15:07:57.841Z | info: installing component 'cargo' |
100 | 2024-11-29T15:07:58.635Z | info: installing component 'clippy' |
101 | 2024-11-29T15:07:59.009Z | info: installing component 'rust-docs' |
102 | 2024-11-29T15:08:00.752Z | info: installing component 'rust-std' |
103 | 2024-11-29T15:08:02.552Z | info: installing component 'rustc' |
104 | 2024-11-29T15:08:08.406Z | info: installing component 'rustfmt' |
105 | 2024-11-29T15:08:08.810Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
106 | 2024-11-29T15:08:08.813Z | + rustc --version |
107 | 2024-11-29T15:08:08.882Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
108 | 2024-11-29T15:08:08.886Z | + install_pkg jq |
109 | 2024-11-29T15:08:08.890Z | + set +o errexit |
110 | 2024-11-29T15:08:08.890Z | + pfexec pkg install jq |
111 | 2024-11-29T15:08:17.117Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-11-29T15:08:20.842Z | Startup: Caching catalogs ... Done |
113 | 2024-11-29T15:08:30.476Z | Planning: Solver setup ... Done |
114 | 2024-11-29T15:08:30.598Z | Planning: Running solver ... Done |
115 | 2024-11-29T15:08:30.694Z | Planning: Consolidating action changes ... Done |
116 | 2024-11-29T15:08:30.696Z | Planning: Evaluating mediators ... Done |
117 | 2024-11-29T15:08:30.696Z | Planning: Planning completed in 9.76 seconds |
118 | 2024-11-29T15:08:30.720Z | No updates necessary for this image. |
119 | 2024-11-29T15:08:31.403Z | + exit_code=4 |
120 | 2024-11-29T15:08:31.403Z | + [[ 4 -ne 0 ]] |
121 | 2024-11-29T15:08:31.406Z | + [[ 4 -ne 4 ]] |
122 | 2024-11-29T15:08:31.406Z | + set -o errexit |
123 | 2024-11-29T15:08:31.406Z | + pushd xde |
124 | 2024-11-29T15:08:31.406Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-11-29T15:08:31.406Z | + cp xde.conf /work/xde.conf |
126 | 2024-11-29T15:08:31.406Z | + header 'check style' |
127 | 2024-11-29T15:08:31.406Z | + echo '# ==== check style ==== #' |
128 | 2024-11-29T15:08:31.406Z | # ==== check style ==== # |
129 | 2024-11-29T15:08:31.406Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-11-29T15:08:31.781Z | |
131 | 2024-11-29T15:08:31.781Z | real 0.371186818 |
132 | 2024-11-29T15:08:31.781Z | user 0.259980353 |
133 | 2024-11-29T15:08:31.781Z | sys 0.102147691 |
134 | 2024-11-29T15:08:31.781Z | trap 0.000017714 |
135 | 2024-11-29T15:08:31.781Z | tflt 0.000000000 |
136 | 2024-11-29T15:08:31.781Z | dflt 0.000000000 |
137 | 2024-11-29T15:08:31.781Z | kflt 0.000000000 |
138 | 2024-11-29T15:08:31.781Z | lock 0.000000000 |
139 | 2024-11-29T15:08:31.781Z | slp 0.283737965 |
140 | 2024-11-29T15:08:31.781Z | lat 0.000254472 |
141 | 2024-11-29T15:08:31.784Z | stop 0.000154371 |
142 | 2024-11-29T15:08:31.784Z | + header analyze |
143 | 2024-11-29T15:08:31.784Z | + echo '# ==== analyze ==== #' |
144 | 2024-11-29T15:08:31.784Z | # ==== analyze ==== # |
145 | 2024-11-29T15:08:31.784Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-11-29T15:08:31.908Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-11-29T15:08:32.086Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-11-29T15:08:32.108Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-11-29T15:08:32.109Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-11-29T15:08:32.111Z | info: downloading component 'rust-src' |
151 | 2024-11-29T15:08:32.300Z | info: installing component 'rust-src' |
152 | 2024-11-29T15:08:32.925Z | Updating crates.io index |
153 | 2024-11-29T15:08:32.928Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-11-29T15:08:33.714Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-11-29T15:08:33.993Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-11-29T15:08:34.291Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-11-29T15:08:34.660Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-11-29T15:08:34.980Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-11-29T15:08:35.267Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-11-29T15:08:35.553Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-11-29T15:08:35.836Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-11-29T15:08:36.675Z | Downloading crates ... |
163 | 2024-11-29T15:08:36.762Z | Downloaded bitflags v2.6.0 |
164 | 2024-11-29T15:08:36.766Z | Downloaded fnv v1.0.7 |
165 | 2024-11-29T15:08:36.768Z | Downloaded either v1.13.0 |
166 | 2024-11-29T15:08:36.768Z | Downloaded byteorder v1.5.0 |
167 | 2024-11-29T15:08:36.771Z | Downloaded memchr v2.7.4 |
168 | 2024-11-29T15:08:36.775Z | Downloaded quote v1.0.37 |
169 | 2024-11-29T15:08:36.782Z | Downloaded syn v1.0.109 |
170 | 2024-11-29T15:08:36.792Z | Downloaded uuid v1.11.0 |
171 | 2024-11-29T15:08:36.795Z | Downloaded heapless v0.8.0 |
172 | 2024-11-29T15:08:36.798Z | Downloaded defmt-parser v0.3.4 |
173 | 2024-11-29T15:08:36.801Z | Downloaded crc32fast v1.4.2 |
174 | 2024-11-29T15:08:36.801Z | Downloaded dyn-clone v1.0.17 |
175 | 2024-11-29T15:08:36.803Z | Downloaded cobs v0.2.3 |
176 | 2024-11-29T15:08:36.803Z | Downloaded macaddr v1.0.1 |
177 | 2024-11-29T15:08:36.806Z | Downloaded itertools v0.13.0 |
178 | 2024-11-29T15:08:36.849Z | Downloaded cfg-if v1.0.0 |
179 | 2024-11-29T15:08:36.852Z | Downloaded hash32 v0.3.1 |
180 | 2024-11-29T15:08:36.852Z | Downloaded strsim v0.11.1 |
181 | 2024-11-29T15:08:36.855Z | Downloaded proc-macro-error-attr v1.0.4 |
182 | 2024-11-29T15:08:36.855Z | Downloaded bitflags v1.3.2 |
183 | 2024-11-29T15:08:36.857Z | Downloaded version_check v0.9.5 |
184 | 2024-11-29T15:08:36.857Z | Downloaded proc-macro2 v1.0.92 |
185 | 2024-11-29T15:08:36.860Z | Downloaded proc-macro-error v1.0.4 |
186 | 2024-11-29T15:08:36.862Z | Downloaded darling v0.20.10 |
187 | 2024-11-29T15:08:36.878Z | Downloaded aho-corasick v1.1.3 |
188 | 2024-11-29T15:08:36.899Z | Downloaded darling_macro v0.20.10 |
189 | 2024-11-29T15:08:36.901Z | Downloaded ident_case v1.0.1 |
190 | 2024-11-29T15:08:36.904Z | Downloaded darling_core v0.20.10 |
191 | 2024-11-29T15:08:36.906Z | Downloaded unicode-ident v1.0.14 |
192 | 2024-11-29T15:08:36.918Z | Downloaded regex v1.11.1 |
193 | 2024-11-29T15:08:36.929Z | Downloaded regex-syntax v0.8.5 |
194 | 2024-11-29T15:08:36.936Z | Downloaded thiserror-impl v1.0.69 |
195 | 2024-11-29T15:08:36.939Z | Downloaded thiserror v1.0.69 |
196 | 2024-11-29T15:08:36.942Z | Downloaded zerocopy-derive v0.8.11 |
197 | 2024-11-29T15:08:36.948Z | Downloaded syn v2.0.89 |
198 | 2024-11-29T15:08:36.958Z | Downloaded regex-automata v0.4.9 |
199 | 2024-11-29T15:08:36.973Z | Downloaded postcard v1.0.10 |
200 | 2024-11-29T15:08:36.975Z | Downloaded defmt v0.3.8 |
201 | 2024-11-29T15:08:36.977Z | Downloaded embedded-io v0.4.0 |
202 | 2024-11-29T15:08:36.979Z | Downloaded smoltcp v0.11.0 |
203 | 2024-11-29T15:08:36.989Z | Downloaded defmt-macros v0.3.9 |
204 | 2024-11-29T15:08:36.992Z | Downloaded zerocopy v0.8.11 |
205 | 2024-11-29T15:08:37.013Z | Downloaded serde v1.0.215 |
206 | 2024-11-29T15:08:37.016Z | Downloaded stable_deref_trait v1.2.0 |
207 | 2024-11-29T15:08:37.018Z | Downloaded serde_derive v1.0.215 |
208 | 2024-11-29T15:08:37.021Z | Downloaded managed v0.8.0 |
209 | 2024-11-29T15:08:37.021Z | Downloaded embedded-io v0.6.1 |
210 | 2024-11-29T15:08:37.027Z | Updating crates.io index |
211 | 2024-11-29T15:08:37.089Z | Downloading crates ... |
212 | 2024-11-29T15:08:37.138Z | Downloaded rustc-demangle v0.1.24 |
213 | 2024-11-29T15:08:37.143Z | Downloaded adler v1.0.2 |
214 | 2024-11-29T15:08:37.158Z | Downloaded gimli v0.29.0 |
215 | 2024-11-29T15:08:37.165Z | Downloaded miniz_oxide v0.7.4 |
216 | 2024-11-29T15:08:37.175Z | Downloaded unicode-width v0.1.14 |
217 | 2024-11-29T15:08:37.184Z | Downloaded getopts v0.2.21 |
218 | 2024-11-29T15:08:37.199Z | Downloaded object v0.36.5 |
219 | 2024-11-29T15:08:37.209Z | Downloaded allocator-api2 v0.2.18 |
220 | 2024-11-29T15:08:37.212Z | Downloaded hashbrown v0.15.0 |
221 | 2024-11-29T15:08:37.254Z | Downloaded libc v0.2.161 |
222 | 2024-11-29T15:08:37.278Z | Downloaded addr2line v0.22.0 |
223 | 2024-11-29T15:08:37.280Z | Downloaded compiler_builtins v0.1.138 |
224 | 2024-11-29T15:08:37.418Z | Compiling compiler_builtins v0.1.138 |
225 | 2024-11-29T15:08:37.421Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
226 | 2024-11-29T15:08:37.421Z | Compiling proc-macro2 v1.0.92 |
227 | 2024-11-29T15:08:37.421Z | Compiling unicode-ident v1.0.14 |
228 | 2024-11-29T15:08:37.421Z | Compiling fnv v1.0.7 |
229 | 2024-11-29T15:08:37.421Z | Compiling strsim v0.11.1 |
230 | 2024-11-29T15:08:37.433Z | Compiling ident_case v1.0.1 |
231 | 2024-11-29T15:08:37.435Z | Compiling memchr v2.7.4 |
232 | 2024-11-29T15:08:37.598Z | Compiling regex-syntax v0.8.5 |
233 | 2024-11-29T15:08:37.639Z | Compiling serde v1.0.215 |
234 | 2024-11-29T15:08:37.650Z | Compiling zerocopy v0.8.11 |
235 | 2024-11-29T15:08:38.278Z | Compiling either v1.13.0 |
236 | 2024-11-29T15:08:38.304Z | Compiling heapless v0.8.0 |
237 | 2024-11-29T15:08:38.614Z | Compiling aho-corasick v1.1.3 |
238 | 2024-11-29T15:08:38.678Z | Compiling itertools v0.13.0 |
239 | 2024-11-29T15:08:38.689Z | Compiling smoltcp v0.11.0 |
240 | 2024-11-29T15:08:39.107Z | Compiling version_check v0.9.5 |
241 | 2024-11-29T15:08:39.184Z | Compiling quote v1.0.37 |
242 | 2024-11-29T15:08:39.750Z | Compiling syn v2.0.89 |
243 | 2024-11-29T15:08:39.920Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
244 | 2024-11-29T15:08:41.152Z | Compiling regex-automata v0.4.9 |
245 | 2024-11-29T15:08:43.965Z | Compiling regex v1.11.1 |
246 | 2024-11-29T15:08:44.681Z | Compiling darling_core v0.20.10 |
247 | 2024-11-29T15:08:46.700Z | Compiling serde_derive v1.0.215 |
248 | 2024-11-29T15:08:46.700Z | Compiling zerocopy-derive v0.8.11 |
249 | 2024-11-29T15:08:46.702Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
250 | 2024-11-29T15:08:48.580Z | Compiling darling_macro v0.20.10 |
251 | 2024-11-29T15:08:49.848Z | Compiling darling v0.20.10 |
252 | 2024-11-29T15:08:49.924Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
253 | 2024-11-29T15:08:49.924Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
254 | 2024-11-29T15:08:56.937Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
255 | 2024-11-29T15:08:57.666Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
256 | 2024-11-29T15:09:00.302Z | Checking byteorder v1.5.0 |
257 | 2024-11-29T15:09:00.302Z | Checking stable_deref_trait v1.2.0 |
258 | 2024-11-29T15:09:00.305Z | Checking macaddr v1.0.1 |
259 | 2024-11-29T15:09:00.305Z | Checking cfg-if v1.0.0 |
260 | 2024-11-29T15:09:00.305Z | Checking bitflags v2.6.0 |
261 | 2024-11-29T15:09:00.305Z | Checking bitflags v1.3.2 |
262 | 2024-11-29T15:09:00.379Z | Checking cobs v0.2.3 |
263 | 2024-11-29T15:09:00.391Z | Checking managed v0.8.0 |
264 | 2024-11-29T15:09:00.544Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
265 | 2024-11-29T15:09:00.561Z | Checking crc32fast v1.4.2 |
266 | 2024-11-29T15:09:00.576Z | Checking dyn-clone v1.0.17 |
267 | 2024-11-29T15:09:00.588Z | Checking hash32 v0.3.1 |
268 | 2024-11-29T15:09:00.701Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
269 | 2024-11-29T15:09:02.320Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2024-11-29T15:09:03.304Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-11-29T15:09:03.304Z | Checking postcard v1.0.10 |
272 | 2024-11-29T15:09:03.304Z | Checking uuid v1.11.0 |
273 | 2024-11-29T15:09:04.573Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
274 | 2024-11-29T15:09:11.414Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
275 | 2024-11-29T15:09:13.376Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
276 | 2024-11-29T15:09:16.727Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
277 | 2024-11-29T15:09:16.727Z | --> xde/src/xde.rs:251:20 |
278 | 2024-11-29T15:09:16.727Z | | |
279 | 2024-11-29T15:09:16.727Z | 251 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
280 | 2024-11-29T15:09:16.727Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
281 | 2024-11-29T15:09:16.727Z | | |
282 | 2024-11-29T15:09:16.727Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
283 | 2024-11-29T15:09:16.727Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
284 | 2024-11-29T15:09:16.727Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
285 | 2024-11-29T15:09:16.727Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
286 | 2024-11-29T15:09:16.727Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
287 | 2024-11-29T15:09:16.727Z | |
288 | 2024-11-29T15:09:16.760Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
289 | 2024-11-29T15:09:16.760Z | --> xde/src/xde.rs:1073:9 |
290 | 2024-11-29T15:09:16.760Z | | |
291 | 2024-11-29T15:09:16.760Z | 1073 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
292 | 2024-11-29T15:09:16.760Z | 1074 | | errno: EFAULT, |
293 | 2024-11-29T15:09:16.760Z | 1075 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
294 | 2024-11-29T15:09:16.760Z | 1076 | | })?); |
295 | 2024-11-29T15:09:16.760Z | | |____________^ |
296 | 2024-11-29T15:09:16.760Z | | |
297 | 2024-11-29T15:09:16.760Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
298 | 2024-11-29T15:09:16.760Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
299 | 2024-11-29T15:09:16.760Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
300 | 2024-11-29T15:09:16.760Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
301 | 2024-11-29T15:09:16.760Z | |
302 | 2024-11-29T15:09:16.763Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
303 | 2024-11-29T15:09:16.763Z | --> xde/src/xde.rs:1114:14 |
304 | 2024-11-29T15:09:16.763Z | | |
305 | 2024-11-29T15:09:16.763Z | 1114 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?); |
306 | 2024-11-29T15:09:16.763Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
307 | 2024-11-29T15:09:16.763Z | | |
308 | 2024-11-29T15:09:16.763Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
309 | 2024-11-29T15:09:16.763Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
310 | 2024-11-29T15:09:16.763Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
311 | 2024-11-29T15:09:16.763Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
312 | 2024-11-29T15:09:16.763Z | |
313 | 2024-11-29T15:09:16.763Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
314 | 2024-11-29T15:09:16.763Z | --> xde/src/xde.rs:1115:14 |
315 | 2024-11-29T15:09:16.763Z | | |
316 | 2024-11-29T15:09:16.763Z | 1115 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?); |
317 | 2024-11-29T15:09:16.763Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
318 | 2024-11-29T15:09:16.763Z | | |
319 | 2024-11-29T15:09:16.763Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
320 | 2024-11-29T15:09:16.763Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
321 | 2024-11-29T15:09:16.763Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
322 | 2024-11-29T15:09:16.763Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
323 | 2024-11-29T15:09:16.763Z | |
324 | 2024-11-29T15:09:16.774Z | warning: `Vec<T>` is already on the heap, the boxing is unnecessary |
325 | 2024-11-29T15:09:16.775Z | --> xde/src/xde.rs:1419:29 |
326 | 2024-11-29T15:09:16.775Z | | |
327 | 2024-11-29T15:09:16.775Z | 1419 | devs: &KRwLockReadGuard<Vec<Box<XdeDev>>>, |
328 | 2024-11-29T15:09:16.775Z | | ^^^^^^^^^^^^^^^^ help: try: `Vec<XdeDev>` |
329 | 2024-11-29T15:09:16.775Z | | |
330 | 2024-11-29T15:09:16.775Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vec_box |
331 | 2024-11-29T15:09:16.775Z | = note: `#[warn(clippy::vec_box)]` on by default |
332 | 2024-11-29T15:09:16.775Z | |
333 | 2024-11-29T15:09:16.788Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
334 | 2024-11-29T15:09:16.788Z | --> xde/src/xde.rs:1820:8 |
335 | 2024-11-29T15:09:16.788Z | | |
336 | 2024-11-29T15:09:16.788Z | 1820 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
337 | 2024-11-29T15:09:16.788Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
338 | 2024-11-29T15:09:16.788Z | | |
339 | 2024-11-29T15:09:16.788Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
340 | 2024-11-29T15:09:16.788Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
341 | 2024-11-29T15:09:16.788Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
342 | 2024-11-29T15:09:16.788Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
343 | 2024-11-29T15:09:16.788Z | |
344 | 2024-11-29T15:09:16.929Z | warning: creating a mutable reference to mutable static is discouraged |
345 | 2024-11-29T15:09:16.929Z | --> xde/src/xde.rs:311:5 |
346 | 2024-11-29T15:09:16.929Z | | |
347 | 2024-11-29T15:09:16.929Z | 311 | xde_devs.init(KRwLockType::Driver); |
348 | 2024-11-29T15:09:16.929Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
349 | 2024-11-29T15:09:16.930Z | | |
350 | 2024-11-29T15:09:16.930Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
351 | 2024-11-29T15:09:16.930Z | = 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 |
352 | 2024-11-29T15:09:16.930Z | = note: `#[warn(static_mut_refs)]` on by default |
353 | 2024-11-29T15:09:16.930Z | |
354 | 2024-11-29T15:09:16.932Z | warning: creating a shared reference to mutable static is discouraged |
355 | 2024-11-29T15:09:16.933Z | --> xde/src/xde.rs:668:29 |
356 | 2024-11-29T15:09:16.933Z | | |
357 | 2024-11-29T15:09:16.933Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
358 | 2024-11-29T15:09:16.933Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
359 | 2024-11-29T15:09:16.933Z | | |
360 | 2024-11-29T15:09:16.933Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
361 | 2024-11-29T15:09:16.933Z | = 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 |
362 | 2024-11-29T15:09:16.933Z | |
363 | 2024-11-29T15:09:16.933Z | warning: creating a shared reference to mutable static is discouraged |
364 | 2024-11-29T15:09:16.933Z | --> xde/src/xde.rs:824:29 |
365 | 2024-11-29T15:09:16.933Z | | |
366 | 2024-11-29T15:09:16.933Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
367 | 2024-11-29T15:09:16.933Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
368 | 2024-11-29T15:09:16.933Z | | |
369 | 2024-11-29T15:09:16.933Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
370 | 2024-11-29T15:09:16.933Z | = 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 |
371 | 2024-11-29T15:09:16.933Z | |
372 | 2024-11-29T15:09:16.933Z | warning: creating a shared reference to mutable static is discouraged |
373 | 2024-11-29T15:09:16.933Z | --> xde/src/xde.rs:914:18 |
374 | 2024-11-29T15:09:16.933Z | | |
375 | 2024-11-29T15:09:16.933Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
376 | 2024-11-29T15:09:16.933Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
377 | 2024-11-29T15:09:16.933Z | | |
378 | 2024-11-29T15:09:16.933Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
379 | 2024-11-29T15:09:16.933Z | = 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 |
380 | 2024-11-29T15:09:16.933Z | |
381 | 2024-11-29T15:09:16.936Z | warning: creating a shared reference to mutable static is discouraged |
382 | 2024-11-29T15:09:16.936Z | --> xde/src/xde.rs:1227:9 |
383 | 2024-11-29T15:09:16.936Z | | |
384 | 2024-11-29T15:09:16.936Z | 1227 | if !xde_devs.read().is_empty() { |
385 | 2024-11-29T15:09:16.936Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
386 | 2024-11-29T15:09:16.937Z | | |
387 | 2024-11-29T15:09:16.937Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
388 | 2024-11-29T15:09:16.937Z | = 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 |
389 | 2024-11-29T15:09:16.937Z | |
390 | 2024-11-29T15:09:16.937Z | warning: creating a shared reference to mutable static is discouraged |
391 | 2024-11-29T15:09:16.937Z | --> xde/src/xde.rs:1631:33 |
392 | 2024-11-29T15:09:16.937Z | | |
393 | 2024-11-29T15:09:16.937Z | 1631 | let devs = unsafe { xde_devs.read() }; |
394 | 2024-11-29T15:09:16.937Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
395 | 2024-11-29T15:09:16.937Z | | |
396 | 2024-11-29T15:09:16.937Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
397 | 2024-11-29T15:09:16.937Z | = 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 |
398 | 2024-11-29T15:09:16.937Z | |
399 | 2024-11-29T15:09:16.940Z | warning: creating a shared reference to mutable static is discouraged |
400 | 2024-11-29T15:09:16.941Z | --> xde/src/xde.rs:1888:16 |
401 | 2024-11-29T15:09:16.941Z | | |
402 | 2024-11-29T15:09:16.941Z | 1888 | let devs = xde_devs.read(); |
403 | 2024-11-29T15:09:16.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
404 | 2024-11-29T15:09:16.941Z | | |
405 | 2024-11-29T15:09:16.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
406 | 2024-11-29T15:09:16.941Z | = 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 |
407 | 2024-11-29T15:09:16.941Z | |
408 | 2024-11-29T15:09:16.941Z | warning: creating a shared reference to mutable static is discouraged |
409 | 2024-11-29T15:09:16.941Z | --> xde/src/xde.rs:1939:25 |
410 | 2024-11-29T15:09:16.941Z | | |
411 | 2024-11-29T15:09:16.941Z | 1939 | let devs = unsafe { xde_devs.read() }; |
412 | 2024-11-29T15:09:16.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
413 | 2024-11-29T15:09:16.941Z | | |
414 | 2024-11-29T15:09:16.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
415 | 2024-11-29T15:09:16.941Z | = 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 |
416 | 2024-11-29T15:09:16.941Z | |
417 | 2024-11-29T15:09:16.941Z | warning: creating a shared reference to mutable static is discouraged |
418 | 2024-11-29T15:09:16.941Z | --> xde/src/xde.rs:1954:25 |
419 | 2024-11-29T15:09:16.941Z | | |
420 | 2024-11-29T15:09:16.941Z | 1954 | let devs = unsafe { xde_devs.read() }; |
421 | 2024-11-29T15:09:16.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
422 | 2024-11-29T15:09:16.941Z | | |
423 | 2024-11-29T15:09:16.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
424 | 2024-11-29T15:09:16.941Z | = 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 |
425 | 2024-11-29T15:09:16.941Z | |
426 | 2024-11-29T15:09:16.941Z | warning: creating a shared reference to mutable static is discouraged |
427 | 2024-11-29T15:09:16.941Z | --> xde/src/xde.rs:1967:25 |
428 | 2024-11-29T15:09:16.941Z | | |
429 | 2024-11-29T15:09:16.941Z | 1967 | let devs = unsafe { xde_devs.read() }; |
430 | 2024-11-29T15:09:16.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
431 | 2024-11-29T15:09:16.941Z | | |
432 | 2024-11-29T15:09:16.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
433 | 2024-11-29T15:09:16.941Z | = 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 |
434 | 2024-11-29T15:09:16.941Z | |
435 | 2024-11-29T15:09:16.941Z | warning: creating a shared reference to mutable static is discouraged |
436 | 2024-11-29T15:09:16.941Z | --> xde/src/xde.rs:1981:25 |
437 | 2024-11-29T15:09:16.941Z | | |
438 | 2024-11-29T15:09:16.942Z | 1981 | let devs = unsafe { xde_devs.read() }; |
439 | 2024-11-29T15:09:16.942Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
440 | 2024-11-29T15:09:16.942Z | | |
441 | 2024-11-29T15:09:16.942Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
442 | 2024-11-29T15:09:16.942Z | = 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 |
443 | 2024-11-29T15:09:16.942Z | |
444 | 2024-11-29T15:09:16.942Z | warning: creating a shared reference to mutable static is discouraged |
445 | 2024-11-29T15:09:16.942Z | --> xde/src/xde.rs:1995:25 |
446 | 2024-11-29T15:09:16.942Z | | |
447 | 2024-11-29T15:09:16.942Z | 1995 | let devs = unsafe { xde_devs.read() }; |
448 | 2024-11-29T15:09:16.942Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
449 | 2024-11-29T15:09:16.942Z | | |
450 | 2024-11-29T15:09:16.942Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
451 | 2024-11-29T15:09:16.942Z | = 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 |
452 | 2024-11-29T15:09:16.942Z | |
453 | 2024-11-29T15:09:16.942Z | warning: creating a shared reference to mutable static is discouraged |
454 | 2024-11-29T15:09:16.942Z | --> xde/src/xde.rs:2061:25 |
455 | 2024-11-29T15:09:16.942Z | | |
456 | 2024-11-29T15:09:16.942Z | 2061 | let devs = unsafe { xde_devs.read() }; |
457 | 2024-11-29T15:09:16.942Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
458 | 2024-11-29T15:09:16.942Z | | |
459 | 2024-11-29T15:09:16.942Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
460 | 2024-11-29T15:09:16.942Z | = 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 |
461 | 2024-11-29T15:09:16.942Z | |
462 | 2024-11-29T15:09:16.942Z | warning: creating a shared reference to mutable static is discouraged |
463 | 2024-11-29T15:09:16.942Z | --> xde/src/xde.rs:2074:25 |
464 | 2024-11-29T15:09:16.942Z | | |
465 | 2024-11-29T15:09:16.942Z | 2074 | let devs = unsafe { xde_devs.read() }; |
466 | 2024-11-29T15:09:16.942Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
467 | 2024-11-29T15:09:16.942Z | | |
468 | 2024-11-29T15:09:16.942Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
469 | 2024-11-29T15:09:16.942Z | = 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 |
470 | 2024-11-29T15:09:16.942Z | |
471 | 2024-11-29T15:09:16.942Z | warning: creating a shared reference to mutable static is discouraged |
472 | 2024-11-29T15:09:16.942Z | --> xde/src/xde.rs:2088:25 |
473 | 2024-11-29T15:09:16.942Z | | |
474 | 2024-11-29T15:09:16.942Z | 2088 | let devs = unsafe { xde_devs.read() }; |
475 | 2024-11-29T15:09:16.942Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
476 | 2024-11-29T15:09:16.942Z | | |
477 | 2024-11-29T15:09:16.943Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
478 | 2024-11-29T15:09:16.943Z | = 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 |
479 | 2024-11-29T15:09:16.943Z | |
480 | 2024-11-29T15:09:16.943Z | warning: creating a shared reference to mutable static is discouraged |
481 | 2024-11-29T15:09:16.943Z | --> xde/src/xde.rs:2104:25 |
482 | 2024-11-29T15:09:16.943Z | | |
483 | 2024-11-29T15:09:16.943Z | 2104 | let devs = unsafe { xde_devs.read() }; |
484 | 2024-11-29T15:09:16.943Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
485 | 2024-11-29T15:09:16.943Z | | |
486 | 2024-11-29T15:09:16.943Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
487 | 2024-11-29T15:09:16.943Z | = 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 |
488 | 2024-11-29T15:09:16.943Z | |
489 | 2024-11-29T15:09:16.943Z | warning: creating a shared reference to mutable static is discouraged |
490 | 2024-11-29T15:09:16.943Z | --> xde/src/xde.rs:2119:25 |
491 | 2024-11-29T15:09:16.943Z | | |
492 | 2024-11-29T15:09:16.943Z | 2119 | let devs = unsafe { xde_devs.read() }; |
493 | 2024-11-29T15:09:16.943Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
494 | 2024-11-29T15:09:16.943Z | | |
495 | 2024-11-29T15:09:16.943Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
496 | 2024-11-29T15:09:16.943Z | = 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 |
497 | 2024-11-29T15:09:16.943Z | |
498 | 2024-11-29T15:09:16.943Z | warning: creating a shared reference to mutable static is discouraged |
499 | 2024-11-29T15:09:16.946Z | --> xde/src/xde.rs:2134:25 |
500 | 2024-11-29T15:09:16.946Z | | |
501 | 2024-11-29T15:09:16.946Z | 2134 | let devs = unsafe { xde_devs.read() }; |
502 | 2024-11-29T15:09:16.946Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
503 | 2024-11-29T15:09:16.946Z | | |
504 | 2024-11-29T15:09:16.947Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
505 | 2024-11-29T15:09:16.947Z | = 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 |
506 | 2024-11-29T15:09:16.947Z | |
507 | 2024-11-29T15:09:16.947Z | warning: creating a shared reference to mutable static is discouraged |
508 | 2024-11-29T15:09:16.947Z | --> xde/src/xde.rs:2147:25 |
509 | 2024-11-29T15:09:16.947Z | | |
510 | 2024-11-29T15:09:16.947Z | 2147 | let devs = unsafe { xde_devs.read() }; |
511 | 2024-11-29T15:09:16.947Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
512 | 2024-11-29T15:09:16.947Z | | |
513 | 2024-11-29T15:09:16.947Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
514 | 2024-11-29T15:09:16.947Z | = 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 |
515 | 2024-11-29T15:09:16.947Z | |
516 | 2024-11-29T15:09:16.947Z | warning: creating a shared reference to mutable static is discouraged |
517 | 2024-11-29T15:09:16.947Z | --> xde/src/xde.rs:2161:25 |
518 | 2024-11-29T15:09:16.947Z | | |
519 | 2024-11-29T15:09:16.947Z | 2161 | let devs = unsafe { xde_devs.read() }; |
520 | 2024-11-29T15:09:16.947Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
521 | 2024-11-29T15:09:16.947Z | | |
522 | 2024-11-29T15:09:16.947Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
523 | 2024-11-29T15:09:16.947Z | = 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 |
524 | 2024-11-29T15:09:16.947Z | |
525 | 2024-11-29T15:09:16.947Z | warning: creating a shared reference to mutable static is discouraged |
526 | 2024-11-29T15:09:16.947Z | --> xde/src/xde.rs:2178:25 |
527 | 2024-11-29T15:09:16.947Z | | |
528 | 2024-11-29T15:09:16.947Z | 2178 | let devs = unsafe { xde_devs.read() }; |
529 | 2024-11-29T15:09:16.947Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
530 | 2024-11-29T15:09:16.947Z | | |
531 | 2024-11-29T15:09:16.947Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
532 | 2024-11-29T15:09:16.947Z | = 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 |
533 | 2024-11-29T15:09:16.947Z | |
534 | 2024-11-29T15:09:16.947Z | warning: creating a shared reference to mutable static is discouraged |
535 | 2024-11-29T15:09:16.947Z | --> xde/src/xde.rs:2192:25 |
536 | 2024-11-29T15:09:16.947Z | | |
537 | 2024-11-29T15:09:16.947Z | 2192 | let devs = unsafe { xde_devs.read() }; |
538 | 2024-11-29T15:09:16.947Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
539 | 2024-11-29T15:09:16.947Z | | |
540 | 2024-11-29T15:09:16.947Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
541 | 2024-11-29T15:09:16.947Z | = 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 |
542 | 2024-11-29T15:09:16.947Z | |
543 | 2024-11-29T15:09:17.101Z | warning: `xde` (lib) generated 28 warnings |
544 | 2024-11-29T15:09:17.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.31s |
545 | 2024-11-29T15:09:17.239Z | |
546 | 2024-11-29T15:09:17.239Z | real 45.459286276 |
547 | 2024-11-29T15:09:17.240Z | user 1:58.999361198 |
548 | 2024-11-29T15:09:17.240Z | sys 12.273620837 |
549 | 2024-11-29T15:09:17.240Z | trap 0.060115930 |
550 | 2024-11-29T15:09:17.240Z | tflt 0.154517415 |
551 | 2024-11-29T15:09:17.240Z | dflt 0.408559500 |
552 | 2024-11-29T15:09:17.240Z | kflt 0.001970584 |
553 | 2024-11-29T15:09:17.240Z | lock 2:53.550437644 |
554 | 2024-11-29T15:09:17.240Z | slp 6:07.432216655 |
555 | 2024-11-29T15:09:17.240Z | lat 3.024395197 |
556 | 2024-11-29T15:09:17.240Z | stop 5.764412469 |
557 | 2024-11-29T15:09:17.243Z | + pushd xde-link |
558 | 2024-11-29T15:09:17.243Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
559 | 2024-11-29T15:09:17.243Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
560 | 2024-11-29T15:09:17.494Z | Compiling compiler_builtins v0.1.138 |
561 | 2024-11-29T15:09:17.494Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
562 | 2024-11-29T15:09:17.497Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
563 | 2024-11-29T15:09:32.319Z | 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) |
564 | 2024-11-29T15:09:33.045Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
565 | 2024-11-29T15:09:35.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.44s |
566 | 2024-11-29T15:09:35.842Z | |
567 | 2024-11-29T15:09:35.845Z | real 18.600270718 |
568 | 2024-11-29T15:09:35.845Z | user 21.644147635 |
569 | 2024-11-29T15:09:35.845Z | sys 1.374367346 |
570 | 2024-11-29T15:09:35.845Z | trap 0.003568926 |
571 | 2024-11-29T15:09:35.845Z | tflt 0.014867693 |
572 | 2024-11-29T15:09:35.845Z | dflt 0.063600933 |
573 | 2024-11-29T15:09:35.845Z | kflt 0.000000000 |
574 | 2024-11-29T15:09:35.845Z | lock 54.943449090 |
575 | 2024-11-29T15:09:35.845Z | slp 1:17.482455095 |
576 | 2024-11-29T15:09:35.845Z | lat 0.073202100 |
577 | 2024-11-29T15:09:35.846Z | stop 0.142080149 |
578 | 2024-11-29T15:09:35.846Z | + popd |
579 | 2024-11-29T15:09:35.846Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
580 | 2024-11-29T15:09:35.846Z | + header 'build xde (debug)' |
581 | 2024-11-29T15:09:35.846Z | + echo '# ==== build xde (debug) ==== #' |
582 | 2024-11-29T15:09:35.846Z | # ==== build xde (debug) ==== # |
583 | 2024-11-29T15:09:35.846Z | + ptime -m ./build-debug.sh |
584 | 2024-11-29T15:09:36.151Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
585 | 2024-11-29T15:09:36.151Z | Fresh unicode-ident v1.0.14 |
586 | 2024-11-29T15:09:36.151Z | Fresh strsim v0.11.1 |
587 | 2024-11-29T15:09:36.151Z | Fresh fnv v1.0.7 |
588 | 2024-11-29T15:09:36.151Z | Fresh ident_case v1.0.1 |
589 | 2024-11-29T15:09:36.151Z | Fresh memchr v2.7.4 |
590 | 2024-11-29T15:09:36.155Z | 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) |
591 | 2024-11-29T15:09:36.155Z | Fresh aho-corasick v1.1.3 |
592 | 2024-11-29T15:09:36.155Z | Fresh regex-syntax v0.8.5 |
593 | 2024-11-29T15:09:36.155Z | Fresh compiler_builtins v0.1.138 |
594 | 2024-11-29T15:09:36.155Z | Fresh proc-macro2 v1.0.92 |
595 | 2024-11-29T15:09:36.155Z | Fresh regex-automata v0.4.9 |
596 | 2024-11-29T15:09:36.155Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
597 | 2024-11-29T15:09:36.155Z | Fresh quote v1.0.37 |
598 | 2024-11-29T15:09:36.155Z | Fresh regex v1.11.1 |
599 | 2024-11-29T15:09:36.155Z | Fresh version_check v0.9.5 |
600 | 2024-11-29T15:09:36.155Z | Fresh syn v2.0.89 |
601 | 2024-11-29T15:09:36.155Z | Compiling byteorder v1.5.0 |
602 | 2024-11-29T15:09:36.155Z | Compiling stable_deref_trait v1.2.0 |
603 | 2024-11-29T15:09:36.155Z | Compiling macaddr v1.0.1 |
604 | 2024-11-29T15:09:36.155Z | Compiling cfg-if v1.0.0 |
605 | 2024-11-29T15:09:36.155Z | Compiling managed v0.8.0 |
606 | 2024-11-29T15:09:36.155Z | Compiling cobs v0.2.3 |
607 | 2024-11-29T15:09:36.155Z | Compiling bitflags v1.3.2 |
608 | 2024-11-29T15:09:36.155Z | 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` |
609 | 2024-11-29T15:09:36.155Z | 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` |
610 | 2024-11-29T15:09:36.155Z | 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` |
611 | 2024-11-29T15:09:36.155Z | 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` |
612 | 2024-11-29T15:09:36.155Z | Fresh darling_core v0.20.10 |
613 | 2024-11-29T15:09:36.155Z | 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` |
614 | 2024-11-29T15:09:36.155Z | Fresh darling_macro v0.20.10 |
615 | 2024-11-29T15:09:36.155Z | 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` |
616 | 2024-11-29T15:09:36.155Z | Fresh darling v0.20.10 |
617 | 2024-11-29T15:09:36.155Z | Fresh serde_derive v1.0.215 |
618 | 2024-11-29T15:09:36.159Z | 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` |
619 | 2024-11-29T15:09:36.159Z | Compiling serde v1.0.215 |
620 | 2024-11-29T15:09:36.172Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ef06786989c3b238 -C extra-filename=-ef06786989c3b238 --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-5bc963843adae634.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)'` |
621 | 2024-11-29T15:09:36.219Z | Fresh zerocopy-derive v0.8.11 |
622 | 2024-11-29T15:09:36.219Z | Compiling zerocopy v0.8.11 |
623 | 2024-11-29T15:09:36.223Z | 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.11/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=6cdb6f230a004b90 -C extra-filename=-6cdb6f230a004b90 --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-ec702cad6cda2305.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)'` |
624 | 2024-11-29T15:09:36.226Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
625 | 2024-11-29T15:09:36.226Z | Compiling bitflags v2.6.0 |
626 | 2024-11-29T15:09:36.229Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=7e725605e5c47ecc -C extra-filename=-7e725605e5c47ecc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
627 | 2024-11-29T15:09:36.240Z | Compiling either v1.13.0 |
628 | 2024-11-29T15:09:36.245Z | 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` |
629 | 2024-11-29T15:09:36.424Z | Compiling hash32 v0.3.1 |
630 | 2024-11-29T15:09:36.431Z | 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` |
631 | 2024-11-29T15:09:36.453Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
632 | 2024-11-29T15:09:36.456Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=5ba3dae8f7e93c62 -C extra-filename=-5ba3dae8f7e93c62 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options` |
633 | 2024-11-29T15:09:36.522Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
634 | 2024-11-29T15:09:36.524Z | 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` |
635 | 2024-11-29T15:09:36.535Z | Compiling itertools v0.13.0 |
636 | 2024-11-29T15:09:36.537Z | Compiling crc32fast v1.4.2 |
637 | 2024-11-29T15:09:36.537Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d22b07987ad408f1 -C extra-filename=-d22b07987ad408f1 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libeither-44afdb97d2a99b98.rmeta -Z unstable-options --cap-lints allow` |
638 | 2024-11-29T15:09:36.537Z | 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` |
639 | 2024-11-29T15:09:36.603Z | Compiling heapless v0.8.0 |
640 | 2024-11-29T15:09:36.606Z | 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` |
641 | 2024-11-29T15:09:36.623Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
642 | 2024-11-29T15:09:36.625Z | 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=1505380afd7fb144 -C extra-filename=-1505380afd7fb144 --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-46b8d486d0fa6b42.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-53eabccb74ec1f10.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-e9b3eba4805db8ed.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-d3048bce5464eb9f.rlib --extern proc_macro` |
643 | 2024-11-29T15:09:36.670Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
644 | 2024-11-29T15:09:36.673Z | 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=129d8373700c992e -C extra-filename=-129d8373700c992e --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-e9b3eba4805db8ed.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-d3048bce5464eb9f.rlib --extern proc_macro` |
645 | 2024-11-29T15:09:36.739Z | Compiling dyn-clone v1.0.17 |
646 | 2024-11-29T15:09:36.742Z | 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` |
647 | 2024-11-29T15:09:36.904Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
648 | 2024-11-29T15:09:36.912Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
649 | 2024-11-29T15:09:36.947Z | 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` |
650 | 2024-11-29T15:09:37.377Z | Compiling smoltcp v0.11.0 |
651 | 2024-11-29T15:09:37.380Z | 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` |
652 | 2024-11-29T15:09:38.563Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
653 | 2024-11-29T15:09:38.565Z | 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=792aaf49aed1b2a9 -C extra-filename=-792aaf49aed1b2a9 --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-eb4c14d47f1359b0.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-6cdb6f230a004b90.rmeta -Z unstable-options --cap-lints allow` |
654 | 2024-11-29T15:09:39.925Z | Compiling postcard v1.0.10 |
655 | 2024-11-29T15:09:39.928Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=febc642984953bfe -C extra-filename=-febc642984953bfe --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-ef06786989c3b238.rmeta -Z unstable-options --cap-lints allow` |
656 | 2024-11-29T15:09:39.940Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
657 | 2024-11-29T15:09:39.942Z | 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=0e3bd866ae012db1 -C extra-filename=-0e3bd866ae012db1 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-eb4c14d47f1359b0.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-792aaf49aed1b2a9.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-ef06786989c3b238.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-6cdb6f230a004b90.rmeta -Z unstable-options --cap-lints allow` |
658 | 2024-11-29T15:09:40.022Z | Compiling uuid v1.11.0 |
659 | 2024-11-29T15:09:40.024Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=3503b61877417b3e -C extra-filename=-3503b61877417b3e --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-ef06786989c3b238.rmeta -Z unstable-options --cap-lints allow` |
660 | 2024-11-29T15:09:41.367Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
661 | 2024-11-29T15:09:41.370Z | 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=58e6cb063bfb4029 -C extra-filename=-58e6cb063bfb4029 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-0e3bd866ae012db1.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-febc642984953bfe.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ef06786989c3b238.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
662 | 2024-11-29T15:09:42.254Z | 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=c8e93274f013e8ee -C extra-filename=-c8e93274f013e8ee --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/debug/deps/libderror_macro-1505380afd7fb144.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libdyn_clone-6367ac87608d28fa.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-0e3bd866ae012db1.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libitertools-d22b07987ad408f1.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/debug/deps/libkstat_macro-129d8373700c992e.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-58e6cb063bfb4029.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-febc642984953bfe.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ef06786989c3b238.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-6cdb6f230a004b90.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
663 | 2024-11-29T15:09:47.340Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
664 | 2024-11-29T15:09:47.343Z | 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=ec487582a38ce602 -C extra-filename=-ec487582a38ce602 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-c8e93274f013e8ee.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-ef06786989c3b238.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-3503b61877417b3e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-6cdb6f230a004b90.rmeta -Z unstable-options` |
665 | 2024-11-29T15:09:51.081Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
666 | 2024-11-29T15:09:51.084Z | 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=30a65eff9c14fb54 -C extra-filename=-30a65eff9c14fb54 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-0e3bd866ae012db1.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-c8e93274f013e8ee.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-ec487582a38ce602.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-febc642984953bfe.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ef06786989c3b238.rlib -Z unstable-options` |
667 | 2024-11-29T15:09:53.822Z | warning: creating a mutable reference to mutable static is discouraged |
668 | 2024-11-29T15:09:53.822Z | --> xde/src/xde.rs:311:5 |
669 | 2024-11-29T15:09:53.822Z | | |
670 | 2024-11-29T15:09:53.822Z | 311 | xde_devs.init(KRwLockType::Driver); |
671 | 2024-11-29T15:09:53.822Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
672 | 2024-11-29T15:09:53.822Z | | |
673 | 2024-11-29T15:09:53.822Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
674 | 2024-11-29T15:09:53.822Z | = 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 |
675 | 2024-11-29T15:09:53.822Z | = note: `#[warn(static_mut_refs)]` on by default |
676 | 2024-11-29T15:09:53.822Z | |
677 | 2024-11-29T15:09:53.826Z | warning: creating a shared reference to mutable static is discouraged |
678 | 2024-11-29T15:09:53.826Z | --> xde/src/xde.rs:668:29 |
679 | 2024-11-29T15:09:53.826Z | | |
680 | 2024-11-29T15:09:53.826Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
681 | 2024-11-29T15:09:53.826Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
682 | 2024-11-29T15:09:53.826Z | | |
683 | 2024-11-29T15:09:53.826Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
684 | 2024-11-29T15:09:53.826Z | = 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 |
685 | 2024-11-29T15:09:53.826Z | |
686 | 2024-11-29T15:09:53.826Z | warning: creating a shared reference to mutable static is discouraged |
687 | 2024-11-29T15:09:53.826Z | --> xde/src/xde.rs:824:29 |
688 | 2024-11-29T15:09:53.826Z | | |
689 | 2024-11-29T15:09:53.826Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
690 | 2024-11-29T15:09:53.826Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
691 | 2024-11-29T15:09:53.826Z | | |
692 | 2024-11-29T15:09:53.826Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
693 | 2024-11-29T15:09:53.826Z | = 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 |
694 | 2024-11-29T15:09:53.826Z | |
695 | 2024-11-29T15:09:53.826Z | warning: creating a shared reference to mutable static is discouraged |
696 | 2024-11-29T15:09:53.826Z | --> xde/src/xde.rs:914:18 |
697 | 2024-11-29T15:09:53.826Z | | |
698 | 2024-11-29T15:09:53.826Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
699 | 2024-11-29T15:09:53.826Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
700 | 2024-11-29T15:09:53.826Z | | |
701 | 2024-11-29T15:09:53.826Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
702 | 2024-11-29T15:09:53.827Z | = 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 |
703 | 2024-11-29T15:09:53.827Z | |
704 | 2024-11-29T15:09:53.827Z | warning: creating a shared reference to mutable static is discouraged |
705 | 2024-11-29T15:09:53.827Z | --> xde/src/xde.rs:1227:9 |
706 | 2024-11-29T15:09:53.827Z | | |
707 | 2024-11-29T15:09:53.827Z | 1227 | if !xde_devs.read().is_empty() { |
708 | 2024-11-29T15:09:53.827Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
709 | 2024-11-29T15:09:53.827Z | | |
710 | 2024-11-29T15:09:53.827Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
711 | 2024-11-29T15:09:53.827Z | = 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 |
712 | 2024-11-29T15:09:53.827Z | |
713 | 2024-11-29T15:09:53.831Z | warning: creating a shared reference to mutable static is discouraged |
714 | 2024-11-29T15:09:53.831Z | --> xde/src/xde.rs:1631:33 |
715 | 2024-11-29T15:09:53.831Z | | |
716 | 2024-11-29T15:09:53.831Z | 1631 | let devs = unsafe { xde_devs.read() }; |
717 | 2024-11-29T15:09:53.831Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
718 | 2024-11-29T15:09:53.831Z | | |
719 | 2024-11-29T15:09:53.831Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
720 | 2024-11-29T15:09:53.831Z | = 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 |
721 | 2024-11-29T15:09:53.831Z | |
722 | 2024-11-29T15:09:53.831Z | warning: creating a shared reference to mutable static is discouraged |
723 | 2024-11-29T15:09:53.831Z | --> xde/src/xde.rs:1888:16 |
724 | 2024-11-29T15:09:53.831Z | | |
725 | 2024-11-29T15:09:53.832Z | 1888 | let devs = xde_devs.read(); |
726 | 2024-11-29T15:09:53.832Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
727 | 2024-11-29T15:09:53.832Z | | |
728 | 2024-11-29T15:09:53.832Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
729 | 2024-11-29T15:09:53.832Z | = 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 |
730 | 2024-11-29T15:09:53.832Z | |
731 | 2024-11-29T15:09:53.832Z | warning: creating a shared reference to mutable static is discouraged |
732 | 2024-11-29T15:09:53.832Z | --> xde/src/xde.rs:1939:25 |
733 | 2024-11-29T15:09:53.832Z | | |
734 | 2024-11-29T15:09:53.832Z | 1939 | let devs = unsafe { xde_devs.read() }; |
735 | 2024-11-29T15:09:53.832Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
736 | 2024-11-29T15:09:53.832Z | | |
737 | 2024-11-29T15:09:53.832Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
738 | 2024-11-29T15:09:53.832Z | = 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 |
739 | 2024-11-29T15:09:53.832Z | |
740 | 2024-11-29T15:09:53.832Z | warning: creating a shared reference to mutable static is discouraged |
741 | 2024-11-29T15:09:53.832Z | --> xde/src/xde.rs:1954:25 |
742 | 2024-11-29T15:09:53.832Z | | |
743 | 2024-11-29T15:09:53.832Z | 1954 | let devs = unsafe { xde_devs.read() }; |
744 | 2024-11-29T15:09:53.832Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
745 | 2024-11-29T15:09:53.832Z | | |
746 | 2024-11-29T15:09:53.832Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
747 | 2024-11-29T15:09:53.832Z | = 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 |
748 | 2024-11-29T15:09:53.832Z | |
749 | 2024-11-29T15:09:53.832Z | warning: creating a shared reference to mutable static is discouraged |
750 | 2024-11-29T15:09:53.832Z | --> xde/src/xde.rs:1967:25 |
751 | 2024-11-29T15:09:53.832Z | | |
752 | 2024-11-29T15:09:53.832Z | 1967 | let devs = unsafe { xde_devs.read() }; |
753 | 2024-11-29T15:09:53.832Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
754 | 2024-11-29T15:09:53.832Z | | |
755 | 2024-11-29T15:09:53.832Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
756 | 2024-11-29T15:09:53.832Z | = 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 |
757 | 2024-11-29T15:09:53.832Z | |
758 | 2024-11-29T15:09:53.832Z | warning: creating a shared reference to mutable static is discouraged |
759 | 2024-11-29T15:09:53.832Z | --> xde/src/xde.rs:1981:25 |
760 | 2024-11-29T15:09:53.832Z | | |
761 | 2024-11-29T15:09:53.832Z | 1981 | let devs = unsafe { xde_devs.read() }; |
762 | 2024-11-29T15:09:53.832Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
763 | 2024-11-29T15:09:53.833Z | | |
764 | 2024-11-29T15:09:53.833Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
765 | 2024-11-29T15:09:53.833Z | = 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 |
766 | 2024-11-29T15:09:53.833Z | |
767 | 2024-11-29T15:09:53.833Z | warning: creating a shared reference to mutable static is discouraged |
768 | 2024-11-29T15:09:53.833Z | --> xde/src/xde.rs:1995:25 |
769 | 2024-11-29T15:09:53.833Z | | |
770 | 2024-11-29T15:09:53.833Z | 1995 | let devs = unsafe { xde_devs.read() }; |
771 | 2024-11-29T15:09:53.833Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
772 | 2024-11-29T15:09:53.833Z | | |
773 | 2024-11-29T15:09:53.833Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
774 | 2024-11-29T15:09:53.833Z | = 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 |
775 | 2024-11-29T15:09:53.833Z | |
776 | 2024-11-29T15:09:53.833Z | warning: creating a shared reference to mutable static is discouraged |
777 | 2024-11-29T15:09:53.833Z | --> xde/src/xde.rs:2061:25 |
778 | 2024-11-29T15:09:53.833Z | | |
779 | 2024-11-29T15:09:53.833Z | 2061 | let devs = unsafe { xde_devs.read() }; |
780 | 2024-11-29T15:09:53.833Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
781 | 2024-11-29T15:09:53.833Z | | |
782 | 2024-11-29T15:09:53.833Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
783 | 2024-11-29T15:09:53.833Z | = 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 |
784 | 2024-11-29T15:09:53.833Z | |
785 | 2024-11-29T15:09:53.833Z | warning: creating a shared reference to mutable static is discouraged |
786 | 2024-11-29T15:09:53.833Z | --> xde/src/xde.rs:2074:25 |
787 | 2024-11-29T15:09:53.833Z | | |
788 | 2024-11-29T15:09:53.833Z | 2074 | let devs = unsafe { xde_devs.read() }; |
789 | 2024-11-29T15:09:53.833Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
790 | 2024-11-29T15:09:53.833Z | | |
791 | 2024-11-29T15:09:53.833Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
792 | 2024-11-29T15:09:53.833Z | = 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 |
793 | 2024-11-29T15:09:53.833Z | |
794 | 2024-11-29T15:09:53.833Z | warning: creating a shared reference to mutable static is discouraged |
795 | 2024-11-29T15:09:53.833Z | --> xde/src/xde.rs:2088:25 |
796 | 2024-11-29T15:09:53.833Z | | |
797 | 2024-11-29T15:09:53.833Z | 2088 | let devs = unsafe { xde_devs.read() }; |
798 | 2024-11-29T15:09:53.833Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
799 | 2024-11-29T15:09:53.833Z | | |
800 | 2024-11-29T15:09:53.833Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
801 | 2024-11-29T15:09:53.833Z | = 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 |
802 | 2024-11-29T15:09:53.833Z | |
803 | 2024-11-29T15:09:53.834Z | warning: creating a shared reference to mutable static is discouraged |
804 | 2024-11-29T15:09:53.834Z | --> xde/src/xde.rs:2104:25 |
805 | 2024-11-29T15:09:53.834Z | | |
806 | 2024-11-29T15:09:53.834Z | 2104 | let devs = unsafe { xde_devs.read() }; |
807 | 2024-11-29T15:09:53.834Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
808 | 2024-11-29T15:09:53.834Z | | |
809 | 2024-11-29T15:09:53.834Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
810 | 2024-11-29T15:09:53.834Z | = 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 |
811 | 2024-11-29T15:09:53.834Z | |
812 | 2024-11-29T15:09:53.837Z | warning: creating a shared reference to mutable static is discouraged |
813 | 2024-11-29T15:09:53.837Z | --> xde/src/xde.rs:2119:25 |
814 | 2024-11-29T15:09:53.837Z | | |
815 | 2024-11-29T15:09:53.837Z | 2119 | let devs = unsafe { xde_devs.read() }; |
816 | 2024-11-29T15:09:53.837Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
817 | 2024-11-29T15:09:53.837Z | | |
818 | 2024-11-29T15:09:53.837Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
819 | 2024-11-29T15:09:53.837Z | = 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 |
820 | 2024-11-29T15:09:53.837Z | |
821 | 2024-11-29T15:09:53.837Z | warning: creating a shared reference to mutable static is discouraged |
822 | 2024-11-29T15:09:53.838Z | --> xde/src/xde.rs:2134:25 |
823 | 2024-11-29T15:09:53.838Z | | |
824 | 2024-11-29T15:09:53.838Z | 2134 | let devs = unsafe { xde_devs.read() }; |
825 | 2024-11-29T15:09:53.838Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
826 | 2024-11-29T15:09:53.838Z | | |
827 | 2024-11-29T15:09:53.838Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
828 | 2024-11-29T15:09:53.838Z | = 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 |
829 | 2024-11-29T15:09:53.838Z | |
830 | 2024-11-29T15:09:53.838Z | warning: creating a shared reference to mutable static is discouraged |
831 | 2024-11-29T15:09:53.838Z | --> xde/src/xde.rs:2147:25 |
832 | 2024-11-29T15:09:53.838Z | | |
833 | 2024-11-29T15:09:53.838Z | 2147 | let devs = unsafe { xde_devs.read() }; |
834 | 2024-11-29T15:09:53.838Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
835 | 2024-11-29T15:09:53.838Z | | |
836 | 2024-11-29T15:09:53.838Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
837 | 2024-11-29T15:09:53.838Z | = 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 |
838 | 2024-11-29T15:09:53.838Z | |
839 | 2024-11-29T15:09:53.838Z | warning: creating a shared reference to mutable static is discouraged |
840 | 2024-11-29T15:09:53.838Z | --> xde/src/xde.rs:2161:25 |
841 | 2024-11-29T15:09:53.838Z | | |
842 | 2024-11-29T15:09:53.838Z | 2161 | let devs = unsafe { xde_devs.read() }; |
843 | 2024-11-29T15:09:53.838Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
844 | 2024-11-29T15:09:53.838Z | | |
845 | 2024-11-29T15:09:53.838Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
846 | 2024-11-29T15:09:53.838Z | = 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 |
847 | 2024-11-29T15:09:53.838Z | |
848 | 2024-11-29T15:09:53.838Z | warning: creating a shared reference to mutable static is discouraged |
849 | 2024-11-29T15:09:53.838Z | --> xde/src/xde.rs:2178:25 |
850 | 2024-11-29T15:09:53.838Z | | |
851 | 2024-11-29T15:09:53.838Z | 2178 | let devs = unsafe { xde_devs.read() }; |
852 | 2024-11-29T15:09:53.838Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
853 | 2024-11-29T15:09:53.838Z | | |
854 | 2024-11-29T15:09:53.838Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
855 | 2024-11-29T15:09:53.838Z | = 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 |
856 | 2024-11-29T15:09:53.838Z | |
857 | 2024-11-29T15:09:53.838Z | warning: creating a shared reference to mutable static is discouraged |
858 | 2024-11-29T15:09:53.838Z | --> xde/src/xde.rs:2192:25 |
859 | 2024-11-29T15:09:53.838Z | | |
860 | 2024-11-29T15:09:53.838Z | 2192 | let devs = unsafe { xde_devs.read() }; |
861 | 2024-11-29T15:09:53.839Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
862 | 2024-11-29T15:09:53.839Z | | |
863 | 2024-11-29T15:09:53.839Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
864 | 2024-11-29T15:09:53.839Z | = 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 |
865 | 2024-11-29T15:09:53.839Z | |
866 | 2024-11-29T15:09:56.391Z | warning: `xde` (lib) generated 22 warnings |
867 | 2024-11-29T15:09:56.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.49s |
868 | 2024-11-29T15:10:00.211Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
869 | 2024-11-29T15:10:00.386Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
870 | 2024-11-29T15:10:00.386Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
871 | 2024-11-29T15:10:00.386Z | 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) |
872 | 2024-11-29T15:10:00.387Z | Fresh compiler_builtins v0.1.138 |
873 | 2024-11-29T15:10:00.390Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
874 | 2024-11-29T15:10:00.390Z | 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` |
875 | 2024-11-29T15:10:00.628Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
876 | 2024-11-29T15:10:00.635Z | 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` |
877 | 2024-11-29T15:10:00.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
878 | 2024-11-29T15:10:00.765Z | |
879 | 2024-11-29T15:10:00.768Z | real 24.923181173 |
880 | 2024-11-29T15:10:00.768Z | user 52.524579977 |
881 | 2024-11-29T15:10:00.768Z | sys 5.149466058 |
882 | 2024-11-29T15:10:00.768Z | trap 0.023952272 |
883 | 2024-11-29T15:10:00.768Z | tflt 0.083613636 |
884 | 2024-11-29T15:10:00.768Z | dflt 0.048930594 |
885 | 2024-11-29T15:10:00.768Z | kflt 0.000021044 |
886 | 2024-11-29T15:10:00.768Z | lock 1:31.233691111 |
887 | 2024-11-29T15:10:00.768Z | slp 2:24.145303463 |
888 | 2024-11-29T15:10:00.768Z | lat 2.355795133 |
889 | 2024-11-29T15:10:00.768Z | stop 1.609811468 |
890 | 2024-11-29T15:10:00.768Z | + header 'build xde (release)' |
891 | 2024-11-29T15:10:00.768Z | + echo '# ==== build xde (release) ==== #' |
892 | 2024-11-29T15:10:00.768Z | # ==== build xde (release) ==== # |
893 | 2024-11-29T15:10:00.768Z | + ptime -m ./build.sh |
894 | 2024-11-29T15:10:00.771Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
895 | 2024-11-29T15:10:00.772Z | + cargo -v build --release |
896 | 2024-11-29T15:10:00.932Z | Compiling compiler_builtins v0.1.138 |
897 | 2024-11-29T15:10:00.935Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
898 | 2024-11-29T15:10:00.935Z | Compiling proc-macro2 v1.0.92 |
899 | 2024-11-29T15:10:00.935Z | Compiling unicode-ident v1.0.14 |
900 | 2024-11-29T15:10:00.935Z | Compiling fnv v1.0.7 |
901 | 2024-11-29T15:10:00.935Z | Compiling strsim v0.11.1 |
902 | 2024-11-29T15:10:00.935Z | Compiling ident_case v1.0.1 |
903 | 2024-11-29T15:10:00.935Z | Compiling memchr v2.7.4 |
904 | 2024-11-29T15:10:00.959Z | 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` |
905 | 2024-11-29T15:10:00.963Z | 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` |
906 | 2024-11-29T15:10:00.963Z | 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.92/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=e9275e81496ee356 -C extra-filename=-e9275e81496ee356 --out-dir /work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
907 | 2024-11-29T15:10:00.963Z | 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` |
908 | 2024-11-29T15:10:00.963Z | 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` |
909 | 2024-11-29T15:10:00.963Z | 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` |
910 | 2024-11-29T15:10:00.963Z | 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` |
911 | 2024-11-29T15:10:00.963Z | 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` |
912 | 2024-11-29T15:10:01.052Z | Compiling serde v1.0.215 |
913 | 2024-11-29T15:10:01.055Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f8d2cbac6362fe41 -C extra-filename=-f8d2cbac6362fe41 --out-dir /work/oxidecomputer/opte/target/release/build/serde-f8d2cbac6362fe41 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
914 | 2024-11-29T15:10:01.101Z | Compiling regex-syntax v0.8.5 |
915 | 2024-11-29T15:10:01.103Z | 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` |
916 | 2024-11-29T15:10:01.126Z | Compiling zerocopy v0.8.11 |
917 | 2024-11-29T15:10:01.132Z | 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.11/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=9082625e14869f52 -C extra-filename=-9082625e14869f52 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-9082625e14869f52 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
918 | 2024-11-29T15:10:01.635Z | Compiling either v1.13.0 |
919 | 2024-11-29T15:10:01.638Z | 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` |
920 | 2024-11-29T15:10:01.638Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build` |
921 | 2024-11-29T15:10:01.764Z | Compiling heapless v0.8.0 |
922 | 2024-11-29T15:10:01.768Z | 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` |
923 | 2024-11-29T15:10:01.775Z | 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.92/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=2f45901a78607851 -C extra-filename=-2f45901a78607851 --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)'` |
924 | 2024-11-29T15:10:01.990Z | Compiling aho-corasick v1.1.3 |
925 | 2024-11-29T15:10:01.995Z | 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` |
926 | 2024-11-29T15:10:02.035Z | Compiling itertools v0.13.0 |
927 | 2024-11-29T15:10:02.038Z | 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` |
928 | 2024-11-29T15:10:02.082Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
929 | 2024-11-29T15:10:02.095Z | Running `/work/oxidecomputer/opte/target/release/build/serde-f8d2cbac6362fe41/build-script-build` |
930 | 2024-11-29T15:10:02.148Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-9082625e14869f52/build-script-build` |
931 | 2024-11-29T15:10:02.201Z | Compiling smoltcp v0.11.0 |
932 | 2024-11-29T15:10:02.206Z | 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` |
933 | 2024-11-29T15:10:02.361Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
934 | 2024-11-29T15:10:02.470Z | Compiling version_check v0.9.5 |
935 | 2024-11-29T15:10:02.472Z | 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` |
936 | 2024-11-29T15:10:02.656Z | Compiling quote v1.0.37 |
937 | 2024-11-29T15:10:02.661Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ce75eac782dac26a -C extra-filename=-ce75eac782dac26a --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-2f45901a78607851.rmeta --cap-lints allow` |
938 | 2024-11-29T15:10:02.938Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
939 | 2024-11-29T15:10:03.055Z | Compiling syn v2.0.89 |
940 | 2024-11-29T15:10:03.064Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e69dd531138c6b4c -C extra-filename=-e69dd531138c6b4c --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-2f45901a78607851.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-b8abd5741be676a7.rmeta --cap-lints allow` |
941 | 2024-11-29T15:10:03.180Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
942 | 2024-11-29T15:10:03.184Z | 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` |
943 | 2024-11-29T15:10:03.542Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
944 | 2024-11-29T15:10:04.585Z | Compiling regex-automata v0.4.9 |
945 | 2024-11-29T15:10:04.591Z | 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` |
946 | 2024-11-29T15:10:07.423Z | Compiling regex v1.11.1 |
947 | 2024-11-29T15:10:07.426Z | 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` |
948 | 2024-11-29T15:10:07.782Z | Compiling darling_core v0.20.10 |
949 | 2024-11-29T15:10:07.788Z | 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=1ebe32968b9f1f02 -C extra-filename=-1ebe32968b9f1f02 --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-2f45901a78607851.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rmeta --cap-lints allow` |
950 | 2024-11-29T15:10:10.083Z | Compiling serde_derive v1.0.215 |
951 | 2024-11-29T15:10:10.083Z | Compiling zerocopy-derive v0.8.11 |
952 | 2024-11-29T15:10:10.086Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
953 | 2024-11-29T15:10:10.086Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=f3d780c2c5d04b60 -C extra-filename=-f3d780c2c5d04b60 --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-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rlib --extern proc_macro --cap-lints allow` |
954 | 2024-11-29T15:10:10.086Z | 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.11/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=58cc2d525ceb351c -C extra-filename=-58cc2d525ceb351c --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-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rlib --extern proc_macro --cap-lints allow` |
955 | 2024-11-29T15:10:10.086Z | 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=f93aaeeb138f1f88 -C extra-filename=-f93aaeeb138f1f88 --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-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rlib --extern proc_macro` |
956 | 2024-11-29T15:10:11.765Z | Compiling darling_macro v0.20.10 |
957 | 2024-11-29T15:10:11.768Z | 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=7513f39d462c205f -C extra-filename=-7513f39d462c205f --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-1ebe32968b9f1f02.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rlib --extern proc_macro --cap-lints allow` |
958 | 2024-11-29T15:10:12.870Z | Compiling darling v0.20.10 |
959 | 2024-11-29T15:10:12.873Z | 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=447b3623abf9e380 -C extra-filename=-447b3623abf9e380 --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-1ebe32968b9f1f02.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-7513f39d462c205f.so --cap-lints allow` |
960 | 2024-11-29T15:10:12.943Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
961 | 2024-11-29T15:10:12.946Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
962 | 2024-11-29T15:10:12.946Z | 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=87dd96223b9266b2 -C extra-filename=-87dd96223b9266b2 --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-447b3623abf9e380.rlib --extern itertools=/work/oxidecomputer/opte/target/release/deps/libitertools-d501d58c3405a4e3.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rlib --extern proc_macro --cap-lints allow` |
963 | 2024-11-29T15:10:12.947Z | 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=60b06235eb9975bd -C extra-filename=-60b06235eb9975bd --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-447b3623abf9e380.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e69dd531138c6b4c.rlib --extern proc_macro` |
964 | 2024-11-29T15:10:21.577Z | 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) |
965 | 2024-11-29T15:10:21.580Z | 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` |
966 | 2024-11-29T15:10:21.617Z | 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)'` |
967 | 2024-11-29T15:10:22.379Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
968 | 2024-11-29T15:10:22.382Z | 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` |
969 | 2024-11-29T15:10:25.303Z | Compiling byteorder v1.5.0 |
970 | 2024-11-29T15:10:25.305Z | Compiling macaddr v1.0.1 |
971 | 2024-11-29T15:10:25.305Z | Compiling stable_deref_trait v1.2.0 |
972 | 2024-11-29T15:10:25.305Z | Compiling cfg-if v1.0.0 |
973 | 2024-11-29T15:10:25.305Z | Compiling bitflags v1.3.2 |
974 | 2024-11-29T15:10:25.305Z | 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` |
975 | 2024-11-29T15:10:25.305Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6f1063572dfb6cb9 -C extra-filename=-6f1063572dfb6cb9 --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-f3d780c2c5d04b60.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)'` |
976 | 2024-11-29T15:10:25.305Z | 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` |
977 | 2024-11-29T15:10:25.310Z | 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` |
978 | 2024-11-29T15:10:25.314Z | 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` |
979 | 2024-11-29T15:10:25.314Z | 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.11/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=47a8b4fd8dccd7ca -C extra-filename=-47a8b4fd8dccd7ca --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-58cc2d525ceb351c.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)'` |
980 | 2024-11-29T15:10:25.317Z | 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` |
981 | 2024-11-29T15:10:25.383Z | Compiling bitflags v2.6.0 |
982 | 2024-11-29T15:10:25.383Z | Compiling cobs v0.2.3 |
983 | 2024-11-29T15:10:25.386Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0604e4210f266c65 -C extra-filename=-0604e4210f266c65 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
984 | 2024-11-29T15:10:25.386Z | 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` |
985 | 2024-11-29T15:10:25.394Z | Compiling managed v0.8.0 |
986 | 2024-11-29T15:10:25.396Z | 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` |
987 | 2024-11-29T15:10:25.640Z | Compiling hash32 v0.3.1 |
988 | 2024-11-29T15:10:25.643Z | 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` |
989 | 2024-11-29T15:10:25.700Z | 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` |
990 | 2024-11-29T15:10:25.738Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
991 | 2024-11-29T15:10:25.741Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=941e1561389d7bae -C extra-filename=-941e1561389d7bae --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options` |
992 | 2024-11-29T15:10:25.831Z | 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` |
993 | 2024-11-29T15:10:25.860Z | Compiling crc32fast v1.4.2 |
994 | 2024-11-29T15:10:25.863Z | 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` |
995 | 2024-11-29T15:10:25.896Z | Compiling dyn-clone v1.0.17 |
996 | 2024-11-29T15:10:25.899Z | 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` |
997 | 2024-11-29T15:10:25.916Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
998 | 2024-11-29T15:10:25.922Z | 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` |
999 | 2024-11-29T15:10:26.027Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=f9640bc15feb3c18 -C extra-filename=-f9640bc15feb3c18 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libeither-fcce82aa78a27f75.rmeta -Z unstable-options --cap-lints allow` |
1000 | 2024-11-29T15:10:26.585Z | 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` |
1001 | 2024-11-29T15:10:27.745Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1002 | 2024-11-29T15:10:27.748Z | 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=fa94aaf803983c01 -C extra-filename=-fa94aaf803983c01 --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-87dd96223b9266b2.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-47a8b4fd8dccd7ca.rmeta -Z unstable-options --cap-lints allow` |
1003 | 2024-11-29T15:10:28.905Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1004 | 2024-11-29T15:10:28.906Z | Compiling postcard v1.0.10 |
1005 | 2024-11-29T15:10:28.909Z | 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=1c51606190164844 -C extra-filename=-1c51606190164844 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-87dd96223b9266b2.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-fa94aaf803983c01.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-6f1063572dfb6cb9.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-47a8b4fd8dccd7ca.rmeta -Z unstable-options --cap-lints allow` |
1006 | 2024-11-29T15:10:28.909Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=54109d93bea08b3e -C extra-filename=-54109d93bea08b3e --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-6f1063572dfb6cb9.rmeta -Z unstable-options --cap-lints allow` |
1007 | 2024-11-29T15:10:29.225Z | Compiling uuid v1.11.0 |
1008 | 2024-11-29T15:10:29.228Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=9495b65e63dbda66 -C extra-filename=-9495b65e63dbda66 --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-6f1063572dfb6cb9.rmeta -Z unstable-options --cap-lints allow` |
1009 | 2024-11-29T15:10:30.523Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1010 | 2024-11-29T15:10:30.526Z | 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=760cd9e2c8e19a23 -C extra-filename=-760cd9e2c8e19a23 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-1c51606190164844.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-54109d93bea08b3e.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-6f1063572dfb6cb9.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1011 | 2024-11-29T15:10:31.251Z | 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=3c7a9f0eb4798988 -C extra-filename=-3c7a9f0eb4798988 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/release/deps/libderror_macro-60b06235eb9975bd.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libdyn_clone-cd437f6d6c5e01a2.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-1c51606190164844.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libitertools-f9640bc15feb3c18.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/release/deps/libkstat_macro-f93aaeeb138f1f88.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-760cd9e2c8e19a23.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-54109d93bea08b3e.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-6f1063572dfb6cb9.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-47a8b4fd8dccd7ca.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1012 | 2024-11-29T15:10:35.583Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1013 | 2024-11-29T15:10:35.585Z | 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=920e427587b35aa0 -C extra-filename=-920e427587b35aa0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-3c7a9f0eb4798988.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-6f1063572dfb6cb9.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-9495b65e63dbda66.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-47a8b4fd8dccd7ca.rmeta -Z unstable-options` |
1014 | 2024-11-29T15:10:39.401Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1015 | 2024-11-29T15:10:39.403Z | 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=ec27af9f125ebe2d -C extra-filename=-ec27af9f125ebe2d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-1c51606190164844.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-3c7a9f0eb4798988.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-920e427587b35aa0.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-54109d93bea08b3e.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-6f1063572dfb6cb9.rlib -Z unstable-options` |
1016 | 2024-11-29T15:10:41.404Z | warning: creating a mutable reference to mutable static is discouraged |
1017 | 2024-11-29T15:10:41.404Z | --> xde/src/xde.rs:311:5 |
1018 | 2024-11-29T15:10:41.404Z | | |
1019 | 2024-11-29T15:10:41.404Z | 311 | xde_devs.init(KRwLockType::Driver); |
1020 | 2024-11-29T15:10:41.404Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1021 | 2024-11-29T15:10:41.404Z | | |
1022 | 2024-11-29T15:10:41.404Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1023 | 2024-11-29T15:10:41.404Z | = 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 |
1024 | 2024-11-29T15:10:41.404Z | = note: `#[warn(static_mut_refs)]` on by default |
1025 | 2024-11-29T15:10:41.404Z | |
1026 | 2024-11-29T15:10:41.407Z | warning: creating a shared reference to mutable static is discouraged |
1027 | 2024-11-29T15:10:41.407Z | --> xde/src/xde.rs:668:29 |
1028 | 2024-11-29T15:10:41.407Z | | |
1029 | 2024-11-29T15:10:41.407Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
1030 | 2024-11-29T15:10:41.407Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1031 | 2024-11-29T15:10:41.407Z | | |
1032 | 2024-11-29T15:10:41.407Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1033 | 2024-11-29T15:10:41.407Z | = 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 |
1034 | 2024-11-29T15:10:41.407Z | |
1035 | 2024-11-29T15:10:41.407Z | warning: creating a shared reference to mutable static is discouraged |
1036 | 2024-11-29T15:10:41.407Z | --> xde/src/xde.rs:824:29 |
1037 | 2024-11-29T15:10:41.407Z | | |
1038 | 2024-11-29T15:10:41.407Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
1039 | 2024-11-29T15:10:41.407Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1040 | 2024-11-29T15:10:41.407Z | | |
1041 | 2024-11-29T15:10:41.407Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1042 | 2024-11-29T15:10:41.407Z | = 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 |
1043 | 2024-11-29T15:10:41.407Z | |
1044 | 2024-11-29T15:10:41.407Z | warning: creating a shared reference to mutable static is discouraged |
1045 | 2024-11-29T15:10:41.407Z | --> xde/src/xde.rs:914:18 |
1046 | 2024-11-29T15:10:41.407Z | | |
1047 | 2024-11-29T15:10:41.408Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
1048 | 2024-11-29T15:10:41.408Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1049 | 2024-11-29T15:10:41.408Z | | |
1050 | 2024-11-29T15:10:41.408Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1051 | 2024-11-29T15:10:41.408Z | = 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 |
1052 | 2024-11-29T15:10:41.408Z | |
1053 | 2024-11-29T15:10:41.408Z | warning: creating a shared reference to mutable static is discouraged |
1054 | 2024-11-29T15:10:41.408Z | --> xde/src/xde.rs:1227:9 |
1055 | 2024-11-29T15:10:41.408Z | | |
1056 | 2024-11-29T15:10:41.408Z | 1227 | if !xde_devs.read().is_empty() { |
1057 | 2024-11-29T15:10:41.408Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1058 | 2024-11-29T15:10:41.408Z | | |
1059 | 2024-11-29T15:10:41.408Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1060 | 2024-11-29T15:10:41.408Z | = 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 |
1061 | 2024-11-29T15:10:41.408Z | |
1062 | 2024-11-29T15:10:41.412Z | warning: creating a shared reference to mutable static is discouraged |
1063 | 2024-11-29T15:10:41.412Z | --> xde/src/xde.rs:1631:33 |
1064 | 2024-11-29T15:10:41.412Z | | |
1065 | 2024-11-29T15:10:41.412Z | 1631 | let devs = unsafe { xde_devs.read() }; |
1066 | 2024-11-29T15:10:41.412Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1067 | 2024-11-29T15:10:41.412Z | | |
1068 | 2024-11-29T15:10:41.412Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1069 | 2024-11-29T15:10:41.412Z | = 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 |
1070 | 2024-11-29T15:10:41.412Z | |
1071 | 2024-11-29T15:10:41.412Z | warning: creating a shared reference to mutable static is discouraged |
1072 | 2024-11-29T15:10:41.412Z | --> xde/src/xde.rs:1888:16 |
1073 | 2024-11-29T15:10:41.412Z | | |
1074 | 2024-11-29T15:10:41.412Z | 1888 | let devs = xde_devs.read(); |
1075 | 2024-11-29T15:10:41.412Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1076 | 2024-11-29T15:10:41.412Z | | |
1077 | 2024-11-29T15:10:41.412Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1078 | 2024-11-29T15:10:41.412Z | = 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 |
1079 | 2024-11-29T15:10:41.412Z | |
1080 | 2024-11-29T15:10:41.412Z | warning: creating a shared reference to mutable static is discouraged |
1081 | 2024-11-29T15:10:41.412Z | --> xde/src/xde.rs:1939:25 |
1082 | 2024-11-29T15:10:41.412Z | | |
1083 | 2024-11-29T15:10:41.412Z | 1939 | let devs = unsafe { xde_devs.read() }; |
1084 | 2024-11-29T15:10:41.413Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1085 | 2024-11-29T15:10:41.413Z | | |
1086 | 2024-11-29T15:10:41.413Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1087 | 2024-11-29T15:10:41.413Z | = 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 |
1088 | 2024-11-29T15:10:41.413Z | |
1089 | 2024-11-29T15:10:41.413Z | warning: creating a shared reference to mutable static is discouraged |
1090 | 2024-11-29T15:10:41.413Z | --> xde/src/xde.rs:1954:25 |
1091 | 2024-11-29T15:10:41.413Z | | |
1092 | 2024-11-29T15:10:41.413Z | 1954 | let devs = unsafe { xde_devs.read() }; |
1093 | 2024-11-29T15:10:41.413Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1094 | 2024-11-29T15:10:41.413Z | | |
1095 | 2024-11-29T15:10:41.413Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1096 | 2024-11-29T15:10:41.413Z | = 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 |
1097 | 2024-11-29T15:10:41.413Z | |
1098 | 2024-11-29T15:10:41.413Z | warning: creating a shared reference to mutable static is discouraged |
1099 | 2024-11-29T15:10:41.413Z | --> xde/src/xde.rs:1967:25 |
1100 | 2024-11-29T15:10:41.413Z | | |
1101 | 2024-11-29T15:10:41.413Z | 1967 | let devs = unsafe { xde_devs.read() }; |
1102 | 2024-11-29T15:10:41.413Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1103 | 2024-11-29T15:10:41.413Z | | |
1104 | 2024-11-29T15:10:41.413Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1105 | 2024-11-29T15:10:41.413Z | = 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 |
1106 | 2024-11-29T15:10:41.413Z | |
1107 | 2024-11-29T15:10:41.413Z | warning: creating a shared reference to mutable static is discouraged |
1108 | 2024-11-29T15:10:41.413Z | --> xde/src/xde.rs:1981:25 |
1109 | 2024-11-29T15:10:41.413Z | | |
1110 | 2024-11-29T15:10:41.413Z | 1981 | let devs = unsafe { xde_devs.read() }; |
1111 | 2024-11-29T15:10:41.413Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1112 | 2024-11-29T15:10:41.413Z | | |
1113 | 2024-11-29T15:10:41.413Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1114 | 2024-11-29T15:10:41.413Z | = 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 |
1115 | 2024-11-29T15:10:41.413Z | |
1116 | 2024-11-29T15:10:41.413Z | warning: creating a shared reference to mutable static is discouraged |
1117 | 2024-11-29T15:10:41.413Z | --> xde/src/xde.rs:1995:25 |
1118 | 2024-11-29T15:10:41.413Z | | |
1119 | 2024-11-29T15:10:41.413Z | 1995 | let devs = unsafe { xde_devs.read() }; |
1120 | 2024-11-29T15:10:41.413Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1121 | 2024-11-29T15:10:41.413Z | | |
1122 | 2024-11-29T15:10:41.413Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1123 | 2024-11-29T15:10:41.413Z | = 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 |
1124 | 2024-11-29T15:10:41.414Z | |
1125 | 2024-11-29T15:10:41.414Z | warning: creating a shared reference to mutable static is discouraged |
1126 | 2024-11-29T15:10:41.414Z | --> xde/src/xde.rs:2061:25 |
1127 | 2024-11-29T15:10:41.414Z | | |
1128 | 2024-11-29T15:10:41.414Z | 2061 | let devs = unsafe { xde_devs.read() }; |
1129 | 2024-11-29T15:10:41.414Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1130 | 2024-11-29T15:10:41.414Z | | |
1131 | 2024-11-29T15:10:41.414Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1132 | 2024-11-29T15:10:41.414Z | = 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 |
1133 | 2024-11-29T15:10:41.414Z | |
1134 | 2024-11-29T15:10:41.414Z | warning: creating a shared reference to mutable static is discouraged |
1135 | 2024-11-29T15:10:41.414Z | --> xde/src/xde.rs:2074:25 |
1136 | 2024-11-29T15:10:41.414Z | | |
1137 | 2024-11-29T15:10:41.414Z | 2074 | let devs = unsafe { xde_devs.read() }; |
1138 | 2024-11-29T15:10:41.414Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1139 | 2024-11-29T15:10:41.414Z | | |
1140 | 2024-11-29T15:10:41.414Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1141 | 2024-11-29T15:10:41.414Z | = 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 |
1142 | 2024-11-29T15:10:41.414Z | |
1143 | 2024-11-29T15:10:41.414Z | warning: creating a shared reference to mutable static is discouraged |
1144 | 2024-11-29T15:10:41.414Z | --> xde/src/xde.rs:2088:25 |
1145 | 2024-11-29T15:10:41.414Z | | |
1146 | 2024-11-29T15:10:41.414Z | 2088 | let devs = unsafe { xde_devs.read() }; |
1147 | 2024-11-29T15:10:41.414Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1148 | 2024-11-29T15:10:41.414Z | | |
1149 | 2024-11-29T15:10:41.414Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1150 | 2024-11-29T15:10:41.414Z | = 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 |
1151 | 2024-11-29T15:10:41.414Z | |
1152 | 2024-11-29T15:10:41.414Z | warning: creating a shared reference to mutable static is discouraged |
1153 | 2024-11-29T15:10:41.414Z | --> xde/src/xde.rs:2104:25 |
1154 | 2024-11-29T15:10:41.414Z | | |
1155 | 2024-11-29T15:10:41.414Z | 2104 | let devs = unsafe { xde_devs.read() }; |
1156 | 2024-11-29T15:10:41.414Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1157 | 2024-11-29T15:10:41.414Z | | |
1158 | 2024-11-29T15:10:41.414Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1159 | 2024-11-29T15:10:41.414Z | = 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 |
1160 | 2024-11-29T15:10:41.414Z | |
1161 | 2024-11-29T15:10:41.414Z | warning: creating a shared reference to mutable static is discouraged |
1162 | 2024-11-29T15:10:41.418Z | --> xde/src/xde.rs:2119:25 |
1163 | 2024-11-29T15:10:41.418Z | | |
1164 | 2024-11-29T15:10:41.418Z | 2119 | let devs = unsafe { xde_devs.read() }; |
1165 | 2024-11-29T15:10:41.418Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1166 | 2024-11-29T15:10:41.418Z | | |
1167 | 2024-11-29T15:10:41.418Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1168 | 2024-11-29T15:10:41.418Z | = 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 |
1169 | 2024-11-29T15:10:41.418Z | |
1170 | 2024-11-29T15:10:41.418Z | warning: creating a shared reference to mutable static is discouraged |
1171 | 2024-11-29T15:10:41.418Z | --> xde/src/xde.rs:2134:25 |
1172 | 2024-11-29T15:10:41.418Z | | |
1173 | 2024-11-29T15:10:41.418Z | 2134 | let devs = unsafe { xde_devs.read() }; |
1174 | 2024-11-29T15:10:41.418Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1175 | 2024-11-29T15:10:41.418Z | | |
1176 | 2024-11-29T15:10:41.418Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1177 | 2024-11-29T15:10:41.418Z | = 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 |
1178 | 2024-11-29T15:10:41.418Z | |
1179 | 2024-11-29T15:10:41.418Z | warning: creating a shared reference to mutable static is discouraged |
1180 | 2024-11-29T15:10:41.418Z | --> xde/src/xde.rs:2147:25 |
1181 | 2024-11-29T15:10:41.418Z | | |
1182 | 2024-11-29T15:10:41.418Z | 2147 | let devs = unsafe { xde_devs.read() }; |
1183 | 2024-11-29T15:10:41.418Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1184 | 2024-11-29T15:10:41.418Z | | |
1185 | 2024-11-29T15:10:41.418Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1186 | 2024-11-29T15:10:41.418Z | = 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 |
1187 | 2024-11-29T15:10:41.418Z | |
1188 | 2024-11-29T15:10:41.418Z | warning: creating a shared reference to mutable static is discouraged |
1189 | 2024-11-29T15:10:41.418Z | --> xde/src/xde.rs:2161:25 |
1190 | 2024-11-29T15:10:41.419Z | | |
1191 | 2024-11-29T15:10:41.419Z | 2161 | let devs = unsafe { xde_devs.read() }; |
1192 | 2024-11-29T15:10:41.419Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1193 | 2024-11-29T15:10:41.419Z | | |
1194 | 2024-11-29T15:10:41.419Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1195 | 2024-11-29T15:10:41.419Z | = 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 |
1196 | 2024-11-29T15:10:41.419Z | |
1197 | 2024-11-29T15:10:41.419Z | warning: creating a shared reference to mutable static is discouraged |
1198 | 2024-11-29T15:10:41.419Z | --> xde/src/xde.rs:2178:25 |
1199 | 2024-11-29T15:10:41.419Z | | |
1200 | 2024-11-29T15:10:41.419Z | 2178 | let devs = unsafe { xde_devs.read() }; |
1201 | 2024-11-29T15:10:41.419Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1202 | 2024-11-29T15:10:41.419Z | | |
1203 | 2024-11-29T15:10:41.419Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1204 | 2024-11-29T15:10:41.419Z | = 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 |
1205 | 2024-11-29T15:10:41.419Z | |
1206 | 2024-11-29T15:10:41.419Z | warning: creating a shared reference to mutable static is discouraged |
1207 | 2024-11-29T15:10:41.419Z | --> xde/src/xde.rs:2192:25 |
1208 | 2024-11-29T15:10:41.419Z | | |
1209 | 2024-11-29T15:10:41.419Z | 2192 | let devs = unsafe { xde_devs.read() }; |
1210 | 2024-11-29T15:10:41.420Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1211 | 2024-11-29T15:10:41.420Z | | |
1212 | 2024-11-29T15:10:41.420Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1213 | 2024-11-29T15:10:41.420Z | = 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 |
1214 | 2024-11-29T15:10:41.420Z | |
1215 | 2024-11-29T15:11:05.047Z | warning: `xde` (lib) generated 22 warnings |
1216 | 2024-11-29T15:11:05.047Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 04s |
1217 | 2024-11-29T15:11:05.076Z | + 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 |
1218 | 2024-11-29T15:11:05.745Z | + pushd xde-link |
1219 | 2024-11-29T15:11:05.748Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1220 | 2024-11-29T15:11:05.748Z | + cargo -v build --release |
1221 | 2024-11-29T15:11:05.883Z | Compiling compiler_builtins v0.1.138 |
1222 | 2024-11-29T15:11:05.884Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1223 | 2024-11-29T15:11:05.886Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1224 | 2024-11-29T15:11:05.886Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1225 | 2024-11-29T15:11:05.886Z | 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` |
1226 | 2024-11-29T15:11:05.886Z | 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` |
1227 | 2024-11-29T15:11:06.121Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1228 | 2024-11-29T15:11:22.163Z | 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) |
1229 | 2024-11-29T15:11:22.166Z | 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` |
1230 | 2024-11-29T15:11:22.203Z | 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)'` |
1231 | 2024-11-29T15:11:22.993Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1232 | 2024-11-29T15:11:22.996Z | 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` |
1233 | 2024-11-29T15:11:26.269Z | 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` |
1234 | 2024-11-29T15:11:26.561Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.76s |
1235 | 2024-11-29T15:11:26.582Z | + set +e |
1236 | 2024-11-29T15:11:26.585Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1237 | 2024-11-29T15:11:26.585Z | + grep panicking |
1238 | 2024-11-29T15:11:26.588Z | + '[' 1 -eq 0 ']' |
1239 | 2024-11-29T15:11:26.588Z | + popd |
1240 | 2024-11-29T15:11:26.588Z | /work/oxidecomputer/opte/xde |
1241 | 2024-11-29T15:11:26.590Z | |
1242 | 2024-11-29T15:11:26.590Z | real 1:25.832897664 |
1243 | 2024-11-29T15:11:26.590Z | user 3:15.318666336 |
1244 | 2024-11-29T15:11:26.590Z | sys 14.193770812 |
1245 | 2024-11-29T15:11:26.590Z | trap 0.063443894 |
1246 | 2024-11-29T15:11:26.590Z | tflt 0.222383886 |
1247 | 2024-11-29T15:11:26.590Z | dflt 0.644949435 |
1248 | 2024-11-29T15:11:26.591Z | kflt 0.000058400 |
1249 | 2024-11-29T15:11:26.591Z | lock 7:29.443884033 |
1250 | 2024-11-29T15:11:26.591Z | slp 9:43.373681506 |
1251 | 2024-11-29T15:11:26.591Z | lat 2.393079172 |
1252 | 2024-11-29T15:11:26.591Z | stop 4.598032203 |
1253 | 2024-11-29T15:11:26.591Z | + popd |
1254 | 2024-11-29T15:11:26.591Z | /work/oxidecomputer/opte |
1255 | 2024-11-29T15:11:26.591Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1256 | 2024-11-29T15:11:26.594Z | + grep GOTPCREL |
1257 | 2024-11-29T15:11:28.912Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1258 | 2024-11-29T15:11:28.915Z | + grep GOTPCREL |
1259 | 2024-11-29T15:11:30.287Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1260 | 2024-11-29T15:11:30.341Z | + sha256sum /work/debug/xde.dbg |
1261 | 2024-11-29T15:11:30.390Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1262 | 2024-11-29T15:11:30.393Z | + sha256sum /work/debug/xde_link.dbg.so |
1263 | 2024-11-29T15:11:30.396Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1264 | 2024-11-29T15:11:30.436Z | + sha256sum /work/release/xde |
1265 | 2024-11-29T15:11:30.466Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1266 | 2024-11-29T15:11:30.469Z | + sha256sum /work/release/xde_link.so |
1267 | 2024-11-29T15:11:30.473Z | + header 'build xde integration tests' |
1268 | 2024-11-29T15:11:30.473Z | + echo '# ==== build xde integration tests ==== #' |
1269 | 2024-11-29T15:11:30.473Z | # ==== build xde integration tests ==== # |
1270 | 2024-11-29T15:11:30.473Z | + pushd xde-tests |
1271 | 2024-11-29T15:11:30.473Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1272 | 2024-11-29T15:11:30.473Z | + cargo +nightly-2024-11-18 fmt -- --check |
1273 | 2024-11-29T15:11:30.632Z | + cargo clippy --all-targets |
1274 | 2024-11-29T15:11:30.947Z | Downloading crates ... |
1275 | 2024-11-29T15:11:31.086Z | Downloaded anstyle-parse v0.2.6 |
1276 | 2024-11-29T15:11:31.088Z | Downloaded dirs-next v2.0.0 |
1277 | 2024-11-29T15:11:31.091Z | Downloaded arc-swap v1.7.1 |
1278 | 2024-11-29T15:11:31.101Z | Downloaded crossbeam-utils v0.8.20 |
1279 | 2024-11-29T15:11:31.104Z | Downloaded toml_datetime v0.6.8 |
1280 | 2024-11-29T15:11:31.107Z | Downloaded ppv-lite86 v0.2.20 |
1281 | 2024-11-29T15:11:31.109Z | Downloaded parking_lot_core v0.9.10 |
1282 | 2024-11-29T15:11:31.109Z | Downloaded slog-async v2.8.0 |
1283 | 2024-11-29T15:11:31.112Z | Downloaded anyhow v1.0.93 |
1284 | 2024-11-29T15:11:31.115Z | Downloaded anstyle-query v1.1.2 |
1285 | 2024-11-29T15:11:31.117Z | Downloaded anstyle v1.0.10 |
1286 | 2024-11-29T15:11:31.119Z | Downloaded anstream v0.6.18 |
1287 | 2024-11-29T15:11:31.121Z | Downloaded num_enum_derive v0.5.11 |
1288 | 2024-11-29T15:11:31.121Z | Downloaded itoa v1.0.13 |
1289 | 2024-11-29T15:11:31.123Z | Downloaded clap v4.5.21 |
1290 | 2024-11-29T15:11:31.131Z | Downloaded autocfg v1.4.0 |
1291 | 2024-11-29T15:11:31.138Z | Downloaded clap_builder v4.5.21 |
1292 | 2024-11-29T15:11:31.147Z | Downloaded equivalent v1.0.1 |
1293 | 2024-11-29T15:11:31.149Z | Downloaded cstr-argument v0.1.2 |
1294 | 2024-11-29T15:11:31.149Z | Downloaded colorchoice v1.0.3 |
1295 | 2024-11-29T15:11:31.156Z | Downloaded colored v2.1.0 |
1296 | 2024-11-29T15:11:31.158Z | Downloaded ipnetwork v0.20.0 |
1297 | 2024-11-29T15:11:31.161Z | Downloaded clap_lex v0.7.3 |
1298 | 2024-11-29T15:11:31.164Z | Downloaded clap_derive v4.5.18 |
1299 | 2024-11-29T15:11:31.164Z | Downloaded heck v0.5.0 |
1300 | 2024-11-29T15:11:31.164Z | Downloaded foreign-types-macros v0.2.3 |
1301 | 2024-11-29T15:11:31.166Z | Downloaded getrandom v0.2.15 |
1302 | 2024-11-29T15:11:31.169Z | Downloaded heck v0.4.1 |
1303 | 2024-11-29T15:11:31.171Z | Downloaded errno v0.3.9 |
1304 | 2024-11-29T15:11:31.171Z | Downloaded dirs-sys-next v0.1.2 |
1305 | 2024-11-29T15:11:31.174Z | Downloaded crossbeam-channel v0.5.13 |
1306 | 2024-11-29T15:11:31.177Z | Downloaded foreign-types-shared v0.3.1 |
1307 | 2024-11-29T15:11:31.180Z | Downloaded foreign-types v0.5.0 |
1308 | 2024-11-29T15:11:31.180Z | Downloaded deranged v0.3.11 |
1309 | 2024-11-29T15:11:31.180Z | Downloaded bytes v1.8.0 |
1310 | 2024-11-29T15:11:31.184Z | Downloaded num-conv v0.1.0 |
1311 | 2024-11-29T15:11:31.187Z | Downloaded pretty-hex v0.2.1 |
1312 | 2024-11-29T15:11:31.193Z | Downloaded indexmap v2.6.0 |
1313 | 2024-11-29T15:11:31.199Z | Downloaded time-core v0.1.2 |
1314 | 2024-11-29T15:11:31.202Z | Downloaded take_mut v0.2.2 |
1315 | 2024-11-29T15:11:31.211Z | Downloaded lazy_static v1.5.0 |
1316 | 2024-11-29T15:11:31.213Z | Downloaded rand_chacha v0.3.1 |
1317 | 2024-11-29T15:11:31.215Z | Downloaded is-terminal v0.4.13 |
1318 | 2024-11-29T15:11:31.215Z | Downloaded is_terminal_polyfill v1.70.1 |
1319 | 2024-11-29T15:11:31.220Z | Downloaded num_enum v0.5.11 |
1320 | 2024-11-29T15:11:31.225Z | Downloaded terminal_size v0.4.0 |
1321 | 2024-11-29T15:11:31.227Z | Downloaded rand_core v0.6.4 |
1322 | 2024-11-29T15:11:31.229Z | Downloaded powerfmt v0.2.0 |
1323 | 2024-11-29T15:11:31.232Z | Downloaded slog-envlogger v2.2.0 |
1324 | 2024-11-29T15:11:31.235Z | Downloaded proc-macro-crate v1.3.1 |
1325 | 2024-11-29T15:11:31.238Z | Downloaded utf8parse v0.2.2 |
1326 | 2024-11-29T15:11:31.241Z | Downloaded slog-stdlog v4.1.1 |
1327 | 2024-11-29T15:11:31.243Z | Downloaded slog-scope v4.4.0 |
1328 | 2024-11-29T15:11:31.243Z | Downloaded schemars_derive v0.8.21 |
1329 | 2024-11-29T15:11:31.246Z | Downloaded tabwriter v1.4.0 |
1330 | 2024-11-29T15:11:31.248Z | Downloaded tokio-macros v2.4.0 |
1331 | 2024-11-29T15:11:31.251Z | Downloaded term v0.7.0 |
1332 | 2024-11-29T15:11:31.253Z | Downloaded scopeguard v1.2.0 |
1333 | 2024-11-29T15:11:31.253Z | Downloaded lock_api v0.4.12 |
1334 | 2024-11-29T15:11:31.257Z | Downloaded serde_derive_internals v0.29.1 |
1335 | 2024-11-29T15:11:31.260Z | Downloaded once_cell v1.20.2 |
1336 | 2024-11-29T15:11:31.267Z | Downloaded tracing-attributes v0.1.27 |
1337 | 2024-11-29T15:11:31.269Z | Downloaded smallvec v1.13.2 |
1338 | 2024-11-29T15:11:31.275Z | Downloaded time-macros v0.2.18 |
1339 | 2024-11-29T15:11:31.283Z | Downloaded thread_local v1.1.8 |
1340 | 2024-11-29T15:11:31.285Z | Downloaded slog-term v2.9.1 |
1341 | 2024-11-29T15:11:31.288Z | Downloaded parking_lot v0.12.3 |
1342 | 2024-11-29T15:11:31.290Z | Downloaded slog v2.7.0 |
1343 | 2024-11-29T15:11:31.293Z | Downloaded log v0.4.22 |
1344 | 2024-11-29T15:11:31.295Z | Downloaded socket2 v0.5.7 |
1345 | 2024-11-29T15:11:31.298Z | Downloaded signal-hook-registry v1.4.2 |
1346 | 2024-11-29T15:11:31.298Z | Downloaded ryu v1.0.18 |
1347 | 2024-11-29T15:11:31.301Z | Downloaded pin-project-lite v0.2.15 |
1348 | 2024-11-29T15:11:31.306Z | Downloaded zerocopy-derive v0.7.35 |
1349 | 2024-11-29T15:11:31.312Z | Downloaded tracing-core v0.1.32 |
1350 | 2024-11-29T15:11:31.315Z | Downloaded schemars v0.8.21 |
1351 | 2024-11-29T15:11:31.326Z | Downloaded rand v0.8.5 |
1352 | 2024-11-29T15:11:31.330Z | Downloaded hashbrown v0.15.2 |
1353 | 2024-11-29T15:11:31.335Z | Downloaded tracing v0.1.40 |
1354 | 2024-11-29T15:11:31.349Z | Downloaded mio v1.0.2 |
1355 | 2024-11-29T15:11:31.355Z | Downloaded toml_edit v0.19.15 |
1356 | 2024-11-29T15:11:31.371Z | Downloaded zerocopy v0.7.35 |
1357 | 2024-11-29T15:11:31.386Z | Downloaded time v0.3.36 |
1358 | 2024-11-29T15:11:31.392Z | Downloaded winnow v0.6.20 |
1359 | 2024-11-29T15:11:31.401Z | Downloaded winnow v0.5.40 |
1360 | 2024-11-29T15:11:31.409Z | Downloaded serde_json v1.0.133 |
1361 | 2024-11-29T15:11:31.417Z | Downloaded itertools v0.12.1 |
1362 | 2024-11-29T15:11:31.451Z | Downloaded rustix v0.38.41 |
1363 | 2024-11-29T15:11:31.512Z | Downloaded libc v0.2.164 |
1364 | 2024-11-29T15:11:31.539Z | Downloaded tokio v1.41.1 |
1365 | 2024-11-29T15:11:31.675Z | Compiling proc-macro2 v1.0.92 |
1366 | 2024-11-29T15:11:31.675Z | Compiling unicode-ident v1.0.14 |
1367 | 2024-11-29T15:11:31.677Z | Compiling libc v0.2.164 |
1368 | 2024-11-29T15:11:31.677Z | Checking cfg-if v1.0.0 |
1369 | 2024-11-29T15:11:31.677Z | Compiling serde v1.0.215 |
1370 | 2024-11-29T15:11:31.677Z | Checking byteorder v1.5.0 |
1371 | 2024-11-29T15:11:31.678Z | Compiling syn v1.0.109 |
1372 | 2024-11-29T15:11:31.678Z | Compiling version_check v0.9.5 |
1373 | 2024-11-29T15:11:31.781Z | Checking memchr v2.7.4 |
1374 | 2024-11-29T15:11:31.901Z | Compiling fnv v1.0.7 |
1375 | 2024-11-29T15:11:31.978Z | Compiling strsim v0.11.1 |
1376 | 2024-11-29T15:11:32.018Z | Compiling ident_case v1.0.1 |
1377 | 2024-11-29T15:11:32.193Z | Compiling autocfg v1.4.0 |
1378 | 2024-11-29T15:11:32.309Z | Compiling hashbrown v0.15.2 |
1379 | 2024-11-29T15:11:32.323Z | Checking itoa v1.0.13 |
1380 | 2024-11-29T15:11:32.341Z | Compiling equivalent v1.0.1 |
1381 | 2024-11-29T15:11:32.505Z | Checking once_cell v1.20.2 |
1382 | 2024-11-29T15:11:32.642Z | Compiling anyhow v1.0.93 |
1383 | 2024-11-29T15:11:32.688Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1384 | 2024-11-29T15:11:32.803Z | Compiling winnow v0.5.40 |
1385 | 2024-11-29T15:11:33.009Z | Compiling lock_api v0.4.12 |
1386 | 2024-11-29T15:11:33.063Z | Compiling toml_datetime v0.6.8 |
1387 | 2024-11-29T15:11:33.239Z | Compiling parking_lot_core v0.9.10 |
1388 | 2024-11-29T15:11:33.364Z | Compiling regex-syntax v0.8.5 |
1389 | 2024-11-29T15:11:33.418Z | Compiling quote v1.0.37 |
1390 | 2024-11-29T15:11:33.555Z | Compiling indexmap v2.6.0 |
1391 | 2024-11-29T15:11:33.653Z | Compiling aho-corasick v1.1.3 |
1392 | 2024-11-29T15:11:33.696Z | Checking bitflags v2.6.0 |
1393 | 2024-11-29T15:11:33.923Z | Compiling syn v2.0.89 |
1394 | 2024-11-29T15:11:34.167Z | Checking lazy_static v1.5.0 |
1395 | 2024-11-29T15:11:34.366Z | Checking scopeguard v1.2.0 |
1396 | 2024-11-29T15:11:34.493Z | Compiling thiserror v1.0.69 |
1397 | 2024-11-29T15:11:34.690Z | Checking dyn-clone v1.0.17 |
1398 | 2024-11-29T15:11:34.822Z | Compiling either v1.13.0 |
1399 | 2024-11-29T15:11:34.886Z | Compiling zerocopy v0.8.11 |
1400 | 2024-11-29T15:11:35.048Z | Compiling serde_json v1.0.133 |
1401 | 2024-11-29T15:11:35.264Z | Checking smallvec v1.13.2 |
1402 | 2024-11-29T15:11:35.485Z | Compiling itertools v0.13.0 |
1403 | 2024-11-29T15:11:36.097Z | Checking getrandom v0.2.15 |
1404 | 2024-11-29T15:11:36.333Z | Compiling heapless v0.8.0 |
1405 | 2024-11-29T15:11:36.429Z | Compiling toml_edit v0.19.15 |
1406 | 2024-11-29T15:11:36.920Z | Compiling schemars v0.8.21 |
1407 | 2024-11-29T15:11:37.054Z | Checking pin-project-lite v0.2.15 |
1408 | 2024-11-29T15:11:37.175Z | Compiling regex-automata v0.4.9 |
1409 | 2024-11-29T15:11:37.306Z | Checking ryu v1.0.18 |
1410 | 2024-11-29T15:11:37.536Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1411 | 2024-11-29T15:11:37.971Z | Checking parking_lot v0.12.3 |
1412 | 2024-11-29T15:11:38.182Z | Checking rand_core v0.6.4 |
1413 | 2024-11-29T15:11:38.316Z | Checking mio v1.0.2 |
1414 | 2024-11-29T15:11:38.474Z | Checking socket2 v0.5.7 |
1415 | 2024-11-29T15:11:38.744Z | Checking signal-hook-registry v1.4.2 |
1416 | 2024-11-29T15:11:38.928Z | Checking hash32 v0.3.1 |
1417 | 2024-11-29T15:11:38.972Z | Checking stable_deref_trait v1.2.0 |
1418 | 2024-11-29T15:11:38.988Z | Compiling smoltcp v0.11.0 |
1419 | 2024-11-29T15:11:39.061Z | Compiling proc-macro-crate v1.3.1 |
1420 | 2024-11-29T15:11:39.076Z | Checking macaddr v1.0.1 |
1421 | 2024-11-29T15:11:39.281Z | Checking foreign-types-shared v0.3.1 |
1422 | 2024-11-29T15:11:39.322Z | Checking bytes v1.8.0 |
1423 | 2024-11-29T15:11:39.377Z | Compiling slog v2.7.0 |
1424 | 2024-11-29T15:11:40.004Z | Checking tracing-core v0.1.32 |
1425 | 2024-11-29T15:11:40.109Z | Checking cstr-argument v0.1.2 |
1426 | 2024-11-29T15:11:40.120Z | Compiling proc-macro-error-attr v1.0.4 |
1427 | 2024-11-29T15:11:40.309Z | Compiling rustix v0.38.41 |
1428 | 2024-11-29T15:11:40.495Z | Checking managed v0.8.0 |
1429 | 2024-11-29T15:11:40.638Z | Checking cobs v0.2.3 |
1430 | 2024-11-29T15:11:40.697Z | Checking pretty-hex v0.2.1 |
1431 | 2024-11-29T15:11:40.811Z | Checking bitflags v1.3.2 |
1432 | 2024-11-29T15:11:41.033Z | Compiling darling_core v0.20.10 |
1433 | 2024-11-29T15:11:41.296Z | Compiling regex v1.11.1 |
1434 | 2024-11-29T15:11:41.328Z | Compiling serde_derive_internals v0.29.1 |
1435 | 2024-11-29T15:11:42.394Z | Checking colored v2.1.0 |
1436 | 2024-11-29T15:11:42.457Z | Checking errno v0.3.9 |
1437 | 2024-11-29T15:11:42.631Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1438 | 2024-11-29T15:11:42.687Z | Compiling proc-macro-error v1.0.4 |
1439 | 2024-11-29T15:11:43.024Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1440 | 2024-11-29T15:11:43.042Z | Checking utf8parse v0.2.2 |
1441 | 2024-11-29T15:11:43.182Z | Checking unicode-width v0.1.14 |
1442 | 2024-11-29T15:11:43.229Z | Checking winnow v0.6.20 |
1443 | 2024-11-29T15:11:43.412Z | Compiling crossbeam-utils v0.8.20 |
1444 | 2024-11-29T15:11:43.656Z | Checking tabwriter v1.4.0 |
1445 | 2024-11-29T15:11:43.881Z | Checking anstyle-parse v0.2.6 |
1446 | 2024-11-29T15:11:44.554Z | Compiling num_enum_derive v0.5.11 |
1447 | 2024-11-29T15:11:44.753Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1448 | 2024-11-29T15:11:44.914Z | Checking dirs-sys-next v0.1.2 |
1449 | 2024-11-29T15:11:45.090Z | Checking crc32fast v1.4.2 |
1450 | 2024-11-29T15:11:45.210Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1451 | 2024-11-29T15:11:45.312Z | Compiling num-conv v0.1.0 |
1452 | 2024-11-29T15:11:45.546Z | Checking is_terminal_polyfill v1.70.1 |
1453 | 2024-11-29T15:11:45.607Z | Checking anstyle-query v1.1.2 |
1454 | 2024-11-29T15:11:45.658Z | Compiling time-core v0.1.2 |
1455 | 2024-11-29T15:11:45.667Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1456 | 2024-11-29T15:11:45.719Z | Checking colorchoice v1.0.3 |
1457 | 2024-11-29T15:11:45.802Z | Checking anstyle v1.0.10 |
1458 | 2024-11-29T15:11:45.821Z | Checking powerfmt v0.2.0 |
1459 | 2024-11-29T15:11:45.841Z | Compiling time-macros v0.2.18 |
1460 | 2024-11-29T15:11:45.898Z | Compiling serde_derive v1.0.215 |
1461 | 2024-11-29T15:11:46.069Z | Compiling zerocopy-derive v0.7.35 |
1462 | 2024-11-29T15:11:46.144Z | Compiling thiserror-impl v1.0.69 |
1463 | 2024-11-29T15:11:46.212Z | Compiling zerocopy-derive v0.8.11 |
1464 | 2024-11-29T15:11:46.244Z | Compiling foreign-types-macros v0.2.3 |
1465 | 2024-11-29T15:11:46.643Z | Compiling darling_macro v0.20.10 |
1466 | 2024-11-29T15:11:46.819Z | Compiling schemars_derive v0.8.21 |
1467 | 2024-11-29T15:11:47.494Z | Compiling tokio-macros v2.4.0 |
1468 | 2024-11-29T15:11:47.614Z | Compiling darling v0.20.10 |
1469 | 2024-11-29T15:11:47.724Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1470 | 2024-11-29T15:11:48.022Z | Checking zerocopy v0.7.35 |
1471 | 2024-11-29T15:11:48.658Z | Checking foreign-types v0.5.0 |
1472 | 2024-11-29T15:11:48.755Z | Checking num_enum v0.5.11 |
1473 | 2024-11-29T15:11:48.892Z | Compiling tracing-attributes v0.1.27 |
1474 | 2024-11-29T15:11:48.964Z | Checking tokio v1.41.1 |
1475 | 2024-11-29T15:11:49.024Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1476 | 2024-11-29T15:11:49.340Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1477 | 2024-11-29T15:11:49.405Z | Checking ppv-lite86 v0.2.20 |
1478 | 2024-11-29T15:11:49.667Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1479 | 2024-11-29T15:11:50.222Z | Checking rand_chacha v0.3.1 |
1480 | 2024-11-29T15:11:50.573Z | Checking rand v0.8.5 |
1481 | 2024-11-29T15:11:50.786Z | Checking anstream v0.6.18 |
1482 | 2024-11-29T15:11:50.819Z | Checking deranged v0.3.11 |
1483 | 2024-11-29T15:11:51.196Z | Checking terminal_size v0.4.0 |
1484 | 2024-11-29T15:11:51.360Z | Checking dirs-next v2.0.0 |
1485 | 2024-11-29T15:11:52.163Z | Checking tracing v0.1.40 |
1486 | 2024-11-29T15:11:52.194Z | Checking thread_local v1.1.8 |
1487 | 2024-11-29T15:11:52.478Z | Compiling slog-async v2.8.0 |
1488 | 2024-11-29T15:11:52.519Z | Checking clap_lex v0.7.3 |
1489 | 2024-11-29T15:11:52.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1490 | 2024-11-29T15:11:52.800Z | Compiling heck v0.4.1 |
1491 | 2024-11-29T15:11:52.995Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1492 | 2024-11-29T15:11:53.092Z | Compiling heck v0.5.0 |
1493 | 2024-11-29T15:11:53.445Z | Checking arc-swap v1.7.1 |
1494 | 2024-11-29T15:11:53.456Z | Checking clap_builder v4.5.21 |
1495 | 2024-11-29T15:11:53.483Z | Compiling clap_derive v4.5.18 |
1496 | 2024-11-29T15:11:53.882Z | Checking slog-scope v4.4.0 |
1497 | 2024-11-29T15:11:53.992Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1498 | 2024-11-29T15:11:54.049Z | Checking time v0.3.36 |
1499 | 2024-11-29T15:11:54.111Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1500 | 2024-11-29T15:11:54.740Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1501 | 2024-11-29T15:11:55.583Z | Checking crossbeam-channel v0.5.13 |
1502 | 2024-11-29T15:11:55.592Z | Checking term v0.7.0 |
1503 | 2024-11-29T15:11:55.941Z | Checking itertools v0.12.1 |
1504 | 2024-11-29T15:11:56.008Z | Checking is-terminal v0.4.13 |
1505 | 2024-11-29T15:11:56.117Z | Checking take_mut v0.2.2 |
1506 | 2024-11-29T15:11:56.251Z | Checking log v0.4.22 |
1507 | 2024-11-29T15:11:56.420Z | Checking slog-term v2.9.1 |
1508 | 2024-11-29T15:11:56.429Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1509 | 2024-11-29T15:11:56.541Z | Checking slog-stdlog v4.1.1 |
1510 | 2024-11-29T15:11:57.417Z | Checking clap v4.5.21 |
1511 | 2024-11-29T15:11:57.817Z | Checking ipnetwork v0.20.0 |
1512 | 2024-11-29T15:11:57.896Z | Checking postcard v1.0.10 |
1513 | 2024-11-29T15:11:57.896Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1514 | 2024-11-29T15:11:57.896Z | Checking uuid v1.11.0 |
1515 | 2024-11-29T15:11:58.028Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1516 | 2024-11-29T15:11:59.136Z | Checking slog-envlogger v2.2.0 |
1517 | 2024-11-29T15:11:59.344Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1518 | 2024-11-29T15:12:00.042Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
1519 | 2024-11-29T15:12:01.347Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1520 | 2024-11-29T15:12:07.674Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1521 | 2024-11-29T15:12:10.153Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1522 | 2024-11-29T15:12:10.696Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1523 | 2024-11-29T15:12:11.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.39s |
1524 | 2024-11-29T15:12:11.211Z | + cargo build --test loopback |
1525 | 2024-11-29T15:12:11.528Z | Compiling cfg-if v1.0.0 |
1526 | 2024-11-29T15:12:11.528Z | Compiling memchr v2.7.4 |
1527 | 2024-11-29T15:12:11.531Z | Compiling byteorder v1.5.0 |
1528 | 2024-11-29T15:12:11.531Z | Compiling once_cell v1.20.2 |
1529 | 2024-11-29T15:12:11.531Z | Compiling libc v0.2.164 |
1530 | 2024-11-29T15:12:11.531Z | Compiling strsim v0.11.1 |
1531 | 2024-11-29T15:12:11.531Z | Compiling either v1.13.0 |
1532 | 2024-11-29T15:12:11.543Z | Compiling serde v1.0.215 |
1533 | 2024-11-29T15:12:11.601Z | Compiling regex-syntax v0.8.5 |
1534 | 2024-11-29T15:12:11.846Z | Compiling darling_core v0.20.10 |
1535 | 2024-11-29T15:12:11.943Z | Compiling itoa v1.0.13 |
1536 | 2024-11-29T15:12:11.946Z | Compiling bitflags v2.6.0 |
1537 | 2024-11-29T15:12:12.143Z | Compiling dyn-clone v1.0.17 |
1538 | 2024-11-29T15:12:12.333Z | Compiling scopeguard v1.2.0 |
1539 | 2024-11-29T15:12:12.361Z | Compiling smallvec v1.13.2 |
1540 | 2024-11-29T15:12:12.455Z | Compiling aho-corasick v1.1.3 |
1541 | 2024-11-29T15:12:12.491Z | Compiling lazy_static v1.5.0 |
1542 | 2024-11-29T15:12:12.608Z | Compiling lock_api v0.4.12 |
1543 | 2024-11-29T15:12:12.797Z | Compiling parking_lot_core v0.9.10 |
1544 | 2024-11-29T15:12:13.057Z | Compiling getrandom v0.2.15 |
1545 | 2024-11-29T15:12:13.106Z | Compiling zerocopy v0.7.35 |
1546 | 2024-11-29T15:12:13.243Z | Compiling proc-macro-crate v1.3.1 |
1547 | 2024-11-29T15:12:13.367Z | Compiling itertools v0.13.0 |
1548 | 2024-11-29T15:12:13.517Z | Compiling ryu v1.0.18 |
1549 | 2024-11-29T15:12:13.892Z | Compiling pin-project-lite v0.2.15 |
1550 | 2024-11-29T15:12:14.008Z | Compiling thiserror v1.0.69 |
1551 | 2024-11-29T15:12:14.027Z | Compiling num_enum_derive v0.5.11 |
1552 | 2024-11-29T15:12:14.132Z | Compiling zerocopy v0.8.11 |
1553 | 2024-11-29T15:12:14.698Z | Compiling ppv-lite86 v0.2.20 |
1554 | 2024-11-29T15:12:15.607Z | Compiling regex-automata v0.4.9 |
1555 | 2024-11-29T15:12:16.206Z | Compiling rand_core v0.6.4 |
1556 | 2024-11-29T15:12:16.537Z | Compiling parking_lot v0.12.3 |
1557 | 2024-11-29T15:12:16.661Z | Compiling anyhow v1.0.93 |
1558 | 2024-11-29T15:12:17.537Z | Compiling ipnetwork v0.20.0 |
1559 | 2024-11-29T15:12:17.588Z | Compiling darling_macro v0.20.10 |
1560 | 2024-11-29T15:12:17.675Z | Compiling serde_json v1.0.133 |
1561 | 2024-11-29T15:12:17.868Z | Compiling mio v1.0.2 |
1562 | 2024-11-29T15:12:17.911Z | Compiling signal-hook-registry v1.4.2 |
1563 | 2024-11-29T15:12:18.169Z | Compiling socket2 v0.5.7 |
1564 | 2024-11-29T15:12:18.362Z | Compiling hash32 v0.3.1 |
1565 | 2024-11-29T15:12:18.578Z | Compiling darling v0.20.10 |
1566 | 2024-11-29T15:12:18.581Z | Compiling stable_deref_trait v1.2.0 |
1567 | 2024-11-29T15:12:18.672Z | Compiling foreign-types-shared v0.3.1 |
1568 | 2024-11-29T15:12:18.683Z | Compiling bytes v1.8.0 |
1569 | 2024-11-29T15:12:18.779Z | Compiling macaddr v1.0.1 |
1570 | 2024-11-29T15:12:18.853Z | Compiling foreign-types v0.5.0 |
1571 | 2024-11-29T15:12:18.956Z | Compiling heapless v0.8.0 |
1572 | 2024-11-29T15:12:18.987Z | Compiling rand_chacha v0.3.1 |
1573 | 2024-11-29T15:12:19.137Z | Compiling num_enum v0.5.11 |
1574 | 2024-11-29T15:12:19.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1575 | 2024-11-29T15:12:19.233Z | Compiling cstr-argument v0.1.2 |
1576 | 2024-11-29T15:12:19.272Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1577 | 2024-11-29T15:12:19.321Z | Compiling tracing-core v0.1.32 |
1578 | 2024-11-29T15:12:19.432Z | Compiling managed v0.8.0 |
1579 | 2024-11-29T15:12:19.504Z | Compiling tokio v1.41.1 |
1580 | 2024-11-29T15:12:19.879Z | Compiling regex v1.11.1 |
1581 | 2024-11-29T15:12:19.998Z | Compiling schemars v0.8.21 |
1582 | 2024-11-29T15:12:20.011Z | Compiling bitflags v1.3.2 |
1583 | 2024-11-29T15:12:20.104Z | Compiling pretty-hex v0.2.1 |
1584 | 2024-11-29T15:12:20.202Z | Compiling cobs v0.2.3 |
1585 | 2024-11-29T15:12:20.305Z | Compiling smoltcp v0.11.0 |
1586 | 2024-11-29T15:12:20.511Z | Compiling postcard v1.0.10 |
1587 | 2024-11-29T15:12:20.873Z | Compiling tracing v0.1.40 |
1588 | 2024-11-29T15:12:20.912Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1589 | 2024-11-29T15:12:21.061Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1590 | 2024-11-29T15:12:21.112Z | Compiling rand v0.8.5 |
1591 | 2024-11-29T15:12:21.173Z | Compiling slog v2.7.0 |
1592 | 2024-11-29T15:12:21.305Z | Compiling errno v0.3.9 |
1593 | 2024-11-29T15:12:21.541Z | Compiling colored v2.1.0 |
1594 | 2024-11-29T15:12:21.706Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1595 | 2024-11-29T15:12:21.930Z | Compiling winnow v0.6.20 |
1596 | 2024-11-29T15:12:22.066Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
1597 | 2024-11-29T15:12:22.355Z | Compiling unicode-width v0.1.14 |
1598 | 2024-11-29T15:12:22.797Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1599 | 2024-11-29T15:12:22.892Z | Compiling utf8parse v0.2.2 |
1600 | 2024-11-29T15:12:22.964Z | Compiling tabwriter v1.4.0 |
1601 | 2024-11-29T15:12:23.023Z | Compiling anstyle-parse v0.2.6 |
1602 | 2024-11-29T15:12:23.100Z | Compiling rustix v0.38.41 |
1603 | 2024-11-29T15:12:23.356Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1604 | 2024-11-29T15:12:23.523Z | Compiling dirs-sys-next v0.1.2 |
1605 | 2024-11-29T15:12:24.293Z | Compiling crc32fast v1.4.2 |
1606 | 2024-11-29T15:12:24.579Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1607 | 2024-11-29T15:12:24.690Z | Compiling num-conv v0.1.0 |
1608 | 2024-11-29T15:12:24.742Z | Compiling colorchoice v1.0.3 |
1609 | 2024-11-29T15:12:24.894Z | Compiling anstyle v1.0.10 |
1610 | 2024-11-29T15:12:24.979Z | Compiling anstyle-query v1.1.2 |
1611 | 2024-11-29T15:12:25.136Z | Compiling is_terminal_polyfill v1.70.1 |
1612 | 2024-11-29T15:12:25.253Z | Compiling time-core v0.1.2 |
1613 | 2024-11-29T15:12:25.362Z | Compiling powerfmt v0.2.0 |
1614 | 2024-11-29T15:12:25.420Z | Compiling time-macros v0.2.18 |
1615 | 2024-11-29T15:12:25.516Z | Compiling anstream v0.6.18 |
1616 | 2024-11-29T15:12:25.633Z | Compiling deranged v0.3.11 |
1617 | 2024-11-29T15:12:25.636Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1618 | 2024-11-29T15:12:25.764Z | Compiling terminal_size v0.4.0 |
1619 | 2024-11-29T15:12:25.883Z | Compiling dirs-next v2.0.0 |
1620 | 2024-11-29T15:12:25.966Z | Compiling crossbeam-utils v0.8.20 |
1621 | 2024-11-29T15:12:26.068Z | Compiling uuid v1.11.0 |
1622 | 2024-11-29T15:12:26.313Z | Compiling thread_local v1.1.8 |
1623 | 2024-11-29T15:12:26.716Z | Compiling arc-swap v1.7.1 |
1624 | 2024-11-29T15:12:26.804Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1625 | 2024-11-29T15:12:26.888Z | Compiling clap_lex v0.7.3 |
1626 | 2024-11-29T15:12:27.153Z | Compiling slog-scope v4.4.0 |
1627 | 2024-11-29T15:12:27.359Z | Compiling clap_builder v4.5.21 |
1628 | 2024-11-29T15:12:27.370Z | Compiling crossbeam-channel v0.5.13 |
1629 | 2024-11-29T15:12:27.424Z | Compiling term v0.7.0 |
1630 | 2024-11-29T15:12:27.545Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1631 | 2024-11-29T15:12:27.711Z | Compiling is-terminal v0.4.13 |
1632 | 2024-11-29T15:12:27.820Z | Compiling itertools v0.12.1 |
1633 | 2024-11-29T15:12:28.275Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1634 | 2024-11-29T15:12:28.374Z | Compiling time v0.3.36 |
1635 | 2024-11-29T15:12:28.548Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1636 | 2024-11-29T15:12:28.667Z | Compiling log v0.4.22 |
1637 | 2024-11-29T15:12:29.142Z | Compiling take_mut v0.2.2 |
1638 | 2024-11-29T15:12:29.145Z | Compiling slog-stdlog v4.1.1 |
1639 | 2024-11-29T15:12:29.287Z | Compiling slog-async v2.8.0 |
1640 | 2024-11-29T15:12:29.543Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1641 | 2024-11-29T15:12:30.646Z | Compiling slog-term v2.9.1 |
1642 | 2024-11-29T15:12:31.028Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1643 | 2024-11-29T15:12:31.894Z | Compiling clap v4.5.21 |
1644 | 2024-11-29T15:12:32.024Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1645 | 2024-11-29T15:12:32.417Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1646 | 2024-11-29T15:12:32.424Z | Compiling slog-envlogger v2.2.0 |
1647 | 2024-11-29T15:12:33.137Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1648 | 2024-11-29T15:12:35.060Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1649 | 2024-11-29T15:12:41.302Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1650 | 2024-11-29T15:12:43.394Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1651 | 2024-11-29T15:12:44.034Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1652 | 2024-11-29T15:12:48.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.89s |
1653 | 2024-11-29T15:12:48.196Z | ++ cargo build -q --test loopback --message-format=json |
1654 | 2024-11-29T15:12:48.199Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1655 | 2024-11-29T15:12:48.415Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-173e8f6141144b55 |
1656 | 2024-11-29T15:12:48.415Z | + mkdir -p /work/test |
1657 | 2024-11-29T15:12:48.418Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-173e8f6141144b55 /work/test/loopback |
1658 | 2024-11-29T15:12:48.479Z | process exited: duration 303876 ms, exit code 0 |
|
1659 | 2024-11-29T15:12:48.498Z | found 10 output files |
1660 | 2024-11-29T15:12:48.498Z | uploading: /work/debug/xde.dbg (66053720 bytes) |
1661 | 2024-11-29T15:12:50.484Z | uploaded: /work/debug/xde.dbg |
1662 | 2024-11-29T15:12:50.487Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1663 | 2024-11-29T15:12:51.493Z | uploaded: /work/debug/xde.dbg.sha256 |
1664 | 2024-11-29T15:12:51.495Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1665 | 2024-11-29T15:12:52.501Z | uploaded: /work/debug/xde_link.dbg.so |
1666 | 2024-11-29T15:12:52.504Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1667 | 2024-11-29T15:12:53.509Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1668 | 2024-11-29T15:12:53.509Z | uploading: /work/release/xde (40048592 bytes) |
1669 | 2024-11-29T15:12:55.081Z | uploaded: /work/release/xde |
1670 | 2024-11-29T15:12:55.084Z | uploading: /work/release/xde.sha256 (84 bytes) |
1671 | 2024-11-29T15:12:56.089Z | uploaded: /work/release/xde.sha256 |
1672 | 2024-11-29T15:12:56.092Z | uploading: /work/release/xde_link.so (28092 bytes) |
1673 | 2024-11-29T15:12:57.101Z | uploaded: /work/release/xde_link.so |
1674 | 2024-11-29T15:12:57.104Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1675 | 2024-11-29T15:12:58.110Z | uploaded: /work/release/xde_link.so.sha256 |
1676 | 2024-11-29T15:12:58.110Z | uploading: /work/test/loopback (62193448 bytes) |
1677 | 2024-11-29T15:12:59.990Z | uploaded: /work/test/loopback |
1678 | 2024-11-29T15:12:59.993Z | uploading: /work/xde.conf (79 bytes) |
1679 | 2024-11-29T15:13:00.998Z | uploaded: /work/xde.conf |