|
|
|
1 | 2024-12-31T16:20:47.350Z | job assigned to worker 01JGER8B9W4C8ZSA35F07FBJ2N [factory aws, i-016acd8fda6d7fcf8] (queued for 1 m 9 s) |
|
2 | 2024-12-31T16:20:56.044Z | starting task 0: "setup" |
3 | 2024-12-31T16:20:56.051Z | ++ uname -s |
4 | 2024-12-31T16:20:56.054Z | + kern=SunOS |
5 | 2024-12-31T16:20:56.054Z | + case "$kern" in |
6 | 2024-12-31T16:20:56.054Z | + groupadd -g 12345 build |
7 | 2024-12-31T16:20:56.057Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T16:20:58.061Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T16:20:58.187Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T16:20:58.189Z | + home_fs=zfs |
11 | 2024-12-31T16:20:58.189Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T16:20:58.189Z | + mkdir -p /home/build |
13 | 2024-12-31T16:20:58.192Z | + chown build:build /home/build /work |
14 | 2024-12-31T16:21:00.193Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T16:21:00.196Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-12-31T16:21:00.201Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T16:21:00.207Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T16:21:00.207Z | * toolchain channel = "nightly-2024-11-18" |
19 | 2024-12-31T16:21:00.207Z | ' nightly-2024-11-18 |
20 | 2024-12-31T16:21:00.207Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-31T16:21:00.207Z | ' default |
22 | 2024-12-31T16:21:00.207Z | * toolchain profile = "default" |
23 | 2024-12-31T16:21:00.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T16:21:00.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T16:21:00.328Z | info: downloading installer |
26 | 2024-12-31T16:21:01.829Z | info: profile set to 'default' |
27 | 2024-12-31T16:21:01.829Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T16:21:01.832Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T16:21:01.991Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T16:21:01.991Z | info: downloading component 'cargo' |
31 | 2024-12-31T16:21:02.900Z | info: downloading component 'clippy' |
32 | 2024-12-31T16:21:03.248Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T16:21:04.484Z | info: downloading component 'rust-std' |
34 | 2024-12-31T16:21:06.487Z | info: downloading component 'rustc' |
35 | 2024-12-31T16:21:13.576Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T16:21:13.841Z | info: installing component 'cargo' |
37 | 2024-12-31T16:21:14.669Z | info: installing component 'clippy' |
38 | 2024-12-31T16:21:15.051Z | info: installing component 'rust-docs' |
39 | 2024-12-31T16:21:16.762Z | info: installing component 'rust-std' |
40 | 2024-12-31T16:21:18.643Z | info: installing component 'rustc' |
41 | 2024-12-31T16:21:24.562Z | info: installing component 'rustfmt' |
42 | 2024-12-31T16:21:24.890Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T16:21:24.890Z | |
44 | 2024-12-31T16:21:25.274Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T16:21:25.274Z | |
46 | 2024-12-31T16:21:25.277Z | |
47 | 2024-12-31T16:21:25.277Z | Rust is installed now. Great! |
48 | 2024-12-31T16:21:25.277Z | |
49 | 2024-12-31T16:21:25.277Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T16:21:25.277Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T16:21:25.277Z | |
52 | 2024-12-31T16:21:25.277Z | To configure your current shell, you need to source |
53 | 2024-12-31T16:21:25.277Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T16:21:25.277Z | |
55 | 2024-12-31T16:21:25.277Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T16:21:25.278Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T16:21:25.278Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T16:21:25.350Z | + rustc --version |
59 | 2024-12-31T16:21:25.418Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T16:21:25.421Z | process exited: duration 25230 ms, exit code 0 |
|
61 | 2024-12-31T16:21:25.426Z | starting task 2: "authentication" |
62 | 2024-12-31T16:21:25.447Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-31T16:21:25.454Z | starting task 3: "clone repository" |
64 | 2024-12-31T16:21:25.457Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T16:21:25.460Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T16:21:27.399Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T16:21:28.928Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T16:21:28.928Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
69 | 2024-12-31T16:21:29.197Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T16:21:29.197Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
71 | 2024-12-31T16:21:29.206Z | + [[ -n ingot-and-offload ]] |
72 | 2024-12-31T16:21:29.208Z | ++ git branch --show-current |
73 | 2024-12-31T16:21:29.210Z | + current=master |
74 | 2024-12-31T16:21:29.210Z | + [[ master != ingot-and-offload ]] |
75 | 2024-12-31T16:21:29.210Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
76 | 2024-12-31T16:21:29.213Z | + git checkout -f ingot-and-offload |
77 | 2024-12-31T16:21:29.236Z | Switched to branch 'ingot-and-offload' |
78 | 2024-12-31T16:21:29.239Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
79 | 2024-12-31T16:21:29.258Z | HEAD is now at fab7c2b Further cleanup. |
80 | 2024-12-31T16:21:29.261Z | process exited: duration 3808 ms, exit code 0 |
|
81 | 2024-12-31T16:21:29.266Z | starting task 4: "build" |
82 | 2024-12-31T16:21:29.272Z | + TGT_BASE=/work |
83 | 2024-12-31T16:21:29.272Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-12-31T16:21:29.272Z | + REL_TGT=/work/release |
85 | 2024-12-31T16:21:29.272Z | + mkdir -p /work/release |
86 | 2024-12-31T16:21:29.274Z | + cargo --version |
87 | 2024-12-31T16:21:29.279Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
88 | 2024-12-31T16:21:29.425Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-31T16:21:29.425Z | info: downloading component 'cargo' |
90 | 2024-12-31T16:21:30.162Z | info: downloading component 'clippy' |
91 | 2024-12-31T16:21:30.444Z | info: downloading component 'rust-docs' |
92 | 2024-12-31T16:21:31.471Z | info: downloading component 'rust-std' |
93 | 2024-12-31T16:21:32.959Z | info: downloading component 'rustc' |
94 | 2024-12-31T16:21:38.572Z | info: downloading component 'rustfmt' |
95 | 2024-12-31T16:21:38.788Z | info: installing component 'cargo' |
96 | 2024-12-31T16:21:40.606Z | info: installing component 'clippy' |
97 | 2024-12-31T16:21:40.608Z | info: installing component 'rust-docs' |
98 | 2024-12-31T16:21:41.702Z | info: installing component 'rust-std' |
99 | 2024-12-31T16:21:43.353Z | info: installing component 'rustc' |
100 | 2024-12-31T16:21:49.026Z | info: installing component 'rustfmt' |
101 | 2024-12-31T16:21:49.443Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
102 | 2024-12-31T16:21:49.445Z | + rustc --version |
103 | 2024-12-31T16:21:49.520Z | rustc 1.83.0 (90b35a623 2024-11-26) |
104 | 2024-12-31T16:21:49.524Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-12-31T16:21:49.527Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-12-31T16:21:49.527Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-12-31T16:21:49.527Z | + ptime -m cargo xtask build |
108 | 2024-12-31T16:21:49.666Z | Updating crates.io index |
109 | 2024-12-31T16:21:49.730Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-12-31T16:21:50.458Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-12-31T16:21:50.798Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-31T16:21:51.086Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-31T16:21:51.447Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2024-12-31T16:21:51.784Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2024-12-31T16:21:52.071Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2024-12-31T16:21:52.331Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2024-12-31T16:21:52.601Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2024-12-31T16:21:53.519Z | Downloading crates ... |
119 | 2024-12-31T16:21:53.676Z | Downloaded anstream v0.6.18 |
120 | 2024-12-31T16:21:53.679Z | Downloaded anyhow v1.0.95 |
121 | 2024-12-31T16:21:53.682Z | Downloaded anstyle-parse v0.2.6 |
122 | 2024-12-31T16:21:53.685Z | Downloaded anstyle-query v1.1.2 |
123 | 2024-12-31T16:21:53.688Z | Downloaded equivalent v1.0.1 |
124 | 2024-12-31T16:21:53.710Z | Downloaded anstyle v1.0.10 |
125 | 2024-12-31T16:21:53.712Z | Downloaded toml_datetime v0.6.8 |
126 | 2024-12-31T16:21:53.720Z | Downloaded thiserror-impl v2.0.9 |
127 | 2024-12-31T16:21:53.723Z | Downloaded is_terminal_polyfill v1.70.1 |
128 | 2024-12-31T16:21:53.725Z | Downloaded colorchoice v1.0.3 |
129 | 2024-12-31T16:21:53.730Z | Downloaded serde_spanned v0.6.8 |
130 | 2024-12-31T16:21:53.733Z | Downloaded utf8parse v0.2.2 |
131 | 2024-12-31T16:21:53.733Z | Downloaded terminal_size v0.4.1 |
132 | 2024-12-31T16:21:53.735Z | Downloaded clap_lex v0.7.4 |
133 | 2024-12-31T16:21:53.741Z | Downloaded heck v0.5.0 |
134 | 2024-12-31T16:21:53.743Z | Downloaded clap_derive v4.5.18 |
135 | 2024-12-31T16:21:53.746Z | Downloaded camino v1.1.9 |
136 | 2024-12-31T16:21:53.746Z | Downloaded bitflags v2.6.0 |
137 | 2024-12-31T16:21:53.749Z | Downloaded strsim v0.11.1 |
138 | 2024-12-31T16:21:53.751Z | Downloaded cargo-platform v0.1.9 |
139 | 2024-12-31T16:21:53.751Z | Downloaded semver v1.0.24 |
140 | 2024-12-31T16:21:53.754Z | Downloaded quote v1.0.37 |
141 | 2024-12-31T16:21:53.756Z | Downloaded itoa v1.0.14 |
142 | 2024-12-31T16:21:53.756Z | Downloaded errno v0.3.10 |
143 | 2024-12-31T16:21:53.762Z | Downloaded thiserror v2.0.9 |
144 | 2024-12-31T16:21:53.767Z | Downloaded cargo_metadata v0.19.1 |
145 | 2024-12-31T16:21:53.775Z | Downloaded ryu v1.0.18 |
146 | 2024-12-31T16:21:53.780Z | Downloaded clap v4.5.23 |
147 | 2024-12-31T16:21:53.788Z | Downloaded proc-macro2 v1.0.92 |
148 | 2024-12-31T16:21:53.801Z | Downloaded toml v0.8.19 |
149 | 2024-12-31T16:21:53.804Z | Downloaded unicode-ident v1.0.14 |
150 | 2024-12-31T16:21:53.811Z | Downloaded indexmap v2.7.0 |
151 | 2024-12-31T16:21:53.816Z | Downloaded serde_derive v1.0.216 |
152 | 2024-12-31T16:21:53.822Z | Downloaded serde v1.0.216 |
153 | 2024-12-31T16:21:53.825Z | Downloaded memchr v2.7.4 |
154 | 2024-12-31T16:21:53.835Z | Downloaded toml_edit v0.22.22 |
155 | 2024-12-31T16:21:53.856Z | Downloaded winnow v0.6.20 |
156 | 2024-12-31T16:21:53.864Z | Downloaded clap_builder v4.5.23 |
157 | 2024-12-31T16:21:53.871Z | Downloaded hashbrown v0.15.2 |
158 | 2024-12-31T16:21:53.875Z | Downloaded serde_json v1.0.134 |
159 | 2024-12-31T16:21:53.899Z | Downloaded syn v2.0.91 |
160 | 2024-12-31T16:21:53.919Z | Downloaded rustix v0.38.42 |
161 | 2024-12-31T16:21:53.952Z | Downloaded libc v0.2.169 |
162 | 2024-12-31T16:21:54.091Z | Compiling proc-macro2 v1.0.92 |
163 | 2024-12-31T16:21:54.091Z | Compiling unicode-ident v1.0.14 |
164 | 2024-12-31T16:21:54.093Z | Compiling serde v1.0.216 |
165 | 2024-12-31T16:21:54.094Z | Compiling libc v0.2.169 |
166 | 2024-12-31T16:21:54.094Z | Compiling rustix v0.38.42 |
167 | 2024-12-31T16:21:54.094Z | Compiling bitflags v2.6.0 |
168 | 2024-12-31T16:21:54.094Z | Compiling utf8parse v0.2.2 |
169 | 2024-12-31T16:21:54.103Z | Compiling hashbrown v0.15.2 |
170 | 2024-12-31T16:21:54.278Z | Compiling anstyle-parse v0.2.6 |
171 | 2024-12-31T16:21:54.287Z | Compiling serde_json v1.0.134 |
172 | 2024-12-31T16:21:54.444Z | Compiling semver v1.0.24 |
173 | 2024-12-31T16:21:54.542Z | Compiling is_terminal_polyfill v1.70.1 |
174 | 2024-12-31T16:21:54.624Z | Compiling camino v1.1.9 |
175 | 2024-12-31T16:21:54.954Z | Compiling thiserror v2.0.9 |
176 | 2024-12-31T16:21:55.415Z | Compiling equivalent v1.0.1 |
177 | 2024-12-31T16:21:55.418Z | Compiling anstyle v1.0.10 |
178 | 2024-12-31T16:21:55.418Z | Compiling anstyle-query v1.1.2 |
179 | 2024-12-31T16:21:55.430Z | Compiling colorchoice v1.0.3 |
180 | 2024-12-31T16:21:55.518Z | Compiling indexmap v2.7.0 |
181 | 2024-12-31T16:21:55.551Z | Compiling heck v0.5.0 |
182 | 2024-12-31T16:21:55.568Z | Compiling ryu v1.0.18 |
183 | 2024-12-31T16:21:55.577Z | Compiling strsim v0.11.1 |
184 | 2024-12-31T16:21:55.770Z | Compiling anstream v0.6.18 |
185 | 2024-12-31T16:21:55.866Z | Compiling winnow v0.6.20 |
186 | 2024-12-31T16:21:55.891Z | Compiling anyhow v1.0.95 |
187 | 2024-12-31T16:21:55.916Z | Compiling memchr v2.7.4 |
188 | 2024-12-31T16:21:56.381Z | Compiling itoa v1.0.14 |
189 | 2024-12-31T16:21:56.435Z | Compiling quote v1.0.37 |
190 | 2024-12-31T16:21:56.437Z | Compiling clap_lex v0.7.4 |
191 | 2024-12-31T16:21:56.577Z | Compiling errno v0.3.10 |
192 | 2024-12-31T16:21:56.787Z | Compiling syn v2.0.91 |
193 | 2024-12-31T16:21:57.571Z | Compiling terminal_size v0.4.1 |
194 | 2024-12-31T16:21:57.675Z | Compiling clap_builder v4.5.23 |
195 | 2024-12-31T16:22:00.267Z | Compiling serde_derive v1.0.216 |
196 | 2024-12-31T16:22:00.268Z | Compiling thiserror-impl v2.0.9 |
197 | 2024-12-31T16:22:00.270Z | Compiling clap_derive v4.5.18 |
198 | 2024-12-31T16:22:02.634Z | Compiling clap v4.5.23 |
199 | 2024-12-31T16:22:06.674Z | Compiling serde_spanned v0.6.8 |
200 | 2024-12-31T16:22:06.674Z | Compiling toml_datetime v0.6.8 |
201 | 2024-12-31T16:22:06.678Z | Compiling cargo-platform v0.1.9 |
202 | 2024-12-31T16:22:06.896Z | Compiling toml_edit v0.22.22 |
203 | 2024-12-31T16:22:07.747Z | Compiling cargo_metadata v0.19.1 |
204 | 2024-12-31T16:22:08.944Z | Compiling toml v0.8.19 |
205 | 2024-12-31T16:22:10.397Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2024-12-31T16:22:11.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.41s |
207 | 2024-12-31T16:22:12.089Z | Running `target/debug/xtask build` |
208 | 2024-12-31T16:22:12.108Z | Building opteadm (debug). |
209 | 2024-12-31T16:22:14.620Z | Compiling libc v0.2.169 |
210 | 2024-12-31T16:22:14.620Z | Compiling serde v1.0.216 |
211 | 2024-12-31T16:22:14.620Z | Compiling cfg-if v1.0.0 |
212 | 2024-12-31T16:22:14.623Z | Compiling byteorder v1.5.0 |
213 | 2024-12-31T16:22:14.623Z | Compiling fnv v1.0.7 |
214 | 2024-12-31T16:22:14.623Z | Compiling ident_case v1.0.1 |
215 | 2024-12-31T16:22:14.623Z | Compiling memchr v2.7.4 |
216 | 2024-12-31T16:22:14.623Z | Compiling syn v2.0.91 |
217 | 2024-12-31T16:22:14.718Z | Compiling syn v1.0.109 |
218 | 2024-12-31T16:22:14.743Z | Compiling regex-syntax v0.8.5 |
219 | 2024-12-31T16:22:14.798Z | Compiling hashbrown v0.15.2 |
220 | 2024-12-31T16:22:14.935Z | Compiling zerocopy v0.8.13 |
221 | 2024-12-31T16:22:15.184Z | Compiling either v1.13.0 |
222 | 2024-12-31T16:22:15.312Z | Compiling autocfg v1.4.0 |
223 | 2024-12-31T16:22:15.535Z | Compiling aho-corasick v1.1.3 |
224 | 2024-12-31T16:22:15.587Z | Compiling equivalent v1.0.1 |
225 | 2024-12-31T16:22:15.679Z | Compiling once_cell v1.20.2 |
226 | 2024-12-31T16:22:15.853Z | Compiling indexmap v2.7.0 |
227 | 2024-12-31T16:22:16.020Z | Compiling lock_api v0.4.12 |
228 | 2024-12-31T16:22:16.022Z | Compiling itertools v0.13.0 |
229 | 2024-12-31T16:22:16.389Z | Compiling parking_lot_core v0.9.10 |
230 | 2024-12-31T16:22:16.617Z | Compiling winnow v0.5.40 |
231 | 2024-12-31T16:22:16.833Z | Compiling toml_datetime v0.6.8 |
232 | 2024-12-31T16:22:16.978Z | Compiling heapless v0.8.0 |
233 | 2024-12-31T16:22:17.916Z | Compiling hash32 v0.3.1 |
234 | 2024-12-31T16:22:18.104Z | Compiling regex-automata v0.4.9 |
235 | 2024-12-31T16:22:18.787Z | Compiling dyn-clone v1.0.17 |
236 | 2024-12-31T16:22:18.876Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
237 | 2024-12-31T16:22:18.976Z | Compiling serde_json v1.0.134 |
238 | 2024-12-31T16:22:19.247Z | Compiling smallvec v1.13.2 |
239 | 2024-12-31T16:22:19.320Z | Compiling smoltcp v0.11.0 |
240 | 2024-12-31T16:22:19.408Z | Compiling stable_deref_trait v1.2.0 |
241 | 2024-12-31T16:22:19.496Z | Compiling scopeguard v1.2.0 |
242 | 2024-12-31T16:22:19.618Z | Compiling macaddr v1.0.1 |
243 | 2024-12-31T16:22:19.934Z | Compiling toml_edit v0.19.15 |
244 | 2024-12-31T16:22:20.008Z | Compiling getrandom v0.2.15 |
245 | 2024-12-31T16:22:20.080Z | Compiling thiserror v1.0.69 |
246 | 2024-12-31T16:22:20.276Z | Compiling schemars v0.8.21 |
247 | 2024-12-31T16:22:20.513Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
248 | 2024-12-31T16:22:20.610Z | Compiling version_check v0.9.5 |
249 | 2024-12-31T16:22:20.636Z | Compiling managed v0.8.0 |
250 | 2024-12-31T16:22:20.778Z | Compiling bitflags v1.3.2 |
251 | 2024-12-31T16:22:20.848Z | Compiling cobs v0.2.3 |
252 | 2024-12-31T16:22:20.859Z | Compiling pin-project-lite v0.2.15 |
253 | 2024-12-31T16:22:20.965Z | Compiling darling_core v0.20.10 |
254 | 2024-12-31T16:22:21.014Z | Compiling serde_derive_internals v0.29.1 |
255 | 2024-12-31T16:22:21.134Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
256 | 2024-12-31T16:22:21.838Z | Compiling parking_lot v0.12.3 |
257 | 2024-12-31T16:22:22.744Z | Compiling regex v1.11.1 |
258 | 2024-12-31T16:22:22.913Z | Compiling proc-macro-crate v1.3.1 |
259 | 2024-12-31T16:22:23.628Z | Compiling rand_core v0.6.4 |
260 | 2024-12-31T16:22:23.636Z | Compiling socket2 v0.5.8 |
261 | 2024-12-31T16:22:24.038Z | Compiling signal-hook-registry v1.4.2 |
262 | 2024-12-31T16:22:24.587Z | Compiling errno v0.3.10 |
263 | 2024-12-31T16:22:24.796Z | Compiling mio v1.0.3 |
264 | 2024-12-31T16:22:24.866Z | Compiling bytes v1.9.0 |
265 | 2024-12-31T16:22:25.280Z | Compiling foreign-types-shared v0.3.1 |
266 | 2024-12-31T16:22:25.350Z | Compiling unicode-width v0.1.14 |
267 | 2024-12-31T16:22:25.431Z | Compiling serde_derive v1.0.216 |
268 | 2024-12-31T16:22:25.777Z | Compiling zerocopy-derive v0.8.13 |
269 | 2024-12-31T16:22:25.823Z | Compiling zerocopy-derive v0.7.35 |
270 | 2024-12-31T16:22:25.841Z | Compiling num_enum_derive v0.5.11 |
271 | 2024-12-31T16:22:25.930Z | Compiling schemars_derive v0.8.21 |
272 | 2024-12-31T16:22:26.040Z | Compiling foreign-types-macros v0.2.3 |
273 | 2024-12-31T16:22:26.127Z | Compiling darling_macro v0.20.10 |
274 | 2024-12-31T16:22:27.083Z | Compiling darling v0.20.10 |
275 | 2024-12-31T16:22:27.173Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
276 | 2024-12-31T16:22:27.291Z | Compiling thiserror-impl v1.0.69 |
277 | 2024-12-31T16:22:27.303Z | Compiling tokio-macros v2.4.0 |
278 | 2024-12-31T16:22:27.715Z | Compiling zerocopy v0.7.35 |
279 | 2024-12-31T16:22:27.882Z | Compiling num_enum v0.5.11 |
280 | 2024-12-31T16:22:28.009Z | Compiling foreign-types v0.5.0 |
281 | 2024-12-31T16:22:28.092Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
282 | 2024-12-31T16:22:28.688Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
283 | 2024-12-31T16:22:28.834Z | Compiling ppv-lite86 v0.2.20 |
284 | 2024-12-31T16:22:28.932Z | Compiling tokio v1.42.0 |
285 | 2024-12-31T16:22:29.451Z | Compiling rand_chacha v0.3.1 |
286 | 2024-12-31T16:22:29.496Z | Compiling tabwriter v1.4.0 |
287 | 2024-12-31T16:22:29.533Z | Compiling tracing-attributes v0.1.28 |
288 | 2024-12-31T16:22:29.914Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
289 | 2024-12-31T16:22:30.377Z | Compiling cstr-argument v0.1.2 |
290 | 2024-12-31T16:22:30.540Z | Compiling tracing-core v0.1.33 |
291 | 2024-12-31T16:22:30.580Z | Compiling crc32fast v1.4.2 |
292 | 2024-12-31T16:22:30.863Z | Compiling lazy_static v1.5.0 |
293 | 2024-12-31T16:22:30.935Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
294 | 2024-12-31T16:22:30.966Z | Compiling pretty-hex v0.2.1 |
295 | 2024-12-31T16:22:31.128Z | Compiling colored v2.2.0 |
296 | 2024-12-31T16:22:31.284Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
297 | 2024-12-31T16:22:31.344Z | Compiling rand v0.8.5 |
298 | 2024-12-31T16:22:31.782Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
299 | 2024-12-31T16:22:31.848Z | Compiling thiserror-impl v2.0.9 |
300 | 2024-12-31T16:22:31.920Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
301 | 2024-12-31T16:22:31.934Z | Compiling clap_derive v4.5.18 |
302 | 2024-12-31T16:22:32.210Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
303 | 2024-12-31T16:22:32.402Z | Compiling tracing v0.1.41 |
304 | 2024-12-31T16:22:33.200Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-31T16:22:33.730Z | Compiling thiserror v2.0.9 |
306 | 2024-12-31T16:22:35.384Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
307 | 2024-12-31T16:22:35.944Z | Compiling bitflags v2.6.0 |
308 | 2024-12-31T16:22:35.944Z | Compiling ipnetwork v0.20.0 |
309 | 2024-12-31T16:22:35.946Z | Compiling postcard v1.1.1 |
310 | 2024-12-31T16:22:36.204Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
311 | 2024-12-31T16:22:36.288Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
312 | 2024-12-31T16:22:36.494Z | Compiling rustix v0.38.42 |
313 | 2024-12-31T16:22:36.516Z | Compiling uuid v1.11.0 |
314 | 2024-12-31T16:22:37.364Z | Compiling terminal_size v0.4.1 |
315 | 2024-12-31T16:22:37.487Z | Compiling clap_builder v4.5.23 |
316 | 2024-12-31T16:22:38.171Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
317 | 2024-12-31T16:22:39.039Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
318 | 2024-12-31T16:22:40.109Z | Compiling clap v4.5.23 |
319 | 2024-12-31T16:22:44.544Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
320 | 2024-12-31T16:22:46.547Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
321 | 2024-12-31T16:22:52.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.72s |
322 | 2024-12-31T16:22:52.206Z | Building xde (debug). |
323 | 2024-12-31T16:22:52.337Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
324 | 2024-12-31T16:22:52.611Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
325 | 2024-12-31T16:22:52.634Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
326 | 2024-12-31T16:22:52.634Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
327 | 2024-12-31T16:22:52.636Z | info: downloading component 'rust-src' |
328 | 2024-12-31T16:22:52.890Z | info: installing component 'rust-src' |
329 | 2024-12-31T16:22:53.582Z | Updating crates.io index |
330 | 2024-12-31T16:22:53.684Z | Downloading crates ... |
331 | 2024-12-31T16:22:53.756Z | Downloaded miniz_oxide v0.7.4 |
332 | 2024-12-31T16:22:53.767Z | Downloaded adler v1.0.2 |
333 | 2024-12-31T16:22:53.769Z | Downloaded addr2line v0.22.0 |
334 | 2024-12-31T16:22:53.773Z | Downloaded getopts v0.2.21 |
335 | 2024-12-31T16:22:53.791Z | Downloaded allocator-api2 v0.2.18 |
336 | 2024-12-31T16:22:53.800Z | Downloaded hashbrown v0.15.0 |
337 | 2024-12-31T16:22:53.835Z | Downloaded compiler_builtins v0.1.138 |
338 | 2024-12-31T16:22:53.856Z | Downloaded gimli v0.29.0 |
339 | 2024-12-31T16:22:53.864Z | Downloaded object v0.36.5 |
340 | 2024-12-31T16:22:53.883Z | Downloaded libc v0.2.161 |
341 | 2024-12-31T16:22:53.989Z | Compiling compiler_builtins v0.1.138 |
342 | 2024-12-31T16:22:53.992Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
343 | 2024-12-31T16:22:53.992Z | Compiling proc-macro2 v1.0.92 |
344 | 2024-12-31T16:22:53.992Z | Compiling unicode-ident v1.0.14 |
345 | 2024-12-31T16:22:53.992Z | Compiling strsim v0.11.1 |
346 | 2024-12-31T16:22:53.998Z | Compiling fnv v1.0.7 |
347 | 2024-12-31T16:22:54.001Z | Compiling serde v1.0.216 |
348 | 2024-12-31T16:22:54.004Z | Compiling ident_case v1.0.1 |
349 | 2024-12-31T16:22:54.179Z | Compiling memchr v2.7.4 |
350 | 2024-12-31T16:22:54.206Z | Compiling regex-syntax v0.8.5 |
351 | 2024-12-31T16:22:54.228Z | Compiling zerocopy v0.8.13 |
352 | 2024-12-31T16:22:54.713Z | Compiling either v1.13.0 |
353 | 2024-12-31T16:22:54.898Z | Compiling heapless v0.8.0 |
354 | 2024-12-31T16:22:55.082Z | Compiling aho-corasick v1.1.3 |
355 | 2024-12-31T16:22:55.300Z | Compiling itertools v0.13.0 |
356 | 2024-12-31T16:22:55.326Z | Compiling smoltcp v0.11.0 |
357 | 2024-12-31T16:22:55.788Z | Compiling quote v1.0.37 |
358 | 2024-12-31T16:22:55.840Z | Compiling version_check v0.9.5 |
359 | 2024-12-31T16:22:56.146Z | Compiling syn v2.0.91 |
360 | 2024-12-31T16:22:56.661Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
361 | 2024-12-31T16:22:57.560Z | Compiling regex-automata v0.4.9 |
362 | 2024-12-31T16:23:00.468Z | Compiling regex v1.11.1 |
363 | 2024-12-31T16:23:01.250Z | Compiling darling_core v0.20.10 |
364 | 2024-12-31T16:23:03.157Z | Compiling serde_derive v1.0.216 |
365 | 2024-12-31T16:23:03.157Z | Compiling zerocopy-derive v0.8.13 |
366 | 2024-12-31T16:23:03.160Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
367 | 2024-12-31T16:23:05.167Z | Compiling darling_macro v0.20.10 |
368 | 2024-12-31T16:23:06.382Z | Compiling darling v0.20.10 |
369 | 2024-12-31T16:23:06.479Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
370 | 2024-12-31T16:23:06.561Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
371 | 2024-12-31T16:23:13.460Z | 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) |
372 | 2024-12-31T16:23:14.256Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
373 | 2024-12-31T16:23:16.598Z | Compiling byteorder v1.5.0 |
374 | 2024-12-31T16:23:16.601Z | Compiling cfg-if v1.0.0 |
375 | 2024-12-31T16:23:16.601Z | Compiling stable_deref_trait v1.2.0 |
376 | 2024-12-31T16:23:16.601Z | Compiling macaddr v1.0.1 |
377 | 2024-12-31T16:23:16.601Z | Compiling managed v0.8.0 |
378 | 2024-12-31T16:23:16.682Z | Compiling cobs v0.2.3 |
379 | 2024-12-31T16:23:16.689Z | Compiling bitflags v1.3.2 |
380 | 2024-12-31T16:23:16.902Z | Compiling hash32 v0.3.1 |
381 | 2024-12-31T16:23:16.947Z | Compiling crc32fast v1.4.2 |
382 | 2024-12-31T16:23:16.989Z | Compiling dyn-clone v1.0.17 |
383 | 2024-12-31T16:23:17.007Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
384 | 2024-12-31T16:23:18.647Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
385 | 2024-12-31T16:23:19.989Z | Compiling bitflags v2.6.0 |
386 | 2024-12-31T16:23:19.989Z | Compiling postcard v1.1.1 |
387 | 2024-12-31T16:23:20.025Z | Compiling uuid v1.11.0 |
388 | 2024-12-31T16:23:20.187Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
389 | 2024-12-31T16:23:20.190Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
390 | 2024-12-31T16:23:21.547Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
391 | 2024-12-31T16:23:27.616Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
392 | 2024-12-31T16:23:31.281Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
393 | 2024-12-31T16:23:34.352Z | warning: creating a mutable reference to mutable static is discouraged |
394 | 2024-12-31T16:23:34.352Z | --> xde/src/xde.rs:458:5 |
395 | 2024-12-31T16:23:34.352Z | | |
396 | 2024-12-31T16:23:34.352Z | 458 | xde_devs.init(KRwLockType::Driver); |
397 | 2024-12-31T16:23:34.352Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
398 | 2024-12-31T16:23:34.352Z | | |
399 | 2024-12-31T16:23:34.352Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
400 | 2024-12-31T16:23:34.352Z | = 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 |
401 | 2024-12-31T16:23:34.352Z | = note: `#[warn(static_mut_refs)]` on by default |
402 | 2024-12-31T16:23:34.352Z | |
403 | 2024-12-31T16:23:34.356Z | warning: creating a shared reference to mutable static is discouraged |
404 | 2024-12-31T16:23:34.356Z | --> xde/src/xde.rs:782:25 |
405 | 2024-12-31T16:23:34.356Z | | |
406 | 2024-12-31T16:23:34.356Z | 782 | let devs = unsafe { xde_devs.read() }; |
407 | 2024-12-31T16:23:34.356Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
408 | 2024-12-31T16:23:34.356Z | | |
409 | 2024-12-31T16:23:34.356Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
410 | 2024-12-31T16:23:34.356Z | = 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 |
411 | 2024-12-31T16:23:34.356Z | |
412 | 2024-12-31T16:23:34.356Z | warning: creating a shared reference to mutable static is discouraged |
413 | 2024-12-31T16:23:34.356Z | --> xde/src/xde.rs:810:29 |
414 | 2024-12-31T16:23:34.356Z | | |
415 | 2024-12-31T16:23:34.356Z | 810 | let mut devs = unsafe { xde_devs.write() }; |
416 | 2024-12-31T16:23:34.356Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
417 | 2024-12-31T16:23:34.356Z | | |
418 | 2024-12-31T16:23:34.356Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
419 | 2024-12-31T16:23:34.356Z | = 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 |
420 | 2024-12-31T16:23:34.356Z | |
421 | 2024-12-31T16:23:34.356Z | warning: creating a shared reference to mutable static is discouraged |
422 | 2024-12-31T16:23:34.356Z | --> xde/src/xde.rs:944:29 |
423 | 2024-12-31T16:23:34.356Z | | |
424 | 2024-12-31T16:23:34.356Z | 944 | let mut devs = unsafe { xde_devs.write() }; |
425 | 2024-12-31T16:23:34.356Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
426 | 2024-12-31T16:23:34.356Z | | |
427 | 2024-12-31T16:23:34.356Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
428 | 2024-12-31T16:23:34.356Z | = 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 |
429 | 2024-12-31T16:23:34.356Z | |
430 | 2024-12-31T16:23:34.356Z | warning: creating a shared reference to mutable static is discouraged |
431 | 2024-12-31T16:23:34.356Z | --> xde/src/xde.rs:1032:18 |
432 | 2024-12-31T16:23:34.356Z | | |
433 | 2024-12-31T16:23:34.356Z | 1032 | if unsafe { !xde_devs.read().is_empty() } { |
434 | 2024-12-31T16:23:34.356Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
435 | 2024-12-31T16:23:34.356Z | | |
436 | 2024-12-31T16:23:34.356Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
437 | 2024-12-31T16:23:34.357Z | = 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 |
438 | 2024-12-31T16:23:34.357Z | |
439 | 2024-12-31T16:23:34.360Z | warning: creating a shared reference to mutable static is discouraged |
440 | 2024-12-31T16:23:34.360Z | --> xde/src/xde.rs:1359:9 |
441 | 2024-12-31T16:23:34.360Z | | |
442 | 2024-12-31T16:23:34.360Z | 1359 | if !xde_devs.read().is_empty() { |
443 | 2024-12-31T16:23:34.360Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
444 | 2024-12-31T16:23:34.360Z | | |
445 | 2024-12-31T16:23:34.360Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
446 | 2024-12-31T16:23:34.360Z | = 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 |
447 | 2024-12-31T16:23:34.360Z | |
448 | 2024-12-31T16:23:34.360Z | warning: creating a shared reference to mutable static is discouraged |
449 | 2024-12-31T16:23:34.360Z | --> xde/src/xde.rs:1816:37 |
450 | 2024-12-31T16:23:34.360Z | | |
451 | 2024-12-31T16:23:34.360Z | 1816 | let devs = unsafe { xde_devs.read() }; |
452 | 2024-12-31T16:23:34.360Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
453 | 2024-12-31T16:23:34.360Z | | |
454 | 2024-12-31T16:23:34.360Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
455 | 2024-12-31T16:23:34.360Z | = 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 |
456 | 2024-12-31T16:23:34.360Z | |
457 | 2024-12-31T16:23:34.360Z | warning: creating a shared reference to mutable static is discouraged |
458 | 2024-12-31T16:23:34.360Z | --> xde/src/xde.rs:2142:16 |
459 | 2024-12-31T16:23:34.360Z | | |
460 | 2024-12-31T16:23:34.360Z | 2142 | let devs = xde_devs.read(); |
461 | 2024-12-31T16:23:34.360Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
462 | 2024-12-31T16:23:34.360Z | | |
463 | 2024-12-31T16:23:34.360Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
464 | 2024-12-31T16:23:34.360Z | = 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 |
465 | 2024-12-31T16:23:34.360Z | |
466 | 2024-12-31T16:23:34.360Z | warning: creating a shared reference to mutable static is discouraged |
467 | 2024-12-31T16:23:34.360Z | --> xde/src/xde.rs:2191:25 |
468 | 2024-12-31T16:23:34.360Z | | |
469 | 2024-12-31T16:23:34.360Z | 2191 | let devs = unsafe { xde_devs.read() }; |
470 | 2024-12-31T16:23:34.360Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
471 | 2024-12-31T16:23:34.360Z | | |
472 | 2024-12-31T16:23:34.360Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
473 | 2024-12-31T16:23:34.360Z | = 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 |
474 | 2024-12-31T16:23:34.361Z | |
475 | 2024-12-31T16:23:34.361Z | warning: creating a shared reference to mutable static is discouraged |
476 | 2024-12-31T16:23:34.361Z | --> xde/src/xde.rs:2204:25 |
477 | 2024-12-31T16:23:34.361Z | | |
478 | 2024-12-31T16:23:34.361Z | 2204 | let devs = unsafe { xde_devs.read() }; |
479 | 2024-12-31T16:23:34.361Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
480 | 2024-12-31T16:23:34.361Z | | |
481 | 2024-12-31T16:23:34.361Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
482 | 2024-12-31T16:23:34.361Z | = 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 |
483 | 2024-12-31T16:23:34.361Z | |
484 | 2024-12-31T16:23:34.361Z | warning: creating a shared reference to mutable static is discouraged |
485 | 2024-12-31T16:23:34.361Z | --> xde/src/xde.rs:2215:25 |
486 | 2024-12-31T16:23:34.361Z | | |
487 | 2024-12-31T16:23:34.361Z | 2215 | let devs = unsafe { xde_devs.read() }; |
488 | 2024-12-31T16:23:34.361Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
489 | 2024-12-31T16:23:34.361Z | | |
490 | 2024-12-31T16:23:34.361Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
491 | 2024-12-31T16:23:34.361Z | = 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 |
492 | 2024-12-31T16:23:34.361Z | |
493 | 2024-12-31T16:23:34.365Z | warning: creating a shared reference to mutable static is discouraged |
494 | 2024-12-31T16:23:34.365Z | --> xde/src/xde.rs:2227:25 |
495 | 2024-12-31T16:23:34.365Z | | |
496 | 2024-12-31T16:23:34.365Z | 2227 | let devs = unsafe { xde_devs.read() }; |
497 | 2024-12-31T16:23:34.365Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
498 | 2024-12-31T16:23:34.365Z | | |
499 | 2024-12-31T16:23:34.365Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
500 | 2024-12-31T16:23:34.365Z | = 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 |
501 | 2024-12-31T16:23:34.365Z | |
502 | 2024-12-31T16:23:34.365Z | warning: creating a shared reference to mutable static is discouraged |
503 | 2024-12-31T16:23:34.365Z | --> xde/src/xde.rs:2239:25 |
504 | 2024-12-31T16:23:34.365Z | | |
505 | 2024-12-31T16:23:34.365Z | 2239 | let devs = unsafe { xde_devs.read() }; |
506 | 2024-12-31T16:23:34.365Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
507 | 2024-12-31T16:23:34.365Z | | |
508 | 2024-12-31T16:23:34.365Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
509 | 2024-12-31T16:23:34.365Z | = 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 |
510 | 2024-12-31T16:23:34.365Z | |
511 | 2024-12-31T16:23:34.365Z | warning: creating a shared reference to mutable static is discouraged |
512 | 2024-12-31T16:23:34.365Z | --> xde/src/xde.rs:2303:25 |
513 | 2024-12-31T16:23:34.365Z | | |
514 | 2024-12-31T16:23:34.365Z | 2303 | let devs = unsafe { xde_devs.read() }; |
515 | 2024-12-31T16:23:34.365Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
516 | 2024-12-31T16:23:34.365Z | | |
517 | 2024-12-31T16:23:34.365Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
518 | 2024-12-31T16:23:34.365Z | = 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 |
519 | 2024-12-31T16:23:34.365Z | |
520 | 2024-12-31T16:23:34.365Z | warning: creating a shared reference to mutable static is discouraged |
521 | 2024-12-31T16:23:34.365Z | --> xde/src/xde.rs:2314:25 |
522 | 2024-12-31T16:23:34.365Z | | |
523 | 2024-12-31T16:23:34.365Z | 2314 | let devs = unsafe { xde_devs.read() }; |
524 | 2024-12-31T16:23:34.365Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
525 | 2024-12-31T16:23:34.366Z | | |
526 | 2024-12-31T16:23:34.366Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
527 | 2024-12-31T16:23:34.366Z | = 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 |
528 | 2024-12-31T16:23:34.366Z | |
529 | 2024-12-31T16:23:34.366Z | warning: creating a shared reference to mutable static is discouraged |
530 | 2024-12-31T16:23:34.366Z | --> xde/src/xde.rs:2326:25 |
531 | 2024-12-31T16:23:34.366Z | | |
532 | 2024-12-31T16:23:34.366Z | 2326 | let devs = unsafe { xde_devs.read() }; |
533 | 2024-12-31T16:23:34.366Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
534 | 2024-12-31T16:23:34.366Z | | |
535 | 2024-12-31T16:23:34.366Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
536 | 2024-12-31T16:23:34.366Z | = 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 |
537 | 2024-12-31T16:23:34.366Z | |
538 | 2024-12-31T16:23:34.366Z | warning: creating a shared reference to mutable static is discouraged |
539 | 2024-12-31T16:23:34.366Z | --> xde/src/xde.rs:2340:25 |
540 | 2024-12-31T16:23:34.366Z | | |
541 | 2024-12-31T16:23:34.366Z | 2340 | let devs = unsafe { xde_devs.read() }; |
542 | 2024-12-31T16:23:34.366Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
543 | 2024-12-31T16:23:34.366Z | | |
544 | 2024-12-31T16:23:34.366Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
545 | 2024-12-31T16:23:34.366Z | = 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 |
546 | 2024-12-31T16:23:34.366Z | |
547 | 2024-12-31T16:23:34.366Z | warning: creating a shared reference to mutable static is discouraged |
548 | 2024-12-31T16:23:34.366Z | --> xde/src/xde.rs:2353:25 |
549 | 2024-12-31T16:23:34.366Z | | |
550 | 2024-12-31T16:23:34.366Z | 2353 | let devs = unsafe { xde_devs.read() }; |
551 | 2024-12-31T16:23:34.366Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
552 | 2024-12-31T16:23:34.366Z | | |
553 | 2024-12-31T16:23:34.366Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
554 | 2024-12-31T16:23:34.366Z | = 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 |
555 | 2024-12-31T16:23:34.366Z | |
556 | 2024-12-31T16:23:34.366Z | warning: creating a shared reference to mutable static is discouraged |
557 | 2024-12-31T16:23:34.366Z | --> xde/src/xde.rs:2366:25 |
558 | 2024-12-31T16:23:34.366Z | | |
559 | 2024-12-31T16:23:34.366Z | 2366 | let devs = unsafe { xde_devs.read() }; |
560 | 2024-12-31T16:23:34.366Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
561 | 2024-12-31T16:23:34.366Z | | |
562 | 2024-12-31T16:23:34.366Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
563 | 2024-12-31T16:23:34.366Z | = 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 |
564 | 2024-12-31T16:23:34.367Z | |
565 | 2024-12-31T16:23:34.367Z | warning: creating a shared reference to mutable static is discouraged |
566 | 2024-12-31T16:23:34.367Z | --> xde/src/xde.rs:2377:25 |
567 | 2024-12-31T16:23:34.367Z | | |
568 | 2024-12-31T16:23:34.367Z | 2377 | let devs = unsafe { xde_devs.read() }; |
569 | 2024-12-31T16:23:34.367Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
570 | 2024-12-31T16:23:34.367Z | | |
571 | 2024-12-31T16:23:34.367Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
572 | 2024-12-31T16:23:34.367Z | = 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 |
573 | 2024-12-31T16:23:34.367Z | |
574 | 2024-12-31T16:23:34.367Z | warning: creating a shared reference to mutable static is discouraged |
575 | 2024-12-31T16:23:34.367Z | --> xde/src/xde.rs:2389:25 |
576 | 2024-12-31T16:23:34.367Z | | |
577 | 2024-12-31T16:23:34.367Z | 2389 | let devs = unsafe { xde_devs.read() }; |
578 | 2024-12-31T16:23:34.367Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
579 | 2024-12-31T16:23:34.367Z | | |
580 | 2024-12-31T16:23:34.367Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
581 | 2024-12-31T16:23:34.367Z | = 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 |
582 | 2024-12-31T16:23:34.367Z | |
583 | 2024-12-31T16:23:34.367Z | warning: creating a shared reference to mutable static is discouraged |
584 | 2024-12-31T16:23:34.367Z | --> xde/src/xde.rs:2404:25 |
585 | 2024-12-31T16:23:34.367Z | | |
586 | 2024-12-31T16:23:34.367Z | 2404 | let devs = unsafe { xde_devs.read() }; |
587 | 2024-12-31T16:23:34.367Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
588 | 2024-12-31T16:23:34.367Z | | |
589 | 2024-12-31T16:23:34.367Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
590 | 2024-12-31T16:23:34.367Z | = 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 |
591 | 2024-12-31T16:23:34.367Z | |
592 | 2024-12-31T16:23:34.367Z | warning: creating a shared reference to mutable static is discouraged |
593 | 2024-12-31T16:23:34.370Z | --> xde/src/xde.rs:2418:25 |
594 | 2024-12-31T16:23:34.370Z | | |
595 | 2024-12-31T16:23:34.370Z | 2418 | let devs = unsafe { xde_devs.read() }; |
596 | 2024-12-31T16:23:34.370Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
597 | 2024-12-31T16:23:34.370Z | | |
598 | 2024-12-31T16:23:34.370Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
599 | 2024-12-31T16:23:34.370Z | = 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 |
600 | 2024-12-31T16:23:34.370Z | |
601 | 2024-12-31T16:23:37.055Z | warning: `xde` (lib) generated 23 warnings |
602 | 2024-12-31T16:23:37.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.75s |
603 | 2024-12-31T16:23:37.087Z | Linking xde kmod... |
604 | 2024-12-31T16:23:41.070Z | Building xde dev link helper (debug). |
605 | 2024-12-31T16:23:41.248Z | Compiling compiler_builtins v0.1.138 |
606 | 2024-12-31T16:23:41.248Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
607 | 2024-12-31T16:23:41.248Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
608 | 2024-12-31T16:23:56.176Z | 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) |
609 | 2024-12-31T16:23:56.933Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
610 | 2024-12-31T16:24:00.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s |
611 | 2024-12-31T16:24:00.118Z | Building opteadm (release). |
612 | 2024-12-31T16:24:00.399Z | Compiling proc-macro2 v1.0.92 |
613 | 2024-12-31T16:24:00.399Z | Compiling unicode-ident v1.0.14 |
614 | 2024-12-31T16:24:00.402Z | Compiling libc v0.2.169 |
615 | 2024-12-31T16:24:00.402Z | Compiling serde v1.0.216 |
616 | 2024-12-31T16:24:00.402Z | Compiling cfg-if v1.0.0 |
617 | 2024-12-31T16:24:00.402Z | Compiling byteorder v1.5.0 |
618 | 2024-12-31T16:24:00.402Z | Compiling fnv v1.0.7 |
619 | 2024-12-31T16:24:00.402Z | Compiling strsim v0.11.1 |
620 | 2024-12-31T16:24:00.472Z | Compiling ident_case v1.0.1 |
621 | 2024-12-31T16:24:00.515Z | Compiling memchr v2.7.4 |
622 | 2024-12-31T16:24:00.554Z | Compiling syn v1.0.109 |
623 | 2024-12-31T16:24:00.620Z | Compiling regex-syntax v0.8.5 |
624 | 2024-12-31T16:24:00.732Z | Compiling autocfg v1.4.0 |
625 | 2024-12-31T16:24:00.939Z | Compiling hashbrown v0.15.2 |
626 | 2024-12-31T16:24:00.969Z | Compiling either v1.13.0 |
627 | 2024-12-31T16:24:01.141Z | Compiling equivalent v1.0.1 |
628 | 2024-12-31T16:24:01.238Z | Compiling zerocopy v0.8.13 |
629 | 2024-12-31T16:24:01.294Z | Compiling anyhow v1.0.95 |
630 | 2024-12-31T16:24:01.416Z | Compiling aho-corasick v1.1.3 |
631 | 2024-12-31T16:24:01.764Z | Compiling lock_api v0.4.12 |
632 | 2024-12-31T16:24:01.823Z | Compiling itertools v0.13.0 |
633 | 2024-12-31T16:24:01.937Z | Compiling indexmap v2.7.0 |
634 | 2024-12-31T16:24:01.968Z | Compiling quote v1.0.37 |
635 | 2024-12-31T16:24:02.122Z | Compiling toml_datetime v0.6.8 |
636 | 2024-12-31T16:24:02.466Z | Compiling syn v2.0.91 |
637 | 2024-12-31T16:24:02.500Z | Compiling winnow v0.5.40 |
638 | 2024-12-31T16:24:02.511Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-12-31T16:24:03.063Z | Compiling heapless v0.8.0 |
640 | 2024-12-31T16:24:04.054Z | Compiling regex-automata v0.4.9 |
641 | 2024-12-31T16:24:04.533Z | Compiling hash32 v0.3.1 |
642 | 2024-12-31T16:24:04.733Z | Compiling scopeguard v1.2.0 |
643 | 2024-12-31T16:24:04.855Z | Compiling smallvec v1.13.2 |
644 | 2024-12-31T16:24:05.011Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
645 | 2024-12-31T16:24:05.119Z | Compiling smoltcp v0.11.0 |
646 | 2024-12-31T16:24:05.285Z | Compiling macaddr v1.0.1 |
647 | 2024-12-31T16:24:05.396Z | Compiling serde_json v1.0.134 |
648 | 2024-12-31T16:24:05.686Z | Compiling toml_edit v0.19.15 |
649 | 2024-12-31T16:24:05.726Z | Compiling once_cell v1.20.2 |
650 | 2024-12-31T16:24:05.762Z | Compiling stable_deref_trait v1.2.0 |
651 | 2024-12-31T16:24:05.847Z | Compiling dyn-clone v1.0.17 |
652 | 2024-12-31T16:24:06.046Z | Compiling getrandom v0.2.15 |
653 | 2024-12-31T16:24:06.337Z | Compiling schemars v0.8.21 |
654 | 2024-12-31T16:24:06.427Z | Compiling thiserror v1.0.69 |
655 | 2024-12-31T16:24:06.699Z | Compiling ryu v1.0.18 |
656 | 2024-12-31T16:24:06.714Z | Compiling rustix v0.38.42 |
657 | 2024-12-31T16:24:06.808Z | Compiling cobs v0.2.3 |
658 | 2024-12-31T16:24:06.971Z | Compiling itoa v1.0.14 |
659 | 2024-12-31T16:24:07.088Z | Compiling pin-project-lite v0.2.15 |
660 | 2024-12-31T16:24:07.104Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
661 | 2024-12-31T16:24:07.169Z | Compiling managed v0.8.0 |
662 | 2024-12-31T16:24:07.203Z | Compiling version_check v0.9.5 |
663 | 2024-12-31T16:24:07.350Z | Compiling bitflags v1.3.2 |
664 | 2024-12-31T16:24:07.603Z | Compiling parking_lot v0.12.3 |
665 | 2024-12-31T16:24:07.719Z | Compiling regex v1.11.1 |
666 | 2024-12-31T16:24:07.750Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
667 | 2024-12-31T16:24:08.109Z | Compiling proc-macro-crate v1.3.1 |
668 | 2024-12-31T16:24:08.583Z | Compiling rand_core v0.6.4 |
669 | 2024-12-31T16:24:08.864Z | Compiling darling_core v0.20.10 |
670 | 2024-12-31T16:24:09.014Z | Compiling serde_derive_internals v0.29.1 |
671 | 2024-12-31T16:24:09.174Z | Compiling signal-hook-registry v1.4.2 |
672 | 2024-12-31T16:24:10.298Z | Compiling socket2 v0.5.8 |
673 | 2024-12-31T16:24:10.750Z | Compiling errno v0.3.10 |
674 | 2024-12-31T16:24:10.918Z | Compiling mio v1.0.3 |
675 | 2024-12-31T16:24:11.028Z | Compiling unicode-width v0.1.14 |
676 | 2024-12-31T16:24:11.346Z | Compiling foreign-types-shared v0.3.1 |
677 | 2024-12-31T16:24:11.404Z | Compiling bytes v1.9.0 |
678 | 2024-12-31T16:24:11.449Z | Compiling utf8parse v0.2.2 |
679 | 2024-12-31T16:24:11.588Z | Compiling anstyle-parse v0.2.6 |
680 | 2024-12-31T16:24:11.922Z | Compiling tabwriter v1.4.0 |
681 | 2024-12-31T16:24:11.977Z | Compiling num_enum_derive v0.5.11 |
682 | 2024-12-31T16:24:12.092Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
683 | 2024-12-31T16:24:12.520Z | Compiling tracing-core v0.1.33 |
684 | 2024-12-31T16:24:12.950Z | Compiling cstr-argument v0.1.2 |
685 | 2024-12-31T16:24:13.092Z | Compiling serde_derive v1.0.216 |
686 | 2024-12-31T16:24:13.173Z | Compiling zerocopy-derive v0.8.13 |
687 | 2024-12-31T16:24:13.419Z | Compiling zerocopy-derive v0.7.35 |
688 | 2024-12-31T16:24:13.613Z | Compiling tokio-macros v2.4.0 |
689 | 2024-12-31T16:24:14.040Z | Compiling schemars_derive v0.8.21 |
690 | 2024-12-31T16:24:14.153Z | Compiling darling_macro v0.20.10 |
691 | 2024-12-31T16:24:14.272Z | Compiling thiserror-impl v1.0.69 |
692 | 2024-12-31T16:24:14.280Z | Compiling foreign-types-macros v0.2.3 |
693 | 2024-12-31T16:24:15.088Z | Compiling tokio v1.42.0 |
694 | 2024-12-31T16:24:15.137Z | Compiling darling v0.20.10 |
695 | 2024-12-31T16:24:15.236Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
696 | 2024-12-31T16:24:15.320Z | Compiling zerocopy v0.7.35 |
697 | 2024-12-31T16:24:15.521Z | Compiling foreign-types v0.5.0 |
698 | 2024-12-31T16:24:15.612Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
699 | 2024-12-31T16:24:16.607Z | Compiling ppv-lite86 v0.2.20 |
700 | 2024-12-31T16:24:16.710Z | Compiling num_enum v0.5.11 |
701 | 2024-12-31T16:24:16.733Z | Compiling tracing-attributes v0.1.28 |
702 | 2024-12-31T16:24:16.867Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
703 | 2024-12-31T16:24:17.284Z | Compiling rand_chacha v0.3.1 |
704 | 2024-12-31T16:24:17.329Z | Compiling crc32fast v1.4.2 |
705 | 2024-12-31T16:24:17.666Z | Compiling anstyle-query v1.1.2 |
706 | 2024-12-31T16:24:17.743Z | Compiling pretty-hex v0.2.1 |
707 | 2024-12-31T16:24:17.795Z | Compiling thiserror v2.0.9 |
708 | 2024-12-31T16:24:17.928Z | Compiling colorchoice v1.0.3 |
709 | 2024-12-31T16:24:18.060Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
710 | 2024-12-31T16:24:18.362Z | Compiling lazy_static v1.5.0 |
711 | 2024-12-31T16:24:18.415Z | Compiling is_terminal_polyfill v1.70.1 |
712 | 2024-12-31T16:24:18.519Z | Compiling anstyle v1.0.10 |
713 | 2024-12-31T16:24:18.565Z | Compiling colored v2.2.0 |
714 | 2024-12-31T16:24:18.945Z | Compiling anstream v0.6.18 |
715 | 2024-12-31T16:24:19.082Z | Compiling rand v0.8.5 |
716 | 2024-12-31T16:24:19.630Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
717 | 2024-12-31T16:24:19.665Z | Compiling tracing v0.1.41 |
718 | 2024-12-31T16:24:19.922Z | Compiling thiserror-impl v2.0.9 |
719 | 2024-12-31T16:24:20.226Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
720 | 2024-12-31T16:24:20.262Z | Compiling heck v0.5.0 |
721 | 2024-12-31T16:24:20.609Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
722 | 2024-12-31T16:24:20.772Z | Compiling clap_lex v0.7.4 |
723 | 2024-12-31T16:24:20.829Z | Compiling winnow v0.6.20 |
724 | 2024-12-31T16:24:20.935Z | Compiling clap_derive v4.5.18 |
725 | 2024-12-31T16:24:21.286Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
726 | 2024-12-31T16:24:21.348Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
727 | 2024-12-31T16:24:22.828Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
728 | 2024-12-31T16:24:25.106Z | Compiling bitflags v2.6.0 |
729 | 2024-12-31T16:24:25.106Z | Compiling ipnetwork v0.20.0 |
730 | 2024-12-31T16:24:25.233Z | Compiling postcard v1.1.1 |
731 | 2024-12-31T16:24:25.300Z | Compiling uuid v1.11.0 |
732 | 2024-12-31T16:24:25.508Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
733 | 2024-12-31T16:24:25.522Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
734 | 2024-12-31T16:24:26.409Z | Compiling terminal_size v0.4.1 |
735 | 2024-12-31T16:24:26.502Z | Compiling clap_builder v4.5.23 |
736 | 2024-12-31T16:24:27.407Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
737 | 2024-12-31T16:24:28.033Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
738 | 2024-12-31T16:24:30.117Z | Compiling clap v4.5.23 |
739 | 2024-12-31T16:24:34.240Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
740 | 2024-12-31T16:24:36.195Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
741 | 2024-12-31T16:25:11.689Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 11s |
742 | 2024-12-31T16:25:11.737Z | Building xde (release). |
743 | 2024-12-31T16:25:12.047Z | Compiling compiler_builtins v0.1.138 |
744 | 2024-12-31T16:25:12.047Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
745 | 2024-12-31T16:25:12.050Z | Compiling proc-macro2 v1.0.92 |
746 | 2024-12-31T16:25:12.050Z | Compiling unicode-ident v1.0.14 |
747 | 2024-12-31T16:25:12.050Z | Compiling ident_case v1.0.1 |
748 | 2024-12-31T16:25:12.050Z | Compiling strsim v0.11.1 |
749 | 2024-12-31T16:25:12.050Z | Compiling fnv v1.0.7 |
750 | 2024-12-31T16:25:12.050Z | Compiling serde v1.0.216 |
751 | 2024-12-31T16:25:12.149Z | Compiling memchr v2.7.4 |
752 | 2024-12-31T16:25:12.187Z | Compiling regex-syntax v0.8.5 |
753 | 2024-12-31T16:25:12.225Z | Compiling zerocopy v0.8.13 |
754 | 2024-12-31T16:25:12.639Z | Compiling either v1.13.0 |
755 | 2024-12-31T16:25:12.857Z | Compiling heapless v0.8.0 |
756 | 2024-12-31T16:25:12.976Z | Compiling itertools v0.13.0 |
757 | 2024-12-31T16:25:13.129Z | Compiling aho-corasick v1.1.3 |
758 | 2024-12-31T16:25:13.261Z | Compiling smoltcp v0.11.0 |
759 | 2024-12-31T16:25:13.655Z | Compiling quote v1.0.37 |
760 | 2024-12-31T16:25:13.726Z | Compiling version_check v0.9.5 |
761 | 2024-12-31T16:25:14.045Z | Compiling syn v2.0.91 |
762 | 2024-12-31T16:25:14.517Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
763 | 2024-12-31T16:25:15.594Z | Compiling regex-automata v0.4.9 |
764 | 2024-12-31T16:25:18.411Z | Compiling regex v1.11.1 |
765 | 2024-12-31T16:25:18.761Z | Compiling darling_core v0.20.10 |
766 | 2024-12-31T16:25:21.289Z | Compiling serde_derive v1.0.216 |
767 | 2024-12-31T16:25:21.297Z | Compiling zerocopy-derive v0.8.13 |
768 | 2024-12-31T16:25:21.302Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
769 | 2024-12-31T16:25:22.580Z | Compiling darling_macro v0.20.10 |
770 | 2024-12-31T16:25:23.788Z | Compiling darling v0.20.10 |
771 | 2024-12-31T16:25:23.860Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
772 | 2024-12-31T16:25:23.860Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
773 | 2024-12-31T16:25:33.003Z | 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) |
774 | 2024-12-31T16:25:33.828Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
775 | 2024-12-31T16:25:36.780Z | Compiling byteorder v1.5.0 |
776 | 2024-12-31T16:25:36.783Z | Compiling stable_deref_trait v1.2.0 |
777 | 2024-12-31T16:25:36.783Z | Compiling macaddr v1.0.1 |
778 | 2024-12-31T16:25:36.783Z | Compiling cfg-if v1.0.0 |
779 | 2024-12-31T16:25:36.783Z | Compiling cobs v0.2.3 |
780 | 2024-12-31T16:25:36.860Z | Compiling bitflags v1.3.2 |
781 | 2024-12-31T16:25:36.879Z | Compiling managed v0.8.0 |
782 | 2024-12-31T16:25:37.081Z | Compiling hash32 v0.3.1 |
783 | 2024-12-31T16:25:37.121Z | Compiling crc32fast v1.4.2 |
784 | 2024-12-31T16:25:37.207Z | Compiling dyn-clone v1.0.17 |
785 | 2024-12-31T16:25:37.334Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
786 | 2024-12-31T16:25:39.244Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
787 | 2024-12-31T16:25:40.450Z | Compiling bitflags v2.6.0 |
788 | 2024-12-31T16:25:40.450Z | Compiling postcard v1.1.1 |
789 | 2024-12-31T16:25:40.766Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
790 | 2024-12-31T16:25:40.795Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
791 | 2024-12-31T16:25:40.821Z | Compiling uuid v1.11.0 |
792 | 2024-12-31T16:25:42.296Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
793 | 2024-12-31T16:25:47.542Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
794 | 2024-12-31T16:25:51.373Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
795 | 2024-12-31T16:25:53.580Z | warning: creating a mutable reference to mutable static is discouraged |
796 | 2024-12-31T16:25:53.580Z | --> xde/src/xde.rs:458:5 |
797 | 2024-12-31T16:25:53.580Z | | |
798 | 2024-12-31T16:25:53.580Z | 458 | xde_devs.init(KRwLockType::Driver); |
799 | 2024-12-31T16:25:53.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
800 | 2024-12-31T16:25:53.580Z | | |
801 | 2024-12-31T16:25:53.580Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
802 | 2024-12-31T16:25:53.580Z | = 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 |
803 | 2024-12-31T16:25:53.580Z | = note: `#[warn(static_mut_refs)]` on by default |
804 | 2024-12-31T16:25:53.580Z | |
805 | 2024-12-31T16:25:53.583Z | warning: creating a shared reference to mutable static is discouraged |
806 | 2024-12-31T16:25:53.583Z | --> xde/src/xde.rs:782:25 |
807 | 2024-12-31T16:25:53.583Z | | |
808 | 2024-12-31T16:25:53.583Z | 782 | let devs = unsafe { xde_devs.read() }; |
809 | 2024-12-31T16:25:53.583Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
810 | 2024-12-31T16:25:53.583Z | | |
811 | 2024-12-31T16:25:53.583Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
812 | 2024-12-31T16:25:53.583Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
813 | 2024-12-31T16:25:53.583Z | |
814 | 2024-12-31T16:25:53.583Z | warning: creating a shared reference to mutable static is discouraged |
815 | 2024-12-31T16:25:53.583Z | --> xde/src/xde.rs:810:29 |
816 | 2024-12-31T16:25:53.583Z | | |
817 | 2024-12-31T16:25:53.583Z | 810 | let mut devs = unsafe { xde_devs.write() }; |
818 | 2024-12-31T16:25:53.583Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
819 | 2024-12-31T16:25:53.583Z | | |
820 | 2024-12-31T16:25:53.583Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
821 | 2024-12-31T16:25:53.584Z | = 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 |
822 | 2024-12-31T16:25:53.584Z | |
823 | 2024-12-31T16:25:53.584Z | warning: creating a shared reference to mutable static is discouraged |
824 | 2024-12-31T16:25:53.584Z | --> xde/src/xde.rs:944:29 |
825 | 2024-12-31T16:25:53.584Z | | |
826 | 2024-12-31T16:25:53.584Z | 944 | let mut devs = unsafe { xde_devs.write() }; |
827 | 2024-12-31T16:25:53.584Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
828 | 2024-12-31T16:25:53.584Z | | |
829 | 2024-12-31T16:25:53.584Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
830 | 2024-12-31T16:25:53.584Z | = 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 |
831 | 2024-12-31T16:25:53.584Z | |
832 | 2024-12-31T16:25:53.584Z | warning: creating a shared reference to mutable static is discouraged |
833 | 2024-12-31T16:25:53.584Z | --> xde/src/xde.rs:1032:18 |
834 | 2024-12-31T16:25:53.584Z | | |
835 | 2024-12-31T16:25:53.584Z | 1032 | if unsafe { !xde_devs.read().is_empty() } { |
836 | 2024-12-31T16:25:53.584Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
837 | 2024-12-31T16:25:53.584Z | | |
838 | 2024-12-31T16:25:53.584Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
839 | 2024-12-31T16:25:53.584Z | = 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 |
840 | 2024-12-31T16:25:53.584Z | |
841 | 2024-12-31T16:25:53.584Z | warning: creating a shared reference to mutable static is discouraged |
842 | 2024-12-31T16:25:53.584Z | --> xde/src/xde.rs:1359:9 |
843 | 2024-12-31T16:25:53.584Z | | |
844 | 2024-12-31T16:25:53.584Z | 1359 | if !xde_devs.read().is_empty() { |
845 | 2024-12-31T16:25:53.584Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
846 | 2024-12-31T16:25:53.584Z | | |
847 | 2024-12-31T16:25:53.584Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
848 | 2024-12-31T16:25:53.584Z | = 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 |
849 | 2024-12-31T16:25:53.584Z | |
850 | 2024-12-31T16:25:53.588Z | warning: creating a shared reference to mutable static is discouraged |
851 | 2024-12-31T16:25:53.588Z | --> xde/src/xde.rs:1816:37 |
852 | 2024-12-31T16:25:53.588Z | | |
853 | 2024-12-31T16:25:53.588Z | 1816 | let devs = unsafe { xde_devs.read() }; |
854 | 2024-12-31T16:25:53.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
855 | 2024-12-31T16:25:53.588Z | | |
856 | 2024-12-31T16:25:53.588Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
857 | 2024-12-31T16:25:53.588Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
858 | 2024-12-31T16:25:53.588Z | |
859 | 2024-12-31T16:25:53.588Z | warning: creating a shared reference to mutable static is discouraged |
860 | 2024-12-31T16:25:53.588Z | --> xde/src/xde.rs:2142:16 |
861 | 2024-12-31T16:25:53.588Z | | |
862 | 2024-12-31T16:25:53.588Z | 2142 | let devs = xde_devs.read(); |
863 | 2024-12-31T16:25:53.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
864 | 2024-12-31T16:25:53.588Z | | |
865 | 2024-12-31T16:25:53.588Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
866 | 2024-12-31T16:25:53.588Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
867 | 2024-12-31T16:25:53.588Z | |
868 | 2024-12-31T16:25:53.588Z | warning: creating a shared reference to mutable static is discouraged |
869 | 2024-12-31T16:25:53.588Z | --> xde/src/xde.rs:2191:25 |
870 | 2024-12-31T16:25:53.588Z | | |
871 | 2024-12-31T16:25:53.588Z | 2191 | let devs = unsafe { xde_devs.read() }; |
872 | 2024-12-31T16:25:53.588Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
873 | 2024-12-31T16:25:53.588Z | | |
874 | 2024-12-31T16:25:53.588Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
875 | 2024-12-31T16:25:53.588Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
876 | 2024-12-31T16:25:53.588Z | |
877 | 2024-12-31T16:25:53.589Z | warning: creating a shared reference to mutable static is discouraged |
878 | 2024-12-31T16:25:53.589Z | --> xde/src/xde.rs:2204:25 |
879 | 2024-12-31T16:25:53.589Z | | |
880 | 2024-12-31T16:25:53.589Z | 2204 | let devs = unsafe { xde_devs.read() }; |
881 | 2024-12-31T16:25:53.589Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
882 | 2024-12-31T16:25:53.589Z | | |
883 | 2024-12-31T16:25:53.589Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
884 | 2024-12-31T16:25:53.589Z | = 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 |
885 | 2024-12-31T16:25:53.589Z | |
886 | 2024-12-31T16:25:53.589Z | warning: creating a shared reference to mutable static is discouraged |
887 | 2024-12-31T16:25:53.589Z | --> xde/src/xde.rs:2215:25 |
888 | 2024-12-31T16:25:53.589Z | | |
889 | 2024-12-31T16:25:53.589Z | 2215 | let devs = unsafe { xde_devs.read() }; |
890 | 2024-12-31T16:25:53.589Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
891 | 2024-12-31T16:25:53.589Z | | |
892 | 2024-12-31T16:25:53.589Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
893 | 2024-12-31T16:25:53.589Z | = 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 |
894 | 2024-12-31T16:25:53.589Z | |
895 | 2024-12-31T16:25:53.589Z | warning: creating a shared reference to mutable static is discouraged |
896 | 2024-12-31T16:25:53.589Z | --> xde/src/xde.rs:2227:25 |
897 | 2024-12-31T16:25:53.589Z | | |
898 | 2024-12-31T16:25:53.589Z | 2227 | let devs = unsafe { xde_devs.read() }; |
899 | 2024-12-31T16:25:53.589Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
900 | 2024-12-31T16:25:53.589Z | | |
901 | 2024-12-31T16:25:53.589Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
902 | 2024-12-31T16:25:53.589Z | = 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 |
903 | 2024-12-31T16:25:53.589Z | |
904 | 2024-12-31T16:25:53.589Z | warning: creating a shared reference to mutable static is discouraged |
905 | 2024-12-31T16:25:53.589Z | --> xde/src/xde.rs:2239:25 |
906 | 2024-12-31T16:25:53.589Z | | |
907 | 2024-12-31T16:25:53.589Z | 2239 | let devs = unsafe { xde_devs.read() }; |
908 | 2024-12-31T16:25:53.589Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
909 | 2024-12-31T16:25:53.589Z | | |
910 | 2024-12-31T16:25:53.589Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
911 | 2024-12-31T16:25:53.589Z | = 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 |
912 | 2024-12-31T16:25:53.589Z | |
913 | 2024-12-31T16:25:53.589Z | warning: creating a shared reference to mutable static is discouraged |
914 | 2024-12-31T16:25:53.589Z | --> xde/src/xde.rs:2303:25 |
915 | 2024-12-31T16:25:53.589Z | | |
916 | 2024-12-31T16:25:53.590Z | 2303 | let devs = unsafe { xde_devs.read() }; |
917 | 2024-12-31T16:25:53.590Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
918 | 2024-12-31T16:25:53.590Z | | |
919 | 2024-12-31T16:25:53.590Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
920 | 2024-12-31T16:25:53.590Z | = 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 |
921 | 2024-12-31T16:25:53.590Z | |
922 | 2024-12-31T16:25:53.590Z | warning: creating a shared reference to mutable static is discouraged |
923 | 2024-12-31T16:25:53.590Z | --> xde/src/xde.rs:2314:25 |
924 | 2024-12-31T16:25:53.590Z | | |
925 | 2024-12-31T16:25:53.590Z | 2314 | let devs = unsafe { xde_devs.read() }; |
926 | 2024-12-31T16:25:53.590Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
927 | 2024-12-31T16:25:53.590Z | | |
928 | 2024-12-31T16:25:53.590Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
929 | 2024-12-31T16:25:53.590Z | = 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 |
930 | 2024-12-31T16:25:53.590Z | |
931 | 2024-12-31T16:25:53.590Z | warning: creating a shared reference to mutable static is discouraged |
932 | 2024-12-31T16:25:53.590Z | --> xde/src/xde.rs:2326:25 |
933 | 2024-12-31T16:25:53.590Z | | |
934 | 2024-12-31T16:25:53.590Z | 2326 | let devs = unsafe { xde_devs.read() }; |
935 | 2024-12-31T16:25:53.590Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
936 | 2024-12-31T16:25:53.590Z | | |
937 | 2024-12-31T16:25:53.590Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
938 | 2024-12-31T16:25:53.590Z | = 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 |
939 | 2024-12-31T16:25:53.590Z | |
940 | 2024-12-31T16:25:53.590Z | warning: creating a shared reference to mutable static is discouraged |
941 | 2024-12-31T16:25:53.590Z | --> xde/src/xde.rs:2340:25 |
942 | 2024-12-31T16:25:53.590Z | | |
943 | 2024-12-31T16:25:53.590Z | 2340 | let devs = unsafe { xde_devs.read() }; |
944 | 2024-12-31T16:25:53.590Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
945 | 2024-12-31T16:25:53.590Z | | |
946 | 2024-12-31T16:25:53.590Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
947 | 2024-12-31T16:25:53.590Z | = 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 |
948 | 2024-12-31T16:25:53.590Z | |
949 | 2024-12-31T16:25:53.590Z | warning: creating a shared reference to mutable static is discouraged |
950 | 2024-12-31T16:25:53.594Z | --> xde/src/xde.rs:2353:25 |
951 | 2024-12-31T16:25:53.594Z | | |
952 | 2024-12-31T16:25:53.594Z | 2353 | let devs = unsafe { xde_devs.read() }; |
953 | 2024-12-31T16:25:53.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
954 | 2024-12-31T16:25:53.594Z | | |
955 | 2024-12-31T16:25:53.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
956 | 2024-12-31T16:25:53.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
957 | 2024-12-31T16:25:53.594Z | |
958 | 2024-12-31T16:25:53.594Z | warning: creating a shared reference to mutable static is discouraged |
959 | 2024-12-31T16:25:53.594Z | --> xde/src/xde.rs:2366:25 |
960 | 2024-12-31T16:25:53.594Z | | |
961 | 2024-12-31T16:25:53.594Z | 2366 | let devs = unsafe { xde_devs.read() }; |
962 | 2024-12-31T16:25:53.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
963 | 2024-12-31T16:25:53.594Z | | |
964 | 2024-12-31T16:25:53.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
965 | 2024-12-31T16:25:53.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
966 | 2024-12-31T16:25:53.594Z | |
967 | 2024-12-31T16:25:53.594Z | warning: creating a shared reference to mutable static is discouraged |
968 | 2024-12-31T16:25:53.594Z | --> xde/src/xde.rs:2377:25 |
969 | 2024-12-31T16:25:53.594Z | | |
970 | 2024-12-31T16:25:53.594Z | 2377 | let devs = unsafe { xde_devs.read() }; |
971 | 2024-12-31T16:25:53.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
972 | 2024-12-31T16:25:53.594Z | | |
973 | 2024-12-31T16:25:53.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
974 | 2024-12-31T16:25:53.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
975 | 2024-12-31T16:25:53.594Z | |
976 | 2024-12-31T16:25:53.594Z | warning: creating a shared reference to mutable static is discouraged |
977 | 2024-12-31T16:25:53.594Z | --> xde/src/xde.rs:2389:25 |
978 | 2024-12-31T16:25:53.594Z | | |
979 | 2024-12-31T16:25:53.594Z | 2389 | let devs = unsafe { xde_devs.read() }; |
980 | 2024-12-31T16:25:53.594Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
981 | 2024-12-31T16:25:53.594Z | | |
982 | 2024-12-31T16:25:53.594Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
983 | 2024-12-31T16:25:53.594Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
984 | 2024-12-31T16:25:53.594Z | |
985 | 2024-12-31T16:25:53.595Z | warning: creating a shared reference to mutable static is discouraged |
986 | 2024-12-31T16:25:53.595Z | --> xde/src/xde.rs:2404:25 |
987 | 2024-12-31T16:25:53.595Z | | |
988 | 2024-12-31T16:25:53.595Z | 2404 | let devs = unsafe { xde_devs.read() }; |
989 | 2024-12-31T16:25:53.595Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
990 | 2024-12-31T16:25:53.595Z | | |
991 | 2024-12-31T16:25:53.595Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
992 | 2024-12-31T16:25:53.595Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
993 | 2024-12-31T16:25:53.595Z | |
994 | 2024-12-31T16:25:53.595Z | warning: creating a shared reference to mutable static is discouraged |
995 | 2024-12-31T16:25:53.595Z | --> xde/src/xde.rs:2418:25 |
996 | 2024-12-31T16:25:53.595Z | | |
997 | 2024-12-31T16:25:53.595Z | 2418 | let devs = unsafe { xde_devs.read() }; |
998 | 2024-12-31T16:25:53.595Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
999 | 2024-12-31T16:25:53.595Z | | |
1000 | 2024-12-31T16:25:53.595Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1001 | 2024-12-31T16:25:53.595Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
1002 | 2024-12-31T16:25:53.595Z | |
1003 | 2024-12-31T16:26:18.417Z | warning: `xde` (lib) generated 23 warnings |
1004 | 2024-12-31T16:26:18.417Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 06s |
1005 | 2024-12-31T16:26:18.447Z | Linking xde kmod... |
1006 | 2024-12-31T16:26:19.152Z | Building xde dev link helper (release). |
1007 | 2024-12-31T16:26:19.327Z | Compiling compiler_builtins v0.1.138 |
1008 | 2024-12-31T16:26:19.327Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1009 | 2024-12-31T16:26:19.327Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1010 | 2024-12-31T16:26:35.838Z | 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) |
1011 | 2024-12-31T16:26:36.645Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1012 | 2024-12-31T16:26:40.248Z | Finished `release` profile [optimized + debuginfo] target(s) in 21.05s |
1013 | 2024-12-31T16:26:40.275Z | |
1014 | 2024-12-31T16:26:40.278Z | real 4:50.877401854 |
1015 | 2024-12-31T16:26:40.278Z | user 14:43.899579286 |
1016 | 2024-12-31T16:26:40.278Z | sys 1:28.682622678 |
1017 | 2024-12-31T16:26:40.278Z | trap 0.424402109 |
1018 | 2024-12-31T16:26:40.278Z | tflt 1.208631394 |
1019 | 2024-12-31T16:26:40.278Z | dflt 4.713622174 |
1020 | 2024-12-31T16:26:40.278Z | kflt 0.020449121 |
1021 | 2024-12-31T16:26:40.278Z | lock 27:39.699565394 |
1022 | 2024-12-31T16:26:40.278Z | slp 48:39.157516279 |
1023 | 2024-12-31T16:26:40.278Z | lat 23.542886268 |
1024 | 2024-12-31T16:26:40.278Z | stop 39.728602681 |
1025 | 2024-12-31T16:26:40.278Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1026 | 2024-12-31T16:26:40.278Z | + grep GOTPCREL |
1027 | 2024-12-31T16:26:41.782Z | + header 'package opte' |
1028 | 2024-12-31T16:26:41.782Z | + echo '# ==== package opte ==== #' |
1029 | 2024-12-31T16:26:41.782Z | # ==== package opte ==== # |
1030 | 2024-12-31T16:26:41.782Z | + cargo xtask package --skip-build |
1031 | 2024-12-31T16:26:42.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s |
1032 | 2024-12-31T16:26:42.052Z | Running `target/debug/xtask package --skip-build` |
1033 | 2024-12-31T16:26:42.411Z | + ./clean.sh |
1034 | 2024-12-31T16:26:42.422Z | + mkdir -p proto/kernel/drv/amd64 |
1035 | 2024-12-31T16:26:42.425Z | + mkdir -p proto/opt/oxide/opte/bin |
1036 | 2024-12-31T16:26:42.427Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
1037 | 2024-12-31T16:26:42.429Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
1038 | 2024-12-31T16:26:42.443Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
1039 | 2024-12-31T16:26:42.478Z | + cp ../xde/xde.conf proto/kernel/drv/ |
1040 | 2024-12-31T16:26:42.481Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
1041 | 2024-12-31T16:26:42.484Z | + '[' -z ']' |
1042 | 2024-12-31T16:26:42.484Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
1043 | 2024-12-31T16:26:42.553Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
1044 | 2024-12-31T16:26:42.622Z | + INC_DEBUG= |
1045 | 2024-12-31T16:26:42.624Z | ++ ./print-api-version.sh |
1046 | 2024-12-31T16:26:42.630Z | + API_VSN=34 |
1047 | 2024-12-31T16:26:42.633Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/330/g -e s/%API_VSN%/34/g opte.template.p5m |
1048 | 2024-12-31T16:26:42.633Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
1049 | 2024-12-31T16:26:55.036Z | + pkgdepend generate -d proto opte.base.p5m |
1050 | 2024-12-31T16:26:56.474Z | + mkdir -p packages |
1051 | 2024-12-31T16:26:56.476Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
1052 | 2024-12-31T16:27:17.150Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
1053 | 2024-12-31T16:27:17.153Z | + pkgrepo create packages/repo |
1054 | 2024-12-31T16:27:17.975Z | + pkgrepo add-publisher -s packages/repo helios-dev |
1055 | 2024-12-31T16:27:18.778Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
1056 | 2024-12-31T16:27:56.397Z | pkg://helios-dev/driver/network/opte@0.34.330,5.11:20241231T162719Z |
1057 | 2024-12-31T16:27:56.397Z | PUBLISHED |
1058 | 2024-12-31T16:27:56.445Z | + pkgrecv -a -d packages/repo/opte-0.34.330.p5p -s packages/repo -v -m latest '*' |
1059 | 2024-12-31T16:27:57.331Z | Retrieving packages for publisher helios-dev ... |
1060 | 2024-12-31T16:27:57.335Z | Retrieving catalog 'helios-dev' ... Done |
1061 | 2024-12-31T16:27:57.338Z | Retrieving and evaluating 1 package(s)... |
1062 | 2024-12-31T16:27:57.338Z | Fetching manifests: 1/1 100% complete |
1063 | 2024-12-31T16:27:57.338Z | Fetching manifests: 1/1 100% complete |
1064 | 2024-12-31T16:27:57.340Z | |
1065 | 2024-12-31T16:27:57.340Z | Archiving packages ... |
1066 | 2024-12-31T16:27:57.340Z | Packages to add: 1 |
1067 | 2024-12-31T16:27:57.340Z | Files to retrieve: 6 |
1068 | 2024-12-31T16:27:57.341Z | Estimated transfer size: 38.69 MB |
1069 | 2024-12-31T16:27:57.341Z | |
1070 | 2024-12-31T16:27:57.341Z | Packages to archive: |
1071 | 2024-12-31T16:27:57.341Z | driver/network/opte@0.34.330,5.11:20241231T162719Z |
1072 | 2024-12-31T16:27:57.341Z | |
1073 | 2024-12-31T16:27:57.341Z | Download: 0/6 items 0.0/38.7MB 0% complete |
1074 | 2024-12-31T16:27:57.460Z | Download: Completed 38.69 MB in 0.12 seconds (317M/s) |
1075 | 2024-12-31T16:27:57.463Z | Archiving: 1/20 items 0.0/38.7MB 0% complete |
1076 | 2024-12-31T16:27:57.487Z | Archiving: Completed 38.72 MB in 0.02 seconds |
1077 | 2024-12-31T16:27:57.535Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.34.330.p5p. |
1078 | 2024-12-31T16:27:57.538Z | + banner copy |
1079 | 2024-12-31T16:27:57.648Z | |
1080 | 2024-12-31T16:27:57.648Z | #### #### ##### # # |
1081 | 2024-12-31T16:27:57.648Z | # # # # # # # # |
1082 | 2024-12-31T16:27:57.648Z | # # # # # # |
1083 | 2024-12-31T16:27:57.648Z | # # # ##### # |
1084 | 2024-12-31T16:27:57.648Z | # # # # # # |
1085 | 2024-12-31T16:27:57.648Z | #### #### # # |
1086 | 2024-12-31T16:27:57.648Z | |
1087 | 2024-12-31T16:27:57.651Z | + pfexec mkdir -p /out |
1088 | 2024-12-31T16:27:57.653Z | + pfexec chown 12345 /out |
1089 | 2024-12-31T16:27:57.656Z | + PKG_NAME=/out/opte.p5p |
1090 | 2024-12-31T16:27:57.658Z | + mv pkg/packages/repo/opte-0.34.330.p5p /out/opte.p5p |
1091 | 2024-12-31T16:27:57.695Z | + sha256sum /out/opte.p5p |
1092 | 2024-12-31T16:27:57.729Z | process exited: duration 388637 ms, exit code 0 |
|
1093 | 2024-12-31T16:27:57.740Z | found 2 output files |
1094 | 2024-12-31T16:27:57.740Z | uploading: /out/opte.p5p (40611840 bytes) |
1095 | 2024-12-31T16:27:59.250Z | uploaded: /out/opte.p5p |
1096 | 2024-12-31T16:27:59.250Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
1097 | 2024-12-31T16:28:00.257Z | uploaded: /out/opte.p5p.sha256 |