|
|
|
1 | 2024-12-28T04:20:57.877Z | job assigned to worker 01JG5QW45EX1BXE8DB4ZCH84TB [factory aws, i-0baa358a9983a2e04] (queued for 1 m 10 s) |
|
2 | 2024-12-28T04:21:06.366Z | starting task 0: "setup" |
3 | 2024-12-28T04:21:06.374Z | ++ uname -s |
4 | 2024-12-28T04:21:06.376Z | + kern=SunOS |
5 | 2024-12-28T04:21:06.376Z | + case "$kern" in |
6 | 2024-12-28T04:21:06.376Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:21:06.378Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:21:08.386Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:21:08.486Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:21:08.488Z | + home_fs=zfs |
11 | 2024-12-28T04:21:08.488Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:21:08.488Z | + mkdir -p /home/build |
13 | 2024-12-28T04:21:08.491Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:21:10.493Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:21:10.496Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-12-28T04:21:10.501Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:21:10.506Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:21:10.506Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:21:10.506Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-28T04:21:10.506Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:21:10.506Z | ' default |
22 | 2024-12-28T04:21:10.506Z | * toolchain profile = "default" |
23 | 2024-12-28T04:21:10.509Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:21:10.509Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:21:10.630Z | info: downloading installer |
26 | 2024-12-28T04:21:12.240Z | info: profile set to 'default' |
27 | 2024-12-28T04:21:12.240Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:21:12.243Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:21:12.684Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:21:12.684Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:21:13.635Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:21:14.128Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:21:15.352Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:17.191Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:23.415Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:23.822Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:24.658Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:25.039Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:26.708Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:28.575Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:34.588Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:34.923Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:34.923Z | |
44 | 2024-12-28T04:21:35.314Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:35.314Z | |
46 | 2024-12-28T04:21:35.316Z | |
47 | 2024-12-28T04:21:35.316Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:35.316Z | |
49 | 2024-12-28T04:21:35.316Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:35.316Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:35.316Z | |
52 | 2024-12-28T04:21:35.317Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:35.317Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:35.317Z | |
55 | 2024-12-28T04:21:35.317Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:35.317Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:35.317Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:35.396Z | + rustc --version |
59 | 2024-12-28T04:21:35.466Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:35.470Z | process exited: duration 24958 ms, exit code 0 |
|
61 | 2024-12-28T04:21:35.475Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:35.496Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-28T04:21:35.501Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:35.507Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:35.509Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:36.206Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:37.162Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:37.165Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:37.403Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:37.403Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:37.410Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:37.412Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:37.415Z | + current=master |
74 | 2024-12-28T04:21:37.415Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:37.415Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:37.418Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:37.439Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:37.442Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:37.461Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:37.463Z | process exited: duration 1959 ms, exit code 0 |
|
81 | 2024-12-28T04:21:37.469Z | starting task 4: "build" |
82 | 2024-12-28T04:21:37.474Z | + TGT_BASE=/work |
83 | 2024-12-28T04:21:37.474Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
84 | 2024-12-28T04:21:37.474Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-12-28T04:21:37.475Z | + DBG_TGT=/work/debug |
86 | 2024-12-28T04:21:37.475Z | + REL_SRC=target/x86_64-unknown-unknown/release |
87 | 2024-12-28T04:21:37.475Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-12-28T04:21:37.475Z | + REL_TGT=/work/release |
89 | 2024-12-28T04:21:37.475Z | + mkdir -p /work/debug /work/release |
90 | 2024-12-28T04:21:37.477Z | + cargo --version |
91 | 2024-12-28T04:21:37.481Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
92 | 2024-12-28T04:21:37.629Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
93 | 2024-12-28T04:21:37.629Z | info: downloading component 'cargo' |
94 | 2024-12-28T04:21:38.596Z | info: downloading component 'clippy' |
95 | 2024-12-28T04:21:39.099Z | info: downloading component 'rust-docs' |
96 | 2024-12-28T04:21:40.123Z | info: downloading component 'rust-std' |
97 | 2024-12-28T04:21:41.809Z | info: downloading component 'rustc' |
98 | 2024-12-28T04:21:47.629Z | info: downloading component 'rustfmt' |
99 | 2024-12-28T04:21:48.078Z | info: installing component 'cargo' |
100 | 2024-12-28T04:21:48.887Z | info: installing component 'clippy' |
101 | 2024-12-28T04:21:49.260Z | info: installing component 'rust-docs' |
102 | 2024-12-28T04:21:50.857Z | info: installing component 'rust-std' |
103 | 2024-12-28T04:21:52.495Z | info: installing component 'rustc' |
104 | 2024-12-28T04:21:58.283Z | info: installing component 'rustfmt' |
105 | 2024-12-28T04:21:58.702Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
106 | 2024-12-28T04:21:58.705Z | + rustc --version |
107 | 2024-12-28T04:21:58.777Z | rustc 1.83.0 (90b35a623 2024-11-26) |
108 | 2024-12-28T04:21:58.781Z | + install_pkg jq |
109 | 2024-12-28T04:21:58.783Z | + set +o errexit |
110 | 2024-12-28T04:21:58.783Z | + pfexec pkg install jq |
111 | 2024-12-28T04:22:14.352Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-28T04:22:18.458Z | Startup: Caching catalogs ... Done |
113 | 2024-12-28T04:22:29.082Z | Planning: Solver setup ... Done |
114 | 2024-12-28T04:22:29.213Z | Planning: Running solver ... Done |
115 | 2024-12-28T04:22:29.315Z | Planning: Consolidating action changes ... Done |
116 | 2024-12-28T04:22:29.318Z | Planning: Evaluating mediators ... Done |
117 | 2024-12-28T04:22:29.318Z | Planning: Planning completed in 10.76 seconds |
118 | 2024-12-28T04:22:29.340Z | No updates necessary for this image. |
119 | 2024-12-28T04:22:30.064Z | + exit_code=4 |
120 | 2024-12-28T04:22:30.064Z | + [[ 4 -ne 0 ]] |
121 | 2024-12-28T04:22:30.066Z | + [[ 4 -ne 4 ]] |
122 | 2024-12-28T04:22:30.066Z | + set -o errexit |
123 | 2024-12-28T04:22:30.066Z | + pushd xde |
124 | 2024-12-28T04:22:30.066Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
125 | 2024-12-28T04:22:30.067Z | + cp xde.conf /work/xde.conf |
126 | 2024-12-28T04:22:30.070Z | + header 'check style' |
127 | 2024-12-28T04:22:30.070Z | + echo '# ==== check style ==== #' |
128 | 2024-12-28T04:22:30.070Z | # ==== check style ==== # |
129 | 2024-12-28T04:22:30.070Z | + ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check |
130 | 2024-12-28T04:22:30.459Z | |
131 | 2024-12-28T04:22:30.459Z | real 0.386553360 |
132 | 2024-12-28T04:22:30.459Z | user 0.266427385 |
133 | 2024-12-28T04:22:30.459Z | sys 0.108412469 |
134 | 2024-12-28T04:22:30.459Z | trap 0.000015782 |
135 | 2024-12-28T04:22:30.459Z | tflt 0.000000000 |
136 | 2024-12-28T04:22:30.459Z | dflt 0.000000000 |
137 | 2024-12-28T04:22:30.459Z | kflt 0.000000000 |
138 | 2024-12-28T04:22:30.462Z | lock 0.000000000 |
139 | 2024-12-28T04:22:30.462Z | slp 0.297713461 |
140 | 2024-12-28T04:22:30.462Z | lat 0.000272740 |
141 | 2024-12-28T04:22:30.462Z | stop 0.000130613 |
142 | 2024-12-28T04:22:30.462Z | + header analyze |
143 | 2024-12-28T04:22:30.462Z | + echo '# ==== analyze ==== #' |
144 | 2024-12-28T04:22:30.462Z | # ==== analyze ==== # |
145 | 2024-12-28T04:22:30.462Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
146 | 2024-12-28T04:22:30.590Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
147 | 2024-12-28T04:22:30.739Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
148 | 2024-12-28T04:22:30.762Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
149 | 2024-12-28T04:22:30.762Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
150 | 2024-12-28T04:22:30.765Z | info: downloading component 'rust-src' |
151 | 2024-12-28T04:22:31.216Z | info: installing component 'rust-src' |
152 | 2024-12-28T04:22:31.874Z | Updating crates.io index |
153 | 2024-12-28T04:22:31.876Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
154 | 2024-12-28T04:22:32.714Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
155 | 2024-12-28T04:22:33.030Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
156 | 2024-12-28T04:22:33.296Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
157 | 2024-12-28T04:22:33.641Z | Updating git repository `https://github.com/oxidecomputer/zone` |
158 | 2024-12-28T04:22:33.924Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
159 | 2024-12-28T04:22:34.215Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-12-28T04:22:34.522Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-12-28T04:22:34.817Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
162 | 2024-12-28T04:22:35.761Z | Downloading crates ... |
163 | 2024-12-28T04:22:35.833Z | Downloaded bitflags v1.3.2 |
164 | 2024-12-28T04:22:35.839Z | Downloaded either v1.13.0 |
165 | 2024-12-28T04:22:35.842Z | Downloaded cfg-if v1.0.0 |
166 | 2024-12-28T04:22:35.844Z | Downloaded bitflags v2.6.0 |
167 | 2024-12-28T04:22:35.847Z | Downloaded darling_macro v0.20.10 |
168 | 2024-12-28T04:22:35.853Z | Downloaded proc-macro-error-attr2 v2.0.0 |
169 | 2024-12-28T04:22:35.857Z | Downloaded cobs v0.2.3 |
170 | 2024-12-28T04:22:35.862Z | Downloaded ident_case v1.0.1 |
171 | 2024-12-28T04:22:35.865Z | Downloaded defmt-parser v0.4.1 |
172 | 2024-12-28T04:22:35.868Z | Downloaded stable_deref_trait v1.2.0 |
173 | 2024-12-28T04:22:35.872Z | Downloaded version_check v0.9.5 |
174 | 2024-12-28T04:22:35.874Z | Downloaded hash32 v0.3.1 |
175 | 2024-12-28T04:22:35.874Z | Downloaded embedded-io v0.6.1 |
176 | 2024-12-28T04:22:35.877Z | Downloaded strsim v0.11.1 |
177 | 2024-12-28T04:22:35.879Z | Downloaded dyn-clone v1.0.17 |
178 | 2024-12-28T04:22:35.882Z | Downloaded macaddr v1.0.1 |
179 | 2024-12-28T04:22:35.882Z | Downloaded thiserror-impl v2.0.9 |
180 | 2024-12-28T04:22:35.884Z | Downloaded byteorder v1.5.0 |
181 | 2024-12-28T04:22:35.887Z | Downloaded defmt-macros v0.4.0 |
182 | 2024-12-28T04:22:35.890Z | Downloaded managed v0.8.0 |
183 | 2024-12-28T04:22:35.892Z | Downloaded fnv v1.0.7 |
184 | 2024-12-28T04:22:35.892Z | Downloaded embedded-io v0.4.0 |
185 | 2024-12-28T04:22:35.895Z | Downloaded defmt v0.3.10 |
186 | 2024-12-28T04:22:35.897Z | Downloaded postcard v1.1.1 |
187 | 2024-12-28T04:22:35.899Z | Downloaded crc32fast v1.4.2 |
188 | 2024-12-28T04:22:35.902Z | Downloaded quote v1.0.37 |
189 | 2024-12-28T04:22:35.910Z | Downloaded thiserror v2.0.9 |
190 | 2024-12-28T04:22:35.915Z | Downloaded unicode-ident v1.0.14 |
191 | 2024-12-28T04:22:35.918Z | Downloaded proc-macro2 v1.0.92 |
192 | 2024-12-28T04:22:35.920Z | Downloaded darling_core v0.20.10 |
193 | 2024-12-28T04:22:35.924Z | Downloaded proc-macro-error2 v2.0.1 |
194 | 2024-12-28T04:22:35.927Z | Downloaded uuid v1.11.0 |
195 | 2024-12-28T04:22:35.930Z | Downloaded serde_derive v1.0.217 |
196 | 2024-12-28T04:22:35.933Z | Downloaded darling v0.20.10 |
197 | 2024-12-28T04:22:35.937Z | Downloaded heapless v0.8.0 |
198 | 2024-12-28T04:22:35.945Z | Downloaded zerocopy-derive v0.8.13 |
199 | 2024-12-28T04:22:35.952Z | Downloaded serde v1.0.217 |
200 | 2024-12-28T04:22:35.954Z | Downloaded memchr v2.7.4 |
201 | 2024-12-28T04:22:35.970Z | Downloaded aho-corasick v1.1.3 |
202 | 2024-12-28T04:22:35.983Z | Downloaded itertools v0.13.0 |
203 | 2024-12-28T04:22:36.013Z | Downloaded zerocopy v0.8.13 |
204 | 2024-12-28T04:22:36.037Z | Downloaded smoltcp v0.11.0 |
205 | 2024-12-28T04:22:36.047Z | Downloaded regex v1.11.1 |
206 | 2024-12-28T04:22:36.058Z | Downloaded syn v2.0.91 |
207 | 2024-12-28T04:22:36.077Z | Downloaded regex-syntax v0.8.5 |
208 | 2024-12-28T04:22:36.098Z | Downloaded regex-automata v0.4.9 |
209 | 2024-12-28T04:22:36.120Z | Updating crates.io index |
210 | 2024-12-28T04:22:36.332Z | Downloading crates ... |
211 | 2024-12-28T04:22:36.395Z | Downloaded miniz_oxide v0.7.4 |
212 | 2024-12-28T04:22:36.419Z | Downloaded adler v1.0.2 |
213 | 2024-12-28T04:22:36.429Z | Downloaded rustc-demangle v0.1.24 |
214 | 2024-12-28T04:22:36.432Z | Downloaded addr2line v0.22.0 |
215 | 2024-12-28T04:22:36.434Z | Downloaded getopts v0.2.21 |
216 | 2024-12-28T04:22:36.451Z | Downloaded allocator-api2 v0.2.18 |
217 | 2024-12-28T04:22:36.456Z | Downloaded hashbrown v0.15.0 |
218 | 2024-12-28T04:22:36.494Z | Downloaded compiler_builtins v0.1.138 |
219 | 2024-12-28T04:22:36.523Z | Downloaded gimli v0.29.0 |
220 | 2024-12-28T04:22:36.534Z | Downloaded unicode-width v0.1.14 |
221 | 2024-12-28T04:22:36.541Z | Downloaded object v0.36.5 |
222 | 2024-12-28T04:22:36.581Z | Downloaded libc v0.2.161 |
223 | 2024-12-28T04:22:36.736Z | Compiling compiler_builtins v0.1.138 |
224 | 2024-12-28T04:22:36.739Z | 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-28T04:22:36.739Z | Compiling proc-macro2 v1.0.92 |
226 | 2024-12-28T04:22:36.739Z | Compiling unicode-ident v1.0.14 |
227 | 2024-12-28T04:22:36.739Z | Compiling fnv v1.0.7 |
228 | 2024-12-28T04:22:36.739Z | Compiling strsim v0.11.1 |
229 | 2024-12-28T04:22:36.739Z | Compiling ident_case v1.0.1 |
230 | 2024-12-28T04:22:36.739Z | Compiling memchr v2.7.4 |
231 | 2024-12-28T04:22:36.915Z | Compiling regex-syntax v0.8.5 |
232 | 2024-12-28T04:22:36.940Z | Compiling serde v1.0.217 |
233 | 2024-12-28T04:22:36.966Z | Compiling either v1.13.0 |
234 | 2024-12-28T04:22:37.336Z | Compiling zerocopy v0.8.13 |
235 | 2024-12-28T04:22:37.550Z | Compiling itertools v0.13.0 |
236 | 2024-12-28T04:22:38.214Z | Compiling aho-corasick v1.1.3 |
237 | 2024-12-28T04:22:38.309Z | Compiling heapless v0.8.0 |
238 | 2024-12-28T04:22:38.328Z | Compiling smoltcp v0.11.0 |
239 | 2024-12-28T04:22:38.340Z | Compiling version_check v0.9.5 |
240 | 2024-12-28T04:22:39.125Z | Compiling quote v1.0.37 |
241 | 2024-12-28T04:22:39.191Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
242 | 2024-12-28T04:22:39.560Z | Compiling syn v2.0.91 |
243 | 2024-12-28T04:22:40.046Z | Compiling regex-automata v0.4.9 |
244 | 2024-12-28T04:22:43.074Z | Compiling regex v1.11.1 |
245 | 2024-12-28T04:22:44.337Z | Compiling darling_core v0.20.10 |
246 | 2024-12-28T04:22:46.070Z | Compiling serde_derive v1.0.217 |
247 | 2024-12-28T04:22:46.070Z | Compiling zerocopy-derive v0.8.13 |
248 | 2024-12-28T04:22:46.073Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
249 | 2024-12-28T04:22:48.043Z | Compiling darling_macro v0.20.10 |
250 | 2024-12-28T04:22:49.211Z | Compiling darling v0.20.10 |
251 | 2024-12-28T04:22:49.292Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
252 | 2024-12-28T04:22:49.292Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
253 | 2024-12-28T04:22:56.214Z | 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-28T04:22:56.985Z | 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-28T04:22:59.651Z | Checking byteorder v1.5.0 |
256 | 2024-12-28T04:22:59.651Z | Checking macaddr v1.0.1 |
257 | 2024-12-28T04:22:59.653Z | Checking stable_deref_trait v1.2.0 |
258 | 2024-12-28T04:22:59.653Z | Checking cfg-if v1.0.0 |
259 | 2024-12-28T04:22:59.653Z | Checking cobs v0.2.3 |
260 | 2024-12-28T04:22:59.653Z | Checking bitflags v1.3.2 |
261 | 2024-12-28T04:22:59.722Z | Checking managed v0.8.0 |
262 | 2024-12-28T04:22:59.735Z | Checking bitflags v2.6.0 |
263 | 2024-12-28T04:22:59.763Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
264 | 2024-12-28T04:22:59.919Z | Checking hash32 v0.3.1 |
265 | 2024-12-28T04:22:59.919Z | Checking crc32fast v1.4.2 |
266 | 2024-12-28T04:22:59.956Z | Checking dyn-clone v1.0.17 |
267 | 2024-12-28T04:22:59.986Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
268 | 2024-12-28T04:23:01.635Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
269 | 2024-12-28T04:23:02.692Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
270 | 2024-12-28T04:23:02.692Z | Checking postcard v1.1.1 |
271 | 2024-12-28T04:23:02.695Z | Checking uuid v1.11.0 |
272 | 2024-12-28T04:23:04.041Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
273 | 2024-12-28T04:23:10.930Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
274 | 2024-12-28T04:23:12.899Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
275 | 2024-12-28T04:23:16.190Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
276 | 2024-12-28T04:23:16.190Z | --> xde/src/xde.rs:254:20 |
277 | 2024-12-28T04:23:16.190Z | | |
278 | 2024-12-28T04:23:16.190Z | 254 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
279 | 2024-12-28T04:23:16.190Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
280 | 2024-12-28T04:23:16.190Z | | |
281 | 2024-12-28T04:23:16.190Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
282 | 2024-12-28T04:23:16.190Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
283 | 2024-12-28T04:23:16.190Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
284 | 2024-12-28T04:23:16.190Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
285 | 2024-12-28T04:23:16.191Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
286 | 2024-12-28T04:23:16.191Z | |
287 | 2024-12-28T04:23:16.222Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
288 | 2024-12-28T04:23:16.222Z | --> xde/src/xde.rs:1050:9 |
289 | 2024-12-28T04:23:16.222Z | | |
290 | 2024-12-28T04:23:16.222Z | 1050 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System { |
291 | 2024-12-28T04:23:16.222Z | 1051 | | errno: EFAULT, |
292 | 2024-12-28T04:23:16.222Z | 1052 | | msg: format!("failed to grab open stream for {link_name}: {e}"), |
293 | 2024-12-28T04:23:16.222Z | 1053 | | })?); |
294 | 2024-12-28T04:23:16.222Z | | |____________^ |
295 | 2024-12-28T04:23:16.222Z | | |
296 | 2024-12-28T04:23:16.222Z | = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync` |
297 | 2024-12-28T04:23:16.222Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
298 | 2024-12-28T04:23:16.222Z | = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
299 | 2024-12-28T04:23:16.222Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
300 | 2024-12-28T04:23:16.222Z | |
301 | 2024-12-28T04:23:16.226Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
302 | 2024-12-28T04:23:16.226Z | --> xde/src/xde.rs:1091:14 |
303 | 2024-12-28T04:23:16.226Z | | |
304 | 2024-12-28T04:23:16.226Z | 1091 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?); |
305 | 2024-12-28T04:23:16.226Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
306 | 2024-12-28T04:23:16.226Z | | |
307 | 2024-12-28T04:23:16.226Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
308 | 2024-12-28T04:23:16.226Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
309 | 2024-12-28T04:23:16.226Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
310 | 2024-12-28T04:23:16.226Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
311 | 2024-12-28T04:23:16.226Z | |
312 | 2024-12-28T04:23:16.226Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
313 | 2024-12-28T04:23:16.226Z | --> xde/src/xde.rs:1092:14 |
314 | 2024-12-28T04:23:16.226Z | | |
315 | 2024-12-28T04:23:16.226Z | 1092 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?); |
316 | 2024-12-28T04:23:16.226Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
317 | 2024-12-28T04:23:16.226Z | | |
318 | 2024-12-28T04:23:16.226Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
319 | 2024-12-28T04:23:16.226Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
320 | 2024-12-28T04:23:16.226Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
321 | 2024-12-28T04:23:16.226Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
322 | 2024-12-28T04:23:16.226Z | |
323 | 2024-12-28T04:23:16.249Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
324 | 2024-12-28T04:23:16.250Z | --> xde/src/xde.rs:1793:8 |
325 | 2024-12-28T04:23:16.250Z | | |
326 | 2024-12-28T04:23:16.250Z | 1793 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
327 | 2024-12-28T04:23:16.250Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
328 | 2024-12-28T04:23:16.250Z | | |
329 | 2024-12-28T04:23:16.250Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
330 | 2024-12-28T04:23:16.250Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
331 | 2024-12-28T04:23:16.250Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
332 | 2024-12-28T04:23:16.250Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
333 | 2024-12-28T04:23:16.250Z | |
334 | 2024-12-28T04:23:16.388Z | warning: creating a mutable reference to mutable static is discouraged |
335 | 2024-12-28T04:23:16.388Z | --> xde/src/xde.rs:318:5 |
336 | 2024-12-28T04:23:16.388Z | | |
337 | 2024-12-28T04:23:16.388Z | 318 | xde_devs.init(KRwLockType::Driver); |
338 | 2024-12-28T04:23:16.388Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
339 | 2024-12-28T04:23:16.388Z | | |
340 | 2024-12-28T04:23:16.388Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
341 | 2024-12-28T04:23:16.388Z | = 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-28T04:23:16.388Z | = note: `#[warn(static_mut_refs)]` on by default |
343 | 2024-12-28T04:23:16.388Z | |
344 | 2024-12-28T04:23:16.391Z | warning: creating a shared reference to mutable static is discouraged |
345 | 2024-12-28T04:23:16.391Z | --> xde/src/xde.rs:642:25 |
346 | 2024-12-28T04:23:16.391Z | | |
347 | 2024-12-28T04:23:16.391Z | 642 | let devs = unsafe { xde_devs.read() }; |
348 | 2024-12-28T04:23:16.391Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
349 | 2024-12-28T04:23:16.391Z | | |
350 | 2024-12-28T04:23:16.391Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
351 | 2024-12-28T04:23:16.391Z | = note: shared references to mutable statics are 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-28T04:23:16.392Z | |
353 | 2024-12-28T04:23:16.392Z | warning: creating a shared reference to mutable static is discouraged |
354 | 2024-12-28T04:23:16.392Z | --> xde/src/xde.rs:670:29 |
355 | 2024-12-28T04:23:16.392Z | | |
356 | 2024-12-28T04:23:16.392Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
357 | 2024-12-28T04:23:16.392Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
358 | 2024-12-28T04:23:16.392Z | | |
359 | 2024-12-28T04:23:16.392Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
360 | 2024-12-28T04:23:16.392Z | = note: shared references to mutable statics are 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-28T04:23:16.392Z | |
362 | 2024-12-28T04:23:16.392Z | warning: creating a shared reference to mutable static is discouraged |
363 | 2024-12-28T04:23:16.392Z | --> xde/src/xde.rs:803:29 |
364 | 2024-12-28T04:23:16.392Z | | |
365 | 2024-12-28T04:23:16.392Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
366 | 2024-12-28T04:23:16.392Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
367 | 2024-12-28T04:23:16.392Z | | |
368 | 2024-12-28T04:23:16.392Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
369 | 2024-12-28T04:23:16.392Z | = note: shared references to mutable statics are 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-28T04:23:16.392Z | |
371 | 2024-12-28T04:23:16.392Z | warning: creating a shared reference to mutable static is discouraged |
372 | 2024-12-28T04:23:16.392Z | --> xde/src/xde.rs:891:18 |
373 | 2024-12-28T04:23:16.392Z | | |
374 | 2024-12-28T04:23:16.392Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
375 | 2024-12-28T04:23:16.392Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
376 | 2024-12-28T04:23:16.392Z | | |
377 | 2024-12-28T04:23:16.392Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
378 | 2024-12-28T04:23:16.392Z | = note: shared references to mutable statics are 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-28T04:23:16.392Z | |
380 | 2024-12-28T04:23:16.392Z | warning: creating a shared reference to mutable static is discouraged |
381 | 2024-12-28T04:23:16.392Z | --> xde/src/xde.rs:1204:9 |
382 | 2024-12-28T04:23:16.392Z | | |
383 | 2024-12-28T04:23:16.392Z | 1204 | if !xde_devs.read().is_empty() { |
384 | 2024-12-28T04:23:16.392Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
385 | 2024-12-28T04:23:16.392Z | | |
386 | 2024-12-28T04:23:16.392Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
387 | 2024-12-28T04:23:16.392Z | = note: shared references to mutable statics are 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-28T04:23:16.392Z | |
389 | 2024-12-28T04:23:16.396Z | warning: creating a shared reference to mutable static is discouraged |
390 | 2024-12-28T04:23:16.396Z | --> xde/src/xde.rs:1611:37 |
391 | 2024-12-28T04:23:16.396Z | | |
392 | 2024-12-28T04:23:16.396Z | 1611 | let devs = unsafe { xde_devs.read() }; |
393 | 2024-12-28T04:23:16.396Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
394 | 2024-12-28T04:23:16.396Z | | |
395 | 2024-12-28T04:23:16.396Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
396 | 2024-12-28T04:23:16.396Z | = note: shared references to mutable statics are 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-28T04:23:16.396Z | |
398 | 2024-12-28T04:23:16.396Z | warning: creating a shared reference to mutable static is discouraged |
399 | 2024-12-28T04:23:16.396Z | --> xde/src/xde.rs:1861:16 |
400 | 2024-12-28T04:23:16.396Z | | |
401 | 2024-12-28T04:23:16.396Z | 1861 | let devs = xde_devs.read(); |
402 | 2024-12-28T04:23:16.396Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
403 | 2024-12-28T04:23:16.396Z | | |
404 | 2024-12-28T04:23:16.396Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
405 | 2024-12-28T04:23:16.396Z | = note: shared references to mutable statics are 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-28T04:23:16.396Z | |
407 | 2024-12-28T04:23:16.396Z | warning: creating a shared reference to mutable static is discouraged |
408 | 2024-12-28T04:23:16.396Z | --> xde/src/xde.rs:1910:25 |
409 | 2024-12-28T04:23:16.396Z | | |
410 | 2024-12-28T04:23:16.396Z | 1910 | let devs = unsafe { xde_devs.read() }; |
411 | 2024-12-28T04:23:16.396Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
412 | 2024-12-28T04:23:16.396Z | | |
413 | 2024-12-28T04:23:16.396Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
414 | 2024-12-28T04:23:16.396Z | = note: shared references to mutable statics are 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-28T04:23:16.396Z | |
416 | 2024-12-28T04:23:16.396Z | warning: creating a shared reference to mutable static is discouraged |
417 | 2024-12-28T04:23:16.396Z | --> xde/src/xde.rs:1923:25 |
418 | 2024-12-28T04:23:16.396Z | | |
419 | 2024-12-28T04:23:16.396Z | 1923 | let devs = unsafe { xde_devs.read() }; |
420 | 2024-12-28T04:23:16.396Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
421 | 2024-12-28T04:23:16.396Z | | |
422 | 2024-12-28T04:23:16.397Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
423 | 2024-12-28T04:23:16.397Z | = note: shared references to mutable statics are 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-28T04:23:16.397Z | |
425 | 2024-12-28T04:23:16.397Z | warning: creating a shared reference to mutable static is discouraged |
426 | 2024-12-28T04:23:16.397Z | --> xde/src/xde.rs:1934:25 |
427 | 2024-12-28T04:23:16.397Z | | |
428 | 2024-12-28T04:23:16.397Z | 1934 | let devs = unsafe { xde_devs.read() }; |
429 | 2024-12-28T04:23:16.397Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
430 | 2024-12-28T04:23:16.397Z | | |
431 | 2024-12-28T04:23:16.397Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
432 | 2024-12-28T04:23:16.397Z | = note: shared references to mutable statics are 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-28T04:23:16.397Z | |
434 | 2024-12-28T04:23:16.397Z | warning: creating a shared reference to mutable static is discouraged |
435 | 2024-12-28T04:23:16.397Z | --> xde/src/xde.rs:1946:25 |
436 | 2024-12-28T04:23:16.397Z | | |
437 | 2024-12-28T04:23:16.397Z | 1946 | let devs = unsafe { xde_devs.read() }; |
438 | 2024-12-28T04:23:16.397Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
439 | 2024-12-28T04:23:16.397Z | | |
440 | 2024-12-28T04:23:16.397Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
441 | 2024-12-28T04:23:16.397Z | = note: shared references to mutable statics are 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-28T04:23:16.397Z | |
443 | 2024-12-28T04:23:16.397Z | warning: creating a shared reference to mutable static is discouraged |
444 | 2024-12-28T04:23:16.397Z | --> xde/src/xde.rs:1958:25 |
445 | 2024-12-28T04:23:16.397Z | | |
446 | 2024-12-28T04:23:16.397Z | 1958 | let devs = unsafe { xde_devs.read() }; |
447 | 2024-12-28T04:23:16.397Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
448 | 2024-12-28T04:23:16.397Z | | |
449 | 2024-12-28T04:23:16.397Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
450 | 2024-12-28T04:23:16.397Z | = note: shared references to mutable statics are 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-28T04:23:16.397Z | |
452 | 2024-12-28T04:23:16.397Z | warning: creating a shared reference to mutable static is discouraged |
453 | 2024-12-28T04:23:16.397Z | --> xde/src/xde.rs:2022:25 |
454 | 2024-12-28T04:23:16.397Z | | |
455 | 2024-12-28T04:23:16.397Z | 2022 | let devs = unsafe { xde_devs.read() }; |
456 | 2024-12-28T04:23:16.397Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
457 | 2024-12-28T04:23:16.397Z | | |
458 | 2024-12-28T04:23:16.397Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
459 | 2024-12-28T04:23:16.397Z | = note: shared references to mutable statics are 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-28T04:23:16.397Z | |
461 | 2024-12-28T04:23:16.397Z | warning: creating a shared reference to mutable static is discouraged |
462 | 2024-12-28T04:23:16.398Z | --> xde/src/xde.rs:2033:25 |
463 | 2024-12-28T04:23:16.398Z | | |
464 | 2024-12-28T04:23:16.398Z | 2033 | let devs = unsafe { xde_devs.read() }; |
465 | 2024-12-28T04:23:16.398Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
466 | 2024-12-28T04:23:16.398Z | | |
467 | 2024-12-28T04:23:16.398Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
468 | 2024-12-28T04:23:16.398Z | = note: shared references to mutable statics are 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-28T04:23:16.398Z | |
470 | 2024-12-28T04:23:16.398Z | warning: creating a shared reference to mutable static is discouraged |
471 | 2024-12-28T04:23:16.398Z | --> xde/src/xde.rs:2045:25 |
472 | 2024-12-28T04:23:16.398Z | | |
473 | 2024-12-28T04:23:16.398Z | 2045 | let devs = unsafe { xde_devs.read() }; |
474 | 2024-12-28T04:23:16.398Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
475 | 2024-12-28T04:23:16.398Z | | |
476 | 2024-12-28T04:23:16.398Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
477 | 2024-12-28T04:23:16.398Z | = note: shared references to mutable statics are 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-28T04:23:16.398Z | |
479 | 2024-12-28T04:23:16.398Z | warning: creating a shared reference to mutable static is discouraged |
480 | 2024-12-28T04:23:16.398Z | --> xde/src/xde.rs:2059:25 |
481 | 2024-12-28T04:23:16.398Z | | |
482 | 2024-12-28T04:23:16.398Z | 2059 | let devs = unsafe { xde_devs.read() }; |
483 | 2024-12-28T04:23:16.398Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
484 | 2024-12-28T04:23:16.398Z | | |
485 | 2024-12-28T04:23:16.398Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
486 | 2024-12-28T04:23:16.398Z | = note: shared references to mutable statics are 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-28T04:23:16.398Z | |
488 | 2024-12-28T04:23:16.398Z | warning: creating a shared reference to mutable static is discouraged |
489 | 2024-12-28T04:23:16.401Z | --> xde/src/xde.rs:2072:25 |
490 | 2024-12-28T04:23:16.401Z | | |
491 | 2024-12-28T04:23:16.401Z | 2072 | let devs = unsafe { xde_devs.read() }; |
492 | 2024-12-28T04:23:16.401Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
493 | 2024-12-28T04:23:16.401Z | | |
494 | 2024-12-28T04:23:16.401Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
495 | 2024-12-28T04:23:16.401Z | = note: shared references to mutable statics are 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-28T04:23:16.402Z | |
497 | 2024-12-28T04:23:16.402Z | warning: creating a shared reference to mutable static is discouraged |
498 | 2024-12-28T04:23:16.402Z | --> xde/src/xde.rs:2085:25 |
499 | 2024-12-28T04:23:16.402Z | | |
500 | 2024-12-28T04:23:16.402Z | 2085 | let devs = unsafe { xde_devs.read() }; |
501 | 2024-12-28T04:23:16.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
502 | 2024-12-28T04:23:16.402Z | | |
503 | 2024-12-28T04:23:16.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
504 | 2024-12-28T04:23:16.402Z | = note: shared references to mutable statics are 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-28T04:23:16.402Z | |
506 | 2024-12-28T04:23:16.402Z | warning: creating a shared reference to mutable static is discouraged |
507 | 2024-12-28T04:23:16.402Z | --> xde/src/xde.rs:2096:25 |
508 | 2024-12-28T04:23:16.402Z | | |
509 | 2024-12-28T04:23:16.402Z | 2096 | let devs = unsafe { xde_devs.read() }; |
510 | 2024-12-28T04:23:16.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
511 | 2024-12-28T04:23:16.402Z | | |
512 | 2024-12-28T04:23:16.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
513 | 2024-12-28T04:23:16.402Z | = note: shared references to mutable statics are 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-28T04:23:16.402Z | |
515 | 2024-12-28T04:23:16.402Z | warning: creating a shared reference to mutable static is discouraged |
516 | 2024-12-28T04:23:16.402Z | --> xde/src/xde.rs:2108:25 |
517 | 2024-12-28T04:23:16.402Z | | |
518 | 2024-12-28T04:23:16.402Z | 2108 | let devs = unsafe { xde_devs.read() }; |
519 | 2024-12-28T04:23:16.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
520 | 2024-12-28T04:23:16.402Z | | |
521 | 2024-12-28T04:23:16.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
522 | 2024-12-28T04:23:16.402Z | = note: shared references to mutable statics are 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-28T04:23:16.402Z | |
524 | 2024-12-28T04:23:16.402Z | warning: creating a shared reference to mutable static is discouraged |
525 | 2024-12-28T04:23:16.402Z | --> xde/src/xde.rs:2123:25 |
526 | 2024-12-28T04:23:16.402Z | | |
527 | 2024-12-28T04:23:16.402Z | 2123 | let devs = unsafe { xde_devs.read() }; |
528 | 2024-12-28T04:23:16.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
529 | 2024-12-28T04:23:16.402Z | | |
530 | 2024-12-28T04:23:16.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
531 | 2024-12-28T04:23:16.402Z | = note: shared references to mutable statics are 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-28T04:23:16.402Z | |
533 | 2024-12-28T04:23:16.402Z | warning: creating a shared reference to mutable static is discouraged |
534 | 2024-12-28T04:23:16.402Z | --> xde/src/xde.rs:2137:25 |
535 | 2024-12-28T04:23:16.403Z | | |
536 | 2024-12-28T04:23:16.403Z | 2137 | let devs = unsafe { xde_devs.read() }; |
537 | 2024-12-28T04:23:16.403Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
538 | 2024-12-28T04:23:16.403Z | | |
539 | 2024-12-28T04:23:16.403Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
540 | 2024-12-28T04:23:16.403Z | = note: shared references to mutable statics are 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-28T04:23:16.403Z | |
542 | 2024-12-28T04:23:16.558Z | warning: `xde` (lib) generated 28 warnings |
543 | 2024-12-28T04:23:16.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.81s |
544 | 2024-12-28T04:23:16.698Z | |
545 | 2024-12-28T04:23:16.698Z | real 46.213793318 |
546 | 2024-12-28T04:23:16.698Z | user 1:57.150727052 |
547 | 2024-12-28T04:23:16.698Z | sys 12.220072681 |
548 | 2024-12-28T04:23:16.698Z | trap 0.041785680 |
549 | 2024-12-28T04:23:16.698Z | tflt 0.247896350 |
550 | 2024-12-28T04:23:16.698Z | dflt 0.573291548 |
551 | 2024-12-28T04:23:16.698Z | kflt 0.004887053 |
552 | 2024-12-28T04:23:16.701Z | lock 2:51.881556369 |
553 | 2024-12-28T04:23:16.701Z | slp 6:13.874642713 |
554 | 2024-12-28T04:23:16.701Z | lat 1.957335843 |
555 | 2024-12-28T04:23:16.701Z | stop 5.721251317 |
556 | 2024-12-28T04:23:16.701Z | + pushd xde-link |
557 | 2024-12-28T04:23:16.701Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
558 | 2024-12-28T04:23:16.701Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
559 | 2024-12-28T04:23:16.951Z | Compiling compiler_builtins v0.1.138 |
560 | 2024-12-28T04:23:16.951Z | 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-28T04:23:16.951Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
562 | 2024-12-28T04:23:31.887Z | 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-28T04:23:32.680Z | 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-28T04:23:35.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s |
565 | 2024-12-28T04:23:35.601Z | |
566 | 2024-12-28T04:23:35.603Z | real 18.888160530 |
567 | 2024-12-28T04:23:35.603Z | user 21.892011742 |
568 | 2024-12-28T04:23:35.603Z | sys 1.396114143 |
569 | 2024-12-28T04:23:35.603Z | trap 0.004628656 |
570 | 2024-12-28T04:23:35.603Z | tflt 0.006930989 |
571 | 2024-12-28T04:23:35.603Z | dflt 0.066264113 |
572 | 2024-12-28T04:23:35.603Z | kflt 0.000000000 |
573 | 2024-12-28T04:23:35.603Z | lock 55.709537224 |
574 | 2024-12-28T04:23:35.603Z | slp 1:18.598118266 |
575 | 2024-12-28T04:23:35.603Z | lat 0.082471973 |
576 | 2024-12-28T04:23:35.604Z | stop 0.144971649 |
577 | 2024-12-28T04:23:35.604Z | + popd |
578 | 2024-12-28T04:23:35.604Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
579 | 2024-12-28T04:23:35.604Z | + header 'build xde (debug)' |
580 | 2024-12-28T04:23:35.604Z | # ==== build xde (debug) ==== # |
581 | 2024-12-28T04:23:35.604Z | + echo '# ==== build xde (debug) ==== #' |
582 | 2024-12-28T04:23:35.604Z | + ptime -m ./build-debug.sh |
583 | 2024-12-28T04:23:35.910Z | 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-28T04:23:35.910Z | Fresh unicode-ident v1.0.14 |
585 | 2024-12-28T04:23:35.910Z | Fresh ident_case v1.0.1 |
586 | 2024-12-28T04:23:35.910Z | Fresh strsim v0.11.1 |
587 | 2024-12-28T04:23:35.910Z | Fresh fnv v1.0.7 |
588 | 2024-12-28T04:23:35.910Z | Fresh memchr v2.7.4 |
589 | 2024-12-28T04:23:35.913Z | 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-28T04:23:35.913Z | Fresh aho-corasick v1.1.3 |
591 | 2024-12-28T04:23:35.913Z | Fresh regex-syntax v0.8.5 |
592 | 2024-12-28T04:23:35.913Z | Fresh compiler_builtins v0.1.138 |
593 | 2024-12-28T04:23:35.913Z | Fresh proc-macro2 v1.0.92 |
594 | 2024-12-28T04:23:35.913Z | Fresh regex-automata v0.4.9 |
595 | 2024-12-28T04:23:35.913Z | 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-28T04:23:35.913Z | Fresh quote v1.0.37 |
597 | 2024-12-28T04:23:35.913Z | Fresh regex v1.11.1 |
598 | 2024-12-28T04:23:35.913Z | Fresh version_check v0.9.5 |
599 | 2024-12-28T04:23:35.913Z | Fresh syn v2.0.91 |
600 | 2024-12-28T04:23:35.913Z | Compiling byteorder v1.5.0 |
601 | 2024-12-28T04:23:35.913Z | Compiling stable_deref_trait v1.2.0 |
602 | 2024-12-28T04:23:35.913Z | Compiling macaddr v1.0.1 |
603 | 2024-12-28T04:23:35.913Z | Compiling cfg-if v1.0.0 |
604 | 2024-12-28T04:23:35.913Z | Compiling bitflags v1.3.2 |
605 | 2024-12-28T04:23:35.913Z | Compiling managed v0.8.0 |
606 | 2024-12-28T04:23:35.913Z | Compiling bitflags v2.6.0 |
607 | 2024-12-28T04:23:35.913Z | 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-28T04:23:35.918Z | 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-28T04:23:35.918Z | 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` |
610 | 2024-12-28T04:23:35.920Z | 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` |
611 | 2024-12-28T04:23:35.920Z | Fresh darling_core v0.20.10 |
612 | 2024-12-28T04:23:35.923Z | 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-28T04:23:35.923Z | 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-28T04:23:35.923Z | Fresh darling_macro v0.20.10 |
615 | 2024-12-28T04:23:35.925Z | Fresh darling v0.20.10 |
616 | 2024-12-28T04:23:35.925Z | Fresh serde_derive v1.0.217 |
617 | 2024-12-28T04:23:35.928Z | 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` |
618 | 2024-12-28T04:23:35.928Z | Compiling serde v1.0.217 |
619 | 2024-12-28T04:23:35.931Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ee9143ec84088360 -C extra-filename=-ee9143ec84088360 --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-3137aca79a0501b2.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-28T04:23:35.982Z | Fresh zerocopy-derive v0.8.13 |
621 | 2024-12-28T04:23:35.982Z | Compiling zerocopy v0.8.13 |
622 | 2024-12-28T04:23:35.990Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=5ef188305418a48c -C extra-filename=-5ef188305418a48c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/debug/deps/libzerocopy_derive-12dd84f3017c09dd.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
623 | 2024-12-28T04:23:36.001Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
624 | 2024-12-28T04:23:36.001Z | Compiling cobs v0.2.3 |
625 | 2024-12-28T04:23:36.004Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
626 | 2024-12-28T04:23:36.004Z | 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` |
627 | 2024-12-28T04:23:36.004Z | 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-28T04:23:36.210Z | Compiling hash32 v0.3.1 |
629 | 2024-12-28T04:23:36.213Z | 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-28T04:23:36.258Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
631 | 2024-12-28T04:23:36.258Z | Compiling either v1.13.0 |
632 | 2024-12-28T04:23:36.261Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=5ba3dae8f7e93c62 -C extra-filename=-5ba3dae8f7e93c62 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options` |
633 | 2024-12-28T04:23:36.261Z | 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-28T04:23:36.281Z | Compiling crc32fast v1.4.2 |
635 | 2024-12-28T04:23:36.284Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6fe0b239a821787c -C extra-filename=-6fe0b239a821787c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow` |
636 | 2024-12-28T04:23:36.306Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
637 | 2024-12-28T04:23:36.308Z | 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` |
638 | 2024-12-28T04:23:36.381Z | Compiling heapless v0.8.0 |
639 | 2024-12-28T04:23:36.385Z | 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` |
640 | 2024-12-28T04:23:36.391Z | Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build` |
641 | 2024-12-28T04:23:36.440Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
642 | 2024-12-28T04:23:36.466Z | 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-28T04:23:36.481Z | Compiling dyn-clone v1.0.17 |
644 | 2024-12-28T04:23:36.486Z | 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-28T04:23:36.499Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
646 | 2024-12-28T04:23:36.504Z | 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` |
647 | 2024-12-28T04:23:36.545Z | Compiling itertools v0.13.0 |
648 | 2024-12-28T04:23:36.548Z | 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` |
649 | 2024-12-28T04:23:37.124Z | Compiling smoltcp v0.11.0 |
650 | 2024-12-28T04:23:37.127Z | 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-28T04:23:38.453Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
652 | 2024-12-28T04:23:38.456Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=7b3b78c6fbb4f11d -C extra-filename=-7b3b78c6fbb4f11d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-d8dcfdec01235cb3.so --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmacaddr-4c89d4903250a70b.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options --cap-lints allow` |
653 | 2024-12-28T04:23:39.546Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
654 | 2024-12-28T04:23:39.546Z | Compiling postcard v1.1.1 |
655 | 2024-12-28T04:23:39.549Z | Compiling uuid v1.11.0 |
656 | 2024-12-28T04:23:39.549Z | 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=2cc3c982a661ff3b -C extra-filename=-2cc3c982a661ff3b --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-7b3b78c6fbb4f11d.rmeta --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmacaddr-4c89d4903250a70b.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ee9143ec84088360.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options --cap-lints allow` |
657 | 2024-12-28T04:23:39.549Z | 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=9bbd8fe4ffddd111 -C extra-filename=-9bbd8fe4ffddd111 --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-ee9143ec84088360.rmeta -Z unstable-options --cap-lints allow` |
658 | 2024-12-28T04:23:39.549Z | 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=df9eacbf5e30c5a0 -C extra-filename=-df9eacbf5e30c5a0 --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-ee9143ec84088360.rmeta -Z unstable-options --cap-lints allow` |
659 | 2024-12-28T04:23:41.005Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
660 | 2024-12-28T04:23:41.007Z | 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=136fabeb70d587d1 -C extra-filename=-136fabeb70d587d1 --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-2cc3c982a661ff3b.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-df9eacbf5e30c5a0.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ee9143ec84088360.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options` |
661 | 2024-12-28T04:23:41.906Z | 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=21b53254f4ba7dfc -C extra-filename=-21b53254f4ba7dfc --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-2cc3c982a661ff3b.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-136fabeb70d587d1.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-df9eacbf5e30c5a0.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ee9143ec84088360.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
662 | 2024-12-28T04:23:46.954Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
663 | 2024-12-28T04:23:46.956Z | 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=a15a228c56d23ada -C extra-filename=-a15a228c56d23ada --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-21b53254f4ba7dfc.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-ee9143ec84088360.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-9bbd8fe4ffddd111.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options` |
664 | 2024-12-28T04:23:50.678Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
665 | 2024-12-28T04:23:50.681Z | 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=7b46834bac7ee31f -C extra-filename=-7b46834bac7ee31f --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-2cc3c982a661ff3b.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-21b53254f4ba7dfc.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-a15a228c56d23ada.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-df9eacbf5e30c5a0.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-ee9143ec84088360.rlib -Z unstable-options` |
666 | 2024-12-28T04:23:53.389Z | warning: creating a mutable reference to mutable static is discouraged |
667 | 2024-12-28T04:23:53.389Z | --> xde/src/xde.rs:318:5 |
668 | 2024-12-28T04:23:53.389Z | | |
669 | 2024-12-28T04:23:53.389Z | 318 | xde_devs.init(KRwLockType::Driver); |
670 | 2024-12-28T04:23:53.389Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
671 | 2024-12-28T04:23:53.389Z | | |
672 | 2024-12-28T04:23:53.389Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
673 | 2024-12-28T04:23:53.389Z | = 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-28T04:23:53.389Z | = note: `#[warn(static_mut_refs)]` on by default |
675 | 2024-12-28T04:23:53.389Z | |
676 | 2024-12-28T04:23:53.394Z | warning: creating a shared reference to mutable static is discouraged |
677 | 2024-12-28T04:23:53.394Z | --> xde/src/xde.rs:642:25 |
678 | 2024-12-28T04:23:53.394Z | | |
679 | 2024-12-28T04:23:53.394Z | 642 | let devs = unsafe { xde_devs.read() }; |
680 | 2024-12-28T04:23:53.394Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
681 | 2024-12-28T04:23:53.394Z | | |
682 | 2024-12-28T04:23:53.394Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
683 | 2024-12-28T04:23:53.394Z | = note: shared references to mutable statics are 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-28T04:23:53.394Z | |
685 | 2024-12-28T04:23:53.394Z | warning: creating a shared reference to mutable static is discouraged |
686 | 2024-12-28T04:23:53.394Z | --> xde/src/xde.rs:670:29 |
687 | 2024-12-28T04:23:53.394Z | | |
688 | 2024-12-28T04:23:53.394Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
689 | 2024-12-28T04:23:53.394Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
690 | 2024-12-28T04:23:53.394Z | | |
691 | 2024-12-28T04:23:53.394Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
692 | 2024-12-28T04:23:53.394Z | = note: shared references to mutable statics are 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-28T04:23:53.394Z | |
694 | 2024-12-28T04:23:53.394Z | warning: creating a shared reference to mutable static is discouraged |
695 | 2024-12-28T04:23:53.394Z | --> xde/src/xde.rs:803:29 |
696 | 2024-12-28T04:23:53.394Z | | |
697 | 2024-12-28T04:23:53.395Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
698 | 2024-12-28T04:23:53.395Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
699 | 2024-12-28T04:23:53.395Z | | |
700 | 2024-12-28T04:23:53.395Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
701 | 2024-12-28T04:23:53.395Z | = note: shared references to mutable statics are 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-28T04:23:53.395Z | |
703 | 2024-12-28T04:23:53.395Z | warning: creating a shared reference to mutable static is discouraged |
704 | 2024-12-28T04:23:53.395Z | --> xde/src/xde.rs:891:18 |
705 | 2024-12-28T04:23:53.395Z | | |
706 | 2024-12-28T04:23:53.395Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
707 | 2024-12-28T04:23:53.395Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
708 | 2024-12-28T04:23:53.395Z | | |
709 | 2024-12-28T04:23:53.395Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
710 | 2024-12-28T04:23:53.395Z | = note: shared references to mutable statics are 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-28T04:23:53.395Z | |
712 | 2024-12-28T04:23:53.395Z | warning: creating a shared reference to mutable static is discouraged |
713 | 2024-12-28T04:23:53.395Z | --> xde/src/xde.rs:1204:9 |
714 | 2024-12-28T04:23:53.395Z | | |
715 | 2024-12-28T04:23:53.395Z | 1204 | if !xde_devs.read().is_empty() { |
716 | 2024-12-28T04:23:53.395Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
717 | 2024-12-28T04:23:53.395Z | | |
718 | 2024-12-28T04:23:53.395Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
719 | 2024-12-28T04:23:53.395Z | = note: shared references to mutable statics are 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-28T04:23:53.395Z | |
721 | 2024-12-28T04:23:53.400Z | warning: creating a shared reference to mutable static is discouraged |
722 | 2024-12-28T04:23:53.400Z | --> xde/src/xde.rs:1611:37 |
723 | 2024-12-28T04:23:53.400Z | | |
724 | 2024-12-28T04:23:53.400Z | 1611 | let devs = unsafe { xde_devs.read() }; |
725 | 2024-12-28T04:23:53.400Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
726 | 2024-12-28T04:23:53.400Z | | |
727 | 2024-12-28T04:23:53.400Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
728 | 2024-12-28T04:23:53.400Z | = note: shared references to mutable statics are 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-28T04:23:53.401Z | |
730 | 2024-12-28T04:23:53.401Z | warning: creating a shared reference to mutable static is discouraged |
731 | 2024-12-28T04:23:53.401Z | --> xde/src/xde.rs:1861:16 |
732 | 2024-12-28T04:23:53.401Z | | |
733 | 2024-12-28T04:23:53.401Z | 1861 | let devs = xde_devs.read(); |
734 | 2024-12-28T04:23:53.401Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
735 | 2024-12-28T04:23:53.401Z | | |
736 | 2024-12-28T04:23:53.401Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
737 | 2024-12-28T04:23:53.401Z | = note: shared references to mutable statics are 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-28T04:23:53.401Z | |
739 | 2024-12-28T04:23:53.401Z | warning: creating a shared reference to mutable static is discouraged |
740 | 2024-12-28T04:23:53.401Z | --> xde/src/xde.rs:1910:25 |
741 | 2024-12-28T04:23:53.401Z | | |
742 | 2024-12-28T04:23:53.401Z | 1910 | let devs = unsafe { xde_devs.read() }; |
743 | 2024-12-28T04:23:53.401Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
744 | 2024-12-28T04:23:53.401Z | | |
745 | 2024-12-28T04:23:53.401Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
746 | 2024-12-28T04:23:53.401Z | = note: shared references to mutable statics are 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-28T04:23:53.401Z | |
748 | 2024-12-28T04:23:53.401Z | warning: creating a shared reference to mutable static is discouraged |
749 | 2024-12-28T04:23:53.401Z | --> xde/src/xde.rs:1923:25 |
750 | 2024-12-28T04:23:53.401Z | | |
751 | 2024-12-28T04:23:53.401Z | 1923 | let devs = unsafe { xde_devs.read() }; |
752 | 2024-12-28T04:23:53.401Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
753 | 2024-12-28T04:23:53.401Z | | |
754 | 2024-12-28T04:23:53.401Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
755 | 2024-12-28T04:23:53.401Z | = note: shared references to mutable statics are 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-28T04:23:53.402Z | |
757 | 2024-12-28T04:23:53.402Z | warning: creating a shared reference to mutable static is discouraged |
758 | 2024-12-28T04:23:53.402Z | --> xde/src/xde.rs:1934:25 |
759 | 2024-12-28T04:23:53.402Z | | |
760 | 2024-12-28T04:23:53.402Z | 1934 | let devs = unsafe { xde_devs.read() }; |
761 | 2024-12-28T04:23:53.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
762 | 2024-12-28T04:23:53.402Z | | |
763 | 2024-12-28T04:23:53.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
764 | 2024-12-28T04:23:53.402Z | = note: shared references to mutable statics are 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-28T04:23:53.402Z | |
766 | 2024-12-28T04:23:53.402Z | warning: creating a shared reference to mutable static is discouraged |
767 | 2024-12-28T04:23:53.402Z | --> xde/src/xde.rs:1946:25 |
768 | 2024-12-28T04:23:53.402Z | | |
769 | 2024-12-28T04:23:53.402Z | 1946 | let devs = unsafe { xde_devs.read() }; |
770 | 2024-12-28T04:23:53.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
771 | 2024-12-28T04:23:53.402Z | | |
772 | 2024-12-28T04:23:53.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
773 | 2024-12-28T04:23:53.402Z | = note: shared references to mutable statics are 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-28T04:23:53.402Z | |
775 | 2024-12-28T04:23:53.402Z | warning: creating a shared reference to mutable static is discouraged |
776 | 2024-12-28T04:23:53.402Z | --> xde/src/xde.rs:1958:25 |
777 | 2024-12-28T04:23:53.402Z | | |
778 | 2024-12-28T04:23:53.402Z | 1958 | let devs = unsafe { xde_devs.read() }; |
779 | 2024-12-28T04:23:53.402Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
780 | 2024-12-28T04:23:53.402Z | | |
781 | 2024-12-28T04:23:53.402Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
782 | 2024-12-28T04:23:53.402Z | = note: shared references to mutable statics are 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-28T04:23:53.403Z | |
784 | 2024-12-28T04:23:53.403Z | warning: creating a shared reference to mutable static is discouraged |
785 | 2024-12-28T04:23:53.403Z | --> xde/src/xde.rs:2022:25 |
786 | 2024-12-28T04:23:53.403Z | | |
787 | 2024-12-28T04:23:53.403Z | 2022 | let devs = unsafe { xde_devs.read() }; |
788 | 2024-12-28T04:23:53.403Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
789 | 2024-12-28T04:23:53.403Z | | |
790 | 2024-12-28T04:23:53.403Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
791 | 2024-12-28T04:23:53.403Z | = note: shared references to mutable statics are 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-28T04:23:53.403Z | |
793 | 2024-12-28T04:23:53.403Z | warning: creating a shared reference to mutable static is discouraged |
794 | 2024-12-28T04:23:53.403Z | --> xde/src/xde.rs:2033:25 |
795 | 2024-12-28T04:23:53.403Z | | |
796 | 2024-12-28T04:23:53.403Z | 2033 | let devs = unsafe { xde_devs.read() }; |
797 | 2024-12-28T04:23:53.403Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
798 | 2024-12-28T04:23:53.403Z | | |
799 | 2024-12-28T04:23:53.403Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
800 | 2024-12-28T04:23:53.403Z | = note: shared references to mutable statics are 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-28T04:23:53.403Z | |
802 | 2024-12-28T04:23:53.403Z | warning: creating a shared reference to mutable static is discouraged |
803 | 2024-12-28T04:23:53.403Z | --> xde/src/xde.rs:2045:25 |
804 | 2024-12-28T04:23:53.403Z | | |
805 | 2024-12-28T04:23:53.403Z | 2045 | let devs = unsafe { xde_devs.read() }; |
806 | 2024-12-28T04:23:53.403Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
807 | 2024-12-28T04:23:53.403Z | | |
808 | 2024-12-28T04:23:53.403Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
809 | 2024-12-28T04:23:53.403Z | = note: shared references to mutable statics are 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-28T04:23:53.403Z | |
811 | 2024-12-28T04:23:53.403Z | warning: creating a shared reference to mutable static is discouraged |
812 | 2024-12-28T04:23:53.403Z | --> xde/src/xde.rs:2059:25 |
813 | 2024-12-28T04:23:53.404Z | | |
814 | 2024-12-28T04:23:53.404Z | 2059 | let devs = unsafe { xde_devs.read() }; |
815 | 2024-12-28T04:23:53.404Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
816 | 2024-12-28T04:23:53.404Z | | |
817 | 2024-12-28T04:23:53.404Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
818 | 2024-12-28T04:23:53.404Z | = note: shared references to mutable statics are 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-28T04:23:53.404Z | |
820 | 2024-12-28T04:23:53.404Z | warning: creating a shared reference to mutable static is discouraged |
821 | 2024-12-28T04:23:53.407Z | --> xde/src/xde.rs:2072:25 |
822 | 2024-12-28T04:23:53.407Z | | |
823 | 2024-12-28T04:23:53.407Z | 2072 | let devs = unsafe { xde_devs.read() }; |
824 | 2024-12-28T04:23:53.407Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
825 | 2024-12-28T04:23:53.407Z | | |
826 | 2024-12-28T04:23:53.407Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
827 | 2024-12-28T04:23:53.407Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
828 | 2024-12-28T04:23:53.407Z | |
829 | 2024-12-28T04:23:53.407Z | warning: creating a shared reference to mutable static is discouraged |
830 | 2024-12-28T04:23:53.407Z | --> xde/src/xde.rs:2085:25 |
831 | 2024-12-28T04:23:53.407Z | | |
832 | 2024-12-28T04:23:53.407Z | 2085 | let devs = unsafe { xde_devs.read() }; |
833 | 2024-12-28T04:23:53.407Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
834 | 2024-12-28T04:23:53.407Z | | |
835 | 2024-12-28T04:23:53.407Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
836 | 2024-12-28T04:23:53.407Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
837 | 2024-12-28T04:23:53.407Z | |
838 | 2024-12-28T04:23:53.407Z | warning: creating a shared reference to mutable static is discouraged |
839 | 2024-12-28T04:23:53.408Z | --> xde/src/xde.rs:2096:25 |
840 | 2024-12-28T04:23:53.408Z | | |
841 | 2024-12-28T04:23:53.408Z | 2096 | let devs = unsafe { xde_devs.read() }; |
842 | 2024-12-28T04:23:53.408Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
843 | 2024-12-28T04:23:53.408Z | | |
844 | 2024-12-28T04:23:53.408Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
845 | 2024-12-28T04:23:53.408Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
846 | 2024-12-28T04:23:53.408Z | |
847 | 2024-12-28T04:23:53.408Z | warning: creating a shared reference to mutable static is discouraged |
848 | 2024-12-28T04:23:53.408Z | --> xde/src/xde.rs:2108:25 |
849 | 2024-12-28T04:23:53.408Z | | |
850 | 2024-12-28T04:23:53.408Z | 2108 | let devs = unsafe { xde_devs.read() }; |
851 | 2024-12-28T04:23:53.408Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
852 | 2024-12-28T04:23:53.408Z | | |
853 | 2024-12-28T04:23:53.408Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
854 | 2024-12-28T04:23:53.408Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
855 | 2024-12-28T04:23:53.408Z | |
856 | 2024-12-28T04:23:53.408Z | warning: creating a shared reference to mutable static is discouraged |
857 | 2024-12-28T04:23:53.408Z | --> xde/src/xde.rs:2123:25 |
858 | 2024-12-28T04:23:53.408Z | | |
859 | 2024-12-28T04:23:53.408Z | 2123 | let devs = unsafe { xde_devs.read() }; |
860 | 2024-12-28T04:23:53.408Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
861 | 2024-12-28T04:23:53.408Z | | |
862 | 2024-12-28T04:23:53.408Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
863 | 2024-12-28T04:23:53.408Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
864 | 2024-12-28T04:23:53.408Z | |
865 | 2024-12-28T04:23:53.408Z | warning: creating a shared reference to mutable static is discouraged |
866 | 2024-12-28T04:23:53.408Z | --> xde/src/xde.rs:2137:25 |
867 | 2024-12-28T04:23:53.408Z | | |
868 | 2024-12-28T04:23:53.408Z | 2137 | let devs = unsafe { xde_devs.read() }; |
869 | 2024-12-28T04:23:53.408Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
870 | 2024-12-28T04:23:53.408Z | | |
871 | 2024-12-28T04:23:53.408Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
872 | 2024-12-28T04:23:53.408Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
873 | 2024-12-28T04:23:53.408Z | |
874 | 2024-12-28T04:23:56.039Z | warning: `xde` (lib) generated 23 warnings |
875 | 2024-12-28T04:23:56.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.37s |
876 | 2024-12-28T04:23:59.910Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
877 | 2024-12-28T04:24:00.084Z | 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-28T04:24:00.084Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
879 | 2024-12-28T04:24:00.084Z | 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-28T04:24:00.087Z | Fresh compiler_builtins v0.1.138 |
881 | 2024-12-28T04:24:00.087Z | 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` |
882 | 2024-12-28T04:24:00.087Z | Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
883 | 2024-12-28T04:24:00.325Z | Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build` |
884 | 2024-12-28T04:24:00.332Z | 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-28T04:24:00.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
886 | 2024-12-28T04:24:00.658Z | |
887 | 2024-12-28T04:24:00.661Z | real 25.043597349 |
888 | 2024-12-28T04:24:00.661Z | user 52.478287918 |
889 | 2024-12-28T04:24:00.661Z | sys 5.295809092 |
890 | 2024-12-28T04:24:00.661Z | trap 0.019924053 |
891 | 2024-12-28T04:24:00.661Z | tflt 0.072664175 |
892 | 2024-12-28T04:24:00.661Z | dflt 0.112169834 |
893 | 2024-12-28T04:24:00.661Z | kflt 0.000002299 |
894 | 2024-12-28T04:24:00.661Z | lock 1:32.330543071 |
895 | 2024-12-28T04:24:00.661Z | slp 2:25.887351821 |
896 | 2024-12-28T04:24:00.661Z | lat 1.784954847 |
897 | 2024-12-28T04:24:00.661Z | stop 1.625192382 |
898 | 2024-12-28T04:24:00.661Z | + header 'build xde (release)' |
899 | 2024-12-28T04:24:00.661Z | + echo '# ==== build xde (release) ==== #' |
900 | 2024-12-28T04:24:00.661Z | # ==== build xde (release) ==== # |
901 | 2024-12-28T04:24:00.661Z | + ptime -m ./build.sh |
902 | 2024-12-28T04:24:00.665Z | + REL_DIR=../target/x86_64-unknown-unknown/release/ |
903 | 2024-12-28T04:24:00.665Z | + cargo -v build --release |
904 | 2024-12-28T04:24:00.830Z | Compiling compiler_builtins v0.1.138 |
905 | 2024-12-28T04:24:00.830Z | 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-28T04:24:00.833Z | Compiling proc-macro2 v1.0.92 |
907 | 2024-12-28T04:24:00.833Z | Compiling unicode-ident v1.0.14 |
908 | 2024-12-28T04:24:00.833Z | Compiling ident_case v1.0.1 |
909 | 2024-12-28T04:24:00.833Z | Compiling strsim v0.11.1 |
910 | 2024-12-28T04:24:00.833Z | Compiling fnv v1.0.7 |
911 | 2024-12-28T04:24:00.833Z | Compiling memchr v2.7.4 |
912 | 2024-12-28T04:24:00.857Z | 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-28T04:24:00.860Z | 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` |
914 | 2024-12-28T04:24:00.860Z | 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` |
915 | 2024-12-28T04:24:00.860Z | 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` |
916 | 2024-12-28T04:24:00.860Z | 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` |
917 | 2024-12-28T04:24:00.863Z | 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` |
918 | 2024-12-28T04:24:00.863Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=34641d2b6e4c47d0 -C extra-filename=-34641d2b6e4c47d0 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
919 | 2024-12-28T04:24:00.876Z | 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` |
920 | 2024-12-28T04:24:00.962Z | Compiling serde v1.0.217 |
921 | 2024-12-28T04:24:00.965Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=18f830251897a22e -C extra-filename=-18f830251897a22e --out-dir /work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
922 | 2024-12-28T04:24:00.993Z | Compiling regex-syntax v0.8.5 |
923 | 2024-12-28T04:24:00.996Z | 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` |
924 | 2024-12-28T04:24:01.016Z | Compiling either v1.13.0 |
925 | 2024-12-28T04:24:01.055Z | 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-28T04:24:01.359Z | Compiling zerocopy v0.8.13 |
927 | 2024-12-28T04:24:01.361Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c3fd1f19c6c80433 -C extra-filename=-c3fd1f19c6c80433 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow` |
928 | 2024-12-28T04:24:01.553Z | Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build` |
929 | 2024-12-28T04:24:01.574Z | Compiling itertools v0.13.0 |
930 | 2024-12-28T04:24:01.577Z | 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-28T04:24:01.679Z | Compiling heapless v0.8.0 |
932 | 2024-12-28T04:24:01.685Z | 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-28T04:24:01.688Z | 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-28T04:24:01.977Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
935 | 2024-12-28T04:24:01.990Z | Compiling aho-corasick v1.1.3 |
936 | 2024-12-28T04:24:01.993Z | 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-28T04:24:02.295Z | Running `/work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e/build-script-build` |
938 | 2024-12-28T04:24:02.336Z | Running `/work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433/build-script-build` |
939 | 2024-12-28T04:24:02.348Z | Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build` |
940 | 2024-12-28T04:24:02.385Z | Compiling smoltcp v0.11.0 |
941 | 2024-12-28T04:24:02.393Z | 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` |
942 | 2024-12-28T04:24:02.440Z | Compiling quote v1.0.37 |
943 | 2024-12-28T04:24:02.443Z | 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` |
944 | 2024-12-28T04:24:02.595Z | Compiling version_check v0.9.5 |
945 | 2024-12-28T04:24:02.597Z | 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-28T04:24:03.153Z | Compiling syn v2.0.91 |
947 | 2024-12-28T04:24:03.155Z | 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-28T04:24:03.231Z | Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build` |
949 | 2024-12-28T04:24:03.375Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
950 | 2024-12-28T04:24:03.378Z | 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-28T04:24:03.753Z | Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build` |
952 | 2024-12-28T04:24:04.619Z | Compiling regex-automata v0.4.9 |
953 | 2024-12-28T04:24:04.622Z | 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-28T04:24:07.423Z | Compiling regex v1.11.1 |
955 | 2024-12-28T04:24:07.426Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f1173f34eda5550c -C extra-filename=-f1173f34eda5550c --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_automata=/work/oxidecomputer/opte/target/release/deps/libregex_automata-36210e7e3f26c527.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow` |
956 | 2024-12-28T04:24:08.468Z | Compiling darling_core v0.20.10 |
957 | 2024-12-28T04:24:08.470Z | 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-28T04:24:10.256Z | Compiling serde_derive v1.0.217 |
959 | 2024-12-28T04:24:10.256Z | Compiling zerocopy-derive v0.8.13 |
960 | 2024-12-28T04:24:10.257Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
961 | 2024-12-28T04:24:10.259Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=ef3e87aa9258f4c7 -C extra-filename=-ef3e87aa9258f4c7 --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-28T04:24:10.259Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bef8114f8c33237b -C extra-filename=-bef8114f8c33237b --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow` |
963 | 2024-12-28T04:24:10.259Z | 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` |
964 | 2024-12-28T04:24:12.138Z | Compiling darling_macro v0.20.10 |
965 | 2024-12-28T04:24:12.141Z | 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-28T04:24:13.341Z | Compiling darling v0.20.10 |
967 | 2024-12-28T04:24:13.344Z | 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-28T04:24:13.430Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
969 | 2024-12-28T04:24:13.430Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
970 | 2024-12-28T04:24:13.433Z | 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-28T04:24:13.433Z | 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-28T04:24:21.320Z | 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-28T04:24:21.323Z | 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-28T04:24:21.359Z | 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-28T04:24:22.118Z | 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-28T04:24:22.121Z | 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-28T04:24:25.080Z | Compiling byteorder v1.5.0 |
978 | 2024-12-28T04:24:25.080Z | Compiling cfg-if v1.0.0 |
979 | 2024-12-28T04:24:25.083Z | Compiling macaddr v1.0.1 |
980 | 2024-12-28T04:24:25.083Z | Compiling stable_deref_trait v1.2.0 |
981 | 2024-12-28T04:24:25.083Z | Compiling cobs v0.2.3 |
982 | 2024-12-28T04:24:25.083Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ffd082de6180f4b6 -C extra-filename=-ffd082de6180f4b6 --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-ef3e87aa9258f4c7.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)'` |
983 | 2024-12-28T04:24:25.083Z | 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` |
984 | 2024-12-28T04:24:25.083Z | 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-28T04:24:25.083Z | 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` |
986 | 2024-12-28T04:24:25.083Z | 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` |
987 | 2024-12-28T04:24:25.083Z | 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-28T04:24:25.087Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=75061e15bd142b0d -C extra-filename=-75061e15bd142b0d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/release/deps/libzerocopy_derive-bef8114f8c33237b.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
989 | 2024-12-28T04:24:25.162Z | Compiling bitflags v1.3.2 |
990 | 2024-12-28T04:24:25.164Z | Compiling managed v0.8.0 |
991 | 2024-12-28T04:24:25.164Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=935d5af479360cca -C extra-filename=-935d5af479360cca --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow` |
992 | 2024-12-28T04:24:25.164Z | 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-28T04:24:25.247Z | Compiling bitflags v2.6.0 |
994 | 2024-12-28T04:24:25.249Z | 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-28T04:24:25.383Z | Compiling hash32 v0.3.1 |
996 | 2024-12-28T04:24:25.386Z | 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-28T04:24:25.403Z | 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-28T04:24:25.498Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
999 | 2024-12-28T04:24:25.500Z | 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-28T04:24:25.572Z | 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-28T04:24:25.609Z | Compiling crc32fast v1.4.2 |
1002 | 2024-12-28T04:24:25.612Z | 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-28T04:24:25.678Z | Compiling dyn-clone v1.0.17 |
1004 | 2024-12-28T04:24:25.681Z | 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-28T04:24:25.722Z | 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-28T04:24:25.738Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1007 | 2024-12-28T04:24:25.741Z | 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-28T04:24:26.339Z | 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-28T04:24:27.498Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1010 | 2024-12-28T04:24:27.500Z | Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e2e10eef12a6ff0c -C extra-filename=-e2e10eef12a6ff0c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-497f68e2fe41eaf5.so --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmacaddr-cbc6007355954cbb.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options --cap-lints allow` |
1011 | 2024-12-28T04:24:28.909Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1012 | 2024-12-28T04:24:28.912Z | 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=96efecedee44db4d -C extra-filename=-96efecedee44db4d --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-e2e10eef12a6ff0c.rmeta --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmacaddr-cbc6007355954cbb.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ffd082de6180f4b6.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options --cap-lints allow` |
1013 | 2024-12-28T04:24:28.950Z | Compiling postcard v1.1.1 |
1014 | 2024-12-28T04:24:28.953Z | 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=46ddb3e00f4f3620 -C extra-filename=-46ddb3e00f4f3620 --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-ffd082de6180f4b6.rmeta -Z unstable-options --cap-lints allow` |
1015 | 2024-12-28T04:24:28.960Z | Compiling uuid v1.11.0 |
1016 | 2024-12-28T04:24:28.963Z | 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=a9f0a9a1eae56bde -C extra-filename=-a9f0a9a1eae56bde --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-ffd082de6180f4b6.rmeta -Z unstable-options --cap-lints allow` |
1017 | 2024-12-28T04:24:30.392Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1018 | 2024-12-28T04:24:30.395Z | 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=be8bc44042fcea46 -C extra-filename=-be8bc44042fcea46 --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-96efecedee44db4d.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-46ddb3e00f4f3620.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ffd082de6180f4b6.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options` |
1019 | 2024-12-28T04:24:31.169Z | 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=397909c8227bc723 -C extra-filename=-397909c8227bc723 --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-96efecedee44db4d.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-be8bc44042fcea46.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-46ddb3e00f4f3620.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ffd082de6180f4b6.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1020 | 2024-12-28T04:24:35.837Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1021 | 2024-12-28T04:24:35.840Z | 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=671b8743a629082f -C extra-filename=-671b8743a629082f --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-397909c8227bc723.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-ffd082de6180f4b6.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-a9f0a9a1eae56bde.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options` |
1022 | 2024-12-28T04:24:39.695Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1023 | 2024-12-28T04:24:39.698Z | 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=305de5242ad9683b -C extra-filename=-305de5242ad9683b --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-96efecedee44db4d.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-397909c8227bc723.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-671b8743a629082f.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-46ddb3e00f4f3620.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-ffd082de6180f4b6.rlib -Z unstable-options` |
1024 | 2024-12-28T04:24:41.630Z | warning: creating a mutable reference to mutable static is discouraged |
1025 | 2024-12-28T04:24:41.630Z | --> xde/src/xde.rs:318:5 |
1026 | 2024-12-28T04:24:41.630Z | | |
1027 | 2024-12-28T04:24:41.630Z | 318 | xde_devs.init(KRwLockType::Driver); |
1028 | 2024-12-28T04:24:41.630Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
1029 | 2024-12-28T04:24:41.630Z | | |
1030 | 2024-12-28T04:24:41.630Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1031 | 2024-12-28T04:24:41.630Z | = 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-28T04:24:41.630Z | = note: `#[warn(static_mut_refs)]` on by default |
1033 | 2024-12-28T04:24:41.630Z | |
1034 | 2024-12-28T04:24:41.634Z | warning: creating a shared reference to mutable static is discouraged |
1035 | 2024-12-28T04:24:41.634Z | --> xde/src/xde.rs:642:25 |
1036 | 2024-12-28T04:24:41.634Z | | |
1037 | 2024-12-28T04:24:41.634Z | 642 | let devs = unsafe { xde_devs.read() }; |
1038 | 2024-12-28T04:24:41.634Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1039 | 2024-12-28T04:24:41.634Z | | |
1040 | 2024-12-28T04:24:41.634Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1041 | 2024-12-28T04:24:41.634Z | = note: shared references to mutable statics are 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-28T04:24:41.634Z | |
1043 | 2024-12-28T04:24:41.634Z | warning: creating a shared reference to mutable static is discouraged |
1044 | 2024-12-28T04:24:41.634Z | --> xde/src/xde.rs:670:29 |
1045 | 2024-12-28T04:24:41.634Z | | |
1046 | 2024-12-28T04:24:41.634Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
1047 | 2024-12-28T04:24:41.634Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1048 | 2024-12-28T04:24:41.634Z | | |
1049 | 2024-12-28T04:24:41.634Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1050 | 2024-12-28T04:24:41.634Z | = note: shared references to mutable statics are 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-28T04:24:41.635Z | |
1052 | 2024-12-28T04:24:41.635Z | warning: creating a shared reference to mutable static is discouraged |
1053 | 2024-12-28T04:24:41.635Z | --> xde/src/xde.rs:803:29 |
1054 | 2024-12-28T04:24:41.635Z | | |
1055 | 2024-12-28T04:24:41.635Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
1056 | 2024-12-28T04:24:41.635Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
1057 | 2024-12-28T04:24:41.635Z | | |
1058 | 2024-12-28T04:24:41.635Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1059 | 2024-12-28T04:24:41.635Z | = note: shared references to mutable statics are 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-28T04:24:41.635Z | |
1061 | 2024-12-28T04:24:41.635Z | warning: creating a shared reference to mutable static is discouraged |
1062 | 2024-12-28T04:24:41.635Z | --> xde/src/xde.rs:891:18 |
1063 | 2024-12-28T04:24:41.635Z | | |
1064 | 2024-12-28T04:24:41.635Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
1065 | 2024-12-28T04:24:41.635Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1066 | 2024-12-28T04:24:41.635Z | | |
1067 | 2024-12-28T04:24:41.635Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1068 | 2024-12-28T04:24:41.635Z | = note: shared references to mutable statics are 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-28T04:24:41.635Z | |
1070 | 2024-12-28T04:24:41.635Z | warning: creating a shared reference to mutable static is discouraged |
1071 | 2024-12-28T04:24:41.635Z | --> xde/src/xde.rs:1204:9 |
1072 | 2024-12-28T04:24:41.635Z | | |
1073 | 2024-12-28T04:24:41.635Z | 1204 | if !xde_devs.read().is_empty() { |
1074 | 2024-12-28T04:24:41.635Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1075 | 2024-12-28T04:24:41.635Z | | |
1076 | 2024-12-28T04:24:41.635Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1077 | 2024-12-28T04:24:41.635Z | = note: shared references to mutable statics are 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-28T04:24:41.635Z | |
1079 | 2024-12-28T04:24:41.635Z | warning: creating a shared reference to mutable static is discouraged |
1080 | 2024-12-28T04:24:41.635Z | --> xde/src/xde.rs:1611:37 |
1081 | 2024-12-28T04:24:41.635Z | | |
1082 | 2024-12-28T04:24:41.635Z | 1611 | let devs = unsafe { xde_devs.read() }; |
1083 | 2024-12-28T04:24:41.635Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1084 | 2024-12-28T04:24:41.635Z | | |
1085 | 2024-12-28T04:24:41.635Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1086 | 2024-12-28T04:24:41.635Z | = note: shared references to mutable statics are 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-28T04:24:41.635Z | |
1088 | 2024-12-28T04:24:41.639Z | warning: creating a shared reference to mutable static is discouraged |
1089 | 2024-12-28T04:24:41.639Z | --> xde/src/xde.rs:1861:16 |
1090 | 2024-12-28T04:24:41.639Z | | |
1091 | 2024-12-28T04:24:41.639Z | 1861 | let devs = xde_devs.read(); |
1092 | 2024-12-28T04:24:41.639Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1093 | 2024-12-28T04:24:41.639Z | | |
1094 | 2024-12-28T04:24:41.639Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1095 | 2024-12-28T04:24:41.639Z | = note: shared references to mutable statics are 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-28T04:24:41.640Z | |
1097 | 2024-12-28T04:24:41.640Z | warning: creating a shared reference to mutable static is discouraged |
1098 | 2024-12-28T04:24:41.640Z | --> xde/src/xde.rs:1910:25 |
1099 | 2024-12-28T04:24:41.640Z | | |
1100 | 2024-12-28T04:24:41.640Z | 1910 | let devs = unsafe { xde_devs.read() }; |
1101 | 2024-12-28T04:24:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1102 | 2024-12-28T04:24:41.640Z | | |
1103 | 2024-12-28T04:24:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1104 | 2024-12-28T04:24:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1105 | 2024-12-28T04:24:41.640Z | |
1106 | 2024-12-28T04:24:41.640Z | warning: creating a shared reference to mutable static is discouraged |
1107 | 2024-12-28T04:24:41.640Z | --> xde/src/xde.rs:1923:25 |
1108 | 2024-12-28T04:24:41.640Z | | |
1109 | 2024-12-28T04:24:41.640Z | 1923 | let devs = unsafe { xde_devs.read() }; |
1110 | 2024-12-28T04:24:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1111 | 2024-12-28T04:24:41.640Z | | |
1112 | 2024-12-28T04:24:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1113 | 2024-12-28T04:24:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1114 | 2024-12-28T04:24:41.640Z | |
1115 | 2024-12-28T04:24:41.640Z | warning: creating a shared reference to mutable static is discouraged |
1116 | 2024-12-28T04:24:41.640Z | --> xde/src/xde.rs:1934:25 |
1117 | 2024-12-28T04:24:41.640Z | | |
1118 | 2024-12-28T04:24:41.640Z | 1934 | let devs = unsafe { xde_devs.read() }; |
1119 | 2024-12-28T04:24:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1120 | 2024-12-28T04:24:41.640Z | | |
1121 | 2024-12-28T04:24:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1122 | 2024-12-28T04:24:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1123 | 2024-12-28T04:24:41.640Z | |
1124 | 2024-12-28T04:24:41.640Z | warning: creating a shared reference to mutable static is discouraged |
1125 | 2024-12-28T04:24:41.640Z | --> xde/src/xde.rs:1946:25 |
1126 | 2024-12-28T04:24:41.640Z | | |
1127 | 2024-12-28T04:24:41.640Z | 1946 | let devs = unsafe { xde_devs.read() }; |
1128 | 2024-12-28T04:24:41.640Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1129 | 2024-12-28T04:24:41.640Z | | |
1130 | 2024-12-28T04:24:41.640Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1131 | 2024-12-28T04:24:41.640Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1132 | 2024-12-28T04:24:41.640Z | |
1133 | 2024-12-28T04:24:41.640Z | warning: creating a shared reference to mutable static is discouraged |
1134 | 2024-12-28T04:24:41.640Z | --> xde/src/xde.rs:1958:25 |
1135 | 2024-12-28T04:24:41.641Z | | |
1136 | 2024-12-28T04:24:41.641Z | 1958 | let devs = unsafe { xde_devs.read() }; |
1137 | 2024-12-28T04:24:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1138 | 2024-12-28T04:24:41.641Z | | |
1139 | 2024-12-28T04:24:41.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1140 | 2024-12-28T04:24:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1141 | 2024-12-28T04:24:41.641Z | |
1142 | 2024-12-28T04:24:41.641Z | warning: creating a shared reference to mutable static is discouraged |
1143 | 2024-12-28T04:24:41.641Z | --> xde/src/xde.rs:2022:25 |
1144 | 2024-12-28T04:24:41.641Z | | |
1145 | 2024-12-28T04:24:41.641Z | 2022 | let devs = unsafe { xde_devs.read() }; |
1146 | 2024-12-28T04:24:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1147 | 2024-12-28T04:24:41.641Z | | |
1148 | 2024-12-28T04:24:41.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1149 | 2024-12-28T04:24:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1150 | 2024-12-28T04:24:41.641Z | |
1151 | 2024-12-28T04:24:41.641Z | warning: creating a shared reference to mutable static is discouraged |
1152 | 2024-12-28T04:24:41.641Z | --> xde/src/xde.rs:2033:25 |
1153 | 2024-12-28T04:24:41.641Z | | |
1154 | 2024-12-28T04:24:41.641Z | 2033 | let devs = unsafe { xde_devs.read() }; |
1155 | 2024-12-28T04:24:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1156 | 2024-12-28T04:24:41.641Z | | |
1157 | 2024-12-28T04:24:41.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1158 | 2024-12-28T04:24:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1159 | 2024-12-28T04:24:41.641Z | |
1160 | 2024-12-28T04:24:41.641Z | warning: creating a shared reference to mutable static is discouraged |
1161 | 2024-12-28T04:24:41.641Z | --> xde/src/xde.rs:2045:25 |
1162 | 2024-12-28T04:24:41.641Z | | |
1163 | 2024-12-28T04:24:41.641Z | 2045 | let devs = unsafe { xde_devs.read() }; |
1164 | 2024-12-28T04:24:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1165 | 2024-12-28T04:24:41.641Z | | |
1166 | 2024-12-28T04:24:41.641Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1167 | 2024-12-28T04:24:41.641Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1168 | 2024-12-28T04:24:41.641Z | |
1169 | 2024-12-28T04:24:41.641Z | warning: creating a shared reference to mutable static is discouraged |
1170 | 2024-12-28T04:24:41.641Z | --> xde/src/xde.rs:2059:25 |
1171 | 2024-12-28T04:24:41.641Z | | |
1172 | 2024-12-28T04:24:41.641Z | 2059 | let devs = unsafe { xde_devs.read() }; |
1173 | 2024-12-28T04:24:41.641Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1174 | 2024-12-28T04:24:41.641Z | | |
1175 | 2024-12-28T04:24:41.642Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1176 | 2024-12-28T04:24:41.642Z | = note: shared references to mutable statics are 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-28T04:24:41.642Z | |
1178 | 2024-12-28T04:24:41.642Z | warning: creating a shared reference to mutable static is discouraged |
1179 | 2024-12-28T04:24:41.642Z | --> xde/src/xde.rs:2072:25 |
1180 | 2024-12-28T04:24:41.642Z | | |
1181 | 2024-12-28T04:24:41.642Z | 2072 | let devs = unsafe { xde_devs.read() }; |
1182 | 2024-12-28T04:24:41.642Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1183 | 2024-12-28T04:24:41.642Z | | |
1184 | 2024-12-28T04:24:41.642Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1185 | 2024-12-28T04:24:41.642Z | = note: shared references to mutable statics are 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-28T04:24:41.642Z | |
1187 | 2024-12-28T04:24:41.642Z | warning: creating a shared reference to mutable static is discouraged |
1188 | 2024-12-28T04:24:41.645Z | --> xde/src/xde.rs:2085:25 |
1189 | 2024-12-28T04:24:41.645Z | | |
1190 | 2024-12-28T04:24:41.645Z | 2085 | let devs = unsafe { xde_devs.read() }; |
1191 | 2024-12-28T04:24:41.645Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1192 | 2024-12-28T04:24:41.645Z | | |
1193 | 2024-12-28T04:24:41.645Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1194 | 2024-12-28T04:24:41.645Z | = note: shared references to mutable statics are 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-28T04:24:41.645Z | |
1196 | 2024-12-28T04:24:41.645Z | warning: creating a shared reference to mutable static is discouraged |
1197 | 2024-12-28T04:24:41.645Z | --> xde/src/xde.rs:2096:25 |
1198 | 2024-12-28T04:24:41.645Z | | |
1199 | 2024-12-28T04:24:41.645Z | 2096 | let devs = unsafe { xde_devs.read() }; |
1200 | 2024-12-28T04:24:41.645Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1201 | 2024-12-28T04:24:41.645Z | | |
1202 | 2024-12-28T04:24:41.645Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1203 | 2024-12-28T04:24:41.645Z | = note: shared references to mutable statics are 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-28T04:24:41.645Z | |
1205 | 2024-12-28T04:24:41.645Z | warning: creating a shared reference to mutable static is discouraged |
1206 | 2024-12-28T04:24:41.645Z | --> xde/src/xde.rs:2108:25 |
1207 | 2024-12-28T04:24:41.645Z | | |
1208 | 2024-12-28T04:24:41.645Z | 2108 | let devs = unsafe { xde_devs.read() }; |
1209 | 2024-12-28T04:24:41.645Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1210 | 2024-12-28T04:24:41.645Z | | |
1211 | 2024-12-28T04:24:41.645Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1212 | 2024-12-28T04:24:41.646Z | = note: shared references to mutable statics are 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-28T04:24:41.646Z | |
1214 | 2024-12-28T04:24:41.646Z | warning: creating a shared reference to mutable static is discouraged |
1215 | 2024-12-28T04:24:41.646Z | --> xde/src/xde.rs:2123:25 |
1216 | 2024-12-28T04:24:41.646Z | | |
1217 | 2024-12-28T04:24:41.646Z | 2123 | let devs = unsafe { xde_devs.read() }; |
1218 | 2024-12-28T04:24:41.646Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1219 | 2024-12-28T04:24:41.646Z | | |
1220 | 2024-12-28T04:24:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1221 | 2024-12-28T04:24:41.646Z | = note: shared references to mutable statics are 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-28T04:24:41.646Z | |
1223 | 2024-12-28T04:24:41.646Z | warning: creating a shared reference to mutable static is discouraged |
1224 | 2024-12-28T04:24:41.646Z | --> xde/src/xde.rs:2137:25 |
1225 | 2024-12-28T04:24:41.646Z | | |
1226 | 2024-12-28T04:24:41.646Z | 2137 | let devs = unsafe { xde_devs.read() }; |
1227 | 2024-12-28T04:24:41.646Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
1228 | 2024-12-28T04:24:41.646Z | | |
1229 | 2024-12-28T04:24:41.646Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1230 | 2024-12-28T04:24:41.646Z | = note: shared references to mutable statics are 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-28T04:24:41.646Z | |
1232 | 2024-12-28T04:25:06.470Z | warning: `xde` (lib) generated 23 warnings |
1233 | 2024-12-28T04:25:06.472Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 05s |
1234 | 2024-12-28T04:25:06.499Z | + 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-28T04:25:07.208Z | + pushd xde-link |
1236 | 2024-12-28T04:25:07.211Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde |
1237 | 2024-12-28T04:25:07.211Z | + cargo -v build --release |
1238 | 2024-12-28T04:25:07.346Z | Compiling compiler_builtins v0.1.138 |
1239 | 2024-12-28T04:25:07.346Z | 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-28T04:25:07.346Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1241 | 2024-12-28T04:25:07.349Z | Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build` |
1242 | 2024-12-28T04:25:07.349Z | 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-28T04:25:07.349Z | 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-28T04:25:07.585Z | Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build` |
1245 | 2024-12-28T04:25:23.753Z | 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-28T04:25:23.756Z | 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-28T04:25:23.790Z | 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-28T04:25:24.541Z | 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-28T04:25:24.544Z | 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-28T04:25:27.801Z | 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-28T04:25:28.102Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.83s |
1252 | 2024-12-28T04:25:28.122Z | + set +e |
1253 | 2024-12-28T04:25:28.125Z | + nm ../../target/i686-unknown-illumos/release/libxde_link.so |
1254 | 2024-12-28T04:25:28.125Z | + grep panicking |
1255 | 2024-12-28T04:25:28.128Z | + '[' 1 -eq 0 ']' |
1256 | 2024-12-28T04:25:28.128Z | + popd |
1257 | 2024-12-28T04:25:28.131Z | /work/oxidecomputer/opte/xde |
1258 | 2024-12-28T04:25:28.131Z | |
1259 | 2024-12-28T04:25:28.131Z | real 1:27.431389073 |
1260 | 2024-12-28T04:25:28.131Z | user 3:15.124367657 |
1261 | 2024-12-28T04:25:28.131Z | sys 14.165954598 |
1262 | 2024-12-28T04:25:28.131Z | trap 0.060757492 |
1263 | 2024-12-28T04:25:28.131Z | tflt 0.247657527 |
1264 | 2024-12-28T04:25:28.131Z | dflt 0.710824576 |
1265 | 2024-12-28T04:25:28.131Z | kflt 0.000019122 |
1266 | 2024-12-28T04:25:28.131Z | lock 7:35.379931000 |
1267 | 2024-12-28T04:25:28.131Z | slp 9:47.522600471 |
1268 | 2024-12-28T04:25:28.131Z | lat 3.302288608 |
1269 | 2024-12-28T04:25:28.131Z | stop 4.322476987 |
1270 | 2024-12-28T04:25:28.131Z | + popd |
1271 | 2024-12-28T04:25:28.131Z | /work/oxidecomputer/opte |
1272 | 2024-12-28T04:25:28.131Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
1273 | 2024-12-28T04:25:28.134Z | + grep GOTPCREL |
1274 | 2024-12-28T04:25:30.530Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1275 | 2024-12-28T04:25:30.533Z | + grep GOTPCREL |
1276 | 2024-12-28T04:25:31.925Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
1277 | 2024-12-28T04:25:31.984Z | + sha256sum /work/debug/xde.dbg |
1278 | 2024-12-28T04:25:32.128Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1279 | 2024-12-28T04:25:32.131Z | + sha256sum /work/debug/xde_link.dbg.so |
1280 | 2024-12-28T04:25:32.134Z | + cp target/x86_64-unknown-unknown/release/xde /work/release/ |
1281 | 2024-12-28T04:25:32.177Z | + sha256sum /work/release/xde |
1282 | 2024-12-28T04:25:32.214Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1283 | 2024-12-28T04:25:32.217Z | + sha256sum /work/release/xde_link.so |
1284 | 2024-12-28T04:25:32.220Z | + header 'build xde integration tests' |
1285 | 2024-12-28T04:25:32.220Z | + echo '# ==== build xde integration tests ==== #' |
1286 | 2024-12-28T04:25:32.220Z | # ==== build xde integration tests ==== # |
1287 | 2024-12-28T04:25:32.220Z | + pushd xde-tests |
1288 | 2024-12-28T04:25:32.220Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1289 | 2024-12-28T04:25:32.220Z | + cargo +nightly-2024-11-18 fmt -- --check |
1290 | 2024-12-28T04:25:32.390Z | + cargo clippy --all-targets |
1291 | 2024-12-28T04:25:32.741Z | Downloading crates ... |
1292 | 2024-12-28T04:25:32.864Z | Downloaded time-core v0.1.2 |
1293 | 2024-12-28T04:25:32.875Z | Downloaded pretty-hex v0.2.1 |
1294 | 2024-12-28T04:25:32.878Z | Downloaded num-conv v0.1.0 |
1295 | 2024-12-28T04:25:32.886Z | Downloaded equivalent v1.0.1 |
1296 | 2024-12-28T04:25:32.886Z | Downloaded foreign-types-shared v0.3.1 |
1297 | 2024-12-28T04:25:32.886Z | Downloaded cstr-argument v0.1.2 |
1298 | 2024-12-28T04:25:32.904Z | Downloaded terminal_size v0.4.1 |
1299 | 2024-12-28T04:25:32.906Z | Downloaded slog-scope v4.4.0 |
1300 | 2024-12-28T04:25:32.909Z | Downloaded schemars_derive v0.8.21 |
1301 | 2024-12-28T04:25:32.909Z | Downloaded heck v0.5.0 |
1302 | 2024-12-28T04:25:32.919Z | Downloaded dirs-sys-next v0.1.2 |
1303 | 2024-12-28T04:25:32.919Z | Downloaded thiserror v1.0.69 |
1304 | 2024-12-28T04:25:32.919Z | Downloaded tabwriter v1.4.0 |
1305 | 2024-12-28T04:25:32.919Z | Downloaded ppv-lite86 v0.2.20 |
1306 | 2024-12-28T04:25:32.927Z | Downloaded proc-macro-error-attr v1.0.4 |
1307 | 2024-12-28T04:25:32.927Z | Downloaded clap_lex v0.7.4 |
1308 | 2024-12-28T04:25:32.927Z | Downloaded deranged v0.3.11 |
1309 | 2024-12-28T04:25:32.927Z | Downloaded ipnetwork v0.20.0 |
1310 | 2024-12-28T04:25:32.927Z | Downloaded colorchoice v1.0.3 |
1311 | 2024-12-28T04:25:32.927Z | Downloaded thiserror-impl v1.0.69 |
1312 | 2024-12-28T04:25:32.930Z | Downloaded anstream v0.6.18 |
1313 | 2024-12-28T04:25:32.933Z | Downloaded tokio-macros v2.4.0 |
1314 | 2024-12-28T04:25:32.933Z | Downloaded proc-macro-crate v1.3.1 |
1315 | 2024-12-28T04:25:32.936Z | Downloaded thread_local v1.1.8 |
1316 | 2024-12-28T04:25:32.936Z | Downloaded is-terminal v0.4.13 |
1317 | 2024-12-28T04:25:32.938Z | Downloaded toml_datetime v0.6.8 |
1318 | 2024-12-28T04:25:32.938Z | Downloaded slog-envlogger v2.2.0 |
1319 | 2024-12-28T04:25:32.941Z | Downloaded itoa v1.0.14 |
1320 | 2024-12-28T04:25:32.941Z | Downloaded is_terminal_polyfill v1.70.1 |
1321 | 2024-12-28T04:25:32.943Z | Downloaded slog-async v2.8.0 |
1322 | 2024-12-28T04:25:32.943Z | Downloaded signal-hook-registry v1.4.2 |
1323 | 2024-12-28T04:25:32.946Z | Downloaded scopeguard v1.2.0 |
1324 | 2024-12-28T04:25:32.946Z | Downloaded rand_chacha v0.3.1 |
1325 | 2024-12-28T04:25:32.948Z | Downloaded errno v0.3.10 |
1326 | 2024-12-28T04:25:32.948Z | Downloaded num_enum v0.5.11 |
1327 | 2024-12-28T04:25:32.953Z | Downloaded utf8parse v0.2.2 |
1328 | 2024-12-28T04:25:32.955Z | Downloaded heck v0.4.1 |
1329 | 2024-12-28T04:25:32.958Z | Downloaded time-macros v0.2.19 |
1330 | 2024-12-28T04:25:32.961Z | Downloaded term v0.7.0 |
1331 | 2024-12-28T04:25:32.963Z | Downloaded getrandom v0.2.15 |
1332 | 2024-12-28T04:25:32.966Z | Downloaded once_cell v1.20.2 |
1333 | 2024-12-28T04:25:32.968Z | Downloaded num_enum_derive v0.5.11 |
1334 | 2024-12-28T04:25:32.968Z | Downloaded autocfg v1.4.0 |
1335 | 2024-12-28T04:25:32.970Z | Downloaded lazy_static v1.5.0 |
1336 | 2024-12-28T04:25:32.973Z | Downloaded clap_derive v4.5.18 |
1337 | 2024-12-28T04:25:32.975Z | Downloaded colored v2.2.0 |
1338 | 2024-12-28T04:25:32.978Z | Downloaded smallvec v1.13.2 |
1339 | 2024-12-28T04:25:32.980Z | Downloaded zerocopy-derive v0.7.35 |
1340 | 2024-12-28T04:25:32.983Z | Downloaded proc-macro-error v1.0.4 |
1341 | 2024-12-28T04:25:32.987Z | Downloaded tracing-attributes v0.1.28 |
1342 | 2024-12-28T04:25:32.990Z | Downloaded parking_lot_core v0.9.10 |
1343 | 2024-12-28T04:25:32.992Z | Downloaded slog-term v2.9.1 |
1344 | 2024-12-28T04:25:32.995Z | Downloaded clap v4.5.23 |
1345 | 2024-12-28T04:25:33.004Z | Downloaded ryu v1.0.18 |
1346 | 2024-12-28T04:25:33.007Z | Downloaded tracing-core v0.1.33 |
1347 | 2024-12-28T04:25:33.010Z | Downloaded socket2 v0.5.8 |
1348 | 2024-12-28T04:25:33.012Z | Downloaded schemars v0.8.21 |
1349 | 2024-12-28T04:25:33.024Z | Downloaded slog v2.7.0 |
1350 | 2024-12-28T04:25:33.027Z | Downloaded log v0.4.22 |
1351 | 2024-12-28T04:25:33.029Z | Downloaded indexmap v2.7.0 |
1352 | 2024-12-28T04:25:33.034Z | Downloaded rand v0.8.5 |
1353 | 2024-12-28T04:25:33.037Z | Downloaded bytes v1.9.0 |
1354 | 2024-12-28T04:25:33.042Z | Downloaded arc-swap v1.7.1 |
1355 | 2024-12-28T04:25:33.046Z | Downloaded crossbeam-utils v0.8.21 |
1356 | 2024-12-28T04:25:33.049Z | Downloaded tracing v0.1.41 |
1357 | 2024-12-28T04:25:33.053Z | Downloaded parking_lot v0.12.3 |
1358 | 2024-12-28T04:25:33.056Z | Downloaded toml_edit v0.19.15 |
1359 | 2024-12-28T04:25:33.074Z | Downloaded time v0.3.37 |
1360 | 2024-12-28T04:25:33.081Z | Downloaded crossbeam-channel v0.5.14 |
1361 | 2024-12-28T04:25:33.085Z | Downloaded mio v1.0.3 |
1362 | 2024-12-28T04:25:33.091Z | Downloaded zerocopy v0.7.35 |
1363 | 2024-12-28T04:25:33.107Z | Downloaded winnow v0.5.40 |
1364 | 2024-12-28T04:25:33.116Z | Downloaded serde_json v1.0.134 |
1365 | 2024-12-28T04:25:33.123Z | Downloaded winnow v0.6.20 |
1366 | 2024-12-28T04:25:33.132Z | Downloaded clap_builder v4.5.23 |
1367 | 2024-12-28T04:25:33.139Z | Downloaded syn v1.0.109 |
1368 | 2024-12-28T04:25:33.149Z | Downloaded itertools v0.12.1 |
1369 | 2024-12-28T04:25:33.156Z | Downloaded hashbrown v0.15.2 |
1370 | 2024-12-28T04:25:33.161Z | Downloaded anyhow v1.0.95 |
1371 | 2024-12-28T04:25:33.165Z | Downloaded lock_api v0.4.12 |
1372 | 2024-12-28T04:25:33.167Z | Downloaded serde_derive_internals v0.29.1 |
1373 | 2024-12-28T04:25:33.169Z | Downloaded pin-project-lite v0.2.15 |
1374 | 2024-12-28T04:25:33.173Z | Downloaded dirs-next v2.0.0 |
1375 | 2024-12-28T04:25:33.175Z | Downloaded anstyle v1.0.10 |
1376 | 2024-12-28T04:25:33.177Z | Downloaded take_mut v0.2.2 |
1377 | 2024-12-28T04:25:33.177Z | Downloaded slog-stdlog v4.1.1 |
1378 | 2024-12-28T04:25:33.179Z | Downloaded rand_core v0.6.4 |
1379 | 2024-12-28T04:25:33.182Z | Downloaded anstyle-parse v0.2.6 |
1380 | 2024-12-28T04:25:33.182Z | Downloaded powerfmt v0.2.0 |
1381 | 2024-12-28T04:25:33.185Z | Downloaded anstyle-query v1.1.2 |
1382 | 2024-12-28T04:25:33.185Z | Downloaded rustix v0.38.42 |
1383 | 2024-12-28T04:25:33.207Z | Downloaded foreign-types-macros v0.2.3 |
1384 | 2024-12-28T04:25:33.209Z | Downloaded foreign-types v0.5.0 |
1385 | 2024-12-28T04:25:33.246Z | Downloaded libc v0.2.169 |
1386 | 2024-12-28T04:25:33.270Z | Downloaded tokio v1.42.0 |
1387 | 2024-12-28T04:25:33.411Z | Compiling proc-macro2 v1.0.92 |
1388 | 2024-12-28T04:25:33.413Z | Compiling unicode-ident v1.0.14 |
1389 | 2024-12-28T04:25:33.413Z | Compiling libc v0.2.169 |
1390 | 2024-12-28T04:25:33.413Z | Checking cfg-if v1.0.0 |
1391 | 2024-12-28T04:25:33.413Z | Compiling serde v1.0.217 |
1392 | 2024-12-28T04:25:33.413Z | Compiling syn v1.0.109 |
1393 | 2024-12-28T04:25:33.413Z | Checking byteorder v1.5.0 |
1394 | 2024-12-28T04:25:33.413Z | Compiling version_check v0.9.5 |
1395 | 2024-12-28T04:25:33.517Z | Checking memchr v2.7.4 |
1396 | 2024-12-28T04:25:33.637Z | Compiling strsim v0.11.1 |
1397 | 2024-12-28T04:25:33.732Z | Compiling fnv v1.0.7 |
1398 | 2024-12-28T04:25:33.846Z | Compiling ident_case v1.0.1 |
1399 | 2024-12-28T04:25:34.001Z | Checking itoa v1.0.14 |
1400 | 2024-12-28T04:25:34.030Z | Compiling equivalent v1.0.1 |
1401 | 2024-12-28T04:25:34.067Z | Compiling hashbrown v0.15.2 |
1402 | 2024-12-28T04:25:34.088Z | Checking once_cell v1.20.2 |
1403 | 2024-12-28T04:25:34.191Z | Compiling autocfg v1.4.0 |
1404 | 2024-12-28T04:25:34.262Z | Compiling parking_lot_core v0.9.10 |
1405 | 2024-12-28T04:25:34.366Z | Compiling toml_datetime v0.6.8 |
1406 | 2024-12-28T04:25:34.370Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1407 | 2024-12-28T04:25:34.724Z | Compiling anyhow v1.0.95 |
1408 | 2024-12-28T04:25:34.737Z | Compiling winnow v0.5.40 |
1409 | 2024-12-28T04:25:34.752Z | Compiling regex-syntax v0.8.5 |
1410 | 2024-12-28T04:25:34.974Z | Compiling lock_api v0.4.12 |
1411 | 2024-12-28T04:25:35.099Z | Compiling quote v1.0.37 |
1412 | 2024-12-28T04:25:35.202Z | Compiling indexmap v2.7.0 |
1413 | 2024-12-28T04:25:35.301Z | Compiling aho-corasick v1.1.3 |
1414 | 2024-12-28T04:25:35.353Z | Checking bitflags v2.6.0 |
1415 | 2024-12-28T04:25:35.489Z | Compiling syn v2.0.91 |
1416 | 2024-12-28T04:25:35.779Z | Checking smallvec v1.13.2 |
1417 | 2024-12-28T04:25:36.013Z | Checking lazy_static v1.5.0 |
1418 | 2024-12-28T04:25:36.111Z | Compiling serde_json v1.0.134 |
1419 | 2024-12-28T04:25:36.121Z | Compiling either v1.13.0 |
1420 | 2024-12-28T04:25:36.466Z | Checking dyn-clone v1.0.17 |
1421 | 2024-12-28T04:25:36.469Z | Checking scopeguard v1.2.0 |
1422 | 2024-12-28T04:25:36.588Z | Compiling zerocopy v0.8.13 |
1423 | 2024-12-28T04:25:36.601Z | Compiling thiserror v1.0.69 |
1424 | 2024-12-28T04:25:37.101Z | Compiling itertools v0.13.0 |
1425 | 2024-12-28T04:25:37.499Z | Checking getrandom v0.2.15 |
1426 | 2024-12-28T04:25:37.708Z | Compiling toml_edit v0.19.15 |
1427 | 2024-12-28T04:25:37.718Z | Compiling schemars v0.8.21 |
1428 | 2024-12-28T04:25:37.962Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1429 | 2024-12-28T04:25:38.109Z | Compiling regex-automata v0.4.9 |
1430 | 2024-12-28T04:25:38.314Z | Checking pin-project-lite v0.2.15 |
1431 | 2024-12-28T04:25:38.803Z | Compiling heapless v0.8.0 |
1432 | 2024-12-28T04:25:39.227Z | Checking ryu v1.0.18 |
1433 | 2024-12-28T04:25:39.479Z | Checking rand_core v0.6.4 |
1434 | 2024-12-28T04:25:39.636Z | Checking parking_lot v0.12.3 |
1435 | 2024-12-28T04:25:39.742Z | Checking signal-hook-registry v1.4.2 |
1436 | 2024-12-28T04:25:39.958Z | Checking socket2 v0.5.8 |
1437 | 2024-12-28T04:25:39.972Z | Checking mio v1.0.3 |
1438 | 2024-12-28T04:25:40.001Z | Checking hash32 v0.3.1 |
1439 | 2024-12-28T04:25:40.111Z | Compiling proc-macro-crate v1.3.1 |
1440 | 2024-12-28T04:25:40.147Z | Compiling smoltcp v0.11.0 |
1441 | 2024-12-28T04:25:40.389Z | Checking macaddr v1.0.1 |
1442 | 2024-12-28T04:25:40.504Z | Checking foreign-types-shared v0.3.1 |
1443 | 2024-12-28T04:25:40.605Z | Compiling slog v2.7.0 |
1444 | 2024-12-28T04:25:40.630Z | Checking stable_deref_trait v1.2.0 |
1445 | 2024-12-28T04:25:40.710Z | Checking bytes v1.9.0 |
1446 | 2024-12-28T04:25:41.092Z | Checking cstr-argument v0.1.2 |
1447 | 2024-12-28T04:25:41.148Z | Checking tracing-core v0.1.33 |
1448 | 2024-12-28T04:25:41.251Z | Compiling proc-macro-error-attr v1.0.4 |
1449 | 2024-12-28T04:25:41.423Z | Checking managed v0.8.0 |
1450 | 2024-12-28T04:25:41.532Z | Checking bitflags v1.3.2 |
1451 | 2024-12-28T04:25:41.601Z | Compiling rustix v0.38.42 |
1452 | 2024-12-28T04:25:41.613Z | Checking cobs v0.2.3 |
1453 | 2024-12-28T04:25:41.755Z | Compiling darling_core v0.20.10 |
1454 | 2024-12-28T04:25:41.764Z | Compiling serde_derive_internals v0.29.1 |
1455 | 2024-12-28T04:25:41.772Z | Checking pretty-hex v0.2.1 |
1456 | 2024-12-28T04:25:41.914Z | Compiling regex v1.11.1 |
1457 | 2024-12-28T04:25:43.112Z | Checking colored v2.2.0 |
1458 | 2024-12-28T04:25:43.467Z | Checking errno v0.3.10 |
1459 | 2024-12-28T04:25:43.632Z | Compiling proc-macro-error v1.0.4 |
1460 | 2024-12-28T04:25:43.635Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1461 | 2024-12-28T04:25:43.713Z | Checking utf8parse v0.2.2 |
1462 | 2024-12-28T04:25:43.849Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1463 | 2024-12-28T04:25:43.989Z | Checking winnow v0.6.20 |
1464 | 2024-12-28T04:25:44.019Z | Compiling crossbeam-utils v0.8.21 |
1465 | 2024-12-28T04:25:44.049Z | Checking unicode-width v0.1.14 |
1466 | 2024-12-28T04:25:44.524Z | Checking tabwriter v1.4.0 |
1467 | 2024-12-28T04:25:44.737Z | Checking anstyle-parse v0.2.6 |
1468 | 2024-12-28T04:25:45.110Z | Checking dirs-sys-next v0.1.2 |
1469 | 2024-12-28T04:25:45.264Z | Checking crc32fast v1.4.2 |
1470 | 2024-12-28T04:25:45.374Z | Compiling num_enum_derive v0.5.11 |
1471 | 2024-12-28T04:25:45.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1472 | 2024-12-28T04:25:45.670Z | Compiling thiserror v2.0.9 |
1473 | 2024-12-28T04:25:45.679Z | Checking anstyle-query v1.1.2 |
1474 | 2024-12-28T04:25:45.781Z | Compiling time-core v0.1.2 |
1475 | 2024-12-28T04:25:45.935Z | Compiling num-conv v0.1.0 |
1476 | 2024-12-28T04:25:46.195Z | Checking powerfmt v0.2.0 |
1477 | 2024-12-28T04:25:46.243Z | Compiling serde_derive v1.0.217 |
1478 | 2024-12-28T04:25:46.263Z | Compiling zerocopy-derive v0.7.35 |
1479 | 2024-12-28T04:25:46.280Z | Compiling zerocopy-derive v0.8.13 |
1480 | 2024-12-28T04:25:46.430Z | Compiling thiserror-impl v1.0.69 |
1481 | 2024-12-28T04:25:46.634Z | Compiling tokio-macros v2.4.0 |
1482 | 2024-12-28T04:25:46.745Z | Compiling schemars_derive v0.8.21 |
1483 | 2024-12-28T04:25:46.926Z | Compiling darling_macro v0.20.10 |
1484 | 2024-12-28T04:25:47.496Z | Compiling foreign-types-macros v0.2.3 |
1485 | 2024-12-28T04:25:47.932Z | Compiling darling v0.20.10 |
1486 | 2024-12-28T04:25:48.014Z | Checking tokio v1.42.0 |
1487 | 2024-12-28T04:25:48.033Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1488 | 2024-12-28T04:25:48.140Z | Checking zerocopy v0.7.35 |
1489 | 2024-12-28T04:25:48.764Z | Checking foreign-types v0.5.0 |
1490 | 2024-12-28T04:25:48.848Z | Checking num_enum v0.5.11 |
1491 | 2024-12-28T04:25:48.975Z | Compiling tracing-attributes v0.1.28 |
1492 | 2024-12-28T04:25:49.219Z | Checking ppv-lite86 v0.2.20 |
1493 | 2024-12-28T04:25:49.239Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1494 | 2024-12-28T04:25:49.460Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1495 | 2024-12-28T04:25:49.481Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1496 | 2024-12-28T04:25:49.589Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1497 | 2024-12-28T04:25:49.826Z | Checking rand_chacha v0.3.1 |
1498 | 2024-12-28T04:25:50.184Z | Checking rand v0.8.5 |
1499 | 2024-12-28T04:25:50.663Z | Checking anstyle v1.0.10 |
1500 | 2024-12-28T04:25:50.817Z | Checking colorchoice v1.0.3 |
1501 | 2024-12-28T04:25:50.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1502 | 2024-12-28T04:25:50.992Z | Checking is_terminal_polyfill v1.70.1 |
1503 | 2024-12-28T04:25:51.097Z | Checking anstream v0.6.18 |
1504 | 2024-12-28T04:25:51.302Z | Checking deranged v0.3.11 |
1505 | 2024-12-28T04:25:51.439Z | Compiling thiserror-impl v2.0.9 |
1506 | 2024-12-28T04:25:51.604Z | Compiling time-macros v0.2.19 |
1507 | 2024-12-28T04:25:51.652Z | Checking terminal_size v0.4.1 |
1508 | 2024-12-28T04:25:51.891Z | Checking tracing v0.1.41 |
1509 | 2024-12-28T04:25:52.188Z | Checking dirs-next v2.0.0 |
1510 | 2024-12-28T04:25:52.910Z | Checking thread_local v1.1.8 |
1511 | 2024-12-28T04:25:53.020Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1512 | 2024-12-28T04:25:53.148Z | Compiling heck v0.4.1 |
1513 | 2024-12-28T04:25:53.233Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1514 | 2024-12-28T04:25:53.588Z | Checking clap_lex v0.7.4 |
1515 | 2024-12-28T04:25:53.812Z | Compiling heck v0.5.0 |
1516 | 2024-12-28T04:25:54.127Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1517 | 2024-12-28T04:25:54.313Z | Checking arc-swap v1.7.1 |
1518 | 2024-12-28T04:25:54.328Z | Compiling slog-async v2.8.0 |
1519 | 2024-12-28T04:25:54.384Z | Checking time v0.3.37 |
1520 | 2024-12-28T04:25:54.417Z | Checking clap_builder v4.5.23 |
1521 | 2024-12-28T04:25:54.543Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1522 | 2024-12-28T04:25:54.664Z | Checking slog-scope v4.4.0 |
1523 | 2024-12-28T04:25:54.764Z | Compiling clap_derive v4.5.18 |
1524 | 2024-12-28T04:25:54.825Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1525 | 2024-12-28T04:25:54.840Z | Checking crossbeam-channel v0.5.14 |
1526 | 2024-12-28T04:25:54.869Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1527 | 2024-12-28T04:25:55.515Z | Checking term v0.7.0 |
1528 | 2024-12-28T04:25:55.665Z | Checking itertools v0.12.1 |
1529 | 2024-12-28T04:25:55.923Z | Checking is-terminal v0.4.13 |
1530 | 2024-12-28T04:25:56.026Z | Checking log v0.4.22 |
1531 | 2024-12-28T04:25:56.091Z | Checking take_mut v0.2.2 |
1532 | 2024-12-28T04:25:56.151Z | Checking slog-term v2.9.1 |
1533 | 2024-12-28T04:25:56.280Z | Checking slog-stdlog v4.1.1 |
1534 | 2024-12-28T04:25:57.321Z | Checking ipnetwork v0.20.0 |
1535 | 2024-12-28T04:25:57.324Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1536 | 2024-12-28T04:25:57.324Z | Checking postcard v1.1.1 |
1537 | 2024-12-28T04:25:57.324Z | Checking uuid v1.11.0 |
1538 | 2024-12-28T04:25:57.732Z | Checking clap v4.5.23 |
1539 | 2024-12-28T04:25:57.932Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1540 | 2024-12-28T04:25:58.902Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1541 | 2024-12-28T04:25:59.410Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1542 | 2024-12-28T04:25:59.479Z | Checking slog-envlogger v2.2.0 |
1543 | 2024-12-28T04:26:00.610Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1544 | 2024-12-28T04:26:06.787Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1545 | 2024-12-28T04:26:09.053Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1546 | 2024-12-28T04:26:09.553Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1547 | 2024-12-28T04:26:09.822Z | warning: this expression borrows a value the compiler would automatically borrow |
1548 | 2024-12-28T04:26:09.822Z | --> xde-tests/src/lib.rs:451:9 |
1549 | 2024-12-28T04:26:09.822Z | | |
1550 | 2024-12-28T04:26:09.822Z | 451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect(); |
1551 | 2024-12-28T04:26:09.822Z | | ^^^^^^^^^^^^ help: change this to: `[my_info]` |
1552 | 2024-12-28T04:26:09.822Z | | |
1553 | 2024-12-28T04:26:09.822Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1554 | 2024-12-28T04:26:09.822Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
1555 | 2024-12-28T04:26:09.822Z | |
1556 | 2024-12-28T04:26:09.825Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
1557 | 2024-12-28T04:26:09.825Z | --> xde-tests/src/lib.rs:483:13 |
1558 | 2024-12-28T04:26:09.825Z | | |
1559 | 2024-12-28T04:26:09.825Z | 483 | &"172.20.0.1", |
1560 | 2024-12-28T04:26:09.825Z | | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"` |
1561 | 2024-12-28T04:26:09.825Z | | |
1562 | 2024-12-28T04:26:09.825Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
1563 | 2024-12-28T04:26:09.825Z | |
1564 | 2024-12-28T04:26:09.875Z | warning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions) |
1565 | 2024-12-28T04:26:09.884Z | warning: `xde-tests` (lib test) generated 2 warnings (2 duplicates) |
1566 | 2024-12-28T04:26:10.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.47s |
1567 | 2024-12-28T04:26:10.083Z | + cargo build --test loopback |
1568 | 2024-12-28T04:26:10.401Z | Compiling cfg-if v1.0.0 |
1569 | 2024-12-28T04:26:10.401Z | Compiling memchr v2.7.4 |
1570 | 2024-12-28T04:26:10.401Z | Compiling once_cell v1.20.2 |
1571 | 2024-12-28T04:26:10.404Z | Compiling byteorder v1.5.0 |
1572 | 2024-12-28T04:26:10.404Z | Compiling libc v0.2.169 |
1573 | 2024-12-28T04:26:10.415Z | Compiling strsim v0.11.1 |
1574 | 2024-12-28T04:26:10.428Z | Compiling either v1.13.0 |
1575 | 2024-12-28T04:26:10.431Z | Compiling serde v1.0.217 |
1576 | 2024-12-28T04:26:10.468Z | Compiling regex-syntax v0.8.5 |
1577 | 2024-12-28T04:26:10.693Z | Compiling darling_core v0.20.10 |
1578 | 2024-12-28T04:26:10.752Z | Compiling itoa v1.0.14 |
1579 | 2024-12-28T04:26:10.755Z | Compiling bitflags v2.6.0 |
1580 | 2024-12-28T04:26:10.944Z | Compiling dyn-clone v1.0.17 |
1581 | 2024-12-28T04:26:11.074Z | Compiling smallvec v1.13.2 |
1582 | 2024-12-28T04:26:11.127Z | Compiling lazy_static v1.5.0 |
1583 | 2024-12-28T04:26:11.211Z | Compiling scopeguard v1.2.0 |
1584 | 2024-12-28T04:26:11.233Z | Compiling aho-corasick v1.1.3 |
1585 | 2024-12-28T04:26:11.324Z | Compiling lock_api v0.4.12 |
1586 | 2024-12-28T04:26:11.431Z | Compiling getrandom v0.2.15 |
1587 | 2024-12-28T04:26:11.678Z | Compiling parking_lot_core v0.9.10 |
1588 | 2024-12-28T04:26:11.689Z | Compiling zerocopy v0.7.35 |
1589 | 2024-12-28T04:26:11.720Z | Compiling proc-macro-crate v1.3.1 |
1590 | 2024-12-28T04:26:11.995Z | Compiling itertools v0.13.0 |
1591 | 2024-12-28T04:26:12.228Z | Compiling pin-project-lite v0.2.15 |
1592 | 2024-12-28T04:26:12.349Z | Compiling ryu v1.0.18 |
1593 | 2024-12-28T04:26:12.456Z | Compiling num_enum_derive v0.5.11 |
1594 | 2024-12-28T04:26:12.683Z | Compiling zerocopy v0.8.13 |
1595 | 2024-12-28T04:26:12.954Z | Compiling ppv-lite86 v0.2.20 |
1596 | 2024-12-28T04:26:13.674Z | Compiling thiserror v1.0.69 |
1597 | 2024-12-28T04:26:13.795Z | Compiling regex-automata v0.4.9 |
1598 | 2024-12-28T04:26:14.555Z | Compiling parking_lot v0.12.3 |
1599 | 2024-12-28T04:26:14.782Z | Compiling anyhow v1.0.95 |
1600 | 2024-12-28T04:26:15.440Z | Compiling ipnetwork v0.20.0 |
1601 | 2024-12-28T04:26:15.596Z | Compiling serde_json v1.0.134 |
1602 | 2024-12-28T04:26:15.619Z | Compiling rand_core v0.6.4 |
1603 | 2024-12-28T04:26:15.731Z | Compiling darling_macro v0.20.10 |
1604 | 2024-12-28T04:26:15.809Z | Compiling socket2 v0.5.8 |
1605 | 2024-12-28T04:26:15.980Z | Compiling mio v1.0.3 |
1606 | 2024-12-28T04:26:16.001Z | Compiling signal-hook-registry v1.4.2 |
1607 | 2024-12-28T04:26:16.665Z | Compiling hash32 v0.3.1 |
1608 | 2024-12-28T04:26:16.730Z | Compiling darling v0.20.10 |
1609 | 2024-12-28T04:26:16.745Z | Compiling stable_deref_trait v1.2.0 |
1610 | 2024-12-28T04:26:16.826Z | Compiling macaddr v1.0.1 |
1611 | 2024-12-28T04:26:16.832Z | Compiling foreign-types-shared v0.3.1 |
1612 | 2024-12-28T04:26:16.839Z | Compiling bytes v1.9.0 |
1613 | 2024-12-28T04:26:16.855Z | Compiling heapless v0.8.0 |
1614 | 2024-12-28T04:26:16.926Z | Compiling foreign-types v0.5.0 |
1615 | 2024-12-28T04:26:17.021Z | Compiling rand_chacha v0.3.1 |
1616 | 2024-12-28T04:26:17.062Z | Compiling num_enum v0.5.11 |
1617 | 2024-12-28T04:26:17.079Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1618 | 2024-12-28T04:26:17.169Z | Compiling schemars v0.8.21 |
1619 | 2024-12-28T04:26:17.191Z | Compiling cstr-argument v0.1.2 |
1620 | 2024-12-28T04:26:17.211Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1621 | 2024-12-28T04:26:17.353Z | Compiling tracing-core v0.1.33 |
1622 | 2024-12-28T04:26:17.398Z | Compiling bitflags v1.3.2 |
1623 | 2024-12-28T04:26:17.485Z | Compiling regex v1.11.1 |
1624 | 2024-12-28T04:26:17.659Z | Compiling tokio v1.42.0 |
1625 | 2024-12-28T04:26:17.985Z | Compiling pretty-hex v0.2.1 |
1626 | 2024-12-28T04:26:18.149Z | Compiling managed v0.8.0 |
1627 | 2024-12-28T04:26:18.175Z | Compiling cobs v0.2.3 |
1628 | 2024-12-28T04:26:18.272Z | Compiling tracing v0.1.41 |
1629 | 2024-12-28T04:26:18.456Z | Compiling postcard v1.1.1 |
1630 | 2024-12-28T04:26:18.510Z | Compiling smoltcp v0.11.0 |
1631 | 2024-12-28T04:26:18.532Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1632 | 2024-12-28T04:26:18.669Z | Compiling rand v0.8.5 |
1633 | 2024-12-28T04:26:18.679Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2024-12-28T04:26:18.735Z | Compiling slog v2.7.0 |
1635 | 2024-12-28T04:26:18.994Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
1636 | 2024-12-28T04:26:19.160Z | Compiling errno v0.3.10 |
1637 | 2024-12-28T04:26:19.339Z | Compiling colored v2.2.0 |
1638 | 2024-12-28T04:26:19.364Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1639 | 2024-12-28T04:26:19.748Z | Compiling unicode-width v0.1.14 |
1640 | 2024-12-28T04:26:19.833Z | Compiling utf8parse v0.2.2 |
1641 | 2024-12-28T04:26:19.979Z | Compiling winnow v0.6.20 |
1642 | 2024-12-28T04:26:20.071Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1643 | 2024-12-28T04:26:20.139Z | Compiling anstyle-parse v0.2.6 |
1644 | 2024-12-28T04:26:20.235Z | Compiling tabwriter v1.4.0 |
1645 | 2024-12-28T04:26:20.314Z | Compiling rustix v0.38.42 |
1646 | 2024-12-28T04:26:20.448Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1647 | 2024-12-28T04:26:20.660Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2024-12-28T04:26:21.281Z | Compiling crc32fast v1.4.2 |
1649 | 2024-12-28T04:26:21.561Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1650 | 2024-12-28T04:26:21.745Z | Compiling powerfmt v0.2.0 |
1651 | 2024-12-28T04:26:21.761Z | Compiling colorchoice v1.0.3 |
1652 | 2024-12-28T04:26:21.904Z | Compiling anstyle-query v1.1.2 |
1653 | 2024-12-28T04:26:22.040Z | Compiling num-conv v0.1.0 |
1654 | 2024-12-28T04:26:22.094Z | Compiling is_terminal_polyfill v1.70.1 |
1655 | 2024-12-28T04:26:22.205Z | Compiling anstyle v1.0.10 |
1656 | 2024-12-28T04:26:22.297Z | Compiling time-core v0.1.2 |
1657 | 2024-12-28T04:26:22.452Z | Compiling time-macros v0.2.19 |
1658 | 2024-12-28T04:26:22.594Z | Compiling anstream v0.6.18 |
1659 | 2024-12-28T04:26:22.597Z | Compiling deranged v0.3.11 |
1660 | 2024-12-28T04:26:22.881Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1661 | 2024-12-28T04:26:22.915Z | Compiling terminal_size v0.4.1 |
1662 | 2024-12-28T04:26:23.033Z | Compiling dirs-next v2.0.0 |
1663 | 2024-12-28T04:26:23.104Z | Compiling crossbeam-utils v0.8.21 |
1664 | 2024-12-28T04:26:23.203Z | Compiling uuid v1.11.0 |
1665 | 2024-12-28T04:26:23.216Z | Compiling thread_local v1.1.8 |
1666 | 2024-12-28T04:26:23.298Z | Compiling arc-swap v1.7.1 |
1667 | 2024-12-28T04:26:23.696Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1668 | 2024-12-28T04:26:23.837Z | Compiling clap_lex v0.7.4 |
1669 | 2024-12-28T04:26:23.868Z | Compiling crossbeam-channel v0.5.14 |
1670 | 2024-12-28T04:26:23.998Z | Compiling slog-scope v4.4.0 |
1671 | 2024-12-28T04:26:24.006Z | Compiling thiserror v2.0.9 |
1672 | 2024-12-28T04:26:24.131Z | Compiling clap_builder v4.5.23 |
1673 | 2024-12-28T04:26:24.293Z | Compiling term v0.7.0 |
1674 | 2024-12-28T04:26:24.316Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1675 | 2024-12-28T04:26:24.462Z | Compiling is-terminal v0.4.13 |
1676 | 2024-12-28T04:26:24.567Z | Compiling itertools v0.12.1 |
1677 | 2024-12-28T04:26:24.885Z | Compiling take_mut v0.2.2 |
1678 | 2024-12-28T04:26:25.023Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1679 | 2024-12-28T04:26:25.076Z | Compiling log v0.4.22 |
1680 | 2024-12-28T04:26:25.199Z | Compiling time v0.3.37 |
1681 | 2024-12-28T04:26:25.373Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1682 | 2024-12-28T04:26:25.483Z | Compiling slog-stdlog v4.1.1 |
1683 | 2024-12-28T04:26:25.791Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1684 | 2024-12-28T04:26:25.839Z | Compiling slog-async v2.8.0 |
1685 | 2024-12-28T04:26:27.332Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1686 | 2024-12-28T04:26:27.441Z | Compiling slog-term v2.9.1 |
1687 | 2024-12-28T04:26:28.578Z | Compiling clap v4.5.23 |
1688 | 2024-12-28T04:26:28.676Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
1689 | 2024-12-28T04:26:28.879Z | Compiling slog-envlogger v2.2.0 |
1690 | 2024-12-28T04:26:29.235Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1691 | 2024-12-28T04:26:29.922Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1692 | 2024-12-28T04:26:31.326Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1693 | 2024-12-28T04:26:37.281Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1694 | 2024-12-28T04:26:39.263Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1695 | 2024-12-28T04:26:39.882Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1696 | 2024-12-28T04:26:43.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.05s |
1697 | 2024-12-28T04:26:43.251Z | ++ cargo build -q --test loopback --message-format=json |
1698 | 2024-12-28T04:26:43.253Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1699 | 2024-12-28T04:26:44.662Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-66b5bec8e65e3229 |
1700 | 2024-12-28T04:26:44.662Z | + mkdir -p /work/test |
1701 | 2024-12-28T04:26:44.664Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-66b5bec8e65e3229 /work/test/loopback |
1702 | 2024-12-28T04:26:44.719Z | process exited: duration 307123 ms, exit code 0 |
|
1703 | 2024-12-28T04:26:44.738Z | found 10 output files |
1704 | 2024-12-28T04:26:44.738Z | uploading: /work/debug/xde.dbg (68049016 bytes) |
1705 | 2024-12-28T04:26:46.854Z | uploaded: /work/debug/xde.dbg |
1706 | 2024-12-28T04:26:46.854Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1707 | 2024-12-28T04:26:47.862Z | uploaded: /work/debug/xde.dbg.sha256 |
1708 | 2024-12-28T04:26:47.865Z | uploading: /work/debug/xde_link.dbg.so (13492 bytes) |
1709 | 2024-12-28T04:26:48.873Z | uploaded: /work/debug/xde_link.dbg.so |
1710 | 2024-12-28T04:26:48.873Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1711 | 2024-12-28T04:26:49.882Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1712 | 2024-12-28T04:26:49.892Z | uploading: /work/release/xde (41457176 bytes) |
1713 | 2024-12-28T04:26:51.591Z | uploaded: /work/release/xde |
1714 | 2024-12-28T04:26:51.591Z | uploading: /work/release/xde.sha256 (84 bytes) |
1715 | 2024-12-28T04:26:52.599Z | uploaded: /work/release/xde.sha256 |
1716 | 2024-12-28T04:26:52.599Z | uploading: /work/release/xde_link.so (28092 bytes) |
1717 | 2024-12-28T04:26:53.611Z | uploaded: /work/release/xde_link.so |
1718 | 2024-12-28T04:26:53.611Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1719 | 2024-12-28T04:26:55.621Z | uploaded: /work/release/xde_link.so.sha256 |
1720 | 2024-12-28T04:26:55.621Z | uploading: /work/test/loopback (61853032 bytes) |
1721 | 2024-12-28T04:26:57.675Z | uploaded: /work/test/loopback |
1722 | 2024-12-28T04:26:57.677Z | uploading: /work/xde.conf (79 bytes) |
1723 | 2024-12-28T04:26:58.686Z | uploaded: /work/xde.conf |