|
|
|
1 | 2024-11-29T15:04:44.752Z | job assigned to worker 01JDW76DN46TC0JSBP12XZTC5F [factory aws, i-024526b75e7534ac1] (queued for 58 s) |
|
2 | 2024-11-29T15:04:53.211Z | starting task 0: "setup" |
3 | 2024-11-29T15:04:53.221Z | ++ uname -s |
4 | 2024-11-29T15:04:53.224Z | + kern=SunOS |
5 | 2024-11-29T15:04:53.224Z | + case "$kern" in |
6 | 2024-11-29T15:04:53.224Z | + groupadd -g 12345 build |
7 | 2024-11-29T15:04:53.226Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T15:04:55.232Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T15:04:55.366Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T15:04:55.369Z | + home_fs=zfs |
11 | 2024-11-29T15:04:55.369Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T15:04:55.369Z | + mkdir -p /home/build |
13 | 2024-11-29T15:04:55.371Z | + chown build:build /home/build /work |
14 | 2024-11-29T15:04:57.372Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T15:04:57.375Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-11-29T15:04:57.379Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T15:04:57.385Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T15:04:57.385Z | ' nightly-2024-11-18 |
19 | 2024-11-29T15:04:57.387Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-29T15:04:57.388Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2024-11-29T15:04:57.388Z | * toolchain profile = "default" |
22 | 2024-11-29T15:04:57.388Z | ' default |
23 | 2024-11-29T15:04:57.388Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T15:04:57.388Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-29T15:04:57.506Z | info: downloading installer |
26 | 2024-11-29T15:04:59.025Z | info: profile set to 'default' |
27 | 2024-11-29T15:04:59.025Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T15:04:59.027Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-29T15:04:59.175Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-29T15:04:59.176Z | info: downloading component 'cargo' |
31 | 2024-11-29T15:04:59.940Z | info: downloading component 'clippy' |
32 | 2024-11-29T15:05:00.234Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T15:05:01.273Z | info: downloading component 'rust-std' |
34 | 2024-11-29T15:05:02.964Z | info: downloading component 'rustc' |
35 | 2024-11-29T15:05:08.903Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T15:05:09.143Z | info: installing component 'cargo' |
37 | 2024-11-29T15:05:09.968Z | info: installing component 'clippy' |
38 | 2024-11-29T15:05:10.344Z | info: installing component 'rust-docs' |
39 | 2024-11-29T15:05:11.907Z | info: installing component 'rust-std' |
40 | 2024-11-29T15:05:13.819Z | info: installing component 'rustc' |
41 | 2024-11-29T15:05:19.715Z | info: installing component 'rustfmt' |
42 | 2024-11-29T15:05:20.042Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-29T15:05:20.042Z | |
44 | 2024-11-29T15:05:20.433Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-29T15:05:20.433Z | |
46 | 2024-11-29T15:05:20.436Z | |
47 | 2024-11-29T15:05:20.436Z | Rust is installed now. Great! |
48 | 2024-11-29T15:05:20.436Z | |
49 | 2024-11-29T15:05:20.436Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T15:05:20.436Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T15:05:20.436Z | |
52 | 2024-11-29T15:05:20.436Z | To configure your current shell, you need to source |
53 | 2024-11-29T15:05:20.436Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T15:05:20.436Z | |
55 | 2024-11-29T15:05:20.436Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T15:05:20.436Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T15:05:20.436Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T15:05:20.508Z | + rustc --version |
59 | 2024-11-29T15:05:20.575Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-29T15:05:20.579Z | process exited: duration 23198 ms, exit code 0 |
|
61 | 2024-11-29T15:05:20.583Z | starting task 2: "authentication" |
62 | 2024-11-29T15:05:20.603Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-29T15:05:20.609Z | starting task 3: "clone repository" |
64 | 2024-11-29T15:05:20.613Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-29T15:05:20.616Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-29T15:05:20.871Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-29T15:05:22.112Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-29T15:05:22.112Z | + git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
69 | 2024-11-29T15:05:22.388Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-29T15:05:22.389Z | * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD |
71 | 2024-11-29T15:05:22.395Z | + [[ -n fix-618 ]] |
72 | 2024-11-29T15:05:22.397Z | ++ git branch --show-current |
73 | 2024-11-29T15:05:22.400Z | + current=master |
74 | 2024-11-29T15:05:22.400Z | + [[ master != fix-618 ]] |
75 | 2024-11-29T15:05:22.400Z | + git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
76 | 2024-11-29T15:05:22.403Z | + git checkout -f fix-618 |
77 | 2024-11-29T15:05:22.424Z | Switched to branch 'fix-618' |
78 | 2024-11-29T15:05:22.426Z | + git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
79 | 2024-11-29T15:05:22.445Z | HEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS |
80 | 2024-11-29T15:05:22.448Z | process exited: duration 1837 ms, exit code 0 |
|
81 | 2024-11-29T15:05:22.454Z | starting task 4: "build" |
82 | 2024-11-29T15:05:22.459Z | + TGT_BASE=/work |
83 | 2024-11-29T15:05:22.459Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-11-29T15:05:22.459Z | + REL_TGT=/work/release |
85 | 2024-11-29T15:05:22.459Z | + mkdir -p /work/release |
86 | 2024-11-29T15:05:22.461Z | + cargo --version |
87 | 2024-11-29T15:05:22.465Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
88 | 2024-11-29T15:05:22.611Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-29T15:05:22.611Z | info: downloading component 'cargo' |
90 | 2024-11-29T15:05:23.338Z | info: downloading component 'clippy' |
91 | 2024-11-29T15:05:23.613Z | info: downloading component 'rust-docs' |
92 | 2024-11-29T15:05:24.648Z | info: downloading component 'rust-std' |
93 | 2024-11-29T15:05:26.293Z | info: downloading component 'rustc' |
94 | 2024-11-29T15:05:32.237Z | info: downloading component 'rustfmt' |
95 | 2024-11-29T15:05:32.446Z | info: installing component 'cargo' |
96 | 2024-11-29T15:05:33.253Z | info: installing component 'clippy' |
97 | 2024-11-29T15:05:33.619Z | info: installing component 'rust-docs' |
98 | 2024-11-29T15:05:35.313Z | info: installing component 'rust-std' |
99 | 2024-11-29T15:05:37.033Z | info: installing component 'rustc' |
100 | 2024-11-29T15:05:42.924Z | info: installing component 'rustfmt' |
101 | 2024-11-29T15:05:43.313Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
102 | 2024-11-29T15:05:43.316Z | + rustc --version |
103 | 2024-11-29T15:05:43.385Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
104 | 2024-11-29T15:05:43.389Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-11-29T15:05:43.392Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-11-29T15:05:43.392Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-11-29T15:05:43.392Z | + ptime -m cargo xtask build |
108 | 2024-11-29T15:05:43.524Z | Updating crates.io index |
109 | 2024-11-29T15:05:43.620Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-11-29T15:05:44.410Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-11-29T15:05:44.670Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-11-29T15:05:44.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-11-29T15:05:45.241Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2024-11-29T15:05:45.499Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2024-11-29T15:05:45.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2024-11-29T15:05:45.976Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2024-11-29T15:05:46.251Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2024-11-29T15:05:47.034Z | Downloading crates ... |
119 | 2024-11-29T15:05:47.098Z | Downloaded serde v1.0.215 |
120 | 2024-11-29T15:05:47.102Z | Downloaded itoa v1.0.13 |
121 | 2024-11-29T15:05:47.104Z | Downloaded bitflags v2.6.0 |
122 | 2024-11-29T15:05:47.110Z | Downloaded serde_json v1.0.133 |
123 | 2024-11-29T15:05:47.133Z | Downloaded cargo-platform v0.1.8 |
124 | 2024-11-29T15:05:47.135Z | Downloaded equivalent v1.0.1 |
125 | 2024-11-29T15:05:47.137Z | Downloaded anstyle-parse v0.2.6 |
126 | 2024-11-29T15:05:47.137Z | Downloaded anstream v0.6.18 |
127 | 2024-11-29T15:05:47.140Z | Downloaded camino v1.1.9 |
128 | 2024-11-29T15:05:47.142Z | Downloaded clap_lex v0.7.3 |
129 | 2024-11-29T15:05:47.145Z | Downloaded errno v0.3.9 |
130 | 2024-11-29T15:05:47.145Z | Downloaded anstyle-query v1.1.2 |
131 | 2024-11-29T15:05:47.147Z | Downloaded anstyle v1.0.10 |
132 | 2024-11-29T15:05:47.150Z | Downloaded clap v4.5.21 |
133 | 2024-11-29T15:05:47.158Z | Downloaded heck v0.5.0 |
134 | 2024-11-29T15:05:47.160Z | Downloaded colorchoice v1.0.3 |
135 | 2024-11-29T15:05:47.165Z | Downloaded strsim v0.11.1 |
136 | 2024-11-29T15:05:47.167Z | Downloaded serde_spanned v0.6.8 |
137 | 2024-11-29T15:05:47.174Z | Downloaded proc-macro2 v1.0.92 |
138 | 2024-11-29T15:05:47.177Z | Downloaded cargo_metadata v0.19.0 |
139 | 2024-11-29T15:05:47.179Z | Downloaded thiserror-impl v1.0.69 |
140 | 2024-11-29T15:05:47.182Z | Downloaded utf8parse v0.2.2 |
141 | 2024-11-29T15:05:47.184Z | Downloaded toml_datetime v0.6.8 |
142 | 2024-11-29T15:05:47.184Z | Downloaded thiserror v1.0.69 |
143 | 2024-11-29T15:05:47.188Z | Downloaded is_terminal_polyfill v1.70.1 |
144 | 2024-11-29T15:05:47.190Z | Downloaded terminal_size v0.4.0 |
145 | 2024-11-29T15:05:47.197Z | Downloaded clap_derive v4.5.18 |
146 | 2024-11-29T15:05:47.199Z | Downloaded quote v1.0.37 |
147 | 2024-11-29T15:05:47.202Z | Downloaded anyhow v1.0.93 |
148 | 2024-11-29T15:05:47.204Z | Downloaded unicode-ident v1.0.14 |
149 | 2024-11-29T15:05:47.207Z | Downloaded semver v1.0.23 |
150 | 2024-11-29T15:05:47.209Z | Downloaded toml v0.8.19 |
151 | 2024-11-29T15:05:47.212Z | Downloaded serde_derive v1.0.215 |
152 | 2024-11-29T15:05:47.214Z | Downloaded ryu v1.0.18 |
153 | 2024-11-29T15:05:47.235Z | Downloaded indexmap v2.6.0 |
154 | 2024-11-29T15:05:47.242Z | Downloaded memchr v2.7.4 |
155 | 2024-11-29T15:05:47.247Z | Downloaded hashbrown v0.15.2 |
156 | 2024-11-29T15:05:47.252Z | Downloaded toml_edit v0.22.22 |
157 | 2024-11-29T15:05:47.272Z | Downloaded winnow v0.6.20 |
158 | 2024-11-29T15:05:47.281Z | Downloaded clap_builder v4.5.21 |
159 | 2024-11-29T15:05:47.302Z | Downloaded syn v2.0.89 |
160 | 2024-11-29T15:05:47.313Z | Downloaded rustix v0.38.41 |
161 | 2024-11-29T15:05:47.343Z | Downloaded libc v0.2.164 |
162 | 2024-11-29T15:05:47.483Z | Compiling proc-macro2 v1.0.92 |
163 | 2024-11-29T15:05:47.483Z | Compiling unicode-ident v1.0.14 |
164 | 2024-11-29T15:05:47.486Z | Compiling serde v1.0.215 |
165 | 2024-11-29T15:05:47.486Z | Compiling libc v0.2.164 |
166 | 2024-11-29T15:05:47.486Z | Compiling rustix v0.38.41 |
167 | 2024-11-29T15:05:47.486Z | Compiling bitflags v2.6.0 |
168 | 2024-11-29T15:05:47.486Z | Compiling utf8parse v0.2.2 |
169 | 2024-11-29T15:05:47.495Z | Compiling anstyle v1.0.10 |
170 | 2024-11-29T15:05:47.669Z | Compiling anstyle-parse v0.2.6 |
171 | 2024-11-29T15:05:47.679Z | Compiling serde_json v1.0.133 |
172 | 2024-11-29T15:05:47.879Z | Compiling camino v1.1.9 |
173 | 2024-11-29T15:05:47.954Z | Compiling anstyle-query v1.1.2 |
174 | 2024-11-29T15:05:47.965Z | Compiling semver v1.0.23 |
175 | 2024-11-29T15:05:48.059Z | Compiling thiserror v1.0.69 |
176 | 2024-11-29T15:05:50.161Z | Compiling colorchoice v1.0.3 |
177 | 2024-11-29T15:05:50.168Z | Compiling hashbrown v0.15.2 |
178 | 2024-11-29T15:05:50.170Z | Compiling equivalent v1.0.1 |
179 | 2024-11-29T15:05:50.170Z | Compiling is_terminal_polyfill v1.70.1 |
180 | 2024-11-29T15:05:50.268Z | Compiling anstream v0.6.18 |
181 | 2024-11-29T15:05:50.296Z | Compiling clap_lex v0.7.3 |
182 | 2024-11-29T15:05:50.315Z | Compiling ryu v1.0.18 |
183 | 2024-11-29T15:05:50.332Z | Compiling anyhow v1.0.93 |
184 | 2024-11-29T15:05:50.557Z | Compiling memchr v2.7.4 |
185 | 2024-11-29T15:05:50.614Z | Compiling winnow v0.6.20 |
186 | 2024-11-29T15:05:50.814Z | Compiling strsim v0.11.1 |
187 | 2024-11-29T15:05:50.911Z | Compiling itoa v1.0.13 |
188 | 2024-11-29T15:05:51.011Z | Compiling heck v0.5.0 |
189 | 2024-11-29T15:05:51.408Z | Compiling quote v1.0.37 |
190 | 2024-11-29T15:05:51.417Z | Compiling indexmap v2.6.0 |
191 | 2024-11-29T15:05:51.757Z | Compiling syn v2.0.89 |
192 | 2024-11-29T15:05:51.868Z | Compiling errno v0.3.9 |
193 | 2024-11-29T15:05:52.755Z | Compiling terminal_size v0.4.0 |
194 | 2024-11-29T15:05:52.870Z | Compiling clap_builder v4.5.21 |
195 | 2024-11-29T15:05:55.933Z | Compiling serde_derive v1.0.215 |
196 | 2024-11-29T15:05:55.933Z | Compiling thiserror-impl v1.0.69 |
197 | 2024-11-29T15:05:55.933Z | Compiling clap_derive v4.5.18 |
198 | 2024-11-29T15:05:58.449Z | Compiling clap v4.5.21 |
199 | 2024-11-29T15:06:03.209Z | Compiling toml_datetime v0.6.8 |
200 | 2024-11-29T15:06:03.209Z | Compiling serde_spanned v0.6.8 |
201 | 2024-11-29T15:06:03.211Z | Compiling cargo-platform v0.1.8 |
202 | 2024-11-29T15:06:03.458Z | Compiling toml_edit v0.22.22 |
203 | 2024-11-29T15:06:04.533Z | Compiling cargo_metadata v0.19.0 |
204 | 2024-11-29T15:06:05.562Z | Compiling toml v0.8.19 |
205 | 2024-11-29T15:06:07.575Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2024-11-29T15:06:09.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.84s |
207 | 2024-11-29T15:06:09.410Z | Running `target/debug/xtask build` |
208 | 2024-11-29T15:06:09.428Z | Building opteadm (debug). |
209 | 2024-11-29T15:06:12.137Z | Compiling libc v0.2.164 |
210 | 2024-11-29T15:06:12.137Z | Compiling cfg-if v1.0.0 |
211 | 2024-11-29T15:06:12.137Z | Compiling serde v1.0.215 |
212 | 2024-11-29T15:06:12.139Z | Compiling byteorder v1.5.0 |
213 | 2024-11-29T15:06:12.139Z | Compiling ident_case v1.0.1 |
214 | 2024-11-29T15:06:12.140Z | Compiling fnv v1.0.7 |
215 | 2024-11-29T15:06:12.140Z | Compiling memchr v2.7.4 |
216 | 2024-11-29T15:06:12.140Z | Compiling syn v2.0.89 |
217 | 2024-11-29T15:06:12.235Z | Compiling regex-syntax v0.8.5 |
218 | 2024-11-29T15:06:12.262Z | Compiling syn v1.0.109 |
219 | 2024-11-29T15:06:12.302Z | Compiling hashbrown v0.15.2 |
220 | 2024-11-29T15:06:12.482Z | Compiling autocfg v1.4.0 |
221 | 2024-11-29T15:06:12.696Z | Compiling equivalent v1.0.1 |
222 | 2024-11-29T15:06:12.783Z | Compiling either v1.13.0 |
223 | 2024-11-29T15:06:12.869Z | Compiling once_cell v1.20.2 |
224 | 2024-11-29T15:06:13.175Z | Compiling aho-corasick v1.1.3 |
225 | 2024-11-29T15:06:13.252Z | Compiling zerocopy v0.8.11 |
226 | 2024-11-29T15:06:13.302Z | Compiling lock_api v0.4.12 |
227 | 2024-11-29T15:06:13.555Z | Compiling indexmap v2.6.0 |
228 | 2024-11-29T15:06:13.606Z | Compiling itertools v0.13.0 |
229 | 2024-11-29T15:06:14.046Z | Compiling toml_datetime v0.6.8 |
230 | 2024-11-29T15:06:14.555Z | Compiling winnow v0.5.40 |
231 | 2024-11-29T15:06:14.930Z | Compiling heapless v0.8.0 |
232 | 2024-11-29T15:06:15.478Z | Compiling parking_lot_core v0.9.10 |
233 | 2024-11-29T15:06:15.960Z | Compiling regex-automata v0.4.9 |
234 | 2024-11-29T15:06:16.815Z | Compiling hash32 v0.3.1 |
235 | 2024-11-29T15:06:16.914Z | Compiling smoltcp v0.11.0 |
236 | 2024-11-29T15:06:17.016Z | Compiling stable_deref_trait v1.2.0 |
237 | 2024-11-29T15:06:17.105Z | Compiling dyn-clone v1.0.17 |
238 | 2024-11-29T15:06:17.327Z | Compiling macaddr v1.0.1 |
239 | 2024-11-29T15:06:17.510Z | Compiling scopeguard v1.2.0 |
240 | 2024-11-29T15:06:17.547Z | Compiling serde_json v1.0.133 |
241 | 2024-11-29T15:06:17.632Z | Compiling smallvec v1.13.2 |
242 | 2024-11-29T15:06:17.678Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
243 | 2024-11-29T15:06:18.146Z | Compiling toml_edit v0.19.15 |
244 | 2024-11-29T15:06:18.332Z | Compiling getrandom v0.2.15 |
245 | 2024-11-29T15:06:18.373Z | Compiling pin-project-lite v0.2.15 |
246 | 2024-11-29T15:06:18.485Z | Compiling cobs v0.2.3 |
247 | 2024-11-29T15:06:18.636Z | Compiling schemars v0.8.21 |
248 | 2024-11-29T15:06:18.699Z | Compiling managed v0.8.0 |
249 | 2024-11-29T15:06:18.768Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
250 | 2024-11-29T15:06:18.997Z | Compiling bitflags v1.3.2 |
251 | 2024-11-29T15:06:19.063Z | Compiling version_check v0.9.5 |
252 | 2024-11-29T15:06:19.104Z | Compiling rand_core v0.6.4 |
253 | 2024-11-29T15:06:19.113Z | Compiling parking_lot v0.12.3 |
254 | 2024-11-29T15:06:19.584Z | Compiling darling_core v0.20.10 |
255 | 2024-11-29T15:06:19.694Z | Compiling serde_derive_internals v0.29.1 |
256 | 2024-11-29T15:06:20.113Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
257 | 2024-11-29T15:06:20.475Z | Compiling regex v1.11.1 |
258 | 2024-11-29T15:06:21.475Z | Compiling proc-macro-crate v1.3.1 |
259 | 2024-11-29T15:06:21.796Z | Compiling socket2 v0.5.7 |
260 | 2024-11-29T15:06:22.262Z | Compiling signal-hook-registry v1.4.2 |
261 | 2024-11-29T15:06:22.835Z | Compiling mio v1.0.2 |
262 | 2024-11-29T15:06:23.190Z | Compiling errno v0.3.9 |
263 | 2024-11-29T15:06:23.610Z | Compiling foreign-types-shared v0.3.1 |
264 | 2024-11-29T15:06:23.711Z | Compiling bytes v1.8.0 |
265 | 2024-11-29T15:06:23.767Z | Compiling unicode-width v0.1.14 |
266 | 2024-11-29T15:06:24.056Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
267 | 2024-11-29T15:06:24.199Z | Compiling serde_derive v1.0.215 |
268 | 2024-11-29T15:06:24.215Z | Compiling zerocopy-derive v0.8.11 |
269 | 2024-11-29T15:06:24.282Z | Compiling zerocopy-derive v0.7.35 |
270 | 2024-11-29T15:06:24.389Z | Compiling num_enum_derive v0.5.11 |
271 | 2024-11-29T15:06:24.451Z | Compiling thiserror-impl v1.0.69 |
272 | 2024-11-29T15:06:25.081Z | Compiling foreign-types-macros v0.2.3 |
273 | 2024-11-29T15:06:25.295Z | Compiling darling_macro v0.20.10 |
274 | 2024-11-29T15:06:26.222Z | Compiling zerocopy v0.7.35 |
275 | 2024-11-29T15:06:26.288Z | Compiling darling v0.20.10 |
276 | 2024-11-29T15:06:26.295Z | Compiling schemars_derive v0.8.21 |
277 | 2024-11-29T15:06:26.382Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
278 | 2024-11-29T15:06:26.418Z | Compiling tokio-macros v2.4.0 |
279 | 2024-11-29T15:06:26.582Z | Compiling num_enum v0.5.11 |
280 | 2024-11-29T15:06:26.718Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
281 | 2024-11-29T15:06:27.232Z | Compiling thiserror v1.0.69 |
282 | 2024-11-29T15:06:27.358Z | Compiling foreign-types v0.5.0 |
283 | 2024-11-29T15:06:27.445Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
284 | 2024-11-29T15:06:27.777Z | Compiling ppv-lite86 v0.2.20 |
285 | 2024-11-29T15:06:27.868Z | Compiling tokio v1.41.1 |
286 | 2024-11-29T15:06:27.946Z | Compiling tracing-attributes v0.1.27 |
287 | 2024-11-29T15:06:28.286Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
288 | 2024-11-29T15:06:28.625Z | Compiling rand_chacha v0.3.1 |
289 | 2024-11-29T15:06:29.116Z | Compiling tabwriter v1.4.0 |
290 | 2024-11-29T15:06:29.383Z | Compiling rustix v0.38.41 |
291 | 2024-11-29T15:06:29.897Z | Compiling cstr-argument v0.1.2 |
292 | 2024-11-29T15:06:30.002Z | Compiling tracing-core v0.1.32 |
293 | 2024-11-29T15:06:30.169Z | Compiling crc32fast v1.4.2 |
294 | 2024-11-29T15:06:30.473Z | Compiling pretty-hex v0.2.1 |
295 | 2024-11-29T15:06:30.529Z | Compiling lazy_static v1.5.0 |
296 | 2024-11-29T15:06:30.639Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
297 | 2024-11-29T15:06:30.641Z | Compiling colored v2.1.0 |
298 | 2024-11-29T15:06:30.973Z | Compiling terminal_size v0.4.0 |
299 | 2024-11-29T15:06:31.043Z | Compiling tracing v0.1.40 |
300 | 2024-11-29T15:06:31.049Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
301 | 2024-11-29T15:06:31.150Z | Compiling rand v0.8.5 |
302 | 2024-11-29T15:06:31.404Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
303 | 2024-11-29T15:06:31.468Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
304 | 2024-11-29T15:06:31.526Z | Compiling clap_derive v4.5.18 |
305 | 2024-11-29T15:06:31.543Z | Compiling clap_builder v4.5.21 |
306 | 2024-11-29T15:06:31.662Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
307 | 2024-11-29T15:06:32.486Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
308 | 2024-11-29T15:06:34.372Z | Compiling clap v4.5.21 |
309 | 2024-11-29T15:06:35.180Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
310 | 2024-11-29T15:06:35.952Z | Compiling ipnetwork v0.20.0 |
311 | 2024-11-29T15:06:35.952Z | Compiling postcard v1.0.10 |
312 | 2024-11-29T15:06:36.191Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
313 | 2024-11-29T15:06:36.398Z | Compiling uuid v1.11.0 |
314 | 2024-11-29T15:06:38.339Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
315 | 2024-11-29T15:06:39.021Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
316 | 2024-11-29T15:06:45.066Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
317 | 2024-11-29T15:06:47.080Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
318 | 2024-11-29T15:06:53.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.82s |
319 | 2024-11-29T15:06:53.851Z | Building xde (debug). |
320 | 2024-11-29T15:06:53.978Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
321 | 2024-11-29T15:06:54.242Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
322 | 2024-11-29T15:06:54.263Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
323 | 2024-11-29T15:06:54.263Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
324 | 2024-11-29T15:06:54.266Z | info: downloading component 'rust-src' |
325 | 2024-11-29T15:06:54.484Z | info: installing component 'rust-src' |
326 | 2024-11-29T15:06:55.150Z | Updating crates.io index |
327 | 2024-11-29T15:06:55.252Z | Downloading crates ... |
328 | 2024-11-29T15:06:55.332Z | Downloaded allocator-api2 v0.2.18 |
329 | 2024-11-29T15:06:55.340Z | Downloaded adler v1.0.2 |
330 | 2024-11-29T15:06:55.344Z | Downloaded addr2line v0.22.0 |
331 | 2024-11-29T15:06:55.350Z | Downloaded getopts v0.2.21 |
332 | 2024-11-29T15:06:55.368Z | Downloaded miniz_oxide v0.7.4 |
333 | 2024-11-29T15:06:55.384Z | Downloaded gimli v0.29.0 |
334 | 2024-11-29T15:06:55.392Z | Downloaded hashbrown v0.15.0 |
335 | 2024-11-29T15:06:55.396Z | Downloaded compiler_builtins v0.1.138 |
336 | 2024-11-29T15:06:55.435Z | Downloaded libc v0.2.161 |
337 | 2024-11-29T15:06:55.535Z | Compiling compiler_builtins v0.1.138 |
338 | 2024-11-29T15:06:55.535Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
339 | 2024-11-29T15:06:55.538Z | Compiling proc-macro2 v1.0.92 |
340 | 2024-11-29T15:06:55.538Z | Compiling unicode-ident v1.0.14 |
341 | 2024-11-29T15:06:55.538Z | Compiling fnv v1.0.7 |
342 | 2024-11-29T15:06:55.538Z | Compiling strsim v0.11.1 |
343 | 2024-11-29T15:06:55.538Z | Compiling ident_case v1.0.1 |
344 | 2024-11-29T15:06:55.538Z | Compiling memchr v2.7.4 |
345 | 2024-11-29T15:06:55.720Z | Compiling regex-syntax v0.8.5 |
346 | 2024-11-29T15:06:55.750Z | Compiling serde v1.0.215 |
347 | 2024-11-29T15:06:55.767Z | Compiling either v1.13.0 |
348 | 2024-11-29T15:06:56.130Z | Compiling zerocopy v0.8.11 |
349 | 2024-11-29T15:06:56.383Z | Compiling itertools v0.13.0 |
350 | 2024-11-29T15:06:56.408Z | Compiling aho-corasick v1.1.3 |
351 | 2024-11-29T15:06:56.743Z | Compiling heapless v0.8.0 |
352 | 2024-11-29T15:06:57.160Z | Compiling smoltcp v0.11.0 |
353 | 2024-11-29T15:06:57.166Z | Compiling version_check v0.9.5 |
354 | 2024-11-29T15:06:57.368Z | Compiling quote v1.0.37 |
355 | 2024-11-29T15:06:57.971Z | Compiling syn v2.0.89 |
356 | 2024-11-29T15:06:58.078Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
357 | 2024-11-29T15:06:59.140Z | Compiling regex-automata v0.4.9 |
358 | 2024-11-29T15:07:01.919Z | Compiling regex v1.11.1 |
359 | 2024-11-29T15:07:02.853Z | Compiling darling_core v0.20.10 |
360 | 2024-11-29T15:07:04.782Z | Compiling serde_derive v1.0.215 |
361 | 2024-11-29T15:07:04.782Z | Compiling zerocopy-derive v0.8.11 |
362 | 2024-11-29T15:07:04.782Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
363 | 2024-11-29T15:07:06.651Z | Compiling darling_macro v0.20.10 |
364 | 2024-11-29T15:07:07.870Z | Compiling darling v0.20.10 |
365 | 2024-11-29T15:07:07.962Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
366 | 2024-11-29T15:07:07.962Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
367 | 2024-11-29T15:07:14.596Z | 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) |
368 | 2024-11-29T15:07:15.346Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
369 | 2024-11-29T15:07:17.647Z | Compiling byteorder v1.5.0 |
370 | 2024-11-29T15:07:17.647Z | Compiling stable_deref_trait v1.2.0 |
371 | 2024-11-29T15:07:17.647Z | Compiling macaddr v1.0.1 |
372 | 2024-11-29T15:07:17.650Z | Compiling cfg-if v1.0.0 |
373 | 2024-11-29T15:07:17.650Z | Compiling bitflags v2.6.0 |
374 | 2024-11-29T15:07:17.735Z | Compiling managed v0.8.0 |
375 | 2024-11-29T15:07:17.749Z | Compiling bitflags v1.3.2 |
376 | 2024-11-29T15:07:17.837Z | Compiling cobs v0.2.3 |
377 | 2024-11-29T15:07:17.958Z | Compiling hash32 v0.3.1 |
378 | 2024-11-29T15:07:18.047Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
379 | 2024-11-29T15:07:18.137Z | Compiling crc32fast v1.4.2 |
380 | 2024-11-29T15:07:18.143Z | Compiling dyn-clone v1.0.17 |
381 | 2024-11-29T15:07:18.298Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
382 | 2024-11-29T15:07:19.819Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
383 | 2024-11-29T15:07:21.079Z | Compiling postcard v1.0.10 |
384 | 2024-11-29T15:07:21.082Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
385 | 2024-11-29T15:07:21.082Z | Compiling uuid v1.11.0 |
386 | 2024-11-29T15:07:22.379Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
387 | 2024-11-29T15:07:28.182Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
388 | 2024-11-29T15:07:31.906Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
389 | 2024-11-29T15:07:34.577Z | warning: creating a mutable reference to mutable static is discouraged |
390 | 2024-11-29T15:07:34.577Z | --> xde/src/xde.rs:311:5 |
391 | 2024-11-29T15:07:34.578Z | | |
392 | 2024-11-29T15:07:34.579Z | 311 | xde_devs.init(KRwLockType::Driver); |
393 | 2024-11-29T15:07:34.579Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
394 | 2024-11-29T15:07:34.579Z | | |
395 | 2024-11-29T15:07:34.579Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
396 | 2024-11-29T15:07:34.579Z | = 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 |
397 | 2024-11-29T15:07:34.579Z | = note: `#[warn(static_mut_refs)]` on by default |
398 | 2024-11-29T15:07:34.579Z | |
399 | 2024-11-29T15:07:34.582Z | warning: creating a shared reference to mutable static is discouraged |
400 | 2024-11-29T15:07:34.582Z | --> xde/src/xde.rs:668:29 |
401 | 2024-11-29T15:07:34.582Z | | |
402 | 2024-11-29T15:07:34.582Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
403 | 2024-11-29T15:07:34.582Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
404 | 2024-11-29T15:07:34.582Z | | |
405 | 2024-11-29T15:07:34.582Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
406 | 2024-11-29T15:07:34.582Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
407 | 2024-11-29T15:07:34.582Z | |
408 | 2024-11-29T15:07:34.582Z | warning: creating a shared reference to mutable static is discouraged |
409 | 2024-11-29T15:07:34.582Z | --> xde/src/xde.rs:824:29 |
410 | 2024-11-29T15:07:34.582Z | | |
411 | 2024-11-29T15:07:34.582Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
412 | 2024-11-29T15:07:34.582Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
413 | 2024-11-29T15:07:34.582Z | | |
414 | 2024-11-29T15:07:34.582Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
415 | 2024-11-29T15:07:34.582Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
416 | 2024-11-29T15:07:34.582Z | |
417 | 2024-11-29T15:07:34.582Z | warning: creating a shared reference to mutable static is discouraged |
418 | 2024-11-29T15:07:34.582Z | --> xde/src/xde.rs:914:18 |
419 | 2024-11-29T15:07:34.582Z | | |
420 | 2024-11-29T15:07:34.582Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
421 | 2024-11-29T15:07:34.582Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
422 | 2024-11-29T15:07:34.582Z | | |
423 | 2024-11-29T15:07:34.582Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
424 | 2024-11-29T15:07:34.582Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
425 | 2024-11-29T15:07:34.582Z | |
426 | 2024-11-29T15:07:34.582Z | warning: creating a shared reference to mutable static is discouraged |
427 | 2024-11-29T15:07:34.582Z | --> xde/src/xde.rs:1227:9 |
428 | 2024-11-29T15:07:34.582Z | | |
429 | 2024-11-29T15:07:34.582Z | 1227 | if !xde_devs.read().is_empty() { |
430 | 2024-11-29T15:07:34.582Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
431 | 2024-11-29T15:07:34.582Z | | |
432 | 2024-11-29T15:07:34.583Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
433 | 2024-11-29T15:07:34.583Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
434 | 2024-11-29T15:07:34.583Z | |
435 | 2024-11-29T15:07:34.586Z | warning: creating a shared reference to mutable static is discouraged |
436 | 2024-11-29T15:07:34.586Z | --> xde/src/xde.rs:1631:33 |
437 | 2024-11-29T15:07:34.586Z | | |
438 | 2024-11-29T15:07:34.586Z | 1631 | let devs = unsafe { xde_devs.read() }; |
439 | 2024-11-29T15:07:34.586Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
440 | 2024-11-29T15:07:34.586Z | | |
441 | 2024-11-29T15:07:34.586Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
442 | 2024-11-29T15:07:34.586Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
443 | 2024-11-29T15:07:34.587Z | |
444 | 2024-11-29T15:07:34.587Z | warning: creating a shared reference to mutable static is discouraged |
445 | 2024-11-29T15:07:34.587Z | --> xde/src/xde.rs:1888:16 |
446 | 2024-11-29T15:07:34.587Z | | |
447 | 2024-11-29T15:07:34.587Z | 1888 | let devs = xde_devs.read(); |
448 | 2024-11-29T15:07:34.587Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
449 | 2024-11-29T15:07:34.587Z | | |
450 | 2024-11-29T15:07:34.587Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
451 | 2024-11-29T15:07:34.587Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
452 | 2024-11-29T15:07:34.587Z | |
453 | 2024-11-29T15:07:34.587Z | warning: creating a shared reference to mutable static is discouraged |
454 | 2024-11-29T15:07:34.587Z | --> xde/src/xde.rs:1939:25 |
455 | 2024-11-29T15:07:34.587Z | | |
456 | 2024-11-29T15:07:34.587Z | 1939 | let devs = unsafe { xde_devs.read() }; |
457 | 2024-11-29T15:07:34.587Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
458 | 2024-11-29T15:07:34.587Z | | |
459 | 2024-11-29T15:07:34.587Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
460 | 2024-11-29T15:07:34.587Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
461 | 2024-11-29T15:07:34.587Z | |
462 | 2024-11-29T15:07:34.587Z | warning: creating a shared reference to mutable static is discouraged |
463 | 2024-11-29T15:07:34.587Z | --> xde/src/xde.rs:1954:25 |
464 | 2024-11-29T15:07:34.587Z | | |
465 | 2024-11-29T15:07:34.587Z | 1954 | let devs = unsafe { xde_devs.read() }; |
466 | 2024-11-29T15:07:34.587Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
467 | 2024-11-29T15:07:34.587Z | | |
468 | 2024-11-29T15:07:34.587Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
469 | 2024-11-29T15:07:34.587Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
470 | 2024-11-29T15:07:34.587Z | |
471 | 2024-11-29T15:07:34.587Z | warning: creating a shared reference to mutable static is discouraged |
472 | 2024-11-29T15:07:34.587Z | --> xde/src/xde.rs:1967:25 |
473 | 2024-11-29T15:07:34.587Z | | |
474 | 2024-11-29T15:07:34.587Z | 1967 | let devs = unsafe { xde_devs.read() }; |
475 | 2024-11-29T15:07:34.587Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
476 | 2024-11-29T15:07:34.587Z | | |
477 | 2024-11-29T15:07:34.587Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
478 | 2024-11-29T15:07:34.587Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
479 | 2024-11-29T15:07:34.587Z | |
480 | 2024-11-29T15:07:34.587Z | warning: creating a shared reference to mutable static is discouraged |
481 | 2024-11-29T15:07:34.587Z | --> xde/src/xde.rs:1981:25 |
482 | 2024-11-29T15:07:34.588Z | | |
483 | 2024-11-29T15:07:34.588Z | 1981 | let devs = unsafe { xde_devs.read() }; |
484 | 2024-11-29T15:07:34.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
485 | 2024-11-29T15:07:34.588Z | | |
486 | 2024-11-29T15:07:34.588Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
487 | 2024-11-29T15:07:34.588Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
488 | 2024-11-29T15:07:34.588Z | |
489 | 2024-11-29T15:07:34.588Z | warning: creating a shared reference to mutable static is discouraged |
490 | 2024-11-29T15:07:34.588Z | --> xde/src/xde.rs:1995:25 |
491 | 2024-11-29T15:07:34.588Z | | |
492 | 2024-11-29T15:07:34.588Z | 1995 | let devs = unsafe { xde_devs.read() }; |
493 | 2024-11-29T15:07:34.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
494 | 2024-11-29T15:07:34.588Z | | |
495 | 2024-11-29T15:07:34.588Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
496 | 2024-11-29T15:07:34.588Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
497 | 2024-11-29T15:07:34.588Z | |
498 | 2024-11-29T15:07:34.592Z | warning: creating a shared reference to mutable static is discouraged |
499 | 2024-11-29T15:07:34.592Z | --> xde/src/xde.rs:2061:25 |
500 | 2024-11-29T15:07:34.592Z | | |
501 | 2024-11-29T15:07:34.592Z | 2061 | let devs = unsafe { xde_devs.read() }; |
502 | 2024-11-29T15:07:34.592Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
503 | 2024-11-29T15:07:34.592Z | | |
504 | 2024-11-29T15:07:34.592Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
505 | 2024-11-29T15:07:34.592Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
506 | 2024-11-29T15:07:34.592Z | |
507 | 2024-11-29T15:07:34.592Z | warning: creating a shared reference to mutable static is discouraged |
508 | 2024-11-29T15:07:34.592Z | --> xde/src/xde.rs:2074:25 |
509 | 2024-11-29T15:07:34.592Z | | |
510 | 2024-11-29T15:07:34.592Z | 2074 | let devs = unsafe { xde_devs.read() }; |
511 | 2024-11-29T15:07:34.592Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
512 | 2024-11-29T15:07:34.592Z | | |
513 | 2024-11-29T15:07:34.592Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
514 | 2024-11-29T15:07:34.592Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
515 | 2024-11-29T15:07:34.592Z | |
516 | 2024-11-29T15:07:34.592Z | warning: creating a shared reference to mutable static is discouraged |
517 | 2024-11-29T15:07:34.592Z | --> xde/src/xde.rs:2088:25 |
518 | 2024-11-29T15:07:34.592Z | | |
519 | 2024-11-29T15:07:34.592Z | 2088 | let devs = unsafe { xde_devs.read() }; |
520 | 2024-11-29T15:07:34.592Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
521 | 2024-11-29T15:07:34.592Z | | |
522 | 2024-11-29T15:07:34.592Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
523 | 2024-11-29T15:07:34.592Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
524 | 2024-11-29T15:07:34.592Z | |
525 | 2024-11-29T15:07:34.592Z | warning: creating a shared reference to mutable static is discouraged |
526 | 2024-11-29T15:07:34.592Z | --> xde/src/xde.rs:2104:25 |
527 | 2024-11-29T15:07:34.592Z | | |
528 | 2024-11-29T15:07:34.592Z | 2104 | let devs = unsafe { xde_devs.read() }; |
529 | 2024-11-29T15:07:34.592Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
530 | 2024-11-29T15:07:34.592Z | | |
531 | 2024-11-29T15:07:34.592Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
532 | 2024-11-29T15:07:34.592Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
533 | 2024-11-29T15:07:34.593Z | |
534 | 2024-11-29T15:07:34.593Z | warning: creating a shared reference to mutable static is discouraged |
535 | 2024-11-29T15:07:34.593Z | --> xde/src/xde.rs:2119:25 |
536 | 2024-11-29T15:07:34.593Z | | |
537 | 2024-11-29T15:07:34.593Z | 2119 | let devs = unsafe { xde_devs.read() }; |
538 | 2024-11-29T15:07:34.593Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
539 | 2024-11-29T15:07:34.593Z | | |
540 | 2024-11-29T15:07:34.593Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
541 | 2024-11-29T15:07:34.593Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
542 | 2024-11-29T15:07:34.593Z | |
543 | 2024-11-29T15:07:34.593Z | warning: creating a shared reference to mutable static is discouraged |
544 | 2024-11-29T15:07:34.593Z | --> xde/src/xde.rs:2134:25 |
545 | 2024-11-29T15:07:34.593Z | | |
546 | 2024-11-29T15:07:34.593Z | 2134 | let devs = unsafe { xde_devs.read() }; |
547 | 2024-11-29T15:07:34.593Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
548 | 2024-11-29T15:07:34.593Z | | |
549 | 2024-11-29T15:07:34.593Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
550 | 2024-11-29T15:07:34.593Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
551 | 2024-11-29T15:07:34.594Z | |
552 | 2024-11-29T15:07:34.594Z | warning: creating a shared reference to mutable static is discouraged |
553 | 2024-11-29T15:07:34.594Z | --> xde/src/xde.rs:2147:25 |
554 | 2024-11-29T15:07:34.594Z | | |
555 | 2024-11-29T15:07:34.594Z | 2147 | let devs = unsafe { xde_devs.read() }; |
556 | 2024-11-29T15:07:34.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
557 | 2024-11-29T15:07:34.594Z | | |
558 | 2024-11-29T15:07:34.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
559 | 2024-11-29T15:07:34.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
560 | 2024-11-29T15:07:34.594Z | |
561 | 2024-11-29T15:07:34.594Z | warning: creating a shared reference to mutable static is discouraged |
562 | 2024-11-29T15:07:34.594Z | --> xde/src/xde.rs:2161:25 |
563 | 2024-11-29T15:07:34.594Z | | |
564 | 2024-11-29T15:07:34.594Z | 2161 | let devs = unsafe { xde_devs.read() }; |
565 | 2024-11-29T15:07:34.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
566 | 2024-11-29T15:07:34.594Z | | |
567 | 2024-11-29T15:07:34.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
568 | 2024-11-29T15:07:34.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
569 | 2024-11-29T15:07:34.594Z | |
570 | 2024-11-29T15:07:34.594Z | warning: creating a shared reference to mutable static is discouraged |
571 | 2024-11-29T15:07:34.594Z | --> xde/src/xde.rs:2178:25 |
572 | 2024-11-29T15:07:34.594Z | | |
573 | 2024-11-29T15:07:34.594Z | 2178 | let devs = unsafe { xde_devs.read() }; |
574 | 2024-11-29T15:07:34.595Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
575 | 2024-11-29T15:07:34.595Z | | |
576 | 2024-11-29T15:07:34.595Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
577 | 2024-11-29T15:07:34.595Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
578 | 2024-11-29T15:07:34.595Z | |
579 | 2024-11-29T15:07:34.595Z | warning: creating a shared reference to mutable static is discouraged |
580 | 2024-11-29T15:07:34.595Z | --> xde/src/xde.rs:2192:25 |
581 | 2024-11-29T15:07:34.595Z | | |
582 | 2024-11-29T15:07:34.595Z | 2192 | let devs = unsafe { xde_devs.read() }; |
583 | 2024-11-29T15:07:34.595Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
584 | 2024-11-29T15:07:34.595Z | | |
585 | 2024-11-29T15:07:34.595Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
586 | 2024-11-29T15:07:34.595Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
587 | 2024-11-29T15:07:34.595Z | |
588 | 2024-11-29T15:07:37.021Z | warning: `xde` (lib) generated 22 warnings |
589 | 2024-11-29T15:07:37.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.11s |
590 | 2024-11-29T15:07:37.052Z | Linking xde kmod... |
591 | 2024-11-29T15:07:40.698Z | Building xde dev link helper (debug). |
592 | 2024-11-29T15:07:40.873Z | Compiling compiler_builtins v0.1.138 |
593 | 2024-11-29T15:07:40.873Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
594 | 2024-11-29T15:07:40.876Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
595 | 2024-11-29T15:07:55.640Z | 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) |
596 | 2024-11-29T15:07:56.400Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
597 | 2024-11-29T15:07:59.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s |
598 | 2024-11-29T15:07:59.521Z | Building opteadm (release). |
599 | 2024-11-29T15:07:59.801Z | Compiling proc-macro2 v1.0.92 |
600 | 2024-11-29T15:07:59.801Z | Compiling unicode-ident v1.0.14 |
601 | 2024-11-29T15:07:59.804Z | Compiling libc v0.2.164 |
602 | 2024-11-29T15:07:59.804Z | Compiling cfg-if v1.0.0 |
603 | 2024-11-29T15:07:59.804Z | Compiling serde v1.0.215 |
604 | 2024-11-29T15:07:59.804Z | Compiling byteorder v1.5.0 |
605 | 2024-11-29T15:07:59.804Z | Compiling ident_case v1.0.1 |
606 | 2024-11-29T15:07:59.804Z | Compiling strsim v0.11.1 |
607 | 2024-11-29T15:07:59.884Z | Compiling fnv v1.0.7 |
608 | 2024-11-29T15:07:59.958Z | Compiling memchr v2.7.4 |
609 | 2024-11-29T15:07:59.968Z | Compiling bitflags v2.6.0 |
610 | 2024-11-29T15:07:59.989Z | Compiling syn v1.0.109 |
611 | 2024-11-29T15:08:00.157Z | Compiling regex-syntax v0.8.5 |
612 | 2024-11-29T15:08:00.369Z | Compiling anyhow v1.0.93 |
613 | 2024-11-29T15:08:00.376Z | Compiling either v1.13.0 |
614 | 2024-11-29T15:08:00.428Z | Compiling hashbrown v0.15.2 |
615 | 2024-11-29T15:08:00.596Z | Compiling autocfg v1.4.0 |
616 | 2024-11-29T15:08:00.770Z | Compiling zerocopy v0.8.11 |
617 | 2024-11-29T15:08:00.930Z | Compiling aho-corasick v1.1.3 |
618 | 2024-11-29T15:08:01.301Z | Compiling equivalent v1.0.1 |
619 | 2024-11-29T15:08:01.389Z | Compiling lock_api v0.4.12 |
620 | 2024-11-29T15:08:01.400Z | Compiling itertools v0.13.0 |
621 | 2024-11-29T15:08:01.507Z | Compiling quote v1.0.37 |
622 | 2024-11-29T15:08:01.632Z | Compiling indexmap v2.6.0 |
623 | 2024-11-29T15:08:01.784Z | Compiling winnow v0.5.40 |
624 | 2024-11-29T15:08:02.068Z | Compiling syn v2.0.89 |
625 | 2024-11-29T15:08:03.046Z | Compiling heapless v0.8.0 |
626 | 2024-11-29T15:08:03.594Z | Compiling toml_datetime v0.6.8 |
627 | 2024-11-29T15:08:03.976Z | Compiling regex-automata v0.4.9 |
628 | 2024-11-29T15:08:04.239Z | Compiling parking_lot_core v0.9.10 |
629 | 2024-11-29T15:08:04.862Z | Compiling hash32 v0.3.1 |
630 | 2024-11-29T15:08:04.869Z | Compiling stable_deref_trait v1.2.0 |
631 | 2024-11-29T15:08:04.896Z | Compiling scopeguard v1.2.0 |
632 | 2024-11-29T15:08:04.949Z | Compiling macaddr v1.0.1 |
633 | 2024-11-29T15:08:05.018Z | Compiling once_cell v1.20.2 |
634 | 2024-11-29T15:08:05.054Z | Compiling smallvec v1.13.2 |
635 | 2024-11-29T15:08:05.400Z | Compiling toml_edit v0.19.15 |
636 | 2024-11-29T15:08:05.408Z | Compiling smoltcp v0.11.0 |
637 | 2024-11-29T15:08:05.537Z | Compiling serde_json v1.0.133 |
638 | 2024-11-29T15:08:05.569Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
639 | 2024-11-29T15:08:05.882Z | Compiling dyn-clone v1.0.17 |
640 | 2024-11-29T15:08:06.107Z | Compiling getrandom v0.2.15 |
641 | 2024-11-29T15:08:06.414Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
642 | 2024-11-29T15:08:06.428Z | Compiling managed v0.8.0 |
643 | 2024-11-29T15:08:06.694Z | Compiling itoa v1.0.13 |
644 | 2024-11-29T15:08:06.739Z | Compiling pin-project-lite v0.2.15 |
645 | 2024-11-29T15:08:06.857Z | Compiling ryu v1.0.18 |
646 | 2024-11-29T15:08:06.894Z | Compiling version_check v0.9.5 |
647 | 2024-11-29T15:08:06.911Z | Compiling rustix v0.38.41 |
648 | 2024-11-29T15:08:07.195Z | Compiling schemars v0.8.21 |
649 | 2024-11-29T15:08:07.365Z | Compiling thiserror v1.0.69 |
650 | 2024-11-29T15:08:07.505Z | Compiling cobs v0.2.3 |
651 | 2024-11-29T15:08:07.560Z | Compiling bitflags v1.3.2 |
652 | 2024-11-29T15:08:07.685Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
653 | 2024-11-29T15:08:07.841Z | Compiling parking_lot v0.12.3 |
654 | 2024-11-29T15:08:08.019Z | Compiling proc-macro-crate v1.3.1 |
655 | 2024-11-29T15:08:08.115Z | Compiling regex v1.11.1 |
656 | 2024-11-29T15:08:08.786Z | Compiling rand_core v0.6.4 |
657 | 2024-11-29T15:08:09.140Z | Compiling darling_core v0.20.10 |
658 | 2024-11-29T15:08:09.252Z | Compiling serde_derive_internals v0.29.1 |
659 | 2024-11-29T15:08:09.619Z | Compiling socket2 v0.5.7 |
660 | 2024-11-29T15:08:10.850Z | Compiling mio v1.0.2 |
661 | 2024-11-29T15:08:11.205Z | Compiling errno v0.3.9 |
662 | 2024-11-29T15:08:11.365Z | Compiling signal-hook-registry v1.4.2 |
663 | 2024-11-29T15:08:11.439Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
664 | 2024-11-29T15:08:11.584Z | Compiling foreign-types-shared v0.3.1 |
665 | 2024-11-29T15:08:11.690Z | Compiling unicode-width v0.1.14 |
666 | 2024-11-29T15:08:12.126Z | Compiling bytes v1.8.0 |
667 | 2024-11-29T15:08:12.250Z | Compiling utf8parse v0.2.2 |
668 | 2024-11-29T15:08:12.390Z | Compiling anstyle-parse v0.2.6 |
669 | 2024-11-29T15:08:12.532Z | Compiling tabwriter v1.4.0 |
670 | 2024-11-29T15:08:12.536Z | Compiling num_enum_derive v0.5.11 |
671 | 2024-11-29T15:08:12.767Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
672 | 2024-11-29T15:08:13.207Z | Compiling tracing-core v0.1.32 |
673 | 2024-11-29T15:08:13.994Z | Compiling cstr-argument v0.1.2 |
674 | 2024-11-29T15:08:14.067Z | Compiling serde_derive v1.0.215 |
675 | 2024-11-29T15:08:14.253Z | Compiling zerocopy-derive v0.8.11 |
676 | 2024-11-29T15:08:14.351Z | Compiling zerocopy-derive v0.7.35 |
677 | 2024-11-29T15:08:14.714Z | Compiling foreign-types-macros v0.2.3 |
678 | 2024-11-29T15:08:14.826Z | Compiling darling_macro v0.20.10 |
679 | 2024-11-29T15:08:14.983Z | Compiling thiserror-impl v1.0.69 |
680 | 2024-11-29T15:08:15.142Z | Compiling schemars_derive v0.8.21 |
681 | 2024-11-29T15:08:15.553Z | Compiling tokio-macros v2.4.0 |
682 | 2024-11-29T15:08:15.817Z | Compiling darling v0.20.10 |
683 | 2024-11-29T15:08:15.926Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
684 | 2024-11-29T15:08:16.034Z | Compiling foreign-types v0.5.0 |
685 | 2024-11-29T15:08:16.133Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
686 | 2024-11-29T15:08:16.304Z | Compiling zerocopy v0.7.35 |
687 | 2024-11-29T15:08:17.017Z | Compiling tokio v1.41.1 |
688 | 2024-11-29T15:08:17.268Z | Compiling num_enum v0.5.11 |
689 | 2024-11-29T15:08:17.422Z | Compiling tracing-attributes v0.1.27 |
690 | 2024-11-29T15:08:17.911Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
691 | 2024-11-29T15:08:17.984Z | Compiling ppv-lite86 v0.2.20 |
692 | 2024-11-29T15:08:18.716Z | Compiling crc32fast v1.4.2 |
693 | 2024-11-29T15:08:18.799Z | Compiling lazy_static v1.5.0 |
694 | 2024-11-29T15:08:18.926Z | Compiling rand_chacha v0.3.1 |
695 | 2024-11-29T15:08:18.934Z | Compiling is_terminal_polyfill v1.70.1 |
696 | 2024-11-29T15:08:19.047Z | Compiling pretty-hex v0.2.1 |
697 | 2024-11-29T15:08:19.047Z | Compiling colorchoice v1.0.3 |
698 | 2024-11-29T15:08:19.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
699 | 2024-11-29T15:08:19.234Z | Compiling anstyle-query v1.1.2 |
700 | 2024-11-29T15:08:19.393Z | Compiling anstyle v1.0.10 |
701 | 2024-11-29T15:08:19.603Z | Compiling rand v0.8.5 |
702 | 2024-11-29T15:08:19.903Z | Compiling anstream v0.6.18 |
703 | 2024-11-29T15:08:20.606Z | Compiling tracing v0.1.40 |
704 | 2024-11-29T15:08:20.716Z | Compiling colored v2.1.0 |
705 | 2024-11-29T15:08:21.250Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
706 | 2024-11-29T15:08:21.573Z | Compiling terminal_size v0.4.0 |
707 | 2024-11-29T15:08:21.617Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
708 | 2024-11-29T15:08:21.782Z | Compiling winnow v0.6.20 |
709 | 2024-11-29T15:08:21.785Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
710 | 2024-11-29T15:08:22.008Z | Compiling heck v0.5.0 |
711 | 2024-11-29T15:08:22.150Z | Compiling clap_lex v0.7.3 |
712 | 2024-11-29T15:08:22.243Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
713 | 2024-11-29T15:08:22.251Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
714 | 2024-11-29T15:08:22.426Z | Compiling clap_derive v4.5.18 |
715 | 2024-11-29T15:08:22.779Z | Compiling clap_builder v4.5.21 |
716 | 2024-11-29T15:08:25.234Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
717 | 2024-11-29T15:08:26.391Z | Compiling clap v4.5.21 |
718 | 2024-11-29T15:08:26.595Z | Compiling ipnetwork v0.20.0 |
719 | 2024-11-29T15:08:26.596Z | Compiling postcard v1.0.10 |
720 | 2024-11-29T15:08:27.321Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
721 | 2024-11-29T15:08:27.376Z | Compiling uuid v1.11.0 |
722 | 2024-11-29T15:08:30.139Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
723 | 2024-11-29T15:08:31.090Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
724 | 2024-11-29T15:08:37.476Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
725 | 2024-11-29T15:08:39.217Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
726 | 2024-11-29T15:09:15.804Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 16s |
727 | 2024-11-29T15:09:15.848Z | Building xde (release). |
728 | 2024-11-29T15:09:16.146Z | Compiling compiler_builtins v0.1.138 |
729 | 2024-11-29T15:09:16.148Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
730 | 2024-11-29T15:09:16.148Z | Compiling proc-macro2 v1.0.92 |
731 | 2024-11-29T15:09:16.148Z | Compiling unicode-ident v1.0.14 |
732 | 2024-11-29T15:09:16.148Z | Compiling strsim v0.11.1 |
733 | 2024-11-29T15:09:16.148Z | Compiling fnv v1.0.7 |
734 | 2024-11-29T15:09:16.148Z | Compiling ident_case v1.0.1 |
735 | 2024-11-29T15:09:16.149Z | Compiling memchr v2.7.4 |
736 | 2024-11-29T15:09:16.260Z | Compiling serde v1.0.215 |
737 | 2024-11-29T15:09:16.286Z | Compiling regex-syntax v0.8.5 |
738 | 2024-11-29T15:09:16.316Z | Compiling either v1.13.0 |
739 | 2024-11-29T15:09:16.685Z | Compiling zerocopy v0.8.11 |
740 | 2024-11-29T15:09:16.831Z | Compiling itertools v0.13.0 |
741 | 2024-11-29T15:09:16.939Z | Compiling heapless v0.8.0 |
742 | 2024-11-29T15:09:17.267Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-29T15:09:17.635Z | Compiling quote v1.0.37 |
744 | 2024-11-29T15:09:17.702Z | Compiling smoltcp v0.11.0 |
745 | 2024-11-29T15:09:17.849Z | Compiling version_check v0.9.5 |
746 | 2024-11-29T15:09:18.293Z | Compiling syn v2.0.89 |
747 | 2024-11-29T15:09:18.600Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
748 | 2024-11-29T15:09:19.740Z | Compiling regex-automata v0.4.9 |
749 | 2024-11-29T15:09:22.415Z | Compiling regex v1.11.1 |
750 | 2024-11-29T15:09:23.154Z | Compiling darling_core v0.20.10 |
751 | 2024-11-29T15:09:25.091Z | Compiling serde_derive v1.0.215 |
752 | 2024-11-29T15:09:25.091Z | Compiling zerocopy-derive v0.8.11 |
753 | 2024-11-29T15:09:25.094Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
754 | 2024-11-29T15:09:27.061Z | Compiling darling_macro v0.20.10 |
755 | 2024-11-29T15:09:28.271Z | Compiling darling v0.20.10 |
756 | 2024-11-29T15:09:28.359Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
757 | 2024-11-29T15:09:28.359Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
758 | 2024-11-29T15:09:36.764Z | 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) |
759 | 2024-11-29T15:09:37.582Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
760 | 2024-11-29T15:09:40.494Z | Compiling byteorder v1.5.0 |
761 | 2024-11-29T15:09:40.496Z | Compiling stable_deref_trait v1.2.0 |
762 | 2024-11-29T15:09:40.499Z | Compiling cfg-if v1.0.0 |
763 | 2024-11-29T15:09:40.499Z | Compiling macaddr v1.0.1 |
764 | 2024-11-29T15:09:40.499Z | Compiling cobs v0.2.3 |
765 | 2024-11-29T15:09:40.572Z | Compiling managed v0.8.0 |
766 | 2024-11-29T15:09:40.579Z | Compiling bitflags v1.3.2 |
767 | 2024-11-29T15:09:40.663Z | Compiling bitflags v2.6.0 |
768 | 2024-11-29T15:09:40.807Z | Compiling hash32 v0.3.1 |
769 | 2024-11-29T15:09:40.830Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
770 | 2024-11-29T15:09:41.013Z | Compiling crc32fast v1.4.2 |
771 | 2024-11-29T15:09:41.030Z | Compiling dyn-clone v1.0.17 |
772 | 2024-11-29T15:09:41.156Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
773 | 2024-11-29T15:09:42.896Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
774 | 2024-11-29T15:09:44.029Z | Compiling postcard v1.0.10 |
775 | 2024-11-29T15:09:44.237Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
776 | 2024-11-29T15:09:44.333Z | Compiling uuid v1.11.0 |
777 | 2024-11-29T15:09:45.719Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
778 | 2024-11-29T15:09:50.744Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
779 | 2024-11-29T15:09:54.363Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
780 | 2024-11-29T15:09:56.290Z | warning: creating a mutable reference to mutable static is discouraged |
781 | 2024-11-29T15:09:56.290Z | --> xde/src/xde.rs:311:5 |
782 | 2024-11-29T15:09:56.290Z | | |
783 | 2024-11-29T15:09:56.290Z | 311 | xde_devs.init(KRwLockType::Driver); |
784 | 2024-11-29T15:09:56.290Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
785 | 2024-11-29T15:09:56.290Z | | |
786 | 2024-11-29T15:09:56.290Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
787 | 2024-11-29T15:09:56.290Z | = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives |
788 | 2024-11-29T15:09:56.290Z | = note: `#[warn(static_mut_refs)]` on by default |
789 | 2024-11-29T15:09:56.290Z | |
790 | 2024-11-29T15:09:56.293Z | warning: creating a shared reference to mutable static is discouraged |
791 | 2024-11-29T15:09:56.293Z | --> xde/src/xde.rs:668:29 |
792 | 2024-11-29T15:09:56.293Z | | |
793 | 2024-11-29T15:09:56.293Z | 668 | let mut devs = unsafe { xde_devs.write() }; |
794 | 2024-11-29T15:09:56.293Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
795 | 2024-11-29T15:09:56.293Z | | |
796 | 2024-11-29T15:09:56.293Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
797 | 2024-11-29T15:09:56.293Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
798 | 2024-11-29T15:09:56.293Z | |
799 | 2024-11-29T15:09:56.293Z | warning: creating a shared reference to mutable static is discouraged |
800 | 2024-11-29T15:09:56.293Z | --> xde/src/xde.rs:824:29 |
801 | 2024-11-29T15:09:56.293Z | | |
802 | 2024-11-29T15:09:56.293Z | 824 | let mut devs = unsafe { xde_devs.write() }; |
803 | 2024-11-29T15:09:56.293Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
804 | 2024-11-29T15:09:56.293Z | | |
805 | 2024-11-29T15:09:56.293Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
806 | 2024-11-29T15:09:56.293Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
807 | 2024-11-29T15:09:56.293Z | |
808 | 2024-11-29T15:09:56.293Z | warning: creating a shared reference to mutable static is discouraged |
809 | 2024-11-29T15:09:56.293Z | --> xde/src/xde.rs:914:18 |
810 | 2024-11-29T15:09:56.293Z | | |
811 | 2024-11-29T15:09:56.293Z | 914 | if unsafe { !xde_devs.read().is_empty() } { |
812 | 2024-11-29T15:09:56.293Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
813 | 2024-11-29T15:09:56.293Z | | |
814 | 2024-11-29T15:09:56.293Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
815 | 2024-11-29T15:09:56.293Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
816 | 2024-11-29T15:09:56.293Z | |
817 | 2024-11-29T15:09:56.294Z | warning: creating a shared reference to mutable static is discouraged |
818 | 2024-11-29T15:09:56.294Z | --> xde/src/xde.rs:1227:9 |
819 | 2024-11-29T15:09:56.294Z | | |
820 | 2024-11-29T15:09:56.294Z | 1227 | if !xde_devs.read().is_empty() { |
821 | 2024-11-29T15:09:56.294Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
822 | 2024-11-29T15:09:56.294Z | | |
823 | 2024-11-29T15:09:56.294Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
824 | 2024-11-29T15:09:56.294Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
825 | 2024-11-29T15:09:56.294Z | |
826 | 2024-11-29T15:09:56.297Z | warning: creating a shared reference to mutable static is discouraged |
827 | 2024-11-29T15:09:56.297Z | --> xde/src/xde.rs:1631:33 |
828 | 2024-11-29T15:09:56.297Z | | |
829 | 2024-11-29T15:09:56.297Z | 1631 | let devs = unsafe { xde_devs.read() }; |
830 | 2024-11-29T15:09:56.297Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
831 | 2024-11-29T15:09:56.297Z | | |
832 | 2024-11-29T15:09:56.297Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
833 | 2024-11-29T15:09:56.297Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
834 | 2024-11-29T15:09:56.297Z | |
835 | 2024-11-29T15:09:56.297Z | warning: creating a shared reference to mutable static is discouraged |
836 | 2024-11-29T15:09:56.298Z | --> xde/src/xde.rs:1888:16 |
837 | 2024-11-29T15:09:56.298Z | | |
838 | 2024-11-29T15:09:56.298Z | 1888 | let devs = xde_devs.read(); |
839 | 2024-11-29T15:09:56.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
840 | 2024-11-29T15:09:56.298Z | | |
841 | 2024-11-29T15:09:56.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
842 | 2024-11-29T15:09:56.298Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
843 | 2024-11-29T15:09:56.298Z | |
844 | 2024-11-29T15:09:56.298Z | warning: creating a shared reference to mutable static is discouraged |
845 | 2024-11-29T15:09:56.298Z | --> xde/src/xde.rs:1939:25 |
846 | 2024-11-29T15:09:56.298Z | | |
847 | 2024-11-29T15:09:56.298Z | 1939 | let devs = unsafe { xde_devs.read() }; |
848 | 2024-11-29T15:09:56.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
849 | 2024-11-29T15:09:56.298Z | | |
850 | 2024-11-29T15:09:56.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
851 | 2024-11-29T15:09:56.298Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
852 | 2024-11-29T15:09:56.298Z | |
853 | 2024-11-29T15:09:56.298Z | warning: creating a shared reference to mutable static is discouraged |
854 | 2024-11-29T15:09:56.298Z | --> xde/src/xde.rs:1954:25 |
855 | 2024-11-29T15:09:56.298Z | | |
856 | 2024-11-29T15:09:56.298Z | 1954 | let devs = unsafe { xde_devs.read() }; |
857 | 2024-11-29T15:09:56.298Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
858 | 2024-11-29T15:09:56.298Z | | |
859 | 2024-11-29T15:09:56.298Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
860 | 2024-11-29T15:09:56.298Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
861 | 2024-11-29T15:09:56.300Z | |
862 | 2024-11-29T15:09:56.300Z | warning: creating a shared reference to mutable static is discouraged |
863 | 2024-11-29T15:09:56.300Z | --> xde/src/xde.rs:1967:25 |
864 | 2024-11-29T15:09:56.300Z | | |
865 | 2024-11-29T15:09:56.300Z | 1967 | let devs = unsafe { xde_devs.read() }; |
866 | 2024-11-29T15:09:56.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
867 | 2024-11-29T15:09:56.300Z | | |
868 | 2024-11-29T15:09:56.300Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
869 | 2024-11-29T15:09:56.300Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
870 | 2024-11-29T15:09:56.300Z | |
871 | 2024-11-29T15:09:56.300Z | warning: creating a shared reference to mutable static is discouraged |
872 | 2024-11-29T15:09:56.300Z | --> xde/src/xde.rs:1981:25 |
873 | 2024-11-29T15:09:56.300Z | | |
874 | 2024-11-29T15:09:56.300Z | 1981 | let devs = unsafe { xde_devs.read() }; |
875 | 2024-11-29T15:09:56.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
876 | 2024-11-29T15:09:56.300Z | | |
877 | 2024-11-29T15:09:56.300Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
878 | 2024-11-29T15:09:56.300Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
879 | 2024-11-29T15:09:56.300Z | |
880 | 2024-11-29T15:09:56.300Z | warning: creating a shared reference to mutable static is discouraged |
881 | 2024-11-29T15:09:56.300Z | --> xde/src/xde.rs:1995:25 |
882 | 2024-11-29T15:09:56.300Z | | |
883 | 2024-11-29T15:09:56.300Z | 1995 | let devs = unsafe { xde_devs.read() }; |
884 | 2024-11-29T15:09:56.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
885 | 2024-11-29T15:09:56.300Z | | |
886 | 2024-11-29T15:09:56.300Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
887 | 2024-11-29T15:09:56.300Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
888 | 2024-11-29T15:09:56.300Z | |
889 | 2024-11-29T15:09:56.300Z | warning: creating a shared reference to mutable static is discouraged |
890 | 2024-11-29T15:09:56.300Z | --> xde/src/xde.rs:2061:25 |
891 | 2024-11-29T15:09:56.300Z | | |
892 | 2024-11-29T15:09:56.300Z | 2061 | let devs = unsafe { xde_devs.read() }; |
893 | 2024-11-29T15:09:56.300Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
894 | 2024-11-29T15:09:56.300Z | | |
895 | 2024-11-29T15:09:56.301Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
896 | 2024-11-29T15:09:56.301Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
897 | 2024-11-29T15:09:56.301Z | |
898 | 2024-11-29T15:09:56.301Z | warning: creating a shared reference to mutable static is discouraged |
899 | 2024-11-29T15:09:56.301Z | --> xde/src/xde.rs:2074:25 |
900 | 2024-11-29T15:09:56.301Z | | |
901 | 2024-11-29T15:09:56.301Z | 2074 | let devs = unsafe { xde_devs.read() }; |
902 | 2024-11-29T15:09:56.301Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
903 | 2024-11-29T15:09:56.301Z | | |
904 | 2024-11-29T15:09:56.301Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
905 | 2024-11-29T15:09:56.301Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
906 | 2024-11-29T15:09:56.301Z | |
907 | 2024-11-29T15:09:56.301Z | warning: creating a shared reference to mutable static is discouraged |
908 | 2024-11-29T15:09:56.301Z | --> xde/src/xde.rs:2088:25 |
909 | 2024-11-29T15:09:56.301Z | | |
910 | 2024-11-29T15:09:56.301Z | 2088 | let devs = unsafe { xde_devs.read() }; |
911 | 2024-11-29T15:09:56.301Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
912 | 2024-11-29T15:09:56.301Z | | |
913 | 2024-11-29T15:09:56.301Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
914 | 2024-11-29T15:09:56.301Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
915 | 2024-11-29T15:09:56.301Z | |
916 | 2024-11-29T15:09:56.301Z | warning: creating a shared reference to mutable static is discouraged |
917 | 2024-11-29T15:09:56.301Z | --> xde/src/xde.rs:2104:25 |
918 | 2024-11-29T15:09:56.301Z | | |
919 | 2024-11-29T15:09:56.301Z | 2104 | let devs = unsafe { xde_devs.read() }; |
920 | 2024-11-29T15:09:56.301Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
921 | 2024-11-29T15:09:56.301Z | | |
922 | 2024-11-29T15:09:56.301Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
923 | 2024-11-29T15:09:56.301Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
924 | 2024-11-29T15:09:56.301Z | |
925 | 2024-11-29T15:09:56.301Z | warning: creating a shared reference to mutable static is discouraged |
926 | 2024-11-29T15:09:56.304Z | --> xde/src/xde.rs:2119:25 |
927 | 2024-11-29T15:09:56.304Z | | |
928 | 2024-11-29T15:09:56.304Z | 2119 | let devs = unsafe { xde_devs.read() }; |
929 | 2024-11-29T15:09:56.304Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
930 | 2024-11-29T15:09:56.304Z | | |
931 | 2024-11-29T15:09:56.304Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
932 | 2024-11-29T15:09:56.304Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
933 | 2024-11-29T15:09:56.304Z | |
934 | 2024-11-29T15:09:56.304Z | warning: creating a shared reference to mutable static is discouraged |
935 | 2024-11-29T15:09:56.304Z | --> xde/src/xde.rs:2134:25 |
936 | 2024-11-29T15:09:56.304Z | | |
937 | 2024-11-29T15:09:56.304Z | 2134 | let devs = unsafe { xde_devs.read() }; |
938 | 2024-11-29T15:09:56.304Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
939 | 2024-11-29T15:09:56.304Z | | |
940 | 2024-11-29T15:09:56.304Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
941 | 2024-11-29T15:09:56.304Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
942 | 2024-11-29T15:09:56.304Z | |
943 | 2024-11-29T15:09:56.305Z | warning: creating a shared reference to mutable static is discouraged |
944 | 2024-11-29T15:09:56.305Z | --> xde/src/xde.rs:2147:25 |
945 | 2024-11-29T15:09:56.305Z | | |
946 | 2024-11-29T15:09:56.305Z | 2147 | let devs = unsafe { xde_devs.read() }; |
947 | 2024-11-29T15:09:56.305Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
948 | 2024-11-29T15:09:56.305Z | | |
949 | 2024-11-29T15:09:56.305Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
950 | 2024-11-29T15:09:56.305Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
951 | 2024-11-29T15:09:56.305Z | |
952 | 2024-11-29T15:09:56.305Z | warning: creating a shared reference to mutable static is discouraged |
953 | 2024-11-29T15:09:56.305Z | --> xde/src/xde.rs:2161:25 |
954 | 2024-11-29T15:09:56.305Z | | |
955 | 2024-11-29T15:09:56.305Z | 2161 | let devs = unsafe { xde_devs.read() }; |
956 | 2024-11-29T15:09:56.306Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
957 | 2024-11-29T15:09:56.306Z | | |
958 | 2024-11-29T15:09:56.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
959 | 2024-11-29T15:09:56.306Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
960 | 2024-11-29T15:09:56.306Z | |
961 | 2024-11-29T15:09:56.306Z | warning: creating a shared reference to mutable static is discouraged |
962 | 2024-11-29T15:09:56.306Z | --> xde/src/xde.rs:2178:25 |
963 | 2024-11-29T15:09:56.306Z | | |
964 | 2024-11-29T15:09:56.306Z | 2178 | let devs = unsafe { xde_devs.read() }; |
965 | 2024-11-29T15:09:56.306Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
966 | 2024-11-29T15:09:56.306Z | | |
967 | 2024-11-29T15:09:56.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
968 | 2024-11-29T15:09:56.306Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
969 | 2024-11-29T15:09:56.306Z | |
970 | 2024-11-29T15:09:56.306Z | warning: creating a shared reference to mutable static is discouraged |
971 | 2024-11-29T15:09:56.306Z | --> xde/src/xde.rs:2192:25 |
972 | 2024-11-29T15:09:56.306Z | | |
973 | 2024-11-29T15:09:56.306Z | 2192 | let devs = unsafe { xde_devs.read() }; |
974 | 2024-11-29T15:09:56.306Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
975 | 2024-11-29T15:09:56.306Z | | |
976 | 2024-11-29T15:09:56.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
977 | 2024-11-29T15:09:56.306Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
978 | 2024-11-29T15:09:56.306Z | |
979 | 2024-11-29T15:10:19.424Z | warning: `xde` (lib) generated 22 warnings |
980 | 2024-11-29T15:10:19.424Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 03s |
981 | 2024-11-29T15:10:19.452Z | Linking xde kmod... |
982 | 2024-11-29T15:10:20.121Z | Building xde dev link helper (release). |
983 | 2024-11-29T15:10:20.297Z | Compiling compiler_builtins v0.1.138 |
984 | 2024-11-29T15:10:20.297Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
985 | 2024-11-29T15:10:20.297Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
986 | 2024-11-29T15:10:36.349Z | 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) |
987 | 2024-11-29T15:10:37.167Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
988 | 2024-11-29T15:10:40.615Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.44s |
989 | 2024-11-29T15:10:40.641Z | |
990 | 2024-11-29T15:10:40.644Z | real 4:57.242636810 |
991 | 2024-11-29T15:10:40.644Z | user 14:44.470728647 |
992 | 2024-11-29T15:10:40.644Z | sys 2:13.648761002 |
993 | 2024-11-29T15:10:40.644Z | trap 0.414998515 |
994 | 2024-11-29T15:10:40.644Z | tflt 1.112857483 |
995 | 2024-11-29T15:10:40.644Z | dflt 7.755045064 |
996 | 2024-11-29T15:10:40.644Z | kflt 0.035269174 |
997 | 2024-11-29T15:10:40.644Z | lock 29:25.626246020 |
998 | 2024-11-29T15:10:40.644Z | slp 52:14.810694385 |
999 | 2024-11-29T15:10:40.644Z | lat 24.425685755 |
1000 | 2024-11-29T15:10:40.644Z | stop 38.033951615 |
1001 | 2024-11-29T15:10:40.644Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1002 | 2024-11-29T15:10:40.644Z | + grep GOTPCREL |
1003 | 2024-11-29T15:10:42.125Z | + header 'package opte' |
1004 | 2024-11-29T15:10:42.128Z | + echo '# ==== package opte ==== #' |
1005 | 2024-11-29T15:10:42.128Z | # ==== package opte ==== # |
1006 | 2024-11-29T15:10:42.128Z | + cargo xtask package --skip-build |
1007 | 2024-11-29T15:10:42.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s |
1008 | 2024-11-29T15:10:42.391Z | Running `target/debug/xtask package --skip-build` |
1009 | 2024-11-29T15:10:42.747Z | + ./clean.sh |
1010 | 2024-11-29T15:10:42.757Z | + mkdir -p proto/kernel/drv/amd64 |
1011 | 2024-11-29T15:10:42.760Z | + mkdir -p proto/opt/oxide/opte/bin |
1012 | 2024-11-29T15:10:42.762Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
1013 | 2024-11-29T15:10:42.765Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
1014 | 2024-11-29T15:10:42.778Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
1015 | 2024-11-29T15:10:42.812Z | + cp ../xde/xde.conf proto/kernel/drv/ |
1016 | 2024-11-29T15:10:42.814Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
1017 | 2024-11-29T15:10:42.816Z | + '[' -z ']' |
1018 | 2024-11-29T15:10:42.816Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
1019 | 2024-11-29T15:10:42.885Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
1020 | 2024-11-29T15:10:42.948Z | + INC_DEBUG= |
1021 | 2024-11-29T15:10:42.950Z | ++ ./print-api-version.sh |
1022 | 2024-11-29T15:10:42.957Z | + API_VSN=34 |
1023 | 2024-11-29T15:10:42.959Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/310/g -e s/%API_VSN%/34/g opte.template.p5m |
1024 | 2024-11-29T15:10:42.959Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
1025 | 2024-11-29T15:10:55.507Z | + pkgdepend generate -d proto opte.base.p5m |
1026 | 2024-11-29T15:10:57.046Z | + mkdir -p packages |
1027 | 2024-11-29T15:10:57.049Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
1028 | 2024-11-29T15:11:17.119Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
1029 | 2024-11-29T15:11:17.122Z | + pkgrepo create packages/repo |
1030 | 2024-11-29T15:11:17.937Z | + pkgrepo add-publisher -s packages/repo helios-dev |
1031 | 2024-11-29T15:11:18.724Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
1032 | 2024-11-29T15:11:55.917Z | pkg://helios-dev/driver/network/opte@0.34.310,5.11:20241129T151118Z |
1033 | 2024-11-29T15:11:55.917Z | PUBLISHED |
1034 | 2024-11-29T15:11:55.961Z | + pkgrecv -a -d packages/repo/opte-0.34.310.p5p -s packages/repo -v -m latest '*' |
1035 | 2024-11-29T15:11:56.800Z | Retrieving packages for publisher helios-dev ... |
1036 | 2024-11-29T15:11:56.803Z | Retrieving catalog 'helios-dev' ... Done |
1037 | 2024-11-29T15:11:56.806Z | Retrieving and evaluating 1 package(s)... |
1038 | 2024-11-29T15:11:56.806Z | Fetching manifests: 1/1 100% complete |
1039 | 2024-11-29T15:11:56.806Z | Fetching manifests: 1/1 100% complete |
1040 | 2024-11-29T15:11:56.808Z | |
1041 | 2024-11-29T15:11:56.809Z | Archiving packages ... |
1042 | 2024-11-29T15:11:56.809Z | Packages to add: 1 |
1043 | 2024-11-29T15:11:56.809Z | Files to retrieve: 6 |
1044 | 2024-11-29T15:11:56.809Z | Estimated transfer size: 38.18 MB |
1045 | 2024-11-29T15:11:56.809Z | |
1046 | 2024-11-29T15:11:56.809Z | Packages to archive: |
1047 | 2024-11-29T15:11:56.809Z | driver/network/opte@0.34.310,5.11:20241129T151118Z |
1048 | 2024-11-29T15:11:56.809Z | |
1049 | 2024-11-29T15:11:56.809Z | Download: 0/6 items 0.0/38.2MB 0% complete |
1050 | 2024-11-29T15:11:56.928Z | Download: Completed 38.18 MB in 0.12 seconds (314M/s) |
1051 | 2024-11-29T15:11:56.937Z | Archiving: 1/20 items 0.0/38.2MB 0% complete |
1052 | 2024-11-29T15:11:56.955Z | Archiving: Completed 38.21 MB in 0.03 seconds |
1053 | 2024-11-29T15:11:57.002Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.34.310.p5p. |
1054 | 2024-11-29T15:11:57.004Z | + banner copy |
1055 | 2024-11-29T15:11:57.140Z | |
1056 | 2024-11-29T15:11:57.140Z | #### #### ##### # # |
1057 | 2024-11-29T15:11:57.140Z | # # # # # # # # |
1058 | 2024-11-29T15:11:57.140Z | # # # # # # |
1059 | 2024-11-29T15:11:57.140Z | # # # ##### # |
1060 | 2024-11-29T15:11:57.140Z | # # # # # # |
1061 | 2024-11-29T15:11:57.140Z | #### #### # # |
1062 | 2024-11-29T15:11:57.140Z | |
1063 | 2024-11-29T15:11:57.142Z | + pfexec mkdir -p /out |
1064 | 2024-11-29T15:11:57.146Z | + pfexec chown 12345 /out |
1065 | 2024-11-29T15:11:57.148Z | + PKG_NAME=/out/opte.p5p |
1066 | 2024-11-29T15:11:57.151Z | + mv pkg/packages/repo/opte-0.34.310.p5p /out/opte.p5p |
1067 | 2024-11-29T15:11:57.187Z | + sha256sum /out/opte.p5p |
1068 | 2024-11-29T15:11:57.221Z | process exited: duration 394761 ms, exit code 0 |
|
1069 | 2024-11-29T15:11:57.230Z | found 2 output files |
1070 | 2024-11-29T15:11:57.230Z | uploading: /out/opte.p5p (40079360 bytes) |
1071 | 2024-11-29T15:11:58.766Z | uploaded: /out/opte.p5p |
1072 | 2024-11-29T15:11:58.766Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
1073 | 2024-11-29T15:11:59.774Z | uploaded: /out/opte.p5p.sha256 |