|
|
|
1 | 2024-12-25T04:21:27.838Z | job assigned to worker 01JFY0PMTFTCN7D99X5XG6G5ZS [factory aws, i-0a70eb565ea98a7ac] (queued for 2 m 24 s) |
|
2 | 2024-12-25T04:21:35.707Z | starting task 0: "setup" |
3 | 2024-12-25T04:21:35.718Z | ++ uname -s |
4 | 2024-12-25T04:21:35.720Z | + kern=SunOS |
5 | 2024-12-25T04:21:35.720Z | + case "$kern" in |
6 | 2024-12-25T04:21:35.720Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:21:35.723Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:21:37.730Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:21:37.856Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:21:37.860Z | + home_fs=zfs |
11 | 2024-12-25T04:21:37.860Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:21:37.860Z | + mkdir -p /home/build |
13 | 2024-12-25T04:21:37.863Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:21:39.864Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:21:39.866Z | process exited: duration 4158 ms, exit code 0 |
|
16 | 2024-12-25T04:21:39.872Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:21:39.877Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:21:39.877Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:21:39.877Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-25T04:21:39.877Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-25T04:21:39.877Z | * toolchain profile = "default" |
22 | 2024-12-25T04:21:39.877Z | ' default |
23 | 2024-12-25T04:21:39.880Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:21:39.880Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:21:40.050Z | info: downloading installer |
26 | 2024-12-25T04:21:41.426Z | info: profile set to 'default' |
27 | 2024-12-25T04:21:41.426Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:21:41.429Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:21:41.606Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:21:41.606Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:21:42.653Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:21:43.051Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:21:44.469Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:21:46.758Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:21:54.834Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:21:55.139Z | info: installing component 'cargo' |
37 | 2024-12-25T04:21:55.965Z | info: installing component 'clippy' |
38 | 2024-12-25T04:21:56.344Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:21:58.001Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:21:59.836Z | info: installing component 'rustc' |
41 | 2024-12-25T04:22:05.824Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:22:06.157Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:22:06.158Z | |
44 | 2024-12-25T04:22:06.553Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:22:06.553Z | |
46 | 2024-12-25T04:22:06.556Z | |
47 | 2024-12-25T04:22:06.556Z | Rust is installed now. Great! |
48 | 2024-12-25T04:22:06.556Z | |
49 | 2024-12-25T04:22:06.556Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:22:06.556Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:22:06.556Z | |
52 | 2024-12-25T04:22:06.556Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:22:06.556Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:22:06.556Z | |
55 | 2024-12-25T04:22:06.556Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:22:06.556Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:22:06.556Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:22:06.630Z | + rustc --version |
59 | 2024-12-25T04:22:06.699Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:22:06.702Z | process exited: duration 26827 ms, exit code 0 |
|
61 | 2024-12-25T04:22:06.707Z | starting task 2: "authentication" |
62 | 2024-12-25T04:22:06.728Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-25T04:22:06.734Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:22:06.739Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:22:06.741Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:22:06.778Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:22:07.649Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:22:07.650Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:22:07.881Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:22:07.881Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:22:07.889Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:22:07.892Z | ++ git branch --show-current |
73 | 2024-12-25T04:22:07.894Z | + current=master |
74 | 2024-12-25T04:22:07.895Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:22:07.895Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:22:07.897Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:22:07.919Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:22:07.922Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:22:07.925Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:22:07.927Z | process exited: duration 1191 ms, exit code 0 |
|
81 | 2024-12-25T04:22:07.932Z | starting task 4: "build" |
82 | 2024-12-25T04:22:07.937Z | + TGT_BASE=/work |
83 | 2024-12-25T04:22:07.937Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-12-25T04:22:07.937Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-12-25T04:22:07.937Z | + DBG_TGT=/work/debug |
86 | 2024-12-25T04:22:07.937Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-12-25T04:22:07.937Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-12-25T04:22:07.937Z | + REL_TGT=/work/release |
89 | 2024-12-25T04:22:07.937Z | + mkdir -p /work/debug /work/release |
90 | 2024-12-25T04:22:07.939Z | + cargo --version |
91 | 2024-12-25T04:22:07.944Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
92 | 2024-12-25T04:22:08.125Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
93 | 2024-12-25T04:22:08.126Z | info: downloading component 'cargo' |
94 | 2024-12-25T04:22:09.170Z | info: downloading component 'clippy' |
95 | 2024-12-25T04:22:09.578Z | info: downloading component 'rust-docs' |
96 | 2024-12-25T04:22:11.032Z | info: downloading component 'rust-std' |
97 | 2024-12-25T04:22:13.130Z | info: downloading component 'rustc' |
98 | 2024-12-25T04:22:21.066Z | info: downloading component 'rustfmt' |
99 | 2024-12-25T04:22:21.369Z | info: installing component 'cargo' |
100 | 2024-12-25T04:22:22.178Z | info: installing component 'clippy' |
101 | 2024-12-25T04:22:22.552Z | info: installing component 'rust-docs' |
102 | 2024-12-25T04:22:24.201Z | info: installing component 'rust-std' |
103 | 2024-12-25T04:22:25.881Z | info: installing component 'rustc' |
104 | 2024-12-25T04:22:31.599Z | info: installing component 'rustfmt' |
105 | 2024-12-25T04:22:32.013Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
106 | 2024-12-25T04:22:32.016Z | + rustc --version |
107 | 2024-12-25T04:22:32.085Z | rustc 1.83.0 (90b35a623 2024-11-26) |
108 | 2024-12-25T04:22:32.089Z | + install_pkg jq |
109 | 2024-12-25T04:22:32.091Z | + set +o errexit |
110 | 2024-12-25T04:22:32.091Z | + pfexec pkg install jq |
111 | 2024-12-25T04:22:40.341Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-25T04:22:44.241Z | Startup: Caching catalogs ... Done |
113 | 2024-12-25T04:22:55.140Z | Planning: Solver setup ... Done |
114 | 2024-12-25T04:22:55.275Z | Planning: Running solver ... Done |
115 | 2024-12-25T04:22:55.378Z | Planning: Consolidating action changes ... Done |
116 | 2024-12-25T04:22:55.381Z | Planning: Evaluating mediators ... Done |
117 | 2024-12-25T04:22:55.381Z | Planning: Planning completed in 11.04 seconds |
118 | 2024-12-25T04:22:55.404Z | No updates necessary for this image. |
119 | 2024-12-25T04:22:56.115Z | + exit_code=4 |
120 | 2024-12-25T04:22:56.115Z | + [[ 4 -ne 0 ]] |
121 | 2024-12-25T04:22:56.118Z | + [[ 4 -ne 4 ]] |
122 | 2024-12-25T04:22:56.118Z | + set -o errexit |
123 | 2024-12-25T04:22:56.118Z | + pushd xde |
124 | 2024-12-25T04:22:56.118Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-12-25T04:22:56.118Z | + cp xde.conf /work/xde.conf |
126 | 2024-12-25T04:22:56.118Z | + header 'check style' |
127 | 2024-12-25T04:22:56.118Z | + echo '# ==== check style ==== #' |
128 | 2024-12-25T04:22:56.118Z | # ==== check style ==== # |
129 | 2024-12-25T04:22:56.118Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-12-25T04:22:56.502Z | |
131 | 2024-12-25T04:22:56.502Z | real 0.380497739 |
132 | 2024-12-25T04:22:56.502Z | user 0.263503318 |
133 | 2024-12-25T04:22:56.502Z | sys 0.106636409 |
134 | 2024-12-25T04:22:56.502Z | trap 0.000020308 |
135 | 2024-12-25T04:22:56.503Z | tflt 0.000000000 |
136 | 2024-12-25T04:22:56.503Z | dflt 0.000000000 |
137 | 2024-12-25T04:22:56.503Z | kflt 0.000000000 |
138 | 2024-12-25T04:22:56.503Z | lock 0.000000000 |
139 | 2024-12-25T04:22:56.503Z | slp 0.291849477 |
140 | 2024-12-25T04:22:56.503Z | lat 0.000273438 |
141 | 2024-12-25T04:22:56.506Z | stop 0.000140622 |
142 | 2024-12-25T04:22:56.506Z | + header analyze |
143 | 2024-12-25T04:22:56.506Z | + echo '# ==== analyze ==== #' |
144 | 2024-12-25T04:22:56.506Z | # ==== analyze ==== # |
145 | 2024-12-25T04:22:56.506Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-12-25T04:22:56.633Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-12-25T04:22:56.764Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-12-25T04:22:56.786Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-12-25T04:22:56.786Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-12-25T04:22:56.789Z | info: downloading component 'rust-src' |
151 | 2024-12-25T04:22:56.964Z | info: installing component 'rust-src' |
152 | 2024-12-25T04:22:57.595Z | Updating crates.io index |
153 | 2024-12-25T04:22:57.644Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-12-25T04:22:58.435Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-12-25T04:22:58.817Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-12-25T04:22:59.100Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-12-25T04:22:59.431Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-12-25T04:22:59.712Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-12-25T04:22:59.987Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-12-25T04:23:00.224Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-12-25T04:23:00.480Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-12-25T04:23:01.344Z | Downloading crates ... |
163 | 2024-12-25T04:23:01.399Z | Downloaded byteorder v1.5.0 |
164 | 2024-12-25T04:23:01.407Z | Downloaded darling v0.20.10 |
165 | 2024-12-25T04:23:01.412Z | Downloaded dyn-clone v1.0.17 |
166 | 2024-12-25T04:23:01.425Z | Downloaded darling_macro v0.20.10 |
167 | 2024-12-25T04:23:01.431Z | Downloaded ident_case v1.0.1 |
168 | 2024-12-25T04:23:01.431Z | Downloaded hash32 v0.3.1 |
169 | 2024-12-25T04:23:01.431Z | Downloaded embedded-io v0.6.1 |
170 | 2024-12-25T04:23:01.431Z | Downloaded either v1.13.0 |
171 | 2024-12-25T04:23:01.439Z | Downloaded fnv v1.0.7 |
172 | 2024-12-25T04:23:01.439Z | Downloaded embedded-io v0.4.0 |
173 | 2024-12-25T04:23:01.439Z | Downloaded strsim v0.11.1 |
174 | 2024-12-25T04:23:01.449Z | Downloaded defmt-macros v0.4.0 |
175 | 2024-12-25T04:23:01.450Z | Downloaded cobs v0.2.3 |
176 | 2024-12-25T04:23:01.450Z | Downloaded defmt-parser v0.4.1 |
177 | 2024-12-25T04:23:01.455Z | Downloaded stable_deref_trait v1.2.0 |
178 | 2024-12-25T04:23:01.455Z | Downloaded version_check v0.9.5 |
179 | 2024-12-25T04:23:01.458Z | Downloaded managed v0.8.0 |
180 | 2024-12-25T04:23:01.458Z | Downloaded cfg-if v1.0.0 |
181 | 2024-12-25T04:23:01.462Z | Downloaded thiserror-impl v2.0.9 |
182 | 2024-12-25T04:23:01.466Z | Downloaded defmt v0.3.10 |
183 | 2024-12-25T04:23:01.471Z | Downloaded thiserror v2.0.9 |
184 | 2024-12-25T04:23:01.477Z | Downloaded proc-macro-error-attr2 v2.0.0 |
185 | 2024-12-25T04:23:01.479Z | Downloaded macaddr v1.0.1 |
186 | 2024-12-25T04:23:01.482Z | Downloaded postcard v1.1.1 |
187 | 2024-12-25T04:23:01.484Z | Downloaded bitflags v1.3.2 |
188 | 2024-12-25T04:23:01.487Z | Downloaded crc32fast v1.4.2 |
189 | 2024-12-25T04:23:01.490Z | Downloaded proc-macro2 v1.0.92 |
190 | 2024-12-25T04:23:01.492Z | Downloaded quote v1.0.37 |
191 | 2024-12-25T04:23:01.498Z | Downloaded proc-macro-error2 v2.0.1 |
192 | 2024-12-25T04:23:01.506Z | Downloaded bitflags v2.6.0 |
193 | 2024-12-25T04:23:01.510Z | Downloaded uuid v1.11.0 |
194 | 2024-12-25T04:23:01.516Z | Downloaded unicode-ident v1.0.14 |
195 | 2024-12-25T04:23:01.519Z | Downloaded serde_derive v1.0.216 |
196 | 2024-12-25T04:23:01.525Z | Downloaded heapless v0.8.0 |
197 | 2024-12-25T04:23:01.529Z | Downloaded darling_core v0.20.10 |
198 | 2024-12-25T04:23:01.533Z | Downloaded serde v1.0.216 |
199 | 2024-12-25T04:23:01.538Z | Downloaded zerocopy-derive v0.8.14 |
200 | 2024-12-25T04:23:01.544Z | Downloaded memchr v2.7.4 |
201 | 2024-12-25T04:23:01.571Z | Downloaded itertools v0.13.0 |
202 | 2024-12-25T04:23:01.589Z | Downloaded aho-corasick v1.1.3 |
203 | 2024-12-25T04:23:01.608Z | Downloaded zerocopy v0.8.14 |
204 | 2024-12-25T04:23:01.630Z | Downloaded regex v1.11.1 |
205 | 2024-12-25T04:23:01.641Z | Downloaded syn v2.0.91 |
206 | 2024-12-25T04:23:01.651Z | Downloaded smoltcp v0.11.0 |
207 | 2024-12-25T04:23:01.662Z | Downloaded regex-syntax v0.8.5 |
208 | 2024-12-25T04:23:01.684Z | Downloaded regex-automata v0.4.9 |
209 | 2024-12-25T04:23:01.705Z | Updating crates.io index |
210 | 2024-12-25T04:23:01.767Z | Downloading crates ... |
211 | 2024-12-25T04:23:01.829Z | Downloaded miniz_oxide v0.7.4 |
212 | 2024-12-25T04:23:01.832Z | Downloaded adler v1.0.2 |
213 | 2024-12-25T04:23:01.836Z | Downloaded getopts v0.2.21 |
214 | 2024-12-25T04:23:01.841Z | Downloaded addr2line v0.22.0 |
215 | 2024-12-25T04:23:01.845Z | Downloaded rustc-demangle v0.1.24 |
216 | 2024-12-25T04:23:01.851Z | Downloaded hashbrown v0.15.0 |
217 | 2024-12-25T04:23:01.856Z | Downloaded allocator-api2 v0.2.18 |
218 | 2024-12-25T04:23:01.896Z | Downloaded compiler_builtins v0.1.138 |
219 | 2024-12-25T04:23:01.916Z | Downloaded unicode-width v0.1.14 |
220 | 2024-12-25T04:23:01.921Z | Downloaded gimli v0.29.0 |
221 | 2024-12-25T04:23:01.928Z | Downloaded object v0.36.5 |
222 | 2024-12-25T04:23:01.954Z | Downloaded libc v0.2.161 |
223 | 2024-12-25T04:23:02.109Z | Compiling compiler_builtins v0.1.138 |
224 | 2024-12-25T04:23:02.112Z | 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-25T04:23:02.112Z | Compiling proc-macro2 v1.0.92 |
226 | 2024-12-25T04:23:02.112Z | Compiling unicode-ident v1.0.14 |
227 | 2024-12-25T04:23:02.112Z | Compiling strsim v0.11.1 |
228 | 2024-12-25T04:23:02.112Z | Compiling ident_case v1.0.1 |
229 | 2024-12-25T04:23:02.112Z | Compiling fnv v1.0.7 |
230 | 2024-12-25T04:23:02.123Z | Compiling memchr v2.7.4 |
231 | 2024-12-25T04:23:02.289Z | Compiling serde v1.0.216 |
232 | 2024-12-25T04:23:02.320Z | Compiling regex-syntax v0.8.5 |
233 | 2024-12-25T04:23:02.340Z | Compiling zerocopy v0.8.14 |
234 | 2024-12-25T04:23:02.976Z | Compiling either v1.13.0 |
235 | 2024-12-25T04:23:03.005Z | Compiling aho-corasick v1.1.3 |
236 | 2024-12-25T04:23:03.302Z | Compiling itertools v0.13.0 |
237 | 2024-12-25T04:23:03.364Z | Compiling heapless v0.8.0 |
238 | 2024-12-25T04:23:03.385Z | Compiling smoltcp v0.11.0 |
239 | 2024-12-25T04:23:03.781Z | Compiling version_check v0.9.5 |
240 | 2024-12-25T04:23:04.047Z | Compiling quote v1.0.37 |
241 | 2024-12-25T04:23:04.469Z | Compiling syn v2.0.91 |
242 | 2024-12-25T04:23:04.620Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
243 | 2024-12-25T04:23:05.859Z | Compiling regex-automata v0.4.9 |
244 | 2024-12-25T04:23:08.668Z | Compiling regex v1.11.1 |
245 | 2024-12-25T04:23:09.162Z | Compiling darling_core v0.20.10 |
246 | 2024-12-25T04:23:11.464Z | Compiling serde_derive v1.0.216 |
247 | 2024-12-25T04:23:11.464Z | Compiling zerocopy-derive v0.8.14 |
248 | 2024-12-25T04:23:11.467Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
249 | 2024-12-25T04:23:12.975Z | Compiling darling_macro v0.20.10 |
250 | 2024-12-25T04:23:14.223Z | Compiling darling v0.20.10 |
251 | 2024-12-25T04:23:14.308Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
252 | 2024-12-25T04:23:14.308Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
253 | 2024-12-25T04:23:21.518Z | 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-25T04:23:22.274Z | 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-25T04:23:24.926Z | Checking byteorder v1.5.0 |
256 | 2024-12-25T04:23:24.926Z | Checking stable_deref_trait v1.2.0 |
257 | 2024-12-25T04:23:24.929Z | Checking cfg-if v1.0.0 |
258 | 2024-12-25T04:23:24.929Z | Checking macaddr v1.0.1 |
259 | 2024-12-25T04:23:24.929Z | Checking bitflags v2.6.0 |
260 | 2024-12-25T04:23:24.929Z | Checking cobs v0.2.3 |
261 | 2024-12-25T04:23:25.002Z | Checking bitflags v1.3.2 |
262 | 2024-12-25T04:23:25.035Z | Checking managed v0.8.0 |
263 | 2024-12-25T04:23:25.085Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2024-12-25T04:23:25.302Z | Checking crc32fast v1.4.2 |
265 | 2024-12-25T04:23:25.307Z | Checking dyn-clone v1.0.17 |
266 | 2024-12-25T04:23:25.307Z | Checking hash32 v0.3.1 |
267 | 2024-12-25T04:23:25.307Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
268 | 2024-12-25T04:23:26.837Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
269 | 2024-12-25T04:23:27.830Z | Checking postcard v1.1.1 |
270 | 2024-12-25T04:23:27.839Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
271 | 2024-12-25T04:23:27.839Z | Checking uuid v1.11.0 |
272 | 2024-12-25T04:23:29.080Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
273 | 2024-12-25T04:23:35.804Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
274 | 2024-12-25T04:23:37.741Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
275 | 2024-12-25T04:23:41.064Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
276 | 2024-12-25T04:23:41.064Z | --> xde/src/xde.rs:254:20 |
277 | 2024-12-25T04:23:41.064Z | | |
278 | 2024-12-25T04:23:41.064Z | 254 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
279 | 2024-12-25T04:23:41.064Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
280 | 2024-12-25T04:23:41.064Z | | |
281 | 2024-12-25T04:23:41.064Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
282 | 2024-12-25T04:23:41.064Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
283 | 2024-12-25T04:23:41.064Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
284 | 2024-12-25T04:23:41.064Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
285 | 2024-12-25T04:23:41.064Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
286 | 2024-12-25T04:23:41.064Z | |
287 | 2024-12-25T04:23:41.096Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
288 | 2024-12-25T04:23:41.096Z | --> xde/src/xde.rs:1050:9 |
289 | 2024-12-25T04:23:41.096Z | | |
290 | 2024-12-25T04:23:41.096Z | 1050 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
291 | 2024-12-25T04:23:41.096Z | 1051 | | errno: EFAULT, |
292 | 2024-12-25T04:23:41.096Z | 1052 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
293 | 2024-12-25T04:23:41.096Z | 1053 | | })?); |
294 | 2024-12-25T04:23:41.096Z | | |____________^ |
295 | 2024-12-25T04:23:41.096Z | | |
296 | 2024-12-25T04:23:41.096Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
297 | 2024-12-25T04:23:41.096Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
298 | 2024-12-25T04:23:41.096Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
299 | 2024-12-25T04:23:41.096Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
300 | 2024-12-25T04:23:41.096Z | |
301 | 2024-12-25T04:23:41.099Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
302 | 2024-12-25T04:23:41.099Z | --> xde/src/xde.rs:1091:14 |
303 | 2024-12-25T04:23:41.099Z | | |
304 | 2024-12-25T04:23:41.099Z | 1091 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?); |
305 | 2024-12-25T04:23:41.099Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
306 | 2024-12-25T04:23:41.099Z | | |
307 | 2024-12-25T04:23:41.099Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
308 | 2024-12-25T04:23:41.099Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
309 | 2024-12-25T04:23:41.099Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
310 | 2024-12-25T04:23:41.100Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
311 | 2024-12-25T04:23:41.100Z | |
312 | 2024-12-25T04:23:41.100Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
313 | 2024-12-25T04:23:41.100Z | --> xde/src/xde.rs:1092:14 |
314 | 2024-12-25T04:23:41.100Z | | |
315 | 2024-12-25T04:23:41.100Z | 1092 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?); |
316 | 2024-12-25T04:23:41.100Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
317 | 2024-12-25T04:23:41.100Z | | |
318 | 2024-12-25T04:23:41.100Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
319 | 2024-12-25T04:23:41.100Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
320 | 2024-12-25T04:23:41.100Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
321 | 2024-12-25T04:23:41.100Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
322 | 2024-12-25T04:23:41.100Z | |
323 | 2024-12-25T04:23:41.124Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
324 | 2024-12-25T04:23:41.124Z | --> xde/src/xde.rs:1793:8 |
325 | 2024-12-25T04:23:41.124Z | | |
326 | 2024-12-25T04:23:41.124Z | 1793 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
327 | 2024-12-25T04:23:41.124Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
328 | 2024-12-25T04:23:41.124Z | | |
329 | 2024-12-25T04:23:41.124Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
330 | 2024-12-25T04:23:41.124Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
331 | 2024-12-25T04:23:41.124Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
332 | 2024-12-25T04:23:41.124Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
333 | 2024-12-25T04:23:41.124Z | |
334 | 2024-12-25T04:23:41.264Z | warning: creating a mutable reference to mutable static is discouraged |
335 | 2024-12-25T04:23:41.264Z | --> xde/src/xde.rs:318:5 |
336 | 2024-12-25T04:23:41.264Z | | |
337 | 2024-12-25T04:23:41.264Z | 318 | xde_devs.init(KRwLockType::Driver); |
338 | 2024-12-25T04:23:41.264Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
339 | 2024-12-25T04:23:41.264Z | | |
340 | 2024-12-25T04:23:41.264Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
341 | 2024-12-25T04:23:41.264Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
342 | 2024-12-25T04:23:41.265Z | = note: `#[warn(static_mut_refs)]` on by default |
343 | 2024-12-25T04:23:41.265Z | |
344 | 2024-12-25T04:23:41.267Z | warning: creating a shared reference to mutable static is discouraged |
345 | 2024-12-25T04:23:41.267Z | --> xde/src/xde.rs:642:25 |
346 | 2024-12-25T04:23:41.267Z | | |
347 | 2024-12-25T04:23:41.267Z | 642 | let devs = unsafe { xde_devs.read() }; |
348 | 2024-12-25T04:23:41.268Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
349 | 2024-12-25T04:23:41.268Z | | |
350 | 2024-12-25T04:23:41.268Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
351 | 2024-12-25T04:23:41.268Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
352 | 2024-12-25T04:23:41.268Z | |
353 | 2024-12-25T04:23:41.268Z | warning: creating a shared reference to mutable static is discouraged |
354 | 2024-12-25T04:23:41.268Z | --> xde/src/xde.rs:670:29 |
355 | 2024-12-25T04:23:41.268Z | | |
356 | 2024-12-25T04:23:41.268Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
357 | 2024-12-25T04:23:41.268Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
358 | 2024-12-25T04:23:41.268Z | | |
359 | 2024-12-25T04:23:41.268Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
360 | 2024-12-25T04:23:41.268Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
361 | 2024-12-25T04:23:41.268Z | |
362 | 2024-12-25T04:23:41.268Z | warning: creating a shared reference to mutable static is discouraged |
363 | 2024-12-25T04:23:41.268Z | --> xde/src/xde.rs:803:29 |
364 | 2024-12-25T04:23:41.268Z | | |
365 | 2024-12-25T04:23:41.268Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
366 | 2024-12-25T04:23:41.268Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
367 | 2024-12-25T04:23:41.268Z | | |
368 | 2024-12-25T04:23:41.268Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
369 | 2024-12-25T04:23:41.268Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
370 | 2024-12-25T04:23:41.268Z | |
371 | 2024-12-25T04:23:41.268Z | warning: creating a shared reference to mutable static is discouraged |
372 | 2024-12-25T04:23:41.268Z | --> xde/src/xde.rs:891:18 |
373 | 2024-12-25T04:23:41.268Z | | |
374 | 2024-12-25T04:23:41.268Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
375 | 2024-12-25T04:23:41.268Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
376 | 2024-12-25T04:23:41.268Z | | |
377 | 2024-12-25T04:23:41.268Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
378 | 2024-12-25T04:23:41.268Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
379 | 2024-12-25T04:23:41.268Z | |
380 | 2024-12-25T04:23:41.282Z | warning: creating a shared reference to mutable static is discouraged |
381 | 2024-12-25T04:23:41.282Z | --> xde/src/xde.rs:1204:9 |
382 | 2024-12-25T04:23:41.282Z | | |
383 | 2024-12-25T04:23:41.282Z | 1204 | if !xde_devs.read().is_empty() { |
384 | 2024-12-25T04:23:41.282Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
385 | 2024-12-25T04:23:41.282Z | | |
386 | 2024-12-25T04:23:41.282Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
387 | 2024-12-25T04:23:41.282Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
388 | 2024-12-25T04:23:41.283Z | |
389 | 2024-12-25T04:23:41.283Z | warning: creating a shared reference to mutable static is discouraged |
390 | 2024-12-25T04:23:41.283Z | --> xde/src/xde.rs:1611:37 |
391 | 2024-12-25T04:23:41.283Z | | |
392 | 2024-12-25T04:23:41.283Z | 1611 | let devs = unsafe { xde_devs.read() }; |
393 | 2024-12-25T04:23:41.283Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
394 | 2024-12-25T04:23:41.283Z | | |
395 | 2024-12-25T04:23:41.283Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
396 | 2024-12-25T04:23:41.283Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
397 | 2024-12-25T04:23:41.283Z | |
398 | 2024-12-25T04:23:41.283Z | warning: creating a shared reference to mutable static is discouraged |
399 | 2024-12-25T04:23:41.283Z | --> xde/src/xde.rs:1861:16 |
400 | 2024-12-25T04:23:41.283Z | | |
401 | 2024-12-25T04:23:41.283Z | 1861 | let devs = xde_devs.read(); |
402 | 2024-12-25T04:23:41.283Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
403 | 2024-12-25T04:23:41.283Z | | |
404 | 2024-12-25T04:23:41.283Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
405 | 2024-12-25T04:23:41.283Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
406 | 2024-12-25T04:23:41.283Z | |
407 | 2024-12-25T04:23:41.283Z | warning: creating a shared reference to mutable static is discouraged |
408 | 2024-12-25T04:23:41.283Z | --> xde/src/xde.rs:1910:25 |
409 | 2024-12-25T04:23:41.283Z | | |
410 | 2024-12-25T04:23:41.283Z | 1910 | let devs = unsafe { xde_devs.read() }; |
411 | 2024-12-25T04:23:41.283Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
412 | 2024-12-25T04:23:41.283Z | | |
413 | 2024-12-25T04:23:41.283Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
414 | 2024-12-25T04:23:41.283Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
415 | 2024-12-25T04:23:41.283Z | |
416 | 2024-12-25T04:23:41.284Z | warning: creating a shared reference to mutable static is discouraged |
417 | 2024-12-25T04:23:41.284Z | --> xde/src/xde.rs:1923:25 |
418 | 2024-12-25T04:23:41.284Z | | |
419 | 2024-12-25T04:23:41.284Z | 1923 | let devs = unsafe { xde_devs.read() }; |
420 | 2024-12-25T04:23:41.284Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
421 | 2024-12-25T04:23:41.284Z | | |
422 | 2024-12-25T04:23:41.284Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
423 | 2024-12-25T04:23:41.284Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
424 | 2024-12-25T04:23:41.284Z | |
425 | 2024-12-25T04:23:41.284Z | warning: creating a shared reference to mutable static is discouraged |
426 | 2024-12-25T04:23:41.284Z | --> xde/src/xde.rs:1934:25 |
427 | 2024-12-25T04:23:41.284Z | | |
428 | 2024-12-25T04:23:41.284Z | 1934 | let devs = unsafe { xde_devs.read() }; |
429 | 2024-12-25T04:23:41.284Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
430 | 2024-12-25T04:23:41.284Z | | |
431 | 2024-12-25T04:23:41.284Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
432 | 2024-12-25T04:23:41.284Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
433 | 2024-12-25T04:23:41.284Z | |
434 | 2024-12-25T04:23:41.284Z | warning: creating a shared reference to mutable static is discouraged |
435 | 2024-12-25T04:23:41.284Z | --> xde/src/xde.rs:1946:25 |
436 | 2024-12-25T04:23:41.284Z | | |
437 | 2024-12-25T04:23:41.284Z | 1946 | let devs = unsafe { xde_devs.read() }; |
438 | 2024-12-25T04:23:41.284Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
439 | 2024-12-25T04:23:41.284Z | | |
440 | 2024-12-25T04:23:41.284Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
441 | 2024-12-25T04:23:41.284Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
442 | 2024-12-25T04:23:41.284Z | |
443 | 2024-12-25T04:23:41.284Z | warning: creating a shared reference to mutable static is discouraged |
444 | 2024-12-25T04:23:41.284Z | --> xde/src/xde.rs:1958:25 |
445 | 2024-12-25T04:23:41.284Z | | |
446 | 2024-12-25T04:23:41.284Z | 1958 | let devs = unsafe { xde_devs.read() }; |
447 | 2024-12-25T04:23:41.284Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
448 | 2024-12-25T04:23:41.284Z | | |
449 | 2024-12-25T04:23:41.284Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
450 | 2024-12-25T04:23:41.284Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
451 | 2024-12-25T04:23:41.284Z | |
452 | 2024-12-25T04:23:41.284Z | warning: creating a shared reference to mutable static is discouraged |
453 | 2024-12-25T04:23:41.284Z | --> xde/src/xde.rs:2022:25 |
454 | 2024-12-25T04:23:41.285Z | | |
455 | 2024-12-25T04:23:41.285Z | 2022 | let devs = unsafe { xde_devs.read() }; |
456 | 2024-12-25T04:23:41.285Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
457 | 2024-12-25T04:23:41.285Z | | |
458 | 2024-12-25T04:23:41.285Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
459 | 2024-12-25T04:23:41.285Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
460 | 2024-12-25T04:23:41.285Z | |
461 | 2024-12-25T04:23:41.285Z | warning: creating a shared reference to mutable static is discouraged |
462 | 2024-12-25T04:23:41.285Z | --> xde/src/xde.rs:2033:25 |
463 | 2024-12-25T04:23:41.285Z | | |
464 | 2024-12-25T04:23:41.285Z | 2033 | let devs = unsafe { xde_devs.read() }; |
465 | 2024-12-25T04:23:41.285Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
466 | 2024-12-25T04:23:41.285Z | | |
467 | 2024-12-25T04:23:41.285Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
468 | 2024-12-25T04:23:41.285Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
469 | 2024-12-25T04:23:41.285Z | |
470 | 2024-12-25T04:23:41.285Z | warning: creating a shared reference to mutable static is discouraged |
471 | 2024-12-25T04:23:41.285Z | --> xde/src/xde.rs:2045:25 |
472 | 2024-12-25T04:23:41.285Z | | |
473 | 2024-12-25T04:23:41.285Z | 2045 | let devs = unsafe { xde_devs.read() }; |
474 | 2024-12-25T04:23:41.285Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
475 | 2024-12-25T04:23:41.285Z | | |
476 | 2024-12-25T04:23:41.285Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
477 | 2024-12-25T04:23:41.285Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
478 | 2024-12-25T04:23:41.285Z | |
479 | 2024-12-25T04:23:41.285Z | warning: creating a shared reference to mutable static is discouraged |
480 | 2024-12-25T04:23:41.298Z | --> xde/src/xde.rs:2059:25 |
481 | 2024-12-25T04:23:41.298Z | | |
482 | 2024-12-25T04:23:41.298Z | 2059 | let devs = unsafe { xde_devs.read() }; |
483 | 2024-12-25T04:23:41.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
484 | 2024-12-25T04:23:41.298Z | | |
485 | 2024-12-25T04:23:41.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
486 | 2024-12-25T04:23:41.298Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
487 | 2024-12-25T04:23:41.298Z | |
488 | 2024-12-25T04:23:41.298Z | warning: creating a shared reference to mutable static is discouraged |
489 | 2024-12-25T04:23:41.298Z | --> xde/src/xde.rs:2072:25 |
490 | 2024-12-25T04:23:41.298Z | | |
491 | 2024-12-25T04:23:41.298Z | 2072 | let devs = unsafe { xde_devs.read() }; |
492 | 2024-12-25T04:23:41.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
493 | 2024-12-25T04:23:41.298Z | | |
494 | 2024-12-25T04:23:41.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
495 | 2024-12-25T04:23:41.298Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
496 | 2024-12-25T04:23:41.298Z | |
497 | 2024-12-25T04:23:41.298Z | warning: creating a shared reference to mutable static is discouraged |
498 | 2024-12-25T04:23:41.298Z | --> xde/src/xde.rs:2085:25 |
499 | 2024-12-25T04:23:41.298Z | | |
500 | 2024-12-25T04:23:41.299Z | 2085 | let devs = unsafe { xde_devs.read() }; |
501 | 2024-12-25T04:23:41.299Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
502 | 2024-12-25T04:23:41.299Z | | |
503 | 2024-12-25T04:23:41.299Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
504 | 2024-12-25T04:23:41.299Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
505 | 2024-12-25T04:23:41.299Z | |
506 | 2024-12-25T04:23:41.299Z | warning: creating a shared reference to mutable static is discouraged |
507 | 2024-12-25T04:23:41.299Z | --> xde/src/xde.rs:2096:25 |
508 | 2024-12-25T04:23:41.299Z | | |
509 | 2024-12-25T04:23:41.299Z | 2096 | let devs = unsafe { xde_devs.read() }; |
510 | 2024-12-25T04:23:41.299Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
511 | 2024-12-25T04:23:41.299Z | | |
512 | 2024-12-25T04:23:41.299Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
513 | 2024-12-25T04:23:41.299Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
514 | 2024-12-25T04:23:41.299Z | |
515 | 2024-12-25T04:23:41.299Z | warning: creating a shared reference to mutable static is discouraged |
516 | 2024-12-25T04:23:41.299Z | --> xde/src/xde.rs:2108:25 |
517 | 2024-12-25T04:23:41.299Z | | |
518 | 2024-12-25T04:23:41.299Z | 2108 | let devs = unsafe { xde_devs.read() }; |
519 | 2024-12-25T04:23:41.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
520 | 2024-12-25T04:23:41.300Z | | |
521 | 2024-12-25T04:23:41.300Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
522 | 2024-12-25T04:23:41.300Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
523 | 2024-12-25T04:23:41.300Z | |
524 | 2024-12-25T04:23:41.300Z | warning: creating a shared reference to mutable static is discouraged |
525 | 2024-12-25T04:23:41.300Z | --> xde/src/xde.rs:2123:25 |
526 | 2024-12-25T04:23:41.300Z | | |
527 | 2024-12-25T04:23:41.300Z | 2123 | let devs = unsafe { xde_devs.read() }; |
528 | 2024-12-25T04:23:41.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
529 | 2024-12-25T04:23:41.300Z | | |
530 | 2024-12-25T04:23:41.300Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
531 | 2024-12-25T04:23:41.300Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
532 | 2024-12-25T04:23:41.300Z | |
533 | 2024-12-25T04:23:41.300Z | warning: creating a shared reference to mutable static is discouraged |
534 | 2024-12-25T04:23:41.300Z | --> xde/src/xde.rs:2137:25 |
535 | 2024-12-25T04:23:41.300Z | | |
536 | 2024-12-25T04:23:41.300Z | 2137 | let devs = unsafe { xde_devs.read() }; |
537 | 2024-12-25T04:23:41.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
538 | 2024-12-25T04:23:41.300Z | | |
539 | 2024-12-25T04:23:41.300Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
540 | 2024-12-25T04:23:41.300Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
541 | 2024-12-25T04:23:41.300Z | |
542 | 2024-12-25T04:23:41.431Z | warning: `xde` (lib) generated 28 warnings |
543 | 2024-12-25T04:23:41.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.96s |
544 | 2024-12-25T04:23:41.570Z | |
545 | 2024-12-25T04:23:41.570Z | real 45.056190852 |
546 | 2024-12-25T04:23:41.570Z | user 1:58.439389644 |
547 | 2024-12-25T04:23:41.570Z | sys 12.354816373 |
548 | 2024-12-25T04:23:41.570Z | trap 0.052820497 |
549 | 2024-12-25T04:23:41.570Z | tflt 0.190002828 |
550 | 2024-12-25T04:23:41.571Z | dflt 0.330793153 |
551 | 2024-12-25T04:23:41.571Z | kflt 0.004579679 |
552 | 2024-12-25T04:23:41.573Z | lock 2:53.932103296 |
553 | 2024-12-25T04:23:41.573Z | slp 6:07.693909921 |
554 | 2024-12-25T04:23:41.573Z | lat 2.642897918 |
555 | 2024-12-25T04:23:41.573Z | stop 6.321599965 |
556 | 2024-12-25T04:23:41.573Z | + pushd xde-link |
557 | 2024-12-25T04:23:41.574Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
558 | 2024-12-25T04:23:41.574Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
559 | 2024-12-25T04:23:41.822Z | Compiling compiler_builtins v0.1.138 |
560 | 2024-12-25T04:23:41.822Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
561 | 2024-12-25T04:23:41.825Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
562 | 2024-12-25T04:23:56.689Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
563 | 2024-12-25T04:23:57.450Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
564 | 2024-12-25T04:24:00.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.48s |
565 | 2024-12-25T04:24:00.214Z | |
566 | 2024-12-25T04:24:00.217Z | real 18.637095805 |
567 | 2024-12-25T04:24:00.217Z | user 21.525617548 |
568 | 2024-12-25T04:24:00.217Z | sys 1.375004570 |
569 | 2024-12-25T04:24:00.217Z | trap 0.003557374 |
570 | 2024-12-25T04:24:00.217Z | tflt 0.002474376 |
571 | 2024-12-25T04:24:00.217Z | dflt 0.072357925 |
572 | 2024-12-25T04:24:00.217Z | kflt 0.000000000 |
573 | 2024-12-25T04:24:00.217Z | lock 55.053920436 |
574 | 2024-12-25T04:24:00.217Z | slp 1:17.553743911 |
575 | 2024-12-25T04:24:00.217Z | lat 0.033017579 |
576 | 2024-12-25T04:24:00.217Z | stop 0.140499921 |
577 | 2024-12-25T04:24:00.217Z | + popd |
578 | 2024-12-25T04:24:00.217Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
579 | 2024-12-25T04:24:00.217Z | + header 'build xde (debug)' |
580 | 2024-12-25T04:24:00.217Z | + echo '# ==== build xde (debug) ==== #' |
581 | 2024-12-25T04:24:00.217Z | + ptime -m ./build-debug.sh |
582 | 2024-12-25T04:24:00.217Z | # ==== build xde (debug) ==== # |
583 | 2024-12-25T04:24:00.519Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
584 | 2024-12-25T04:24:00.519Z | Fresh unicode-ident v1.0.14 |
585 | 2024-12-25T04:24:00.519Z | Fresh strsim v0.11.1 |
586 | 2024-12-25T04:24:00.519Z | Fresh ident_case v1.0.1 |
587 | 2024-12-25T04:24:00.519Z | Fresh fnv v1.0.7 |
588 | 2024-12-25T04:24:00.519Z | Fresh memchr v2.7.4 |
589 | 2024-12-25T04:24:00.523Z | Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
590 | 2024-12-25T04:24:00.523Z | Fresh aho-corasick v1.1.3 |
591 | 2024-12-25T04:24:00.523Z | Fresh regex-syntax v0.8.5 |
592 | 2024-12-25T04:24:00.523Z | Fresh compiler_builtins v0.1.138 |
593 | 2024-12-25T04:24:00.523Z | Fresh proc-macro2 v1.0.92 |
594 | 2024-12-25T04:24:00.523Z | Fresh regex-automata v0.4.9 |
595 | 2024-12-25T04:24:00.523Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
596 | 2024-12-25T04:24:00.523Z | Fresh quote v1.0.37 |
597 | 2024-12-25T04:24:00.523Z | Fresh regex v1.11.1 |
598 | 2024-12-25T04:24:00.523Z | Fresh version_check v0.9.5 |
599 | 2024-12-25T04:24:00.523Z | Fresh syn v2.0.91 |
600 | 2024-12-25T04:24:00.523Z | Compiling byteorder v1.5.0 |
601 | 2024-12-25T04:24:00.523Z | Compiling stable_deref_trait v1.2.0 |
602 | 2024-12-25T04:24:00.523Z | Compiling cfg-if v1.0.0 |
603 | 2024-12-25T04:24:00.523Z | Compiling macaddr v1.0.1 |
604 | 2024-12-25T04:24:00.523Z | Compiling bitflags v1.3.2 |
605 | 2024-12-25T04:24:00.523Z | Compiling managed v0.8.0 |
606 | 2024-12-25T04:24:00.523Z | Compiling bitflags v2.6.0 |
607 | 2024-12-25T04:24:00.523Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=55cd99557b60fd1a -C extra-filename=-55cd99557b60fd1a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
608 | 2024-12-25T04:24:00.523Z | 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` |
609 | 2024-12-25T04:24:00.524Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=ca1f67cbe733d740 -C extra-filename=-ca1f67cbe733d740 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
610 | 2024-12-25T04:24:00.524Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=4c89d4903250a70b -C extra-filename=-4c89d4903250a70b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
611 | 2024-12-25T04:24:00.525Z | Fresh darling_core v0.20.10 |
612 | 2024-12-25T04:24:00.525Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=ca1a770df1646419 -C extra-filename=-ca1a770df1646419 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
613 | 2024-12-25T04:24:00.525Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=80335bf60b9970d9 -C extra-filename=-80335bf60b9970d9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
614 | 2024-12-25T04:24:00.525Z | Fresh darling_macro v0.20.10 |
615 | 2024-12-25T04:24:00.525Z | Fresh darling v0.20.10 |
616 | 2024-12-25T04:24:00.525Z | Fresh serde_derive v1.0.216 |
617 | 2024-12-25T04:24:00.525Z | Compiling serde v1.0.216 |
618 | 2024-12-25T04:24:00.528Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=7e725605e5c47ecc -C extra-filename=-7e725605e5c47ecc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
619 | 2024-12-25T04:24:00.536Z | 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)'` |
620 | 2024-12-25T04:24:00.590Z | Fresh zerocopy-derive v0.8.14 |
621 | 2024-12-25T04:24:00.590Z | Compiling zerocopy v0.8.14 |
622 | 2024-12-25T04:24:00.601Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=0ac5da6e3e3cfd40 -C extra-filename=-0ac5da6e3e3cfd40 --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-b25cf701889075dd.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
623 | 2024-12-25T04:24:00.601Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
624 | 2024-12-25T04:24:00.601Z | Compiling cobs v0.2.3 |
625 | 2024-12-25T04:24:00.606Z | 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` |
626 | 2024-12-25T04:24:00.609Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
627 | 2024-12-25T04:24:00.630Z | 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` |
628 | 2024-12-25T04:24:00.802Z | Compiling hash32 v0.3.1 |
629 | 2024-12-25T04:24:00.805Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b9d8993ef7887b0 -C extra-filename=-2b9d8993ef7887b0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
630 | 2024-12-25T04:24:00.853Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
631 | 2024-12-25T04:24:00.856Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=5ba3dae8f7e93c62 -C extra-filename=-5ba3dae8f7e93c62 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options` |
632 | 2024-12-25T04:24:00.875Z | Compiling either v1.13.0 |
633 | 2024-12-25T04:24:00.878Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=44afdb97d2a99b98 -C extra-filename=-44afdb97d2a99b98 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
634 | 2024-12-25T04:24:00.925Z | Compiling heapless v0.8.0 |
635 | 2024-12-25T04:24:00.925Z | Compiling crc32fast v1.4.2 |
636 | 2024-12-25T04:24:00.928Z | 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` |
637 | 2024-12-25T04:24:00.928Z | 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` |
638 | 2024-12-25T04:24:00.978Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
639 | 2024-12-25T04:24:00.983Z | 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` |
640 | 2024-12-25T04:24:00.989Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
641 | 2024-12-25T04:24:01.039Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
642 | 2024-12-25T04:24:01.041Z | 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` |
643 | 2024-12-25T04:24:01.069Z | Compiling dyn-clone v1.0.17 |
644 | 2024-12-25T04:24:01.071Z | 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` |
645 | 2024-12-25T04:24:01.134Z | Compiling itertools v0.13.0 |
646 | 2024-12-25T04:24:01.137Z | 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` |
647 | 2024-12-25T04:24:01.159Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
648 | 2024-12-25T04:24:01.162Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45240ebfd9124c9a -C extra-filename=-45240ebfd9124c9a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
649 | 2024-12-25T04:24:01.678Z | Compiling smoltcp v0.11.0 |
650 | 2024-12-25T04:24:01.681Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=6a1db82142bd93d6 -C extra-filename=-6a1db82142bd93d6 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-ca1a770df1646419.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmanaged-80335bf60b9970d9.rmeta -Z unstable-options --cap-lints allow` |
651 | 2024-12-25T04:24:02.828Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
652 | 2024-12-25T04:24:02.832Z | 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=38c745a4808fdf3c -C extra-filename=-38c745a4808fdf3c --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-0ac5da6e3e3cfd40.rmeta -Z unstable-options --cap-lints allow` |
653 | 2024-12-25T04:24:04.023Z | Compiling postcard v1.1.1 |
654 | 2024-12-25T04:24:04.023Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
655 | 2024-12-25T04:24:04.027Z | Compiling uuid v1.11.0 |
656 | 2024-12-25T04:24:04.027Z | 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` |
657 | 2024-12-25T04:24:04.027Z | 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` |
658 | 2024-12-25T04:24:04.027Z | 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=72bafc02581cd613 -C extra-filename=-72bafc02581cd613 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-d8dcfdec01235cb3.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-38c745a4808fdf3c.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-0ac5da6e3e3cfd40.rmeta -Z unstable-options --cap-lints allow` |
659 | 2024-12-25T04:24:05.482Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
660 | 2024-12-25T04:24:05.485Z | 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=42d17840b94bb2c7 -C extra-filename=-42d17840b94bb2c7 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-72bafc02581cd613.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` |
661 | 2024-12-25T04:24:06.378Z | 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=91cfcc6a1c58d59c -C extra-filename=-91cfcc6a1c58d59c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/debug/deps/libderror_macro-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-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-72bafc02581cd613.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-42d17840b94bb2c7.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-0ac5da6e3e3cfd40.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
662 | 2024-12-25T04:24:11.449Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
663 | 2024-12-25T04:24:11.452Z | 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=30e954954f42b16d -C extra-filename=-30e954954f42b16d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-91cfcc6a1c58d59c.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-0ac5da6e3e3cfd40.rmeta -Z unstable-options` |
664 | 2024-12-25T04:24:15.226Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
665 | 2024-12-25T04:24:15.229Z | 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=3b23dc354c7b496a -C extra-filename=-3b23dc354c7b496a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-72bafc02581cd613.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-91cfcc6a1c58d59c.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-30e954954f42b16d.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` |
666 | 2024-12-25T04:24:17.930Z | warning: creating a mutable reference to mutable static is discouraged |
667 | 2024-12-25T04:24:17.930Z | --> xde/src/xde.rs:318:5 |
668 | 2024-12-25T04:24:17.930Z | | |
669 | 2024-12-25T04:24:17.930Z | 318 | xde_devs.init(KRwLockType::Driver); |
670 | 2024-12-25T04:24:17.930Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
671 | 2024-12-25T04:24:17.930Z | | |
672 | 2024-12-25T04:24:17.930Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
673 | 2024-12-25T04:24:17.930Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
674 | 2024-12-25T04:24:17.930Z | = note: `#[warn(static_mut_refs)]` on by default |
675 | 2024-12-25T04:24:17.930Z | |
676 | 2024-12-25T04:24:17.933Z | warning: creating a shared reference to mutable static is discouraged |
677 | 2024-12-25T04:24:17.933Z | --> xde/src/xde.rs:642:25 |
678 | 2024-12-25T04:24:17.933Z | | |
679 | 2024-12-25T04:24:17.933Z | 642 | let devs = unsafe { xde_devs.read() }; |
680 | 2024-12-25T04:24:17.933Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
681 | 2024-12-25T04:24:17.933Z | | |
682 | 2024-12-25T04:24:17.933Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
683 | 2024-12-25T04:24:17.934Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
684 | 2024-12-25T04:24:17.934Z | |
685 | 2024-12-25T04:24:17.934Z | warning: creating a shared reference to mutable static is discouraged |
686 | 2024-12-25T04:24:17.934Z | --> xde/src/xde.rs:670:29 |
687 | 2024-12-25T04:24:17.934Z | | |
688 | 2024-12-25T04:24:17.934Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
689 | 2024-12-25T04:24:17.934Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
690 | 2024-12-25T04:24:17.934Z | | |
691 | 2024-12-25T04:24:17.934Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
692 | 2024-12-25T04:24:17.934Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
693 | 2024-12-25T04:24:17.934Z | |
694 | 2024-12-25T04:24:17.934Z | warning: creating a shared reference to mutable static is discouraged |
695 | 2024-12-25T04:24:17.934Z | --> xde/src/xde.rs:803:29 |
696 | 2024-12-25T04:24:17.934Z | | |
697 | 2024-12-25T04:24:17.934Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
698 | 2024-12-25T04:24:17.934Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
699 | 2024-12-25T04:24:17.934Z | | |
700 | 2024-12-25T04:24:17.934Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
701 | 2024-12-25T04:24:17.934Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
702 | 2024-12-25T04:24:17.934Z | |
703 | 2024-12-25T04:24:17.934Z | warning: creating a shared reference to mutable static is discouraged |
704 | 2024-12-25T04:24:17.934Z | --> xde/src/xde.rs:891:18 |
705 | 2024-12-25T04:24:17.934Z | | |
706 | 2024-12-25T04:24:17.934Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
707 | 2024-12-25T04:24:17.934Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
708 | 2024-12-25T04:24:17.934Z | | |
709 | 2024-12-25T04:24:17.934Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
710 | 2024-12-25T04:24:17.934Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
711 | 2024-12-25T04:24:17.934Z | |
712 | 2024-12-25T04:24:17.938Z | warning: creating a shared reference to mutable static is discouraged |
713 | 2024-12-25T04:24:17.938Z | --> xde/src/xde.rs:1204:9 |
714 | 2024-12-25T04:24:17.938Z | | |
715 | 2024-12-25T04:24:17.938Z | 1204 | if !xde_devs.read().is_empty() { |
716 | 2024-12-25T04:24:17.938Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
717 | 2024-12-25T04:24:17.938Z | | |
718 | 2024-12-25T04:24:17.938Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
719 | 2024-12-25T04:24:17.938Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
720 | 2024-12-25T04:24:17.938Z | |
721 | 2024-12-25T04:24:17.938Z | warning: creating a shared reference to mutable static is discouraged |
722 | 2024-12-25T04:24:17.938Z | --> xde/src/xde.rs:1611:37 |
723 | 2024-12-25T04:24:17.938Z | | |
724 | 2024-12-25T04:24:17.938Z | 1611 | let devs = unsafe { xde_devs.read() }; |
725 | 2024-12-25T04:24:17.939Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
726 | 2024-12-25T04:24:17.939Z | | |
727 | 2024-12-25T04:24:17.939Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
728 | 2024-12-25T04:24:17.939Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
729 | 2024-12-25T04:24:17.939Z | |
730 | 2024-12-25T04:24:17.939Z | warning: creating a shared reference to mutable static is discouraged |
731 | 2024-12-25T04:24:17.939Z | --> xde/src/xde.rs:1861:16 |
732 | 2024-12-25T04:24:17.939Z | | |
733 | 2024-12-25T04:24:17.939Z | 1861 | let devs = xde_devs.read(); |
734 | 2024-12-25T04:24:17.939Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
735 | 2024-12-25T04:24:17.939Z | | |
736 | 2024-12-25T04:24:17.939Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
737 | 2024-12-25T04:24:17.939Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
738 | 2024-12-25T04:24:17.939Z | |
739 | 2024-12-25T04:24:17.939Z | warning: creating a shared reference to mutable static is discouraged |
740 | 2024-12-25T04:24:17.939Z | --> xde/src/xde.rs:1910:25 |
741 | 2024-12-25T04:24:17.939Z | | |
742 | 2024-12-25T04:24:17.939Z | 1910 | let devs = unsafe { xde_devs.read() }; |
743 | 2024-12-25T04:24:17.939Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
744 | 2024-12-25T04:24:17.939Z | | |
745 | 2024-12-25T04:24:17.939Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
746 | 2024-12-25T04:24:17.939Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
747 | 2024-12-25T04:24:17.940Z | |
748 | 2024-12-25T04:24:17.940Z | warning: creating a shared reference to mutable static is discouraged |
749 | 2024-12-25T04:24:17.940Z | --> xde/src/xde.rs:1923:25 |
750 | 2024-12-25T04:24:17.940Z | | |
751 | 2024-12-25T04:24:17.940Z | 1923 | let devs = unsafe { xde_devs.read() }; |
752 | 2024-12-25T04:24:17.940Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
753 | 2024-12-25T04:24:17.940Z | | |
754 | 2024-12-25T04:24:17.940Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
755 | 2024-12-25T04:24:17.940Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
756 | 2024-12-25T04:24:17.940Z | |
757 | 2024-12-25T04:24:17.940Z | warning: creating a shared reference to mutable static is discouraged |
758 | 2024-12-25T04:24:17.940Z | --> xde/src/xde.rs:1934:25 |
759 | 2024-12-25T04:24:17.940Z | | |
760 | 2024-12-25T04:24:17.940Z | 1934 | let devs = unsafe { xde_devs.read() }; |
761 | 2024-12-25T04:24:17.940Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
762 | 2024-12-25T04:24:17.940Z | | |
763 | 2024-12-25T04:24:17.940Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
764 | 2024-12-25T04:24:17.940Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
765 | 2024-12-25T04:24:17.940Z | |
766 | 2024-12-25T04:24:17.940Z | warning: creating a shared reference to mutable static is discouraged |
767 | 2024-12-25T04:24:17.940Z | --> xde/src/xde.rs:1946:25 |
768 | 2024-12-25T04:24:17.940Z | | |
769 | 2024-12-25T04:24:17.940Z | 1946 | let devs = unsafe { xde_devs.read() }; |
770 | 2024-12-25T04:24:17.940Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
771 | 2024-12-25T04:24:17.940Z | | |
772 | 2024-12-25T04:24:17.940Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
773 | 2024-12-25T04:24:17.940Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
774 | 2024-12-25T04:24:17.940Z | |
775 | 2024-12-25T04:24:17.940Z | warning: creating a shared reference to mutable static is discouraged |
776 | 2024-12-25T04:24:17.940Z | --> xde/src/xde.rs:1958:25 |
777 | 2024-12-25T04:24:17.941Z | | |
778 | 2024-12-25T04:24:17.941Z | 1958 | let devs = unsafe { xde_devs.read() }; |
779 | 2024-12-25T04:24:17.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
780 | 2024-12-25T04:24:17.941Z | | |
781 | 2024-12-25T04:24:17.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
782 | 2024-12-25T04:24:17.941Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
783 | 2024-12-25T04:24:17.941Z | |
784 | 2024-12-25T04:24:17.941Z | warning: creating a shared reference to mutable static is discouraged |
785 | 2024-12-25T04:24:17.941Z | --> xde/src/xde.rs:2022:25 |
786 | 2024-12-25T04:24:17.941Z | | |
787 | 2024-12-25T04:24:17.941Z | 2022 | let devs = unsafe { xde_devs.read() }; |
788 | 2024-12-25T04:24:17.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
789 | 2024-12-25T04:24:17.941Z | | |
790 | 2024-12-25T04:24:17.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
791 | 2024-12-25T04:24:17.941Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
792 | 2024-12-25T04:24:17.941Z | |
793 | 2024-12-25T04:24:17.941Z | warning: creating a shared reference to mutable static is discouraged |
794 | 2024-12-25T04:24:17.941Z | --> xde/src/xde.rs:2033:25 |
795 | 2024-12-25T04:24:17.941Z | | |
796 | 2024-12-25T04:24:17.941Z | 2033 | let devs = unsafe { xde_devs.read() }; |
797 | 2024-12-25T04:24:17.941Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
798 | 2024-12-25T04:24:17.941Z | | |
799 | 2024-12-25T04:24:17.941Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
800 | 2024-12-25T04:24:17.941Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
801 | 2024-12-25T04:24:17.941Z | |
802 | 2024-12-25T04:24:17.945Z | warning: creating a shared reference to mutable static is discouraged |
803 | 2024-12-25T04:24:17.945Z | --> xde/src/xde.rs:2045:25 |
804 | 2024-12-25T04:24:17.945Z | | |
805 | 2024-12-25T04:24:17.945Z | 2045 | let devs = unsafe { xde_devs.read() }; |
806 | 2024-12-25T04:24:17.945Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
807 | 2024-12-25T04:24:17.945Z | | |
808 | 2024-12-25T04:24:17.945Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
809 | 2024-12-25T04:24:17.945Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
810 | 2024-12-25T04:24:17.945Z | |
811 | 2024-12-25T04:24:17.945Z | warning: creating a shared reference to mutable static is discouraged |
812 | 2024-12-25T04:24:17.945Z | --> xde/src/xde.rs:2059:25 |
813 | 2024-12-25T04:24:17.945Z | | |
814 | 2024-12-25T04:24:17.945Z | 2059 | let devs = unsafe { xde_devs.read() }; |
815 | 2024-12-25T04:24:17.945Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
816 | 2024-12-25T04:24:17.945Z | | |
817 | 2024-12-25T04:24:17.945Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
818 | 2024-12-25T04:24:17.945Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
819 | 2024-12-25T04:24:17.945Z | |
820 | 2024-12-25T04:24:17.945Z | warning: creating a shared reference to mutable static is discouraged |
821 | 2024-12-25T04:24:17.945Z | --> xde/src/xde.rs:2072:25 |
822 | 2024-12-25T04:24:17.945Z | | |
823 | 2024-12-25T04:24:17.945Z | 2072 | let devs = unsafe { xde_devs.read() }; |
824 | 2024-12-25T04:24:17.945Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
825 | 2024-12-25T04:24:17.945Z | | |
826 | 2024-12-25T04:24:17.945Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
827 | 2024-12-25T04:24:17.945Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
828 | 2024-12-25T04:24:17.945Z | |
829 | 2024-12-25T04:24:17.945Z | warning: creating a shared reference to mutable static is discouraged |
830 | 2024-12-25T04:24:17.945Z | --> xde/src/xde.rs:2085:25 |
831 | 2024-12-25T04:24:17.945Z | | |
832 | 2024-12-25T04:24:17.945Z | 2085 | let devs = unsafe { xde_devs.read() }; |
833 | 2024-12-25T04:24:17.945Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
834 | 2024-12-25T04:24:17.945Z | | |
835 | 2024-12-25T04:24:17.946Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
836 | 2024-12-25T04:24:17.946Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
837 | 2024-12-25T04:24:17.946Z | |
838 | 2024-12-25T04:24:17.946Z | warning: creating a shared reference to mutable static is discouraged |
839 | 2024-12-25T04:24:17.946Z | --> xde/src/xde.rs:2096:25 |
840 | 2024-12-25T04:24:17.946Z | | |
841 | 2024-12-25T04:24:17.946Z | 2096 | let devs = unsafe { xde_devs.read() }; |
842 | 2024-12-25T04:24:17.946Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
843 | 2024-12-25T04:24:17.946Z | | |
844 | 2024-12-25T04:24:17.946Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
845 | 2024-12-25T04:24:17.946Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
846 | 2024-12-25T04:24:17.946Z | |
847 | 2024-12-25T04:24:17.946Z | warning: creating a shared reference to mutable static is discouraged |
848 | 2024-12-25T04:24:17.946Z | --> xde/src/xde.rs:2108:25 |
849 | 2024-12-25T04:24:17.946Z | | |
850 | 2024-12-25T04:24:17.946Z | 2108 | let devs = unsafe { xde_devs.read() }; |
851 | 2024-12-25T04:24:17.946Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
852 | 2024-12-25T04:24:17.946Z | | |
853 | 2024-12-25T04:24:17.946Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
854 | 2024-12-25T04:24:17.946Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
855 | 2024-12-25T04:24:17.946Z | |
856 | 2024-12-25T04:24:17.946Z | warning: creating a shared reference to mutable static is discouraged |
857 | 2024-12-25T04:24:17.946Z | --> xde/src/xde.rs:2123:25 |
858 | 2024-12-25T04:24:17.946Z | | |
859 | 2024-12-25T04:24:17.946Z | 2123 | let devs = unsafe { xde_devs.read() }; |
860 | 2024-12-25T04:24:17.946Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
861 | 2024-12-25T04:24:17.946Z | | |
862 | 2024-12-25T04:24:17.946Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
863 | 2024-12-25T04:24:17.946Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
864 | 2024-12-25T04:24:17.946Z | |
865 | 2024-12-25T04:24:17.946Z | warning: creating a shared reference to mutable static is discouraged |
866 | 2024-12-25T04:24:17.946Z | --> xde/src/xde.rs:2137:25 |
867 | 2024-12-25T04:24:17.946Z | | |
868 | 2024-12-25T04:24:17.946Z | 2137 | let devs = unsafe { xde_devs.read() }; |
869 | 2024-12-25T04:24:17.946Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
870 | 2024-12-25T04:24:17.946Z | | |
871 | 2024-12-25T04:24:17.946Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
872 | 2024-12-25T04:24:17.946Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
873 | 2024-12-25T04:24:17.947Z | |
874 | 2024-12-25T04:24:20.604Z | warning: `xde` (lib) generated 23 warnings |
875 | 2024-12-25T04:24:20.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.33s |
876 | 2024-12-25T04:24:24.511Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
877 | 2024-12-25T04:24:24.683Z | Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
878 | 2024-12-25T04:24:24.683Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
879 | 2024-12-25T04:24:24.683Z | Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
880 | 2024-12-25T04:24:24.683Z | Fresh compiler_builtins v0.1.138 |
881 | 2024-12-25T04:24:24.685Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
882 | 2024-12-25T04:24:24.685Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 xde/xde-link/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09e88eb23a6571b4 -C extra-filename=-09e88eb23a6571b4 --out-dir /work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4 -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps` |
883 | 2024-12-25T04:24:24.917Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
884 | 2024-12-25T04:24:24.924Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name xde_link --edition=2021 xde/xde-link/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47683a69760e0007 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -C incremental=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/incremental -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/liballoc-36161d630512377c.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcompiler_builtins-90d0d86ad473dfcb.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcore-9a287ec7c92c7734.rlib' -Z unstable-options -C link-arg=-Wl,-hSUNW_xde_link.so -C link-arg=-Wl,-ztext -C link-arg=-Wl,-zdefs -C link-arg=-Wl,-Bdirect -C link-arg=-Wl,-M/work/oxidecomputer/opte/xde/xde-link/map.devfsadm-externs -C link-arg=-Wl,-M/usr/lib/ld/map.pagealign -C link-arg=-Wl,-M/usr/lib/ld/map.noexdata -C link-arg=-Wl,-zassert-deflib -C link-arg=-Wl,-zguidance -C link-arg=-Wl,-zfatal-warnings -C link-arg=-Wl,-zassert-deflib=libc.so -C link-arg=-Wl,-zassert-deflib=libdevinfo.so` |
885 | 2024-12-25T04:24:25.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
886 | 2024-12-25T04:24:25.053Z | |
887 | 2024-12-25T04:24:25.056Z | real 24.833062149 |
888 | 2024-12-25T04:24:25.056Z | user 52.948651027 |
889 | 2024-12-25T04:24:25.056Z | sys 5.147392381 |
890 | 2024-12-25T04:24:25.056Z | trap 0.017099239 |
891 | 2024-12-25T04:24:25.056Z | tflt 0.091479666 |
892 | 2024-12-25T04:24:25.056Z | dflt 0.038551334 |
893 | 2024-12-25T04:24:25.056Z | kflt 0.000005070 |
894 | 2024-12-25T04:24:25.056Z | lock 1:18.340467833 |
895 | 2024-12-25T04:24:25.056Z | slp 2:24.503403367 |
896 | 2024-12-25T04:24:25.056Z | lat 1.068059225 |
897 | 2024-12-25T04:24:25.056Z | stop 1.069176380 |
898 | 2024-12-25T04:24:25.056Z | + header 'build xde (release)' |
899 | 2024-12-25T04:24:25.056Z | + echo '# ==== build xde (release) ==== #' |
900 | 2024-12-25T04:24:25.056Z | # ==== build xde (release) ==== # |
901 | 2024-12-25T04:24:25.056Z | + ptime -m ./build.sh |
902 | 2024-12-25T04:24:25.059Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
903 | 2024-12-25T04:24:25.060Z | + cargo -v build --release |
904 | 2024-12-25T04:24:25.217Z | Compiling compiler_builtins v0.1.138 |
905 | 2024-12-25T04:24:25.217Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
906 | 2024-12-25T04:24:25.219Z | Compiling proc-macro2 v1.0.92 |
907 | 2024-12-25T04:24:25.219Z | Compiling unicode-ident v1.0.14 |
908 | 2024-12-25T04:24:25.219Z | Compiling ident_case v1.0.1 |
909 | 2024-12-25T04:24:25.219Z | Compiling fnv v1.0.7 |
910 | 2024-12-25T04:24:25.219Z | Compiling strsim v0.11.1 |
911 | 2024-12-25T04:24:25.219Z | Compiling memchr v2.7.4 |
912 | 2024-12-25T04:24:25.220Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=21aa82c55820d0bf -C extra-filename=-21aa82c55820d0bf --out-dir /work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
913 | 2024-12-25T04:24:25.220Z | 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` |
914 | 2024-12-25T04:24:25.220Z | 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` |
915 | 2024-12-25T04:24:25.220Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e9275e81496ee356 -C extra-filename=-e9275e81496ee356 --out-dir /work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
916 | 2024-12-25T04:24:25.220Z | 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` |
917 | 2024-12-25T04:24:25.220Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb45031f76369d6 -C extra-filename=-abb45031f76369d6 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
918 | 2024-12-25T04:24:25.220Z | 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` |
919 | 2024-12-25T04:24:25.220Z | 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` |
920 | 2024-12-25T04:24:25.355Z | Compiling regex-syntax v0.8.5 |
921 | 2024-12-25T04:24:25.360Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c05364419c76400a -C extra-filename=-c05364419c76400a --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
922 | 2024-12-25T04:24:25.372Z | Compiling serde v1.0.216 |
923 | 2024-12-25T04:24:25.399Z | 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` |
924 | 2024-12-25T04:24:25.404Z | Compiling either v1.13.0 |
925 | 2024-12-25T04:24:25.409Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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` |
926 | 2024-12-25T04:24:25.761Z | Compiling zerocopy v0.8.14 |
927 | 2024-12-25T04:24:25.766Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=9d21412b8ae0fd26 -C extra-filename=-9d21412b8ae0fd26 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
928 | 2024-12-25T04:24:25.902Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build` |
929 | 2024-12-25T04:24:25.985Z | Compiling itertools v0.13.0 |
930 | 2024-12-25T04:24:25.990Z | 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` |
931 | 2024-12-25T04:24:26.032Z | Compiling heapless v0.8.0 |
932 | 2024-12-25T04:24:26.035Z | 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` |
933 | 2024-12-25T04:24:26.043Z | 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)'` |
934 | 2024-12-25T04:24:26.330Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
935 | 2024-12-25T04:24:26.343Z | Compiling aho-corasick v1.1.3 |
936 | 2024-12-25T04:24:26.346Z | 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` |
937 | 2024-12-25T04:24:26.641Z | Running `/work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e/build-script-build` |
938 | 2024-12-25T04:24:26.693Z | Compiling quote v1.0.37 |
939 | 2024-12-25T04:24:26.696Z | 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` |
940 | 2024-12-25T04:24:26.723Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26/build-script-build` |
941 | 2024-12-25T04:24:26.726Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
942 | 2024-12-25T04:24:26.769Z | Compiling smoltcp v0.11.0 |
943 | 2024-12-25T04:24:26.771Z | 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` |
944 | 2024-12-25T04:24:26.969Z | Compiling version_check v0.9.5 |
945 | 2024-12-25T04:24:26.972Z | 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` |
946 | 2024-12-25T04:24:27.355Z | Compiling syn v2.0.91 |
947 | 2024-12-25T04:24:27.360Z | 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` |
948 | 2024-12-25T04:24:27.554Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
949 | 2024-12-25T04:24:27.733Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
950 | 2024-12-25T04:24:27.735Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=7235dd196ab59649 -C extra-filename=-7235dd196ab59649 --out-dir /work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649 -L dependency=/work/oxidecomputer/opte/target/release/deps --extern version_check=/work/oxidecomputer/opte/target/release/deps/libversion_check-4950c40e4f9ebf07.rlib` |
951 | 2024-12-25T04:24:28.086Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
952 | 2024-12-25T04:24:28.825Z | Compiling regex-automata v0.4.9 |
953 | 2024-12-25T04:24:28.828Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=36210e7e3f26c527 -C extra-filename=-36210e7e3f26c527 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow` |
954 | 2024-12-25T04:24:31.653Z | Compiling regex v1.11.1 |
955 | 2024-12-25T04:24:31.655Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f1173f34eda5550c -C extra-filename=-f1173f34eda5550c --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_automata=/work/oxidecomputer/opte/target/release/deps/libregex_automata-36210e7e3f26c527.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow` |
956 | 2024-12-25T04:24:32.043Z | Compiling darling_core v0.20.10 |
957 | 2024-12-25T04:24:32.048Z | 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` |
958 | 2024-12-25T04:24:34.437Z | Compiling serde_derive v1.0.216 |
959 | 2024-12-25T04:24:34.437Z | Compiling zerocopy-derive v0.8.14 |
960 | 2024-12-25T04:24:34.439Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
961 | 2024-12-25T04:24:34.439Z | 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` |
962 | 2024-12-25T04:24:34.439Z | 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` |
963 | 2024-12-25T04:24:34.440Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1cb5c9d289ccf9c -C extra-filename=-b1cb5c9d289ccf9c --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` |
964 | 2024-12-25T04:24:35.974Z | Compiling darling_macro v0.20.10 |
965 | 2024-12-25T04:24:35.976Z | 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` |
966 | 2024-12-25T04:24:37.133Z | Compiling darling v0.20.10 |
967 | 2024-12-25T04:24:37.135Z | 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` |
968 | 2024-12-25T04:24:37.211Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
969 | 2024-12-25T04:24:37.214Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
970 | 2024-12-25T04:24:37.214Z | 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` |
971 | 2024-12-25T04:24:37.214Z | 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` |
972 | 2024-12-25T04:24:45.823Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
973 | 2024-12-25T04:24:45.826Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29a7c31cafd48bad -C extra-filename=-29a7c31cafd48bad --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta --cap-lints allow` |
974 | 2024-12-25T04:24:45.864Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=f3886df8889cf263 -C extra-filename=-f3886df8889cf263 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/librustc_std_workspace_core-29a7c31cafd48bad.rmeta --cap-lints allow --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --cfg 'feature="mem-unaligned"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'` |
975 | 2024-12-25T04:24:46.646Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
976 | 2024-12-25T04:24:46.649Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=56db8a5ee170432b -C extra-filename=-56db8a5ee170432b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta --cap-lints allow` |
977 | 2024-12-25T04:24:49.608Z | Compiling byteorder v1.5.0 |
978 | 2024-12-25T04:24:49.608Z | Compiling stable_deref_trait v1.2.0 |
979 | 2024-12-25T04:24:49.611Z | Compiling macaddr v1.0.1 |
980 | 2024-12-25T04:24:49.611Z | Compiling cfg-if v1.0.0 |
981 | 2024-12-25T04:24:49.611Z | Compiling cobs v0.2.3 |
982 | 2024-12-25T04:24:49.612Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d73d21f83a66dbb4 -C extra-filename=-d73d21f83a66dbb4 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
983 | 2024-12-25T04:24:49.612Z | 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)'` |
984 | 2024-12-25T04:24:49.612Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=8ae92b0a05d8dbfc -C extra-filename=-8ae92b0a05d8dbfc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
985 | 2024-12-25T04:24:49.612Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=52a727159973f33a -C extra-filename=-52a727159973f33a --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-b1cb5c9d289ccf9c.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)'` |
986 | 2024-12-25T04:24:49.615Z | 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` |
987 | 2024-12-25T04:24:49.615Z | 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` |
988 | 2024-12-25T04:24:49.623Z | 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` |
989 | 2024-12-25T04:24:49.693Z | Compiling bitflags v1.3.2 |
990 | 2024-12-25T04:24:49.698Z | 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` |
991 | 2024-12-25T04:24:49.708Z | Compiling managed v0.8.0 |
992 | 2024-12-25T04:24:49.710Z | 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` |
993 | 2024-12-25T04:24:49.778Z | Compiling bitflags v2.6.0 |
994 | 2024-12-25T04:24:49.783Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0604e4210f266c65 -C extra-filename=-0604e4210f266c65 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
995 | 2024-12-25T04:24:49.936Z | Compiling hash32 v0.3.1 |
996 | 2024-12-25T04:24:49.939Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b44e3c4c0c62442 -C extra-filename=-0b44e3c4c0c62442 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-d73d21f83a66dbb4.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
997 | 2024-12-25T04:24:49.939Z | 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` |
998 | 2024-12-25T04:24:50.024Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
999 | 2024-12-25T04:24:50.026Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=941e1561389d7bae -C extra-filename=-941e1561389d7bae --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options` |
1000 | 2024-12-25T04:24:50.132Z | 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` |
1001 | 2024-12-25T04:24:50.156Z | Compiling crc32fast v1.4.2 |
1002 | 2024-12-25T04:24:50.159Z | 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` |
1003 | 2024-12-25T04:24:50.195Z | Compiling dyn-clone v1.0.17 |
1004 | 2024-12-25T04:24:50.198Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd437f6d6c5e01a2 -C extra-filename=-cd437f6d6c5e01a2 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
1005 | 2024-12-25T04:24:50.275Z | 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` |
1006 | 2024-12-25T04:24:50.284Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1007 | 2024-12-25T04:24:50.287Z | 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` |
1008 | 2024-12-25T04:24:50.865Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=7db15a5dfdd3ea5e -C extra-filename=-7db15a5dfdd3ea5e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-935d5af479360cca.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-d73d21f83a66dbb4.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmanaged-6173c21c2449a6d8.rmeta -Z unstable-options --cap-lints allow` |
1009 | 2024-12-25T04:24:51.994Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1010 | 2024-12-25T04:24:51.996Z | 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=169da76b204e3e78 -C extra-filename=-169da76b204e3e78 --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-52a727159973f33a.rmeta -Z unstable-options --cap-lints allow` |
1011 | 2024-12-25T04:24:53.359Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1012 | 2024-12-25T04:24:53.359Z | Compiling postcard v1.1.1 |
1013 | 2024-12-25T04:24:53.362Z | 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=cac7beefb1e90b27 -C extra-filename=-cac7beefb1e90b27 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-497f68e2fe41eaf5.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-169da76b204e3e78.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-52a727159973f33a.rmeta -Z unstable-options --cap-lints allow` |
1014 | 2024-12-25T04:24:53.363Z | 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` |
1015 | 2024-12-25T04:24:53.392Z | Compiling uuid v1.11.0 |
1016 | 2024-12-25T04:24:53.395Z | 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` |
1017 | 2024-12-25T04:24:54.881Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1018 | 2024-12-25T04:24:54.883Z | 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=28292feab3f500c6 -C extra-filename=-28292feab3f500c6 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-cac7beefb1e90b27.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` |
1019 | 2024-12-25T04:24:55.608Z | 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=a819d489900de0a9 -C extra-filename=-a819d489900de0a9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/release/deps/libderror_macro-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-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-cac7beefb1e90b27.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-28292feab3f500c6.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-52a727159973f33a.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1020 | 2024-12-25T04:24:59.924Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1021 | 2024-12-25T04:24:59.927Z | 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=0233ac29aa1f57fe -C extra-filename=-0233ac29aa1f57fe --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-a819d489900de0a9.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-52a727159973f33a.rmeta -Z unstable-options` |
1022 | 2024-12-25T04:25:03.671Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1023 | 2024-12-25T04:25:03.674Z | 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=63615b94cc7225f7 -C extra-filename=-63615b94cc7225f7 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-cac7beefb1e90b27.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-a819d489900de0a9.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-0233ac29aa1f57fe.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` |
1024 | 2024-12-25T04:25:05.607Z | warning: creating a mutable reference to mutable static is discouraged |
1025 | 2024-12-25T04:25:05.607Z | --> xde/src/xde.rs:318:5 |
1026 | 2024-12-25T04:25:05.607Z | | |
1027 | 2024-12-25T04:25:05.607Z | 318 | xde_devs.init(KRwLockType::Driver); |
1028 | 2024-12-25T04:25:05.607Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1029 | 2024-12-25T04:25:05.607Z | | |
1030 | 2024-12-25T04:25:05.607Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1031 | 2024-12-25T04:25:05.607Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
1032 | 2024-12-25T04:25:05.607Z | = note: `#[warn(static_mut_refs)]` on by default |
1033 | 2024-12-25T04:25:05.607Z | |
1034 | 2024-12-25T04:25:05.610Z | warning: creating a shared reference to mutable static is discouraged |
1035 | 2024-12-25T04:25:05.610Z | --> xde/src/xde.rs:642:25 |
1036 | 2024-12-25T04:25:05.610Z | | |
1037 | 2024-12-25T04:25:05.610Z | 642 | let devs = unsafe { xde_devs.read() }; |
1038 | 2024-12-25T04:25:05.611Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1039 | 2024-12-25T04:25:05.611Z | | |
1040 | 2024-12-25T04:25:05.611Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1041 | 2024-12-25T04:25:05.611Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1042 | 2024-12-25T04:25:05.611Z | |
1043 | 2024-12-25T04:25:05.611Z | warning: creating a shared reference to mutable static is discouraged |
1044 | 2024-12-25T04:25:05.611Z | --> xde/src/xde.rs:670:29 |
1045 | 2024-12-25T04:25:05.611Z | | |
1046 | 2024-12-25T04:25:05.611Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
1047 | 2024-12-25T04:25:05.611Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1048 | 2024-12-25T04:25:05.611Z | | |
1049 | 2024-12-25T04:25:05.611Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1050 | 2024-12-25T04:25:05.611Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1051 | 2024-12-25T04:25:05.611Z | |
1052 | 2024-12-25T04:25:05.611Z | warning: creating a shared reference to mutable static is discouraged |
1053 | 2024-12-25T04:25:05.611Z | --> xde/src/xde.rs:803:29 |
1054 | 2024-12-25T04:25:05.611Z | | |
1055 | 2024-12-25T04:25:05.611Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
1056 | 2024-12-25T04:25:05.611Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1057 | 2024-12-25T04:25:05.611Z | | |
1058 | 2024-12-25T04:25:05.611Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1059 | 2024-12-25T04:25:05.611Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1060 | 2024-12-25T04:25:05.611Z | |
1061 | 2024-12-25T04:25:05.611Z | warning: creating a shared reference to mutable static is discouraged |
1062 | 2024-12-25T04:25:05.611Z | --> xde/src/xde.rs:891:18 |
1063 | 2024-12-25T04:25:05.611Z | | |
1064 | 2024-12-25T04:25:05.611Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
1065 | 2024-12-25T04:25:05.611Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1066 | 2024-12-25T04:25:05.611Z | | |
1067 | 2024-12-25T04:25:05.611Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1068 | 2024-12-25T04:25:05.611Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1069 | 2024-12-25T04:25:05.611Z | |
1070 | 2024-12-25T04:25:05.611Z | warning: creating a shared reference to mutable static is discouraged |
1071 | 2024-12-25T04:25:05.611Z | --> xde/src/xde.rs:1204:9 |
1072 | 2024-12-25T04:25:05.611Z | | |
1073 | 2024-12-25T04:25:05.611Z | 1204 | if !xde_devs.read().is_empty() { |
1074 | 2024-12-25T04:25:05.611Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1075 | 2024-12-25T04:25:05.611Z | | |
1076 | 2024-12-25T04:25:05.611Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1077 | 2024-12-25T04:25:05.612Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1078 | 2024-12-25T04:25:05.612Z | |
1079 | 2024-12-25T04:25:05.615Z | warning: creating a shared reference to mutable static is discouraged |
1080 | 2024-12-25T04:25:05.615Z | --> xde/src/xde.rs:1611:37 |
1081 | 2024-12-25T04:25:05.615Z | | |
1082 | 2024-12-25T04:25:05.615Z | 1611 | let devs = unsafe { xde_devs.read() }; |
1083 | 2024-12-25T04:25:05.615Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1084 | 2024-12-25T04:25:05.615Z | | |
1085 | 2024-12-25T04:25:05.615Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1086 | 2024-12-25T04:25:05.615Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1087 | 2024-12-25T04:25:05.615Z | |
1088 | 2024-12-25T04:25:05.615Z | warning: creating a shared reference to mutable static is discouraged |
1089 | 2024-12-25T04:25:05.615Z | --> xde/src/xde.rs:1861:16 |
1090 | 2024-12-25T04:25:05.615Z | | |
1091 | 2024-12-25T04:25:05.615Z | 1861 | let devs = xde_devs.read(); |
1092 | 2024-12-25T04:25:05.615Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1093 | 2024-12-25T04:25:05.615Z | | |
1094 | 2024-12-25T04:25:05.616Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1095 | 2024-12-25T04:25:05.616Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1096 | 2024-12-25T04:25:05.616Z | |
1097 | 2024-12-25T04:25:05.616Z | warning: creating a shared reference to mutable static is discouraged |
1098 | 2024-12-25T04:25:05.616Z | --> xde/src/xde.rs:1910:25 |
1099 | 2024-12-25T04:25:05.616Z | | |
1100 | 2024-12-25T04:25:05.616Z | 1910 | let devs = unsafe { xde_devs.read() }; |
1101 | 2024-12-25T04:25:05.616Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1102 | 2024-12-25T04:25:05.616Z | | |
1103 | 2024-12-25T04:25:05.616Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1104 | 2024-12-25T04:25:05.616Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1105 | 2024-12-25T04:25:05.616Z | |
1106 | 2024-12-25T04:25:05.616Z | warning: creating a shared reference to mutable static is discouraged |
1107 | 2024-12-25T04:25:05.616Z | --> xde/src/xde.rs:1923:25 |
1108 | 2024-12-25T04:25:05.616Z | | |
1109 | 2024-12-25T04:25:05.616Z | 1923 | let devs = unsafe { xde_devs.read() }; |
1110 | 2024-12-25T04:25:05.616Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1111 | 2024-12-25T04:25:05.616Z | | |
1112 | 2024-12-25T04:25:05.616Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1113 | 2024-12-25T04:25:05.616Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1114 | 2024-12-25T04:25:05.616Z | |
1115 | 2024-12-25T04:25:05.616Z | warning: creating a shared reference to mutable static is discouraged |
1116 | 2024-12-25T04:25:05.616Z | --> xde/src/xde.rs:1934:25 |
1117 | 2024-12-25T04:25:05.616Z | | |
1118 | 2024-12-25T04:25:05.616Z | 1934 | let devs = unsafe { xde_devs.read() }; |
1119 | 2024-12-25T04:25:05.616Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1120 | 2024-12-25T04:25:05.616Z | | |
1121 | 2024-12-25T04:25:05.616Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1122 | 2024-12-25T04:25:05.616Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1123 | 2024-12-25T04:25:05.616Z | |
1124 | 2024-12-25T04:25:05.616Z | warning: creating a shared reference to mutable static is discouraged |
1125 | 2024-12-25T04:25:05.616Z | --> xde/src/xde.rs:1946:25 |
1126 | 2024-12-25T04:25:05.616Z | | |
1127 | 2024-12-25T04:25:05.616Z | 1946 | let devs = unsafe { xde_devs.read() }; |
1128 | 2024-12-25T04:25:05.616Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1129 | 2024-12-25T04:25:05.616Z | | |
1130 | 2024-12-25T04:25:05.616Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1131 | 2024-12-25T04:25:05.616Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1132 | 2024-12-25T04:25:05.616Z | |
1133 | 2024-12-25T04:25:05.617Z | warning: creating a shared reference to mutable static is discouraged |
1134 | 2024-12-25T04:25:05.617Z | --> xde/src/xde.rs:1958:25 |
1135 | 2024-12-25T04:25:05.617Z | | |
1136 | 2024-12-25T04:25:05.617Z | 1958 | let devs = unsafe { xde_devs.read() }; |
1137 | 2024-12-25T04:25:05.617Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1138 | 2024-12-25T04:25:05.617Z | | |
1139 | 2024-12-25T04:25:05.617Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1140 | 2024-12-25T04:25:05.617Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1141 | 2024-12-25T04:25:05.617Z | |
1142 | 2024-12-25T04:25:05.617Z | warning: creating a shared reference to mutable static is discouraged |
1143 | 2024-12-25T04:25:05.617Z | --> xde/src/xde.rs:2022:25 |
1144 | 2024-12-25T04:25:05.617Z | | |
1145 | 2024-12-25T04:25:05.617Z | 2022 | let devs = unsafe { xde_devs.read() }; |
1146 | 2024-12-25T04:25:05.617Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1147 | 2024-12-25T04:25:05.617Z | | |
1148 | 2024-12-25T04:25:05.617Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1149 | 2024-12-25T04:25:05.617Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1150 | 2024-12-25T04:25:05.617Z | |
1151 | 2024-12-25T04:25:05.617Z | warning: creating a shared reference to mutable static is discouraged |
1152 | 2024-12-25T04:25:05.617Z | --> xde/src/xde.rs:2033:25 |
1153 | 2024-12-25T04:25:05.617Z | | |
1154 | 2024-12-25T04:25:05.617Z | 2033 | let devs = unsafe { xde_devs.read() }; |
1155 | 2024-12-25T04:25:05.617Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1156 | 2024-12-25T04:25:05.617Z | | |
1157 | 2024-12-25T04:25:05.617Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1158 | 2024-12-25T04:25:05.617Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1159 | 2024-12-25T04:25:05.617Z | |
1160 | 2024-12-25T04:25:05.617Z | warning: creating a shared reference to mutable static is discouraged |
1161 | 2024-12-25T04:25:05.617Z | --> xde/src/xde.rs:2045:25 |
1162 | 2024-12-25T04:25:05.617Z | | |
1163 | 2024-12-25T04:25:05.617Z | 2045 | let devs = unsafe { xde_devs.read() }; |
1164 | 2024-12-25T04:25:05.617Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1165 | 2024-12-25T04:25:05.617Z | | |
1166 | 2024-12-25T04:25:05.617Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1167 | 2024-12-25T04:25:05.617Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1168 | 2024-12-25T04:25:05.618Z | |
1169 | 2024-12-25T04:25:05.618Z | warning: creating a shared reference to mutable static is discouraged |
1170 | 2024-12-25T04:25:05.619Z | --> xde/src/xde.rs:2059:25 |
1171 | 2024-12-25T04:25:05.619Z | | |
1172 | 2024-12-25T04:25:05.619Z | 2059 | let devs = unsafe { xde_devs.read() }; |
1173 | 2024-12-25T04:25:05.619Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1174 | 2024-12-25T04:25:05.619Z | | |
1175 | 2024-12-25T04:25:05.619Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1176 | 2024-12-25T04:25:05.619Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1177 | 2024-12-25T04:25:05.619Z | |
1178 | 2024-12-25T04:25:05.619Z | warning: creating a shared reference to mutable static is discouraged |
1179 | 2024-12-25T04:25:05.621Z | --> xde/src/xde.rs:2072:25 |
1180 | 2024-12-25T04:25:05.621Z | | |
1181 | 2024-12-25T04:25:05.621Z | 2072 | let devs = unsafe { xde_devs.read() }; |
1182 | 2024-12-25T04:25:05.621Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1183 | 2024-12-25T04:25:05.622Z | | |
1184 | 2024-12-25T04:25:05.622Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1185 | 2024-12-25T04:25:05.622Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1186 | 2024-12-25T04:25:05.622Z | |
1187 | 2024-12-25T04:25:05.622Z | warning: creating a shared reference to mutable static is discouraged |
1188 | 2024-12-25T04:25:05.622Z | --> xde/src/xde.rs:2085:25 |
1189 | 2024-12-25T04:25:05.622Z | | |
1190 | 2024-12-25T04:25:05.622Z | 2085 | let devs = unsafe { xde_devs.read() }; |
1191 | 2024-12-25T04:25:05.622Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1192 | 2024-12-25T04:25:05.622Z | | |
1193 | 2024-12-25T04:25:05.623Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1194 | 2024-12-25T04:25:05.623Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1195 | 2024-12-25T04:25:05.623Z | |
1196 | 2024-12-25T04:25:05.623Z | warning: creating a shared reference to mutable static is discouraged |
1197 | 2024-12-25T04:25:05.623Z | --> xde/src/xde.rs:2096:25 |
1198 | 2024-12-25T04:25:05.623Z | | |
1199 | 2024-12-25T04:25:05.623Z | 2096 | let devs = unsafe { xde_devs.read() }; |
1200 | 2024-12-25T04:25:05.623Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1201 | 2024-12-25T04:25:05.623Z | | |
1202 | 2024-12-25T04:25:05.623Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1203 | 2024-12-25T04:25:05.623Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1204 | 2024-12-25T04:25:05.623Z | |
1205 | 2024-12-25T04:25:05.623Z | warning: creating a shared reference to mutable static is discouraged |
1206 | 2024-12-25T04:25:05.623Z | --> xde/src/xde.rs:2108:25 |
1207 | 2024-12-25T04:25:05.623Z | | |
1208 | 2024-12-25T04:25:05.623Z | 2108 | let devs = unsafe { xde_devs.read() }; |
1209 | 2024-12-25T04:25:05.623Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1210 | 2024-12-25T04:25:05.623Z | | |
1211 | 2024-12-25T04:25:05.623Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1212 | 2024-12-25T04:25:05.623Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1213 | 2024-12-25T04:25:05.623Z | |
1214 | 2024-12-25T04:25:05.623Z | warning: creating a shared reference to mutable static is discouraged |
1215 | 2024-12-25T04:25:05.623Z | --> xde/src/xde.rs:2123:25 |
1216 | 2024-12-25T04:25:05.623Z | | |
1217 | 2024-12-25T04:25:05.623Z | 2123 | let devs = unsafe { xde_devs.read() }; |
1218 | 2024-12-25T04:25:05.623Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1219 | 2024-12-25T04:25:05.623Z | | |
1220 | 2024-12-25T04:25:05.623Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1221 | 2024-12-25T04:25:05.623Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1222 | 2024-12-25T04:25:05.623Z | |
1223 | 2024-12-25T04:25:05.623Z | warning: creating a shared reference to mutable static is discouraged |
1224 | 2024-12-25T04:25:05.623Z | --> xde/src/xde.rs:2137:25 |
1225 | 2024-12-25T04:25:05.623Z | | |
1226 | 2024-12-25T04:25:05.623Z | 2137 | let devs = unsafe { xde_devs.read() }; |
1227 | 2024-12-25T04:25:05.623Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1228 | 2024-12-25T04:25:05.623Z | | |
1229 | 2024-12-25T04:25:05.623Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1230 | 2024-12-25T04:25:05.623Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1231 | 2024-12-25T04:25:05.623Z | |
1232 | 2024-12-25T04:25:30.320Z | warning: `xde` (lib) generated 23 warnings |
1233 | 2024-12-25T04:25:30.320Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 05s |
1234 | 2024-12-25T04:25:30.350Z | + ld -ztype=kmod -Ndrv/dld -Ndrv/ip -Nmisc/dls -Nmisc/mac -z allextract ../target/x86_64-unknown-unknown/release//xde.a -o ../target/x86_64-unknown-unknown/release//xde |
1235 | 2024-12-25T04:25:31.068Z | + pushd xde-link |
1236 | 2024-12-25T04:25:31.070Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1237 | 2024-12-25T04:25:31.070Z | + cargo -v build --release |
1238 | 2024-12-25T04:25:31.208Z | Compiling compiler_builtins v0.1.138 |
1239 | 2024-12-25T04:25:31.208Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1240 | 2024-12-25T04:25:31.211Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1241 | 2024-12-25T04:25:31.211Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1242 | 2024-12-25T04:25:31.211Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 xde/xde-link/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f308dfab30c2146 -C extra-filename=-5f308dfab30c2146 --out-dir /work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146 -L dependency=/work/oxidecomputer/opte/target/release/deps` |
1243 | 2024-12-25T04:25:31.211Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=2071de360e2c2282 -C extra-filename=-2071de360e2c2282 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
1244 | 2024-12-25T04:25:31.451Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1245 | 2024-12-25T04:25:47.465Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
1246 | 2024-12-25T04:25:47.468Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89532dd5889cf1c7 -C extra-filename=-89532dd5889cf1c7 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rmeta --cap-lints allow` |
1247 | 2024-12-25T04:25:47.504Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=9dda6d259dbe1788 -C extra-filename=-9dda6d259dbe1788 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/librustc_std_workspace_core-89532dd5889cf1c7.rmeta --cap-lints allow --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --cfg 'feature="mem-unaligned"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'` |
1248 | 2024-12-25T04:25:48.251Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1249 | 2024-12-25T04:25:48.254Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=db80c9a6ce1bf10b -C extra-filename=-db80c9a6ce1bf10b --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-9dda6d259dbe1788.rmeta --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rmeta --cap-lints allow` |
1250 | 2024-12-25T04:25:51.538Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name xde_link --edition=2021 xde/xde-link/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1541dba498bc837a --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/liballoc-db80c9a6ce1bf10b.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-9dda6d259dbe1788.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rlib' -Z unstable-options -C link-arg=-Wl,-hSUNW_xde_link.so -C link-arg=-Wl,-ztext -C link-arg=-Wl,-zdefs -C link-arg=-Wl,-Bdirect -C link-arg=-Wl,-M/work/oxidecomputer/opte/xde/xde-link/map.devfsadm-externs -C link-arg=-Wl,-M/usr/lib/ld/map.pagealign -C link-arg=-Wl,-M/usr/lib/ld/map.noexdata -C link-arg=-Wl,-zassert-deflib -C link-arg=-Wl,-zguidance -C link-arg=-Wl,-zfatal-warnings -C link-arg=-Wl,-zassert-deflib=libc.so -C link-arg=-Wl,-zassert-deflib=libdevinfo.so` |
1251 | 2024-12-25T04:25:51.837Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.71s |
1252 | 2024-12-25T04:25:51.859Z | + set +e |
1253 | 2024-12-25T04:25:51.861Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1254 | 2024-12-25T04:25:51.862Z | + grep panicking |
1255 | 2024-12-25T04:25:51.865Z | + '[' 1 -eq 0 ']' |
1256 | 2024-12-25T04:25:51.865Z | + popd |
1257 | 2024-12-25T04:25:51.865Z | /work/oxidecomputer/opte/xde |
1258 | 2024-12-25T04:25:51.867Z | |
1259 | 2024-12-25T04:25:51.867Z | real 1:26.800087300 |
1260 | 2024-12-25T04:25:51.867Z | user 3:15.097212946 |
1261 | 2024-12-25T04:25:51.867Z | sys 14.250804467 |
1262 | 2024-12-25T04:25:51.867Z | trap 0.062206519 |
1263 | 2024-12-25T04:25:51.867Z | tflt 0.171825628 |
1264 | 2024-12-25T04:25:51.867Z | dflt 0.763598874 |
1265 | 2024-12-25T04:25:51.867Z | kflt 0.000021099 |
1266 | 2024-12-25T04:25:51.867Z | lock 7:35.278974157 |
1267 | 2024-12-25T04:25:51.868Z | slp 9:45.780673805 |
1268 | 2024-12-25T04:25:51.868Z | lat 3.133229821 |
1269 | 2024-12-25T04:25:51.868Z | stop 4.783822583 |
1270 | 2024-12-25T04:25:51.868Z | + popd |
1271 | 2024-12-25T04:25:51.868Z | /work/oxidecomputer/opte |
1272 | 2024-12-25T04:25:51.868Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1273 | 2024-12-25T04:25:51.870Z | + grep GOTPCREL |
1274 | 2024-12-25T04:25:54.224Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1275 | 2024-12-25T04:25:54.227Z | + grep GOTPCREL |
1276 | 2024-12-25T04:25:55.669Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1277 | 2024-12-25T04:25:55.726Z | + sha256sum /work/debug/xde.dbg |
1278 | 2024-12-25T04:25:55.778Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1279 | 2024-12-25T04:25:55.780Z | + sha256sum /work/debug/xde_link.dbg.so |
1280 | 2024-12-25T04:25:55.784Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1281 | 2024-12-25T04:25:55.825Z | + sha256sum /work/release/xde |
1282 | 2024-12-25T04:25:55.856Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1283 | 2024-12-25T04:25:55.859Z | + sha256sum /work/release/xde_link.so |
1284 | 2024-12-25T04:25:55.862Z | + header 'build xde integration tests' |
1285 | 2024-12-25T04:25:55.865Z | + echo '# ==== build xde integration tests ==== #' |
1286 | 2024-12-25T04:25:55.865Z | # ==== build xde integration tests ==== # |
1287 | 2024-12-25T04:25:55.865Z | + pushd xde-tests |
1288 | 2024-12-25T04:25:55.865Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1289 | 2024-12-25T04:25:55.865Z | + cargo +nightly-2024-11-18 fmt -- --check |
1290 | 2024-12-25T04:25:56.022Z | + cargo clippy --all-targets |
1291 | 2024-12-25T04:25:56.344Z | Downloading crates ... |
1292 | 2024-12-25T04:25:56.488Z | Downloaded anstream v0.6.18 |
1293 | 2024-12-25T04:25:56.502Z | Downloaded colorchoice v1.0.3 |
1294 | 2024-12-25T04:25:56.516Z | Downloaded num-conv v0.1.0 |
1295 | 2024-12-25T04:25:56.519Z | Downloaded take_mut v0.2.2 |
1296 | 2024-12-25T04:25:56.524Z | Downloaded pretty-hex v0.2.1 |
1297 | 2024-12-25T04:25:56.528Z | Downloaded time-core v0.1.2 |
1298 | 2024-12-25T04:25:56.537Z | Downloaded equivalent v1.0.1 |
1299 | 2024-12-25T04:25:56.542Z | Downloaded dirs-next v2.0.0 |
1300 | 2024-12-25T04:25:56.545Z | Downloaded cstr-argument v0.1.2 |
1301 | 2024-12-25T04:25:56.547Z | Downloaded clap_lex v0.7.4 |
1302 | 2024-12-25T04:25:56.547Z | Downloaded anstyle-parse v0.2.6 |
1303 | 2024-12-25T04:25:56.550Z | Downloaded deranged v0.3.11 |
1304 | 2024-12-25T04:25:56.552Z | Downloaded autocfg v1.4.0 |
1305 | 2024-12-25T04:25:56.555Z | Downloaded anstyle-query v1.1.2 |
1306 | 2024-12-25T04:25:56.559Z | Downloaded tokio-macros v2.4.0 |
1307 | 2024-12-25T04:25:56.562Z | Downloaded itoa v1.0.14 |
1308 | 2024-12-25T04:25:56.564Z | Downloaded slog-stdlog v4.1.1 |
1309 | 2024-12-25T04:25:56.567Z | Downloaded signal-hook-registry v1.4.2 |
1310 | 2024-12-25T04:25:56.569Z | Downloaded toml_datetime v0.6.8 |
1311 | 2024-12-25T04:25:56.571Z | Downloaded tabwriter v1.4.0 |
1312 | 2024-12-25T04:25:56.571Z | Downloaded slog-scope v4.4.0 |
1313 | 2024-12-25T04:25:56.574Z | Downloaded foreign-types v0.5.0 |
1314 | 2024-12-25T04:25:56.574Z | Downloaded slog-async v2.8.0 |
1315 | 2024-12-25T04:25:56.576Z | Downloaded heck v0.5.0 |
1316 | 2024-12-25T04:25:56.576Z | Downloaded thread_local v1.1.8 |
1317 | 2024-12-25T04:25:56.579Z | Downloaded lazy_static v1.5.0 |
1318 | 2024-12-25T04:25:56.579Z | Downloaded powerfmt v0.2.0 |
1319 | 2024-12-25T04:25:56.581Z | Downloaded num_enum_derive v0.5.11 |
1320 | 2024-12-25T04:25:56.581Z | Downloaded slog-envlogger v2.2.0 |
1321 | 2024-12-25T04:25:56.584Z | Downloaded schemars_derive v0.8.21 |
1322 | 2024-12-25T04:25:56.584Z | Downloaded rand_chacha v0.3.1 |
1323 | 2024-12-25T04:25:56.586Z | Downloaded is_terminal_polyfill v1.70.1 |
1324 | 2024-12-25T04:25:56.588Z | Downloaded terminal_size v0.4.1 |
1325 | 2024-12-25T04:25:56.588Z | Downloaded heck v0.4.1 |
1326 | 2024-12-25T04:25:56.591Z | Downloaded errno v0.3.10 |
1327 | 2024-12-25T04:25:56.591Z | Downloaded clap v4.5.23 |
1328 | 2024-12-25T04:25:56.599Z | Downloaded thiserror v1.0.69 |
1329 | 2024-12-25T04:25:56.603Z | Downloaded scopeguard v1.2.0 |
1330 | 2024-12-25T04:25:56.606Z | Downloaded clap_derive v4.5.18 |
1331 | 2024-12-25T04:25:56.608Z | Downloaded rand_core v0.6.4 |
1332 | 2024-12-25T04:25:56.609Z | Downloaded utf8parse v0.2.2 |
1333 | 2024-12-25T04:25:56.611Z | Downloaded ppv-lite86 v0.2.20 |
1334 | 2024-12-25T04:25:56.611Z | Downloaded is-terminal v0.4.13 |
1335 | 2024-12-25T04:25:56.611Z | Downloaded anstyle v1.0.10 |
1336 | 2024-12-25T04:25:56.614Z | Downloaded getrandom v0.2.15 |
1337 | 2024-12-25T04:25:56.616Z | Downloaded proc-macro-error v1.0.4 |
1338 | 2024-12-25T04:25:56.618Z | Downloaded colored v2.2.0 |
1339 | 2024-12-25T04:25:56.621Z | Downloaded time-macros v0.2.19 |
1340 | 2024-12-25T04:25:56.623Z | Downloaded term v0.7.0 |
1341 | 2024-12-25T04:25:56.626Z | Downloaded slog-term v2.9.1 |
1342 | 2024-12-25T04:25:56.629Z | Downloaded once_cell v1.20.2 |
1343 | 2024-12-25T04:25:56.632Z | Downloaded foreign-types-shared v0.3.1 |
1344 | 2024-12-25T04:25:56.634Z | Downloaded ipnetwork v0.20.0 |
1345 | 2024-12-25T04:25:56.634Z | Downloaded foreign-types-macros v0.2.3 |
1346 | 2024-12-25T04:25:56.636Z | Downloaded proc-macro-crate v1.3.1 |
1347 | 2024-12-25T04:25:56.637Z | Downloaded parking_lot_core v0.9.10 |
1348 | 2024-12-25T04:25:56.640Z | Downloaded dirs-sys-next v0.1.2 |
1349 | 2024-12-25T04:25:56.640Z | Downloaded zerocopy-derive v0.7.35 |
1350 | 2024-12-25T04:25:56.643Z | Downloaded lock_api v0.4.12 |
1351 | 2024-12-25T04:25:56.645Z | Downloaded tracing-attributes v0.1.28 |
1352 | 2024-12-25T04:25:56.647Z | Downloaded thiserror-impl v1.0.69 |
1353 | 2024-12-25T04:25:56.649Z | Downloaded proc-macro-error-attr v1.0.4 |
1354 | 2024-12-25T04:25:56.650Z | Downloaded pin-project-lite v0.2.15 |
1355 | 2024-12-25T04:25:56.653Z | Downloaded crossbeam-utils v0.8.21 |
1356 | 2024-12-25T04:25:56.656Z | Downloaded socket2 v0.5.8 |
1357 | 2024-12-25T04:25:56.660Z | Downloaded smallvec v1.13.2 |
1358 | 2024-12-25T04:25:56.662Z | Downloaded parking_lot v0.12.3 |
1359 | 2024-12-25T04:25:56.665Z | Downloaded log v0.4.22 |
1360 | 2024-12-25T04:25:56.669Z | Downloaded ryu v1.0.18 |
1361 | 2024-12-25T04:25:56.672Z | Downloaded num_enum v0.5.11 |
1362 | 2024-12-25T04:25:56.676Z | Downloaded serde_derive_internals v0.29.1 |
1363 | 2024-12-25T04:25:56.679Z | Downloaded anyhow v1.0.95 |
1364 | 2024-12-25T04:25:56.683Z | Downloaded slog v2.7.0 |
1365 | 2024-12-25T04:25:56.692Z | Downloaded tracing-core v0.1.33 |
1366 | 2024-12-25T04:25:56.695Z | Downloaded bytes v1.9.0 |
1367 | 2024-12-25T04:25:56.699Z | Downloaded schemars v0.8.21 |
1368 | 2024-12-25T04:25:56.710Z | Downloaded tracing v0.1.41 |
1369 | 2024-12-25T04:25:56.715Z | Downloaded indexmap v2.7.0 |
1370 | 2024-12-25T04:25:56.718Z | Downloaded arc-swap v1.7.1 |
1371 | 2024-12-25T04:25:56.722Z | Downloaded toml_edit v0.19.15 |
1372 | 2024-12-25T04:25:56.737Z | Downloaded rand v0.8.5 |
1373 | 2024-12-25T04:25:56.741Z | Downloaded crossbeam-channel v0.5.14 |
1374 | 2024-12-25T04:25:56.745Z | Downloaded clap_builder v4.5.23 |
1375 | 2024-12-25T04:25:56.752Z | Downloaded itertools v0.12.1 |
1376 | 2024-12-25T04:25:56.758Z | Downloaded time v0.3.37 |
1377 | 2024-12-25T04:25:56.765Z | Downloaded zerocopy v0.7.35 |
1378 | 2024-12-25T04:25:56.780Z | Downloaded hashbrown v0.15.2 |
1379 | 2024-12-25T04:25:56.786Z | Downloaded winnow v0.6.20 |
1380 | 2024-12-25T04:25:56.794Z | Downloaded winnow v0.5.40 |
1381 | 2024-12-25T04:25:56.802Z | Downloaded serde_json v1.0.134 |
1382 | 2024-12-25T04:25:56.809Z | Downloaded mio v1.0.3 |
1383 | 2024-12-25T04:25:56.815Z | Downloaded syn v1.0.109 |
1384 | 2024-12-25T04:25:56.849Z | Downloaded rustix v0.38.42 |
1385 | 2024-12-25T04:25:56.899Z | Downloaded libc v0.2.169 |
1386 | 2024-12-25T04:25:56.923Z | Downloaded tokio v1.42.0 |
1387 | 2024-12-25T04:25:57.062Z | Compiling proc-macro2 v1.0.92 |
1388 | 2024-12-25T04:25:57.062Z | Compiling unicode-ident v1.0.14 |
1389 | 2024-12-25T04:25:57.065Z | Compiling libc v0.2.169 |
1390 | 2024-12-25T04:25:57.065Z | Checking cfg-if v1.0.0 |
1391 | 2024-12-25T04:25:57.065Z | Compiling serde v1.0.216 |
1392 | 2024-12-25T04:25:57.065Z | Checking byteorder v1.5.0 |
1393 | 2024-12-25T04:25:57.074Z | Compiling syn v1.0.109 |
1394 | 2024-12-25T04:25:57.076Z | Compiling version_check v0.9.5 |
1395 | 2024-12-25T04:25:57.168Z | Checking memchr v2.7.4 |
1396 | 2024-12-25T04:25:57.285Z | Compiling ident_case v1.0.1 |
1397 | 2024-12-25T04:25:57.358Z | Compiling fnv v1.0.7 |
1398 | 2024-12-25T04:25:57.440Z | Compiling strsim v0.11.1 |
1399 | 2024-12-25T04:25:57.468Z | Compiling equivalent v1.0.1 |
1400 | 2024-12-25T04:25:57.568Z | Checking itoa v1.0.14 |
1401 | 2024-12-25T04:25:57.694Z | Compiling autocfg v1.4.0 |
1402 | 2024-12-25T04:25:57.715Z | Compiling hashbrown v0.15.2 |
1403 | 2024-12-25T04:25:57.750Z | Checking once_cell v1.20.2 |
1404 | 2024-12-25T04:25:57.955Z | Compiling parking_lot_core v0.9.10 |
1405 | 2024-12-25T04:25:58.016Z | Compiling anyhow v1.0.95 |
1406 | 2024-12-25T04:25:58.031Z | Compiling regex-syntax v0.8.5 |
1407 | 2024-12-25T04:25:58.447Z | Compiling winnow v0.5.40 |
1408 | 2024-12-25T04:25:58.470Z | Compiling lock_api v0.4.12 |
1409 | 2024-12-25T04:25:58.674Z | Compiling aho-corasick v1.1.3 |
1410 | 2024-12-25T04:25:58.841Z | Compiling quote v1.0.37 |
1411 | 2024-12-25T04:25:58.844Z | Compiling indexmap v2.7.0 |
1412 | 2024-12-25T04:25:58.861Z | Compiling toml_datetime v0.6.8 |
1413 | 2024-12-25T04:25:59.038Z | Checking bitflags v2.6.0 |
1414 | 2024-12-25T04:25:59.215Z | Compiling syn v2.0.91 |
1415 | 2024-12-25T04:25:59.370Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1416 | 2024-12-25T04:25:59.782Z | Checking lazy_static v1.5.0 |
1417 | 2024-12-25T04:25:59.900Z | Checking dyn-clone v1.0.17 |
1418 | 2024-12-25T04:25:59.908Z | Checking scopeguard v1.2.0 |
1419 | 2024-12-25T04:26:00.009Z | Checking smallvec v1.13.2 |
1420 | 2024-12-25T04:26:00.021Z | Compiling thiserror v1.0.69 |
1421 | 2024-12-25T04:26:00.024Z | Compiling zerocopy v0.8.14 |
1422 | 2024-12-25T04:26:00.336Z | Compiling serde_json v1.0.134 |
1423 | 2024-12-25T04:26:00.586Z | Compiling either v1.13.0 |
1424 | 2024-12-25T04:26:00.949Z | Compiling itertools v0.13.0 |
1425 | 2024-12-25T04:26:01.369Z | Checking getrandom v0.2.15 |
1426 | 2024-12-25T04:26:01.512Z | Compiling toml_edit v0.19.15 |
1427 | 2024-12-25T04:26:01.583Z | Compiling regex-automata v0.4.9 |
1428 | 2024-12-25T04:26:01.675Z | Compiling schemars v0.8.21 |
1429 | 2024-12-25T04:26:02.061Z | Compiling heapless v0.8.0 |
1430 | 2024-12-25T04:26:02.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1431 | 2024-12-25T04:26:02.938Z | Checking ryu v1.0.18 |
1432 | 2024-12-25T04:26:02.941Z | Checking pin-project-lite v0.2.15 |
1433 | 2024-12-25T04:26:03.174Z | Checking rand_core v0.6.4 |
1434 | 2024-12-25T04:26:03.357Z | Checking parking_lot v0.12.3 |
1435 | 2024-12-25T04:26:03.367Z | Checking signal-hook-registry v1.4.2 |
1436 | 2024-12-25T04:26:03.449Z | Checking mio v1.0.3 |
1437 | 2024-12-25T04:26:03.605Z | Checking socket2 v0.5.8 |
1438 | 2024-12-25T04:26:03.676Z | Checking hash32 v0.3.1 |
1439 | 2024-12-25T04:26:03.716Z | Checking foreign-types-shared v0.3.1 |
1440 | 2024-12-25T04:26:03.817Z | Checking macaddr v1.0.1 |
1441 | 2024-12-25T04:26:03.825Z | Checking stable_deref_trait v1.2.0 |
1442 | 2024-12-25T04:26:03.911Z | Compiling proc-macro-crate v1.3.1 |
1443 | 2024-12-25T04:26:04.026Z | Compiling slog v2.7.0 |
1444 | 2024-12-25T04:26:04.038Z | Checking bytes v1.9.0 |
1445 | 2024-12-25T04:26:04.050Z | Compiling smoltcp v0.11.0 |
1446 | 2024-12-25T04:26:04.735Z | Checking tracing-core v0.1.33 |
1447 | 2024-12-25T04:26:04.764Z | Checking cstr-argument v0.1.2 |
1448 | 2024-12-25T04:26:04.796Z | Compiling proc-macro-error-attr v1.0.4 |
1449 | 2024-12-25T04:26:04.926Z | Checking bitflags v1.3.2 |
1450 | 2024-12-25T04:26:05.015Z | Checking managed v0.8.0 |
1451 | 2024-12-25T04:26:05.154Z | Compiling rustix v0.38.42 |
1452 | 2024-12-25T04:26:05.318Z | Compiling regex v1.11.1 |
1453 | 2024-12-25T04:26:05.346Z | Compiling darling_core v0.20.10 |
1454 | 2024-12-25T04:26:05.363Z | Compiling serde_derive_internals v0.29.1 |
1455 | 2024-12-25T04:26:05.824Z | Checking cobs v0.2.3 |
1456 | 2024-12-25T04:26:05.993Z | Checking pretty-hex v0.2.1 |
1457 | 2024-12-25T04:26:06.904Z | Checking colored v2.2.0 |
1458 | 2024-12-25T04:26:07.077Z | Checking errno v0.3.10 |
1459 | 2024-12-25T04:26:07.243Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1460 | 2024-12-25T04:26:07.246Z | Compiling proc-macro-error v1.0.4 |
1461 | 2024-12-25T04:26:07.295Z | Checking unicode-width v0.1.14 |
1462 | 2024-12-25T04:26:07.591Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1463 | 2024-12-25T04:26:07.651Z | Checking winnow v0.6.20 |
1464 | 2024-12-25T04:26:07.745Z | Checking utf8parse v0.2.2 |
1465 | 2024-12-25T04:26:07.785Z | Compiling crossbeam-utils v0.8.21 |
1466 | 2024-12-25T04:26:07.874Z | Checking anstyle-parse v0.2.6 |
1467 | 2024-12-25T04:26:08.126Z | Checking tabwriter v1.4.0 |
1468 | 2024-12-25T04:26:08.961Z | Checking dirs-sys-next v0.1.2 |
1469 | 2024-12-25T04:26:08.987Z | Compiling num_enum_derive v0.5.11 |
1470 | 2024-12-25T04:26:09.122Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1471 | 2024-12-25T04:26:09.185Z | Checking crc32fast v1.4.2 |
1472 | 2024-12-25T04:26:09.353Z | Checking is_terminal_polyfill v1.70.1 |
1473 | 2024-12-25T04:26:09.380Z | Compiling time-core v0.1.2 |
1474 | 2024-12-25T04:26:09.455Z | Compiling num-conv v0.1.0 |
1475 | 2024-12-25T04:26:09.522Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1476 | 2024-12-25T04:26:09.707Z | Checking anstyle v1.0.10 |
1477 | 2024-12-25T04:26:09.854Z | Checking colorchoice v1.0.3 |
1478 | 2024-12-25T04:26:09.919Z | Compiling serde_derive v1.0.216 |
1479 | 2024-12-25T04:26:09.978Z | Compiling zerocopy-derive v0.7.35 |
1480 | 2024-12-25T04:26:09.985Z | Compiling zerocopy-derive v0.8.14 |
1481 | 2024-12-25T04:26:09.995Z | Compiling thiserror-impl v1.0.69 |
1482 | 2024-12-25T04:26:10.211Z | Compiling foreign-types-macros v0.2.3 |
1483 | 2024-12-25T04:26:10.290Z | Compiling tokio-macros v2.4.0 |
1484 | 2024-12-25T04:26:10.650Z | Compiling darling_macro v0.20.10 |
1485 | 2024-12-25T04:26:11.040Z | Compiling schemars_derive v0.8.21 |
1486 | 2024-12-25T04:26:11.479Z | Checking foreign-types v0.5.0 |
1487 | 2024-12-25T04:26:11.573Z | Checking num_enum v0.5.11 |
1488 | 2024-12-25T04:26:11.664Z | Compiling darling v0.20.10 |
1489 | 2024-12-25T04:26:11.697Z | Compiling tracing-attributes v0.1.28 |
1490 | 2024-12-25T04:26:11.722Z | Checking tokio v1.42.0 |
1491 | 2024-12-25T04:26:11.758Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1492 | 2024-12-25T04:26:11.866Z | Checking zerocopy v0.7.35 |
1493 | 2024-12-25T04:26:12.670Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1494 | 2024-12-25T04:26:12.953Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1495 | 2024-12-25T04:26:12.996Z | Checking ppv-lite86 v0.2.20 |
1496 | 2024-12-25T04:26:13.079Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1497 | 2024-12-25T04:26:13.706Z | Checking rand_chacha v0.3.1 |
1498 | 2024-12-25T04:26:13.806Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1499 | 2024-12-25T04:26:14.054Z | Checking rand v0.8.5 |
1500 | 2024-12-25T04:26:14.480Z | Checking anstyle-query v1.1.2 |
1501 | 2024-12-25T04:26:14.599Z | Compiling thiserror v2.0.9 |
1502 | 2024-12-25T04:26:14.674Z | Checking tracing v0.1.41 |
1503 | 2024-12-25T04:26:14.903Z | Checking powerfmt v0.2.0 |
1504 | 2024-12-25T04:26:14.973Z | Checking anstream v0.6.18 |
1505 | 2024-12-25T04:26:15.149Z | Checking deranged v0.3.11 |
1506 | 2024-12-25T04:26:15.169Z | Compiling thiserror-impl v2.0.9 |
1507 | 2024-12-25T04:26:15.229Z | Compiling time-macros v0.2.19 |
1508 | 2024-12-25T04:26:15.326Z | Checking terminal_size v0.4.1 |
1509 | 2024-12-25T04:26:15.522Z | Checking dirs-next v2.0.0 |
1510 | 2024-12-25T04:26:16.332Z | Checking thread_local v1.1.8 |
1511 | 2024-12-25T04:26:16.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1512 | 2024-12-25T04:26:16.612Z | Compiling slog-async v2.8.0 |
1513 | 2024-12-25T04:26:17.099Z | Compiling heck v0.4.1 |
1514 | 2024-12-25T04:26:17.191Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1515 | 2024-12-25T04:26:17.394Z | Checking clap_lex v0.7.4 |
1516 | 2024-12-25T04:26:17.795Z | Checking arc-swap v1.7.1 |
1517 | 2024-12-25T04:26:17.934Z | Compiling heck v0.5.0 |
1518 | 2024-12-25T04:26:17.958Z | Checking time v0.3.37 |
1519 | 2024-12-25T04:26:17.967Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1520 | 2024-12-25T04:26:18.114Z | Checking clap_builder v4.5.23 |
1521 | 2024-12-25T04:26:18.152Z | Checking slog-scope v4.4.0 |
1522 | 2024-12-25T04:26:18.209Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1523 | 2024-12-25T04:26:18.299Z | Compiling clap_derive v4.5.18 |
1524 | 2024-12-25T04:26:18.321Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1525 | 2024-12-25T04:26:18.596Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1526 | 2024-12-25T04:26:18.604Z | Checking crossbeam-channel v0.5.14 |
1527 | 2024-12-25T04:26:19.286Z | Checking term v0.7.0 |
1528 | 2024-12-25T04:26:19.387Z | Checking itertools v0.12.1 |
1529 | 2024-12-25T04:26:19.682Z | Checking is-terminal v0.4.13 |
1530 | 2024-12-25T04:26:19.690Z | Checking take_mut v0.2.2 |
1531 | 2024-12-25T04:26:19.720Z | Checking log v0.4.22 |
1532 | 2024-12-25T04:26:19.790Z | Checking slog-term v2.9.1 |
1533 | 2024-12-25T04:26:19.999Z | Checking slog-stdlog v4.1.1 |
1534 | 2024-12-25T04:26:21.041Z | Checking ipnetwork v0.20.0 |
1535 | 2024-12-25T04:26:21.044Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1536 | 2024-12-25T04:26:21.044Z | Checking postcard v1.1.1 |
1537 | 2024-12-25T04:26:21.044Z | Checking uuid v1.11.0 |
1538 | 2024-12-25T04:26:21.266Z | Checking clap v4.5.23 |
1539 | 2024-12-25T04:26:21.516Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1540 | 2024-12-25T04:26:22.455Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1541 | 2024-12-25T04:26:23.017Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1542 | 2024-12-25T04:26:23.296Z | Checking slog-envlogger v2.2.0 |
1543 | 2024-12-25T04:26:24.229Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1544 | 2024-12-25T04:26:30.176Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1545 | 2024-12-25T04:26:32.447Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1546 | 2024-12-25T04:26:32.954Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1547 | 2024-12-25T04:26:33.227Z | warning: this expression borrows a value the compiler would automatically borrow |
1548 | 2024-12-25T04:26:33.227Z | --> xde-tests/src/lib.rs:451:9 |
1549 | 2024-12-25T04:26:33.227Z | | |
1550 | 2024-12-25T04:26:33.227Z | 451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect(); |
1551 | 2024-12-25T04:26:33.227Z | | ^^^^^^^^^^^^ help: change this to: `[my_info]` |
1552 | 2024-12-25T04:26:33.227Z | | |
1553 | 2024-12-25T04:26:33.227Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1554 | 2024-12-25T04:26:33.227Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
1555 | 2024-12-25T04:26:33.227Z | |
1556 | 2024-12-25T04:26:33.230Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
1557 | 2024-12-25T04:26:33.230Z | --> xde-tests/src/lib.rs:483:13 |
1558 | 2024-12-25T04:26:33.230Z | | |
1559 | 2024-12-25T04:26:33.230Z | 483 | &"172.20.0.1", |
1560 | 2024-12-25T04:26:33.230Z | | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"` |
1561 | 2024-12-25T04:26:33.230Z | | |
1562 | 2024-12-25T04:26:33.230Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1563 | 2024-12-25T04:26:33.231Z | |
1564 | 2024-12-25T04:26:33.278Z | warning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions) |
1565 | 2024-12-25T04:26:33.284Z | warning: `xde-tests` (lib test) generated 2 warnings (2 duplicates) |
1566 | 2024-12-25T04:26:33.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.27s |
1567 | 2024-12-25T04:26:33.494Z | + cargo build --test loopback |
1568 | 2024-12-25T04:26:33.827Z | Compiling cfg-if v1.0.0 |
1569 | 2024-12-25T04:26:33.828Z | Compiling memchr v2.7.4 |
1570 | 2024-12-25T04:26:33.830Z | Compiling once_cell v1.20.2 |
1571 | 2024-12-25T04:26:33.831Z | Compiling byteorder v1.5.0 |
1572 | 2024-12-25T04:26:33.831Z | Compiling libc v0.2.169 |
1573 | 2024-12-25T04:26:33.831Z | Compiling strsim v0.11.1 |
1574 | 2024-12-25T04:26:33.831Z | Compiling either v1.13.0 |
1575 | 2024-12-25T04:26:33.837Z | Compiling serde v1.0.216 |
1576 | 2024-12-25T04:26:33.895Z | Compiling regex-syntax v0.8.5 |
1577 | 2024-12-25T04:26:34.118Z | Compiling darling_core v0.20.10 |
1578 | 2024-12-25T04:26:34.177Z | Compiling itoa v1.0.14 |
1579 | 2024-12-25T04:26:34.184Z | Compiling bitflags v2.6.0 |
1580 | 2024-12-25T04:26:34.378Z | Compiling scopeguard v1.2.0 |
1581 | 2024-12-25T04:26:34.489Z | Compiling lazy_static v1.5.0 |
1582 | 2024-12-25T04:26:34.496Z | Compiling smallvec v1.13.2 |
1583 | 2024-12-25T04:26:34.601Z | Compiling dyn-clone v1.0.17 |
1584 | 2024-12-25T04:26:34.648Z | Compiling aho-corasick v1.1.3 |
1585 | 2024-12-25T04:26:34.792Z | Compiling lock_api v0.4.12 |
1586 | 2024-12-25T04:26:34.860Z | Compiling parking_lot_core v0.9.10 |
1587 | 2024-12-25T04:26:35.125Z | Compiling getrandom v0.2.15 |
1588 | 2024-12-25T04:26:35.173Z | Compiling zerocopy v0.7.35 |
1589 | 2024-12-25T04:26:35.419Z | Compiling proc-macro-crate v1.3.1 |
1590 | 2024-12-25T04:26:35.421Z | Compiling itertools v0.13.0 |
1591 | 2024-12-25T04:26:35.437Z | Compiling ryu v1.0.18 |
1592 | 2024-12-25T04:26:35.773Z | Compiling pin-project-lite v0.2.15 |
1593 | 2024-12-25T04:26:35.882Z | Compiling thiserror v1.0.69 |
1594 | 2024-12-25T04:26:36.006Z | Compiling zerocopy v0.8.14 |
1595 | 2024-12-25T04:26:36.156Z | Compiling num_enum_derive v0.5.11 |
1596 | 2024-12-25T04:26:36.437Z | Compiling ppv-lite86 v0.2.20 |
1597 | 2024-12-25T04:26:37.172Z | Compiling rand_core v0.6.4 |
1598 | 2024-12-25T04:26:37.580Z | Compiling regex-automata v0.4.9 |
1599 | 2024-12-25T04:26:38.177Z | Compiling parking_lot v0.12.3 |
1600 | 2024-12-25T04:26:38.230Z | Compiling socket2 v0.5.8 |
1601 | 2024-12-25T04:26:38.951Z | Compiling ipnetwork v0.20.0 |
1602 | 2024-12-25T04:26:39.101Z | Compiling serde_json v1.0.134 |
1603 | 2024-12-25T04:26:39.200Z | Compiling mio v1.0.3 |
1604 | 2024-12-25T04:26:39.208Z | Compiling signal-hook-registry v1.4.2 |
1605 | 2024-12-25T04:26:39.352Z | Compiling darling_macro v0.20.10 |
1606 | 2024-12-25T04:26:39.499Z | Compiling anyhow v1.0.95 |
1607 | 2024-12-25T04:26:39.984Z | Compiling hash32 v0.3.1 |
1608 | 2024-12-25T04:26:40.031Z | Compiling stable_deref_trait v1.2.0 |
1609 | 2024-12-25T04:26:40.121Z | Compiling macaddr v1.0.1 |
1610 | 2024-12-25T04:26:40.180Z | Compiling foreign-types-shared v0.3.1 |
1611 | 2024-12-25T04:26:40.282Z | Compiling bytes v1.9.0 |
1612 | 2024-12-25T04:26:40.296Z | Compiling foreign-types v0.5.0 |
1613 | 2024-12-25T04:26:40.345Z | Compiling heapless v0.8.0 |
1614 | 2024-12-25T04:26:40.371Z | Compiling darling v0.20.10 |
1615 | 2024-12-25T04:26:40.384Z | Compiling num_enum v0.5.11 |
1616 | 2024-12-25T04:26:40.449Z | Compiling rand_chacha v0.3.1 |
1617 | 2024-12-25T04:26:40.461Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1618 | 2024-12-25T04:26:40.517Z | Compiling cstr-argument v0.1.2 |
1619 | 2024-12-25T04:26:40.567Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1620 | 2024-12-25T04:26:40.597Z | Compiling tracing-core v0.1.33 |
1621 | 2024-12-25T04:26:40.702Z | Compiling schemars v0.8.21 |
1622 | 2024-12-25T04:26:40.721Z | Compiling bitflags v1.3.2 |
1623 | 2024-12-25T04:26:40.806Z | Compiling managed v0.8.0 |
1624 | 2024-12-25T04:26:41.184Z | Compiling tokio v1.42.0 |
1625 | 2024-12-25T04:26:41.197Z | Compiling cobs v0.2.3 |
1626 | 2024-12-25T04:26:41.471Z | Compiling regex v1.11.1 |
1627 | 2024-12-25T04:26:41.471Z | Compiling pretty-hex v0.2.1 |
1628 | 2024-12-25T04:26:41.584Z | Compiling postcard v1.1.1 |
1629 | 2024-12-25T04:26:41.631Z | Compiling tracing v0.1.41 |
1630 | 2024-12-25T04:26:41.790Z | Compiling smoltcp v0.11.0 |
1631 | 2024-12-25T04:26:41.906Z | Compiling rand v0.8.5 |
1632 | 2024-12-25T04:26:42.018Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1633 | 2024-12-25T04:26:42.139Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2024-12-25T04:26:42.160Z | Compiling slog v2.7.0 |
1635 | 2024-12-25T04:26:42.440Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1636 | 2024-12-25T04:26:42.639Z | Compiling errno v0.3.10 |
1637 | 2024-12-25T04:26:42.792Z | Compiling colored v2.2.0 |
1638 | 2024-12-25T04:26:42.855Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1639 | 2024-12-25T04:26:43.228Z | Compiling winnow v0.6.20 |
1640 | 2024-12-25T04:26:43.289Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1641 | 2024-12-25T04:26:43.307Z | Compiling utf8parse v0.2.2 |
1642 | 2024-12-25T04:26:43.461Z | Compiling unicode-width v0.1.14 |
1643 | 2024-12-25T04:26:43.469Z | Compiling anstyle-parse v0.2.6 |
1644 | 2024-12-25T04:26:43.702Z | Compiling rustix v0.38.42 |
1645 | 2024-12-25T04:26:43.768Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1646 | 2024-12-25T04:26:43.971Z | Compiling tabwriter v1.4.0 |
1647 | 2024-12-25T04:26:44.376Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2024-12-25T04:26:44.987Z | Compiling crc32fast v1.4.2 |
1649 | 2024-12-25T04:26:45.056Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1650 | 2024-12-25T04:26:45.142Z | Compiling powerfmt v0.2.0 |
1651 | 2024-12-25T04:26:45.273Z | Compiling num-conv v0.1.0 |
1652 | 2024-12-25T04:26:45.512Z | Compiling anstyle v1.0.10 |
1653 | 2024-12-25T04:26:45.537Z | Compiling time-core v0.1.2 |
1654 | 2024-12-25T04:26:45.694Z | Compiling anstyle-query v1.1.2 |
1655 | 2024-12-25T04:26:45.832Z | Compiling is_terminal_polyfill v1.70.1 |
1656 | 2024-12-25T04:26:45.909Z | Compiling colorchoice v1.0.3 |
1657 | 2024-12-25T04:26:45.941Z | Compiling time-macros v0.2.19 |
1658 | 2024-12-25T04:26:46.043Z | Compiling anstream v0.6.18 |
1659 | 2024-12-25T04:26:46.112Z | Compiling deranged v0.3.11 |
1660 | 2024-12-25T04:26:46.363Z | Compiling terminal_size v0.4.1 |
1661 | 2024-12-25T04:26:46.407Z | Compiling dirs-next v2.0.0 |
1662 | 2024-12-25T04:26:46.553Z | Compiling crossbeam-utils v0.8.21 |
1663 | 2024-12-25T04:26:46.568Z | Compiling uuid v1.11.0 |
1664 | 2024-12-25T04:26:46.576Z | Compiling thread_local v1.1.8 |
1665 | 2024-12-25T04:26:46.588Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1666 | 2024-12-25T04:26:46.700Z | Compiling arc-swap v1.7.1 |
1667 | 2024-12-25T04:26:47.058Z | Compiling clap_lex v0.7.4 |
1668 | 2024-12-25T04:26:47.217Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1669 | 2024-12-25T04:26:47.250Z | Compiling crossbeam-channel v0.5.14 |
1670 | 2024-12-25T04:26:47.453Z | Compiling clap_builder v4.5.23 |
1671 | 2024-12-25T04:26:47.495Z | Compiling slog-scope v4.4.0 |
1672 | 2024-12-25T04:26:47.528Z | Compiling thiserror v2.0.9 |
1673 | 2024-12-25T04:26:47.660Z | Compiling term v0.7.0 |
1674 | 2024-12-25T04:26:47.745Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1675 | 2024-12-25T04:26:47.972Z | Compiling is-terminal v0.4.13 |
1676 | 2024-12-25T04:26:48.080Z | Compiling itertools v0.12.1 |
1677 | 2024-12-25T04:26:48.256Z | Compiling take_mut v0.2.2 |
1678 | 2024-12-25T04:26:48.429Z | Compiling log v0.4.22 |
1679 | 2024-12-25T04:26:48.540Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1680 | 2024-12-25T04:26:48.748Z | Compiling time v0.3.37 |
1681 | 2024-12-25T04:26:48.809Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1682 | 2024-12-25T04:26:48.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1683 | 2024-12-25T04:26:49.176Z | Compiling slog-stdlog v4.1.1 |
1684 | 2024-12-25T04:26:49.532Z | Compiling slog-async v2.8.0 |
1685 | 2024-12-25T04:26:50.713Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1686 | 2024-12-25T04:26:50.908Z | Compiling slog-term v2.9.1 |
1687 | 2024-12-25T04:26:52.057Z | Compiling clap v4.5.23 |
1688 | 2024-12-25T04:26:52.150Z | Compiling slog-envlogger v2.2.0 |
1689 | 2024-12-25T04:26:52.253Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1690 | 2024-12-25T04:26:53.378Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1691 | 2024-12-25T04:26:53.886Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1692 | 2024-12-25T04:26:55.108Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1693 | 2024-12-25T04:27:00.720Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1694 | 2024-12-25T04:27:02.765Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1695 | 2024-12-25T04:27:03.452Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1696 | 2024-12-25T04:27:06.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.17s |
1697 | 2024-12-25T04:27:06.767Z | ++ cargo build -q --test loopback --message-format=json |
1698 | 2024-12-25T04:27:06.769Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1699 | 2024-12-25T04:27:06.983Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-e1a78515eff7f4f6 |
1700 | 2024-12-25T04:27:06.983Z | + mkdir -p /work/test |
1701 | 2024-12-25T04:27:06.985Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-e1a78515eff7f4f6 /work/test/loopback |
1702 | 2024-12-25T04:27:07.046Z | process exited: duration 299083 ms, exit code 0 |
|
1703 | 2024-12-25T04:27:07.064Z | found 10 output files |
1704 | 2024-12-25T04:27:07.064Z | uploading: /work/debug/xde.dbg (68049440 bytes) |
1705 | 2024-12-25T04:27:09.206Z | uploaded: /work/debug/xde.dbg |
1706 | 2024-12-25T04:27:09.209Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1707 | 2024-12-25T04:27:10.216Z | uploaded: /work/debug/xde.dbg.sha256 |
1708 | 2024-12-25T04:27:10.216Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1709 | 2024-12-25T04:27:11.225Z | uploaded: /work/debug/xde_link.dbg.so |
1710 | 2024-12-25T04:27:11.225Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1711 | 2024-12-25T04:27:12.234Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1712 | 2024-12-25T04:27:12.234Z | uploading: /work/release/xde (41497504 bytes) |
1713 | 2024-12-25T04:27:13.916Z | uploaded: /work/release/xde |
1714 | 2024-12-25T04:27:13.920Z | uploading: /work/release/xde.sha256 (84 bytes) |
1715 | 2024-12-25T04:27:14.926Z | uploaded: /work/release/xde.sha256 |
1716 | 2024-12-25T04:27:14.926Z | uploading: /work/release/xde_link.so (28092 bytes) |
1717 | 2024-12-25T04:27:15.936Z | uploaded: /work/release/xde_link.so |
1718 | 2024-12-25T04:27:15.936Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1719 | 2024-12-25T04:27:16.946Z | uploaded: /work/release/xde_link.so.sha256 |
1720 | 2024-12-25T04:27:16.946Z | uploading: /work/test/loopback (61859712 bytes) |
1721 | 2024-12-25T04:27:18.989Z | uploaded: /work/test/loopback |
1722 | 2024-12-25T04:27:18.989Z | uploading: /work/xde.conf (79 bytes) |
1723 | 2024-12-25T04:27:19.997Z | uploaded: /work/xde.conf |