|
|
|
1 | 2025-01-11T04:22:34.726Z | job assigned to worker 01JH9SH6DAN046Y9433C0D745A [factory aws, i-0783122afeb32f0ac] (queued for 59 s) |
|
2 | 2025-01-11T04:22:42.074Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:42.085Z | ++ uname -s |
4 | 2025-01-11T04:22:42.088Z | + kern=SunOS |
5 | 2025-01-11T04:22:42.088Z | + case "$kern" in |
6 | 2025-01-11T04:22:42.088Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:42.091Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:44.098Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:44.228Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:44.231Z | + home_fs=zfs |
11 | 2025-01-11T04:22:44.231Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:44.232Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:44.234Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:46.235Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:46.238Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2025-01-11T04:22:46.242Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:46.248Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:46.248Z | ' nightly-2024-11-18 |
19 | 2025-01-11T04:22:46.248Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-11T04:22:46.248Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2025-01-11T04:22:46.248Z | ' default |
22 | 2025-01-11T04:22:46.248Z | * toolchain profile = "default" |
23 | 2025-01-11T04:22:46.250Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:46.250Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:46.367Z | info: downloading installer |
26 | 2025-01-11T04:22:47.602Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:47.602Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:47.605Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:47.746Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:47.746Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:48.510Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:48.807Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:49.839Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:51.505Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:57.400Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:57.618Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:58.448Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:58.828Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:23:00.474Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:23:02.365Z | info: installing component 'rustc' |
41 | 2025-01-11T04:23:08.314Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:08.642Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:08.642Z | |
44 | 2025-01-11T04:23:09.027Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:09.027Z | |
46 | 2025-01-11T04:23:09.030Z | |
47 | 2025-01-11T04:23:09.030Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:09.030Z | |
49 | 2025-01-11T04:23:09.030Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:09.030Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:09.030Z | |
52 | 2025-01-11T04:23:09.030Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:09.030Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:09.030Z | |
55 | 2025-01-11T04:23:09.030Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:09.030Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:09.031Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:09.096Z | + rustc --version |
59 | 2025-01-11T04:23:09.165Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:09.168Z | process exited: duration 22921 ms, exit code 0 |
|
61 | 2025-01-11T04:23:09.173Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:09.194Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-11T04:23:09.199Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:09.204Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:09.206Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:09.245Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:10.047Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:10.050Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:10.340Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:10.340Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:10.349Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:10.351Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:10.354Z | + current=master |
74 | 2025-01-11T04:23:10.354Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:10.354Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:10.357Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:10.380Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:10.383Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:10.403Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:10.405Z | process exited: duration 1205 ms, exit code 0 |
|
81 | 2025-01-11T04:23:10.410Z | starting task 4: "build" |
82 | 2025-01-11T04:23:10.415Z | + TGT_BASE=/work |
83 | 2025-01-11T04:23:10.415Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2025-01-11T04:23:10.415Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2025-01-11T04:23:10.415Z | + DBG_TGT=/work/debug |
86 | 2025-01-11T04:23:10.415Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2025-01-11T04:23:10.415Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2025-01-11T04:23:10.415Z | + REL_TGT=/work/release |
89 | 2025-01-11T04:23:10.415Z | + mkdir -p /work/debug /work/release |
90 | 2025-01-11T04:23:10.418Z | + cargo --version |
91 | 2025-01-11T04:23:10.422Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
92 | 2025-01-11T04:23:10.574Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
93 | 2025-01-11T04:23:10.575Z | info: downloading component 'cargo' |
94 | 2025-01-11T04:23:11.331Z | info: downloading component 'clippy' |
95 | 2025-01-11T04:23:11.622Z | info: downloading component 'rust-docs' |
96 | 2025-01-11T04:23:12.680Z | info: downloading component 'rust-std' |
97 | 2025-01-11T04:23:14.179Z | info: downloading component 'rustc' |
98 | 2025-01-11T04:23:19.844Z | info: downloading component 'rustfmt' |
99 | 2025-01-11T04:23:20.066Z | info: installing component 'cargo' |
100 | 2025-01-11T04:23:20.894Z | info: installing component 'clippy' |
101 | 2025-01-11T04:23:21.267Z | info: installing component 'rust-docs' |
102 | 2025-01-11T04:23:22.908Z | info: installing component 'rust-std' |
103 | 2025-01-11T04:23:24.615Z | info: installing component 'rustc' |
104 | 2025-01-11T04:23:30.402Z | info: installing component 'rustfmt' |
105 | 2025-01-11T04:23:30.830Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
106 | 2025-01-11T04:23:30.833Z | + rustc --version |
107 | 2025-01-11T04:23:30.906Z | rustc 1.83.0 (90b35a623 2024-11-26) |
108 | 2025-01-11T04:23:30.910Z | + install_pkg jq |
109 | 2025-01-11T04:23:30.913Z | + set +o errexit |
110 | 2025-01-11T04:23:30.913Z | + pfexec pkg install jq |
111 | 2025-01-11T04:23:37.507Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2025-01-11T04:23:41.564Z | Startup: Caching catalogs ... Done |
113 | 2025-01-11T04:23:52.736Z | Planning: Solver setup ... Done |
114 | 2025-01-11T04:23:52.877Z | Planning: Running solver ... Done |
115 | 2025-01-11T04:23:52.984Z | Planning: Consolidating action changes ... Done |
116 | 2025-01-11T04:23:52.986Z | Planning: Evaluating mediators ... Done |
117 | 2025-01-11T04:23:52.986Z | Planning: Planning completed in 11.32 seconds |
118 | 2025-01-11T04:23:53.010Z | No updates necessary for this image. |
119 | 2025-01-11T04:23:53.741Z | + exit_code=4 |
120 | 2025-01-11T04:23:53.741Z | + [[ 4 -ne 0 ]] |
121 | 2025-01-11T04:23:53.744Z | + [[ 4 -ne 4 ]] |
122 | 2025-01-11T04:23:53.744Z | + set -o errexit |
123 | 2025-01-11T04:23:53.744Z | + pushd xde |
124 | 2025-01-11T04:23:53.744Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2025-01-11T04:23:53.744Z | + cp xde.conf /work/xde.conf |
126 | 2025-01-11T04:23:53.746Z | + header 'check style' |
127 | 2025-01-11T04:23:53.746Z | + echo '# ==== check style ==== #' |
128 | 2025-01-11T04:23:53.746Z | # ==== check style ==== # |
129 | 2025-01-11T04:23:53.746Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2025-01-11T04:23:54.122Z | |
131 | 2025-01-11T04:23:54.123Z | real 0.373472613 |
132 | 2025-01-11T04:23:54.123Z | user 0.261544022 |
133 | 2025-01-11T04:23:54.123Z | sys 0.102801988 |
134 | 2025-01-11T04:23:54.123Z | trap 0.000013807 |
135 | 2025-01-11T04:23:54.123Z | tflt 0.000000000 |
136 | 2025-01-11T04:23:54.123Z | dflt 0.000000000 |
137 | 2025-01-11T04:23:54.123Z | kflt 0.000000000 |
138 | 2025-01-11T04:23:54.126Z | lock 0.000000000 |
139 | 2025-01-11T04:23:54.126Z | slp 0.288522036 |
140 | 2025-01-11T04:23:54.126Z | lat 0.000286020 |
141 | 2025-01-11T04:23:54.126Z | stop 0.000128212 |
142 | 2025-01-11T04:23:54.126Z | + header analyze |
143 | 2025-01-11T04:23:54.126Z | + echo '# ==== analyze ==== #' |
144 | 2025-01-11T04:23:54.126Z | # ==== analyze ==== # |
145 | 2025-01-11T04:23:54.126Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2025-01-11T04:23:54.248Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2025-01-11T04:23:54.416Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2025-01-11T04:23:54.436Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2025-01-11T04:23:54.437Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2025-01-11T04:23:54.439Z | info: downloading component 'rust-src' |
151 | 2025-01-11T04:23:54.848Z | info: installing component 'rust-src' |
152 | 2025-01-11T04:23:55.493Z | Updating crates.io index |
153 | 2025-01-11T04:23:55.593Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2025-01-11T04:23:56.287Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2025-01-11T04:23:56.559Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2025-01-11T04:23:56.841Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2025-01-11T04:23:57.171Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2025-01-11T04:23:57.498Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2025-01-11T04:23:57.794Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2025-01-11T04:23:58.037Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2025-01-11T04:23:58.325Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2025-01-11T04:23:59.138Z | Downloading crates ... |
163 | 2025-01-11T04:23:59.263Z | Downloaded bitflags v1.3.2 |
164 | 2025-01-11T04:23:59.279Z | Downloaded aho-corasick v1.1.3 |
165 | 2025-01-11T04:23:59.285Z | Downloaded ident_case v1.0.1 |
166 | 2025-01-11T04:23:59.287Z | Downloaded darling_macro v0.20.10 |
167 | 2025-01-11T04:23:59.287Z | Downloaded cfg-if v1.0.0 |
168 | 2025-01-11T04:23:59.289Z | Downloaded bitflags v2.6.0 |
169 | 2025-01-11T04:23:59.291Z | Downloaded fnv v1.0.7 |
170 | 2025-01-11T04:23:59.294Z | Downloaded defmt-macros v0.4.0 |
171 | 2025-01-11T04:23:59.296Z | Downloaded proc-macro-error2 v2.0.1 |
172 | 2025-01-11T04:23:59.299Z | Downloaded crc32fast v1.4.2 |
173 | 2025-01-11T04:23:59.301Z | Downloaded byteorder v1.5.0 |
174 | 2025-01-11T04:23:59.307Z | Downloaded darling_core v0.20.10 |
175 | 2025-01-11T04:23:59.312Z | Downloaded heapless v0.8.0 |
176 | 2025-01-11T04:23:59.316Z | Downloaded proc-macro-error-attr2 v2.0.0 |
177 | 2025-01-11T04:23:59.318Z | Downloaded quote v1.0.38 |
178 | 2025-01-11T04:23:59.321Z | Downloaded dyn-clone v1.0.17 |
179 | 2025-01-11T04:23:59.323Z | Downloaded embedded-io v0.6.1 |
180 | 2025-01-11T04:23:59.326Z | Downloaded managed v0.8.0 |
181 | 2025-01-11T04:23:59.326Z | Downloaded embedded-io v0.4.0 |
182 | 2025-01-11T04:23:59.328Z | Downloaded either v1.13.0 |
183 | 2025-01-11T04:23:59.332Z | Downloaded version_check v0.9.5 |
184 | 2025-01-11T04:23:59.334Z | Downloaded cobs v0.2.3 |
185 | 2025-01-11T04:23:59.337Z | Downloaded thiserror-impl v2.0.11 |
186 | 2025-01-11T04:23:59.337Z | Downloaded strsim v0.11.1 |
187 | 2025-01-11T04:23:59.341Z | Downloaded stable_deref_trait v1.2.0 |
188 | 2025-01-11T04:23:59.341Z | Downloaded hash32 v0.3.1 |
189 | 2025-01-11T04:23:59.343Z | Downloaded macaddr v1.0.1 |
190 | 2025-01-11T04:23:59.344Z | Downloaded darling v0.20.10 |
191 | 2025-01-11T04:23:59.349Z | Downloaded defmt-parser v0.4.1 |
192 | 2025-01-11T04:23:59.354Z | Downloaded thiserror v2.0.11 |
193 | 2025-01-11T04:23:59.359Z | Downloaded uuid v1.11.0 |
194 | 2025-01-11T04:23:59.362Z | Downloaded unicode-ident v1.0.14 |
195 | 2025-01-11T04:23:59.365Z | Downloaded defmt v0.3.10 |
196 | 2025-01-11T04:23:59.369Z | Downloaded postcard v1.1.1 |
197 | 2025-01-11T04:23:59.371Z | Downloaded serde_derive v1.0.217 |
198 | 2025-01-11T04:23:59.377Z | Downloaded proc-macro2 v1.0.92 |
199 | 2025-01-11T04:23:59.379Z | Downloaded serde v1.0.217 |
200 | 2025-01-11T04:23:59.384Z | Downloaded zerocopy-derive v0.8.14 |
201 | 2025-01-11T04:23:59.392Z | Downloaded memchr v2.7.4 |
202 | 2025-01-11T04:23:59.401Z | Downloaded itertools v0.13.0 |
203 | 2025-01-11T04:23:59.439Z | Downloaded regex v1.11.1 |
204 | 2025-01-11T04:23:59.451Z | Downloaded zerocopy v0.8.14 |
205 | 2025-01-11T04:23:59.474Z | Downloaded syn v2.0.95 |
206 | 2025-01-11T04:23:59.491Z | Downloaded smoltcp v0.11.0 |
207 | 2025-01-11T04:23:59.502Z | Downloaded regex-syntax v0.8.5 |
208 | 2025-01-11T04:23:59.518Z | Downloaded regex-automata v0.4.9 |
209 | 2025-01-11T04:23:59.540Z | Updating crates.io index |
210 | 2025-01-11T04:23:59.610Z | Downloading crates ... |
211 | 2025-01-11T04:23:59.673Z | Downloaded hashbrown v0.15.0 |
212 | 2025-01-11T04:23:59.680Z | Downloaded getopts v0.2.21 |
213 | 2025-01-11T04:23:59.683Z | Downloaded adler v1.0.2 |
214 | 2025-01-11T04:23:59.685Z | Downloaded addr2line v0.22.0 |
215 | 2025-01-11T04:23:59.689Z | Downloaded rustc-demangle v0.1.24 |
216 | 2025-01-11T04:23:59.696Z | Downloaded miniz_oxide v0.7.4 |
217 | 2025-01-11T04:23:59.700Z | Downloaded allocator-api2 v0.2.18 |
218 | 2025-01-11T04:23:59.748Z | Downloaded compiler_builtins v0.1.138 |
219 | 2025-01-11T04:23:59.760Z | Downloaded unicode-width v0.1.14 |
220 | 2025-01-11T04:23:59.766Z | Downloaded object v0.36.5 |
221 | 2025-01-11T04:23:59.777Z | Downloaded gimli v0.29.0 |
222 | 2025-01-11T04:23:59.807Z | Downloaded libc v0.2.161 |
223 | 2025-01-11T04:23:59.963Z | Compiling compiler_builtins v0.1.138 |
224 | 2025-01-11T04:23:59.966Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
225 | 2025-01-11T04:23:59.966Z | Compiling proc-macro2 v1.0.92 |
226 | 2025-01-11T04:23:59.966Z | Compiling unicode-ident v1.0.14 |
227 | 2025-01-11T04:23:59.966Z | Compiling ident_case v1.0.1 |
228 | 2025-01-11T04:23:59.966Z | Compiling fnv v1.0.7 |
229 | 2025-01-11T04:23:59.966Z | Compiling strsim v0.11.1 |
230 | 2025-01-11T04:23:59.978Z | Compiling memchr v2.7.4 |
231 | 2025-01-11T04:24:00.138Z | Compiling serde v1.0.217 |
232 | 2025-01-11T04:24:00.168Z | Compiling regex-syntax v0.8.5 |
233 | 2025-01-11T04:24:00.187Z | Compiling zerocopy v0.8.14 |
234 | 2025-01-11T04:24:00.806Z | Compiling either v1.13.0 |
235 | 2025-01-11T04:24:00.854Z | Compiling heapless v0.8.0 |
236 | 2025-01-11T04:24:01.130Z | Compiling aho-corasick v1.1.3 |
237 | 2025-01-11T04:24:01.207Z | Compiling itertools v0.13.0 |
238 | 2025-01-11T04:24:01.238Z | Compiling smoltcp v0.11.0 |
239 | 2025-01-11T04:24:01.662Z | Compiling version_check v0.9.5 |
240 | 2025-01-11T04:24:01.771Z | Compiling quote v1.0.38 |
241 | 2025-01-11T04:24:02.311Z | Compiling syn v2.0.95 |
242 | 2025-01-11T04:24:02.477Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
243 | 2025-01-11T04:24:03.625Z | Compiling regex-automata v0.4.9 |
244 | 2025-01-11T04:24:06.477Z | Compiling regex v1.11.1 |
245 | 2025-01-11T04:24:07.186Z | Compiling darling_core v0.20.10 |
246 | 2025-01-11T04:24:09.183Z | Compiling serde_derive v1.0.217 |
247 | 2025-01-11T04:24:09.183Z | Compiling zerocopy-derive v0.8.14 |
248 | 2025-01-11T04:24:09.186Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
249 | 2025-01-11T04:24:10.980Z | Compiling darling_macro v0.20.10 |
250 | 2025-01-11T04:24:12.095Z | Compiling darling v0.20.10 |
251 | 2025-01-11T04:24:12.194Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
252 | 2025-01-11T04:24:12.194Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
253 | 2025-01-11T04:24:19.341Z | 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 | 2025-01-11T04:24:20.108Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
255 | 2025-01-11T04:24:22.771Z | Checking byteorder v1.5.0 |
256 | 2025-01-11T04:24:22.771Z | Checking stable_deref_trait v1.2.0 |
257 | 2025-01-11T04:24:22.773Z | Checking cfg-if v1.0.0 |
258 | 2025-01-11T04:24:22.773Z | Checking macaddr v1.0.1 |
259 | 2025-01-11T04:24:22.773Z | Checking cobs v0.2.3 |
260 | 2025-01-11T04:24:22.773Z | Checking bitflags v2.6.0 |
261 | 2025-01-11T04:24:22.833Z | Checking bitflags v1.3.2 |
262 | 2025-01-11T04:24:22.859Z | Checking managed v0.8.0 |
263 | 2025-01-11T04:24:22.908Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2025-01-11T04:24:22.984Z | Checking crc32fast v1.4.2 |
265 | 2025-01-11T04:24:23.016Z | Checking dyn-clone v1.0.17 |
266 | 2025-01-11T04:24:23.102Z | Checking hash32 v0.3.1 |
267 | 2025-01-11T04:24:23.146Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
268 | 2025-01-11T04:24:24.814Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
269 | 2025-01-11T04:24:25.819Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2025-01-11T04:24:25.819Z | Checking postcard v1.1.1 |
271 | 2025-01-11T04:24:25.819Z | Checking uuid v1.11.0 |
272 | 2025-01-11T04:24:27.030Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
273 | 2025-01-11T04:24:33.811Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
274 | 2025-01-11T04:24:35.813Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
275 | 2025-01-11T04:24:39.170Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
276 | 2025-01-11T04:24:39.170Z | --> xde/src/xde.rs:254:20 |
277 | 2025-01-11T04:24:39.170Z | | |
278 | 2025-01-11T04:24:39.170Z | 254 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
279 | 2025-01-11T04:24:39.170Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
280 | 2025-01-11T04:24:39.170Z | | |
281 | 2025-01-11T04:24:39.170Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
282 | 2025-01-11T04:24:39.170Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
283 | 2025-01-11T04:24:39.170Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
284 | 2025-01-11T04:24:39.170Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
285 | 2025-01-11T04:24:39.170Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
286 | 2025-01-11T04:24:39.170Z | |
287 | 2025-01-11T04:24:39.202Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
288 | 2025-01-11T04:24:39.202Z | --> xde/src/xde.rs:1050:9 |
289 | 2025-01-11T04:24:39.202Z | | |
290 | 2025-01-11T04:24:39.202Z | 1050 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
291 | 2025-01-11T04:24:39.202Z | 1051 | | errno: EFAULT, |
292 | 2025-01-11T04:24:39.202Z | 1052 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
293 | 2025-01-11T04:24:39.202Z | 1053 | | })?); |
294 | 2025-01-11T04:24:39.202Z | | |____________^ |
295 | 2025-01-11T04:24:39.202Z | | |
296 | 2025-01-11T04:24:39.202Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
297 | 2025-01-11T04:24:39.202Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
298 | 2025-01-11T04:24:39.202Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
299 | 2025-01-11T04:24:39.202Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
300 | 2025-01-11T04:24:39.202Z | |
301 | 2025-01-11T04:24:39.207Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
302 | 2025-01-11T04:24:39.207Z | --> xde/src/xde.rs:1091:14 |
303 | 2025-01-11T04:24:39.207Z | | |
304 | 2025-01-11T04:24:39.207Z | 1091 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?); |
305 | 2025-01-11T04:24:39.207Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
306 | 2025-01-11T04:24:39.207Z | | |
307 | 2025-01-11T04:24:39.208Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
308 | 2025-01-11T04:24:39.208Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
309 | 2025-01-11T04:24:39.208Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
310 | 2025-01-11T04:24:39.208Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
311 | 2025-01-11T04:24:39.208Z | |
312 | 2025-01-11T04:24:39.208Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
313 | 2025-01-11T04:24:39.208Z | --> xde/src/xde.rs:1092:14 |
314 | 2025-01-11T04:24:39.208Z | | |
315 | 2025-01-11T04:24:39.208Z | 1092 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?); |
316 | 2025-01-11T04:24:39.208Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
317 | 2025-01-11T04:24:39.208Z | | |
318 | 2025-01-11T04:24:39.208Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
319 | 2025-01-11T04:24:39.208Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
320 | 2025-01-11T04:24:39.208Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
321 | 2025-01-11T04:24:39.208Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
322 | 2025-01-11T04:24:39.208Z | |
323 | 2025-01-11T04:24:39.230Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
324 | 2025-01-11T04:24:39.230Z | --> xde/src/xde.rs:1793:8 |
325 | 2025-01-11T04:24:39.230Z | | |
326 | 2025-01-11T04:24:39.230Z | 1793 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
327 | 2025-01-11T04:24:39.230Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
328 | 2025-01-11T04:24:39.230Z | | |
329 | 2025-01-11T04:24:39.230Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
330 | 2025-01-11T04:24:39.230Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
331 | 2025-01-11T04:24:39.230Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
332 | 2025-01-11T04:24:39.230Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
333 | 2025-01-11T04:24:39.230Z | |
334 | 2025-01-11T04:24:39.369Z | warning: creating a mutable reference to mutable static is discouraged |
335 | 2025-01-11T04:24:39.369Z | --> xde/src/xde.rs:318:5 |
336 | 2025-01-11T04:24:39.369Z | | |
337 | 2025-01-11T04:24:39.369Z | 318 | xde_devs.init(KRwLockType::Driver); |
338 | 2025-01-11T04:24:39.369Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
339 | 2025-01-11T04:24:39.369Z | | |
340 | 2025-01-11T04:24:39.370Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
341 | 2025-01-11T04:24:39.370Z | = 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 |
342 | 2025-01-11T04:24:39.370Z | = note: `#[warn(static_mut_refs)]` on by default |
343 | 2025-01-11T04:24:39.370Z | |
344 | 2025-01-11T04:24:39.373Z | warning: creating a shared reference to mutable static is discouraged |
345 | 2025-01-11T04:24:39.373Z | --> xde/src/xde.rs:642:25 |
346 | 2025-01-11T04:24:39.373Z | | |
347 | 2025-01-11T04:24:39.373Z | 642 | let devs = unsafe { xde_devs.read() }; |
348 | 2025-01-11T04:24:39.373Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
349 | 2025-01-11T04:24:39.373Z | | |
350 | 2025-01-11T04:24:39.373Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
351 | 2025-01-11T04:24:39.373Z | = 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 |
352 | 2025-01-11T04:24:39.373Z | |
353 | 2025-01-11T04:24:39.373Z | warning: creating a shared reference to mutable static is discouraged |
354 | 2025-01-11T04:24:39.373Z | --> xde/src/xde.rs:670:29 |
355 | 2025-01-11T04:24:39.373Z | | |
356 | 2025-01-11T04:24:39.373Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
357 | 2025-01-11T04:24:39.373Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
358 | 2025-01-11T04:24:39.373Z | | |
359 | 2025-01-11T04:24:39.373Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
360 | 2025-01-11T04:24:39.373Z | = 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 |
361 | 2025-01-11T04:24:39.373Z | |
362 | 2025-01-11T04:24:39.373Z | warning: creating a shared reference to mutable static is discouraged |
363 | 2025-01-11T04:24:39.373Z | --> xde/src/xde.rs:803:29 |
364 | 2025-01-11T04:24:39.373Z | | |
365 | 2025-01-11T04:24:39.373Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
366 | 2025-01-11T04:24:39.373Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
367 | 2025-01-11T04:24:39.373Z | | |
368 | 2025-01-11T04:24:39.373Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
369 | 2025-01-11T04:24:39.373Z | = 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 |
370 | 2025-01-11T04:24:39.373Z | |
371 | 2025-01-11T04:24:39.373Z | warning: creating a shared reference to mutable static is discouraged |
372 | 2025-01-11T04:24:39.374Z | --> xde/src/xde.rs:891:18 |
373 | 2025-01-11T04:24:39.374Z | | |
374 | 2025-01-11T04:24:39.374Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
375 | 2025-01-11T04:24:39.374Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
376 | 2025-01-11T04:24:39.374Z | | |
377 | 2025-01-11T04:24:39.374Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
378 | 2025-01-11T04:24:39.374Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
379 | 2025-01-11T04:24:39.374Z | |
380 | 2025-01-11T04:24:39.374Z | warning: creating a shared reference to mutable static is discouraged |
381 | 2025-01-11T04:24:39.374Z | --> xde/src/xde.rs:1204:9 |
382 | 2025-01-11T04:24:39.374Z | | |
383 | 2025-01-11T04:24:39.374Z | 1204 | if !xde_devs.read().is_empty() { |
384 | 2025-01-11T04:24:39.374Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
385 | 2025-01-11T04:24:39.375Z | | |
386 | 2025-01-11T04:24:39.375Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
387 | 2025-01-11T04:24:39.375Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
388 | 2025-01-11T04:24:39.375Z | |
389 | 2025-01-11T04:24:39.378Z | warning: creating a shared reference to mutable static is discouraged |
390 | 2025-01-11T04:24:39.378Z | --> xde/src/xde.rs:1611:37 |
391 | 2025-01-11T04:24:39.378Z | | |
392 | 2025-01-11T04:24:39.379Z | 1611 | let devs = unsafe { xde_devs.read() }; |
393 | 2025-01-11T04:24:39.379Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
394 | 2025-01-11T04:24:39.379Z | | |
395 | 2025-01-11T04:24:39.379Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
396 | 2025-01-11T04:24:39.379Z | = 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 |
397 | 2025-01-11T04:24:39.379Z | |
398 | 2025-01-11T04:24:39.379Z | warning: creating a shared reference to mutable static is discouraged |
399 | 2025-01-11T04:24:39.379Z | --> xde/src/xde.rs:1861:16 |
400 | 2025-01-11T04:24:39.379Z | | |
401 | 2025-01-11T04:24:39.379Z | 1861 | let devs = xde_devs.read(); |
402 | 2025-01-11T04:24:39.379Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
403 | 2025-01-11T04:24:39.379Z | | |
404 | 2025-01-11T04:24:39.379Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
405 | 2025-01-11T04:24:39.379Z | = 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 |
406 | 2025-01-11T04:24:39.379Z | |
407 | 2025-01-11T04:24:39.379Z | warning: creating a shared reference to mutable static is discouraged |
408 | 2025-01-11T04:24:39.380Z | --> xde/src/xde.rs:1910:25 |
409 | 2025-01-11T04:24:39.380Z | | |
410 | 2025-01-11T04:24:39.380Z | 1910 | let devs = unsafe { xde_devs.read() }; |
411 | 2025-01-11T04:24:39.380Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
412 | 2025-01-11T04:24:39.380Z | | |
413 | 2025-01-11T04:24:39.380Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
414 | 2025-01-11T04:24:39.380Z | = 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 |
415 | 2025-01-11T04:24:39.380Z | |
416 | 2025-01-11T04:24:39.380Z | warning: creating a shared reference to mutable static is discouraged |
417 | 2025-01-11T04:24:39.380Z | --> xde/src/xde.rs:1923:25 |
418 | 2025-01-11T04:24:39.380Z | | |
419 | 2025-01-11T04:24:39.380Z | 1923 | let devs = unsafe { xde_devs.read() }; |
420 | 2025-01-11T04:24:39.380Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
421 | 2025-01-11T04:24:39.380Z | | |
422 | 2025-01-11T04:24:39.380Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
423 | 2025-01-11T04:24:39.380Z | = 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 |
424 | 2025-01-11T04:24:39.380Z | |
425 | 2025-01-11T04:24:39.380Z | warning: creating a shared reference to mutable static is discouraged |
426 | 2025-01-11T04:24:39.380Z | --> xde/src/xde.rs:1934:25 |
427 | 2025-01-11T04:24:39.380Z | | |
428 | 2025-01-11T04:24:39.380Z | 1934 | let devs = unsafe { xde_devs.read() }; |
429 | 2025-01-11T04:24:39.380Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
430 | 2025-01-11T04:24:39.380Z | | |
431 | 2025-01-11T04:24:39.381Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
432 | 2025-01-11T04:24:39.381Z | = 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 |
433 | 2025-01-11T04:24:39.381Z | |
434 | 2025-01-11T04:24:39.381Z | warning: creating a shared reference to mutable static is discouraged |
435 | 2025-01-11T04:24:39.381Z | --> xde/src/xde.rs:1946:25 |
436 | 2025-01-11T04:24:39.381Z | | |
437 | 2025-01-11T04:24:39.381Z | 1946 | let devs = unsafe { xde_devs.read() }; |
438 | 2025-01-11T04:24:39.381Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
439 | 2025-01-11T04:24:39.381Z | | |
440 | 2025-01-11T04:24:39.381Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
441 | 2025-01-11T04:24:39.381Z | = 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 |
442 | 2025-01-11T04:24:39.381Z | |
443 | 2025-01-11T04:24:39.381Z | warning: creating a shared reference to mutable static is discouraged |
444 | 2025-01-11T04:24:39.381Z | --> xde/src/xde.rs:1958:25 |
445 | 2025-01-11T04:24:39.381Z | | |
446 | 2025-01-11T04:24:39.381Z | 1958 | let devs = unsafe { xde_devs.read() }; |
447 | 2025-01-11T04:24:39.381Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
448 | 2025-01-11T04:24:39.381Z | | |
449 | 2025-01-11T04:24:39.381Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
450 | 2025-01-11T04:24:39.381Z | = 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 |
451 | 2025-01-11T04:24:39.381Z | |
452 | 2025-01-11T04:24:39.381Z | warning: creating a shared reference to mutable static is discouraged |
453 | 2025-01-11T04:24:39.381Z | --> xde/src/xde.rs:2022:25 |
454 | 2025-01-11T04:24:39.382Z | | |
455 | 2025-01-11T04:24:39.382Z | 2022 | let devs = unsafe { xde_devs.read() }; |
456 | 2025-01-11T04:24:39.382Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
457 | 2025-01-11T04:24:39.382Z | | |
458 | 2025-01-11T04:24:39.382Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
459 | 2025-01-11T04:24:39.382Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
460 | 2025-01-11T04:24:39.382Z | |
461 | 2025-01-11T04:24:39.382Z | warning: creating a shared reference to mutable static is discouraged |
462 | 2025-01-11T04:24:39.382Z | --> xde/src/xde.rs:2033:25 |
463 | 2025-01-11T04:24:39.382Z | | |
464 | 2025-01-11T04:24:39.382Z | 2033 | let devs = unsafe { xde_devs.read() }; |
465 | 2025-01-11T04:24:39.382Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
466 | 2025-01-11T04:24:39.382Z | | |
467 | 2025-01-11T04:24:39.382Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
468 | 2025-01-11T04:24:39.382Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
469 | 2025-01-11T04:24:39.382Z | |
470 | 2025-01-11T04:24:39.382Z | warning: creating a shared reference to mutable static is discouraged |
471 | 2025-01-11T04:24:39.382Z | --> xde/src/xde.rs:2045:25 |
472 | 2025-01-11T04:24:39.382Z | | |
473 | 2025-01-11T04:24:39.382Z | 2045 | let devs = unsafe { xde_devs.read() }; |
474 | 2025-01-11T04:24:39.382Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
475 | 2025-01-11T04:24:39.382Z | | |
476 | 2025-01-11T04:24:39.382Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
477 | 2025-01-11T04:24:39.383Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
478 | 2025-01-11T04:24:39.383Z | |
479 | 2025-01-11T04:24:39.383Z | warning: creating a shared reference to mutable static is discouraged |
480 | 2025-01-11T04:24:39.383Z | --> xde/src/xde.rs:2059:25 |
481 | 2025-01-11T04:24:39.383Z | | |
482 | 2025-01-11T04:24:39.383Z | 2059 | let devs = unsafe { xde_devs.read() }; |
483 | 2025-01-11T04:24:39.383Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
484 | 2025-01-11T04:24:39.383Z | | |
485 | 2025-01-11T04:24:39.383Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
486 | 2025-01-11T04:24:39.383Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
487 | 2025-01-11T04:24:39.383Z | |
488 | 2025-01-11T04:24:39.383Z | warning: creating a shared reference to mutable static is discouraged |
489 | 2025-01-11T04:24:39.386Z | --> xde/src/xde.rs:2072:25 |
490 | 2025-01-11T04:24:39.387Z | | |
491 | 2025-01-11T04:24:39.387Z | 2072 | let devs = unsafe { xde_devs.read() }; |
492 | 2025-01-11T04:24:39.387Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
493 | 2025-01-11T04:24:39.387Z | | |
494 | 2025-01-11T04:24:39.387Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
495 | 2025-01-11T04:24:39.387Z | = 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 |
496 | 2025-01-11T04:24:39.387Z | |
497 | 2025-01-11T04:24:39.387Z | warning: creating a shared reference to mutable static is discouraged |
498 | 2025-01-11T04:24:39.387Z | --> xde/src/xde.rs:2085:25 |
499 | 2025-01-11T04:24:39.387Z | | |
500 | 2025-01-11T04:24:39.387Z | 2085 | let devs = unsafe { xde_devs.read() }; |
501 | 2025-01-11T04:24:39.387Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
502 | 2025-01-11T04:24:39.387Z | | |
503 | 2025-01-11T04:24:39.387Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
504 | 2025-01-11T04:24:39.387Z | = 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 |
505 | 2025-01-11T04:24:39.387Z | |
506 | 2025-01-11T04:24:39.387Z | warning: creating a shared reference to mutable static is discouraged |
507 | 2025-01-11T04:24:39.387Z | --> xde/src/xde.rs:2096:25 |
508 | 2025-01-11T04:24:39.387Z | | |
509 | 2025-01-11T04:24:39.387Z | 2096 | let devs = unsafe { xde_devs.read() }; |
510 | 2025-01-11T04:24:39.387Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
511 | 2025-01-11T04:24:39.388Z | | |
512 | 2025-01-11T04:24:39.388Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
513 | 2025-01-11T04:24:39.388Z | = 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 |
514 | 2025-01-11T04:24:39.388Z | |
515 | 2025-01-11T04:24:39.388Z | warning: creating a shared reference to mutable static is discouraged |
516 | 2025-01-11T04:24:39.388Z | --> xde/src/xde.rs:2108:25 |
517 | 2025-01-11T04:24:39.388Z | | |
518 | 2025-01-11T04:24:39.388Z | 2108 | let devs = unsafe { xde_devs.read() }; |
519 | 2025-01-11T04:24:39.388Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
520 | 2025-01-11T04:24:39.388Z | | |
521 | 2025-01-11T04:24:39.388Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
522 | 2025-01-11T04:24:39.388Z | = 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 |
523 | 2025-01-11T04:24:39.388Z | |
524 | 2025-01-11T04:24:39.388Z | warning: creating a shared reference to mutable static is discouraged |
525 | 2025-01-11T04:24:39.388Z | --> xde/src/xde.rs:2123:25 |
526 | 2025-01-11T04:24:39.388Z | | |
527 | 2025-01-11T04:24:39.388Z | 2123 | let devs = unsafe { xde_devs.read() }; |
528 | 2025-01-11T04:24:39.388Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
529 | 2025-01-11T04:24:39.388Z | | |
530 | 2025-01-11T04:24:39.388Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
531 | 2025-01-11T04:24:39.388Z | = 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 |
532 | 2025-01-11T04:24:39.388Z | |
533 | 2025-01-11T04:24:39.388Z | warning: creating a shared reference to mutable static is discouraged |
534 | 2025-01-11T04:24:39.388Z | --> xde/src/xde.rs:2137:25 |
535 | 2025-01-11T04:24:39.388Z | | |
536 | 2025-01-11T04:24:39.388Z | 2137 | let devs = unsafe { xde_devs.read() }; |
537 | 2025-01-11T04:24:39.388Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
538 | 2025-01-11T04:24:39.388Z | | |
539 | 2025-01-11T04:24:39.388Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
540 | 2025-01-11T04:24:39.388Z | = 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 |
541 | 2025-01-11T04:24:39.388Z | |
542 | 2025-01-11T04:24:39.536Z | warning: `xde` (lib) generated 28 warnings |
543 | 2025-01-11T04:24:39.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.17s |
544 | 2025-01-11T04:24:39.674Z | |
545 | 2025-01-11T04:24:39.674Z | real 45.539991666 |
546 | 2025-01-11T04:24:39.674Z | user 1:58.459946101 |
547 | 2025-01-11T04:24:39.674Z | sys 12.210623197 |
548 | 2025-01-11T04:24:39.674Z | trap 0.060030703 |
549 | 2025-01-11T04:24:39.674Z | tflt 0.177519052 |
550 | 2025-01-11T04:24:39.674Z | dflt 0.306238080 |
551 | 2025-01-11T04:24:39.677Z | kflt 0.004280282 |
552 | 2025-01-11T04:24:39.677Z | lock 2:53.827625552 |
553 | 2025-01-11T04:24:39.677Z | slp 6:07.382276085 |
554 | 2025-01-11T04:24:39.677Z | lat 3.168953398 |
555 | 2025-01-11T04:24:39.677Z | stop 5.841002285 |
556 | 2025-01-11T04:24:39.677Z | + pushd xde-link |
557 | 2025-01-11T04:24:39.677Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
558 | 2025-01-11T04:24:39.677Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
559 | 2025-01-11T04:24:39.928Z | Compiling compiler_builtins v0.1.138 |
560 | 2025-01-11T04:24:39.928Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
561 | 2025-01-11T04:24:39.928Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
562 | 2025-01-11T04:24:54.816Z | 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) |
563 | 2025-01-11T04:24:55.584Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
564 | 2025-01-11T04:24:58.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.48s |
565 | 2025-01-11T04:24:58.319Z | |
566 | 2025-01-11T04:24:58.321Z | real 18.635867916 |
567 | 2025-01-11T04:24:58.321Z | user 21.578179675 |
568 | 2025-01-11T04:24:58.321Z | sys 1.407921843 |
569 | 2025-01-11T04:24:58.321Z | trap 0.003409460 |
570 | 2025-01-11T04:24:58.322Z | tflt 0.016783266 |
571 | 2025-01-11T04:24:58.322Z | dflt 0.069732284 |
572 | 2025-01-11T04:24:58.322Z | kflt 0.000000000 |
573 | 2025-01-11T04:24:58.322Z | lock 55.052988398 |
574 | 2025-01-11T04:24:58.322Z | slp 1:17.559256941 |
575 | 2025-01-11T04:24:58.322Z | lat 0.043480479 |
576 | 2025-01-11T04:24:58.322Z | stop 0.144529463 |
577 | 2025-01-11T04:24:58.322Z | + popd |
578 | 2025-01-11T04:24:58.322Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
579 | 2025-01-11T04:24:58.322Z | + header 'build xde (debug)' |
580 | 2025-01-11T04:24:58.322Z | + echo '# ==== build xde (debug) ==== #' |
581 | 2025-01-11T04:24:58.322Z | # ==== build xde (debug) ==== # |
582 | 2025-01-11T04:24:58.322Z | + ptime -m ./build-debug.sh |
583 | 2025-01-11T04:24:58.632Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
584 | 2025-01-11T04:24:58.632Z | Fresh unicode-ident v1.0.14 |
585 | 2025-01-11T04:24:58.632Z | Fresh fnv v1.0.7 |
586 | 2025-01-11T04:24:58.632Z | Fresh ident_case v1.0.1 |
587 | 2025-01-11T04:24:58.632Z | Fresh strsim v0.11.1 |
588 | 2025-01-11T04:24:58.632Z | Fresh memchr v2.7.4 |
589 | 2025-01-11T04:24:58.635Z | 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) |
590 | 2025-01-11T04:24:58.635Z | Fresh aho-corasick v1.1.3 |
591 | 2025-01-11T04:24:58.635Z | Fresh regex-syntax v0.8.5 |
592 | 2025-01-11T04:24:58.635Z | Fresh compiler_builtins v0.1.138 |
593 | 2025-01-11T04:24:58.635Z | Fresh proc-macro2 v1.0.92 |
594 | 2025-01-11T04:24:58.635Z | Fresh regex-automata v0.4.9 |
595 | 2025-01-11T04:24:58.635Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
596 | 2025-01-11T04:24:58.635Z | Fresh quote v1.0.38 |
597 | 2025-01-11T04:24:58.635Z | Fresh regex v1.11.1 |
598 | 2025-01-11T04:24:58.635Z | Fresh version_check v0.9.5 |
599 | 2025-01-11T04:24:58.635Z | Fresh syn v2.0.95 |
600 | 2025-01-11T04:24:58.635Z | Compiling byteorder v1.5.0 |
601 | 2025-01-11T04:24:58.635Z | Compiling macaddr v1.0.1 |
602 | 2025-01-11T04:24:58.635Z | Compiling cfg-if v1.0.0 |
603 | 2025-01-11T04:24:58.635Z | Compiling stable_deref_trait v1.2.0 |
604 | 2025-01-11T04:24:58.635Z | Compiling bitflags v1.3.2 |
605 | 2025-01-11T04:24:58.635Z | Compiling managed v0.8.0 |
606 | 2025-01-11T04:24:58.635Z | Compiling cobs v0.2.3 |
607 | 2025-01-11T04:24:58.635Z | 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` |
608 | 2025-01-11T04:24:58.635Z | 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` |
609 | 2025-01-11T04:24:58.635Z | 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` |
610 | 2025-01-11T04:24:58.639Z | 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` |
611 | 2025-01-11T04:24:58.642Z | Fresh darling_core v0.20.10 |
612 | 2025-01-11T04:24:58.642Z | 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` |
613 | 2025-01-11T04:24:58.646Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=80335bf60b9970d9 -C extra-filename=-80335bf60b9970d9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
614 | 2025-01-11T04:24:58.646Z | Fresh darling_macro v0.20.10 |
615 | 2025-01-11T04:24:58.646Z | Fresh darling v0.20.10 |
616 | 2025-01-11T04:24:58.648Z | Fresh serde_derive v1.0.217 |
617 | 2025-01-11T04:24:58.648Z | Compiling serde v1.0.217 |
618 | 2025-01-11T04:24:58.651Z | 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` |
619 | 2025-01-11T04:24:58.663Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=549bdeca33a38343 -C extra-filename=-549bdeca33a38343 --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-9041fc521fce752d.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)'` |
620 | 2025-01-11T04:24:58.703Z | Fresh zerocopy-derive v0.8.14 |
621 | 2025-01-11T04:24:58.705Z | Compiling zerocopy v0.8.14 |
622 | 2025-01-11T04:24:58.705Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=779bf53b39333b3d -C extra-filename=-779bf53b39333b3d --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-751b9d013d7a5da5.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)'` |
623 | 2025-01-11T04:24:58.709Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
624 | 2025-01-11T04:24:58.711Z | Compiling bitflags v2.6.0 |
625 | 2025-01-11T04:24:58.711Z | 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` |
626 | 2025-01-11T04:24:58.714Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
627 | 2025-01-11T04:24:58.717Z | 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` |
628 | 2025-01-11T04:24:58.891Z | Compiling hash32 v0.3.1 |
629 | 2025-01-11T04:24:58.893Z | 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` |
630 | 2025-01-11T04:24:58.919Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
631 | 2025-01-11T04:24:58.922Z | 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` |
632 | 2025-01-11T04:24:58.925Z | Compiling either v1.13.0 |
633 | 2025-01-11T04:24:58.929Z | 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` |
634 | 2025-01-11T04:24:58.993Z | Compiling crc32fast v1.4.2 |
635 | 2025-01-11T04:24:58.995Z | 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` |
636 | 2025-01-11T04:24:59.022Z | Compiling heapless v0.8.0 |
637 | 2025-01-11T04:24:59.025Z | 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` |
638 | 2025-01-11T04:24:59.067Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
639 | 2025-01-11T04:24:59.072Z | 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=53cebf09f313e45a -C extra-filename=-53cebf09f313e45a --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-615e31c49c921b7b.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-53eabccb74ec1f10.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-105623c1ed64342b.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-cfc774ae0d9148a3.rlib --extern proc_macro` |
640 | 2025-01-11T04:24:59.104Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
641 | 2025-01-11T04:24:59.106Z | 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=7696c8f14ee73fed -C extra-filename=-7696c8f14ee73fed --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-105623c1ed64342b.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-cfc774ae0d9148a3.rlib --extern proc_macro` |
642 | 2025-01-11T04:24:59.199Z | Compiling itertools v0.13.0 |
643 | 2025-01-11T04:24:59.201Z | 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` |
644 | 2025-01-11T04:24:59.208Z | Compiling dyn-clone v1.0.17 |
645 | 2025-01-11T04:24:59.211Z | 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` |
646 | 2025-01-11T04:24:59.292Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
647 | 2025-01-11T04:24:59.340Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
648 | 2025-01-11T04:24:59.343Z | 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` |
649 | 2025-01-11T04:24:59.772Z | Compiling smoltcp v0.11.0 |
650 | 2025-01-11T04:24:59.776Z | 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` |
651 | 2025-01-11T04:25:00.957Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
652 | 2025-01-11T04:25:00.960Z | 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=7a0775f436960cb4 -C extra-filename=-7a0775f436960cb4 --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-de0ff6c3c3791c5c.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-779bf53b39333b3d.rmeta -Z unstable-options --cap-lints allow` |
653 | 2025-01-11T04:25:02.561Z | Compiling postcard v1.1.1 |
654 | 2025-01-11T04:25:02.562Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
655 | 2025-01-11T04:25:02.565Z | Compiling uuid v1.11.0 |
656 | 2025-01-11T04:25:02.565Z | 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=d6b53890d7a4428f -C extra-filename=-d6b53890d7a4428f --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-549bdeca33a38343.rmeta -Z unstable-options --cap-lints allow` |
657 | 2025-01-11T04:25:02.565Z | 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=af8aa9bc722f78fa -C extra-filename=-af8aa9bc722f78fa --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-de0ff6c3c3791c5c.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-7a0775f436960cb4.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-549bdeca33a38343.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-779bf53b39333b3d.rmeta -Z unstable-options --cap-lints allow` |
658 | 2025-01-11T04:25:02.565Z | 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=27b50cd458413d10 -C extra-filename=-27b50cd458413d10 --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-549bdeca33a38343.rmeta -Z unstable-options --cap-lints allow` |
659 | 2025-01-11T04:25:03.892Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
660 | 2025-01-11T04:25:03.895Z | 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=0fbd1dca0654b8e2 -C extra-filename=-0fbd1dca0654b8e2 --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-af8aa9bc722f78fa.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-d6b53890d7a4428f.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-549bdeca33a38343.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
661 | 2025-01-11T04:25:04.803Z | 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=f9d2378efaf84f2d -C extra-filename=-f9d2378efaf84f2d --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-53cebf09f313e45a.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-af8aa9bc722f78fa.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-7696c8f14ee73fed.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-0fbd1dca0654b8e2.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-d6b53890d7a4428f.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-549bdeca33a38343.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-779bf53b39333b3d.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
662 | 2025-01-11T04:25:09.896Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
663 | 2025-01-11T04:25:09.898Z | 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=b3c8b4e472b7486f -C extra-filename=-b3c8b4e472b7486f --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-f9d2378efaf84f2d.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-549bdeca33a38343.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-27b50cd458413d10.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-779bf53b39333b3d.rmeta -Z unstable-options` |
664 | 2025-01-11T04:25:13.609Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
665 | 2025-01-11T04:25:13.612Z | 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=7d38244e006c848f -C extra-filename=-7d38244e006c848f --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-af8aa9bc722f78fa.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-f9d2378efaf84f2d.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-b3c8b4e472b7486f.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-d6b53890d7a4428f.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-549bdeca33a38343.rlib -Z unstable-options` |
666 | 2025-01-11T04:25:16.329Z | warning: creating a mutable reference to mutable static is discouraged |
667 | 2025-01-11T04:25:16.329Z | --> xde/src/xde.rs:318:5 |
668 | 2025-01-11T04:25:16.329Z | | |
669 | 2025-01-11T04:25:16.329Z | 318 | xde_devs.init(KRwLockType::Driver); |
670 | 2025-01-11T04:25:16.330Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
671 | 2025-01-11T04:25:16.330Z | | |
672 | 2025-01-11T04:25:16.330Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
673 | 2025-01-11T04:25:16.330Z | = 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 |
674 | 2025-01-11T04:25:16.330Z | = note: `#[warn(static_mut_refs)]` on by default |
675 | 2025-01-11T04:25:16.330Z | |
676 | 2025-01-11T04:25:16.332Z | warning: creating a shared reference to mutable static is discouraged |
677 | 2025-01-11T04:25:16.333Z | --> xde/src/xde.rs:642:25 |
678 | 2025-01-11T04:25:16.333Z | | |
679 | 2025-01-11T04:25:16.333Z | 642 | let devs = unsafe { xde_devs.read() }; |
680 | 2025-01-11T04:25:16.333Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
681 | 2025-01-11T04:25:16.333Z | | |
682 | 2025-01-11T04:25:16.333Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
683 | 2025-01-11T04:25:16.333Z | = 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 |
684 | 2025-01-11T04:25:16.333Z | |
685 | 2025-01-11T04:25:16.333Z | warning: creating a shared reference to mutable static is discouraged |
686 | 2025-01-11T04:25:16.333Z | --> xde/src/xde.rs:670:29 |
687 | 2025-01-11T04:25:16.333Z | | |
688 | 2025-01-11T04:25:16.333Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
689 | 2025-01-11T04:25:16.333Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
690 | 2025-01-11T04:25:16.333Z | | |
691 | 2025-01-11T04:25:16.333Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
692 | 2025-01-11T04:25:16.333Z | = 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 |
693 | 2025-01-11T04:25:16.333Z | |
694 | 2025-01-11T04:25:16.333Z | warning: creating a shared reference to mutable static is discouraged |
695 | 2025-01-11T04:25:16.333Z | --> xde/src/xde.rs:803:29 |
696 | 2025-01-11T04:25:16.333Z | | |
697 | 2025-01-11T04:25:16.333Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
698 | 2025-01-11T04:25:16.333Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
699 | 2025-01-11T04:25:16.333Z | | |
700 | 2025-01-11T04:25:16.333Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
701 | 2025-01-11T04:25:16.333Z | = 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 |
702 | 2025-01-11T04:25:16.333Z | |
703 | 2025-01-11T04:25:16.333Z | warning: creating a shared reference to mutable static is discouraged |
704 | 2025-01-11T04:25:16.333Z | --> xde/src/xde.rs:891:18 |
705 | 2025-01-11T04:25:16.333Z | | |
706 | 2025-01-11T04:25:16.333Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
707 | 2025-01-11T04:25:16.333Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
708 | 2025-01-11T04:25:16.333Z | | |
709 | 2025-01-11T04:25:16.333Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
710 | 2025-01-11T04:25:16.334Z | = 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 |
711 | 2025-01-11T04:25:16.334Z | |
712 | 2025-01-11T04:25:16.337Z | warning: creating a shared reference to mutable static is discouraged |
713 | 2025-01-11T04:25:16.337Z | --> xde/src/xde.rs:1204:9 |
714 | 2025-01-11T04:25:16.337Z | | |
715 | 2025-01-11T04:25:16.337Z | 1204 | if !xde_devs.read().is_empty() { |
716 | 2025-01-11T04:25:16.337Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
717 | 2025-01-11T04:25:16.337Z | | |
718 | 2025-01-11T04:25:16.337Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
719 | 2025-01-11T04:25:16.337Z | = 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 |
720 | 2025-01-11T04:25:16.337Z | |
721 | 2025-01-11T04:25:16.338Z | warning: creating a shared reference to mutable static is discouraged |
722 | 2025-01-11T04:25:16.338Z | --> xde/src/xde.rs:1611:37 |
723 | 2025-01-11T04:25:16.338Z | | |
724 | 2025-01-11T04:25:16.338Z | 1611 | let devs = unsafe { xde_devs.read() }; |
725 | 2025-01-11T04:25:16.338Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
726 | 2025-01-11T04:25:16.338Z | | |
727 | 2025-01-11T04:25:16.338Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
728 | 2025-01-11T04:25:16.338Z | = 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 |
729 | 2025-01-11T04:25:16.338Z | |
730 | 2025-01-11T04:25:16.338Z | warning: creating a shared reference to mutable static is discouraged |
731 | 2025-01-11T04:25:16.338Z | --> xde/src/xde.rs:1861:16 |
732 | 2025-01-11T04:25:16.338Z | | |
733 | 2025-01-11T04:25:16.338Z | 1861 | let devs = xde_devs.read(); |
734 | 2025-01-11T04:25:16.338Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
735 | 2025-01-11T04:25:16.338Z | | |
736 | 2025-01-11T04:25:16.338Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
737 | 2025-01-11T04:25:16.338Z | = 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 |
738 | 2025-01-11T04:25:16.339Z | |
739 | 2025-01-11T04:25:16.339Z | warning: creating a shared reference to mutable static is discouraged |
740 | 2025-01-11T04:25:16.339Z | --> xde/src/xde.rs:1910:25 |
741 | 2025-01-11T04:25:16.339Z | | |
742 | 2025-01-11T04:25:16.339Z | 1910 | let devs = unsafe { xde_devs.read() }; |
743 | 2025-01-11T04:25:16.339Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
744 | 2025-01-11T04:25:16.339Z | | |
745 | 2025-01-11T04:25:16.339Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
746 | 2025-01-11T04:25:16.339Z | = 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 |
747 | 2025-01-11T04:25:16.339Z | |
748 | 2025-01-11T04:25:16.340Z | warning: creating a shared reference to mutable static is discouraged |
749 | 2025-01-11T04:25:16.340Z | --> xde/src/xde.rs:1923:25 |
750 | 2025-01-11T04:25:16.340Z | | |
751 | 2025-01-11T04:25:16.340Z | 1923 | let devs = unsafe { xde_devs.read() }; |
752 | 2025-01-11T04:25:16.340Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
753 | 2025-01-11T04:25:16.340Z | | |
754 | 2025-01-11T04:25:16.340Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
755 | 2025-01-11T04:25:16.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 |
756 | 2025-01-11T04:25:16.340Z | |
757 | 2025-01-11T04:25:16.344Z | warning: creating a shared reference to mutable static is discouraged |
758 | 2025-01-11T04:25:16.344Z | --> xde/src/xde.rs:1934:25 |
759 | 2025-01-11T04:25:16.344Z | | |
760 | 2025-01-11T04:25:16.344Z | 1934 | let devs = unsafe { xde_devs.read() }; |
761 | 2025-01-11T04:25:16.344Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
762 | 2025-01-11T04:25:16.344Z | | |
763 | 2025-01-11T04:25:16.344Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
764 | 2025-01-11T04:25:16.344Z | = 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 |
765 | 2025-01-11T04:25:16.344Z | |
766 | 2025-01-11T04:25:16.344Z | warning: creating a shared reference to mutable static is discouraged |
767 | 2025-01-11T04:25:16.344Z | --> xde/src/xde.rs:1946:25 |
768 | 2025-01-11T04:25:16.344Z | | |
769 | 2025-01-11T04:25:16.344Z | 1946 | let devs = unsafe { xde_devs.read() }; |
770 | 2025-01-11T04:25:16.344Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
771 | 2025-01-11T04:25:16.344Z | | |
772 | 2025-01-11T04:25:16.344Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
773 | 2025-01-11T04:25:16.344Z | = 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 |
774 | 2025-01-11T04:25:16.344Z | |
775 | 2025-01-11T04:25:16.345Z | warning: creating a shared reference to mutable static is discouraged |
776 | 2025-01-11T04:25:16.345Z | --> xde/src/xde.rs:1958:25 |
777 | 2025-01-11T04:25:16.345Z | | |
778 | 2025-01-11T04:25:16.345Z | 1958 | let devs = unsafe { xde_devs.read() }; |
779 | 2025-01-11T04:25:16.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
780 | 2025-01-11T04:25:16.345Z | | |
781 | 2025-01-11T04:25:16.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
782 | 2025-01-11T04:25:16.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 |
783 | 2025-01-11T04:25:16.345Z | |
784 | 2025-01-11T04:25:16.345Z | warning: creating a shared reference to mutable static is discouraged |
785 | 2025-01-11T04:25:16.345Z | --> xde/src/xde.rs:2022:25 |
786 | 2025-01-11T04:25:16.345Z | | |
787 | 2025-01-11T04:25:16.345Z | 2022 | let devs = unsafe { xde_devs.read() }; |
788 | 2025-01-11T04:25:16.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
789 | 2025-01-11T04:25:16.345Z | | |
790 | 2025-01-11T04:25:16.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
791 | 2025-01-11T04:25:16.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 |
792 | 2025-01-11T04:25:16.345Z | |
793 | 2025-01-11T04:25:16.345Z | warning: creating a shared reference to mutable static is discouraged |
794 | 2025-01-11T04:25:16.345Z | --> xde/src/xde.rs:2033:25 |
795 | 2025-01-11T04:25:16.345Z | | |
796 | 2025-01-11T04:25:16.345Z | 2033 | let devs = unsafe { xde_devs.read() }; |
797 | 2025-01-11T04:25:16.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
798 | 2025-01-11T04:25:16.345Z | | |
799 | 2025-01-11T04:25:16.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
800 | 2025-01-11T04:25:16.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 |
801 | 2025-01-11T04:25:16.345Z | |
802 | 2025-01-11T04:25:16.345Z | warning: creating a shared reference to mutable static is discouraged |
803 | 2025-01-11T04:25:16.345Z | --> xde/src/xde.rs:2045:25 |
804 | 2025-01-11T04:25:16.345Z | | |
805 | 2025-01-11T04:25:16.345Z | 2045 | let devs = unsafe { xde_devs.read() }; |
806 | 2025-01-11T04:25:16.345Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
807 | 2025-01-11T04:25:16.345Z | | |
808 | 2025-01-11T04:25:16.345Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
809 | 2025-01-11T04:25:16.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 |
810 | 2025-01-11T04:25:16.345Z | |
811 | 2025-01-11T04:25:16.345Z | warning: creating a shared reference to mutable static is discouraged |
812 | 2025-01-11T04:25:16.345Z | --> xde/src/xde.rs:2059:25 |
813 | 2025-01-11T04:25:16.346Z | | |
814 | 2025-01-11T04:25:16.346Z | 2059 | let devs = unsafe { xde_devs.read() }; |
815 | 2025-01-11T04:25:16.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
816 | 2025-01-11T04:25:16.346Z | | |
817 | 2025-01-11T04:25:16.346Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
818 | 2025-01-11T04:25:16.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 |
819 | 2025-01-11T04:25:16.346Z | |
820 | 2025-01-11T04:25:16.346Z | warning: creating a shared reference to mutable static is discouraged |
821 | 2025-01-11T04:25:16.346Z | --> xde/src/xde.rs:2072:25 |
822 | 2025-01-11T04:25:16.346Z | | |
823 | 2025-01-11T04:25:16.346Z | 2072 | let devs = unsafe { xde_devs.read() }; |
824 | 2025-01-11T04:25:16.346Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
825 | 2025-01-11T04:25:16.346Z | | |
826 | 2025-01-11T04:25:16.346Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
827 | 2025-01-11T04:25:16.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 |
828 | 2025-01-11T04:25:16.347Z | |
829 | 2025-01-11T04:25:16.347Z | warning: creating a shared reference to mutable static is discouraged |
830 | 2025-01-11T04:25:16.347Z | --> xde/src/xde.rs:2085:25 |
831 | 2025-01-11T04:25:16.347Z | | |
832 | 2025-01-11T04:25:16.347Z | 2085 | let devs = unsafe { xde_devs.read() }; |
833 | 2025-01-11T04:25:16.347Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
834 | 2025-01-11T04:25:16.347Z | | |
835 | 2025-01-11T04:25:16.347Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
836 | 2025-01-11T04:25:16.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 |
837 | 2025-01-11T04:25:16.347Z | |
838 | 2025-01-11T04:25:16.348Z | warning: creating a shared reference to mutable static is discouraged |
839 | 2025-01-11T04:25:16.348Z | --> xde/src/xde.rs:2096:25 |
840 | 2025-01-11T04:25:16.348Z | | |
841 | 2025-01-11T04:25:16.348Z | 2096 | let devs = unsafe { xde_devs.read() }; |
842 | 2025-01-11T04:25:16.348Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
843 | 2025-01-11T04:25:16.348Z | | |
844 | 2025-01-11T04:25:16.348Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
845 | 2025-01-11T04:25:16.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 |
846 | 2025-01-11T04:25:16.348Z | |
847 | 2025-01-11T04:25:16.348Z | warning: creating a shared reference to mutable static is discouraged |
848 | 2025-01-11T04:25:16.348Z | --> xde/src/xde.rs:2108:25 |
849 | 2025-01-11T04:25:16.348Z | | |
850 | 2025-01-11T04:25:16.348Z | 2108 | let devs = unsafe { xde_devs.read() }; |
851 | 2025-01-11T04:25:16.348Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
852 | 2025-01-11T04:25:16.348Z | | |
853 | 2025-01-11T04:25:16.348Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
854 | 2025-01-11T04:25:16.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 |
855 | 2025-01-11T04:25:16.348Z | |
856 | 2025-01-11T04:25:16.348Z | warning: creating a shared reference to mutable static is discouraged |
857 | 2025-01-11T04:25:16.351Z | --> xde/src/xde.rs:2123:25 |
858 | 2025-01-11T04:25:16.352Z | | |
859 | 2025-01-11T04:25:16.352Z | 2123 | let devs = unsafe { xde_devs.read() }; |
860 | 2025-01-11T04:25:16.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
861 | 2025-01-11T04:25:16.352Z | | |
862 | 2025-01-11T04:25:16.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
863 | 2025-01-11T04:25:16.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 |
864 | 2025-01-11T04:25:16.352Z | |
865 | 2025-01-11T04:25:16.352Z | warning: creating a shared reference to mutable static is discouraged |
866 | 2025-01-11T04:25:16.352Z | --> xde/src/xde.rs:2137:25 |
867 | 2025-01-11T04:25:16.352Z | | |
868 | 2025-01-11T04:25:16.352Z | 2137 | let devs = unsafe { xde_devs.read() }; |
869 | 2025-01-11T04:25:16.352Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
870 | 2025-01-11T04:25:16.352Z | | |
871 | 2025-01-11T04:25:16.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
872 | 2025-01-11T04:25:16.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 |
873 | 2025-01-11T04:25:16.353Z | |
874 | 2025-01-11T04:25:19.077Z | warning: `xde` (lib) generated 23 warnings |
875 | 2025-01-11T04:25:19.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.69s |
876 | 2025-01-11T04:25:23.015Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
877 | 2025-01-11T04:25:23.195Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
878 | 2025-01-11T04:25:23.195Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
879 | 2025-01-11T04:25:23.201Z | 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) |
880 | 2025-01-11T04:25:23.201Z | Fresh compiler_builtins v0.1.138 |
881 | 2025-01-11T04:25:23.201Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
882 | 2025-01-11T04:25:23.201Z | 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` |
883 | 2025-01-11T04:25:23.432Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
884 | 2025-01-11T04:25:23.439Z | 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` |
885 | 2025-01-11T04:25:23.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
886 | 2025-01-11T04:25:23.569Z | |
887 | 2025-01-11T04:25:23.573Z | real 25.242701788 |
888 | 2025-01-11T04:25:23.573Z | user 52.519236600 |
889 | 2025-01-11T04:25:23.573Z | sys 5.126806660 |
890 | 2025-01-11T04:25:23.573Z | trap 0.019085846 |
891 | 2025-01-11T04:25:23.573Z | tflt 0.089807379 |
892 | 2025-01-11T04:25:23.573Z | dflt 0.083208900 |
893 | 2025-01-11T04:25:23.573Z | kflt 0.000004859 |
894 | 2025-01-11T04:25:23.573Z | lock 1:30.328475821 |
895 | 2025-01-11T04:25:23.573Z | slp 2:24.462257655 |
896 | 2025-01-11T04:25:23.573Z | lat 0.771714224 |
897 | 2025-01-11T04:25:23.573Z | stop 1.041145149 |
898 | 2025-01-11T04:25:23.573Z | + header 'build xde (release)' |
899 | 2025-01-11T04:25:23.573Z | + echo '# ==== build xde (release) ==== #' |
900 | 2025-01-11T04:25:23.573Z | # ==== build xde (release) ==== # |
901 | 2025-01-11T04:25:23.573Z | + ptime -m ./build.sh |
902 | 2025-01-11T04:25:23.576Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
903 | 2025-01-11T04:25:23.576Z | + cargo -v build --release |
904 | 2025-01-11T04:25:23.739Z | Compiling compiler_builtins v0.1.138 |
905 | 2025-01-11T04:25:23.739Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
906 | 2025-01-11T04:25:23.742Z | Compiling proc-macro2 v1.0.92 |
907 | 2025-01-11T04:25:23.742Z | Compiling unicode-ident v1.0.14 |
908 | 2025-01-11T04:25:23.742Z | Compiling ident_case v1.0.1 |
909 | 2025-01-11T04:25:23.742Z | Compiling strsim v0.11.1 |
910 | 2025-01-11T04:25:23.742Z | Compiling fnv v1.0.7 |
911 | 2025-01-11T04:25:23.742Z | Compiling memchr v2.7.4 |
912 | 2025-01-11T04:25:23.742Z | 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` |
913 | 2025-01-11T04:25:23.742Z | 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` |
914 | 2025-01-11T04:25:23.742Z | 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` |
915 | 2025-01-11T04:25:23.743Z | 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` |
916 | 2025-01-11T04:25:23.743Z | 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` |
917 | 2025-01-11T04:25:23.744Z | 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` |
918 | 2025-01-11T04:25:23.744Z | 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` |
919 | 2025-01-11T04:25:23.770Z | 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` |
920 | 2025-01-11T04:25:23.870Z | Compiling regex-syntax v0.8.5 |
921 | 2025-01-11T04:25:23.872Z | 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` |
922 | 2025-01-11T04:25:23.899Z | Compiling serde v1.0.217 |
923 | 2025-01-11T04:25:23.915Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=18f830251897a22e -C extra-filename=-18f830251897a22e --out-dir /work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
924 | 2025-01-11T04:25:23.919Z | Compiling zerocopy v0.8.14 |
925 | 2025-01-11T04:25:23.919Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=9d21412b8ae0fd26 -C extra-filename=-9d21412b8ae0fd26 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
926 | 2025-01-11T04:25:24.457Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build` |
927 | 2025-01-11T04:25:24.492Z | Compiling either v1.13.0 |
928 | 2025-01-11T04:25:24.496Z | 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` |
929 | 2025-01-11T04:25:24.548Z | Compiling heapless v0.8.0 |
930 | 2025-01-11T04:25:24.551Z | 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` |
931 | 2025-01-11T04:25:24.589Z | 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)'` |
932 | 2025-01-11T04:25:24.801Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
933 | 2025-01-11T04:25:24.815Z | Compiling aho-corasick v1.1.3 |
934 | 2025-01-11T04:25:24.817Z | 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` |
935 | 2025-01-11T04:25:24.822Z | Running `/work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e/build-script-build` |
936 | 2025-01-11T04:25:24.844Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26/build-script-build` |
937 | 2025-01-11T04:25:24.866Z | Compiling itertools v0.13.0 |
938 | 2025-01-11T04:25:24.869Z | 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` |
939 | 2025-01-11T04:25:24.893Z | Compiling smoltcp v0.11.0 |
940 | 2025-01-11T04:25:24.899Z | 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` |
941 | 2025-01-11T04:25:25.148Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
942 | 2025-01-11T04:25:25.220Z | Compiling version_check v0.9.5 |
943 | 2025-01-11T04:25:25.223Z | 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` |
944 | 2025-01-11T04:25:25.378Z | Compiling quote v1.0.38 |
945 | 2025-01-11T04:25:25.381Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=9c5097cde0f8899c -C extra-filename=-9c5097cde0f8899c --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` |
946 | 2025-01-11T04:25:25.668Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
947 | 2025-01-11T04:25:25.889Z | Compiling syn v2.0.95 |
948 | 2025-01-11T04:25:25.889Z | 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.95/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=bf6c8e1198473a16 -C extra-filename=-bf6c8e1198473a16 --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-9c5097cde0f8899c.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-b8abd5741be676a7.rmeta --cap-lints allow` |
949 | 2025-01-11T04:25:26.032Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
950 | 2025-01-11T04:25:26.034Z | 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` |
951 | 2025-01-11T04:25:26.365Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
952 | 2025-01-11T04:25:27.312Z | Compiling regex-automata v0.4.9 |
953 | 2025-01-11T04:25:27.314Z | 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` |
954 | 2025-01-11T04:25:30.154Z | Compiling regex v1.11.1 |
955 | 2025-01-11T04:25:30.157Z | 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` |
956 | 2025-01-11T04:25:30.977Z | Compiling darling_core v0.20.10 |
957 | 2025-01-11T04:25:30.982Z | 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=0d29fe5eed5e72b8 -C extra-filename=-0d29fe5eed5e72b8 --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-9c5097cde0f8899c.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rmeta --cap-lints allow` |
958 | 2025-01-11T04:25:32.929Z | Compiling serde_derive v1.0.217 |
959 | 2025-01-11T04:25:32.929Z | Compiling zerocopy-derive v0.8.14 |
960 | 2025-01-11T04:25:32.931Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
961 | 2025-01-11T04:25:32.931Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=bf1703e1725c1b93 -C extra-filename=-bf1703e1725c1b93 --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-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rlib --extern proc_macro --cap-lints allow` |
962 | 2025-01-11T04:25:32.931Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62aafdbe74b6264a -C extra-filename=-62aafdbe74b6264a --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-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rlib --extern proc_macro --cap-lints allow` |
963 | 2025-01-11T04:25:32.931Z | 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=92328f6bd77cc207 -C extra-filename=-92328f6bd77cc207 --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-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rlib --extern proc_macro` |
964 | 2025-01-11T04:25:34.809Z | Compiling darling_macro v0.20.10 |
965 | 2025-01-11T04:25:34.812Z | 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=78099274eaee687e -C extra-filename=-78099274eaee687e --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-0d29fe5eed5e72b8.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rlib --extern proc_macro --cap-lints allow` |
966 | 2025-01-11T04:25:35.957Z | Compiling darling v0.20.10 |
967 | 2025-01-11T04:25:35.959Z | 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=b23a627dcdb5ff03 -C extra-filename=-b23a627dcdb5ff03 --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-0d29fe5eed5e72b8.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-78099274eaee687e.so --cap-lints allow` |
968 | 2025-01-11T04:25:36.029Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
969 | 2025-01-11T04:25:36.029Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
970 | 2025-01-11T04:25:36.032Z | 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=838281223128b6de -C extra-filename=-838281223128b6de --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-b23a627dcdb5ff03.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-9c5097cde0f8899c.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rlib --extern proc_macro --cap-lints allow` |
971 | 2025-01-11T04:25:36.032Z | 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=13f4de4ed181df21 -C extra-filename=-13f4de4ed181df21 --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-b23a627dcdb5ff03.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-bf6c8e1198473a16.rlib --extern proc_macro` |
972 | 2025-01-11T04:25:44.027Z | 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) |
973 | 2025-01-11T04:25:44.029Z | 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` |
974 | 2025-01-11T04:25:44.071Z | 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)'` |
975 | 2025-01-11T04:25:44.872Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
976 | 2025-01-11T04:25:44.874Z | 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` |
977 | 2025-01-11T04:25:47.818Z | Compiling byteorder v1.5.0 |
978 | 2025-01-11T04:25:47.818Z | Compiling macaddr v1.0.1 |
979 | 2025-01-11T04:25:47.821Z | Compiling stable_deref_trait v1.2.0 |
980 | 2025-01-11T04:25:47.821Z | Compiling cfg-if v1.0.0 |
981 | 2025-01-11T04:25:47.821Z | Compiling managed v0.8.0 |
982 | 2025-01-11T04:25:47.821Z | 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` |
983 | 2025-01-11T04:25:47.821Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7751c7404ee77d4e -C extra-filename=-7751c7404ee77d4e --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-bf1703e1725c1b93.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)'` |
984 | 2025-01-11T04:25:47.821Z | 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` |
985 | 2025-01-11T04:25:47.822Z | 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` |
986 | 2025-01-11T04:25:47.824Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4d6e9ac6676b424a -C extra-filename=-4d6e9ac6676b424a --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-62aafdbe74b6264a.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)'` |
987 | 2025-01-11T04:25:47.825Z | 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` |
988 | 2025-01-11T04:25:47.827Z | 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` |
989 | 2025-01-11T04:25:47.897Z | Compiling bitflags v1.3.2 |
990 | 2025-01-11T04:25:47.900Z | Compiling cobs v0.2.3 |
991 | 2025-01-11T04:25:47.904Z | 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` |
992 | 2025-01-11T04:25:47.905Z | 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` |
993 | 2025-01-11T04:25:47.976Z | Compiling bitflags v2.6.0 |
994 | 2025-01-11T04:25:47.979Z | 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` |
995 | 2025-01-11T04:25:48.184Z | Compiling hash32 v0.3.1 |
996 | 2025-01-11T04:25:48.186Z | 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` |
997 | 2025-01-11T04:25:48.235Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
998 | 2025-01-11T04:25:48.240Z | 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` |
999 | 2025-01-11T04:25:48.278Z | 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` |
1000 | 2025-01-11T04:25:48.303Z | Compiling crc32fast v1.4.2 |
1001 | 2025-01-11T04:25:48.305Z | 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` |
1002 | 2025-01-11T04:25:48.375Z | 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` |
1003 | 2025-01-11T04:25:48.406Z | Compiling dyn-clone v1.0.17 |
1004 | 2025-01-11T04:25:48.408Z | 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` |
1005 | 2025-01-11T04:25:48.501Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1006 | 2025-01-11T04:25:48.503Z | 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` |
1007 | 2025-01-11T04:25:48.599Z | 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` |
1008 | 2025-01-11T04:25:49.117Z | 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` |
1009 | 2025-01-11T04:25:50.254Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1010 | 2025-01-11T04:25:50.256Z | 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=286aed663f9828d9 -C extra-filename=-286aed663f9828d9 --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-838281223128b6de.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-4d6e9ac6676b424a.rmeta -Z unstable-options --cap-lints allow` |
1011 | 2025-01-11T04:25:51.483Z | Compiling postcard v1.1.1 |
1012 | 2025-01-11T04:25:51.483Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1013 | 2025-01-11T04:25:51.485Z | 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=87a3add8394337fe -C extra-filename=-87a3add8394337fe --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-838281223128b6de.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-286aed663f9828d9.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-7751c7404ee77d4e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-4d6e9ac6676b424a.rmeta -Z unstable-options --cap-lints allow` |
1014 | 2025-01-11T04:25:51.486Z | 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=a661e7173891659f -C extra-filename=-a661e7173891659f --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-7751c7404ee77d4e.rmeta -Z unstable-options --cap-lints allow` |
1015 | 2025-01-11T04:25:51.708Z | Compiling uuid v1.11.0 |
1016 | 2025-01-11T04:25:51.710Z | 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=8d2dc3c727c7ff19 -C extra-filename=-8d2dc3c727c7ff19 --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-7751c7404ee77d4e.rmeta -Z unstable-options --cap-lints allow` |
1017 | 2025-01-11T04:25:53.096Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1018 | 2025-01-11T04:25:53.099Z | 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=067985d05290a0b0 -C extra-filename=-067985d05290a0b0 --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-87a3add8394337fe.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-a661e7173891659f.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-7751c7404ee77d4e.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1019 | 2025-01-11T04:25:53.856Z | 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=84a97d82ffbf8145 -C extra-filename=-84a97d82ffbf8145 --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-13f4de4ed181df21.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-87a3add8394337fe.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-92328f6bd77cc207.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-067985d05290a0b0.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-a661e7173891659f.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-7751c7404ee77d4e.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-4d6e9ac6676b424a.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1020 | 2025-01-11T04:25:58.266Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1021 | 2025-01-11T04:25:58.269Z | 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=98d349bad1248459 -C extra-filename=-98d349bad1248459 --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-84a97d82ffbf8145.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-7751c7404ee77d4e.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-8d2dc3c727c7ff19.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-4d6e9ac6676b424a.rmeta -Z unstable-options` |
1022 | 2025-01-11T04:26:01.993Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1023 | 2025-01-11T04:26:01.995Z | 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=0868e8c7887855c3 -C extra-filename=-0868e8c7887855c3 --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-87a3add8394337fe.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-84a97d82ffbf8145.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-98d349bad1248459.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-a661e7173891659f.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-7751c7404ee77d4e.rlib -Z unstable-options` |
1024 | 2025-01-11T04:26:03.948Z | warning: creating a mutable reference to mutable static is discouraged |
1025 | 2025-01-11T04:26:03.948Z | --> xde/src/xde.rs:318:5 |
1026 | 2025-01-11T04:26:03.948Z | | |
1027 | 2025-01-11T04:26:03.948Z | 318 | xde_devs.init(KRwLockType::Driver); |
1028 | 2025-01-11T04:26:03.948Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1029 | 2025-01-11T04:26:03.948Z | | |
1030 | 2025-01-11T04:26:03.948Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1031 | 2025-01-11T04:26:03.948Z | = 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 |
1032 | 2025-01-11T04:26:03.948Z | = note: `#[warn(static_mut_refs)]` on by default |
1033 | 2025-01-11T04:26:03.948Z | |
1034 | 2025-01-11T04:26:03.951Z | warning: creating a shared reference to mutable static is discouraged |
1035 | 2025-01-11T04:26:03.951Z | --> xde/src/xde.rs:642:25 |
1036 | 2025-01-11T04:26:03.952Z | | |
1037 | 2025-01-11T04:26:03.952Z | 642 | let devs = unsafe { xde_devs.read() }; |
1038 | 2025-01-11T04:26:03.952Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1039 | 2025-01-11T04:26:03.952Z | | |
1040 | 2025-01-11T04:26:03.952Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1041 | 2025-01-11T04:26:03.952Z | = 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 |
1042 | 2025-01-11T04:26:03.952Z | |
1043 | 2025-01-11T04:26:03.952Z | warning: creating a shared reference to mutable static is discouraged |
1044 | 2025-01-11T04:26:03.952Z | --> xde/src/xde.rs:670:29 |
1045 | 2025-01-11T04:26:03.952Z | | |
1046 | 2025-01-11T04:26:03.952Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
1047 | 2025-01-11T04:26:03.952Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1048 | 2025-01-11T04:26:03.952Z | | |
1049 | 2025-01-11T04:26:03.952Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1050 | 2025-01-11T04:26:03.952Z | = 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 |
1051 | 2025-01-11T04:26:03.952Z | |
1052 | 2025-01-11T04:26:03.952Z | warning: creating a shared reference to mutable static is discouraged |
1053 | 2025-01-11T04:26:03.952Z | --> xde/src/xde.rs:803:29 |
1054 | 2025-01-11T04:26:03.952Z | | |
1055 | 2025-01-11T04:26:03.952Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
1056 | 2025-01-11T04:26:03.952Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1057 | 2025-01-11T04:26:03.952Z | | |
1058 | 2025-01-11T04:26:03.952Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1059 | 2025-01-11T04:26:03.952Z | = 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 |
1060 | 2025-01-11T04:26:03.952Z | |
1061 | 2025-01-11T04:26:03.952Z | warning: creating a shared reference to mutable static is discouraged |
1062 | 2025-01-11T04:26:03.952Z | --> xde/src/xde.rs:891:18 |
1063 | 2025-01-11T04:26:03.952Z | | |
1064 | 2025-01-11T04:26:03.952Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
1065 | 2025-01-11T04:26:03.952Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1066 | 2025-01-11T04:26:03.952Z | | |
1067 | 2025-01-11T04:26:03.952Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1068 | 2025-01-11T04:26:03.952Z | = 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 |
1069 | 2025-01-11T04:26:03.952Z | |
1070 | 2025-01-11T04:26:03.952Z | warning: creating a shared reference to mutable static is discouraged |
1071 | 2025-01-11T04:26:03.952Z | --> xde/src/xde.rs:1204:9 |
1072 | 2025-01-11T04:26:03.952Z | | |
1073 | 2025-01-11T04:26:03.952Z | 1204 | if !xde_devs.read().is_empty() { |
1074 | 2025-01-11T04:26:03.952Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1075 | 2025-01-11T04:26:03.952Z | | |
1076 | 2025-01-11T04:26:03.953Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1077 | 2025-01-11T04:26:03.953Z | = 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 |
1078 | 2025-01-11T04:26:03.953Z | |
1079 | 2025-01-11T04:26:03.956Z | warning: creating a shared reference to mutable static is discouraged |
1080 | 2025-01-11T04:26:03.956Z | --> xde/src/xde.rs:1611:37 |
1081 | 2025-01-11T04:26:03.956Z | | |
1082 | 2025-01-11T04:26:03.956Z | 1611 | let devs = unsafe { xde_devs.read() }; |
1083 | 2025-01-11T04:26:03.956Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1084 | 2025-01-11T04:26:03.956Z | | |
1085 | 2025-01-11T04:26:03.957Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1086 | 2025-01-11T04:26:03.957Z | = 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 |
1087 | 2025-01-11T04:26:03.957Z | |
1088 | 2025-01-11T04:26:03.957Z | warning: creating a shared reference to mutable static is discouraged |
1089 | 2025-01-11T04:26:03.957Z | --> xde/src/xde.rs:1861:16 |
1090 | 2025-01-11T04:26:03.957Z | | |
1091 | 2025-01-11T04:26:03.957Z | 1861 | let devs = xde_devs.read(); |
1092 | 2025-01-11T04:26:03.958Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1093 | 2025-01-11T04:26:03.958Z | | |
1094 | 2025-01-11T04:26:03.958Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1095 | 2025-01-11T04:26:03.958Z | = 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 |
1096 | 2025-01-11T04:26:03.958Z | |
1097 | 2025-01-11T04:26:03.958Z | warning: creating a shared reference to mutable static is discouraged |
1098 | 2025-01-11T04:26:03.958Z | --> xde/src/xde.rs:1910:25 |
1099 | 2025-01-11T04:26:03.958Z | | |
1100 | 2025-01-11T04:26:03.958Z | 1910 | let devs = unsafe { xde_devs.read() }; |
1101 | 2025-01-11T04:26:03.958Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1102 | 2025-01-11T04:26:03.958Z | | |
1103 | 2025-01-11T04:26:03.958Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1104 | 2025-01-11T04:26:03.958Z | = 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 |
1105 | 2025-01-11T04:26:03.958Z | |
1106 | 2025-01-11T04:26:03.958Z | warning: creating a shared reference to mutable static is discouraged |
1107 | 2025-01-11T04:26:03.958Z | --> xde/src/xde.rs:1923:25 |
1108 | 2025-01-11T04:26:03.958Z | | |
1109 | 2025-01-11T04:26:03.958Z | 1923 | let devs = unsafe { xde_devs.read() }; |
1110 | 2025-01-11T04:26:03.958Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1111 | 2025-01-11T04:26:03.958Z | | |
1112 | 2025-01-11T04:26:03.958Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1113 | 2025-01-11T04:26:03.958Z | = 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 |
1114 | 2025-01-11T04:26:03.958Z | |
1115 | 2025-01-11T04:26:03.959Z | warning: creating a shared reference to mutable static is discouraged |
1116 | 2025-01-11T04:26:03.959Z | --> xde/src/xde.rs:1934:25 |
1117 | 2025-01-11T04:26:03.959Z | | |
1118 | 2025-01-11T04:26:03.959Z | 1934 | let devs = unsafe { xde_devs.read() }; |
1119 | 2025-01-11T04:26:03.959Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1120 | 2025-01-11T04:26:03.959Z | | |
1121 | 2025-01-11T04:26:03.959Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1122 | 2025-01-11T04:26:03.959Z | = 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 |
1123 | 2025-01-11T04:26:03.959Z | |
1124 | 2025-01-11T04:26:03.959Z | warning: creating a shared reference to mutable static is discouraged |
1125 | 2025-01-11T04:26:03.959Z | --> xde/src/xde.rs:1946:25 |
1126 | 2025-01-11T04:26:03.959Z | | |
1127 | 2025-01-11T04:26:03.959Z | 1946 | let devs = unsafe { xde_devs.read() }; |
1128 | 2025-01-11T04:26:03.959Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1129 | 2025-01-11T04:26:03.959Z | | |
1130 | 2025-01-11T04:26:03.959Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1131 | 2025-01-11T04:26:03.960Z | = 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 |
1132 | 2025-01-11T04:26:03.960Z | |
1133 | 2025-01-11T04:26:03.960Z | warning: creating a shared reference to mutable static is discouraged |
1134 | 2025-01-11T04:26:03.960Z | --> xde/src/xde.rs:1958:25 |
1135 | 2025-01-11T04:26:03.960Z | | |
1136 | 2025-01-11T04:26:03.960Z | 1958 | let devs = unsafe { xde_devs.read() }; |
1137 | 2025-01-11T04:26:03.960Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1138 | 2025-01-11T04:26:03.960Z | | |
1139 | 2025-01-11T04:26:03.960Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1140 | 2025-01-11T04:26:03.960Z | = 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 |
1141 | 2025-01-11T04:26:03.960Z | |
1142 | 2025-01-11T04:26:03.960Z | warning: creating a shared reference to mutable static is discouraged |
1143 | 2025-01-11T04:26:03.960Z | --> xde/src/xde.rs:2022:25 |
1144 | 2025-01-11T04:26:03.960Z | | |
1145 | 2025-01-11T04:26:03.960Z | 2022 | let devs = unsafe { xde_devs.read() }; |
1146 | 2025-01-11T04:26:03.960Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1147 | 2025-01-11T04:26:03.961Z | | |
1148 | 2025-01-11T04:26:03.961Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1149 | 2025-01-11T04:26:03.961Z | = 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 |
1150 | 2025-01-11T04:26:03.961Z | |
1151 | 2025-01-11T04:26:03.961Z | warning: creating a shared reference to mutable static is discouraged |
1152 | 2025-01-11T04:26:03.961Z | --> xde/src/xde.rs:2033:25 |
1153 | 2025-01-11T04:26:03.961Z | | |
1154 | 2025-01-11T04:26:03.961Z | 2033 | let devs = unsafe { xde_devs.read() }; |
1155 | 2025-01-11T04:26:03.961Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1156 | 2025-01-11T04:26:03.961Z | | |
1157 | 2025-01-11T04:26:03.961Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1158 | 2025-01-11T04:26:03.961Z | = 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 |
1159 | 2025-01-11T04:26:03.961Z | |
1160 | 2025-01-11T04:26:03.961Z | warning: creating a shared reference to mutable static is discouraged |
1161 | 2025-01-11T04:26:03.961Z | --> xde/src/xde.rs:2045:25 |
1162 | 2025-01-11T04:26:03.961Z | | |
1163 | 2025-01-11T04:26:03.962Z | 2045 | let devs = unsafe { xde_devs.read() }; |
1164 | 2025-01-11T04:26:03.962Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1165 | 2025-01-11T04:26:03.962Z | | |
1166 | 2025-01-11T04:26:03.962Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1167 | 2025-01-11T04:26:03.962Z | = 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 |
1168 | 2025-01-11T04:26:03.962Z | |
1169 | 2025-01-11T04:26:03.962Z | warning: creating a shared reference to mutable static is discouraged |
1170 | 2025-01-11T04:26:03.962Z | --> xde/src/xde.rs:2059:25 |
1171 | 2025-01-11T04:26:03.962Z | | |
1172 | 2025-01-11T04:26:03.962Z | 2059 | let devs = unsafe { xde_devs.read() }; |
1173 | 2025-01-11T04:26:03.962Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1174 | 2025-01-11T04:26:03.962Z | | |
1175 | 2025-01-11T04:26:03.962Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1176 | 2025-01-11T04:26:03.962Z | = 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 |
1177 | 2025-01-11T04:26:03.962Z | |
1178 | 2025-01-11T04:26:03.962Z | warning: creating a shared reference to mutable static is discouraged |
1179 | 2025-01-11T04:26:03.966Z | --> xde/src/xde.rs:2072:25 |
1180 | 2025-01-11T04:26:03.966Z | | |
1181 | 2025-01-11T04:26:03.966Z | 2072 | let devs = unsafe { xde_devs.read() }; |
1182 | 2025-01-11T04:26:03.966Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1183 | 2025-01-11T04:26:03.966Z | | |
1184 | 2025-01-11T04:26:03.966Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1185 | 2025-01-11T04:26:03.966Z | = 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 |
1186 | 2025-01-11T04:26:03.966Z | |
1187 | 2025-01-11T04:26:03.966Z | warning: creating a shared reference to mutable static is discouraged |
1188 | 2025-01-11T04:26:03.966Z | --> xde/src/xde.rs:2085:25 |
1189 | 2025-01-11T04:26:03.966Z | | |
1190 | 2025-01-11T04:26:03.966Z | 2085 | let devs = unsafe { xde_devs.read() }; |
1191 | 2025-01-11T04:26:03.966Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1192 | 2025-01-11T04:26:03.966Z | | |
1193 | 2025-01-11T04:26:03.966Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1194 | 2025-01-11T04:26:03.966Z | = 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 |
1195 | 2025-01-11T04:26:03.966Z | |
1196 | 2025-01-11T04:26:03.966Z | warning: creating a shared reference to mutable static is discouraged |
1197 | 2025-01-11T04:26:03.966Z | --> xde/src/xde.rs:2096:25 |
1198 | 2025-01-11T04:26:03.966Z | | |
1199 | 2025-01-11T04:26:03.966Z | 2096 | let devs = unsafe { xde_devs.read() }; |
1200 | 2025-01-11T04:26:03.966Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1201 | 2025-01-11T04:26:03.966Z | | |
1202 | 2025-01-11T04:26:03.966Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1203 | 2025-01-11T04:26:03.966Z | = 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 |
1204 | 2025-01-11T04:26:03.966Z | |
1205 | 2025-01-11T04:26:03.966Z | warning: creating a shared reference to mutable static is discouraged |
1206 | 2025-01-11T04:26:03.967Z | --> xde/src/xde.rs:2108:25 |
1207 | 2025-01-11T04:26:03.967Z | | |
1208 | 2025-01-11T04:26:03.967Z | 2108 | let devs = unsafe { xde_devs.read() }; |
1209 | 2025-01-11T04:26:03.967Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1210 | 2025-01-11T04:26:03.967Z | | |
1211 | 2025-01-11T04:26:03.967Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1212 | 2025-01-11T04:26:03.967Z | = 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 |
1213 | 2025-01-11T04:26:03.967Z | |
1214 | 2025-01-11T04:26:03.967Z | warning: creating a shared reference to mutable static is discouraged |
1215 | 2025-01-11T04:26:03.967Z | --> xde/src/xde.rs:2123:25 |
1216 | 2025-01-11T04:26:03.967Z | | |
1217 | 2025-01-11T04:26:03.968Z | 2123 | let devs = unsafe { xde_devs.read() }; |
1218 | 2025-01-11T04:26:03.968Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1219 | 2025-01-11T04:26:03.968Z | | |
1220 | 2025-01-11T04:26:03.968Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1221 | 2025-01-11T04:26:03.968Z | = 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 |
1222 | 2025-01-11T04:26:03.968Z | |
1223 | 2025-01-11T04:26:03.968Z | warning: creating a shared reference to mutable static is discouraged |
1224 | 2025-01-11T04:26:03.968Z | --> xde/src/xde.rs:2137:25 |
1225 | 2025-01-11T04:26:03.968Z | | |
1226 | 2025-01-11T04:26:03.968Z | 2137 | let devs = unsafe { xde_devs.read() }; |
1227 | 2025-01-11T04:26:03.968Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1228 | 2025-01-11T04:26:03.968Z | | |
1229 | 2025-01-11T04:26:03.968Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1230 | 2025-01-11T04:26:03.968Z | = 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 |
1231 | 2025-01-11T04:26:03.968Z | |
1232 | 2025-01-11T04:26:28.691Z | warning: `xde` (lib) generated 23 warnings |
1233 | 2025-01-11T04:26:28.693Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 05s |
1234 | 2025-01-11T04:26:28.718Z | + 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 |
1235 | 2025-01-11T04:26:29.414Z | + pushd xde-link |
1236 | 2025-01-11T04:26:29.416Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1237 | 2025-01-11T04:26:29.417Z | + cargo -v build --release |
1238 | 2025-01-11T04:26:29.551Z | Compiling compiler_builtins v0.1.138 |
1239 | 2025-01-11T04:26:29.551Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1240 | 2025-01-11T04:26:29.551Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1241 | 2025-01-11T04:26:29.553Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1242 | 2025-01-11T04:26:29.553Z | 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` |
1243 | 2025-01-11T04:26:29.553Z | 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` |
1244 | 2025-01-11T04:26:29.793Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1245 | 2025-01-11T04:26:45.924Z | 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) |
1246 | 2025-01-11T04:26:45.926Z | 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` |
1247 | 2025-01-11T04:26:45.967Z | 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)'` |
1248 | 2025-01-11T04:26:46.742Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1249 | 2025-01-11T04:26:46.745Z | 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` |
1250 | 2025-01-11T04:26:50.008Z | 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` |
1251 | 2025-01-11T04:26:50.314Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.84s |
1252 | 2025-01-11T04:26:50.338Z | + set +e |
1253 | 2025-01-11T04:26:50.340Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1254 | 2025-01-11T04:26:50.340Z | + grep panicking |
1255 | 2025-01-11T04:26:50.344Z | + '[' 1 -eq 0 ']' |
1256 | 2025-01-11T04:26:50.347Z | + popd |
1257 | 2025-01-11T04:26:50.347Z | /work/oxidecomputer/opte/xde |
1258 | 2025-01-11T04:26:50.347Z | |
1259 | 2025-01-11T04:26:50.347Z | real 1:26.759114085 |
1260 | 2025-01-11T04:26:50.347Z | user 3:14.372179032 |
1261 | 2025-01-11T04:26:50.347Z | sys 13.912640344 |
1262 | 2025-01-11T04:26:50.347Z | trap 0.058610189 |
1263 | 2025-01-11T04:26:50.347Z | tflt 0.180822926 |
1264 | 2025-01-11T04:26:50.347Z | dflt 0.667813453 |
1265 | 2025-01-11T04:26:50.347Z | kflt 0.000020667 |
1266 | 2025-01-11T04:26:50.347Z | lock 7:33.089655905 |
1267 | 2025-01-11T04:26:50.347Z | slp 9:41.998997048 |
1268 | 2025-01-11T04:26:50.347Z | lat 3.029024378 |
1269 | 2025-01-11T04:26:50.347Z | stop 4.450224114 |
1270 | 2025-01-11T04:26:50.347Z | + popd |
1271 | 2025-01-11T04:26:50.347Z | /work/oxidecomputer/opte |
1272 | 2025-01-11T04:26:50.350Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1273 | 2025-01-11T04:26:50.350Z | + grep GOTPCREL |
1274 | 2025-01-11T04:26:52.648Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1275 | 2025-01-11T04:26:52.651Z | + grep GOTPCREL |
1276 | 2025-01-11T04:26:54.030Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1277 | 2025-01-11T04:26:54.086Z | + sha256sum /work/debug/xde.dbg |
1278 | 2025-01-11T04:26:54.137Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1279 | 2025-01-11T04:26:54.139Z | + sha256sum /work/debug/xde_link.dbg.so |
1280 | 2025-01-11T04:26:54.142Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1281 | 2025-01-11T04:26:54.182Z | + sha256sum /work/release/xde |
1282 | 2025-01-11T04:26:54.213Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1283 | 2025-01-11T04:26:54.215Z | + sha256sum /work/release/xde_link.so |
1284 | 2025-01-11T04:26:54.218Z | + header 'build xde integration tests' |
1285 | 2025-01-11T04:26:54.221Z | + echo '# ==== build xde integration tests ==== #' |
1286 | 2025-01-11T04:26:54.221Z | + pushd xde-tests |
1287 | 2025-01-11T04:26:54.221Z | # ==== build xde integration tests ==== # |
1288 | 2025-01-11T04:26:54.221Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1289 | 2025-01-11T04:26:54.221Z | + cargo +nightly-2024-11-18 fmt -- --check |
1290 | 2025-01-11T04:26:54.376Z | + cargo clippy --all-targets |
1291 | 2025-01-11T04:26:54.694Z | Downloading crates ... |
1292 | 2025-01-11T04:26:54.826Z | Downloaded anstyle v1.0.10 |
1293 | 2025-01-11T04:26:54.833Z | Downloaded anstream v0.6.18 |
1294 | 2025-01-11T04:26:54.836Z | Downloaded equivalent v1.0.1 |
1295 | 2025-01-11T04:26:54.839Z | Downloaded colorchoice v1.0.3 |
1296 | 2025-01-11T04:26:54.844Z | Downloaded heck v0.5.0 |
1297 | 2025-01-11T04:26:54.847Z | Downloaded getrandom v0.2.15 |
1298 | 2025-01-11T04:26:54.859Z | Downloaded heck v0.4.1 |
1299 | 2025-01-11T04:26:54.862Z | Downloaded autocfg v1.4.0 |
1300 | 2025-01-11T04:26:54.864Z | Downloaded dirs-sys-next v0.1.2 |
1301 | 2025-01-11T04:26:54.864Z | Downloaded dirs-next v2.0.0 |
1302 | 2025-01-11T04:26:54.868Z | Downloaded foreign-types-shared v0.3.1 |
1303 | 2025-01-11T04:26:54.871Z | Downloaded pretty-hex v0.2.1 |
1304 | 2025-01-11T04:26:54.873Z | Downloaded num-conv v0.1.0 |
1305 | 2025-01-11T04:26:54.877Z | Downloaded cstr-argument v0.1.2 |
1306 | 2025-01-11T04:26:54.880Z | Downloaded ppv-lite86 v0.2.20 |
1307 | 2025-01-11T04:26:54.882Z | Downloaded clap_lex v0.7.4 |
1308 | 2025-01-11T04:26:54.882Z | Downloaded errno v0.3.10 |
1309 | 2025-01-11T04:26:54.886Z | Downloaded signal-hook-registry v1.4.2 |
1310 | 2025-01-11T04:26:54.888Z | Downloaded schemars_derive v0.8.21 |
1311 | 2025-01-11T04:26:54.890Z | Downloaded thiserror-impl v1.0.69 |
1312 | 2025-01-11T04:26:54.897Z | Downloaded take_mut v0.2.2 |
1313 | 2025-01-11T04:26:54.905Z | Downloaded utf8parse v0.2.2 |
1314 | 2025-01-11T04:26:54.908Z | Downloaded scopeguard v1.2.0 |
1315 | 2025-01-11T04:26:54.908Z | Downloaded anstyle-query v1.1.2 |
1316 | 2025-01-11T04:26:54.913Z | Downloaded thiserror v1.0.69 |
1317 | 2025-01-11T04:26:54.917Z | Downloaded rand_chacha v0.3.1 |
1318 | 2025-01-11T04:26:54.920Z | Downloaded num_enum_derive v0.5.11 |
1319 | 2025-01-11T04:26:54.922Z | Downloaded itoa v1.0.14 |
1320 | 2025-01-11T04:26:54.922Z | Downloaded time-core v0.1.2 |
1321 | 2025-01-11T04:26:54.922Z | Downloaded ipnetwork v0.20.0 |
1322 | 2025-01-11T04:26:54.924Z | Downloaded smallvec v1.13.2 |
1323 | 2025-01-11T04:26:54.927Z | Downloaded slog-stdlog v4.1.1 |
1324 | 2025-01-11T04:26:54.929Z | Downloaded num_enum v0.5.11 |
1325 | 2025-01-11T04:26:54.932Z | Downloaded tracing-attributes v0.1.28 |
1326 | 2025-01-11T04:26:54.935Z | Downloaded thread_local v1.1.8 |
1327 | 2025-01-11T04:26:54.937Z | Downloaded terminal_size v0.4.1 |
1328 | 2025-01-11T04:26:54.939Z | Downloaded proc-macro-error v1.0.4 |
1329 | 2025-01-11T04:26:54.941Z | Downloaded crossbeam-utils v0.8.21 |
1330 | 2025-01-11T04:26:54.943Z | Downloaded toml_datetime v0.6.8 |
1331 | 2025-01-11T04:26:54.946Z | Downloaded foreign-types v0.5.0 |
1332 | 2025-01-11T04:26:54.946Z | Downloaded slog-async v2.8.0 |
1333 | 2025-01-11T04:26:54.948Z | Downloaded tabwriter v1.4.1 |
1334 | 2025-01-11T04:26:54.950Z | Downloaded deranged v0.3.11 |
1335 | 2025-01-11T04:26:54.950Z | Downloaded lock_api v0.4.12 |
1336 | 2025-01-11T04:26:54.952Z | Downloaded is-terminal v0.4.13 |
1337 | 2025-01-11T04:26:54.953Z | Downloaded slog-envlogger v2.2.0 |
1338 | 2025-01-11T04:26:54.955Z | Downloaded proc-macro-crate v1.3.1 |
1339 | 2025-01-11T04:26:54.957Z | Downloaded powerfmt v0.2.0 |
1340 | 2025-01-11T04:26:54.960Z | Downloaded tokio-macros v2.4.0 |
1341 | 2025-01-11T04:26:54.960Z | Downloaded serde_derive_internals v0.29.1 |
1342 | 2025-01-11T04:26:54.962Z | Downloaded anstyle-parse v0.2.6 |
1343 | 2025-01-11T04:26:54.962Z | Downloaded colored v2.2.0 |
1344 | 2025-01-11T04:26:54.965Z | Downloaded parking_lot v0.12.3 |
1345 | 2025-01-11T04:26:54.968Z | Downloaded term v0.7.0 |
1346 | 2025-01-11T04:26:54.971Z | Downloaded proc-macro-error-attr v1.0.4 |
1347 | 2025-01-11T04:26:54.973Z | Downloaded slog v2.7.0 |
1348 | 2025-01-11T04:26:54.977Z | Downloaded parking_lot_core v0.9.10 |
1349 | 2025-01-11T04:26:54.979Z | Downloaded anyhow v1.0.95 |
1350 | 2025-01-11T04:26:54.982Z | Downloaded clap_derive v4.5.18 |
1351 | 2025-01-11T04:26:54.985Z | Downloaded lazy_static v1.5.0 |
1352 | 2025-01-11T04:26:54.988Z | Downloaded foreign-types-macros v0.2.3 |
1353 | 2025-01-11T04:26:54.988Z | Downloaded once_cell v1.20.2 |
1354 | 2025-01-11T04:26:54.992Z | Downloaded time-macros v0.2.19 |
1355 | 2025-01-11T04:26:54.994Z | Downloaded zerocopy-derive v0.7.35 |
1356 | 2025-01-11T04:26:54.998Z | Downloaded slog-term v2.9.1 |
1357 | 2025-01-11T04:26:55.001Z | Downloaded schemars v0.8.21 |
1358 | 2025-01-11T04:26:55.012Z | Downloaded socket2 v0.5.8 |
1359 | 2025-01-11T04:26:55.015Z | Downloaded clap v4.5.23 |
1360 | 2025-01-11T04:26:55.023Z | Downloaded indexmap v2.7.0 |
1361 | 2025-01-11T04:26:55.028Z | Downloaded ryu v1.0.18 |
1362 | 2025-01-11T04:26:55.031Z | Downloaded log v0.4.22 |
1363 | 2025-01-11T04:26:55.033Z | Downloaded tracing v0.1.41 |
1364 | 2025-01-11T04:26:55.038Z | Downloaded bytes v1.9.0 |
1365 | 2025-01-11T04:26:55.042Z | Downloaded toml_edit v0.19.15 |
1366 | 2025-01-11T04:26:55.058Z | Downloaded tracing-core v0.1.33 |
1367 | 2025-01-11T04:26:55.061Z | Downloaded rand v0.8.5 |
1368 | 2025-01-11T04:26:55.064Z | Downloaded slog-scope v4.4.0 |
1369 | 2025-01-11T04:26:55.075Z | Downloaded mio v1.0.3 |
1370 | 2025-01-11T04:26:55.085Z | Downloaded time v0.3.37 |
1371 | 2025-01-11T04:26:55.092Z | Downloaded clap_builder v4.5.23 |
1372 | 2025-01-11T04:26:55.101Z | Downloaded zerocopy v0.7.35 |
1373 | 2025-01-11T04:26:55.118Z | Downloaded serde_json v1.0.134 |
1374 | 2025-01-11T04:26:55.125Z | Downloaded itertools v0.12.1 |
1375 | 2025-01-11T04:26:55.132Z | Downloaded rand_core v0.6.4 |
1376 | 2025-01-11T04:26:55.134Z | Downloaded hashbrown v0.15.2 |
1377 | 2025-01-11T04:26:55.139Z | Downloaded winnow v0.5.40 |
1378 | 2025-01-11T04:26:55.147Z | Downloaded pin-project-lite v0.2.15 |
1379 | 2025-01-11T04:26:55.152Z | Downloaded winnow v0.6.22 |
1380 | 2025-01-11T04:26:55.161Z | Downloaded is_terminal_polyfill v1.70.1 |
1381 | 2025-01-11T04:26:55.164Z | Downloaded arc-swap v1.7.1 |
1382 | 2025-01-11T04:26:55.173Z | Downloaded crossbeam-channel v0.5.14 |
1383 | 2025-01-11T04:26:55.181Z | Downloaded unicode-width v0.2.0 |
1384 | 2025-01-11T04:26:55.200Z | Downloaded rustix v0.38.42 |
1385 | 2025-01-11T04:26:55.222Z | Downloaded syn v1.0.109 |
1386 | 2025-01-11T04:26:55.277Z | Downloaded libc v0.2.169 |
1387 | 2025-01-11T04:26:55.303Z | Downloaded tokio v1.42.0 |
1388 | 2025-01-11T04:26:55.441Z | Compiling proc-macro2 v1.0.92 |
1389 | 2025-01-11T04:26:55.442Z | Compiling unicode-ident v1.0.14 |
1390 | 2025-01-11T04:26:55.444Z | Compiling libc v0.2.169 |
1391 | 2025-01-11T04:26:55.444Z | Checking cfg-if v1.0.0 |
1392 | 2025-01-11T04:26:55.444Z | Compiling serde v1.0.217 |
1393 | 2025-01-11T04:26:55.444Z | Compiling version_check v0.9.5 |
1394 | 2025-01-11T04:26:55.453Z | Checking byteorder v1.5.0 |
1395 | 2025-01-11T04:26:55.455Z | Compiling syn v1.0.109 |
1396 | 2025-01-11T04:26:55.545Z | Checking memchr v2.7.4 |
1397 | 2025-01-11T04:26:55.669Z | Compiling ident_case v1.0.1 |
1398 | 2025-01-11T04:26:55.831Z | Compiling strsim v0.11.1 |
1399 | 2025-01-11T04:26:55.995Z | Compiling fnv v1.0.7 |
1400 | 2025-01-11T04:26:56.013Z | Checking once_cell v1.20.2 |
1401 | 2025-01-11T04:26:56.069Z | Compiling hashbrown v0.15.2 |
1402 | 2025-01-11T04:26:56.076Z | Compiling autocfg v1.4.0 |
1403 | 2025-01-11T04:26:56.275Z | Compiling equivalent v1.0.1 |
1404 | 2025-01-11T04:26:56.302Z | Checking itoa v1.0.14 |
1405 | 2025-01-11T04:26:56.372Z | Checking bitflags v2.6.0 |
1406 | 2025-01-11T04:26:56.412Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1407 | 2025-01-11T04:26:56.478Z | Compiling regex-syntax v0.8.5 |
1408 | 2025-01-11T04:26:56.626Z | Compiling anyhow v1.0.95 |
1409 | 2025-01-11T04:26:56.780Z | Compiling winnow v0.5.40 |
1410 | 2025-01-11T04:26:56.839Z | Compiling lock_api v0.4.12 |
1411 | 2025-01-11T04:26:57.146Z | Compiling quote v1.0.38 |
1412 | 2025-01-11T04:26:57.187Z | Compiling indexmap v2.7.0 |
1413 | 2025-01-11T04:26:57.200Z | Compiling aho-corasick v1.1.3 |
1414 | 2025-01-11T04:26:57.208Z | Compiling parking_lot_core v0.9.10 |
1415 | 2025-01-11T04:26:57.400Z | Compiling toml_datetime v0.6.8 |
1416 | 2025-01-11T04:26:57.637Z | Compiling syn v2.0.95 |
1417 | 2025-01-11T04:26:57.819Z | Checking dyn-clone v1.0.17 |
1418 | 2025-01-11T04:26:57.943Z | Compiling either v1.13.0 |
1419 | 2025-01-11T04:26:58.166Z | Checking scopeguard v1.2.0 |
1420 | 2025-01-11T04:26:58.372Z | Checking smallvec v1.13.2 |
1421 | 2025-01-11T04:26:58.446Z | Checking lazy_static v1.5.0 |
1422 | 2025-01-11T04:26:58.564Z | Compiling serde_json v1.0.134 |
1423 | 2025-01-11T04:26:58.639Z | Compiling thiserror v1.0.69 |
1424 | 2025-01-11T04:26:58.694Z | Compiling zerocopy v0.8.14 |
1425 | 2025-01-11T04:26:59.284Z | Compiling itertools v0.13.0 |
1426 | 2025-01-11T04:26:59.554Z | Checking getrandom v0.2.15 |
1427 | 2025-01-11T04:26:59.748Z | Checking ryu v1.0.18 |
1428 | 2025-01-11T04:26:59.863Z | Compiling regex-automata v0.4.9 |
1429 | 2025-01-11T04:26:59.972Z | Compiling toml_edit v0.19.15 |
1430 | 2025-01-11T04:27:00.548Z | Compiling heapless v0.8.0 |
1431 | 2025-01-11T04:27:01.083Z | Compiling schemars v0.8.21 |
1432 | 2025-01-11T04:27:01.114Z | Checking pin-project-lite v0.2.15 |
1433 | 2025-01-11T04:27:01.230Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1434 | 2025-01-11T04:27:01.589Z | Checking parking_lot v0.12.3 |
1435 | 2025-01-11T04:27:01.777Z | Checking rand_core v0.6.4 |
1436 | 2025-01-11T04:27:01.855Z | Checking signal-hook-registry v1.4.2 |
1437 | 2025-01-11T04:27:01.881Z | Checking mio v1.0.3 |
1438 | 2025-01-11T04:27:02.036Z | Checking socket2 v0.5.8 |
1439 | 2025-01-11T04:27:02.056Z | Checking hash32 v0.3.1 |
1440 | 2025-01-11T04:27:02.085Z | Compiling slog v2.7.0 |
1441 | 2025-01-11T04:27:02.198Z | Checking stable_deref_trait v1.2.0 |
1442 | 2025-01-11T04:27:02.286Z | Compiling smoltcp v0.11.0 |
1443 | 2025-01-11T04:27:02.438Z | Compiling proc-macro-crate v1.3.1 |
1444 | 2025-01-11T04:27:02.478Z | Checking foreign-types-shared v0.3.1 |
1445 | 2025-01-11T04:27:02.574Z | Checking macaddr v1.0.1 |
1446 | 2025-01-11T04:27:02.600Z | Checking bytes v1.9.0 |
1447 | 2025-01-11T04:27:03.140Z | Checking cstr-argument v0.1.2 |
1448 | 2025-01-11T04:27:03.222Z | Checking tracing-core v0.1.33 |
1449 | 2025-01-11T04:27:03.287Z | Compiling proc-macro-error-attr v1.0.4 |
1450 | 2025-01-11T04:27:03.369Z | Compiling rustix v0.38.42 |
1451 | 2025-01-11T04:27:03.652Z | Compiling regex v1.11.1 |
1452 | 2025-01-11T04:27:03.683Z | Checking managed v0.8.0 |
1453 | 2025-01-11T04:27:03.846Z | Checking bitflags v1.3.2 |
1454 | 2025-01-11T04:27:03.933Z | Checking pretty-hex v0.2.1 |
1455 | 2025-01-11T04:27:04.020Z | Compiling darling_core v0.20.10 |
1456 | 2025-01-11T04:27:04.035Z | Compiling serde_derive_internals v0.29.1 |
1457 | 2025-01-11T04:27:04.086Z | Checking cobs v0.2.3 |
1458 | 2025-01-11T04:27:04.993Z | Checking colored v2.2.0 |
1459 | 2025-01-11T04:27:05.542Z | Checking errno v0.3.10 |
1460 | 2025-01-11T04:27:05.701Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1461 | 2025-01-11T04:27:05.709Z | Compiling proc-macro-error v1.0.4 |
1462 | 2025-01-11T04:27:05.951Z | Checking unicode-width v0.2.0 |
1463 | 2025-01-11T04:27:06.050Z | Checking utf8parse v0.2.2 |
1464 | 2025-01-11T04:27:06.091Z | Checking winnow v0.6.22 |
1465 | 2025-01-11T04:27:06.181Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1466 | 2025-01-11T04:27:06.380Z | Compiling crossbeam-utils v0.8.21 |
1467 | 2025-01-11T04:27:06.407Z | Checking tabwriter v1.4.1 |
1468 | 2025-01-11T04:27:06.611Z | Checking anstyle-parse v0.2.6 |
1469 | 2025-01-11T04:27:07.135Z | Checking dirs-sys-next v0.1.2 |
1470 | 2025-01-11T04:27:07.299Z | Compiling num_enum_derive v0.5.11 |
1471 | 2025-01-11T04:27:07.309Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1472 | 2025-01-11T04:27:07.663Z | Checking crc32fast v1.4.2 |
1473 | 2025-01-11T04:27:07.798Z | Checking anstyle v1.0.10 |
1474 | 2025-01-11T04:27:07.845Z | Checking powerfmt v0.2.0 |
1475 | 2025-01-11T04:27:08.110Z | Checking colorchoice v1.0.3 |
1476 | 2025-01-11T04:27:08.149Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1477 | 2025-01-11T04:27:08.160Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1478 | 2025-01-11T04:27:08.230Z | Checking is_terminal_polyfill v1.70.1 |
1479 | 2025-01-11T04:27:08.297Z | Compiling thiserror v2.0.11 |
1480 | 2025-01-11T04:27:08.332Z | Compiling time-core v0.1.2 |
1481 | 2025-01-11T04:27:08.491Z | Checking anstyle-query v1.1.2 |
1482 | 2025-01-11T04:27:08.501Z | Compiling num-conv v0.1.0 |
1483 | 2025-01-11T04:27:08.567Z | Compiling serde_derive v1.0.217 |
1484 | 2025-01-11T04:27:08.607Z | Compiling zerocopy-derive v0.7.35 |
1485 | 2025-01-11T04:27:08.680Z | Compiling zerocopy-derive v0.8.14 |
1486 | 2025-01-11T04:27:08.735Z | Compiling thiserror-impl v1.0.69 |
1487 | 2025-01-11T04:27:08.755Z | Compiling tokio-macros v2.4.0 |
1488 | 2025-01-11T04:27:08.886Z | Compiling schemars_derive v0.8.21 |
1489 | 2025-01-11T04:27:09.285Z | Compiling darling_macro v0.20.10 |
1490 | 2025-01-11T04:27:09.375Z | Compiling foreign-types-macros v0.2.3 |
1491 | 2025-01-11T04:27:10.157Z | Checking tokio v1.42.0 |
1492 | 2025-01-11T04:27:10.279Z | Compiling darling v0.20.10 |
1493 | 2025-01-11T04:27:10.380Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1494 | 2025-01-11T04:27:10.418Z | Checking zerocopy v0.7.35 |
1495 | 2025-01-11T04:27:10.603Z | Checking foreign-types v0.5.0 |
1496 | 2025-01-11T04:27:10.690Z | Checking num_enum v0.5.11 |
1497 | 2025-01-11T04:27:10.824Z | Compiling tracing-attributes v0.1.28 |
1498 | 2025-01-11T04:27:11.462Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1499 | 2025-01-11T04:27:11.543Z | Checking ppv-lite86 v0.2.20 |
1500 | 2025-01-11T04:27:11.563Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1501 | 2025-01-11T04:27:11.737Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1502 | 2025-01-11T04:27:12.202Z | Checking rand_chacha v0.3.1 |
1503 | 2025-01-11T04:27:12.545Z | Checking rand v0.8.5 |
1504 | 2025-01-11T04:27:12.892Z | Compiling time-macros v0.2.19 |
1505 | 2025-01-11T04:27:13.244Z | Checking anstream v0.6.18 |
1506 | 2025-01-11T04:27:13.562Z | Compiling thiserror-impl v2.0.11 |
1507 | 2025-01-11T04:27:13.727Z | Checking tracing v0.1.41 |
1508 | 2025-01-11T04:27:13.802Z | Checking deranged v0.3.11 |
1509 | 2025-01-11T04:27:14.019Z | Checking terminal_size v0.4.1 |
1510 | 2025-01-11T04:27:14.175Z | Checking dirs-next v2.0.0 |
1511 | 2025-01-11T04:27:15.138Z | Checking thread_local v1.1.8 |
1512 | 2025-01-11T04:27:15.208Z | Compiling heck v0.5.0 |
1513 | 2025-01-11T04:27:15.587Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1514 | 2025-01-11T04:27:15.669Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1515 | 2025-01-11T04:27:15.691Z | Checking arc-swap v1.7.1 |
1516 | 2025-01-11T04:27:15.923Z | Compiling slog-async v2.8.0 |
1517 | 2025-01-11T04:27:16.008Z | Compiling heck v0.4.1 |
1518 | 2025-01-11T04:27:16.263Z | Checking clap_lex v0.7.4 |
1519 | 2025-01-11T04:27:16.459Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1520 | 2025-01-11T04:27:16.473Z | Checking clap_builder v4.5.23 |
1521 | 2025-01-11T04:27:16.475Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1522 | 2025-01-11T04:27:16.495Z | Checking time v0.3.37 |
1523 | 2025-01-11T04:27:16.595Z | Checking slog-scope v4.4.0 |
1524 | 2025-01-11T04:27:16.782Z | Compiling clap_derive v4.5.18 |
1525 | 2025-01-11T04:27:16.793Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1526 | 2025-01-11T04:27:17.014Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1527 | 2025-01-11T04:27:17.079Z | Checking crossbeam-channel v0.5.14 |
1528 | 2025-01-11T04:27:17.739Z | Checking term v0.7.0 |
1529 | 2025-01-11T04:27:17.741Z | Checking itertools v0.12.1 |
1530 | 2025-01-11T04:27:17.794Z | Checking is-terminal v0.4.13 |
1531 | 2025-01-11T04:27:17.900Z | Checking take_mut v0.2.2 |
1532 | 2025-01-11T04:27:18.068Z | Checking log v0.4.22 |
1533 | 2025-01-11T04:27:18.286Z | Checking slog-term v2.9.1 |
1534 | 2025-01-11T04:27:18.342Z | Checking slog-stdlog v4.1.1 |
1535 | 2025-01-11T04:27:19.657Z | Checking ipnetwork v0.20.0 |
1536 | 2025-01-11T04:27:19.660Z | Checking postcard v1.1.1 |
1537 | 2025-01-11T04:27:19.660Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1538 | 2025-01-11T04:27:19.660Z | Checking uuid v1.11.0 |
1539 | 2025-01-11T04:27:19.686Z | Checking clap v4.5.23 |
1540 | 2025-01-11T04:27:19.811Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1541 | 2025-01-11T04:27:20.994Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1542 | 2025-01-11T04:27:21.718Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1543 | 2025-01-11T04:27:21.918Z | Checking slog-envlogger v2.2.0 |
1544 | 2025-01-11T04:27:22.899Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1545 | 2025-01-11T04:27:28.792Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1546 | 2025-01-11T04:27:31.065Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1547 | 2025-01-11T04:27:31.582Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1548 | 2025-01-11T04:27:31.857Z | warning: this expression borrows a value the compiler would automatically borrow |
1549 | 2025-01-11T04:27:31.857Z | --> xde-tests/src/lib.rs:451:9 |
1550 | 2025-01-11T04:27:31.857Z | | |
1551 | 2025-01-11T04:27:31.857Z | 451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect(); |
1552 | 2025-01-11T04:27:31.857Z | | ^^^^^^^^^^^^ help: change this to: `[my_info]` |
1553 | 2025-01-11T04:27:31.857Z | | |
1554 | 2025-01-11T04:27:31.857Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1555 | 2025-01-11T04:27:31.857Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
1556 | 2025-01-11T04:27:31.857Z | |
1557 | 2025-01-11T04:27:31.860Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
1558 | 2025-01-11T04:27:31.860Z | --> xde-tests/src/lib.rs:483:13 |
1559 | 2025-01-11T04:27:31.860Z | | |
1560 | 2025-01-11T04:27:31.860Z | 483 | &"172.20.0.1", |
1561 | 2025-01-11T04:27:31.860Z | | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"` |
1562 | 2025-01-11T04:27:31.861Z | | |
1563 | 2025-01-11T04:27:31.861Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1564 | 2025-01-11T04:27:31.861Z | |
1565 | 2025-01-11T04:27:31.909Z | warning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions) |
1566 | 2025-01-11T04:27:31.915Z | warning: `xde-tests` (lib test) generated 2 warnings (2 duplicates) |
1567 | 2025-01-11T04:27:32.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.54s |
1568 | 2025-01-11T04:27:32.116Z | + cargo build --test loopback |
1569 | 2025-01-11T04:27:32.443Z | Compiling cfg-if v1.0.0 |
1570 | 2025-01-11T04:27:32.444Z | Compiling memchr v2.7.4 |
1571 | 2025-01-11T04:27:32.447Z | Compiling byteorder v1.5.0 |
1572 | 2025-01-11T04:27:32.447Z | Compiling once_cell v1.20.2 |
1573 | 2025-01-11T04:27:32.447Z | Compiling libc v0.2.169 |
1574 | 2025-01-11T04:27:32.453Z | Compiling strsim v0.11.1 |
1575 | 2025-01-11T04:27:32.456Z | Compiling either v1.13.0 |
1576 | 2025-01-11T04:27:32.465Z | Compiling serde v1.0.217 |
1577 | 2025-01-11T04:27:32.509Z | Compiling itoa v1.0.14 |
1578 | 2025-01-11T04:27:32.699Z | Compiling regex-syntax v0.8.5 |
1579 | 2025-01-11T04:27:32.744Z | Compiling darling_core v0.20.10 |
1580 | 2025-01-11T04:27:32.788Z | Compiling bitflags v2.6.0 |
1581 | 2025-01-11T04:27:32.811Z | Compiling smallvec v1.13.2 |
1582 | 2025-01-11T04:27:33.130Z | Compiling dyn-clone v1.0.17 |
1583 | 2025-01-11T04:27:33.213Z | Compiling lazy_static v1.5.0 |
1584 | 2025-01-11T04:27:33.291Z | Compiling aho-corasick v1.1.3 |
1585 | 2025-01-11T04:27:33.318Z | Compiling scopeguard v1.2.0 |
1586 | 2025-01-11T04:27:33.326Z | Compiling zerocopy v0.7.35 |
1587 | 2025-01-11T04:27:33.429Z | Compiling lock_api v0.4.12 |
1588 | 2025-01-11T04:27:33.738Z | Compiling getrandom v0.2.15 |
1589 | 2025-01-11T04:27:33.794Z | Compiling parking_lot_core v0.9.10 |
1590 | 2025-01-11T04:27:34.003Z | Compiling proc-macro-crate v1.3.1 |
1591 | 2025-01-11T04:27:34.030Z | Compiling itertools v0.13.0 |
1592 | 2025-01-11T04:27:34.369Z | Compiling ryu v1.0.18 |
1593 | 2025-01-11T04:27:34.558Z | Compiling pin-project-lite v0.2.15 |
1594 | 2025-01-11T04:27:34.670Z | Compiling ppv-lite86 v0.2.20 |
1595 | 2025-01-11T04:27:34.727Z | Compiling zerocopy v0.8.14 |
1596 | 2025-01-11T04:27:34.734Z | Compiling num_enum_derive v0.5.11 |
1597 | 2025-01-11T04:27:35.370Z | Compiling thiserror v1.0.69 |
1598 | 2025-01-11T04:27:35.491Z | Compiling parking_lot v0.12.3 |
1599 | 2025-01-11T04:27:36.360Z | Compiling regex-automata v0.4.9 |
1600 | 2025-01-11T04:27:36.867Z | Compiling rand_core v0.6.4 |
1601 | 2025-01-11T04:27:36.899Z | Compiling socket2 v0.5.8 |
1602 | 2025-01-11T04:27:37.266Z | Compiling mio v1.0.3 |
1603 | 2025-01-11T04:27:37.757Z | Compiling ipnetwork v0.20.0 |
1604 | 2025-01-11T04:27:37.784Z | Compiling serde_json v1.0.134 |
1605 | 2025-01-11T04:27:37.818Z | Compiling signal-hook-registry v1.4.2 |
1606 | 2025-01-11T04:27:38.008Z | Compiling darling_macro v0.20.10 |
1607 | 2025-01-11T04:27:38.347Z | Compiling anyhow v1.0.95 |
1608 | 2025-01-11T04:27:38.474Z | Compiling hash32 v0.3.1 |
1609 | 2025-01-11T04:27:38.655Z | Compiling bytes v1.9.0 |
1610 | 2025-01-11T04:27:38.673Z | Compiling stable_deref_trait v1.2.0 |
1611 | 2025-01-11T04:27:38.679Z | Compiling macaddr v1.0.1 |
1612 | 2025-01-11T04:27:38.758Z | Compiling foreign-types-shared v0.3.1 |
1613 | 2025-01-11T04:27:38.856Z | Compiling foreign-types v0.5.0 |
1614 | 2025-01-11T04:27:38.951Z | Compiling heapless v0.8.0 |
1615 | 2025-01-11T04:27:39.020Z | Compiling rand_chacha v0.3.1 |
1616 | 2025-01-11T04:27:39.027Z | Compiling darling v0.20.10 |
1617 | 2025-01-11T04:27:39.116Z | Compiling num_enum v0.5.11 |
1618 | 2025-01-11T04:27:39.161Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1619 | 2025-01-11T04:27:39.244Z | Compiling cstr-argument v0.1.2 |
1620 | 2025-01-11T04:27:39.291Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1621 | 2025-01-11T04:27:39.436Z | Compiling schemars v0.8.21 |
1622 | 2025-01-11T04:27:39.452Z | Compiling tokio v1.42.0 |
1623 | 2025-01-11T04:27:39.459Z | Compiling tracing-core v0.1.33 |
1624 | 2025-01-11T04:27:39.807Z | Compiling bitflags v1.3.2 |
1625 | 2025-01-11T04:27:39.814Z | Compiling managed v0.8.0 |
1626 | 2025-01-11T04:27:39.895Z | Compiling pretty-hex v0.2.1 |
1627 | 2025-01-11T04:27:40.065Z | Compiling cobs v0.2.3 |
1628 | 2025-01-11T04:27:40.143Z | Compiling regex v1.11.1 |
1629 | 2025-01-11T04:27:40.203Z | Compiling smoltcp v0.11.0 |
1630 | 2025-01-11T04:27:40.346Z | Compiling postcard v1.1.1 |
1631 | 2025-01-11T04:27:40.583Z | Compiling tracing v0.1.41 |
1632 | 2025-01-11T04:27:40.795Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1633 | 2025-01-11T04:27:40.923Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2025-01-11T04:27:40.931Z | Compiling rand v0.8.5 |
1635 | 2025-01-11T04:27:40.983Z | Compiling slog v2.7.0 |
1636 | 2025-01-11T04:27:41.148Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1637 | 2025-01-11T04:27:41.411Z | Compiling errno v0.3.10 |
1638 | 2025-01-11T04:27:41.627Z | Compiling colored v2.2.0 |
1639 | 2025-01-11T04:27:41.660Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1640 | 2025-01-11T04:27:41.971Z | Compiling unicode-width v0.2.0 |
1641 | 2025-01-11T04:27:42.038Z | Compiling winnow v0.6.22 |
1642 | 2025-01-11T04:27:42.337Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1643 | 2025-01-11T04:27:42.460Z | Compiling utf8parse v0.2.2 |
1644 | 2025-01-11T04:27:42.463Z | Compiling tabwriter v1.4.1 |
1645 | 2025-01-11T04:27:42.554Z | Compiling rustix v0.38.42 |
1646 | 2025-01-11T04:27:42.601Z | Compiling anstyle-parse v0.2.6 |
1647 | 2025-01-11T04:27:42.908Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1648 | 2025-01-11T04:27:42.908Z | Compiling dirs-sys-next v0.1.2 |
1649 | 2025-01-11T04:27:43.521Z | Compiling crc32fast v1.4.2 |
1650 | 2025-01-11T04:27:43.810Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1651 | 2025-01-11T04:27:44.048Z | Compiling colorchoice v1.0.3 |
1652 | 2025-01-11T04:27:44.179Z | Compiling is_terminal_polyfill v1.70.1 |
1653 | 2025-01-11T04:27:44.272Z | Compiling powerfmt v0.2.0 |
1654 | 2025-01-11T04:27:44.287Z | Compiling time-core v0.1.2 |
1655 | 2025-01-11T04:27:44.435Z | Compiling anstyle-query v1.1.2 |
1656 | 2025-01-11T04:27:44.574Z | Compiling anstyle v1.0.10 |
1657 | 2025-01-11T04:27:44.605Z | Compiling num-conv v0.1.0 |
1658 | 2025-01-11T04:27:44.863Z | Compiling time-macros v0.2.19 |
1659 | 2025-01-11T04:27:44.870Z | Compiling anstream v0.6.18 |
1660 | 2025-01-11T04:27:44.943Z | Compiling deranged v0.3.11 |
1661 | 2025-01-11T04:27:44.964Z | Compiling terminal_size v0.4.1 |
1662 | 2025-01-11T04:27:45.155Z | Compiling dirs-next v2.0.0 |
1663 | 2025-01-11T04:27:45.241Z | Compiling crossbeam-utils v0.8.21 |
1664 | 2025-01-11T04:27:45.320Z | Compiling uuid v1.11.0 |
1665 | 2025-01-11T04:27:45.328Z | Compiling thread_local v1.1.8 |
1666 | 2025-01-11T04:27:45.520Z | Compiling arc-swap v1.7.1 |
1667 | 2025-01-11T04:27:45.528Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1668 | 2025-01-11T04:27:45.831Z | Compiling clap_lex v0.7.4 |
1669 | 2025-01-11T04:27:45.971Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1670 | 2025-01-11T04:27:46.080Z | Compiling clap_builder v4.5.23 |
1671 | 2025-01-11T04:27:46.273Z | Compiling crossbeam-channel v0.5.14 |
1672 | 2025-01-11T04:27:46.281Z | Compiling slog-scope v4.4.0 |
1673 | 2025-01-11T04:27:46.284Z | Compiling thiserror v2.0.11 |
1674 | 2025-01-11T04:27:46.402Z | Compiling term v0.7.0 |
1675 | 2025-01-11T04:27:46.417Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1676 | 2025-01-11T04:27:46.745Z | Compiling is-terminal v0.4.13 |
1677 | 2025-01-11T04:27:46.854Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2025-01-11T04:27:47.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1679 | 2025-01-11T04:27:47.202Z | Compiling itertools v0.12.1 |
1680 | 2025-01-11T04:27:47.257Z | Compiling take_mut v0.2.2 |
1681 | 2025-01-11T04:27:47.390Z | Compiling log v0.4.22 |
1682 | 2025-01-11T04:27:47.616Z | Compiling time v0.3.37 |
1683 | 2025-01-11T04:27:47.767Z | Compiling slog-stdlog v4.1.1 |
1684 | 2025-01-11T04:27:47.891Z | Compiling slog-async v2.8.0 |
1685 | 2025-01-11T04:27:48.179Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1686 | 2025-01-11T04:27:49.614Z | Compiling clap v4.5.23 |
1687 | 2025-01-11T04:27:49.721Z | Compiling slog-term v2.9.1 |
1688 | 2025-01-11T04:27:50.003Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1689 | 2025-01-11T04:27:50.798Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1690 | 2025-01-11T04:27:50.823Z | Compiling slog-envlogger v2.2.0 |
1691 | 2025-01-11T04:27:52.303Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1692 | 2025-01-11T04:27:52.732Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1693 | 2025-01-11T04:27:53.985Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1694 | 2025-01-11T04:27:59.589Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1695 | 2025-01-11T04:28:01.636Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1696 | 2025-01-11T04:28:02.284Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1697 | 2025-01-11T04:28:05.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s |
1698 | 2025-01-11T04:28:05.732Z | ++ cargo build -q --test loopback --message-format=json |
1699 | 2025-01-11T04:28:05.735Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1700 | 2025-01-11T04:28:05.948Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-ef5acb63245e9616 |
1701 | 2025-01-11T04:28:05.948Z | + mkdir -p /work/test |
1702 | 2025-01-11T04:28:05.950Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-ef5acb63245e9616 /work/test/loopback |
1703 | 2025-01-11T04:28:06.010Z | process exited: duration 295552 ms, exit code 0 |
|
1704 | 2025-01-11T04:28:06.017Z | found 10 output files |
1705 | 2025-01-11T04:28:06.017Z | uploading: /work/debug/xde.dbg (68049080 bytes) |
1706 | 2025-01-11T04:28:08.155Z | uploaded: /work/debug/xde.dbg |
1707 | 2025-01-11T04:28:08.155Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1708 | 2025-01-11T04:28:09.165Z | uploaded: /work/debug/xde.dbg.sha256 |
1709 | 2025-01-11T04:28:09.166Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1710 | 2025-01-11T04:28:10.174Z | uploaded: /work/debug/xde_link.dbg.so |
1711 | 2025-01-11T04:28:10.174Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1712 | 2025-01-11T04:28:11.182Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1713 | 2025-01-11T04:28:11.182Z | uploading: /work/release/xde (41475280 bytes) |
1714 | 2025-01-11T04:28:12.971Z | uploaded: /work/release/xde |
1715 | 2025-01-11T04:28:12.971Z | uploading: /work/release/xde.sha256 (84 bytes) |
1716 | 2025-01-11T04:28:13.980Z | uploaded: /work/release/xde.sha256 |
1717 | 2025-01-11T04:28:13.980Z | uploading: /work/release/xde_link.so (28092 bytes) |
1718 | 2025-01-11T04:28:14.992Z | uploaded: /work/release/xde_link.so |
1719 | 2025-01-11T04:28:14.992Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1720 | 2025-01-11T04:28:16.001Z | uploaded: /work/release/xde_link.so.sha256 |
1721 | 2025-01-11T04:28:16.002Z | uploading: /work/test/loopback (61994576 bytes) |
1722 | 2025-01-11T04:28:18.172Z | uploaded: /work/test/loopback |
1723 | 2025-01-11T04:28:18.172Z | uploading: /work/xde.conf (79 bytes) |
1724 | 2025-01-11T04:28:19.180Z | uploaded: /work/xde.conf |