|
|
|
1 | 2024-12-16T18:39:16.661Z | job assigned to worker 01JF8C6RBVCE4MJS19RZBHQ7Z7 [factory aws, i-00f6de0428eb93212] (queued for 1 m 11 s) |
|
2 | 2024-12-16T18:39:24.887Z | starting task 0: "setup" |
3 | 2024-12-16T18:39:24.897Z | ++ uname -s |
4 | 2024-12-16T18:39:24.899Z | + kern=SunOS |
5 | 2024-12-16T18:39:24.899Z | + case "$kern" in |
6 | 2024-12-16T18:39:24.899Z | + groupadd -g 12345 build |
7 | 2024-12-16T18:39:24.901Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T18:39:26.908Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T18:39:27.010Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T18:39:27.012Z | + home_fs=zfs |
11 | 2024-12-16T18:39:27.012Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T18:39:27.012Z | + mkdir -p /home/build |
13 | 2024-12-16T18:39:27.015Z | + chown build:build /home/build /work |
14 | 2024-12-16T18:39:29.017Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T18:39:29.020Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-12-16T18:39:29.025Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T18:39:29.031Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T18:39:29.031Z | ' nightly-2024-11-18 |
19 | 2024-12-16T18:39:29.031Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T18:39:29.031Z | ' default |
21 | 2024-12-16T18:39:29.031Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-16T18:39:29.031Z | * toolchain profile = "default" |
23 | 2024-12-16T18:39:29.034Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T18:39:29.034Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-16T18:39:29.149Z | info: downloading installer |
26 | 2024-12-16T18:39:30.621Z | info: profile set to 'default' |
27 | 2024-12-16T18:39:30.621Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T18:39:30.625Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-16T18:39:30.764Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-16T18:39:30.764Z | info: downloading component 'cargo' |
31 | 2024-12-16T18:39:31.510Z | info: downloading component 'clippy' |
32 | 2024-12-16T18:39:31.797Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T18:39:32.806Z | info: downloading component 'rust-std' |
34 | 2024-12-16T18:39:34.439Z | info: downloading component 'rustc' |
35 | 2024-12-16T18:39:40.204Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T18:39:40.418Z | info: installing component 'cargo' |
37 | 2024-12-16T18:39:41.243Z | info: installing component 'clippy' |
38 | 2024-12-16T18:39:41.624Z | info: installing component 'rust-docs' |
39 | 2024-12-16T18:39:43.302Z | info: installing component 'rust-std' |
40 | 2024-12-16T18:39:45.068Z | info: installing component 'rustc' |
41 | 2024-12-16T18:39:50.955Z | info: installing component 'rustfmt' |
42 | 2024-12-16T18:39:51.315Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-16T18:39:51.315Z | |
44 | 2024-12-16T18:39:51.712Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-16T18:39:51.712Z | |
46 | 2024-12-16T18:39:51.715Z | |
47 | 2024-12-16T18:39:51.715Z | Rust is installed now. Great! |
48 | 2024-12-16T18:39:51.715Z | |
49 | 2024-12-16T18:39:51.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T18:39:51.715Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T18:39:51.715Z | |
52 | 2024-12-16T18:39:51.715Z | To configure your current shell, you need to source |
53 | 2024-12-16T18:39:51.715Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T18:39:51.715Z | |
55 | 2024-12-16T18:39:51.715Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T18:39:51.715Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T18:39:51.715Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T18:39:51.790Z | + rustc --version |
59 | 2024-12-16T18:39:51.854Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-16T18:39:51.857Z | process exited: duration 22830 ms, exit code 0 |
|
61 | 2024-12-16T18:39:51.863Z | starting task 2: "authentication" |
62 | 2024-12-16T18:39:51.884Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T18:39:51.892Z | starting task 3: "clone repository" |
64 | 2024-12-16T18:39:51.895Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-16T18:39:51.898Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-16T18:39:52.481Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-16T18:39:53.573Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-16T18:39:53.573Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
69 | 2024-12-16T18:39:53.842Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-16T18:39:53.842Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
71 | 2024-12-16T18:39:53.850Z | + [[ -n rwlock ]] |
72 | 2024-12-16T18:39:53.853Z | ++ git branch --show-current |
73 | 2024-12-16T18:39:53.856Z | + current=master |
74 | 2024-12-16T18:39:53.856Z | + [[ master != rwlock ]] |
75 | 2024-12-16T18:39:53.856Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
76 | 2024-12-16T18:39:53.858Z | + git checkout -f rwlock |
77 | 2024-12-16T18:39:53.880Z | Switched to branch 'rwlock' |
78 | 2024-12-16T18:39:53.883Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
79 | 2024-12-16T18:39:53.904Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
80 | 2024-12-16T18:39:53.907Z | process exited: duration 2015 ms, exit code 0 |
|
81 | 2024-12-16T18:39:53.913Z | starting task 4: "build" |
82 | 2024-12-16T18:39:53.919Z | + TGT_BASE=/work |
83 | 2024-12-16T18:39:53.919Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-12-16T18:39:53.919Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-12-16T18:39:53.919Z | + DBG_TGT=/work/debug |
86 | 2024-12-16T18:39:53.919Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-12-16T18:39:53.919Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-12-16T18:39:53.919Z | + REL_TGT=/work/release |
89 | 2024-12-16T18:39:53.919Z | + mkdir -p /work/debug /work/release |
90 | 2024-12-16T18:39:53.921Z | + cargo --version |
91 | 2024-12-16T18:39:53.926Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
92 | 2024-12-16T18:39:54.076Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
93 | 2024-12-16T18:39:54.076Z | info: downloading component 'cargo' |
94 | 2024-12-16T18:39:54.831Z | info: downloading component 'clippy' |
95 | 2024-12-16T18:39:55.118Z | info: downloading component 'rust-docs' |
96 | 2024-12-16T18:39:56.167Z | info: downloading component 'rust-std' |
97 | 2024-12-16T18:39:57.688Z | info: downloading component 'rustc' |
98 | 2024-12-16T18:40:03.431Z | info: downloading component 'rustfmt' |
99 | 2024-12-16T18:40:03.651Z | info: installing component 'cargo' |
100 | 2024-12-16T18:40:04.477Z | info: installing component 'clippy' |
101 | 2024-12-16T18:40:04.853Z | info: installing component 'rust-docs' |
102 | 2024-12-16T18:40:06.593Z | info: installing component 'rust-std' |
103 | 2024-12-16T18:40:08.266Z | info: installing component 'rustc' |
104 | 2024-12-16T18:40:14.006Z | info: installing component 'rustfmt' |
105 | 2024-12-16T18:40:14.425Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
106 | 2024-12-16T18:40:14.428Z | + rustc --version |
107 | 2024-12-16T18:40:14.500Z | rustc 1.83.0 (90b35a623 2024-11-26) |
108 | 2024-12-16T18:40:14.504Z | + install_pkg jq |
109 | 2024-12-16T18:40:14.507Z | + set +o errexit |
110 | 2024-12-16T18:40:14.507Z | + pfexec pkg install jq |
111 | 2024-12-16T18:40:33.616Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-16T18:40:37.923Z | Startup: Caching catalogs ... Done |
113 | 2024-12-16T18:40:48.133Z | Planning: Solver setup ... Done |
114 | 2024-12-16T18:40:48.261Z | Planning: Running solver ... Done |
115 | 2024-12-16T18:40:48.361Z | Planning: Consolidating action changes ... Done |
116 | 2024-12-16T18:40:48.364Z | Planning: Evaluating mediators ... Done |
117 | 2024-12-16T18:40:48.364Z | Planning: Planning completed in 10.34 seconds |
118 | 2024-12-16T18:40:48.388Z | No updates necessary for this image. |
119 | 2024-12-16T18:40:49.087Z | + exit_code=4 |
120 | 2024-12-16T18:40:49.087Z | + [[ 4 -ne 0 ]] |
121 | 2024-12-16T18:40:49.090Z | + [[ 4 -ne 4 ]] |
122 | 2024-12-16T18:40:49.090Z | + set -o errexit |
123 | 2024-12-16T18:40:49.090Z | + pushd xde |
124 | 2024-12-16T18:40:49.090Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-12-16T18:40:49.090Z | + cp xde.conf /work/xde.conf |
126 | 2024-12-16T18:40:49.090Z | + header 'check style' |
127 | 2024-12-16T18:40:49.090Z | + echo '# ==== check style ==== #' |
128 | 2024-12-16T18:40:49.090Z | # ==== check style ==== # |
129 | 2024-12-16T18:40:49.090Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-12-16T18:40:49.475Z | |
131 | 2024-12-16T18:40:49.475Z | real 0.378876640 |
132 | 2024-12-16T18:40:49.475Z | user 0.262909482 |
133 | 2024-12-16T18:40:49.475Z | sys 0.105049626 |
134 | 2024-12-16T18:40:49.475Z | trap 0.000012379 |
135 | 2024-12-16T18:40:49.475Z | tflt 0.000000000 |
136 | 2024-12-16T18:40:49.475Z | dflt 0.000000000 |
137 | 2024-12-16T18:40:49.475Z | kflt 0.000000000 |
138 | 2024-12-16T18:40:49.475Z | lock 0.000000000 |
139 | 2024-12-16T18:40:49.475Z | slp 0.292508482 |
140 | 2024-12-16T18:40:49.475Z | lat 0.000280095 |
141 | 2024-12-16T18:40:49.475Z | stop 0.000135671 |
142 | 2024-12-16T18:40:49.477Z | + header analyze |
143 | 2024-12-16T18:40:49.477Z | + echo '# ==== analyze ==== #' |
144 | 2024-12-16T18:40:49.477Z | # ==== analyze ==== # |
145 | 2024-12-16T18:40:49.477Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-12-16T18:40:49.606Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-12-16T18:40:49.777Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-12-16T18:40:49.798Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-12-16T18:40:49.798Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-12-16T18:40:49.802Z | info: downloading component 'rust-src' |
151 | 2024-12-16T18:40:50.079Z | info: installing component 'rust-src' |
152 | 2024-12-16T18:40:50.719Z | Updating crates.io index |
153 | 2024-12-16T18:40:50.722Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-12-16T18:40:51.589Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-12-16T18:40:51.932Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-12-16T18:40:52.188Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-12-16T18:40:52.531Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-12-16T18:40:52.834Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-12-16T18:40:53.139Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-12-16T18:40:53.393Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-12-16T18:40:53.677Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-12-16T18:40:54.508Z | Downloading crates ... |
163 | 2024-12-16T18:40:54.583Z | Downloaded bitflags v1.3.2 |
164 | 2024-12-16T18:40:54.607Z | Downloaded darling_macro v0.20.10 |
165 | 2024-12-16T18:40:54.610Z | Downloaded ident_case v1.0.1 |
166 | 2024-12-16T18:40:54.626Z | Downloaded cfg-if v1.0.0 |
167 | 2024-12-16T18:40:54.628Z | Downloaded either v1.13.0 |
168 | 2024-12-16T18:40:54.630Z | Downloaded macaddr v1.0.1 |
169 | 2024-12-16T18:40:54.633Z | Downloaded byteorder v1.5.0 |
170 | 2024-12-16T18:40:54.635Z | Downloaded hash32 v0.3.1 |
171 | 2024-12-16T18:40:54.638Z | Downloaded embedded-io v0.6.1 |
172 | 2024-12-16T18:40:54.640Z | Downloaded dyn-clone v1.0.17 |
173 | 2024-12-16T18:40:54.643Z | Downloaded version_check v0.9.5 |
174 | 2024-12-16T18:40:54.646Z | Downloaded thiserror-impl v2.0.7 |
175 | 2024-12-16T18:40:54.646Z | Downloaded fnv v1.0.7 |
176 | 2024-12-16T18:40:54.648Z | Downloaded defmt-macros v0.4.0 |
177 | 2024-12-16T18:40:54.651Z | Downloaded stable_deref_trait v1.2.0 |
178 | 2024-12-16T18:40:54.653Z | Downloaded bitflags v2.6.0 |
179 | 2024-12-16T18:40:54.656Z | Downloaded strsim v0.11.1 |
180 | 2024-12-16T18:40:54.658Z | Downloaded proc-macro-error-attr2 v2.0.0 |
181 | 2024-12-16T18:40:54.658Z | Downloaded embedded-io v0.4.0 |
182 | 2024-12-16T18:40:54.661Z | Downloaded managed v0.8.0 |
183 | 2024-12-16T18:40:54.661Z | Downloaded defmt-parser v0.4.1 |
184 | 2024-12-16T18:40:54.664Z | Downloaded defmt v0.3.10 |
185 | 2024-12-16T18:40:54.669Z | Downloaded quote v1.0.37 |
186 | 2024-12-16T18:40:54.672Z | Downloaded proc-macro-error2 v2.0.1 |
187 | 2024-12-16T18:40:54.674Z | Downloaded postcard v1.1.1 |
188 | 2024-12-16T18:40:54.677Z | Downloaded darling v0.20.10 |
189 | 2024-12-16T18:40:54.680Z | Downloaded thiserror v2.0.7 |
190 | 2024-12-16T18:40:54.685Z | Downloaded crc32fast v1.4.2 |
191 | 2024-12-16T18:40:54.687Z | Downloaded cobs v0.2.3 |
192 | 2024-12-16T18:40:54.691Z | Downloaded uuid v1.11.0 |
193 | 2024-12-16T18:40:54.694Z | Downloaded unicode-ident v1.0.14 |
194 | 2024-12-16T18:40:54.701Z | Downloaded darling_core v0.20.10 |
195 | 2024-12-16T18:40:54.706Z | Downloaded serde_derive v1.0.216 |
196 | 2024-12-16T18:40:54.709Z | Downloaded proc-macro2 v1.0.92 |
197 | 2024-12-16T18:40:54.715Z | Downloaded heapless v0.8.0 |
198 | 2024-12-16T18:40:54.725Z | Downloaded memchr v2.7.4 |
199 | 2024-12-16T18:40:54.729Z | Downloaded zerocopy-derive v0.8.13 |
200 | 2024-12-16T18:40:54.735Z | Downloaded serde v1.0.216 |
201 | 2024-12-16T18:40:54.738Z | Downloaded aho-corasick v1.1.3 |
202 | 2024-12-16T18:40:54.755Z | Downloaded itertools v0.13.0 |
203 | 2024-12-16T18:40:54.787Z | Downloaded zerocopy v0.8.13 |
204 | 2024-12-16T18:40:54.817Z | Downloaded regex v1.11.1 |
205 | 2024-12-16T18:40:54.828Z | Downloaded syn v2.0.90 |
206 | 2024-12-16T18:40:54.838Z | Downloaded smoltcp v0.11.0 |
207 | 2024-12-16T18:40:54.848Z | Downloaded regex-syntax v0.8.5 |
208 | 2024-12-16T18:40:54.874Z | Downloaded regex-automata v0.4.9 |
209 | 2024-12-16T18:40:54.895Z | Updating crates.io index |
210 | 2024-12-16T18:40:54.969Z | Downloading crates ... |
211 | 2024-12-16T18:40:55.025Z | Downloaded allocator-api2 v0.2.18 |
212 | 2024-12-16T18:40:55.044Z | Downloaded getopts v0.2.21 |
213 | 2024-12-16T18:40:55.052Z | Downloaded addr2line v0.22.0 |
214 | 2024-12-16T18:40:55.062Z | Downloaded miniz_oxide v0.7.4 |
215 | 2024-12-16T18:40:55.064Z | Downloaded hashbrown v0.15.0 |
216 | 2024-12-16T18:40:55.119Z | Downloaded adler v1.0.2 |
217 | 2024-12-16T18:40:55.122Z | Downloaded rustc-demangle v0.1.24 |
218 | 2024-12-16T18:40:55.126Z | Downloaded compiler_builtins v0.1.138 |
219 | 2024-12-16T18:40:55.135Z | Downloaded unicode-width v0.1.14 |
220 | 2024-12-16T18:40:55.145Z | Downloaded gimli v0.29.0 |
221 | 2024-12-16T18:40:55.152Z | Downloaded object v0.36.5 |
222 | 2024-12-16T18:40:55.184Z | Downloaded libc v0.2.161 |
223 | 2024-12-16T18:40:55.341Z | Compiling compiler_builtins v0.1.138 |
224 | 2024-12-16T18:40:55.341Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
225 | 2024-12-16T18:40:55.343Z | Compiling proc-macro2 v1.0.92 |
226 | 2024-12-16T18:40:55.343Z | Compiling unicode-ident v1.0.14 |
227 | 2024-12-16T18:40:55.343Z | Compiling ident_case v1.0.1 |
228 | 2024-12-16T18:40:55.343Z | Compiling fnv v1.0.7 |
229 | 2024-12-16T18:40:55.355Z | Compiling strsim v0.11.1 |
230 | 2024-12-16T18:40:55.358Z | Compiling memchr v2.7.4 |
231 | 2024-12-16T18:40:55.536Z | Compiling serde v1.0.216 |
232 | 2024-12-16T18:40:55.555Z | Compiling regex-syntax v0.8.5 |
233 | 2024-12-16T18:40:55.579Z | Compiling zerocopy v0.8.13 |
234 | 2024-12-16T18:40:56.200Z | Compiling either v1.13.0 |
235 | 2024-12-16T18:40:56.475Z | Compiling aho-corasick v1.1.3 |
236 | 2024-12-16T18:40:56.752Z | Compiling itertools v0.13.0 |
237 | 2024-12-16T18:40:57.190Z | Compiling heapless v0.8.0 |
238 | 2024-12-16T18:40:57.204Z | Compiling smoltcp v0.11.0 |
239 | 2024-12-16T18:40:57.371Z | Compiling version_check v0.9.5 |
240 | 2024-12-16T18:40:58.108Z | Compiling quote v1.0.37 |
241 | 2024-12-16T18:40:58.229Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
242 | 2024-12-16T18:40:58.653Z | Compiling syn v2.0.90 |
243 | 2024-12-16T18:40:58.808Z | Compiling regex-automata v0.4.9 |
244 | 2024-12-16T18:41:01.825Z | Compiling regex v1.11.1 |
245 | 2024-12-16T18:41:03.425Z | Compiling darling_core v0.20.10 |
246 | 2024-12-16T18:41:05.278Z | Compiling serde_derive v1.0.216 |
247 | 2024-12-16T18:41:05.279Z | Compiling zerocopy-derive v0.8.13 |
248 | 2024-12-16T18:41:05.281Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
249 | 2024-12-16T18:41:07.257Z | Compiling darling_macro v0.20.10 |
250 | 2024-12-16T18:41:08.428Z | Compiling darling v0.20.10 |
251 | 2024-12-16T18:41:08.530Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
252 | 2024-12-16T18:41:08.530Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
253 | 2024-12-16T18:41:14.219Z | 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) |
254 | 2024-12-16T18:41:14.923Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
255 | 2024-12-16T18:41:17.625Z | Checking byteorder v1.5.0 |
256 | 2024-12-16T18:41:17.625Z | Checking stable_deref_trait v1.2.0 |
257 | 2024-12-16T18:41:17.628Z | Checking cfg-if v1.0.0 |
258 | 2024-12-16T18:41:17.628Z | Checking macaddr v1.0.1 |
259 | 2024-12-16T18:41:17.628Z | Checking managed v0.8.0 |
260 | 2024-12-16T18:41:17.628Z | Checking cobs v0.2.3 |
261 | 2024-12-16T18:41:17.709Z | Checking bitflags v1.3.2 |
262 | 2024-12-16T18:41:17.728Z | Checking bitflags v2.6.0 |
263 | 2024-12-16T18:41:17.791Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2024-12-16T18:41:17.902Z | Checking hash32 v0.3.1 |
265 | 2024-12-16T18:41:17.903Z | Checking crc32fast v1.4.2 |
266 | 2024-12-16T18:41:17.962Z | Checking dyn-clone v1.0.17 |
267 | 2024-12-16T18:41:17.983Z | warning: passing a unit value to a function |
268 | 2024-12-16T18:41:17.983Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
269 | 2024-12-16T18:41:17.983Z | | |
270 | 2024-12-16T18:41:17.983Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
271 | 2024-12-16T18:41:17.983Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
272 | 2024-12-16T18:41:17.983Z | | |
273 | 2024-12-16T18:41:17.983Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
274 | 2024-12-16T18:41:17.983Z | = note: `#[warn(clippy::unit_arg)]` on by default |
275 | 2024-12-16T18:41:17.983Z | help: move the expression in front of the call and replace it with the unit literal `()` |
276 | 2024-12-16T18:41:17.983Z | | |
277 | 2024-12-16T18:41:17.983Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
278 | 2024-12-16T18:41:17.984Z | 183 ~ core::hint::black_box(()); |
279 | 2024-12-16T18:41:17.986Z | | |
280 | 2024-12-16T18:41:17.986Z | |
281 | 2024-12-16T18:41:17.986Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
282 | 2024-12-16T18:41:18.033Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
283 | 2024-12-16T18:41:19.651Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
284 | 2024-12-16T18:41:20.620Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
285 | 2024-12-16T18:41:20.620Z | Checking postcard v1.1.1 |
286 | 2024-12-16T18:41:20.622Z | Checking uuid v1.11.0 |
287 | 2024-12-16T18:41:21.870Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
288 | 2024-12-16T18:41:28.760Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
289 | 2024-12-16T18:41:30.719Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
290 | 2024-12-16T18:41:34.133Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
291 | 2024-12-16T18:41:34.133Z | --> xde/src/xde.rs:251:20 |
292 | 2024-12-16T18:41:34.133Z | | |
293 | 2024-12-16T18:41:34.133Z | 251 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
294 | 2024-12-16T18:41:34.133Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
295 | 2024-12-16T18:41:34.133Z | | |
296 | 2024-12-16T18:41:34.133Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
297 | 2024-12-16T18:41:34.133Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
298 | 2024-12-16T18:41:34.133Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
299 | 2024-12-16T18:41:34.133Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
300 | 2024-12-16T18:41:34.133Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
301 | 2024-12-16T18:41:34.133Z | |
302 | 2024-12-16T18:41:34.166Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
303 | 2024-12-16T18:41:34.166Z | --> xde/src/xde.rs:1073:9 |
304 | 2024-12-16T18:41:34.166Z | | |
305 | 2024-12-16T18:41:34.166Z | 1073 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
306 | 2024-12-16T18:41:34.166Z | 1074 | | errno: EFAULT, |
307 | 2024-12-16T18:41:34.166Z | 1075 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
308 | 2024-12-16T18:41:34.166Z | 1076 | | })?); |
309 | 2024-12-16T18:41:34.166Z | | |____________^ |
310 | 2024-12-16T18:41:34.166Z | | |
311 | 2024-12-16T18:41:34.166Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
312 | 2024-12-16T18:41:34.166Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
313 | 2024-12-16T18:41:34.166Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
314 | 2024-12-16T18:41:34.166Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
315 | 2024-12-16T18:41:34.166Z | |
316 | 2024-12-16T18:41:34.169Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
317 | 2024-12-16T18:41:34.169Z | --> xde/src/xde.rs:1114:14 |
318 | 2024-12-16T18:41:34.169Z | | |
319 | 2024-12-16T18:41:34.169Z | 1114 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?); |
320 | 2024-12-16T18:41:34.169Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
321 | 2024-12-16T18:41:34.169Z | | |
322 | 2024-12-16T18:41:34.169Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
323 | 2024-12-16T18:41:34.169Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
324 | 2024-12-16T18:41:34.169Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
325 | 2024-12-16T18:41:34.169Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
326 | 2024-12-16T18:41:34.169Z | |
327 | 2024-12-16T18:41:34.169Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
328 | 2024-12-16T18:41:34.169Z | --> xde/src/xde.rs:1115:14 |
329 | 2024-12-16T18:41:34.169Z | | |
330 | 2024-12-16T18:41:34.169Z | 1115 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?); |
331 | 2024-12-16T18:41:34.169Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
332 | 2024-12-16T18:41:34.169Z | | |
333 | 2024-12-16T18:41:34.169Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
334 | 2024-12-16T18:41:34.169Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
335 | 2024-12-16T18:41:34.169Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
336 | 2024-12-16T18:41:34.169Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
337 | 2024-12-16T18:41:34.170Z | |
338 | 2024-12-16T18:41:34.180Z | warning: `Vec<T>` is already on the heap, the boxing is unnecessary |
339 | 2024-12-16T18:41:34.181Z | --> xde/src/xde.rs:1419:29 |
340 | 2024-12-16T18:41:34.181Z | | |
341 | 2024-12-16T18:41:34.181Z | 1419 | devs: &KRwLockReadGuard<Vec<Box<XdeDev>>>, |
342 | 2024-12-16T18:41:34.181Z | | ^^^^^^^^^^^^^^^^ help: try: `Vec<XdeDev>` |
343 | 2024-12-16T18:41:34.181Z | | |
344 | 2024-12-16T18:41:34.181Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vec_box |
345 | 2024-12-16T18:41:34.181Z | = note: `#[warn(clippy::vec_box)]` on by default |
346 | 2024-12-16T18:41:34.181Z | |
347 | 2024-12-16T18:41:34.194Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
348 | 2024-12-16T18:41:34.194Z | --> xde/src/xde.rs:1820:8 |
349 | 2024-12-16T18:41:34.194Z | | |
350 | 2024-12-16T18:41:34.194Z | 1820 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
351 | 2024-12-16T18:41:34.194Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
352 | 2024-12-16T18:41:34.194Z | | |
353 | 2024-12-16T18:41:34.194Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
354 | 2024-12-16T18:41:34.194Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
355 | 2024-12-16T18:41:34.194Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
356 | 2024-12-16T18:41:34.194Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
357 | 2024-12-16T18:41:34.194Z | |
358 | 2024-12-16T18:41:34.338Z | warning: creating a mutable reference to mutable static is discouraged |
359 | 2024-12-16T18:41:34.338Z | --> xde/src/xde.rs:311:5 |
360 | 2024-12-16T18:41:34.338Z | | |
361 | 2024-12-16T18:41:34.338Z | 311 | xde_devs.init(KRwLockType::Driver); |
362 | 2024-12-16T18:41:34.339Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
363 | 2024-12-16T18:41:34.339Z | | |
364 | 2024-12-16T18:41:34.339Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
365 | 2024-12-16T18:41:34.339Z | = 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 |
366 | 2024-12-16T18:41:34.339Z | = note: `#[warn(static_mut_refs)]` on by default |
367 | 2024-12-16T18:41:34.339Z | |
368 | 2024-12-16T18:41:34.342Z | warning: creating a shared reference to mutable static is discouraged |
369 | 2024-12-16T18:41:34.342Z | --> xde/src/xde.rs:668:29 |
370 | 2024-12-16T18:41:34.342Z | | |
371 | 2024-12-16T18:41:34.342Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
372 | 2024-12-16T18:41:34.342Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
373 | 2024-12-16T18:41:34.342Z | | |
374 | 2024-12-16T18:41:34.342Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
375 | 2024-12-16T18:41:34.342Z | = 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 |
376 | 2024-12-16T18:41:34.342Z | |
377 | 2024-12-16T18:41:34.342Z | warning: creating a shared reference to mutable static is discouraged |
378 | 2024-12-16T18:41:34.342Z | --> xde/src/xde.rs:824:29 |
379 | 2024-12-16T18:41:34.342Z | | |
380 | 2024-12-16T18:41:34.342Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
381 | 2024-12-16T18:41:34.342Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
382 | 2024-12-16T18:41:34.342Z | | |
383 | 2024-12-16T18:41:34.343Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
384 | 2024-12-16T18:41:34.343Z | = 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 |
385 | 2024-12-16T18:41:34.343Z | |
386 | 2024-12-16T18:41:34.343Z | warning: creating a shared reference to mutable static is discouraged |
387 | 2024-12-16T18:41:34.343Z | --> xde/src/xde.rs:914:18 |
388 | 2024-12-16T18:41:34.343Z | | |
389 | 2024-12-16T18:41:34.343Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
390 | 2024-12-16T18:41:34.343Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
391 | 2024-12-16T18:41:34.343Z | | |
392 | 2024-12-16T18:41:34.343Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
393 | 2024-12-16T18:41:34.343Z | = 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 |
394 | 2024-12-16T18:41:34.343Z | |
395 | 2024-12-16T18:41:34.343Z | warning: creating a shared reference to mutable static is discouraged |
396 | 2024-12-16T18:41:34.343Z | --> xde/src/xde.rs:1227:9 |
397 | 2024-12-16T18:41:34.343Z | | |
398 | 2024-12-16T18:41:34.343Z | 1227 | if !xde_devs.read().is_empty() { |
399 | 2024-12-16T18:41:34.343Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
400 | 2024-12-16T18:41:34.343Z | | |
401 | 2024-12-16T18:41:34.343Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
402 | 2024-12-16T18:41:34.343Z | = 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 |
403 | 2024-12-16T18:41:34.343Z | |
404 | 2024-12-16T18:41:34.346Z | warning: creating a shared reference to mutable static is discouraged |
405 | 2024-12-16T18:41:34.347Z | --> xde/src/xde.rs:1631:33 |
406 | 2024-12-16T18:41:34.347Z | | |
407 | 2024-12-16T18:41:34.347Z | 1631 | let devs = unsafe { xde_devs.read() }; |
408 | 2024-12-16T18:41:34.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
409 | 2024-12-16T18:41:34.347Z | | |
410 | 2024-12-16T18:41:34.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
411 | 2024-12-16T18:41:34.347Z | = 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 |
412 | 2024-12-16T18:41:34.347Z | |
413 | 2024-12-16T18:41:34.347Z | warning: creating a shared reference to mutable static is discouraged |
414 | 2024-12-16T18:41:34.347Z | --> xde/src/xde.rs:1888:16 |
415 | 2024-12-16T18:41:34.347Z | | |
416 | 2024-12-16T18:41:34.347Z | 1888 | let devs = xde_devs.read(); |
417 | 2024-12-16T18:41:34.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
418 | 2024-12-16T18:41:34.347Z | | |
419 | 2024-12-16T18:41:34.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
420 | 2024-12-16T18:41:34.347Z | = 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 |
421 | 2024-12-16T18:41:34.347Z | |
422 | 2024-12-16T18:41:34.347Z | warning: creating a shared reference to mutable static is discouraged |
423 | 2024-12-16T18:41:34.347Z | --> xde/src/xde.rs:1939:25 |
424 | 2024-12-16T18:41:34.347Z | | |
425 | 2024-12-16T18:41:34.347Z | 1939 | let devs = unsafe { xde_devs.read() }; |
426 | 2024-12-16T18:41:34.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
427 | 2024-12-16T18:41:34.347Z | | |
428 | 2024-12-16T18:41:34.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
429 | 2024-12-16T18:41:34.347Z | = 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 |
430 | 2024-12-16T18:41:34.347Z | |
431 | 2024-12-16T18:41:34.347Z | warning: creating a shared reference to mutable static is discouraged |
432 | 2024-12-16T18:41:34.347Z | --> xde/src/xde.rs:1954:25 |
433 | 2024-12-16T18:41:34.347Z | | |
434 | 2024-12-16T18:41:34.347Z | 1954 | let devs = unsafe { xde_devs.read() }; |
435 | 2024-12-16T18:41:34.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
436 | 2024-12-16T18:41:34.347Z | | |
437 | 2024-12-16T18:41:34.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
438 | 2024-12-16T18:41:34.347Z | = 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 |
439 | 2024-12-16T18:41:34.347Z | |
440 | 2024-12-16T18:41:34.347Z | warning: creating a shared reference to mutable static is discouraged |
441 | 2024-12-16T18:41:34.347Z | --> xde/src/xde.rs:1967:25 |
442 | 2024-12-16T18:41:34.347Z | | |
443 | 2024-12-16T18:41:34.348Z | 1967 | let devs = unsafe { xde_devs.read() }; |
444 | 2024-12-16T18:41:34.348Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
445 | 2024-12-16T18:41:34.348Z | | |
446 | 2024-12-16T18:41:34.348Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
447 | 2024-12-16T18:41:34.348Z | = 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 |
448 | 2024-12-16T18:41:34.348Z | |
449 | 2024-12-16T18:41:34.348Z | warning: creating a shared reference to mutable static is discouraged |
450 | 2024-12-16T18:41:34.348Z | --> xde/src/xde.rs:1981:25 |
451 | 2024-12-16T18:41:34.348Z | | |
452 | 2024-12-16T18:41:34.348Z | 1981 | let devs = unsafe { xde_devs.read() }; |
453 | 2024-12-16T18:41:34.348Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
454 | 2024-12-16T18:41:34.348Z | | |
455 | 2024-12-16T18:41:34.348Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
456 | 2024-12-16T18:41:34.348Z | = 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 |
457 | 2024-12-16T18:41:34.348Z | |
458 | 2024-12-16T18:41:34.348Z | warning: creating a shared reference to mutable static is discouraged |
459 | 2024-12-16T18:41:34.348Z | --> xde/src/xde.rs:1995:25 |
460 | 2024-12-16T18:41:34.348Z | | |
461 | 2024-12-16T18:41:34.348Z | 1995 | let devs = unsafe { xde_devs.read() }; |
462 | 2024-12-16T18:41:34.348Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
463 | 2024-12-16T18:41:34.348Z | | |
464 | 2024-12-16T18:41:34.348Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
465 | 2024-12-16T18:41:34.348Z | = 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 |
466 | 2024-12-16T18:41:34.348Z | |
467 | 2024-12-16T18:41:34.351Z | warning: creating a shared reference to mutable static is discouraged |
468 | 2024-12-16T18:41:34.351Z | --> xde/src/xde.rs:2061:25 |
469 | 2024-12-16T18:41:34.351Z | | |
470 | 2024-12-16T18:41:34.351Z | 2061 | let devs = unsafe { xde_devs.read() }; |
471 | 2024-12-16T18:41:34.351Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
472 | 2024-12-16T18:41:34.351Z | | |
473 | 2024-12-16T18:41:34.351Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
474 | 2024-12-16T18:41:34.351Z | = 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 |
475 | 2024-12-16T18:41:34.351Z | |
476 | 2024-12-16T18:41:34.351Z | warning: creating a shared reference to mutable static is discouraged |
477 | 2024-12-16T18:41:34.352Z | --> xde/src/xde.rs:2074:25 |
478 | 2024-12-16T18:41:34.352Z | | |
479 | 2024-12-16T18:41:34.352Z | 2074 | let devs = unsafe { xde_devs.read() }; |
480 | 2024-12-16T18:41:34.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
481 | 2024-12-16T18:41:34.352Z | | |
482 | 2024-12-16T18:41:34.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
483 | 2024-12-16T18:41:34.352Z | = 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 |
484 | 2024-12-16T18:41:34.352Z | |
485 | 2024-12-16T18:41:34.352Z | warning: creating a shared reference to mutable static is discouraged |
486 | 2024-12-16T18:41:34.352Z | --> xde/src/xde.rs:2088:25 |
487 | 2024-12-16T18:41:34.352Z | | |
488 | 2024-12-16T18:41:34.352Z | 2088 | let devs = unsafe { xde_devs.read() }; |
489 | 2024-12-16T18:41:34.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
490 | 2024-12-16T18:41:34.352Z | | |
491 | 2024-12-16T18:41:34.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
492 | 2024-12-16T18:41:34.352Z | = 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 |
493 | 2024-12-16T18:41:34.352Z | |
494 | 2024-12-16T18:41:34.352Z | warning: creating a shared reference to mutable static is discouraged |
495 | 2024-12-16T18:41:34.352Z | --> xde/src/xde.rs:2104:25 |
496 | 2024-12-16T18:41:34.352Z | | |
497 | 2024-12-16T18:41:34.352Z | 2104 | let devs = unsafe { xde_devs.read() }; |
498 | 2024-12-16T18:41:34.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
499 | 2024-12-16T18:41:34.352Z | | |
500 | 2024-12-16T18:41:34.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
501 | 2024-12-16T18:41:34.352Z | = 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 |
502 | 2024-12-16T18:41:34.352Z | |
503 | 2024-12-16T18:41:34.352Z | warning: creating a shared reference to mutable static is discouraged |
504 | 2024-12-16T18:41:34.352Z | --> xde/src/xde.rs:2119:25 |
505 | 2024-12-16T18:41:34.352Z | | |
506 | 2024-12-16T18:41:34.352Z | 2119 | let devs = unsafe { xde_devs.read() }; |
507 | 2024-12-16T18:41:34.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
508 | 2024-12-16T18:41:34.352Z | | |
509 | 2024-12-16T18:41:34.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
510 | 2024-12-16T18:41:34.352Z | = 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 |
511 | 2024-12-16T18:41:34.352Z | |
512 | 2024-12-16T18:41:34.352Z | warning: creating a shared reference to mutable static is discouraged |
513 | 2024-12-16T18:41:34.352Z | --> xde/src/xde.rs:2134:25 |
514 | 2024-12-16T18:41:34.352Z | | |
515 | 2024-12-16T18:41:34.352Z | 2134 | let devs = unsafe { xde_devs.read() }; |
516 | 2024-12-16T18:41:34.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
517 | 2024-12-16T18:41:34.353Z | | |
518 | 2024-12-16T18:41:34.353Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
519 | 2024-12-16T18:41:34.353Z | = 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 |
520 | 2024-12-16T18:41:34.353Z | |
521 | 2024-12-16T18:41:34.353Z | warning: creating a shared reference to mutable static is discouraged |
522 | 2024-12-16T18:41:34.353Z | --> xde/src/xde.rs:2147:25 |
523 | 2024-12-16T18:41:34.353Z | | |
524 | 2024-12-16T18:41:34.353Z | 2147 | let devs = unsafe { xde_devs.read() }; |
525 | 2024-12-16T18:41:34.353Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
526 | 2024-12-16T18:41:34.353Z | | |
527 | 2024-12-16T18:41:34.353Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
528 | 2024-12-16T18:41:34.353Z | = 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 |
529 | 2024-12-16T18:41:34.353Z | |
530 | 2024-12-16T18:41:34.353Z | warning: creating a shared reference to mutable static is discouraged |
531 | 2024-12-16T18:41:34.353Z | --> xde/src/xde.rs:2161:25 |
532 | 2024-12-16T18:41:34.353Z | | |
533 | 2024-12-16T18:41:34.353Z | 2161 | let devs = unsafe { xde_devs.read() }; |
534 | 2024-12-16T18:41:34.353Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
535 | 2024-12-16T18:41:34.353Z | | |
536 | 2024-12-16T18:41:34.353Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
537 | 2024-12-16T18:41:34.353Z | = 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 |
538 | 2024-12-16T18:41:34.353Z | |
539 | 2024-12-16T18:41:34.353Z | warning: creating a shared reference to mutable static is discouraged |
540 | 2024-12-16T18:41:34.353Z | --> xde/src/xde.rs:2178:25 |
541 | 2024-12-16T18:41:34.353Z | | |
542 | 2024-12-16T18:41:34.353Z | 2178 | let devs = unsafe { xde_devs.read() }; |
543 | 2024-12-16T18:41:34.353Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
544 | 2024-12-16T18:41:34.353Z | | |
545 | 2024-12-16T18:41:34.353Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
546 | 2024-12-16T18:41:34.353Z | = 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 |
547 | 2024-12-16T18:41:34.353Z | |
548 | 2024-12-16T18:41:34.353Z | warning: creating a shared reference to mutable static is discouraged |
549 | 2024-12-16T18:41:34.353Z | --> xde/src/xde.rs:2192:25 |
550 | 2024-12-16T18:41:34.353Z | | |
551 | 2024-12-16T18:41:34.353Z | 2192 | let devs = unsafe { xde_devs.read() }; |
552 | 2024-12-16T18:41:34.353Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
553 | 2024-12-16T18:41:34.353Z | | |
554 | 2024-12-16T18:41:34.353Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
555 | 2024-12-16T18:41:34.353Z | = 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 |
556 | 2024-12-16T18:41:34.354Z | |
557 | 2024-12-16T18:41:34.509Z | warning: `xde` (lib) generated 28 warnings |
558 | 2024-12-16T18:41:34.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.92s |
559 | 2024-12-16T18:41:34.652Z | |
560 | 2024-12-16T18:41:34.655Z | real 45.169137811 |
561 | 2024-12-16T18:41:34.655Z | user 1:56.857540083 |
562 | 2024-12-16T18:41:34.655Z | sys 12.243339604 |
563 | 2024-12-16T18:41:34.655Z | trap 0.052336472 |
564 | 2024-12-16T18:41:34.655Z | tflt 0.255972796 |
565 | 2024-12-16T18:41:34.655Z | dflt 1.288919717 |
566 | 2024-12-16T18:41:34.655Z | kflt 0.027610661 |
567 | 2024-12-16T18:41:34.655Z | lock 2:51.303590596 |
568 | 2024-12-16T18:41:34.655Z | slp 6:27.122357953 |
569 | 2024-12-16T18:41:34.655Z | lat 2.602623453 |
570 | 2024-12-16T18:41:34.655Z | stop 6.385119106 |
571 | 2024-12-16T18:41:34.655Z | + pushd xde-link |
572 | 2024-12-16T18:41:34.656Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
573 | 2024-12-16T18:41:34.656Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
574 | 2024-12-16T18:41:34.907Z | Compiling compiler_builtins v0.1.138 |
575 | 2024-12-16T18:41:34.907Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
576 | 2024-12-16T18:41:34.910Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
577 | 2024-12-16T18:41:49.781Z | 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) |
578 | 2024-12-16T18:41:50.558Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
579 | 2024-12-16T18:41:53.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s |
580 | 2024-12-16T18:41:53.394Z | |
581 | 2024-12-16T18:41:53.396Z | real 18.734857849 |
582 | 2024-12-16T18:41:53.396Z | user 21.625674876 |
583 | 2024-12-16T18:41:53.396Z | sys 1.376058926 |
584 | 2024-12-16T18:41:53.397Z | trap 0.003559859 |
585 | 2024-12-16T18:41:53.397Z | tflt 0.012302672 |
586 | 2024-12-16T18:41:53.397Z | dflt 0.051893233 |
587 | 2024-12-16T18:41:53.397Z | kflt 0.000000000 |
588 | 2024-12-16T18:41:53.397Z | lock 55.263996670 |
589 | 2024-12-16T18:41:53.397Z | slp 1:17.899725816 |
590 | 2024-12-16T18:41:53.397Z | lat 0.039715226 |
591 | 2024-12-16T18:41:53.397Z | stop 0.142014785 |
592 | 2024-12-16T18:41:53.397Z | + popd |
593 | 2024-12-16T18:41:53.397Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
594 | 2024-12-16T18:41:53.397Z | + header 'build xde (debug)' |
595 | 2024-12-16T18:41:53.397Z | # ==== build xde (debug) ==== # |
596 | 2024-12-16T18:41:53.397Z | + echo '# ==== build xde (debug) ==== #' |
597 | 2024-12-16T18:41:53.397Z | + ptime -m ./build-debug.sh |
598 | 2024-12-16T18:41:53.700Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
599 | 2024-12-16T18:41:53.700Z | Fresh unicode-ident v1.0.14 |
600 | 2024-12-16T18:41:53.700Z | Fresh ident_case v1.0.1 |
601 | 2024-12-16T18:41:53.700Z | Fresh strsim v0.11.1 |
602 | 2024-12-16T18:41:53.700Z | Fresh fnv v1.0.7 |
603 | 2024-12-16T18:41:53.700Z | Fresh memchr v2.7.4 |
604 | 2024-12-16T18:41:53.700Z | 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) |
605 | 2024-12-16T18:41:53.700Z | Fresh aho-corasick v1.1.3 |
606 | 2024-12-16T18:41:53.703Z | Fresh regex-syntax v0.8.5 |
607 | 2024-12-16T18:41:53.703Z | Fresh compiler_builtins v0.1.138 |
608 | 2024-12-16T18:41:53.703Z | Fresh proc-macro2 v1.0.92 |
609 | 2024-12-16T18:41:53.703Z | Fresh regex-automata v0.4.9 |
610 | 2024-12-16T18:41:53.703Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
611 | 2024-12-16T18:41:53.703Z | Fresh quote v1.0.37 |
612 | 2024-12-16T18:41:53.703Z | Fresh regex v1.11.1 |
613 | 2024-12-16T18:41:53.703Z | Fresh version_check v0.9.5 |
614 | 2024-12-16T18:41:53.704Z | Fresh syn v2.0.90 |
615 | 2024-12-16T18:41:53.704Z | Compiling byteorder v1.5.0 |
616 | 2024-12-16T18:41:53.704Z | Compiling stable_deref_trait v1.2.0 |
617 | 2024-12-16T18:41:53.704Z | Compiling macaddr v1.0.1 |
618 | 2024-12-16T18:41:53.704Z | Compiling cfg-if v1.0.0 |
619 | 2024-12-16T18:41:53.704Z | Compiling cobs v0.2.3 |
620 | 2024-12-16T18:41:53.704Z | Compiling managed v0.8.0 |
621 | 2024-12-16T18:41:53.704Z | Compiling bitflags v1.3.2 |
622 | 2024-12-16T18:41:53.704Z | 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` |
623 | 2024-12-16T18:41:53.704Z | 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` |
624 | 2024-12-16T18:41:53.704Z | 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` |
625 | 2024-12-16T18:41:53.704Z | Fresh darling_core v0.20.10 |
626 | 2024-12-16T18:41:53.705Z | 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` |
627 | 2024-12-16T18:41:53.705Z | Fresh darling_macro v0.20.10 |
628 | 2024-12-16T18:41:53.705Z | Fresh darling v0.20.10 |
629 | 2024-12-16T18:41:53.705Z | Fresh serde_derive v1.0.216 |
630 | 2024-12-16T18:41:53.705Z | 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` |
631 | 2024-12-16T18:41:53.705Z | Compiling serde v1.0.216 |
632 | 2024-12-16T18:41:53.705Z | 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` |
633 | 2024-12-16T18:41:53.705Z | 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` |
634 | 2024-12-16T18:41:53.713Z | 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.216/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=3cbf6aba2dfc5f82 -C extra-filename=-3cbf6aba2dfc5f82 --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-4ee3dfa0248a9a1a.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)'` |
635 | 2024-12-16T18:41:53.777Z | Fresh zerocopy-derive v0.8.13 |
636 | 2024-12-16T18:41:53.780Z | Compiling zerocopy v0.8.13 |
637 | 2024-12-16T18:41:53.780Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
638 | 2024-12-16T18:41:53.780Z | Compiling bitflags v2.6.0 |
639 | 2024-12-16T18:41:53.780Z | 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` |
640 | 2024-12-16T18:41:53.780Z | 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=f28bd6031e98e2da -C extra-filename=-f28bd6031e98e2da --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-d1adb8d6918fbd9b.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)'` |
641 | 2024-12-16T18:41:53.792Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
642 | 2024-12-16T18:41:53.818Z | 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` |
643 | 2024-12-16T18:41:53.967Z | Compiling hash32 v0.3.1 |
644 | 2024-12-16T18:41:53.994Z | 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` |
645 | 2024-12-16T18:41:53.997Z | Compiling either v1.13.0 |
646 | 2024-12-16T18:41:54.022Z | 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` |
647 | 2024-12-16T18:41:54.060Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
648 | 2024-12-16T18:41:54.080Z | 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` |
649 | 2024-12-16T18:41:54.083Z | Compiling crc32fast v1.4.2 |
650 | 2024-12-16T18:41:54.085Z | 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` |
651 | 2024-12-16T18:41:54.145Z | Compiling heapless v0.8.0 |
652 | 2024-12-16T18:41:54.149Z | 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` |
653 | 2024-12-16T18:41:54.172Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
654 | 2024-12-16T18:41:54.176Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
655 | 2024-12-16T18:41:54.179Z | 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=07133d6906824ef5 -C extra-filename=-07133d6906824ef5 --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-aa40e63b6d879582.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-80ebf0b780da1336.rlib --extern proc_macro` |
656 | 2024-12-16T18:41:54.221Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
657 | 2024-12-16T18:41:54.223Z | 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=8c28243b0f076432 -C extra-filename=-8c28243b0f076432 --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-80ebf0b780da1336.rlib --extern proc_macro` |
658 | 2024-12-16T18:41:54.286Z | Compiling itertools v0.13.0 |
659 | 2024-12-16T18:41:54.289Z | 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` |
660 | 2024-12-16T18:41:54.293Z | Compiling dyn-clone v1.0.17 |
661 | 2024-12-16T18:41:54.293Z | 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` |
662 | 2024-12-16T18:41:54.298Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
663 | 2024-12-16T18:41:54.301Z | 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` |
664 | 2024-12-16T18:41:54.929Z | Compiling smoltcp v0.11.0 |
665 | 2024-12-16T18:41:54.933Z | 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` |
666 | 2024-12-16T18:41:56.296Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
667 | 2024-12-16T18:41:56.299Z | 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=83512da9f2564fd1 -C extra-filename=-83512da9f2564fd1 --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-a58f3bf0128f93bb.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-f28bd6031e98e2da.rmeta -Z unstable-options --cap-lints allow` |
668 | 2024-12-16T18:41:57.331Z | Compiling postcard v1.1.1 |
669 | 2024-12-16T18:41:57.331Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
670 | 2024-12-16T18:41:57.334Z | Compiling uuid v1.11.0 |
671 | 2024-12-16T18:41:57.334Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=8a3bfbeca7dc708a -C extra-filename=-8a3bfbeca7dc708a --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-3cbf6aba2dfc5f82.rmeta -Z unstable-options --cap-lints allow` |
672 | 2024-12-16T18:41:57.334Z | 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=a072592b9589d85c -C extra-filename=-a072592b9589d85c --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-a58f3bf0128f93bb.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-83512da9f2564fd1.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-3cbf6aba2dfc5f82.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-f28bd6031e98e2da.rmeta -Z unstable-options --cap-lints allow` |
673 | 2024-12-16T18:41:57.334Z | 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=caa0c3126e5a99d8 -C extra-filename=-caa0c3126e5a99d8 --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-3cbf6aba2dfc5f82.rmeta -Z unstable-options --cap-lints allow` |
674 | 2024-12-16T18:41:58.744Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
675 | 2024-12-16T18:41:58.746Z | 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=9ec18c139748ea8a -C extra-filename=-9ec18c139748ea8a --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-a072592b9589d85c.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-8a3bfbeca7dc708a.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
676 | 2024-12-16T18:41:59.644Z | 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=aff7d00fb5b1915e -C extra-filename=-aff7d00fb5b1915e --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-07133d6906824ef5.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-a072592b9589d85c.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-8c28243b0f076432.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-9ec18c139748ea8a.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-8a3bfbeca7dc708a.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.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-f28bd6031e98e2da.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
677 | 2024-12-16T18:42:04.733Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
678 | 2024-12-16T18:42:04.736Z | 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=05f6ae8373ec777c -C extra-filename=-05f6ae8373ec777c --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-aff7d00fb5b1915e.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-3cbf6aba2dfc5f82.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-caa0c3126e5a99d8.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-f28bd6031e98e2da.rmeta -Z unstable-options` |
679 | 2024-12-16T18:42:08.547Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
680 | 2024-12-16T18:42:08.550Z | 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=d3c3e41740153b9f -C extra-filename=-d3c3e41740153b9f --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-a072592b9589d85c.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-aff7d00fb5b1915e.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-05f6ae8373ec777c.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-8a3bfbeca7dc708a.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rlib -Z unstable-options` |
681 | 2024-12-16T18:42:11.289Z | warning: creating a mutable reference to mutable static is discouraged |
682 | 2024-12-16T18:42:11.289Z | --> xde/src/xde.rs:311:5 |
683 | 2024-12-16T18:42:11.289Z | | |
684 | 2024-12-16T18:42:11.289Z | 311 | xde_devs.init(KRwLockType::Driver); |
685 | 2024-12-16T18:42:11.290Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
686 | 2024-12-16T18:42:11.290Z | | |
687 | 2024-12-16T18:42:11.290Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
688 | 2024-12-16T18:42:11.290Z | = 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 |
689 | 2024-12-16T18:42:11.290Z | = note: `#[warn(static_mut_refs)]` on by default |
690 | 2024-12-16T18:42:11.290Z | |
691 | 2024-12-16T18:42:11.292Z | warning: creating a shared reference to mutable static is discouraged |
692 | 2024-12-16T18:42:11.292Z | --> xde/src/xde.rs:668:29 |
693 | 2024-12-16T18:42:11.292Z | | |
694 | 2024-12-16T18:42:11.292Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
695 | 2024-12-16T18:42:11.292Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
696 | 2024-12-16T18:42:11.292Z | | |
697 | 2024-12-16T18:42:11.292Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
698 | 2024-12-16T18:42:11.292Z | = 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 |
699 | 2024-12-16T18:42:11.293Z | |
700 | 2024-12-16T18:42:11.293Z | warning: creating a shared reference to mutable static is discouraged |
701 | 2024-12-16T18:42:11.293Z | --> xde/src/xde.rs:824:29 |
702 | 2024-12-16T18:42:11.293Z | | |
703 | 2024-12-16T18:42:11.293Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
704 | 2024-12-16T18:42:11.293Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
705 | 2024-12-16T18:42:11.293Z | | |
706 | 2024-12-16T18:42:11.293Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
707 | 2024-12-16T18:42:11.293Z | = 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 |
708 | 2024-12-16T18:42:11.293Z | |
709 | 2024-12-16T18:42:11.293Z | warning: creating a shared reference to mutable static is discouraged |
710 | 2024-12-16T18:42:11.293Z | --> xde/src/xde.rs:914:18 |
711 | 2024-12-16T18:42:11.293Z | | |
712 | 2024-12-16T18:42:11.293Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
713 | 2024-12-16T18:42:11.293Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
714 | 2024-12-16T18:42:11.293Z | | |
715 | 2024-12-16T18:42:11.294Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
716 | 2024-12-16T18:42:11.294Z | = 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 |
717 | 2024-12-16T18:42:11.294Z | |
718 | 2024-12-16T18:42:11.297Z | warning: creating a shared reference to mutable static is discouraged |
719 | 2024-12-16T18:42:11.297Z | --> xde/src/xde.rs:1227:9 |
720 | 2024-12-16T18:42:11.297Z | | |
721 | 2024-12-16T18:42:11.297Z | 1227 | if !xde_devs.read().is_empty() { |
722 | 2024-12-16T18:42:11.297Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
723 | 2024-12-16T18:42:11.297Z | | |
724 | 2024-12-16T18:42:11.297Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
725 | 2024-12-16T18:42:11.297Z | = 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 |
726 | 2024-12-16T18:42:11.297Z | |
727 | 2024-12-16T18:42:11.297Z | warning: creating a shared reference to mutable static is discouraged |
728 | 2024-12-16T18:42:11.297Z | --> xde/src/xde.rs:1631:33 |
729 | 2024-12-16T18:42:11.297Z | | |
730 | 2024-12-16T18:42:11.297Z | 1631 | let devs = unsafe { xde_devs.read() }; |
731 | 2024-12-16T18:42:11.297Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
732 | 2024-12-16T18:42:11.297Z | | |
733 | 2024-12-16T18:42:11.297Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
734 | 2024-12-16T18:42:11.297Z | = 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 |
735 | 2024-12-16T18:42:11.297Z | |
736 | 2024-12-16T18:42:11.297Z | warning: creating a shared reference to mutable static is discouraged |
737 | 2024-12-16T18:42:11.297Z | --> xde/src/xde.rs:1888:16 |
738 | 2024-12-16T18:42:11.297Z | | |
739 | 2024-12-16T18:42:11.297Z | 1888 | let devs = xde_devs.read(); |
740 | 2024-12-16T18:42:11.297Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
741 | 2024-12-16T18:42:11.297Z | | |
742 | 2024-12-16T18:42:11.297Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
743 | 2024-12-16T18:42:11.297Z | = 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 |
744 | 2024-12-16T18:42:11.297Z | |
745 | 2024-12-16T18:42:11.297Z | warning: creating a shared reference to mutable static is discouraged |
746 | 2024-12-16T18:42:11.297Z | --> xde/src/xde.rs:1939:25 |
747 | 2024-12-16T18:42:11.297Z | | |
748 | 2024-12-16T18:42:11.297Z | 1939 | let devs = unsafe { xde_devs.read() }; |
749 | 2024-12-16T18:42:11.297Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
750 | 2024-12-16T18:42:11.297Z | | |
751 | 2024-12-16T18:42:11.297Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
752 | 2024-12-16T18:42:11.298Z | = 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 |
753 | 2024-12-16T18:42:11.298Z | |
754 | 2024-12-16T18:42:11.298Z | warning: creating a shared reference to mutable static is discouraged |
755 | 2024-12-16T18:42:11.298Z | --> xde/src/xde.rs:1954:25 |
756 | 2024-12-16T18:42:11.298Z | | |
757 | 2024-12-16T18:42:11.298Z | 1954 | let devs = unsafe { xde_devs.read() }; |
758 | 2024-12-16T18:42:11.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
759 | 2024-12-16T18:42:11.298Z | | |
760 | 2024-12-16T18:42:11.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
761 | 2024-12-16T18:42:11.298Z | = 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 |
762 | 2024-12-16T18:42:11.298Z | |
763 | 2024-12-16T18:42:11.298Z | warning: creating a shared reference to mutable static is discouraged |
764 | 2024-12-16T18:42:11.298Z | --> xde/src/xde.rs:1967:25 |
765 | 2024-12-16T18:42:11.298Z | | |
766 | 2024-12-16T18:42:11.298Z | 1967 | let devs = unsafe { xde_devs.read() }; |
767 | 2024-12-16T18:42:11.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
768 | 2024-12-16T18:42:11.298Z | | |
769 | 2024-12-16T18:42:11.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
770 | 2024-12-16T18:42:11.298Z | = 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 |
771 | 2024-12-16T18:42:11.298Z | |
772 | 2024-12-16T18:42:11.302Z | warning: creating a shared reference to mutable static is discouraged |
773 | 2024-12-16T18:42:11.302Z | --> xde/src/xde.rs:1981:25 |
774 | 2024-12-16T18:42:11.302Z | | |
775 | 2024-12-16T18:42:11.302Z | 1981 | let devs = unsafe { xde_devs.read() }; |
776 | 2024-12-16T18:42:11.302Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
777 | 2024-12-16T18:42:11.302Z | | |
778 | 2024-12-16T18:42:11.302Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
779 | 2024-12-16T18:42:11.302Z | = 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 |
780 | 2024-12-16T18:42:11.302Z | |
781 | 2024-12-16T18:42:11.302Z | warning: creating a shared reference to mutable static is discouraged |
782 | 2024-12-16T18:42:11.302Z | --> xde/src/xde.rs:1995:25 |
783 | 2024-12-16T18:42:11.302Z | | |
784 | 2024-12-16T18:42:11.302Z | 1995 | let devs = unsafe { xde_devs.read() }; |
785 | 2024-12-16T18:42:11.302Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
786 | 2024-12-16T18:42:11.302Z | | |
787 | 2024-12-16T18:42:11.302Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
788 | 2024-12-16T18:42:11.302Z | = 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 |
789 | 2024-12-16T18:42:11.302Z | |
790 | 2024-12-16T18:42:11.302Z | warning: creating a shared reference to mutable static is discouraged |
791 | 2024-12-16T18:42:11.302Z | --> xde/src/xde.rs:2061:25 |
792 | 2024-12-16T18:42:11.302Z | | |
793 | 2024-12-16T18:42:11.302Z | 2061 | let devs = unsafe { xde_devs.read() }; |
794 | 2024-12-16T18:42:11.302Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
795 | 2024-12-16T18:42:11.302Z | | |
796 | 2024-12-16T18:42:11.302Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
797 | 2024-12-16T18:42:11.302Z | = 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 |
798 | 2024-12-16T18:42:11.302Z | |
799 | 2024-12-16T18:42:11.302Z | warning: creating a shared reference to mutable static is discouraged |
800 | 2024-12-16T18:42:11.302Z | --> xde/src/xde.rs:2074:25 |
801 | 2024-12-16T18:42:11.302Z | | |
802 | 2024-12-16T18:42:11.302Z | 2074 | let devs = unsafe { xde_devs.read() }; |
803 | 2024-12-16T18:42:11.302Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
804 | 2024-12-16T18:42:11.302Z | | |
805 | 2024-12-16T18:42:11.302Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
806 | 2024-12-16T18:42:11.302Z | = 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 |
807 | 2024-12-16T18:42:11.302Z | |
808 | 2024-12-16T18:42:11.302Z | warning: creating a shared reference to mutable static is discouraged |
809 | 2024-12-16T18:42:11.303Z | --> xde/src/xde.rs:2088:25 |
810 | 2024-12-16T18:42:11.303Z | | |
811 | 2024-12-16T18:42:11.303Z | 2088 | let devs = unsafe { xde_devs.read() }; |
812 | 2024-12-16T18:42:11.303Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
813 | 2024-12-16T18:42:11.303Z | | |
814 | 2024-12-16T18:42:11.303Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
815 | 2024-12-16T18:42:11.303Z | = 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 |
816 | 2024-12-16T18:42:11.303Z | |
817 | 2024-12-16T18:42:11.303Z | warning: creating a shared reference to mutable static is discouraged |
818 | 2024-12-16T18:42:11.303Z | --> xde/src/xde.rs:2104:25 |
819 | 2024-12-16T18:42:11.303Z | | |
820 | 2024-12-16T18:42:11.303Z | 2104 | let devs = unsafe { xde_devs.read() }; |
821 | 2024-12-16T18:42:11.303Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
822 | 2024-12-16T18:42:11.303Z | | |
823 | 2024-12-16T18:42:11.303Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
824 | 2024-12-16T18:42:11.303Z | = 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 |
825 | 2024-12-16T18:42:11.303Z | |
826 | 2024-12-16T18:42:11.303Z | warning: creating a shared reference to mutable static is discouraged |
827 | 2024-12-16T18:42:11.303Z | --> xde/src/xde.rs:2119:25 |
828 | 2024-12-16T18:42:11.303Z | | |
829 | 2024-12-16T18:42:11.303Z | 2119 | let devs = unsafe { xde_devs.read() }; |
830 | 2024-12-16T18:42:11.303Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
831 | 2024-12-16T18:42:11.303Z | | |
832 | 2024-12-16T18:42:11.303Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
833 | 2024-12-16T18:42:11.303Z | = 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 |
834 | 2024-12-16T18:42:11.303Z | |
835 | 2024-12-16T18:42:11.303Z | warning: creating a shared reference to mutable static is discouraged |
836 | 2024-12-16T18:42:11.303Z | --> xde/src/xde.rs:2134:25 |
837 | 2024-12-16T18:42:11.303Z | | |
838 | 2024-12-16T18:42:11.303Z | 2134 | let devs = unsafe { xde_devs.read() }; |
839 | 2024-12-16T18:42:11.303Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
840 | 2024-12-16T18:42:11.303Z | | |
841 | 2024-12-16T18:42:11.303Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
842 | 2024-12-16T18:42:11.303Z | = 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 |
843 | 2024-12-16T18:42:11.303Z | |
844 | 2024-12-16T18:42:11.303Z | warning: creating a shared reference to mutable static is discouraged |
845 | 2024-12-16T18:42:11.303Z | --> xde/src/xde.rs:2147:25 |
846 | 2024-12-16T18:42:11.303Z | | |
847 | 2024-12-16T18:42:11.304Z | 2147 | let devs = unsafe { xde_devs.read() }; |
848 | 2024-12-16T18:42:11.304Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
849 | 2024-12-16T18:42:11.304Z | | |
850 | 2024-12-16T18:42:11.304Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
851 | 2024-12-16T18:42:11.304Z | = 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 |
852 | 2024-12-16T18:42:11.304Z | |
853 | 2024-12-16T18:42:11.304Z | warning: creating a shared reference to mutable static is discouraged |
854 | 2024-12-16T18:42:11.304Z | --> xde/src/xde.rs:2161:25 |
855 | 2024-12-16T18:42:11.304Z | | |
856 | 2024-12-16T18:42:11.304Z | 2161 | let devs = unsafe { xde_devs.read() }; |
857 | 2024-12-16T18:42:11.304Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
858 | 2024-12-16T18:42:11.304Z | | |
859 | 2024-12-16T18:42:11.304Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
860 | 2024-12-16T18:42:11.304Z | = 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 |
861 | 2024-12-16T18:42:11.304Z | |
862 | 2024-12-16T18:42:11.304Z | warning: creating a shared reference to mutable static is discouraged |
863 | 2024-12-16T18:42:11.304Z | --> xde/src/xde.rs:2178:25 |
864 | 2024-12-16T18:42:11.304Z | | |
865 | 2024-12-16T18:42:11.304Z | 2178 | let devs = unsafe { xde_devs.read() }; |
866 | 2024-12-16T18:42:11.304Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
867 | 2024-12-16T18:42:11.304Z | | |
868 | 2024-12-16T18:42:11.304Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
869 | 2024-12-16T18:42:11.304Z | = 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 |
870 | 2024-12-16T18:42:11.304Z | |
871 | 2024-12-16T18:42:11.304Z | warning: creating a shared reference to mutable static is discouraged |
872 | 2024-12-16T18:42:11.307Z | --> xde/src/xde.rs:2192:25 |
873 | 2024-12-16T18:42:11.307Z | | |
874 | 2024-12-16T18:42:11.307Z | 2192 | let devs = unsafe { xde_devs.read() }; |
875 | 2024-12-16T18:42:11.307Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
876 | 2024-12-16T18:42:11.308Z | | |
877 | 2024-12-16T18:42:11.308Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
878 | 2024-12-16T18:42:11.308Z | = 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 |
879 | 2024-12-16T18:42:11.308Z | |
880 | 2024-12-16T18:42:13.865Z | warning: `xde` (lib) generated 22 warnings |
881 | 2024-12-16T18:42:13.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.41s |
882 | 2024-12-16T18:42:17.666Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
883 | 2024-12-16T18:42:17.842Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
884 | 2024-12-16T18:42:17.842Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
885 | 2024-12-16T18:42:17.842Z | 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) |
886 | 2024-12-16T18:42:17.842Z | Fresh compiler_builtins v0.1.138 |
887 | 2024-12-16T18:42:17.845Z | 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` |
888 | 2024-12-16T18:42:17.845Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
889 | 2024-12-16T18:42:18.083Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
890 | 2024-12-16T18:42:18.089Z | 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` |
891 | 2024-12-16T18:42:18.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
892 | 2024-12-16T18:42:18.394Z | |
893 | 2024-12-16T18:42:18.400Z | real 24.995845710 |
894 | 2024-12-16T18:42:18.400Z | user 52.153304348 |
895 | 2024-12-16T18:42:18.400Z | sys 5.326951755 |
896 | 2024-12-16T18:42:18.400Z | trap 0.024512563 |
897 | 2024-12-16T18:42:18.400Z | tflt 0.122765491 |
898 | 2024-12-16T18:42:18.400Z | dflt 0.109879594 |
899 | 2024-12-16T18:42:18.400Z | kflt 0.000020170 |
900 | 2024-12-16T18:42:18.400Z | lock 1:18.574353094 |
901 | 2024-12-16T18:42:18.400Z | slp 2:26.134530277 |
902 | 2024-12-16T18:42:18.400Z | lat 1.467973940 |
903 | 2024-12-16T18:42:18.400Z | stop 1.478927164 |
904 | 2024-12-16T18:42:18.400Z | + header 'build xde (release)' |
905 | 2024-12-16T18:42:18.400Z | + echo '# ==== build xde (release) ==== #' |
906 | 2024-12-16T18:42:18.400Z | # ==== build xde (release) ==== # |
907 | 2024-12-16T18:42:18.400Z | + ptime -m ./build.sh |
908 | 2024-12-16T18:42:18.403Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
909 | 2024-12-16T18:42:18.403Z | + cargo -v build --release |
910 | 2024-12-16T18:42:18.560Z | Compiling compiler_builtins v0.1.138 |
911 | 2024-12-16T18:42:18.560Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
912 | 2024-12-16T18:42:18.563Z | Compiling proc-macro2 v1.0.92 |
913 | 2024-12-16T18:42:18.563Z | Compiling unicode-ident v1.0.14 |
914 | 2024-12-16T18:42:18.563Z | Compiling fnv v1.0.7 |
915 | 2024-12-16T18:42:18.563Z | Compiling strsim v0.11.1 |
916 | 2024-12-16T18:42:18.563Z | Compiling ident_case v1.0.1 |
917 | 2024-12-16T18:42:18.563Z | Compiling memchr v2.7.4 |
918 | 2024-12-16T18:42:18.587Z | 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` |
919 | 2024-12-16T18:42:18.589Z | 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` |
920 | 2024-12-16T18:42:18.589Z | 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` |
921 | 2024-12-16T18:42:18.589Z | 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` |
922 | 2024-12-16T18:42:18.589Z | 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` |
923 | 2024-12-16T18:42:18.589Z | 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` |
924 | 2024-12-16T18:42:18.589Z | 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` |
925 | 2024-12-16T18:42:18.591Z | 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` |
926 | 2024-12-16T18:42:18.676Z | Compiling serde v1.0.216 |
927 | 2024-12-16T18:42:18.698Z | 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.216/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=207cc3a648e9ee9e -C extra-filename=-207cc3a648e9ee9e --out-dir /work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
928 | 2024-12-16T18:42:18.718Z | Compiling regex-syntax v0.8.5 |
929 | 2024-12-16T18:42:18.740Z | 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` |
930 | 2024-12-16T18:42:18.746Z | Compiling either v1.13.0 |
931 | 2024-12-16T18:42:18.746Z | 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` |
932 | 2024-12-16T18:42:19.094Z | Compiling zerocopy v0.8.13 |
933 | 2024-12-16T18:42:19.097Z | 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.13/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=c3fd1f19c6c80433 -C extra-filename=-c3fd1f19c6c80433 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
934 | 2024-12-16T18:42:19.254Z | Compiling itertools v0.13.0 |
935 | 2024-12-16T18:42:19.256Z | 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` |
936 | 2024-12-16T18:42:19.261Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build` |
937 | 2024-12-16T18:42:19.382Z | Compiling heapless v0.8.0 |
938 | 2024-12-16T18:42:19.385Z | 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` |
939 | 2024-12-16T18:42:19.402Z | 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)'` |
940 | 2024-12-16T18:42:19.692Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
941 | 2024-12-16T18:42:19.705Z | Compiling aho-corasick v1.1.3 |
942 | 2024-12-16T18:42:19.708Z | 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` |
943 | 2024-12-16T18:42:19.992Z | Running `/work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e/build-script-build` |
944 | 2024-12-16T18:42:20.026Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
945 | 2024-12-16T18:42:20.075Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433/build-script-build` |
946 | 2024-12-16T18:42:20.099Z | Compiling smoltcp v0.11.0 |
947 | 2024-12-16T18:42:20.102Z | 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` |
948 | 2024-12-16T18:42:20.138Z | Compiling quote v1.0.37 |
949 | 2024-12-16T18:42:20.141Z | 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` |
950 | 2024-12-16T18:42:20.256Z | Compiling version_check v0.9.5 |
951 | 2024-12-16T18:42:20.259Z | 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` |
952 | 2024-12-16T18:42:20.800Z | Compiling syn v2.0.90 |
953 | 2024-12-16T18:42:20.802Z | 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.90/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=9f4901171149c976 -C extra-filename=-9f4901171149c976 --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` |
954 | 2024-12-16T18:42:20.869Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
955 | 2024-12-16T18:42:20.986Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
956 | 2024-12-16T18:42:20.989Z | 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` |
957 | 2024-12-16T18:42:21.339Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
958 | 2024-12-16T18:42:22.200Z | Compiling regex-automata v0.4.9 |
959 | 2024-12-16T18:42:22.203Z | 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` |
960 | 2024-12-16T18:42:25.028Z | Compiling regex v1.11.1 |
961 | 2024-12-16T18:42:25.031Z | 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` |
962 | 2024-12-16T18:42:25.564Z | Compiling darling_core v0.20.10 |
963 | 2024-12-16T18:42:25.567Z | 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=151c9469340e3a9c -C extra-filename=-151c9469340e3a9c --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-9f4901171149c976.rmeta --cap-lints allow` |
964 | 2024-12-16T18:42:27.732Z | Compiling serde_derive v1.0.216 |
965 | 2024-12-16T18:42:27.732Z | Compiling zerocopy-derive v0.8.13 |
966 | 2024-12-16T18:42:27.734Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
967 | 2024-12-16T18:42:27.734Z | 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.216/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=4a0fa5cff5b00976 -C extra-filename=-4a0fa5cff5b00976 --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-9f4901171149c976.rlib --extern proc_macro --cap-lints allow` |
968 | 2024-12-16T18:42:27.734Z | 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=c90f648ec8b0f3e7 -C extra-filename=-c90f648ec8b0f3e7 --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-9f4901171149c976.rlib --extern proc_macro` |
969 | 2024-12-16T18:42:27.734Z | 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.13/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=15236198094076ff -C extra-filename=-15236198094076ff --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-9f4901171149c976.rlib --extern proc_macro --cap-lints allow` |
970 | 2024-12-16T18:42:29.512Z | Compiling darling_macro v0.20.10 |
971 | 2024-12-16T18:42:29.515Z | 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=cd4c0cce0d59ea1a -C extra-filename=-cd4c0cce0d59ea1a --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-151c9469340e3a9c.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro --cap-lints allow` |
972 | 2024-12-16T18:42:30.649Z | Compiling darling v0.20.10 |
973 | 2024-12-16T18:42:30.652Z | 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=1f280136833cd5f3 -C extra-filename=-1f280136833cd5f3 --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-151c9469340e3a9c.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-cd4c0cce0d59ea1a.so --cap-lints allow` |
974 | 2024-12-16T18:42:30.744Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
975 | 2024-12-16T18:42:30.747Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
976 | 2024-12-16T18:42:30.747Z | 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=daedc27b1934e2c1 -C extra-filename=-daedc27b1934e2c1 --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-1f280136833cd5f3.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-9f4901171149c976.rlib --extern proc_macro --cap-lints allow` |
977 | 2024-12-16T18:42:30.747Z | 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=c0d81c8553407969 -C extra-filename=-c0d81c8553407969 --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-1f280136833cd5f3.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-9f4901171149c976.rlib --extern proc_macro` |
978 | 2024-12-16T18:42:39.181Z | 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) |
979 | 2024-12-16T18:42:39.183Z | 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` |
980 | 2024-12-16T18:42:39.221Z | 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)'` |
981 | 2024-12-16T18:42:39.984Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
982 | 2024-12-16T18:42:39.987Z | 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` |
983 | 2024-12-16T18:42:42.987Z | Compiling byteorder v1.5.0 |
984 | 2024-12-16T18:42:42.987Z | Compiling stable_deref_trait v1.2.0 |
985 | 2024-12-16T18:42:42.990Z | Compiling cfg-if v1.0.0 |
986 | 2024-12-16T18:42:42.990Z | Compiling macaddr v1.0.1 |
987 | 2024-12-16T18:42:42.990Z | Compiling cobs v0.2.3 |
988 | 2024-12-16T18:42:42.990Z | 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` |
989 | 2024-12-16T18:42:42.990Z | 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.216/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=830c1806e9bb29b2 -C extra-filename=-830c1806e9bb29b2 --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-4a0fa5cff5b00976.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)'` |
990 | 2024-12-16T18:42:42.990Z | 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` |
991 | 2024-12-16T18:42:42.990Z | 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` |
992 | 2024-12-16T18:42:42.991Z | 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.13/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=8e04a9e51ecc76ba -C extra-filename=-8e04a9e51ecc76ba --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-15236198094076ff.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)'` |
993 | 2024-12-16T18:42:42.991Z | 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` |
994 | 2024-12-16T18:42:42.994Z | 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` |
995 | 2024-12-16T18:42:43.070Z | Compiling bitflags v1.3.2 |
996 | 2024-12-16T18:42:43.073Z | 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` |
997 | 2024-12-16T18:42:43.078Z | Compiling bitflags v2.6.0 |
998 | 2024-12-16T18:42:43.080Z | 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` |
999 | 2024-12-16T18:42:43.154Z | Compiling managed v0.8.0 |
1000 | 2024-12-16T18:42:43.157Z | 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` |
1001 | 2024-12-16T18:42:43.293Z | Compiling hash32 v0.3.1 |
1002 | 2024-12-16T18:42:43.296Z | 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` |
1003 | 2024-12-16T18:42:43.323Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1004 | 2024-12-16T18:42:43.326Z | 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` |
1005 | 2024-12-16T18:42:43.409Z | 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` |
1006 | 2024-12-16T18:42:43.482Z | 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` |
1007 | 2024-12-16T18:42:43.513Z | Compiling crc32fast v1.4.2 |
1008 | 2024-12-16T18:42:43.516Z | 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` |
1009 | 2024-12-16T18:42:43.591Z | Compiling dyn-clone v1.0.17 |
1010 | 2024-12-16T18:42:43.594Z | 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` |
1011 | 2024-12-16T18:42:43.608Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1012 | 2024-12-16T18:42:43.611Z | 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` |
1013 | 2024-12-16T18:42:43.734Z | 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` |
1014 | 2024-12-16T18:42:44.266Z | 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` |
1015 | 2024-12-16T18:42:45.499Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1016 | 2024-12-16T18:42:45.502Z | 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=fd91fcfaa6a140c2 -C extra-filename=-fd91fcfaa6a140c2 --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-daedc27b1934e2c1.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-8e04a9e51ecc76ba.rmeta -Z unstable-options --cap-lints allow` |
1017 | 2024-12-16T18:42:46.641Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1018 | 2024-12-16T18:42:46.641Z | Compiling postcard v1.1.1 |
1019 | 2024-12-16T18:42:46.641Z | Compiling uuid v1.11.0 |
1020 | 2024-12-16T18:42:46.645Z | 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=33816ae58e94167d -C extra-filename=-33816ae58e94167d --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-daedc27b1934e2c1.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-fd91fcfaa6a140c2.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-830c1806e9bb29b2.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-8e04a9e51ecc76ba.rmeta -Z unstable-options --cap-lints allow` |
1021 | 2024-12-16T18:42:46.645Z | 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=a7c949e6a3efd399 -C extra-filename=-a7c949e6a3efd399 --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-830c1806e9bb29b2.rmeta -Z unstable-options --cap-lints allow` |
1022 | 2024-12-16T18:42:46.645Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=df11d14dc3e4f128 -C extra-filename=-df11d14dc3e4f128 --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-830c1806e9bb29b2.rmeta -Z unstable-options --cap-lints allow` |
1023 | 2024-12-16T18:42:48.379Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1024 | 2024-12-16T18:42:48.381Z | 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=57a9ec073fc67282 -C extra-filename=-57a9ec073fc67282 --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-33816ae58e94167d.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-df11d14dc3e4f128.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1025 | 2024-12-16T18:42:49.126Z | 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=05a7e32e58850be7 -C extra-filename=-05a7e32e58850be7 --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-c0d81c8553407969.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-33816ae58e94167d.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-c90f648ec8b0f3e7.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-57a9ec073fc67282.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-df11d14dc3e4f128.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.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-8e04a9e51ecc76ba.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1026 | 2024-12-16T18:42:53.534Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1027 | 2024-12-16T18:42:53.538Z | 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=c7ca599bb5fe6818 -C extra-filename=-c7ca599bb5fe6818 --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-05a7e32e58850be7.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-830c1806e9bb29b2.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-a7c949e6a3efd399.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-8e04a9e51ecc76ba.rmeta -Z unstable-options` |
1028 | 2024-12-16T18:42:57.333Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1029 | 2024-12-16T18:42:57.336Z | 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=3ea66b515688ecca -C extra-filename=-3ea66b515688ecca --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-33816ae58e94167d.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-05a7e32e58850be7.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-c7ca599bb5fe6818.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-df11d14dc3e4f128.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rlib -Z unstable-options` |
1030 | 2024-12-16T18:42:59.336Z | warning: creating a mutable reference to mutable static is discouraged |
1031 | 2024-12-16T18:42:59.336Z | --> xde/src/xde.rs:311:5 |
1032 | 2024-12-16T18:42:59.336Z | | |
1033 | 2024-12-16T18:42:59.336Z | 311 | xde_devs.init(KRwLockType::Driver); |
1034 | 2024-12-16T18:42:59.336Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1035 | 2024-12-16T18:42:59.336Z | | |
1036 | 2024-12-16T18:42:59.336Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1037 | 2024-12-16T18:42:59.336Z | = 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 |
1038 | 2024-12-16T18:42:59.336Z | = note: `#[warn(static_mut_refs)]` on by default |
1039 | 2024-12-16T18:42:59.336Z | |
1040 | 2024-12-16T18:42:59.339Z | warning: creating a shared reference to mutable static is discouraged |
1041 | 2024-12-16T18:42:59.340Z | --> xde/src/xde.rs:668:29 |
1042 | 2024-12-16T18:42:59.340Z | | |
1043 | 2024-12-16T18:42:59.340Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
1044 | 2024-12-16T18:42:59.340Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1045 | 2024-12-16T18:42:59.340Z | | |
1046 | 2024-12-16T18:42:59.340Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1047 | 2024-12-16T18:42:59.340Z | = 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 |
1048 | 2024-12-16T18:42:59.340Z | |
1049 | 2024-12-16T18:42:59.340Z | warning: creating a shared reference to mutable static is discouraged |
1050 | 2024-12-16T18:42:59.340Z | --> xde/src/xde.rs:824:29 |
1051 | 2024-12-16T18:42:59.340Z | | |
1052 | 2024-12-16T18:42:59.340Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
1053 | 2024-12-16T18:42:59.340Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1054 | 2024-12-16T18:42:59.340Z | | |
1055 | 2024-12-16T18:42:59.340Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1056 | 2024-12-16T18:42:59.340Z | = 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 |
1057 | 2024-12-16T18:42:59.340Z | |
1058 | 2024-12-16T18:42:59.340Z | warning: creating a shared reference to mutable static is discouraged |
1059 | 2024-12-16T18:42:59.340Z | --> xde/src/xde.rs:914:18 |
1060 | 2024-12-16T18:42:59.340Z | | |
1061 | 2024-12-16T18:42:59.340Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
1062 | 2024-12-16T18:42:59.340Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1063 | 2024-12-16T18:42:59.340Z | | |
1064 | 2024-12-16T18:42:59.340Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1065 | 2024-12-16T18:42:59.340Z | = 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 |
1066 | 2024-12-16T18:42:59.340Z | |
1067 | 2024-12-16T18:42:59.340Z | warning: creating a shared reference to mutable static is discouraged |
1068 | 2024-12-16T18:42:59.340Z | --> xde/src/xde.rs:1227:9 |
1069 | 2024-12-16T18:42:59.340Z | | |
1070 | 2024-12-16T18:42:59.340Z | 1227 | if !xde_devs.read().is_empty() { |
1071 | 2024-12-16T18:42:59.340Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1072 | 2024-12-16T18:42:59.340Z | | |
1073 | 2024-12-16T18:42:59.340Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1074 | 2024-12-16T18:42:59.340Z | = 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 |
1075 | 2024-12-16T18:42:59.340Z | |
1076 | 2024-12-16T18:42:59.345Z | warning: creating a shared reference to mutable static is discouraged |
1077 | 2024-12-16T18:42:59.345Z | --> xde/src/xde.rs:1631:33 |
1078 | 2024-12-16T18:42:59.345Z | | |
1079 | 2024-12-16T18:42:59.345Z | 1631 | let devs = unsafe { xde_devs.read() }; |
1080 | 2024-12-16T18:42:59.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1081 | 2024-12-16T18:42:59.345Z | | |
1082 | 2024-12-16T18:42:59.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1083 | 2024-12-16T18:42:59.345Z | = 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 |
1084 | 2024-12-16T18:42:59.345Z | |
1085 | 2024-12-16T18:42:59.345Z | warning: creating a shared reference to mutable static is discouraged |
1086 | 2024-12-16T18:42:59.345Z | --> xde/src/xde.rs:1888:16 |
1087 | 2024-12-16T18:42:59.345Z | | |
1088 | 2024-12-16T18:42:59.345Z | 1888 | let devs = xde_devs.read(); |
1089 | 2024-12-16T18:42:59.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1090 | 2024-12-16T18:42:59.345Z | | |
1091 | 2024-12-16T18:42:59.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1092 | 2024-12-16T18:42:59.345Z | = 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 |
1093 | 2024-12-16T18:42:59.345Z | |
1094 | 2024-12-16T18:42:59.345Z | warning: creating a shared reference to mutable static is discouraged |
1095 | 2024-12-16T18:42:59.345Z | --> xde/src/xde.rs:1939:25 |
1096 | 2024-12-16T18:42:59.345Z | | |
1097 | 2024-12-16T18:42:59.345Z | 1939 | let devs = unsafe { xde_devs.read() }; |
1098 | 2024-12-16T18:42:59.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1099 | 2024-12-16T18:42:59.345Z | | |
1100 | 2024-12-16T18:42:59.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1101 | 2024-12-16T18:42:59.345Z | = 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 |
1102 | 2024-12-16T18:42:59.345Z | |
1103 | 2024-12-16T18:42:59.345Z | warning: creating a shared reference to mutable static is discouraged |
1104 | 2024-12-16T18:42:59.345Z | --> xde/src/xde.rs:1954:25 |
1105 | 2024-12-16T18:42:59.345Z | | |
1106 | 2024-12-16T18:42:59.345Z | 1954 | let devs = unsafe { xde_devs.read() }; |
1107 | 2024-12-16T18:42:59.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1108 | 2024-12-16T18:42:59.346Z | | |
1109 | 2024-12-16T18:42:59.346Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1110 | 2024-12-16T18:42:59.346Z | = 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 |
1111 | 2024-12-16T18:42:59.346Z | |
1112 | 2024-12-16T18:42:59.346Z | warning: creating a shared reference to mutable static is discouraged |
1113 | 2024-12-16T18:42:59.346Z | --> xde/src/xde.rs:1967:25 |
1114 | 2024-12-16T18:42:59.346Z | | |
1115 | 2024-12-16T18:42:59.346Z | 1967 | let devs = unsafe { xde_devs.read() }; |
1116 | 2024-12-16T18:42:59.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1117 | 2024-12-16T18:42:59.346Z | | |
1118 | 2024-12-16T18:42:59.346Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1119 | 2024-12-16T18:42:59.346Z | = 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 |
1120 | 2024-12-16T18:42:59.346Z | |
1121 | 2024-12-16T18:42:59.346Z | warning: creating a shared reference to mutable static is discouraged |
1122 | 2024-12-16T18:42:59.346Z | --> xde/src/xde.rs:1981:25 |
1123 | 2024-12-16T18:42:59.346Z | | |
1124 | 2024-12-16T18:42:59.346Z | 1981 | let devs = unsafe { xde_devs.read() }; |
1125 | 2024-12-16T18:42:59.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1126 | 2024-12-16T18:42:59.346Z | | |
1127 | 2024-12-16T18:42:59.346Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1128 | 2024-12-16T18:42:59.346Z | = 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 |
1129 | 2024-12-16T18:42:59.346Z | |
1130 | 2024-12-16T18:42:59.346Z | warning: creating a shared reference to mutable static is discouraged |
1131 | 2024-12-16T18:42:59.346Z | --> xde/src/xde.rs:1995:25 |
1132 | 2024-12-16T18:42:59.346Z | | |
1133 | 2024-12-16T18:42:59.346Z | 1995 | let devs = unsafe { xde_devs.read() }; |
1134 | 2024-12-16T18:42:59.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1135 | 2024-12-16T18:42:59.346Z | | |
1136 | 2024-12-16T18:42:59.346Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1137 | 2024-12-16T18:42:59.346Z | = 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 |
1138 | 2024-12-16T18:42:59.346Z | |
1139 | 2024-12-16T18:42:59.346Z | warning: creating a shared reference to mutable static is discouraged |
1140 | 2024-12-16T18:42:59.346Z | --> xde/src/xde.rs:2061:25 |
1141 | 2024-12-16T18:42:59.346Z | | |
1142 | 2024-12-16T18:42:59.346Z | 2061 | let devs = unsafe { xde_devs.read() }; |
1143 | 2024-12-16T18:42:59.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1144 | 2024-12-16T18:42:59.347Z | | |
1145 | 2024-12-16T18:42:59.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1146 | 2024-12-16T18:42:59.347Z | = 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 |
1147 | 2024-12-16T18:42:59.347Z | |
1148 | 2024-12-16T18:42:59.347Z | warning: creating a shared reference to mutable static is discouraged |
1149 | 2024-12-16T18:42:59.347Z | --> xde/src/xde.rs:2074:25 |
1150 | 2024-12-16T18:42:59.347Z | | |
1151 | 2024-12-16T18:42:59.347Z | 2074 | let devs = unsafe { xde_devs.read() }; |
1152 | 2024-12-16T18:42:59.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1153 | 2024-12-16T18:42:59.347Z | | |
1154 | 2024-12-16T18:42:59.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1155 | 2024-12-16T18:42:59.347Z | = 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 |
1156 | 2024-12-16T18:42:59.347Z | |
1157 | 2024-12-16T18:42:59.347Z | warning: creating a shared reference to mutable static is discouraged |
1158 | 2024-12-16T18:42:59.347Z | --> xde/src/xde.rs:2088:25 |
1159 | 2024-12-16T18:42:59.347Z | | |
1160 | 2024-12-16T18:42:59.347Z | 2088 | let devs = unsafe { xde_devs.read() }; |
1161 | 2024-12-16T18:42:59.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1162 | 2024-12-16T18:42:59.347Z | | |
1163 | 2024-12-16T18:42:59.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1164 | 2024-12-16T18:42:59.347Z | = 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 |
1165 | 2024-12-16T18:42:59.347Z | |
1166 | 2024-12-16T18:42:59.347Z | warning: creating a shared reference to mutable static is discouraged |
1167 | 2024-12-16T18:42:59.347Z | --> xde/src/xde.rs:2104:25 |
1168 | 2024-12-16T18:42:59.347Z | | |
1169 | 2024-12-16T18:42:59.347Z | 2104 | let devs = unsafe { xde_devs.read() }; |
1170 | 2024-12-16T18:42:59.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1171 | 2024-12-16T18:42:59.347Z | | |
1172 | 2024-12-16T18:42:59.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1173 | 2024-12-16T18:42:59.347Z | = 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 |
1174 | 2024-12-16T18:42:59.347Z | |
1175 | 2024-12-16T18:42:59.347Z | warning: creating a shared reference to mutable static is discouraged |
1176 | 2024-12-16T18:42:59.350Z | --> xde/src/xde.rs:2119:25 |
1177 | 2024-12-16T18:42:59.350Z | | |
1178 | 2024-12-16T18:42:59.350Z | 2119 | let devs = unsafe { xde_devs.read() }; |
1179 | 2024-12-16T18:42:59.350Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1180 | 2024-12-16T18:42:59.350Z | | |
1181 | 2024-12-16T18:42:59.350Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1182 | 2024-12-16T18:42:59.350Z | = 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 |
1183 | 2024-12-16T18:42:59.350Z | |
1184 | 2024-12-16T18:42:59.350Z | warning: creating a shared reference to mutable static is discouraged |
1185 | 2024-12-16T18:42:59.350Z | --> xde/src/xde.rs:2134:25 |
1186 | 2024-12-16T18:42:59.351Z | | |
1187 | 2024-12-16T18:42:59.351Z | 2134 | let devs = unsafe { xde_devs.read() }; |
1188 | 2024-12-16T18:42:59.351Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1189 | 2024-12-16T18:42:59.351Z | | |
1190 | 2024-12-16T18:42:59.351Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1191 | 2024-12-16T18:42:59.351Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1192 | 2024-12-16T18:42:59.351Z | |
1193 | 2024-12-16T18:42:59.351Z | warning: creating a shared reference to mutable static is discouraged |
1194 | 2024-12-16T18:42:59.351Z | --> xde/src/xde.rs:2147:25 |
1195 | 2024-12-16T18:42:59.351Z | | |
1196 | 2024-12-16T18:42:59.351Z | 2147 | let devs = unsafe { xde_devs.read() }; |
1197 | 2024-12-16T18:42:59.351Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1198 | 2024-12-16T18:42:59.351Z | | |
1199 | 2024-12-16T18:42:59.351Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1200 | 2024-12-16T18:42:59.351Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1201 | 2024-12-16T18:42:59.351Z | |
1202 | 2024-12-16T18:42:59.351Z | warning: creating a shared reference to mutable static is discouraged |
1203 | 2024-12-16T18:42:59.351Z | --> xde/src/xde.rs:2161:25 |
1204 | 2024-12-16T18:42:59.351Z | | |
1205 | 2024-12-16T18:42:59.351Z | 2161 | let devs = unsafe { xde_devs.read() }; |
1206 | 2024-12-16T18:42:59.351Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1207 | 2024-12-16T18:42:59.351Z | | |
1208 | 2024-12-16T18:42:59.351Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1209 | 2024-12-16T18:42:59.351Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1210 | 2024-12-16T18:42:59.351Z | |
1211 | 2024-12-16T18:42:59.352Z | warning: creating a shared reference to mutable static is discouraged |
1212 | 2024-12-16T18:42:59.352Z | --> xde/src/xde.rs:2178:25 |
1213 | 2024-12-16T18:42:59.352Z | | |
1214 | 2024-12-16T18:42:59.352Z | 2178 | let devs = unsafe { xde_devs.read() }; |
1215 | 2024-12-16T18:42:59.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1216 | 2024-12-16T18:42:59.352Z | | |
1217 | 2024-12-16T18:42:59.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1218 | 2024-12-16T18:42:59.352Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1219 | 2024-12-16T18:42:59.353Z | |
1220 | 2024-12-16T18:42:59.353Z | warning: creating a shared reference to mutable static is discouraged |
1221 | 2024-12-16T18:42:59.353Z | --> xde/src/xde.rs:2192:25 |
1222 | 2024-12-16T18:42:59.353Z | | |
1223 | 2024-12-16T18:42:59.353Z | 2192 | let devs = unsafe { xde_devs.read() }; |
1224 | 2024-12-16T18:42:59.353Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1225 | 2024-12-16T18:42:59.353Z | | |
1226 | 2024-12-16T18:42:59.353Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1227 | 2024-12-16T18:42:59.353Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1228 | 2024-12-16T18:42:59.353Z | |
1229 | 2024-12-16T18:43:23.283Z | warning: `xde` (lib) generated 22 warnings |
1230 | 2024-12-16T18:43:23.283Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 04s |
1231 | 2024-12-16T18:43:23.311Z | + 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 |
1232 | 2024-12-16T18:43:23.977Z | + pushd xde-link |
1233 | 2024-12-16T18:43:23.980Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1234 | 2024-12-16T18:43:23.980Z | + cargo -v build --release |
1235 | 2024-12-16T18:43:24.117Z | Compiling compiler_builtins v0.1.138 |
1236 | 2024-12-16T18:43:24.117Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1237 | 2024-12-16T18:43:24.117Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1238 | 2024-12-16T18:43:24.120Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1239 | 2024-12-16T18:43:24.120Z | 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` |
1240 | 2024-12-16T18:43:24.120Z | 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` |
1241 | 2024-12-16T18:43:24.357Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1242 | 2024-12-16T18:43:40.609Z | 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) |
1243 | 2024-12-16T18:43:40.698Z | 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` |
1244 | 2024-12-16T18:43:40.698Z | 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)'` |
1245 | 2024-12-16T18:43:41.450Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1246 | 2024-12-16T18:43:41.453Z | 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` |
1247 | 2024-12-16T18:43:44.765Z | 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` |
1248 | 2024-12-16T18:43:45.061Z | Finished `release` profile [optimized + debuginfo] target(s) in 21.03s |
1249 | 2024-12-16T18:43:45.081Z | + set +e |
1250 | 2024-12-16T18:43:45.084Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1251 | 2024-12-16T18:43:45.084Z | + grep panicking |
1252 | 2024-12-16T18:43:45.087Z | + '[' 1 -eq 0 ']' |
1253 | 2024-12-16T18:43:45.090Z | + popd |
1254 | 2024-12-16T18:43:45.090Z | /work/oxidecomputer/opte/xde |
1255 | 2024-12-16T18:43:45.090Z | |
1256 | 2024-12-16T18:43:45.090Z | real 1:26.688001734 |
1257 | 2024-12-16T18:43:45.090Z | user 3:15.473261785 |
1258 | 2024-12-16T18:43:45.090Z | sys 14.181296445 |
1259 | 2024-12-16T18:43:45.090Z | trap 0.060592558 |
1260 | 2024-12-16T18:43:45.090Z | tflt 0.206057767 |
1261 | 2024-12-16T18:43:45.090Z | dflt 0.631768683 |
1262 | 2024-12-16T18:43:45.090Z | kflt 0.000018610 |
1263 | 2024-12-16T18:43:45.090Z | lock 7:32.208149603 |
1264 | 2024-12-16T18:43:45.090Z | slp 9:45.591680543 |
1265 | 2024-12-16T18:43:45.090Z | lat 2.710949990 |
1266 | 2024-12-16T18:43:45.090Z | stop 4.567687278 |
1267 | 2024-12-16T18:43:45.090Z | + popd |
1268 | 2024-12-16T18:43:45.090Z | /work/oxidecomputer/opte |
1269 | 2024-12-16T18:43:45.090Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1270 | 2024-12-16T18:43:45.093Z | + grep GOTPCREL |
1271 | 2024-12-16T18:43:47.504Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1272 | 2024-12-16T18:43:47.506Z | + grep GOTPCREL |
1273 | 2024-12-16T18:43:48.850Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1274 | 2024-12-16T18:43:48.905Z | + sha256sum /work/debug/xde.dbg |
1275 | 2024-12-16T18:43:49.051Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1276 | 2024-12-16T18:43:49.054Z | + sha256sum /work/debug/xde_link.dbg.so |
1277 | 2024-12-16T18:43:49.057Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1278 | 2024-12-16T18:43:49.097Z | + sha256sum /work/release/xde |
1279 | 2024-12-16T18:43:49.128Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1280 | 2024-12-16T18:43:49.130Z | + sha256sum /work/release/xde_link.so |
1281 | 2024-12-16T18:43:49.134Z | + header 'build xde integration tests' |
1282 | 2024-12-16T18:43:49.136Z | + echo '# ==== build xde integration tests ==== #' |
1283 | 2024-12-16T18:43:49.136Z | # ==== build xde integration tests ==== # |
1284 | 2024-12-16T18:43:49.136Z | + pushd xde-tests |
1285 | 2024-12-16T18:43:49.136Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1286 | 2024-12-16T18:43:49.136Z | + cargo +nightly-2024-11-18 fmt -- --check |
1287 | 2024-12-16T18:43:49.295Z | + cargo clippy --all-targets |
1288 | 2024-12-16T18:43:49.616Z | Downloading crates ... |
1289 | 2024-12-16T18:43:49.738Z | Downloaded heck v0.5.0 |
1290 | 2024-12-16T18:43:49.743Z | Downloaded foreign-types-shared v0.3.1 |
1291 | 2024-12-16T18:43:49.746Z | Downloaded indexmap v2.7.0 |
1292 | 2024-12-16T18:43:49.749Z | Downloaded clap_lex v0.7.4 |
1293 | 2024-12-16T18:43:49.752Z | Downloaded autocfg v1.4.0 |
1294 | 2024-12-16T18:43:49.754Z | Downloaded thiserror v1.0.69 |
1295 | 2024-12-16T18:43:49.758Z | Downloaded cstr-argument v0.1.2 |
1296 | 2024-12-16T18:43:49.760Z | Downloaded anstream v0.6.18 |
1297 | 2024-12-16T18:43:49.763Z | Downloaded anstyle v1.0.10 |
1298 | 2024-12-16T18:43:49.775Z | Downloaded ipnetwork v0.20.0 |
1299 | 2024-12-16T18:43:49.777Z | Downloaded pretty-hex v0.2.1 |
1300 | 2024-12-16T18:43:49.782Z | Downloaded terminal_size v0.4.1 |
1301 | 2024-12-16T18:43:49.784Z | Downloaded foreign-types v0.5.0 |
1302 | 2024-12-16T18:43:49.787Z | Downloaded tokio-macros v2.4.0 |
1303 | 2024-12-16T18:43:49.789Z | Downloaded slog-scope v4.4.0 |
1304 | 2024-12-16T18:43:49.791Z | Downloaded dirs-sys-next v0.1.2 |
1305 | 2024-12-16T18:43:49.791Z | Downloaded itoa v1.0.14 |
1306 | 2024-12-16T18:43:49.791Z | Downloaded dirs-next v2.0.0 |
1307 | 2024-12-16T18:43:49.792Z | Downloaded colorchoice v1.0.3 |
1308 | 2024-12-16T18:43:49.794Z | Downloaded num_enum v0.5.11 |
1309 | 2024-12-16T18:43:49.797Z | Downloaded scopeguard v1.2.0 |
1310 | 2024-12-16T18:43:49.799Z | Downloaded utf8parse v0.2.2 |
1311 | 2024-12-16T18:43:49.801Z | Downloaded lazy_static v1.5.0 |
1312 | 2024-12-16T18:43:49.801Z | Downloaded is_terminal_polyfill v1.70.1 |
1313 | 2024-12-16T18:43:49.804Z | Downloaded arc-swap v1.7.1 |
1314 | 2024-12-16T18:43:49.806Z | Downloaded time-core v0.1.2 |
1315 | 2024-12-16T18:43:49.809Z | Downloaded equivalent v1.0.1 |
1316 | 2024-12-16T18:43:49.809Z | Downloaded anstyle-query v1.1.2 |
1317 | 2024-12-16T18:43:49.811Z | Downloaded errno v0.3.10 |
1318 | 2024-12-16T18:43:49.811Z | Downloaded thiserror-impl v1.0.69 |
1319 | 2024-12-16T18:43:49.815Z | Downloaded foreign-types-macros v0.2.3 |
1320 | 2024-12-16T18:43:49.815Z | Downloaded anstyle-parse v0.2.6 |
1321 | 2024-12-16T18:43:49.817Z | Downloaded heck v0.4.1 |
1322 | 2024-12-16T18:43:49.817Z | Downloaded take_mut v0.2.2 |
1323 | 2024-12-16T18:43:49.820Z | Downloaded num-conv v0.1.0 |
1324 | 2024-12-16T18:43:49.828Z | Downloaded rand_chacha v0.3.1 |
1325 | 2024-12-16T18:43:49.830Z | Downloaded rand_core v0.6.4 |
1326 | 2024-12-16T18:43:49.833Z | Downloaded ppv-lite86 v0.2.20 |
1327 | 2024-12-16T18:43:49.835Z | Downloaded clap_derive v4.5.18 |
1328 | 2024-12-16T18:43:49.838Z | Downloaded term v0.7.0 |
1329 | 2024-12-16T18:43:49.841Z | Downloaded slog-term v2.9.1 |
1330 | 2024-12-16T18:43:49.844Z | Downloaded proc-macro-error-attr v1.0.4 |
1331 | 2024-12-16T18:43:49.846Z | Downloaded lock_api v0.4.12 |
1332 | 2024-12-16T18:43:49.849Z | Downloaded slog-envlogger v2.2.0 |
1333 | 2024-12-16T18:43:49.849Z | Downloaded schemars_derive v0.8.21 |
1334 | 2024-12-16T18:43:49.851Z | Downloaded num_enum_derive v0.5.11 |
1335 | 2024-12-16T18:43:49.851Z | Downloaded slog-stdlog v4.1.1 |
1336 | 2024-12-16T18:43:49.854Z | Downloaded signal-hook-registry v1.4.2 |
1337 | 2024-12-16T18:43:49.854Z | Downloaded colored v2.2.0 |
1338 | 2024-12-16T18:43:49.856Z | Downloaded deranged v0.3.11 |
1339 | 2024-12-16T18:43:49.859Z | Downloaded proc-macro-crate v1.3.1 |
1340 | 2024-12-16T18:43:49.859Z | Downloaded log v0.4.22 |
1341 | 2024-12-16T18:43:49.861Z | Downloaded toml_datetime v0.6.8 |
1342 | 2024-12-16T18:43:49.863Z | Downloaded slog-async v2.8.0 |
1343 | 2024-12-16T18:43:49.865Z | Downloaded is-terminal v0.4.13 |
1344 | 2024-12-16T18:43:49.865Z | Downloaded tabwriter v1.4.0 |
1345 | 2024-12-16T18:43:49.868Z | Downloaded powerfmt v0.2.0 |
1346 | 2024-12-16T18:43:49.868Z | Downloaded thread_local v1.1.8 |
1347 | 2024-12-16T18:43:49.870Z | Downloaded getrandom v0.2.15 |
1348 | 2024-12-16T18:43:49.873Z | Downloaded tracing-attributes v0.1.28 |
1349 | 2024-12-16T18:43:49.875Z | Downloaded crossbeam-utils v0.8.21 |
1350 | 2024-12-16T18:43:49.878Z | Downloaded zerocopy-derive v0.7.35 |
1351 | 2024-12-16T18:43:49.883Z | Downloaded once_cell v1.20.2 |
1352 | 2024-12-16T18:43:49.885Z | Downloaded ryu v1.0.18 |
1353 | 2024-12-16T18:43:49.888Z | Downloaded parking_lot v0.12.3 |
1354 | 2024-12-16T18:43:49.891Z | Downloaded bytes v1.9.0 |
1355 | 2024-12-16T18:43:49.895Z | Downloaded smallvec v1.13.2 |
1356 | 2024-12-16T18:43:49.901Z | Downloaded time-macros v0.2.19 |
1357 | 2024-12-16T18:43:49.901Z | Downloaded schemars v0.8.21 |
1358 | 2024-12-16T18:43:49.912Z | Downloaded serde_derive_internals v0.29.1 |
1359 | 2024-12-16T18:43:49.918Z | Downloaded clap v4.5.23 |
1360 | 2024-12-16T18:43:49.923Z | Downloaded rand v0.8.5 |
1361 | 2024-12-16T18:43:49.926Z | Downloaded proc-macro-error v1.0.4 |
1362 | 2024-12-16T18:43:49.929Z | Downloaded tracing-core v0.1.33 |
1363 | 2024-12-16T18:43:49.932Z | Downloaded slog v2.7.0 |
1364 | 2024-12-16T18:43:49.935Z | Downloaded parking_lot_core v0.9.10 |
1365 | 2024-12-16T18:43:49.937Z | Downloaded socket2 v0.5.8 |
1366 | 2024-12-16T18:43:49.940Z | Downloaded crossbeam-channel v0.5.14 |
1367 | 2024-12-16T18:43:49.944Z | Downloaded pin-project-lite v0.2.15 |
1368 | 2024-12-16T18:43:49.949Z | Downloaded hashbrown v0.15.2 |
1369 | 2024-12-16T18:43:49.954Z | Downloaded tracing v0.1.41 |
1370 | 2024-12-16T18:43:49.959Z | Downloaded toml_edit v0.19.15 |
1371 | 2024-12-16T18:43:49.975Z | Downloaded itertools v0.12.1 |
1372 | 2024-12-16T18:43:49.982Z | Downloaded mio v1.0.3 |
1373 | 2024-12-16T18:43:49.988Z | Downloaded time v0.3.37 |
1374 | 2024-12-16T18:43:49.995Z | Downloaded zerocopy v0.7.35 |
1375 | 2024-12-16T18:43:50.010Z | Downloaded serde_json v1.0.133 |
1376 | 2024-12-16T18:43:50.017Z | Downloaded winnow v0.5.40 |
1377 | 2024-12-16T18:43:50.025Z | Downloaded clap_builder v4.5.23 |
1378 | 2024-12-16T18:43:50.031Z | Downloaded anyhow v1.0.94 |
1379 | 2024-12-16T18:43:50.035Z | Downloaded winnow v0.6.20 |
1380 | 2024-12-16T18:43:50.045Z | Downloaded syn v1.0.109 |
1381 | 2024-12-16T18:43:50.064Z | Downloaded rustix v0.38.42 |
1382 | 2024-12-16T18:43:50.126Z | Downloaded libc v0.2.168 |
1383 | 2024-12-16T18:43:50.151Z | Downloaded tokio v1.42.0 |
1384 | 2024-12-16T18:43:50.293Z | Compiling proc-macro2 v1.0.92 |
1385 | 2024-12-16T18:43:50.293Z | Compiling unicode-ident v1.0.14 |
1386 | 2024-12-16T18:43:50.295Z | Compiling libc v0.2.168 |
1387 | 2024-12-16T18:43:50.295Z | Checking cfg-if v1.0.0 |
1388 | 2024-12-16T18:43:50.295Z | Compiling serde v1.0.216 |
1389 | 2024-12-16T18:43:50.295Z | Checking byteorder v1.5.0 |
1390 | 2024-12-16T18:43:50.295Z | Compiling version_check v0.9.5 |
1391 | 2024-12-16T18:43:50.304Z | Compiling syn v1.0.109 |
1392 | 2024-12-16T18:43:50.402Z | Checking memchr v2.7.4 |
1393 | 2024-12-16T18:43:50.522Z | Compiling ident_case v1.0.1 |
1394 | 2024-12-16T18:43:50.587Z | Compiling strsim v0.11.1 |
1395 | 2024-12-16T18:43:50.681Z | Compiling fnv v1.0.7 |
1396 | 2024-12-16T18:43:50.793Z | Compiling equivalent v1.0.1 |
1397 | 2024-12-16T18:43:50.889Z | Checking itoa v1.0.14 |
1398 | 2024-12-16T18:43:50.928Z | Checking once_cell v1.20.2 |
1399 | 2024-12-16T18:43:50.950Z | Compiling autocfg v1.4.0 |
1400 | 2024-12-16T18:43:51.074Z | Compiling hashbrown v0.15.2 |
1401 | 2024-12-16T18:43:51.192Z | Compiling winnow v0.5.40 |
1402 | 2024-12-16T18:43:51.195Z | Compiling regex-syntax v0.8.5 |
1403 | 2024-12-16T18:43:51.207Z | Compiling toml_datetime v0.6.8 |
1404 | 2024-12-16T18:43:51.551Z | Checking bitflags v2.6.0 |
1405 | 2024-12-16T18:43:51.675Z | Compiling lock_api v0.4.12 |
1406 | 2024-12-16T18:43:51.798Z | Compiling aho-corasick v1.1.3 |
1407 | 2024-12-16T18:43:52.038Z | Compiling quote v1.0.37 |
1408 | 2024-12-16T18:43:52.041Z | Compiling anyhow v1.0.94 |
1409 | 2024-12-16T18:43:52.176Z | Compiling indexmap v2.7.0 |
1410 | 2024-12-16T18:43:52.257Z | Compiling parking_lot_core v0.9.10 |
1411 | 2024-12-16T18:43:52.548Z | Compiling syn v2.0.90 |
1412 | 2024-12-16T18:43:52.690Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1413 | 2024-12-16T18:43:53.169Z | Checking scopeguard v1.2.0 |
1414 | 2024-12-16T18:43:53.210Z | Checking smallvec v1.13.2 |
1415 | 2024-12-16T18:43:53.286Z | Compiling thiserror v1.0.69 |
1416 | 2024-12-16T18:43:53.462Z | Compiling zerocopy v0.8.13 |
1417 | 2024-12-16T18:43:53.552Z | Checking lazy_static v1.5.0 |
1418 | 2024-12-16T18:43:53.865Z | Checking dyn-clone v1.0.17 |
1419 | 2024-12-16T18:43:53.999Z | Compiling serde_json v1.0.133 |
1420 | 2024-12-16T18:43:54.036Z | Compiling either v1.13.0 |
1421 | 2024-12-16T18:43:54.384Z | Compiling toml_edit v0.19.15 |
1422 | 2024-12-16T18:43:54.406Z | Compiling itertools v0.13.0 |
1423 | 2024-12-16T18:43:54.890Z | Compiling regex-automata v0.4.9 |
1424 | 2024-12-16T18:43:54.957Z | Checking getrandom v0.2.15 |
1425 | 2024-12-16T18:43:55.163Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1426 | 2024-12-16T18:43:55.513Z | Checking pin-project-lite v0.2.15 |
1427 | 2024-12-16T18:43:55.624Z | Compiling schemars v0.8.21 |
1428 | 2024-12-16T18:43:55.756Z | Checking ryu v1.0.18 |
1429 | 2024-12-16T18:43:55.999Z | Compiling heapless v0.8.0 |
1430 | 2024-12-16T18:43:56.389Z | Checking rand_core v0.6.4 |
1431 | 2024-12-16T18:43:56.662Z | Checking parking_lot v0.12.3 |
1432 | 2024-12-16T18:43:56.729Z | Checking signal-hook-registry v1.4.2 |
1433 | 2024-12-16T18:43:56.837Z | Compiling proc-macro-crate v1.3.1 |
1434 | 2024-12-16T18:43:56.958Z | Checking mio v1.0.3 |
1435 | 2024-12-16T18:43:56.960Z | Checking socket2 v0.5.8 |
1436 | 2024-12-16T18:43:57.165Z | Checking hash32 v0.3.1 |
1437 | 2024-12-16T18:43:57.354Z | Checking stable_deref_trait v1.2.0 |
1438 | 2024-12-16T18:43:57.444Z | Checking bytes v1.9.0 |
1439 | 2024-12-16T18:43:57.447Z | Compiling smoltcp v0.11.0 |
1440 | 2024-12-16T18:43:57.550Z | Checking foreign-types-shared v0.3.1 |
1441 | 2024-12-16T18:43:57.558Z | Compiling slog v2.7.0 |
1442 | 2024-12-16T18:43:57.655Z | Checking macaddr v1.0.1 |
1443 | 2024-12-16T18:43:58.185Z | Checking cstr-argument v0.1.2 |
1444 | 2024-12-16T18:43:58.206Z | Checking tracing-core v0.1.33 |
1445 | 2024-12-16T18:43:58.271Z | Compiling proc-macro-error-attr v1.0.4 |
1446 | 2024-12-16T18:43:58.344Z | Compiling rustix v0.38.42 |
1447 | 2024-12-16T18:43:58.633Z | Compiling regex v1.11.1 |
1448 | 2024-12-16T18:43:58.694Z | Checking bitflags v1.3.2 |
1449 | 2024-12-16T18:43:58.781Z | Compiling darling_core v0.20.10 |
1450 | 2024-12-16T18:43:58.820Z | Compiling serde_derive_internals v0.29.1 |
1451 | 2024-12-16T18:43:59.010Z | Checking pretty-hex v0.2.1 |
1452 | 2024-12-16T18:43:59.165Z | Checking managed v0.8.0 |
1453 | 2024-12-16T18:43:59.521Z | Checking cobs v0.2.3 |
1454 | 2024-12-16T18:43:59.903Z | Checking colored v2.2.0 |
1455 | 2024-12-16T18:44:00.259Z | Checking errno v0.3.10 |
1456 | 2024-12-16T18:44:00.422Z | Compiling proc-macro-error v1.0.4 |
1457 | 2024-12-16T18:44:00.626Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1458 | 2024-12-16T18:44:00.746Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1459 | 2024-12-16T18:44:00.792Z | Checking winnow v0.6.20 |
1460 | 2024-12-16T18:44:00.890Z | warning: passing a unit value to a function |
1461 | 2024-12-16T18:44:00.890Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
1462 | 2024-12-16T18:44:00.890Z | | |
1463 | 2024-12-16T18:44:00.890Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
1464 | 2024-12-16T18:44:00.890Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1465 | 2024-12-16T18:44:00.890Z | | |
1466 | 2024-12-16T18:44:00.890Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
1467 | 2024-12-16T18:44:00.890Z | = note: `#[warn(clippy::unit_arg)]` on by default |
1468 | 2024-12-16T18:44:00.890Z | help: move the expression in front of the call and replace it with the unit literal `()` |
1469 | 2024-12-16T18:44:00.890Z | | |
1470 | 2024-12-16T18:44:00.890Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
1471 | 2024-12-16T18:44:00.890Z | 183 ~ core::hint::black_box(()); |
1472 | 2024-12-16T18:44:00.890Z | | |
1473 | 2024-12-16T18:44:00.890Z | |
1474 | 2024-12-16T18:44:00.938Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
1475 | 2024-12-16T18:44:00.940Z | Checking utf8parse v0.2.2 |
1476 | 2024-12-16T18:44:01.027Z | Compiling crossbeam-utils v0.8.21 |
1477 | 2024-12-16T18:44:01.072Z | Checking unicode-width v0.1.14 |
1478 | 2024-12-16T18:44:01.541Z | Checking tabwriter v1.4.0 |
1479 | 2024-12-16T18:44:01.592Z | Checking anstyle-parse v0.2.6 |
1480 | 2024-12-16T18:44:02.318Z | Checking dirs-sys-next v0.1.2 |
1481 | 2024-12-16T18:44:02.469Z | Compiling num_enum_derive v0.5.11 |
1482 | 2024-12-16T18:44:02.493Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1483 | 2024-12-16T18:44:02.641Z | Checking crc32fast v1.4.2 |
1484 | 2024-12-16T18:44:02.765Z | Checking is_terminal_polyfill v1.70.1 |
1485 | 2024-12-16T18:44:02.846Z | Checking anstyle-query v1.1.2 |
1486 | 2024-12-16T18:44:02.867Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1487 | 2024-12-16T18:44:02.954Z | Checking colorchoice v1.0.3 |
1488 | 2024-12-16T18:44:03.068Z | Compiling time-core v0.1.2 |
1489 | 2024-12-16T18:44:03.201Z | Checking anstyle v1.0.10 |
1490 | 2024-12-16T18:44:03.221Z | Compiling num-conv v0.1.0 |
1491 | 2024-12-16T18:44:03.350Z | Compiling serde_derive v1.0.216 |
1492 | 2024-12-16T18:44:03.391Z | Compiling zerocopy-derive v0.7.35 |
1493 | 2024-12-16T18:44:03.477Z | Compiling zerocopy-derive v0.8.13 |
1494 | 2024-12-16T18:44:03.490Z | Compiling thiserror-impl v1.0.69 |
1495 | 2024-12-16T18:44:03.506Z | Compiling foreign-types-macros v0.2.3 |
1496 | 2024-12-16T18:44:03.764Z | Compiling schemars_derive v0.8.21 |
1497 | 2024-12-16T18:44:04.090Z | Compiling darling_macro v0.20.10 |
1498 | 2024-12-16T18:44:04.557Z | Compiling tokio-macros v2.4.0 |
1499 | 2024-12-16T18:44:04.788Z | Checking foreign-types v0.5.0 |
1500 | 2024-12-16T18:44:04.883Z | Checking num_enum v0.5.11 |
1501 | 2024-12-16T18:44:05.012Z | Compiling tracing-attributes v0.1.28 |
1502 | 2024-12-16T18:44:05.075Z | Compiling darling v0.20.10 |
1503 | 2024-12-16T18:44:05.181Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1504 | 2024-12-16T18:44:05.251Z | Checking zerocopy v0.7.35 |
1505 | 2024-12-16T18:44:05.978Z | Checking tokio v1.42.0 |
1506 | 2024-12-16T18:44:06.265Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1507 | 2024-12-16T18:44:06.386Z | Checking ppv-lite86 v0.2.20 |
1508 | 2024-12-16T18:44:06.520Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1509 | 2024-12-16T18:44:06.532Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1510 | 2024-12-16T18:44:06.671Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1511 | 2024-12-16T18:44:07.035Z | Checking rand_chacha v0.3.1 |
1512 | 2024-12-16T18:44:07.446Z | Checking rand v0.8.5 |
1513 | 2024-12-16T18:44:07.818Z | Checking powerfmt v0.2.0 |
1514 | 2024-12-16T18:44:07.935Z | Compiling thiserror v2.0.7 |
1515 | 2024-12-16T18:44:08.020Z | Checking tracing v0.1.41 |
1516 | 2024-12-16T18:44:08.072Z | Checking deranged v0.3.11 |
1517 | 2024-12-16T18:44:08.321Z | Checking anstream v0.6.18 |
1518 | 2024-12-16T18:44:08.636Z | Compiling time-macros v0.2.19 |
1519 | 2024-12-16T18:44:08.675Z | Compiling thiserror-impl v2.0.7 |
1520 | 2024-12-16T18:44:08.820Z | Checking terminal_size v0.4.1 |
1521 | 2024-12-16T18:44:08.972Z | Checking dirs-next v2.0.0 |
1522 | 2024-12-16T18:44:09.779Z | Checking thread_local v1.1.8 |
1523 | 2024-12-16T18:44:09.994Z | Checking clap_lex v0.7.4 |
1524 | 2024-12-16T18:44:10.029Z | Checking arc-swap v1.7.1 |
1525 | 2024-12-16T18:44:10.611Z | Compiling heck v0.5.0 |
1526 | 2024-12-16T18:44:10.959Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1527 | 2024-12-16T18:44:10.994Z | Compiling heck v0.4.1 |
1528 | 2024-12-16T18:44:11.285Z | Compiling slog-async v2.8.0 |
1529 | 2024-12-16T18:44:11.415Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1530 | 2024-12-16T18:44:11.449Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1531 | 2024-12-16T18:44:11.468Z | Checking time v0.3.37 |
1532 | 2024-12-16T18:44:11.626Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1533 | 2024-12-16T18:44:11.675Z | Compiling clap_derive v4.5.18 |
1534 | 2024-12-16T18:44:11.824Z | Checking clap_builder v4.5.23 |
1535 | 2024-12-16T18:44:12.047Z | Checking slog-scope v4.4.0 |
1536 | 2024-12-16T18:44:12.238Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1537 | 2024-12-16T18:44:12.563Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1538 | 2024-12-16T18:44:12.814Z | Checking crossbeam-channel v0.5.14 |
1539 | 2024-12-16T18:44:12.990Z | Checking term v0.7.0 |
1540 | 2024-12-16T18:44:13.077Z | Checking itertools v0.12.1 |
1541 | 2024-12-16T18:44:13.156Z | Checking is-terminal v0.4.13 |
1542 | 2024-12-16T18:44:13.265Z | Checking take_mut v0.2.2 |
1543 | 2024-12-16T18:44:13.390Z | Checking log v0.4.22 |
1544 | 2024-12-16T18:44:13.399Z | Checking slog-term v2.9.1 |
1545 | 2024-12-16T18:44:13.662Z | Checking slog-stdlog v4.1.1 |
1546 | 2024-12-16T18:44:14.614Z | Checking ipnetwork v0.20.0 |
1547 | 2024-12-16T18:44:14.616Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1548 | 2024-12-16T18:44:14.616Z | Checking postcard v1.1.1 |
1549 | 2024-12-16T18:44:14.641Z | Checking uuid v1.11.0 |
1550 | 2024-12-16T18:44:14.861Z | Checking clap v4.5.23 |
1551 | 2024-12-16T18:44:15.146Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1552 | 2024-12-16T18:44:16.114Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1553 | 2024-12-16T18:44:16.586Z | Checking slog-envlogger v2.2.0 |
1554 | 2024-12-16T18:44:16.598Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1555 | 2024-12-16T18:44:17.836Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1556 | 2024-12-16T18:44:23.967Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1557 | 2024-12-16T18:44:26.208Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1558 | 2024-12-16T18:44:26.719Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1559 | 2024-12-16T18:44:27.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.72s |
1560 | 2024-12-16T18:44:27.218Z | + cargo build --test loopback |
1561 | 2024-12-16T18:44:27.554Z | Compiling cfg-if v1.0.0 |
1562 | 2024-12-16T18:44:27.554Z | Compiling memchr v2.7.4 |
1563 | 2024-12-16T18:44:27.557Z | Compiling byteorder v1.5.0 |
1564 | 2024-12-16T18:44:27.557Z | Compiling once_cell v1.20.2 |
1565 | 2024-12-16T18:44:27.557Z | Compiling libc v0.2.168 |
1566 | 2024-12-16T18:44:27.557Z | Compiling strsim v0.11.1 |
1567 | 2024-12-16T18:44:27.567Z | Compiling either v1.13.0 |
1568 | 2024-12-16T18:44:27.569Z | Compiling serde v1.0.216 |
1569 | 2024-12-16T18:44:27.625Z | Compiling regex-syntax v0.8.5 |
1570 | 2024-12-16T18:44:27.838Z | Compiling darling_core v0.20.10 |
1571 | 2024-12-16T18:44:27.922Z | Compiling itoa v1.0.14 |
1572 | 2024-12-16T18:44:27.931Z | Compiling bitflags v2.6.0 |
1573 | 2024-12-16T18:44:28.115Z | Compiling dyn-clone v1.0.17 |
1574 | 2024-12-16T18:44:28.252Z | Compiling lazy_static v1.5.0 |
1575 | 2024-12-16T18:44:28.304Z | Compiling scopeguard v1.2.0 |
1576 | 2024-12-16T18:44:28.363Z | Compiling smallvec v1.13.2 |
1577 | 2024-12-16T18:44:28.384Z | Compiling zerocopy v0.7.35 |
1578 | 2024-12-16T18:44:28.417Z | Compiling aho-corasick v1.1.3 |
1579 | 2024-12-16T18:44:28.741Z | Compiling parking_lot_core v0.9.10 |
1580 | 2024-12-16T18:44:28.838Z | Compiling getrandom v0.2.15 |
1581 | 2024-12-16T18:44:29.138Z | Compiling lock_api v0.4.12 |
1582 | 2024-12-16T18:44:29.232Z | Compiling proc-macro-crate v1.3.1 |
1583 | 2024-12-16T18:44:29.310Z | Compiling itertools v0.13.0 |
1584 | 2024-12-16T18:44:29.521Z | Compiling pin-project-lite v0.2.15 |
1585 | 2024-12-16T18:44:29.640Z | Compiling ryu v1.0.18 |
1586 | 2024-12-16T18:44:29.649Z | Compiling ppv-lite86 v0.2.20 |
1587 | 2024-12-16T18:44:29.975Z | Compiling zerocopy v0.8.13 |
1588 | 2024-12-16T18:44:29.978Z | Compiling num_enum_derive v0.5.11 |
1589 | 2024-12-16T18:44:30.342Z | Compiling thiserror v1.0.69 |
1590 | 2024-12-16T18:44:30.469Z | Compiling parking_lot v0.12.3 |
1591 | 2024-12-16T18:44:31.363Z | Compiling regex-automata v0.4.9 |
1592 | 2024-12-16T18:44:32.092Z | Compiling rand_core v0.6.4 |
1593 | 2024-12-16T18:44:32.123Z | Compiling mio v1.0.3 |
1594 | 2024-12-16T18:44:32.538Z | Compiling socket2 v0.5.8 |
1595 | 2024-12-16T18:44:33.018Z | Compiling ipnetwork v0.20.0 |
1596 | 2024-12-16T18:44:33.047Z | Compiling serde_json v1.0.133 |
1597 | 2024-12-16T18:44:33.123Z | Compiling darling_macro v0.20.10 |
1598 | 2024-12-16T18:44:33.350Z | Compiling signal-hook-registry v1.4.2 |
1599 | 2024-12-16T18:44:33.491Z | Compiling anyhow v1.0.94 |
1600 | 2024-12-16T18:44:33.553Z | Compiling hash32 v0.3.1 |
1601 | 2024-12-16T18:44:33.742Z | Compiling macaddr v1.0.1 |
1602 | 2024-12-16T18:44:33.824Z | Compiling stable_deref_trait v1.2.0 |
1603 | 2024-12-16T18:44:33.917Z | Compiling bytes v1.9.0 |
1604 | 2024-12-16T18:44:34.092Z | Compiling foreign-types-shared v0.3.1 |
1605 | 2024-12-16T18:44:34.155Z | Compiling darling v0.20.10 |
1606 | 2024-12-16T18:44:34.170Z | Compiling foreign-types v0.5.0 |
1607 | 2024-12-16T18:44:34.194Z | Compiling heapless v0.8.0 |
1608 | 2024-12-16T18:44:34.245Z | Compiling rand_chacha v0.3.1 |
1609 | 2024-12-16T18:44:34.252Z | Compiling num_enum v0.5.11 |
1610 | 2024-12-16T18:44:34.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1611 | 2024-12-16T18:44:34.381Z | Compiling cstr-argument v0.1.2 |
1612 | 2024-12-16T18:44:34.443Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1613 | 2024-12-16T18:44:34.454Z | Compiling tracing-core v0.1.33 |
1614 | 2024-12-16T18:44:34.582Z | Compiling cobs v0.2.3 |
1615 | 2024-12-16T18:44:34.595Z | Compiling managed v0.8.0 |
1616 | 2024-12-16T18:44:34.861Z | Compiling tokio v1.42.0 |
1617 | 2024-12-16T18:44:34.986Z | Compiling schemars v0.8.21 |
1618 | 2024-12-16T18:44:35.032Z | Compiling pretty-hex v0.2.1 |
1619 | 2024-12-16T18:44:35.087Z | Compiling regex v1.11.1 |
1620 | 2024-12-16T18:44:35.192Z | Compiling bitflags v1.3.2 |
1621 | 2024-12-16T18:44:35.278Z | Compiling smoltcp v0.11.0 |
1622 | 2024-12-16T18:44:35.382Z | Compiling tracing v0.1.41 |
1623 | 2024-12-16T18:44:35.747Z | Compiling postcard v1.1.1 |
1624 | 2024-12-16T18:44:35.769Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1625 | 2024-12-16T18:44:35.777Z | Compiling rand v0.8.5 |
1626 | 2024-12-16T18:44:35.904Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1627 | 2024-12-16T18:44:36.111Z | Compiling slog v2.7.0 |
1628 | 2024-12-16T18:44:36.323Z | Compiling errno v0.3.10 |
1629 | 2024-12-16T18:44:36.409Z | Compiling colored v2.2.0 |
1630 | 2024-12-16T18:44:36.532Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1631 | 2024-12-16T18:44:36.759Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1632 | 2024-12-16T18:44:36.918Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1633 | 2024-12-16T18:44:37.098Z | Compiling unicode-width v0.1.14 |
1634 | 2024-12-16T18:44:37.185Z | Compiling winnow v0.6.20 |
1635 | 2024-12-16T18:44:37.232Z | Compiling utf8parse v0.2.2 |
1636 | 2024-12-16T18:44:37.404Z | Compiling anstyle-parse v0.2.6 |
1637 | 2024-12-16T18:44:37.606Z | Compiling tabwriter v1.4.0 |
1638 | 2024-12-16T18:44:37.722Z | Compiling rustix v0.38.42 |
1639 | 2024-12-16T18:44:37.735Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1640 | 2024-12-16T18:44:38.063Z | Compiling dirs-sys-next v0.1.2 |
1641 | 2024-12-16T18:44:38.792Z | Compiling crc32fast v1.4.2 |
1642 | 2024-12-16T18:44:39.071Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1643 | 2024-12-16T18:44:39.084Z | Compiling anstyle-query v1.1.2 |
1644 | 2024-12-16T18:44:39.176Z | Compiling colorchoice v1.0.3 |
1645 | 2024-12-16T18:44:39.214Z | Compiling anstyle v1.0.10 |
1646 | 2024-12-16T18:44:39.326Z | Compiling time-core v0.1.2 |
1647 | 2024-12-16T18:44:39.486Z | Compiling is_terminal_polyfill v1.70.1 |
1648 | 2024-12-16T18:44:39.594Z | Compiling num-conv v0.1.0 |
1649 | 2024-12-16T18:44:39.624Z | Compiling powerfmt v0.2.0 |
1650 | 2024-12-16T18:44:39.831Z | Compiling time-macros v0.2.19 |
1651 | 2024-12-16T18:44:39.991Z | Compiling deranged v0.3.11 |
1652 | 2024-12-16T18:44:40.029Z | Compiling anstream v0.6.18 |
1653 | 2024-12-16T18:44:40.133Z | Compiling terminal_size v0.4.1 |
1654 | 2024-12-16T18:44:40.320Z | Compiling dirs-next v2.0.0 |
1655 | 2024-12-16T18:44:40.491Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1656 | 2024-12-16T18:44:40.500Z | Compiling crossbeam-utils v0.8.21 |
1657 | 2024-12-16T18:44:40.521Z | Compiling uuid v1.11.0 |
1658 | 2024-12-16T18:44:40.702Z | Compiling thread_local v1.1.8 |
1659 | 2024-12-16T18:44:40.802Z | Compiling clap_lex v0.7.4 |
1660 | 2024-12-16T18:44:41.203Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1661 | 2024-12-16T18:44:41.206Z | Compiling arc-swap v1.7.1 |
1662 | 2024-12-16T18:44:41.250Z | Compiling crossbeam-channel v0.5.14 |
1663 | 2024-12-16T18:44:41.345Z | Compiling clap_builder v4.5.23 |
1664 | 2024-12-16T18:44:41.495Z | Compiling thiserror v2.0.7 |
1665 | 2024-12-16T18:44:41.625Z | Compiling slog-scope v4.4.0 |
1666 | 2024-12-16T18:44:41.723Z | Compiling term v0.7.0 |
1667 | 2024-12-16T18:44:41.757Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1668 | 2024-12-16T18:44:42.091Z | Compiling is-terminal v0.4.13 |
1669 | 2024-12-16T18:44:42.206Z | Compiling itertools v0.12.1 |
1670 | 2024-12-16T18:44:42.274Z | Compiling take_mut v0.2.2 |
1671 | 2024-12-16T18:44:42.401Z | Compiling log v0.4.22 |
1672 | 2024-12-16T18:44:42.590Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1673 | 2024-12-16T18:44:42.677Z | Compiling time v0.3.37 |
1674 | 2024-12-16T18:44:42.813Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1675 | 2024-12-16T18:44:42.945Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1676 | 2024-12-16T18:44:43.308Z | Compiling slog-stdlog v4.1.1 |
1677 | 2024-12-16T18:44:43.674Z | Compiling slog-async v2.8.0 |
1678 | 2024-12-16T18:44:44.888Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1679 | 2024-12-16T18:44:45.039Z | Compiling clap v4.5.23 |
1680 | 2024-12-16T18:44:45.141Z | Compiling slog-term v2.9.1 |
1681 | 2024-12-16T18:44:46.292Z | Compiling slog-envlogger v2.2.0 |
1682 | 2024-12-16T18:44:46.414Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1683 | 2024-12-16T18:44:47.330Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1684 | 2024-12-16T18:44:47.871Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1685 | 2024-12-16T18:44:49.114Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1686 | 2024-12-16T18:44:54.781Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1687 | 2024-12-16T18:44:56.819Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1688 | 2024-12-16T18:44:57.509Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1689 | 2024-12-16T18:45:00.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.72s |
1690 | 2024-12-16T18:45:01.039Z | ++ cargo build -q --test loopback --message-format=json |
1691 | 2024-12-16T18:45:01.041Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1692 | 2024-12-16T18:45:02.448Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-265191e5e504c609 |
1693 | 2024-12-16T18:45:02.449Z | + mkdir -p /work/test |
1694 | 2024-12-16T18:45:02.451Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-265191e5e504c609 /work/test/loopback |
1695 | 2024-12-16T18:45:02.502Z | process exited: duration 308578 ms, exit code 0 |
|
1696 | 2024-12-16T18:45:02.522Z | found 10 output files |
1697 | 2024-12-16T18:45:02.522Z | uploading: /work/debug/xde.dbg (66073624 bytes) |
1698 | 2024-12-16T18:45:04.754Z | uploaded: /work/debug/xde.dbg |
1699 | 2024-12-16T18:45:04.754Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1700 | 2024-12-16T18:45:05.763Z | uploaded: /work/debug/xde.dbg.sha256 |
1701 | 2024-12-16T18:45:05.763Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1702 | 2024-12-16T18:45:06.772Z | uploaded: /work/debug/xde_link.dbg.so |
1703 | 2024-12-16T18:45:06.772Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1704 | 2024-12-16T18:45:07.780Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1705 | 2024-12-16T18:45:07.780Z | uploading: /work/release/xde (40261912 bytes) |
1706 | 2024-12-16T18:45:09.645Z | uploaded: /work/release/xde |
1707 | 2024-12-16T18:45:09.645Z | uploading: /work/release/xde.sha256 (84 bytes) |
1708 | 2024-12-16T18:45:10.655Z | uploaded: /work/release/xde.sha256 |
1709 | 2024-12-16T18:45:10.655Z | uploading: /work/release/xde_link.so (28092 bytes) |
1710 | 2024-12-16T18:45:11.666Z | uploaded: /work/release/xde_link.so |
1711 | 2024-12-16T18:45:11.667Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1712 | 2024-12-16T18:45:12.680Z | uploaded: /work/release/xde_link.so.sha256 |
1713 | 2024-12-16T18:45:12.680Z | uploading: /work/test/loopback (61663776 bytes) |
1714 | 2024-12-16T18:45:14.752Z | uploaded: /work/test/loopback |
1715 | 2024-12-16T18:45:14.752Z | uploading: /work/xde.conf (79 bytes) |
1716 | 2024-12-16T18:45:15.762Z | uploaded: /work/xde.conf |