|
|
|
1 | 2024-12-16T18:38:57.597Z | job assigned to worker 01JF8C6TECZJTKEJ79JQDRTXE2 [factory aws, i-03756d0bfcd842ba5] (queued for 52 s) |
|
2 | 2024-12-16T18:39:06.498Z | starting task 0: "setup" |
3 | 2024-12-16T18:39:06.508Z | ++ uname -s |
4 | 2024-12-16T18:39:06.510Z | + kern=SunOS |
5 | 2024-12-16T18:39:06.510Z | + case "$kern" in |
6 | 2024-12-16T18:39:06.510Z | + groupadd -g 12345 build |
7 | 2024-12-16T18:39:06.514Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T18:39:08.519Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T18:39:08.649Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T18:39:08.652Z | + home_fs=zfs |
11 | 2024-12-16T18:39:08.652Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T18:39:08.652Z | + mkdir -p /home/build |
13 | 2024-12-16T18:39:08.655Z | + chown build:build /home/build /work |
14 | 2024-12-16T18:39:10.656Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T18:39:10.659Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2024-12-16T18:39:10.664Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T18:39:10.669Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T18:39:10.669Z | ' nightly-2024-11-18 |
19 | 2024-12-16T18:39:10.669Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T18:39:10.669Z | ' default |
21 | 2024-12-16T18:39:10.669Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-16T18:39:10.669Z | * toolchain profile = "default" |
23 | 2024-12-16T18:39:10.672Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T18:39:10.672Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-16T18:39:10.779Z | info: downloading installer |
26 | 2024-12-16T18:39:12.057Z | info: profile set to 'default' |
27 | 2024-12-16T18:39:12.057Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T18:39:12.061Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-16T18:39:12.242Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-16T18:39:12.242Z | info: downloading component 'cargo' |
31 | 2024-12-16T18:39:13.303Z | info: downloading component 'clippy' |
32 | 2024-12-16T18:39:13.708Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T18:39:15.160Z | info: downloading component 'rust-std' |
34 | 2024-12-16T18:39:17.514Z | info: downloading component 'rustc' |
35 | 2024-12-16T18:39:25.841Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T18:39:26.150Z | info: installing component 'cargo' |
37 | 2024-12-16T18:39:26.991Z | info: installing component 'clippy' |
38 | 2024-12-16T18:39:27.371Z | info: installing component 'rust-docs' |
39 | 2024-12-16T18:39:29.064Z | info: installing component 'rust-std' |
40 | 2024-12-16T18:39:30.867Z | info: installing component 'rustc' |
41 | 2024-12-16T18:39:36.989Z | info: installing component 'rustfmt' |
42 | 2024-12-16T18:39:37.328Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-16T18:39:37.328Z | |
44 | 2024-12-16T18:39:37.718Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-16T18:39:37.718Z | |
46 | 2024-12-16T18:39:37.724Z | |
47 | 2024-12-16T18:39:37.724Z | Rust is installed now. Great! |
48 | 2024-12-16T18:39:37.724Z | |
49 | 2024-12-16T18:39:37.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T18:39:37.724Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T18:39:37.724Z | |
52 | 2024-12-16T18:39:37.724Z | To configure your current shell, you need to source |
53 | 2024-12-16T18:39:37.724Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T18:39:37.724Z | |
55 | 2024-12-16T18:39:37.724Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T18:39:37.724Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T18:39:37.724Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T18:39:37.803Z | + rustc --version |
59 | 2024-12-16T18:39:37.873Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-16T18:39:37.883Z | process exited: duration 27207 ms, exit code 0 |
|
61 | 2024-12-16T18:39:37.894Z | starting task 2: "authentication" |
62 | 2024-12-16T18:39:37.917Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-16T18:39:37.923Z | starting task 3: "clone repository" |
64 | 2024-12-16T18:39:37.928Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-16T18:39:37.931Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-16T18:39:38.182Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-16T18:39:39.011Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-16T18:39:39.011Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
69 | 2024-12-16T18:39:39.289Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-16T18:39:39.289Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
71 | 2024-12-16T18:39:39.300Z | + [[ -n rwlock ]] |
72 | 2024-12-16T18:39:39.303Z | ++ git branch --show-current |
73 | 2024-12-16T18:39:39.305Z | + current=master |
74 | 2024-12-16T18:39:39.305Z | + [[ master != rwlock ]] |
75 | 2024-12-16T18:39:39.305Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
76 | 2024-12-16T18:39:39.310Z | + git checkout -f rwlock |
77 | 2024-12-16T18:39:39.336Z | Switched to branch 'rwlock' |
78 | 2024-12-16T18:39:39.339Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
79 | 2024-12-16T18:39:39.362Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
80 | 2024-12-16T18:39:39.364Z | process exited: duration 1439 ms, exit code 0 |
|
81 | 2024-12-16T18:39:39.370Z | starting task 4: "build" |
82 | 2024-12-16T18:39:39.376Z | + cargo --version |
83 | 2024-12-16T18:39:39.381Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-16T18:39:39.552Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-16T18:39:39.552Z | info: downloading component 'cargo' |
86 | 2024-12-16T18:39:40.468Z | info: downloading component 'clippy' |
87 | 2024-12-16T18:39:40.821Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T18:39:42.095Z | info: downloading component 'rust-std' |
89 | 2024-12-16T18:39:43.918Z | info: downloading component 'rustc' |
90 | 2024-12-16T18:39:50.855Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T18:39:51.122Z | info: installing component 'cargo' |
92 | 2024-12-16T18:39:51.946Z | info: installing component 'clippy' |
93 | 2024-12-16T18:39:52.324Z | info: installing component 'rust-docs' |
94 | 2024-12-16T18:39:54.068Z | info: installing component 'rust-std' |
95 | 2024-12-16T18:39:55.771Z | info: installing component 'rustc' |
96 | 2024-12-16T18:40:01.509Z | info: installing component 'rustfmt' |
97 | 2024-12-16T18:40:01.934Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-16T18:40:01.937Z | + rustc --version |
99 | 2024-12-16T18:40:02.008Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-16T18:40:02.012Z | + pushd bin/opteadm |
101 | 2024-12-16T18:40:02.015Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-12-16T18:40:02.015Z | + header 'check style' |
103 | 2024-12-16T18:40:02.015Z | + echo '# ==== check style ==== #' |
104 | 2024-12-16T18:40:02.015Z | # ==== check style ==== # |
105 | 2024-12-16T18:40:02.015Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-12-16T18:40:02.220Z | |
107 | 2024-12-16T18:40:02.220Z | real 0.202717242 |
108 | 2024-12-16T18:40:02.220Z | user 0.109519649 |
109 | 2024-12-16T18:40:02.220Z | sys 0.088278899 |
110 | 2024-12-16T18:40:02.220Z | trap 0.000003339 |
111 | 2024-12-16T18:40:02.220Z | tflt 0.000000000 |
112 | 2024-12-16T18:40:02.220Z | dflt 0.000000000 |
113 | 2024-12-16T18:40:02.220Z | kflt 0.000000000 |
114 | 2024-12-16T18:40:02.223Z | lock 0.000000000 |
115 | 2024-12-16T18:40:02.223Z | slp 0.116517476 |
116 | 2024-12-16T18:40:02.223Z | lat 0.000300591 |
117 | 2024-12-16T18:40:02.223Z | stop 0.000155455 |
118 | 2024-12-16T18:40:02.223Z | + header analyze |
119 | 2024-12-16T18:40:02.223Z | + echo '# ==== analyze ==== #' |
120 | 2024-12-16T18:40:02.223Z | # ==== analyze ==== # |
121 | 2024-12-16T18:40:02.223Z | + ptime -m cargo clippy --all-targets |
122 | 2024-12-16T18:40:02.450Z | Updating crates.io index |
123 | 2024-12-16T18:40:02.454Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-16T18:40:03.261Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-16T18:40:03.584Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-16T18:40:03.843Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-16T18:40:04.249Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-16T18:40:04.582Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-16T18:40:04.836Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-16T18:40:05.146Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-16T18:40:05.448Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-16T18:40:06.264Z | Downloading crates ... |
133 | 2024-12-16T18:40:06.384Z | Downloaded tracing-attributes v0.1.28 |
134 | 2024-12-16T18:40:06.391Z | Downloaded toml_datetime v0.6.8 |
135 | 2024-12-16T18:40:06.399Z | Downloaded version_check v0.9.5 |
136 | 2024-12-16T18:40:06.404Z | Downloaded anstream v0.6.18 |
137 | 2024-12-16T18:40:06.407Z | Downloaded cfg-if v1.0.0 |
138 | 2024-12-16T18:40:06.410Z | Downloaded utf8parse v0.2.2 |
139 | 2024-12-16T18:40:06.410Z | Downloaded bitflags v1.3.2 |
140 | 2024-12-16T18:40:06.413Z | Downloaded zerocopy-derive v0.7.35 |
141 | 2024-12-16T18:40:06.417Z | Downloaded clap v4.5.23 |
142 | 2024-12-16T18:40:06.426Z | Downloaded anyhow v1.0.94 |
143 | 2024-12-16T18:40:06.430Z | Downloaded unicode-ident v1.0.14 |
144 | 2024-12-16T18:40:06.432Z | Downloaded anstyle-parse v0.2.6 |
145 | 2024-12-16T18:40:06.435Z | Downloaded byteorder v1.5.0 |
146 | 2024-12-16T18:40:06.437Z | Downloaded clap_lex v0.7.4 |
147 | 2024-12-16T18:40:06.437Z | Downloaded zerocopy-derive v0.8.13 |
148 | 2024-12-16T18:40:06.443Z | Downloaded clap_derive v4.5.18 |
149 | 2024-12-16T18:40:06.446Z | Downloaded winnow v0.6.20 |
150 | 2024-12-16T18:40:06.453Z | Downloaded tracing v0.1.41 |
151 | 2024-12-16T18:40:06.458Z | Downloaded winnow v0.5.40 |
152 | 2024-12-16T18:40:06.466Z | Downloaded zerocopy v0.8.13 |
153 | 2024-12-16T18:40:06.490Z | Downloaded pretty-hex v0.2.1 |
154 | 2024-12-16T18:40:06.493Z | Downloaded unicode-width v0.1.14 |
155 | 2024-12-16T18:40:06.496Z | Downloaded ident_case v1.0.1 |
156 | 2024-12-16T18:40:06.498Z | Downloaded foreign-types-shared v0.3.1 |
157 | 2024-12-16T18:40:06.498Z | Downloaded equivalent v1.0.1 |
158 | 2024-12-16T18:40:06.498Z | Downloaded embedded-io v0.4.0 |
159 | 2024-12-16T18:40:06.501Z | Downloaded defmt v0.3.10 |
160 | 2024-12-16T18:40:06.504Z | Downloaded darling_macro v0.20.10 |
161 | 2024-12-16T18:40:06.504Z | Downloaded embedded-io v0.6.1 |
162 | 2024-12-16T18:40:06.508Z | Downloaded either v1.13.0 |
163 | 2024-12-16T18:40:06.508Z | Downloaded darling v0.20.10 |
164 | 2024-12-16T18:40:06.511Z | Downloaded cstr-argument v0.1.2 |
165 | 2024-12-16T18:40:06.514Z | Downloaded zerocopy v0.7.35 |
166 | 2024-12-16T18:40:06.525Z | Downloaded proc-macro-crate v1.3.1 |
167 | 2024-12-16T18:40:06.528Z | Downloaded foreign-types-macros v0.2.3 |
168 | 2024-12-16T18:40:06.528Z | Downloaded dyn-clone v1.0.17 |
169 | 2024-12-16T18:40:06.530Z | Downloaded defmt-parser v0.4.1 |
170 | 2024-12-16T18:40:06.530Z | Downloaded defmt-macros v0.4.0 |
171 | 2024-12-16T18:40:06.533Z | Downloaded colorchoice v1.0.3 |
172 | 2024-12-16T18:40:06.533Z | Downloaded ppv-lite86 v0.2.20 |
173 | 2024-12-16T18:40:06.536Z | Downloaded proc-macro-error-attr2 v2.0.0 |
174 | 2024-12-16T18:40:06.536Z | Downloaded is_terminal_polyfill v1.70.1 |
175 | 2024-12-16T18:40:06.538Z | Downloaded managed v0.8.0 |
176 | 2024-12-16T18:40:06.538Z | Downloaded macaddr v1.0.1 |
177 | 2024-12-16T18:40:06.540Z | Downloaded heck v0.5.0 |
178 | 2024-12-16T18:40:06.540Z | Downloaded hash32 v0.3.1 |
179 | 2024-12-16T18:40:06.543Z | Downloaded schemars_derive v0.8.21 |
180 | 2024-12-16T18:40:06.543Z | Downloaded signal-hook-registry v1.4.2 |
181 | 2024-12-16T18:40:06.543Z | Downloaded scopeguard v1.2.0 |
182 | 2024-12-16T18:40:06.545Z | Downloaded itoa v1.0.14 |
183 | 2024-12-16T18:40:06.545Z | Downloaded ipnetwork v0.20.0 |
184 | 2024-12-16T18:40:06.548Z | Downloaded cobs v0.2.3 |
185 | 2024-12-16T18:40:06.548Z | Downloaded foreign-types v0.5.0 |
186 | 2024-12-16T18:40:06.550Z | Downloaded lazy_static v1.5.0 |
187 | 2024-12-16T18:40:06.550Z | Downloaded fnv v1.0.7 |
188 | 2024-12-16T18:40:06.551Z | Downloaded errno v0.3.10 |
189 | 2024-12-16T18:40:06.553Z | Downloaded uuid v1.11.0 |
190 | 2024-12-16T18:40:06.556Z | Downloaded num_enum_derive v0.5.11 |
191 | 2024-12-16T18:40:06.556Z | Downloaded tokio-macros v2.4.0 |
192 | 2024-12-16T18:40:06.558Z | Downloaded thiserror v1.0.69 |
193 | 2024-12-16T18:40:06.561Z | Downloaded stable_deref_trait v1.2.0 |
194 | 2024-12-16T18:40:06.563Z | Downloaded colored v2.2.0 |
195 | 2024-12-16T18:40:06.566Z | Downloaded thiserror-impl v2.0.7 |
196 | 2024-12-16T18:40:06.566Z | Downloaded thiserror-impl v1.0.69 |
197 | 2024-12-16T18:40:06.569Z | Downloaded strsim v0.11.1 |
198 | 2024-12-16T18:40:06.569Z | Downloaded num_enum v0.5.11 |
199 | 2024-12-16T18:40:06.572Z | Downloaded postcard v1.1.1 |
200 | 2024-12-16T18:40:06.575Z | Downloaded pin-project-lite v0.2.15 |
201 | 2024-12-16T18:40:06.578Z | Downloaded tabwriter v1.4.0 |
202 | 2024-12-16T18:40:06.581Z | Downloaded rand_core v0.6.4 |
203 | 2024-12-16T18:40:06.581Z | Downloaded rand_chacha v0.3.1 |
204 | 2024-12-16T18:40:06.584Z | Downloaded quote v1.0.37 |
205 | 2024-12-16T18:40:06.584Z | Downloaded proc-macro-error2 v2.0.1 |
206 | 2024-12-16T18:40:06.587Z | Downloaded terminal_size v0.4.1 |
207 | 2024-12-16T18:40:06.589Z | Downloaded smallvec v1.13.2 |
208 | 2024-12-16T18:40:06.592Z | Downloaded serde_derive_internals v0.29.1 |
209 | 2024-12-16T18:40:06.592Z | Downloaded parking_lot_core v0.9.10 |
210 | 2024-12-16T18:40:06.595Z | Downloaded thiserror v2.0.7 |
211 | 2024-12-16T18:40:06.598Z | Downloaded hashbrown v0.15.2 |
212 | 2024-12-16T18:40:06.603Z | Downloaded proc-macro2 v1.0.92 |
213 | 2024-12-16T18:40:06.605Z | Downloaded parking_lot v0.12.3 |
214 | 2024-12-16T18:40:06.608Z | Downloaded socket2 v0.5.8 |
215 | 2024-12-16T18:40:06.610Z | Downloaded darling_core v0.20.10 |
216 | 2024-12-16T18:40:06.613Z | Downloaded crc32fast v1.4.2 |
217 | 2024-12-16T18:40:06.619Z | Downloaded getrandom v0.2.15 |
218 | 2024-12-16T18:40:06.622Z | Downloaded once_cell v1.20.2 |
219 | 2024-12-16T18:40:06.622Z | Downloaded lock_api v0.4.12 |
220 | 2024-12-16T18:40:06.622Z | Downloaded bitflags v2.6.0 |
221 | 2024-12-16T18:40:06.625Z | Downloaded serde_derive v1.0.216 |
222 | 2024-12-16T18:40:06.627Z | Downloaded aho-corasick v1.1.3 |
223 | 2024-12-16T18:40:06.632Z | Downloaded schemars v0.8.21 |
224 | 2024-12-16T18:40:06.643Z | Downloaded serde v1.0.216 |
225 | 2024-12-16T18:40:06.646Z | Downloaded mio v1.0.3 |
226 | 2024-12-16T18:40:06.651Z | Downloaded rand v0.8.5 |
227 | 2024-12-16T18:40:06.654Z | Downloaded ryu v1.0.18 |
228 | 2024-12-16T18:40:06.657Z | Downloaded indexmap v2.7.0 |
229 | 2024-12-16T18:40:06.660Z | Downloaded memchr v2.7.4 |
230 | 2024-12-16T18:40:06.665Z | Downloaded heapless v0.8.0 |
231 | 2024-12-16T18:40:06.668Z | Downloaded toml_edit v0.19.15 |
232 | 2024-12-16T18:40:06.683Z | Downloaded clap_builder v4.5.23 |
233 | 2024-12-16T18:40:06.689Z | Downloaded serde_json v1.0.133 |
234 | 2024-12-16T18:40:06.697Z | Downloaded bytes v1.9.0 |
235 | 2024-12-16T18:40:06.700Z | Downloaded autocfg v1.4.0 |
236 | 2024-12-16T18:40:06.703Z | Downloaded itertools v0.13.0 |
237 | 2024-12-16T18:40:06.707Z | Downloaded anstyle v1.0.10 |
238 | 2024-12-16T18:40:06.710Z | Downloaded tracing-core v0.1.33 |
239 | 2024-12-16T18:40:06.713Z | Downloaded anstyle-query v1.1.2 |
240 | 2024-12-16T18:40:06.742Z | Downloaded regex v1.11.1 |
241 | 2024-12-16T18:40:06.754Z | Downloaded syn v1.0.109 |
242 | 2024-12-16T18:40:06.772Z | Downloaded syn v2.0.90 |
243 | 2024-12-16T18:40:06.782Z | Downloaded smoltcp v0.11.0 |
244 | 2024-12-16T18:40:06.794Z | Downloaded regex-syntax v0.8.5 |
245 | 2024-12-16T18:40:06.801Z | Downloaded rustix v0.38.42 |
246 | 2024-12-16T18:40:06.853Z | Downloaded regex-automata v0.4.9 |
247 | 2024-12-16T18:40:06.868Z | Downloaded libc v0.2.168 |
248 | 2024-12-16T18:40:06.890Z | Downloaded tokio v1.42.0 |
249 | 2024-12-16T18:40:07.068Z | Compiling proc-macro2 v1.0.92 |
250 | 2024-12-16T18:40:07.068Z | Compiling unicode-ident v1.0.14 |
251 | 2024-12-16T18:40:07.072Z | Compiling libc v0.2.168 |
252 | 2024-12-16T18:40:07.072Z | Checking cfg-if v1.0.0 |
253 | 2024-12-16T18:40:07.072Z | Compiling serde v1.0.216 |
254 | 2024-12-16T18:40:07.072Z | Checking byteorder v1.5.0 |
255 | 2024-12-16T18:40:07.082Z | Compiling strsim v0.11.1 |
256 | 2024-12-16T18:40:07.085Z | Compiling ident_case v1.0.1 |
257 | 2024-12-16T18:40:07.154Z | Compiling fnv v1.0.7 |
258 | 2024-12-16T18:40:07.252Z | Compiling memchr v2.7.4 |
259 | 2024-12-16T18:40:07.270Z | Compiling regex-syntax v0.8.5 |
260 | 2024-12-16T18:40:07.281Z | Checking bitflags v2.6.0 |
261 | 2024-12-16T18:40:07.366Z | Compiling syn v1.0.109 |
262 | 2024-12-16T18:40:07.504Z | Compiling autocfg v1.4.0 |
263 | 2024-12-16T18:40:07.656Z | Compiling either v1.13.0 |
264 | 2024-12-16T18:40:07.941Z | Compiling hashbrown v0.15.2 |
265 | 2024-12-16T18:40:08.195Z | Compiling aho-corasick v1.1.3 |
266 | 2024-12-16T18:40:08.412Z | Compiling equivalent v1.0.1 |
267 | 2024-12-16T18:40:08.530Z | Compiling zerocopy v0.8.13 |
268 | 2024-12-16T18:40:08.551Z | Compiling lock_api v0.4.12 |
269 | 2024-12-16T18:40:08.571Z | Compiling itertools v0.13.0 |
270 | 2024-12-16T18:40:08.918Z | Compiling indexmap v2.7.0 |
271 | 2024-12-16T18:40:08.941Z | Compiling winnow v0.5.40 |
272 | 2024-12-16T18:40:09.615Z | Compiling quote v1.0.37 |
273 | 2024-12-16T18:40:10.084Z | Compiling syn v2.0.90 |
274 | 2024-12-16T18:40:10.107Z | Compiling heapless v0.8.0 |
275 | 2024-12-16T18:40:10.179Z | Compiling parking_lot_core v0.9.10 |
276 | 2024-12-16T18:40:10.620Z | Compiling regex-automata v0.4.9 |
277 | 2024-12-16T18:40:10.631Z | Compiling anyhow v1.0.94 |
278 | 2024-12-16T18:40:11.226Z | Compiling toml_datetime v0.6.8 |
279 | 2024-12-16T18:40:11.894Z | Checking hash32 v0.3.1 |
280 | 2024-12-16T18:40:11.908Z | Compiling smoltcp v0.11.0 |
281 | 2024-12-16T18:40:12.048Z | Compiling toml_edit v0.19.15 |
282 | 2024-12-16T18:40:12.059Z | Checking smallvec v1.13.2 |
283 | 2024-12-16T18:40:12.284Z | Compiling serde_json v1.0.133 |
284 | 2024-12-16T18:40:12.349Z | Checking dyn-clone v1.0.17 |
285 | 2024-12-16T18:40:12.382Z | Checking macaddr v1.0.1 |
286 | 2024-12-16T18:40:12.472Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
287 | 2024-12-16T18:40:12.542Z | Checking stable_deref_trait v1.2.0 |
288 | 2024-12-16T18:40:12.624Z | Compiling once_cell v1.20.2 |
289 | 2024-12-16T18:40:12.636Z | Checking scopeguard v1.2.0 |
290 | 2024-12-16T18:40:12.991Z | Checking getrandom v0.2.15 |
291 | 2024-12-16T18:40:13.134Z | Checking cobs v0.2.3 |
292 | 2024-12-16T18:40:13.203Z | Compiling schemars v0.8.21 |
293 | 2024-12-16T18:40:13.228Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
294 | 2024-12-16T18:40:13.297Z | Checking pin-project-lite v0.2.15 |
295 | 2024-12-16T18:40:13.410Z | Compiling version_check v0.9.5 |
296 | 2024-12-16T18:40:13.439Z | Checking itoa v1.0.14 |
297 | 2024-12-16T18:40:13.579Z | Compiling rustix v0.38.42 |
298 | 2024-12-16T18:40:13.597Z | Checking managed v0.8.0 |
299 | 2024-12-16T18:40:13.632Z | Checking bitflags v1.3.2 |
300 | 2024-12-16T18:40:13.718Z | Checking ryu v1.0.18 |
301 | 2024-12-16T18:40:13.942Z | Compiling thiserror v1.0.69 |
302 | 2024-12-16T18:40:13.973Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
303 | 2024-12-16T18:40:14.369Z | Compiling regex v1.11.1 |
304 | 2024-12-16T18:40:14.414Z | Checking parking_lot v0.12.3 |
305 | 2024-12-16T18:40:14.502Z | Compiling proc-macro-crate v1.3.1 |
306 | 2024-12-16T18:40:15.073Z | Checking rand_core v0.6.4 |
307 | 2024-12-16T18:40:15.245Z | Checking mio v1.0.3 |
308 | 2024-12-16T18:40:15.256Z | Checking socket2 v0.5.8 |
309 | 2024-12-16T18:40:15.355Z | Checking errno v0.3.10 |
310 | 2024-12-16T18:40:15.517Z | Checking signal-hook-registry v1.4.2 |
311 | 2024-12-16T18:40:15.714Z | Checking unicode-width v0.1.14 |
312 | 2024-12-16T18:40:15.793Z | Checking bytes v1.9.0 |
313 | 2024-12-16T18:40:16.025Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
314 | 2024-12-16T18:40:16.185Z | warning: passing a unit value to a function |
315 | 2024-12-16T18:40:16.185Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
316 | 2024-12-16T18:40:16.185Z | | |
317 | 2024-12-16T18:40:16.185Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
318 | 2024-12-16T18:40:16.185Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
319 | 2024-12-16T18:40:16.185Z | | |
320 | 2024-12-16T18:40:16.186Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
321 | 2024-12-16T18:40:16.186Z | = note: `#[warn(clippy::unit_arg)]` on by default |
322 | 2024-12-16T18:40:16.186Z | help: move the expression in front of the call and replace it with the unit literal `()` |
323 | 2024-12-16T18:40:16.186Z | | |
324 | 2024-12-16T18:40:16.186Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
325 | 2024-12-16T18:40:16.186Z | 183 ~ core::hint::black_box(()); |
326 | 2024-12-16T18:40:16.186Z | | |
327 | 2024-12-16T18:40:16.186Z | |
328 | 2024-12-16T18:40:16.234Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
329 | 2024-12-16T18:40:16.237Z | Checking foreign-types-shared v0.3.1 |
330 | 2024-12-16T18:40:16.337Z | Checking utf8parse v0.2.2 |
331 | 2024-12-16T18:40:16.473Z | Compiling darling_core v0.20.10 |
332 | 2024-12-16T18:40:16.482Z | Compiling serde_derive_internals v0.29.1 |
333 | 2024-12-16T18:40:16.666Z | Checking anstyle-parse v0.2.6 |
334 | 2024-12-16T18:40:16.907Z | Checking tabwriter v1.4.0 |
335 | 2024-12-16T18:40:17.134Z | Checking tracing-core v0.1.33 |
336 | 2024-12-16T18:40:17.757Z | Checking cstr-argument v0.1.2 |
337 | 2024-12-16T18:40:17.900Z | Checking crc32fast v1.4.2 |
338 | 2024-12-16T18:40:17.931Z | Checking is_terminal_polyfill v1.70.1 |
339 | 2024-12-16T18:40:18.033Z | Checking anstyle-query v1.1.2 |
340 | 2024-12-16T18:40:18.085Z | Compiling thiserror v2.0.7 |
341 | 2024-12-16T18:40:18.157Z | Checking anstyle v1.0.10 |
342 | 2024-12-16T18:40:18.397Z | Checking lazy_static v1.5.0 |
343 | 2024-12-16T18:40:18.439Z | Checking pretty-hex v0.2.1 |
344 | 2024-12-16T18:40:18.471Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
345 | 2024-12-16T18:40:18.492Z | Checking colorchoice v1.0.3 |
346 | 2024-12-16T18:40:18.516Z | Checking colored v2.2.0 |
347 | 2024-12-16T18:40:18.575Z | Checking terminal_size v0.4.1 |
348 | 2024-12-16T18:40:18.616Z | Checking anstream v0.6.18 |
349 | 2024-12-16T18:40:18.851Z | Compiling heck v0.5.0 |
350 | 2024-12-16T18:40:18.973Z | Checking clap_lex v0.7.4 |
351 | 2024-12-16T18:40:19.079Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
352 | 2024-12-16T18:40:19.216Z | Checking winnow v0.6.20 |
353 | 2024-12-16T18:40:19.305Z | Checking clap_builder v4.5.23 |
354 | 2024-12-16T18:40:19.438Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
355 | 2024-12-16T18:40:19.658Z | Compiling num_enum_derive v0.5.11 |
356 | 2024-12-16T18:40:19.757Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
357 | 2024-12-16T18:40:20.267Z | Compiling serde_derive v1.0.216 |
358 | 2024-12-16T18:40:20.285Z | Compiling zerocopy-derive v0.8.13 |
359 | 2024-12-16T18:40:20.458Z | Compiling zerocopy-derive v0.7.35 |
360 | 2024-12-16T18:40:20.758Z | Compiling darling_macro v0.20.10 |
361 | 2024-12-16T18:40:20.876Z | Compiling foreign-types-macros v0.2.3 |
362 | 2024-12-16T18:40:21.731Z | Compiling thiserror-impl v1.0.69 |
363 | 2024-12-16T18:40:21.742Z | Compiling darling v0.20.10 |
364 | 2024-12-16T18:40:21.838Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
365 | 2024-12-16T18:40:21.890Z | Compiling tokio-macros v2.4.0 |
366 | 2024-12-16T18:40:22.106Z | Compiling schemars_derive v0.8.21 |
367 | 2024-12-16T18:40:22.250Z | Checking foreign-types v0.5.0 |
368 | 2024-12-16T18:40:22.308Z | Checking zerocopy v0.7.35 |
369 | 2024-12-16T18:40:22.337Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
370 | 2024-12-16T18:40:23.413Z | Checking tokio v1.42.0 |
371 | 2024-12-16T18:40:23.505Z | Checking ppv-lite86 v0.2.20 |
372 | 2024-12-16T18:40:23.743Z | Checking num_enum v0.5.11 |
373 | 2024-12-16T18:40:23.883Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
374 | 2024-12-16T18:40:24.170Z | Checking rand_chacha v0.3.1 |
375 | 2024-12-16T18:40:24.521Z | Compiling tracing-attributes v0.1.28 |
376 | 2024-12-16T18:40:24.601Z | Checking rand v0.8.5 |
377 | 2024-12-16T18:40:24.961Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
378 | 2024-12-16T18:40:24.993Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
379 | 2024-12-16T18:40:25.131Z | Compiling thiserror-impl v2.0.7 |
380 | 2024-12-16T18:40:25.236Z | Compiling clap_derive v4.5.18 |
381 | 2024-12-16T18:40:27.124Z | Checking tracing v0.1.41 |
382 | 2024-12-16T18:40:27.602Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
383 | 2024-12-16T18:40:28.195Z | Checking clap v4.5.23 |
384 | 2024-12-16T18:40:29.246Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
385 | 2024-12-16T18:40:30.076Z | Checking ipnetwork v0.20.0 |
386 | 2024-12-16T18:40:30.076Z | Checking postcard v1.1.1 |
387 | 2024-12-16T18:40:30.079Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
388 | 2024-12-16T18:40:30.079Z | Checking uuid v1.11.0 |
389 | 2024-12-16T18:40:31.404Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
390 | 2024-12-16T18:40:31.908Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
391 | 2024-12-16T18:40:39.192Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
392 | 2024-12-16T18:40:41.536Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
393 | 2024-12-16T18:40:43.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.82s |
394 | 2024-12-16T18:40:43.355Z | |
395 | 2024-12-16T18:40:43.355Z | real 41.121847596 |
396 | 2024-12-16T18:40:43.355Z | user 2:35.208235385 |
397 | 2024-12-16T18:40:43.355Z | sys 24.110375015 |
398 | 2024-12-16T18:40:43.356Z | trap 0.100772166 |
399 | 2024-12-16T18:40:43.356Z | tflt 0.280516393 |
400 | 2024-12-16T18:40:43.356Z | dflt 0.964640049 |
401 | 2024-12-16T18:40:43.356Z | kflt 0.005911928 |
402 | 2024-12-16T18:40:43.358Z | lock 3:29.328748743 |
403 | 2024-12-16T18:40:43.358Z | slp 10:34.065099937 |
404 | 2024-12-16T18:40:43.358Z | lat 9.189654468 |
405 | 2024-12-16T18:40:43.359Z | stop 19.839105231 |
406 | 2024-12-16T18:40:43.359Z | + header 'debug build' |
407 | 2024-12-16T18:40:43.359Z | + echo '# ==== debug build ==== #' |
408 | 2024-12-16T18:40:43.359Z | # ==== debug build ==== # |
409 | 2024-12-16T18:40:43.359Z | + ptime -m cargo build |
410 | 2024-12-16T18:40:43.664Z | Compiling cfg-if v1.0.0 |
411 | 2024-12-16T18:40:43.664Z | Compiling memchr v2.7.4 |
412 | 2024-12-16T18:40:43.664Z | Compiling strsim v0.11.1 |
413 | 2024-12-16T18:40:43.667Z | Compiling byteorder v1.5.0 |
414 | 2024-12-16T18:40:43.667Z | Compiling libc v0.2.168 |
415 | 2024-12-16T18:40:43.667Z | Compiling bitflags v2.6.0 |
416 | 2024-12-16T18:40:43.676Z | Compiling serde v1.0.216 |
417 | 2024-12-16T18:40:43.679Z | Compiling once_cell v1.20.2 |
418 | 2024-12-16T18:40:43.732Z | Compiling zerocopy v0.8.13 |
419 | 2024-12-16T18:40:43.960Z | Compiling hash32 v0.3.1 |
420 | 2024-12-16T18:40:43.999Z | Compiling darling_core v0.20.10 |
421 | 2024-12-16T18:40:44.030Z | Compiling macaddr v1.0.1 |
422 | 2024-12-16T18:40:44.153Z | Compiling scopeguard v1.2.0 |
423 | 2024-12-16T18:40:44.266Z | Compiling dyn-clone v1.0.17 |
424 | 2024-12-16T18:40:44.357Z | Compiling smallvec v1.13.2 |
425 | 2024-12-16T18:40:44.451Z | Compiling stable_deref_trait v1.2.0 |
426 | 2024-12-16T18:40:44.500Z | Compiling lock_api v0.4.12 |
427 | 2024-12-16T18:40:44.534Z | Compiling aho-corasick v1.1.3 |
428 | 2024-12-16T18:40:44.710Z | Compiling parking_lot_core v0.9.10 |
429 | 2024-12-16T18:40:44.873Z | Compiling getrandom v0.2.15 |
430 | 2024-12-16T18:40:44.972Z | Compiling heapless v0.8.0 |
431 | 2024-12-16T18:40:45.164Z | Compiling zerocopy v0.7.35 |
432 | 2024-12-16T18:40:45.275Z | Compiling proc-macro-crate v1.3.1 |
433 | 2024-12-16T18:40:45.324Z | Compiling pin-project-lite v0.2.15 |
434 | 2024-12-16T18:40:45.430Z | Compiling managed v0.8.0 |
435 | 2024-12-16T18:40:45.845Z | Compiling itoa v1.0.14 |
436 | 2024-12-16T18:40:45.848Z | Compiling bitflags v1.3.2 |
437 | 2024-12-16T18:40:45.922Z | Compiling cobs v0.2.3 |
438 | 2024-12-16T18:40:46.015Z | Compiling ryu v1.0.18 |
439 | 2024-12-16T18:40:46.022Z | Compiling num_enum_derive v0.5.11 |
440 | 2024-12-16T18:40:46.204Z | Compiling smoltcp v0.11.0 |
441 | 2024-12-16T18:40:46.346Z | Compiling regex-automata v0.4.9 |
442 | 2024-12-16T18:40:46.461Z | Compiling ppv-lite86 v0.2.20 |
443 | 2024-12-16T18:40:46.701Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
444 | 2024-12-16T18:40:47.066Z | Compiling rand_core v0.6.4 |
445 | 2024-12-16T18:40:47.183Z | Compiling parking_lot v0.12.3 |
446 | 2024-12-16T18:40:47.482Z | Compiling mio v1.0.3 |
447 | 2024-12-16T18:40:48.106Z | Compiling socket2 v0.5.8 |
448 | 2024-12-16T18:40:48.200Z | Compiling signal-hook-registry v1.4.2 |
449 | 2024-12-16T18:40:48.404Z | Compiling errno v0.3.10 |
450 | 2024-12-16T18:40:48.619Z | Compiling anyhow v1.0.94 |
451 | 2024-12-16T18:40:48.669Z | Compiling foreign-types-shared v0.3.1 |
452 | 2024-12-16T18:40:48.769Z | Compiling ipnetwork v0.20.0 |
453 | 2024-12-16T18:40:49.027Z | Compiling serde_json v1.0.133 |
454 | 2024-12-16T18:40:49.066Z | Compiling postcard v1.1.1 |
455 | 2024-12-16T18:40:49.096Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
456 | 2024-12-16T18:40:49.263Z | Compiling unicode-width v0.1.14 |
457 | 2024-12-16T18:40:49.270Z | Compiling darling_macro v0.20.10 |
458 | 2024-12-16T18:40:49.323Z | Compiling utf8parse v0.2.2 |
459 | 2024-12-16T18:40:49.433Z | Compiling bytes v1.9.0 |
460 | 2024-12-16T18:40:49.457Z | Compiling either v1.13.0 |
461 | 2024-12-16T18:40:49.651Z | Compiling anstyle-parse v0.2.6 |
462 | 2024-12-16T18:40:49.755Z | Compiling itertools v0.13.0 |
463 | 2024-12-16T18:40:49.774Z | Compiling tabwriter v1.4.0 |
464 | 2024-12-16T18:40:49.947Z | Compiling foreign-types v0.5.0 |
465 | 2024-12-16T18:40:50.036Z | Compiling thiserror v1.0.69 |
466 | 2024-12-16T18:40:50.163Z | Compiling regex v1.11.1 |
467 | 2024-12-16T18:40:50.195Z | Compiling tokio v1.42.0 |
468 | 2024-12-16T18:40:50.247Z | Compiling darling v0.20.10 |
469 | 2024-12-16T18:40:50.341Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
470 | 2024-12-16T18:40:50.600Z | Compiling schemars v0.8.21 |
471 | 2024-12-16T18:40:50.998Z | Compiling rustix v0.38.42 |
472 | 2024-12-16T18:40:51.027Z | Compiling num_enum v0.5.11 |
473 | 2024-12-16T18:40:51.171Z | Compiling rand_chacha v0.3.1 |
474 | 2024-12-16T18:40:51.704Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
475 | 2024-12-16T18:40:51.794Z | Compiling cstr-argument v0.1.2 |
476 | 2024-12-16T18:40:51.846Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
477 | 2024-12-16T18:40:51.871Z | Compiling tracing-core v0.1.33 |
478 | 2024-12-16T18:40:51.982Z | Compiling crc32fast v1.4.2 |
479 | 2024-12-16T18:40:52.004Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
480 | 2024-12-16T18:40:52.265Z | Compiling colorchoice v1.0.3 |
481 | 2024-12-16T18:40:52.313Z | Compiling anstyle v1.0.10 |
482 | 2024-12-16T18:40:52.411Z | Compiling is_terminal_polyfill v1.70.1 |
483 | 2024-12-16T18:40:52.501Z | Compiling anstyle-query v1.1.2 |
484 | 2024-12-16T18:40:52.520Z | Compiling pretty-hex v0.2.1 |
485 | 2024-12-16T18:40:52.627Z | Compiling lazy_static v1.5.0 |
486 | 2024-12-16T18:40:52.682Z | Compiling anstream v0.6.18 |
487 | 2024-12-16T18:40:52.720Z | Compiling colored v2.2.0 |
488 | 2024-12-16T18:40:52.741Z | Compiling tracing v0.1.41 |
489 | 2024-12-16T18:40:53.121Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
490 | 2024-12-16T18:40:53.168Z | Compiling terminal_size v0.4.1 |
491 | 2024-12-16T18:40:53.250Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
492 | 2024-12-16T18:40:53.330Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
493 | 2024-12-16T18:40:53.354Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
494 | 2024-12-16T18:40:53.381Z | Compiling rand v0.8.5 |
495 | 2024-12-16T18:40:53.400Z | Compiling uuid v1.11.0 |
496 | 2024-12-16T18:40:53.574Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
497 | 2024-12-16T18:40:53.879Z | Compiling clap_lex v0.7.4 |
498 | 2024-12-16T18:40:53.893Z | Compiling winnow v0.6.20 |
499 | 2024-12-16T18:40:53.987Z | Compiling thiserror v2.0.7 |
500 | 2024-12-16T18:40:54.066Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
501 | 2024-12-16T18:40:54.110Z | Compiling clap_builder v4.5.23 |
502 | 2024-12-16T18:40:56.703Z | Compiling clap v4.5.23 |
503 | 2024-12-16T18:40:56.841Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
504 | 2024-12-16T18:40:57.093Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
505 | 2024-12-16T18:40:57.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
506 | 2024-12-16T18:40:57.790Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
507 | 2024-12-16T18:40:59.729Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
508 | 2024-12-16T18:41:05.557Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
509 | 2024-12-16T18:41:07.587Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
510 | 2024-12-16T18:41:13.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.97s |
511 | 2024-12-16T18:41:13.427Z | |
512 | 2024-12-16T18:41:13.429Z | real 30.054289639 |
513 | 2024-12-16T18:41:13.429Z | user 2:05.888086794 |
514 | 2024-12-16T18:41:13.430Z | sys 14.372234969 |
515 | 2024-12-16T18:41:13.430Z | trap 0.082616926 |
516 | 2024-12-16T18:41:13.430Z | tflt 0.193845497 |
517 | 2024-12-16T18:41:13.430Z | dflt 0.413328618 |
518 | 2024-12-16T18:41:13.430Z | kflt 0.000000000 |
519 | 2024-12-16T18:41:13.430Z | lock 3:23.487995045 |
520 | 2024-12-16T18:41:13.430Z | slp 6:49.463501602 |
521 | 2024-12-16T18:41:13.430Z | lat 4.409695650 |
522 | 2024-12-16T18:41:13.430Z | stop 5.485306700 |
523 | 2024-12-16T18:41:13.430Z | + header 'release build' |
524 | 2024-12-16T18:41:13.430Z | + echo '# ==== release build ==== #' |
525 | 2024-12-16T18:41:13.430Z | # ==== release build ==== # |
526 | 2024-12-16T18:41:13.430Z | + ptime -m cargo build --release |
527 | 2024-12-16T18:41:13.627Z | Compiling proc-macro2 v1.0.92 |
528 | 2024-12-16T18:41:13.627Z | Compiling unicode-ident v1.0.14 |
529 | 2024-12-16T18:41:13.627Z | Compiling libc v0.2.168 |
530 | 2024-12-16T18:41:13.630Z | Compiling cfg-if v1.0.0 |
531 | 2024-12-16T18:41:13.630Z | Compiling serde v1.0.216 |
532 | 2024-12-16T18:41:13.631Z | Compiling byteorder v1.5.0 |
533 | 2024-12-16T18:41:13.631Z | Compiling ident_case v1.0.1 |
534 | 2024-12-16T18:41:13.631Z | Compiling fnv v1.0.7 |
535 | 2024-12-16T18:41:13.734Z | Compiling strsim v0.11.1 |
536 | 2024-12-16T18:41:13.760Z | Compiling memchr v2.7.4 |
537 | 2024-12-16T18:41:13.785Z | Compiling bitflags v2.6.0 |
538 | 2024-12-16T18:41:13.806Z | Compiling syn v1.0.109 |
539 | 2024-12-16T18:41:13.979Z | Compiling regex-syntax v0.8.5 |
540 | 2024-12-16T18:41:14.175Z | Compiling either v1.13.0 |
541 | 2024-12-16T18:41:14.190Z | Compiling autocfg v1.4.0 |
542 | 2024-12-16T18:41:14.297Z | Compiling zerocopy v0.8.13 |
543 | 2024-12-16T18:41:14.371Z | Compiling hashbrown v0.15.2 |
544 | 2024-12-16T18:41:14.525Z | Compiling anyhow v1.0.94 |
545 | 2024-12-16T18:41:14.932Z | Compiling aho-corasick v1.1.3 |
546 | 2024-12-16T18:41:14.978Z | Compiling equivalent v1.0.1 |
547 | 2024-12-16T18:41:15.068Z | Compiling lock_api v0.4.12 |
548 | 2024-12-16T18:41:15.079Z | Compiling itertools v0.13.0 |
549 | 2024-12-16T18:41:15.417Z | Compiling quote v1.0.37 |
550 | 2024-12-16T18:41:15.430Z | Compiling indexmap v2.7.0 |
551 | 2024-12-16T18:41:15.735Z | Compiling syn v2.0.90 |
552 | 2024-12-16T18:41:15.941Z | Compiling parking_lot_core v0.9.10 |
553 | 2024-12-16T18:41:16.368Z | Compiling toml_datetime v0.6.8 |
554 | 2024-12-16T18:41:16.621Z | Compiling winnow v0.5.40 |
555 | 2024-12-16T18:41:16.693Z | Compiling heapless v0.8.0 |
556 | 2024-12-16T18:41:17.239Z | Compiling hash32 v0.3.1 |
557 | 2024-12-16T18:41:17.409Z | Compiling regex-automata v0.4.9 |
558 | 2024-12-16T18:41:17.484Z | Compiling serde_json v1.0.133 |
559 | 2024-12-16T18:41:17.835Z | Compiling scopeguard v1.2.0 |
560 | 2024-12-16T18:41:17.968Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
561 | 2024-12-16T18:41:18.007Z | Compiling smallvec v1.13.2 |
562 | 2024-12-16T18:41:18.365Z | Compiling stable_deref_trait v1.2.0 |
563 | 2024-12-16T18:41:18.457Z | Compiling macaddr v1.0.1 |
564 | 2024-12-16T18:41:18.483Z | Compiling smoltcp v0.11.0 |
565 | 2024-12-16T18:41:18.700Z | Compiling dyn-clone v1.0.17 |
566 | 2024-12-16T18:41:18.901Z | Compiling once_cell v1.20.2 |
567 | 2024-12-16T18:41:19.466Z | Compiling getrandom v0.2.15 |
568 | 2024-12-16T18:41:19.658Z | Compiling pin-project-lite v0.2.15 |
569 | 2024-12-16T18:41:19.757Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
570 | 2024-12-16T18:41:19.764Z | Compiling itoa v1.0.14 |
571 | 2024-12-16T18:41:19.819Z | Compiling toml_edit v0.19.15 |
572 | 2024-12-16T18:41:19.880Z | Compiling managed v0.8.0 |
573 | 2024-12-16T18:41:19.969Z | Compiling cobs v0.2.3 |
574 | 2024-12-16T18:41:20.026Z | Compiling bitflags v1.3.2 |
575 | 2024-12-16T18:41:20.087Z | Compiling schemars v0.8.21 |
576 | 2024-12-16T18:41:20.110Z | Compiling ryu v1.0.18 |
577 | 2024-12-16T18:41:20.266Z | Compiling rustix v0.38.42 |
578 | 2024-12-16T18:41:20.303Z | Compiling thiserror v1.0.69 |
579 | 2024-12-16T18:41:20.464Z | Compiling version_check v0.9.5 |
580 | 2024-12-16T18:41:21.019Z | Compiling rand_core v0.6.4 |
581 | 2024-12-16T18:41:21.026Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
582 | 2024-12-16T18:41:21.163Z | Compiling regex v1.11.1 |
583 | 2024-12-16T18:41:21.370Z | Compiling parking_lot v0.12.3 |
584 | 2024-12-16T18:41:21.455Z | Compiling socket2 v0.5.8 |
585 | 2024-12-16T18:41:21.985Z | Compiling signal-hook-registry v1.4.2 |
586 | 2024-12-16T18:41:22.595Z | Compiling darling_core v0.20.10 |
587 | 2024-12-16T18:41:23.038Z | Compiling proc-macro-crate v1.3.1 |
588 | 2024-12-16T18:41:23.142Z | Compiling serde_derive_internals v0.29.1 |
589 | 2024-12-16T18:41:23.774Z | Compiling errno v0.3.10 |
590 | 2024-12-16T18:41:23.987Z | Compiling mio v1.0.3 |
591 | 2024-12-16T18:41:24.562Z | Compiling bytes v1.9.0 |
592 | 2024-12-16T18:41:25.201Z | Compiling utf8parse v0.2.2 |
593 | 2024-12-16T18:41:25.329Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
594 | 2024-12-16T18:41:25.383Z | Compiling foreign-types-shared v0.3.1 |
595 | 2024-12-16T18:41:25.425Z | Compiling unicode-width v0.1.14 |
596 | 2024-12-16T18:41:25.485Z | Compiling anstyle-parse v0.2.6 |
597 | 2024-12-16T18:41:25.493Z | Compiling num_enum_derive v0.5.11 |
598 | 2024-12-16T18:41:25.797Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
599 | 2024-12-16T18:41:25.955Z | Compiling tabwriter v1.4.0 |
600 | 2024-12-16T18:41:26.005Z | Compiling tracing-core v0.1.33 |
601 | 2024-12-16T18:41:26.698Z | Compiling serde_derive v1.0.216 |
602 | 2024-12-16T18:41:26.720Z | Compiling zerocopy-derive v0.8.13 |
603 | 2024-12-16T18:41:26.738Z | Compiling zerocopy-derive v0.7.35 |
604 | 2024-12-16T18:41:27.605Z | Compiling foreign-types-macros v0.2.3 |
605 | 2024-12-16T18:41:27.779Z | Compiling schemars_derive v0.8.21 |
606 | 2024-12-16T18:41:27.986Z | Compiling thiserror-impl v1.0.69 |
607 | 2024-12-16T18:41:28.096Z | Compiling darling_macro v0.20.10 |
608 | 2024-12-16T18:41:28.231Z | Compiling tokio-macros v2.4.0 |
609 | 2024-12-16T18:41:28.681Z | Compiling zerocopy v0.7.35 |
610 | 2024-12-16T18:41:28.891Z | Compiling foreign-types v0.5.0 |
611 | 2024-12-16T18:41:28.981Z | Compiling num_enum v0.5.11 |
612 | 2024-12-16T18:41:29.069Z | Compiling darling v0.20.10 |
613 | 2024-12-16T18:41:29.130Z | Compiling tracing-attributes v0.1.28 |
614 | 2024-12-16T18:41:29.163Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
615 | 2024-12-16T18:41:29.662Z | Compiling tokio v1.42.0 |
616 | 2024-12-16T18:41:30.041Z | Compiling ppv-lite86 v0.2.20 |
617 | 2024-12-16T18:41:30.564Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
618 | 2024-12-16T18:41:30.714Z | Compiling rand_chacha v0.3.1 |
619 | 2024-12-16T18:41:30.782Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
620 | 2024-12-16T18:41:31.810Z | Compiling cstr-argument v0.1.2 |
621 | 2024-12-16T18:41:32.063Z | Compiling crc32fast v1.4.2 |
622 | 2024-12-16T18:41:32.199Z | Compiling thiserror v2.0.7 |
623 | 2024-12-16T18:41:32.381Z | Compiling is_terminal_polyfill v1.70.1 |
624 | 2024-12-16T18:41:32.384Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
625 | 2024-12-16T18:41:32.384Z | Compiling lazy_static v1.5.0 |
626 | 2024-12-16T18:41:32.490Z | Compiling anstyle-query v1.1.2 |
627 | 2024-12-16T18:41:32.497Z | Compiling anstyle v1.0.10 |
628 | 2024-12-16T18:41:32.617Z | Compiling colorchoice v1.0.3 |
629 | 2024-12-16T18:41:32.715Z | Compiling pretty-hex v0.2.1 |
630 | 2024-12-16T18:41:32.765Z | Compiling colored v2.2.0 |
631 | 2024-12-16T18:41:32.942Z | Compiling anstream v0.6.18 |
632 | 2024-12-16T18:41:33.162Z | Compiling tracing v0.1.41 |
633 | 2024-12-16T18:41:33.465Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
634 | 2024-12-16T18:41:33.758Z | Compiling rand v0.8.5 |
635 | 2024-12-16T18:41:33.790Z | Compiling terminal_size v0.4.1 |
636 | 2024-12-16T18:41:33.859Z | Compiling thiserror-impl v2.0.7 |
637 | 2024-12-16T18:41:33.988Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
638 | 2024-12-16T18:41:34.112Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
639 | 2024-12-16T18:41:34.123Z | Compiling clap_lex v0.7.4 |
640 | 2024-12-16T18:41:34.129Z | Compiling heck v0.5.0 |
641 | 2024-12-16T18:41:34.494Z | Compiling winnow v0.6.20 |
642 | 2024-12-16T18:41:34.699Z | Compiling clap_builder v4.5.23 |
643 | 2024-12-16T18:41:35.186Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
644 | 2024-12-16T18:41:35.443Z | Compiling clap_derive v4.5.18 |
645 | 2024-12-16T18:41:35.927Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
646 | 2024-12-16T18:41:37.536Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
647 | 2024-12-16T18:41:38.506Z | Compiling clap v4.5.23 |
648 | 2024-12-16T18:41:39.147Z | Compiling ipnetwork v0.20.0 |
649 | 2024-12-16T18:41:39.869Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
650 | 2024-12-16T18:41:40.160Z | Compiling postcard v1.1.1 |
651 | 2024-12-16T18:41:40.258Z | Compiling uuid v1.11.0 |
652 | 2024-12-16T18:41:42.581Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
653 | 2024-12-16T18:41:43.668Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
654 | 2024-12-16T18:41:48.763Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
655 | 2024-12-16T18:41:50.733Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
656 | 2024-12-16T18:42:27.519Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 14s |
657 | 2024-12-16T18:42:27.563Z | |
658 | 2024-12-16T18:42:27.565Z | real 1:14.108953355 |
659 | 2024-12-16T18:42:27.565Z | user 4:40.565261866 |
660 | 2024-12-16T18:42:27.565Z | sys 27.292760051 |
661 | 2024-12-16T18:42:27.565Z | trap 0.156092692 |
662 | 2024-12-16T18:42:27.565Z | tflt 0.278384250 |
663 | 2024-12-16T18:42:27.565Z | dflt 0.692986266 |
664 | 2024-12-16T18:42:27.566Z | kflt 0.000065748 |
665 | 2024-12-16T18:42:27.566Z | lock 9:41.530462537 |
666 | 2024-12-16T18:42:27.566Z | slp 14:50.402408658 |
667 | 2024-12-16T18:42:27.566Z | lat 9.388762069 |
668 | 2024-12-16T18:42:27.566Z | stop 13.977860383 |
669 | 2024-12-16T18:42:27.566Z | + popd |
670 | 2024-12-16T18:42:27.566Z | /work/oxidecomputer/opte |
671 | 2024-12-16T18:42:27.566Z | + for x in debug release |
672 | 2024-12-16T18:42:27.566Z | + mkdir -p /work/debug |
673 | 2024-12-16T18:42:27.568Z | + cp target/debug/opteadm /work/debug/ |
674 | 2024-12-16T18:42:27.626Z | + sha256sum target/debug/opteadm |
675 | 2024-12-16T18:42:27.716Z | + for x in debug release |
676 | 2024-12-16T18:42:27.716Z | + mkdir -p /work/release |
677 | 2024-12-16T18:42:27.719Z | + cp target/release/opteadm /work/release/ |
678 | 2024-12-16T18:42:27.737Z | + sha256sum target/release/opteadm |
679 | 2024-12-16T18:42:27.755Z | process exited: duration 168354 ms, exit code 0 |
|
680 | 2024-12-16T18:42:27.767Z | found 4 output files |
681 | 2024-12-16T18:42:27.767Z | uploading: /work/debug/opteadm (68762128 bytes) |
682 | 2024-12-16T18:42:29.896Z | uploaded: /work/debug/opteadm |
683 | 2024-12-16T18:42:29.896Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
684 | 2024-12-16T18:42:30.905Z | uploaded: /work/debug/opteadm.debug.sha256 |
685 | 2024-12-16T18:42:30.905Z | uploading: /work/release/opteadm (17518680 bytes) |
686 | 2024-12-16T18:42:32.141Z | uploaded: /work/release/opteadm |
687 | 2024-12-16T18:42:32.141Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
688 | 2024-12-16T18:42:33.153Z | uploaded: /work/release/opteadm.release.sha256 |