|
|
|
1 | 2025-01-11T04:22:26.702Z | job assigned to worker 01JH9SHBGRR2QH3ZBBM3B98HAJ [factory aws, i-08019efc866da62ca] (queued for 51 s) |
|
2 | 2025-01-11T04:22:34.257Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:34.269Z | ++ uname -s |
4 | 2025-01-11T04:22:34.272Z | + kern=SunOS |
5 | 2025-01-11T04:22:34.272Z | + case "$kern" in |
6 | 2025-01-11T04:22:34.272Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:34.274Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:36.282Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:36.406Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:36.408Z | + home_fs=zfs |
11 | 2025-01-11T04:22:36.409Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:36.409Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:36.411Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:38.413Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:38.416Z | process exited: duration 4158 ms, exit code 0 |
|
16 | 2025-01-11T04:22:38.421Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:38.427Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:38.427Z | ' nightly-2024-11-18 |
19 | 2025-01-11T04:22:38.427Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2025-01-11T04:22:38.427Z | * toolchain profile = "default" |
21 | 2025-01-11T04:22:38.427Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-11T04:22:38.427Z | ' default |
23 | 2025-01-11T04:22:38.429Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:38.429Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:38.599Z | info: downloading installer |
26 | 2025-01-11T04:22:39.793Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:39.793Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:39.795Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:39.938Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:39.938Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:40.702Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:40.992Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:42.026Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:43.696Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:49.692Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:50.023Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:50.847Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:51.229Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:22:52.839Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:22:54.799Z | info: installing component 'rustc' |
41 | 2025-01-11T04:23:00.779Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:01.106Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:01.107Z | |
44 | 2025-01-11T04:23:01.503Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:01.503Z | |
46 | 2025-01-11T04:23:01.505Z | |
47 | 2025-01-11T04:23:01.505Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:01.505Z | |
49 | 2025-01-11T04:23:01.505Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:01.505Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:01.505Z | |
52 | 2025-01-11T04:23:01.505Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:01.505Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:01.505Z | |
55 | 2025-01-11T04:23:01.505Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:01.505Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:01.505Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:01.586Z | + rustc --version |
59 | 2025-01-11T04:23:01.655Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:01.658Z | process exited: duration 23234 ms, exit code 0 |
|
61 | 2025-01-11T04:23:01.663Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:01.683Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-11T04:23:01.688Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:01.693Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:01.697Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:01.732Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:02.439Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:02.439Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:02.686Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:02.686Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:02.693Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:02.696Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:02.698Z | + current=master |
74 | 2025-01-11T04:23:02.698Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:02.698Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:02.704Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:02.723Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:02.727Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:02.744Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:02.747Z | process exited: duration 1056 ms, exit code 0 |
|
81 | 2025-01-11T04:23:02.752Z | starting task 4: "build" |
82 | 2025-01-11T04:23:02.757Z | + cargo --version |
83 | 2025-01-11T04:23:02.762Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2025-01-11T04:23:02.917Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2025-01-11T04:23:02.917Z | info: downloading component 'cargo' |
86 | 2025-01-11T04:23:03.924Z | info: downloading component 'clippy' |
87 | 2025-01-11T04:23:04.508Z | info: downloading component 'rust-docs' |
88 | 2025-01-11T04:23:05.425Z | info: downloading component 'rust-std' |
89 | 2025-01-11T04:23:06.930Z | info: downloading component 'rustc' |
90 | 2025-01-11T04:23:12.141Z | info: downloading component 'rustfmt' |
91 | 2025-01-11T04:23:12.585Z | info: installing component 'cargo' |
92 | 2025-01-11T04:23:13.410Z | info: installing component 'clippy' |
93 | 2025-01-11T04:23:13.794Z | info: installing component 'rust-docs' |
94 | 2025-01-11T04:23:15.489Z | info: installing component 'rust-std' |
95 | 2025-01-11T04:23:17.181Z | info: installing component 'rustc' |
96 | 2025-01-11T04:23:22.963Z | info: installing component 'rustfmt' |
97 | 2025-01-11T04:23:23.383Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2025-01-11T04:23:23.385Z | + rustc --version |
99 | 2025-01-11T04:23:23.458Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2025-01-11T04:23:23.463Z | + pushd bin/opteadm |
101 | 2025-01-11T04:23:23.465Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2025-01-11T04:23:23.465Z | + header 'check style' |
103 | 2025-01-11T04:23:23.465Z | + echo '# ==== check style ==== #' |
104 | 2025-01-11T04:23:23.465Z | # ==== check style ==== # |
105 | 2025-01-11T04:23:23.465Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2025-01-11T04:23:23.669Z | |
107 | 2025-01-11T04:23:23.669Z | real 0.201271071 |
108 | 2025-01-11T04:23:23.669Z | user 0.108735559 |
109 | 2025-01-11T04:23:23.669Z | sys 0.087670353 |
110 | 2025-01-11T04:23:23.669Z | trap 0.000001339 |
111 | 2025-01-11T04:23:23.669Z | tflt 0.000000000 |
112 | 2025-01-11T04:23:23.669Z | dflt 0.000000000 |
113 | 2025-01-11T04:23:23.669Z | kflt 0.000000000 |
114 | 2025-01-11T04:23:23.672Z | lock 0.000000000 |
115 | 2025-01-11T04:23:23.672Z | slp 0.114362515 |
116 | 2025-01-11T04:23:23.672Z | lat 0.000276750 |
117 | 2025-01-11T04:23:23.672Z | stop 0.000135909 |
118 | 2025-01-11T04:23:23.672Z | + header analyze |
119 | 2025-01-11T04:23:23.672Z | + echo '# ==== analyze ==== #' |
120 | 2025-01-11T04:23:23.672Z | # ==== analyze ==== # |
121 | 2025-01-11T04:23:23.672Z | + ptime -m cargo clippy --all-targets |
122 | 2025-01-11T04:23:23.892Z | Updating crates.io index |
123 | 2025-01-11T04:23:23.989Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2025-01-11T04:23:24.755Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2025-01-11T04:23:25.101Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2025-01-11T04:23:25.445Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2025-01-11T04:23:25.795Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2025-01-11T04:23:26.133Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2025-01-11T04:23:26.415Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2025-01-11T04:23:26.831Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2025-01-11T04:23:27.138Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2025-01-11T04:23:28.130Z | Downloading crates ... |
133 | 2025-01-11T04:23:28.218Z | Downloaded indexmap v2.7.0 |
134 | 2025-01-11T04:23:28.229Z | Downloaded equivalent v1.0.1 |
135 | 2025-01-11T04:23:28.232Z | Downloaded tracing v0.1.41 |
136 | 2025-01-11T04:23:28.234Z | Downloaded ident_case v1.0.1 |
137 | 2025-01-11T04:23:28.237Z | Downloaded darling_macro v0.20.10 |
138 | 2025-01-11T04:23:28.237Z | Downloaded foreign-types-shared v0.3.1 |
139 | 2025-01-11T04:23:28.239Z | Downloaded cstr-argument v0.1.2 |
140 | 2025-01-11T04:23:28.246Z | Downloaded tracing-attributes v0.1.28 |
141 | 2025-01-11T04:23:28.251Z | Downloaded embedded-io v0.6.1 |
142 | 2025-01-11T04:23:28.254Z | Downloaded utf8parse v0.2.2 |
143 | 2025-01-11T04:23:28.257Z | Downloaded version_check v0.9.5 |
144 | 2025-01-11T04:23:28.260Z | Downloaded stable_deref_trait v1.2.0 |
145 | 2025-01-11T04:23:28.265Z | Downloaded fnv v1.0.7 |
146 | 2025-01-11T04:23:28.267Z | Downloaded lazy_static v1.5.0 |
147 | 2025-01-11T04:23:28.270Z | Downloaded uuid v1.11.0 |
148 | 2025-01-11T04:23:28.272Z | Downloaded toml_datetime v0.6.8 |
149 | 2025-01-11T04:23:28.272Z | Downloaded ipnetwork v0.20.0 |
150 | 2025-01-11T04:23:28.275Z | Downloaded thiserror v1.0.69 |
151 | 2025-01-11T04:23:28.278Z | Downloaded tracing-core v0.1.33 |
152 | 2025-01-11T04:23:28.281Z | Downloaded unicode-ident v1.0.14 |
153 | 2025-01-11T04:23:28.284Z | Downloaded macaddr v1.0.1 |
154 | 2025-01-11T04:23:28.287Z | Downloaded heck v0.5.0 |
155 | 2025-01-11T04:23:28.289Z | Downloaded toml_edit v0.19.15 |
156 | 2025-01-11T04:23:28.303Z | Downloaded zerocopy-derive v0.7.35 |
157 | 2025-01-11T04:23:28.306Z | Downloaded zerocopy-derive v0.8.14 |
158 | 2025-01-11T04:23:28.312Z | Downloaded tokio-macros v2.4.0 |
159 | 2025-01-11T04:23:28.315Z | Downloaded anstyle-parse v0.2.6 |
160 | 2025-01-11T04:23:28.317Z | Downloaded thiserror-impl v2.0.11 |
161 | 2025-01-11T04:23:28.319Z | Downloaded terminal_size v0.4.1 |
162 | 2025-01-11T04:23:28.319Z | Downloaded proc-macro-error-attr2 v2.0.0 |
163 | 2025-01-11T04:23:28.321Z | Downloaded proc-macro-crate v1.3.1 |
164 | 2025-01-11T04:23:28.321Z | Downloaded strsim v0.11.1 |
165 | 2025-01-11T04:23:28.321Z | Downloaded winnow v0.6.22 |
166 | 2025-01-11T04:23:28.329Z | Downloaded zerocopy v0.7.35 |
167 | 2025-01-11T04:23:28.344Z | Downloaded serde_derive_internals v0.29.1 |
168 | 2025-01-11T04:23:28.346Z | Downloaded rand_chacha v0.3.1 |
169 | 2025-01-11T04:23:28.349Z | Downloaded winnow v0.5.40 |
170 | 2025-01-11T04:23:28.354Z | Downloaded zerocopy v0.8.14 |
171 | 2025-01-11T04:23:28.377Z | Downloaded thiserror-impl v1.0.69 |
172 | 2025-01-11T04:23:28.380Z | Downloaded crc32fast v1.4.2 |
173 | 2025-01-11T04:23:28.380Z | Downloaded rand_core v0.6.4 |
174 | 2025-01-11T04:23:28.382Z | Downloaded pretty-hex v0.2.1 |
175 | 2025-01-11T04:23:28.383Z | Downloaded pin-project-lite v0.2.15 |
176 | 2025-01-11T04:23:28.386Z | Downloaded autocfg v1.4.0 |
177 | 2025-01-11T04:23:28.388Z | Downloaded bitflags v2.6.0 |
178 | 2025-01-11T04:23:28.391Z | Downloaded anstyle-query v1.1.2 |
179 | 2025-01-11T04:23:28.393Z | Downloaded ryu v1.0.18 |
180 | 2025-01-11T04:23:28.396Z | Downloaded parking_lot_core v0.9.10 |
181 | 2025-01-11T04:23:28.398Z | Downloaded lock_api v0.4.12 |
182 | 2025-01-11T04:23:28.401Z | Downloaded proc-macro2 v1.0.92 |
183 | 2025-01-11T04:23:28.403Z | Downloaded itoa v1.0.14 |
184 | 2025-01-11T04:23:28.403Z | Downloaded parking_lot v0.12.3 |
185 | 2025-01-11T04:23:28.405Z | Downloaded anyhow v1.0.95 |
186 | 2025-01-11T04:23:28.408Z | Downloaded smallvec v1.13.2 |
187 | 2025-01-11T04:23:28.410Z | Downloaded postcard v1.1.1 |
188 | 2025-01-11T04:23:28.413Z | Downloaded clap v4.5.23 |
189 | 2025-01-11T04:23:28.420Z | Downloaded socket2 v0.5.8 |
190 | 2025-01-11T04:23:28.423Z | Downloaded thiserror v2.0.11 |
191 | 2025-01-11T04:23:28.427Z | Downloaded heapless v0.8.0 |
192 | 2025-01-11T04:23:28.431Z | Downloaded bytes v1.9.0 |
193 | 2025-01-11T04:23:28.435Z | Downloaded serde v1.0.217 |
194 | 2025-01-11T04:23:28.438Z | Downloaded schemars v0.8.21 |
195 | 2025-01-11T04:23:28.448Z | Downloaded rand v0.8.5 |
196 | 2025-01-11T04:23:28.452Z | Downloaded darling_core v0.20.10 |
197 | 2025-01-11T04:23:28.456Z | Downloaded serde_derive v1.0.217 |
198 | 2025-01-11T04:23:28.459Z | Downloaded memchr v2.7.4 |
199 | 2025-01-11T04:23:28.463Z | Downloaded itertools v0.13.0 |
200 | 2025-01-11T04:23:28.470Z | Downloaded mio v1.0.3 |
201 | 2025-01-11T04:23:28.475Z | Downloaded colorchoice v1.0.3 |
202 | 2025-01-11T04:23:28.477Z | Downloaded hashbrown v0.15.2 |
203 | 2025-01-11T04:23:28.481Z | Downloaded cobs v0.2.3 |
204 | 2025-01-11T04:23:28.483Z | Downloaded proc-macro-error2 v2.0.1 |
205 | 2025-01-11T04:23:28.486Z | Downloaded once_cell v1.20.2 |
206 | 2025-01-11T04:23:28.488Z | Downloaded serde_json v1.0.134 |
207 | 2025-01-11T04:23:28.494Z | Downloaded quote v1.0.38 |
208 | 2025-01-11T04:23:28.496Z | Downloaded defmt v0.3.10 |
209 | 2025-01-11T04:23:28.499Z | Downloaded colored v2.2.0 |
210 | 2025-01-11T04:23:28.501Z | Downloaded anstream v0.6.18 |
211 | 2025-01-11T04:23:28.504Z | Downloaded unicode-width v0.2.0 |
212 | 2025-01-11T04:23:28.509Z | Downloaded clap_builder v4.5.23 |
213 | 2025-01-11T04:23:28.515Z | Downloaded ppv-lite86 v0.2.20 |
214 | 2025-01-11T04:23:28.517Z | Downloaded aho-corasick v1.1.3 |
215 | 2025-01-11T04:23:28.521Z | Downloaded dyn-clone v1.0.17 |
216 | 2025-01-11T04:23:28.524Z | Downloaded darling v0.20.10 |
217 | 2025-01-11T04:23:28.526Z | Downloaded scopeguard v1.2.0 |
218 | 2025-01-11T04:23:28.529Z | Downloaded num_enum_derive v0.5.11 |
219 | 2025-01-11T04:23:28.529Z | Downloaded num_enum v0.5.11 |
220 | 2025-01-11T04:23:28.533Z | Downloaded tabwriter v1.4.1 |
221 | 2025-01-11T04:23:28.535Z | Downloaded signal-hook-registry v1.4.2 |
222 | 2025-01-11T04:23:28.535Z | Downloaded hash32 v0.3.1 |
223 | 2025-01-11T04:23:28.537Z | Downloaded getrandom v0.2.15 |
224 | 2025-01-11T04:23:28.540Z | Downloaded defmt-parser v0.4.1 |
225 | 2025-01-11T04:23:28.540Z | Downloaded clap_derive v4.5.18 |
226 | 2025-01-11T04:23:28.542Z | Downloaded schemars_derive v0.8.21 |
227 | 2025-01-11T04:23:28.544Z | Downloaded errno v0.3.10 |
228 | 2025-01-11T04:23:28.544Z | Downloaded cfg-if v1.0.0 |
229 | 2025-01-11T04:23:28.547Z | Downloaded syn v1.0.109 |
230 | 2025-01-11T04:23:28.555Z | Downloaded either v1.13.0 |
231 | 2025-01-11T04:23:28.557Z | Downloaded regex v1.11.1 |
232 | 2025-01-11T04:23:28.568Z | Downloaded defmt-macros v0.4.0 |
233 | 2025-01-11T04:23:28.570Z | Downloaded syn v2.0.95 |
234 | 2025-01-11T04:23:28.581Z | Downloaded smoltcp v0.11.0 |
235 | 2025-01-11T04:23:28.592Z | Downloaded clap_lex v0.7.4 |
236 | 2025-01-11T04:23:28.594Z | Downloaded anstyle v1.0.10 |
237 | 2025-01-11T04:23:28.598Z | Downloaded managed v0.8.0 |
238 | 2025-01-11T04:23:28.598Z | Downloaded is_terminal_polyfill v1.70.1 |
239 | 2025-01-11T04:23:28.598Z | Downloaded foreign-types v0.5.0 |
240 | 2025-01-11T04:23:28.598Z | Downloaded embedded-io v0.4.0 |
241 | 2025-01-11T04:23:28.601Z | Downloaded byteorder v1.5.0 |
242 | 2025-01-11T04:23:28.601Z | Downloaded regex-syntax v0.8.5 |
243 | 2025-01-11T04:23:28.608Z | Downloaded rustix v0.38.42 |
244 | 2025-01-11T04:23:28.635Z | Downloaded bitflags v1.3.2 |
245 | 2025-01-11T04:23:28.638Z | Downloaded foreign-types-macros v0.2.3 |
246 | 2025-01-11T04:23:28.654Z | Downloaded regex-automata v0.4.9 |
247 | 2025-01-11T04:23:28.678Z | Downloaded libc v0.2.169 |
248 | 2025-01-11T04:23:28.702Z | Downloaded tokio v1.42.0 |
249 | 2025-01-11T04:23:28.883Z | Compiling proc-macro2 v1.0.92 |
250 | 2025-01-11T04:23:28.885Z | Compiling unicode-ident v1.0.14 |
251 | 2025-01-11T04:23:28.885Z | Compiling libc v0.2.169 |
252 | 2025-01-11T04:23:28.885Z | Checking cfg-if v1.0.0 |
253 | 2025-01-11T04:23:28.885Z | Compiling serde v1.0.217 |
254 | 2025-01-11T04:23:28.885Z | Checking byteorder v1.5.0 |
255 | 2025-01-11T04:23:28.885Z | Compiling fnv v1.0.7 |
256 | 2025-01-11T04:23:28.885Z | Compiling ident_case v1.0.1 |
257 | 2025-01-11T04:23:28.998Z | Compiling strsim v0.11.1 |
258 | 2025-01-11T04:23:29.025Z | Compiling memchr v2.7.4 |
259 | 2025-01-11T04:23:29.050Z | Compiling syn v1.0.109 |
260 | 2025-01-11T04:23:29.059Z | Compiling regex-syntax v0.8.5 |
261 | 2025-01-11T04:23:29.188Z | Checking bitflags v2.6.0 |
262 | 2025-01-11T04:23:29.440Z | Compiling hashbrown v0.15.2 |
263 | 2025-01-11T04:23:29.591Z | Compiling autocfg v1.4.0 |
264 | 2025-01-11T04:23:29.670Z | Compiling either v1.13.0 |
265 | 2025-01-11T04:23:29.680Z | Compiling equivalent v1.0.1 |
266 | 2025-01-11T04:23:29.774Z | Compiling zerocopy v0.8.14 |
267 | 2025-01-11T04:23:30.036Z | Compiling aho-corasick v1.1.3 |
268 | 2025-01-11T04:23:30.387Z | Compiling lock_api v0.4.12 |
269 | 2025-01-11T04:23:30.455Z | Compiling indexmap v2.7.0 |
270 | 2025-01-11T04:23:30.541Z | Compiling itertools v0.13.0 |
271 | 2025-01-11T04:23:30.575Z | Compiling anyhow v1.0.95 |
272 | 2025-01-11T04:23:30.665Z | Compiling quote v1.0.38 |
273 | 2025-01-11T04:23:31.148Z | Compiling syn v2.0.95 |
274 | 2025-01-11T04:23:31.205Z | Compiling toml_datetime v0.6.8 |
275 | 2025-01-11T04:23:31.538Z | Compiling winnow v0.5.40 |
276 | 2025-01-11T04:23:31.575Z | Compiling heapless v0.8.0 |
277 | 2025-01-11T04:23:31.614Z | Compiling parking_lot_core v0.9.10 |
278 | 2025-01-11T04:23:32.418Z | Checking hash32 v0.3.1 |
279 | 2025-01-11T04:23:32.523Z | Compiling regex-automata v0.4.9 |
280 | 2025-01-11T04:23:32.571Z | Checking stable_deref_trait v1.2.0 |
281 | 2025-01-11T04:23:32.661Z | Compiling serde_json v1.0.134 |
282 | 2025-01-11T04:23:33.035Z | Checking macaddr v1.0.1 |
283 | 2025-01-11T04:23:33.282Z | Checking smallvec v1.13.2 |
284 | 2025-01-11T04:23:33.323Z | Checking scopeguard v1.2.0 |
285 | 2025-01-11T04:23:33.443Z | Compiling smoltcp v0.11.0 |
286 | 2025-01-11T04:23:33.625Z | Checking dyn-clone v1.0.17 |
287 | 2025-01-11T04:23:33.753Z | Compiling once_cell v1.20.2 |
288 | 2025-01-11T04:23:33.833Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
289 | 2025-01-11T04:23:34.397Z | Checking getrandom v0.2.15 |
290 | 2025-01-11T04:23:34.447Z | Compiling rustix v0.38.42 |
291 | 2025-01-11T04:23:34.450Z | Checking bitflags v1.3.2 |
292 | 2025-01-11T04:23:34.533Z | Checking ryu v1.0.18 |
293 | 2025-01-11T04:23:34.613Z | Compiling toml_edit v0.19.15 |
294 | 2025-01-11T04:23:34.750Z | Compiling schemars v0.8.21 |
295 | 2025-01-11T04:23:34.837Z | Compiling version_check v0.9.5 |
296 | 2025-01-11T04:23:35.041Z | Compiling thiserror v1.0.69 |
297 | 2025-01-11T04:23:35.123Z | Checking pin-project-lite v0.2.15 |
298 | 2025-01-11T04:23:35.134Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
299 | 2025-01-11T04:23:35.236Z | Checking managed v0.8.0 |
300 | 2025-01-11T04:23:35.395Z | Checking itoa v1.0.14 |
301 | 2025-01-11T04:23:35.466Z | Checking cobs v0.2.3 |
302 | 2025-01-11T04:23:35.615Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
303 | 2025-01-11T04:23:35.758Z | Checking rand_core v0.6.4 |
304 | 2025-01-11T04:23:35.888Z | Checking parking_lot v0.12.3 |
305 | 2025-01-11T04:23:35.982Z | Checking mio v1.0.3 |
306 | 2025-01-11T04:23:36.017Z | Checking socket2 v0.5.8 |
307 | 2025-01-11T04:23:36.205Z | Compiling regex v1.11.1 |
308 | 2025-01-11T04:23:36.446Z | Checking errno v0.3.10 |
309 | 2025-01-11T04:23:36.520Z | Checking signal-hook-registry v1.4.2 |
310 | 2025-01-11T04:23:36.596Z | Checking utf8parse v0.2.2 |
311 | 2025-01-11T04:23:36.731Z | Checking unicode-width v0.2.0 |
312 | 2025-01-11T04:23:37.045Z | Compiling proc-macro-crate v1.3.1 |
313 | 2025-01-11T04:23:37.086Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
314 | 2025-01-11T04:23:37.188Z | Checking foreign-types-shared v0.3.1 |
315 | 2025-01-11T04:23:37.290Z | Checking bytes v1.9.0 |
316 | 2025-01-11T04:23:37.576Z | Compiling darling_core v0.20.10 |
317 | 2025-01-11T04:23:37.774Z | Compiling serde_derive_internals v0.29.1 |
318 | 2025-01-11T04:23:38.343Z | Checking tabwriter v1.4.1 |
319 | 2025-01-11T04:23:38.560Z | Checking tracing-core v0.1.33 |
320 | 2025-01-11T04:23:39.178Z | Checking anstyle-parse v0.2.6 |
321 | 2025-01-11T04:23:39.697Z | Checking cstr-argument v0.1.2 |
322 | 2025-01-11T04:23:39.779Z | Checking crc32fast v1.4.2 |
323 | 2025-01-11T04:23:39.839Z | Compiling thiserror v2.0.11 |
324 | 2025-01-11T04:23:39.862Z | Checking is_terminal_polyfill v1.70.1 |
325 | 2025-01-11T04:23:39.968Z | Checking anstyle v1.0.10 |
326 | 2025-01-11T04:23:39.978Z | Checking pretty-hex v0.2.1 |
327 | 2025-01-11T04:23:40.123Z | Checking anstyle-query v1.1.2 |
328 | 2025-01-11T04:23:40.134Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
329 | 2025-01-11T04:23:40.241Z | Checking colorchoice v1.0.3 |
330 | 2025-01-11T04:23:40.254Z | Checking lazy_static v1.5.0 |
331 | 2025-01-11T04:23:40.294Z | Checking terminal_size v0.4.1 |
332 | 2025-01-11T04:23:40.356Z | Checking colored v2.2.0 |
333 | 2025-01-11T04:23:40.358Z | Checking anstream v0.6.18 |
334 | 2025-01-11T04:23:40.681Z | Compiling heck v0.5.0 |
335 | 2025-01-11T04:23:40.692Z | Checking clap_lex v0.7.4 |
336 | 2025-01-11T04:23:40.733Z | Checking winnow v0.6.22 |
337 | 2025-01-11T04:23:40.796Z | Compiling num_enum_derive v0.5.11 |
338 | 2025-01-11T04:23:40.910Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
339 | 2025-01-11T04:23:41.009Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
340 | 2025-01-11T04:23:41.065Z | Checking clap_builder v4.5.23 |
341 | 2025-01-11T04:23:41.125Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
342 | 2025-01-11T04:23:41.774Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
343 | 2025-01-11T04:23:41.824Z | Compiling serde_derive v1.0.217 |
344 | 2025-01-11T04:23:41.877Z | Compiling zerocopy-derive v0.8.14 |
345 | 2025-01-11T04:23:41.887Z | Compiling zerocopy-derive v0.7.35 |
346 | 2025-01-11T04:23:41.931Z | Compiling tokio-macros v2.4.0 |
347 | 2025-01-11T04:23:42.106Z | Compiling darling_macro v0.20.10 |
348 | 2025-01-11T04:23:42.962Z | Compiling thiserror-impl v1.0.69 |
349 | 2025-01-11T04:23:43.113Z | Compiling darling v0.20.10 |
350 | 2025-01-11T04:23:43.209Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
351 | 2025-01-11T04:23:43.276Z | Compiling schemars_derive v0.8.21 |
352 | 2025-01-11T04:23:43.339Z | Compiling foreign-types-macros v0.2.3 |
353 | 2025-01-11T04:23:43.729Z | Checking zerocopy v0.7.35 |
354 | 2025-01-11T04:23:43.889Z | Checking tokio v1.42.0 |
355 | 2025-01-11T04:23:44.636Z | Checking foreign-types v0.5.0 |
356 | 2025-01-11T04:23:44.734Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
357 | 2025-01-11T04:23:44.902Z | Checking ppv-lite86 v0.2.20 |
358 | 2025-01-11T04:23:45.549Z | Checking rand_chacha v0.3.1 |
359 | 2025-01-11T04:23:45.786Z | Checking num_enum v0.5.11 |
360 | 2025-01-11T04:23:45.873Z | Compiling tracing-attributes v0.1.28 |
361 | 2025-01-11T04:23:45.915Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
362 | 2025-01-11T04:23:46.122Z | Checking rand v0.8.5 |
363 | 2025-01-11T04:23:46.137Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
364 | 2025-01-11T04:23:46.416Z | Compiling thiserror-impl v2.0.11 |
365 | 2025-01-11T04:23:47.014Z | Compiling clap_derive v4.5.18 |
366 | 2025-01-11T04:23:48.470Z | Checking tracing v0.1.41 |
367 | 2025-01-11T04:23:48.919Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
368 | 2025-01-11T04:23:49.687Z | Checking clap v4.5.23 |
369 | 2025-01-11T04:23:49.992Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
370 | 2025-01-11T04:23:51.371Z | Checking ipnetwork v0.20.0 |
371 | 2025-01-11T04:23:51.373Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
372 | 2025-01-11T04:23:51.373Z | Checking postcard v1.1.1 |
373 | 2025-01-11T04:23:51.373Z | Checking uuid v1.11.0 |
374 | 2025-01-11T04:23:52.591Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
375 | 2025-01-11T04:23:53.205Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
376 | 2025-01-11T04:24:00.204Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
377 | 2025-01-11T04:24:02.486Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
378 | 2025-01-11T04:24:04.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.29s |
379 | 2025-01-11T04:24:04.259Z | |
380 | 2025-01-11T04:24:04.259Z | real 40.580543116 |
381 | 2025-01-11T04:24:04.259Z | user 2:33.915054661 |
382 | 2025-01-11T04:24:04.260Z | sys 23.820399759 |
383 | 2025-01-11T04:24:04.260Z | trap 0.112240602 |
384 | 2025-01-11T04:24:04.260Z | tflt 0.229032183 |
385 | 2025-01-11T04:24:04.260Z | dflt 0.116508426 |
386 | 2025-01-11T04:24:04.260Z | kflt 0.001692976 |
387 | 2025-01-11T04:24:04.260Z | lock 3:29.726433944 |
388 | 2025-01-11T04:24:04.260Z | slp 10:22.678607377 |
389 | 2025-01-11T04:24:04.260Z | lat 8.467695711 |
390 | 2025-01-11T04:24:04.260Z | stop 17.562752419 |
391 | 2025-01-11T04:24:04.262Z | + header 'debug build' |
392 | 2025-01-11T04:24:04.262Z | + echo '# ==== debug build ==== #' |
393 | 2025-01-11T04:24:04.262Z | # ==== debug build ==== # |
394 | 2025-01-11T04:24:04.262Z | + ptime -m cargo build |
395 | 2025-01-11T04:24:04.567Z | Compiling cfg-if v1.0.0 |
396 | 2025-01-11T04:24:04.567Z | Compiling memchr v2.7.4 |
397 | 2025-01-11T04:24:04.570Z | Compiling strsim v0.11.1 |
398 | 2025-01-11T04:24:04.570Z | Compiling byteorder v1.5.0 |
399 | 2025-01-11T04:24:04.570Z | Compiling libc v0.2.169 |
400 | 2025-01-11T04:24:04.579Z | Compiling bitflags v2.6.0 |
401 | 2025-01-11T04:24:04.586Z | Compiling serde v1.0.217 |
402 | 2025-01-11T04:24:04.589Z | Compiling once_cell v1.20.2 |
403 | 2025-01-11T04:24:04.638Z | Compiling zerocopy v0.8.14 |
404 | 2025-01-11T04:24:04.877Z | Compiling darling_core v0.20.10 |
405 | 2025-01-11T04:24:04.915Z | Compiling hash32 v0.3.1 |
406 | 2025-01-11T04:24:04.939Z | Compiling scopeguard v1.2.0 |
407 | 2025-01-11T04:24:05.047Z | Compiling macaddr v1.0.1 |
408 | 2025-01-11T04:24:05.098Z | Compiling dyn-clone v1.0.17 |
409 | 2025-01-11T04:24:05.304Z | Compiling stable_deref_trait v1.2.0 |
410 | 2025-01-11T04:24:05.378Z | Compiling smallvec v1.13.2 |
411 | 2025-01-11T04:24:05.386Z | Compiling heapless v0.8.0 |
412 | 2025-01-11T04:24:05.396Z | Compiling lock_api v0.4.12 |
413 | 2025-01-11T04:24:05.741Z | Compiling aho-corasick v1.1.3 |
414 | 2025-01-11T04:24:05.765Z | Compiling parking_lot_core v0.9.10 |
415 | 2025-01-11T04:24:05.885Z | Compiling getrandom v0.2.15 |
416 | 2025-01-11T04:24:06.184Z | Compiling zerocopy v0.7.35 |
417 | 2025-01-11T04:24:06.214Z | Compiling proc-macro-crate v1.3.1 |
418 | 2025-01-11T04:24:06.247Z | Compiling bitflags v1.3.2 |
419 | 2025-01-11T04:24:06.330Z | Compiling pin-project-lite v0.2.15 |
420 | 2025-01-11T04:24:06.340Z | Compiling managed v0.8.0 |
421 | 2025-01-11T04:24:06.438Z | Compiling cobs v0.2.3 |
422 | 2025-01-11T04:24:06.712Z | Compiling ryu v1.0.18 |
423 | 2025-01-11T04:24:06.720Z | Compiling itoa v1.0.14 |
424 | 2025-01-11T04:24:06.914Z | Compiling num_enum_derive v0.5.11 |
425 | 2025-01-11T04:24:06.914Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
426 | 2025-01-11T04:24:07.052Z | Compiling smoltcp v0.11.0 |
427 | 2025-01-11T04:24:07.286Z | Compiling ppv-lite86 v0.2.20 |
428 | 2025-01-11T04:24:07.393Z | Compiling parking_lot v0.12.3 |
429 | 2025-01-11T04:24:07.601Z | Compiling regex-automata v0.4.9 |
430 | 2025-01-11T04:24:07.994Z | Compiling rand_core v0.6.4 |
431 | 2025-01-11T04:24:08.271Z | Compiling mio v1.0.3 |
432 | 2025-01-11T04:24:08.384Z | Compiling errno v0.3.10 |
433 | 2025-01-11T04:24:08.599Z | Compiling signal-hook-registry v1.4.2 |
434 | 2025-01-11T04:24:08.983Z | Compiling socket2 v0.5.8 |
435 | 2025-01-11T04:24:09.395Z | Compiling anyhow v1.0.95 |
436 | 2025-01-11T04:24:09.419Z | Compiling bytes v1.9.0 |
437 | 2025-01-11T04:24:09.686Z | Compiling ipnetwork v0.20.0 |
438 | 2025-01-11T04:24:09.976Z | Compiling serde_json v1.0.134 |
439 | 2025-01-11T04:24:10.027Z | Compiling postcard v1.1.1 |
440 | 2025-01-11T04:24:10.153Z | Compiling darling_macro v0.20.10 |
441 | 2025-01-11T04:24:10.250Z | Compiling either v1.13.0 |
442 | 2025-01-11T04:24:10.259Z | Compiling unicode-width v0.2.0 |
443 | 2025-01-11T04:24:10.522Z | Compiling foreign-types-shared v0.3.1 |
444 | 2025-01-11T04:24:10.595Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
445 | 2025-01-11T04:24:10.613Z | Compiling utf8parse v0.2.2 |
446 | 2025-01-11T04:24:10.625Z | Compiling foreign-types v0.5.0 |
447 | 2025-01-11T04:24:10.713Z | Compiling anstyle-parse v0.2.6 |
448 | 2025-01-11T04:24:10.736Z | Compiling tabwriter v1.4.1 |
449 | 2025-01-11T04:24:10.747Z | Compiling itertools v0.13.0 |
450 | 2025-01-11T04:24:10.761Z | Compiling tokio v1.42.0 |
451 | 2025-01-11T04:24:11.020Z | Compiling thiserror v1.0.69 |
452 | 2025-01-11T04:24:11.133Z | Compiling num_enum v0.5.11 |
453 | 2025-01-11T04:24:11.138Z | Compiling rustix v0.38.42 |
454 | 2025-01-11T04:24:11.151Z | Compiling darling v0.20.10 |
455 | 2025-01-11T04:24:11.239Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
456 | 2025-01-11T04:24:11.269Z | Compiling rand_chacha v0.3.1 |
457 | 2025-01-11T04:24:11.736Z | Compiling regex v1.11.1 |
458 | 2025-01-11T04:24:12.366Z | Compiling schemars v0.8.21 |
459 | 2025-01-11T04:24:12.567Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
460 | 2025-01-11T04:24:12.574Z | Compiling cstr-argument v0.1.2 |
461 | 2025-01-11T04:24:12.611Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
462 | 2025-01-11T04:24:12.668Z | Compiling tracing-core v0.1.33 |
463 | 2025-01-11T04:24:12.700Z | Compiling crc32fast v1.4.2 |
464 | 2025-01-11T04:24:12.749Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
465 | 2025-01-11T04:24:12.780Z | Compiling is_terminal_polyfill v1.70.1 |
466 | 2025-01-11T04:24:12.805Z | Compiling anstyle-query v1.1.2 |
467 | 2025-01-11T04:24:12.883Z | Compiling colorchoice v1.0.3 |
468 | 2025-01-11T04:24:12.935Z | Compiling pretty-hex v0.2.1 |
469 | 2025-01-11T04:24:12.974Z | Compiling anstyle v1.0.10 |
470 | 2025-01-11T04:24:13.019Z | Compiling lazy_static v1.5.0 |
471 | 2025-01-11T04:24:13.099Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
472 | 2025-01-11T04:24:13.135Z | Compiling colored v2.2.0 |
473 | 2025-01-11T04:24:13.379Z | Compiling tracing v0.1.41 |
474 | 2025-01-11T04:24:13.604Z | Compiling anstream v0.6.18 |
475 | 2025-01-11T04:24:13.759Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
476 | 2025-01-11T04:24:13.794Z | Compiling terminal_size v0.4.1 |
477 | 2025-01-11T04:24:13.897Z | Compiling rand v0.8.5 |
478 | 2025-01-11T04:24:13.904Z | Compiling uuid v1.11.0 |
479 | 2025-01-11T04:24:13.982Z | Compiling clap_lex v0.7.4 |
480 | 2025-01-11T04:24:13.985Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
481 | 2025-01-11T04:24:14.258Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
482 | 2025-01-11T04:24:14.302Z | Compiling winnow v0.6.22 |
483 | 2025-01-11T04:24:14.431Z | Compiling clap_builder v4.5.23 |
484 | 2025-01-11T04:24:14.463Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
485 | 2025-01-11T04:24:14.601Z | Compiling thiserror v2.0.11 |
486 | 2025-01-11T04:24:14.727Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
487 | 2025-01-11T04:24:17.217Z | Compiling clap v4.5.23 |
488 | 2025-01-11T04:24:17.420Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
489 | 2025-01-11T04:24:17.723Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
490 | 2025-01-11T04:24:18.221Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
491 | 2025-01-11T04:24:18.837Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
492 | 2025-01-11T04:24:20.556Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
493 | 2025-01-11T04:24:26.225Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
494 | 2025-01-11T04:24:28.264Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
495 | 2025-01-11T04:24:33.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.46s |
496 | 2025-01-11T04:24:33.816Z | |
497 | 2025-01-11T04:24:33.819Z | real 29.542572644 |
498 | 2025-01-11T04:24:33.819Z | user 2:04.087037399 |
499 | 2025-01-11T04:24:33.819Z | sys 14.304041483 |
500 | 2025-01-11T04:24:33.819Z | trap 0.078119652 |
501 | 2025-01-11T04:24:33.819Z | tflt 0.191116481 |
502 | 2025-01-11T04:24:33.819Z | dflt 0.136031902 |
503 | 2025-01-11T04:24:33.819Z | kflt 0.000001549 |
504 | 2025-01-11T04:24:33.819Z | lock 3:17.776204625 |
505 | 2025-01-11T04:24:33.819Z | slp 6:40.355477687 |
506 | 2025-01-11T04:24:33.819Z | lat 3.497183612 |
507 | 2025-01-11T04:24:33.819Z | stop 4.838941226 |
508 | 2025-01-11T04:24:33.819Z | + header 'release build' |
509 | 2025-01-11T04:24:33.819Z | + echo '# ==== release build ==== #' |
510 | 2025-01-11T04:24:33.819Z | # ==== release build ==== # |
511 | 2025-01-11T04:24:33.819Z | + ptime -m cargo build --release |
512 | 2025-01-11T04:24:34.009Z | Compiling proc-macro2 v1.0.92 |
513 | 2025-01-11T04:24:34.009Z | Compiling unicode-ident v1.0.14 |
514 | 2025-01-11T04:24:34.011Z | Compiling libc v0.2.169 |
515 | 2025-01-11T04:24:34.011Z | Compiling cfg-if v1.0.0 |
516 | 2025-01-11T04:24:34.011Z | Compiling serde v1.0.217 |
517 | 2025-01-11T04:24:34.011Z | Compiling byteorder v1.5.0 |
518 | 2025-01-11T04:24:34.012Z | Compiling strsim v0.11.1 |
519 | 2025-01-11T04:24:34.012Z | Compiling fnv v1.0.7 |
520 | 2025-01-11T04:24:34.151Z | Compiling ident_case v1.0.1 |
521 | 2025-01-11T04:24:34.192Z | Compiling memchr v2.7.4 |
522 | 2025-01-11T04:24:34.279Z | Compiling bitflags v2.6.0 |
523 | 2025-01-11T04:24:34.350Z | Compiling syn v1.0.109 |
524 | 2025-01-11T04:24:34.561Z | Compiling regex-syntax v0.8.5 |
525 | 2025-01-11T04:24:34.616Z | Compiling zerocopy v0.8.14 |
526 | 2025-01-11T04:24:34.629Z | Compiling anyhow v1.0.95 |
527 | 2025-01-11T04:24:34.683Z | Compiling either v1.13.0 |
528 | 2025-01-11T04:24:34.893Z | Compiling hashbrown v0.15.2 |
529 | 2025-01-11T04:24:35.032Z | Compiling aho-corasick v1.1.3 |
530 | 2025-01-11T04:24:35.167Z | Compiling equivalent v1.0.1 |
531 | 2025-01-11T04:24:35.265Z | Compiling autocfg v1.4.0 |
532 | 2025-01-11T04:24:35.352Z | Compiling itertools v0.13.0 |
533 | 2025-01-11T04:24:35.958Z | Compiling quote v1.0.38 |
534 | 2025-01-11T04:24:35.960Z | Compiling lock_api v0.4.12 |
535 | 2025-01-11T04:24:36.109Z | Compiling indexmap v2.7.0 |
536 | 2025-01-11T04:24:36.169Z | Compiling winnow v0.5.40 |
537 | 2025-01-11T04:24:36.296Z | Compiling syn v2.0.95 |
538 | 2025-01-11T04:24:37.254Z | Compiling parking_lot_core v0.9.10 |
539 | 2025-01-11T04:24:37.410Z | Compiling heapless v0.8.0 |
540 | 2025-01-11T04:24:37.715Z | Compiling toml_datetime v0.6.8 |
541 | 2025-01-11T04:24:37.918Z | Compiling regex-automata v0.4.9 |
542 | 2025-01-11T04:24:38.205Z | Compiling hash32 v0.3.1 |
543 | 2025-01-11T04:24:38.343Z | Compiling once_cell v1.20.2 |
544 | 2025-01-11T04:24:38.375Z | Compiling scopeguard v1.2.0 |
545 | 2025-01-11T04:24:38.495Z | Compiling macaddr v1.0.1 |
546 | 2025-01-11T04:24:38.674Z | Compiling smallvec v1.13.2 |
547 | 2025-01-11T04:24:38.705Z | Compiling stable_deref_trait v1.2.0 |
548 | 2025-01-11T04:24:38.791Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
549 | 2025-01-11T04:24:38.919Z | Compiling dyn-clone v1.0.17 |
550 | 2025-01-11T04:24:39.121Z | Compiling serde_json v1.0.134 |
551 | 2025-01-11T04:24:39.130Z | Compiling smoltcp v0.11.0 |
552 | 2025-01-11T04:24:39.438Z | Compiling toml_edit v0.19.15 |
553 | 2025-01-11T04:24:39.756Z | Compiling getrandom v0.2.15 |
554 | 2025-01-11T04:24:39.949Z | Compiling managed v0.8.0 |
555 | 2025-01-11T04:24:40.056Z | Compiling rustix v0.38.42 |
556 | 2025-01-11T04:24:40.152Z | Compiling ryu v1.0.18 |
557 | 2025-01-11T04:24:40.396Z | Compiling thiserror v1.0.69 |
558 | 2025-01-11T04:24:40.451Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
559 | 2025-01-11T04:24:40.561Z | Compiling bitflags v1.3.2 |
560 | 2025-01-11T04:24:40.648Z | Compiling itoa v1.0.14 |
561 | 2025-01-11T04:24:40.687Z | Compiling schemars v0.8.21 |
562 | 2025-01-11T04:24:40.767Z | Compiling version_check v0.9.5 |
563 | 2025-01-11T04:24:40.838Z | Compiling pin-project-lite v0.2.15 |
564 | 2025-01-11T04:24:40.922Z | Compiling cobs v0.2.3 |
565 | 2025-01-11T04:24:41.230Z | Compiling parking_lot v0.12.3 |
566 | 2025-01-11T04:24:41.251Z | Compiling rand_core v0.6.4 |
567 | 2025-01-11T04:24:41.291Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
568 | 2025-01-11T04:24:41.633Z | Compiling regex v1.11.1 |
569 | 2025-01-11T04:24:41.642Z | Compiling socket2 v0.5.8 |
570 | 2025-01-11T04:24:42.514Z | Compiling darling_core v0.20.10 |
571 | 2025-01-11T04:24:42.772Z | Compiling serde_derive_internals v0.29.1 |
572 | 2025-01-11T04:24:42.822Z | Compiling proc-macro-crate v1.3.1 |
573 | 2025-01-11T04:24:43.529Z | Compiling errno v0.3.10 |
574 | 2025-01-11T04:24:43.743Z | Compiling mio v1.0.3 |
575 | 2025-01-11T04:24:44.620Z | Compiling signal-hook-registry v1.4.2 |
576 | 2025-01-11T04:24:44.802Z | Compiling unicode-width v0.2.0 |
577 | 2025-01-11T04:24:44.995Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
578 | 2025-01-11T04:24:45.089Z | Compiling utf8parse v0.2.2 |
579 | 2025-01-11T04:24:45.128Z | Compiling foreign-types-shared v0.3.1 |
580 | 2025-01-11T04:24:45.228Z | Compiling bytes v1.9.0 |
581 | 2025-01-11T04:24:45.342Z | Compiling tabwriter v1.4.1 |
582 | 2025-01-11T04:24:45.625Z | Compiling tracing-core v0.1.33 |
583 | 2025-01-11T04:24:45.721Z | Compiling anstyle-parse v0.2.6 |
584 | 2025-01-11T04:24:46.158Z | Compiling num_enum_derive v0.5.11 |
585 | 2025-01-11T04:24:46.660Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
586 | 2025-01-11T04:24:46.988Z | Compiling serde_derive v1.0.217 |
587 | 2025-01-11T04:24:47.304Z | Compiling zerocopy-derive v0.8.14 |
588 | 2025-01-11T04:24:47.373Z | Compiling zerocopy-derive v0.7.35 |
589 | 2025-01-11T04:24:47.521Z | Compiling tokio-macros v2.4.0 |
590 | 2025-01-11T04:24:47.764Z | Compiling thiserror-impl v1.0.69 |
591 | 2025-01-11T04:24:47.772Z | Compiling darling_macro v0.20.10 |
592 | 2025-01-11T04:24:48.238Z | Compiling foreign-types-macros v0.2.3 |
593 | 2025-01-11T04:24:48.338Z | Compiling schemars_derive v0.8.21 |
594 | 2025-01-11T04:24:48.721Z | Compiling darling v0.20.10 |
595 | 2025-01-11T04:24:48.819Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
596 | 2025-01-11T04:24:48.933Z | Compiling tokio v1.42.0 |
597 | 2025-01-11T04:24:49.191Z | Compiling zerocopy v0.7.35 |
598 | 2025-01-11T04:24:49.466Z | Compiling foreign-types v0.5.0 |
599 | 2025-01-11T04:24:49.548Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
600 | 2025-01-11T04:24:50.525Z | Compiling ppv-lite86 v0.2.20 |
601 | 2025-01-11T04:24:50.552Z | Compiling num_enum v0.5.11 |
602 | 2025-01-11T04:24:50.630Z | Compiling tracing-attributes v0.1.28 |
603 | 2025-01-11T04:24:50.694Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
604 | 2025-01-11T04:24:51.239Z | Compiling rand_chacha v0.3.1 |
605 | 2025-01-11T04:24:51.389Z | Compiling cstr-argument v0.1.2 |
606 | 2025-01-11T04:24:51.929Z | Compiling crc32fast v1.4.2 |
607 | 2025-01-11T04:24:51.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
608 | 2025-01-11T04:24:52.255Z | Compiling thiserror v2.0.11 |
609 | 2025-01-11T04:24:52.306Z | Compiling is_terminal_polyfill v1.70.1 |
610 | 2025-01-11T04:24:52.414Z | Compiling anstyle v1.0.10 |
611 | 2025-01-11T04:24:52.802Z | Compiling anstyle-query v1.1.2 |
612 | 2025-01-11T04:24:52.828Z | Compiling colorchoice v1.0.3 |
613 | 2025-01-11T04:24:52.860Z | Compiling pretty-hex v0.2.1 |
614 | 2025-01-11T04:24:52.926Z | Compiling lazy_static v1.5.0 |
615 | 2025-01-11T04:24:52.952Z | Compiling anstream v0.6.18 |
616 | 2025-01-11T04:24:53.038Z | Compiling colored v2.2.0 |
617 | 2025-01-11T04:24:53.534Z | Compiling tracing v0.1.41 |
618 | 2025-01-11T04:24:53.745Z | Compiling rand v0.8.5 |
619 | 2025-01-11T04:24:53.988Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
620 | 2025-01-11T04:24:54.044Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
621 | 2025-01-11T04:24:54.116Z | Compiling terminal_size v0.4.1 |
622 | 2025-01-11T04:24:54.190Z | Compiling thiserror-impl v2.0.11 |
623 | 2025-01-11T04:24:54.277Z | Compiling winnow v0.6.22 |
624 | 2025-01-11T04:24:54.310Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
625 | 2025-01-11T04:24:54.624Z | Compiling heck v0.5.0 |
626 | 2025-01-11T04:24:54.923Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
627 | 2025-01-11T04:24:54.992Z | Compiling clap_lex v0.7.4 |
628 | 2025-01-11T04:24:55.416Z | Compiling clap_builder v4.5.23 |
629 | 2025-01-11T04:24:55.560Z | Compiling clap_derive v4.5.18 |
630 | 2025-01-11T04:24:55.697Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
631 | 2025-01-11T04:24:56.772Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
632 | 2025-01-11T04:24:59.497Z | Compiling ipnetwork v0.20.0 |
633 | 2025-01-11T04:24:59.513Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
634 | 2025-01-11T04:24:59.529Z | Compiling postcard v1.1.1 |
635 | 2025-01-11T04:24:59.682Z | Compiling uuid v1.11.0 |
636 | 2025-01-11T04:25:00.004Z | Compiling clap v4.5.23 |
637 | 2025-01-11T04:25:02.046Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
638 | 2025-01-11T04:25:03.767Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
639 | 2025-01-11T04:25:08.167Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
640 | 2025-01-11T04:25:10.092Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
641 | 2025-01-11T04:25:45.952Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s |
642 | 2025-01-11T04:25:45.991Z | |
643 | 2025-01-11T04:25:45.993Z | real 1:12.157496680 |
644 | 2025-01-11T04:25:45.993Z | user 4:35.917489526 |
645 | 2025-01-11T04:25:45.993Z | sys 26.843305045 |
646 | 2025-01-11T04:25:45.993Z | trap 0.156351552 |
647 | 2025-01-11T04:25:45.993Z | tflt 0.413840313 |
648 | 2025-01-11T04:25:45.993Z | dflt 0.626135266 |
649 | 2025-01-11T04:25:45.993Z | kflt 0.017424667 |
650 | 2025-01-11T04:25:45.993Z | lock 9:26.544366439 |
651 | 2025-01-11T04:25:45.993Z | slp 14:32.503039624 |
652 | 2025-01-11T04:25:45.993Z | lat 8.982960704 |
653 | 2025-01-11T04:25:45.993Z | stop 14.330308504 |
654 | 2025-01-11T04:25:45.993Z | + popd |
655 | 2025-01-11T04:25:45.994Z | /work/oxidecomputer/opte |
656 | 2025-01-11T04:25:45.994Z | + for x in debug release |
657 | 2025-01-11T04:25:45.994Z | + mkdir -p /work/debug |
658 | 2025-01-11T04:25:45.996Z | + cp target/debug/opteadm /work/debug/ |
659 | 2025-01-11T04:25:46.060Z | + sha256sum target/debug/opteadm |
660 | 2025-01-11T04:25:46.119Z | + for x in debug release |
661 | 2025-01-11T04:25:46.119Z | + mkdir -p /work/release |
662 | 2025-01-11T04:25:46.121Z | + cp target/release/opteadm /work/release/ |
663 | 2025-01-11T04:25:46.140Z | + sha256sum target/release/opteadm |
664 | 2025-01-11T04:25:46.157Z | process exited: duration 163391 ms, exit code 0 |
|
665 | 2025-01-11T04:25:46.169Z | found 4 output files |
666 | 2025-01-11T04:25:46.169Z | uploading: /work/debug/opteadm (68936608 bytes) |
667 | 2025-01-11T04:25:48.215Z | uploaded: /work/debug/opteadm |
668 | 2025-01-11T04:25:48.215Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
669 | 2025-01-11T04:25:49.224Z | uploaded: /work/debug/opteadm.debug.sha256 |
670 | 2025-01-11T04:25:49.224Z | uploading: /work/release/opteadm (17579304 bytes) |
671 | 2025-01-11T04:25:50.552Z | uploaded: /work/release/opteadm |
672 | 2025-01-11T04:25:50.552Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
673 | 2025-01-11T04:25:51.559Z | uploaded: /work/release/opteadm.release.sha256 |