|
|
|
1 | 2024-12-25T04:20:05.647Z | job assigned to worker 01JFY0MKWVZERSYBEKBY78D1FQ [factory aws, i-05fb415e8b04adf19] (queued for 1 m 1 s) |
|
2 | 2024-12-25T04:20:13.833Z | starting task 0: "setup" |
3 | 2024-12-25T04:20:13.842Z | ++ uname -s |
4 | 2024-12-25T04:20:13.845Z | + kern=SunOS |
5 | 2024-12-25T04:20:13.845Z | + case "$kern" in |
6 | 2024-12-25T04:20:13.845Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:20:13.847Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:20:15.855Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:20:15.954Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:20:15.957Z | + home_fs=zfs |
11 | 2024-12-25T04:20:15.957Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:20:15.957Z | + mkdir -p /home/build |
13 | 2024-12-25T04:20:15.959Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:20:17.961Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:20:17.964Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-12-25T04:20:17.969Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:20:17.975Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:20:17.975Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:20:17.977Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-25T04:20:17.977Z | * toolchain profile = "default" |
21 | 2024-12-25T04:20:17.977Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-25T04:20:17.977Z | ' default |
23 | 2024-12-25T04:20:17.977Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:20:17.977Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:20:18.100Z | info: downloading installer |
26 | 2024-12-25T04:20:19.422Z | info: profile set to 'default' |
27 | 2024-12-25T04:20:19.422Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:20:19.425Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:20:19.587Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:20:19.587Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:20:20.492Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:20:20.840Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:20:22.098Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:20:24.101Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:20:31.149Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:20:31.414Z | info: installing component 'cargo' |
37 | 2024-12-25T04:20:32.259Z | info: installing component 'clippy' |
38 | 2024-12-25T04:20:32.642Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:20:34.347Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:20:36.162Z | info: installing component 'rustc' |
41 | 2024-12-25T04:20:42.366Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:20:42.708Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:20:42.708Z | |
44 | 2024-12-25T04:20:43.105Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:20:43.105Z | |
46 | 2024-12-25T04:20:43.107Z | |
47 | 2024-12-25T04:20:43.107Z | Rust is installed now. Great! |
48 | 2024-12-25T04:20:43.107Z | |
49 | 2024-12-25T04:20:43.107Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:20:43.107Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:20:43.107Z | |
52 | 2024-12-25T04:20:43.107Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:20:43.107Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:20:43.108Z | |
55 | 2024-12-25T04:20:43.108Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:20:43.108Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:20:43.108Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:20:43.193Z | + rustc --version |
59 | 2024-12-25T04:20:43.270Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:20:43.275Z | process exited: duration 25303 ms, exit code 0 |
|
61 | 2024-12-25T04:20:43.280Z | starting task 2: "authentication" |
62 | 2024-12-25T04:20:43.302Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-25T04:20:43.307Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:20:43.313Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:20:43.315Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:20:43.577Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:20:44.405Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:20:44.405Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:20:44.653Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:20:44.653Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:20:44.662Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:20:44.665Z | ++ git branch --show-current |
73 | 2024-12-25T04:20:44.667Z | + current=master |
74 | 2024-12-25T04:20:44.667Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:20:44.667Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:20:44.670Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:20:44.691Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:20:44.694Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:20:44.697Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:20:44.700Z | process exited: duration 1390 ms, exit code 0 |
|
81 | 2024-12-25T04:20:44.707Z | starting task 4: "build" |
82 | 2024-12-25T04:20:44.710Z | + TGT_BASE=/work |
83 | 2024-12-25T04:20:44.710Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-12-25T04:20:44.710Z | + REL_TGT=/work/release |
85 | 2024-12-25T04:20:44.710Z | + mkdir -p /work/release |
86 | 2024-12-25T04:20:44.712Z | + cargo --version |
87 | 2024-12-25T04:20:44.717Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
88 | 2024-12-25T04:20:44.875Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-25T04:20:44.875Z | info: downloading component 'cargo' |
90 | 2024-12-25T04:20:45.734Z | info: downloading component 'clippy' |
91 | 2024-12-25T04:20:46.065Z | info: downloading component 'rust-docs' |
92 | 2024-12-25T04:20:47.266Z | info: downloading component 'rust-std' |
93 | 2024-12-25T04:20:49.016Z | info: downloading component 'rustc' |
94 | 2024-12-25T04:20:55.573Z | info: downloading component 'rustfmt' |
95 | 2024-12-25T04:20:55.826Z | info: installing component 'cargo' |
96 | 2024-12-25T04:20:56.655Z | info: installing component 'clippy' |
97 | 2024-12-25T04:20:57.050Z | info: installing component 'rust-docs' |
98 | 2024-12-25T04:20:58.786Z | info: installing component 'rust-std' |
99 | 2024-12-25T04:21:00.476Z | info: installing component 'rustc' |
100 | 2024-12-25T04:21:06.256Z | info: installing component 'rustfmt' |
101 | 2024-12-25T04:21:06.679Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
102 | 2024-12-25T04:21:06.682Z | + rustc --version |
103 | 2024-12-25T04:21:06.756Z | rustc 1.83.0 (90b35a623 2024-11-26) |
104 | 2024-12-25T04:21:06.760Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-12-25T04:21:06.763Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-12-25T04:21:06.763Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-12-25T04:21:06.763Z | + ptime -m cargo xtask build |
108 | 2024-12-25T04:21:06.904Z | Updating crates.io index |
109 | 2024-12-25T04:21:06.907Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-12-25T04:21:07.673Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-12-25T04:21:07.932Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-25T04:21:08.226Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-25T04:21:08.535Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2024-12-25T04:21:08.819Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2024-12-25T04:21:09.067Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2024-12-25T04:21:09.321Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2024-12-25T04:21:09.603Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2024-12-25T04:21:10.408Z | Downloading crates ... |
119 | 2024-12-25T04:21:10.494Z | Downloaded cargo-platform v0.1.9 |
120 | 2024-12-25T04:21:10.496Z | Downloaded anstyle-query v1.1.2 |
121 | 2024-12-25T04:21:10.500Z | Downloaded anstream v0.6.18 |
122 | 2024-12-25T04:21:10.511Z | Downloaded equivalent v1.0.1 |
123 | 2024-12-25T04:21:10.521Z | Downloaded anyhow v1.0.95 |
124 | 2024-12-25T04:21:10.531Z | Downloaded itoa v1.0.14 |
125 | 2024-12-25T04:21:10.535Z | Downloaded heck v0.5.0 |
126 | 2024-12-25T04:21:10.538Z | Downloaded utf8parse v0.2.2 |
127 | 2024-12-25T04:21:10.540Z | Downloaded thiserror-impl v2.0.9 |
128 | 2024-12-25T04:21:10.540Z | Downloaded is_terminal_polyfill v1.70.1 |
129 | 2024-12-25T04:21:10.543Z | Downloaded toml_datetime v0.6.8 |
130 | 2024-12-25T04:21:10.545Z | Downloaded serde_spanned v0.6.8 |
131 | 2024-12-25T04:21:10.545Z | Downloaded errno v0.3.10 |
132 | 2024-12-25T04:21:10.548Z | Downloaded colorchoice v1.0.3 |
133 | 2024-12-25T04:21:10.548Z | Downloaded clap_lex v0.7.4 |
134 | 2024-12-25T04:21:10.550Z | Downloaded camino v1.1.9 |
135 | 2024-12-25T04:21:10.550Z | Downloaded anstyle-parse v0.2.6 |
136 | 2024-12-25T04:21:10.553Z | Downloaded strsim v0.11.1 |
137 | 2024-12-25T04:21:10.555Z | Downloaded terminal_size v0.4.1 |
138 | 2024-12-25T04:21:10.555Z | Downloaded cargo_metadata v0.19.1 |
139 | 2024-12-25T04:21:10.558Z | Downloaded anstyle v1.0.10 |
140 | 2024-12-25T04:21:10.558Z | Downloaded thiserror v2.0.9 |
141 | 2024-12-25T04:21:10.562Z | Downloaded semver v1.0.24 |
142 | 2024-12-25T04:21:10.565Z | Downloaded quote v1.0.37 |
143 | 2024-12-25T04:21:10.567Z | Downloaded clap v4.5.23 |
144 | 2024-12-25T04:21:10.575Z | Downloaded ryu v1.0.18 |
145 | 2024-12-25T04:21:10.577Z | Downloaded proc-macro2 v1.0.92 |
146 | 2024-12-25T04:21:10.580Z | Downloaded toml v0.8.19 |
147 | 2024-12-25T04:21:10.583Z | Downloaded bitflags v2.6.0 |
148 | 2024-12-25T04:21:10.586Z | Downloaded serde_derive v1.0.216 |
149 | 2024-12-25T04:21:10.589Z | Downloaded unicode-ident v1.0.14 |
150 | 2024-12-25T04:21:10.591Z | Downloaded clap_derive v4.5.18 |
151 | 2024-12-25T04:21:10.594Z | Downloaded serde v1.0.216 |
152 | 2024-12-25T04:21:10.608Z | Downloaded indexmap v2.7.0 |
153 | 2024-12-25T04:21:10.611Z | Downloaded toml_edit v0.22.22 |
154 | 2024-12-25T04:21:10.631Z | Downloaded memchr v2.7.4 |
155 | 2024-12-25T04:21:10.636Z | Downloaded serde_json v1.0.134 |
156 | 2024-12-25T04:21:10.642Z | Downloaded hashbrown v0.15.2 |
157 | 2024-12-25T04:21:10.657Z | Downloaded winnow v0.6.20 |
158 | 2024-12-25T04:21:10.665Z | Downloaded clap_builder v4.5.23 |
159 | 2024-12-25T04:21:10.680Z | Downloaded syn v2.0.91 |
160 | 2024-12-25T04:21:10.690Z | Downloaded rustix v0.38.42 |
161 | 2024-12-25T04:21:10.725Z | Downloaded libc v0.2.169 |
162 | 2024-12-25T04:21:10.864Z | Compiling proc-macro2 v1.0.92 |
163 | 2024-12-25T04:21:10.864Z | Compiling unicode-ident v1.0.14 |
164 | 2024-12-25T04:21:10.867Z | Compiling serde v1.0.216 |
165 | 2024-12-25T04:21:10.867Z | Compiling libc v0.2.169 |
166 | 2024-12-25T04:21:10.867Z | Compiling rustix v0.38.42 |
167 | 2024-12-25T04:21:10.867Z | Compiling utf8parse v0.2.2 |
168 | 2024-12-25T04:21:10.876Z | Compiling bitflags v2.6.0 |
169 | 2024-12-25T04:21:10.878Z | Compiling anstyle v1.0.10 |
170 | 2024-12-25T04:21:11.035Z | Compiling anstyle-parse v0.2.6 |
171 | 2024-12-25T04:21:11.048Z | Compiling anstyle-query v1.1.2 |
172 | 2024-12-25T04:21:11.183Z | Compiling camino v1.1.9 |
173 | 2024-12-25T04:21:11.243Z | Compiling equivalent v1.0.1 |
174 | 2024-12-25T04:21:11.293Z | Compiling serde_json v1.0.134 |
175 | 2024-12-25T04:21:11.326Z | Compiling is_terminal_polyfill v1.70.1 |
176 | 2024-12-25T04:21:11.345Z | Compiling hashbrown v0.15.2 |
177 | 2024-12-25T04:21:11.405Z | Compiling thiserror v2.0.9 |
178 | 2024-12-25T04:21:12.129Z | Compiling colorchoice v1.0.3 |
179 | 2024-12-25T04:21:12.185Z | Compiling semver v1.0.24 |
180 | 2024-12-25T04:21:12.233Z | Compiling anstream v0.6.18 |
181 | 2024-12-25T04:21:12.242Z | Compiling indexmap v2.7.0 |
182 | 2024-12-25T04:21:12.270Z | Compiling clap_lex v0.7.4 |
183 | 2024-12-25T04:21:12.304Z | Compiling strsim v0.11.1 |
184 | 2024-12-25T04:21:12.560Z | Compiling anyhow v1.0.95 |
185 | 2024-12-25T04:21:12.693Z | Compiling winnow v0.6.20 |
186 | 2024-12-25T04:21:12.703Z | Compiling memchr v2.7.4 |
187 | 2024-12-25T04:21:12.851Z | Compiling ryu v1.0.18 |
188 | 2024-12-25T04:21:13.179Z | Compiling heck v0.5.0 |
189 | 2024-12-25T04:21:13.206Z | Compiling itoa v1.0.14 |
190 | 2024-12-25T04:21:13.228Z | Compiling quote v1.0.37 |
191 | 2024-12-25T04:21:13.407Z | Compiling errno v0.3.10 |
192 | 2024-12-25T04:21:13.570Z | Compiling syn v2.0.91 |
193 | 2024-12-25T04:21:14.295Z | Compiling terminal_size v0.4.1 |
194 | 2024-12-25T04:21:14.396Z | Compiling clap_builder v4.5.23 |
195 | 2024-12-25T04:21:17.168Z | Compiling serde_derive v1.0.216 |
196 | 2024-12-25T04:21:17.168Z | Compiling thiserror-impl v2.0.9 |
197 | 2024-12-25T04:21:17.168Z | Compiling clap_derive v4.5.18 |
198 | 2024-12-25T04:21:19.525Z | Compiling clap v4.5.23 |
199 | 2024-12-25T04:21:23.756Z | Compiling serde_spanned v0.6.8 |
200 | 2024-12-25T04:21:23.757Z | Compiling toml_datetime v0.6.8 |
201 | 2024-12-25T04:21:23.759Z | Compiling cargo-platform v0.1.9 |
202 | 2024-12-25T04:21:23.997Z | Compiling toml_edit v0.22.22 |
203 | 2024-12-25T04:21:24.915Z | Compiling cargo_metadata v0.19.1 |
204 | 2024-12-25T04:21:26.037Z | Compiling toml v0.8.19 |
205 | 2024-12-25T04:21:27.491Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2024-12-25T04:21:29.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.34s |
207 | 2024-12-25T04:21:29.269Z | Running `target/debug/xtask build` |
208 | 2024-12-25T04:21:29.289Z | Building opteadm (debug). |
209 | 2024-12-25T04:21:31.459Z | Compiling libc v0.2.169 |
210 | 2024-12-25T04:21:31.459Z | Compiling cfg-if v1.0.0 |
211 | 2024-12-25T04:21:31.459Z | Compiling serde v1.0.216 |
212 | 2024-12-25T04:21:31.462Z | Compiling byteorder v1.5.0 |
213 | 2024-12-25T04:21:31.463Z | Compiling ident_case v1.0.1 |
214 | 2024-12-25T04:21:31.463Z | Compiling fnv v1.0.7 |
215 | 2024-12-25T04:21:31.463Z | Compiling memchr v2.7.4 |
216 | 2024-12-25T04:21:31.496Z | Compiling syn v2.0.91 |
217 | 2024-12-25T04:21:31.552Z | Compiling syn v1.0.109 |
218 | 2024-12-25T04:21:31.591Z | Compiling regex-syntax v0.8.5 |
219 | 2024-12-25T04:21:31.758Z | Compiling zerocopy v0.8.14 |
220 | 2024-12-25T04:21:31.776Z | Compiling either v1.13.0 |
221 | 2024-12-25T04:21:32.009Z | Compiling once_cell v1.20.2 |
222 | 2024-12-25T04:21:32.100Z | Compiling equivalent v1.0.1 |
223 | 2024-12-25T04:21:32.112Z | Compiling autocfg v1.4.0 |
224 | 2024-12-25T04:21:32.187Z | Compiling hashbrown v0.15.2 |
225 | 2024-12-25T04:21:32.355Z | Compiling aho-corasick v1.1.3 |
226 | 2024-12-25T04:21:32.851Z | Compiling itertools v0.13.0 |
227 | 2024-12-25T04:21:32.970Z | Compiling lock_api v0.4.12 |
228 | 2024-12-25T04:21:33.315Z | Compiling indexmap v2.7.0 |
229 | 2024-12-25T04:21:33.325Z | Compiling toml_datetime v0.6.8 |
230 | 2024-12-25T04:21:33.505Z | Compiling parking_lot_core v0.9.10 |
231 | 2024-12-25T04:21:33.663Z | Compiling heapless v0.8.0 |
232 | 2024-12-25T04:21:33.972Z | Compiling winnow v0.5.40 |
233 | 2024-12-25T04:21:35.042Z | Compiling hash32 v0.3.1 |
234 | 2024-12-25T04:21:35.240Z | Compiling regex-automata v0.4.9 |
235 | 2024-12-25T04:21:35.814Z | Compiling scopeguard v1.2.0 |
236 | 2024-12-25T04:21:35.927Z | Compiling serde_json v1.0.134 |
237 | 2024-12-25T04:21:35.945Z | Compiling smallvec v1.13.2 |
238 | 2024-12-25T04:21:36.285Z | Compiling dyn-clone v1.0.17 |
239 | 2024-12-25T04:21:36.321Z | Compiling macaddr v1.0.1 |
240 | 2024-12-25T04:21:36.486Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
241 | 2024-12-25T04:21:36.498Z | Compiling stable_deref_trait v1.2.0 |
242 | 2024-12-25T04:21:36.583Z | Compiling smoltcp v0.11.0 |
243 | 2024-12-25T04:21:37.138Z | Compiling toml_edit v0.19.15 |
244 | 2024-12-25T04:21:37.358Z | Compiling getrandom v0.2.15 |
245 | 2024-12-25T04:21:37.431Z | Compiling version_check v0.9.5 |
246 | 2024-12-25T04:21:37.506Z | Compiling thiserror v1.0.69 |
247 | 2024-12-25T04:21:37.566Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
248 | 2024-12-25T04:21:37.645Z | Compiling bitflags v1.3.2 |
249 | 2024-12-25T04:21:37.729Z | Compiling cobs v0.2.3 |
250 | 2024-12-25T04:21:37.920Z | Compiling managed v0.8.0 |
251 | 2024-12-25T04:21:38.015Z | Compiling darling_core v0.20.10 |
252 | 2024-12-25T04:21:38.022Z | Compiling serde_derive_internals v0.29.1 |
253 | 2024-12-25T04:21:38.088Z | Compiling pin-project-lite v0.2.15 |
254 | 2024-12-25T04:21:38.200Z | Compiling schemars v0.8.21 |
255 | 2024-12-25T04:21:38.903Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
256 | 2024-12-25T04:21:39.276Z | Compiling regex v1.11.1 |
257 | 2024-12-25T04:21:40.012Z | Compiling proc-macro-crate v1.3.1 |
258 | 2024-12-25T04:21:40.174Z | Compiling rand_core v0.6.4 |
259 | 2024-12-25T04:21:40.588Z | Compiling parking_lot v0.12.3 |
260 | 2024-12-25T04:21:40.739Z | Compiling mio v1.0.3 |
261 | 2024-12-25T04:21:41.494Z | Compiling errno v0.3.10 |
262 | 2024-12-25T04:21:41.716Z | Compiling signal-hook-registry v1.4.2 |
263 | 2024-12-25T04:21:41.965Z | Compiling socket2 v0.5.8 |
264 | 2024-12-25T04:21:42.146Z | Compiling unicode-width v0.1.14 |
265 | 2024-12-25T04:21:42.459Z | Compiling serde_derive v1.0.216 |
266 | 2024-12-25T04:21:42.493Z | Compiling zerocopy-derive v0.8.14 |
267 | 2024-12-25T04:21:42.520Z | Compiling zerocopy-derive v0.7.35 |
268 | 2024-12-25T04:21:42.648Z | Compiling tokio-macros v2.4.0 |
269 | 2024-12-25T04:21:42.710Z | Compiling num_enum_derive v0.5.11 |
270 | 2024-12-25T04:21:42.966Z | Compiling thiserror-impl v1.0.69 |
271 | 2024-12-25T04:21:43.232Z | Compiling foreign-types-macros v0.2.3 |
272 | 2024-12-25T04:21:43.256Z | Compiling darling_macro v0.20.10 |
273 | 2024-12-25T04:21:44.183Z | Compiling schemars_derive v0.8.21 |
274 | 2024-12-25T04:21:44.313Z | Compiling darling v0.20.10 |
275 | 2024-12-25T04:21:44.406Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
276 | 2024-12-25T04:21:44.476Z | Compiling zerocopy v0.7.35 |
277 | 2024-12-25T04:21:44.781Z | Compiling bytes v1.9.0 |
278 | 2024-12-25T04:21:44.844Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
279 | 2024-12-25T04:21:45.001Z | Compiling foreign-types-shared v0.3.1 |
280 | 2024-12-25T04:21:45.096Z | Compiling foreign-types v0.5.0 |
281 | 2024-12-25T04:21:45.181Z | Compiling num_enum v0.5.11 |
282 | 2024-12-25T04:21:45.652Z | Compiling ppv-lite86 v0.2.20 |
283 | 2024-12-25T04:21:45.800Z | Compiling tokio v1.42.0 |
284 | 2024-12-25T04:21:45.906Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
285 | 2024-12-25T04:21:46.341Z | Compiling rand_chacha v0.3.1 |
286 | 2024-12-25T04:21:47.006Z | Compiling tabwriter v1.4.0 |
287 | 2024-12-25T04:21:47.201Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
288 | 2024-12-25T04:21:47.290Z | Compiling tracing-attributes v0.1.28 |
289 | 2024-12-25T04:21:47.437Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
290 | 2024-12-25T04:21:47.492Z | Compiling rustix v0.38.42 |
291 | 2024-12-25T04:21:48.246Z | Compiling cstr-argument v0.1.2 |
292 | 2024-12-25T04:21:48.377Z | Compiling tracing-core v0.1.33 |
293 | 2024-12-25T04:21:48.469Z | Compiling crc32fast v1.4.2 |
294 | 2024-12-25T04:21:48.605Z | Compiling lazy_static v1.5.0 |
295 | 2024-12-25T04:21:48.722Z | Compiling pretty-hex v0.2.1 |
296 | 2024-12-25T04:21:48.762Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
297 | 2024-12-25T04:21:48.890Z | Compiling colored v2.2.0 |
298 | 2024-12-25T04:21:49.005Z | Compiling terminal_size v0.4.1 |
299 | 2024-12-25T04:21:49.102Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
300 | 2024-12-25T04:21:49.195Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
301 | 2024-12-25T04:21:49.347Z | Compiling rand v0.8.5 |
302 | 2024-12-25T04:21:49.616Z | Compiling thiserror-impl v2.0.9 |
303 | 2024-12-25T04:21:49.684Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
304 | 2024-12-25T04:21:49.707Z | Compiling clap_derive v4.5.18 |
305 | 2024-12-25T04:21:50.007Z | Compiling clap_builder v4.5.23 |
306 | 2024-12-25T04:21:50.376Z | Compiling tracing v0.1.41 |
307 | 2024-12-25T04:21:50.723Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
308 | 2024-12-25T04:21:50.796Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
309 | 2024-12-25T04:21:51.956Z | Compiling thiserror v2.0.9 |
310 | 2024-12-25T04:21:52.793Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
311 | 2024-12-25T04:21:52.989Z | Compiling clap v4.5.23 |
312 | 2024-12-25T04:21:54.301Z | Compiling ipnetwork v0.20.0 |
313 | 2024-12-25T04:21:54.455Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
314 | 2024-12-25T04:21:54.506Z | Compiling postcard v1.1.1 |
315 | 2024-12-25T04:21:54.826Z | Compiling uuid v1.11.0 |
316 | 2024-12-25T04:21:56.166Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
317 | 2024-12-25T04:21:56.876Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
318 | 2024-12-25T04:22:02.243Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
319 | 2024-12-25T04:22:04.291Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
320 | 2024-12-25T04:22:09.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s |
321 | 2024-12-25T04:22:10.023Z | Building xde (debug). |
322 | 2024-12-25T04:22:10.163Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
323 | 2024-12-25T04:22:10.406Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
324 | 2024-12-25T04:22:10.428Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
325 | 2024-12-25T04:22:10.428Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
326 | 2024-12-25T04:22:10.431Z | info: downloading component 'rust-src' |
327 | 2024-12-25T04:22:10.839Z | info: installing component 'rust-src' |
328 | 2024-12-25T04:22:11.521Z | Updating crates.io index |
329 | 2024-12-25T04:22:11.659Z | Downloading crates ... |
330 | 2024-12-25T04:22:11.753Z | Downloaded hashbrown v0.15.0 |
331 | 2024-12-25T04:22:11.759Z | Downloaded getopts v0.2.21 |
332 | 2024-12-25T04:22:11.761Z | Downloaded adler v1.0.2 |
333 | 2024-12-25T04:22:11.764Z | Downloaded addr2line v0.22.0 |
334 | 2024-12-25T04:22:11.771Z | Downloaded miniz_oxide v0.7.4 |
335 | 2024-12-25T04:22:11.773Z | Downloaded allocator-api2 v0.2.18 |
336 | 2024-12-25T04:22:11.807Z | Downloaded compiler_builtins v0.1.138 |
337 | 2024-12-25T04:22:11.819Z | Downloaded gimli v0.29.0 |
338 | 2024-12-25T04:22:11.833Z | Downloaded object v0.36.5 |
339 | 2024-12-25T04:22:11.862Z | Downloaded libc v0.2.161 |
340 | 2024-12-25T04:22:11.968Z | Compiling compiler_builtins v0.1.138 |
341 | 2024-12-25T04:22:11.971Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
342 | 2024-12-25T04:22:11.971Z | Compiling proc-macro2 v1.0.92 |
343 | 2024-12-25T04:22:11.971Z | Compiling unicode-ident v1.0.14 |
344 | 2024-12-25T04:22:11.971Z | Compiling fnv v1.0.7 |
345 | 2024-12-25T04:22:11.971Z | Compiling ident_case v1.0.1 |
346 | 2024-12-25T04:22:11.971Z | Compiling strsim v0.11.1 |
347 | 2024-12-25T04:22:11.971Z | Compiling memchr v2.7.4 |
348 | 2024-12-25T04:22:12.155Z | Compiling regex-syntax v0.8.5 |
349 | 2024-12-25T04:22:12.186Z | Compiling serde v1.0.216 |
350 | 2024-12-25T04:22:12.200Z | Compiling either v1.13.0 |
351 | 2024-12-25T04:22:12.598Z | Compiling zerocopy v0.8.14 |
352 | 2024-12-25T04:22:12.851Z | Compiling itertools v0.13.0 |
353 | 2024-12-25T04:22:12.944Z | Compiling aho-corasick v1.1.3 |
354 | 2024-12-25T04:22:13.269Z | Compiling heapless v0.8.0 |
355 | 2024-12-25T04:22:13.737Z | Compiling smoltcp v0.11.0 |
356 | 2024-12-25T04:22:13.747Z | Compiling version_check v0.9.5 |
357 | 2024-12-25T04:22:13.969Z | Compiling quote v1.0.37 |
358 | 2024-12-25T04:22:14.542Z | Compiling syn v2.0.91 |
359 | 2024-12-25T04:22:14.700Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
360 | 2024-12-25T04:22:15.657Z | Compiling regex-automata v0.4.9 |
361 | 2024-12-25T04:22:18.538Z | Compiling regex v1.11.1 |
362 | 2024-12-25T04:22:19.488Z | Compiling darling_core v0.20.10 |
363 | 2024-12-25T04:22:21.383Z | Compiling serde_derive v1.0.216 |
364 | 2024-12-25T04:22:21.383Z | Compiling zerocopy-derive v0.8.14 |
365 | 2024-12-25T04:22:21.386Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
366 | 2024-12-25T04:22:23.245Z | Compiling darling_macro v0.20.10 |
367 | 2024-12-25T04:22:24.403Z | Compiling darling v0.20.10 |
368 | 2024-12-25T04:22:24.498Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
369 | 2024-12-25T04:22:24.498Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
370 | 2024-12-25T04:22:31.522Z | 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) |
371 | 2024-12-25T04:22:32.263Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
372 | 2024-12-25T04:22:34.682Z | Compiling byteorder v1.5.0 |
373 | 2024-12-25T04:22:34.682Z | Compiling stable_deref_trait v1.2.0 |
374 | 2024-12-25T04:22:34.684Z | Compiling macaddr v1.0.1 |
375 | 2024-12-25T04:22:34.684Z | Compiling cfg-if v1.0.0 |
376 | 2024-12-25T04:22:34.684Z | Compiling bitflags v2.6.0 |
377 | 2024-12-25T04:22:34.768Z | Compiling bitflags v1.3.2 |
378 | 2024-12-25T04:22:34.777Z | Compiling managed v0.8.0 |
379 | 2024-12-25T04:22:34.860Z | Compiling cobs v0.2.3 |
380 | 2024-12-25T04:22:34.994Z | Compiling hash32 v0.3.1 |
381 | 2024-12-25T04:22:35.086Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
382 | 2024-12-25T04:22:35.116Z | Compiling crc32fast v1.4.2 |
383 | 2024-12-25T04:22:35.187Z | Compiling dyn-clone v1.0.17 |
384 | 2024-12-25T04:22:35.313Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
385 | 2024-12-25T04:22:36.819Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
386 | 2024-12-25T04:22:38.120Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
387 | 2024-12-25T04:22:38.120Z | Compiling postcard v1.1.1 |
388 | 2024-12-25T04:22:38.124Z | Compiling uuid v1.11.0 |
389 | 2024-12-25T04:22:39.529Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
390 | 2024-12-25T04:22:45.659Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
391 | 2024-12-25T04:22:49.493Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
392 | 2024-12-25T04:22:52.306Z | warning: creating a mutable reference to mutable static is discouraged |
393 | 2024-12-25T04:22:52.306Z | --> xde/src/xde.rs:318:5 |
394 | 2024-12-25T04:22:52.306Z | | |
395 | 2024-12-25T04:22:52.306Z | 318 | xde_devs.init(KRwLockType::Driver); |
396 | 2024-12-25T04:22:52.306Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
397 | 2024-12-25T04:22:52.306Z | | |
398 | 2024-12-25T04:22:52.306Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
399 | 2024-12-25T04:22:52.306Z | = 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 |
400 | 2024-12-25T04:22:52.307Z | = note: `#[warn(static_mut_refs)]` on by default |
401 | 2024-12-25T04:22:52.307Z | |
402 | 2024-12-25T04:22:52.309Z | warning: creating a shared reference to mutable static is discouraged |
403 | 2024-12-25T04:22:52.309Z | --> xde/src/xde.rs:642:25 |
404 | 2024-12-25T04:22:52.309Z | | |
405 | 2024-12-25T04:22:52.309Z | 642 | let devs = unsafe { xde_devs.read() }; |
406 | 2024-12-25T04:22:52.309Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
407 | 2024-12-25T04:22:52.309Z | | |
408 | 2024-12-25T04:22:52.309Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
409 | 2024-12-25T04:22:52.309Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
410 | 2024-12-25T04:22:52.309Z | |
411 | 2024-12-25T04:22:52.310Z | warning: creating a shared reference to mutable static is discouraged |
412 | 2024-12-25T04:22:52.310Z | --> xde/src/xde.rs:670:29 |
413 | 2024-12-25T04:22:52.310Z | | |
414 | 2024-12-25T04:22:52.310Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
415 | 2024-12-25T04:22:52.310Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
416 | 2024-12-25T04:22:52.310Z | | |
417 | 2024-12-25T04:22:52.310Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
418 | 2024-12-25T04:22:52.310Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
419 | 2024-12-25T04:22:52.310Z | |
420 | 2024-12-25T04:22:52.310Z | warning: creating a shared reference to mutable static is discouraged |
421 | 2024-12-25T04:22:52.311Z | --> xde/src/xde.rs:803:29 |
422 | 2024-12-25T04:22:52.311Z | | |
423 | 2024-12-25T04:22:52.311Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
424 | 2024-12-25T04:22:52.311Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
425 | 2024-12-25T04:22:52.311Z | | |
426 | 2024-12-25T04:22:52.311Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
427 | 2024-12-25T04:22:52.311Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
428 | 2024-12-25T04:22:52.311Z | |
429 | 2024-12-25T04:22:52.311Z | warning: creating a shared reference to mutable static is discouraged |
430 | 2024-12-25T04:22:52.311Z | --> xde/src/xde.rs:891:18 |
431 | 2024-12-25T04:22:52.311Z | | |
432 | 2024-12-25T04:22:52.311Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
433 | 2024-12-25T04:22:52.311Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
434 | 2024-12-25T04:22:52.311Z | | |
435 | 2024-12-25T04:22:52.311Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
436 | 2024-12-25T04:22:52.311Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
437 | 2024-12-25T04:22:52.311Z | |
438 | 2024-12-25T04:22:52.315Z | warning: creating a shared reference to mutable static is discouraged |
439 | 2024-12-25T04:22:52.315Z | --> xde/src/xde.rs:1204:9 |
440 | 2024-12-25T04:22:52.315Z | | |
441 | 2024-12-25T04:22:52.315Z | 1204 | if !xde_devs.read().is_empty() { |
442 | 2024-12-25T04:22:52.315Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
443 | 2024-12-25T04:22:52.315Z | | |
444 | 2024-12-25T04:22:52.315Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
445 | 2024-12-25T04:22:52.316Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
446 | 2024-12-25T04:22:52.316Z | |
447 | 2024-12-25T04:22:52.316Z | warning: creating a shared reference to mutable static is discouraged |
448 | 2024-12-25T04:22:52.316Z | --> xde/src/xde.rs:1611:37 |
449 | 2024-12-25T04:22:52.316Z | | |
450 | 2024-12-25T04:22:52.316Z | 1611 | let devs = unsafe { xde_devs.read() }; |
451 | 2024-12-25T04:22:52.316Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
452 | 2024-12-25T04:22:52.316Z | | |
453 | 2024-12-25T04:22:52.316Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
454 | 2024-12-25T04:22:52.316Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
455 | 2024-12-25T04:22:52.316Z | |
456 | 2024-12-25T04:22:52.316Z | warning: creating a shared reference to mutable static is discouraged |
457 | 2024-12-25T04:22:52.316Z | --> xde/src/xde.rs:1861:16 |
458 | 2024-12-25T04:22:52.316Z | | |
459 | 2024-12-25T04:22:52.316Z | 1861 | let devs = xde_devs.read(); |
460 | 2024-12-25T04:22:52.316Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
461 | 2024-12-25T04:22:52.316Z | | |
462 | 2024-12-25T04:22:52.316Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
463 | 2024-12-25T04:22:52.316Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
464 | 2024-12-25T04:22:52.316Z | |
465 | 2024-12-25T04:22:52.316Z | warning: creating a shared reference to mutable static is discouraged |
466 | 2024-12-25T04:22:52.316Z | --> xde/src/xde.rs:1910:25 |
467 | 2024-12-25T04:22:52.316Z | | |
468 | 2024-12-25T04:22:52.316Z | 1910 | let devs = unsafe { xde_devs.read() }; |
469 | 2024-12-25T04:22:52.316Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
470 | 2024-12-25T04:22:52.316Z | | |
471 | 2024-12-25T04:22:52.316Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
472 | 2024-12-25T04:22:52.316Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
473 | 2024-12-25T04:22:52.316Z | |
474 | 2024-12-25T04:22:52.316Z | warning: creating a shared reference to mutable static is discouraged |
475 | 2024-12-25T04:22:52.316Z | --> xde/src/xde.rs:1923:25 |
476 | 2024-12-25T04:22:52.316Z | | |
477 | 2024-12-25T04:22:52.316Z | 1923 | let devs = unsafe { xde_devs.read() }; |
478 | 2024-12-25T04:22:52.316Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
479 | 2024-12-25T04:22:52.316Z | | |
480 | 2024-12-25T04:22:52.316Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
481 | 2024-12-25T04:22:52.316Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
482 | 2024-12-25T04:22:52.316Z | |
483 | 2024-12-25T04:22:52.316Z | warning: creating a shared reference to mutable static is discouraged |
484 | 2024-12-25T04:22:52.317Z | --> xde/src/xde.rs:1934:25 |
485 | 2024-12-25T04:22:52.317Z | | |
486 | 2024-12-25T04:22:52.317Z | 1934 | let devs = unsafe { xde_devs.read() }; |
487 | 2024-12-25T04:22:52.317Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
488 | 2024-12-25T04:22:52.317Z | | |
489 | 2024-12-25T04:22:52.317Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
490 | 2024-12-25T04:22:52.317Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
491 | 2024-12-25T04:22:52.317Z | |
492 | 2024-12-25T04:22:52.317Z | warning: creating a shared reference to mutable static is discouraged |
493 | 2024-12-25T04:22:52.317Z | --> xde/src/xde.rs:1946:25 |
494 | 2024-12-25T04:22:52.317Z | | |
495 | 2024-12-25T04:22:52.317Z | 1946 | let devs = unsafe { xde_devs.read() }; |
496 | 2024-12-25T04:22:52.317Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
497 | 2024-12-25T04:22:52.317Z | | |
498 | 2024-12-25T04:22:52.317Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
499 | 2024-12-25T04:22:52.317Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
500 | 2024-12-25T04:22:52.317Z | |
501 | 2024-12-25T04:22:52.317Z | warning: creating a shared reference to mutable static is discouraged |
502 | 2024-12-25T04:22:52.317Z | --> xde/src/xde.rs:1958:25 |
503 | 2024-12-25T04:22:52.317Z | | |
504 | 2024-12-25T04:22:52.317Z | 1958 | let devs = unsafe { xde_devs.read() }; |
505 | 2024-12-25T04:22:52.318Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
506 | 2024-12-25T04:22:52.318Z | | |
507 | 2024-12-25T04:22:52.318Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
508 | 2024-12-25T04:22:52.318Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
509 | 2024-12-25T04:22:52.318Z | |
510 | 2024-12-25T04:22:52.318Z | warning: creating a shared reference to mutable static is discouraged |
511 | 2024-12-25T04:22:52.318Z | --> xde/src/xde.rs:2022:25 |
512 | 2024-12-25T04:22:52.318Z | | |
513 | 2024-12-25T04:22:52.318Z | 2022 | let devs = unsafe { xde_devs.read() }; |
514 | 2024-12-25T04:22:52.318Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
515 | 2024-12-25T04:22:52.318Z | | |
516 | 2024-12-25T04:22:52.318Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
517 | 2024-12-25T04:22:52.318Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
518 | 2024-12-25T04:22:52.318Z | |
519 | 2024-12-25T04:22:52.318Z | warning: creating a shared reference to mutable static is discouraged |
520 | 2024-12-25T04:22:52.318Z | --> xde/src/xde.rs:2033:25 |
521 | 2024-12-25T04:22:52.318Z | | |
522 | 2024-12-25T04:22:52.318Z | 2033 | let devs = unsafe { xde_devs.read() }; |
523 | 2024-12-25T04:22:52.318Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
524 | 2024-12-25T04:22:52.318Z | | |
525 | 2024-12-25T04:22:52.318Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
526 | 2024-12-25T04:22:52.318Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
527 | 2024-12-25T04:22:52.318Z | |
528 | 2024-12-25T04:22:52.318Z | warning: creating a shared reference to mutable static is discouraged |
529 | 2024-12-25T04:22:52.318Z | --> xde/src/xde.rs:2045:25 |
530 | 2024-12-25T04:22:52.318Z | | |
531 | 2024-12-25T04:22:52.319Z | 2045 | let devs = unsafe { xde_devs.read() }; |
532 | 2024-12-25T04:22:52.319Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
533 | 2024-12-25T04:22:52.319Z | | |
534 | 2024-12-25T04:22:52.319Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
535 | 2024-12-25T04:22:52.319Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
536 | 2024-12-25T04:22:52.319Z | |
537 | 2024-12-25T04:22:52.322Z | warning: creating a shared reference to mutable static is discouraged |
538 | 2024-12-25T04:22:52.322Z | --> xde/src/xde.rs:2059:25 |
539 | 2024-12-25T04:22:52.322Z | | |
540 | 2024-12-25T04:22:52.322Z | 2059 | let devs = unsafe { xde_devs.read() }; |
541 | 2024-12-25T04:22:52.322Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
542 | 2024-12-25T04:22:52.322Z | | |
543 | 2024-12-25T04:22:52.322Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
544 | 2024-12-25T04:22:52.322Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
545 | 2024-12-25T04:22:52.322Z | |
546 | 2024-12-25T04:22:52.322Z | warning: creating a shared reference to mutable static is discouraged |
547 | 2024-12-25T04:22:52.322Z | --> xde/src/xde.rs:2072:25 |
548 | 2024-12-25T04:22:52.322Z | | |
549 | 2024-12-25T04:22:52.322Z | 2072 | let devs = unsafe { xde_devs.read() }; |
550 | 2024-12-25T04:22:52.322Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
551 | 2024-12-25T04:22:52.322Z | | |
552 | 2024-12-25T04:22:52.322Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
553 | 2024-12-25T04:22:52.322Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
554 | 2024-12-25T04:22:52.322Z | |
555 | 2024-12-25T04:22:52.322Z | warning: creating a shared reference to mutable static is discouraged |
556 | 2024-12-25T04:22:52.322Z | --> xde/src/xde.rs:2085:25 |
557 | 2024-12-25T04:22:52.322Z | | |
558 | 2024-12-25T04:22:52.322Z | 2085 | let devs = unsafe { xde_devs.read() }; |
559 | 2024-12-25T04:22:52.322Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
560 | 2024-12-25T04:22:52.323Z | | |
561 | 2024-12-25T04:22:52.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
562 | 2024-12-25T04:22:52.323Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
563 | 2024-12-25T04:22:52.323Z | |
564 | 2024-12-25T04:22:52.323Z | warning: creating a shared reference to mutable static is discouraged |
565 | 2024-12-25T04:22:52.323Z | --> xde/src/xde.rs:2096:25 |
566 | 2024-12-25T04:22:52.323Z | | |
567 | 2024-12-25T04:22:52.323Z | 2096 | let devs = unsafe { xde_devs.read() }; |
568 | 2024-12-25T04:22:52.323Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
569 | 2024-12-25T04:22:52.323Z | | |
570 | 2024-12-25T04:22:52.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
571 | 2024-12-25T04:22:52.323Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
572 | 2024-12-25T04:22:52.323Z | |
573 | 2024-12-25T04:22:52.323Z | warning: creating a shared reference to mutable static is discouraged |
574 | 2024-12-25T04:22:52.323Z | --> xde/src/xde.rs:2108:25 |
575 | 2024-12-25T04:22:52.323Z | | |
576 | 2024-12-25T04:22:52.323Z | 2108 | let devs = unsafe { xde_devs.read() }; |
577 | 2024-12-25T04:22:52.323Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
578 | 2024-12-25T04:22:52.323Z | | |
579 | 2024-12-25T04:22:52.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
580 | 2024-12-25T04:22:52.323Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
581 | 2024-12-25T04:22:52.323Z | |
582 | 2024-12-25T04:22:52.323Z | warning: creating a shared reference to mutable static is discouraged |
583 | 2024-12-25T04:22:52.323Z | --> xde/src/xde.rs:2123:25 |
584 | 2024-12-25T04:22:52.323Z | | |
585 | 2024-12-25T04:22:52.323Z | 2123 | let devs = unsafe { xde_devs.read() }; |
586 | 2024-12-25T04:22:52.323Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
587 | 2024-12-25T04:22:52.323Z | | |
588 | 2024-12-25T04:22:52.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
589 | 2024-12-25T04:22:52.324Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
590 | 2024-12-25T04:22:52.324Z | |
591 | 2024-12-25T04:22:52.324Z | warning: creating a shared reference to mutable static is discouraged |
592 | 2024-12-25T04:22:52.324Z | --> xde/src/xde.rs:2137:25 |
593 | 2024-12-25T04:22:52.324Z | | |
594 | 2024-12-25T04:22:52.324Z | 2137 | let devs = unsafe { xde_devs.read() }; |
595 | 2024-12-25T04:22:52.325Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
596 | 2024-12-25T04:22:52.325Z | | |
597 | 2024-12-25T04:22:52.325Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
598 | 2024-12-25T04:22:52.325Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
599 | 2024-12-25T04:22:52.325Z | |
600 | 2024-12-25T04:22:55.062Z | warning: `xde` (lib) generated 23 warnings |
601 | 2024-12-25T04:22:55.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s |
602 | 2024-12-25T04:22:55.095Z | Linking xde kmod... |
603 | 2024-12-25T04:22:59.082Z | Building xde dev link helper (debug). |
604 | 2024-12-25T04:22:59.263Z | Compiling compiler_builtins v0.1.138 |
605 | 2024-12-25T04:22:59.263Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
606 | 2024-12-25T04:22:59.263Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
607 | 2024-12-25T04:23:14.203Z | 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) |
608 | 2024-12-25T04:23:14.981Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
609 | 2024-12-25T04:23:17.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.81s |
610 | 2024-12-25T04:23:17.974Z | Building opteadm (release). |
611 | 2024-12-25T04:23:18.265Z | Compiling proc-macro2 v1.0.92 |
612 | 2024-12-25T04:23:18.265Z | Compiling unicode-ident v1.0.14 |
613 | 2024-12-25T04:23:18.268Z | Compiling libc v0.2.169 |
614 | 2024-12-25T04:23:18.268Z | Compiling cfg-if v1.0.0 |
615 | 2024-12-25T04:23:18.268Z | Compiling serde v1.0.216 |
616 | 2024-12-25T04:23:18.268Z | Compiling byteorder v1.5.0 |
617 | 2024-12-25T04:23:18.268Z | Compiling ident_case v1.0.1 |
618 | 2024-12-25T04:23:18.268Z | Compiling fnv v1.0.7 |
619 | 2024-12-25T04:23:18.363Z | Compiling strsim v0.11.1 |
620 | 2024-12-25T04:23:18.381Z | Compiling memchr v2.7.4 |
621 | 2024-12-25T04:23:18.418Z | Compiling bitflags v2.6.0 |
622 | 2024-12-25T04:23:18.438Z | Compiling syn v1.0.109 |
623 | 2024-12-25T04:23:18.605Z | Compiling regex-syntax v0.8.5 |
624 | 2024-12-25T04:23:18.793Z | Compiling anyhow v1.0.95 |
625 | 2024-12-25T04:23:18.850Z | Compiling autocfg v1.4.0 |
626 | 2024-12-25T04:23:18.927Z | Compiling equivalent v1.0.1 |
627 | 2024-12-25T04:23:19.008Z | Compiling zerocopy v0.8.14 |
628 | 2024-12-25T04:23:19.018Z | Compiling hashbrown v0.15.2 |
629 | 2024-12-25T04:23:19.327Z | Compiling aho-corasick v1.1.3 |
630 | 2024-12-25T04:23:19.612Z | Compiling either v1.13.0 |
631 | 2024-12-25T04:23:19.630Z | Compiling lock_api v0.4.12 |
632 | 2024-12-25T04:23:19.729Z | Compiling parking_lot_core v0.9.10 |
633 | 2024-12-25T04:23:19.970Z | Compiling quote v1.0.37 |
634 | 2024-12-25T04:23:19.977Z | Compiling indexmap v2.7.0 |
635 | 2024-12-25T04:23:20.061Z | Compiling itertools v0.13.0 |
636 | 2024-12-25T04:23:20.373Z | Compiling syn v2.0.91 |
637 | 2024-12-25T04:23:20.481Z | Compiling toml_datetime v0.6.8 |
638 | 2024-12-25T04:23:20.801Z | Compiling winnow v0.5.40 |
639 | 2024-12-25T04:23:21.163Z | Compiling heapless v0.8.0 |
640 | 2024-12-25T04:23:21.986Z | Compiling regex-automata v0.4.9 |
641 | 2024-12-25T04:23:22.314Z | Compiling hash32 v0.3.1 |
642 | 2024-12-25T04:23:22.500Z | Compiling smallvec v1.13.2 |
643 | 2024-12-25T04:23:22.944Z | Compiling dyn-clone v1.0.17 |
644 | 2024-12-25T04:23:22.971Z | Compiling macaddr v1.0.1 |
645 | 2024-12-25T04:23:23.140Z | Compiling scopeguard v1.2.0 |
646 | 2024-12-25T04:23:23.161Z | Compiling stable_deref_trait v1.2.0 |
647 | 2024-12-25T04:23:23.259Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
648 | 2024-12-25T04:23:23.272Z | Compiling serde_json v1.0.134 |
649 | 2024-12-25T04:23:23.408Z | Compiling smoltcp v0.11.0 |
650 | 2024-12-25T04:23:23.671Z | Compiling once_cell v1.20.2 |
651 | 2024-12-25T04:23:23.995Z | Compiling toml_edit v0.19.15 |
652 | 2024-12-25T04:23:24.120Z | Compiling getrandom v0.2.15 |
653 | 2024-12-25T04:23:24.175Z | Compiling thiserror v1.0.69 |
654 | 2024-12-25T04:23:24.417Z | Compiling managed v0.8.0 |
655 | 2024-12-25T04:23:24.752Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
656 | 2024-12-25T04:23:24.769Z | Compiling ryu v1.0.18 |
657 | 2024-12-25T04:23:24.870Z | Compiling version_check v0.9.5 |
658 | 2024-12-25T04:23:24.991Z | Compiling bitflags v1.3.2 |
659 | 2024-12-25T04:23:25.081Z | Compiling cobs v0.2.3 |
660 | 2024-12-25T04:23:25.091Z | Compiling pin-project-lite v0.2.15 |
661 | 2024-12-25T04:23:25.305Z | Compiling schemars v0.8.21 |
662 | 2024-12-25T04:23:25.310Z | Compiling rustix v0.38.42 |
663 | 2024-12-25T04:23:25.384Z | Compiling itoa v1.0.14 |
664 | 2024-12-25T04:23:25.404Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
665 | 2024-12-25T04:23:25.773Z | Compiling parking_lot v0.12.3 |
666 | 2024-12-25T04:23:25.837Z | Compiling regex v1.11.1 |
667 | 2024-12-25T04:23:26.011Z | Compiling rand_core v0.6.4 |
668 | 2024-12-25T04:23:26.454Z | Compiling mio v1.0.3 |
669 | 2024-12-25T04:23:26.701Z | Compiling proc-macro-crate v1.3.1 |
670 | 2024-12-25T04:23:27.390Z | Compiling darling_core v0.20.10 |
671 | 2024-12-25T04:23:27.429Z | Compiling serde_derive_internals v0.29.1 |
672 | 2024-12-25T04:23:27.695Z | Compiling errno v0.3.10 |
673 | 2024-12-25T04:23:27.961Z | Compiling signal-hook-registry v1.4.2 |
674 | 2024-12-25T04:23:28.871Z | Compiling socket2 v0.5.8 |
675 | 2024-12-25T04:23:29.416Z | Compiling foreign-types-shared v0.3.1 |
676 | 2024-12-25T04:23:29.525Z | Compiling utf8parse v0.2.2 |
677 | 2024-12-25T04:23:29.560Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
678 | 2024-12-25T04:23:29.588Z | Compiling bytes v1.9.0 |
679 | 2024-12-25T04:23:29.659Z | Compiling unicode-width v0.1.14 |
680 | 2024-12-25T04:23:30.036Z | Compiling anstyle-parse v0.2.6 |
681 | 2024-12-25T04:23:30.215Z | Compiling num_enum_derive v0.5.11 |
682 | 2024-12-25T04:23:30.222Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
683 | 2024-12-25T04:23:30.393Z | Compiling tabwriter v1.4.0 |
684 | 2024-12-25T04:23:31.023Z | Compiling tracing-core v0.1.33 |
685 | 2024-12-25T04:23:31.233Z | Compiling serde_derive v1.0.216 |
686 | 2024-12-25T04:23:31.312Z | Compiling zerocopy-derive v0.8.14 |
687 | 2024-12-25T04:23:31.984Z | Compiling zerocopy-derive v0.7.35 |
688 | 2024-12-25T04:23:32.351Z | Compiling thiserror-impl v1.0.69 |
689 | 2024-12-25T04:23:32.467Z | Compiling schemars_derive v0.8.21 |
690 | 2024-12-25T04:23:32.752Z | Compiling tokio-macros v2.4.0 |
691 | 2024-12-25T04:23:32.797Z | Compiling foreign-types-macros v0.2.3 |
692 | 2024-12-25T04:23:32.799Z | Compiling darling_macro v0.20.10 |
693 | 2024-12-25T04:23:33.799Z | Compiling darling v0.20.10 |
694 | 2024-12-25T04:23:33.886Z | Compiling zerocopy v0.7.35 |
695 | 2024-12-25T04:23:33.894Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
696 | 2024-12-25T04:23:34.097Z | Compiling foreign-types v0.5.0 |
697 | 2024-12-25T04:23:34.180Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
698 | 2024-12-25T04:23:34.188Z | Compiling tokio v1.42.0 |
699 | 2024-12-25T04:23:35.172Z | Compiling ppv-lite86 v0.2.20 |
700 | 2024-12-25T04:23:35.196Z | Compiling num_enum v0.5.11 |
701 | 2024-12-25T04:23:35.248Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
702 | 2024-12-25T04:23:35.274Z | Compiling tracing-attributes v0.1.28 |
703 | 2024-12-25T04:23:35.483Z | Compiling cstr-argument v0.1.2 |
704 | 2024-12-25T04:23:35.946Z | Compiling rand_chacha v0.3.1 |
705 | 2024-12-25T04:23:36.148Z | Compiling crc32fast v1.4.2 |
706 | 2024-12-25T04:23:36.446Z | Compiling colorchoice v1.0.3 |
707 | 2024-12-25T04:23:36.462Z | Compiling lazy_static v1.5.0 |
708 | 2024-12-25T04:23:36.567Z | Compiling is_terminal_polyfill v1.70.1 |
709 | 2024-12-25T04:23:36.579Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
710 | 2024-12-25T04:23:36.669Z | Compiling anstyle v1.0.10 |
711 | 2024-12-25T04:23:36.925Z | Compiling pretty-hex v0.2.1 |
712 | 2024-12-25T04:23:37.110Z | Compiling anstyle-query v1.1.2 |
713 | 2024-12-25T04:23:37.139Z | Compiling thiserror v2.0.9 |
714 | 2024-12-25T04:23:37.238Z | Compiling anstream v0.6.18 |
715 | 2024-12-25T04:23:37.269Z | Compiling colored v2.2.0 |
716 | 2024-12-25T04:23:38.077Z | Compiling rand v0.8.5 |
717 | 2024-12-25T04:23:38.186Z | Compiling tracing v0.1.41 |
718 | 2024-12-25T04:23:38.361Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
719 | 2024-12-25T04:23:38.717Z | Compiling terminal_size v0.4.1 |
720 | 2024-12-25T04:23:38.744Z | Compiling thiserror-impl v2.0.9 |
721 | 2024-12-25T04:23:38.799Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
722 | 2024-12-25T04:23:38.957Z | Compiling clap_lex v0.7.4 |
723 | 2024-12-25T04:23:39.066Z | Compiling winnow v0.6.20 |
724 | 2024-12-25T04:23:39.542Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
725 | 2024-12-25T04:23:39.789Z | Compiling heck v0.5.0 |
726 | 2024-12-25T04:23:39.862Z | Compiling clap_builder v4.5.23 |
727 | 2024-12-25T04:23:40.000Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
728 | 2024-12-25T04:23:40.158Z | Compiling clap_derive v4.5.18 |
729 | 2024-12-25T04:23:40.478Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
730 | 2024-12-25T04:23:42.332Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
731 | 2024-12-25T04:23:43.081Z | Compiling ipnetwork v0.20.0 |
732 | 2024-12-25T04:23:43.081Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
733 | 2024-12-25T04:23:43.488Z | Compiling postcard v1.1.1 |
734 | 2024-12-25T04:23:43.852Z | Compiling uuid v1.11.0 |
735 | 2024-12-25T04:23:44.134Z | Compiling clap v4.5.23 |
736 | 2024-12-25T04:23:45.985Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
737 | 2024-12-25T04:23:48.659Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
738 | 2024-12-25T04:23:52.766Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
739 | 2024-12-25T04:23:54.730Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
740 | 2024-12-25T04:24:31.629Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 13s |
741 | 2024-12-25T04:24:31.674Z | Building xde (release). |
742 | 2024-12-25T04:24:31.987Z | Compiling compiler_builtins v0.1.138 |
743 | 2024-12-25T04:24:31.987Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
744 | 2024-12-25T04:24:31.987Z | Compiling proc-macro2 v1.0.92 |
745 | 2024-12-25T04:24:31.989Z | Compiling unicode-ident v1.0.14 |
746 | 2024-12-25T04:24:31.989Z | Compiling ident_case v1.0.1 |
747 | 2024-12-25T04:24:31.989Z | Compiling strsim v0.11.1 |
748 | 2024-12-25T04:24:31.989Z | Compiling fnv v1.0.7 |
749 | 2024-12-25T04:24:31.989Z | Compiling memchr v2.7.4 |
750 | 2024-12-25T04:24:32.104Z | Compiling regex-syntax v0.8.5 |
751 | 2024-12-25T04:24:32.132Z | Compiling serde v1.0.216 |
752 | 2024-12-25T04:24:32.159Z | Compiling zerocopy v0.8.14 |
753 | 2024-12-25T04:24:32.718Z | Compiling either v1.13.0 |
754 | 2024-12-25T04:24:32.835Z | Compiling heapless v0.8.0 |
755 | 2024-12-25T04:24:33.078Z | Compiling aho-corasick v1.1.3 |
756 | 2024-12-25T04:24:33.102Z | Compiling itertools v0.13.0 |
757 | 2024-12-25T04:24:33.217Z | Compiling smoltcp v0.11.0 |
758 | 2024-12-25T04:24:33.539Z | Compiling version_check v0.9.5 |
759 | 2024-12-25T04:24:33.733Z | Compiling quote v1.0.37 |
760 | 2024-12-25T04:24:34.093Z | Compiling syn v2.0.91 |
761 | 2024-12-25T04:24:34.237Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
762 | 2024-12-25T04:24:35.565Z | Compiling regex-automata v0.4.9 |
763 | 2024-12-25T04:24:38.393Z | Compiling regex v1.11.1 |
764 | 2024-12-25T04:24:38.899Z | Compiling darling_core v0.20.10 |
765 | 2024-12-25T04:24:41.230Z | Compiling serde_derive v1.0.216 |
766 | 2024-12-25T04:24:41.230Z | Compiling zerocopy-derive v0.8.14 |
767 | 2024-12-25T04:24:41.233Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
768 | 2024-12-25T04:24:42.795Z | Compiling darling_macro v0.20.10 |
769 | 2024-12-25T04:24:44.090Z | Compiling darling v0.20.10 |
770 | 2024-12-25T04:24:44.190Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
771 | 2024-12-25T04:24:44.190Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
772 | 2024-12-25T04:24:53.050Z | 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) |
773 | 2024-12-25T04:24:53.914Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
774 | 2024-12-25T04:24:56.888Z | Compiling byteorder v1.5.0 |
775 | 2024-12-25T04:24:56.891Z | Compiling cfg-if v1.0.0 |
776 | 2024-12-25T04:24:56.891Z | Compiling macaddr v1.0.1 |
777 | 2024-12-25T04:24:56.891Z | Compiling stable_deref_trait v1.2.0 |
778 | 2024-12-25T04:24:56.891Z | Compiling managed v0.8.0 |
779 | 2024-12-25T04:24:56.963Z | Compiling bitflags v2.6.0 |
780 | 2024-12-25T04:24:56.986Z | Compiling bitflags v1.3.2 |
781 | 2024-12-25T04:24:57.074Z | Compiling cobs v0.2.3 |
782 | 2024-12-25T04:24:57.219Z | Compiling hash32 v0.3.1 |
783 | 2024-12-25T04:24:57.382Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
784 | 2024-12-25T04:24:57.408Z | Compiling crc32fast v1.4.2 |
785 | 2024-12-25T04:24:57.482Z | Compiling dyn-clone v1.0.17 |
786 | 2024-12-25T04:24:57.549Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
787 | 2024-12-25T04:24:59.459Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
788 | 2024-12-25T04:25:00.765Z | Compiling postcard v1.1.1 |
789 | 2024-12-25T04:25:00.771Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
790 | 2024-12-25T04:25:00.824Z | Compiling uuid v1.11.0 |
791 | 2024-12-25T04:25:02.332Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
792 | 2024-12-25T04:25:07.546Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
793 | 2024-12-25T04:25:11.414Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
794 | 2024-12-25T04:25:13.419Z | warning: creating a mutable reference to mutable static is discouraged |
795 | 2024-12-25T04:25:13.419Z | --> xde/src/xde.rs:318:5 |
796 | 2024-12-25T04:25:13.420Z | | |
797 | 2024-12-25T04:25:13.420Z | 318 | xde_devs.init(KRwLockType::Driver); |
798 | 2024-12-25T04:25:13.420Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
799 | 2024-12-25T04:25:13.420Z | | |
800 | 2024-12-25T04:25:13.420Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
801 | 2024-12-25T04:25:13.420Z | = 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 |
802 | 2024-12-25T04:25:13.420Z | = note: `#[warn(static_mut_refs)]` on by default |
803 | 2024-12-25T04:25:13.420Z | |
804 | 2024-12-25T04:25:13.423Z | warning: creating a shared reference to mutable static is discouraged |
805 | 2024-12-25T04:25:13.423Z | --> xde/src/xde.rs:642:25 |
806 | 2024-12-25T04:25:13.423Z | | |
807 | 2024-12-25T04:25:13.423Z | 642 | let devs = unsafe { xde_devs.read() }; |
808 | 2024-12-25T04:25:13.423Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
809 | 2024-12-25T04:25:13.423Z | | |
810 | 2024-12-25T04:25:13.423Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
811 | 2024-12-25T04:25:13.423Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
812 | 2024-12-25T04:25:13.423Z | |
813 | 2024-12-25T04:25:13.423Z | warning: creating a shared reference to mutable static is discouraged |
814 | 2024-12-25T04:25:13.423Z | --> xde/src/xde.rs:670:29 |
815 | 2024-12-25T04:25:13.423Z | | |
816 | 2024-12-25T04:25:13.423Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
817 | 2024-12-25T04:25:13.423Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
818 | 2024-12-25T04:25:13.423Z | | |
819 | 2024-12-25T04:25:13.423Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
820 | 2024-12-25T04:25:13.423Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
821 | 2024-12-25T04:25:13.423Z | |
822 | 2024-12-25T04:25:13.423Z | warning: creating a shared reference to mutable static is discouraged |
823 | 2024-12-25T04:25:13.424Z | --> xde/src/xde.rs:803:29 |
824 | 2024-12-25T04:25:13.424Z | | |
825 | 2024-12-25T04:25:13.424Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
826 | 2024-12-25T04:25:13.424Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
827 | 2024-12-25T04:25:13.424Z | | |
828 | 2024-12-25T04:25:13.424Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
829 | 2024-12-25T04:25:13.424Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
830 | 2024-12-25T04:25:13.424Z | |
831 | 2024-12-25T04:25:13.424Z | warning: creating a shared reference to mutable static is discouraged |
832 | 2024-12-25T04:25:13.424Z | --> xde/src/xde.rs:891:18 |
833 | 2024-12-25T04:25:13.424Z | | |
834 | 2024-12-25T04:25:13.424Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
835 | 2024-12-25T04:25:13.424Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
836 | 2024-12-25T04:25:13.424Z | | |
837 | 2024-12-25T04:25:13.424Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
838 | 2024-12-25T04:25:13.424Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
839 | 2024-12-25T04:25:13.424Z | |
840 | 2024-12-25T04:25:13.424Z | warning: creating a shared reference to mutable static is discouraged |
841 | 2024-12-25T04:25:13.424Z | --> xde/src/xde.rs:1204:9 |
842 | 2024-12-25T04:25:13.424Z | | |
843 | 2024-12-25T04:25:13.424Z | 1204 | if !xde_devs.read().is_empty() { |
844 | 2024-12-25T04:25:13.424Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
845 | 2024-12-25T04:25:13.424Z | | |
846 | 2024-12-25T04:25:13.424Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
847 | 2024-12-25T04:25:13.424Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
848 | 2024-12-25T04:25:13.424Z | |
849 | 2024-12-25T04:25:13.428Z | warning: creating a shared reference to mutable static is discouraged |
850 | 2024-12-25T04:25:13.428Z | --> xde/src/xde.rs:1611:37 |
851 | 2024-12-25T04:25:13.428Z | | |
852 | 2024-12-25T04:25:13.428Z | 1611 | let devs = unsafe { xde_devs.read() }; |
853 | 2024-12-25T04:25:13.428Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
854 | 2024-12-25T04:25:13.428Z | | |
855 | 2024-12-25T04:25:13.428Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
856 | 2024-12-25T04:25:13.428Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
857 | 2024-12-25T04:25:13.428Z | |
858 | 2024-12-25T04:25:13.428Z | warning: creating a shared reference to mutable static is discouraged |
859 | 2024-12-25T04:25:13.428Z | --> xde/src/xde.rs:1861:16 |
860 | 2024-12-25T04:25:13.428Z | | |
861 | 2024-12-25T04:25:13.428Z | 1861 | let devs = xde_devs.read(); |
862 | 2024-12-25T04:25:13.428Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
863 | 2024-12-25T04:25:13.428Z | | |
864 | 2024-12-25T04:25:13.428Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
865 | 2024-12-25T04:25:13.428Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
866 | 2024-12-25T04:25:13.428Z | |
867 | 2024-12-25T04:25:13.428Z | warning: creating a shared reference to mutable static is discouraged |
868 | 2024-12-25T04:25:13.428Z | --> xde/src/xde.rs:1910:25 |
869 | 2024-12-25T04:25:13.428Z | | |
870 | 2024-12-25T04:25:13.428Z | 1910 | let devs = unsafe { xde_devs.read() }; |
871 | 2024-12-25T04:25:13.428Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
872 | 2024-12-25T04:25:13.429Z | | |
873 | 2024-12-25T04:25:13.429Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
874 | 2024-12-25T04:25:13.429Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
875 | 2024-12-25T04:25:13.429Z | |
876 | 2024-12-25T04:25:13.429Z | warning: creating a shared reference to mutable static is discouraged |
877 | 2024-12-25T04:25:13.429Z | --> xde/src/xde.rs:1923:25 |
878 | 2024-12-25T04:25:13.429Z | | |
879 | 2024-12-25T04:25:13.429Z | 1923 | let devs = unsafe { xde_devs.read() }; |
880 | 2024-12-25T04:25:13.429Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
881 | 2024-12-25T04:25:13.429Z | | |
882 | 2024-12-25T04:25:13.429Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
883 | 2024-12-25T04:25:13.429Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
884 | 2024-12-25T04:25:13.430Z | |
885 | 2024-12-25T04:25:13.430Z | warning: creating a shared reference to mutable static is discouraged |
886 | 2024-12-25T04:25:13.430Z | --> xde/src/xde.rs:1934:25 |
887 | 2024-12-25T04:25:13.430Z | | |
888 | 2024-12-25T04:25:13.430Z | 1934 | let devs = unsafe { xde_devs.read() }; |
889 | 2024-12-25T04:25:13.430Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
890 | 2024-12-25T04:25:13.430Z | | |
891 | 2024-12-25T04:25:13.430Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
892 | 2024-12-25T04:25:13.430Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
893 | 2024-12-25T04:25:13.430Z | |
894 | 2024-12-25T04:25:13.430Z | warning: creating a shared reference to mutable static is discouraged |
895 | 2024-12-25T04:25:13.430Z | --> xde/src/xde.rs:1946:25 |
896 | 2024-12-25T04:25:13.430Z | | |
897 | 2024-12-25T04:25:13.430Z | 1946 | let devs = unsafe { xde_devs.read() }; |
898 | 2024-12-25T04:25:13.430Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
899 | 2024-12-25T04:25:13.430Z | | |
900 | 2024-12-25T04:25:13.430Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
901 | 2024-12-25T04:25:13.430Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
902 | 2024-12-25T04:25:13.430Z | |
903 | 2024-12-25T04:25:13.430Z | warning: creating a shared reference to mutable static is discouraged |
904 | 2024-12-25T04:25:13.430Z | --> xde/src/xde.rs:1958:25 |
905 | 2024-12-25T04:25:13.430Z | | |
906 | 2024-12-25T04:25:13.430Z | 1958 | let devs = unsafe { xde_devs.read() }; |
907 | 2024-12-25T04:25:13.430Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
908 | 2024-12-25T04:25:13.430Z | | |
909 | 2024-12-25T04:25:13.430Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
910 | 2024-12-25T04:25:13.430Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
911 | 2024-12-25T04:25:13.430Z | |
912 | 2024-12-25T04:25:13.430Z | warning: creating a shared reference to mutable static is discouraged |
913 | 2024-12-25T04:25:13.430Z | --> xde/src/xde.rs:2022:25 |
914 | 2024-12-25T04:25:13.430Z | | |
915 | 2024-12-25T04:25:13.430Z | 2022 | let devs = unsafe { xde_devs.read() }; |
916 | 2024-12-25T04:25:13.430Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
917 | 2024-12-25T04:25:13.430Z | | |
918 | 2024-12-25T04:25:13.430Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
919 | 2024-12-25T04:25:13.430Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
920 | 2024-12-25T04:25:13.430Z | |
921 | 2024-12-25T04:25:13.430Z | warning: creating a shared reference to mutable static is discouraged |
922 | 2024-12-25T04:25:13.430Z | --> xde/src/xde.rs:2033:25 |
923 | 2024-12-25T04:25:13.430Z | | |
924 | 2024-12-25T04:25:13.431Z | 2033 | let devs = unsafe { xde_devs.read() }; |
925 | 2024-12-25T04:25:13.431Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
926 | 2024-12-25T04:25:13.431Z | | |
927 | 2024-12-25T04:25:13.431Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
928 | 2024-12-25T04:25:13.431Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
929 | 2024-12-25T04:25:13.431Z | |
930 | 2024-12-25T04:25:13.431Z | warning: creating a shared reference to mutable static is discouraged |
931 | 2024-12-25T04:25:13.431Z | --> xde/src/xde.rs:2045:25 |
932 | 2024-12-25T04:25:13.431Z | | |
933 | 2024-12-25T04:25:13.431Z | 2045 | let devs = unsafe { xde_devs.read() }; |
934 | 2024-12-25T04:25:13.431Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
935 | 2024-12-25T04:25:13.431Z | | |
936 | 2024-12-25T04:25:13.431Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
937 | 2024-12-25T04:25:13.431Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
938 | 2024-12-25T04:25:13.431Z | |
939 | 2024-12-25T04:25:13.431Z | warning: creating a shared reference to mutable static is discouraged |
940 | 2024-12-25T04:25:13.431Z | --> xde/src/xde.rs:2059:25 |
941 | 2024-12-25T04:25:13.431Z | | |
942 | 2024-12-25T04:25:13.431Z | 2059 | let devs = unsafe { xde_devs.read() }; |
943 | 2024-12-25T04:25:13.431Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
944 | 2024-12-25T04:25:13.431Z | | |
945 | 2024-12-25T04:25:13.431Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
946 | 2024-12-25T04:25:13.431Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
947 | 2024-12-25T04:25:13.431Z | |
948 | 2024-12-25T04:25:13.431Z | warning: creating a shared reference to mutable static is discouraged |
949 | 2024-12-25T04:25:13.434Z | --> xde/src/xde.rs:2072:25 |
950 | 2024-12-25T04:25:13.434Z | | |
951 | 2024-12-25T04:25:13.434Z | 2072 | let devs = unsafe { xde_devs.read() }; |
952 | 2024-12-25T04:25:13.434Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
953 | 2024-12-25T04:25:13.434Z | | |
954 | 2024-12-25T04:25:13.434Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
955 | 2024-12-25T04:25:13.435Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
956 | 2024-12-25T04:25:13.435Z | |
957 | 2024-12-25T04:25:13.435Z | warning: creating a shared reference to mutable static is discouraged |
958 | 2024-12-25T04:25:13.435Z | --> xde/src/xde.rs:2085:25 |
959 | 2024-12-25T04:25:13.435Z | | |
960 | 2024-12-25T04:25:13.435Z | 2085 | let devs = unsafe { xde_devs.read() }; |
961 | 2024-12-25T04:25:13.435Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
962 | 2024-12-25T04:25:13.435Z | | |
963 | 2024-12-25T04:25:13.435Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
964 | 2024-12-25T04:25:13.435Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
965 | 2024-12-25T04:25:13.435Z | |
966 | 2024-12-25T04:25:13.435Z | warning: creating a shared reference to mutable static is discouraged |
967 | 2024-12-25T04:25:13.435Z | --> xde/src/xde.rs:2096:25 |
968 | 2024-12-25T04:25:13.435Z | | |
969 | 2024-12-25T04:25:13.435Z | 2096 | let devs = unsafe { xde_devs.read() }; |
970 | 2024-12-25T04:25:13.435Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
971 | 2024-12-25T04:25:13.435Z | | |
972 | 2024-12-25T04:25:13.435Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
973 | 2024-12-25T04:25:13.435Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
974 | 2024-12-25T04:25:13.435Z | |
975 | 2024-12-25T04:25:13.435Z | warning: creating a shared reference to mutable static is discouraged |
976 | 2024-12-25T04:25:13.435Z | --> xde/src/xde.rs:2108:25 |
977 | 2024-12-25T04:25:13.435Z | | |
978 | 2024-12-25T04:25:13.435Z | 2108 | let devs = unsafe { xde_devs.read() }; |
979 | 2024-12-25T04:25:13.435Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
980 | 2024-12-25T04:25:13.436Z | | |
981 | 2024-12-25T04:25:13.436Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
982 | 2024-12-25T04:25:13.436Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
983 | 2024-12-25T04:25:13.436Z | |
984 | 2024-12-25T04:25:13.436Z | warning: creating a shared reference to mutable static is discouraged |
985 | 2024-12-25T04:25:13.436Z | --> xde/src/xde.rs:2123:25 |
986 | 2024-12-25T04:25:13.436Z | | |
987 | 2024-12-25T04:25:13.436Z | 2123 | let devs = unsafe { xde_devs.read() }; |
988 | 2024-12-25T04:25:13.436Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
989 | 2024-12-25T04:25:13.436Z | | |
990 | 2024-12-25T04:25:13.436Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
991 | 2024-12-25T04:25:13.436Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
992 | 2024-12-25T04:25:13.436Z | |
993 | 2024-12-25T04:25:13.436Z | warning: creating a shared reference to mutable static is discouraged |
994 | 2024-12-25T04:25:13.436Z | --> xde/src/xde.rs:2137:25 |
995 | 2024-12-25T04:25:13.436Z | | |
996 | 2024-12-25T04:25:13.436Z | 2137 | let devs = unsafe { xde_devs.read() }; |
997 | 2024-12-25T04:25:13.436Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
998 | 2024-12-25T04:25:13.436Z | | |
999 | 2024-12-25T04:25:13.436Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1000 | 2024-12-25T04:25:13.436Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1001 | 2024-12-25T04:25:13.436Z | |
1002 | 2024-12-25T04:25:38.764Z | warning: `xde` (lib) generated 23 warnings |
1003 | 2024-12-25T04:25:38.765Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 07s |
1004 | 2024-12-25T04:25:38.794Z | Linking xde kmod... |
1005 | 2024-12-25T04:25:39.522Z | Building xde dev link helper (release). |
1006 | 2024-12-25T04:25:39.703Z | Compiling compiler_builtins v0.1.138 |
1007 | 2024-12-25T04:25:39.703Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1008 | 2024-12-25T04:25:39.703Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1009 | 2024-12-25T04:25:56.091Z | 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) |
1010 | 2024-12-25T04:25:56.895Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1011 | 2024-12-25T04:26:00.521Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.94s |
1012 | 2024-12-25T04:26:00.548Z | |
1013 | 2024-12-25T04:26:00.551Z | real 4:53.754407077 |
1014 | 2024-12-25T04:26:00.551Z | user 14:59.102663314 |
1015 | 2024-12-25T04:26:00.551Z | sys 1:30.049575224 |
1016 | 2024-12-25T04:26:00.551Z | trap 0.486546108 |
1017 | 2024-12-25T04:26:00.551Z | tflt 1.016049351 |
1018 | 2024-12-25T04:26:00.551Z | dflt 4.185717183 |
1019 | 2024-12-25T04:26:00.551Z | kflt 0.023121016 |
1020 | 2024-12-25T04:26:00.551Z | lock 28:26.731167329 |
1021 | 2024-12-25T04:26:00.551Z | slp 50:03.275413639 |
1022 | 2024-12-25T04:26:00.551Z | lat 27.027599302 |
1023 | 2024-12-25T04:26:00.551Z | stop 40.060615325 |
1024 | 2024-12-25T04:26:00.551Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1025 | 2024-12-25T04:26:00.551Z | + grep GOTPCREL |
1026 | 2024-12-25T04:26:02.106Z | + header 'package opte' |
1027 | 2024-12-25T04:26:02.106Z | + echo '# ==== package opte ==== #' |
1028 | 2024-12-25T04:26:02.108Z | # ==== package opte ==== # |
1029 | 2024-12-25T04:26:02.108Z | + cargo xtask package --skip-build |
1030 | 2024-12-25T04:26:02.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s |
1031 | 2024-12-25T04:26:02.384Z | Running `target/debug/xtask package --skip-build` |
1032 | 2024-12-25T04:26:02.748Z | + ./clean.sh |
1033 | 2024-12-25T04:26:02.760Z | + mkdir -p proto/kernel/drv/amd64 |
1034 | 2024-12-25T04:26:02.762Z | + mkdir -p proto/opt/oxide/opte/bin |
1035 | 2024-12-25T04:26:02.764Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
1036 | 2024-12-25T04:26:02.766Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
1037 | 2024-12-25T04:26:02.781Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
1038 | 2024-12-25T04:26:02.817Z | + cp ../xde/xde.conf proto/kernel/drv/ |
1039 | 2024-12-25T04:26:02.820Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
1040 | 2024-12-25T04:26:02.822Z | + '[' -z ']' |
1041 | 2024-12-25T04:26:02.822Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
1042 | 2024-12-25T04:26:02.891Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
1043 | 2024-12-25T04:26:02.947Z | + INC_DEBUG= |
1044 | 2024-12-25T04:26:02.949Z | ++ ./print-api-version.sh |
1045 | 2024-12-25T04:26:02.955Z | + API_VSN=34 |
1046 | 2024-12-25T04:26:02.957Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/317/g -e s/%API_VSN%/34/g opte.template.p5m |
1047 | 2024-12-25T04:26:02.957Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
1048 | 2024-12-25T04:26:14.941Z | + pkgdepend generate -d proto opte.base.p5m |
1049 | 2024-12-25T04:26:16.297Z | + mkdir -p packages |
1050 | 2024-12-25T04:26:16.299Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
1051 | 2024-12-25T04:26:36.233Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
1052 | 2024-12-25T04:26:36.236Z | + pkgrepo create packages/repo |
1053 | 2024-12-25T04:26:37.118Z | + pkgrepo add-publisher -s packages/repo helios-dev |
1054 | 2024-12-25T04:26:37.942Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
1055 | 2024-12-25T04:27:15.438Z | pkg://helios-dev/driver/network/opte@0.34.317,5.11:20241225T042638Z |
1056 | 2024-12-25T04:27:15.439Z | PUBLISHED |
1057 | 2024-12-25T04:27:15.487Z | + pkgrecv -a -d packages/repo/opte-0.34.317.p5p -s packages/repo -v -m latest '*' |
1058 | 2024-12-25T04:27:16.360Z | Retrieving packages for publisher helios-dev ... |
1059 | 2024-12-25T04:27:16.364Z | Retrieving catalog 'helios-dev' ... Done |
1060 | 2024-12-25T04:27:16.367Z | Retrieving and evaluating 1 package(s)... |
1061 | 2024-12-25T04:27:16.367Z | Fetching manifests: 1/1 100% complete |
1062 | 2024-12-25T04:27:16.367Z | Fetching manifests: 1/1 100% complete |
1063 | 2024-12-25T04:27:16.369Z | |
1064 | 2024-12-25T04:27:16.369Z | Archiving packages ... |
1065 | 2024-12-25T04:27:16.369Z | Packages to add: 1 |
1066 | 2024-12-25T04:27:16.369Z | Files to retrieve: 6 |
1067 | 2024-12-25T04:27:16.370Z | Estimated transfer size: 38.50 MB |
1068 | 2024-12-25T04:27:16.370Z | |
1069 | 2024-12-25T04:27:16.370Z | Packages to archive: |
1070 | 2024-12-25T04:27:16.370Z | driver/network/opte@0.34.317,5.11:20241225T042638Z |
1071 | 2024-12-25T04:27:16.370Z | |
1072 | 2024-12-25T04:27:16.370Z | Download: 0/6 items 0.0/38.5MB 0% complete |
1073 | 2024-12-25T04:27:16.489Z | Download: Completed 38.50 MB in 0.12 seconds (316M/s) |
1074 | 2024-12-25T04:27:16.492Z | Archiving: 1/20 items 0.0/38.5MB 0% complete |
1075 | 2024-12-25T04:27:16.517Z | Archiving: Completed 38.54 MB in 0.03 seconds |
1076 | 2024-12-25T04:27:16.565Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.34.317.p5p. |
1077 | 2024-12-25T04:27:16.568Z | + banner copy |
1078 | 2024-12-25T04:27:16.687Z | |
1079 | 2024-12-25T04:27:16.687Z | #### #### ##### # # |
1080 | 2024-12-25T04:27:16.687Z | # # # # # # # # |
1081 | 2024-12-25T04:27:16.687Z | # # # # # # |
1082 | 2024-12-25T04:27:16.687Z | # # # ##### # |
1083 | 2024-12-25T04:27:16.687Z | # # # # # # |
1084 | 2024-12-25T04:27:16.688Z | #### #### # # |
1085 | 2024-12-25T04:27:16.688Z | |
1086 | 2024-12-25T04:27:16.690Z | + pfexec mkdir -p /out |
1087 | 2024-12-25T04:27:16.693Z | + pfexec chown 12345 /out |
1088 | 2024-12-25T04:27:16.696Z | + PKG_NAME=/out/opte.p5p |
1089 | 2024-12-25T04:27:16.699Z | + mv pkg/packages/repo/opte-0.34.317.p5p /out/opte.p5p |
1090 | 2024-12-25T04:27:16.737Z | + sha256sum /out/opte.p5p |
1091 | 2024-12-25T04:27:16.770Z | process exited: duration 392028 ms, exit code 0 |
|
1092 | 2024-12-25T04:27:16.780Z | found 2 output files |
1093 | 2024-12-25T04:27:16.780Z | uploading: /out/opte.p5p (40417280 bytes) |
1094 | 2024-12-25T04:27:18.348Z | uploaded: /out/opte.p5p |
1095 | 2024-12-25T04:27:18.348Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
1096 | 2024-12-25T04:27:19.356Z | uploaded: /out/opte.p5p.sha256 |