|
|
|
1 | 2024-06-20T09:19:14.247Z | job assigned to worker 01J0TF1CQG8114J0R15X0N0T4H (queued for 55 s) |
|
2 | 2024-06-20T09:19:22.721Z | starting task 0: "setup" |
3 | 2024-06-20T09:19:22.846Z | ++ uname -s |
4 | 2024-06-20T09:19:22.849Z | + kern=SunOS |
5 | 2024-06-20T09:19:22.849Z | + case "$kern" in |
6 | 2024-06-20T09:19:22.849Z | + groupadd -g 12345 build |
7 | 2024-06-20T09:19:22.851Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T09:19:24.869Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T09:19:25.052Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T09:19:25.055Z | + home_fs=zfs |
11 | 2024-06-20T09:19:25.055Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T09:19:25.055Z | + mkdir -p /home/build |
13 | 2024-06-20T09:19:25.058Z | + chown build:build /home/build /work |
14 | 2024-06-20T09:19:27.059Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T09:19:27.062Z | process exited: duration 4340 ms, exit code 0 |
|
16 | 2024-06-20T09:19:27.067Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T09:19:27.073Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T09:19:27.073Z | ' nightly-2024-05-12 |
19 | 2024-06-20T09:19:27.076Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-20T09:19:27.076Z | * toolchain channel = "nightly-2024-05-12" |
21 | 2024-06-20T09:19:27.076Z | ' default |
22 | 2024-06-20T09:19:27.076Z | * toolchain profile = "default" |
23 | 2024-06-20T09:19:27.076Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T09:19:27.076Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
25 | 2024-06-20T09:19:27.188Z | info: downloading installer |
26 | 2024-06-20T09:19:28.712Z | info: profile set to 'default' |
27 | 2024-06-20T09:19:28.712Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T09:19:28.714Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
29 | 2024-06-20T09:19:29.210Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
30 | 2024-06-20T09:19:29.210Z | info: downloading component 'cargo' |
31 | 2024-06-20T09:19:30.376Z | info: downloading component 'clippy' |
32 | 2024-06-20T09:19:30.830Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T09:19:32.184Z | info: downloading component 'rust-std' |
34 | 2024-06-20T09:19:34.785Z | info: downloading component 'rustc' |
35 | 2024-06-20T09:19:40.295Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T09:19:40.623Z | info: installing component 'cargo' |
37 | 2024-06-20T09:19:44.983Z | info: installing component 'clippy' |
38 | 2024-06-20T09:19:45.037Z | info: installing component 'rust-docs' |
39 | 2024-06-20T09:19:45.041Z | info: installing component 'rust-std' |
40 | 2024-06-20T09:19:45.254Z | info: installing component 'rustc' |
41 | 2024-06-20T09:19:49.630Z | info: installing component 'rustfmt' |
42 | 2024-06-20T09:19:49.958Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
43 | 2024-06-20T09:19:49.958Z | |
44 | 2024-06-20T09:19:50.231Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
45 | 2024-06-20T09:19:50.231Z | |
46 | 2024-06-20T09:19:50.231Z | |
47 | 2024-06-20T09:19:50.231Z | Rust is installed now. Great! |
48 | 2024-06-20T09:19:50.231Z | |
49 | 2024-06-20T09:19:50.232Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T09:19:50.232Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T09:19:50.232Z | |
52 | 2024-06-20T09:19:50.232Z | To configure your current shell, you need to source |
53 | 2024-06-20T09:19:50.232Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T09:19:50.232Z | |
55 | 2024-06-20T09:19:50.232Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T09:19:50.232Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T09:19:50.235Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T09:19:50.303Z | + rustc --version |
59 | 2024-06-20T09:19:50.367Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
60 | 2024-06-20T09:19:50.370Z | process exited: duration 23302 ms, exit code 0 |
|
61 | 2024-06-20T09:19:50.376Z | starting task 2: "authentication" |
62 | 2024-06-20T09:19:50.397Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-20T09:19:50.403Z | starting task 3: "clone repository" |
64 | 2024-06-20T09:19:50.408Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-06-20T09:19:50.411Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-06-20T09:19:50.564Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-06-20T09:19:51.939Z | + cd /work/oxidecomputer/opte |
68 | 2024-06-20T09:19:51.942Z | + git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
69 | 2024-06-20T09:19:52.217Z | From https://github.com/oxidecomputer/opte |
70 | 2024-06-20T09:19:52.217Z | * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD |
71 | 2024-06-20T09:19:52.225Z | + [[ -n '' ]] |
72 | 2024-06-20T09:19:52.225Z | + git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
73 | 2024-06-20T09:19:52.248Z | HEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61 |
74 | 2024-06-20T09:19:52.251Z | process exited: duration 1845 ms, exit code 0 |
|
75 | 2024-06-20T09:19:52.258Z | starting task 4: "build" |
76 | 2024-06-20T09:19:52.263Z | + cargo --version |
77 | 2024-06-20T09:19:52.267Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
78 | 2024-06-20T09:19:52.407Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
79 | 2024-06-20T09:19:52.407Z | info: downloading component 'cargo' |
80 | 2024-06-20T09:19:53.126Z | info: downloading component 'clippy' |
81 | 2024-06-20T09:19:53.365Z | info: downloading component 'rust-docs' |
82 | 2024-06-20T09:19:54.320Z | info: downloading component 'rust-std' |
83 | 2024-06-20T09:19:55.844Z | info: downloading component 'rustc' |
84 | 2024-06-20T09:19:59.729Z | info: downloading component 'rustfmt' |
85 | 2024-06-20T09:19:59.938Z | info: installing component 'cargo' |
86 | 2024-06-20T09:20:00.781Z | info: installing component 'clippy' |
87 | 2024-06-20T09:20:01.136Z | info: installing component 'rust-docs' |
88 | 2024-06-20T09:20:02.644Z | info: installing component 'rust-std' |
89 | 2024-06-20T09:20:04.325Z | info: installing component 'rustc' |
90 | 2024-06-20T09:20:08.585Z | info: installing component 'rustfmt' |
91 | 2024-06-20T09:20:08.991Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
92 | 2024-06-20T09:20:08.994Z | + rustc --version |
93 | 2024-06-20T09:20:09.059Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
94 | 2024-06-20T09:20:09.063Z | + pushd bin/opteadm |
95 | 2024-06-20T09:20:09.066Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
96 | 2024-06-20T09:20:09.066Z | + header 'check style' |
97 | 2024-06-20T09:20:09.066Z | + echo '# ==== check style ==== #' |
98 | 2024-06-20T09:20:09.066Z | # ==== check style ==== # |
99 | 2024-06-20T09:20:09.066Z | + ptime -m cargo +nightly-2024-05-12 fmt -- --check |
100 | 2024-06-20T09:20:09.372Z | |
101 | 2024-06-20T09:20:09.372Z | real 0.201546897 |
102 | 2024-06-20T09:20:09.372Z | user 0.106862531 |
103 | 2024-06-20T09:20:09.372Z | sys 0.088486021 |
104 | 2024-06-20T09:20:09.372Z | trap 0.000053610 |
105 | 2024-06-20T09:20:09.372Z | tflt 0.000000000 |
106 | 2024-06-20T09:20:09.372Z | dflt 0.000000000 |
107 | 2024-06-20T09:20:09.372Z | kflt 0.000000000 |
108 | 2024-06-20T09:20:09.375Z | lock 0.000000000 |
109 | 2024-06-20T09:20:09.375Z | slp 0.118861285 |
110 | 2024-06-20T09:20:09.375Z | lat 0.001412905 |
111 | 2024-06-20T09:20:09.375Z | stop 0.000216856 |
112 | 2024-06-20T09:20:09.375Z | + header analyze |
113 | 2024-06-20T09:20:09.375Z | + echo '# ==== analyze ==== #' |
114 | 2024-06-20T09:20:09.375Z | # ==== analyze ==== # |
115 | 2024-06-20T09:20:09.375Z | + ptime -m cargo clippy --all-targets |
116 | 2024-06-20T09:20:09.598Z | Updating crates.io index |
117 | 2024-06-20T09:20:09.601Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
118 | 2024-06-20T09:20:10.450Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
119 | 2024-06-20T09:20:10.715Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
120 | 2024-06-20T09:20:11.237Z | Updating git repository `https://github.com/oxidecomputer/zone` |
121 | 2024-06-20T09:20:11.526Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
122 | 2024-06-20T09:20:11.952Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
123 | 2024-06-20T09:20:12.557Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2024-06-20T09:20:12.831Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
125 | 2024-06-20T09:20:13.802Z | Downloading crates ... |
126 | 2024-06-20T09:20:13.889Z | Downloaded anstream v0.6.14 |
127 | 2024-06-20T09:20:13.895Z | Downloaded ident_case v1.0.1 |
128 | 2024-06-20T09:20:13.902Z | Downloaded foreign-types-macros v0.2.3 |
129 | 2024-06-20T09:20:13.905Z | Downloaded equivalent v1.0.1 |
130 | 2024-06-20T09:20:13.908Z | Downloaded colored v2.1.0 |
131 | 2024-06-20T09:20:13.912Z | Downloaded zerocopy-derive v0.7.34 |
132 | 2024-06-20T09:20:13.917Z | Downloaded cstr-argument v0.1.2 |
133 | 2024-06-20T09:20:13.931Z | Downloaded stable_deref_trait v1.2.0 |
134 | 2024-06-20T09:20:13.934Z | Downloaded pretty-hex v0.2.1 |
135 | 2024-06-20T09:20:13.937Z | Downloaded foreign-types v0.5.0 |
136 | 2024-06-20T09:20:13.940Z | Downloaded num_cpus v1.16.0 |
137 | 2024-06-20T09:20:13.943Z | Downloaded cobs v0.2.3 |
138 | 2024-06-20T09:20:13.946Z | Downloaded parking_lot v0.12.3 |
139 | 2024-06-20T09:20:13.948Z | Downloaded anstyle-parse v0.2.4 |
140 | 2024-06-20T09:20:13.961Z | Downloaded darling_macro v0.20.9 |
141 | 2024-06-20T09:20:13.965Z | Downloaded foreign-types-shared v0.3.1 |
142 | 2024-06-20T09:20:13.977Z | Downloaded num_enum_derive v0.5.11 |
143 | 2024-06-20T09:20:13.979Z | Downloaded fnv v1.0.7 |
144 | 2024-06-20T09:20:13.984Z | Downloaded hash32 v0.3.1 |
145 | 2024-06-20T09:20:13.986Z | Downloaded either v1.12.0 |
146 | 2024-06-20T09:20:13.989Z | Downloaded thiserror v1.0.61 |
147 | 2024-06-20T09:20:13.994Z | Downloaded lazy_static v1.4.0 |
148 | 2024-06-20T09:20:13.996Z | Downloaded defmt-parser v0.3.4 |
149 | 2024-06-20T09:20:13.996Z | Downloaded defmt v0.3.8 |
150 | 2024-06-20T09:20:13.997Z | Downloaded tabwriter v1.4.0 |
151 | 2024-06-20T09:20:13.999Z | Downloaded scopeguard v1.2.0 |
152 | 2024-06-20T09:20:14.005Z | Downloaded version_check v0.9.4 |
153 | 2024-06-20T09:20:14.008Z | Downloaded lock_api v0.4.12 |
154 | 2024-06-20T09:20:14.012Z | Downloaded toml_datetime v0.6.6 |
155 | 2024-06-20T09:20:14.012Z | Downloaded colorchoice v1.0.1 |
156 | 2024-06-20T09:20:14.012Z | Downloaded byteorder v1.5.0 |
157 | 2024-06-20T09:20:14.017Z | Downloaded is_terminal_polyfill v1.70.0 |
158 | 2024-06-20T09:20:14.020Z | Downloaded errno v0.3.9 |
159 | 2024-06-20T09:20:14.020Z | Downloaded defmt-macros v0.3.9 |
160 | 2024-06-20T09:20:14.022Z | Downloaded cfg-if v1.0.0 |
161 | 2024-06-20T09:20:14.022Z | Downloaded managed v0.8.0 |
162 | 2024-06-20T09:20:14.025Z | Downloaded itoa v1.0.11 |
163 | 2024-06-20T09:20:14.025Z | Downloaded embedded-io v0.4.0 |
164 | 2024-06-20T09:20:14.028Z | Downloaded anstyle-query v1.1.0 |
165 | 2024-06-20T09:20:14.028Z | Downloaded num_enum v0.5.11 |
166 | 2024-06-20T09:20:14.031Z | Downloaded heck v0.5.0 |
167 | 2024-06-20T09:20:14.034Z | Downloaded proc-macro-crate v1.3.1 |
168 | 2024-06-20T09:20:14.034Z | Downloaded anstyle v1.0.7 |
169 | 2024-06-20T09:20:14.037Z | Downloaded bitflags v1.3.2 |
170 | 2024-06-20T09:20:14.039Z | Downloaded tokio-macros v2.3.0 |
171 | 2024-06-20T09:20:14.039Z | Downloaded dyn-clone v1.0.17 |
172 | 2024-06-20T09:20:14.042Z | Downloaded autocfg v1.3.0 |
173 | 2024-06-20T09:20:14.044Z | Downloaded thiserror-impl v1.0.61 |
174 | 2024-06-20T09:20:14.044Z | Downloaded strsim v0.11.1 |
175 | 2024-06-20T09:20:14.044Z | Downloaded signal-hook-registry v1.4.2 |
176 | 2024-06-20T09:20:14.047Z | Downloaded schemars_derive v0.8.21 |
177 | 2024-06-20T09:20:14.047Z | Downloaded proc-macro-error-attr v1.0.4 |
178 | 2024-06-20T09:20:14.051Z | Downloaded utf8parse v0.2.2 |
179 | 2024-06-20T09:20:14.054Z | Downloaded ipnetwork v0.20.0 |
180 | 2024-06-20T09:20:14.058Z | Downloaded clap_derive v4.5.5 |
181 | 2024-06-20T09:20:14.062Z | Downloaded smallvec v1.13.2 |
182 | 2024-06-20T09:20:14.074Z | Downloaded proc-macro-error v1.0.4 |
183 | 2024-06-20T09:20:14.080Z | Downloaded bitflags v2.5.0 |
184 | 2024-06-20T09:20:14.084Z | Downloaded crc32fast v1.4.2 |
185 | 2024-06-20T09:20:14.086Z | Downloaded clap_lex v0.7.1 |
186 | 2024-06-20T09:20:14.089Z | Downloaded quote v1.0.36 |
187 | 2024-06-20T09:20:14.091Z | Downloaded parking_lot_core v0.9.10 |
188 | 2024-06-20T09:20:14.094Z | Downloaded terminal_size v0.3.0 |
189 | 2024-06-20T09:20:14.100Z | Downloaded serde_derive_internals v0.29.1 |
190 | 2024-06-20T09:20:14.107Z | Downloaded pin-project-lite v0.2.14 |
191 | 2024-06-20T09:20:14.110Z | Downloaded tracing-attributes v0.1.27 |
192 | 2024-06-20T09:20:14.112Z | Downloaded clap v4.5.6 |
193 | 2024-06-20T09:20:14.121Z | Downloaded socket2 v0.4.10 |
194 | 2024-06-20T09:20:14.123Z | Downloaded serde_derive v1.0.203 |
195 | 2024-06-20T09:20:14.126Z | Downloaded proc-macro2 v1.0.85 |
196 | 2024-06-20T09:20:14.129Z | Downloaded darling v0.20.9 |
197 | 2024-06-20T09:20:14.131Z | Downloaded bytes v1.6.0 |
198 | 2024-06-20T09:20:14.136Z | Downloaded postcard v1.0.8 |
199 | 2024-06-20T09:20:14.139Z | Downloaded once_cell v1.19.0 |
200 | 2024-06-20T09:20:14.141Z | Downloaded ryu v1.0.18 |
201 | 2024-06-20T09:20:14.144Z | Downloaded anyhow v1.0.86 |
202 | 2024-06-20T09:20:14.147Z | Downloaded unicode-ident v1.0.12 |
203 | 2024-06-20T09:20:14.150Z | Downloaded darling_core v0.20.9 |
204 | 2024-06-20T09:20:14.154Z | Downloaded tracing-core v0.1.32 |
205 | 2024-06-20T09:20:14.157Z | Downloaded schemars v0.8.21 |
206 | 2024-06-20T09:20:14.167Z | Downloaded socket2 v0.5.7 |
207 | 2024-06-20T09:20:14.170Z | Downloaded heapless v0.8.0 |
208 | 2024-06-20T09:20:14.187Z | Downloaded indexmap v2.2.6 |
209 | 2024-06-20T09:20:14.197Z | Downloaded tracing v0.1.40 |
210 | 2024-06-20T09:20:14.201Z | Downloaded memchr v2.7.2 |
211 | 2024-06-20T09:20:14.210Z | Downloaded serde v1.0.203 |
212 | 2024-06-20T09:20:14.222Z | Downloaded toml_edit v0.19.15 |
213 | 2024-06-20T09:20:14.237Z | Downloaded mio v0.8.11 |
214 | 2024-06-20T09:20:14.251Z | Downloaded serde_json v1.0.117 |
215 | 2024-06-20T09:20:14.257Z | Downloaded hashbrown v0.14.5 |
216 | 2024-06-20T09:20:14.262Z | Downloaded itertools v0.12.1 |
217 | 2024-06-20T09:20:14.270Z | Downloaded zerocopy v0.7.34 |
218 | 2024-06-20T09:20:14.284Z | Downloaded clap_builder v4.5.6 |
219 | 2024-06-20T09:20:14.291Z | Downloaded winnow v0.5.40 |
220 | 2024-06-20T09:20:14.312Z | Downloaded syn v1.0.109 |
221 | 2024-06-20T09:20:14.334Z | Downloaded syn v2.0.66 |
222 | 2024-06-20T09:20:14.361Z | Downloaded smoltcp v0.11.0 |
223 | 2024-06-20T09:20:14.373Z | Downloaded rustix v0.38.34 |
224 | 2024-06-20T09:20:14.407Z | Downloaded unicode-width v0.1.13 |
225 | 2024-06-20T09:20:14.459Z | Downloaded tokio v1.38.0 |
226 | 2024-06-20T09:20:14.493Z | Downloaded libc v0.2.155 |
227 | 2024-06-20T09:20:14.652Z | Compiling proc-macro2 v1.0.85 |
228 | 2024-06-20T09:20:14.652Z | Compiling unicode-ident v1.0.12 |
229 | 2024-06-20T09:20:14.652Z | Compiling libc v0.2.155 |
230 | 2024-06-20T09:20:14.652Z | Checking cfg-if v1.0.0 |
231 | 2024-06-20T09:20:14.655Z | Compiling serde v1.0.203 |
232 | 2024-06-20T09:20:14.655Z | Compiling syn v1.0.109 |
233 | 2024-06-20T09:20:14.655Z | Checking byteorder v1.5.0 |
234 | 2024-06-20T09:20:14.655Z | Compiling autocfg v1.3.0 |
235 | 2024-06-20T09:20:14.759Z | Compiling hashbrown v0.14.5 |
236 | 2024-06-20T09:20:14.864Z | Compiling equivalent v1.0.1 |
237 | 2024-06-20T09:20:14.974Z | Compiling heapless v0.8.0 |
238 | 2024-06-20T09:20:14.985Z | Compiling fnv v1.0.7 |
239 | 2024-06-20T09:20:15.098Z | Compiling toml_datetime v0.6.6 |
240 | 2024-06-20T09:20:15.379Z | Compiling lock_api v0.4.12 |
241 | 2024-06-20T09:20:15.392Z | Compiling strsim v0.11.1 |
242 | 2024-06-20T09:20:15.801Z | Compiling indexmap v2.2.6 |
243 | 2024-06-20T09:20:15.893Z | Compiling winnow v0.5.40 |
244 | 2024-06-20T09:20:16.688Z | Compiling ident_case v1.0.1 |
245 | 2024-06-20T09:20:16.803Z | Compiling anyhow v1.0.86 |
246 | 2024-06-20T09:20:17.617Z | Compiling parking_lot_core v0.9.10 |
247 | 2024-06-20T09:20:17.716Z | Checking hash32 v0.3.1 |
248 | 2024-06-20T09:20:17.767Z | Checking stable_deref_trait v1.2.0 |
249 | 2024-06-20T09:20:17.778Z | Compiling smoltcp v0.11.0 |
250 | 2024-06-20T09:20:17.845Z | Compiling once_cell v1.19.0 |
251 | 2024-06-20T09:20:17.856Z | Checking dyn-clone v1.0.17 |
252 | 2024-06-20T09:20:17.928Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
253 | 2024-06-20T09:20:17.974Z | Checking scopeguard v1.2.0 |
254 | 2024-06-20T09:20:18.073Z | Checking smallvec v1.13.2 |
255 | 2024-06-20T09:20:18.082Z | Compiling serde_json v1.0.117 |
256 | 2024-06-20T09:20:18.403Z | Checking managed v0.8.0 |
257 | 2024-06-20T09:20:18.438Z | Checking pin-project-lite v0.2.14 |
258 | 2024-06-20T09:20:18.447Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
259 | 2024-06-20T09:20:18.545Z | Compiling quote v1.0.36 |
260 | 2024-06-20T09:20:18.578Z | Compiling toml_edit v0.19.15 |
261 | 2024-06-20T09:20:18.753Z | Compiling rustix v0.38.34 |
262 | 2024-06-20T09:20:18.779Z | Checking cobs v0.2.3 |
263 | 2024-06-20T09:20:18.805Z | Checking bitflags v1.3.2 |
264 | 2024-06-20T09:20:18.888Z | Compiling version_check v0.9.4 |
265 | 2024-06-20T09:20:18.950Z | Compiling syn v2.0.66 |
266 | 2024-06-20T09:20:19.182Z | Compiling thiserror v1.0.61 |
267 | 2024-06-20T09:20:19.192Z | Compiling schemars v0.8.21 |
268 | 2024-06-20T09:20:19.282Z | Checking ryu v1.0.18 |
269 | 2024-06-20T09:20:19.443Z | Checking embedded-io v0.4.0 |
270 | 2024-06-20T09:20:19.500Z | Checking itoa v1.0.11 |
271 | 2024-06-20T09:20:19.547Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
272 | 2024-06-20T09:20:19.682Z | Checking parking_lot v0.12.3 |
273 | 2024-06-20T09:20:19.696Z | Checking errno v0.3.9 |
274 | 2024-06-20T09:20:19.817Z | Checking signal-hook-registry v1.4.2 |
275 | 2024-06-20T09:20:19.852Z | Checking num_cpus v1.16.0 |
276 | 2024-06-20T09:20:19.886Z | Checking mio v0.8.11 |
277 | 2024-06-20T09:20:19.957Z | Checking socket2 v0.5.7 |
278 | 2024-06-20T09:20:20.015Z | Checking foreign-types-shared v0.3.1 |
279 | 2024-06-20T09:20:20.048Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
280 | 2024-06-20T09:20:20.105Z | Checking unicode-width v0.1.13 |
281 | 2024-06-20T09:20:20.348Z | Checking either v1.12.0 |
282 | 2024-06-20T09:20:20.414Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
283 | 2024-06-20T09:20:20.475Z | Checking bitflags v2.5.0 |
284 | 2024-06-20T09:20:20.570Z | Checking bytes v1.6.0 |
285 | 2024-06-20T09:20:20.600Z | Checking utf8parse v0.2.2 |
286 | 2024-06-20T09:20:20.639Z | Checking memchr v2.7.2 |
287 | 2024-06-20T09:20:20.732Z | Checking anstyle-parse v0.2.4 |
288 | 2024-06-20T09:20:20.989Z | Compiling proc-macro-crate v1.3.1 |
289 | 2024-06-20T09:20:21.357Z | Checking itertools v0.12.1 |
290 | 2024-06-20T09:20:21.576Z | Checking cstr-argument v0.1.2 |
291 | 2024-06-20T09:20:21.746Z | Checking tracing-core v0.1.32 |
292 | 2024-06-20T09:20:21.869Z | Checking tabwriter v1.4.0 |
293 | 2024-06-20T09:20:22.109Z | Checking crc32fast v1.4.2 |
294 | 2024-06-20T09:20:22.255Z | Checking anstyle v1.0.7 |
295 | 2024-06-20T09:20:22.293Z | Checking is_terminal_polyfill v1.70.0 |
296 | 2024-06-20T09:20:22.396Z | Checking anstyle-query v1.1.0 |
297 | 2024-06-20T09:20:22.424Z | Checking lazy_static v1.4.0 |
298 | 2024-06-20T09:20:22.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
299 | 2024-06-20T09:20:22.538Z | Checking pretty-hex v0.2.1 |
300 | 2024-06-20T09:20:22.585Z | Checking colorchoice v1.0.1 |
301 | 2024-06-20T09:20:22.627Z | Checking colored v2.1.0 |
302 | 2024-06-20T09:20:22.686Z | Checking terminal_size v0.3.0 |
303 | 2024-06-20T09:20:22.699Z | Checking anstream v0.6.14 |
304 | 2024-06-20T09:20:22.833Z | Checking socket2 v0.4.10 |
305 | 2024-06-20T09:20:23.081Z | Compiling heck v0.5.0 |
306 | 2024-06-20T09:20:23.273Z | Checking clap_lex v0.7.1 |
307 | 2024-06-20T09:20:23.368Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
308 | 2024-06-20T09:20:23.561Z | Checking clap_builder v4.5.6 |
309 | 2024-06-20T09:20:23.621Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
310 | 2024-06-20T09:20:24.801Z | Compiling darling_core v0.20.9 |
311 | 2024-06-20T09:20:24.801Z | Compiling serde_derive_internals v0.29.1 |
312 | 2024-06-20T09:20:27.753Z | Compiling num_enum_derive v0.5.11 |
313 | 2024-06-20T09:20:27.753Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
314 | 2024-06-20T09:20:27.834Z | Compiling serde_derive v1.0.203 |
315 | 2024-06-20T09:20:27.837Z | Compiling schemars_derive v0.8.21 |
316 | 2024-06-20T09:20:27.893Z | Compiling zerocopy-derive v0.7.34 |
317 | 2024-06-20T09:20:28.207Z | Compiling thiserror-impl v1.0.61 |
318 | 2024-06-20T09:20:28.719Z | Compiling foreign-types-macros v0.2.3 |
319 | 2024-06-20T09:20:29.192Z | Compiling tokio-macros v2.3.0 |
320 | 2024-06-20T09:20:29.485Z | Compiling darling_macro v0.20.9 |
321 | 2024-06-20T09:20:29.983Z | Checking foreign-types v0.5.0 |
322 | 2024-06-20T09:20:29.994Z | Checking zerocopy v0.7.34 |
323 | 2024-06-20T09:20:30.075Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
324 | 2024-06-20T09:20:30.185Z | Checking num_enum v0.5.11 |
325 | 2024-06-20T09:20:30.315Z | Compiling tracing-attributes v0.1.27 |
326 | 2024-06-20T09:20:30.522Z | Compiling darling v0.20.9 |
327 | 2024-06-20T09:20:30.626Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
328 | 2024-06-20T09:20:30.824Z | Checking tokio v1.38.0 |
329 | 2024-06-20T09:20:30.914Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
330 | 2024-06-20T09:20:31.251Z | Compiling clap_derive v4.5.5 |
331 | 2024-06-20T09:20:32.743Z | Checking tracing v0.1.40 |
332 | 2024-06-20T09:20:34.170Z | Checking clap v4.5.6 |
333 | 2024-06-20T09:20:36.291Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
334 | 2024-06-20T09:20:36.855Z | Checking ipnetwork v0.20.0 |
335 | 2024-06-20T09:20:36.858Z | Checking postcard v1.0.8 |
336 | 2024-06-20T09:20:37.323Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
337 | 2024-06-20T09:20:38.740Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
338 | 2024-06-20T09:20:44.371Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
339 | 2024-06-20T09:20:46.706Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
340 | 2024-06-20T09:20:48.132Z | warning: use of `expect` followed by a function call |
341 | 2024-06-20T09:20:48.132Z | --> bin/opteadm/src/bin/opteadm.rs:810:71 |
342 | 2024-06-20T09:20:48.132Z | | |
343 | 2024-06-20T09:20:48.132Z | 810 | hdl.remove_cidr(&port, prefix, Direction::In).expect( |
344 | 2024-06-20T09:20:48.133Z | | _______________________________________________________________________^ |
345 | 2024-06-20T09:20:48.133Z | 811 | | &format!( |
346 | 2024-06-20T09:20:48.133Z | 812 | | "FATAL: failed to rollback in-direction allow \ |
347 | 2024-06-20T09:20:48.133Z | 813 | | of {prefix} after {e}" |
348 | 2024-06-20T09:20:48.133Z | 814 | | ), |
349 | 2024-06-20T09:20:48.133Z | 815 | | ); |
350 | 2024-06-20T09:20:48.133Z | | |_________________________^ |
351 | 2024-06-20T09:20:48.133Z | | |
352 | 2024-06-20T09:20:48.133Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call |
353 | 2024-06-20T09:20:48.133Z | = note: `#[warn(clippy::expect_fun_call)]` on by default |
354 | 2024-06-20T09:20:48.133Z | help: try |
355 | 2024-06-20T09:20:48.133Z | | |
356 | 2024-06-20T09:20:48.133Z | 810 ~ hdl.remove_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction allow \ |
357 | 2024-06-20T09:20:48.133Z | 811 ~ of {prefix} after {e}")); |
358 | 2024-06-20T09:20:48.133Z | | |
359 | 2024-06-20T09:20:48.133Z | |
360 | 2024-06-20T09:20:48.136Z | warning: use of `expect` followed by a function call |
361 | 2024-06-20T09:20:48.136Z | --> bin/opteadm/src/bin/opteadm.rs:840:66 |
362 | 2024-06-20T09:20:48.136Z | | |
363 | 2024-06-20T09:20:48.136Z | 840 | hdl.allow_cidr(&port, prefix, Direction::In).expect( |
364 | 2024-06-20T09:20:48.136Z | | __________________________________________________________________^ |
365 | 2024-06-20T09:20:48.136Z | 841 | | &format!( |
366 | 2024-06-20T09:20:48.136Z | 842 | | "FATAL: failed to rollback in-direction remove \ |
367 | 2024-06-20T09:20:48.136Z | 843 | | of {prefix} after {e}" |
368 | 2024-06-20T09:20:48.136Z | 844 | | ), |
369 | 2024-06-20T09:20:48.136Z | 845 | | ); |
370 | 2024-06-20T09:20:48.136Z | | |_____________________^ |
371 | 2024-06-20T09:20:48.136Z | | |
372 | 2024-06-20T09:20:48.136Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call |
373 | 2024-06-20T09:20:48.136Z | help: try |
374 | 2024-06-20T09:20:48.136Z | | |
375 | 2024-06-20T09:20:48.136Z | 840 ~ hdl.allow_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction remove \ |
376 | 2024-06-20T09:20:48.136Z | 841 ~ of {prefix} after {e}")); |
377 | 2024-06-20T09:20:48.136Z | | |
378 | 2024-06-20T09:20:48.136Z | |
379 | 2024-06-20T09:20:48.216Z | warning: `opteadm` (bin "opteadm") generated 2 warnings (run `cargo clippy --fix --bin "opteadm"` to apply 2 suggestions) |
380 | 2024-06-20T09:20:48.244Z | warning: `opteadm` (bin "opteadm" test) generated 2 warnings (2 duplicates) |
381 | 2024-06-20T09:20:48.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.73s |
382 | 2024-06-20T09:20:48.387Z | |
383 | 2024-06-20T09:20:48.387Z | real 39.007692946 |
384 | 2024-06-20T09:20:48.387Z | user 1:58.617885006 |
385 | 2024-06-20T09:20:48.387Z | sys 30.311076744 |
386 | 2024-06-20T09:20:48.387Z | trap 0.062272813 |
387 | 2024-06-20T09:20:48.387Z | tflt 1.088556406 |
388 | 2024-06-20T09:20:48.387Z | dflt 6.905763663 |
389 | 2024-06-20T09:20:48.387Z | kflt 0.008821632 |
390 | 2024-06-20T09:20:48.387Z | lock 2:45.647313735 |
391 | 2024-06-20T09:20:48.387Z | slp 6:49.433202472 |
392 | 2024-06-20T09:20:48.387Z | lat 5.833097853 |
393 | 2024-06-20T09:20:48.387Z | stop 12.650530736 |
394 | 2024-06-20T09:20:48.390Z | + header 'debug build' |
395 | 2024-06-20T09:20:48.390Z | + echo '# ==== debug build ==== #' |
396 | 2024-06-20T09:20:48.390Z | # ==== debug build ==== # |
397 | 2024-06-20T09:20:48.390Z | + ptime -m cargo build |
398 | 2024-06-20T09:20:48.667Z | Compiling cfg-if v1.0.0 |
399 | 2024-06-20T09:20:48.667Z | Compiling strsim v0.11.1 |
400 | 2024-06-20T09:20:48.670Z | Compiling byteorder v1.5.0 |
401 | 2024-06-20T09:20:48.670Z | Compiling libc v0.2.155 |
402 | 2024-06-20T09:20:48.675Z | Compiling once_cell v1.19.0 |
403 | 2024-06-20T09:20:48.687Z | Compiling serde v1.0.203 |
404 | 2024-06-20T09:20:48.691Z | Compiling smallvec v1.13.2 |
405 | 2024-06-20T09:20:48.694Z | Compiling stable_deref_trait v1.2.0 |
406 | 2024-06-20T09:20:48.737Z | Compiling scopeguard v1.2.0 |
407 | 2024-06-20T09:20:48.770Z | Compiling dyn-clone v1.0.17 |
408 | 2024-06-20T09:20:48.844Z | Compiling lock_api v0.4.12 |
409 | 2024-06-20T09:20:48.988Z | Compiling darling_core v0.20.9 |
410 | 2024-06-20T09:20:48.993Z | Compiling hash32 v0.3.1 |
411 | 2024-06-20T09:20:49.064Z | Compiling proc-macro-crate v1.3.1 |
412 | 2024-06-20T09:20:49.108Z | Compiling heapless v0.8.0 |
413 | 2024-06-20T09:20:49.174Z | Compiling itoa v1.0.11 |
414 | 2024-06-20T09:20:49.279Z | Compiling cobs v0.2.3 |
415 | 2024-06-20T09:20:49.378Z | Compiling bitflags v1.3.2 |
416 | 2024-06-20T09:20:49.460Z | Compiling managed v0.8.0 |
417 | 2024-06-20T09:20:49.561Z | Compiling pin-project-lite v0.2.14 |
418 | 2024-06-20T09:20:49.671Z | Compiling ryu v1.0.18 |
419 | 2024-06-20T09:20:49.783Z | Compiling embedded-io v0.4.0 |
420 | 2024-06-20T09:20:49.867Z | Compiling parking_lot_core v0.9.10 |
421 | 2024-06-20T09:20:49.947Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
422 | 2024-06-20T09:20:50.005Z | Compiling num_enum_derive v0.5.11 |
423 | 2024-06-20T09:20:50.040Z | Compiling socket2 v0.5.7 |
424 | 2024-06-20T09:20:50.158Z | Compiling smoltcp v0.11.0 |
425 | 2024-06-20T09:20:50.250Z | Compiling parking_lot v0.12.3 |
426 | 2024-06-20T09:20:50.281Z | Compiling mio v0.8.11 |
427 | 2024-06-20T09:20:50.620Z | Compiling num_cpus v1.16.0 |
428 | 2024-06-20T09:20:50.731Z | Compiling errno v0.3.9 |
429 | 2024-06-20T09:20:50.956Z | Compiling signal-hook-registry v1.4.2 |
430 | 2024-06-20T09:20:51.202Z | Compiling anyhow v1.0.86 |
431 | 2024-06-20T09:20:51.383Z | Compiling either v1.12.0 |
432 | 2024-06-20T09:20:51.724Z | Compiling foreign-types-shared v0.3.1 |
433 | 2024-06-20T09:20:51.777Z | Compiling bytes v1.6.0 |
434 | 2024-06-20T09:20:51.815Z | Compiling bitflags v2.5.0 |
435 | 2024-06-20T09:20:52.009Z | Compiling memchr v2.7.2 |
436 | 2024-06-20T09:20:52.299Z | Compiling utf8parse v0.2.2 |
437 | 2024-06-20T09:20:52.301Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
438 | 2024-06-20T09:20:52.446Z | Compiling unicode-width v0.1.13 |
439 | 2024-06-20T09:20:52.466Z | Compiling anstyle-parse v0.2.4 |
440 | 2024-06-20T09:20:52.483Z | Compiling num_enum v0.5.11 |
441 | 2024-06-20T09:20:52.618Z | Compiling tabwriter v1.4.0 |
442 | 2024-06-20T09:20:52.680Z | Compiling tokio v1.38.0 |
443 | 2024-06-20T09:20:52.800Z | Compiling rustix v0.38.34 |
444 | 2024-06-20T09:20:53.192Z | Compiling cstr-argument v0.1.2 |
445 | 2024-06-20T09:20:53.213Z | Compiling foreign-types v0.5.0 |
446 | 2024-06-20T09:20:53.304Z | Compiling itertools v0.12.1 |
447 | 2024-06-20T09:20:53.442Z | Compiling zerocopy v0.7.34 |
448 | 2024-06-20T09:20:53.851Z | Compiling thiserror v1.0.61 |
449 | 2024-06-20T09:20:53.967Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
450 | 2024-06-20T09:20:54.163Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
451 | 2024-06-20T09:20:54.321Z | Compiling tracing-core v0.1.32 |
452 | 2024-06-20T09:20:54.451Z | Compiling crc32fast v1.4.2 |
453 | 2024-06-20T09:20:54.764Z | Compiling ipnetwork v0.20.0 |
454 | 2024-06-20T09:20:55.006Z | Compiling postcard v1.0.8 |
455 | 2024-06-20T09:20:55.269Z | Compiling serde_json v1.0.117 |
456 | 2024-06-20T09:20:55.406Z | Compiling darling_macro v0.20.9 |
457 | 2024-06-20T09:20:55.415Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
458 | 2024-06-20T09:20:55.558Z | Compiling is_terminal_polyfill v1.70.0 |
459 | 2024-06-20T09:20:55.628Z | Compiling pretty-hex v0.2.1 |
460 | 2024-06-20T09:20:55.674Z | Compiling anstyle v1.0.7 |
461 | 2024-06-20T09:20:55.796Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
462 | 2024-06-20T09:20:55.838Z | Compiling lazy_static v1.4.0 |
463 | 2024-06-20T09:20:55.936Z | Compiling colorchoice v1.0.1 |
464 | 2024-06-20T09:20:55.949Z | Compiling anstyle-query v1.1.0 |
465 | 2024-06-20T09:20:56.073Z | Compiling anstream v0.6.14 |
466 | 2024-06-20T09:20:56.076Z | Compiling colored v2.1.0 |
467 | 2024-06-20T09:20:56.184Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
468 | 2024-06-20T09:20:56.325Z | Compiling tracing v0.1.40 |
469 | 2024-06-20T09:20:56.517Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
470 | 2024-06-20T09:20:56.527Z | Compiling darling v0.20.9 |
471 | 2024-06-20T09:20:56.621Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
472 | 2024-06-20T09:20:56.768Z | Compiling terminal_size v0.3.0 |
473 | 2024-06-20T09:20:56.864Z | Compiling socket2 v0.4.10 |
474 | 2024-06-20T09:20:56.920Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
475 | 2024-06-20T09:20:56.940Z | Compiling clap_lex v0.7.1 |
476 | 2024-06-20T09:20:57.175Z | Compiling schemars v0.8.21 |
477 | 2024-06-20T09:20:57.245Z | Compiling clap_builder v4.5.6 |
478 | 2024-06-20T09:20:57.509Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
479 | 2024-06-20T09:20:58.787Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
480 | 2024-06-20T09:21:00.002Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
481 | 2024-06-20T09:21:00.163Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
482 | 2024-06-20T09:21:00.425Z | Compiling clap v4.5.6 |
483 | 2024-06-20T09:21:04.117Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
484 | 2024-06-20T09:21:06.143Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
485 | 2024-06-20T09:21:13.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.59s |
486 | 2024-06-20T09:21:13.058Z | |
487 | 2024-06-20T09:21:13.058Z | real 24.663699829 |
488 | 2024-06-20T09:21:13.058Z | user 1:52.027148483 |
489 | 2024-06-20T09:21:13.058Z | sys 25.401090409 |
490 | 2024-06-20T09:21:13.058Z | trap 0.061845267 |
491 | 2024-06-20T09:21:13.058Z | tflt 0.065555916 |
492 | 2024-06-20T09:21:13.058Z | dflt 0.516943347 |
493 | 2024-06-20T09:21:13.058Z | kflt 0.000038360 |
494 | 2024-06-20T09:21:13.058Z | lock 3:17.710636086 |
495 | 2024-06-20T09:21:13.058Z | slp 4:24.791200754 |
496 | 2024-06-20T09:21:13.058Z | lat 4.091871235 |
497 | 2024-06-20T09:21:13.058Z | stop 4.336431740 |
498 | 2024-06-20T09:21:13.061Z | + header 'release build' |
499 | 2024-06-20T09:21:13.061Z | + echo '# ==== release build ==== #' |
500 | 2024-06-20T09:21:13.061Z | + ptime -m cargo build --release |
501 | 2024-06-20T09:21:13.061Z | # ==== release build ==== # |
502 | 2024-06-20T09:21:13.243Z | Compiling proc-macro2 v1.0.85 |
503 | 2024-06-20T09:21:13.244Z | Compiling unicode-ident v1.0.12 |
504 | 2024-06-20T09:21:13.244Z | Compiling libc v0.2.155 |
505 | 2024-06-20T09:21:13.244Z | Compiling cfg-if v1.0.0 |
506 | 2024-06-20T09:21:13.244Z | Compiling serde v1.0.203 |
507 | 2024-06-20T09:21:13.248Z | Compiling syn v1.0.109 |
508 | 2024-06-20T09:21:13.248Z | Compiling autocfg v1.3.0 |
509 | 2024-06-20T09:21:13.248Z | Compiling anyhow v1.0.86 |
510 | 2024-06-20T09:21:13.353Z | Compiling hashbrown v0.14.5 |
511 | 2024-06-20T09:21:13.431Z | Compiling equivalent v1.0.1 |
512 | 2024-06-20T09:21:13.521Z | Compiling byteorder v1.5.0 |
513 | 2024-06-20T09:21:13.780Z | Compiling parking_lot_core v0.9.10 |
514 | 2024-06-20T09:21:13.787Z | Compiling heapless v0.8.0 |
515 | 2024-06-20T09:21:13.871Z | Compiling ident_case v1.0.1 |
516 | 2024-06-20T09:21:13.885Z | Compiling strsim v0.11.1 |
517 | 2024-06-20T09:21:13.999Z | Compiling lock_api v0.4.12 |
518 | 2024-06-20T09:21:14.023Z | Compiling fnv v1.0.7 |
519 | 2024-06-20T09:21:14.146Z | Compiling toml_datetime v0.6.6 |
520 | 2024-06-20T09:21:14.203Z | Compiling winnow v0.5.40 |
521 | 2024-06-20T09:21:14.429Z | Compiling hash32 v0.3.1 |
522 | 2024-06-20T09:21:14.505Z | Compiling once_cell v1.19.0 |
523 | 2024-06-20T09:21:14.557Z | Compiling indexmap v2.2.6 |
524 | 2024-06-20T09:21:14.595Z | Compiling scopeguard v1.2.0 |
525 | 2024-06-20T09:21:14.620Z | Compiling quote v1.0.36 |
526 | 2024-06-20T09:21:14.661Z | Compiling smallvec v1.13.2 |
527 | 2024-06-20T09:21:14.721Z | Compiling stable_deref_trait v1.2.0 |
528 | 2024-06-20T09:21:14.815Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
529 | 2024-06-20T09:21:14.876Z | Compiling dyn-clone v1.0.17 |
530 | 2024-06-20T09:21:15.104Z | Compiling syn v2.0.66 |
531 | 2024-06-20T09:21:15.179Z | Compiling smoltcp v0.11.0 |
532 | 2024-06-20T09:21:15.237Z | Compiling serde_json v1.0.117 |
533 | 2024-06-20T09:21:15.904Z | Compiling pin-project-lite v0.2.14 |
534 | 2024-06-20T09:21:16.025Z | Compiling itoa v1.0.11 |
535 | 2024-06-20T09:21:16.185Z | Compiling managed v0.8.0 |
536 | 2024-06-20T09:21:16.249Z | Compiling version_check v0.9.4 |
537 | 2024-06-20T09:21:16.388Z | Compiling bitflags v1.3.2 |
538 | 2024-06-20T09:21:16.478Z | Compiling schemars v0.8.21 |
539 | 2024-06-20T09:21:16.691Z | Compiling ryu v1.0.18 |
540 | 2024-06-20T09:21:16.813Z | Compiling rustix v0.38.34 |
541 | 2024-06-20T09:21:16.839Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
542 | 2024-06-20T09:21:16.839Z | Compiling embedded-io v0.4.0 |
543 | 2024-06-20T09:21:16.935Z | Compiling thiserror v1.0.61 |
544 | 2024-06-20T09:21:17.040Z | Compiling cobs v0.2.3 |
545 | 2024-06-20T09:21:17.161Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
546 | 2024-06-20T09:21:17.464Z | Compiling parking_lot v0.12.3 |
547 | 2024-06-20T09:21:17.565Z | Compiling mio v0.8.11 |
548 | 2024-06-20T09:21:17.571Z | Compiling socket2 v0.5.7 |
549 | 2024-06-20T09:21:17.582Z | Compiling errno v0.3.9 |
550 | 2024-06-20T09:21:17.867Z | Compiling toml_edit v0.19.15 |
551 | 2024-06-20T09:21:18.133Z | Compiling signal-hook-registry v1.4.2 |
552 | 2024-06-20T09:21:19.945Z | Compiling num_cpus v1.16.0 |
553 | 2024-06-20T09:21:20.063Z | Compiling either v1.12.0 |
554 | 2024-06-20T09:21:20.297Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
555 | 2024-06-20T09:21:20.423Z | Compiling proc-macro-crate v1.3.1 |
556 | 2024-06-20T09:21:20.440Z | Compiling foreign-types-shared v0.3.1 |
557 | 2024-06-20T09:21:20.544Z | Compiling bitflags v2.5.0 |
558 | 2024-06-20T09:21:20.688Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
559 | 2024-06-20T09:21:20.749Z | Compiling memchr v2.7.2 |
560 | 2024-06-20T09:21:20.980Z | Compiling unicode-width v0.1.13 |
561 | 2024-06-20T09:21:21.289Z | Compiling bytes v1.6.0 |
562 | 2024-06-20T09:21:21.308Z | Compiling utf8parse v0.2.2 |
563 | 2024-06-20T09:21:21.450Z | Compiling anstyle-parse v0.2.4 |
564 | 2024-06-20T09:21:21.710Z | Compiling darling_core v0.20.9 |
565 | 2024-06-20T09:21:21.871Z | Compiling serde_derive_internals v0.29.1 |
566 | 2024-06-20T09:21:23.750Z | Compiling cstr-argument v0.1.2 |
567 | 2024-06-20T09:21:23.777Z | Compiling tracing-core v0.1.32 |
568 | 2024-06-20T09:21:24.082Z | Compiling tabwriter v1.4.0 |
569 | 2024-06-20T09:21:24.403Z | Compiling itertools v0.12.1 |
570 | 2024-06-20T09:21:25.884Z | Compiling crc32fast v1.4.2 |
571 | 2024-06-20T09:21:26.408Z | Compiling colorchoice v1.0.1 |
572 | 2024-06-20T09:21:26.560Z | Compiling anstyle-query v1.1.0 |
573 | 2024-06-20T09:21:26.698Z | Compiling lazy_static v1.4.0 |
574 | 2024-06-20T09:21:26.824Z | Compiling is_terminal_polyfill v1.70.0 |
575 | 2024-06-20T09:21:26.940Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
576 | 2024-06-20T09:21:27.062Z | Compiling pretty-hex v0.2.1 |
577 | 2024-06-20T09:21:27.152Z | Compiling anstyle v1.0.7 |
578 | 2024-06-20T09:21:27.250Z | Compiling colored v2.1.0 |
579 | 2024-06-20T09:21:27.255Z | Compiling num_enum_derive v0.5.11 |
580 | 2024-06-20T09:21:27.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
581 | 2024-06-20T09:21:27.550Z | Compiling anstream v0.6.14 |
582 | 2024-06-20T09:21:27.813Z | Compiling serde_derive v1.0.203 |
583 | 2024-06-20T09:21:28.106Z | Compiling thiserror-impl v1.0.61 |
584 | 2024-06-20T09:21:28.336Z | Compiling darling_macro v0.20.9 |
585 | 2024-06-20T09:21:28.524Z | Compiling zerocopy-derive v0.7.34 |
586 | 2024-06-20T09:21:28.669Z | Compiling schemars_derive v0.8.21 |
587 | 2024-06-20T09:21:28.879Z | Compiling foreign-types-macros v0.2.3 |
588 | 2024-06-20T09:21:29.160Z | Compiling tokio-macros v2.3.0 |
589 | 2024-06-20T09:21:29.384Z | Compiling darling v0.20.9 |
590 | 2024-06-20T09:21:29.484Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
591 | 2024-06-20T09:21:29.674Z | Compiling num_enum v0.5.11 |
592 | 2024-06-20T09:21:29.821Z | Compiling tracing-attributes v0.1.27 |
593 | 2024-06-20T09:21:30.127Z | Compiling foreign-types v0.5.0 |
594 | 2024-06-20T09:21:30.220Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
595 | 2024-06-20T09:21:30.606Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
596 | 2024-06-20T09:21:30.634Z | Compiling zerocopy v0.7.34 |
597 | 2024-06-20T09:21:30.763Z | Compiling tokio v1.38.0 |
598 | 2024-06-20T09:21:31.327Z | Compiling terminal_size v0.3.0 |
599 | 2024-06-20T09:21:31.543Z | Compiling socket2 v0.4.10 |
600 | 2024-06-20T09:21:31.800Z | Compiling clap_lex v0.7.1 |
601 | 2024-06-20T09:21:32.324Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
602 | 2024-06-20T09:21:32.774Z | Compiling heck v0.5.0 |
603 | 2024-06-20T09:21:32.782Z | Compiling clap_builder v4.5.6 |
604 | 2024-06-20T09:21:33.190Z | Compiling clap_derive v4.5.5 |
605 | 2024-06-20T09:21:33.367Z | Compiling tracing v0.1.40 |
606 | 2024-06-20T09:21:33.471Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
607 | 2024-06-20T09:21:36.483Z | Compiling clap v4.5.6 |
608 | 2024-06-20T09:21:38.091Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
609 | 2024-06-20T09:21:40.579Z | Compiling ipnetwork v0.20.0 |
610 | 2024-06-20T09:21:40.579Z | Compiling postcard v1.0.8 |
611 | 2024-06-20T09:21:41.526Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
612 | 2024-06-20T09:21:50.324Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
613 | 2024-06-20T09:21:53.706Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
614 | 2024-06-20T09:21:56.321Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
615 | 2024-06-20T09:22:12.570Z | Finished `release` profile [optimized + debuginfo] target(s) in 59.46s |
616 | 2024-06-20T09:22:12.600Z | |
617 | 2024-06-20T09:22:12.603Z | real 59.532804489 |
618 | 2024-06-20T09:22:12.603Z | user 6:05.428206567 |
619 | 2024-06-20T09:22:12.603Z | sys 42.389830310 |
620 | 2024-06-20T09:22:12.603Z | trap 0.183339793 |
621 | 2024-06-20T09:22:12.603Z | tflt 0.342544351 |
622 | 2024-06-20T09:22:12.603Z | dflt 0.398868256 |
623 | 2024-06-20T09:22:12.603Z | kflt 0.000287198 |
624 | 2024-06-20T09:22:12.603Z | lock 10:32.911803627 |
625 | 2024-06-20T09:22:12.603Z | slp 12:28.452310491 |
626 | 2024-06-20T09:22:12.603Z | lat 11.809030929 |
627 | 2024-06-20T09:22:12.603Z | stop 8.142278365 |
628 | 2024-06-20T09:22:12.603Z | + popd |
629 | 2024-06-20T09:22:12.603Z | /work/oxidecomputer/opte |
630 | 2024-06-20T09:22:12.603Z | + for x in debug release |
631 | 2024-06-20T09:22:12.603Z | + mkdir -p /work/debug |
632 | 2024-06-20T09:22:12.603Z | + cp target/debug/opteadm /work/debug/ |
633 | 2024-06-20T09:22:12.673Z | + sha256sum target/debug/opteadm |
634 | 2024-06-20T09:22:12.731Z | + for x in debug release |
635 | 2024-06-20T09:22:12.731Z | + mkdir -p /work/release |
636 | 2024-06-20T09:22:12.733Z | + cp target/release/opteadm /work/release/ |
637 | 2024-06-20T09:22:12.787Z | + sha256sum target/release/opteadm |
638 | 2024-06-20T09:22:12.835Z | process exited: duration 140578 ms, exit code 0 |
|
639 | 2024-06-20T09:22:12.846Z | found 4 output files |
640 | 2024-06-20T09:22:12.923Z | uploading: /work/debug/opteadm (67806416 bytes) |
641 | 2024-06-20T09:22:14.641Z | uploaded: /work/debug/opteadm |
642 | 2024-06-20T09:22:14.641Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
643 | 2024-06-20T09:22:15.650Z | uploaded: /work/debug/opteadm.debug.sha256 |
644 | 2024-06-20T09:22:15.650Z | uploading: /work/release/opteadm (52445416 bytes) |
645 | 2024-06-20T09:22:17.377Z | uploaded: /work/release/opteadm |
646 | 2024-06-20T09:22:17.377Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
647 | 2024-06-20T09:22:18.385Z | uploaded: /work/release/opteadm.release.sha256 |