|
|
|
1 | 2024-12-28T04:20:54.865Z | job assigned to worker 01JG5QW249ZEP7XSXF0QZKCEVV [factory aws, i-059c8a8351695826d] (queued for 1 m 7 s) |
|
2 | 2024-12-28T04:21:03.093Z | starting task 0: "setup" |
3 | 2024-12-28T04:21:03.102Z | ++ uname -s |
4 | 2024-12-28T04:21:03.104Z | + kern=SunOS |
5 | 2024-12-28T04:21:03.104Z | + case "$kern" in |
6 | 2024-12-28T04:21:03.104Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:21:03.111Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:21:05.113Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:21:05.216Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:21:05.218Z | + home_fs=zfs |
11 | 2024-12-28T04:21:05.218Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:21:05.218Z | + mkdir -p /home/build |
13 | 2024-12-28T04:21:05.221Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:21:07.223Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:21:07.226Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-12-28T04:21:07.231Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:21:07.236Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:21:07.236Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:21:07.239Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-28T04:21:07.239Z | * toolchain profile = "default" |
21 | 2024-12-28T04:21:07.239Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-28T04:21:07.239Z | ' default |
23 | 2024-12-28T04:21:07.239Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:21:07.239Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:21:07.346Z | info: downloading installer |
26 | 2024-12-28T04:21:08.927Z | info: profile set to 'default' |
27 | 2024-12-28T04:21:08.927Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:21:08.930Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:21:09.106Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:21:09.106Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:21:10.153Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:21:10.554Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:21:11.978Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:14.278Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:22.382Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:22.682Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:23.507Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:23.888Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:25.581Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:27.438Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:33.233Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:33.572Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:33.572Z | |
44 | 2024-12-28T04:21:33.967Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:33.967Z | |
46 | 2024-12-28T04:21:33.969Z | |
47 | 2024-12-28T04:21:33.969Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:33.969Z | |
49 | 2024-12-28T04:21:33.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:33.969Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:33.969Z | |
52 | 2024-12-28T04:21:33.969Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:33.969Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:33.969Z | |
55 | 2024-12-28T04:21:33.969Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:33.969Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:33.969Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:34.059Z | + rustc --version |
59 | 2024-12-28T04:21:34.147Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:34.154Z | process exited: duration 26920 ms, exit code 0 |
|
61 | 2024-12-28T04:21:34.159Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:34.187Z | process exited: duration 28 ms, exit code 0 |
|
63 | 2024-12-28T04:21:34.192Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:34.200Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:34.204Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:35.279Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:36.565Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:36.565Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:36.810Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:36.810Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:36.819Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:36.822Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:36.824Z | + current=master |
74 | 2024-12-28T04:21:36.824Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:36.824Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:36.828Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:36.852Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:36.854Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:36.859Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:36.861Z | process exited: duration 2667 ms, exit code 0 |
|
81 | 2024-12-28T04:21:36.866Z | starting task 4: "build" |
82 | 2024-12-28T04:21:36.872Z | + TGT_BASE=/work |
83 | 2024-12-28T04:21:36.872Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-12-28T04:21:36.872Z | + REL_TGT=/work/release |
85 | 2024-12-28T04:21:36.872Z | + mkdir -p /work/release |
86 | 2024-12-28T04:21:36.875Z | + cargo --version |
87 | 2024-12-28T04:21:36.880Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
88 | 2024-12-28T04:21:37.064Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-28T04:21:37.064Z | info: downloading component 'cargo' |
90 | 2024-12-28T04:21:38.080Z | info: downloading component 'clippy' |
91 | 2024-12-28T04:21:38.466Z | info: downloading component 'rust-docs' |
92 | 2024-12-28T04:21:39.883Z | info: downloading component 'rust-std' |
93 | 2024-12-28T04:21:41.931Z | info: downloading component 'rustc' |
94 | 2024-12-28T04:21:49.686Z | info: downloading component 'rustfmt' |
95 | 2024-12-28T04:21:49.985Z | info: installing component 'cargo' |
96 | 2024-12-28T04:21:50.860Z | info: installing component 'clippy' |
97 | 2024-12-28T04:21:51.248Z | info: installing component 'rust-docs' |
98 | 2024-12-28T04:21:52.938Z | info: installing component 'rust-std' |
99 | 2024-12-28T04:21:54.600Z | info: installing component 'rustc' |
100 | 2024-12-28T04:22:00.380Z | info: installing component 'rustfmt' |
101 | 2024-12-28T04:22:00.799Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
102 | 2024-12-28T04:22:00.802Z | + rustc --version |
103 | 2024-12-28T04:22:00.872Z | rustc 1.83.0 (90b35a623 2024-11-26) |
104 | 2024-12-28T04:22:00.876Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-12-28T04:22:00.878Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-12-28T04:22:00.878Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-12-28T04:22:00.878Z | + ptime -m cargo xtask build |
108 | 2024-12-28T04:22:01.017Z | Updating crates.io index |
109 | 2024-12-28T04:22:01.071Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-12-28T04:22:01.782Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-12-28T04:22:02.033Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-28T04:22:02.350Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-28T04:22:02.850Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2024-12-28T04:22:03.156Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2024-12-28T04:22:03.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2024-12-28T04:22:03.665Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2024-12-28T04:22:03.947Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2024-12-28T04:22:04.823Z | Downloading crates ... |
119 | 2024-12-28T04:22:04.883Z | Downloaded anstyle-parse v0.2.6 |
120 | 2024-12-28T04:22:04.904Z | Downloaded equivalent v1.0.1 |
121 | 2024-12-28T04:22:04.909Z | Downloaded itoa v1.0.14 |
122 | 2024-12-28T04:22:04.911Z | Downloaded colorchoice v1.0.3 |
123 | 2024-12-28T04:22:04.914Z | Downloaded strsim v0.11.1 |
124 | 2024-12-28T04:22:04.916Z | Downloaded serde_spanned v0.6.8 |
125 | 2024-12-28T04:22:04.918Z | Downloaded thiserror-impl v2.0.9 |
126 | 2024-12-28T04:22:04.921Z | Downloaded errno v0.3.10 |
127 | 2024-12-28T04:22:04.924Z | Downloaded cargo-platform v0.1.9 |
128 | 2024-12-28T04:22:04.928Z | Downloaded is_terminal_polyfill v1.70.1 |
129 | 2024-12-28T04:22:04.928Z | Downloaded anstyle-query v1.1.2 |
130 | 2024-12-28T04:22:04.931Z | Downloaded heck v0.5.0 |
131 | 2024-12-28T04:22:04.934Z | Downloaded clap_lex v0.7.4 |
132 | 2024-12-28T04:22:04.934Z | Downloaded utf8parse v0.2.2 |
133 | 2024-12-28T04:22:04.934Z | Downloaded toml_datetime v0.6.8 |
134 | 2024-12-28T04:22:04.938Z | Downloaded cargo_metadata v0.19.1 |
135 | 2024-12-28T04:22:04.945Z | Downloaded camino v1.1.9 |
136 | 2024-12-28T04:22:04.947Z | Downloaded terminal_size v0.4.1 |
137 | 2024-12-28T04:22:04.950Z | Downloaded clap v4.5.23 |
138 | 2024-12-28T04:22:04.958Z | Downloaded thiserror v2.0.9 |
139 | 2024-12-28T04:22:04.964Z | Downloaded semver v1.0.24 |
140 | 2024-12-28T04:22:04.974Z | Downloaded proc-macro2 v1.0.92 |
141 | 2024-12-28T04:22:04.976Z | Downloaded toml v0.8.19 |
142 | 2024-12-28T04:22:04.976Z | Downloaded serde_derive v1.0.217 |
143 | 2024-12-28T04:22:04.976Z | Downloaded ryu v1.0.18 |
144 | 2024-12-28T04:22:04.979Z | Downloaded unicode-ident v1.0.14 |
145 | 2024-12-28T04:22:04.981Z | Downloaded indexmap v2.7.0 |
146 | 2024-12-28T04:22:04.986Z | Downloaded bitflags v2.6.0 |
147 | 2024-12-28T04:22:04.989Z | Downloaded serde v1.0.217 |
148 | 2024-12-28T04:22:04.993Z | Downloaded clap_builder v4.5.23 |
149 | 2024-12-28T04:22:05.001Z | Downloaded toml_edit v0.22.22 |
150 | 2024-12-28T04:22:05.022Z | Downloaded memchr v2.7.4 |
151 | 2024-12-28T04:22:05.027Z | Downloaded winnow v0.6.20 |
152 | 2024-12-28T04:22:05.036Z | Downloaded serde_json v1.0.134 |
153 | 2024-12-28T04:22:05.042Z | Downloaded hashbrown v0.15.2 |
154 | 2024-12-28T04:22:05.047Z | Downloaded anstyle v1.0.10 |
155 | 2024-12-28T04:22:05.050Z | Downloaded clap_derive v4.5.18 |
156 | 2024-12-28T04:22:05.052Z | Downloaded anyhow v1.0.95 |
157 | 2024-12-28T04:22:05.055Z | Downloaded quote v1.0.37 |
158 | 2024-12-28T04:22:05.058Z | Downloaded anstream v0.6.18 |
159 | 2024-12-28T04:22:05.064Z | Downloaded syn v2.0.91 |
160 | 2024-12-28T04:22:05.080Z | Downloaded rustix v0.38.42 |
161 | 2024-12-28T04:22:05.109Z | Downloaded libc v0.2.169 |
162 | 2024-12-28T04:22:05.253Z | Compiling proc-macro2 v1.0.92 |
163 | 2024-12-28T04:22:05.253Z | Compiling unicode-ident v1.0.14 |
164 | 2024-12-28T04:22:05.256Z | Compiling serde v1.0.217 |
165 | 2024-12-28T04:22:05.256Z | Compiling libc v0.2.169 |
166 | 2024-12-28T04:22:05.256Z | Compiling rustix v0.38.42 |
167 | 2024-12-28T04:22:05.256Z | Compiling bitflags v2.6.0 |
168 | 2024-12-28T04:22:05.256Z | Compiling utf8parse v0.2.2 |
169 | 2024-12-28T04:22:05.266Z | Compiling is_terminal_polyfill v1.70.1 |
170 | 2024-12-28T04:22:05.388Z | Compiling camino v1.1.9 |
171 | 2024-12-28T04:22:05.435Z | Compiling anstyle-parse v0.2.6 |
172 | 2024-12-28T04:22:05.445Z | Compiling equivalent v1.0.1 |
173 | 2024-12-28T04:22:05.547Z | Compiling thiserror v2.0.9 |
174 | 2024-12-28T04:22:05.643Z | Compiling anstyle v1.0.10 |
175 | 2024-12-28T04:22:05.732Z | Compiling hashbrown v0.15.2 |
176 | 2024-12-28T04:22:05.925Z | Compiling serde_json v1.0.134 |
177 | 2024-12-28T04:22:06.449Z | Compiling semver v1.0.24 |
178 | 2024-12-28T04:22:07.286Z | Compiling anstyle-query v1.1.2 |
179 | 2024-12-28T04:22:07.286Z | Compiling colorchoice v1.0.3 |
180 | 2024-12-28T04:22:07.376Z | Compiling anstream v0.6.18 |
181 | 2024-12-28T04:22:07.396Z | Compiling indexmap v2.7.0 |
182 | 2024-12-28T04:22:07.414Z | Compiling ryu v1.0.18 |
183 | 2024-12-28T04:22:07.423Z | Compiling clap_lex v0.7.4 |
184 | 2024-12-28T04:22:07.432Z | Compiling memchr v2.7.4 |
185 | 2024-12-28T04:22:07.626Z | Compiling heck v0.5.0 |
186 | 2024-12-28T04:22:07.732Z | Compiling itoa v1.0.14 |
187 | 2024-12-28T04:22:07.851Z | Compiling anyhow v1.0.95 |
188 | 2024-12-28T04:22:07.926Z | Compiling winnow v0.6.20 |
189 | 2024-12-28T04:22:07.989Z | Compiling strsim v0.11.1 |
190 | 2024-12-28T04:22:08.377Z | Compiling quote v1.0.37 |
191 | 2024-12-28T04:22:08.491Z | Compiling errno v0.3.10 |
192 | 2024-12-28T04:22:08.697Z | Compiling syn v2.0.91 |
193 | 2024-12-28T04:22:09.349Z | Compiling terminal_size v0.4.1 |
194 | 2024-12-28T04:22:09.434Z | Compiling clap_builder v4.5.23 |
195 | 2024-12-28T04:22:12.267Z | Compiling serde_derive v1.0.217 |
196 | 2024-12-28T04:22:12.267Z | Compiling thiserror-impl v2.0.9 |
197 | 2024-12-28T04:22:12.267Z | Compiling clap_derive v4.5.18 |
198 | 2024-12-28T04:22:14.547Z | Compiling clap v4.5.23 |
199 | 2024-12-28T04:22:18.684Z | Compiling serde_spanned v0.6.8 |
200 | 2024-12-28T04:22:18.686Z | Compiling toml_datetime v0.6.8 |
201 | 2024-12-28T04:22:18.686Z | Compiling cargo-platform v0.1.9 |
202 | 2024-12-28T04:22:18.918Z | Compiling toml_edit v0.22.22 |
203 | 2024-12-28T04:22:19.872Z | Compiling cargo_metadata v0.19.1 |
204 | 2024-12-28T04:22:21.098Z | Compiling toml v0.8.19 |
205 | 2024-12-28T04:22:22.592Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2024-12-28T04:22:24.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.27s |
207 | 2024-12-28T04:22:24.313Z | Running `target/debug/xtask build` |
208 | 2024-12-28T04:22:24.331Z | Building opteadm (debug). |
209 | 2024-12-28T04:22:27.339Z | Compiling libc v0.2.169 |
210 | 2024-12-28T04:22:27.339Z | Compiling cfg-if v1.0.0 |
211 | 2024-12-28T04:22:27.339Z | Compiling serde v1.0.217 |
212 | 2024-12-28T04:22:27.342Z | Compiling byteorder v1.5.0 |
213 | 2024-12-28T04:22:27.342Z | Compiling ident_case v1.0.1 |
214 | 2024-12-28T04:22:27.342Z | Compiling fnv v1.0.7 |
215 | 2024-12-28T04:22:27.372Z | Compiling memchr v2.7.4 |
216 | 2024-12-28T04:22:27.383Z | Compiling syn v2.0.91 |
217 | 2024-12-28T04:22:27.432Z | Compiling syn v1.0.109 |
218 | 2024-12-28T04:22:27.478Z | Compiling regex-syntax v0.8.5 |
219 | 2024-12-28T04:22:27.515Z | Compiling either v1.13.0 |
220 | 2024-12-28T04:22:27.853Z | Compiling zerocopy v0.8.13 |
221 | 2024-12-28T04:22:27.869Z | Compiling hashbrown v0.15.2 |
222 | 2024-12-28T04:22:27.920Z | Compiling once_cell v1.20.2 |
223 | 2024-12-28T04:22:28.041Z | Compiling autocfg v1.4.0 |
224 | 2024-12-28T04:22:28.282Z | Compiling aho-corasick v1.1.3 |
225 | 2024-12-28T04:22:28.577Z | Compiling equivalent v1.0.1 |
226 | 2024-12-28T04:22:28.778Z | Compiling itertools v0.13.0 |
227 | 2024-12-28T04:22:28.823Z | Compiling lock_api v0.4.12 |
228 | 2024-12-28T04:22:29.043Z | Compiling indexmap v2.7.0 |
229 | 2024-12-28T04:22:29.277Z | Compiling toml_datetime v0.6.8 |
230 | 2024-12-28T04:22:29.623Z | Compiling parking_lot_core v0.9.10 |
231 | 2024-12-28T04:22:30.056Z | Compiling winnow v0.5.40 |
232 | 2024-12-28T04:22:30.213Z | Compiling heapless v0.8.0 |
233 | 2024-12-28T04:22:31.023Z | Compiling regex-automata v0.4.9 |
234 | 2024-12-28T04:22:31.253Z | Compiling hash32 v0.3.1 |
235 | 2024-12-28T04:22:31.437Z | Compiling dyn-clone v1.0.17 |
236 | 2024-12-28T04:22:31.606Z | Compiling serde_json v1.0.134 |
237 | 2024-12-28T04:22:31.631Z | Compiling stable_deref_trait v1.2.0 |
238 | 2024-12-28T04:22:31.713Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
239 | 2024-12-28T04:22:31.957Z | Compiling macaddr v1.0.1 |
240 | 2024-12-28T04:22:32.115Z | Compiling smoltcp v0.11.0 |
241 | 2024-12-28T04:22:32.230Z | Compiling scopeguard v1.2.0 |
242 | 2024-12-28T04:22:32.343Z | Compiling smallvec v1.13.2 |
243 | 2024-12-28T04:22:32.759Z | Compiling getrandom v0.2.15 |
244 | 2024-12-28T04:22:32.995Z | Compiling thiserror v1.0.69 |
245 | 2024-12-28T04:22:33.028Z | Compiling pin-project-lite v0.2.15 |
246 | 2024-12-28T04:22:33.135Z | Compiling toml_edit v0.19.15 |
247 | 2024-12-28T04:22:33.275Z | Compiling bitflags v1.3.2 |
248 | 2024-12-28T04:22:33.300Z | Compiling version_check v0.9.5 |
249 | 2024-12-28T04:22:33.355Z | Compiling schemars v0.8.21 |
250 | 2024-12-28T04:22:33.535Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
251 | 2024-12-28T04:22:33.538Z | Compiling managed v0.8.0 |
252 | 2024-12-28T04:22:33.725Z | Compiling darling_core v0.20.10 |
253 | 2024-12-28T04:22:33.844Z | Compiling serde_derive_internals v0.29.1 |
254 | 2024-12-28T04:22:33.852Z | Compiling cobs v0.2.3 |
255 | 2024-12-28T04:22:33.910Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
256 | 2024-12-28T04:22:34.582Z | Compiling parking_lot v0.12.3 |
257 | 2024-12-28T04:22:35.510Z | Compiling regex v1.11.1 |
258 | 2024-12-28T04:22:35.784Z | Compiling proc-macro-crate v1.3.1 |
259 | 2024-12-28T04:22:36.428Z | Compiling rand_core v0.6.4 |
260 | 2024-12-28T04:22:36.539Z | Compiling errno v0.3.10 |
261 | 2024-12-28T04:22:36.759Z | Compiling socket2 v0.5.8 |
262 | 2024-12-28T04:22:36.834Z | Compiling mio v1.0.3 |
263 | 2024-12-28T04:22:37.778Z | Compiling signal-hook-registry v1.4.2 |
264 | 2024-12-28T04:22:38.122Z | Compiling bytes v1.9.0 |
265 | 2024-12-28T04:22:38.349Z | Compiling serde_derive v1.0.217 |
266 | 2024-12-28T04:22:38.445Z | Compiling zerocopy-derive v0.8.13 |
267 | 2024-12-28T04:22:38.585Z | Compiling zerocopy-derive v0.7.35 |
268 | 2024-12-28T04:22:38.717Z | Compiling thiserror-impl v1.0.69 |
269 | 2024-12-28T04:22:38.736Z | Compiling num_enum_derive v0.5.11 |
270 | 2024-12-28T04:22:39.110Z | Compiling darling_macro v0.20.10 |
271 | 2024-12-28T04:22:39.120Z | Compiling foreign-types-macros v0.2.3 |
272 | 2024-12-28T04:22:39.271Z | Compiling schemars_derive v0.8.21 |
273 | 2024-12-28T04:22:40.102Z | Compiling darling v0.20.10 |
274 | 2024-12-28T04:22:40.189Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
275 | 2024-12-28T04:22:40.309Z | Compiling tokio-macros v2.4.0 |
276 | 2024-12-28T04:22:40.398Z | Compiling zerocopy v0.7.35 |
277 | 2024-12-28T04:22:40.781Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
278 | 2024-12-28T04:22:40.946Z | Compiling foreign-types-shared v0.3.1 |
279 | 2024-12-28T04:22:41.047Z | Compiling unicode-width v0.1.14 |
280 | 2024-12-28T04:22:41.470Z | Compiling tabwriter v1.4.0 |
281 | 2024-12-28T04:22:41.522Z | Compiling ppv-lite86 v0.2.20 |
282 | 2024-12-28T04:22:41.622Z | Compiling foreign-types v0.5.0 |
283 | 2024-12-28T04:22:41.708Z | Compiling num_enum v0.5.11 |
284 | 2024-12-28T04:22:41.724Z | Compiling tokio v1.42.0 |
285 | 2024-12-28T04:22:41.842Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
286 | 2024-12-28T04:22:41.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
287 | 2024-12-28T04:22:42.249Z | Compiling rand_chacha v0.3.1 |
288 | 2024-12-28T04:22:42.799Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
289 | 2024-12-28T04:22:43.190Z | Compiling tracing-attributes v0.1.28 |
290 | 2024-12-28T04:22:43.388Z | Compiling rustix v0.38.42 |
291 | 2024-12-28T04:22:44.045Z | Compiling cstr-argument v0.1.2 |
292 | 2024-12-28T04:22:44.176Z | Compiling tracing-core v0.1.33 |
293 | 2024-12-28T04:22:44.186Z | Compiling crc32fast v1.4.2 |
294 | 2024-12-28T04:22:44.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
295 | 2024-12-28T04:22:44.456Z | Compiling pretty-hex v0.2.1 |
296 | 2024-12-28T04:22:44.594Z | Compiling lazy_static v1.5.0 |
297 | 2024-12-28T04:22:44.613Z | Compiling terminal_size v0.4.1 |
298 | 2024-12-28T04:22:44.697Z | Compiling colored v2.2.0 |
299 | 2024-12-28T04:22:44.789Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
300 | 2024-12-28T04:22:44.797Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
301 | 2024-12-28T04:22:44.933Z | Compiling rand v0.8.5 |
302 | 2024-12-28T04:22:45.257Z | Compiling thiserror-impl v2.0.9 |
303 | 2024-12-28T04:22:45.481Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
304 | 2024-12-28T04:22:45.525Z | Compiling clap_derive v4.5.18 |
305 | 2024-12-28T04:22:45.764Z | Compiling clap_builder v4.5.23 |
306 | 2024-12-28T04:22:46.069Z | Compiling tracing v0.1.41 |
307 | 2024-12-28T04:22:46.345Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
308 | 2024-12-28T04:22:46.372Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
309 | 2024-12-28T04:22:47.536Z | Compiling thiserror v2.0.9 |
310 | 2024-12-28T04:22:48.655Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
311 | 2024-12-28T04:22:48.768Z | Compiling clap v4.5.23 |
312 | 2024-12-28T04:22:49.524Z | Compiling ipnetwork v0.20.0 |
313 | 2024-12-28T04:22:49.770Z | Compiling postcard v1.1.1 |
314 | 2024-12-28T04:22:49.897Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
315 | 2024-12-28T04:22:50.072Z | Compiling uuid v1.11.0 |
316 | 2024-12-28T04:22:51.836Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
317 | 2024-12-28T04:22:52.442Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
318 | 2024-12-28T04:22:57.861Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
319 | 2024-12-28T04:22:59.947Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
320 | 2024-12-28T04:23:05.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s |
321 | 2024-12-28T04:23:05.640Z | Building xde (debug). |
322 | 2024-12-28T04:23:05.787Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
323 | 2024-12-28T04:23:05.963Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
324 | 2024-12-28T04:23:05.989Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
325 | 2024-12-28T04:23:05.989Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
326 | 2024-12-28T04:23:05.992Z | info: downloading component 'rust-src' |
327 | 2024-12-28T04:23:06.662Z | info: installing component 'rust-src' |
328 | 2024-12-28T04:23:07.395Z | Updating crates.io index |
329 | 2024-12-28T04:23:07.496Z | Downloading crates ... |
330 | 2024-12-28T04:23:07.557Z | Downloaded getopts v0.2.21 |
331 | 2024-12-28T04:23:07.561Z | Downloaded adler v1.0.2 |
332 | 2024-12-28T04:23:07.569Z | Downloaded addr2line v0.22.0 |
333 | 2024-12-28T04:23:07.572Z | Downloaded miniz_oxide v0.7.4 |
334 | 2024-12-28T04:23:07.579Z | Downloaded allocator-api2 v0.2.18 |
335 | 2024-12-28T04:23:07.600Z | Downloaded hashbrown v0.15.0 |
336 | 2024-12-28T04:23:07.619Z | Downloaded compiler_builtins v0.1.138 |
337 | 2024-12-28T04:23:07.634Z | Downloaded gimli v0.29.0 |
338 | 2024-12-28T04:23:07.642Z | Downloaded object v0.36.5 |
339 | 2024-12-28T04:23:07.662Z | Downloaded libc v0.2.161 |
340 | 2024-12-28T04:23:07.772Z | Compiling compiler_builtins v0.1.138 |
341 | 2024-12-28T04:23:07.775Z | 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-28T04:23:07.775Z | Compiling proc-macro2 v1.0.92 |
343 | 2024-12-28T04:23:07.775Z | Compiling unicode-ident v1.0.14 |
344 | 2024-12-28T04:23:07.775Z | Compiling ident_case v1.0.1 |
345 | 2024-12-28T04:23:07.775Z | Compiling strsim v0.11.1 |
346 | 2024-12-28T04:23:07.781Z | Compiling fnv v1.0.7 |
347 | 2024-12-28T04:23:07.784Z | Compiling memchr v2.7.4 |
348 | 2024-12-28T04:23:07.956Z | Compiling regex-syntax v0.8.5 |
349 | 2024-12-28T04:23:07.987Z | Compiling serde v1.0.217 |
350 | 2024-12-28T04:23:08.005Z | Compiling either v1.13.0 |
351 | 2024-12-28T04:23:08.402Z | Compiling zerocopy v0.8.13 |
352 | 2024-12-28T04:23:08.617Z | Compiling itertools v0.13.0 |
353 | 2024-12-28T04:23:08.728Z | Compiling heapless v0.8.0 |
354 | 2024-12-28T04:23:09.032Z | Compiling aho-corasick v1.1.3 |
355 | 2024-12-28T04:23:09.467Z | Compiling smoltcp v0.11.0 |
356 | 2024-12-28T04:23:09.568Z | Compiling quote v1.0.37 |
357 | 2024-12-28T04:23:09.692Z | Compiling version_check v0.9.5 |
358 | 2024-12-28T04:23:10.271Z | Compiling syn v2.0.91 |
359 | 2024-12-28T04:23:10.444Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
360 | 2024-12-28T04:23:11.604Z | Compiling regex-automata v0.4.9 |
361 | 2024-12-28T04:23:14.465Z | Compiling regex v1.11.1 |
362 | 2024-12-28T04:23:14.895Z | Compiling darling_core v0.20.10 |
363 | 2024-12-28T04:23:17.264Z | Compiling serde_derive v1.0.217 |
364 | 2024-12-28T04:23:17.264Z | Compiling zerocopy-derive v0.8.13 |
365 | 2024-12-28T04:23:17.266Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
366 | 2024-12-28T04:23:18.896Z | Compiling darling_macro v0.20.10 |
367 | 2024-12-28T04:23:20.059Z | Compiling darling v0.20.10 |
368 | 2024-12-28T04:23:20.149Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
369 | 2024-12-28T04:23:20.152Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
370 | 2024-12-28T04:23:27.557Z | 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-28T04:23:28.332Z | 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-28T04:23:30.758Z | Compiling byteorder v1.5.0 |
373 | 2024-12-28T04:23:30.760Z | Compiling macaddr v1.0.1 |
374 | 2024-12-28T04:23:30.760Z | Compiling cfg-if v1.0.0 |
375 | 2024-12-28T04:23:30.760Z | Compiling stable_deref_trait v1.2.0 |
376 | 2024-12-28T04:23:30.760Z | Compiling bitflags v1.3.2 |
377 | 2024-12-28T04:23:30.842Z | Compiling bitflags v2.6.0 |
378 | 2024-12-28T04:23:30.849Z | Compiling cobs v0.2.3 |
379 | 2024-12-28T04:23:30.859Z | Compiling managed v0.8.0 |
380 | 2024-12-28T04:23:31.060Z | Compiling hash32 v0.3.1 |
381 | 2024-12-28T04:23:31.114Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
382 | 2024-12-28T04:23:31.258Z | Compiling crc32fast v1.4.2 |
383 | 2024-12-28T04:23:31.272Z | Compiling dyn-clone v1.0.17 |
384 | 2024-12-28T04:23:31.345Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
385 | 2024-12-28T04:23:33.075Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
386 | 2024-12-28T04:23:34.199Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
387 | 2024-12-28T04:23:34.199Z | Compiling postcard v1.1.1 |
388 | 2024-12-28T04:23:34.205Z | Compiling uuid v1.11.0 |
389 | 2024-12-28T04:23:35.643Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
390 | 2024-12-28T04:23:41.902Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
391 | 2024-12-28T04:23:45.724Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
392 | 2024-12-28T04:23:48.539Z | warning: creating a mutable reference to mutable static is discouraged |
393 | 2024-12-28T04:23:48.539Z | --> xde/src/xde.rs:318:5 |
394 | 2024-12-28T04:23:48.539Z | | |
395 | 2024-12-28T04:23:48.539Z | 318 | xde_devs.init(KRwLockType::Driver); |
396 | 2024-12-28T04:23:48.539Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
397 | 2024-12-28T04:23:48.539Z | | |
398 | 2024-12-28T04:23:48.539Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
399 | 2024-12-28T04:23:48.539Z | = 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-28T04:23:48.539Z | = note: `#[warn(static_mut_refs)]` on by default |
401 | 2024-12-28T04:23:48.539Z | |
402 | 2024-12-28T04:23:48.542Z | warning: creating a shared reference to mutable static is discouraged |
403 | 2024-12-28T04:23:48.542Z | --> xde/src/xde.rs:642:25 |
404 | 2024-12-28T04:23:48.542Z | | |
405 | 2024-12-28T04:23:48.542Z | 642 | let devs = unsafe { xde_devs.read() }; |
406 | 2024-12-28T04:23:48.542Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
407 | 2024-12-28T04:23:48.542Z | | |
408 | 2024-12-28T04:23:48.542Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
409 | 2024-12-28T04:23:48.542Z | = note: shared references to mutable statics are 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-28T04:23:48.542Z | |
411 | 2024-12-28T04:23:48.542Z | warning: creating a shared reference to mutable static is discouraged |
412 | 2024-12-28T04:23:48.543Z | --> xde/src/xde.rs:670:29 |
413 | 2024-12-28T04:23:48.543Z | | |
414 | 2024-12-28T04:23:48.543Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
415 | 2024-12-28T04:23:48.543Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
416 | 2024-12-28T04:23:48.543Z | | |
417 | 2024-12-28T04:23:48.543Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
418 | 2024-12-28T04:23:48.543Z | = note: shared references to mutable statics are 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-28T04:23:48.543Z | |
420 | 2024-12-28T04:23:48.543Z | warning: creating a shared reference to mutable static is discouraged |
421 | 2024-12-28T04:23:48.543Z | --> xde/src/xde.rs:803:29 |
422 | 2024-12-28T04:23:48.543Z | | |
423 | 2024-12-28T04:23:48.543Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
424 | 2024-12-28T04:23:48.543Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
425 | 2024-12-28T04:23:48.543Z | | |
426 | 2024-12-28T04:23:48.543Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
427 | 2024-12-28T04:23:48.543Z | = note: shared references to mutable statics are 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-28T04:23:48.543Z | |
429 | 2024-12-28T04:23:48.543Z | warning: creating a shared reference to mutable static is discouraged |
430 | 2024-12-28T04:23:48.543Z | --> xde/src/xde.rs:891:18 |
431 | 2024-12-28T04:23:48.543Z | | |
432 | 2024-12-28T04:23:48.543Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
433 | 2024-12-28T04:23:48.543Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
434 | 2024-12-28T04:23:48.543Z | | |
435 | 2024-12-28T04:23:48.543Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
436 | 2024-12-28T04:23:48.543Z | = note: shared references to mutable statics are 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-28T04:23:48.543Z | |
438 | 2024-12-28T04:23:48.546Z | warning: creating a shared reference to mutable static is discouraged |
439 | 2024-12-28T04:23:48.546Z | --> xde/src/xde.rs:1204:9 |
440 | 2024-12-28T04:23:48.546Z | | |
441 | 2024-12-28T04:23:48.546Z | 1204 | if !xde_devs.read().is_empty() { |
442 | 2024-12-28T04:23:48.546Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
443 | 2024-12-28T04:23:48.546Z | | |
444 | 2024-12-28T04:23:48.546Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
445 | 2024-12-28T04:23:48.546Z | = note: shared references to mutable statics are 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-28T04:23:48.546Z | |
447 | 2024-12-28T04:23:48.546Z | warning: creating a shared reference to mutable static is discouraged |
448 | 2024-12-28T04:23:48.546Z | --> xde/src/xde.rs:1611:37 |
449 | 2024-12-28T04:23:48.546Z | | |
450 | 2024-12-28T04:23:48.546Z | 1611 | let devs = unsafe { xde_devs.read() }; |
451 | 2024-12-28T04:23:48.546Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
452 | 2024-12-28T04:23:48.546Z | | |
453 | 2024-12-28T04:23:48.546Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
454 | 2024-12-28T04:23:48.546Z | = note: shared references to mutable statics are 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-28T04:23:48.546Z | |
456 | 2024-12-28T04:23:48.546Z | warning: creating a shared reference to mutable static is discouraged |
457 | 2024-12-28T04:23:48.546Z | --> xde/src/xde.rs:1861:16 |
458 | 2024-12-28T04:23:48.546Z | | |
459 | 2024-12-28T04:23:48.546Z | 1861 | let devs = xde_devs.read(); |
460 | 2024-12-28T04:23:48.547Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
461 | 2024-12-28T04:23:48.547Z | | |
462 | 2024-12-28T04:23:48.547Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
463 | 2024-12-28T04:23:48.547Z | = note: shared references to mutable statics are 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-28T04:23:48.547Z | |
465 | 2024-12-28T04:23:48.547Z | warning: creating a shared reference to mutable static is discouraged |
466 | 2024-12-28T04:23:48.547Z | --> xde/src/xde.rs:1910:25 |
467 | 2024-12-28T04:23:48.547Z | | |
468 | 2024-12-28T04:23:48.547Z | 1910 | let devs = unsafe { xde_devs.read() }; |
469 | 2024-12-28T04:23:48.547Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
470 | 2024-12-28T04:23:48.547Z | | |
471 | 2024-12-28T04:23:48.547Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
472 | 2024-12-28T04:23:48.547Z | = note: shared references to mutable statics are 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-28T04:23:48.547Z | |
474 | 2024-12-28T04:23:48.547Z | warning: creating a shared reference to mutable static is discouraged |
475 | 2024-12-28T04:23:48.547Z | --> xde/src/xde.rs:1923:25 |
476 | 2024-12-28T04:23:48.547Z | | |
477 | 2024-12-28T04:23:48.547Z | 1923 | let devs = unsafe { xde_devs.read() }; |
478 | 2024-12-28T04:23:48.547Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
479 | 2024-12-28T04:23:48.547Z | | |
480 | 2024-12-28T04:23:48.547Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
481 | 2024-12-28T04:23:48.547Z | = note: shared references to mutable statics are 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-28T04:23:48.547Z | |
483 | 2024-12-28T04:23:48.547Z | warning: creating a shared reference to mutable static is discouraged |
484 | 2024-12-28T04:23:48.547Z | --> xde/src/xde.rs:1934:25 |
485 | 2024-12-28T04:23:48.547Z | | |
486 | 2024-12-28T04:23:48.547Z | 1934 | let devs = unsafe { xde_devs.read() }; |
487 | 2024-12-28T04:23:48.547Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
488 | 2024-12-28T04:23:48.547Z | | |
489 | 2024-12-28T04:23:48.547Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
490 | 2024-12-28T04:23:48.547Z | = note: shared references to mutable statics are 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-28T04:23:48.547Z | |
492 | 2024-12-28T04:23:48.551Z | warning: creating a shared reference to mutable static is discouraged |
493 | 2024-12-28T04:23:48.551Z | --> xde/src/xde.rs:1946:25 |
494 | 2024-12-28T04:23:48.551Z | | |
495 | 2024-12-28T04:23:48.551Z | 1946 | let devs = unsafe { xde_devs.read() }; |
496 | 2024-12-28T04:23:48.551Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
497 | 2024-12-28T04:23:48.551Z | | |
498 | 2024-12-28T04:23:48.551Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
499 | 2024-12-28T04:23:48.551Z | = note: shared references to mutable statics are 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-28T04:23:48.551Z | |
501 | 2024-12-28T04:23:48.551Z | warning: creating a shared reference to mutable static is discouraged |
502 | 2024-12-28T04:23:48.551Z | --> xde/src/xde.rs:1958:25 |
503 | 2024-12-28T04:23:48.551Z | | |
504 | 2024-12-28T04:23:48.551Z | 1958 | let devs = unsafe { xde_devs.read() }; |
505 | 2024-12-28T04:23:48.551Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
506 | 2024-12-28T04:23:48.551Z | | |
507 | 2024-12-28T04:23:48.551Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
508 | 2024-12-28T04:23:48.551Z | = note: shared references to mutable statics are 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-28T04:23:48.551Z | |
510 | 2024-12-28T04:23:48.551Z | warning: creating a shared reference to mutable static is discouraged |
511 | 2024-12-28T04:23:48.551Z | --> xde/src/xde.rs:2022:25 |
512 | 2024-12-28T04:23:48.551Z | | |
513 | 2024-12-28T04:23:48.551Z | 2022 | let devs = unsafe { xde_devs.read() }; |
514 | 2024-12-28T04:23:48.551Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
515 | 2024-12-28T04:23:48.551Z | | |
516 | 2024-12-28T04:23:48.552Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
517 | 2024-12-28T04:23:48.552Z | = note: shared references to mutable statics are 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-28T04:23:48.552Z | |
519 | 2024-12-28T04:23:48.552Z | warning: creating a shared reference to mutable static is discouraged |
520 | 2024-12-28T04:23:48.552Z | --> xde/src/xde.rs:2033:25 |
521 | 2024-12-28T04:23:48.552Z | | |
522 | 2024-12-28T04:23:48.552Z | 2033 | let devs = unsafe { xde_devs.read() }; |
523 | 2024-12-28T04:23:48.552Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
524 | 2024-12-28T04:23:48.552Z | | |
525 | 2024-12-28T04:23:48.552Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
526 | 2024-12-28T04:23:48.552Z | = note: shared references to mutable statics are 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-28T04:23:48.552Z | |
528 | 2024-12-28T04:23:48.552Z | warning: creating a shared reference to mutable static is discouraged |
529 | 2024-12-28T04:23:48.552Z | --> xde/src/xde.rs:2045:25 |
530 | 2024-12-28T04:23:48.552Z | | |
531 | 2024-12-28T04:23:48.552Z | 2045 | let devs = unsafe { xde_devs.read() }; |
532 | 2024-12-28T04:23:48.552Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
533 | 2024-12-28T04:23:48.552Z | | |
534 | 2024-12-28T04:23:48.552Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
535 | 2024-12-28T04:23:48.552Z | = note: shared references to mutable statics are 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-28T04:23:48.552Z | |
537 | 2024-12-28T04:23:48.552Z | warning: creating a shared reference to mutable static is discouraged |
538 | 2024-12-28T04:23:48.552Z | --> xde/src/xde.rs:2059:25 |
539 | 2024-12-28T04:23:48.552Z | | |
540 | 2024-12-28T04:23:48.552Z | 2059 | let devs = unsafe { xde_devs.read() }; |
541 | 2024-12-28T04:23:48.552Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
542 | 2024-12-28T04:23:48.552Z | | |
543 | 2024-12-28T04:23:48.552Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
544 | 2024-12-28T04:23:48.552Z | = note: shared references to mutable statics are 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-28T04:23:48.552Z | |
546 | 2024-12-28T04:23:48.552Z | warning: creating a shared reference to mutable static is discouraged |
547 | 2024-12-28T04:23:48.552Z | --> xde/src/xde.rs:2072:25 |
548 | 2024-12-28T04:23:48.552Z | | |
549 | 2024-12-28T04:23:48.552Z | 2072 | let devs = unsafe { xde_devs.read() }; |
550 | 2024-12-28T04:23:48.552Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
551 | 2024-12-28T04:23:48.552Z | | |
552 | 2024-12-28T04:23:48.552Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
553 | 2024-12-28T04:23:48.552Z | = note: shared references to mutable statics are 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-28T04:23:48.553Z | |
555 | 2024-12-28T04:23:48.553Z | warning: creating a shared reference to mutable static is discouraged |
556 | 2024-12-28T04:23:48.553Z | --> xde/src/xde.rs:2085:25 |
557 | 2024-12-28T04:23:48.553Z | | |
558 | 2024-12-28T04:23:48.553Z | 2085 | let devs = unsafe { xde_devs.read() }; |
559 | 2024-12-28T04:23:48.553Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
560 | 2024-12-28T04:23:48.553Z | | |
561 | 2024-12-28T04:23:48.553Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
562 | 2024-12-28T04:23:48.553Z | = note: shared references to mutable statics are 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-28T04:23:48.553Z | |
564 | 2024-12-28T04:23:48.553Z | warning: creating a shared reference to mutable static is discouraged |
565 | 2024-12-28T04:23:48.553Z | --> xde/src/xde.rs:2096:25 |
566 | 2024-12-28T04:23:48.553Z | | |
567 | 2024-12-28T04:23:48.553Z | 2096 | let devs = unsafe { xde_devs.read() }; |
568 | 2024-12-28T04:23:48.553Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
569 | 2024-12-28T04:23:48.553Z | | |
570 | 2024-12-28T04:23:48.553Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
571 | 2024-12-28T04:23:48.553Z | = note: shared references to mutable statics are 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-28T04:23:48.553Z | |
573 | 2024-12-28T04:23:48.553Z | warning: creating a shared reference to mutable static is discouraged |
574 | 2024-12-28T04:23:48.553Z | --> xde/src/xde.rs:2108:25 |
575 | 2024-12-28T04:23:48.553Z | | |
576 | 2024-12-28T04:23:48.553Z | 2108 | let devs = unsafe { xde_devs.read() }; |
577 | 2024-12-28T04:23:48.553Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
578 | 2024-12-28T04:23:48.553Z | | |
579 | 2024-12-28T04:23:48.553Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
580 | 2024-12-28T04:23:48.553Z | = note: shared references to mutable statics are 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-28T04:23:48.553Z | |
582 | 2024-12-28T04:23:48.553Z | warning: creating a shared reference to mutable static is discouraged |
583 | 2024-12-28T04:23:48.553Z | --> xde/src/xde.rs:2123:25 |
584 | 2024-12-28T04:23:48.553Z | | |
585 | 2024-12-28T04:23:48.553Z | 2123 | let devs = unsafe { xde_devs.read() }; |
586 | 2024-12-28T04:23:48.553Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
587 | 2024-12-28T04:23:48.553Z | | |
588 | 2024-12-28T04:23:48.553Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
589 | 2024-12-28T04:23:48.553Z | = note: shared references to mutable statics are 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-28T04:23:48.553Z | |
591 | 2024-12-28T04:23:48.553Z | warning: creating a shared reference to mutable static is discouraged |
592 | 2024-12-28T04:23:48.556Z | --> xde/src/xde.rs:2137:25 |
593 | 2024-12-28T04:23:48.556Z | | |
594 | 2024-12-28T04:23:48.556Z | 2137 | let devs = unsafe { xde_devs.read() }; |
595 | 2024-12-28T04:23:48.556Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
596 | 2024-12-28T04:23:48.556Z | | |
597 | 2024-12-28T04:23:48.556Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
598 | 2024-12-28T04:23:48.556Z | = note: shared references to mutable statics are 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-28T04:23:48.556Z | |
600 | 2024-12-28T04:23:51.250Z | warning: `xde` (lib) generated 23 warnings |
601 | 2024-12-28T04:23:51.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.11s |
602 | 2024-12-28T04:23:51.286Z | Linking xde kmod... |
603 | 2024-12-28T04:23:55.444Z | Building xde dev link helper (debug). |
604 | 2024-12-28T04:23:55.623Z | Compiling compiler_builtins v0.1.138 |
605 | 2024-12-28T04:23:55.623Z | 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-28T04:23:55.623Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
607 | 2024-12-28T04:24:10.889Z | 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-28T04:24:11.676Z | 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-28T04:24:14.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s |
610 | 2024-12-28T04:24:14.608Z | Building opteadm (release). |
611 | 2024-12-28T04:24:14.882Z | Compiling proc-macro2 v1.0.92 |
612 | 2024-12-28T04:24:14.882Z | Compiling unicode-ident v1.0.14 |
613 | 2024-12-28T04:24:14.882Z | Compiling libc v0.2.169 |
614 | 2024-12-28T04:24:14.885Z | Compiling cfg-if v1.0.0 |
615 | 2024-12-28T04:24:14.885Z | Compiling serde v1.0.217 |
616 | 2024-12-28T04:24:14.885Z | Compiling byteorder v1.5.0 |
617 | 2024-12-28T04:24:14.885Z | Compiling fnv v1.0.7 |
618 | 2024-12-28T04:24:14.885Z | Compiling strsim v0.11.1 |
619 | 2024-12-28T04:24:14.979Z | Compiling ident_case v1.0.1 |
620 | 2024-12-28T04:24:14.997Z | Compiling memchr v2.7.4 |
621 | 2024-12-28T04:24:15.039Z | Compiling regex-syntax v0.8.5 |
622 | 2024-12-28T04:24:15.128Z | Compiling syn v1.0.109 |
623 | 2024-12-28T04:24:15.191Z | Compiling bitflags v2.6.0 |
624 | 2024-12-28T04:24:15.412Z | Compiling equivalent v1.0.1 |
625 | 2024-12-28T04:24:15.462Z | Compiling anyhow v1.0.95 |
626 | 2024-12-28T04:24:15.506Z | Compiling hashbrown v0.15.2 |
627 | 2024-12-28T04:24:15.570Z | Compiling zerocopy v0.8.13 |
628 | 2024-12-28T04:24:15.686Z | Compiling either v1.13.0 |
629 | 2024-12-28T04:24:16.016Z | Compiling aho-corasick v1.1.3 |
630 | 2024-12-28T04:24:16.050Z | Compiling autocfg v1.4.0 |
631 | 2024-12-28T04:24:16.225Z | Compiling itertools v0.13.0 |
632 | 2024-12-28T04:24:16.278Z | Compiling parking_lot_core v0.9.10 |
633 | 2024-12-28T04:24:16.549Z | Compiling quote v1.0.37 |
634 | 2024-12-28T04:24:16.728Z | Compiling indexmap v2.7.0 |
635 | 2024-12-28T04:24:16.769Z | Compiling lock_api v0.4.12 |
636 | 2024-12-28T04:24:16.931Z | Compiling syn v2.0.91 |
637 | 2024-12-28T04:24:17.165Z | Compiling toml_datetime v0.6.8 |
638 | 2024-12-28T04:24:17.506Z | Compiling winnow v0.5.40 |
639 | 2024-12-28T04:24:17.953Z | Compiling heapless v0.8.0 |
640 | 2024-12-28T04:24:18.481Z | Compiling regex-automata v0.4.9 |
641 | 2024-12-28T04:24:19.245Z | Compiling hash32 v0.3.1 |
642 | 2024-12-28T04:24:19.340Z | Compiling smoltcp v0.11.0 |
643 | 2024-12-28T04:24:19.440Z | Compiling macaddr v1.0.1 |
644 | 2024-12-28T04:24:19.760Z | Compiling smallvec v1.13.2 |
645 | 2024-12-28T04:24:19.873Z | Compiling stable_deref_trait v1.2.0 |
646 | 2024-12-28T04:24:19.941Z | Compiling serde_json v1.0.134 |
647 | 2024-12-28T04:24:19.959Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
648 | 2024-12-28T04:24:20.197Z | Compiling scopeguard v1.2.0 |
649 | 2024-12-28T04:24:20.303Z | Compiling dyn-clone v1.0.17 |
650 | 2024-12-28T04:24:20.309Z | Compiling once_cell v1.20.2 |
651 | 2024-12-28T04:24:20.501Z | Compiling toml_edit v0.19.15 |
652 | 2024-12-28T04:24:20.727Z | Compiling getrandom v0.2.15 |
653 | 2024-12-28T04:24:20.747Z | Compiling managed v0.8.0 |
654 | 2024-12-28T04:24:21.035Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
655 | 2024-12-28T04:24:21.114Z | Compiling thiserror v1.0.69 |
656 | 2024-12-28T04:24:21.175Z | Compiling ryu v1.0.18 |
657 | 2024-12-28T04:24:21.382Z | Compiling itoa v1.0.14 |
658 | 2024-12-28T04:24:21.591Z | Compiling cobs v0.2.3 |
659 | 2024-12-28T04:24:21.599Z | Compiling rustix v0.38.42 |
660 | 2024-12-28T04:24:21.607Z | Compiling pin-project-lite v0.2.15 |
661 | 2024-12-28T04:24:21.644Z | Compiling version_check v0.9.5 |
662 | 2024-12-28T04:24:21.721Z | Compiling bitflags v1.3.2 |
663 | 2024-12-28T04:24:21.816Z | Compiling schemars v0.8.21 |
664 | 2024-12-28T04:24:22.216Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
665 | 2024-12-28T04:24:22.267Z | Compiling regex v1.11.1 |
666 | 2024-12-28T04:24:22.616Z | Compiling rand_core v0.6.4 |
667 | 2024-12-28T04:24:22.782Z | Compiling parking_lot v0.12.3 |
668 | 2024-12-28T04:24:23.046Z | Compiling proc-macro-crate v1.3.1 |
669 | 2024-12-28T04:24:23.167Z | Compiling signal-hook-registry v1.4.2 |
670 | 2024-12-28T04:24:23.795Z | Compiling darling_core v0.20.10 |
671 | 2024-12-28T04:24:24.410Z | Compiling serde_derive_internals v0.29.1 |
672 | 2024-12-28T04:24:24.489Z | Compiling socket2 v0.5.8 |
673 | 2024-12-28T04:24:25.392Z | Compiling mio v1.0.3 |
674 | 2024-12-28T04:24:25.647Z | Compiling errno v0.3.10 |
675 | 2024-12-28T04:24:26.103Z | Compiling unicode-width v0.1.14 |
676 | 2024-12-28T04:24:26.220Z | Compiling foreign-types-shared v0.3.1 |
677 | 2024-12-28T04:24:26.326Z | Compiling bytes v1.9.0 |
678 | 2024-12-28T04:24:26.565Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
679 | 2024-12-28T04:24:26.639Z | Compiling utf8parse v0.2.2 |
680 | 2024-12-28T04:24:26.696Z | Compiling tracing-core v0.1.33 |
681 | 2024-12-28T04:24:26.723Z | Compiling num_enum_derive v0.5.11 |
682 | 2024-12-28T04:24:26.766Z | Compiling anstyle-parse v0.2.6 |
683 | 2024-12-28T04:24:26.781Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
684 | 2024-12-28T04:24:27.135Z | Compiling tabwriter v1.4.0 |
685 | 2024-12-28T04:24:27.914Z | Compiling serde_derive v1.0.217 |
686 | 2024-12-28T04:24:27.956Z | Compiling zerocopy-derive v0.8.13 |
687 | 2024-12-28T04:24:28.294Z | Compiling zerocopy-derive v0.7.35 |
688 | 2024-12-28T04:24:28.495Z | Compiling foreign-types-macros v0.2.3 |
689 | 2024-12-28T04:24:28.906Z | Compiling schemars_derive v0.8.21 |
690 | 2024-12-28T04:24:29.130Z | Compiling darling_macro v0.20.10 |
691 | 2024-12-28T04:24:29.428Z | Compiling tokio-macros v2.4.0 |
692 | 2024-12-28T04:24:29.737Z | Compiling thiserror-impl v1.0.69 |
693 | 2024-12-28T04:24:30.105Z | Compiling foreign-types v0.5.0 |
694 | 2024-12-28T04:24:30.113Z | Compiling darling v0.20.10 |
695 | 2024-12-28T04:24:30.154Z | Compiling zerocopy v0.7.35 |
696 | 2024-12-28T04:24:30.196Z | Compiling num_enum v0.5.11 |
697 | 2024-12-28T04:24:30.203Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
698 | 2024-12-28T04:24:30.343Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
699 | 2024-12-28T04:24:30.851Z | Compiling tokio v1.42.0 |
700 | 2024-12-28T04:24:31.444Z | Compiling ppv-lite86 v0.2.20 |
701 | 2024-12-28T04:24:31.480Z | Compiling tracing-attributes v0.1.28 |
702 | 2024-12-28T04:24:31.637Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
703 | 2024-12-28T04:24:32.194Z | Compiling rand_chacha v0.3.1 |
704 | 2024-12-28T04:24:32.587Z | Compiling cstr-argument v0.1.2 |
705 | 2024-12-28T04:24:33.031Z | Compiling crc32fast v1.4.2 |
706 | 2024-12-28T04:24:33.182Z | Compiling anstyle-query v1.1.2 |
707 | 2024-12-28T04:24:33.312Z | Compiling thiserror v2.0.9 |
708 | 2024-12-28T04:24:33.354Z | Compiling colorchoice v1.0.3 |
709 | 2024-12-28T04:24:33.495Z | Compiling pretty-hex v0.2.1 |
710 | 2024-12-28T04:24:33.679Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
711 | 2024-12-28T04:24:33.769Z | Compiling lazy_static v1.5.0 |
712 | 2024-12-28T04:24:33.785Z | Compiling anstyle v1.0.10 |
713 | 2024-12-28T04:24:33.874Z | Compiling is_terminal_polyfill v1.70.1 |
714 | 2024-12-28T04:24:33.975Z | Compiling colored v2.2.0 |
715 | 2024-12-28T04:24:34.189Z | Compiling anstream v0.6.18 |
716 | 2024-12-28T04:24:34.488Z | Compiling tracing v0.1.41 |
717 | 2024-12-28T04:24:34.843Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
718 | 2024-12-28T04:24:35.008Z | Compiling rand v0.8.5 |
719 | 2024-12-28T04:24:35.059Z | Compiling terminal_size v0.4.1 |
720 | 2024-12-28T04:24:35.059Z | Compiling thiserror-impl v2.0.9 |
721 | 2024-12-28T04:24:35.110Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
722 | 2024-12-28T04:24:35.260Z | Compiling heck v0.5.0 |
723 | 2024-12-28T04:24:35.484Z | Compiling clap_lex v0.7.4 |
724 | 2024-12-28T04:24:35.631Z | Compiling winnow v0.6.20 |
725 | 2024-12-28T04:24:36.041Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
726 | 2024-12-28T04:24:36.388Z | Compiling clap_builder v4.5.23 |
727 | 2024-12-28T04:24:36.390Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
728 | 2024-12-28T04:24:36.652Z | Compiling clap_derive v4.5.18 |
729 | 2024-12-28T04:24:36.815Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
730 | 2024-12-28T04:24:38.915Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
731 | 2024-12-28T04:24:40.029Z | Compiling clap v4.5.23 |
732 | 2024-12-28T04:24:40.193Z | Compiling ipnetwork v0.20.0 |
733 | 2024-12-28T04:24:40.931Z | Compiling postcard v1.1.1 |
734 | 2024-12-28T04:24:41.548Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
735 | 2024-12-28T04:24:41.760Z | Compiling uuid v1.11.0 |
736 | 2024-12-28T04:24:44.326Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
737 | 2024-12-28T04:24:44.655Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
738 | 2024-12-28T04:24:50.484Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
739 | 2024-12-28T04:24:52.430Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
740 | 2024-12-28T04:25:29.698Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 15s |
741 | 2024-12-28T04:25:29.743Z | Building xde (release). |
742 | 2024-12-28T04:25:30.047Z | Compiling compiler_builtins v0.1.138 |
743 | 2024-12-28T04:25:30.047Z | 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-28T04:25:30.047Z | Compiling proc-macro2 v1.0.92 |
745 | 2024-12-28T04:25:30.050Z | Compiling unicode-ident v1.0.14 |
746 | 2024-12-28T04:25:30.050Z | Compiling ident_case v1.0.1 |
747 | 2024-12-28T04:25:30.050Z | Compiling fnv v1.0.7 |
748 | 2024-12-28T04:25:30.050Z | Compiling strsim v0.11.1 |
749 | 2024-12-28T04:25:30.050Z | Compiling memchr v2.7.4 |
750 | 2024-12-28T04:25:30.167Z | Compiling regex-syntax v0.8.5 |
751 | 2024-12-28T04:25:30.195Z | Compiling serde v1.0.217 |
752 | 2024-12-28T04:25:30.214Z | Compiling either v1.13.0 |
753 | 2024-12-28T04:25:30.582Z | Compiling zerocopy v0.8.13 |
754 | 2024-12-28T04:25:30.797Z | Compiling itertools v0.13.0 |
755 | 2024-12-28T04:25:30.849Z | Compiling heapless v0.8.0 |
756 | 2024-12-28T04:25:31.135Z | Compiling aho-corasick v1.1.3 |
757 | 2024-12-28T04:25:31.566Z | Compiling smoltcp v0.11.0 |
758 | 2024-12-28T04:25:31.574Z | Compiling version_check v0.9.5 |
759 | 2024-12-28T04:25:31.764Z | Compiling quote v1.0.37 |
760 | 2024-12-28T04:25:32.355Z | Compiling syn v2.0.91 |
761 | 2024-12-28T04:25:32.426Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
762 | 2024-12-28T04:25:33.761Z | Compiling regex-automata v0.4.9 |
763 | 2024-12-28T04:25:36.500Z | Compiling regex v1.11.1 |
764 | 2024-12-28T04:25:37.177Z | Compiling darling_core v0.20.10 |
765 | 2024-12-28T04:25:39.551Z | Compiling serde_derive v1.0.217 |
766 | 2024-12-28T04:25:39.551Z | Compiling zerocopy-derive v0.8.13 |
767 | 2024-12-28T04:25:39.553Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
768 | 2024-12-28T04:25:41.324Z | Compiling darling_macro v0.20.10 |
769 | 2024-12-28T04:25:42.571Z | Compiling darling v0.20.10 |
770 | 2024-12-28T04:25:42.661Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
771 | 2024-12-28T04:25:42.663Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
772 | 2024-12-28T04:25:50.943Z | 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-28T04:25:51.750Z | 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-28T04:25:54.957Z | Compiling byteorder v1.5.0 |
775 | 2024-12-28T04:25:54.959Z | Compiling stable_deref_trait v1.2.0 |
776 | 2024-12-28T04:25:54.959Z | Compiling cfg-if v1.0.0 |
777 | 2024-12-28T04:25:54.959Z | Compiling macaddr v1.0.1 |
778 | 2024-12-28T04:25:54.959Z | Compiling managed v0.8.0 |
779 | 2024-12-28T04:25:55.047Z | Compiling bitflags v2.6.0 |
780 | 2024-12-28T04:25:55.062Z | Compiling cobs v0.2.3 |
781 | 2024-12-28T04:25:55.306Z | Compiling hash32 v0.3.1 |
782 | 2024-12-28T04:25:55.379Z | Compiling bitflags v1.3.2 |
783 | 2024-12-28T04:25:55.419Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
784 | 2024-12-28T04:25:55.504Z | Compiling crc32fast v1.4.2 |
785 | 2024-12-28T04:25:55.578Z | Compiling dyn-clone v1.0.17 |
786 | 2024-12-28T04:25:55.606Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
787 | 2024-12-28T04:25:57.514Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
788 | 2024-12-28T04:25:58.879Z | Compiling postcard v1.1.1 |
789 | 2024-12-28T04:25:58.940Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
790 | 2024-12-28T04:25:58.948Z | Compiling uuid v1.11.0 |
791 | 2024-12-28T04:26:00.410Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
792 | 2024-12-28T04:26:05.656Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
793 | 2024-12-28T04:26:09.608Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
794 | 2024-12-28T04:26:11.725Z | warning: creating a mutable reference to mutable static is discouraged |
795 | 2024-12-28T04:26:11.725Z | --> xde/src/xde.rs:318:5 |
796 | 2024-12-28T04:26:11.725Z | | |
797 | 2024-12-28T04:26:11.725Z | 318 | xde_devs.init(KRwLockType::Driver); |
798 | 2024-12-28T04:26:11.725Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
799 | 2024-12-28T04:26:11.725Z | | |
800 | 2024-12-28T04:26:11.725Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
801 | 2024-12-28T04:26:11.725Z | = 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-28T04:26:11.725Z | = note: `#[warn(static_mut_refs)]` on by default |
803 | 2024-12-28T04:26:11.726Z | |
804 | 2024-12-28T04:26:11.729Z | warning: creating a shared reference to mutable static is discouraged |
805 | 2024-12-28T04:26:11.729Z | --> xde/src/xde.rs:642:25 |
806 | 2024-12-28T04:26:11.729Z | | |
807 | 2024-12-28T04:26:11.729Z | 642 | let devs = unsafe { xde_devs.read() }; |
808 | 2024-12-28T04:26:11.729Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
809 | 2024-12-28T04:26:11.729Z | | |
810 | 2024-12-28T04:26:11.729Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
811 | 2024-12-28T04:26:11.729Z | = note: shared references to mutable statics are 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-28T04:26:11.729Z | |
813 | 2024-12-28T04:26:11.729Z | warning: creating a shared reference to mutable static is discouraged |
814 | 2024-12-28T04:26:11.729Z | --> xde/src/xde.rs:670:29 |
815 | 2024-12-28T04:26:11.729Z | | |
816 | 2024-12-28T04:26:11.729Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
817 | 2024-12-28T04:26:11.729Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
818 | 2024-12-28T04:26:11.729Z | | |
819 | 2024-12-28T04:26:11.729Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
820 | 2024-12-28T04:26:11.729Z | = note: shared references to mutable statics are 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-28T04:26:11.729Z | |
822 | 2024-12-28T04:26:11.729Z | warning: creating a shared reference to mutable static is discouraged |
823 | 2024-12-28T04:26:11.729Z | --> xde/src/xde.rs:803:29 |
824 | 2024-12-28T04:26:11.729Z | | |
825 | 2024-12-28T04:26:11.729Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
826 | 2024-12-28T04:26:11.729Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
827 | 2024-12-28T04:26:11.729Z | | |
828 | 2024-12-28T04:26:11.729Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
829 | 2024-12-28T04:26:11.729Z | = note: shared references to mutable statics are 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-28T04:26:11.729Z | |
831 | 2024-12-28T04:26:11.729Z | warning: creating a shared reference to mutable static is discouraged |
832 | 2024-12-28T04:26:11.729Z | --> xde/src/xde.rs:891:18 |
833 | 2024-12-28T04:26:11.729Z | | |
834 | 2024-12-28T04:26:11.729Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
835 | 2024-12-28T04:26:11.729Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
836 | 2024-12-28T04:26:11.729Z | | |
837 | 2024-12-28T04:26:11.730Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
838 | 2024-12-28T04:26:11.730Z | = note: shared references to mutable statics are 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-28T04:26:11.730Z | |
840 | 2024-12-28T04:26:11.730Z | warning: creating a shared reference to mutable static is discouraged |
841 | 2024-12-28T04:26:11.730Z | --> xde/src/xde.rs:1204:9 |
842 | 2024-12-28T04:26:11.730Z | | |
843 | 2024-12-28T04:26:11.730Z | 1204 | if !xde_devs.read().is_empty() { |
844 | 2024-12-28T04:26:11.730Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
845 | 2024-12-28T04:26:11.730Z | | |
846 | 2024-12-28T04:26:11.730Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
847 | 2024-12-28T04:26:11.730Z | = note: shared references to mutable statics are 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-28T04:26:11.730Z | |
849 | 2024-12-28T04:26:11.733Z | warning: creating a shared reference to mutable static is discouraged |
850 | 2024-12-28T04:26:11.733Z | --> xde/src/xde.rs:1611:37 |
851 | 2024-12-28T04:26:11.733Z | | |
852 | 2024-12-28T04:26:11.733Z | 1611 | let devs = unsafe { xde_devs.read() }; |
853 | 2024-12-28T04:26:11.733Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
854 | 2024-12-28T04:26:11.733Z | | |
855 | 2024-12-28T04:26:11.733Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
856 | 2024-12-28T04:26:11.733Z | = note: shared references to mutable statics are 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-28T04:26:11.733Z | |
858 | 2024-12-28T04:26:11.733Z | warning: creating a shared reference to mutable static is discouraged |
859 | 2024-12-28T04:26:11.733Z | --> xde/src/xde.rs:1861:16 |
860 | 2024-12-28T04:26:11.733Z | | |
861 | 2024-12-28T04:26:11.733Z | 1861 | let devs = xde_devs.read(); |
862 | 2024-12-28T04:26:11.733Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
863 | 2024-12-28T04:26:11.733Z | | |
864 | 2024-12-28T04:26:11.733Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
865 | 2024-12-28T04:26:11.734Z | = note: shared references to mutable statics are 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-28T04:26:11.734Z | |
867 | 2024-12-28T04:26:11.734Z | warning: creating a shared reference to mutable static is discouraged |
868 | 2024-12-28T04:26:11.734Z | --> xde/src/xde.rs:1910:25 |
869 | 2024-12-28T04:26:11.734Z | | |
870 | 2024-12-28T04:26:11.734Z | 1910 | let devs = unsafe { xde_devs.read() }; |
871 | 2024-12-28T04:26:11.734Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
872 | 2024-12-28T04:26:11.734Z | | |
873 | 2024-12-28T04:26:11.734Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
874 | 2024-12-28T04:26:11.734Z | = note: shared references to mutable statics are 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-28T04:26:11.734Z | |
876 | 2024-12-28T04:26:11.734Z | warning: creating a shared reference to mutable static is discouraged |
877 | 2024-12-28T04:26:11.734Z | --> xde/src/xde.rs:1923:25 |
878 | 2024-12-28T04:26:11.734Z | | |
879 | 2024-12-28T04:26:11.734Z | 1923 | let devs = unsafe { xde_devs.read() }; |
880 | 2024-12-28T04:26:11.734Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
881 | 2024-12-28T04:26:11.734Z | | |
882 | 2024-12-28T04:26:11.734Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
883 | 2024-12-28T04:26:11.734Z | = note: shared references to mutable statics are 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-28T04:26:11.734Z | |
885 | 2024-12-28T04:26:11.734Z | warning: creating a shared reference to mutable static is discouraged |
886 | 2024-12-28T04:26:11.734Z | --> xde/src/xde.rs:1934:25 |
887 | 2024-12-28T04:26:11.734Z | | |
888 | 2024-12-28T04:26:11.734Z | 1934 | let devs = unsafe { xde_devs.read() }; |
889 | 2024-12-28T04:26:11.734Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
890 | 2024-12-28T04:26:11.734Z | | |
891 | 2024-12-28T04:26:11.734Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
892 | 2024-12-28T04:26:11.734Z | = note: shared references to mutable statics are 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-28T04:26:11.734Z | |
894 | 2024-12-28T04:26:11.734Z | warning: creating a shared reference to mutable static is discouraged |
895 | 2024-12-28T04:26:11.734Z | --> xde/src/xde.rs:1946:25 |
896 | 2024-12-28T04:26:11.734Z | | |
897 | 2024-12-28T04:26:11.734Z | 1946 | let devs = unsafe { xde_devs.read() }; |
898 | 2024-12-28T04:26:11.734Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
899 | 2024-12-28T04:26:11.734Z | | |
900 | 2024-12-28T04:26:11.734Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
901 | 2024-12-28T04:26:11.734Z | = note: shared references to mutable statics are 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-28T04:26:11.734Z | |
903 | 2024-12-28T04:26:11.735Z | warning: creating a shared reference to mutable static is discouraged |
904 | 2024-12-28T04:26:11.735Z | --> xde/src/xde.rs:1958:25 |
905 | 2024-12-28T04:26:11.735Z | | |
906 | 2024-12-28T04:26:11.735Z | 1958 | let devs = unsafe { xde_devs.read() }; |
907 | 2024-12-28T04:26:11.735Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
908 | 2024-12-28T04:26:11.735Z | | |
909 | 2024-12-28T04:26:11.735Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
910 | 2024-12-28T04:26:11.735Z | = note: shared references to mutable statics are 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-28T04:26:11.735Z | |
912 | 2024-12-28T04:26:11.735Z | warning: creating a shared reference to mutable static is discouraged |
913 | 2024-12-28T04:26:11.735Z | --> xde/src/xde.rs:2022:25 |
914 | 2024-12-28T04:26:11.735Z | | |
915 | 2024-12-28T04:26:11.735Z | 2022 | let devs = unsafe { xde_devs.read() }; |
916 | 2024-12-28T04:26:11.735Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
917 | 2024-12-28T04:26:11.735Z | | |
918 | 2024-12-28T04:26:11.735Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
919 | 2024-12-28T04:26:11.735Z | = note: shared references to mutable statics are 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-28T04:26:11.735Z | |
921 | 2024-12-28T04:26:11.735Z | warning: creating a shared reference to mutable static is discouraged |
922 | 2024-12-28T04:26:11.735Z | --> xde/src/xde.rs:2033:25 |
923 | 2024-12-28T04:26:11.735Z | | |
924 | 2024-12-28T04:26:11.735Z | 2033 | let devs = unsafe { xde_devs.read() }; |
925 | 2024-12-28T04:26:11.735Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
926 | 2024-12-28T04:26:11.735Z | | |
927 | 2024-12-28T04:26:11.735Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
928 | 2024-12-28T04:26:11.735Z | = note: shared references to mutable statics are 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-28T04:26:11.735Z | |
930 | 2024-12-28T04:26:11.735Z | warning: creating a shared reference to mutable static is discouraged |
931 | 2024-12-28T04:26:11.735Z | --> xde/src/xde.rs:2045:25 |
932 | 2024-12-28T04:26:11.735Z | | |
933 | 2024-12-28T04:26:11.735Z | 2045 | let devs = unsafe { xde_devs.read() }; |
934 | 2024-12-28T04:26:11.735Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
935 | 2024-12-28T04:26:11.735Z | | |
936 | 2024-12-28T04:26:11.735Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
937 | 2024-12-28T04:26:11.735Z | = note: shared references to mutable statics are 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-28T04:26:11.735Z | |
939 | 2024-12-28T04:26:11.735Z | warning: creating a shared reference to mutable static is discouraged |
940 | 2024-12-28T04:26:11.735Z | --> xde/src/xde.rs:2059:25 |
941 | 2024-12-28T04:26:11.735Z | | |
942 | 2024-12-28T04:26:11.735Z | 2059 | let devs = unsafe { xde_devs.read() }; |
943 | 2024-12-28T04:26:11.736Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
944 | 2024-12-28T04:26:11.736Z | | |
945 | 2024-12-28T04:26:11.736Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
946 | 2024-12-28T04:26:11.736Z | = note: shared references to mutable statics are 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-28T04:26:11.736Z | |
948 | 2024-12-28T04:26:11.736Z | warning: creating a shared reference to mutable static is discouraged |
949 | 2024-12-28T04:26:11.738Z | --> xde/src/xde.rs:2072:25 |
950 | 2024-12-28T04:26:11.738Z | | |
951 | 2024-12-28T04:26:11.738Z | 2072 | let devs = unsafe { xde_devs.read() }; |
952 | 2024-12-28T04:26:11.738Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
953 | 2024-12-28T04:26:11.739Z | | |
954 | 2024-12-28T04:26:11.739Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
955 | 2024-12-28T04:26:11.739Z | = note: shared references to mutable statics are 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-28T04:26:11.739Z | |
957 | 2024-12-28T04:26:11.739Z | warning: creating a shared reference to mutable static is discouraged |
958 | 2024-12-28T04:26:11.739Z | --> xde/src/xde.rs:2085:25 |
959 | 2024-12-28T04:26:11.739Z | | |
960 | 2024-12-28T04:26:11.739Z | 2085 | let devs = unsafe { xde_devs.read() }; |
961 | 2024-12-28T04:26:11.739Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
962 | 2024-12-28T04:26:11.739Z | | |
963 | 2024-12-28T04:26:11.739Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
964 | 2024-12-28T04:26:11.739Z | = note: shared references to mutable statics are 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-28T04:26:11.739Z | |
966 | 2024-12-28T04:26:11.739Z | warning: creating a shared reference to mutable static is discouraged |
967 | 2024-12-28T04:26:11.739Z | --> xde/src/xde.rs:2096:25 |
968 | 2024-12-28T04:26:11.739Z | | |
969 | 2024-12-28T04:26:11.739Z | 2096 | let devs = unsafe { xde_devs.read() }; |
970 | 2024-12-28T04:26:11.739Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
971 | 2024-12-28T04:26:11.739Z | | |
972 | 2024-12-28T04:26:11.739Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
973 | 2024-12-28T04:26:11.739Z | = note: shared references to mutable statics are 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-28T04:26:11.739Z | |
975 | 2024-12-28T04:26:11.739Z | warning: creating a shared reference to mutable static is discouraged |
976 | 2024-12-28T04:26:11.739Z | --> xde/src/xde.rs:2108:25 |
977 | 2024-12-28T04:26:11.739Z | | |
978 | 2024-12-28T04:26:11.739Z | 2108 | let devs = unsafe { xde_devs.read() }; |
979 | 2024-12-28T04:26:11.739Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
980 | 2024-12-28T04:26:11.739Z | | |
981 | 2024-12-28T04:26:11.739Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
982 | 2024-12-28T04:26:11.739Z | = note: shared references to mutable statics are 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-28T04:26:11.739Z | |
984 | 2024-12-28T04:26:11.739Z | warning: creating a shared reference to mutable static is discouraged |
985 | 2024-12-28T04:26:11.739Z | --> xde/src/xde.rs:2123:25 |
986 | 2024-12-28T04:26:11.739Z | | |
987 | 2024-12-28T04:26:11.739Z | 2123 | let devs = unsafe { xde_devs.read() }; |
988 | 2024-12-28T04:26:11.739Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
989 | 2024-12-28T04:26:11.739Z | | |
990 | 2024-12-28T04:26:11.739Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
991 | 2024-12-28T04:26:11.739Z | = note: shared references to mutable statics are 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-28T04:26:11.740Z | |
993 | 2024-12-28T04:26:11.740Z | warning: creating a shared reference to mutable static is discouraged |
994 | 2024-12-28T04:26:11.740Z | --> xde/src/xde.rs:2137:25 |
995 | 2024-12-28T04:26:11.740Z | | |
996 | 2024-12-28T04:26:11.740Z | 2137 | let devs = unsafe { xde_devs.read() }; |
997 | 2024-12-28T04:26:11.740Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
998 | 2024-12-28T04:26:11.740Z | | |
999 | 2024-12-28T04:26:11.740Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1000 | 2024-12-28T04:26:11.740Z | = note: shared references to mutable statics are 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-28T04:26:11.740Z | |
1002 | 2024-12-28T04:26:37.139Z | warning: `xde` (lib) generated 23 warnings |
1003 | 2024-12-28T04:26:37.142Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 07s |
1004 | 2024-12-28T04:26:37.169Z | Linking xde kmod... |
1005 | 2024-12-28T04:26:37.872Z | Building xde dev link helper (release). |
1006 | 2024-12-28T04:26:38.047Z | Compiling compiler_builtins v0.1.138 |
1007 | 2024-12-28T04:26:38.047Z | 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-28T04:26:38.047Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1009 | 2024-12-28T04:26:54.669Z | 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-28T04:26:55.554Z | 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-28T04:26:59.234Z | Finished `release` profile [optimized + debuginfo] target(s) in 21.31s |
1012 | 2024-12-28T04:26:59.261Z | |
1013 | 2024-12-28T04:26:59.261Z | real 4:58.350297651 |
1014 | 2024-12-28T04:26:59.261Z | user 15:01.017884493 |
1015 | 2024-12-28T04:26:59.261Z | sys 1:30.769787284 |
1016 | 2024-12-28T04:26:59.261Z | trap 0.473376052 |
1017 | 2024-12-28T04:26:59.261Z | tflt 1.153917895 |
1018 | 2024-12-28T04:26:59.268Z | dflt 5.738287704 |
1019 | 2024-12-28T04:26:59.268Z | kflt 0.015970955 |
1020 | 2024-12-28T04:26:59.268Z | lock 28:33.041316255 |
1021 | 2024-12-28T04:26:59.268Z | slp 50:25.379543922 |
1022 | 2024-12-28T04:26:59.268Z | lat 25.688500260 |
1023 | 2024-12-28T04:26:59.268Z | stop 40.350484392 |
1024 | 2024-12-28T04:26:59.268Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1025 | 2024-12-28T04:26:59.268Z | + grep GOTPCREL |
1026 | 2024-12-28T04:27:00.846Z | + header 'package opte' |
1027 | 2024-12-28T04:27:00.846Z | + echo '# ==== package opte ==== #' |
1028 | 2024-12-28T04:27:00.846Z | # ==== package opte ==== # |
1029 | 2024-12-28T04:27:00.846Z | + cargo xtask package --skip-build |
1030 | 2024-12-28T04:27:01.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s |
1031 | 2024-12-28T04:27:01.124Z | Running `target/debug/xtask package --skip-build` |
1032 | 2024-12-28T04:27:01.484Z | + ./clean.sh |
1033 | 2024-12-28T04:27:01.494Z | + mkdir -p proto/kernel/drv/amd64 |
1034 | 2024-12-28T04:27:01.497Z | + mkdir -p proto/opt/oxide/opte/bin |
1035 | 2024-12-28T04:27:01.500Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
1036 | 2024-12-28T04:27:01.502Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
1037 | 2024-12-28T04:27:01.515Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
1038 | 2024-12-28T04:27:01.551Z | + cp ../xde/xde.conf proto/kernel/drv/ |
1039 | 2024-12-28T04:27:01.553Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
1040 | 2024-12-28T04:27:01.556Z | + '[' -z ']' |
1041 | 2024-12-28T04:27:01.556Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
1042 | 2024-12-28T04:27:01.622Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
1043 | 2024-12-28T04:27:01.690Z | + INC_DEBUG= |
1044 | 2024-12-28T04:27:01.692Z | ++ ./print-api-version.sh |
1045 | 2024-12-28T04:27:01.699Z | + API_VSN=34 |
1046 | 2024-12-28T04:27:01.701Z | + 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-28T04:27:01.701Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
1048 | 2024-12-28T04:27:10.898Z | + pkgdepend generate -d proto opte.base.p5m |
1049 | 2024-12-28T04:27:12.210Z | + mkdir -p packages |
1050 | 2024-12-28T04:27:12.213Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
1051 | 2024-12-28T04:27:29.703Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
1052 | 2024-12-28T04:27:29.705Z | + pkgrepo create packages/repo |
1053 | 2024-12-28T04:27:30.546Z | + pkgrepo add-publisher -s packages/repo helios-dev |
1054 | 2024-12-28T04:27:31.365Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
1055 | 2024-12-28T04:28:08.763Z | pkg://helios-dev/driver/network/opte@0.34.317,5.11:20241228T042731Z |
1056 | 2024-12-28T04:28:08.763Z | PUBLISHED |
1057 | 2024-12-28T04:28:08.809Z | + pkgrecv -a -d packages/repo/opte-0.34.317.p5p -s packages/repo -v -m latest '*' |
1058 | 2024-12-28T04:28:09.657Z | Retrieving packages for publisher helios-dev ... |
1059 | 2024-12-28T04:28:09.661Z | Retrieving catalog 'helios-dev' ... Done |
1060 | 2024-12-28T04:28:09.664Z | Retrieving and evaluating 1 package(s)... |
1061 | 2024-12-28T04:28:09.664Z | Fetching manifests: 1/1 100% complete |
1062 | 2024-12-28T04:28:09.664Z | Fetching manifests: 1/1 100% complete |
1063 | 2024-12-28T04:28:09.667Z | |
1064 | 2024-12-28T04:28:09.667Z | Archiving packages ... |
1065 | 2024-12-28T04:28:09.667Z | Packages to add: 1 |
1066 | 2024-12-28T04:28:09.667Z | Files to retrieve: 6 |
1067 | 2024-12-28T04:28:09.667Z | Estimated transfer size: 38.49 MB |
1068 | 2024-12-28T04:28:09.667Z | |
1069 | 2024-12-28T04:28:09.667Z | Packages to archive: |
1070 | 2024-12-28T04:28:09.667Z | driver/network/opte@0.34.317,5.11:20241228T042731Z |
1071 | 2024-12-28T04:28:09.667Z | |
1072 | 2024-12-28T04:28:09.667Z | Download: 0/6 items 0.0/38.5MB 0% complete |
1073 | 2024-12-28T04:28:09.787Z | Download: Completed 38.49 MB in 0.12 seconds (313M/s) |
1074 | 2024-12-28T04:28:09.790Z | Archiving: 1/20 items 0.0/38.5MB 0% complete |
1075 | 2024-12-28T04:28:09.815Z | Archiving: Completed 38.52 MB in 0.03 seconds |
1076 | 2024-12-28T04:28:09.865Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.34.317.p5p. |
1077 | 2024-12-28T04:28:09.868Z | + banner copy |
1078 | 2024-12-28T04:28:09.973Z | |
1079 | 2024-12-28T04:28:09.973Z | #### #### ##### # # |
1080 | 2024-12-28T04:28:09.973Z | # # # # # # # # |
1081 | 2024-12-28T04:28:09.973Z | # # # # # # |
1082 | 2024-12-28T04:28:09.973Z | # # # ##### # |
1083 | 2024-12-28T04:28:09.973Z | # # # # # # |
1084 | 2024-12-28T04:28:09.973Z | #### #### # # |
1085 | 2024-12-28T04:28:09.973Z | |
1086 | 2024-12-28T04:28:09.976Z | + pfexec mkdir -p /out |
1087 | 2024-12-28T04:28:09.978Z | + pfexec chown 12345 /out |
1088 | 2024-12-28T04:28:09.982Z | + PKG_NAME=/out/opte.p5p |
1089 | 2024-12-28T04:28:09.985Z | + mv pkg/packages/repo/opte-0.34.317.p5p /out/opte.p5p |
1090 | 2024-12-28T04:28:10.022Z | + sha256sum /out/opte.p5p |
1091 | 2024-12-28T04:28:10.056Z | process exited: duration 393149 ms, exit code 0 |
|
1092 | 2024-12-28T04:28:10.067Z | found 2 output files |
1093 | 2024-12-28T04:28:10.067Z | uploading: /out/opte.p5p (40407040 bytes) |
1094 | 2024-12-28T04:28:11.646Z | uploaded: /out/opte.p5p |
1095 | 2024-12-28T04:28:11.646Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
1096 | 2024-12-28T04:28:12.654Z | uploaded: /out/opte.p5p.sha256 |