|
|
|
1 | 2024-12-31T16:21:15.420Z | job assigned to worker 01JGER8C9KNXHNCTQSYPR2XZKG [factory aws, i-08419fb0461af84b5] (queued for 1 m 38 s) |
|
2 | 2024-12-31T16:21:26.301Z | starting task 0: "setup" |
3 | 2024-12-31T16:21:26.311Z | ++ uname -s |
4 | 2024-12-31T16:21:26.314Z | + kern=SunOS |
5 | 2024-12-31T16:21:26.314Z | + case "$kern" in |
6 | 2024-12-31T16:21:26.314Z | + groupadd -g 12345 build |
7 | 2024-12-31T16:21:26.317Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T16:21:28.324Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T16:21:28.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T16:21:28.446Z | + home_fs=zfs |
11 | 2024-12-31T16:21:28.446Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T16:21:28.446Z | + mkdir -p /home/build |
13 | 2024-12-31T16:21:28.449Z | + chown build:build /home/build /work |
14 | 2024-12-31T16:21:29.450Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T16:21:29.454Z | process exited: duration 3151 ms, exit code 0 |
|
16 | 2024-12-31T16:21:29.459Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T16:21:29.464Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T16:21:29.464Z | ' nightly-2024-11-18 |
19 | 2024-12-31T16:21:29.464Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-31T16:21:29.464Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2024-12-31T16:21:29.464Z | ' default |
22 | 2024-12-31T16:21:29.464Z | * toolchain profile = "default" |
23 | 2024-12-31T16:21:29.467Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T16:21:29.467Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T16:21:29.585Z | info: downloading installer |
26 | 2024-12-31T16:21:31.797Z | info: profile set to 'default' |
27 | 2024-12-31T16:21:31.797Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T16:21:31.800Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T16:21:31.959Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T16:21:31.959Z | info: downloading component 'cargo' |
31 | 2024-12-31T16:21:32.876Z | info: downloading component 'clippy' |
32 | 2024-12-31T16:21:33.230Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T16:21:34.476Z | info: downloading component 'rust-std' |
34 | 2024-12-31T16:21:36.493Z | info: downloading component 'rustc' |
35 | 2024-12-31T16:21:43.616Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T16:21:43.881Z | info: installing component 'cargo' |
37 | 2024-12-31T16:21:44.731Z | info: installing component 'clippy' |
38 | 2024-12-31T16:21:45.111Z | info: installing component 'rust-docs' |
39 | 2024-12-31T16:21:46.803Z | info: installing component 'rust-std' |
40 | 2024-12-31T16:21:48.580Z | info: installing component 'rustc' |
41 | 2024-12-31T16:21:54.490Z | info: installing component 'rustfmt' |
42 | 2024-12-31T16:21:54.836Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T16:21:54.837Z | |
44 | 2024-12-31T16:21:55.228Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T16:21:55.228Z | |
46 | 2024-12-31T16:21:55.231Z | |
47 | 2024-12-31T16:21:55.231Z | Rust is installed now. Great! |
48 | 2024-12-31T16:21:55.231Z | |
49 | 2024-12-31T16:21:55.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T16:21:55.231Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T16:21:55.231Z | |
52 | 2024-12-31T16:21:55.231Z | To configure your current shell, you need to source |
53 | 2024-12-31T16:21:55.231Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T16:21:55.231Z | |
55 | 2024-12-31T16:21:55.231Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T16:21:55.231Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T16:21:55.231Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T16:21:55.314Z | + rustc --version |
59 | 2024-12-31T16:21:55.381Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T16:21:55.384Z | process exited: duration 25923 ms, exit code 0 |
|
61 | 2024-12-31T16:21:55.390Z | starting task 2: "authentication" |
62 | 2024-12-31T16:21:55.411Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-31T16:21:55.417Z | starting task 3: "clone repository" |
64 | 2024-12-31T16:21:55.422Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T16:21:55.424Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T16:21:56.162Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T16:21:57.320Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T16:21:57.323Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
69 | 2024-12-31T16:21:57.608Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T16:21:57.608Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
71 | 2024-12-31T16:21:57.617Z | + [[ -n ingot-and-offload ]] |
72 | 2024-12-31T16:21:57.620Z | ++ git branch --show-current |
73 | 2024-12-31T16:21:57.622Z | + current=master |
74 | 2024-12-31T16:21:57.622Z | + [[ master != ingot-and-offload ]] |
75 | 2024-12-31T16:21:57.623Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
76 | 2024-12-31T16:21:57.625Z | + git checkout -f ingot-and-offload |
77 | 2024-12-31T16:21:57.649Z | Switched to branch 'ingot-and-offload' |
78 | 2024-12-31T16:21:57.651Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
79 | 2024-12-31T16:21:57.658Z | HEAD is now at fab7c2b Further cleanup. |
80 | 2024-12-31T16:21:57.661Z | process exited: duration 2242 ms, exit code 0 |
|
81 | 2024-12-31T16:21:57.667Z | starting task 4: "build" |
82 | 2024-12-31T16:21:57.672Z | + TGT_BASE=/work |
83 | 2024-12-31T16:21:57.672Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-12-31T16:21:57.672Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-12-31T16:21:57.672Z | + DBG_TGT=/work/debug |
86 | 2024-12-31T16:21:57.672Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-12-31T16:21:57.673Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-12-31T16:21:57.673Z | + REL_TGT=/work/release |
89 | 2024-12-31T16:21:57.673Z | + mkdir -p /work/debug /work/release |
90 | 2024-12-31T16:21:57.677Z | + cargo --version |
91 | 2024-12-31T16:21:57.679Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
92 | 2024-12-31T16:21:57.829Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
93 | 2024-12-31T16:21:57.829Z | info: downloading component 'cargo' |
94 | 2024-12-31T16:21:58.574Z | info: downloading component 'clippy' |
95 | 2024-12-31T16:21:58.860Z | info: downloading component 'rust-docs' |
96 | 2024-12-31T16:21:59.899Z | info: downloading component 'rust-std' |
97 | 2024-12-31T16:22:01.443Z | info: downloading component 'rustc' |
98 | 2024-12-31T16:22:07.152Z | info: downloading component 'rustfmt' |
99 | 2024-12-31T16:22:07.370Z | info: installing component 'cargo' |
100 | 2024-12-31T16:22:08.197Z | info: installing component 'clippy' |
101 | 2024-12-31T16:22:08.573Z | info: installing component 'rust-docs' |
102 | 2024-12-31T16:22:10.177Z | info: installing component 'rust-std' |
103 | 2024-12-31T16:22:11.829Z | info: installing component 'rustc' |
104 | 2024-12-31T16:22:17.691Z | info: installing component 'rustfmt' |
105 | 2024-12-31T16:22:18.116Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
106 | 2024-12-31T16:22:18.118Z | + rustc --version |
107 | 2024-12-31T16:22:18.194Z | rustc 1.83.0 (90b35a623 2024-11-26) |
108 | 2024-12-31T16:22:18.199Z | + install_pkg jq |
109 | 2024-12-31T16:22:18.202Z | + set +o errexit |
110 | 2024-12-31T16:22:18.202Z | + pfexec pkg install jq |
111 | 2024-12-31T16:22:37.716Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-31T16:22:42.042Z | Startup: Caching catalogs ... Done |
113 | 2024-12-31T16:22:52.806Z | Planning: Solver setup ... Done |
114 | 2024-12-31T16:22:52.941Z | Planning: Running solver ... Done |
115 | 2024-12-31T16:22:53.040Z | Planning: Consolidating action changes ... Done |
116 | 2024-12-31T16:22:53.043Z | Planning: Evaluating mediators ... Done |
117 | 2024-12-31T16:22:53.043Z | Planning: Planning completed in 10.90 seconds |
118 | 2024-12-31T16:22:53.067Z | No updates necessary for this image. |
119 | 2024-12-31T16:22:53.799Z | + exit_code=4 |
120 | 2024-12-31T16:22:53.799Z | + [[ 4 -ne 0 ]] |
121 | 2024-12-31T16:22:53.801Z | + [[ 4 -ne 4 ]] |
122 | 2024-12-31T16:22:53.802Z | + set -o errexit |
123 | 2024-12-31T16:22:53.802Z | + pushd xde |
124 | 2024-12-31T16:22:53.802Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-12-31T16:22:53.802Z | + cp xde.conf /work/xde.conf |
126 | 2024-12-31T16:22:53.804Z | + header 'check style' |
127 | 2024-12-31T16:22:53.804Z | + echo '# ==== check style ==== #' |
128 | 2024-12-31T16:22:53.804Z | # ==== check style ==== # |
129 | 2024-12-31T16:22:53.804Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-12-31T16:22:54.192Z | |
131 | 2024-12-31T16:22:54.192Z | real 0.384138019 |
132 | 2024-12-31T16:22:54.192Z | user 0.266375133 |
133 | 2024-12-31T16:22:54.192Z | sys 0.107397679 |
134 | 2024-12-31T16:22:54.192Z | trap 0.000028696 |
135 | 2024-12-31T16:22:54.192Z | tflt 0.000000000 |
136 | 2024-12-31T16:22:54.192Z | dflt 0.000000000 |
137 | 2024-12-31T16:22:54.192Z | kflt 0.000000000 |
138 | 2024-12-31T16:22:54.192Z | lock 0.000000000 |
139 | 2024-12-31T16:22:54.192Z | slp 0.296352474 |
140 | 2024-12-31T16:22:54.195Z | lat 0.000278174 |
141 | 2024-12-31T16:22:54.195Z | stop 0.000127011 |
142 | 2024-12-31T16:22:54.195Z | + header analyze |
143 | 2024-12-31T16:22:54.195Z | + echo '# ==== analyze ==== #' |
144 | 2024-12-31T16:22:54.195Z | # ==== analyze ==== # |
145 | 2024-12-31T16:22:54.195Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-12-31T16:22:54.325Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-12-31T16:22:54.481Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-12-31T16:22:54.503Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-12-31T16:22:54.503Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-12-31T16:22:54.506Z | info: downloading component 'rust-src' |
151 | 2024-12-31T16:22:54.723Z | info: installing component 'rust-src' |
152 | 2024-12-31T16:22:55.369Z | Updating crates.io index |
153 | 2024-12-31T16:22:55.465Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-12-31T16:22:56.250Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-12-31T16:22:56.553Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-12-31T16:22:56.840Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-12-31T16:22:57.230Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-12-31T16:22:57.515Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-12-31T16:22:57.780Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-12-31T16:22:58.043Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-12-31T16:22:58.362Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-12-31T16:22:59.180Z | Downloading crates ... |
163 | 2024-12-31T16:22:59.228Z | Downloaded bitflags v1.3.2 |
164 | 2024-12-31T16:22:59.236Z | Downloaded bitflags v2.6.0 |
165 | 2024-12-31T16:22:59.247Z | Downloaded ident_case v1.0.1 |
166 | 2024-12-31T16:22:59.255Z | Downloaded darling_macro v0.20.10 |
167 | 2024-12-31T16:22:59.264Z | Downloaded cobs v0.2.3 |
168 | 2024-12-31T16:22:59.267Z | Downloaded either v1.13.0 |
169 | 2024-12-31T16:22:59.267Z | Downloaded byteorder v1.5.0 |
170 | 2024-12-31T16:22:59.270Z | Downloaded hash32 v0.3.1 |
171 | 2024-12-31T16:22:59.270Z | Downloaded version_check v0.9.5 |
172 | 2024-12-31T16:22:59.274Z | Downloaded cfg-if v1.0.0 |
173 | 2024-12-31T16:22:59.274Z | Downloaded strsim v0.11.1 |
174 | 2024-12-31T16:22:59.277Z | Downloaded thiserror-impl v2.0.9 |
175 | 2024-12-31T16:22:59.280Z | Downloaded dyn-clone v1.0.17 |
176 | 2024-12-31T16:22:59.282Z | Downloaded managed v0.8.0 |
177 | 2024-12-31T16:22:59.285Z | Downloaded stable_deref_trait v1.2.0 |
178 | 2024-12-31T16:22:59.285Z | Downloaded embedded-io v0.6.1 |
179 | 2024-12-31T16:22:59.285Z | Downloaded embedded-io v0.4.0 |
180 | 2024-12-31T16:22:59.288Z | Downloaded proc-macro-error-attr2 v2.0.0 |
181 | 2024-12-31T16:22:59.296Z | Downloaded macaddr v1.0.1 |
182 | 2024-12-31T16:22:59.300Z | Downloaded thiserror v2.0.9 |
183 | 2024-12-31T16:22:59.305Z | Downloaded defmt-macros v0.4.0 |
184 | 2024-12-31T16:22:59.308Z | Downloaded proc-macro-error2 v2.0.1 |
185 | 2024-12-31T16:22:59.311Z | Downloaded postcard v1.1.1 |
186 | 2024-12-31T16:22:59.314Z | Downloaded unicode-ident v1.0.14 |
187 | 2024-12-31T16:22:59.317Z | Downloaded crc32fast v1.4.2 |
188 | 2024-12-31T16:22:59.320Z | Downloaded defmt v0.3.10 |
189 | 2024-12-31T16:22:59.322Z | Downloaded darling v0.20.10 |
190 | 2024-12-31T16:22:59.325Z | Downloaded uuid v1.11.0 |
191 | 2024-12-31T16:22:59.331Z | Downloaded proc-macro2 v1.0.92 |
192 | 2024-12-31T16:22:59.341Z | Downloaded serde_derive v1.0.216 |
193 | 2024-12-31T16:22:59.348Z | Downloaded heapless v0.8.0 |
194 | 2024-12-31T16:22:59.358Z | Downloaded zerocopy-derive v0.8.13 |
195 | 2024-12-31T16:22:59.364Z | Downloaded serde v1.0.216 |
196 | 2024-12-31T16:22:59.367Z | Downloaded fnv v1.0.7 |
197 | 2024-12-31T16:22:59.370Z | Downloaded darling_core v0.20.10 |
198 | 2024-12-31T16:22:59.372Z | Downloaded defmt-parser v0.4.1 |
199 | 2024-12-31T16:22:59.376Z | Downloaded quote v1.0.37 |
200 | 2024-12-31T16:22:59.379Z | Downloaded memchr v2.7.4 |
201 | 2024-12-31T16:22:59.394Z | Downloaded itertools v0.13.0 |
202 | 2024-12-31T16:22:59.400Z | Downloaded aho-corasick v1.1.3 |
203 | 2024-12-31T16:22:59.429Z | Downloaded zerocopy v0.8.13 |
204 | 2024-12-31T16:22:59.451Z | Downloaded syn v2.0.91 |
205 | 2024-12-31T16:22:59.461Z | Downloaded regex v1.11.1 |
206 | 2024-12-31T16:22:59.472Z | Downloaded smoltcp v0.11.0 |
207 | 2024-12-31T16:22:59.483Z | Downloaded regex-syntax v0.8.5 |
208 | 2024-12-31T16:22:59.505Z | Downloaded regex-automata v0.4.9 |
209 | 2024-12-31T16:22:59.526Z | Updating crates.io index |
210 | 2024-12-31T16:22:59.585Z | Downloading crates ... |
211 | 2024-12-31T16:22:59.639Z | Downloaded addr2line v0.22.0 |
212 | 2024-12-31T16:22:59.656Z | Downloaded rustc-demangle v0.1.24 |
213 | 2024-12-31T16:22:59.658Z | Downloaded getopts v0.2.21 |
214 | 2024-12-31T16:22:59.661Z | Downloaded adler v1.0.2 |
215 | 2024-12-31T16:22:59.667Z | Downloaded miniz_oxide v0.7.4 |
216 | 2024-12-31T16:22:59.688Z | Downloaded allocator-api2 v0.2.18 |
217 | 2024-12-31T16:22:59.719Z | Downloaded hashbrown v0.15.0 |
218 | 2024-12-31T16:22:59.760Z | Downloaded compiler_builtins v0.1.138 |
219 | 2024-12-31T16:22:59.781Z | Downloaded unicode-width v0.1.14 |
220 | 2024-12-31T16:22:59.786Z | Downloaded gimli v0.29.0 |
221 | 2024-12-31T16:22:59.796Z | Downloaded object v0.36.5 |
222 | 2024-12-31T16:22:59.822Z | Downloaded libc v0.2.161 |
223 | 2024-12-31T16:22:59.980Z | Compiling compiler_builtins v0.1.138 |
224 | 2024-12-31T16:22:59.983Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
225 | 2024-12-31T16:22:59.983Z | Compiling proc-macro2 v1.0.92 |
226 | 2024-12-31T16:22:59.983Z | Compiling unicode-ident v1.0.14 |
227 | 2024-12-31T16:22:59.983Z | Compiling fnv v1.0.7 |
228 | 2024-12-31T16:22:59.983Z | Compiling serde v1.0.216 |
229 | 2024-12-31T16:22:59.984Z | Compiling ident_case v1.0.1 |
230 | 2024-12-31T16:22:59.995Z | Compiling strsim v0.11.1 |
231 | 2024-12-31T16:23:00.165Z | Compiling memchr v2.7.4 |
232 | 2024-12-31T16:23:00.198Z | Compiling regex-syntax v0.8.5 |
233 | 2024-12-31T16:23:00.208Z | Compiling either v1.13.0 |
234 | 2024-12-31T16:23:00.579Z | Compiling zerocopy v0.8.13 |
235 | 2024-12-31T16:23:00.864Z | Compiling itertools v0.13.0 |
236 | 2024-12-31T16:23:01.650Z | Compiling aho-corasick v1.1.3 |
237 | 2024-12-31T16:23:02.126Z | Compiling heapless v0.8.0 |
238 | 2024-12-31T16:23:02.149Z | Compiling smoltcp v0.11.0 |
239 | 2024-12-31T16:23:02.290Z | Compiling version_check v0.9.5 |
240 | 2024-12-31T16:23:03.049Z | Compiling quote v1.0.37 |
241 | 2024-12-31T16:23:03.111Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
242 | 2024-12-31T16:23:03.387Z | Compiling regex-automata v0.4.9 |
243 | 2024-12-31T16:23:03.480Z | Compiling syn v2.0.91 |
244 | 2024-12-31T16:23:06.483Z | Compiling regex v1.11.1 |
245 | 2024-12-31T16:23:08.308Z | Compiling darling_core v0.20.10 |
246 | 2024-12-31T16:23:10.113Z | Compiling serde_derive v1.0.216 |
247 | 2024-12-31T16:23:10.113Z | Compiling zerocopy-derive v0.8.13 |
248 | 2024-12-31T16:23:10.116Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
249 | 2024-12-31T16:23:11.869Z | Compiling darling_macro v0.20.10 |
250 | 2024-12-31T16:23:13.091Z | Compiling darling v0.20.10 |
251 | 2024-12-31T16:23:13.190Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
252 | 2024-12-31T16:23:13.190Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
253 | 2024-12-31T16:23:19.322Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
254 | 2024-12-31T16:23:20.110Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
255 | 2024-12-31T16:23:22.857Z | Checking byteorder v1.5.0 |
256 | 2024-12-31T16:23:22.857Z | Checking stable_deref_trait v1.2.0 |
257 | 2024-12-31T16:23:22.860Z | Checking macaddr v1.0.1 |
258 | 2024-12-31T16:23:22.860Z | Checking cfg-if v1.0.0 |
259 | 2024-12-31T16:23:22.860Z | Checking bitflags v1.3.2 |
260 | 2024-12-31T16:23:22.860Z | Checking managed v0.8.0 |
261 | 2024-12-31T16:23:22.931Z | Checking cobs v0.2.3 |
262 | 2024-12-31T16:23:22.977Z | Checking crc32fast v1.4.2 |
263 | 2024-12-31T16:23:23.092Z | Checking dyn-clone v1.0.17 |
264 | 2024-12-31T16:23:23.133Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
265 | 2024-12-31T16:23:23.146Z | Checking hash32 v0.3.1 |
266 | 2024-12-31T16:23:24.841Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
267 | 2024-12-31T16:23:25.852Z | Checking bitflags v2.6.0 |
268 | 2024-12-31T16:23:25.852Z | Checking postcard v1.1.1 |
269 | 2024-12-31T16:23:25.855Z | Checking uuid v1.11.0 |
270 | 2024-12-31T16:23:26.031Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-12-31T16:23:26.032Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
272 | 2024-12-31T16:23:27.313Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
273 | 2024-12-31T16:23:33.575Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
274 | 2024-12-31T16:23:33.575Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
275 | 2024-12-31T16:23:33.576Z | | |
276 | 2024-12-31T16:23:33.576Z | 103 | / self.get(Self::INTERNAL_TARGET) |
277 | 2024-12-31T16:23:33.576Z | 104 | | .and_then(|v| Some(v == "1")) |
278 | 2024-12-31T16:23:33.576Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
279 | 2024-12-31T16:23:33.576Z | | |
280 | 2024-12-31T16:23:33.576Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
281 | 2024-12-31T16:23:33.576Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
282 | 2024-12-31T16:23:33.576Z | |
283 | 2024-12-31T16:23:34.354Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
284 | 2024-12-31T16:23:34.358Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
285 | 2024-12-31T16:23:36.359Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
286 | 2024-12-31T16:23:40.060Z | warning: this `let...else` may be rewritten with the `?` operator |
287 | 2024-12-31T16:23:40.060Z | --> xde/src/mac/mod.rs:256:9 |
288 | 2024-12-31T16:23:40.060Z | | |
289 | 2024-12-31T16:23:40.060Z | 256 | / let Some(mblk) = pkt.unwrap_mblk() else { |
290 | 2024-12-31T16:23:40.060Z | 257 | | return None; |
291 | 2024-12-31T16:23:40.060Z | 258 | | }; |
292 | 2024-12-31T16:23:40.060Z | | |__________^ help: replace it with: `let mblk = pkt.unwrap_mblk()?;` |
293 | 2024-12-31T16:23:40.060Z | | |
294 | 2024-12-31T16:23:40.060Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#question_mark |
295 | 2024-12-31T16:23:40.060Z | = note: `#[warn(clippy::question_mark)]` on by default |
296 | 2024-12-31T16:23:40.060Z | |
297 | 2024-12-31T16:23:40.184Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
298 | 2024-12-31T16:23:40.184Z | --> xde/src/xde.rs:393:20 |
299 | 2024-12-31T16:23:40.184Z | | |
300 | 2024-12-31T16:23:40.184Z | 393 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
301 | 2024-12-31T16:23:40.184Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
302 | 2024-12-31T16:23:40.184Z | | |
303 | 2024-12-31T16:23:40.184Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
304 | 2024-12-31T16:23:40.184Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
305 | 2024-12-31T16:23:40.184Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
306 | 2024-12-31T16:23:40.184Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
307 | 2024-12-31T16:23:40.184Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
308 | 2024-12-31T16:23:40.184Z | |
309 | 2024-12-31T16:23:40.214Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
310 | 2024-12-31T16:23:40.215Z | --> xde/src/xde.rs:1191:9 |
311 | 2024-12-31T16:23:40.215Z | | |
312 | 2024-12-31T16:23:40.215Z | 1191 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
313 | 2024-12-31T16:23:40.215Z | 1192 | | errno: EFAULT, |
314 | 2024-12-31T16:23:40.215Z | 1193 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
315 | 2024-12-31T16:23:40.215Z | 1194 | | })?); |
316 | 2024-12-31T16:23:40.215Z | | |____________^ |
317 | 2024-12-31T16:23:40.215Z | | |
318 | 2024-12-31T16:23:40.215Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
319 | 2024-12-31T16:23:40.215Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
320 | 2024-12-31T16:23:40.215Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
321 | 2024-12-31T16:23:40.215Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
322 | 2024-12-31T16:23:40.215Z | |
323 | 2024-12-31T16:23:40.240Z | warning: struct update has no effect, all the fields in the struct have already been specified |
324 | 2024-12-31T16:23:40.240Z | --> xde/src/xde.rs:1757:11 |
325 | 2024-12-31T16:23:40.240Z | | |
326 | 2024-12-31T16:23:40.240Z | 1757 | ..Default::default() |
327 | 2024-12-31T16:23:40.240Z | | ^^^^^^^^^^^^^^^^^^ |
328 | 2024-12-31T16:23:40.240Z | | |
329 | 2024-12-31T16:23:40.240Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update |
330 | 2024-12-31T16:23:40.240Z | = note: `#[warn(clippy::needless_update)]` on by default |
331 | 2024-12-31T16:23:40.240Z | |
332 | 2024-12-31T16:23:40.243Z | warning: struct update has no effect, all the fields in the struct have already been specified |
333 | 2024-12-31T16:23:40.243Z | --> xde/src/xde.rs:1851:23 |
334 | 2024-12-31T16:23:40.243Z | | |
335 | 2024-12-31T16:23:40.243Z | 1851 | ..Default::default() |
336 | 2024-12-31T16:23:40.243Z | | ^^^^^^^^^^^^^^^^^^ |
337 | 2024-12-31T16:23:40.243Z | | |
338 | 2024-12-31T16:23:40.243Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update |
339 | 2024-12-31T16:23:40.243Z | |
340 | 2024-12-31T16:23:40.248Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
341 | 2024-12-31T16:23:40.248Z | --> xde/src/xde.rs:2074:8 |
342 | 2024-12-31T16:23:40.248Z | | |
343 | 2024-12-31T16:23:40.248Z | 2074 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
344 | 2024-12-31T16:23:40.248Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
345 | 2024-12-31T16:23:40.248Z | | |
346 | 2024-12-31T16:23:40.248Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
347 | 2024-12-31T16:23:40.249Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
348 | 2024-12-31T16:23:40.249Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
349 | 2024-12-31T16:23:40.249Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
350 | 2024-12-31T16:23:40.249Z | |
351 | 2024-12-31T16:23:40.401Z | warning: creating a mutable reference to mutable static is discouraged |
352 | 2024-12-31T16:23:40.401Z | --> xde/src/xde.rs:458:5 |
353 | 2024-12-31T16:23:40.402Z | | |
354 | 2024-12-31T16:23:40.402Z | 458 | xde_devs.init(KRwLockType::Driver); |
355 | 2024-12-31T16:23:40.402Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
356 | 2024-12-31T16:23:40.402Z | | |
357 | 2024-12-31T16:23:40.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
358 | 2024-12-31T16:23:40.402Z | = 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 |
359 | 2024-12-31T16:23:40.402Z | = note: `#[warn(static_mut_refs)]` on by default |
360 | 2024-12-31T16:23:40.402Z | |
361 | 2024-12-31T16:23:40.405Z | warning: creating a shared reference to mutable static is discouraged |
362 | 2024-12-31T16:23:40.405Z | --> xde/src/xde.rs:782:25 |
363 | 2024-12-31T16:23:40.405Z | | |
364 | 2024-12-31T16:23:40.405Z | 782 | let devs = unsafe { xde_devs.read() }; |
365 | 2024-12-31T16:23:40.405Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
366 | 2024-12-31T16:23:40.405Z | | |
367 | 2024-12-31T16:23:40.405Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
368 | 2024-12-31T16:23:40.405Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
369 | 2024-12-31T16:23:40.405Z | |
370 | 2024-12-31T16:23:40.405Z | warning: creating a shared reference to mutable static is discouraged |
371 | 2024-12-31T16:23:40.405Z | --> xde/src/xde.rs:810:29 |
372 | 2024-12-31T16:23:40.405Z | | |
373 | 2024-12-31T16:23:40.405Z | 810 | let mut devs = unsafe { xde_devs.write() }; |
374 | 2024-12-31T16:23:40.405Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
375 | 2024-12-31T16:23:40.405Z | | |
376 | 2024-12-31T16:23:40.405Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
377 | 2024-12-31T16:23:40.405Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
378 | 2024-12-31T16:23:40.405Z | |
379 | 2024-12-31T16:23:40.405Z | warning: creating a shared reference to mutable static is discouraged |
380 | 2024-12-31T16:23:40.405Z | --> xde/src/xde.rs:944:29 |
381 | 2024-12-31T16:23:40.405Z | | |
382 | 2024-12-31T16:23:40.405Z | 944 | let mut devs = unsafe { xde_devs.write() }; |
383 | 2024-12-31T16:23:40.405Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
384 | 2024-12-31T16:23:40.405Z | | |
385 | 2024-12-31T16:23:40.405Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
386 | 2024-12-31T16:23:40.405Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
387 | 2024-12-31T16:23:40.405Z | |
388 | 2024-12-31T16:23:40.406Z | warning: creating a shared reference to mutable static is discouraged |
389 | 2024-12-31T16:23:40.406Z | --> xde/src/xde.rs:1032:18 |
390 | 2024-12-31T16:23:40.406Z | | |
391 | 2024-12-31T16:23:40.406Z | 1032 | if unsafe { !xde_devs.read().is_empty() } { |
392 | 2024-12-31T16:23:40.406Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
393 | 2024-12-31T16:23:40.406Z | | |
394 | 2024-12-31T16:23:40.406Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
395 | 2024-12-31T16:23:40.406Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
396 | 2024-12-31T16:23:40.406Z | |
397 | 2024-12-31T16:23:40.409Z | warning: creating a shared reference to mutable static is discouraged |
398 | 2024-12-31T16:23:40.409Z | --> xde/src/xde.rs:1359:9 |
399 | 2024-12-31T16:23:40.409Z | | |
400 | 2024-12-31T16:23:40.409Z | 1359 | if !xde_devs.read().is_empty() { |
401 | 2024-12-31T16:23:40.409Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
402 | 2024-12-31T16:23:40.409Z | | |
403 | 2024-12-31T16:23:40.409Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
404 | 2024-12-31T16:23:40.409Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
405 | 2024-12-31T16:23:40.409Z | |
406 | 2024-12-31T16:23:40.409Z | warning: creating a shared reference to mutable static is discouraged |
407 | 2024-12-31T16:23:40.409Z | --> xde/src/xde.rs:1816:37 |
408 | 2024-12-31T16:23:40.409Z | | |
409 | 2024-12-31T16:23:40.409Z | 1816 | let devs = unsafe { xde_devs.read() }; |
410 | 2024-12-31T16:23:40.409Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
411 | 2024-12-31T16:23:40.409Z | | |
412 | 2024-12-31T16:23:40.409Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
413 | 2024-12-31T16:23:40.409Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
414 | 2024-12-31T16:23:40.409Z | |
415 | 2024-12-31T16:23:40.409Z | warning: creating a shared reference to mutable static is discouraged |
416 | 2024-12-31T16:23:40.409Z | --> xde/src/xde.rs:2142:16 |
417 | 2024-12-31T16:23:40.409Z | | |
418 | 2024-12-31T16:23:40.409Z | 2142 | let devs = xde_devs.read(); |
419 | 2024-12-31T16:23:40.409Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
420 | 2024-12-31T16:23:40.409Z | | |
421 | 2024-12-31T16:23:40.409Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
422 | 2024-12-31T16:23:40.409Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
423 | 2024-12-31T16:23:40.409Z | |
424 | 2024-12-31T16:23:40.409Z | warning: creating a shared reference to mutable static is discouraged |
425 | 2024-12-31T16:23:40.409Z | --> xde/src/xde.rs:2191:25 |
426 | 2024-12-31T16:23:40.409Z | | |
427 | 2024-12-31T16:23:40.409Z | 2191 | let devs = unsafe { xde_devs.read() }; |
428 | 2024-12-31T16:23:40.409Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
429 | 2024-12-31T16:23:40.410Z | | |
430 | 2024-12-31T16:23:40.410Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
431 | 2024-12-31T16:23:40.410Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
432 | 2024-12-31T16:23:40.410Z | |
433 | 2024-12-31T16:23:40.410Z | warning: creating a shared reference to mutable static is discouraged |
434 | 2024-12-31T16:23:40.410Z | --> xde/src/xde.rs:2204:25 |
435 | 2024-12-31T16:23:40.410Z | | |
436 | 2024-12-31T16:23:40.410Z | 2204 | let devs = unsafe { xde_devs.read() }; |
437 | 2024-12-31T16:23:40.410Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
438 | 2024-12-31T16:23:40.410Z | | |
439 | 2024-12-31T16:23:40.410Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
440 | 2024-12-31T16:23:40.410Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
441 | 2024-12-31T16:23:40.410Z | |
442 | 2024-12-31T16:23:40.410Z | warning: creating a shared reference to mutable static is discouraged |
443 | 2024-12-31T16:23:40.410Z | --> xde/src/xde.rs:2215:25 |
444 | 2024-12-31T16:23:40.410Z | | |
445 | 2024-12-31T16:23:40.410Z | 2215 | let devs = unsafe { xde_devs.read() }; |
446 | 2024-12-31T16:23:40.410Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
447 | 2024-12-31T16:23:40.410Z | | |
448 | 2024-12-31T16:23:40.410Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
449 | 2024-12-31T16:23:40.410Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
450 | 2024-12-31T16:23:40.410Z | |
451 | 2024-12-31T16:23:40.414Z | warning: creating a shared reference to mutable static is discouraged |
452 | 2024-12-31T16:23:40.414Z | --> xde/src/xde.rs:2227:25 |
453 | 2024-12-31T16:23:40.414Z | | |
454 | 2024-12-31T16:23:40.414Z | 2227 | let devs = unsafe { xde_devs.read() }; |
455 | 2024-12-31T16:23:40.414Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
456 | 2024-12-31T16:23:40.414Z | | |
457 | 2024-12-31T16:23:40.414Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
458 | 2024-12-31T16:23:40.414Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
459 | 2024-12-31T16:23:40.414Z | |
460 | 2024-12-31T16:23:40.414Z | warning: creating a shared reference to mutable static is discouraged |
461 | 2024-12-31T16:23:40.414Z | --> xde/src/xde.rs:2239:25 |
462 | 2024-12-31T16:23:40.414Z | | |
463 | 2024-12-31T16:23:40.414Z | 2239 | let devs = unsafe { xde_devs.read() }; |
464 | 2024-12-31T16:23:40.414Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
465 | 2024-12-31T16:23:40.414Z | | |
466 | 2024-12-31T16:23:40.415Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
467 | 2024-12-31T16:23:40.415Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
468 | 2024-12-31T16:23:40.415Z | |
469 | 2024-12-31T16:23:40.415Z | warning: creating a shared reference to mutable static is discouraged |
470 | 2024-12-31T16:23:40.415Z | --> xde/src/xde.rs:2303:25 |
471 | 2024-12-31T16:23:40.415Z | | |
472 | 2024-12-31T16:23:40.415Z | 2303 | let devs = unsafe { xde_devs.read() }; |
473 | 2024-12-31T16:23:40.415Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
474 | 2024-12-31T16:23:40.415Z | | |
475 | 2024-12-31T16:23:40.415Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
476 | 2024-12-31T16:23:40.415Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
477 | 2024-12-31T16:23:40.415Z | |
478 | 2024-12-31T16:23:40.415Z | warning: creating a shared reference to mutable static is discouraged |
479 | 2024-12-31T16:23:40.415Z | --> xde/src/xde.rs:2314:25 |
480 | 2024-12-31T16:23:40.415Z | | |
481 | 2024-12-31T16:23:40.415Z | 2314 | let devs = unsafe { xde_devs.read() }; |
482 | 2024-12-31T16:23:40.415Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
483 | 2024-12-31T16:23:40.415Z | | |
484 | 2024-12-31T16:23:40.415Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
485 | 2024-12-31T16:23:40.415Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
486 | 2024-12-31T16:23:40.415Z | |
487 | 2024-12-31T16:23:40.415Z | warning: creating a shared reference to mutable static is discouraged |
488 | 2024-12-31T16:23:40.415Z | --> xde/src/xde.rs:2326:25 |
489 | 2024-12-31T16:23:40.415Z | | |
490 | 2024-12-31T16:23:40.415Z | 2326 | let devs = unsafe { xde_devs.read() }; |
491 | 2024-12-31T16:23:40.415Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
492 | 2024-12-31T16:23:40.415Z | | |
493 | 2024-12-31T16:23:40.415Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
494 | 2024-12-31T16:23:40.415Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
495 | 2024-12-31T16:23:40.415Z | |
496 | 2024-12-31T16:23:40.415Z | warning: creating a shared reference to mutable static is discouraged |
497 | 2024-12-31T16:23:40.415Z | --> xde/src/xde.rs:2340:25 |
498 | 2024-12-31T16:23:40.415Z | | |
499 | 2024-12-31T16:23:40.415Z | 2340 | let devs = unsafe { xde_devs.read() }; |
500 | 2024-12-31T16:23:40.415Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
501 | 2024-12-31T16:23:40.415Z | | |
502 | 2024-12-31T16:23:40.415Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
503 | 2024-12-31T16:23:40.415Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
504 | 2024-12-31T16:23:40.415Z | |
505 | 2024-12-31T16:23:40.415Z | warning: creating a shared reference to mutable static is discouraged |
506 | 2024-12-31T16:23:40.416Z | --> xde/src/xde.rs:2353:25 |
507 | 2024-12-31T16:23:40.416Z | | |
508 | 2024-12-31T16:23:40.416Z | 2353 | let devs = unsafe { xde_devs.read() }; |
509 | 2024-12-31T16:23:40.416Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
510 | 2024-12-31T16:23:40.416Z | | |
511 | 2024-12-31T16:23:40.416Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
512 | 2024-12-31T16:23:40.416Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
513 | 2024-12-31T16:23:40.416Z | |
514 | 2024-12-31T16:23:40.416Z | warning: creating a shared reference to mutable static is discouraged |
515 | 2024-12-31T16:23:40.416Z | --> xde/src/xde.rs:2366:25 |
516 | 2024-12-31T16:23:40.416Z | | |
517 | 2024-12-31T16:23:40.416Z | 2366 | let devs = unsafe { xde_devs.read() }; |
518 | 2024-12-31T16:23:40.416Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
519 | 2024-12-31T16:23:40.416Z | | |
520 | 2024-12-31T16:23:40.416Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
521 | 2024-12-31T16:23:40.416Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
522 | 2024-12-31T16:23:40.416Z | |
523 | 2024-12-31T16:23:40.416Z | warning: creating a shared reference to mutable static is discouraged |
524 | 2024-12-31T16:23:40.416Z | --> xde/src/xde.rs:2377:25 |
525 | 2024-12-31T16:23:40.416Z | | |
526 | 2024-12-31T16:23:40.416Z | 2377 | let devs = unsafe { xde_devs.read() }; |
527 | 2024-12-31T16:23:40.416Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
528 | 2024-12-31T16:23:40.416Z | | |
529 | 2024-12-31T16:23:40.416Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
530 | 2024-12-31T16:23:40.416Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
531 | 2024-12-31T16:23:40.416Z | |
532 | 2024-12-31T16:23:40.416Z | warning: creating a shared reference to mutable static is discouraged |
533 | 2024-12-31T16:23:40.416Z | --> xde/src/xde.rs:2389:25 |
534 | 2024-12-31T16:23:40.416Z | | |
535 | 2024-12-31T16:23:40.416Z | 2389 | let devs = unsafe { xde_devs.read() }; |
536 | 2024-12-31T16:23:40.416Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
537 | 2024-12-31T16:23:40.416Z | | |
538 | 2024-12-31T16:23:40.416Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
539 | 2024-12-31T16:23:40.416Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
540 | 2024-12-31T16:23:40.416Z | |
541 | 2024-12-31T16:23:40.416Z | warning: creating a shared reference to mutable static is discouraged |
542 | 2024-12-31T16:23:40.416Z | --> xde/src/xde.rs:2404:25 |
543 | 2024-12-31T16:23:40.416Z | | |
544 | 2024-12-31T16:23:40.416Z | 2404 | let devs = unsafe { xde_devs.read() }; |
545 | 2024-12-31T16:23:40.416Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
546 | 2024-12-31T16:23:40.416Z | | |
547 | 2024-12-31T16:23:40.417Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
548 | 2024-12-31T16:23:40.417Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
549 | 2024-12-31T16:23:40.417Z | |
550 | 2024-12-31T16:23:40.417Z | warning: creating a shared reference to mutable static is discouraged |
551 | 2024-12-31T16:23:40.420Z | --> xde/src/xde.rs:2418:25 |
552 | 2024-12-31T16:23:40.420Z | | |
553 | 2024-12-31T16:23:40.420Z | 2418 | let devs = unsafe { xde_devs.read() }; |
554 | 2024-12-31T16:23:40.420Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
555 | 2024-12-31T16:23:40.420Z | | |
556 | 2024-12-31T16:23:40.420Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
557 | 2024-12-31T16:23:40.421Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
558 | 2024-12-31T16:23:40.421Z | |
559 | 2024-12-31T16:23:40.586Z | warning: `xde` (lib) generated 29 warnings |
560 | 2024-12-31T16:23:40.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.35s |
561 | 2024-12-31T16:23:40.723Z | |
562 | 2024-12-31T16:23:40.723Z | real 46.521208461 |
563 | 2024-12-31T16:23:40.723Z | user 1:59.159534900 |
564 | 2024-12-31T16:23:40.723Z | sys 12.446883278 |
565 | 2024-12-31T16:23:40.723Z | trap 0.043942313 |
566 | 2024-12-31T16:23:40.723Z | tflt 0.363998870 |
567 | 2024-12-31T16:23:40.723Z | dflt 1.315860258 |
568 | 2024-12-31T16:23:40.723Z | kflt 0.007754579 |
569 | 2024-12-31T16:23:40.723Z | lock 2:54.377061908 |
570 | 2024-12-31T16:23:40.726Z | slp 6:35.539571327 |
571 | 2024-12-31T16:23:40.726Z | lat 1.810117893 |
572 | 2024-12-31T16:23:40.726Z | stop 5.689944678 |
573 | 2024-12-31T16:23:40.726Z | + pushd xde-link |
574 | 2024-12-31T16:23:40.726Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
575 | 2024-12-31T16:23:40.726Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
576 | 2024-12-31T16:23:40.981Z | Compiling compiler_builtins v0.1.138 |
577 | 2024-12-31T16:23:40.981Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
578 | 2024-12-31T16:23:40.981Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
579 | 2024-12-31T16:23:56.197Z | 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) |
580 | 2024-12-31T16:23:56.964Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
581 | 2024-12-31T16:23:59.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s |
582 | 2024-12-31T16:23:59.758Z | |
583 | 2024-12-31T16:23:59.760Z | real 19.027592850 |
584 | 2024-12-31T16:23:59.760Z | user 21.863564805 |
585 | 2024-12-31T16:23:59.760Z | sys 1.430525601 |
586 | 2024-12-31T16:23:59.760Z | trap 0.003671635 |
587 | 2024-12-31T16:23:59.761Z | tflt 0.005446001 |
588 | 2024-12-31T16:23:59.761Z | dflt 0.055934977 |
589 | 2024-12-31T16:23:59.761Z | kflt 0.000000000 |
590 | 2024-12-31T16:23:59.761Z | lock 56.098859016 |
591 | 2024-12-31T16:23:59.761Z | slp 1:19.120706563 |
592 | 2024-12-31T16:23:59.761Z | lat 0.070457904 |
593 | 2024-12-31T16:23:59.761Z | stop 0.148750362 |
594 | 2024-12-31T16:23:59.761Z | + popd |
595 | 2024-12-31T16:23:59.761Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
596 | 2024-12-31T16:23:59.761Z | + header 'build xde (debug)' |
597 | 2024-12-31T16:23:59.761Z | # ==== build xde (debug) ==== # |
598 | 2024-12-31T16:23:59.761Z | + echo '# ==== build xde (debug) ==== #' |
599 | 2024-12-31T16:23:59.761Z | + ptime -m ./build-debug.sh |
600 | 2024-12-31T16:24:00.075Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
601 | 2024-12-31T16:24:00.075Z | Fresh unicode-ident v1.0.14 |
602 | 2024-12-31T16:24:00.075Z | Fresh ident_case v1.0.1 |
603 | 2024-12-31T16:24:00.075Z | Fresh fnv v1.0.7 |
604 | 2024-12-31T16:24:00.075Z | Fresh strsim v0.11.1 |
605 | 2024-12-31T16:24:00.079Z | 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) |
606 | 2024-12-31T16:24:00.079Z | Fresh memchr v2.7.4 |
607 | 2024-12-31T16:24:00.079Z | Fresh regex-syntax v0.8.5 |
608 | 2024-12-31T16:24:00.079Z | Fresh compiler_builtins v0.1.138 |
609 | 2024-12-31T16:24:00.079Z | Fresh proc-macro2 v1.0.92 |
610 | 2024-12-31T16:24:00.079Z | Fresh aho-corasick v1.1.3 |
611 | 2024-12-31T16:24:00.079Z | Fresh version_check v0.9.5 |
612 | 2024-12-31T16:24:00.079Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
613 | 2024-12-31T16:24:00.079Z | Fresh quote v1.0.37 |
614 | 2024-12-31T16:24:00.079Z | Fresh regex-automata v0.4.9 |
615 | 2024-12-31T16:24:00.079Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
616 | 2024-12-31T16:24:00.079Z | Fresh syn v2.0.91 |
617 | 2024-12-31T16:24:00.079Z | Compiling byteorder v1.5.0 |
618 | 2024-12-31T16:24:00.079Z | Fresh regex v1.11.1 |
619 | 2024-12-31T16:24:00.079Z | Compiling stable_deref_trait v1.2.0 |
620 | 2024-12-31T16:24:00.079Z | Compiling macaddr v1.0.1 |
621 | 2024-12-31T16:24:00.079Z | Compiling cfg-if v1.0.0 |
622 | 2024-12-31T16:24:00.079Z | Compiling managed v0.8.0 |
623 | 2024-12-31T16:24:00.079Z | 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` |
624 | 2024-12-31T16:24:00.079Z | 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` |
625 | 2024-12-31T16:24:00.079Z | 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` |
626 | 2024-12-31T16:24:00.079Z | Fresh darling_core v0.20.10 |
627 | 2024-12-31T16:24:00.079Z | Fresh serde_derive v1.0.216 |
628 | 2024-12-31T16:24:00.079Z | 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` |
629 | 2024-12-31T16:24:00.079Z | Fresh darling_macro v0.20.10 |
630 | 2024-12-31T16:24:00.079Z | Compiling serde v1.0.216 |
631 | 2024-12-31T16:24:00.079Z | 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` |
632 | 2024-12-31T16:24:00.079Z | 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` |
633 | 2024-12-31T16:24:00.083Z | Fresh darling v0.20.10 |
634 | 2024-12-31T16:24:00.085Z | Fresh zerocopy-derive v0.8.13 |
635 | 2024-12-31T16:24:00.088Z | Compiling zerocopy v0.8.13 |
636 | 2024-12-31T16:24:00.093Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=67369f17432ce8a9 -C extra-filename=-67369f17432ce8a9 --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-d1a01ff643c587c0.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)'` |
637 | 2024-12-31T16:24:00.096Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=5ef188305418a48c -C extra-filename=-5ef188305418a48c --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-12dd84f3017c09dd.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)'` |
638 | 2024-12-31T16:24:00.150Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
639 | 2024-12-31T16:24:00.151Z | Compiling bitflags v1.3.2 |
640 | 2024-12-31T16:24:00.161Z | 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` |
641 | 2024-12-31T16:24:00.164Z | Compiling cobs v0.2.3 |
642 | 2024-12-31T16:24:00.167Z | 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` |
643 | 2024-12-31T16:24:00.239Z | Compiling either v1.13.0 |
644 | 2024-12-31T16:24:00.265Z | 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` |
645 | 2024-12-31T16:24:00.362Z | Compiling hash32 v0.3.1 |
646 | 2024-12-31T16:24:00.387Z | 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` |
647 | 2024-12-31T16:24:00.426Z | Compiling crc32fast v1.4.2 |
648 | 2024-12-31T16:24:00.439Z | 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` |
649 | 2024-12-31T16:24:00.442Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
650 | 2024-12-31T16:24:00.449Z | 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=ee614d7b170dc1ef -C extra-filename=-ee614d7b170dc1ef --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-dfbf814761511153.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-53eabccb74ec1f10.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-e9b3eba4805db8ed.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-42398394b6843b84.rlib --extern proc_macro` |
651 | 2024-12-31T16:24:00.480Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
652 | 2024-12-31T16:24:00.485Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
653 | 2024-12-31T16:24:00.488Z | 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=276c3c687e0a0b0c -C extra-filename=-276c3c687e0a0b0c --out-dir /work/oxidecomputer/opte/target/debug/deps -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-e9b3eba4805db8ed.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-42398394b6843b84.rlib --extern proc_macro` |
654 | 2024-12-31T16:24:00.511Z | Compiling heapless v0.8.0 |
655 | 2024-12-31T16:24:00.525Z | 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` |
656 | 2024-12-31T16:24:00.527Z | Compiling itertools v0.13.0 |
657 | 2024-12-31T16:24:00.530Z | 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` |
658 | 2024-12-31T16:24:00.548Z | Compiling dyn-clone v1.0.17 |
659 | 2024-12-31T16:24:00.553Z | 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` |
660 | 2024-12-31T16:24:00.639Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
661 | 2024-12-31T16:24:00.665Z | 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` |
662 | 2024-12-31T16:24:01.282Z | Compiling smoltcp v0.11.0 |
663 | 2024-12-31T16:24:01.285Z | 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` |
664 | 2024-12-31T16:24:02.599Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
665 | 2024-12-31T16:24:02.602Z | 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=7b3b78c6fbb4f11d -C extra-filename=-7b3b78c6fbb4f11d --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-d8dcfdec01235cb3.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-5ef188305418a48c.rmeta -Z unstable-options --cap-lints allow` |
666 | 2024-12-31T16:24:03.828Z | Compiling bitflags v2.6.0 |
667 | 2024-12-31T16:24:03.828Z | Compiling postcard v1.1.1 |
668 | 2024-12-31T16:24:03.830Z | 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 --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=42bfd745eb23846b -C extra-filename=-42bfd745eb23846b --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-67369f17432ce8a9.rmeta -Z unstable-options --cap-lints allow` |
669 | 2024-12-31T16:24:03.830Z | 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=4d8a1e41b66be499 -C extra-filename=-4d8a1e41b66be499 --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-67369f17432ce8a9.rmeta -Z unstable-options --cap-lints allow` |
670 | 2024-12-31T16:24:03.874Z | Compiling uuid v1.11.0 |
671 | 2024-12-31T16:24:03.878Z | 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=73c8d1c979de9227 -C extra-filename=-73c8d1c979de9227 --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-67369f17432ce8a9.rmeta -Z unstable-options --cap-lints allow` |
672 | 2024-12-31T16:24:04.062Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
673 | 2024-12-31T16:24:04.062Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
674 | 2024-12-31T16:24:04.068Z | 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=cf51872df01d8722 -C extra-filename=-cf51872df01d8722 --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-42bfd745eb23846b.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-d8dcfdec01235cb3.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-7b3b78c6fbb4f11d.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-67369f17432ce8a9.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options --cap-lints allow` |
675 | 2024-12-31T16:24:04.068Z | 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=010c9f6e1587d891 -C extra-filename=-010c9f6e1587d891 --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-42bfd745eb23846b.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` |
676 | 2024-12-31T16:24:05.445Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
677 | 2024-12-31T16:24:05.448Z | 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=9de3d5e478e8fa99 -C extra-filename=-9de3d5e478e8fa99 --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-010c9f6e1587d891.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-cf51872df01d8722.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-4d8a1e41b66be499.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-67369f17432ce8a9.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
678 | 2024-12-31T16:24:06.397Z | 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=bdbba8fa8119ebc3 -C extra-filename=-bdbba8fa8119ebc3 --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-42bfd745eb23846b.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-ee614d7b170dc1ef.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-010c9f6e1587d891.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-cf51872df01d8722.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-276c3c687e0a0b0c.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-9de3d5e478e8fa99.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-4d8a1e41b66be499.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-67369f17432ce8a9.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-5ef188305418a48c.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
679 | 2024-12-31T16:24:11.681Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
680 | 2024-12-31T16:24:11.689Z | 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=10f16a0cc20dcd58 -C extra-filename=-10f16a0cc20dcd58 --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-010c9f6e1587d891.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-bdbba8fa8119ebc3.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-67369f17432ce8a9.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-73c8d1c979de9227.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options` |
681 | 2024-12-31T16:24:15.503Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
682 | 2024-12-31T16:24:15.506Z | 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=e6ee9d071318ddfb -C extra-filename=-e6ee9d071318ddfb --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-42bfd745eb23846b.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-010c9f6e1587d891.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-cf51872df01d8722.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-bdbba8fa8119ebc3.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-10f16a0cc20dcd58.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-4d8a1e41b66be499.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-67369f17432ce8a9.rlib -Z unstable-options` |
683 | 2024-12-31T16:24:18.637Z | warning: creating a mutable reference to mutable static is discouraged |
684 | 2024-12-31T16:24:18.637Z | --> xde/src/xde.rs:458:5 |
685 | 2024-12-31T16:24:18.637Z | | |
686 | 2024-12-31T16:24:18.637Z | 458 | xde_devs.init(KRwLockType::Driver); |
687 | 2024-12-31T16:24:18.637Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
688 | 2024-12-31T16:24:18.637Z | | |
689 | 2024-12-31T16:24:18.637Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
690 | 2024-12-31T16:24:18.637Z | = 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 |
691 | 2024-12-31T16:24:18.637Z | = note: `#[warn(static_mut_refs)]` on by default |
692 | 2024-12-31T16:24:18.637Z | |
693 | 2024-12-31T16:24:18.640Z | warning: creating a shared reference to mutable static is discouraged |
694 | 2024-12-31T16:24:18.640Z | --> xde/src/xde.rs:782:25 |
695 | 2024-12-31T16:24:18.640Z | | |
696 | 2024-12-31T16:24:18.640Z | 782 | let devs = unsafe { xde_devs.read() }; |
697 | 2024-12-31T16:24:18.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
698 | 2024-12-31T16:24:18.640Z | | |
699 | 2024-12-31T16:24:18.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
700 | 2024-12-31T16:24:18.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
701 | 2024-12-31T16:24:18.640Z | |
702 | 2024-12-31T16:24:18.640Z | warning: creating a shared reference to mutable static is discouraged |
703 | 2024-12-31T16:24:18.640Z | --> xde/src/xde.rs:810:29 |
704 | 2024-12-31T16:24:18.640Z | | |
705 | 2024-12-31T16:24:18.640Z | 810 | let mut devs = unsafe { xde_devs.write() }; |
706 | 2024-12-31T16:24:18.640Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
707 | 2024-12-31T16:24:18.640Z | | |
708 | 2024-12-31T16:24:18.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
709 | 2024-12-31T16:24:18.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
710 | 2024-12-31T16:24:18.641Z | |
711 | 2024-12-31T16:24:18.641Z | warning: creating a shared reference to mutable static is discouraged |
712 | 2024-12-31T16:24:18.641Z | --> xde/src/xde.rs:944:29 |
713 | 2024-12-31T16:24:18.641Z | | |
714 | 2024-12-31T16:24:18.641Z | 944 | let mut devs = unsafe { xde_devs.write() }; |
715 | 2024-12-31T16:24:18.641Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
716 | 2024-12-31T16:24:18.641Z | | |
717 | 2024-12-31T16:24:18.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
718 | 2024-12-31T16:24:18.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
719 | 2024-12-31T16:24:18.641Z | |
720 | 2024-12-31T16:24:18.641Z | warning: creating a shared reference to mutable static is discouraged |
721 | 2024-12-31T16:24:18.641Z | --> xde/src/xde.rs:1032:18 |
722 | 2024-12-31T16:24:18.641Z | | |
723 | 2024-12-31T16:24:18.641Z | 1032 | if unsafe { !xde_devs.read().is_empty() } { |
724 | 2024-12-31T16:24:18.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
725 | 2024-12-31T16:24:18.641Z | | |
726 | 2024-12-31T16:24:18.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
727 | 2024-12-31T16:24:18.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
728 | 2024-12-31T16:24:18.641Z | |
729 | 2024-12-31T16:24:18.644Z | warning: creating a shared reference to mutable static is discouraged |
730 | 2024-12-31T16:24:18.644Z | --> xde/src/xde.rs:1359:9 |
731 | 2024-12-31T16:24:18.644Z | | |
732 | 2024-12-31T16:24:18.644Z | 1359 | if !xde_devs.read().is_empty() { |
733 | 2024-12-31T16:24:18.644Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
734 | 2024-12-31T16:24:18.644Z | | |
735 | 2024-12-31T16:24:18.644Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
736 | 2024-12-31T16:24:18.644Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
737 | 2024-12-31T16:24:18.644Z | |
738 | 2024-12-31T16:24:18.644Z | warning: creating a shared reference to mutable static is discouraged |
739 | 2024-12-31T16:24:18.644Z | --> xde/src/xde.rs:1816:37 |
740 | 2024-12-31T16:24:18.644Z | | |
741 | 2024-12-31T16:24:18.644Z | 1816 | let devs = unsafe { xde_devs.read() }; |
742 | 2024-12-31T16:24:18.644Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
743 | 2024-12-31T16:24:18.644Z | | |
744 | 2024-12-31T16:24:18.644Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
745 | 2024-12-31T16:24:18.644Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
746 | 2024-12-31T16:24:18.644Z | |
747 | 2024-12-31T16:24:18.648Z | warning: creating a shared reference to mutable static is discouraged |
748 | 2024-12-31T16:24:18.648Z | --> xde/src/xde.rs:2142:16 |
749 | 2024-12-31T16:24:18.648Z | | |
750 | 2024-12-31T16:24:18.648Z | 2142 | let devs = xde_devs.read(); |
751 | 2024-12-31T16:24:18.648Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
752 | 2024-12-31T16:24:18.648Z | | |
753 | 2024-12-31T16:24:18.648Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
754 | 2024-12-31T16:24:18.648Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
755 | 2024-12-31T16:24:18.648Z | |
756 | 2024-12-31T16:24:18.648Z | warning: creating a shared reference to mutable static is discouraged |
757 | 2024-12-31T16:24:18.648Z | --> xde/src/xde.rs:2191:25 |
758 | 2024-12-31T16:24:18.648Z | | |
759 | 2024-12-31T16:24:18.648Z | 2191 | let devs = unsafe { xde_devs.read() }; |
760 | 2024-12-31T16:24:18.648Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
761 | 2024-12-31T16:24:18.648Z | | |
762 | 2024-12-31T16:24:18.648Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
763 | 2024-12-31T16:24:18.648Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
764 | 2024-12-31T16:24:18.648Z | |
765 | 2024-12-31T16:24:18.648Z | warning: creating a shared reference to mutable static is discouraged |
766 | 2024-12-31T16:24:18.648Z | --> xde/src/xde.rs:2204:25 |
767 | 2024-12-31T16:24:18.648Z | | |
768 | 2024-12-31T16:24:18.648Z | 2204 | let devs = unsafe { xde_devs.read() }; |
769 | 2024-12-31T16:24:18.648Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
770 | 2024-12-31T16:24:18.648Z | | |
771 | 2024-12-31T16:24:18.648Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
772 | 2024-12-31T16:24:18.648Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
773 | 2024-12-31T16:24:18.648Z | |
774 | 2024-12-31T16:24:18.648Z | warning: creating a shared reference to mutable static is discouraged |
775 | 2024-12-31T16:24:18.648Z | --> xde/src/xde.rs:2215:25 |
776 | 2024-12-31T16:24:18.649Z | | |
777 | 2024-12-31T16:24:18.649Z | 2215 | let devs = unsafe { xde_devs.read() }; |
778 | 2024-12-31T16:24:18.649Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
779 | 2024-12-31T16:24:18.649Z | | |
780 | 2024-12-31T16:24:18.649Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
781 | 2024-12-31T16:24:18.649Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
782 | 2024-12-31T16:24:18.649Z | |
783 | 2024-12-31T16:24:18.649Z | warning: creating a shared reference to mutable static is discouraged |
784 | 2024-12-31T16:24:18.649Z | --> xde/src/xde.rs:2227:25 |
785 | 2024-12-31T16:24:18.649Z | | |
786 | 2024-12-31T16:24:18.649Z | 2227 | let devs = unsafe { xde_devs.read() }; |
787 | 2024-12-31T16:24:18.649Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
788 | 2024-12-31T16:24:18.649Z | | |
789 | 2024-12-31T16:24:18.649Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
790 | 2024-12-31T16:24:18.649Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
791 | 2024-12-31T16:24:18.649Z | |
792 | 2024-12-31T16:24:18.649Z | warning: creating a shared reference to mutable static is discouraged |
793 | 2024-12-31T16:24:18.649Z | --> xde/src/xde.rs:2239:25 |
794 | 2024-12-31T16:24:18.649Z | | |
795 | 2024-12-31T16:24:18.649Z | 2239 | let devs = unsafe { xde_devs.read() }; |
796 | 2024-12-31T16:24:18.649Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
797 | 2024-12-31T16:24:18.649Z | | |
798 | 2024-12-31T16:24:18.649Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
799 | 2024-12-31T16:24:18.649Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
800 | 2024-12-31T16:24:18.649Z | |
801 | 2024-12-31T16:24:18.649Z | warning: creating a shared reference to mutable static is discouraged |
802 | 2024-12-31T16:24:18.649Z | --> xde/src/xde.rs:2303:25 |
803 | 2024-12-31T16:24:18.649Z | | |
804 | 2024-12-31T16:24:18.649Z | 2303 | let devs = unsafe { xde_devs.read() }; |
805 | 2024-12-31T16:24:18.649Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
806 | 2024-12-31T16:24:18.649Z | | |
807 | 2024-12-31T16:24:18.649Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
808 | 2024-12-31T16:24:18.649Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
809 | 2024-12-31T16:24:18.649Z | |
810 | 2024-12-31T16:24:18.649Z | warning: creating a shared reference to mutable static is discouraged |
811 | 2024-12-31T16:24:18.649Z | --> xde/src/xde.rs:2314:25 |
812 | 2024-12-31T16:24:18.649Z | | |
813 | 2024-12-31T16:24:18.649Z | 2314 | let devs = unsafe { xde_devs.read() }; |
814 | 2024-12-31T16:24:18.649Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
815 | 2024-12-31T16:24:18.649Z | | |
816 | 2024-12-31T16:24:18.650Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
817 | 2024-12-31T16:24:18.650Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
818 | 2024-12-31T16:24:18.650Z | |
819 | 2024-12-31T16:24:18.650Z | warning: creating a shared reference to mutable static is discouraged |
820 | 2024-12-31T16:24:18.650Z | --> xde/src/xde.rs:2326:25 |
821 | 2024-12-31T16:24:18.650Z | | |
822 | 2024-12-31T16:24:18.650Z | 2326 | let devs = unsafe { xde_devs.read() }; |
823 | 2024-12-31T16:24:18.650Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
824 | 2024-12-31T16:24:18.650Z | | |
825 | 2024-12-31T16:24:18.650Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
826 | 2024-12-31T16:24:18.650Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
827 | 2024-12-31T16:24:18.650Z | |
828 | 2024-12-31T16:24:18.650Z | warning: creating a shared reference to mutable static is discouraged |
829 | 2024-12-31T16:24:18.650Z | --> xde/src/xde.rs:2340:25 |
830 | 2024-12-31T16:24:18.650Z | | |
831 | 2024-12-31T16:24:18.650Z | 2340 | let devs = unsafe { xde_devs.read() }; |
832 | 2024-12-31T16:24:18.650Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
833 | 2024-12-31T16:24:18.650Z | | |
834 | 2024-12-31T16:24:18.650Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
835 | 2024-12-31T16:24:18.650Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
836 | 2024-12-31T16:24:18.650Z | |
837 | 2024-12-31T16:24:18.650Z | warning: creating a shared reference to mutable static is discouraged |
838 | 2024-12-31T16:24:18.650Z | --> xde/src/xde.rs:2353:25 |
839 | 2024-12-31T16:24:18.650Z | | |
840 | 2024-12-31T16:24:18.650Z | 2353 | let devs = unsafe { xde_devs.read() }; |
841 | 2024-12-31T16:24:18.650Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
842 | 2024-12-31T16:24:18.650Z | | |
843 | 2024-12-31T16:24:18.650Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
844 | 2024-12-31T16:24:18.650Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
845 | 2024-12-31T16:24:18.650Z | |
846 | 2024-12-31T16:24:18.650Z | warning: creating a shared reference to mutable static is discouraged |
847 | 2024-12-31T16:24:18.653Z | --> xde/src/xde.rs:2366:25 |
848 | 2024-12-31T16:24:18.653Z | | |
849 | 2024-12-31T16:24:18.653Z | 2366 | let devs = unsafe { xde_devs.read() }; |
850 | 2024-12-31T16:24:18.654Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
851 | 2024-12-31T16:24:18.654Z | | |
852 | 2024-12-31T16:24:18.654Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
853 | 2024-12-31T16:24:18.654Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
854 | 2024-12-31T16:24:18.654Z | |
855 | 2024-12-31T16:24:18.654Z | warning: creating a shared reference to mutable static is discouraged |
856 | 2024-12-31T16:24:18.654Z | --> xde/src/xde.rs:2377:25 |
857 | 2024-12-31T16:24:18.654Z | | |
858 | 2024-12-31T16:24:18.654Z | 2377 | let devs = unsafe { xde_devs.read() }; |
859 | 2024-12-31T16:24:18.654Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
860 | 2024-12-31T16:24:18.654Z | | |
861 | 2024-12-31T16:24:18.654Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
862 | 2024-12-31T16:24:18.654Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
863 | 2024-12-31T16:24:18.654Z | |
864 | 2024-12-31T16:24:18.654Z | warning: creating a shared reference to mutable static is discouraged |
865 | 2024-12-31T16:24:18.654Z | --> xde/src/xde.rs:2389:25 |
866 | 2024-12-31T16:24:18.654Z | | |
867 | 2024-12-31T16:24:18.654Z | 2389 | let devs = unsafe { xde_devs.read() }; |
868 | 2024-12-31T16:24:18.654Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
869 | 2024-12-31T16:24:18.654Z | | |
870 | 2024-12-31T16:24:18.654Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
871 | 2024-12-31T16:24:18.654Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
872 | 2024-12-31T16:24:18.654Z | |
873 | 2024-12-31T16:24:18.654Z | warning: creating a shared reference to mutable static is discouraged |
874 | 2024-12-31T16:24:18.654Z | --> xde/src/xde.rs:2404:25 |
875 | 2024-12-31T16:24:18.654Z | | |
876 | 2024-12-31T16:24:18.654Z | 2404 | let devs = unsafe { xde_devs.read() }; |
877 | 2024-12-31T16:24:18.654Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
878 | 2024-12-31T16:24:18.654Z | | |
879 | 2024-12-31T16:24:18.654Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
880 | 2024-12-31T16:24:18.654Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
881 | 2024-12-31T16:24:18.654Z | |
882 | 2024-12-31T16:24:18.654Z | warning: creating a shared reference to mutable static is discouraged |
883 | 2024-12-31T16:24:18.654Z | --> xde/src/xde.rs:2418:25 |
884 | 2024-12-31T16:24:18.654Z | | |
885 | 2024-12-31T16:24:18.654Z | 2418 | let devs = unsafe { xde_devs.read() }; |
886 | 2024-12-31T16:24:18.654Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
887 | 2024-12-31T16:24:18.654Z | | |
888 | 2024-12-31T16:24:18.654Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
889 | 2024-12-31T16:24:18.655Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
890 | 2024-12-31T16:24:18.655Z | |
891 | 2024-12-31T16:24:21.451Z | warning: `xde` (lib) generated 23 warnings |
892 | 2024-12-31T16:24:21.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.63s |
893 | 2024-12-31T16:24:25.458Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
894 | 2024-12-31T16:24:25.637Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
895 | 2024-12-31T16:24:25.637Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
896 | 2024-12-31T16:24:25.637Z | 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) |
897 | 2024-12-31T16:24:25.640Z | Fresh compiler_builtins v0.1.138 |
898 | 2024-12-31T16:24:25.640Z | 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` |
899 | 2024-12-31T16:24:25.640Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
900 | 2024-12-31T16:24:25.877Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
901 | 2024-12-31T16:24:25.885Z | 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` |
902 | 2024-12-31T16:24:26.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
903 | 2024-12-31T16:24:26.132Z | |
904 | 2024-12-31T16:24:26.134Z | real 26.368661184 |
905 | 2024-12-31T16:24:26.134Z | user 54.334418553 |
906 | 2024-12-31T16:24:26.134Z | sys 5.428244606 |
907 | 2024-12-31T16:24:26.134Z | trap 0.021128865 |
908 | 2024-12-31T16:24:26.135Z | tflt 0.067326732 |
909 | 2024-12-31T16:24:26.135Z | dflt 0.108045043 |
910 | 2024-12-31T16:24:26.135Z | kflt 0.000010888 |
911 | 2024-12-31T16:24:26.135Z | lock 1:34.734844254 |
912 | 2024-12-31T16:24:26.135Z | slp 2:29.253092002 |
913 | 2024-12-31T16:24:26.135Z | lat 1.956372022 |
914 | 2024-12-31T16:24:26.135Z | stop 1.719608836 |
915 | 2024-12-31T16:24:26.135Z | + header 'build xde (release)' |
916 | 2024-12-31T16:24:26.135Z | + echo '# ==== build xde (release) ==== #' |
917 | 2024-12-31T16:24:26.135Z | # ==== build xde (release) ==== # |
918 | 2024-12-31T16:24:26.135Z | + ptime -m ./build.sh |
919 | 2024-12-31T16:24:26.138Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
920 | 2024-12-31T16:24:26.138Z | + cargo -v build --release |
921 | 2024-12-31T16:24:26.305Z | Compiling compiler_builtins v0.1.138 |
922 | 2024-12-31T16:24:26.305Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
923 | 2024-12-31T16:24:26.308Z | Compiling proc-macro2 v1.0.92 |
924 | 2024-12-31T16:24:26.308Z | Compiling unicode-ident v1.0.14 |
925 | 2024-12-31T16:24:26.308Z | Compiling ident_case v1.0.1 |
926 | 2024-12-31T16:24:26.308Z | Compiling fnv v1.0.7 |
927 | 2024-12-31T16:24:26.308Z | Compiling strsim v0.11.1 |
928 | 2024-12-31T16:24:26.332Z | Compiling serde v1.0.216 |
929 | 2024-12-31T16:24:26.335Z | 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` |
930 | 2024-12-31T16:24:26.335Z | 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` |
931 | 2024-12-31T16:24:26.335Z | 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` |
932 | 2024-12-31T16:24:26.335Z | 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` |
933 | 2024-12-31T16:24:26.335Z | 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` |
934 | 2024-12-31T16:24:26.338Z | 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` |
935 | 2024-12-31T16:24:26.338Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=207cc3a648e9ee9e -C extra-filename=-207cc3a648e9ee9e --out-dir /work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
936 | 2024-12-31T16:24:26.338Z | 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` |
937 | 2024-12-31T16:24:26.439Z | Compiling memchr v2.7.4 |
938 | 2024-12-31T16:24:26.445Z | 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` |
939 | 2024-12-31T16:24:26.465Z | Compiling regex-syntax v0.8.5 |
940 | 2024-12-31T16:24:26.486Z | 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` |
941 | 2024-12-31T16:24:26.486Z | Compiling zerocopy v0.8.13 |
942 | 2024-12-31T16:24:26.491Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c3fd1f19c6c80433 -C extra-filename=-c3fd1f19c6c80433 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
943 | 2024-12-31T16:24:26.924Z | Compiling either v1.13.0 |
944 | 2024-12-31T16:24:26.954Z | 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` |
945 | 2024-12-31T16:24:27.032Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build` |
946 | 2024-12-31T16:24:27.156Z | 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)'` |
947 | 2024-12-31T16:24:27.184Z | Compiling heapless v0.8.0 |
948 | 2024-12-31T16:24:27.187Z | 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` |
949 | 2024-12-31T16:24:27.268Z | Compiling itertools v0.13.0 |
950 | 2024-12-31T16:24:27.270Z | 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` |
951 | 2024-12-31T16:24:27.430Z | Compiling aho-corasick v1.1.3 |
952 | 2024-12-31T16:24:27.434Z | 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` |
953 | 2024-12-31T16:24:27.434Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
954 | 2024-12-31T16:24:27.449Z | Running `/work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e/build-script-build` |
955 | 2024-12-31T16:24:27.501Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433/build-script-build` |
956 | 2024-12-31T16:24:27.552Z | Compiling smoltcp v0.11.0 |
957 | 2024-12-31T16:24:27.555Z | 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` |
958 | 2024-12-31T16:24:27.801Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
959 | 2024-12-31T16:24:27.964Z | Compiling quote v1.0.37 |
960 | 2024-12-31T16:24:27.967Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ce75eac782dac26a -C extra-filename=-ce75eac782dac26a --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rmeta --cap-lints allow` |
961 | 2024-12-31T16:24:28.035Z | Compiling version_check v0.9.5 |
962 | 2024-12-31T16:24:28.039Z | 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` |
963 | 2024-12-31T16:24:28.329Z | Compiling syn v2.0.91 |
964 | 2024-12-31T16:24:28.331Z | 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.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="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=e0dd5a6a658e3d65 -C extra-filename=-e0dd5a6a658e3d65 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-b8abd5741be676a7.rmeta --cap-lints allow` |
965 | 2024-12-31T16:24:28.653Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
966 | 2024-12-31T16:24:28.815Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
967 | 2024-12-31T16:24:28.818Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -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` |
968 | 2024-12-31T16:24:29.179Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
969 | 2024-12-31T16:24:29.929Z | Compiling regex-automata v0.4.9 |
970 | 2024-12-31T16:24:29.932Z | 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` |
971 | 2024-12-31T16:24:32.865Z | Compiling regex v1.11.1 |
972 | 2024-12-31T16:24:32.867Z | 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` |
973 | 2024-12-31T16:24:32.960Z | Compiling darling_core v0.20.10 |
974 | 2024-12-31T16:24:32.963Z | 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=8e8349ab7cddfda6 -C extra-filename=-8e8349ab7cddfda6 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern fnv=/work/oxidecomputer/opte/target/release/deps/libfnv-65dffc9259b6ee6f.rmeta --extern ident_case=/work/oxidecomputer/opte/target/release/deps/libident_case-88c2082096e82577.rmeta --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rmeta --cap-lints allow` |
975 | 2024-12-31T16:24:35.625Z | Compiling serde_derive v1.0.216 |
976 | 2024-12-31T16:24:35.625Z | Compiling zerocopy-derive v0.8.13 |
977 | 2024-12-31T16:24:35.628Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.216/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=efed9820dd560e91 -C extra-filename=-efed9820dd560e91 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow` |
978 | 2024-12-31T16:24:35.628Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bef8114f8c33237b -C extra-filename=-bef8114f8c33237b --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow` |
979 | 2024-12-31T16:24:35.967Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
980 | 2024-12-31T16:24:35.970Z | 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=97a4f4f9410dc799 -C extra-filename=-97a4f4f9410dc799 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro` |
981 | 2024-12-31T16:24:36.763Z | Compiling darling_macro v0.20.10 |
982 | 2024-12-31T16:24:36.766Z | 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=4a462e04ec6a835c -C extra-filename=-4a462e04ec6a835c --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-8e8349ab7cddfda6.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow` |
983 | 2024-12-31T16:24:38.045Z | Compiling darling v0.20.10 |
984 | 2024-12-31T16:24:38.048Z | 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=f48af8fc06a08eaa -C extra-filename=-f48af8fc06a08eaa --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-8e8349ab7cddfda6.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-4a462e04ec6a835c.so --cap-lints allow` |
985 | 2024-12-31T16:24:38.109Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
986 | 2024-12-31T16:24:38.111Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
987 | 2024-12-31T16:24:38.112Z | 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=497f68e2fe41eaf5 -C extra-filename=-497f68e2fe41eaf5 --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-f48af8fc06a08eaa.rlib --extern itertools=/work/oxidecomputer/opte/target/release/deps/libitertools-d501d58c3405a4e3.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow` |
988 | 2024-12-31T16:24:38.112Z | 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=cab3ac2555b4274d -C extra-filename=-cab3ac2555b4274d --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-f48af8fc06a08eaa.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro` |
989 | 2024-12-31T16:24:47.254Z | 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) |
990 | 2024-12-31T16:24:47.257Z | 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` |
991 | 2024-12-31T16:24:47.295Z | 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)'` |
992 | 2024-12-31T16:24:48.070Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
993 | 2024-12-31T16:24:48.070Z | 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` |
994 | 2024-12-31T16:24:51.082Z | Compiling byteorder v1.5.0 |
995 | 2024-12-31T16:24:51.082Z | Compiling macaddr v1.0.1 |
996 | 2024-12-31T16:24:51.086Z | Compiling stable_deref_trait v1.2.0 |
997 | 2024-12-31T16:24:51.086Z | Compiling cfg-if v1.0.0 |
998 | 2024-12-31T16:24:51.086Z | Compiling bitflags v1.3.2 |
999 | 2024-12-31T16:24:51.086Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c2431c31e459e0e0 -C extra-filename=-c2431c31e459e0e0 --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-efed9820dd560e91.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)'` |
1000 | 2024-12-31T16:24:51.086Z | 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` |
1001 | 2024-12-31T16:24:51.086Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=75061e15bd142b0d -C extra-filename=-75061e15bd142b0d --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-bef8114f8c33237b.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)'` |
1002 | 2024-12-31T16:24:51.086Z | 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` |
1003 | 2024-12-31T16:24:51.089Z | 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` |
1004 | 2024-12-31T16:24:51.089Z | 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` |
1005 | 2024-12-31T16:24:51.089Z | 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` |
1006 | 2024-12-31T16:24:51.160Z | Compiling cobs v0.2.3 |
1007 | 2024-12-31T16:24:51.163Z | 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` |
1008 | 2024-12-31T16:24:51.167Z | Compiling managed v0.8.0 |
1009 | 2024-12-31T16:24:51.173Z | 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` |
1010 | 2024-12-31T16:24:51.176Z | 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` |
1011 | 2024-12-31T16:24:51.435Z | Compiling hash32 v0.3.1 |
1012 | 2024-12-31T16:24:51.438Z | 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` |
1013 | 2024-12-31T16:24:51.485Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=f9640bc15feb3c18 -C extra-filename=-f9640bc15feb3c18 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libeither-fcce82aa78a27f75.rmeta -Z unstable-options --cap-lints allow` |
1014 | 2024-12-31T16:24:51.507Z | Compiling crc32fast v1.4.2 |
1015 | 2024-12-31T16:24:51.510Z | 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` |
1016 | 2024-12-31T16:24:51.517Z | Compiling dyn-clone v1.0.17 |
1017 | 2024-12-31T16:24:51.520Z | 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` |
1018 | 2024-12-31T16:24:51.633Z | 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` |
1019 | 2024-12-31T16:24:51.635Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1020 | 2024-12-31T16:24:51.635Z | 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` |
1021 | 2024-12-31T16:24:52.381Z | 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` |
1022 | 2024-12-31T16:24:53.495Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1023 | 2024-12-31T16:24:53.497Z | 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=e2e10eef12a6ff0c -C extra-filename=-e2e10eef12a6ff0c --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-497f68e2fe41eaf5.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-75061e15bd142b0d.rmeta -Z unstable-options --cap-lints allow` |
1024 | 2024-12-31T16:24:54.711Z | Compiling bitflags v2.6.0 |
1025 | 2024-12-31T16:24:54.711Z | Compiling postcard v1.1.1 |
1026 | 2024-12-31T16:24:54.711Z | Compiling uuid v1.11.0 |
1027 | 2024-12-31T16:24:54.714Z | 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 --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=da93aa6fe24a42c1 -C extra-filename=-da93aa6fe24a42c1 --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-c2431c31e459e0e0.rmeta -Z unstable-options --cap-lints allow` |
1028 | 2024-12-31T16:24:54.714Z | 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=dc8cc9e9a9fbce0e -C extra-filename=-dc8cc9e9a9fbce0e --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-c2431c31e459e0e0.rmeta -Z unstable-options --cap-lints allow` |
1029 | 2024-12-31T16:24:54.715Z | 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=4b886ad1f244a8c4 -C extra-filename=-4b886ad1f244a8c4 --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-c2431c31e459e0e0.rmeta -Z unstable-options --cap-lints allow` |
1030 | 2024-12-31T16:24:54.998Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1031 | 2024-12-31T16:24:55.002Z | 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=b6f4b9146900cb80 -C extra-filename=-b6f4b9146900cb80 --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-da93aa6fe24a42c1.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` |
1032 | 2024-12-31T16:24:55.036Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1033 | 2024-12-31T16:24:55.039Z | 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=41a2f8d1e7490693 -C extra-filename=-41a2f8d1e7490693 --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-da93aa6fe24a42c1.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-497f68e2fe41eaf5.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-e2e10eef12a6ff0c.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-c2431c31e459e0e0.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options --cap-lints allow` |
1034 | 2024-12-31T16:24:56.670Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1035 | 2024-12-31T16:24:56.673Z | 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=a75aa9c25bdf0dbc -C extra-filename=-a75aa9c25bdf0dbc --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-b6f4b9146900cb80.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-41a2f8d1e7490693.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b886ad1f244a8c4.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-c2431c31e459e0e0.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1036 | 2024-12-31T16:24:57.427Z | 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=0f0489194201e412 -C extra-filename=-0f0489194201e412 --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-da93aa6fe24a42c1.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-cab3ac2555b4274d.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-b6f4b9146900cb80.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-41a2f8d1e7490693.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-97a4f4f9410dc799.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-a75aa9c25bdf0dbc.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b886ad1f244a8c4.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-c2431c31e459e0e0.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-75061e15bd142b0d.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1037 | 2024-12-31T16:25:02.099Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1038 | 2024-12-31T16:25:02.102Z | 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=ac03c4c1678f6401 -C extra-filename=-ac03c4c1678f6401 --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-b6f4b9146900cb80.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-0f0489194201e412.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-c2431c31e459e0e0.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-dc8cc9e9a9fbce0e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options` |
1039 | 2024-12-31T16:25:06.024Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1040 | 2024-12-31T16:25:06.027Z | 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=a66c9cbe3ccffff1 -C extra-filename=-a66c9cbe3ccffff1 --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-da93aa6fe24a42c1.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-b6f4b9146900cb80.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-41a2f8d1e7490693.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-0f0489194201e412.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-ac03c4c1678f6401.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b886ad1f244a8c4.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-c2431c31e459e0e0.rlib -Z unstable-options` |
1041 | 2024-12-31T16:25:08.301Z | warning: creating a mutable reference to mutable static is discouraged |
1042 | 2024-12-31T16:25:08.302Z | --> xde/src/xde.rs:458:5 |
1043 | 2024-12-31T16:25:08.302Z | | |
1044 | 2024-12-31T16:25:08.302Z | 458 | xde_devs.init(KRwLockType::Driver); |
1045 | 2024-12-31T16:25:08.302Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1046 | 2024-12-31T16:25:08.302Z | | |
1047 | 2024-12-31T16:25:08.302Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1048 | 2024-12-31T16:25:08.302Z | = 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 |
1049 | 2024-12-31T16:25:08.302Z | = note: `#[warn(static_mut_refs)]` on by default |
1050 | 2024-12-31T16:25:08.302Z | |
1051 | 2024-12-31T16:25:08.306Z | warning: creating a shared reference to mutable static is discouraged |
1052 | 2024-12-31T16:25:08.306Z | --> xde/src/xde.rs:782:25 |
1053 | 2024-12-31T16:25:08.306Z | | |
1054 | 2024-12-31T16:25:08.306Z | 782 | let devs = unsafe { xde_devs.read() }; |
1055 | 2024-12-31T16:25:08.306Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1056 | 2024-12-31T16:25:08.306Z | | |
1057 | 2024-12-31T16:25:08.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1058 | 2024-12-31T16:25:08.306Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1059 | 2024-12-31T16:25:08.306Z | |
1060 | 2024-12-31T16:25:08.306Z | warning: creating a shared reference to mutable static is discouraged |
1061 | 2024-12-31T16:25:08.306Z | --> xde/src/xde.rs:810:29 |
1062 | 2024-12-31T16:25:08.306Z | | |
1063 | 2024-12-31T16:25:08.306Z | 810 | let mut devs = unsafe { xde_devs.write() }; |
1064 | 2024-12-31T16:25:08.306Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1065 | 2024-12-31T16:25:08.306Z | | |
1066 | 2024-12-31T16:25:08.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1067 | 2024-12-31T16:25:08.306Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1068 | 2024-12-31T16:25:08.306Z | |
1069 | 2024-12-31T16:25:08.306Z | warning: creating a shared reference to mutable static is discouraged |
1070 | 2024-12-31T16:25:08.306Z | --> xde/src/xde.rs:944:29 |
1071 | 2024-12-31T16:25:08.306Z | | |
1072 | 2024-12-31T16:25:08.306Z | 944 | let mut devs = unsafe { xde_devs.write() }; |
1073 | 2024-12-31T16:25:08.306Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1074 | 2024-12-31T16:25:08.306Z | | |
1075 | 2024-12-31T16:25:08.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1076 | 2024-12-31T16:25:08.306Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1077 | 2024-12-31T16:25:08.306Z | |
1078 | 2024-12-31T16:25:08.307Z | warning: creating a shared reference to mutable static is discouraged |
1079 | 2024-12-31T16:25:08.307Z | --> xde/src/xde.rs:1032:18 |
1080 | 2024-12-31T16:25:08.307Z | | |
1081 | 2024-12-31T16:25:08.307Z | 1032 | if unsafe { !xde_devs.read().is_empty() } { |
1082 | 2024-12-31T16:25:08.307Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1083 | 2024-12-31T16:25:08.307Z | | |
1084 | 2024-12-31T16:25:08.307Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1085 | 2024-12-31T16:25:08.307Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1086 | 2024-12-31T16:25:08.307Z | |
1087 | 2024-12-31T16:25:08.307Z | warning: creating a shared reference to mutable static is discouraged |
1088 | 2024-12-31T16:25:08.307Z | --> xde/src/xde.rs:1359:9 |
1089 | 2024-12-31T16:25:08.307Z | | |
1090 | 2024-12-31T16:25:08.307Z | 1359 | if !xde_devs.read().is_empty() { |
1091 | 2024-12-31T16:25:08.307Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1092 | 2024-12-31T16:25:08.307Z | | |
1093 | 2024-12-31T16:25:08.307Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1094 | 2024-12-31T16:25:08.307Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1095 | 2024-12-31T16:25:08.307Z | |
1096 | 2024-12-31T16:25:08.311Z | warning: creating a shared reference to mutable static is discouraged |
1097 | 2024-12-31T16:25:08.311Z | --> xde/src/xde.rs:1816:37 |
1098 | 2024-12-31T16:25:08.311Z | | |
1099 | 2024-12-31T16:25:08.311Z | 1816 | let devs = unsafe { xde_devs.read() }; |
1100 | 2024-12-31T16:25:08.311Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1101 | 2024-12-31T16:25:08.311Z | | |
1102 | 2024-12-31T16:25:08.311Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1103 | 2024-12-31T16:25:08.311Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1104 | 2024-12-31T16:25:08.311Z | |
1105 | 2024-12-31T16:25:08.311Z | warning: creating a shared reference to mutable static is discouraged |
1106 | 2024-12-31T16:25:08.311Z | --> xde/src/xde.rs:2142:16 |
1107 | 2024-12-31T16:25:08.311Z | | |
1108 | 2024-12-31T16:25:08.311Z | 2142 | let devs = xde_devs.read(); |
1109 | 2024-12-31T16:25:08.311Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1110 | 2024-12-31T16:25:08.311Z | | |
1111 | 2024-12-31T16:25:08.311Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1112 | 2024-12-31T16:25:08.311Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1113 | 2024-12-31T16:25:08.311Z | |
1114 | 2024-12-31T16:25:08.311Z | warning: creating a shared reference to mutable static is discouraged |
1115 | 2024-12-31T16:25:08.311Z | --> xde/src/xde.rs:2191:25 |
1116 | 2024-12-31T16:25:08.311Z | | |
1117 | 2024-12-31T16:25:08.311Z | 2191 | let devs = unsafe { xde_devs.read() }; |
1118 | 2024-12-31T16:25:08.312Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1119 | 2024-12-31T16:25:08.312Z | | |
1120 | 2024-12-31T16:25:08.312Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1121 | 2024-12-31T16:25:08.312Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1122 | 2024-12-31T16:25:08.312Z | |
1123 | 2024-12-31T16:25:08.312Z | warning: creating a shared reference to mutable static is discouraged |
1124 | 2024-12-31T16:25:08.312Z | --> xde/src/xde.rs:2204:25 |
1125 | 2024-12-31T16:25:08.312Z | | |
1126 | 2024-12-31T16:25:08.312Z | 2204 | let devs = unsafe { xde_devs.read() }; |
1127 | 2024-12-31T16:25:08.312Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1128 | 2024-12-31T16:25:08.312Z | | |
1129 | 2024-12-31T16:25:08.312Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1130 | 2024-12-31T16:25:08.312Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1131 | 2024-12-31T16:25:08.312Z | |
1132 | 2024-12-31T16:25:08.312Z | warning: creating a shared reference to mutable static is discouraged |
1133 | 2024-12-31T16:25:08.312Z | --> xde/src/xde.rs:2215:25 |
1134 | 2024-12-31T16:25:08.312Z | | |
1135 | 2024-12-31T16:25:08.312Z | 2215 | let devs = unsafe { xde_devs.read() }; |
1136 | 2024-12-31T16:25:08.312Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1137 | 2024-12-31T16:25:08.312Z | | |
1138 | 2024-12-31T16:25:08.312Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1139 | 2024-12-31T16:25:08.312Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1140 | 2024-12-31T16:25:08.312Z | |
1141 | 2024-12-31T16:25:08.312Z | warning: creating a shared reference to mutable static is discouraged |
1142 | 2024-12-31T16:25:08.312Z | --> xde/src/xde.rs:2227:25 |
1143 | 2024-12-31T16:25:08.312Z | | |
1144 | 2024-12-31T16:25:08.312Z | 2227 | let devs = unsafe { xde_devs.read() }; |
1145 | 2024-12-31T16:25:08.312Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1146 | 2024-12-31T16:25:08.312Z | | |
1147 | 2024-12-31T16:25:08.312Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1148 | 2024-12-31T16:25:08.312Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1149 | 2024-12-31T16:25:08.312Z | |
1150 | 2024-12-31T16:25:08.312Z | warning: creating a shared reference to mutable static is discouraged |
1151 | 2024-12-31T16:25:08.312Z | --> xde/src/xde.rs:2239:25 |
1152 | 2024-12-31T16:25:08.312Z | | |
1153 | 2024-12-31T16:25:08.312Z | 2239 | let devs = unsafe { xde_devs.read() }; |
1154 | 2024-12-31T16:25:08.312Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1155 | 2024-12-31T16:25:08.312Z | | |
1156 | 2024-12-31T16:25:08.312Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1157 | 2024-12-31T16:25:08.313Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1158 | 2024-12-31T16:25:08.313Z | |
1159 | 2024-12-31T16:25:08.313Z | warning: creating a shared reference to mutable static is discouraged |
1160 | 2024-12-31T16:25:08.313Z | --> xde/src/xde.rs:2303:25 |
1161 | 2024-12-31T16:25:08.313Z | | |
1162 | 2024-12-31T16:25:08.313Z | 2303 | let devs = unsafe { xde_devs.read() }; |
1163 | 2024-12-31T16:25:08.313Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1164 | 2024-12-31T16:25:08.313Z | | |
1165 | 2024-12-31T16:25:08.313Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1166 | 2024-12-31T16:25:08.313Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1167 | 2024-12-31T16:25:08.313Z | |
1168 | 2024-12-31T16:25:08.313Z | warning: creating a shared reference to mutable static is discouraged |
1169 | 2024-12-31T16:25:08.313Z | --> xde/src/xde.rs:2314:25 |
1170 | 2024-12-31T16:25:08.313Z | | |
1171 | 2024-12-31T16:25:08.313Z | 2314 | let devs = unsafe { xde_devs.read() }; |
1172 | 2024-12-31T16:25:08.313Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1173 | 2024-12-31T16:25:08.313Z | | |
1174 | 2024-12-31T16:25:08.313Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1175 | 2024-12-31T16:25:08.313Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1176 | 2024-12-31T16:25:08.313Z | |
1177 | 2024-12-31T16:25:08.313Z | warning: creating a shared reference to mutable static is discouraged |
1178 | 2024-12-31T16:25:08.313Z | --> xde/src/xde.rs:2326:25 |
1179 | 2024-12-31T16:25:08.313Z | | |
1180 | 2024-12-31T16:25:08.313Z | 2326 | let devs = unsafe { xde_devs.read() }; |
1181 | 2024-12-31T16:25:08.313Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1182 | 2024-12-31T16:25:08.313Z | | |
1183 | 2024-12-31T16:25:08.313Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1184 | 2024-12-31T16:25:08.313Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1185 | 2024-12-31T16:25:08.313Z | |
1186 | 2024-12-31T16:25:08.313Z | warning: creating a shared reference to mutable static is discouraged |
1187 | 2024-12-31T16:25:08.313Z | --> xde/src/xde.rs:2340:25 |
1188 | 2024-12-31T16:25:08.313Z | | |
1189 | 2024-12-31T16:25:08.313Z | 2340 | let devs = unsafe { xde_devs.read() }; |
1190 | 2024-12-31T16:25:08.313Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1191 | 2024-12-31T16:25:08.313Z | | |
1192 | 2024-12-31T16:25:08.313Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1193 | 2024-12-31T16:25:08.313Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1194 | 2024-12-31T16:25:08.313Z | |
1195 | 2024-12-31T16:25:08.313Z | warning: creating a shared reference to mutable static is discouraged |
1196 | 2024-12-31T16:25:08.317Z | --> xde/src/xde.rs:2353:25 |
1197 | 2024-12-31T16:25:08.317Z | | |
1198 | 2024-12-31T16:25:08.317Z | 2353 | let devs = unsafe { xde_devs.read() }; |
1199 | 2024-12-31T16:25:08.317Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1200 | 2024-12-31T16:25:08.317Z | | |
1201 | 2024-12-31T16:25:08.317Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1202 | 2024-12-31T16:25:08.317Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1203 | 2024-12-31T16:25:08.317Z | |
1204 | 2024-12-31T16:25:08.317Z | warning: creating a shared reference to mutable static is discouraged |
1205 | 2024-12-31T16:25:08.317Z | --> xde/src/xde.rs:2366:25 |
1206 | 2024-12-31T16:25:08.317Z | | |
1207 | 2024-12-31T16:25:08.317Z | 2366 | let devs = unsafe { xde_devs.read() }; |
1208 | 2024-12-31T16:25:08.317Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1209 | 2024-12-31T16:25:08.317Z | | |
1210 | 2024-12-31T16:25:08.317Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1211 | 2024-12-31T16:25:08.317Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1212 | 2024-12-31T16:25:08.317Z | |
1213 | 2024-12-31T16:25:08.317Z | warning: creating a shared reference to mutable static is discouraged |
1214 | 2024-12-31T16:25:08.317Z | --> xde/src/xde.rs:2377:25 |
1215 | 2024-12-31T16:25:08.317Z | | |
1216 | 2024-12-31T16:25:08.317Z | 2377 | let devs = unsafe { xde_devs.read() }; |
1217 | 2024-12-31T16:25:08.317Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1218 | 2024-12-31T16:25:08.317Z | | |
1219 | 2024-12-31T16:25:08.317Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1220 | 2024-12-31T16:25:08.317Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1221 | 2024-12-31T16:25:08.317Z | |
1222 | 2024-12-31T16:25:08.317Z | warning: creating a shared reference to mutable static is discouraged |
1223 | 2024-12-31T16:25:08.317Z | --> xde/src/xde.rs:2389:25 |
1224 | 2024-12-31T16:25:08.317Z | | |
1225 | 2024-12-31T16:25:08.317Z | 2389 | let devs = unsafe { xde_devs.read() }; |
1226 | 2024-12-31T16:25:08.317Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1227 | 2024-12-31T16:25:08.317Z | | |
1228 | 2024-12-31T16:25:08.317Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1229 | 2024-12-31T16:25:08.317Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1230 | 2024-12-31T16:25:08.317Z | |
1231 | 2024-12-31T16:25:08.317Z | warning: creating a shared reference to mutable static is discouraged |
1232 | 2024-12-31T16:25:08.318Z | --> xde/src/xde.rs:2404:25 |
1233 | 2024-12-31T16:25:08.318Z | | |
1234 | 2024-12-31T16:25:08.318Z | 2404 | let devs = unsafe { xde_devs.read() }; |
1235 | 2024-12-31T16:25:08.318Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1236 | 2024-12-31T16:25:08.318Z | | |
1237 | 2024-12-31T16:25:08.318Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1238 | 2024-12-31T16:25:08.318Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1239 | 2024-12-31T16:25:08.318Z | |
1240 | 2024-12-31T16:25:08.318Z | warning: creating a shared reference to mutable static is discouraged |
1241 | 2024-12-31T16:25:08.318Z | --> xde/src/xde.rs:2418:25 |
1242 | 2024-12-31T16:25:08.318Z | | |
1243 | 2024-12-31T16:25:08.318Z | 2418 | let devs = unsafe { xde_devs.read() }; |
1244 | 2024-12-31T16:25:08.318Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1245 | 2024-12-31T16:25:08.318Z | | |
1246 | 2024-12-31T16:25:08.318Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1247 | 2024-12-31T16:25:08.318Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1248 | 2024-12-31T16:25:08.318Z | |
1249 | 2024-12-31T16:25:33.713Z | warning: `xde` (lib) generated 23 warnings |
1250 | 2024-12-31T16:25:33.713Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 07s |
1251 | 2024-12-31T16:25:33.743Z | + 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 |
1252 | 2024-12-31T16:25:34.431Z | + pushd xde-link |
1253 | 2024-12-31T16:25:34.434Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1254 | 2024-12-31T16:25:34.434Z | + cargo -v build --release |
1255 | 2024-12-31T16:25:34.576Z | Compiling compiler_builtins v0.1.138 |
1256 | 2024-12-31T16:25:34.576Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1257 | 2024-12-31T16:25:34.576Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1258 | 2024-12-31T16:25:34.579Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1259 | 2024-12-31T16:25:34.579Z | 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` |
1260 | 2024-12-31T16:25:34.579Z | 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` |
1261 | 2024-12-31T16:25:34.818Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1262 | 2024-12-31T16:25:50.983Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
1263 | 2024-12-31T16:25:50.986Z | 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` |
1264 | 2024-12-31T16:25:51.025Z | 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)'` |
1265 | 2024-12-31T16:25:51.805Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1266 | 2024-12-31T16:25:51.808Z | 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` |
1267 | 2024-12-31T16:25:55.101Z | 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` |
1268 | 2024-12-31T16:25:55.414Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.93s |
1269 | 2024-12-31T16:25:55.437Z | + set +e |
1270 | 2024-12-31T16:25:55.442Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1271 | 2024-12-31T16:25:55.442Z | + grep panicking |
1272 | 2024-12-31T16:25:55.445Z | + '[' 1 -eq 0 ']' |
1273 | 2024-12-31T16:25:55.445Z | + popd |
1274 | 2024-12-31T16:25:55.445Z | /work/oxidecomputer/opte/xde |
1275 | 2024-12-31T16:25:55.445Z | |
1276 | 2024-12-31T16:25:55.445Z | real 1:29.301827999 |
1277 | 2024-12-31T16:25:55.445Z | user 3:20.274654780 |
1278 | 2024-12-31T16:25:55.445Z | sys 14.602428167 |
1279 | 2024-12-31T16:25:55.445Z | trap 0.065834401 |
1280 | 2024-12-31T16:25:55.445Z | tflt 0.225594459 |
1281 | 2024-12-31T16:25:55.445Z | dflt 0.574516266 |
1282 | 2024-12-31T16:25:55.445Z | kflt 0.000039647 |
1283 | 2024-12-31T16:25:55.445Z | lock 7:49.560403479 |
1284 | 2024-12-31T16:25:55.445Z | slp 10:04.817853527 |
1285 | 2024-12-31T16:25:55.445Z | lat 2.795522773 |
1286 | 2024-12-31T16:25:55.445Z | stop 4.713983734 |
1287 | 2024-12-31T16:25:55.445Z | + popd |
1288 | 2024-12-31T16:25:55.445Z | /work/oxidecomputer/opte |
1289 | 2024-12-31T16:25:55.448Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1290 | 2024-12-31T16:25:55.448Z | + grep GOTPCREL |
1291 | 2024-12-31T16:25:57.969Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1292 | 2024-12-31T16:25:57.972Z | + grep GOTPCREL |
1293 | 2024-12-31T16:25:59.374Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1294 | 2024-12-31T16:25:59.432Z | + sha256sum /work/debug/xde.dbg |
1295 | 2024-12-31T16:25:59.588Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1296 | 2024-12-31T16:25:59.590Z | + sha256sum /work/debug/xde_link.dbg.so |
1297 | 2024-12-31T16:25:59.594Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1298 | 2024-12-31T16:25:59.635Z | + sha256sum /work/release/xde |
1299 | 2024-12-31T16:25:59.666Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1300 | 2024-12-31T16:25:59.669Z | + sha256sum /work/release/xde_link.so |
1301 | 2024-12-31T16:25:59.672Z | + header 'build xde integration tests' |
1302 | 2024-12-31T16:25:59.674Z | + echo '# ==== build xde integration tests ==== #' |
1303 | 2024-12-31T16:25:59.674Z | # ==== build xde integration tests ==== # |
1304 | 2024-12-31T16:25:59.674Z | + pushd xde-tests |
1305 | 2024-12-31T16:25:59.674Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1306 | 2024-12-31T16:25:59.674Z | + cargo +nightly-2024-11-18 fmt -- --check |
1307 | 2024-12-31T16:25:59.834Z | + cargo clippy --all-targets |
1308 | 2024-12-31T16:26:00.163Z | Downloading crates ... |
1309 | 2024-12-31T16:26:00.247Z | Downloaded anstream v0.6.18 |
1310 | 2024-12-31T16:26:00.251Z | Downloaded dirs-sys-next v0.1.2 |
1311 | 2024-12-31T16:26:00.254Z | Downloaded colorchoice v1.0.3 |
1312 | 2024-12-31T16:26:00.257Z | Downloaded autocfg v1.4.0 |
1313 | 2024-12-31T16:26:00.267Z | Downloaded foreign-types-shared v0.3.1 |
1314 | 2024-12-31T16:26:00.270Z | Downloaded cstr-argument v0.1.2 |
1315 | 2024-12-31T16:26:00.270Z | Downloaded foreign-types v0.5.0 |
1316 | 2024-12-31T16:26:00.274Z | Downloaded equivalent v1.0.1 |
1317 | 2024-12-31T16:26:00.284Z | Downloaded pretty-hex v0.2.1 |
1318 | 2024-12-31T16:26:00.294Z | Downloaded time-core v0.1.2 |
1319 | 2024-12-31T16:26:00.308Z | Downloaded num-conv v0.1.0 |
1320 | 2024-12-31T16:26:00.317Z | Downloaded anstyle-query v1.1.2 |
1321 | 2024-12-31T16:26:00.320Z | Downloaded clap_lex v0.7.4 |
1322 | 2024-12-31T16:26:00.326Z | Downloaded anstyle v1.0.10 |
1323 | 2024-12-31T16:26:00.328Z | Downloaded dirs-next v2.0.0 |
1324 | 2024-12-31T16:26:00.331Z | Downloaded foreign-types-macros v0.2.3 |
1325 | 2024-12-31T16:26:00.331Z | Downloaded anstyle-parse v0.2.6 |
1326 | 2024-12-31T16:26:00.334Z | Downloaded errno v0.3.10 |
1327 | 2024-12-31T16:26:00.337Z | Downloaded rand_chacha v0.3.1 |
1328 | 2024-12-31T16:26:00.337Z | Downloaded num_enum v0.5.11 |
1329 | 2024-12-31T16:26:00.346Z | Downloaded scopeguard v1.2.0 |
1330 | 2024-12-31T16:26:00.348Z | Downloaded slog-stdlog v4.1.1 |
1331 | 2024-12-31T16:26:00.348Z | Downloaded heck v0.4.1 |
1332 | 2024-12-31T16:26:00.351Z | Downloaded powerfmt v0.2.0 |
1333 | 2024-12-31T16:26:00.351Z | Downloaded is_terminal_polyfill v1.70.1 |
1334 | 2024-12-31T16:26:00.356Z | Downloaded tokio-macros v2.4.0 |
1335 | 2024-12-31T16:26:00.359Z | Downloaded signal-hook-registry v1.4.2 |
1336 | 2024-12-31T16:26:00.359Z | Downloaded lazy_static v1.5.0 |
1337 | 2024-12-31T16:26:00.364Z | Downloaded ipnetwork v0.20.0 |
1338 | 2024-12-31T16:26:00.367Z | Downloaded toml_datetime v0.6.8 |
1339 | 2024-12-31T16:26:00.369Z | Downloaded heck v0.5.0 |
1340 | 2024-12-31T16:26:00.369Z | Downloaded thread_local v1.1.8 |
1341 | 2024-12-31T16:26:00.372Z | Downloaded terminal_size v0.4.1 |
1342 | 2024-12-31T16:26:00.372Z | Downloaded proc-macro-error-attr v1.0.4 |
1343 | 2024-12-31T16:26:00.375Z | Downloaded itoa v1.0.14 |
1344 | 2024-12-31T16:26:00.378Z | Downloaded schemars_derive v0.8.21 |
1345 | 2024-12-31T16:26:00.380Z | Downloaded tabwriter v1.4.0 |
1346 | 2024-12-31T16:26:00.380Z | Downloaded rand_core v0.6.4 |
1347 | 2024-12-31T16:26:00.383Z | Downloaded thiserror-impl v1.0.69 |
1348 | 2024-12-31T16:26:00.383Z | Downloaded ppv-lite86 v0.2.20 |
1349 | 2024-12-31T16:26:00.386Z | Downloaded num_enum_derive v0.5.11 |
1350 | 2024-12-31T16:26:00.386Z | Downloaded is-terminal v0.4.13 |
1351 | 2024-12-31T16:26:00.386Z | Downloaded clap v4.5.23 |
1352 | 2024-12-31T16:26:00.394Z | Downloaded slog-envlogger v2.2.0 |
1353 | 2024-12-31T16:26:00.397Z | Downloaded slog-async v2.8.0 |
1354 | 2024-12-31T16:26:00.397Z | Downloaded clap_derive v4.5.18 |
1355 | 2024-12-31T16:26:00.400Z | Downloaded utf8parse v0.2.2 |
1356 | 2024-12-31T16:26:00.402Z | Downloaded take_mut v0.2.2 |
1357 | 2024-12-31T16:26:00.402Z | Downloaded slog-scope v4.4.0 |
1358 | 2024-12-31T16:26:00.402Z | Downloaded deranged v0.3.11 |
1359 | 2024-12-31T16:26:00.405Z | Downloaded colored v2.2.0 |
1360 | 2024-12-31T16:26:00.411Z | Downloaded serde_derive_internals v0.29.1 |
1361 | 2024-12-31T16:26:00.414Z | Downloaded proc-macro-crate v1.3.1 |
1362 | 2024-12-31T16:26:00.427Z | Downloaded time-macros v0.2.19 |
1363 | 2024-12-31T16:26:00.429Z | Downloaded getrandom v0.2.15 |
1364 | 2024-12-31T16:26:00.432Z | Downloaded thiserror v1.0.69 |
1365 | 2024-12-31T16:26:00.440Z | Downloaded proc-macro-error v1.0.4 |
1366 | 2024-12-31T16:26:00.444Z | Downloaded zerocopy-derive v0.7.35 |
1367 | 2024-12-31T16:26:00.446Z | Downloaded ryu v1.0.18 |
1368 | 2024-12-31T16:26:00.449Z | Downloaded term v0.7.0 |
1369 | 2024-12-31T16:26:00.452Z | Downloaded log v0.4.22 |
1370 | 2024-12-31T16:26:00.455Z | Downloaded crossbeam-utils v0.8.21 |
1371 | 2024-12-31T16:26:00.458Z | Downloaded tracing-attributes v0.1.28 |
1372 | 2024-12-31T16:26:00.458Z | Downloaded slog-term v2.9.1 |
1373 | 2024-12-31T16:26:00.460Z | Downloaded parking_lot v0.12.3 |
1374 | 2024-12-31T16:26:00.464Z | Downloaded pin-project-lite v0.2.15 |
1375 | 2024-12-31T16:26:00.467Z | Downloaded smallvec v1.13.2 |
1376 | 2024-12-31T16:26:00.469Z | Downloaded lock_api v0.4.12 |
1377 | 2024-12-31T16:26:00.472Z | Downloaded socket2 v0.5.8 |
1378 | 2024-12-31T16:26:00.474Z | Downloaded once_cell v1.20.2 |
1379 | 2024-12-31T16:26:00.477Z | Downloaded bytes v1.9.0 |
1380 | 2024-12-31T16:26:00.479Z | Downloaded arc-swap v1.7.1 |
1381 | 2024-12-31T16:26:00.482Z | Downloaded slog v2.7.0 |
1382 | 2024-12-31T16:26:00.485Z | Downloaded anyhow v1.0.95 |
1383 | 2024-12-31T16:26:00.489Z | Downloaded schemars v0.8.21 |
1384 | 2024-12-31T16:26:00.500Z | Downloaded parking_lot_core v0.9.10 |
1385 | 2024-12-31T16:26:00.505Z | Downloaded indexmap v2.7.0 |
1386 | 2024-12-31T16:26:00.521Z | Downloaded tracing-core v0.1.33 |
1387 | 2024-12-31T16:26:00.532Z | Downloaded tracing v0.1.41 |
1388 | 2024-12-31T16:26:00.537Z | Downloaded mio v1.0.3 |
1389 | 2024-12-31T16:26:00.543Z | Downloaded rand v0.8.5 |
1390 | 2024-12-31T16:26:00.546Z | Downloaded toml_edit v0.19.15 |
1391 | 2024-12-31T16:26:00.562Z | Downloaded time v0.3.37 |
1392 | 2024-12-31T16:26:00.570Z | Downloaded crossbeam-channel v0.5.14 |
1393 | 2024-12-31T16:26:00.574Z | Downloaded hashbrown v0.15.2 |
1394 | 2024-12-31T16:26:00.580Z | Downloaded serde_json v1.0.134 |
1395 | 2024-12-31T16:26:00.587Z | Downloaded zerocopy v0.7.35 |
1396 | 2024-12-31T16:26:00.603Z | Downloaded itertools v0.12.1 |
1397 | 2024-12-31T16:26:00.610Z | Downloaded winnow v0.6.20 |
1398 | 2024-12-31T16:26:00.619Z | Downloaded winnow v0.5.40 |
1399 | 2024-12-31T16:26:00.627Z | Downloaded clap_builder v4.5.23 |
1400 | 2024-12-31T16:26:00.634Z | Downloaded syn v1.0.109 |
1401 | 2024-12-31T16:26:00.669Z | Downloaded rustix v0.38.42 |
1402 | 2024-12-31T16:26:00.745Z | Downloaded libc v0.2.169 |
1403 | 2024-12-31T16:26:00.770Z | Downloaded tokio v1.42.0 |
1404 | 2024-12-31T16:26:00.909Z | Compiling proc-macro2 v1.0.92 |
1405 | 2024-12-31T16:26:00.909Z | Compiling unicode-ident v1.0.14 |
1406 | 2024-12-31T16:26:00.912Z | Compiling libc v0.2.169 |
1407 | 2024-12-31T16:26:00.912Z | Checking cfg-if v1.0.0 |
1408 | 2024-12-31T16:26:00.912Z | Compiling serde v1.0.216 |
1409 | 2024-12-31T16:26:00.912Z | Compiling version_check v0.9.5 |
1410 | 2024-12-31T16:26:00.912Z | Compiling syn v1.0.109 |
1411 | 2024-12-31T16:26:00.912Z | Checking byteorder v1.5.0 |
1412 | 2024-12-31T16:26:01.038Z | Checking memchr v2.7.4 |
1413 | 2024-12-31T16:26:01.167Z | Compiling strsim v0.11.1 |
1414 | 2024-12-31T16:26:01.242Z | Compiling ident_case v1.0.1 |
1415 | 2024-12-31T16:26:01.410Z | Compiling fnv v1.0.7 |
1416 | 2024-12-31T16:26:01.532Z | Compiling hashbrown v0.15.2 |
1417 | 2024-12-31T16:26:01.608Z | Checking itoa v1.0.14 |
1418 | 2024-12-31T16:26:01.611Z | Compiling equivalent v1.0.1 |
1419 | 2024-12-31T16:26:01.623Z | Compiling autocfg v1.4.0 |
1420 | 2024-12-31T16:26:01.711Z | Checking once_cell v1.20.2 |
1421 | 2024-12-31T16:26:01.808Z | Compiling toml_datetime v0.6.8 |
1422 | 2024-12-31T16:26:01.940Z | Compiling anyhow v1.0.95 |
1423 | 2024-12-31T16:26:01.994Z | Compiling parking_lot_core v0.9.10 |
1424 | 2024-12-31T16:26:02.183Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1425 | 2024-12-31T16:26:02.408Z | Compiling lock_api v0.4.12 |
1426 | 2024-12-31T16:26:02.463Z | Compiling regex-syntax v0.8.5 |
1427 | 2024-12-31T16:26:02.525Z | Compiling winnow v0.5.40 |
1428 | 2024-12-31T16:26:02.564Z | Compiling indexmap v2.7.0 |
1429 | 2024-12-31T16:26:02.760Z | Compiling quote v1.0.37 |
1430 | 2024-12-31T16:26:02.768Z | Compiling aho-corasick v1.1.3 |
1431 | 2024-12-31T16:26:03.124Z | Compiling syn v2.0.91 |
1432 | 2024-12-31T16:26:03.202Z | Checking smallvec v1.13.2 |
1433 | 2024-12-31T16:26:03.523Z | Compiling either v1.13.0 |
1434 | 2024-12-31T16:26:03.662Z | Compiling serde_json v1.0.134 |
1435 | 2024-12-31T16:26:03.713Z | Checking dyn-clone v1.0.17 |
1436 | 2024-12-31T16:26:03.844Z | Checking scopeguard v1.2.0 |
1437 | 2024-12-31T16:26:03.877Z | Compiling zerocopy v0.8.13 |
1438 | 2024-12-31T16:26:03.955Z | Compiling thiserror v1.0.69 |
1439 | 2024-12-31T16:26:04.040Z | Checking lazy_static v1.5.0 |
1440 | 2024-12-31T16:26:04.506Z | Compiling itertools v0.13.0 |
1441 | 2024-12-31T16:26:04.823Z | Checking getrandom v0.2.15 |
1442 | 2024-12-31T16:26:04.978Z | Compiling schemars v0.8.21 |
1443 | 2024-12-31T16:26:05.369Z | Checking ryu v1.0.18 |
1444 | 2024-12-31T16:26:05.397Z | Checking pin-project-lite v0.2.15 |
1445 | 2024-12-31T16:26:05.510Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1446 | 2024-12-31T16:26:05.593Z | Compiling toml_edit v0.19.15 |
1447 | 2024-12-31T16:26:05.796Z | Compiling heapless v0.8.0 |
1448 | 2024-12-31T16:26:05.855Z | Compiling regex-automata v0.4.9 |
1449 | 2024-12-31T16:26:06.685Z | Checking rand_core v0.6.4 |
1450 | 2024-12-31T16:26:06.710Z | Checking parking_lot v0.12.3 |
1451 | 2024-12-31T16:26:06.955Z | Checking signal-hook-registry v1.4.2 |
1452 | 2024-12-31T16:26:07.035Z | Checking mio v1.0.3 |
1453 | 2024-12-31T16:26:07.191Z | Checking socket2 v0.5.8 |
1454 | 2024-12-31T16:26:07.405Z | Checking hash32 v0.3.1 |
1455 | 2024-12-31T16:26:07.563Z | Checking bytes v1.9.0 |
1456 | 2024-12-31T16:26:07.620Z | Compiling slog v2.7.0 |
1457 | 2024-12-31T16:26:07.641Z | Checking stable_deref_trait v1.2.0 |
1458 | 2024-12-31T16:26:07.731Z | Checking macaddr v1.0.1 |
1459 | 2024-12-31T16:26:07.878Z | Checking foreign-types-shared v0.3.1 |
1460 | 2024-12-31T16:26:07.977Z | Compiling smoltcp v0.11.0 |
1461 | 2024-12-31T16:26:08.128Z | Compiling proc-macro-crate v1.3.1 |
1462 | 2024-12-31T16:26:08.608Z | Checking tracing-core v0.1.33 |
1463 | 2024-12-31T16:26:08.625Z | Checking cstr-argument v0.1.2 |
1464 | 2024-12-31T16:26:08.763Z | Compiling proc-macro-error-attr v1.0.4 |
1465 | 2024-12-31T16:26:08.786Z | Checking pretty-hex v0.2.1 |
1466 | 2024-12-31T16:26:08.866Z | Checking bitflags v1.3.2 |
1467 | 2024-12-31T16:26:08.931Z | Checking managed v0.8.0 |
1468 | 2024-12-31T16:26:08.950Z | Checking cobs v0.2.3 |
1469 | 2024-12-31T16:26:09.122Z | Compiling rustix v0.38.42 |
1470 | 2024-12-31T16:26:09.199Z | Checking colored v2.2.0 |
1471 | 2024-12-31T16:26:09.545Z | Compiling darling_core v0.20.10 |
1472 | 2024-12-31T16:26:09.572Z | Compiling regex v1.11.1 |
1473 | 2024-12-31T16:26:09.786Z | Compiling serde_derive_internals v0.29.1 |
1474 | 2024-12-31T16:26:10.945Z | Checking errno v0.3.10 |
1475 | 2024-12-31T16:26:11.064Z | Compiling proc-macro-error v1.0.4 |
1476 | 2024-12-31T16:26:11.114Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1477 | 2024-12-31T16:26:11.447Z | Checking unicode-width v0.1.14 |
1478 | 2024-12-31T16:26:11.527Z | Checking utf8parse v0.2.2 |
1479 | 2024-12-31T16:26:11.661Z | Compiling crossbeam-utils v0.8.21 |
1480 | 2024-12-31T16:26:11.765Z | Checking winnow v0.6.20 |
1481 | 2024-12-31T16:26:11.901Z | Checking tabwriter v1.4.0 |
1482 | 2024-12-31T16:26:12.122Z | Checking anstyle-parse v0.2.6 |
1483 | 2024-12-31T16:26:12.374Z | Checking dirs-sys-next v0.1.2 |
1484 | 2024-12-31T16:26:12.547Z | Checking crc32fast v1.4.2 |
1485 | 2024-12-31T16:26:12.743Z | Checking anstyle v1.0.10 |
1486 | 2024-12-31T16:26:12.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1487 | 2024-12-31T16:26:12.801Z | Compiling num_enum_derive v0.5.11 |
1488 | 2024-12-31T16:26:12.989Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1489 | 2024-12-31T16:26:13.075Z | Compiling num-conv v0.1.0 |
1490 | 2024-12-31T16:26:13.097Z | Checking anstyle-query v1.1.2 |
1491 | 2024-12-31T16:26:13.208Z | Checking powerfmt v0.2.0 |
1492 | 2024-12-31T16:26:13.321Z | Compiling time-core v0.1.2 |
1493 | 2024-12-31T16:26:13.454Z | Checking is_terminal_polyfill v1.70.1 |
1494 | 2024-12-31T16:26:13.484Z | Compiling thiserror v2.0.9 |
1495 | 2024-12-31T16:26:13.561Z | Checking colorchoice v1.0.3 |
1496 | 2024-12-31T16:26:13.688Z | Checking anstream v0.6.18 |
1497 | 2024-12-31T16:26:13.864Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1498 | 2024-12-31T16:26:13.963Z | Compiling serde_derive v1.0.216 |
1499 | 2024-12-31T16:26:13.999Z | Compiling zerocopy-derive v0.7.35 |
1500 | 2024-12-31T16:26:14.038Z | Compiling thiserror-impl v1.0.69 |
1501 | 2024-12-31T16:26:14.051Z | Compiling zerocopy-derive v0.8.13 |
1502 | 2024-12-31T16:26:14.092Z | Compiling tokio-macros v2.4.0 |
1503 | 2024-12-31T16:26:14.451Z | Compiling foreign-types-macros v0.2.3 |
1504 | 2024-12-31T16:26:14.854Z | Compiling schemars_derive v0.8.21 |
1505 | 2024-12-31T16:26:14.878Z | Compiling darling_macro v0.20.10 |
1506 | 2024-12-31T16:26:15.561Z | Checking tokio v1.42.0 |
1507 | 2024-12-31T16:26:15.732Z | Checking foreign-types v0.5.0 |
1508 | 2024-12-31T16:26:15.816Z | Checking num_enum v0.5.11 |
1509 | 2024-12-31T16:26:15.843Z | Compiling darling v0.20.10 |
1510 | 2024-12-31T16:26:15.859Z | Checking zerocopy v0.7.35 |
1511 | 2024-12-31T16:26:15.949Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1512 | 2024-12-31T16:26:15.967Z | Compiling tracing-attributes v0.1.28 |
1513 | 2024-12-31T16:26:16.785Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1514 | 2024-12-31T16:26:17.075Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1515 | 2024-12-31T16:26:17.091Z | Checking ppv-lite86 v0.2.20 |
1516 | 2024-12-31T16:26:17.727Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1517 | 2024-12-31T16:26:17.784Z | Checking rand_chacha v0.3.1 |
1518 | 2024-12-31T16:26:18.115Z | Checking rand v0.8.5 |
1519 | 2024-12-31T16:26:18.728Z | Compiling thiserror-impl v2.0.9 |
1520 | 2024-12-31T16:26:18.835Z | Compiling time-macros v0.2.19 |
1521 | 2024-12-31T16:26:19.006Z | Checking tracing v0.1.41 |
1522 | 2024-12-31T16:26:19.238Z | Checking deranged v0.3.11 |
1523 | 2024-12-31T16:26:19.449Z | Checking dirs-next v2.0.0 |
1524 | 2024-12-31T16:26:20.262Z | Checking thread_local v1.1.8 |
1525 | 2024-12-31T16:26:20.649Z | Checking clap_lex v0.7.4 |
1526 | 2024-12-31T16:26:20.834Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1527 | 2024-12-31T16:26:20.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1528 | 2024-12-31T16:26:21.066Z | Compiling heck v0.5.0 |
1529 | 2024-12-31T16:26:21.633Z | Compiling slog-async v2.8.0 |
1530 | 2024-12-31T16:26:21.648Z | Checking arc-swap v1.7.1 |
1531 | 2024-12-31T16:26:21.656Z | Compiling heck v0.4.1 |
1532 | 2024-12-31T16:26:21.997Z | Checking slog-scope v4.4.0 |
1533 | 2024-12-31T16:26:22.010Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1534 | 2024-12-31T16:26:22.053Z | Checking time v0.3.37 |
1535 | 2024-12-31T16:26:22.176Z | Compiling clap_derive v4.5.18 |
1536 | 2024-12-31T16:26:22.179Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1537 | 2024-12-31T16:26:22.249Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1538 | 2024-12-31T16:26:22.288Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1539 | 2024-12-31T16:26:22.409Z | Checking crossbeam-channel v0.5.14 |
1540 | 2024-12-31T16:26:22.891Z | Checking term v0.7.0 |
1541 | 2024-12-31T16:26:23.037Z | Checking itertools v0.12.1 |
1542 | 2024-12-31T16:26:23.111Z | Checking is-terminal v0.4.13 |
1543 | 2024-12-31T16:26:23.218Z | Checking log v0.4.22 |
1544 | 2024-12-31T16:26:23.292Z | Checking take_mut v0.2.2 |
1545 | 2024-12-31T16:26:23.486Z | Checking slog-stdlog v4.1.1 |
1546 | 2024-12-31T16:26:23.689Z | Checking slog-term v2.9.1 |
1547 | 2024-12-31T16:26:24.900Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1548 | 2024-12-31T16:26:25.082Z | Checking bitflags v2.6.0 |
1549 | 2024-12-31T16:26:25.082Z | Checking ipnetwork v0.20.0 |
1550 | 2024-12-31T16:26:25.085Z | Checking postcard v1.1.1 |
1551 | 2024-12-31T16:26:25.085Z | Checking uuid v1.11.0 |
1552 | 2024-12-31T16:26:25.360Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1553 | 2024-12-31T16:26:25.360Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1554 | 2024-12-31T16:26:26.086Z | Checking terminal_size v0.4.1 |
1555 | 2024-12-31T16:26:26.210Z | Checking clap_builder v4.5.23 |
1556 | 2024-12-31T16:26:26.948Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1557 | 2024-12-31T16:26:27.080Z | Checking slog-envlogger v2.2.0 |
1558 | 2024-12-31T16:26:27.403Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1559 | 2024-12-31T16:26:28.219Z | Checking clap v4.5.23 |
1560 | 2024-12-31T16:26:28.646Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1561 | 2024-12-31T16:26:34.026Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
1562 | 2024-12-31T16:26:34.026Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
1563 | 2024-12-31T16:26:34.026Z | | |
1564 | 2024-12-31T16:26:34.026Z | 103 | / self.get(Self::INTERNAL_TARGET) |
1565 | 2024-12-31T16:26:34.026Z | 104 | | .and_then(|v| Some(v == "1")) |
1566 | 2024-12-31T16:26:34.026Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
1567 | 2024-12-31T16:26:34.026Z | | |
1568 | 2024-12-31T16:26:34.026Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
1569 | 2024-12-31T16:26:34.026Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
1570 | 2024-12-31T16:26:34.026Z | |
1571 | 2024-12-31T16:26:34.988Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
1572 | 2024-12-31T16:26:34.990Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1573 | 2024-12-31T16:26:37.337Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1574 | 2024-12-31T16:26:37.865Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1575 | 2024-12-31T16:26:38.148Z | warning: this expression borrows a value the compiler would automatically borrow |
1576 | 2024-12-31T16:26:38.148Z | --> xde-tests/src/lib.rs:451:9 |
1577 | 2024-12-31T16:26:38.148Z | | |
1578 | 2024-12-31T16:26:38.148Z | 451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect(); |
1579 | 2024-12-31T16:26:38.148Z | | ^^^^^^^^^^^^ help: change this to: `[my_info]` |
1580 | 2024-12-31T16:26:38.148Z | | |
1581 | 2024-12-31T16:26:38.148Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1582 | 2024-12-31T16:26:38.148Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
1583 | 2024-12-31T16:26:38.148Z | |
1584 | 2024-12-31T16:26:38.151Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
1585 | 2024-12-31T16:26:38.151Z | --> xde-tests/src/lib.rs:483:13 |
1586 | 2024-12-31T16:26:38.151Z | | |
1587 | 2024-12-31T16:26:38.151Z | 483 | &"172.20.0.1", |
1588 | 2024-12-31T16:26:38.151Z | | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"` |
1589 | 2024-12-31T16:26:38.151Z | | |
1590 | 2024-12-31T16:26:38.151Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1591 | 2024-12-31T16:26:38.151Z | |
1592 | 2024-12-31T16:26:38.201Z | warning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions) |
1593 | 2024-12-31T16:26:38.207Z | warning: `xde-tests` (lib test) generated 2 warnings (2 duplicates) |
1594 | 2024-12-31T16:26:38.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s |
1595 | 2024-12-31T16:26:38.414Z | + cargo build --test loopback |
1596 | 2024-12-31T16:26:38.743Z | Compiling cfg-if v1.0.0 |
1597 | 2024-12-31T16:26:38.743Z | Compiling memchr v2.7.4 |
1598 | 2024-12-31T16:26:38.746Z | Compiling once_cell v1.20.2 |
1599 | 2024-12-31T16:26:38.746Z | Compiling byteorder v1.5.0 |
1600 | 2024-12-31T16:26:38.746Z | Compiling libc v0.2.169 |
1601 | 2024-12-31T16:26:38.746Z | Compiling strsim v0.11.1 |
1602 | 2024-12-31T16:26:38.753Z | Compiling either v1.13.0 |
1603 | 2024-12-31T16:26:38.763Z | Compiling serde v1.0.216 |
1604 | 2024-12-31T16:26:38.812Z | Compiling itoa v1.0.14 |
1605 | 2024-12-31T16:26:38.994Z | Compiling regex-syntax v0.8.5 |
1606 | 2024-12-31T16:26:39.037Z | Compiling darling_core v0.20.10 |
1607 | 2024-12-31T16:26:39.103Z | Compiling lazy_static v1.5.0 |
1608 | 2024-12-31T16:26:39.115Z | Compiling dyn-clone v1.0.17 |
1609 | 2024-12-31T16:26:39.219Z | Compiling smallvec v1.13.2 |
1610 | 2024-12-31T16:26:39.302Z | Compiling scopeguard v1.2.0 |
1611 | 2024-12-31T16:26:39.415Z | Compiling lock_api v0.4.12 |
1612 | 2024-12-31T16:26:39.584Z | Compiling zerocopy v0.7.35 |
1613 | 2024-12-31T16:26:39.591Z | Compiling proc-macro-crate v1.3.1 |
1614 | 2024-12-31T16:26:39.801Z | Compiling aho-corasick v1.1.3 |
1615 | 2024-12-31T16:26:40.052Z | Compiling getrandom v0.2.15 |
1616 | 2024-12-31T16:26:40.296Z | Compiling parking_lot_core v0.9.10 |
1617 | 2024-12-31T16:26:40.360Z | Compiling itertools v0.13.0 |
1618 | 2024-12-31T16:26:40.389Z | Compiling ryu v1.0.18 |
1619 | 2024-12-31T16:26:40.743Z | Compiling pin-project-lite v0.2.15 |
1620 | 2024-12-31T16:26:40.860Z | Compiling ppv-lite86 v0.2.20 |
1621 | 2024-12-31T16:26:40.875Z | Compiling parking_lot v0.12.3 |
1622 | 2024-12-31T16:26:40.888Z | Compiling thiserror v1.0.69 |
1623 | 2024-12-31T16:26:41.004Z | Compiling zerocopy v0.8.13 |
1624 | 2024-12-31T16:26:41.594Z | Compiling num_enum_derive v0.5.11 |
1625 | 2024-12-31T16:26:41.818Z | Compiling rand_core v0.6.4 |
1626 | 2024-12-31T16:26:42.221Z | Compiling signal-hook-registry v1.4.2 |
1627 | 2024-12-31T16:26:43.046Z | Compiling regex-automata v0.4.9 |
1628 | 2024-12-31T16:26:43.206Z | Compiling mio v1.0.3 |
1629 | 2024-12-31T16:26:43.705Z | Compiling socket2 v0.5.8 |
1630 | 2024-12-31T16:26:44.047Z | Compiling bitflags v2.6.0 |
1631 | 2024-12-31T16:26:44.209Z | Compiling ipnetwork v0.20.0 |
1632 | 2024-12-31T16:26:44.268Z | Compiling darling_macro v0.20.10 |
1633 | 2024-12-31T16:26:44.390Z | Compiling serde_json v1.0.134 |
1634 | 2024-12-31T16:26:44.399Z | Compiling anyhow v1.0.95 |
1635 | 2024-12-31T16:26:44.695Z | Compiling hash32 v0.3.1 |
1636 | 2024-12-31T16:26:44.759Z | Compiling stable_deref_trait v1.2.0 |
1637 | 2024-12-31T16:26:44.850Z | Compiling foreign-types-shared v0.3.1 |
1638 | 2024-12-31T16:26:44.887Z | Compiling bytes v1.9.0 |
1639 | 2024-12-31T16:26:44.947Z | Compiling macaddr v1.0.1 |
1640 | 2024-12-31T16:26:45.215Z | Compiling foreign-types v0.5.0 |
1641 | 2024-12-31T16:26:45.235Z | Compiling heapless v0.8.0 |
1642 | 2024-12-31T16:26:45.300Z | Compiling num_enum v0.5.11 |
1643 | 2024-12-31T16:26:45.303Z | Compiling darling v0.20.10 |
1644 | 2024-12-31T16:26:45.303Z | Compiling rand_chacha v0.3.1 |
1645 | 2024-12-31T16:26:45.400Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2024-12-31T16:26:45.440Z | Compiling cstr-argument v0.1.2 |
1647 | 2024-12-31T16:26:45.533Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1648 | 2024-12-31T16:26:45.665Z | Compiling tokio v1.42.0 |
1649 | 2024-12-31T16:26:45.677Z | Compiling tracing-core v0.1.33 |
1650 | 2024-12-31T16:26:45.687Z | Compiling managed v0.8.0 |
1651 | 2024-12-31T16:26:46.086Z | Compiling schemars v0.8.21 |
1652 | 2024-12-31T16:26:46.106Z | Compiling bitflags v1.3.2 |
1653 | 2024-12-31T16:26:46.124Z | Compiling pretty-hex v0.2.1 |
1654 | 2024-12-31T16:26:46.190Z | Compiling cobs v0.2.3 |
1655 | 2024-12-31T16:26:46.288Z | Compiling smoltcp v0.11.0 |
1656 | 2024-12-31T16:26:46.479Z | Compiling tracing v0.1.41 |
1657 | 2024-12-31T16:26:46.514Z | Compiling postcard v1.1.1 |
1658 | 2024-12-31T16:26:46.877Z | Compiling regex v1.11.1 |
1659 | 2024-12-31T16:26:47.083Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1660 | 2024-12-31T16:26:47.098Z | Compiling rand v0.8.5 |
1661 | 2024-12-31T16:26:47.162Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1662 | 2024-12-31T16:26:47.227Z | Compiling slog v2.7.0 |
1663 | 2024-12-31T16:26:47.669Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1664 | 2024-12-31T16:26:47.871Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1665 | 2024-12-31T16:26:47.896Z | Compiling errno v0.3.10 |
1666 | 2024-12-31T16:26:48.117Z | Compiling colored v2.2.0 |
1667 | 2024-12-31T16:26:48.449Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1668 | 2024-12-31T16:26:48.545Z | Compiling unicode-width v0.1.14 |
1669 | 2024-12-31T16:26:48.728Z | Compiling winnow v0.6.20 |
1670 | 2024-12-31T16:26:48.813Z | Compiling utf8parse v0.2.2 |
1671 | 2024-12-31T16:26:48.957Z | Compiling tabwriter v1.4.0 |
1672 | 2024-12-31T16:26:48.964Z | Compiling anstyle-parse v0.2.6 |
1673 | 2024-12-31T16:26:49.034Z | Compiling rustix v0.38.42 |
1674 | 2024-12-31T16:26:49.272Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1675 | 2024-12-31T16:26:49.387Z | Compiling dirs-sys-next v0.1.2 |
1676 | 2024-12-31T16:26:50.007Z | Compiling crc32fast v1.4.2 |
1677 | 2024-12-31T16:26:50.295Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1678 | 2024-12-31T16:26:50.549Z | Compiling anstyle-query v1.1.2 |
1679 | 2024-12-31T16:26:50.607Z | Compiling is_terminal_polyfill v1.70.1 |
1680 | 2024-12-31T16:26:50.686Z | Compiling anstyle v1.0.10 |
1681 | 2024-12-31T16:26:50.719Z | Compiling colorchoice v1.0.3 |
1682 | 2024-12-31T16:26:50.870Z | Compiling powerfmt v0.2.0 |
1683 | 2024-12-31T16:26:50.916Z | Compiling num-conv v0.1.0 |
1684 | 2024-12-31T16:26:51.148Z | Compiling time-core v0.1.2 |
1685 | 2024-12-31T16:26:51.187Z | Compiling deranged v0.3.11 |
1686 | 2024-12-31T16:26:51.236Z | Compiling anstream v0.6.18 |
1687 | 2024-12-31T16:26:51.298Z | Compiling time-macros v0.2.19 |
1688 | 2024-12-31T16:26:51.410Z | Compiling terminal_size v0.4.1 |
1689 | 2024-12-31T16:26:51.603Z | Compiling dirs-next v2.0.0 |
1690 | 2024-12-31T16:26:51.777Z | Compiling crossbeam-utils v0.8.21 |
1691 | 2024-12-31T16:26:51.889Z | Compiling uuid v1.11.0 |
1692 | 2024-12-31T16:26:51.913Z | Compiling thread_local v1.1.8 |
1693 | 2024-12-31T16:26:52.099Z | Compiling arc-swap v1.7.1 |
1694 | 2024-12-31T16:26:52.253Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1695 | 2024-12-31T16:26:52.377Z | Compiling clap_lex v0.7.4 |
1696 | 2024-12-31T16:26:52.545Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1697 | 2024-12-31T16:26:52.574Z | Compiling crossbeam-channel v0.5.14 |
1698 | 2024-12-31T16:26:52.630Z | Compiling clap_builder v4.5.23 |
1699 | 2024-12-31T16:26:52.817Z | Compiling slog-scope v4.4.0 |
1700 | 2024-12-31T16:26:52.856Z | Compiling thiserror v2.0.9 |
1701 | 2024-12-31T16:26:52.981Z | Compiling term v0.7.0 |
1702 | 2024-12-31T16:26:52.997Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1703 | 2024-12-31T16:26:53.283Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1704 | 2024-12-31T16:26:53.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1705 | 2024-12-31T16:26:53.622Z | Compiling is-terminal v0.4.13 |
1706 | 2024-12-31T16:26:53.723Z | Compiling itertools v0.12.1 |
1707 | 2024-12-31T16:26:53.804Z | Compiling take_mut v0.2.2 |
1708 | 2024-12-31T16:26:53.934Z | Compiling log v0.4.22 |
1709 | 2024-12-31T16:26:54.097Z | Compiling time v0.3.37 |
1710 | 2024-12-31T16:26:54.335Z | Compiling slog-stdlog v4.1.1 |
1711 | 2024-12-31T16:26:54.500Z | Compiling slog-async v2.8.0 |
1712 | 2024-12-31T16:26:54.705Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1713 | 2024-12-31T16:26:56.152Z | Compiling slog-term v2.9.1 |
1714 | 2024-12-31T16:26:56.619Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1715 | 2024-12-31T16:26:57.269Z | Compiling clap v4.5.23 |
1716 | 2024-12-31T16:26:57.306Z | Compiling slog-envlogger v2.2.0 |
1717 | 2024-12-31T16:26:57.373Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1718 | 2024-12-31T16:26:58.950Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1719 | 2024-12-31T16:26:59.338Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1720 | 2024-12-31T16:27:00.600Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1721 | 2024-12-31T16:27:06.507Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1722 | 2024-12-31T16:27:08.566Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1723 | 2024-12-31T16:27:09.235Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1724 | 2024-12-31T16:27:12.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s |
1725 | 2024-12-31T16:27:12.870Z | ++ cargo build -q --test loopback --message-format=json |
1726 | 2024-12-31T16:27:12.873Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1727 | 2024-12-31T16:27:14.517Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-de100259a654f5b6 |
1728 | 2024-12-31T16:27:14.517Z | + mkdir -p /work/test |
1729 | 2024-12-31T16:27:14.520Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-de100259a654f5b6 /work/test/loopback |
1730 | 2024-12-31T16:27:14.574Z | process exited: duration 316883 ms, exit code 0 |
|
1731 | 2024-12-31T16:27:14.595Z | found 10 output files |
1732 | 2024-12-31T16:27:14.595Z | uploading: /work/debug/xde.dbg (68837120 bytes) |
1733 | 2024-12-31T16:27:16.831Z | uploaded: /work/debug/xde.dbg |
1734 | 2024-12-31T16:27:16.831Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1735 | 2024-12-31T16:27:17.839Z | uploaded: /work/debug/xde.dbg.sha256 |
1736 | 2024-12-31T16:27:17.839Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1737 | 2024-12-31T16:27:18.850Z | uploaded: /work/debug/xde_link.dbg.so |
1738 | 2024-12-31T16:27:18.852Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1739 | 2024-12-31T16:27:19.859Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1740 | 2024-12-31T16:27:19.859Z | uploading: /work/release/xde (41307816 bytes) |
1741 | 2024-12-31T16:27:21.660Z | uploaded: /work/release/xde |
1742 | 2024-12-31T16:27:21.660Z | uploading: /work/release/xde.sha256 (84 bytes) |
1743 | 2024-12-31T16:27:22.669Z | uploaded: /work/release/xde.sha256 |
1744 | 2024-12-31T16:27:22.669Z | uploading: /work/release/xde_link.so (28092 bytes) |
1745 | 2024-12-31T16:27:23.681Z | uploaded: /work/release/xde_link.so |
1746 | 2024-12-31T16:27:23.681Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1747 | 2024-12-31T16:27:24.690Z | uploaded: /work/release/xde_link.so.sha256 |
1748 | 2024-12-31T16:27:24.690Z | uploading: /work/test/loopback (62207728 bytes) |
1749 | 2024-12-31T16:27:26.790Z | uploaded: /work/test/loopback |
1750 | 2024-12-31T16:27:26.790Z | uploading: /work/xde.conf (79 bytes) |
1751 | 2024-12-31T16:27:27.798Z | uploaded: /work/xde.conf |