|
|
|
1 | 2024-11-21T18:43:15.762Z | job assigned to worker 01JD80GRMDW1TYCVFFKY9R6EEZ [factory aws, i-02d5426e18f269565] (queued for 55 s) |
|
2 | 2024-11-21T18:43:23.449Z | starting task 0: "setup" |
3 | 2024-11-21T18:43:23.459Z | ++ uname -s |
4 | 2024-11-21T18:43:23.462Z | + kern=SunOS |
5 | 2024-11-21T18:43:23.462Z | + case "$kern" in |
6 | 2024-11-21T18:43:23.462Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:43:23.465Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:43:25.471Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:43:25.633Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:43:25.636Z | + home_fs=zfs |
11 | 2024-11-21T18:43:25.636Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:43:25.636Z | + mkdir -p /home/build |
13 | 2024-11-21T18:43:25.638Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:43:27.639Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:43:27.642Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2024-11-21T18:43:27.647Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:43:27.652Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:43:27.652Z | ' nightly-2024-11-18 |
19 | 2024-11-21T18:43:27.652Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-21T18:43:27.652Z | * toolchain profile = "default" |
21 | 2024-11-21T18:43:27.652Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-21T18:43:27.652Z | ' default |
23 | 2024-11-21T18:43:27.657Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:43:27.657Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-21T18:43:27.774Z | info: downloading installer |
26 | 2024-11-21T18:43:28.961Z | info: profile set to 'default' |
27 | 2024-11-21T18:43:28.962Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:43:28.964Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-21T18:43:29.152Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-21T18:43:29.152Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:43:30.214Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:43:30.614Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:43:32.059Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:43:34.378Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:43:42.619Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:43:42.925Z | info: installing component 'cargo' |
37 | 2024-11-21T18:43:43.741Z | info: installing component 'clippy' |
38 | 2024-11-21T18:43:44.119Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:43:45.779Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:43:47.617Z | info: installing component 'rustc' |
41 | 2024-11-21T18:43:53.539Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:43:53.873Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-21T18:43:53.874Z | |
44 | 2024-11-21T18:43:54.258Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-21T18:43:54.258Z | |
46 | 2024-11-21T18:43:54.261Z | |
47 | 2024-11-21T18:43:54.261Z | Rust is installed now. Great! |
48 | 2024-11-21T18:43:54.261Z | |
49 | 2024-11-21T18:43:54.261Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:43:54.261Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:43:54.261Z | |
52 | 2024-11-21T18:43:54.261Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:43:54.261Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:43:54.261Z | |
55 | 2024-11-21T18:43:54.261Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:43:54.261Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:43:54.262Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:43:54.336Z | + rustc --version |
59 | 2024-11-21T18:43:54.407Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-21T18:43:54.410Z | process exited: duration 26756 ms, exit code 0 |
|
61 | 2024-11-21T18:43:54.415Z | starting task 2: "authentication" |
62 | 2024-11-21T18:43:54.436Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-21T18:43:54.441Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:43:54.446Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-21T18:43:54.449Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-21T18:43:54.574Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-21T18:43:55.887Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-21T18:43:55.889Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
69 | 2024-11-21T18:43:56.141Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-21T18:43:56.141Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
71 | 2024-11-21T18:43:56.149Z | + [[ -n ingot-and-offload ]] |
72 | 2024-11-21T18:43:56.152Z | ++ git branch --show-current |
73 | 2024-11-21T18:43:56.154Z | + current=master |
74 | 2024-11-21T18:43:56.154Z | + [[ master != ingot-and-offload ]] |
75 | 2024-11-21T18:43:56.154Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
76 | 2024-11-21T18:43:56.157Z | + git checkout -f ingot-and-offload |
77 | 2024-11-21T18:43:56.180Z | Switched to branch 'ingot-and-offload' |
78 | 2024-11-21T18:43:56.182Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
79 | 2024-11-21T18:43:56.203Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
80 | 2024-11-21T18:43:56.206Z | process exited: duration 1761 ms, exit code 0 |
|
81 | 2024-11-21T18:43:56.212Z | starting task 4: "build" |
82 | 2024-11-21T18:43:56.216Z | + cargo --version |
83 | 2024-11-21T18:43:56.221Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-21T18:43:56.385Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-21T18:43:56.385Z | info: downloading component 'cargo' |
86 | 2024-11-21T18:43:57.236Z | info: downloading component 'clippy' |
87 | 2024-11-21T18:43:57.555Z | info: downloading component 'rust-docs' |
88 | 2024-11-21T18:43:58.749Z | info: downloading component 'rust-std' |
89 | 2024-11-21T18:44:00.639Z | info: downloading component 'rustc' |
90 | 2024-11-21T18:44:07.464Z | info: downloading component 'rustfmt' |
91 | 2024-11-21T18:44:07.703Z | info: installing component 'cargo' |
92 | 2024-11-21T18:44:08.493Z | info: installing component 'clippy' |
93 | 2024-11-21T18:44:08.858Z | info: installing component 'rust-docs' |
94 | 2024-11-21T18:44:10.523Z | info: installing component 'rust-std' |
95 | 2024-11-21T18:44:12.311Z | info: installing component 'rustc' |
96 | 2024-11-21T18:44:18.170Z | info: installing component 'rustfmt' |
97 | 2024-11-21T18:44:18.560Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-21T18:44:18.563Z | + rustc --version |
99 | 2024-11-21T18:44:18.632Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-21T18:44:18.637Z | + pushd bin/opteadm |
101 | 2024-11-21T18:44:18.639Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-11-21T18:44:18.639Z | + header 'check style' |
103 | 2024-11-21T18:44:18.639Z | + echo '# ==== check style ==== #' |
104 | 2024-11-21T18:44:18.640Z | # ==== check style ==== # |
105 | 2024-11-21T18:44:18.640Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-11-21T18:44:18.843Z | |
107 | 2024-11-21T18:44:18.843Z | real 0.201397359 |
108 | 2024-11-21T18:44:18.843Z | user 0.109257113 |
109 | 2024-11-21T18:44:18.843Z | sys 0.087530333 |
110 | 2024-11-21T18:44:18.843Z | trap 0.000001599 |
111 | 2024-11-21T18:44:18.843Z | tflt 0.000000000 |
112 | 2024-11-21T18:44:18.843Z | dflt 0.000000000 |
113 | 2024-11-21T18:44:18.843Z | kflt 0.000000000 |
114 | 2024-11-21T18:44:18.846Z | lock 0.000000000 |
115 | 2024-11-21T18:44:18.847Z | slp 0.115640296 |
116 | 2024-11-21T18:44:18.847Z | lat 0.000237895 |
117 | 2024-11-21T18:44:18.848Z | stop 0.000141406 |
118 | 2024-11-21T18:44:18.848Z | + header analyze |
119 | 2024-11-21T18:44:18.848Z | + echo '# ==== analyze ==== #' |
120 | 2024-11-21T18:44:18.848Z | # ==== analyze ==== # |
121 | 2024-11-21T18:44:18.848Z | + ptime -m cargo clippy --all-targets |
122 | 2024-11-21T18:44:19.069Z | Updating crates.io index |
123 | 2024-11-21T18:44:19.127Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-21T18:44:19.750Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-21T18:44:20.007Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-21T18:44:20.212Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-21T18:44:20.564Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-21T18:44:20.815Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-21T18:44:21.082Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-21T18:44:21.307Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-21T18:44:21.569Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-21T18:44:22.367Z | Downloading crates ... |
133 | 2024-11-21T18:44:22.415Z | Downloaded crc32fast v1.4.2 |
134 | 2024-11-21T18:44:22.426Z | Downloaded proc-macro-crate v1.3.1 |
135 | 2024-11-21T18:44:22.428Z | Downloaded memchr v2.7.4 |
136 | 2024-11-21T18:44:22.433Z | Downloaded foreign-types-macros v0.2.3 |
137 | 2024-11-21T18:44:22.453Z | Downloaded tracing v0.1.40 |
138 | 2024-11-21T18:44:22.458Z | Downloaded tracing-core v0.1.32 |
139 | 2024-11-21T18:44:22.462Z | Downloaded utf8parse v0.2.2 |
140 | 2024-11-21T18:44:22.466Z | Downloaded zerocopy-derive v0.7.35 |
141 | 2024-11-21T18:44:22.472Z | Downloaded rustix v0.38.41 |
142 | 2024-11-21T18:44:22.495Z | Downloaded unicode-ident v1.0.13 |
143 | 2024-11-21T18:44:22.497Z | Downloaded version_check v0.9.5 |
144 | 2024-11-21T18:44:22.500Z | Downloaded uuid v1.11.0 |
145 | 2024-11-21T18:44:22.502Z | Downloaded anstyle v1.0.10 |
146 | 2024-11-21T18:44:22.505Z | Downloaded regex-automata v0.4.9 |
147 | 2024-11-21T18:44:22.521Z | Downloaded darling_macro v0.20.10 |
148 | 2024-11-21T18:44:22.524Z | Downloaded zerocopy-derive v0.8.10 |
149 | 2024-11-21T18:44:22.528Z | Downloaded anstyle-parse v0.2.6 |
150 | 2024-11-21T18:44:22.531Z | Downloaded ident_case v1.0.1 |
151 | 2024-11-21T18:44:22.531Z | Downloaded equivalent v1.0.1 |
152 | 2024-11-21T18:44:22.534Z | Downloaded cobs v0.2.3 |
153 | 2024-11-21T18:44:22.534Z | Downloaded autocfg v1.4.0 |
154 | 2024-11-21T18:44:22.539Z | Downloaded anstream v0.6.18 |
155 | 2024-11-21T18:44:22.539Z | Downloaded cstr-argument v0.1.2 |
156 | 2024-11-21T18:44:22.542Z | Downloaded winnow v0.5.40 |
157 | 2024-11-21T18:44:22.548Z | Downloaded colored v2.1.0 |
158 | 2024-11-21T18:44:22.552Z | Downloaded zerocopy v0.7.35 |
159 | 2024-11-21T18:44:22.567Z | Downloaded winnow v0.6.20 |
160 | 2024-11-21T18:44:22.577Z | Downloaded lazy_static v1.5.0 |
161 | 2024-11-21T18:44:22.585Z | Downloaded zerocopy v0.8.10 |
162 | 2024-11-21T18:44:22.611Z | Downloaded signal-hook-registry v1.4.2 |
163 | 2024-11-21T18:44:22.615Z | Downloaded unicode-width v0.1.14 |
164 | 2024-11-21T18:44:22.617Z | Downloaded defmt v0.3.8 |
165 | 2024-11-21T18:44:22.618Z | Downloaded thiserror v1.0.69 |
166 | 2024-11-21T18:44:22.618Z | Downloaded ppv-lite86 v0.2.20 |
167 | 2024-11-21T18:44:22.618Z | Downloaded stable_deref_trait v1.2.0 |
168 | 2024-11-21T18:44:22.640Z | Downloaded rand_chacha v0.3.1 |
169 | 2024-11-21T18:44:22.640Z | Downloaded num_enum_derive v0.5.11 |
170 | 2024-11-21T18:44:22.640Z | Downloaded darling v0.20.10 |
171 | 2024-11-21T18:44:22.640Z | Downloaded strsim v0.11.1 |
172 | 2024-11-21T18:44:22.640Z | Downloaded tokio-macros v2.4.0 |
173 | 2024-11-21T18:44:22.640Z | Downloaded thiserror-impl v1.0.69 |
174 | 2024-11-21T18:44:22.640Z | Downloaded scopeguard v1.2.0 |
175 | 2024-11-21T18:44:22.640Z | Downloaded schemars_derive v0.8.21 |
176 | 2024-11-21T18:44:22.641Z | Downloaded rand_core v0.6.4 |
177 | 2024-11-21T18:44:22.641Z | Downloaded defmt-macros v0.3.9 |
178 | 2024-11-21T18:44:22.684Z | Downloaded toml_datetime v0.6.8 |
179 | 2024-11-21T18:44:22.684Z | Downloaded embedded-io v0.4.0 |
180 | 2024-11-21T18:44:22.684Z | Downloaded bitflags v2.6.0 |
181 | 2024-11-21T18:44:22.684Z | Downloaded tabwriter v1.4.0 |
182 | 2024-11-21T18:44:22.684Z | Downloaded num_enum v0.5.11 |
183 | 2024-11-21T18:44:22.684Z | Downloaded pin-project-lite v0.2.15 |
184 | 2024-11-21T18:44:22.684Z | Downloaded itoa v1.0.11 |
185 | 2024-11-21T18:44:22.684Z | Downloaded ipnetwork v0.20.0 |
186 | 2024-11-21T18:44:22.689Z | Downloaded once_cell v1.20.2 |
187 | 2024-11-21T18:44:22.690Z | Downloaded terminal_size v0.4.0 |
188 | 2024-11-21T18:44:22.691Z | Downloaded smallvec v1.13.2 |
189 | 2024-11-21T18:44:22.691Z | Downloaded proc-macro-error v1.0.4 |
190 | 2024-11-21T18:44:22.691Z | Downloaded tracing-attributes v0.1.27 |
191 | 2024-11-21T18:44:22.691Z | Downloaded serde_derive_internals v0.29.1 |
192 | 2024-11-21T18:44:22.691Z | Downloaded lock_api v0.4.12 |
193 | 2024-11-21T18:44:22.691Z | Downloaded getrandom v0.2.15 |
194 | 2024-11-21T18:44:22.691Z | Downloaded postcard v1.0.10 |
195 | 2024-11-21T18:44:22.691Z | Downloaded parking_lot_core v0.9.10 |
196 | 2024-11-21T18:44:22.691Z | Downloaded anyhow v1.0.93 |
197 | 2024-11-21T18:44:22.691Z | Downloaded ryu v1.0.18 |
198 | 2024-11-21T18:44:22.691Z | Downloaded clap v4.5.21 |
199 | 2024-11-21T18:44:22.691Z | Downloaded quote v1.0.37 |
200 | 2024-11-21T18:44:22.696Z | Downloaded embedded-io v0.6.1 |
201 | 2024-11-21T18:44:22.696Z | Downloaded bytes v1.8.0 |
202 | 2024-11-21T18:44:22.696Z | Downloaded proc-macro2 v1.0.91 |
203 | 2024-11-21T18:44:22.699Z | Downloaded serde_derive v1.0.215 |
204 | 2024-11-21T18:44:22.699Z | Downloaded schemars v0.8.21 |
205 | 2024-11-21T18:44:22.711Z | Downloaded socket2 v0.5.7 |
206 | 2024-11-21T18:44:22.715Z | Downloaded serde v1.0.215 |
207 | 2024-11-21T18:44:22.715Z | Downloaded parking_lot v0.12.3 |
208 | 2024-11-21T18:44:22.718Z | Downloaded darling_core v0.20.10 |
209 | 2024-11-21T18:44:22.722Z | Downloaded rand v0.8.5 |
210 | 2024-11-21T18:44:22.726Z | Downloaded indexmap v2.6.0 |
211 | 2024-11-21T18:44:22.730Z | Downloaded toml_edit v0.19.15 |
212 | 2024-11-21T18:44:22.746Z | Downloaded mio v1.0.2 |
213 | 2024-11-21T18:44:22.751Z | Downloaded heapless v0.8.0 |
214 | 2024-11-21T18:44:22.755Z | Downloaded hashbrown v0.15.1 |
215 | 2024-11-21T18:44:22.759Z | Downloaded aho-corasick v1.1.3 |
216 | 2024-11-21T18:44:22.765Z | Downloaded proc-macro-error-attr v1.0.4 |
217 | 2024-11-21T18:44:22.769Z | Downloaded itertools v0.13.0 |
218 | 2024-11-21T18:44:22.773Z | Downloaded serde_json v1.0.133 |
219 | 2024-11-21T18:44:22.780Z | Downloaded clap_builder v4.5.21 |
220 | 2024-11-21T18:44:22.787Z | Downloaded pretty-hex v0.2.1 |
221 | 2024-11-21T18:44:22.791Z | Downloaded managed v0.8.0 |
222 | 2024-11-21T18:44:22.791Z | Downloaded macaddr v1.0.1 |
223 | 2024-11-21T18:44:22.791Z | Downloaded is_terminal_polyfill v1.70.1 |
224 | 2024-11-21T18:44:22.791Z | Downloaded heck v0.5.0 |
225 | 2024-11-21T18:44:22.795Z | Downloaded fnv v1.0.7 |
226 | 2024-11-21T18:44:22.795Z | Downloaded foreign-types-shared v0.3.1 |
227 | 2024-11-21T18:44:22.795Z | Downloaded foreign-types v0.5.0 |
228 | 2024-11-21T18:44:22.796Z | Downloaded hash32 v0.3.1 |
229 | 2024-11-21T18:44:22.796Z | Downloaded errno v0.3.9 |
230 | 2024-11-21T18:44:22.799Z | Downloaded either v1.13.0 |
231 | 2024-11-21T18:44:22.799Z | Downloaded dyn-clone v1.0.17 |
232 | 2024-11-21T18:44:22.800Z | Downloaded defmt-parser v0.3.4 |
233 | 2024-11-21T18:44:22.806Z | Downloaded clap_derive v4.5.18 |
234 | 2024-11-21T18:44:22.806Z | Downloaded anstyle-query v1.1.2 |
235 | 2024-11-21T18:44:22.806Z | Downloaded colorchoice v1.0.3 |
236 | 2024-11-21T18:44:22.806Z | Downloaded syn v1.0.109 |
237 | 2024-11-21T18:44:22.814Z | Downloaded clap_lex v0.7.3 |
238 | 2024-11-21T18:44:22.818Z | Downloaded regex v1.11.1 |
239 | 2024-11-21T18:44:22.835Z | Downloaded cfg-if v1.0.0 |
240 | 2024-11-21T18:44:22.850Z | Downloaded byteorder v1.5.0 |
241 | 2024-11-21T18:44:22.850Z | Downloaded syn v2.0.89 |
242 | 2024-11-21T18:44:22.850Z | Downloaded bitflags v1.3.2 |
243 | 2024-11-21T18:44:22.856Z | Downloaded smoltcp v0.11.0 |
244 | 2024-11-21T18:44:22.856Z | Downloaded regex-syntax v0.8.5 |
245 | 2024-11-21T18:44:22.903Z | Downloaded libc v0.2.164 |
246 | 2024-11-21T18:44:22.928Z | Downloaded tokio v1.41.1 |
247 | 2024-11-21T18:44:23.105Z | Compiling proc-macro2 v1.0.91 |
248 | 2024-11-21T18:44:23.105Z | Compiling unicode-ident v1.0.13 |
249 | 2024-11-21T18:44:23.119Z | Compiling libc v0.2.164 |
250 | 2024-11-21T18:44:23.119Z | Checking cfg-if v1.0.0 |
251 | 2024-11-21T18:44:23.119Z | Compiling serde v1.0.215 |
252 | 2024-11-21T18:44:23.120Z | Checking byteorder v1.5.0 |
253 | 2024-11-21T18:44:23.120Z | Compiling fnv v1.0.7 |
254 | 2024-11-21T18:44:23.128Z | Compiling ident_case v1.0.1 |
255 | 2024-11-21T18:44:23.183Z | Compiling strsim v0.11.1 |
256 | 2024-11-21T18:44:23.249Z | Compiling memchr v2.7.4 |
257 | 2024-11-21T18:44:23.302Z | Checking bitflags v2.6.0 |
258 | 2024-11-21T18:44:23.389Z | Compiling regex-syntax v0.8.5 |
259 | 2024-11-21T18:44:23.512Z | Compiling syn v1.0.109 |
260 | 2024-11-21T18:44:23.805Z | Compiling zerocopy v0.8.10 |
261 | 2024-11-21T18:44:23.834Z | Compiling either v1.13.0 |
262 | 2024-11-21T18:44:23.844Z | Compiling autocfg v1.4.0 |
263 | 2024-11-21T18:44:24.107Z | Compiling hashbrown v0.15.1 |
264 | 2024-11-21T18:44:24.215Z | Compiling aho-corasick v1.1.3 |
265 | 2024-11-21T18:44:24.578Z | Compiling equivalent v1.0.1 |
266 | 2024-11-21T18:44:24.709Z | Compiling itertools v0.13.0 |
267 | 2024-11-21T18:44:24.735Z | Compiling lock_api v0.4.12 |
268 | 2024-11-21T18:44:24.746Z | Compiling anyhow v1.0.93 |
269 | 2024-11-21T18:44:25.097Z | Compiling quote v1.0.37 |
270 | 2024-11-21T18:44:25.356Z | Compiling indexmap v2.6.0 |
271 | 2024-11-21T18:44:25.443Z | Compiling toml_datetime v0.6.8 |
272 | 2024-11-21T18:44:25.683Z | Compiling syn v2.0.89 |
273 | 2024-11-21T18:44:25.837Z | Compiling heapless v0.8.0 |
274 | 2024-11-21T18:44:26.137Z | Compiling parking_lot_core v0.9.10 |
275 | 2024-11-21T18:44:26.359Z | Compiling winnow v0.5.40 |
276 | 2024-11-21T18:44:27.002Z | Compiling regex-automata v0.4.9 |
277 | 2024-11-21T18:44:27.090Z | Checking hash32 v0.3.1 |
278 | 2024-11-21T18:44:27.243Z | Checking smallvec v1.13.2 |
279 | 2024-11-21T18:44:27.606Z | Compiling smoltcp v0.11.0 |
280 | 2024-11-21T18:44:27.946Z | Compiling once_cell v1.20.2 |
281 | 2024-11-21T18:44:28.252Z | Compiling serde_json v1.0.133 |
282 | 2024-11-21T18:44:28.347Z | Checking scopeguard v1.2.0 |
283 | 2024-11-21T18:44:28.463Z | Checking dyn-clone v1.0.17 |
284 | 2024-11-21T18:44:28.510Z | Checking stable_deref_trait v1.2.0 |
285 | 2024-11-21T18:44:28.593Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
286 | 2024-11-21T18:44:28.603Z | Checking macaddr v1.0.1 |
287 | 2024-11-21T18:44:29.069Z | Checking getrandom v0.2.15 |
288 | 2024-11-21T18:44:29.225Z | Checking managed v0.8.0 |
289 | 2024-11-21T18:44:29.323Z | Checking ryu v1.0.18 |
290 | 2024-11-21T18:44:29.365Z | Compiling schemars v0.8.21 |
291 | 2024-11-21T18:44:29.501Z | Checking bitflags v1.3.2 |
292 | 2024-11-21T18:44:29.544Z | Checking itoa v1.0.11 |
293 | 2024-11-21T18:44:29.583Z | Compiling version_check v0.9.5 |
294 | 2024-11-21T18:44:29.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
295 | 2024-11-21T18:44:29.750Z | Compiling thiserror v1.0.69 |
296 | 2024-11-21T18:44:29.753Z | Checking pin-project-lite v0.2.15 |
297 | 2024-11-21T18:44:29.862Z | Checking cobs v0.2.3 |
298 | 2024-11-21T18:44:29.936Z | Compiling toml_edit v0.19.15 |
299 | 2024-11-21T18:44:30.033Z | Compiling rustix v0.38.41 |
300 | 2024-11-21T18:44:30.210Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
301 | 2024-11-21T18:44:30.582Z | Checking parking_lot v0.12.3 |
302 | 2024-11-21T18:44:30.629Z | Checking rand_core v0.6.4 |
303 | 2024-11-21T18:44:30.816Z | Checking socket2 v0.5.7 |
304 | 2024-11-21T18:44:30.898Z | Checking errno v0.3.9 |
305 | 2024-11-21T18:44:30.915Z | Checking signal-hook-registry v1.4.2 |
306 | 2024-11-21T18:44:31.064Z | Compiling regex v1.11.1 |
307 | 2024-11-21T18:44:31.152Z | Checking mio v1.0.2 |
308 | 2024-11-21T18:44:31.286Z | Checking foreign-types-shared v0.3.1 |
309 | 2024-11-21T18:44:31.383Z | Checking bytes v1.8.0 |
310 | 2024-11-21T18:44:32.047Z | Checking unicode-width v0.1.14 |
311 | 2024-11-21T18:44:32.155Z | Checking utf8parse v0.2.2 |
312 | 2024-11-21T18:44:32.293Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
313 | 2024-11-21T18:44:32.499Z | Compiling darling_core v0.20.10 |
314 | 2024-11-21T18:44:32.510Z | Compiling serde_derive_internals v0.29.1 |
315 | 2024-11-21T18:44:33.124Z | Compiling proc-macro-crate v1.3.1 |
316 | 2024-11-21T18:44:33.920Z | Checking tabwriter v1.4.0 |
317 | 2024-11-21T18:44:34.154Z | Checking anstyle-parse v0.2.6 |
318 | 2024-11-21T18:44:34.379Z | Checking tracing-core v0.1.32 |
319 | 2024-11-21T18:44:34.656Z | Checking cstr-argument v0.1.2 |
320 | 2024-11-21T18:44:34.786Z | Checking crc32fast v1.4.2 |
321 | 2024-11-21T18:44:34.830Z | Checking anstyle-query v1.1.2 |
322 | 2024-11-21T18:44:34.953Z | Checking colorchoice v1.0.3 |
323 | 2024-11-21T18:44:34.995Z | Checking lazy_static v1.5.0 |
324 | 2024-11-21T18:44:35.055Z | Checking is_terminal_polyfill v1.70.1 |
325 | 2024-11-21T18:44:35.078Z | Checking anstyle v1.0.10 |
326 | 2024-11-21T18:44:35.114Z | Checking pretty-hex v0.2.1 |
327 | 2024-11-21T18:44:35.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
328 | 2024-11-21T18:44:35.274Z | Checking colored v2.1.0 |
329 | 2024-11-21T18:44:35.406Z | Checking anstream v0.6.18 |
330 | 2024-11-21T18:44:35.496Z | Checking terminal_size v0.4.0 |
331 | 2024-11-21T18:44:35.648Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
332 | 2024-11-21T18:44:35.784Z | Checking winnow v0.6.20 |
333 | 2024-11-21T18:44:35.877Z | Checking clap_lex v0.7.3 |
334 | 2024-11-21T18:44:35.926Z | Compiling heck v0.5.0 |
335 | 2024-11-21T18:44:36.166Z | Checking clap_builder v4.5.21 |
336 | 2024-11-21T18:44:36.222Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
337 | 2024-11-21T18:44:36.236Z | Compiling num_enum_derive v0.5.11 |
338 | 2024-11-21T18:44:36.347Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
339 | 2024-11-21T18:44:37.233Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
340 | 2024-11-21T18:44:37.323Z | Compiling serde_derive v1.0.215 |
341 | 2024-11-21T18:44:37.323Z | Compiling darling_macro v0.20.10 |
342 | 2024-11-21T18:44:37.326Z | Compiling zerocopy-derive v0.8.10 |
343 | 2024-11-21T18:44:37.326Z | Compiling zerocopy-derive v0.7.35 |
344 | 2024-11-21T18:44:37.361Z | Compiling foreign-types-macros v0.2.3 |
345 | 2024-11-21T18:44:38.158Z | Compiling tokio-macros v2.4.0 |
346 | 2024-11-21T18:44:38.613Z | Compiling thiserror-impl v1.0.69 |
347 | 2024-11-21T18:44:38.817Z | Compiling schemars_derive v0.8.21 |
348 | 2024-11-21T18:44:39.131Z | Checking zerocopy v0.7.35 |
349 | 2024-11-21T18:44:39.160Z | Checking foreign-types v0.5.0 |
350 | 2024-11-21T18:44:39.252Z | Checking num_enum v0.5.11 |
351 | 2024-11-21T18:44:39.393Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
352 | 2024-11-21T18:44:39.561Z | Checking tokio v1.41.1 |
353 | 2024-11-21T18:44:40.444Z | Checking ppv-lite86 v0.2.20 |
354 | 2024-11-21T18:44:40.455Z | Compiling tracing-attributes v0.1.27 |
355 | 2024-11-21T18:44:41.149Z | Checking rand_chacha v0.3.1 |
356 | 2024-11-21T18:44:41.217Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
357 | 2024-11-21T18:44:41.457Z | Checking rand v0.8.5 |
358 | 2024-11-21T18:44:41.483Z | Compiling clap_derive v4.5.18 |
359 | 2024-11-21T18:44:43.070Z | Checking tracing v0.1.40 |
360 | 2024-11-21T18:44:43.285Z | Compiling darling v0.20.10 |
361 | 2024-11-21T18:44:43.382Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
362 | 2024-11-21T18:44:43.412Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
363 | 2024-11-21T18:44:44.407Z | Checking clap v4.5.21 |
364 | 2024-11-21T18:44:45.597Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
365 | 2024-11-21T18:44:46.811Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
366 | 2024-11-21T18:44:46.894Z | Checking ipnetwork v0.20.0 |
367 | 2024-11-21T18:44:46.894Z | Checking postcard v1.0.10 |
368 | 2024-11-21T18:44:46.896Z | Checking uuid v1.11.0 |
369 | 2024-11-21T18:44:47.329Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
370 | 2024-11-21T18:44:48.617Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
371 | 2024-11-21T18:44:48.843Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
372 | 2024-11-21T18:44:56.704Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
373 | 2024-11-21T18:44:59.094Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
374 | 2024-11-21T18:45:00.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.73s |
375 | 2024-11-21T18:45:00.867Z | |
376 | 2024-11-21T18:45:00.868Z | real 42.007613499 |
377 | 2024-11-21T18:45:00.868Z | user 2:31.073646960 |
378 | 2024-11-21T18:45:00.868Z | sys 33.503329762 |
379 | 2024-11-21T18:45:00.868Z | trap 0.090319194 |
380 | 2024-11-21T18:45:00.868Z | tflt 0.393792816 |
381 | 2024-11-21T18:45:00.868Z | dflt 0.342448670 |
382 | 2024-11-21T18:45:00.871Z | kflt 0.003801013 |
383 | 2024-11-21T18:45:00.871Z | lock 3:37.753525700 |
384 | 2024-11-21T18:45:00.871Z | slp 10:32.141347911 |
385 | 2024-11-21T18:45:00.871Z | lat 7.690910477 |
386 | 2024-11-21T18:45:00.871Z | stop 17.541784866 |
387 | 2024-11-21T18:45:00.871Z | + header 'debug build' |
388 | 2024-11-21T18:45:00.871Z | + echo '# ==== debug build ==== #' |
389 | 2024-11-21T18:45:00.871Z | # ==== debug build ==== # |
390 | 2024-11-21T18:45:00.871Z | + ptime -m cargo build |
391 | 2024-11-21T18:45:01.160Z | Compiling cfg-if v1.0.0 |
392 | 2024-11-21T18:45:01.160Z | Compiling memchr v2.7.4 |
393 | 2024-11-21T18:45:01.160Z | Compiling strsim v0.11.1 |
394 | 2024-11-21T18:45:01.160Z | Compiling byteorder v1.5.0 |
395 | 2024-11-21T18:45:01.163Z | Compiling libc v0.2.164 |
396 | 2024-11-21T18:45:01.168Z | Compiling bitflags v2.6.0 |
397 | 2024-11-21T18:45:01.179Z | Compiling serde v1.0.215 |
398 | 2024-11-21T18:45:01.184Z | Compiling once_cell v1.20.2 |
399 | 2024-11-21T18:45:01.223Z | Compiling zerocopy v0.8.10 |
400 | 2024-11-21T18:45:01.482Z | Compiling darling_core v0.20.10 |
401 | 2024-11-21T18:45:01.547Z | Compiling hash32 v0.3.1 |
402 | 2024-11-21T18:45:01.577Z | Compiling scopeguard v1.2.0 |
403 | 2024-11-21T18:45:01.692Z | Compiling stable_deref_trait v1.2.0 |
404 | 2024-11-21T18:45:01.732Z | Compiling dyn-clone v1.0.17 |
405 | 2024-11-21T18:45:01.782Z | Compiling macaddr v1.0.1 |
406 | 2024-11-21T18:45:01.937Z | Compiling smallvec v1.13.2 |
407 | 2024-11-21T18:45:02.147Z | Compiling aho-corasick v1.1.3 |
408 | 2024-11-21T18:45:02.153Z | Compiling heapless v0.8.0 |
409 | 2024-11-21T18:45:02.360Z | Compiling lock_api v0.4.12 |
410 | 2024-11-21T18:45:02.792Z | Compiling getrandom v0.2.15 |
411 | 2024-11-21T18:45:02.829Z | Compiling parking_lot_core v0.9.10 |
412 | 2024-11-21T18:45:02.862Z | Compiling zerocopy v0.7.35 |
413 | 2024-11-21T18:45:03.100Z | Compiling proc-macro-crate v1.3.1 |
414 | 2024-11-21T18:45:03.203Z | Compiling bitflags v1.3.2 |
415 | 2024-11-21T18:45:03.286Z | Compiling pin-project-lite v0.2.15 |
416 | 2024-11-21T18:45:03.402Z | Compiling itoa v1.0.11 |
417 | 2024-11-21T18:45:03.511Z | Compiling managed v0.8.0 |
418 | 2024-11-21T18:45:03.615Z | Compiling ryu v1.0.18 |
419 | 2024-11-21T18:45:03.870Z | Compiling cobs v0.2.3 |
420 | 2024-11-21T18:45:03.952Z | Compiling smoltcp v0.11.0 |
421 | 2024-11-21T18:45:03.966Z | Compiling num_enum_derive v0.5.11 |
422 | 2024-11-21T18:45:04.142Z | Compiling regex-automata v0.4.9 |
423 | 2024-11-21T18:45:04.469Z | Compiling ppv-lite86 v0.2.20 |
424 | 2024-11-21T18:45:04.887Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
425 | 2024-11-21T18:45:05.248Z | Compiling parking_lot v0.12.3 |
426 | 2024-11-21T18:45:05.311Z | Compiling rand_core v0.6.4 |
427 | 2024-11-21T18:45:05.759Z | Compiling anyhow v1.0.93 |
428 | 2024-11-21T18:45:06.209Z | Compiling mio v1.0.2 |
429 | 2024-11-21T18:45:06.222Z | Compiling socket2 v0.5.7 |
430 | 2024-11-21T18:45:06.325Z | Compiling errno v0.3.9 |
431 | 2024-11-21T18:45:06.553Z | Compiling signal-hook-registry v1.4.2 |
432 | 2024-11-21T18:45:06.744Z | Compiling foreign-types-shared v0.3.1 |
433 | 2024-11-21T18:45:06.844Z | Compiling either v1.13.0 |
434 | 2024-11-21T18:45:07.177Z | Compiling darling_macro v0.20.10 |
435 | 2024-11-21T18:45:07.197Z | Compiling ipnetwork v0.20.0 |
436 | 2024-11-21T18:45:07.242Z | Compiling postcard v1.0.10 |
437 | 2024-11-21T18:45:07.470Z | Compiling serde_json v1.0.133 |
438 | 2024-11-21T18:45:07.473Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
439 | 2024-11-21T18:45:07.473Z | Compiling bytes v1.8.0 |
440 | 2024-11-21T18:45:07.661Z | Compiling unicode-width v0.1.14 |
441 | 2024-11-21T18:45:07.784Z | Compiling utf8parse v0.2.2 |
442 | 2024-11-21T18:45:07.873Z | Compiling itertools v0.13.0 |
443 | 2024-11-21T18:45:07.920Z | Compiling anstyle-parse v0.2.6 |
444 | 2024-11-21T18:45:08.163Z | Compiling darling v0.20.10 |
445 | 2024-11-21T18:45:08.163Z | Compiling tabwriter v1.4.0 |
446 | 2024-11-21T18:45:08.252Z | Compiling regex v1.11.1 |
447 | 2024-11-21T18:45:08.259Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
448 | 2024-11-21T18:45:08.701Z | Compiling tokio v1.41.1 |
449 | 2024-11-21T18:45:08.775Z | Compiling foreign-types v0.5.0 |
450 | 2024-11-21T18:45:08.873Z | Compiling thiserror v1.0.69 |
451 | 2024-11-21T18:45:08.994Z | Compiling rustix v0.38.41 |
452 | 2024-11-21T18:45:09.079Z | Compiling num_enum v0.5.11 |
453 | 2024-11-21T18:45:09.232Z | Compiling schemars v0.8.21 |
454 | 2024-11-21T18:45:09.237Z | Compiling rand_chacha v0.3.1 |
455 | 2024-11-21T18:45:09.649Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
456 | 2024-11-21T18:45:09.792Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
457 | 2024-11-21T18:45:09.958Z | Compiling cstr-argument v0.1.2 |
458 | 2024-11-21T18:45:10.298Z | Compiling tracing-core v0.1.32 |
459 | 2024-11-21T18:45:10.476Z | Compiling crc32fast v1.4.2 |
460 | 2024-11-21T18:45:10.581Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
461 | 2024-11-21T18:45:10.581Z | Compiling is_terminal_polyfill v1.70.1 |
462 | 2024-11-21T18:45:10.604Z | Compiling anstyle-query v1.1.2 |
463 | 2024-11-21T18:45:10.632Z | Compiling pretty-hex v0.2.1 |
464 | 2024-11-21T18:45:10.719Z | Compiling anstyle v1.0.10 |
465 | 2024-11-21T18:45:10.736Z | Compiling lazy_static v1.5.0 |
466 | 2024-11-21T18:45:10.797Z | Compiling colorchoice v1.0.3 |
467 | 2024-11-21T18:45:10.833Z | Compiling colored v2.1.0 |
468 | 2024-11-21T18:45:10.931Z | Compiling tracing v0.1.40 |
469 | 2024-11-21T18:45:11.150Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
470 | 2024-11-21T18:45:11.381Z | Compiling anstream v0.6.18 |
471 | 2024-11-21T18:45:11.462Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
472 | 2024-11-21T18:45:11.617Z | Compiling terminal_size v0.4.0 |
473 | 2024-11-21T18:45:11.623Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
474 | 2024-11-21T18:45:11.629Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
475 | 2024-11-21T18:45:11.684Z | Compiling rand v0.8.5 |
476 | 2024-11-21T18:45:11.806Z | Compiling uuid v1.11.0 |
477 | 2024-11-21T18:45:12.082Z | Compiling clap_lex v0.7.3 |
478 | 2024-11-21T18:45:12.178Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
479 | 2024-11-21T18:45:12.249Z | Compiling winnow v0.6.20 |
480 | 2024-11-21T18:45:12.527Z | Compiling clap_builder v4.5.21 |
481 | 2024-11-21T18:45:12.534Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
482 | 2024-11-21T18:45:15.526Z | Compiling clap v4.5.21 |
483 | 2024-11-21T18:45:15.640Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
484 | 2024-11-21T18:45:15.956Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
485 | 2024-11-21T18:45:16.120Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
486 | 2024-11-21T18:45:16.257Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
487 | 2024-11-21T18:45:18.446Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
488 | 2024-11-21T18:45:24.778Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
489 | 2024-11-21T18:45:26.908Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
490 | 2024-11-21T18:45:33.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.35s |
491 | 2024-11-21T18:45:33.321Z | |
492 | 2024-11-21T18:45:33.323Z | real 32.435592551 |
493 | 2024-11-21T18:45:33.323Z | user 2:09.540354669 |
494 | 2024-11-21T18:45:33.323Z | sys 27.211787199 |
495 | 2024-11-21T18:45:33.323Z | trap 0.066599190 |
496 | 2024-11-21T18:45:33.323Z | tflt 0.204480117 |
497 | 2024-11-21T18:45:33.323Z | dflt 0.529671289 |
498 | 2024-11-21T18:45:33.323Z | kflt 0.000000000 |
499 | 2024-11-21T18:45:33.323Z | lock 3:53.999822419 |
500 | 2024-11-21T18:45:33.323Z | slp 7:29.559946661 |
501 | 2024-11-21T18:45:33.323Z | lat 3.758276669 |
502 | 2024-11-21T18:45:33.323Z | stop 4.785478569 |
503 | 2024-11-21T18:45:33.323Z | + header 'release build' |
504 | 2024-11-21T18:45:33.323Z | + echo '# ==== release build ==== #' |
505 | 2024-11-21T18:45:33.325Z | # ==== release build ==== # |
506 | 2024-11-21T18:45:33.325Z | + ptime -m cargo build --release |
507 | 2024-11-21T18:45:33.509Z | Compiling proc-macro2 v1.0.91 |
508 | 2024-11-21T18:45:33.509Z | Compiling unicode-ident v1.0.13 |
509 | 2024-11-21T18:45:33.511Z | Compiling libc v0.2.164 |
510 | 2024-11-21T18:45:33.511Z | Compiling cfg-if v1.0.0 |
511 | 2024-11-21T18:45:33.511Z | Compiling serde v1.0.215 |
512 | 2024-11-21T18:45:33.511Z | Compiling byteorder v1.5.0 |
513 | 2024-11-21T18:45:33.511Z | Compiling fnv v1.0.7 |
514 | 2024-11-21T18:45:33.511Z | Compiling strsim v0.11.1 |
515 | 2024-11-21T18:45:33.609Z | Compiling ident_case v1.0.1 |
516 | 2024-11-21T18:45:33.629Z | Compiling memchr v2.7.4 |
517 | 2024-11-21T18:45:33.685Z | Compiling regex-syntax v0.8.5 |
518 | 2024-11-21T18:45:33.757Z | Compiling syn v1.0.109 |
519 | 2024-11-21T18:45:33.895Z | Compiling bitflags v2.6.0 |
520 | 2024-11-21T18:45:34.060Z | Compiling anyhow v1.0.93 |
521 | 2024-11-21T18:45:34.168Z | Compiling zerocopy v0.8.10 |
522 | 2024-11-21T18:45:34.294Z | Compiling hashbrown v0.15.1 |
523 | 2024-11-21T18:45:34.347Z | Compiling equivalent v1.0.1 |
524 | 2024-11-21T18:45:34.434Z | Compiling either v1.13.0 |
525 | 2024-11-21T18:45:34.674Z | Compiling aho-corasick v1.1.3 |
526 | 2024-11-21T18:45:34.848Z | Compiling autocfg v1.4.0 |
527 | 2024-11-21T18:45:34.962Z | Compiling itertools v0.13.0 |
528 | 2024-11-21T18:45:35.035Z | Compiling toml_datetime v0.6.8 |
529 | 2024-11-21T18:45:35.429Z | Compiling quote v1.0.37 |
530 | 2024-11-21T18:45:35.548Z | Compiling indexmap v2.6.0 |
531 | 2024-11-21T18:45:35.675Z | Compiling lock_api v0.4.12 |
532 | 2024-11-21T18:45:35.856Z | Compiling syn v2.0.89 |
533 | 2024-11-21T18:45:36.024Z | Compiling parking_lot_core v0.9.10 |
534 | 2024-11-21T18:45:36.458Z | Compiling winnow v0.5.40 |
535 | 2024-11-21T18:45:36.929Z | Compiling heapless v0.8.0 |
536 | 2024-11-21T18:45:37.445Z | Compiling regex-automata v0.4.9 |
537 | 2024-11-21T18:45:38.328Z | Compiling hash32 v0.3.1 |
538 | 2024-11-21T18:45:38.419Z | Compiling stable_deref_trait v1.2.0 |
539 | 2024-11-21T18:45:38.506Z | Compiling smallvec v1.13.2 |
540 | 2024-11-21T18:45:38.527Z | Compiling smoltcp v0.11.0 |
541 | 2024-11-21T18:45:38.694Z | Compiling scopeguard v1.2.0 |
542 | 2024-11-21T18:45:38.812Z | Compiling dyn-clone v1.0.17 |
543 | 2024-11-21T18:45:39.012Z | Compiling serde_json v1.0.133 |
544 | 2024-11-21T18:45:39.019Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
545 | 2024-11-21T18:45:39.155Z | Compiling macaddr v1.0.1 |
546 | 2024-11-21T18:45:39.337Z | Compiling once_cell v1.20.2 |
547 | 2024-11-21T18:45:39.721Z | Compiling getrandom v0.2.15 |
548 | 2024-11-21T18:45:39.947Z | Compiling rustix v0.38.41 |
549 | 2024-11-21T18:45:40.038Z | Compiling toml_edit v0.19.15 |
550 | 2024-11-21T18:45:40.166Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
551 | 2024-11-21T18:45:40.222Z | Compiling cobs v0.2.3 |
552 | 2024-11-21T18:45:40.472Z | Compiling schemars v0.8.21 |
553 | 2024-11-21T18:45:40.518Z | Compiling thiserror v1.0.69 |
554 | 2024-11-21T18:45:40.626Z | Compiling itoa v1.0.11 |
555 | 2024-11-21T18:45:40.745Z | Compiling bitflags v1.3.2 |
556 | 2024-11-21T18:45:40.828Z | Compiling pin-project-lite v0.2.15 |
557 | 2024-11-21T18:45:40.834Z | Compiling version_check v0.9.5 |
558 | 2024-11-21T18:45:40.841Z | Compiling managed v0.8.0 |
559 | 2024-11-21T18:45:40.935Z | Compiling ryu v1.0.18 |
560 | 2024-11-21T18:45:41.356Z | Compiling regex v1.11.1 |
561 | 2024-11-21T18:45:41.419Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
562 | 2024-11-21T18:45:41.488Z | Compiling rand_core v0.6.4 |
563 | 2024-11-21T18:45:41.749Z | Compiling parking_lot v0.12.3 |
564 | 2024-11-21T18:45:41.950Z | Compiling socket2 v0.5.7 |
565 | 2024-11-21T18:45:42.292Z | Compiling signal-hook-registry v1.4.2 |
566 | 2024-11-21T18:45:43.165Z | Compiling darling_core v0.20.10 |
567 | 2024-11-21T18:45:43.461Z | Compiling serde_derive_internals v0.29.1 |
568 | 2024-11-21T18:45:43.541Z | Compiling proc-macro-crate v1.3.1 |
569 | 2024-11-21T18:45:44.363Z | Compiling errno v0.3.9 |
570 | 2024-11-21T18:45:44.589Z | Compiling mio v1.0.2 |
571 | 2024-11-21T18:45:45.123Z | Compiling utf8parse v0.2.2 |
572 | 2024-11-21T18:45:45.269Z | Compiling foreign-types-shared v0.3.1 |
573 | 2024-11-21T18:45:45.593Z | Compiling unicode-width v0.1.14 |
574 | 2024-11-21T18:45:45.748Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
575 | 2024-11-21T18:45:45.899Z | Compiling bytes v1.8.0 |
576 | 2024-11-21T18:45:45.961Z | Compiling anstyle-parse v0.2.6 |
577 | 2024-11-21T18:45:46.168Z | Compiling tabwriter v1.4.0 |
578 | 2024-11-21T18:45:46.323Z | Compiling tracing-core v0.1.32 |
579 | 2024-11-21T18:45:46.575Z | Compiling num_enum_derive v0.5.11 |
580 | 2024-11-21T18:45:46.845Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
581 | 2024-11-21T18:45:47.722Z | Compiling serde_derive v1.0.215 |
582 | 2024-11-21T18:45:47.753Z | Compiling zerocopy-derive v0.8.10 |
583 | 2024-11-21T18:45:47.992Z | Compiling zerocopy-derive v0.7.35 |
584 | 2024-11-21T18:45:48.197Z | Compiling thiserror-impl v1.0.69 |
585 | 2024-11-21T18:45:48.535Z | Compiling schemars_derive v0.8.21 |
586 | 2024-11-21T18:45:48.694Z | Compiling tokio-macros v2.4.0 |
587 | 2024-11-21T18:45:48.799Z | Compiling darling_macro v0.20.10 |
588 | 2024-11-21T18:45:49.336Z | Compiling foreign-types-macros v0.2.3 |
589 | 2024-11-21T18:45:49.811Z | Compiling darling v0.20.10 |
590 | 2024-11-21T18:45:49.906Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
591 | 2024-11-21T18:45:49.965Z | Compiling zerocopy v0.7.35 |
592 | 2024-11-21T18:45:50.182Z | Compiling tokio v1.41.1 |
593 | 2024-11-21T18:45:50.542Z | Compiling foreign-types v0.5.0 |
594 | 2024-11-21T18:45:50.630Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
595 | 2024-11-21T18:45:51.078Z | Compiling num_enum v0.5.11 |
596 | 2024-11-21T18:45:51.221Z | Compiling tracing-attributes v0.1.27 |
597 | 2024-11-21T18:45:51.349Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
598 | 2024-11-21T18:45:51.562Z | Compiling ppv-lite86 v0.2.20 |
599 | 2024-11-21T18:45:52.032Z | Compiling cstr-argument v0.1.2 |
600 | 2024-11-21T18:45:52.440Z | Compiling rand_chacha v0.3.1 |
601 | 2024-11-21T18:45:52.591Z | Compiling crc32fast v1.4.2 |
602 | 2024-11-21T18:45:52.593Z | Compiling anstyle-query v1.1.2 |
603 | 2024-11-21T18:45:52.722Z | Compiling colorchoice v1.0.3 |
604 | 2024-11-21T18:45:52.870Z | Compiling lazy_static v1.5.0 |
605 | 2024-11-21T18:45:52.922Z | Compiling anstyle v1.0.10 |
606 | 2024-11-21T18:45:52.984Z | Compiling is_terminal_polyfill v1.70.1 |
607 | 2024-11-21T18:45:53.095Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
608 | 2024-11-21T18:45:53.394Z | Compiling pretty-hex v0.2.1 |
609 | 2024-11-21T18:45:53.430Z | Compiling anstream v0.6.18 |
610 | 2024-11-21T18:45:53.576Z | Compiling colored v2.1.0 |
611 | 2024-11-21T18:45:54.075Z | Compiling rand v0.8.5 |
612 | 2024-11-21T18:45:54.294Z | Compiling tracing v0.1.40 |
613 | 2024-11-21T18:45:54.653Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
614 | 2024-11-21T18:45:54.972Z | Compiling terminal_size v0.4.0 |
615 | 2024-11-21T18:45:55.043Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
616 | 2024-11-21T18:45:55.176Z | Compiling clap_lex v0.7.3 |
617 | 2024-11-21T18:45:55.391Z | Compiling heck v0.5.0 |
618 | 2024-11-21T18:45:55.543Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
619 | 2024-11-21T18:45:55.808Z | Compiling winnow v0.6.20 |
620 | 2024-11-21T18:45:55.816Z | Compiling clap_derive v4.5.18 |
621 | 2024-11-21T18:45:55.921Z | Compiling clap_builder v4.5.21 |
622 | 2024-11-21T18:45:56.013Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
623 | 2024-11-21T18:45:56.048Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
624 | 2024-11-21T18:45:58.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
625 | 2024-11-21T18:45:59.205Z | Compiling clap v4.5.21 |
626 | 2024-11-21T18:45:59.828Z | Compiling ipnetwork v0.20.0 |
627 | 2024-11-21T18:46:00.282Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
628 | 2024-11-21T18:46:00.608Z | Compiling postcard v1.0.10 |
629 | 2024-11-21T18:46:01.295Z | Compiling uuid v1.11.0 |
630 | 2024-11-21T18:46:02.853Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
631 | 2024-11-21T18:46:05.249Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
632 | 2024-11-21T18:46:10.074Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
633 | 2024-11-21T18:46:11.858Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
634 | 2024-11-21T18:46:48.250Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 14s |
635 | 2024-11-21T18:46:48.289Z | |
636 | 2024-11-21T18:46:48.291Z | real 1:14.938451656 |
637 | 2024-11-21T18:46:48.291Z | user 4:38.662045847 |
638 | 2024-11-21T18:46:48.291Z | sys 45.871084767 |
639 | 2024-11-21T18:46:48.291Z | trap 0.134114256 |
640 | 2024-11-21T18:46:48.291Z | tflt 0.239704980 |
641 | 2024-11-21T18:46:48.291Z | dflt 0.478567978 |
642 | 2024-11-21T18:46:48.291Z | kflt 0.000001919 |
643 | 2024-11-21T18:46:48.291Z | lock 10:17.101059457 |
644 | 2024-11-21T18:46:48.291Z | slp 15:47.342269534 |
645 | 2024-11-21T18:46:48.291Z | lat 8.016821584 |
646 | 2024-11-21T18:46:48.291Z | stop 13.319005697 |
647 | 2024-11-21T18:46:48.291Z | + popd |
648 | 2024-11-21T18:46:48.291Z | /work/oxidecomputer/opte |
649 | 2024-11-21T18:46:48.291Z | + for x in debug release |
650 | 2024-11-21T18:46:48.291Z | + mkdir -p /work/debug |
651 | 2024-11-21T18:46:48.294Z | + cp target/debug/opteadm /work/debug/ |
652 | 2024-11-21T18:46:48.351Z | + sha256sum target/debug/opteadm |
653 | 2024-11-21T18:46:48.410Z | + for x in debug release |
654 | 2024-11-21T18:46:48.411Z | + mkdir -p /work/release |
655 | 2024-11-21T18:46:48.415Z | + cp target/release/opteadm /work/release/ |
656 | 2024-11-21T18:46:48.431Z | + sha256sum target/release/opteadm |
657 | 2024-11-21T18:46:48.449Z | process exited: duration 172194 ms, exit code 0 |
|
658 | 2024-11-21T18:46:48.459Z | found 4 output files |
659 | 2024-11-21T18:46:48.459Z | uploading: /work/debug/opteadm (69412280 bytes) |
660 | 2024-11-21T18:46:50.629Z | uploaded: /work/debug/opteadm |
661 | 2024-11-21T18:46:50.629Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
662 | 2024-11-21T18:46:51.643Z | uploaded: /work/debug/opteadm.debug.sha256 |
663 | 2024-11-21T18:46:51.646Z | uploading: /work/release/opteadm (17494560 bytes) |
664 | 2024-11-21T18:46:53.012Z | uploaded: /work/release/opteadm |
665 | 2024-11-21T18:46:53.014Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
666 | 2024-11-21T18:46:54.020Z | uploaded: /work/release/opteadm.release.sha256 |