|
|
|
1 | 2025-01-11T04:22:33.722Z | job assigned to worker 01JH9SHCJATBJJ7DCFTAWYNTTP [factory aws, i-074a58d27ea4dd8cd] (queued for 58 s) |
|
2 | 2025-01-11T04:22:41.165Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:41.174Z | ++ uname -s |
4 | 2025-01-11T04:22:41.184Z | + kern=SunOS |
5 | 2025-01-11T04:22:41.184Z | + case "$kern" in |
6 | 2025-01-11T04:22:41.184Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:41.184Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:43.184Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:43.319Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:43.321Z | + home_fs=zfs |
11 | 2025-01-11T04:22:43.321Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:43.321Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:43.324Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:45.325Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:45.328Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2025-01-11T04:22:45.334Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:45.340Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:45.340Z | * toolchain channel = "nightly-2024-11-18" |
19 | 2025-01-11T04:22:45.340Z | * toolchain profile = "default" |
20 | 2025-01-11T04:22:45.340Z | ' nightly-2024-11-18 |
21 | 2025-01-11T04:22:45.340Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-11T04:22:45.340Z | ' default |
23 | 2025-01-11T04:22:45.342Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:45.342Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:45.468Z | info: downloading installer |
26 | 2025-01-11T04:22:46.992Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:46.992Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:46.994Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:47.154Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:47.155Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:48.008Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:48.337Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:49.503Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:51.396Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:58.058Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:58.305Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:59.171Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:59.555Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:23:01.274Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:23:03.123Z | info: installing component 'rustc' |
41 | 2025-01-11T04:23:09.072Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:09.403Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:09.403Z | |
44 | 2025-01-11T04:23:09.786Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:09.786Z | |
46 | 2025-01-11T04:23:09.789Z | |
47 | 2025-01-11T04:23:09.789Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:09.789Z | |
49 | 2025-01-11T04:23:09.789Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:09.789Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:09.789Z | |
52 | 2025-01-11T04:23:09.789Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:09.789Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:09.789Z | |
55 | 2025-01-11T04:23:09.789Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:09.789Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:09.789Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:09.856Z | + rustc --version |
59 | 2025-01-11T04:23:09.924Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:09.927Z | process exited: duration 24591 ms, exit code 0 |
|
61 | 2025-01-11T04:23:09.932Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:09.952Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-11T04:23:09.957Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:09.962Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:09.964Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:10.379Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:11.303Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:11.306Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:11.568Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:11.568Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:11.577Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:11.579Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:11.582Z | + current=master |
74 | 2025-01-11T04:23:11.582Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:11.582Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:11.584Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:11.606Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:11.609Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:11.629Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:11.631Z | process exited: duration 1672 ms, exit code 0 |
|
81 | 2025-01-11T04:23:11.637Z | starting task 4: "build" |
82 | 2025-01-11T04:23:11.642Z | + TGT_BASE=/work |
83 | 2025-01-11T04:23:11.642Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2025-01-11T04:23:11.642Z | + REL_TGT=/work/release |
85 | 2025-01-11T04:23:11.642Z | + mkdir -p /work/release |
86 | 2025-01-11T04:23:11.644Z | + cargo --version |
87 | 2025-01-11T04:23:11.649Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
88 | 2025-01-11T04:23:11.796Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
89 | 2025-01-11T04:23:11.796Z | info: downloading component 'cargo' |
90 | 2025-01-11T04:23:12.547Z | info: downloading component 'clippy' |
91 | 2025-01-11T04:23:12.832Z | info: downloading component 'rust-docs' |
92 | 2025-01-11T04:23:13.873Z | info: downloading component 'rust-std' |
93 | 2025-01-11T04:23:15.384Z | info: downloading component 'rustc' |
94 | 2025-01-11T04:23:21.052Z | info: downloading component 'rustfmt' |
95 | 2025-01-11T04:23:21.269Z | info: installing component 'cargo' |
96 | 2025-01-11T04:23:22.097Z | info: installing component 'clippy' |
97 | 2025-01-11T04:23:22.468Z | info: installing component 'rust-docs' |
98 | 2025-01-11T04:23:24.066Z | info: installing component 'rust-std' |
99 | 2025-01-11T04:23:25.650Z | info: installing component 'rustc' |
100 | 2025-01-11T04:23:31.351Z | info: installing component 'rustfmt' |
101 | 2025-01-11T04:23:31.766Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
102 | 2025-01-11T04:23:31.768Z | + rustc --version |
103 | 2025-01-11T04:23:31.839Z | rustc 1.83.0 (90b35a623 2024-11-26) |
104 | 2025-01-11T04:23:31.844Z | + header 'build xde and opteadm (release+debug)' |
105 | 2025-01-11T04:23:31.846Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2025-01-11T04:23:31.846Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2025-01-11T04:23:31.847Z | + ptime -m cargo xtask build |
108 | 2025-01-11T04:23:31.980Z | Updating crates.io index |
109 | 2025-01-11T04:23:31.983Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2025-01-11T04:23:32.820Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2025-01-11T04:23:33.136Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2025-01-11T04:23:33.423Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2025-01-11T04:23:33.757Z | Updating git repository `https://github.com/oxidecomputer/zone` |
114 | 2025-01-11T04:23:34.079Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2025-01-11T04:23:34.349Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
116 | 2025-01-11T04:23:34.627Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
117 | 2025-01-11T04:23:34.923Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
118 | 2025-01-11T04:23:35.806Z | Downloading crates ... |
119 | 2025-01-11T04:23:35.863Z | Downloaded bitflags v2.6.0 |
120 | 2025-01-11T04:23:35.868Z | Downloaded itoa v1.0.14 |
121 | 2025-01-11T04:23:35.872Z | Downloaded cargo-platform v0.1.9 |
122 | 2025-01-11T04:23:35.872Z | Downloaded anstyle-query v1.1.2 |
123 | 2025-01-11T04:23:35.875Z | Downloaded anstyle v1.0.10 |
124 | 2025-01-11T04:23:35.880Z | Downloaded equivalent v1.0.1 |
125 | 2025-01-11T04:23:35.894Z | Downloaded clap_lex v0.7.4 |
126 | 2025-01-11T04:23:35.897Z | Downloaded utf8parse v0.2.2 |
127 | 2025-01-11T04:23:35.897Z | Downloaded camino v1.1.9 |
128 | 2025-01-11T04:23:35.899Z | Downloaded toml_datetime v0.6.8 |
129 | 2025-01-11T04:23:35.903Z | Downloaded errno v0.3.10 |
130 | 2025-01-11T04:23:35.908Z | Downloaded anstyle-parse v0.2.6 |
131 | 2025-01-11T04:23:35.912Z | Downloaded strsim v0.11.1 |
132 | 2025-01-11T04:23:35.917Z | Downloaded terminal_size v0.4.1 |
133 | 2025-01-11T04:23:35.917Z | Downloaded colorchoice v1.0.3 |
134 | 2025-01-11T04:23:35.918Z | Downloaded serde_spanned v0.6.8 |
135 | 2025-01-11T04:23:35.918Z | Downloaded thiserror v2.0.11 |
136 | 2025-01-11T04:23:35.923Z | Downloaded quote v1.0.38 |
137 | 2025-01-11T04:23:35.926Z | Downloaded is_terminal_polyfill v1.70.1 |
138 | 2025-01-11T04:23:35.928Z | Downloaded thiserror-impl v2.0.11 |
139 | 2025-01-11T04:23:35.931Z | Downloaded cargo_metadata v0.19.1 |
140 | 2025-01-11T04:23:35.935Z | Downloaded heck v0.5.0 |
141 | 2025-01-11T04:23:35.937Z | Downloaded anstream v0.6.18 |
142 | 2025-01-11T04:23:35.944Z | Downloaded ryu v1.0.18 |
143 | 2025-01-11T04:23:35.947Z | Downloaded clap_derive v4.5.18 |
144 | 2025-01-11T04:23:35.949Z | Downloaded unicode-ident v1.0.14 |
145 | 2025-01-11T04:23:35.952Z | Downloaded anyhow v1.0.95 |
146 | 2025-01-11T04:23:35.956Z | Downloaded proc-macro2 v1.0.92 |
147 | 2025-01-11T04:23:35.959Z | Downloaded toml v0.8.19 |
148 | 2025-01-11T04:23:35.962Z | Downloaded semver v1.0.24 |
149 | 2025-01-11T04:23:35.974Z | Downloaded serde v1.0.217 |
150 | 2025-01-11T04:23:35.979Z | Downloaded clap v4.5.23 |
151 | 2025-01-11T04:23:35.988Z | Downloaded serde_derive v1.0.217 |
152 | 2025-01-11T04:23:35.991Z | Downloaded memchr v2.7.4 |
153 | 2025-01-11T04:23:35.996Z | Downloaded indexmap v2.7.0 |
154 | 2025-01-11T04:23:36.001Z | Downloaded toml_edit v0.22.22 |
155 | 2025-01-11T04:23:36.023Z | Downloaded clap_builder v4.5.23 |
156 | 2025-01-11T04:23:36.038Z | Downloaded hashbrown v0.15.2 |
157 | 2025-01-11T04:23:36.047Z | Downloaded winnow v0.6.22 |
158 | 2025-01-11T04:23:36.055Z | Downloaded serde_json v1.0.134 |
159 | 2025-01-11T04:23:36.062Z | Downloaded syn v2.0.95 |
160 | 2025-01-11T04:23:36.082Z | Downloaded rustix v0.38.42 |
161 | 2025-01-11T04:23:36.117Z | Downloaded libc v0.2.169 |
162 | 2025-01-11T04:23:36.258Z | Compiling proc-macro2 v1.0.92 |
163 | 2025-01-11T04:23:36.258Z | Compiling unicode-ident v1.0.14 |
164 | 2025-01-11T04:23:36.261Z | Compiling serde v1.0.217 |
165 | 2025-01-11T04:23:36.261Z | Compiling libc v0.2.169 |
166 | 2025-01-11T04:23:36.261Z | Compiling rustix v0.38.42 |
167 | 2025-01-11T04:23:36.261Z | Compiling bitflags v2.6.0 |
168 | 2025-01-11T04:23:36.261Z | Compiling utf8parse v0.2.2 |
169 | 2025-01-11T04:23:36.271Z | Compiling colorchoice v1.0.3 |
170 | 2025-01-11T04:23:36.429Z | Compiling anstyle-parse v0.2.6 |
171 | 2025-01-11T04:23:36.439Z | Compiling anstyle v1.0.10 |
172 | 2025-01-11T04:23:36.452Z | Compiling thiserror v2.0.11 |
173 | 2025-01-11T04:23:36.635Z | Compiling camino v1.1.9 |
174 | 2025-01-11T04:23:36.715Z | Compiling hashbrown v0.15.2 |
175 | 2025-01-11T04:23:36.802Z | Compiling semver v1.0.24 |
176 | 2025-01-11T04:23:37.509Z | Compiling equivalent v1.0.1 |
177 | 2025-01-11T04:23:37.520Z | Compiling serde_json v1.0.134 |
178 | 2025-01-11T04:23:37.522Z | Compiling is_terminal_polyfill v1.70.1 |
179 | 2025-01-11T04:23:37.556Z | Compiling anstyle-query v1.1.2 |
180 | 2025-01-11T04:23:37.583Z | Compiling indexmap v2.7.0 |
181 | 2025-01-11T04:23:37.644Z | Compiling anstream v0.6.18 |
182 | 2025-01-11T04:23:37.675Z | Compiling strsim v0.11.1 |
183 | 2025-01-11T04:23:37.685Z | Compiling anyhow v1.0.95 |
184 | 2025-01-11T04:23:37.897Z | Compiling memchr v2.7.4 |
185 | 2025-01-11T04:23:37.939Z | Compiling ryu v1.0.18 |
186 | 2025-01-11T04:23:38.224Z | Compiling itoa v1.0.14 |
187 | 2025-01-11T04:23:38.233Z | Compiling clap_lex v0.7.4 |
188 | 2025-01-11T04:23:38.290Z | Compiling heck v0.5.0 |
189 | 2025-01-11T04:23:38.419Z | Compiling winnow v0.6.22 |
190 | 2025-01-11T04:23:38.665Z | Compiling quote v1.0.38 |
191 | 2025-01-11T04:23:38.685Z | Compiling errno v0.3.10 |
192 | 2025-01-11T04:23:39.012Z | Compiling syn v2.0.95 |
193 | 2025-01-11T04:23:39.645Z | Compiling terminal_size v0.4.1 |
194 | 2025-01-11T04:23:39.756Z | Compiling clap_builder v4.5.23 |
195 | 2025-01-11T04:23:42.593Z | Compiling serde_derive v1.0.217 |
196 | 2025-01-11T04:23:42.593Z | Compiling thiserror-impl v2.0.11 |
197 | 2025-01-11T04:23:42.593Z | Compiling clap_derive v4.5.18 |
198 | 2025-01-11T04:23:44.970Z | Compiling clap v4.5.23 |
199 | 2025-01-11T04:23:49.248Z | Compiling serde_spanned v0.6.8 |
200 | 2025-01-11T04:23:49.248Z | Compiling toml_datetime v0.6.8 |
201 | 2025-01-11T04:23:49.251Z | Compiling cargo-platform v0.1.9 |
202 | 2025-01-11T04:23:49.484Z | Compiling toml_edit v0.22.22 |
203 | 2025-01-11T04:23:50.372Z | Compiling cargo_metadata v0.19.1 |
204 | 2025-01-11T04:23:51.456Z | Compiling toml v0.8.19 |
205 | 2025-01-11T04:23:52.936Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
206 | 2025-01-11T04:23:54.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.61s |
207 | 2025-01-11T04:23:54.617Z | Running `target/debug/xtask build` |
208 | 2025-01-11T04:23:54.636Z | Building opteadm (debug). |
209 | 2025-01-11T04:23:57.282Z | Compiling libc v0.2.169 |
210 | 2025-01-11T04:23:57.282Z | Compiling cfg-if v1.0.0 |
211 | 2025-01-11T04:23:57.282Z | Compiling serde v1.0.217 |
212 | 2025-01-11T04:23:57.284Z | Compiling byteorder v1.5.0 |
213 | 2025-01-11T04:23:57.285Z | Compiling fnv v1.0.7 |
214 | 2025-01-11T04:23:57.285Z | Compiling ident_case v1.0.1 |
215 | 2025-01-11T04:23:57.285Z | Compiling memchr v2.7.4 |
216 | 2025-01-11T04:23:57.285Z | Compiling syn v2.0.95 |
217 | 2025-01-11T04:23:57.384Z | Compiling regex-syntax v0.8.5 |
218 | 2025-01-11T04:23:57.402Z | Compiling syn v1.0.109 |
219 | 2025-01-11T04:23:57.438Z | Compiling once_cell v1.20.2 |
220 | 2025-01-11T04:23:57.591Z | Compiling either v1.13.0 |
221 | 2025-01-11T04:23:57.780Z | Compiling hashbrown v0.15.2 |
222 | 2025-01-11T04:23:57.845Z | Compiling autocfg v1.4.0 |
223 | 2025-01-11T04:23:57.912Z | Compiling equivalent v1.0.1 |
224 | 2025-01-11T04:23:57.968Z | Compiling zerocopy v0.8.14 |
225 | 2025-01-11T04:23:58.635Z | Compiling aho-corasick v1.1.3 |
226 | 2025-01-11T04:23:58.654Z | Compiling lock_api v0.4.12 |
227 | 2025-01-11T04:23:58.727Z | Compiling itertools v0.13.0 |
228 | 2025-01-11T04:23:58.847Z | Compiling indexmap v2.7.0 |
229 | 2025-01-11T04:23:58.978Z | Compiling winnow v0.5.40 |
230 | 2025-01-11T04:23:59.221Z | Compiling toml_datetime v0.6.8 |
231 | 2025-01-11T04:23:59.559Z | Compiling parking_lot_core v0.9.10 |
232 | 2025-01-11T04:24:00.000Z | Compiling heapless v0.8.0 |
233 | 2025-01-11T04:24:00.832Z | Compiling regex-automata v0.4.9 |
234 | 2025-01-11T04:24:01.609Z | Compiling hash32 v0.3.1 |
235 | 2025-01-11T04:24:01.707Z | Compiling smallvec v1.13.2 |
236 | 2025-01-11T04:24:01.803Z | Compiling smoltcp v0.11.0 |
237 | 2025-01-11T04:24:02.108Z | Compiling toml_edit v0.19.15 |
238 | 2025-01-11T04:24:02.322Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
239 | 2025-01-11T04:24:02.444Z | Compiling dyn-clone v1.0.17 |
240 | 2025-01-11T04:24:02.534Z | Compiling scopeguard v1.2.0 |
241 | 2025-01-11T04:24:02.647Z | Compiling stable_deref_trait v1.2.0 |
242 | 2025-01-11T04:24:02.653Z | Compiling serde_json v1.0.134 |
243 | 2025-01-11T04:24:02.702Z | Compiling macaddr v1.0.1 |
244 | 2025-01-11T04:24:03.046Z | Compiling getrandom v0.2.15 |
245 | 2025-01-11T04:24:03.195Z | Compiling schemars v0.8.21 |
246 | 2025-01-11T04:24:03.325Z | Compiling pin-project-lite v0.2.15 |
247 | 2025-01-11T04:24:03.428Z | Compiling managed v0.8.0 |
248 | 2025-01-11T04:24:03.568Z | Compiling darling_core v0.20.10 |
249 | 2025-01-11T04:24:03.575Z | Compiling serde_derive_internals v0.29.1 |
250 | 2025-01-11T04:24:03.592Z | Compiling cobs v0.2.3 |
251 | 2025-01-11T04:24:03.830Z | Compiling version_check v0.9.5 |
252 | 2025-01-11T04:24:03.863Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
253 | 2025-01-11T04:24:04.214Z | Compiling bitflags v1.3.2 |
254 | 2025-01-11T04:24:04.300Z | Compiling thiserror v1.0.69 |
255 | 2025-01-11T04:24:04.408Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
256 | 2025-01-11T04:24:04.780Z | Compiling regex v1.11.1 |
257 | 2025-01-11T04:24:04.854Z | Compiling proc-macro-crate v1.3.1 |
258 | 2025-01-11T04:24:05.696Z | Compiling parking_lot v0.12.3 |
259 | 2025-01-11T04:24:05.812Z | Compiling rand_core v0.6.4 |
260 | 2025-01-11T04:24:06.232Z | Compiling mio v1.0.3 |
261 | 2025-01-11T04:24:06.611Z | Compiling errno v0.3.10 |
262 | 2025-01-11T04:24:06.824Z | Compiling socket2 v0.5.8 |
263 | 2025-01-11T04:24:07.405Z | Compiling signal-hook-registry v1.4.2 |
264 | 2025-01-11T04:24:07.572Z | Compiling unicode-width v0.2.0 |
265 | 2025-01-11T04:24:07.756Z | Compiling num_enum_derive v0.5.11 |
266 | 2025-01-11T04:24:07.763Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
267 | 2025-01-11T04:24:07.817Z | Compiling foreign-types-shared v0.3.1 |
268 | 2025-01-11T04:24:07.908Z | Compiling bytes v1.9.0 |
269 | 2025-01-11T04:24:08.030Z | Compiling serde_derive v1.0.217 |
270 | 2025-01-11T04:24:08.059Z | Compiling zerocopy-derive v0.8.14 |
271 | 2025-01-11T04:24:08.198Z | Compiling zerocopy-derive v0.7.35 |
272 | 2025-01-11T04:24:08.209Z | Compiling thiserror-impl v1.0.69 |
273 | 2025-01-11T04:24:08.909Z | Compiling darling_macro v0.20.10 |
274 | 2025-01-11T04:24:09.104Z | Compiling foreign-types-macros v0.2.3 |
275 | 2025-01-11T04:24:09.815Z | Compiling tokio-macros v2.4.0 |
276 | 2025-01-11T04:24:09.896Z | Compiling darling v0.20.10 |
277 | 2025-01-11T04:24:09.991Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
278 | 2025-01-11T04:24:10.071Z | Compiling zerocopy v0.7.35 |
279 | 2025-01-11T04:24:10.249Z | Compiling schemars_derive v0.8.21 |
280 | 2025-01-11T04:24:10.292Z | Compiling foreign-types v0.5.0 |
281 | 2025-01-11T04:24:10.377Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
282 | 2025-01-11T04:24:11.001Z | Compiling num_enum v0.5.11 |
283 | 2025-01-11T04:24:11.276Z | Compiling ppv-lite86 v0.2.20 |
284 | 2025-01-11T04:24:11.359Z | Compiling tokio v1.42.0 |
285 | 2025-01-11T04:24:11.701Z | Compiling tracing-attributes v0.1.28 |
286 | 2025-01-11T04:24:11.968Z | Compiling rand_chacha v0.3.1 |
287 | 2025-01-11T04:24:13.060Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
288 | 2025-01-11T04:24:13.062Z | Compiling tabwriter v1.4.1 |
289 | 2025-01-11T04:24:13.137Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
290 | 2025-01-11T04:24:13.507Z | Compiling rustix v0.38.42 |
291 | 2025-01-11T04:24:13.986Z | Compiling cstr-argument v0.1.2 |
292 | 2025-01-11T04:24:14.046Z | Compiling tracing-core v0.1.33 |
293 | 2025-01-11T04:24:14.063Z | Compiling crc32fast v1.4.2 |
294 | 2025-01-11T04:24:14.191Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
295 | 2025-01-11T04:24:14.329Z | Compiling pretty-hex v0.2.1 |
296 | 2025-01-11T04:24:14.478Z | Compiling lazy_static v1.5.0 |
297 | 2025-01-11T04:24:14.547Z | Compiling terminal_size v0.4.1 |
298 | 2025-01-11T04:24:14.550Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
299 | 2025-01-11T04:24:14.585Z | Compiling colored v2.2.0 |
300 | 2025-01-11T04:24:14.719Z | Compiling tracing v0.1.41 |
301 | 2025-01-11T04:24:14.957Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
302 | 2025-01-11T04:24:15.010Z | Compiling rand v0.8.5 |
303 | 2025-01-11T04:24:15.088Z | Compiling thiserror-impl v2.0.11 |
304 | 2025-01-11T04:24:15.112Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
305 | 2025-01-11T04:24:15.358Z | Compiling clap_derive v4.5.18 |
306 | 2025-01-11T04:24:15.374Z | Compiling clap_builder v4.5.23 |
307 | 2025-01-11T04:24:15.419Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
308 | 2025-01-11T04:24:16.139Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
309 | 2025-01-11T04:24:17.134Z | Compiling thiserror v2.0.11 |
310 | 2025-01-11T04:24:18.242Z | Compiling clap v4.5.23 |
311 | 2025-01-11T04:24:18.328Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
312 | 2025-01-11T04:24:19.670Z | Compiling ipnetwork v0.20.0 |
313 | 2025-01-11T04:24:19.831Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
314 | 2025-01-11T04:24:19.852Z | Compiling postcard v1.1.1 |
315 | 2025-01-11T04:24:20.028Z | Compiling uuid v1.11.0 |
316 | 2025-01-11T04:24:21.540Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
317 | 2025-01-11T04:24:22.364Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
318 | 2025-01-11T04:24:27.590Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
319 | 2025-01-11T04:24:29.583Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
320 | 2025-01-11T04:24:35.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s |
321 | 2025-01-11T04:24:35.153Z | Building xde (debug). |
322 | 2025-01-11T04:24:35.284Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
323 | 2025-01-11T04:24:35.501Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
324 | 2025-01-11T04:24:35.522Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
325 | 2025-01-11T04:24:35.522Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
326 | 2025-01-11T04:24:35.525Z | info: downloading component 'rust-src' |
327 | 2025-01-11T04:24:35.753Z | info: installing component 'rust-src' |
328 | 2025-01-11T04:24:36.441Z | Updating crates.io index |
329 | 2025-01-11T04:24:36.540Z | Downloading crates ... |
330 | 2025-01-11T04:24:36.642Z | Downloaded getopts v0.2.21 |
331 | 2025-01-11T04:24:36.661Z | Downloaded addr2line v0.22.0 |
332 | 2025-01-11T04:24:36.667Z | Downloaded adler v1.0.2 |
333 | 2025-01-11T04:24:36.670Z | Downloaded miniz_oxide v0.7.4 |
334 | 2025-01-11T04:24:36.679Z | Downloaded allocator-api2 v0.2.18 |
335 | 2025-01-11T04:24:36.706Z | Downloaded compiler_builtins v0.1.138 |
336 | 2025-01-11T04:24:36.718Z | Downloaded hashbrown v0.15.0 |
337 | 2025-01-11T04:24:36.753Z | Downloaded unicode-width v0.1.14 |
338 | 2025-01-11T04:24:36.760Z | Downloaded gimli v0.29.0 |
339 | 2025-01-11T04:24:36.768Z | Downloaded object v0.36.5 |
340 | 2025-01-11T04:24:36.788Z | Downloaded libc v0.2.161 |
341 | 2025-01-11T04:24:36.891Z | Compiling compiler_builtins v0.1.138 |
342 | 2025-01-11T04:24:36.893Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
343 | 2025-01-11T04:24:36.893Z | Compiling proc-macro2 v1.0.92 |
344 | 2025-01-11T04:24:36.893Z | Compiling unicode-ident v1.0.14 |
345 | 2025-01-11T04:24:36.893Z | Compiling fnv v1.0.7 |
346 | 2025-01-11T04:24:36.893Z | Compiling strsim v0.11.1 |
347 | 2025-01-11T04:24:36.900Z | Compiling ident_case v1.0.1 |
348 | 2025-01-11T04:24:36.902Z | Compiling memchr v2.7.4 |
349 | 2025-01-11T04:24:37.070Z | Compiling regex-syntax v0.8.5 |
350 | 2025-01-11T04:24:37.102Z | Compiling serde v1.0.217 |
351 | 2025-01-11T04:24:37.119Z | Compiling either v1.13.0 |
352 | 2025-01-11T04:24:37.493Z | Compiling zerocopy v0.8.14 |
353 | 2025-01-11T04:24:37.739Z | Compiling aho-corasick v1.1.3 |
354 | 2025-01-11T04:24:37.770Z | Compiling itertools v0.13.0 |
355 | 2025-01-11T04:24:38.183Z | Compiling heapless v0.8.0 |
356 | 2025-01-11T04:24:38.480Z | Compiling smoltcp v0.11.0 |
357 | 2025-01-11T04:24:38.546Z | Compiling quote v1.0.38 |
358 | 2025-01-11T04:24:38.889Z | Compiling syn v2.0.95 |
359 | 2025-01-11T04:24:39.349Z | Compiling version_check v0.9.5 |
360 | 2025-01-11T04:24:39.978Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
361 | 2025-01-11T04:24:40.608Z | Compiling regex-automata v0.4.9 |
362 | 2025-01-11T04:24:43.518Z | Compiling regex v1.11.1 |
363 | 2025-01-11T04:24:44.156Z | Compiling darling_core v0.20.10 |
364 | 2025-01-11T04:24:46.219Z | Compiling serde_derive v1.0.217 |
365 | 2025-01-11T04:24:46.219Z | Compiling zerocopy-derive v0.8.14 |
366 | 2025-01-11T04:24:46.222Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
367 | 2025-01-11T04:24:48.214Z | Compiling darling_macro v0.20.10 |
368 | 2025-01-11T04:24:49.440Z | Compiling darling v0.20.10 |
369 | 2025-01-11T04:24:49.544Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
370 | 2025-01-11T04:24:49.544Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
371 | 2025-01-11T04:24:56.508Z | 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 | 2025-01-11T04:24:57.288Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
373 | 2025-01-11T04:24:59.755Z | Compiling byteorder v1.5.0 |
374 | 2025-01-11T04:24:59.755Z | Compiling cfg-if v1.0.0 |
375 | 2025-01-11T04:24:59.758Z | Compiling macaddr v1.0.1 |
376 | 2025-01-11T04:24:59.758Z | Compiling stable_deref_trait v1.2.0 |
377 | 2025-01-11T04:24:59.758Z | Compiling bitflags v1.3.2 |
378 | 2025-01-11T04:24:59.835Z | Compiling managed v0.8.0 |
379 | 2025-01-11T04:24:59.847Z | Compiling cobs v0.2.3 |
380 | 2025-01-11T04:24:59.849Z | Compiling bitflags v2.6.0 |
381 | 2025-01-11T04:25:00.057Z | Compiling hash32 v0.3.1 |
382 | 2025-01-11T04:25:00.113Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
383 | 2025-01-11T04:25:00.250Z | Compiling crc32fast v1.4.2 |
384 | 2025-01-11T04:25:00.257Z | Compiling dyn-clone v1.0.17 |
385 | 2025-01-11T04:25:00.339Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
386 | 2025-01-11T04:25:02.119Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
387 | 2025-01-11T04:25:03.352Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
388 | 2025-01-11T04:25:03.352Z | Compiling postcard v1.1.1 |
389 | 2025-01-11T04:25:03.352Z | Compiling uuid v1.11.0 |
390 | 2025-01-11T04:25:04.710Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
391 | 2025-01-11T04:25:10.628Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
392 | 2025-01-11T04:25:14.452Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
393 | 2025-01-11T04:25:17.244Z | warning: creating a mutable reference to mutable static is discouraged |
394 | 2025-01-11T04:25:17.244Z | --> xde/src/xde.rs:318:5 |
395 | 2025-01-11T04:25:17.244Z | | |
396 | 2025-01-11T04:25:17.244Z | 318 | xde_devs.init(KRwLockType::Driver); |
397 | 2025-01-11T04:25:17.244Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
398 | 2025-01-11T04:25:17.244Z | | |
399 | 2025-01-11T04:25:17.244Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
400 | 2025-01-11T04:25:17.244Z | = 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 | 2025-01-11T04:25:17.244Z | = note: `#[warn(static_mut_refs)]` on by default |
402 | 2025-01-11T04:25:17.244Z | |
403 | 2025-01-11T04:25:17.247Z | warning: creating a shared reference to mutable static is discouraged |
404 | 2025-01-11T04:25:17.247Z | --> xde/src/xde.rs:642:25 |
405 | 2025-01-11T04:25:17.247Z | | |
406 | 2025-01-11T04:25:17.247Z | 642 | let devs = unsafe { xde_devs.read() }; |
407 | 2025-01-11T04:25:17.247Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
408 | 2025-01-11T04:25:17.248Z | | |
409 | 2025-01-11T04:25:17.248Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
410 | 2025-01-11T04:25:17.248Z | = 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 | 2025-01-11T04:25:17.248Z | |
412 | 2025-01-11T04:25:17.248Z | warning: creating a shared reference to mutable static is discouraged |
413 | 2025-01-11T04:25:17.248Z | --> xde/src/xde.rs:670:29 |
414 | 2025-01-11T04:25:17.248Z | | |
415 | 2025-01-11T04:25:17.248Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
416 | 2025-01-11T04:25:17.248Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
417 | 2025-01-11T04:25:17.248Z | | |
418 | 2025-01-11T04:25:17.248Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
419 | 2025-01-11T04:25:17.248Z | = 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 | 2025-01-11T04:25:17.248Z | |
421 | 2025-01-11T04:25:17.248Z | warning: creating a shared reference to mutable static is discouraged |
422 | 2025-01-11T04:25:17.248Z | --> xde/src/xde.rs:803:29 |
423 | 2025-01-11T04:25:17.249Z | | |
424 | 2025-01-11T04:25:17.249Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
425 | 2025-01-11T04:25:17.249Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
426 | 2025-01-11T04:25:17.249Z | | |
427 | 2025-01-11T04:25:17.249Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
428 | 2025-01-11T04:25:17.249Z | = 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 | 2025-01-11T04:25:17.249Z | |
430 | 2025-01-11T04:25:17.249Z | warning: creating a shared reference to mutable static is discouraged |
431 | 2025-01-11T04:25:17.249Z | --> xde/src/xde.rs:891:18 |
432 | 2025-01-11T04:25:17.249Z | | |
433 | 2025-01-11T04:25:17.249Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
434 | 2025-01-11T04:25:17.249Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
435 | 2025-01-11T04:25:17.249Z | | |
436 | 2025-01-11T04:25:17.249Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
437 | 2025-01-11T04:25:17.249Z | = 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 | 2025-01-11T04:25:17.249Z | |
439 | 2025-01-11T04:25:17.253Z | warning: creating a shared reference to mutable static is discouraged |
440 | 2025-01-11T04:25:17.253Z | --> xde/src/xde.rs:1204:9 |
441 | 2025-01-11T04:25:17.253Z | | |
442 | 2025-01-11T04:25:17.253Z | 1204 | if !xde_devs.read().is_empty() { |
443 | 2025-01-11T04:25:17.253Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
444 | 2025-01-11T04:25:17.253Z | | |
445 | 2025-01-11T04:25:17.253Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
446 | 2025-01-11T04:25:17.253Z | = 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 | 2025-01-11T04:25:17.253Z | |
448 | 2025-01-11T04:25:17.253Z | warning: creating a shared reference to mutable static is discouraged |
449 | 2025-01-11T04:25:17.253Z | --> xde/src/xde.rs:1611:37 |
450 | 2025-01-11T04:25:17.253Z | | |
451 | 2025-01-11T04:25:17.253Z | 1611 | let devs = unsafe { xde_devs.read() }; |
452 | 2025-01-11T04:25:17.254Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
453 | 2025-01-11T04:25:17.254Z | | |
454 | 2025-01-11T04:25:17.254Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
455 | 2025-01-11T04:25:17.254Z | = 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 | 2025-01-11T04:25:17.254Z | |
457 | 2025-01-11T04:25:17.254Z | warning: creating a shared reference to mutable static is discouraged |
458 | 2025-01-11T04:25:17.254Z | --> xde/src/xde.rs:1861:16 |
459 | 2025-01-11T04:25:17.254Z | | |
460 | 2025-01-11T04:25:17.254Z | 1861 | let devs = xde_devs.read(); |
461 | 2025-01-11T04:25:17.254Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
462 | 2025-01-11T04:25:17.254Z | | |
463 | 2025-01-11T04:25:17.254Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
464 | 2025-01-11T04:25:17.254Z | = 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 | 2025-01-11T04:25:17.254Z | |
466 | 2025-01-11T04:25:17.254Z | warning: creating a shared reference to mutable static is discouraged |
467 | 2025-01-11T04:25:17.254Z | --> xde/src/xde.rs:1910:25 |
468 | 2025-01-11T04:25:17.254Z | | |
469 | 2025-01-11T04:25:17.254Z | 1910 | let devs = unsafe { xde_devs.read() }; |
470 | 2025-01-11T04:25:17.254Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
471 | 2025-01-11T04:25:17.254Z | | |
472 | 2025-01-11T04:25:17.254Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
473 | 2025-01-11T04:25:17.254Z | = 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 | 2025-01-11T04:25:17.254Z | |
475 | 2025-01-11T04:25:17.254Z | warning: creating a shared reference to mutable static is discouraged |
476 | 2025-01-11T04:25:17.254Z | --> xde/src/xde.rs:1923:25 |
477 | 2025-01-11T04:25:17.254Z | | |
478 | 2025-01-11T04:25:17.254Z | 1923 | let devs = unsafe { xde_devs.read() }; |
479 | 2025-01-11T04:25:17.254Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
480 | 2025-01-11T04:25:17.254Z | | |
481 | 2025-01-11T04:25:17.254Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
482 | 2025-01-11T04:25:17.254Z | = 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 | 2025-01-11T04:25:17.254Z | |
484 | 2025-01-11T04:25:17.254Z | warning: creating a shared reference to mutable static is discouraged |
485 | 2025-01-11T04:25:17.254Z | --> xde/src/xde.rs:1934:25 |
486 | 2025-01-11T04:25:17.254Z | | |
487 | 2025-01-11T04:25:17.254Z | 1934 | let devs = unsafe { xde_devs.read() }; |
488 | 2025-01-11T04:25:17.254Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
489 | 2025-01-11T04:25:17.254Z | | |
490 | 2025-01-11T04:25:17.255Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
491 | 2025-01-11T04:25:17.255Z | = 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 | 2025-01-11T04:25:17.255Z | |
493 | 2025-01-11T04:25:17.255Z | warning: creating a shared reference to mutable static is discouraged |
494 | 2025-01-11T04:25:17.255Z | --> xde/src/xde.rs:1946:25 |
495 | 2025-01-11T04:25:17.255Z | | |
496 | 2025-01-11T04:25:17.255Z | 1946 | let devs = unsafe { xde_devs.read() }; |
497 | 2025-01-11T04:25:17.255Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
498 | 2025-01-11T04:25:17.255Z | | |
499 | 2025-01-11T04:25:17.255Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
500 | 2025-01-11T04:25:17.255Z | = 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 | 2025-01-11T04:25:17.255Z | |
502 | 2025-01-11T04:25:17.255Z | warning: creating a shared reference to mutable static is discouraged |
503 | 2025-01-11T04:25:17.255Z | --> xde/src/xde.rs:1958:25 |
504 | 2025-01-11T04:25:17.255Z | | |
505 | 2025-01-11T04:25:17.255Z | 1958 | let devs = unsafe { xde_devs.read() }; |
506 | 2025-01-11T04:25:17.256Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
507 | 2025-01-11T04:25:17.256Z | | |
508 | 2025-01-11T04:25:17.256Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
509 | 2025-01-11T04:25:17.256Z | = 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 | 2025-01-11T04:25:17.256Z | |
511 | 2025-01-11T04:25:17.256Z | warning: creating a shared reference to mutable static is discouraged |
512 | 2025-01-11T04:25:17.256Z | --> xde/src/xde.rs:2022:25 |
513 | 2025-01-11T04:25:17.256Z | | |
514 | 2025-01-11T04:25:17.256Z | 2022 | let devs = unsafe { xde_devs.read() }; |
515 | 2025-01-11T04:25:17.256Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
516 | 2025-01-11T04:25:17.256Z | | |
517 | 2025-01-11T04:25:17.256Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
518 | 2025-01-11T04:25:17.256Z | = 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 | 2025-01-11T04:25:17.256Z | |
520 | 2025-01-11T04:25:17.256Z | warning: creating a shared reference to mutable static is discouraged |
521 | 2025-01-11T04:25:17.256Z | --> xde/src/xde.rs:2033:25 |
522 | 2025-01-11T04:25:17.256Z | | |
523 | 2025-01-11T04:25:17.256Z | 2033 | let devs = unsafe { xde_devs.read() }; |
524 | 2025-01-11T04:25:17.256Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
525 | 2025-01-11T04:25:17.256Z | | |
526 | 2025-01-11T04:25:17.256Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
527 | 2025-01-11T04:25:17.256Z | = 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 | 2025-01-11T04:25:17.256Z | |
529 | 2025-01-11T04:25:17.256Z | warning: creating a shared reference to mutable static is discouraged |
530 | 2025-01-11T04:25:17.256Z | --> xde/src/xde.rs:2045:25 |
531 | 2025-01-11T04:25:17.256Z | | |
532 | 2025-01-11T04:25:17.256Z | 2045 | let devs = unsafe { xde_devs.read() }; |
533 | 2025-01-11T04:25:17.256Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
534 | 2025-01-11T04:25:17.256Z | | |
535 | 2025-01-11T04:25:17.256Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
536 | 2025-01-11T04:25:17.256Z | = 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 | 2025-01-11T04:25:17.256Z | |
538 | 2025-01-11T04:25:17.256Z | warning: creating a shared reference to mutable static is discouraged |
539 | 2025-01-11T04:25:17.259Z | --> xde/src/xde.rs:2059:25 |
540 | 2025-01-11T04:25:17.259Z | | |
541 | 2025-01-11T04:25:17.260Z | 2059 | let devs = unsafe { xde_devs.read() }; |
542 | 2025-01-11T04:25:17.260Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
543 | 2025-01-11T04:25:17.260Z | | |
544 | 2025-01-11T04:25:17.260Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
545 | 2025-01-11T04:25:17.260Z | = 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 | 2025-01-11T04:25:17.260Z | |
547 | 2025-01-11T04:25:17.260Z | warning: creating a shared reference to mutable static is discouraged |
548 | 2025-01-11T04:25:17.260Z | --> xde/src/xde.rs:2072:25 |
549 | 2025-01-11T04:25:17.260Z | | |
550 | 2025-01-11T04:25:17.260Z | 2072 | let devs = unsafe { xde_devs.read() }; |
551 | 2025-01-11T04:25:17.260Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
552 | 2025-01-11T04:25:17.260Z | | |
553 | 2025-01-11T04:25:17.260Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
554 | 2025-01-11T04:25:17.260Z | = 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 | 2025-01-11T04:25:17.260Z | |
556 | 2025-01-11T04:25:17.260Z | warning: creating a shared reference to mutable static is discouraged |
557 | 2025-01-11T04:25:17.260Z | --> xde/src/xde.rs:2085:25 |
558 | 2025-01-11T04:25:17.260Z | | |
559 | 2025-01-11T04:25:17.260Z | 2085 | let devs = unsafe { xde_devs.read() }; |
560 | 2025-01-11T04:25:17.260Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
561 | 2025-01-11T04:25:17.260Z | | |
562 | 2025-01-11T04:25:17.260Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
563 | 2025-01-11T04:25:17.260Z | = 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 | 2025-01-11T04:25:17.260Z | |
565 | 2025-01-11T04:25:17.260Z | warning: creating a shared reference to mutable static is discouraged |
566 | 2025-01-11T04:25:17.260Z | --> xde/src/xde.rs:2096:25 |
567 | 2025-01-11T04:25:17.260Z | | |
568 | 2025-01-11T04:25:17.260Z | 2096 | let devs = unsafe { xde_devs.read() }; |
569 | 2025-01-11T04:25:17.260Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
570 | 2025-01-11T04:25:17.260Z | | |
571 | 2025-01-11T04:25:17.260Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
572 | 2025-01-11T04:25:17.260Z | = 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 | 2025-01-11T04:25:17.261Z | |
574 | 2025-01-11T04:25:17.261Z | warning: creating a shared reference to mutable static is discouraged |
575 | 2025-01-11T04:25:17.261Z | --> xde/src/xde.rs:2108:25 |
576 | 2025-01-11T04:25:17.261Z | | |
577 | 2025-01-11T04:25:17.261Z | 2108 | let devs = unsafe { xde_devs.read() }; |
578 | 2025-01-11T04:25:17.261Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
579 | 2025-01-11T04:25:17.261Z | | |
580 | 2025-01-11T04:25:17.261Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
581 | 2025-01-11T04:25:17.261Z | = 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 | 2025-01-11T04:25:17.261Z | |
583 | 2025-01-11T04:25:17.261Z | warning: creating a shared reference to mutable static is discouraged |
584 | 2025-01-11T04:25:17.261Z | --> xde/src/xde.rs:2123:25 |
585 | 2025-01-11T04:25:17.261Z | | |
586 | 2025-01-11T04:25:17.261Z | 2123 | let devs = unsafe { xde_devs.read() }; |
587 | 2025-01-11T04:25:17.261Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
588 | 2025-01-11T04:25:17.261Z | | |
589 | 2025-01-11T04:25:17.261Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
590 | 2025-01-11T04:25:17.261Z | = 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 | 2025-01-11T04:25:17.261Z | |
592 | 2025-01-11T04:25:17.261Z | warning: creating a shared reference to mutable static is discouraged |
593 | 2025-01-11T04:25:17.261Z | --> xde/src/xde.rs:2137:25 |
594 | 2025-01-11T04:25:17.261Z | | |
595 | 2025-01-11T04:25:17.261Z | 2137 | let devs = unsafe { xde_devs.read() }; |
596 | 2025-01-11T04:25:17.261Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
597 | 2025-01-11T04:25:17.261Z | | |
598 | 2025-01-11T04:25:17.261Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
599 | 2025-01-11T04:25:17.261Z | = 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 | 2025-01-11T04:25:17.261Z | |
601 | 2025-01-11T04:25:19.896Z | warning: `xde` (lib) generated 23 warnings |
602 | 2025-01-11T04:25:19.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.70s |
603 | 2025-01-11T04:25:19.927Z | Linking xde kmod... |
604 | 2025-01-11T04:25:23.867Z | Building xde dev link helper (debug). |
605 | 2025-01-11T04:25:24.056Z | Compiling compiler_builtins v0.1.138 |
606 | 2025-01-11T04:25:24.056Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
607 | 2025-01-11T04:25:24.056Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
608 | 2025-01-11T04:25:39.165Z | 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 | 2025-01-11T04:25:39.915Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
610 | 2025-01-11T04:25:42.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s |
611 | 2025-01-11T04:25:42.977Z | Building opteadm (release). |
612 | 2025-01-11T04:25:43.250Z | Compiling proc-macro2 v1.0.92 |
613 | 2025-01-11T04:25:43.250Z | Compiling unicode-ident v1.0.14 |
614 | 2025-01-11T04:25:43.253Z | Compiling libc v0.2.169 |
615 | 2025-01-11T04:25:43.253Z | Compiling cfg-if v1.0.0 |
616 | 2025-01-11T04:25:43.253Z | Compiling serde v1.0.217 |
617 | 2025-01-11T04:25:43.253Z | Compiling byteorder v1.5.0 |
618 | 2025-01-11T04:25:43.253Z | Compiling strsim v0.11.1 |
619 | 2025-01-11T04:25:43.253Z | Compiling fnv v1.0.7 |
620 | 2025-01-11T04:25:43.326Z | Compiling ident_case v1.0.1 |
621 | 2025-01-11T04:25:43.371Z | Compiling memchr v2.7.4 |
622 | 2025-01-11T04:25:43.400Z | Compiling syn v1.0.109 |
623 | 2025-01-11T04:25:43.467Z | Compiling bitflags v2.6.0 |
624 | 2025-01-11T04:25:43.581Z | Compiling regex-syntax v0.8.5 |
625 | 2025-01-11T04:25:43.793Z | Compiling hashbrown v0.15.2 |
626 | 2025-01-11T04:25:43.806Z | Compiling equivalent v1.0.1 |
627 | 2025-01-11T04:25:43.839Z | Compiling anyhow v1.0.95 |
628 | 2025-01-11T04:25:43.889Z | Compiling zerocopy v0.8.14 |
629 | 2025-01-11T04:25:43.956Z | Compiling autocfg v1.4.0 |
630 | 2025-01-11T04:25:44.354Z | Compiling aho-corasick v1.1.3 |
631 | 2025-01-11T04:25:44.574Z | Compiling either v1.13.0 |
632 | 2025-01-11T04:25:44.637Z | Compiling toml_datetime v0.6.8 |
633 | 2025-01-11T04:25:44.690Z | Compiling lock_api v0.4.12 |
634 | 2025-01-11T04:25:44.812Z | Compiling quote v1.0.38 |
635 | 2025-01-11T04:25:44.915Z | Compiling itertools v0.13.0 |
636 | 2025-01-11T04:25:44.959Z | Compiling indexmap v2.7.0 |
637 | 2025-01-11T04:25:45.035Z | Compiling heapless v0.8.0 |
638 | 2025-01-11T04:25:45.282Z | Compiling syn v2.0.95 |
639 | 2025-01-11T04:25:45.534Z | Compiling parking_lot_core v0.9.10 |
640 | 2025-01-11T04:25:46.019Z | Compiling winnow v0.5.40 |
641 | 2025-01-11T04:25:46.529Z | Compiling hash32 v0.3.1 |
642 | 2025-01-11T04:25:46.712Z | Compiling smoltcp v0.11.0 |
643 | 2025-01-11T04:25:47.452Z | Compiling regex-automata v0.4.9 |
644 | 2025-01-11T04:25:47.458Z | Compiling once_cell v1.20.2 |
645 | 2025-01-11T04:25:47.638Z | Compiling scopeguard v1.2.0 |
646 | 2025-01-11T04:25:47.674Z | Compiling stable_deref_trait v1.2.0 |
647 | 2025-01-11T04:25:47.762Z | Compiling serde_json v1.0.134 |
648 | 2025-01-11T04:25:47.762Z | Compiling smallvec v1.13.2 |
649 | 2025-01-11T04:25:48.006Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
650 | 2025-01-11T04:25:48.107Z | Compiling dyn-clone v1.0.17 |
651 | 2025-01-11T04:25:48.171Z | Compiling macaddr v1.0.1 |
652 | 2025-01-11T04:25:48.902Z | Compiling getrandom v0.2.15 |
653 | 2025-01-11T04:25:49.004Z | Compiling pin-project-lite v0.2.15 |
654 | 2025-01-11T04:25:49.028Z | Compiling schemars v0.8.21 |
655 | 2025-01-11T04:25:49.112Z | Compiling toml_edit v0.19.15 |
656 | 2025-01-11T04:25:49.194Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
657 | 2025-01-11T04:25:49.285Z | Compiling version_check v0.9.5 |
658 | 2025-01-11T04:25:49.368Z | Compiling itoa v1.0.14 |
659 | 2025-01-11T04:25:49.401Z | Compiling cobs v0.2.3 |
660 | 2025-01-11T04:25:49.525Z | Compiling ryu v1.0.18 |
661 | 2025-01-11T04:25:49.568Z | Compiling bitflags v1.3.2 |
662 | 2025-01-11T04:25:49.655Z | Compiling managed v0.8.0 |
663 | 2025-01-11T04:25:49.712Z | Compiling thiserror v1.0.69 |
664 | 2025-01-11T04:25:49.798Z | Compiling rustix v0.38.42 |
665 | 2025-01-11T04:25:49.945Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
666 | 2025-01-11T04:25:50.325Z | Compiling rand_core v0.6.4 |
667 | 2025-01-11T04:25:50.559Z | Compiling parking_lot v0.12.3 |
668 | 2025-01-11T04:25:50.588Z | Compiling mio v1.0.3 |
669 | 2025-01-11T04:25:50.722Z | Compiling errno v0.3.10 |
670 | 2025-01-11T04:25:50.942Z | Compiling regex v1.11.1 |
671 | 2025-01-11T04:25:51.764Z | Compiling darling_core v0.20.10 |
672 | 2025-01-11T04:25:51.815Z | Compiling proc-macro-crate v1.3.1 |
673 | 2025-01-11T04:25:52.192Z | Compiling serde_derive_internals v0.29.1 |
674 | 2025-01-11T04:25:52.532Z | Compiling socket2 v0.5.8 |
675 | 2025-01-11T04:25:53.674Z | Compiling signal-hook-registry v1.4.2 |
676 | 2025-01-11T04:25:54.105Z | Compiling bytes v1.9.0 |
677 | 2025-01-11T04:25:54.376Z | Compiling utf8parse v0.2.2 |
678 | 2025-01-11T04:25:54.518Z | Compiling unicode-width v0.2.0 |
679 | 2025-01-11T04:25:54.578Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
680 | 2025-01-11T04:25:54.711Z | Compiling foreign-types-shared v0.3.1 |
681 | 2025-01-11T04:25:54.812Z | Compiling anstyle-parse v0.2.6 |
682 | 2025-01-11T04:25:54.971Z | Compiling num_enum_derive v0.5.11 |
683 | 2025-01-11T04:25:55.057Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
684 | 2025-01-11T04:25:55.138Z | Compiling tabwriter v1.4.1 |
685 | 2025-01-11T04:25:55.496Z | Compiling tracing-core v0.1.33 |
686 | 2025-01-11T04:25:56.033Z | Compiling serde_derive v1.0.217 |
687 | 2025-01-11T04:25:56.059Z | Compiling zerocopy-derive v0.8.14 |
688 | 2025-01-11T04:25:56.223Z | Compiling zerocopy-derive v0.7.35 |
689 | 2025-01-11T04:25:56.992Z | Compiling darling_macro v0.20.10 |
690 | 2025-01-11T04:25:57.066Z | Compiling foreign-types-macros v0.2.3 |
691 | 2025-01-11T04:25:57.222Z | Compiling schemars_derive v0.8.21 |
692 | 2025-01-11T04:25:57.353Z | Compiling tokio-macros v2.4.0 |
693 | 2025-01-11T04:25:57.556Z | Compiling thiserror-impl v1.0.69 |
694 | 2025-01-11T04:25:57.939Z | Compiling darling v0.20.10 |
695 | 2025-01-11T04:25:58.030Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
696 | 2025-01-11T04:25:58.041Z | Compiling zerocopy v0.7.35 |
697 | 2025-01-11T04:25:58.284Z | Compiling foreign-types v0.5.0 |
698 | 2025-01-11T04:25:58.377Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
699 | 2025-01-11T04:25:58.723Z | Compiling tokio v1.42.0 |
700 | 2025-01-11T04:25:59.378Z | Compiling ppv-lite86 v0.2.20 |
701 | 2025-01-11T04:25:59.411Z | Compiling num_enum v0.5.11 |
702 | 2025-01-11T04:25:59.563Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
703 | 2025-01-11T04:25:59.943Z | Compiling tracing-attributes v0.1.28 |
704 | 2025-01-11T04:26:00.103Z | Compiling rand_chacha v0.3.1 |
705 | 2025-01-11T04:26:00.403Z | Compiling cstr-argument v0.1.2 |
706 | 2025-01-11T04:26:00.885Z | Compiling crc32fast v1.4.2 |
707 | 2025-01-11T04:26:01.019Z | Compiling lazy_static v1.5.0 |
708 | 2025-01-11T04:26:01.133Z | Compiling colorchoice v1.0.3 |
709 | 2025-01-11T04:26:01.215Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
710 | 2025-01-11T04:26:01.267Z | Compiling thiserror v2.0.11 |
711 | 2025-01-11T04:26:01.553Z | Compiling anstyle-query v1.1.2 |
712 | 2025-01-11T04:26:01.678Z | Compiling is_terminal_polyfill v1.70.1 |
713 | 2025-01-11T04:26:01.680Z | Compiling pretty-hex v0.2.1 |
714 | 2025-01-11T04:26:01.780Z | Compiling anstyle v1.0.10 |
715 | 2025-01-11T04:26:01.866Z | Compiling colored v2.2.0 |
716 | 2025-01-11T04:26:02.176Z | Compiling anstream v0.6.18 |
717 | 2025-01-11T04:26:02.825Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
718 | 2025-01-11T04:26:02.890Z | Compiling tracing v0.1.41 |
719 | 2025-01-11T04:26:02.921Z | Compiling rand v0.8.5 |
720 | 2025-01-11T04:26:02.997Z | Compiling terminal_size v0.4.1 |
721 | 2025-01-11T04:26:03.110Z | Compiling thiserror-impl v2.0.11 |
722 | 2025-01-11T04:26:03.186Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
723 | 2025-01-11T04:26:03.336Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
724 | 2025-01-11T04:26:03.475Z | Compiling winnow v0.6.22 |
725 | 2025-01-11T04:26:03.648Z | Compiling heck v0.5.0 |
726 | 2025-01-11T04:26:03.977Z | Compiling clap_lex v0.7.4 |
727 | 2025-01-11T04:26:04.087Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
728 | 2025-01-11T04:26:04.575Z | Compiling clap_builder v4.5.23 |
729 | 2025-01-11T04:26:04.583Z | Compiling clap_derive v4.5.18 |
730 | 2025-01-11T04:26:04.868Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
731 | 2025-01-11T04:26:06.381Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
732 | 2025-01-11T04:26:08.210Z | Compiling ipnetwork v0.20.0 |
733 | 2025-01-11T04:26:08.937Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
734 | 2025-01-11T04:26:08.968Z | Compiling postcard v1.1.1 |
735 | 2025-01-11T04:26:09.001Z | Compiling uuid v1.11.0 |
736 | 2025-01-11T04:26:09.176Z | Compiling clap v4.5.23 |
737 | 2025-01-11T04:26:11.679Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
738 | 2025-01-11T04:26:12.681Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
739 | 2025-01-11T04:26:17.774Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
740 | 2025-01-11T04:26:19.686Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
741 | 2025-01-11T04:26:55.290Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s |
742 | 2025-01-11T04:26:55.339Z | Building xde (release). |
743 | 2025-01-11T04:26:55.663Z | Compiling compiler_builtins v0.1.138 |
744 | 2025-01-11T04:26:55.663Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
745 | 2025-01-11T04:26:55.666Z | Compiling proc-macro2 v1.0.92 |
746 | 2025-01-11T04:26:55.667Z | Compiling unicode-ident v1.0.14 |
747 | 2025-01-11T04:26:55.667Z | Compiling fnv v1.0.7 |
748 | 2025-01-11T04:26:55.667Z | Compiling strsim v0.11.1 |
749 | 2025-01-11T04:26:55.667Z | Compiling ident_case v1.0.1 |
750 | 2025-01-11T04:26:55.667Z | Compiling memchr v2.7.4 |
751 | 2025-01-11T04:26:55.778Z | Compiling serde v1.0.217 |
752 | 2025-01-11T04:26:55.815Z | Compiling regex-syntax v0.8.5 |
753 | 2025-01-11T04:26:55.854Z | Compiling either v1.13.0 |
754 | 2025-01-11T04:26:56.231Z | Compiling zerocopy v0.8.14 |
755 | 2025-01-11T04:26:56.389Z | Compiling itertools v0.13.0 |
756 | 2025-01-11T04:26:56.513Z | Compiling heapless v0.8.0 |
757 | 2025-01-11T04:26:56.753Z | Compiling aho-corasick v1.1.3 |
758 | 2025-01-11T04:26:57.190Z | Compiling smoltcp v0.11.0 |
759 | 2025-01-11T04:26:57.213Z | Compiling quote v1.0.38 |
760 | 2025-01-11T04:26:57.409Z | Compiling version_check v0.9.5 |
761 | 2025-01-11T04:26:57.880Z | Compiling syn v2.0.95 |
762 | 2025-01-11T04:26:58.182Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
763 | 2025-01-11T04:26:59.202Z | Compiling regex-automata v0.4.9 |
764 | 2025-01-11T04:27:02.110Z | Compiling regex v1.11.1 |
765 | 2025-01-11T04:27:02.889Z | Compiling darling_core v0.20.10 |
766 | 2025-01-11T04:27:04.821Z | Compiling serde_derive v1.0.217 |
767 | 2025-01-11T04:27:04.821Z | Compiling zerocopy-derive v0.8.14 |
768 | 2025-01-11T04:27:04.824Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
769 | 2025-01-11T04:27:06.841Z | Compiling darling_macro v0.20.10 |
770 | 2025-01-11T04:27:08.030Z | Compiling darling v0.20.10 |
771 | 2025-01-11T04:27:08.103Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
772 | 2025-01-11T04:27:08.106Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
773 | 2025-01-11T04:27:16.124Z | 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 | 2025-01-11T04:27:16.967Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
775 | 2025-01-11T04:27:19.858Z | Compiling byteorder v1.5.0 |
776 | 2025-01-11T04:27:19.858Z | Compiling stable_deref_trait v1.2.0 |
777 | 2025-01-11T04:27:19.861Z | Compiling macaddr v1.0.1 |
778 | 2025-01-11T04:27:19.861Z | Compiling cfg-if v1.0.0 |
779 | 2025-01-11T04:27:19.861Z | Compiling bitflags v1.3.2 |
780 | 2025-01-11T04:27:19.945Z | Compiling managed v0.8.0 |
781 | 2025-01-11T04:27:19.948Z | Compiling bitflags v2.6.0 |
782 | 2025-01-11T04:27:19.948Z | Compiling cobs v0.2.3 |
783 | 2025-01-11T04:27:20.189Z | Compiling hash32 v0.3.1 |
784 | 2025-01-11T04:27:20.251Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
785 | 2025-01-11T04:27:20.394Z | Compiling crc32fast v1.4.2 |
786 | 2025-01-11T04:27:20.426Z | Compiling dyn-clone v1.0.17 |
787 | 2025-01-11T04:27:20.442Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
788 | 2025-01-11T04:27:22.353Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
789 | 2025-01-11T04:27:23.743Z | Compiling postcard v1.1.1 |
790 | 2025-01-11T04:27:23.770Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
791 | 2025-01-11T04:27:23.775Z | Compiling uuid v1.11.0 |
792 | 2025-01-11T04:27:25.299Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
793 | 2025-01-11T04:27:30.541Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
794 | 2025-01-11T04:27:34.353Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
795 | 2025-01-11T04:27:36.317Z | warning: creating a mutable reference to mutable static is discouraged |
796 | 2025-01-11T04:27:36.318Z | --> xde/src/xde.rs:318:5 |
797 | 2025-01-11T04:27:36.318Z | | |
798 | 2025-01-11T04:27:36.318Z | 318 | xde_devs.init(KRwLockType::Driver); |
799 | 2025-01-11T04:27:36.318Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static |
800 | 2025-01-11T04:27:36.318Z | | |
801 | 2025-01-11T04:27:36.318Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
802 | 2025-01-11T04:27:36.318Z | = 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 | 2025-01-11T04:27:36.318Z | = note: `#[warn(static_mut_refs)]` on by default |
804 | 2025-01-11T04:27:36.318Z | |
805 | 2025-01-11T04:27:36.321Z | warning: creating a shared reference to mutable static is discouraged |
806 | 2025-01-11T04:27:36.321Z | --> xde/src/xde.rs:642:25 |
807 | 2025-01-11T04:27:36.321Z | | |
808 | 2025-01-11T04:27:36.321Z | 642 | let devs = unsafe { xde_devs.read() }; |
809 | 2025-01-11T04:27:36.322Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
810 | 2025-01-11T04:27:36.322Z | | |
811 | 2025-01-11T04:27:36.322Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
812 | 2025-01-11T04:27:36.322Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
813 | 2025-01-11T04:27:36.322Z | |
814 | 2025-01-11T04:27:36.322Z | warning: creating a shared reference to mutable static is discouraged |
815 | 2025-01-11T04:27:36.322Z | --> xde/src/xde.rs:670:29 |
816 | 2025-01-11T04:27:36.322Z | | |
817 | 2025-01-11T04:27:36.322Z | 670 | let mut devs = unsafe { xde_devs.write() }; |
818 | 2025-01-11T04:27:36.322Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
819 | 2025-01-11T04:27:36.322Z | | |
820 | 2025-01-11T04:27:36.322Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
821 | 2025-01-11T04:27:36.322Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
822 | 2025-01-11T04:27:36.322Z | |
823 | 2025-01-11T04:27:36.322Z | warning: creating a shared reference to mutable static is discouraged |
824 | 2025-01-11T04:27:36.322Z | --> xde/src/xde.rs:803:29 |
825 | 2025-01-11T04:27:36.322Z | | |
826 | 2025-01-11T04:27:36.322Z | 803 | let mut devs = unsafe { xde_devs.write() }; |
827 | 2025-01-11T04:27:36.322Z | | ^^^^^^^^^^^^^^^^ shared reference to mutable static |
828 | 2025-01-11T04:27:36.323Z | | |
829 | 2025-01-11T04:27:36.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
830 | 2025-01-11T04:27:36.323Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
831 | 2025-01-11T04:27:36.323Z | |
832 | 2025-01-11T04:27:36.323Z | warning: creating a shared reference to mutable static is discouraged |
833 | 2025-01-11T04:27:36.323Z | --> xde/src/xde.rs:891:18 |
834 | 2025-01-11T04:27:36.323Z | | |
835 | 2025-01-11T04:27:36.323Z | 891 | if unsafe { !xde_devs.read().is_empty() } { |
836 | 2025-01-11T04:27:36.323Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
837 | 2025-01-11T04:27:36.323Z | | |
838 | 2025-01-11T04:27:36.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
839 | 2025-01-11T04:27:36.323Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
840 | 2025-01-11T04:27:36.323Z | |
841 | 2025-01-11T04:27:36.323Z | warning: creating a shared reference to mutable static is discouraged |
842 | 2025-01-11T04:27:36.323Z | --> xde/src/xde.rs:1204:9 |
843 | 2025-01-11T04:27:36.323Z | | |
844 | 2025-01-11T04:27:36.323Z | 1204 | if !xde_devs.read().is_empty() { |
845 | 2025-01-11T04:27:36.323Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
846 | 2025-01-11T04:27:36.323Z | | |
847 | 2025-01-11T04:27:36.323Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
848 | 2025-01-11T04:27:36.323Z | = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives |
849 | 2025-01-11T04:27:36.323Z | |
850 | 2025-01-11T04:27:36.327Z | warning: creating a shared reference to mutable static is discouraged |
851 | 2025-01-11T04:27:36.327Z | --> xde/src/xde.rs:1611:37 |
852 | 2025-01-11T04:27:36.327Z | | |
853 | 2025-01-11T04:27:36.327Z | 1611 | let devs = unsafe { xde_devs.read() }; |
854 | 2025-01-11T04:27:36.327Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
855 | 2025-01-11T04:27:36.327Z | | |
856 | 2025-01-11T04:27:36.327Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
857 | 2025-01-11T04:27:36.327Z | = 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 | 2025-01-11T04:27:36.327Z | |
859 | 2025-01-11T04:27:36.327Z | warning: creating a shared reference to mutable static is discouraged |
860 | 2025-01-11T04:27:36.327Z | --> xde/src/xde.rs:1861:16 |
861 | 2025-01-11T04:27:36.327Z | | |
862 | 2025-01-11T04:27:36.327Z | 1861 | let devs = xde_devs.read(); |
863 | 2025-01-11T04:27:36.327Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
864 | 2025-01-11T04:27:36.327Z | | |
865 | 2025-01-11T04:27:36.327Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
866 | 2025-01-11T04:27:36.327Z | = 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 | 2025-01-11T04:27:36.327Z | |
868 | 2025-01-11T04:27:36.327Z | warning: creating a shared reference to mutable static is discouraged |
869 | 2025-01-11T04:27:36.327Z | --> xde/src/xde.rs:1910:25 |
870 | 2025-01-11T04:27:36.327Z | | |
871 | 2025-01-11T04:27:36.327Z | 1910 | let devs = unsafe { xde_devs.read() }; |
872 | 2025-01-11T04:27:36.327Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
873 | 2025-01-11T04:27:36.327Z | | |
874 | 2025-01-11T04:27:36.327Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
875 | 2025-01-11T04:27:36.327Z | = 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 | 2025-01-11T04:27:36.328Z | |
877 | 2025-01-11T04:27:36.328Z | warning: creating a shared reference to mutable static is discouraged |
878 | 2025-01-11T04:27:36.328Z | --> xde/src/xde.rs:1923:25 |
879 | 2025-01-11T04:27:36.328Z | | |
880 | 2025-01-11T04:27:36.328Z | 1923 | let devs = unsafe { xde_devs.read() }; |
881 | 2025-01-11T04:27:36.328Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
882 | 2025-01-11T04:27:36.328Z | | |
883 | 2025-01-11T04:27:36.328Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
884 | 2025-01-11T04:27:36.328Z | = 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 | 2025-01-11T04:27:36.328Z | |
886 | 2025-01-11T04:27:36.328Z | warning: creating a shared reference to mutable static is discouraged |
887 | 2025-01-11T04:27:36.328Z | --> xde/src/xde.rs:1934:25 |
888 | 2025-01-11T04:27:36.328Z | | |
889 | 2025-01-11T04:27:36.328Z | 1934 | let devs = unsafe { xde_devs.read() }; |
890 | 2025-01-11T04:27:36.328Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
891 | 2025-01-11T04:27:36.328Z | | |
892 | 2025-01-11T04:27:36.328Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
893 | 2025-01-11T04:27:36.328Z | = 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 | 2025-01-11T04:27:36.328Z | |
895 | 2025-01-11T04:27:36.328Z | warning: creating a shared reference to mutable static is discouraged |
896 | 2025-01-11T04:27:36.328Z | --> xde/src/xde.rs:1946:25 |
897 | 2025-01-11T04:27:36.329Z | | |
898 | 2025-01-11T04:27:36.329Z | 1946 | let devs = unsafe { xde_devs.read() }; |
899 | 2025-01-11T04:27:36.329Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
900 | 2025-01-11T04:27:36.329Z | | |
901 | 2025-01-11T04:27:36.329Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
902 | 2025-01-11T04:27:36.329Z | = 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 | 2025-01-11T04:27:36.329Z | |
904 | 2025-01-11T04:27:36.329Z | warning: creating a shared reference to mutable static is discouraged |
905 | 2025-01-11T04:27:36.329Z | --> xde/src/xde.rs:1958:25 |
906 | 2025-01-11T04:27:36.329Z | | |
907 | 2025-01-11T04:27:36.329Z | 1958 | let devs = unsafe { xde_devs.read() }; |
908 | 2025-01-11T04:27:36.329Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
909 | 2025-01-11T04:27:36.329Z | | |
910 | 2025-01-11T04:27:36.329Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
911 | 2025-01-11T04:27:36.330Z | = 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 | 2025-01-11T04:27:36.330Z | |
913 | 2025-01-11T04:27:36.330Z | warning: creating a shared reference to mutable static is discouraged |
914 | 2025-01-11T04:27:36.330Z | --> xde/src/xde.rs:2022:25 |
915 | 2025-01-11T04:27:36.330Z | | |
916 | 2025-01-11T04:27:36.330Z | 2022 | let devs = unsafe { xde_devs.read() }; |
917 | 2025-01-11T04:27:36.330Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
918 | 2025-01-11T04:27:36.330Z | | |
919 | 2025-01-11T04:27:36.330Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
920 | 2025-01-11T04:27:36.330Z | = 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 | 2025-01-11T04:27:36.331Z | |
922 | 2025-01-11T04:27:36.331Z | warning: creating a shared reference to mutable static is discouraged |
923 | 2025-01-11T04:27:36.331Z | --> xde/src/xde.rs:2033:25 |
924 | 2025-01-11T04:27:36.331Z | | |
925 | 2025-01-11T04:27:36.331Z | 2033 | let devs = unsafe { xde_devs.read() }; |
926 | 2025-01-11T04:27:36.331Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
927 | 2025-01-11T04:27:36.331Z | | |
928 | 2025-01-11T04:27:36.331Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
929 | 2025-01-11T04:27:36.331Z | = 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 | 2025-01-11T04:27:36.331Z | |
931 | 2025-01-11T04:27:36.331Z | warning: creating a shared reference to mutable static is discouraged |
932 | 2025-01-11T04:27:36.331Z | --> xde/src/xde.rs:2045:25 |
933 | 2025-01-11T04:27:36.331Z | | |
934 | 2025-01-11T04:27:36.331Z | 2045 | let devs = unsafe { xde_devs.read() }; |
935 | 2025-01-11T04:27:36.331Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
936 | 2025-01-11T04:27:36.331Z | | |
937 | 2025-01-11T04:27:36.331Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
938 | 2025-01-11T04:27:36.331Z | = 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 | 2025-01-11T04:27:36.331Z | |
940 | 2025-01-11T04:27:36.331Z | warning: creating a shared reference to mutable static is discouraged |
941 | 2025-01-11T04:27:36.331Z | --> xde/src/xde.rs:2059:25 |
942 | 2025-01-11T04:27:36.331Z | | |
943 | 2025-01-11T04:27:36.331Z | 2059 | let devs = unsafe { xde_devs.read() }; |
944 | 2025-01-11T04:27:36.332Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
945 | 2025-01-11T04:27:36.332Z | | |
946 | 2025-01-11T04:27:36.332Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
947 | 2025-01-11T04:27:36.332Z | = 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 | 2025-01-11T04:27:36.332Z | |
949 | 2025-01-11T04:27:36.332Z | warning: creating a shared reference to mutable static is discouraged |
950 | 2025-01-11T04:27:36.335Z | --> xde/src/xde.rs:2072:25 |
951 | 2025-01-11T04:27:36.335Z | | |
952 | 2025-01-11T04:27:36.335Z | 2072 | let devs = unsafe { xde_devs.read() }; |
953 | 2025-01-11T04:27:36.335Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
954 | 2025-01-11T04:27:36.335Z | | |
955 | 2025-01-11T04:27:36.335Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
956 | 2025-01-11T04:27:36.335Z | = 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 | 2025-01-11T04:27:36.335Z | |
958 | 2025-01-11T04:27:36.335Z | warning: creating a shared reference to mutable static is discouraged |
959 | 2025-01-11T04:27:36.335Z | --> xde/src/xde.rs:2085:25 |
960 | 2025-01-11T04:27:36.335Z | | |
961 | 2025-01-11T04:27:36.335Z | 2085 | let devs = unsafe { xde_devs.read() }; |
962 | 2025-01-11T04:27:36.335Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
963 | 2025-01-11T04:27:36.335Z | | |
964 | 2025-01-11T04:27:36.335Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
965 | 2025-01-11T04:27:36.335Z | = 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 | 2025-01-11T04:27:36.335Z | |
967 | 2025-01-11T04:27:36.335Z | warning: creating a shared reference to mutable static is discouraged |
968 | 2025-01-11T04:27:36.335Z | --> xde/src/xde.rs:2096:25 |
969 | 2025-01-11T04:27:36.335Z | | |
970 | 2025-01-11T04:27:36.335Z | 2096 | let devs = unsafe { xde_devs.read() }; |
971 | 2025-01-11T04:27:36.335Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
972 | 2025-01-11T04:27:36.335Z | | |
973 | 2025-01-11T04:27:36.335Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
974 | 2025-01-11T04:27:36.335Z | = 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 | 2025-01-11T04:27:36.335Z | |
976 | 2025-01-11T04:27:36.336Z | warning: creating a shared reference to mutable static is discouraged |
977 | 2025-01-11T04:27:36.336Z | --> xde/src/xde.rs:2108:25 |
978 | 2025-01-11T04:27:36.336Z | | |
979 | 2025-01-11T04:27:36.336Z | 2108 | let devs = unsafe { xde_devs.read() }; |
980 | 2025-01-11T04:27:36.336Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
981 | 2025-01-11T04:27:36.336Z | | |
982 | 2025-01-11T04:27:36.336Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
983 | 2025-01-11T04:27:36.336Z | = 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 | 2025-01-11T04:27:36.336Z | |
985 | 2025-01-11T04:27:36.336Z | warning: creating a shared reference to mutable static is discouraged |
986 | 2025-01-11T04:27:36.336Z | --> xde/src/xde.rs:2123:25 |
987 | 2025-01-11T04:27:36.336Z | | |
988 | 2025-01-11T04:27:36.336Z | 2123 | let devs = unsafe { xde_devs.read() }; |
989 | 2025-01-11T04:27:36.336Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
990 | 2025-01-11T04:27:36.336Z | | |
991 | 2025-01-11T04:27:36.336Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
992 | 2025-01-11T04:27:36.336Z | = 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 | 2025-01-11T04:27:36.336Z | |
994 | 2025-01-11T04:27:36.336Z | warning: creating a shared reference to mutable static is discouraged |
995 | 2025-01-11T04:27:36.336Z | --> xde/src/xde.rs:2137:25 |
996 | 2025-01-11T04:27:36.336Z | | |
997 | 2025-01-11T04:27:36.336Z | 2137 | let devs = unsafe { xde_devs.read() }; |
998 | 2025-01-11T04:27:36.336Z | | ^^^^^^^^^^^^^^^ shared reference to mutable static |
999 | 2025-01-11T04:27:36.336Z | | |
1000 | 2025-01-11T04:27:36.336Z | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> |
1001 | 2025-01-11T04:27:36.336Z | = 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 | 2025-01-11T04:27:36.336Z | |
1003 | 2025-01-11T04:28:01.520Z | warning: `xde` (lib) generated 23 warnings |
1004 | 2025-01-11T04:28:01.520Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 06s |
1005 | 2025-01-11T04:28:01.551Z | Linking xde kmod... |
1006 | 2025-01-11T04:28:02.286Z | Building xde dev link helper (release). |
1007 | 2025-01-11T04:28:02.463Z | Compiling compiler_builtins v0.1.138 |
1008 | 2025-01-11T04:28:02.463Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1009 | 2025-01-11T04:28:02.466Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1010 | 2025-01-11T04:28:18.780Z | 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 | 2025-01-11T04:28:19.546Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1012 | 2025-01-11T04:28:23.095Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.75s |
1013 | 2025-01-11T04:28:23.121Z | |
1014 | 2025-01-11T04:28:23.124Z | real 4:51.260756600 |
1015 | 2025-01-11T04:28:23.124Z | user 14:47.656165102 |
1016 | 2025-01-11T04:28:23.124Z | sys 1:28.434255513 |
1017 | 2025-01-11T04:28:23.124Z | trap 0.449645442 |
1018 | 2025-01-11T04:28:23.124Z | tflt 1.047607300 |
1019 | 2025-01-11T04:28:23.124Z | dflt 4.576212471 |
1020 | 2025-01-11T04:28:23.124Z | kflt 0.011762955 |
1021 | 2025-01-11T04:28:23.124Z | lock 27:41.777363153 |
1022 | 2025-01-11T04:28:23.124Z | slp 48:45.284959370 |
1023 | 2025-01-11T04:28:23.124Z | lat 24.653814295 |
1024 | 2025-01-11T04:28:23.124Z | stop 39.650750680 |
1025 | 2025-01-11T04:28:23.124Z | + elfdump target/x86_64-unknown-unknown/release/xde |
1026 | 2025-01-11T04:28:23.124Z | + grep GOTPCREL |
1027 | 2025-01-11T04:28:24.726Z | + header 'package opte' |
1028 | 2025-01-11T04:28:24.726Z | + echo '# ==== package opte ==== #' |
1029 | 2025-01-11T04:28:24.729Z | # ==== package opte ==== # |
1030 | 2025-01-11T04:28:24.729Z | + cargo xtask package --skip-build |
1031 | 2025-01-11T04:28:24.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s |
1032 | 2025-01-11T04:28:24.993Z | Running `target/debug/xtask package --skip-build` |
1033 | 2025-01-11T04:28:25.347Z | + ./clean.sh |
1034 | 2025-01-11T04:28:25.359Z | + mkdir -p proto/kernel/drv/amd64 |
1035 | 2025-01-11T04:28:25.362Z | + mkdir -p proto/opt/oxide/opte/bin |
1036 | 2025-01-11T04:28:25.364Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
1037 | 2025-01-11T04:28:25.367Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
1038 | 2025-01-11T04:28:25.381Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
1039 | 2025-01-11T04:28:25.416Z | + cp ../xde/xde.conf proto/kernel/drv/ |
1040 | 2025-01-11T04:28:25.418Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
1041 | 2025-01-11T04:28:25.421Z | + '[' -z ']' |
1042 | 2025-01-11T04:28:25.421Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
1043 | 2025-01-11T04:28:25.485Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
1044 | 2025-01-11T04:28:25.550Z | + INC_DEBUG= |
1045 | 2025-01-11T04:28:25.552Z | ++ ./print-api-version.sh |
1046 | 2025-01-11T04:28:25.558Z | + API_VSN=34 |
1047 | 2025-01-11T04:28:25.560Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/320/g -e s/%API_VSN%/34/g opte.template.p5m |
1048 | 2025-01-11T04:28:25.560Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
1049 | 2025-01-11T04:28:36.826Z | + pkgdepend generate -d proto opte.base.p5m |
1050 | 2025-01-11T04:28:38.217Z | + mkdir -p packages |
1051 | 2025-01-11T04:28:38.220Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
1052 | 2025-01-11T04:28:56.973Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
1053 | 2025-01-11T04:28:56.976Z | + pkgrepo create packages/repo |
1054 | 2025-01-11T04:28:57.843Z | + pkgrepo add-publisher -s packages/repo helios-dev |
1055 | 2025-01-11T04:28:58.685Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
1056 | 2025-01-11T04:29:36.279Z | pkg://helios-dev/driver/network/opte@0.34.320,5.11:20250111T042858Z |
1057 | 2025-01-11T04:29:36.279Z | PUBLISHED |
1058 | 2025-01-11T04:29:36.325Z | + pkgrecv -a -d packages/repo/opte-0.34.320.p5p -s packages/repo -v -m latest '*' |
1059 | 2025-01-11T04:29:37.130Z | Retrieving packages for publisher helios-dev ... |
1060 | 2025-01-11T04:29:37.133Z | Retrieving catalog 'helios-dev' ... Done |
1061 | 2025-01-11T04:29:37.136Z | Retrieving and evaluating 1 package(s)... |
1062 | 2025-01-11T04:29:37.136Z | Fetching manifests: 1/1 100% complete |
1063 | 2025-01-11T04:29:37.136Z | Fetching manifests: 1/1 100% complete |
1064 | 2025-01-11T04:29:37.139Z | |
1065 | 2025-01-11T04:29:37.139Z | Archiving packages ... |
1066 | 2025-01-11T04:29:37.139Z | Packages to add: 1 |
1067 | 2025-01-11T04:29:37.139Z | Files to retrieve: 6 |
1068 | 2025-01-11T04:29:37.139Z | Estimated transfer size: 38.51 MB |
1069 | 2025-01-11T04:29:37.139Z | |
1070 | 2025-01-11T04:29:37.139Z | Packages to archive: |
1071 | 2025-01-11T04:29:37.139Z | driver/network/opte@0.34.320,5.11:20250111T042858Z |
1072 | 2025-01-11T04:29:37.139Z | |
1073 | 2025-01-11T04:29:37.139Z | Download: 0/6 items 0.0/38.5MB 0% complete |
1074 | 2025-01-11T04:29:37.256Z | Download: Completed 38.51 MB in 0.12 seconds (323M/s) |
1075 | 2025-01-11T04:29:37.259Z | Archiving: 1/20 items 0.0/38.5MB 0% complete |
1076 | 2025-01-11T04:29:37.285Z | Archiving: Completed 38.54 MB in 0.03 seconds |
1077 | 2025-01-11T04:29:37.331Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.34.320.p5p. |
1078 | 2025-01-11T04:29:37.334Z | + banner copy |
1079 | 2025-01-11T04:29:37.451Z | |
1080 | 2025-01-11T04:29:37.451Z | #### #### ##### # # |
1081 | 2025-01-11T04:29:37.451Z | # # # # # # # # |
1082 | 2025-01-11T04:29:37.451Z | # # # # # # |
1083 | 2025-01-11T04:29:37.451Z | # # # ##### # |
1084 | 2025-01-11T04:29:37.451Z | # # # # # # |
1085 | 2025-01-11T04:29:37.451Z | #### #### # # |
1086 | 2025-01-11T04:29:37.451Z | |
1087 | 2025-01-11T04:29:37.454Z | + pfexec mkdir -p /out |
1088 | 2025-01-11T04:29:37.457Z | + pfexec chown 12345 /out |
1089 | 2025-01-11T04:29:37.460Z | + PKG_NAME=/out/opte.p5p |
1090 | 2025-01-11T04:29:37.460Z | + mv pkg/packages/repo/opte-0.34.320.p5p /out/opte.p5p |
1091 | 2025-01-11T04:29:37.498Z | + sha256sum /out/opte.p5p |
1092 | 2025-01-11T04:29:37.531Z | process exited: duration 385878 ms, exit code 0 |
|
1093 | 2025-01-11T04:29:37.542Z | found 2 output files |
1094 | 2025-01-11T04:29:37.542Z | uploading: /out/opte.p5p (40427520 bytes) |
1095 | 2025-01-11T04:29:39.184Z | uploaded: /out/opte.p5p |
1096 | 2025-01-11T04:29:39.184Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
1097 | 2025-01-11T04:29:40.192Z | uploaded: /out/opte.p5p.sha256 |