|
|
|
1 | 2024-11-28T04:06:35.002Z | job assigned to worker 01JDRF448RJNP0YVAES6MMFMH3 [factory aws, i-0521cbe0e43bd90a0] (queued for 1 m 7 s) |
|
2 | 2024-11-28T04:06:42.202Z | starting task 0: "setup" |
3 | 2024-11-28T04:06:42.213Z | ++ uname -s |
4 | 2024-11-28T04:06:42.216Z | + kern=SunOS |
5 | 2024-11-28T04:06:42.216Z | + case "$kern" in |
6 | 2024-11-28T04:06:42.216Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:06:42.219Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:06:44.224Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:06:44.271Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:06:44.274Z | + home_fs=zfs |
11 | 2024-11-28T04:06:44.274Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:06:44.274Z | + mkdir -p /home/build |
13 | 2024-11-28T04:06:44.278Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:06:46.277Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:06:46.280Z | process exited: duration 4077 ms, exit code 0 |
|
16 | 2024-11-28T04:06:46.285Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:06:46.290Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:06:46.290Z | ' nightly-2024-11-18 |
19 | 2024-11-28T04:06:46.290Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-28T04:06:46.290Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2024-11-28T04:06:46.290Z | ' default |
22 | 2024-11-28T04:06:46.290Z | * toolchain profile = "default" |
23 | 2024-11-28T04:06:46.293Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:06:46.293Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-28T04:06:46.411Z | info: downloading installer |
26 | 2024-11-28T04:06:47.780Z | info: profile set to 'default' |
27 | 2024-11-28T04:06:47.780Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:06:47.782Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-28T04:06:47.945Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-28T04:06:47.945Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:06:48.868Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:06:49.224Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:06:50.461Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:06:52.480Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:06:59.595Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:06:59.873Z | info: installing component 'cargo' |
37 | 2024-11-28T04:07:00.689Z | info: installing component 'clippy' |
38 | 2024-11-28T04:07:01.066Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:07:02.735Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:07:04.554Z | info: installing component 'rustc' |
41 | 2024-11-28T04:07:10.463Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:07:10.788Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-28T04:07:10.788Z | |
44 | 2024-11-28T04:07:11.173Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-28T04:07:11.173Z | |
46 | 2024-11-28T04:07:11.176Z | |
47 | 2024-11-28T04:07:11.176Z | Rust is installed now. Great! |
48 | 2024-11-28T04:07:11.176Z | |
49 | 2024-11-28T04:07:11.176Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:07:11.176Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:07:11.176Z | |
52 | 2024-11-28T04:07:11.176Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:07:11.176Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:07:11.176Z | |
55 | 2024-11-28T04:07:11.176Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:07:11.176Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:07:11.176Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:07:11.255Z | + rustc --version |
59 | 2024-11-28T04:07:11.316Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-28T04:07:11.319Z | process exited: duration 25032 ms, exit code 0 |
|
61 | 2024-11-28T04:07:11.325Z | starting task 2: "authentication" |
62 | 2024-11-28T04:07:11.345Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T04:07:11.351Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:07:11.356Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-28T04:07:11.358Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-28T04:07:11.393Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-28T04:07:12.538Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-28T04:07:12.538Z | + git fetch origin 8580b4906fa08bfc6e3584219620a25511257cfc |
69 | 2024-11-28T04:07:12.820Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-28T04:07:12.820Z | * branch 8580b4906fa08bfc6e3584219620a25511257cfc -> FETCH_HEAD |
71 | 2024-11-28T04:07:12.827Z | + [[ -n renovate/smoltcp-0.x ]] |
72 | 2024-11-28T04:07:12.830Z | ++ git branch --show-current |
73 | 2024-11-28T04:07:12.834Z | + current=master |
74 | 2024-11-28T04:07:12.834Z | + [[ master != renovate/smoltcp-0.x ]] |
75 | 2024-11-28T04:07:12.834Z | + git branch -f renovate/smoltcp-0.x 8580b4906fa08bfc6e3584219620a25511257cfc |
76 | 2024-11-28T04:07:12.838Z | + git checkout -f renovate/smoltcp-0.x |
77 | 2024-11-28T04:07:12.857Z | Switched to branch 'renovate/smoltcp-0.x' |
78 | 2024-11-28T04:07:12.859Z | + git reset --hard 8580b4906fa08bfc6e3584219620a25511257cfc |
79 | 2024-11-28T04:07:12.879Z | HEAD is now at 8580b49 Update Rust crate smoltcp to 0.12 |
80 | 2024-11-28T04:07:12.881Z | process exited: duration 1528 ms, exit code 0 |
|
81 | 2024-11-28T04:07:12.886Z | starting task 4: "build" |
82 | 2024-11-28T04:07:12.892Z | + cargo --version |
83 | 2024-11-28T04:07:12.896Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-28T04:07:13.067Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-28T04:07:13.067Z | info: downloading component 'cargo' |
86 | 2024-11-28T04:07:13.946Z | info: downloading component 'clippy' |
87 | 2024-11-28T04:07:14.281Z | info: downloading component 'rust-docs' |
88 | 2024-11-28T04:07:15.521Z | info: downloading component 'rust-std' |
89 | 2024-11-28T04:07:17.483Z | info: downloading component 'rustc' |
90 | 2024-11-28T04:07:24.552Z | info: downloading component 'rustfmt' |
91 | 2024-11-28T04:07:24.807Z | info: installing component 'cargo' |
92 | 2024-11-28T04:07:25.595Z | info: installing component 'clippy' |
93 | 2024-11-28T04:07:25.959Z | info: installing component 'rust-docs' |
94 | 2024-11-28T04:07:27.649Z | info: installing component 'rust-std' |
95 | 2024-11-28T04:07:29.399Z | info: installing component 'rustc' |
96 | 2024-11-28T04:07:35.271Z | info: installing component 'rustfmt' |
97 | 2024-11-28T04:07:35.668Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-28T04:07:35.670Z | + rustc --version |
99 | 2024-11-28T04:07:35.738Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-28T04:07:35.742Z | + pushd bin/opteadm |
101 | 2024-11-28T04:07:35.744Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-11-28T04:07:35.744Z | + header 'check style' |
103 | 2024-11-28T04:07:35.744Z | + echo '# ==== check style ==== #' |
104 | 2024-11-28T04:07:35.744Z | # ==== check style ==== # |
105 | 2024-11-28T04:07:35.744Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-11-28T04:07:35.941Z | |
107 | 2024-11-28T04:07:35.941Z | real 0.194555732 |
108 | 2024-11-28T04:07:35.941Z | user 0.106198416 |
109 | 2024-11-28T04:07:35.941Z | sys 0.084314659 |
110 | 2024-11-28T04:07:35.941Z | trap 0.000001179 |
111 | 2024-11-28T04:07:35.941Z | tflt 0.000000000 |
112 | 2024-11-28T04:07:35.941Z | dflt 0.000000000 |
113 | 2024-11-28T04:07:35.941Z | kflt 0.000000000 |
114 | 2024-11-28T04:07:35.941Z | lock 0.000000000 |
115 | 2024-11-28T04:07:35.941Z | slp 0.109710462 |
116 | 2024-11-28T04:07:35.941Z | lat 0.000271162 |
117 | 2024-11-28T04:07:35.941Z | stop 0.000148168 |
118 | 2024-11-28T04:07:35.944Z | + header analyze |
119 | 2024-11-28T04:07:35.944Z | + echo '# ==== analyze ==== #' |
120 | 2024-11-28T04:07:35.944Z | # ==== analyze ==== # |
121 | 2024-11-28T04:07:35.944Z | + ptime -m cargo clippy --all-targets |
122 | 2024-11-28T04:07:36.157Z | Updating crates.io index |
123 | 2024-11-28T04:07:36.216Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-28T04:07:36.902Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-28T04:07:37.160Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-28T04:07:37.460Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-28T04:07:37.820Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-28T04:07:38.112Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-28T04:07:38.332Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-28T04:07:38.614Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-28T04:07:38.894Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-28T04:07:39.834Z | Downloading crates ... |
133 | 2024-11-28T04:07:39.945Z | Downloaded version_check v0.9.5 |
134 | 2024-11-28T04:07:39.949Z | Downloaded defmt-parser v0.3.4 |
135 | 2024-11-28T04:07:39.949Z | Downloaded anstyle-query v1.1.2 |
136 | 2024-11-28T04:07:39.951Z | Downloaded getrandom v0.2.15 |
137 | 2024-11-28T04:07:39.954Z | Downloaded unicode-ident v1.0.14 |
138 | 2024-11-28T04:07:39.957Z | Downloaded indexmap v2.6.0 |
139 | 2024-11-28T04:07:39.961Z | Downloaded utf8parse v0.2.2 |
140 | 2024-11-28T04:07:39.972Z | Downloaded tracing v0.1.40 |
141 | 2024-11-28T04:07:39.972Z | Downloaded tracing-attributes v0.1.27 |
142 | 2024-11-28T04:07:39.972Z | Downloaded num_enum v0.5.11 |
143 | 2024-11-28T04:07:39.974Z | Downloaded embedded-io v0.4.0 |
144 | 2024-11-28T04:07:39.974Z | Downloaded itoa v1.0.13 |
145 | 2024-11-28T04:07:39.979Z | Downloaded zerocopy v0.7.35 |
146 | 2024-11-28T04:07:39.990Z | Downloaded zerocopy-derive v0.7.35 |
147 | 2024-11-28T04:07:39.994Z | Downloaded tracing-core v0.1.32 |
148 | 2024-11-28T04:07:39.996Z | Downloaded rand v0.8.5 |
149 | 2024-11-28T04:07:40.000Z | Downloaded parking_lot v0.12.3 |
150 | 2024-11-28T04:07:40.002Z | Downloaded uuid v1.11.0 |
151 | 2024-11-28T04:07:40.005Z | Downloaded serde_json v1.0.133 |
152 | 2024-11-28T04:07:40.011Z | Downloaded colorchoice v1.0.3 |
153 | 2024-11-28T04:07:40.015Z | Downloaded clap v4.5.21 |
154 | 2024-11-28T04:07:40.020Z | Downloaded zerocopy-derive v0.8.10 |
155 | 2024-11-28T04:07:40.028Z | Downloaded winnow v0.6.20 |
156 | 2024-11-28T04:07:40.035Z | Downloaded winnow v0.5.40 |
157 | 2024-11-28T04:07:40.043Z | Downloaded zerocopy v0.8.10 |
158 | 2024-11-28T04:07:40.066Z | Downloaded ident_case v1.0.1 |
159 | 2024-11-28T04:07:40.069Z | Downloaded foreign-types-macros v0.2.3 |
160 | 2024-11-28T04:07:40.069Z | Downloaded equivalent v1.0.1 |
161 | 2024-11-28T04:07:40.069Z | Downloaded unicode-width v0.1.14 |
162 | 2024-11-28T04:07:40.077Z | Downloaded darling_macro v0.20.10 |
163 | 2024-11-28T04:07:40.086Z | Downloaded is_terminal_polyfill v1.70.1 |
164 | 2024-11-28T04:07:40.105Z | Downloaded pretty-hex v0.2.1 |
165 | 2024-11-28T04:07:40.105Z | Downloaded cstr-argument v0.1.2 |
166 | 2024-11-28T04:07:40.122Z | Downloaded proc-macro-error-attr v1.0.4 |
167 | 2024-11-28T04:07:40.124Z | Downloaded embedded-io v0.6.1 |
168 | 2024-11-28T04:07:40.124Z | Downloaded errno v0.3.9 |
169 | 2024-11-28T04:07:40.128Z | Downloaded hash32 v0.3.1 |
170 | 2024-11-28T04:07:40.130Z | Downloaded dyn-clone v1.0.17 |
171 | 2024-11-28T04:07:40.133Z | Downloaded foreign-types v0.5.0 |
172 | 2024-11-28T04:07:40.133Z | Downloaded cobs v0.2.3 |
173 | 2024-11-28T04:07:40.133Z | Downloaded cfg-if v1.0.0 |
174 | 2024-11-28T04:07:40.136Z | Downloaded clap_lex v0.7.3 |
175 | 2024-11-28T04:07:40.136Z | Downloaded byteorder v1.5.0 |
176 | 2024-11-28T04:07:40.138Z | Downloaded anstyle v1.0.10 |
177 | 2024-11-28T04:07:40.138Z | Downloaded fnv v1.0.7 |
178 | 2024-11-28T04:07:40.140Z | Downloaded heck v0.5.0 |
179 | 2024-11-28T04:07:40.140Z | Downloaded scopeguard v1.2.0 |
180 | 2024-11-28T04:07:40.143Z | Downloaded anstyle-parse v0.2.6 |
181 | 2024-11-28T04:07:40.143Z | Downloaded rand_chacha v0.3.1 |
182 | 2024-11-28T04:07:40.145Z | Downloaded ipnetwork v0.20.0 |
183 | 2024-11-28T04:07:40.145Z | Downloaded foreign-types-shared v0.3.1 |
184 | 2024-11-28T04:07:40.148Z | Downloaded colored v2.1.0 |
185 | 2024-11-28T04:07:40.148Z | Downloaded clap_derive v4.5.18 |
186 | 2024-11-28T04:07:40.150Z | Downloaded rand_core v0.6.4 |
187 | 2024-11-28T04:07:40.152Z | Downloaded managed v0.8.0 |
188 | 2024-11-28T04:07:40.152Z | Downloaded macaddr v1.0.1 |
189 | 2024-11-28T04:07:40.156Z | Downloaded either v1.13.0 |
190 | 2024-11-28T04:07:40.156Z | Downloaded autocfg v1.4.0 |
191 | 2024-11-28T04:07:40.158Z | Downloaded defmt-macros v0.3.9 |
192 | 2024-11-28T04:07:40.170Z | Downloaded terminal_size v0.4.0 |
193 | 2024-11-28T04:07:40.172Z | Downloaded strsim v0.11.1 |
194 | 2024-11-28T04:07:40.177Z | Downloaded schemars_derive v0.8.21 |
195 | 2024-11-28T04:07:40.177Z | Downloaded signal-hook-registry v1.4.2 |
196 | 2024-11-28T04:07:40.180Z | Downloaded toml_datetime v0.6.8 |
197 | 2024-11-28T04:07:40.183Z | Downloaded thiserror-impl v1.0.69 |
198 | 2024-11-28T04:07:40.183Z | Downloaded defmt v0.3.8 |
199 | 2024-11-28T04:07:40.186Z | Downloaded tokio-macros v2.4.0 |
200 | 2024-11-28T04:07:40.190Z | Downloaded stable_deref_trait v1.2.0 |
201 | 2024-11-28T04:07:40.192Z | Downloaded tabwriter v1.4.0 |
202 | 2024-11-28T04:07:40.192Z | Downloaded darling v0.20.10 |
203 | 2024-11-28T04:07:40.197Z | Downloaded crc32fast v1.4.2 |
204 | 2024-11-28T04:07:40.200Z | Downloaded anstream v0.6.18 |
205 | 2024-11-28T04:07:40.202Z | Downloaded bitflags v1.3.2 |
206 | 2024-11-28T04:07:40.204Z | Downloaded ppv-lite86 v0.2.20 |
207 | 2024-11-28T04:07:40.207Z | Downloaded lock_api v0.4.12 |
208 | 2024-11-28T04:07:40.209Z | Downloaded serde_derive_internals v0.29.1 |
209 | 2024-11-28T04:07:40.211Z | Downloaded proc-macro-crate v1.3.1 |
210 | 2024-11-28T04:07:40.214Z | Downloaded quote v1.0.37 |
211 | 2024-11-28T04:07:40.217Z | Downloaded proc-macro-error v1.0.4 |
212 | 2024-11-28T04:07:40.219Z | Downloaded postcard v1.0.10 |
213 | 2024-11-28T04:07:40.220Z | Downloaded pin-project-lite v0.2.15 |
214 | 2024-11-28T04:07:40.224Z | Downloaded once_cell v1.20.2 |
215 | 2024-11-28T04:07:40.226Z | Downloaded num_enum_derive v0.5.11 |
216 | 2024-11-28T04:07:40.228Z | Downloaded parking_lot_core v0.9.10 |
217 | 2024-11-28T04:07:40.232Z | Downloaded bitflags v2.6.0 |
218 | 2024-11-28T04:07:40.236Z | Downloaded thiserror v1.0.69 |
219 | 2024-11-28T04:07:40.243Z | Downloaded lazy_static v1.5.0 |
220 | 2024-11-28T04:07:40.245Z | Downloaded anyhow v1.0.93 |
221 | 2024-11-28T04:07:40.248Z | Downloaded smallvec v1.13.2 |
222 | 2024-11-28T04:07:40.265Z | Downloaded ryu v1.0.18 |
223 | 2024-11-28T04:07:40.267Z | Downloaded serde_derive v1.0.215 |
224 | 2024-11-28T04:07:40.270Z | Downloaded proc-macro2 v1.0.92 |
225 | 2024-11-28T04:07:40.275Z | Downloaded darling_core v0.20.10 |
226 | 2024-11-28T04:07:40.278Z | Downloaded tokio v1.41.1 |
227 | 2024-11-28T04:07:40.313Z | Downloaded socket2 v0.5.7 |
228 | 2024-11-28T04:07:40.315Z | Downloaded heapless v0.8.0 |
229 | 2024-11-28T04:07:40.319Z | Downloaded bytes v1.8.0 |
230 | 2024-11-28T04:07:40.322Z | Downloaded schemars v0.8.21 |
231 | 2024-11-28T04:07:40.331Z | Downloaded serde v1.0.215 |
232 | 2024-11-28T04:07:40.335Z | Downloaded toml_edit v0.19.15 |
233 | 2024-11-28T04:07:40.350Z | Downloaded mio v1.0.2 |
234 | 2024-11-28T04:07:40.355Z | Downloaded memchr v2.7.4 |
235 | 2024-11-28T04:07:40.375Z | Downloaded hashbrown v0.15.2 |
236 | 2024-11-28T04:07:40.385Z | Downloaded itertools v0.13.0 |
237 | 2024-11-28T04:07:40.396Z | Downloaded clap_builder v4.5.21 |
238 | 2024-11-28T04:07:40.431Z | Downloaded aho-corasick v1.1.3 |
239 | 2024-11-28T04:07:40.451Z | Downloaded syn v1.0.109 |
240 | 2024-11-28T04:07:40.461Z | Downloaded regex v1.11.1 |
241 | 2024-11-28T04:07:40.491Z | Downloaded syn v2.0.89 |
242 | 2024-11-28T04:07:40.511Z | Downloaded regex-syntax v0.8.5 |
243 | 2024-11-28T04:07:40.519Z | Downloaded smoltcp v0.12.0 |
244 | 2024-11-28T04:07:40.530Z | Downloaded rustix v0.38.41 |
245 | 2024-11-28T04:07:40.572Z | Downloaded regex-automata v0.4.9 |
246 | 2024-11-28T04:07:40.588Z | Downloaded libc v0.2.164 |
247 | 2024-11-28T04:07:40.750Z | Compiling proc-macro2 v1.0.92 |
248 | 2024-11-28T04:07:40.750Z | Compiling unicode-ident v1.0.14 |
249 | 2024-11-28T04:07:40.753Z | Compiling libc v0.2.164 |
250 | 2024-11-28T04:07:40.753Z | Checking cfg-if v1.0.0 |
251 | 2024-11-28T04:07:40.753Z | Compiling serde v1.0.215 |
252 | 2024-11-28T04:07:40.753Z | Checking byteorder v1.5.0 |
253 | 2024-11-28T04:07:40.753Z | Compiling ident_case v1.0.1 |
254 | 2024-11-28T04:07:40.753Z | Compiling strsim v0.11.1 |
255 | 2024-11-28T04:07:40.841Z | Compiling fnv v1.0.7 |
256 | 2024-11-28T04:07:40.937Z | Compiling memchr v2.7.4 |
257 | 2024-11-28T04:07:40.955Z | Compiling syn v1.0.109 |
258 | 2024-11-28T04:07:40.964Z | Checking bitflags v2.6.0 |
259 | 2024-11-28T04:07:41.223Z | Compiling regex-syntax v0.8.5 |
260 | 2024-11-28T04:07:41.305Z | Compiling zerocopy v0.8.10 |
261 | 2024-11-28T04:07:41.383Z | Compiling autocfg v1.4.0 |
262 | 2024-11-28T04:07:41.420Z | Compiling equivalent v1.0.1 |
263 | 2024-11-28T04:07:41.525Z | Compiling hashbrown v0.15.2 |
264 | 2024-11-28T04:07:41.624Z | Compiling either v1.13.0 |
265 | 2024-11-28T04:07:42.078Z | Compiling aho-corasick v1.1.3 |
266 | 2024-11-28T04:07:42.151Z | Compiling itertools v0.13.0 |
267 | 2024-11-28T04:07:42.279Z | Compiling lock_api v0.4.12 |
268 | 2024-11-28T04:07:42.636Z | Compiling quote v1.0.37 |
269 | 2024-11-28T04:07:42.743Z | Compiling heapless v0.8.0 |
270 | 2024-11-28T04:07:42.864Z | Compiling indexmap v2.6.0 |
271 | 2024-11-28T04:07:43.182Z | Compiling syn v2.0.89 |
272 | 2024-11-28T04:07:43.272Z | Compiling winnow v0.5.40 |
273 | 2024-11-28T04:07:43.362Z | Compiling toml_datetime v0.6.8 |
274 | 2024-11-28T04:07:43.724Z | Compiling anyhow v1.0.93 |
275 | 2024-11-28T04:07:44.236Z | Compiling parking_lot_core v0.9.10 |
276 | 2024-11-28T04:07:44.818Z | Compiling regex-automata v0.4.9 |
277 | 2024-11-28T04:07:44.914Z | Checking hash32 v0.3.1 |
278 | 2024-11-28T04:07:45.072Z | Compiling once_cell v1.20.2 |
279 | 2024-11-28T04:07:45.180Z | Checking stable_deref_trait v1.2.0 |
280 | 2024-11-28T04:07:45.270Z | Checking smallvec v1.13.2 |
281 | 2024-11-28T04:07:45.456Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
282 | 2024-11-28T04:07:45.636Z | Compiling smoltcp v0.12.0 |
283 | 2024-11-28T04:07:45.835Z | Checking scopeguard v1.2.0 |
284 | 2024-11-28T04:07:45.956Z | Checking macaddr v1.0.1 |
285 | 2024-11-28T04:07:46.195Z | Checking dyn-clone v1.0.17 |
286 | 2024-11-28T04:07:46.238Z | Compiling serde_json v1.0.133 |
287 | 2024-11-28T04:07:46.665Z | Checking getrandom v0.2.15 |
288 | 2024-11-28T04:07:46.704Z | Compiling rustix v0.38.41 |
289 | 2024-11-28T04:07:46.871Z | Compiling toml_edit v0.19.15 |
290 | 2024-11-28T04:07:46.962Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
291 | 2024-11-28T04:07:47.063Z | Checking cobs v0.2.3 |
292 | 2024-11-28T04:07:47.222Z | Checking itoa v1.0.13 |
293 | 2024-11-28T04:07:47.289Z | Checking managed v0.8.0 |
294 | 2024-11-28T04:07:47.407Z | Compiling schemars v0.8.21 |
295 | 2024-11-28T04:07:47.417Z | Compiling version_check v0.9.5 |
296 | 2024-11-28T04:07:47.527Z | Checking ryu v1.0.18 |
297 | 2024-11-28T04:07:47.656Z | Compiling thiserror v1.0.69 |
298 | 2024-11-28T04:07:47.752Z | Checking bitflags v1.3.2 |
299 | 2024-11-28T04:07:47.761Z | Checking pin-project-lite v0.2.15 |
300 | 2024-11-28T04:07:48.013Z | Checking rand_core v0.6.4 |
301 | 2024-11-28T04:07:48.045Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
302 | 2024-11-28T04:07:48.278Z | Checking parking_lot v0.12.3 |
303 | 2024-11-28T04:07:48.420Z | Checking signal-hook-registry v1.4.2 |
304 | 2024-11-28T04:07:48.497Z | Checking mio v1.0.2 |
305 | 2024-11-28T04:07:48.616Z | Checking socket2 v0.5.7 |
306 | 2024-11-28T04:07:48.672Z | Checking errno v0.3.9 |
307 | 2024-11-28T04:07:48.831Z | Compiling regex v1.11.1 |
308 | 2024-11-28T04:07:49.080Z | Checking bytes v1.8.0 |
309 | 2024-11-28T04:07:49.684Z | Compiling proc-macro-crate v1.3.1 |
310 | 2024-11-28T04:07:49.829Z | Checking utf8parse v0.2.2 |
311 | 2024-11-28T04:07:49.840Z | Checking unicode-width v0.1.14 |
312 | 2024-11-28T04:07:49.969Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
313 | 2024-11-28T04:07:50.153Z | Compiling darling_core v0.20.10 |
314 | 2024-11-28T04:07:50.294Z | Compiling serde_derive_internals v0.29.1 |
315 | 2024-11-28T04:07:50.472Z | Checking foreign-types-shared v0.3.1 |
316 | 2024-11-28T04:07:50.575Z | Checking tabwriter v1.4.0 |
317 | 2024-11-28T04:07:50.801Z | Checking anstyle-parse v0.2.6 |
318 | 2024-11-28T04:07:51.068Z | Checking tracing-core v0.1.32 |
319 | 2024-11-28T04:07:52.408Z | Checking cstr-argument v0.1.2 |
320 | 2024-11-28T04:07:52.540Z | Checking crc32fast v1.4.2 |
321 | 2024-11-28T04:07:52.575Z | Checking anstyle-query v1.1.2 |
322 | 2024-11-28T04:07:52.690Z | Checking colorchoice v1.0.3 |
323 | 2024-11-28T04:07:52.736Z | Checking lazy_static v1.5.0 |
324 | 2024-11-28T04:07:52.780Z | Checking anstyle v1.0.10 |
325 | 2024-11-28T04:07:52.808Z | Checking pretty-hex v0.2.1 |
326 | 2024-11-28T04:07:52.835Z | Checking is_terminal_polyfill v1.70.1 |
327 | 2024-11-28T04:07:52.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
328 | 2024-11-28T04:07:52.903Z | Checking colored v2.1.0 |
329 | 2024-11-28T04:07:52.940Z | Checking terminal_size v0.4.0 |
330 | 2024-11-28T04:07:53.111Z | Checking anstream v0.6.18 |
331 | 2024-11-28T04:07:53.183Z | Compiling heck v0.5.0 |
332 | 2024-11-28T04:07:53.191Z | Checking clap_lex v0.7.3 |
333 | 2024-11-28T04:07:53.307Z | Checking winnow v0.6.20 |
334 | 2024-11-28T04:07:53.432Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
335 | 2024-11-28T04:07:53.673Z | Compiling num_enum_derive v0.5.11 |
336 | 2024-11-28T04:07:53.753Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
337 | 2024-11-28T04:07:53.799Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
338 | 2024-11-28T04:07:54.091Z | Checking clap_builder v4.5.21 |
339 | 2024-11-28T04:07:54.348Z | Compiling serde_derive v1.0.215 |
340 | 2024-11-28T04:07:54.601Z | Compiling zerocopy-derive v0.8.10 |
341 | 2024-11-28T04:07:54.652Z | Compiling zerocopy-derive v0.7.35 |
342 | 2024-11-28T04:07:54.757Z | Compiling schemars_derive v0.8.21 |
343 | 2024-11-28T04:07:55.033Z | Compiling darling_macro v0.20.10 |
344 | 2024-11-28T04:07:55.837Z | Compiling thiserror-impl v1.0.69 |
345 | 2024-11-28T04:07:55.987Z | Compiling darling v0.20.10 |
346 | 2024-11-28T04:07:56.089Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
347 | 2024-11-28T04:07:56.268Z | Compiling tokio-macros v2.4.0 |
348 | 2024-11-28T04:07:56.634Z | Checking zerocopy v0.7.35 |
349 | 2024-11-28T04:07:57.172Z | Compiling foreign-types-macros v0.2.3 |
350 | 2024-11-28T04:07:57.670Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
351 | 2024-11-28T04:07:57.754Z | Checking tokio v1.41.1 |
352 | 2024-11-28T04:07:57.981Z | Checking ppv-lite86 v0.2.20 |
353 | 2024-11-28T04:07:58.384Z | Checking foreign-types v0.5.0 |
354 | 2024-11-28T04:07:58.471Z | Checking num_enum v0.5.11 |
355 | 2024-11-28T04:07:58.616Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
356 | 2024-11-28T04:07:58.724Z | Compiling tracing-attributes v0.1.27 |
357 | 2024-11-28T04:07:58.737Z | Checking rand_chacha v0.3.1 |
358 | 2024-11-28T04:07:59.007Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
359 | 2024-11-28T04:07:59.069Z | Checking rand v0.8.5 |
360 | 2024-11-28T04:07:59.303Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
361 | 2024-11-28T04:07:59.438Z | Compiling clap_derive v4.5.18 |
362 | 2024-11-28T04:08:01.300Z | Checking tracing v0.1.40 |
363 | 2024-11-28T04:08:01.718Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
364 | 2024-11-28T04:08:02.303Z | Checking clap v4.5.21 |
365 | 2024-11-28T04:08:04.025Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
366 | 2024-11-28T04:08:04.440Z | Checking ipnetwork v0.20.0 |
367 | 2024-11-28T04:08:04.442Z | Checking postcard v1.0.10 |
368 | 2024-11-28T04:08:04.442Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
369 | 2024-11-28T04:08:04.443Z | Checking uuid v1.11.0 |
370 | 2024-11-28T04:08:05.845Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
371 | 2024-11-28T04:08:06.001Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
372 | 2024-11-28T04:08:06.001Z | --> crates/opte-api/src/ip.rs:710:20 |
373 | 2024-11-28T04:08:06.001Z | | |
374 | 2024-11-28T04:08:06.001Z | 710 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
375 | 2024-11-28T04:08:06.001Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
376 | 2024-11-28T04:08:06.001Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:165:1 |
377 | 2024-11-28T04:08:06.002Z | | |
378 | 2024-11-28T04:08:06.002Z | = note: `smoltcp::wire::Ipv6Address` defined here |
379 | 2024-11-28T04:08:06.002Z | | |
380 | 2024-11-28T04:08:06.002Z | help: you might have meant to use an associated function to build this type |
381 | 2024-11-28T04:08:06.002Z | | |
382 | 2024-11-28T04:08:06.002Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
383 | 2024-11-28T04:08:06.002Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
384 | 2024-11-28T04:08:06.002Z | 710 | let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
385 | 2024-11-28T04:08:06.002Z | | ~~~~~~~~~~~~~~ |
386 | 2024-11-28T04:08:06.003Z | |
387 | 2024-11-28T04:08:06.138Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr` |
388 | 2024-11-28T04:08:06.139Z | --> crates/opte-api/src/ip.rs:448:1 |
389 | 2024-11-28T04:08:06.139Z | | |
390 | 2024-11-28T04:08:06.139Z | 436 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
391 | 2024-11-28T04:08:06.139Z | | ------------------------------------------- first implementation here |
392 | 2024-11-28T04:08:06.139Z | ... |
393 | 2024-11-28T04:08:06.139Z | 448 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
394 | 2024-11-28T04:08:06.139Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
395 | 2024-11-28T04:08:06.139Z | |
396 | 2024-11-28T04:08:06.139Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr` |
397 | 2024-11-28T04:08:06.139Z | --> crates/opte-api/src/ip.rs:455:1 |
398 | 2024-11-28T04:08:06.139Z | | |
399 | 2024-11-28T04:08:06.139Z | 442 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
400 | 2024-11-28T04:08:06.139Z | | ------------------------------------------- first implementation here |
401 | 2024-11-28T04:08:06.139Z | ... |
402 | 2024-11-28T04:08:06.139Z | 455 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
403 | 2024-11-28T04:08:06.139Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr` |
404 | 2024-11-28T04:08:06.139Z | |
405 | 2024-11-28T04:08:06.142Z | error[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr` |
406 | 2024-11-28T04:08:06.142Z | --> crates/opte-api/src/ip.rs:727:1 |
407 | 2024-11-28T04:08:06.142Z | | |
408 | 2024-11-28T04:08:06.142Z | 715 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
409 | 2024-11-28T04:08:06.142Z | | ------------------------------------------- first implementation here |
410 | 2024-11-28T04:08:06.142Z | ... |
411 | 2024-11-28T04:08:06.142Z | 727 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
412 | 2024-11-28T04:08:06.142Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
413 | 2024-11-28T04:08:06.142Z | |
414 | 2024-11-28T04:08:06.142Z | error[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr` |
415 | 2024-11-28T04:08:06.142Z | --> crates/opte-api/src/ip.rs:736:1 |
416 | 2024-11-28T04:08:06.142Z | | |
417 | 2024-11-28T04:08:06.142Z | 721 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
418 | 2024-11-28T04:08:06.142Z | | ------------------------------------------- first implementation here |
419 | 2024-11-28T04:08:06.142Z | ... |
420 | 2024-11-28T04:08:06.142Z | 736 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
421 | 2024-11-28T04:08:06.142Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr` |
422 | 2024-11-28T04:08:06.142Z | |
423 | 2024-11-28T04:08:06.311Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
424 | 2024-11-28T04:08:06.311Z | --> crates/opte-api/src/ip.rs:450:29 |
425 | 2024-11-28T04:08:06.311Z | | |
426 | 2024-11-28T04:08:06.311Z | 450 | let bytes = smolip4.as_bytes(); |
427 | 2024-11-28T04:08:06.311Z | | ^^^^^^^^ method not found in `Ipv4Addr` |
428 | 2024-11-28T04:08:06.311Z | |
429 | 2024-11-28T04:08:06.317Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope |
430 | 2024-11-28T04:08:06.318Z | --> crates/opte-api/src/ip.rs:457:15 |
431 | 2024-11-28T04:08:06.318Z | | |
432 | 2024-11-28T04:08:06.318Z | 457 | Self::from_bytes(&ip) |
433 | 2024-11-28T04:08:06.318Z | | ^^^^^^^^^^ function or associated item not found in `Ipv4Addr` |
434 | 2024-11-28T04:08:06.318Z | | |
435 | 2024-11-28T04:08:06.318Z | note: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions: |
436 | 2024-11-28T04:08:06.318Z | core::net::Ipv4Addr::new |
437 | 2024-11-28T04:08:06.318Z | core::net::Ipv4Addr::from_bits |
438 | 2024-11-28T04:08:06.318Z | core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii |
439 | 2024-11-28T04:08:06.318Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:474:5 |
440 | 2024-11-28T04:08:06.318Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:344:5 |
441 | 2024-11-28T04:08:06.318Z | help: there is an associated function `from_bits` with a similar name |
442 | 2024-11-28T04:08:06.318Z | | |
443 | 2024-11-28T04:08:06.318Z | 457 | Self::from_bits(&ip) |
444 | 2024-11-28T04:08:06.318Z | | ~~~~~~~~~ |
445 | 2024-11-28T04:08:06.318Z | |
446 | 2024-11-28T04:08:06.345Z | error[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
447 | 2024-11-28T04:08:06.345Z | --> crates/opte-api/src/ip.rs:731:34 |
448 | 2024-11-28T04:08:06.345Z | | |
449 | 2024-11-28T04:08:06.346Z | 731 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
450 | 2024-11-28T04:08:06.346Z | | ^^^^^^^^ method not found in `Ipv6Addr` |
451 | 2024-11-28T04:08:06.346Z | |
452 | 2024-11-28T04:08:06.351Z | error[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope |
453 | 2024-11-28T04:08:06.351Z | --> crates/opte-api/src/ip.rs:739:15 |
454 | 2024-11-28T04:08:06.351Z | | |
455 | 2024-11-28T04:08:06.351Z | 739 | Self::from_bytes(&ip) |
456 | 2024-11-28T04:08:06.351Z | | ^^^^^^^^^^ function or associated item not found in `Ipv6Addr` |
457 | 2024-11-28T04:08:06.351Z | | |
458 | 2024-11-28T04:08:06.351Z | note: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions: |
459 | 2024-11-28T04:08:06.351Z | core::net::Ipv6Addr::new |
460 | 2024-11-28T04:08:06.351Z | core::net::Ipv6Addr::from_bits |
461 | 2024-11-28T04:08:06.351Z | core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii |
462 | 2024-11-28T04:08:06.351Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/ip_addr.rs:1238:5 |
463 | 2024-11-28T04:08:06.351Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/net/parser.rs:375:5 |
464 | 2024-11-28T04:08:06.351Z | help: there is an associated function `from_bits` with a similar name |
465 | 2024-11-28T04:08:06.351Z | | |
466 | 2024-11-28T04:08:06.351Z | 739 | Self::from_bits(&ip) |
467 | 2024-11-28T04:08:06.351Z | | ~~~~~~~~~ |
468 | 2024-11-28T04:08:06.352Z | |
469 | 2024-11-28T04:08:06.492Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
470 | 2024-11-28T04:08:06.670Z | Some errors have detailed explanations: E0119, E0423, E0599. |
471 | 2024-11-28T04:08:06.670Z | For more information about an error, try `rustc --explain E0119`. |
472 | 2024-11-28T04:08:06.813Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
473 | 2024-11-28T04:08:06.813Z | warning: build failed, waiting for other jobs to finish... |
474 | 2024-11-28T04:08:07.845Z | |
475 | 2024-11-28T04:08:07.845Z | real 31.895761143 |
476 | 2024-11-28T04:08:07.845Z | user 2:21.725290311 |
477 | 2024-11-28T04:08:07.845Z | sys 32.532778319 |
478 | 2024-11-28T04:08:07.848Z | trap 0.099740708 |
479 | 2024-11-28T04:08:07.848Z | tflt 0.246956187 |
480 | 2024-11-28T04:08:07.848Z | dflt 0.121611022 |
481 | 2024-11-28T04:08:07.848Z | kflt 0.001606554 |
482 | 2024-11-28T04:08:07.848Z | lock 3:16.251675124 |
483 | 2024-11-28T04:08:07.848Z | slp 10:08.955228725 |
484 | 2024-11-28T04:08:07.849Z | lat 9.214012624 |
485 | 2024-11-28T04:08:07.849Z | stop 16.297725868 |
486 | 2024-11-28T04:08:07.849Z | process exited: duration 54955 ms, exit code 101 |
|
487 | 2024-11-28T04:08:07.855Z | found 0 output files |
488 | 2024-11-28T04:08:07.855Z | upload error: rule "/work/debug/opteadm" required a match, but was not used |
489 | 2024-11-28T04:08:07.855Z | upload error: rule "/work/debug/opteadm.debug.sha256" required a match, but was not used |
490 | 2024-11-28T04:08:07.856Z | upload error: rule "/work/release/opteadm" required a match, but was not used |
491 | 2024-11-28T04:08:07.856Z | upload error: rule "/work/release/opteadm.release.sha256" required a match, but was not used |