|
|
|
1 | 2024-12-31T17:04:41.859Z | job assigned to worker 01JGETRPA16GXS8XFK1PMG6Z5S [factory aws, i-003cfcb0ea887a32c] (queued for 1 m 5 s) |
|
2 | 2024-12-31T17:04:50.197Z | starting task 0: "setup" |
3 | 2024-12-31T17:04:50.205Z | ++ uname -s |
4 | 2024-12-31T17:04:50.207Z | + kern=SunOS |
5 | 2024-12-31T17:04:50.207Z | + case "$kern" in |
6 | 2024-12-31T17:04:50.207Z | + groupadd -g 12345 build |
7 | 2024-12-31T17:04:50.210Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T17:04:52.216Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T17:04:52.401Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T17:04:52.404Z | + home_fs=zfs |
11 | 2024-12-31T17:04:52.404Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T17:04:52.404Z | + mkdir -p /home/build |
13 | 2024-12-31T17:04:52.407Z | + chown build:build /home/build /work |
14 | 2024-12-31T17:04:54.409Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T17:04:54.413Z | process exited: duration 4215 ms, exit code 0 |
|
16 | 2024-12-31T17:04:54.419Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T17:04:54.424Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T17:04:54.424Z | * toolchain channel = "nightly-2024-11-18" |
19 | 2024-12-31T17:04:54.424Z | * toolchain profile = "default" |
20 | 2024-12-31T17:04:54.424Z | ' nightly-2024-11-18 |
21 | 2024-12-31T17:04:54.425Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-31T17:04:54.425Z | ' default |
23 | 2024-12-31T17:04:54.427Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T17:04:54.427Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T17:04:54.550Z | info: downloading installer |
26 | 2024-12-31T17:04:55.881Z | info: profile set to 'default' |
27 | 2024-12-31T17:04:55.881Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T17:04:55.884Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T17:04:56.059Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T17:04:56.059Z | info: downloading component 'cargo' |
31 | 2024-12-31T17:04:57.074Z | info: downloading component 'clippy' |
32 | 2024-12-31T17:04:57.461Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T17:04:58.843Z | info: downloading component 'rust-std' |
34 | 2024-12-31T17:05:01.076Z | info: downloading component 'rustc' |
35 | 2024-12-31T17:05:08.941Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T17:05:09.232Z | info: installing component 'cargo' |
37 | 2024-12-31T17:05:10.076Z | info: installing component 'clippy' |
38 | 2024-12-31T17:05:10.458Z | info: installing component 'rust-docs' |
39 | 2024-12-31T17:05:12.183Z | info: installing component 'rust-std' |
40 | 2024-12-31T17:05:14.052Z | info: installing component 'rustc' |
41 | 2024-12-31T17:05:20.069Z | info: installing component 'rustfmt' |
42 | 2024-12-31T17:05:20.406Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T17:05:20.406Z | |
44 | 2024-12-31T17:05:20.799Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T17:05:20.799Z | |
46 | 2024-12-31T17:05:20.801Z | |
47 | 2024-12-31T17:05:20.801Z | Rust is installed now. Great! |
48 | 2024-12-31T17:05:20.802Z | |
49 | 2024-12-31T17:05:20.802Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T17:05:20.802Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T17:05:20.802Z | |
52 | 2024-12-31T17:05:20.802Z | To configure your current shell, you need to source |
53 | 2024-12-31T17:05:20.802Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T17:05:20.802Z | |
55 | 2024-12-31T17:05:20.802Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T17:05:20.802Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T17:05:20.802Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T17:05:20.881Z | + rustc --version |
59 | 2024-12-31T17:05:20.952Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T17:05:20.957Z | process exited: duration 26538 ms, exit code 0 |
|
61 | 2024-12-31T17:05:20.963Z | starting task 2: "authentication" |
62 | 2024-12-31T17:05:20.984Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-31T17:05:20.989Z | starting task 3: "clone repository" |
64 | 2024-12-31T17:05:20.994Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T17:05:20.997Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T17:05:22.567Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T17:05:23.845Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T17:05:23.845Z | + git fetch origin b192d6e08d8f963e87e0887ec245f1ab536c262c |
69 | 2024-12-31T17:05:24.115Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T17:05:24.115Z | * branch b192d6e08d8f963e87e0887ec245f1ab536c262c -> FETCH_HEAD |
71 | 2024-12-31T17:05:24.123Z | + [[ -n rwlock ]] |
72 | 2024-12-31T17:05:24.126Z | ++ git branch --show-current |
73 | 2024-12-31T17:05:24.129Z | + current=master |
74 | 2024-12-31T17:05:24.129Z | + [[ master != rwlock ]] |
75 | 2024-12-31T17:05:24.129Z | + git branch -f rwlock b192d6e08d8f963e87e0887ec245f1ab536c262c |
76 | 2024-12-31T17:05:24.131Z | + git checkout -f rwlock |
77 | 2024-12-31T17:05:24.153Z | Switched to branch 'rwlock' |
78 | 2024-12-31T17:05:24.156Z | + git reset --hard b192d6e08d8f963e87e0887ec245f1ab536c262c |
79 | 2024-12-31T17:05:24.160Z | HEAD is now at b192d6e Some prose on RwLock strategy, |
80 | 2024-12-31T17:05:24.163Z | process exited: duration 3171 ms, exit code 0 |
|
81 | 2024-12-31T17:05:24.168Z | starting task 4: "build" |
82 | 2024-12-31T17:05:24.174Z | + TGT_BASE=/work |
83 | 2024-12-31T17:05:24.174Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-12-31T17:05:24.174Z | + REL_TGT=/work/release |
85 | 2024-12-31T17:05:24.174Z | + mkdir -p /work/release |
86 | 2024-12-31T17:05:24.177Z | + cargo --version |
87 | 2024-12-31T17:05:24.181Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
88 | 2024-12-31T17:05:24.337Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-31T17:05:24.337Z | info: downloading component 'cargo' |
90 | 2024-12-31T17:05:25.206Z | info: downloading component 'clippy' |
91 | 2024-12-31T17:05:25.531Z | info: downloading component 'rust-docs' |
92 | 2024-12-31T17:05:26.717Z | info: downloading component 'rust-std' |
93 | 2024-12-31T17:05:28.436Z | info: downloading component 'rustc' |
94 | 2024-12-31T17:05:34.933Z | info: downloading component 'rustfmt' |
95 | 2024-12-31T17:05:35.182Z | info: installing component 'cargo' |
96 | 2024-12-31T17:05:36.015Z | info: installing component 'clippy' |
97 | 2024-12-31T17:05:36.391Z | info: installing component 'rust-docs' |
98 | 2024-12-31T17:05:38.109Z | info: installing component 'rust-std' |
99 | 2024-12-31T17:05:39.766Z | info: installing component 'rustc' |
100 | 2024-12-31T17:05:45.556Z | info: installing component 'rustfmt' |
101 | 2024-12-31T17:05:45.979Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
102 | 2024-12-31T17:05:45.982Z | + rustc --version |
103 | 2024-12-31T17:05:46.053Z | rustc 1.83.0 (90b35a623 2024-11-26) |
104 | 2024-12-31T17:05:46.058Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-12-31T17:05:46.060Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-12-31T17:05:46.060Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-12-31T17:05:46.060Z | + ptime -m cargo xtask build |
108 | 2024-12-31T17:05:46.202Z | Updating crates.io index |
109 | 2024-12-31T17:05:46.287Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-12-31T17:05:47.099Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-12-31T17:05:47.436Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-31T17:05:47.749Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-31T17:05:48.127Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2024-12-31T17:05:48.440Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2024-12-31T17:05:48.799Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2024-12-31T17:05:49.091Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2024-12-31T17:05:49.347Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2024-12-31T17:05:50.509Z | Downloading crates ... |
119 | 2024-12-31T17:05:50.606Z | Downloaded anstyle-parse v0.2.6 |
120 | 2024-12-31T17:05:50.613Z | Downloaded anstyle-query v1.1.2 |
121 | 2024-12-31T17:05:50.616Z | Downloaded anyhow v1.0.95 |
122 | 2024-12-31T17:05:50.637Z | Downloaded anstyle v1.0.10 |
123 | 2024-12-31T17:05:50.640Z | Downloaded is_terminal_polyfill v1.70.1 |
124 | 2024-12-31T17:05:50.642Z | Downloaded thiserror-impl v2.0.9 |
125 | 2024-12-31T17:05:50.645Z | Downloaded heck v0.5.0 |
126 | 2024-12-31T17:05:50.647Z | Downloaded toml_datetime v0.6.8 |
127 | 2024-12-31T17:05:50.647Z | Downloaded strsim v0.11.1 |
128 | 2024-12-31T17:05:50.650Z | Downloaded equivalent v1.0.1 |
129 | 2024-12-31T17:05:50.653Z | Downloaded utf8parse v0.2.2 |
130 | 2024-12-31T17:05:50.655Z | Downloaded colorchoice v1.0.3 |
131 | 2024-12-31T17:05:50.655Z | Downloaded clap_lex v0.7.4 |
132 | 2024-12-31T17:05:50.658Z | Downloaded itoa v1.0.14 |
133 | 2024-12-31T17:05:50.660Z | Downloaded anstream v0.6.18 |
134 | 2024-12-31T17:05:50.663Z | Downloaded cargo_metadata v0.19.1 |
135 | 2024-12-31T17:05:50.665Z | Downloaded thiserror v2.0.9 |
136 | 2024-12-31T17:05:50.671Z | Downloaded quote v1.0.38 |
137 | 2024-12-31T17:05:50.674Z | Downloaded serde_spanned v0.6.8 |
138 | 2024-12-31T17:05:50.674Z | Downloaded clap_derive v4.5.18 |
139 | 2024-12-31T17:05:50.676Z | Downloaded semver v1.0.24 |
140 | 2024-12-31T17:05:50.679Z | Downloaded camino v1.1.9 |
141 | 2024-12-31T17:05:50.681Z | Downloaded errno v0.3.10 |
142 | 2024-12-31T17:05:50.681Z | Downloaded cargo-platform v0.1.9 |
143 | 2024-12-31T17:05:50.683Z | Downloaded bitflags v2.6.0 |
144 | 2024-12-31T17:05:50.685Z | Downloaded toml v0.8.19 |
145 | 2024-12-31T17:05:50.688Z | Downloaded unicode-ident v1.0.14 |
146 | 2024-12-31T17:05:50.690Z | Downloaded terminal_size v0.4.1 |
147 | 2024-12-31T17:05:50.693Z | Downloaded proc-macro2 v1.0.92 |
148 | 2024-12-31T17:05:50.695Z | Downloaded ryu v1.0.18 |
149 | 2024-12-31T17:05:50.698Z | Downloaded clap v4.5.23 |
150 | 2024-12-31T17:05:50.706Z | Downloaded serde_derive v1.0.217 |
151 | 2024-12-31T17:05:50.711Z | Downloaded indexmap v2.7.0 |
152 | 2024-12-31T17:05:50.728Z | Downloaded toml_edit v0.22.22 |
153 | 2024-12-31T17:05:50.748Z | Downloaded memchr v2.7.4 |
154 | 2024-12-31T17:05:50.753Z | Downloaded serde v1.0.217 |
155 | 2024-12-31T17:05:50.756Z | Downloaded hashbrown v0.15.2 |
156 | 2024-12-31T17:05:50.760Z | Downloaded clap_builder v4.5.23 |
157 | 2024-12-31T17:05:50.766Z | Downloaded serde_json v1.0.134 |
158 | 2024-12-31T17:05:50.773Z | Downloaded winnow v0.6.20 |
159 | 2024-12-31T17:05:50.796Z | Downloaded syn v2.0.93 |
160 | 2024-12-31T17:05:50.807Z | Downloaded rustix v0.38.42 |
161 | 2024-12-31T17:05:50.844Z | Downloaded libc v0.2.169 |
162 | 2024-12-31T17:05:50.983Z | Compiling proc-macro2 v1.0.92 |
163 | 2024-12-31T17:05:50.983Z | Compiling unicode-ident v1.0.14 |
164 | 2024-12-31T17:05:50.986Z | Compiling serde v1.0.217 |
165 | 2024-12-31T17:05:50.986Z | Compiling libc v0.2.169 |
166 | 2024-12-31T17:05:50.986Z | Compiling rustix v0.38.42 |
167 | 2024-12-31T17:05:50.986Z | Compiling bitflags v2.6.0 |
168 | 2024-12-31T17:05:50.986Z | Compiling utf8parse v0.2.2 |
169 | 2024-12-31T17:05:50.986Z | Compiling colorchoice v1.0.3 |
170 | 2024-12-31T17:05:51.157Z | Compiling anstyle-parse v0.2.6 |
171 | 2024-12-31T17:05:51.159Z | Compiling is_terminal_polyfill v1.70.1 |
172 | 2024-12-31T17:05:51.159Z | Compiling thiserror v2.0.9 |
173 | 2024-12-31T17:05:51.265Z | Compiling camino v1.1.9 |
174 | 2024-12-31T17:05:51.353Z | Compiling hashbrown v0.15.2 |
175 | 2024-12-31T17:05:51.425Z | Compiling anstyle v1.0.10 |
176 | 2024-12-31T17:05:51.699Z | Compiling anstyle-query v1.1.2 |
177 | 2024-12-31T17:05:51.791Z | Compiling semver v1.0.24 |
178 | 2024-12-31T17:05:52.164Z | Compiling equivalent v1.0.1 |
179 | 2024-12-31T17:05:52.261Z | Compiling serde_json v1.0.134 |
180 | 2024-12-31T17:05:52.325Z | Compiling indexmap v2.7.0 |
181 | 2024-12-31T17:05:52.334Z | Compiling anstream v0.6.18 |
182 | 2024-12-31T17:05:52.354Z | Compiling winnow v0.6.20 |
183 | 2024-12-31T17:05:52.384Z | Compiling heck v0.5.0 |
184 | 2024-12-31T17:05:52.619Z | Compiling ryu v1.0.18 |
185 | 2024-12-31T17:05:52.644Z | Compiling itoa v1.0.14 |
186 | 2024-12-31T17:05:52.729Z | Compiling strsim v0.11.1 |
187 | 2024-12-31T17:05:52.847Z | Compiling clap_lex v0.7.4 |
188 | 2024-12-31T17:05:52.950Z | Compiling memchr v2.7.4 |
189 | 2024-12-31T17:05:52.976Z | Compiling anyhow v1.0.95 |
190 | 2024-12-31T17:05:53.389Z | Compiling quote v1.0.38 |
191 | 2024-12-31T17:05:53.467Z | Compiling errno v0.3.10 |
192 | 2024-12-31T17:05:53.689Z | Compiling syn v2.0.93 |
193 | 2024-12-31T17:05:54.425Z | Compiling terminal_size v0.4.1 |
194 | 2024-12-31T17:05:54.507Z | Compiling clap_builder v4.5.23 |
195 | 2024-12-31T17:05:57.261Z | Compiling serde_derive v1.0.217 |
196 | 2024-12-31T17:05:57.261Z | Compiling thiserror-impl v2.0.9 |
197 | 2024-12-31T17:05:57.263Z | Compiling clap_derive v4.5.18 |
198 | 2024-12-31T17:05:59.681Z | Compiling clap v4.5.23 |
199 | 2024-12-31T17:06:04.003Z | Compiling toml_datetime v0.6.8 |
200 | 2024-12-31T17:06:04.003Z | Compiling serde_spanned v0.6.8 |
201 | 2024-12-31T17:06:04.006Z | Compiling cargo-platform v0.1.9 |
202 | 2024-12-31T17:06:04.229Z | Compiling toml_edit v0.22.22 |
203 | 2024-12-31T17:06:05.198Z | Compiling cargo_metadata v0.19.1 |
204 | 2024-12-31T17:06:06.314Z | Compiling toml v0.8.19 |
205 | 2024-12-31T17:06:07.825Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2024-12-31T17:06:09.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.37s |
207 | 2024-12-31T17:06:09.594Z | Running `target/debug/xtask build` |
208 | 2024-12-31T17:06:09.618Z | Building opteadm (debug). |
209 | 2024-12-31T17:06:12.264Z | Compiling libc v0.2.169 |
210 | 2024-12-31T17:06:12.264Z | Compiling cfg-if v1.0.0 |
211 | 2024-12-31T17:06:12.264Z | Compiling serde v1.0.217 |
212 | 2024-12-31T17:06:12.267Z | Compiling byteorder v1.5.0 |
213 | 2024-12-31T17:06:12.267Z | Compiling ident_case v1.0.1 |
214 | 2024-12-31T17:06:12.267Z | Compiling fnv v1.0.7 |
215 | 2024-12-31T17:06:12.267Z | Compiling memchr v2.7.4 |
216 | 2024-12-31T17:06:12.267Z | Compiling syn v2.0.93 |
217 | 2024-12-31T17:06:12.362Z | Compiling regex-syntax v0.8.5 |
218 | 2024-12-31T17:06:12.428Z | Compiling syn v1.0.109 |
219 | 2024-12-31T17:06:12.443Z | Compiling equivalent v1.0.1 |
220 | 2024-12-31T17:06:12.535Z | Compiling autocfg v1.4.0 |
221 | 2024-12-31T17:06:12.604Z | Compiling hashbrown v0.15.2 |
222 | 2024-12-31T17:06:12.864Z | Compiling zerocopy v0.8.14 |
223 | 2024-12-31T17:06:13.065Z | Compiling either v1.13.0 |
224 | 2024-12-31T17:06:13.338Z | Compiling aho-corasick v1.1.3 |
225 | 2024-12-31T17:06:13.444Z | Compiling once_cell v1.20.2 |
226 | 2024-12-31T17:06:13.650Z | Compiling itertools v0.13.0 |
227 | 2024-12-31T17:06:13.741Z | Compiling indexmap v2.7.0 |
228 | 2024-12-31T17:06:13.769Z | Compiling lock_api v0.4.12 |
229 | 2024-12-31T17:06:14.398Z | Compiling heapless v0.8.0 |
230 | 2024-12-31T17:06:14.926Z | Compiling toml_datetime v0.6.8 |
231 | 2024-12-31T17:06:14.933Z | Compiling parking_lot_core v0.9.10 |
232 | 2024-12-31T17:06:15.263Z | Compiling winnow v0.5.40 |
233 | 2024-12-31T17:06:15.780Z | Compiling hash32 v0.3.1 |
234 | 2024-12-31T17:06:15.809Z | Compiling regex-automata v0.4.9 |
235 | 2024-12-31T17:06:15.981Z | Compiling scopeguard v1.2.0 |
236 | 2024-12-31T17:06:16.098Z | Compiling stable_deref_trait v1.2.0 |
237 | 2024-12-31T17:06:16.184Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
238 | 2024-12-31T17:06:16.517Z | Compiling serde_json v1.0.134 |
239 | 2024-12-31T17:06:16.557Z | Compiling dyn-clone v1.0.17 |
240 | 2024-12-31T17:06:16.759Z | Compiling smallvec v1.13.2 |
241 | 2024-12-31T17:06:16.876Z | Compiling smoltcp v0.11.0 |
242 | 2024-12-31T17:06:17.178Z | Compiling macaddr v1.0.1 |
243 | 2024-12-31T17:06:17.895Z | Compiling getrandom v0.2.15 |
244 | 2024-12-31T17:06:17.928Z | Compiling thiserror v1.0.69 |
245 | 2024-12-31T17:06:17.928Z | Compiling pin-project-lite v0.2.15 |
246 | 2024-12-31T17:06:18.031Z | Compiling schemars v0.8.21 |
247 | 2024-12-31T17:06:18.188Z | Compiling version_check v0.9.5 |
248 | 2024-12-31T17:06:18.345Z | Compiling cobs v0.2.3 |
249 | 2024-12-31T17:06:18.401Z | Compiling toml_edit v0.19.15 |
250 | 2024-12-31T17:06:18.462Z | Compiling managed v0.8.0 |
251 | 2024-12-31T17:06:18.615Z | Compiling bitflags v1.3.2 |
252 | 2024-12-31T17:06:18.622Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
253 | 2024-12-31T17:06:18.741Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
254 | 2024-12-31T17:06:18.851Z | Compiling darling_core v0.20.10 |
255 | 2024-12-31T17:06:18.937Z | Compiling serde_derive_internals v0.29.1 |
256 | 2024-12-31T17:06:19.105Z | Compiling rand_core v0.6.4 |
257 | 2024-12-31T17:06:19.518Z | Compiling parking_lot v0.12.3 |
258 | 2024-12-31T17:06:20.425Z | Compiling regex v1.11.1 |
259 | 2024-12-31T17:06:20.873Z | Compiling socket2 v0.5.8 |
260 | 2024-12-31T17:06:21.307Z | Compiling proc-macro-crate v1.3.1 |
261 | 2024-12-31T17:06:21.829Z | Compiling signal-hook-registry v1.4.2 |
262 | 2024-12-31T17:06:22.061Z | Compiling errno v0.3.10 |
263 | 2024-12-31T17:06:22.289Z | Compiling mio v1.0.3 |
264 | 2024-12-31T17:06:22.714Z | Compiling unicode-width v0.1.14 |
265 | 2024-12-31T17:06:22.794Z | Compiling foreign-types-shared v0.3.1 |
266 | 2024-12-31T17:06:22.898Z | Compiling bytes v1.9.0 |
267 | 2024-12-31T17:06:23.237Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-12-31T17:06:23.508Z | Compiling tabwriter v1.4.0 |
269 | 2024-12-31T17:06:23.540Z | Compiling serde_derive v1.0.217 |
270 | 2024-12-31T17:06:23.595Z | Compiling zerocopy-derive v0.8.14 |
271 | 2024-12-31T17:06:23.710Z | Compiling zerocopy-derive v0.7.35 |
272 | 2024-12-31T17:06:23.791Z | Compiling thiserror-impl v1.0.69 |
273 | 2024-12-31T17:06:23.950Z | Compiling foreign-types-macros v0.2.3 |
274 | 2024-12-31T17:06:23.981Z | Compiling num_enum_derive v0.5.11 |
275 | 2024-12-31T17:06:24.105Z | Compiling tokio-macros v2.4.0 |
276 | 2024-12-31T17:06:24.111Z | Compiling darling_macro v0.20.10 |
277 | 2024-12-31T17:06:25.080Z | Compiling darling v0.20.10 |
278 | 2024-12-31T17:06:25.173Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
279 | 2024-12-31T17:06:25.199Z | Compiling schemars_derive v0.8.21 |
280 | 2024-12-31T17:06:25.532Z | Compiling tokio v1.42.0 |
281 | 2024-12-31T17:06:25.567Z | Compiling zerocopy v0.7.35 |
282 | 2024-12-31T17:06:26.051Z | Compiling num_enum v0.5.11 |
283 | 2024-12-31T17:06:26.184Z | Compiling foreign-types v0.5.0 |
284 | 2024-12-31T17:06:26.272Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
285 | 2024-12-31T17:06:26.798Z | Compiling ppv-lite86 v0.2.20 |
286 | 2024-12-31T17:06:27.513Z | Compiling rand_chacha v0.3.1 |
287 | 2024-12-31T17:06:27.640Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
288 | 2024-12-31T17:06:28.044Z | Compiling tracing-attributes v0.1.28 |
289 | 2024-12-31T17:06:28.508Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
290 | 2024-12-31T17:06:28.648Z | Compiling rustix v0.38.42 |
291 | 2024-12-31T17:06:29.065Z | Compiling cstr-argument v0.1.2 |
292 | 2024-12-31T17:06:29.242Z | Compiling tracing-core v0.1.33 |
293 | 2024-12-31T17:06:29.276Z | Compiling crc32fast v1.4.2 |
294 | 2024-12-31T17:06:29.543Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
295 | 2024-12-31T17:06:29.580Z | Compiling pretty-hex v0.2.1 |
296 | 2024-12-31T17:06:29.750Z | Compiling lazy_static v1.5.0 |
297 | 2024-12-31T17:06:29.859Z | Compiling colored v2.2.0 |
298 | 2024-12-31T17:06:29.887Z | Compiling terminal_size v0.4.1 |
299 | 2024-12-31T17:06:30.053Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
300 | 2024-12-31T17:06:30.060Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
301 | 2024-12-31T17:06:30.205Z | Compiling rand v0.8.5 |
302 | 2024-12-31T17:06:30.535Z | Compiling thiserror-impl v2.0.9 |
303 | 2024-12-31T17:06:30.569Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
304 | 2024-12-31T17:06:30.689Z | Compiling clap_derive v4.5.18 |
305 | 2024-12-31T17:06:30.893Z | Compiling clap_builder v4.5.23 |
306 | 2024-12-31T17:06:31.051Z | Compiling tracing v0.1.41 |
307 | 2024-12-31T17:06:31.421Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
308 | 2024-12-31T17:06:31.585Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
309 | 2024-12-31T17:06:32.838Z | Compiling thiserror v2.0.9 |
310 | 2024-12-31T17:06:33.018Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
311 | 2024-12-31T17:06:34.232Z | Compiling clap v4.5.23 |
312 | 2024-12-31T17:06:35.316Z | Compiling ipnetwork v0.20.0 |
313 | 2024-12-31T17:06:35.316Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
314 | 2024-12-31T17:06:35.429Z | Compiling postcard v1.1.1 |
315 | 2024-12-31T17:06:35.593Z | Compiling uuid v1.11.0 |
316 | 2024-12-31T17:06:37.051Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
317 | 2024-12-31T17:06:37.730Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
318 | 2024-12-31T17:06:43.261Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
319 | 2024-12-31T17:06:45.310Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
320 | 2024-12-31T17:06:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.96s |
321 | 2024-12-31T17:06:51.106Z | Building xde (debug). |
322 | 2024-12-31T17:06:51.240Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
323 | 2024-12-31T17:06:51.490Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
324 | 2024-12-31T17:06:51.513Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
325 | 2024-12-31T17:06:51.513Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
326 | 2024-12-31T17:06:51.515Z | info: downloading component 'rust-src' |
327 | 2024-12-31T17:06:51.707Z | info: installing component 'rust-src' |
328 | 2024-12-31T17:06:52.425Z | Updating crates.io index |
329 | 2024-12-31T17:06:52.553Z | Downloading crates ... |
330 | 2024-12-31T17:06:52.620Z | Downloaded addr2line v0.22.0 |
331 | 2024-12-31T17:06:52.634Z | Downloaded adler v1.0.2 |
332 | 2024-12-31T17:06:52.637Z | Downloaded miniz_oxide v0.7.4 |
333 | 2024-12-31T17:06:52.643Z | Downloaded getopts v0.2.21 |
334 | 2024-12-31T17:06:52.663Z | Downloaded allocator-api2 v0.2.18 |
335 | 2024-12-31T17:06:52.673Z | Downloaded hashbrown v0.15.0 |
336 | 2024-12-31T17:06:52.703Z | Downloaded compiler_builtins v0.1.138 |
337 | 2024-12-31T17:06:52.716Z | Downloaded gimli v0.29.0 |
338 | 2024-12-31T17:06:52.725Z | Downloaded object v0.36.5 |
339 | 2024-12-31T17:06:52.759Z | Downloaded libc v0.2.161 |
340 | 2024-12-31T17:06:52.864Z | Compiling compiler_builtins v0.1.138 |
341 | 2024-12-31T17:06:52.866Z | 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-31T17:06:52.867Z | Compiling proc-macro2 v1.0.92 |
343 | 2024-12-31T17:06:52.867Z | Compiling unicode-ident v1.0.14 |
344 | 2024-12-31T17:06:52.867Z | Compiling fnv v1.0.7 |
345 | 2024-12-31T17:06:52.867Z | Compiling ident_case v1.0.1 |
346 | 2024-12-31T17:06:52.867Z | Compiling strsim v0.11.1 |
347 | 2024-12-31T17:06:52.874Z | Compiling memchr v2.7.4 |
348 | 2024-12-31T17:06:53.045Z | Compiling serde v1.0.217 |
349 | 2024-12-31T17:06:53.080Z | Compiling regex-syntax v0.8.5 |
350 | 2024-12-31T17:06:53.089Z | Compiling either v1.13.0 |
351 | 2024-12-31T17:06:53.484Z | Compiling zerocopy v0.8.14 |
352 | 2024-12-31T17:06:53.692Z | Compiling itertools v0.13.0 |
353 | 2024-12-31T17:06:53.783Z | Compiling heapless v0.8.0 |
354 | 2024-12-31T17:06:54.079Z | Compiling aho-corasick v1.1.3 |
355 | 2024-12-31T17:06:54.574Z | Compiling smoltcp v0.11.0 |
356 | 2024-12-31T17:06:54.623Z | Compiling quote v1.0.38 |
357 | 2024-12-31T17:06:54.759Z | Compiling version_check v0.9.5 |
358 | 2024-12-31T17:06:55.334Z | Compiling syn v2.0.93 |
359 | 2024-12-31T17:06:55.558Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
360 | 2024-12-31T17:06:56.409Z | Compiling regex-automata v0.4.9 |
361 | 2024-12-31T17:06:59.450Z | Compiling regex v1.11.1 |
362 | 2024-12-31T17:07:00.205Z | Compiling darling_core v0.20.10 |
363 | 2024-12-31T17:07:02.149Z | Compiling serde_derive v1.0.217 |
364 | 2024-12-31T17:07:02.149Z | Compiling zerocopy-derive v0.8.14 |
365 | 2024-12-31T17:07:02.153Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
366 | 2024-12-31T17:07:04.266Z | Compiling darling_macro v0.20.10 |
367 | 2024-12-31T17:07:05.610Z | Compiling darling v0.20.10 |
368 | 2024-12-31T17:07:05.706Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
369 | 2024-12-31T17:07:05.711Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
370 | 2024-12-31T17:07:12.875Z | 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-31T17:07:13.642Z | 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-31T17:07:16.097Z | Compiling byteorder v1.5.0 |
373 | 2024-12-31T17:07:16.097Z | Compiling stable_deref_trait v1.2.0 |
374 | 2024-12-31T17:07:16.100Z | Compiling cfg-if v1.0.0 |
375 | 2024-12-31T17:07:16.100Z | Compiling macaddr v1.0.1 |
376 | 2024-12-31T17:07:16.100Z | Compiling bitflags v1.3.2 |
377 | 2024-12-31T17:07:16.175Z | Compiling bitflags v2.6.0 |
378 | 2024-12-31T17:07:16.198Z | Compiling cobs v0.2.3 |
379 | 2024-12-31T17:07:16.205Z | Compiling managed v0.8.0 |
380 | 2024-12-31T17:07:16.410Z | Compiling hash32 v0.3.1 |
381 | 2024-12-31T17:07:16.463Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
382 | 2024-12-31T17:07:16.607Z | Compiling crc32fast v1.4.2 |
383 | 2024-12-31T17:07:16.610Z | Compiling dyn-clone v1.0.17 |
384 | 2024-12-31T17:07:16.700Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
385 | 2024-12-31T17:07:18.404Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
386 | 2024-12-31T17:07:19.671Z | Compiling postcard v1.1.1 |
387 | 2024-12-31T17:07:19.674Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
388 | 2024-12-31T17:07:19.674Z | Compiling uuid v1.11.0 |
389 | 2024-12-31T17:07:21.091Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
390 | 2024-12-31T17:07:27.459Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
391 | 2024-12-31T17:07:31.273Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
392 | 2024-12-31T17:07:34.186Z | warning: creating a mutable reference to mutable static is discouraged |
393 | 2024-12-31T17:07:34.187Z | --> xde/src/xde.rs:318:5 |
394 | 2024-12-31T17:07:34.187Z | | |
395 | 2024-12-31T17:07:34.187Z | 318 | xde_devs.init(KRwLockType::Driver); |
396 | 2024-12-31T17:07:34.187Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
397 | 2024-12-31T17:07:34.187Z | | |
398 | 2024-12-31T17:07:34.187Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
399 | 2024-12-31T17:07:34.187Z | = 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-31T17:07:34.187Z | = note: `#[warn(static_mut_refs)]` on by default |
401 | 2024-12-31T17:07:34.187Z | |
402 | 2024-12-31T17:07:34.189Z | warning: creating a shared reference to mutable static is discouraged |
403 | 2024-12-31T17:07:34.189Z | --> xde/src/xde.rs:642:25 |
404 | 2024-12-31T17:07:34.189Z | | |
405 | 2024-12-31T17:07:34.189Z | 642 | let devs = unsafe { xde_devs.read() }; |
406 | 2024-12-31T17:07:34.189Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
407 | 2024-12-31T17:07:34.189Z | | |
408 | 2024-12-31T17:07:34.190Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
409 | 2024-12-31T17:07:34.190Z | = note: shared references to mutable statics are 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-31T17:07:34.190Z | |
411 | 2024-12-31T17:07:34.190Z | warning: creating a shared reference to mutable static is discouraged |
412 | 2024-12-31T17:07:34.190Z | --> xde/src/xde.rs:670:29 |
413 | 2024-12-31T17:07:34.190Z | | |
414 | 2024-12-31T17:07:34.190Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
415 | 2024-12-31T17:07:34.190Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
416 | 2024-12-31T17:07:34.190Z | | |
417 | 2024-12-31T17:07:34.190Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
418 | 2024-12-31T17:07:34.190Z | = note: shared references to mutable statics are 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-31T17:07:34.190Z | |
420 | 2024-12-31T17:07:34.190Z | warning: creating a shared reference to mutable static is discouraged |
421 | 2024-12-31T17:07:34.190Z | --> xde/src/xde.rs:803:29 |
422 | 2024-12-31T17:07:34.190Z | | |
423 | 2024-12-31T17:07:34.190Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
424 | 2024-12-31T17:07:34.190Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
425 | 2024-12-31T17:07:34.190Z | | |
426 | 2024-12-31T17:07:34.190Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
427 | 2024-12-31T17:07:34.190Z | = note: shared references to mutable statics are 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-31T17:07:34.190Z | |
429 | 2024-12-31T17:07:34.190Z | warning: creating a shared reference to mutable static is discouraged |
430 | 2024-12-31T17:07:34.190Z | --> xde/src/xde.rs:891:18 |
431 | 2024-12-31T17:07:34.190Z | | |
432 | 2024-12-31T17:07:34.190Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
433 | 2024-12-31T17:07:34.190Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
434 | 2024-12-31T17:07:34.190Z | | |
435 | 2024-12-31T17:07:34.190Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
436 | 2024-12-31T17:07:34.190Z | = note: shared references to mutable statics are 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-31T17:07:34.190Z | |
438 | 2024-12-31T17:07:34.194Z | warning: creating a shared reference to mutable static is discouraged |
439 | 2024-12-31T17:07:34.194Z | --> xde/src/xde.rs:1204:9 |
440 | 2024-12-31T17:07:34.194Z | | |
441 | 2024-12-31T17:07:34.194Z | 1204 | if !xde_devs.read().is_empty() { |
442 | 2024-12-31T17:07:34.194Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
443 | 2024-12-31T17:07:34.194Z | | |
444 | 2024-12-31T17:07:34.194Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
445 | 2024-12-31T17:07:34.194Z | = note: shared references to mutable statics are 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-31T17:07:34.194Z | |
447 | 2024-12-31T17:07:34.194Z | warning: creating a shared reference to mutable static is discouraged |
448 | 2024-12-31T17:07:34.194Z | --> xde/src/xde.rs:1611:37 |
449 | 2024-12-31T17:07:34.194Z | | |
450 | 2024-12-31T17:07:34.194Z | 1611 | let devs = unsafe { xde_devs.read() }; |
451 | 2024-12-31T17:07:34.194Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
452 | 2024-12-31T17:07:34.194Z | | |
453 | 2024-12-31T17:07:34.194Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
454 | 2024-12-31T17:07:34.194Z | = note: shared references to mutable statics are 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-31T17:07:34.194Z | |
456 | 2024-12-31T17:07:34.194Z | warning: creating a shared reference to mutable static is discouraged |
457 | 2024-12-31T17:07:34.194Z | --> xde/src/xde.rs:1861:16 |
458 | 2024-12-31T17:07:34.194Z | | |
459 | 2024-12-31T17:07:34.194Z | 1861 | let devs = xde_devs.read(); |
460 | 2024-12-31T17:07:34.194Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
461 | 2024-12-31T17:07:34.194Z | | |
462 | 2024-12-31T17:07:34.194Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
463 | 2024-12-31T17:07:34.195Z | = note: shared references to mutable statics are 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-31T17:07:34.195Z | |
465 | 2024-12-31T17:07:34.195Z | warning: creating a shared reference to mutable static is discouraged |
466 | 2024-12-31T17:07:34.195Z | --> xde/src/xde.rs:1910:25 |
467 | 2024-12-31T17:07:34.195Z | | |
468 | 2024-12-31T17:07:34.195Z | 1910 | let devs = unsafe { xde_devs.read() }; |
469 | 2024-12-31T17:07:34.195Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
470 | 2024-12-31T17:07:34.195Z | | |
471 | 2024-12-31T17:07:34.195Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
472 | 2024-12-31T17:07:34.195Z | = note: shared references to mutable statics are 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-31T17:07:34.195Z | |
474 | 2024-12-31T17:07:34.195Z | warning: creating a shared reference to mutable static is discouraged |
475 | 2024-12-31T17:07:34.195Z | --> xde/src/xde.rs:1923:25 |
476 | 2024-12-31T17:07:34.195Z | | |
477 | 2024-12-31T17:07:34.195Z | 1923 | let devs = unsafe { xde_devs.read() }; |
478 | 2024-12-31T17:07:34.195Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
479 | 2024-12-31T17:07:34.195Z | | |
480 | 2024-12-31T17:07:34.195Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
481 | 2024-12-31T17:07:34.195Z | = note: shared references to mutable statics are 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-31T17:07:34.195Z | |
483 | 2024-12-31T17:07:34.195Z | warning: creating a shared reference to mutable static is discouraged |
484 | 2024-12-31T17:07:34.195Z | --> xde/src/xde.rs:1934:25 |
485 | 2024-12-31T17:07:34.195Z | | |
486 | 2024-12-31T17:07:34.195Z | 1934 | let devs = unsafe { xde_devs.read() }; |
487 | 2024-12-31T17:07:34.195Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
488 | 2024-12-31T17:07:34.195Z | | |
489 | 2024-12-31T17:07:34.195Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
490 | 2024-12-31T17:07:34.195Z | = note: shared references to mutable statics are 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-31T17:07:34.195Z | |
492 | 2024-12-31T17:07:34.195Z | warning: creating a shared reference to mutable static is discouraged |
493 | 2024-12-31T17:07:34.195Z | --> xde/src/xde.rs:1946:25 |
494 | 2024-12-31T17:07:34.195Z | | |
495 | 2024-12-31T17:07:34.195Z | 1946 | let devs = unsafe { xde_devs.read() }; |
496 | 2024-12-31T17:07:34.195Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
497 | 2024-12-31T17:07:34.195Z | | |
498 | 2024-12-31T17:07:34.195Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
499 | 2024-12-31T17:07:34.195Z | = note: shared references to mutable statics are 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-31T17:07:34.195Z | |
501 | 2024-12-31T17:07:34.199Z | warning: creating a shared reference to mutable static is discouraged |
502 | 2024-12-31T17:07:34.199Z | --> xde/src/xde.rs:1958:25 |
503 | 2024-12-31T17:07:34.199Z | | |
504 | 2024-12-31T17:07:34.199Z | 1958 | let devs = unsafe { xde_devs.read() }; |
505 | 2024-12-31T17:07:34.199Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
506 | 2024-12-31T17:07:34.199Z | | |
507 | 2024-12-31T17:07:34.199Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
508 | 2024-12-31T17:07:34.199Z | = note: shared references to mutable statics are 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-31T17:07:34.199Z | |
510 | 2024-12-31T17:07:34.199Z | warning: creating a shared reference to mutable static is discouraged |
511 | 2024-12-31T17:07:34.199Z | --> xde/src/xde.rs:2022:25 |
512 | 2024-12-31T17:07:34.199Z | | |
513 | 2024-12-31T17:07:34.199Z | 2022 | let devs = unsafe { xde_devs.read() }; |
514 | 2024-12-31T17:07:34.199Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
515 | 2024-12-31T17:07:34.200Z | | |
516 | 2024-12-31T17:07:34.200Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
517 | 2024-12-31T17:07:34.200Z | = note: shared references to mutable statics are 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-31T17:07:34.200Z | |
519 | 2024-12-31T17:07:34.200Z | warning: creating a shared reference to mutable static is discouraged |
520 | 2024-12-31T17:07:34.200Z | --> xde/src/xde.rs:2033:25 |
521 | 2024-12-31T17:07:34.200Z | | |
522 | 2024-12-31T17:07:34.200Z | 2033 | let devs = unsafe { xde_devs.read() }; |
523 | 2024-12-31T17:07:34.200Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
524 | 2024-12-31T17:07:34.200Z | | |
525 | 2024-12-31T17:07:34.200Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
526 | 2024-12-31T17:07:34.200Z | = note: shared references to mutable statics are 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-31T17:07:34.200Z | |
528 | 2024-12-31T17:07:34.200Z | warning: creating a shared reference to mutable static is discouraged |
529 | 2024-12-31T17:07:34.200Z | --> xde/src/xde.rs:2045:25 |
530 | 2024-12-31T17:07:34.200Z | | |
531 | 2024-12-31T17:07:34.200Z | 2045 | let devs = unsafe { xde_devs.read() }; |
532 | 2024-12-31T17:07:34.200Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
533 | 2024-12-31T17:07:34.200Z | | |
534 | 2024-12-31T17:07:34.200Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
535 | 2024-12-31T17:07:34.200Z | = note: shared references to mutable statics are 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-31T17:07:34.200Z | |
537 | 2024-12-31T17:07:34.200Z | warning: creating a shared reference to mutable static is discouraged |
538 | 2024-12-31T17:07:34.200Z | --> xde/src/xde.rs:2059:25 |
539 | 2024-12-31T17:07:34.200Z | | |
540 | 2024-12-31T17:07:34.200Z | 2059 | let devs = unsafe { xde_devs.read() }; |
541 | 2024-12-31T17:07:34.200Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
542 | 2024-12-31T17:07:34.200Z | | |
543 | 2024-12-31T17:07:34.200Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
544 | 2024-12-31T17:07:34.200Z | = note: shared references to mutable statics are 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-31T17:07:34.200Z | |
546 | 2024-12-31T17:07:34.200Z | warning: creating a shared reference to mutable static is discouraged |
547 | 2024-12-31T17:07:34.200Z | --> xde/src/xde.rs:2072:25 |
548 | 2024-12-31T17:07:34.200Z | | |
549 | 2024-12-31T17:07:34.200Z | 2072 | let devs = unsafe { xde_devs.read() }; |
550 | 2024-12-31T17:07:34.200Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
551 | 2024-12-31T17:07:34.200Z | | |
552 | 2024-12-31T17:07:34.200Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
553 | 2024-12-31T17:07:34.200Z | = note: shared references to mutable statics are 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-31T17:07:34.201Z | |
555 | 2024-12-31T17:07:34.201Z | warning: creating a shared reference to mutable static is discouraged |
556 | 2024-12-31T17:07:34.201Z | --> xde/src/xde.rs:2085:25 |
557 | 2024-12-31T17:07:34.201Z | | |
558 | 2024-12-31T17:07:34.201Z | 2085 | let devs = unsafe { xde_devs.read() }; |
559 | 2024-12-31T17:07:34.201Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
560 | 2024-12-31T17:07:34.201Z | | |
561 | 2024-12-31T17:07:34.201Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
562 | 2024-12-31T17:07:34.201Z | = note: shared references to mutable statics are 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-31T17:07:34.201Z | |
564 | 2024-12-31T17:07:34.201Z | warning: creating a shared reference to mutable static is discouraged |
565 | 2024-12-31T17:07:34.201Z | --> xde/src/xde.rs:2096:25 |
566 | 2024-12-31T17:07:34.201Z | | |
567 | 2024-12-31T17:07:34.201Z | 2096 | let devs = unsafe { xde_devs.read() }; |
568 | 2024-12-31T17:07:34.201Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
569 | 2024-12-31T17:07:34.201Z | | |
570 | 2024-12-31T17:07:34.201Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
571 | 2024-12-31T17:07:34.201Z | = note: shared references to mutable statics are 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-31T17:07:34.201Z | |
573 | 2024-12-31T17:07:34.201Z | warning: creating a shared reference to mutable static is discouraged |
574 | 2024-12-31T17:07:34.201Z | --> xde/src/xde.rs:2108:25 |
575 | 2024-12-31T17:07:34.201Z | | |
576 | 2024-12-31T17:07:34.201Z | 2108 | let devs = unsafe { xde_devs.read() }; |
577 | 2024-12-31T17:07:34.201Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
578 | 2024-12-31T17:07:34.201Z | | |
579 | 2024-12-31T17:07:34.201Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
580 | 2024-12-31T17:07:34.201Z | = note: shared references to mutable statics are 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-31T17:07:34.201Z | |
582 | 2024-12-31T17:07:34.201Z | warning: creating a shared reference to mutable static is discouraged |
583 | 2024-12-31T17:07:34.201Z | --> xde/src/xde.rs:2123:25 |
584 | 2024-12-31T17:07:34.201Z | | |
585 | 2024-12-31T17:07:34.201Z | 2123 | let devs = unsafe { xde_devs.read() }; |
586 | 2024-12-31T17:07:34.201Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
587 | 2024-12-31T17:07:34.201Z | | |
588 | 2024-12-31T17:07:34.201Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
589 | 2024-12-31T17:07:34.201Z | = note: shared references to mutable statics are 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-31T17:07:34.201Z | |
591 | 2024-12-31T17:07:34.201Z | warning: creating a shared reference to mutable static is discouraged |
592 | 2024-12-31T17:07:34.201Z | --> xde/src/xde.rs:2137:25 |
593 | 2024-12-31T17:07:34.201Z | | |
594 | 2024-12-31T17:07:34.202Z | 2137 | let devs = unsafe { xde_devs.read() }; |
595 | 2024-12-31T17:07:34.202Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
596 | 2024-12-31T17:07:34.202Z | | |
597 | 2024-12-31T17:07:34.202Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
598 | 2024-12-31T17:07:34.202Z | = note: shared references to mutable statics are 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-31T17:07:34.202Z | |
600 | 2024-12-31T17:07:37.005Z | warning: `xde` (lib) generated 23 warnings |
601 | 2024-12-31T17:07:37.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.83s |
602 | 2024-12-31T17:07:37.038Z | Linking xde kmod... |
603 | 2024-12-31T17:07:41.134Z | Building xde dev link helper (debug). |
604 | 2024-12-31T17:07:41.316Z | Compiling compiler_builtins v0.1.138 |
605 | 2024-12-31T17:07:41.317Z | 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-31T17:07:41.317Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
607 | 2024-12-31T17:07:56.637Z | 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-31T17:07:57.416Z | 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-31T17:08:00.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s |
610 | 2024-12-31T17:08:00.574Z | Building opteadm (release). |
611 | 2024-12-31T17:08:00.858Z | Compiling proc-macro2 v1.0.92 |
612 | 2024-12-31T17:08:00.858Z | Compiling unicode-ident v1.0.14 |
613 | 2024-12-31T17:08:00.861Z | Compiling libc v0.2.169 |
614 | 2024-12-31T17:08:00.861Z | Compiling cfg-if v1.0.0 |
615 | 2024-12-31T17:08:00.861Z | Compiling serde v1.0.217 |
616 | 2024-12-31T17:08:00.861Z | Compiling byteorder v1.5.0 |
617 | 2024-12-31T17:08:00.861Z | Compiling strsim v0.11.1 |
618 | 2024-12-31T17:08:00.861Z | Compiling ident_case v1.0.1 |
619 | 2024-12-31T17:08:00.957Z | Compiling fnv v1.0.7 |
620 | 2024-12-31T17:08:01.009Z | Compiling memchr v2.7.4 |
621 | 2024-12-31T17:08:01.029Z | Compiling syn v1.0.109 |
622 | 2024-12-31T17:08:01.060Z | Compiling bitflags v2.6.0 |
623 | 2024-12-31T17:08:01.192Z | Compiling regex-syntax v0.8.5 |
624 | 2024-12-31T17:08:01.418Z | Compiling anyhow v1.0.95 |
625 | 2024-12-31T17:08:01.445Z | Compiling autocfg v1.4.0 |
626 | 2024-12-31T17:08:01.452Z | Compiling equivalent v1.0.1 |
627 | 2024-12-31T17:08:01.538Z | Compiling hashbrown v0.15.2 |
628 | 2024-12-31T17:08:01.619Z | Compiling either v1.13.0 |
629 | 2024-12-31T17:08:01.977Z | Compiling aho-corasick v1.1.3 |
630 | 2024-12-31T17:08:02.029Z | Compiling zerocopy v0.8.14 |
631 | 2024-12-31T17:08:02.193Z | Compiling lock_api v0.4.12 |
632 | 2024-12-31T17:08:02.273Z | Compiling itertools v0.13.0 |
633 | 2024-12-31T17:08:02.552Z | Compiling quote v1.0.38 |
634 | 2024-12-31T17:08:02.680Z | Compiling indexmap v2.7.0 |
635 | 2024-12-31T17:08:02.799Z | Compiling heapless v0.8.0 |
636 | 2024-12-31T17:08:02.992Z | Compiling syn v2.0.93 |
637 | 2024-12-31T17:08:03.086Z | Compiling parking_lot_core v0.9.10 |
638 | 2024-12-31T17:08:03.333Z | Compiling toml_datetime v0.6.8 |
639 | 2024-12-31T17:08:03.539Z | Compiling winnow v0.5.40 |
640 | 2024-12-31T17:08:04.284Z | Compiling hash32 v0.3.1 |
641 | 2024-12-31T17:08:04.475Z | Compiling dyn-clone v1.0.17 |
642 | 2024-12-31T17:08:04.688Z | Compiling regex-automata v0.4.9 |
643 | 2024-12-31T17:08:05.006Z | Compiling once_cell v1.20.2 |
644 | 2024-12-31T17:08:05.363Z | Compiling serde_json v1.0.134 |
645 | 2024-12-31T17:08:05.715Z | Compiling smoltcp v0.11.0 |
646 | 2024-12-31T17:08:05.744Z | Compiling macaddr v1.0.1 |
647 | 2024-12-31T17:08:05.780Z | Compiling scopeguard v1.2.0 |
648 | 2024-12-31T17:08:05.899Z | Compiling smallvec v1.13.2 |
649 | 2024-12-31T17:08:06.158Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
650 | 2024-12-31T17:08:06.322Z | Compiling stable_deref_trait v1.2.0 |
651 | 2024-12-31T17:08:06.608Z | Compiling getrandom v0.2.15 |
652 | 2024-12-31T17:08:06.871Z | Compiling toml_edit v0.19.15 |
653 | 2024-12-31T17:08:06.938Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
654 | 2024-12-31T17:08:06.991Z | Compiling pin-project-lite v0.2.15 |
655 | 2024-12-31T17:08:07.086Z | Compiling managed v0.8.0 |
656 | 2024-12-31T17:08:07.106Z | Compiling thiserror v1.0.69 |
657 | 2024-12-31T17:08:07.273Z | Compiling cobs v0.2.3 |
658 | 2024-12-31T17:08:07.434Z | Compiling version_check v0.9.5 |
659 | 2024-12-31T17:08:07.535Z | Compiling schemars v0.8.21 |
660 | 2024-12-31T17:08:07.586Z | Compiling ryu v1.0.18 |
661 | 2024-12-31T17:08:07.661Z | Compiling rustix v0.38.42 |
662 | 2024-12-31T17:08:07.922Z | Compiling itoa v1.0.14 |
663 | 2024-12-31T17:08:07.994Z | Compiling bitflags v1.3.2 |
664 | 2024-12-31T17:08:08.002Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
665 | 2024-12-31T17:08:08.373Z | Compiling parking_lot v0.12.3 |
666 | 2024-12-31T17:08:08.424Z | Compiling regex v1.11.1 |
667 | 2024-12-31T17:08:08.443Z | Compiling rand_core v0.6.4 |
668 | 2024-12-31T17:08:08.852Z | Compiling mio v1.0.3 |
669 | 2024-12-31T17:08:09.269Z | Compiling errno v0.3.10 |
670 | 2024-12-31T17:08:09.497Z | Compiling darling_core v0.20.10 |
671 | 2024-12-31T17:08:10.016Z | Compiling serde_derive_internals v0.29.1 |
672 | 2024-12-31T17:08:10.067Z | Compiling proc-macro-crate v1.3.1 |
673 | 2024-12-31T17:08:10.771Z | Compiling signal-hook-registry v1.4.2 |
674 | 2024-12-31T17:08:11.504Z | Compiling socket2 v0.5.8 |
675 | 2024-12-31T17:08:11.972Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
676 | 2024-12-31T17:08:12.122Z | Compiling utf8parse v0.2.2 |
677 | 2024-12-31T17:08:12.271Z | Compiling foreign-types-shared v0.3.1 |
678 | 2024-12-31T17:08:12.329Z | Compiling bytes v1.9.0 |
679 | 2024-12-31T17:08:12.373Z | Compiling unicode-width v0.1.14 |
680 | 2024-12-31T17:08:12.706Z | Compiling anstyle-parse v0.2.6 |
681 | 2024-12-31T17:08:12.751Z | Compiling num_enum_derive v0.5.11 |
682 | 2024-12-31T17:08:12.922Z | Compiling tabwriter v1.4.0 |
683 | 2024-12-31T17:08:13.041Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
684 | 2024-12-31T17:08:13.549Z | Compiling tracing-core v0.1.33 |
685 | 2024-12-31T17:08:13.887Z | Compiling serde_derive v1.0.217 |
686 | 2024-12-31T17:08:13.939Z | Compiling zerocopy-derive v0.8.14 |
687 | 2024-12-31T17:08:14.399Z | Compiling zerocopy-derive v0.7.35 |
688 | 2024-12-31T17:08:14.881Z | Compiling foreign-types-macros v0.2.3 |
689 | 2024-12-31T17:08:14.892Z | Compiling darling_macro v0.20.10 |
690 | 2024-12-31T17:08:15.087Z | Compiling tokio-macros v2.4.0 |
691 | 2024-12-31T17:08:15.272Z | Compiling thiserror-impl v1.0.69 |
692 | 2024-12-31T17:08:15.462Z | Compiling schemars_derive v0.8.21 |
693 | 2024-12-31T17:08:15.874Z | Compiling darling v0.20.10 |
694 | 2024-12-31T17:08:15.971Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
695 | 2024-12-31T17:08:16.131Z | Compiling foreign-types v0.5.0 |
696 | 2024-12-31T17:08:16.222Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
697 | 2024-12-31T17:08:16.242Z | Compiling zerocopy v0.7.35 |
698 | 2024-12-31T17:08:16.528Z | Compiling tokio v1.42.0 |
699 | 2024-12-31T17:08:17.422Z | Compiling num_enum v0.5.11 |
700 | 2024-12-31T17:08:17.575Z | Compiling ppv-lite86 v0.2.20 |
701 | 2024-12-31T17:08:17.612Z | Compiling tracing-attributes v0.1.28 |
702 | 2024-12-31T17:08:18.086Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
703 | 2024-12-31T17:08:18.257Z | Compiling rand_chacha v0.3.1 |
704 | 2024-12-31T17:08:18.669Z | Compiling cstr-argument v0.1.2 |
705 | 2024-12-31T17:08:19.279Z | Compiling crc32fast v1.4.2 |
706 | 2024-12-31T17:08:19.339Z | Compiling anstyle-query v1.1.2 |
707 | 2024-12-31T17:08:19.474Z | Compiling lazy_static v1.5.0 |
708 | 2024-12-31T17:08:19.598Z | Compiling is_terminal_polyfill v1.70.1 |
709 | 2024-12-31T17:08:19.622Z | Compiling anstyle v1.0.10 |
710 | 2024-12-31T17:08:19.714Z | Compiling pretty-hex v0.2.1 |
711 | 2024-12-31T17:08:19.896Z | Compiling thiserror v2.0.9 |
712 | 2024-12-31T17:08:19.896Z | Compiling colorchoice v1.0.3 |
713 | 2024-12-31T17:08:19.924Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
714 | 2024-12-31T17:08:20.045Z | Compiling anstream v0.6.18 |
715 | 2024-12-31T17:08:20.053Z | Compiling colored v2.2.0 |
716 | 2024-12-31T17:08:20.552Z | Compiling tracing v0.1.41 |
717 | 2024-12-31T17:08:20.876Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
718 | 2024-12-31T17:08:20.876Z | Compiling rand v0.8.5 |
719 | 2024-12-31T17:08:21.086Z | Compiling terminal_size v0.4.1 |
720 | 2024-12-31T17:08:21.124Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
721 | 2024-12-31T17:08:21.272Z | Compiling thiserror-impl v2.0.9 |
722 | 2024-12-31T17:08:21.275Z | Compiling winnow v0.6.20 |
723 | 2024-12-31T17:08:21.531Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
724 | 2024-12-31T17:08:21.854Z | Compiling heck v0.5.0 |
725 | 2024-12-31T17:08:22.296Z | Compiling clap_lex v0.7.4 |
726 | 2024-12-31T17:08:22.314Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
727 | 2024-12-31T17:08:22.665Z | Compiling clap_builder v4.5.23 |
728 | 2024-12-31T17:08:22.896Z | Compiling clap_derive v4.5.18 |
729 | 2024-12-31T17:08:23.138Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
730 | 2024-12-31T17:08:24.633Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
731 | 2024-12-31T17:08:25.796Z | Compiling ipnetwork v0.20.0 |
732 | 2024-12-31T17:08:26.524Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
733 | 2024-12-31T17:08:27.250Z | Compiling postcard v1.1.1 |
734 | 2024-12-31T17:08:27.479Z | Compiling uuid v1.11.0 |
735 | 2024-12-31T17:08:27.903Z | Compiling clap v4.5.23 |
736 | 2024-12-31T17:08:28.998Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
737 | 2024-12-31T17:08:30.472Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
738 | 2024-12-31T17:08:35.841Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
739 | 2024-12-31T17:08:37.810Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
740 | 2024-12-31T17:09:15.759Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 15s |
741 | 2024-12-31T17:09:15.806Z | Building xde (release). |
742 | 2024-12-31T17:09:16.126Z | Compiling compiler_builtins v0.1.138 |
743 | 2024-12-31T17:09:16.126Z | 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-31T17:09:16.126Z | Compiling proc-macro2 v1.0.92 |
745 | 2024-12-31T17:09:16.129Z | Compiling unicode-ident v1.0.14 |
746 | 2024-12-31T17:09:16.129Z | Compiling fnv v1.0.7 |
747 | 2024-12-31T17:09:16.129Z | Compiling strsim v0.11.1 |
748 | 2024-12-31T17:09:16.129Z | Compiling ident_case v1.0.1 |
749 | 2024-12-31T17:09:16.129Z | Compiling memchr v2.7.4 |
750 | 2024-12-31T17:09:16.251Z | Compiling serde v1.0.217 |
751 | 2024-12-31T17:09:16.281Z | Compiling regex-syntax v0.8.5 |
752 | 2024-12-31T17:09:16.298Z | Compiling either v1.13.0 |
753 | 2024-12-31T17:09:16.655Z | Compiling zerocopy v0.8.14 |
754 | 2024-12-31T17:09:16.866Z | Compiling itertools v0.13.0 |
755 | 2024-12-31T17:09:16.964Z | Compiling heapless v0.8.0 |
756 | 2024-12-31T17:09:17.278Z | Compiling aho-corasick v1.1.3 |
757 | 2024-12-31T17:09:17.656Z | Compiling smoltcp v0.11.0 |
758 | 2024-12-31T17:09:17.704Z | Compiling version_check v0.9.5 |
759 | 2024-12-31T17:09:17.907Z | Compiling quote v1.0.38 |
760 | 2024-12-31T17:09:18.410Z | Compiling syn v2.0.93 |
761 | 2024-12-31T17:09:18.512Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
762 | 2024-12-31T17:09:19.801Z | Compiling regex-automata v0.4.9 |
763 | 2024-12-31T17:09:22.713Z | Compiling regex v1.11.1 |
764 | 2024-12-31T17:09:23.132Z | Compiling darling_core v0.20.10 |
765 | 2024-12-31T17:09:25.366Z | Compiling serde_derive v1.0.217 |
766 | 2024-12-31T17:09:25.366Z | Compiling zerocopy-derive v0.8.14 |
767 | 2024-12-31T17:09:25.366Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
768 | 2024-12-31T17:09:27.217Z | Compiling darling_macro v0.20.10 |
769 | 2024-12-31T17:09:28.427Z | Compiling darling v0.20.10 |
770 | 2024-12-31T17:09:28.521Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
771 | 2024-12-31T17:09:28.523Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
772 | 2024-12-31T17:09:37.363Z | 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-31T17:09:38.224Z | 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-31T17:09:41.249Z | Compiling byteorder v1.5.0 |
775 | 2024-12-31T17:09:41.249Z | Compiling stable_deref_trait v1.2.0 |
776 | 2024-12-31T17:09:41.249Z | Compiling cfg-if v1.0.0 |
777 | 2024-12-31T17:09:41.253Z | Compiling macaddr v1.0.1 |
778 | 2024-12-31T17:09:41.253Z | Compiling managed v0.8.0 |
779 | 2024-12-31T17:09:41.343Z | Compiling cobs v0.2.3 |
780 | 2024-12-31T17:09:41.350Z | Compiling bitflags v2.6.0 |
781 | 2024-12-31T17:09:41.591Z | Compiling hash32 v0.3.1 |
782 | 2024-12-31T17:09:41.662Z | Compiling bitflags v1.3.2 |
783 | 2024-12-31T17:09:41.674Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
784 | 2024-12-31T17:09:41.785Z | Compiling crc32fast v1.4.2 |
785 | 2024-12-31T17:09:41.856Z | Compiling dyn-clone v1.0.17 |
786 | 2024-12-31T17:09:41.860Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
787 | 2024-12-31T17:09:43.817Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
788 | 2024-12-31T17:09:45.096Z | Compiling postcard v1.1.1 |
789 | 2024-12-31T17:09:45.178Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
790 | 2024-12-31T17:09:45.252Z | Compiling uuid v1.11.0 |
791 | 2024-12-31T17:09:46.760Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
792 | 2024-12-31T17:09:52.063Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
793 | 2024-12-31T17:09:55.964Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
794 | 2024-12-31T17:09:58.010Z | warning: creating a mutable reference to mutable static is discouraged |
795 | 2024-12-31T17:09:58.010Z | --> xde/src/xde.rs:318:5 |
796 | 2024-12-31T17:09:58.011Z | | |
797 | 2024-12-31T17:09:58.011Z | 318 | xde_devs.init(KRwLockType::Driver); |
798 | 2024-12-31T17:09:58.011Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
799 | 2024-12-31T17:09:58.011Z | | |
800 | 2024-12-31T17:09:58.011Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
801 | 2024-12-31T17:09:58.011Z | = 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-31T17:09:58.011Z | = note: `#[warn(static_mut_refs)]` on by default |
803 | 2024-12-31T17:09:58.011Z | |
804 | 2024-12-31T17:09:58.014Z | warning: creating a shared reference to mutable static is discouraged |
805 | 2024-12-31T17:09:58.014Z | --> xde/src/xde.rs:642:25 |
806 | 2024-12-31T17:09:58.014Z | | |
807 | 2024-12-31T17:09:58.014Z | 642 | let devs = unsafe { xde_devs.read() }; |
808 | 2024-12-31T17:09:58.014Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
809 | 2024-12-31T17:09:58.014Z | | |
810 | 2024-12-31T17:09:58.014Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
811 | 2024-12-31T17:09:58.014Z | = note: shared references to mutable statics are 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-31T17:09:58.014Z | |
813 | 2024-12-31T17:09:58.014Z | warning: creating a shared reference to mutable static is discouraged |
814 | 2024-12-31T17:09:58.014Z | --> xde/src/xde.rs:670:29 |
815 | 2024-12-31T17:09:58.014Z | | |
816 | 2024-12-31T17:09:58.014Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
817 | 2024-12-31T17:09:58.014Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
818 | 2024-12-31T17:09:58.015Z | | |
819 | 2024-12-31T17:09:58.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
820 | 2024-12-31T17:09:58.015Z | = note: shared references to mutable statics are 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-31T17:09:58.015Z | |
822 | 2024-12-31T17:09:58.015Z | warning: creating a shared reference to mutable static is discouraged |
823 | 2024-12-31T17:09:58.015Z | --> xde/src/xde.rs:803:29 |
824 | 2024-12-31T17:09:58.015Z | | |
825 | 2024-12-31T17:09:58.015Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
826 | 2024-12-31T17:09:58.015Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
827 | 2024-12-31T17:09:58.015Z | | |
828 | 2024-12-31T17:09:58.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
829 | 2024-12-31T17:09:58.015Z | = note: shared references to mutable statics are 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-31T17:09:58.015Z | |
831 | 2024-12-31T17:09:58.015Z | warning: creating a shared reference to mutable static is discouraged |
832 | 2024-12-31T17:09:58.015Z | --> xde/src/xde.rs:891:18 |
833 | 2024-12-31T17:09:58.015Z | | |
834 | 2024-12-31T17:09:58.015Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
835 | 2024-12-31T17:09:58.015Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
836 | 2024-12-31T17:09:58.015Z | | |
837 | 2024-12-31T17:09:58.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
838 | 2024-12-31T17:09:58.015Z | = note: shared references to mutable statics are 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-31T17:09:58.015Z | |
840 | 2024-12-31T17:09:58.015Z | warning: creating a shared reference to mutable static is discouraged |
841 | 2024-12-31T17:09:58.015Z | --> xde/src/xde.rs:1204:9 |
842 | 2024-12-31T17:09:58.015Z | | |
843 | 2024-12-31T17:09:58.015Z | 1204 | if !xde_devs.read().is_empty() { |
844 | 2024-12-31T17:09:58.015Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
845 | 2024-12-31T17:09:58.015Z | | |
846 | 2024-12-31T17:09:58.015Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
847 | 2024-12-31T17:09:58.015Z | = note: shared references to mutable statics are 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-31T17:09:58.015Z | |
849 | 2024-12-31T17:09:58.019Z | warning: creating a shared reference to mutable static is discouraged |
850 | 2024-12-31T17:09:58.019Z | --> xde/src/xde.rs:1611:37 |
851 | 2024-12-31T17:09:58.019Z | | |
852 | 2024-12-31T17:09:58.019Z | 1611 | let devs = unsafe { xde_devs.read() }; |
853 | 2024-12-31T17:09:58.019Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
854 | 2024-12-31T17:09:58.019Z | | |
855 | 2024-12-31T17:09:58.019Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
856 | 2024-12-31T17:09:58.019Z | = note: shared references to mutable statics are 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-31T17:09:58.019Z | |
858 | 2024-12-31T17:09:58.019Z | warning: creating a shared reference to mutable static is discouraged |
859 | 2024-12-31T17:09:58.019Z | --> xde/src/xde.rs:1861:16 |
860 | 2024-12-31T17:09:58.019Z | | |
861 | 2024-12-31T17:09:58.019Z | 1861 | let devs = xde_devs.read(); |
862 | 2024-12-31T17:09:58.019Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
863 | 2024-12-31T17:09:58.019Z | | |
864 | 2024-12-31T17:09:58.019Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
865 | 2024-12-31T17:09:58.019Z | = note: shared references to mutable statics are 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-31T17:09:58.019Z | |
867 | 2024-12-31T17:09:58.019Z | warning: creating a shared reference to mutable static is discouraged |
868 | 2024-12-31T17:09:58.019Z | --> xde/src/xde.rs:1910:25 |
869 | 2024-12-31T17:09:58.019Z | | |
870 | 2024-12-31T17:09:58.019Z | 1910 | let devs = unsafe { xde_devs.read() }; |
871 | 2024-12-31T17:09:58.019Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
872 | 2024-12-31T17:09:58.019Z | | |
873 | 2024-12-31T17:09:58.019Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
874 | 2024-12-31T17:09:58.019Z | = note: shared references to mutable statics are 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-31T17:09:58.019Z | |
876 | 2024-12-31T17:09:58.019Z | warning: creating a shared reference to mutable static is discouraged |
877 | 2024-12-31T17:09:58.019Z | --> xde/src/xde.rs:1923:25 |
878 | 2024-12-31T17:09:58.019Z | | |
879 | 2024-12-31T17:09:58.019Z | 1923 | let devs = unsafe { xde_devs.read() }; |
880 | 2024-12-31T17:09:58.019Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
881 | 2024-12-31T17:09:58.019Z | | |
882 | 2024-12-31T17:09:58.019Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
883 | 2024-12-31T17:09:58.019Z | = note: shared references to mutable statics are 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-31T17:09:58.020Z | |
885 | 2024-12-31T17:09:58.020Z | warning: creating a shared reference to mutable static is discouraged |
886 | 2024-12-31T17:09:58.020Z | --> xde/src/xde.rs:1934:25 |
887 | 2024-12-31T17:09:58.020Z | | |
888 | 2024-12-31T17:09:58.020Z | 1934 | let devs = unsafe { xde_devs.read() }; |
889 | 2024-12-31T17:09:58.020Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
890 | 2024-12-31T17:09:58.020Z | | |
891 | 2024-12-31T17:09:58.020Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
892 | 2024-12-31T17:09:58.020Z | = note: shared references to mutable statics are 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-31T17:09:58.020Z | |
894 | 2024-12-31T17:09:58.020Z | warning: creating a shared reference to mutable static is discouraged |
895 | 2024-12-31T17:09:58.020Z | --> xde/src/xde.rs:1946:25 |
896 | 2024-12-31T17:09:58.020Z | | |
897 | 2024-12-31T17:09:58.020Z | 1946 | let devs = unsafe { xde_devs.read() }; |
898 | 2024-12-31T17:09:58.020Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
899 | 2024-12-31T17:09:58.020Z | | |
900 | 2024-12-31T17:09:58.020Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
901 | 2024-12-31T17:09:58.020Z | = note: shared references to mutable statics are 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-31T17:09:58.020Z | |
903 | 2024-12-31T17:09:58.020Z | warning: creating a shared reference to mutable static is discouraged |
904 | 2024-12-31T17:09:58.020Z | --> xde/src/xde.rs:1958:25 |
905 | 2024-12-31T17:09:58.020Z | | |
906 | 2024-12-31T17:09:58.020Z | 1958 | let devs = unsafe { xde_devs.read() }; |
907 | 2024-12-31T17:09:58.020Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
908 | 2024-12-31T17:09:58.020Z | | |
909 | 2024-12-31T17:09:58.020Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
910 | 2024-12-31T17:09:58.020Z | = note: shared references to mutable statics are 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-31T17:09:58.020Z | |
912 | 2024-12-31T17:09:58.020Z | warning: creating a shared reference to mutable static is discouraged |
913 | 2024-12-31T17:09:58.020Z | --> xde/src/xde.rs:2022:25 |
914 | 2024-12-31T17:09:58.020Z | | |
915 | 2024-12-31T17:09:58.020Z | 2022 | let devs = unsafe { xde_devs.read() }; |
916 | 2024-12-31T17:09:58.020Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
917 | 2024-12-31T17:09:58.020Z | | |
918 | 2024-12-31T17:09:58.020Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
919 | 2024-12-31T17:09:58.020Z | = note: shared references to mutable statics are 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-31T17:09:58.020Z | |
921 | 2024-12-31T17:09:58.020Z | warning: creating a shared reference to mutable static is discouraged |
922 | 2024-12-31T17:09:58.020Z | --> xde/src/xde.rs:2033:25 |
923 | 2024-12-31T17:09:58.021Z | | |
924 | 2024-12-31T17:09:58.021Z | 2033 | let devs = unsafe { xde_devs.read() }; |
925 | 2024-12-31T17:09:58.021Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
926 | 2024-12-31T17:09:58.021Z | | |
927 | 2024-12-31T17:09:58.021Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
928 | 2024-12-31T17:09:58.021Z | = note: shared references to mutable statics are 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-31T17:09:58.021Z | |
930 | 2024-12-31T17:09:58.021Z | warning: creating a shared reference to mutable static is discouraged |
931 | 2024-12-31T17:09:58.021Z | --> xde/src/xde.rs:2045:25 |
932 | 2024-12-31T17:09:58.021Z | | |
933 | 2024-12-31T17:09:58.021Z | 2045 | let devs = unsafe { xde_devs.read() }; |
934 | 2024-12-31T17:09:58.021Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
935 | 2024-12-31T17:09:58.021Z | | |
936 | 2024-12-31T17:09:58.021Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
937 | 2024-12-31T17:09:58.021Z | = note: shared references to mutable statics are 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-31T17:09:58.021Z | |
939 | 2024-12-31T17:09:58.021Z | warning: creating a shared reference to mutable static is discouraged |
940 | 2024-12-31T17:09:58.021Z | --> xde/src/xde.rs:2059:25 |
941 | 2024-12-31T17:09:58.021Z | | |
942 | 2024-12-31T17:09:58.021Z | 2059 | let devs = unsafe { xde_devs.read() }; |
943 | 2024-12-31T17:09:58.021Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
944 | 2024-12-31T17:09:58.021Z | | |
945 | 2024-12-31T17:09:58.021Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
946 | 2024-12-31T17:09:58.021Z | = note: shared references to mutable statics are 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-31T17:09:58.021Z | |
948 | 2024-12-31T17:09:58.021Z | warning: creating a shared reference to mutable static is discouraged |
949 | 2024-12-31T17:09:58.025Z | --> xde/src/xde.rs:2072:25 |
950 | 2024-12-31T17:09:58.025Z | | |
951 | 2024-12-31T17:09:58.025Z | 2072 | let devs = unsafe { xde_devs.read() }; |
952 | 2024-12-31T17:09:58.025Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
953 | 2024-12-31T17:09:58.025Z | | |
954 | 2024-12-31T17:09:58.025Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
955 | 2024-12-31T17:09:58.025Z | = note: shared references to mutable statics are 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-31T17:09:58.025Z | |
957 | 2024-12-31T17:09:58.025Z | warning: creating a shared reference to mutable static is discouraged |
958 | 2024-12-31T17:09:58.025Z | --> xde/src/xde.rs:2085:25 |
959 | 2024-12-31T17:09:58.025Z | | |
960 | 2024-12-31T17:09:58.025Z | 2085 | let devs = unsafe { xde_devs.read() }; |
961 | 2024-12-31T17:09:58.025Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
962 | 2024-12-31T17:09:58.025Z | | |
963 | 2024-12-31T17:09:58.025Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
964 | 2024-12-31T17:09:58.025Z | = note: shared references to mutable statics are 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-31T17:09:58.025Z | |
966 | 2024-12-31T17:09:58.025Z | warning: creating a shared reference to mutable static is discouraged |
967 | 2024-12-31T17:09:58.025Z | --> xde/src/xde.rs:2096:25 |
968 | 2024-12-31T17:09:58.025Z | | |
969 | 2024-12-31T17:09:58.025Z | 2096 | let devs = unsafe { xde_devs.read() }; |
970 | 2024-12-31T17:09:58.025Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
971 | 2024-12-31T17:09:58.025Z | | |
972 | 2024-12-31T17:09:58.025Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
973 | 2024-12-31T17:09:58.025Z | = note: shared references to mutable statics are 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-31T17:09:58.025Z | |
975 | 2024-12-31T17:09:58.025Z | warning: creating a shared reference to mutable static is discouraged |
976 | 2024-12-31T17:09:58.025Z | --> xde/src/xde.rs:2108:25 |
977 | 2024-12-31T17:09:58.025Z | | |
978 | 2024-12-31T17:09:58.025Z | 2108 | let devs = unsafe { xde_devs.read() }; |
979 | 2024-12-31T17:09:58.025Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
980 | 2024-12-31T17:09:58.025Z | | |
981 | 2024-12-31T17:09:58.025Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
982 | 2024-12-31T17:09:58.025Z | = note: shared references to mutable statics are 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-31T17:09:58.025Z | |
984 | 2024-12-31T17:09:58.025Z | warning: creating a shared reference to mutable static is discouraged |
985 | 2024-12-31T17:09:58.025Z | --> xde/src/xde.rs:2123:25 |
986 | 2024-12-31T17:09:58.026Z | | |
987 | 2024-12-31T17:09:58.026Z | 2123 | let devs = unsafe { xde_devs.read() }; |
988 | 2024-12-31T17:09:58.026Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
989 | 2024-12-31T17:09:58.026Z | | |
990 | 2024-12-31T17:09:58.026Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
991 | 2024-12-31T17:09:58.026Z | = note: shared references to mutable statics are 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-31T17:09:58.026Z | |
993 | 2024-12-31T17:09:58.026Z | warning: creating a shared reference to mutable static is discouraged |
994 | 2024-12-31T17:09:58.026Z | --> xde/src/xde.rs:2137:25 |
995 | 2024-12-31T17:09:58.026Z | | |
996 | 2024-12-31T17:09:58.026Z | 2137 | let devs = unsafe { xde_devs.read() }; |
997 | 2024-12-31T17:09:58.026Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
998 | 2024-12-31T17:09:58.026Z | | |
999 | 2024-12-31T17:09:58.026Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1000 | 2024-12-31T17:09:58.026Z | = note: shared references to mutable statics are 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-31T17:09:58.026Z | |
1002 | 2024-12-31T17:10:23.809Z | warning: `xde` (lib) generated 23 warnings |
1003 | 2024-12-31T17:10:23.809Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 07s |
1004 | 2024-12-31T17:10:23.838Z | Linking xde kmod... |
1005 | 2024-12-31T17:10:24.558Z | Building xde dev link helper (release). |
1006 | 2024-12-31T17:10:24.746Z | Compiling compiler_builtins v0.1.138 |
1007 | 2024-12-31T17:10:24.746Z | 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-31T17:10:24.748Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1009 | 2024-12-31T17:10:41.589Z | 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-31T17:10:42.448Z | 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-31T17:10:46.152Z | Finished `release` profile [optimized + debuginfo] target(s) in 21.54s |
1012 | 2024-12-31T17:10:46.179Z | |
1013 | 2024-12-31T17:10:46.182Z | real 5:00.129838102 |
1014 | 2024-12-31T17:10:46.182Z | user 15:07.847800553 |
1015 | 2024-12-31T17:10:46.182Z | sys 1:31.162752834 |
1016 | 2024-12-31T17:10:46.182Z | trap 0.482916316 |
1017 | 2024-12-31T17:10:46.182Z | tflt 1.059612488 |
1018 | 2024-12-31T17:10:46.182Z | dflt 3.932115230 |
1019 | 2024-12-31T17:10:46.182Z | kflt 0.011148155 |
1020 | 2024-12-31T17:10:46.182Z | lock 28:45.503537695 |
1021 | 2024-12-31T17:10:46.182Z | slp 50:10.690174226 |
1022 | 2024-12-31T17:10:46.182Z | lat 25.725188165 |
1023 | 2024-12-31T17:10:46.182Z | stop 41.029665835 |
1024 | 2024-12-31T17:10:46.182Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1025 | 2024-12-31T17:10:46.182Z | + grep GOTPCREL |
1026 | 2024-12-31T17:10:47.788Z | + header 'package opte' |
1027 | 2024-12-31T17:10:47.788Z | + echo '# ==== package opte ==== #' |
1028 | 2024-12-31T17:10:47.788Z | # ==== package opte ==== # |
1029 | 2024-12-31T17:10:47.788Z | + cargo xtask package --skip-build |
1030 | 2024-12-31T17:10:48.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s |
1031 | 2024-12-31T17:10:48.071Z | Running `target/debug/xtask package --skip-build` |
1032 | 2024-12-31T17:10:48.441Z | + ./clean.sh |
1033 | 2024-12-31T17:10:48.452Z | + mkdir -p proto/kernel/drv/amd64 |
1034 | 2024-12-31T17:10:48.455Z | + mkdir -p proto/opt/oxide/opte/bin |
1035 | 2024-12-31T17:10:48.457Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
1036 | 2024-12-31T17:10:48.459Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
1037 | 2024-12-31T17:10:48.474Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
1038 | 2024-12-31T17:10:48.513Z | + cp ../xde/xde.conf proto/kernel/drv/ |
1039 | 2024-12-31T17:10:48.516Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
1040 | 2024-12-31T17:10:48.519Z | + '[' -z ']' |
1041 | 2024-12-31T17:10:48.519Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
1042 | 2024-12-31T17:10:48.585Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
1043 | 2024-12-31T17:10:48.651Z | + INC_DEBUG= |
1044 | 2024-12-31T17:10:48.654Z | ++ ./print-api-version.sh |
1045 | 2024-12-31T17:10:48.660Z | + API_VSN=34 |
1046 | 2024-12-31T17:10:48.662Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/321/g -e s/%API_VSN%/34/g opte.template.p5m |
1047 | 2024-12-31T17:10:48.662Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
1048 | 2024-12-31T17:11:00.962Z | + pkgdepend generate -d proto opte.base.p5m |
1049 | 2024-12-31T17:11:02.496Z | + mkdir -p packages |
1050 | 2024-12-31T17:11:02.499Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
1051 | 2024-12-31T17:11:22.473Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
1052 | 2024-12-31T17:11:22.475Z | + pkgrepo create packages/repo |
1053 | 2024-12-31T17:11:23.319Z | + pkgrepo add-publisher -s packages/repo helios-dev |
1054 | 2024-12-31T17:11:24.140Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
1055 | 2024-12-31T17:12:01.635Z | pkg://helios-dev/driver/network/opte@0.34.321,5.11:20241231T171124Z |
1056 | 2024-12-31T17:12:01.635Z | PUBLISHED |
1057 | 2024-12-31T17:12:01.682Z | + pkgrecv -a -d packages/repo/opte-0.34.321.p5p -s packages/repo -v -m latest '*' |
1058 | 2024-12-31T17:12:02.559Z | Retrieving packages for publisher helios-dev ... |
1059 | 2024-12-31T17:12:02.563Z | Retrieving catalog 'helios-dev' ... Done |
1060 | 2024-12-31T17:12:02.566Z | Retrieving and evaluating 1 package(s)... |
1061 | 2024-12-31T17:12:02.566Z | Fetching manifests: 1/1 100% complete |
1062 | 2024-12-31T17:12:02.566Z | Fetching manifests: 1/1 100% complete |
1063 | 2024-12-31T17:12:02.568Z | |
1064 | 2024-12-31T17:12:02.568Z | Archiving packages ... |
1065 | 2024-12-31T17:12:02.568Z | Packages to add: 1 |
1066 | 2024-12-31T17:12:02.568Z | Files to retrieve: 6 |
1067 | 2024-12-31T17:12:02.569Z | Estimated transfer size: 38.53 MB |
1068 | 2024-12-31T17:12:02.569Z | |
1069 | 2024-12-31T17:12:02.569Z | Packages to archive: |
1070 | 2024-12-31T17:12:02.569Z | driver/network/opte@0.34.321,5.11:20241231T171124Z |
1071 | 2024-12-31T17:12:02.569Z | |
1072 | 2024-12-31T17:12:02.569Z | Download: 0/6 items 0.0/38.5MB 0% complete |
1073 | 2024-12-31T17:12:02.686Z | Download: Completed 38.53 MB in 0.12 seconds (320M/s) |
1074 | 2024-12-31T17:12:02.690Z | Archiving: 1/20 items 0.0/38.6MB 0% complete |
1075 | 2024-12-31T17:12:02.715Z | Archiving: Completed 38.57 MB in 0.03 seconds |
1076 | 2024-12-31T17:12:02.768Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.34.321.p5p. |
1077 | 2024-12-31T17:12:02.771Z | + banner copy |
1078 | 2024-12-31T17:12:02.890Z | |
1079 | 2024-12-31T17:12:02.890Z | #### #### ##### # # |
1080 | 2024-12-31T17:12:02.890Z | # # # # # # # # |
1081 | 2024-12-31T17:12:02.890Z | # # # # # # |
1082 | 2024-12-31T17:12:02.890Z | # # # ##### # |
1083 | 2024-12-31T17:12:02.890Z | # # # # # # |
1084 | 2024-12-31T17:12:02.891Z | #### #### # # |
1085 | 2024-12-31T17:12:02.891Z | |
1086 | 2024-12-31T17:12:02.893Z | + pfexec mkdir -p /out |
1087 | 2024-12-31T17:12:02.896Z | + pfexec chown 12345 /out |
1088 | 2024-12-31T17:12:02.899Z | + PKG_NAME=/out/opte.p5p |
1089 | 2024-12-31T17:12:02.901Z | + mv pkg/packages/repo/opte-0.34.321.p5p /out/opte.p5p |
1090 | 2024-12-31T17:12:02.938Z | + sha256sum /out/opte.p5p |
1091 | 2024-12-31T17:12:02.971Z | process exited: duration 398820 ms, exit code 0 |
|
1092 | 2024-12-31T17:12:02.982Z | found 2 output files |
1093 | 2024-12-31T17:12:02.982Z | uploading: /out/opte.p5p (40448000 bytes) |
1094 | 2024-12-31T17:12:04.587Z | uploaded: /out/opte.p5p |
1095 | 2024-12-31T17:12:04.588Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
1096 | 2024-12-31T17:12:05.594Z | uploaded: /out/opte.p5p.sha256 |