|
|
|
1 | 2024-12-28T04:20:45.832Z | job assigned to worker 01JG5QW66FBSPR8210YQ3XG2HW [factory aws, i-0311fd081bbd05e13] (queued for 58 s) |
|
2 | 2024-12-28T04:20:53.716Z | starting task 0: "setup" |
3 | 2024-12-28T04:20:53.725Z | ++ uname -s |
4 | 2024-12-28T04:20:53.728Z | + kern=SunOS |
5 | 2024-12-28T04:20:53.728Z | + case "$kern" in |
6 | 2024-12-28T04:20:53.728Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:20:53.730Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:20:55.737Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:20:55.850Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:20:55.852Z | + home_fs=zfs |
11 | 2024-12-28T04:20:55.852Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:20:55.852Z | + mkdir -p /home/build |
13 | 2024-12-28T04:20:55.854Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:20:57.857Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:20:57.859Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-12-28T04:20:57.864Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:20:57.870Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:20:57.870Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:20:57.870Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-28T04:20:57.870Z | ' default |
21 | 2024-12-28T04:20:57.870Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-28T04:20:57.870Z | * toolchain profile = "default" |
23 | 2024-12-28T04:20:57.872Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:20:57.872Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:20:57.995Z | info: downloading installer |
26 | 2024-12-28T04:20:59.334Z | info: profile set to 'default' |
27 | 2024-12-28T04:20:59.334Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:20:59.337Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:20:59.496Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:20:59.497Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:21:00.388Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:21:00.727Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:21:01.934Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:03.880Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:10.737Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:10.995Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:11.834Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:12.214Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:13.911Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:15.782Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:21.795Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:22.124Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:22.124Z | |
44 | 2024-12-28T04:21:22.517Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:22.517Z | |
46 | 2024-12-28T04:21:22.520Z | |
47 | 2024-12-28T04:21:22.520Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:22.520Z | |
49 | 2024-12-28T04:21:22.520Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:22.520Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:22.520Z | |
52 | 2024-12-28T04:21:22.520Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:22.520Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:22.520Z | |
55 | 2024-12-28T04:21:22.520Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:22.520Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:22.520Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:22.599Z | + rustc --version |
59 | 2024-12-28T04:21:22.667Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:22.670Z | process exited: duration 24803 ms, exit code 0 |
|
61 | 2024-12-28T04:21:22.677Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:22.696Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-28T04:21:22.702Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:22.706Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:22.708Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:22.751Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:23.582Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:23.582Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:23.824Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:23.824Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:23.832Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:23.835Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:23.837Z | + current=master |
74 | 2024-12-28T04:21:23.837Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:23.837Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:23.840Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:23.862Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:23.864Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:23.884Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:23.887Z | process exited: duration 1184 ms, exit code 0 |
|
81 | 2024-12-28T04:21:23.894Z | starting task 4: "build" |
82 | 2024-12-28T04:21:23.897Z | + cargo --version |
83 | 2024-12-28T04:21:23.902Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:21:24.045Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-28T04:21:24.045Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:21:24.764Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:21:25.038Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:21:26.043Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:21:27.491Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:21:32.970Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:21:33.181Z | info: installing component 'cargo' |
92 | 2024-12-28T04:21:34.013Z | info: installing component 'clippy' |
93 | 2024-12-28T04:21:34.391Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:21:36.100Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:21:37.761Z | info: installing component 'rustc' |
96 | 2024-12-28T04:21:43.517Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:21:43.929Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-28T04:21:43.931Z | + rustc --version |
99 | 2024-12-28T04:21:44.001Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-28T04:21:44.005Z | + pushd bin/opteadm |
101 | 2024-12-28T04:21:44.008Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-12-28T04:21:44.008Z | + header 'check style' |
103 | 2024-12-28T04:21:44.008Z | + echo '# ==== check style ==== #' |
104 | 2024-12-28T04:21:44.008Z | # ==== check style ==== # |
105 | 2024-12-28T04:21:44.008Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-12-28T04:21:44.211Z | |
107 | 2024-12-28T04:21:44.211Z | real 0.199946093 |
108 | 2024-12-28T04:21:44.211Z | user 0.109424583 |
109 | 2024-12-28T04:21:44.211Z | sys 0.086193583 |
110 | 2024-12-28T04:21:44.211Z | trap 0.000009870 |
111 | 2024-12-28T04:21:44.211Z | tflt 0.000000000 |
112 | 2024-12-28T04:21:44.211Z | dflt 0.000000000 |
113 | 2024-12-28T04:21:44.211Z | kflt 0.000000000 |
114 | 2024-12-28T04:21:44.211Z | lock 0.000000000 |
115 | 2024-12-28T04:21:44.211Z | slp 0.112866996 |
116 | 2024-12-28T04:21:44.211Z | lat 0.000287130 |
117 | 2024-12-28T04:21:44.211Z | stop 0.000133954 |
118 | 2024-12-28T04:21:44.214Z | + header analyze |
119 | 2024-12-28T04:21:44.214Z | + echo '# ==== analyze ==== #' |
120 | 2024-12-28T04:21:44.214Z | # ==== analyze ==== # |
121 | 2024-12-28T04:21:44.214Z | + ptime -m cargo clippy --all-targets |
122 | 2024-12-28T04:21:44.428Z | Updating crates.io index |
123 | 2024-12-28T04:21:44.430Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-28T04:21:45.181Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-28T04:21:45.455Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-28T04:21:45.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-28T04:21:46.107Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-28T04:21:46.386Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-28T04:21:46.642Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-28T04:21:46.891Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-28T04:21:47.145Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-28T04:21:48.076Z | Downloading crates ... |
133 | 2024-12-28T04:21:48.179Z | Downloaded anstyle v1.0.10 |
134 | 2024-12-28T04:21:48.189Z | Downloaded autocfg v1.4.0 |
135 | 2024-12-28T04:21:48.197Z | Downloaded bytes v1.9.0 |
136 | 2024-12-28T04:21:48.207Z | Downloaded pretty-hex v0.2.1 |
137 | 2024-12-28T04:21:48.211Z | Downloaded utf8parse v0.2.2 |
138 | 2024-12-28T04:21:48.213Z | Downloaded darling_macro v0.20.10 |
139 | 2024-12-28T04:21:48.215Z | Downloaded ident_case v1.0.1 |
140 | 2024-12-28T04:21:48.220Z | Downloaded version_check v0.9.5 |
141 | 2024-12-28T04:21:48.231Z | Downloaded foreign-types-shared v0.3.1 |
142 | 2024-12-28T04:21:48.234Z | Downloaded uuid v1.11.0 |
143 | 2024-12-28T04:21:48.236Z | Downloaded foreign-types v0.5.0 |
144 | 2024-12-28T04:21:48.249Z | Downloaded equivalent v1.0.1 |
145 | 2024-12-28T04:21:48.251Z | Downloaded cstr-argument v0.1.2 |
146 | 2024-12-28T04:21:48.253Z | Downloaded tracing-attributes v0.1.28 |
147 | 2024-12-28T04:21:48.255Z | Downloaded proc-macro-error-attr2 v2.0.0 |
148 | 2024-12-28T04:21:48.258Z | Downloaded itoa v1.0.14 |
149 | 2024-12-28T04:21:48.260Z | Downloaded clap_lex v0.7.4 |
150 | 2024-12-28T04:21:48.262Z | Downloaded dyn-clone v1.0.17 |
151 | 2024-12-28T04:21:48.264Z | Downloaded schemars_derive v0.8.21 |
152 | 2024-12-28T04:21:48.264Z | Downloaded colorchoice v1.0.3 |
153 | 2024-12-28T04:21:48.266Z | Downloaded ipnetwork v0.20.0 |
154 | 2024-12-28T04:21:48.267Z | Downloaded zerocopy-derive v0.7.35 |
155 | 2024-12-28T04:21:48.270Z | Downloaded tracing-core v0.1.33 |
156 | 2024-12-28T04:21:48.273Z | Downloaded unicode-ident v1.0.14 |
157 | 2024-12-28T04:21:48.276Z | Downloaded rand_chacha v0.3.1 |
158 | 2024-12-28T04:21:48.279Z | Downloaded num_enum v0.5.11 |
159 | 2024-12-28T04:21:48.282Z | Downloaded embedded-io v0.4.0 |
160 | 2024-12-28T04:21:48.284Z | Downloaded tabwriter v1.4.0 |
161 | 2024-12-28T04:21:48.287Z | Downloaded strsim v0.11.1 |
162 | 2024-12-28T04:21:48.287Z | Downloaded tracing v0.1.41 |
163 | 2024-12-28T04:21:48.290Z | Downloaded tokio-macros v2.4.0 |
164 | 2024-12-28T04:21:48.292Z | Downloaded fnv v1.0.7 |
165 | 2024-12-28T04:21:48.292Z | Downloaded embedded-io v0.6.1 |
166 | 2024-12-28T04:21:48.295Z | Downloaded scopeguard v1.2.0 |
167 | 2024-12-28T04:21:48.295Z | Downloaded defmt-macros v0.4.0 |
168 | 2024-12-28T04:21:48.297Z | Downloaded zerocopy v0.7.35 |
169 | 2024-12-28T04:21:48.312Z | Downloaded winnow v0.6.20 |
170 | 2024-12-28T04:21:48.321Z | Downloaded winnow v0.5.40 |
171 | 2024-12-28T04:21:48.329Z | Downloaded ppv-lite86 v0.2.20 |
172 | 2024-12-28T04:21:48.331Z | Downloaded zerocopy v0.8.13 |
173 | 2024-12-28T04:21:48.352Z | Downloaded toml_datetime v0.6.8 |
174 | 2024-12-28T04:21:48.355Z | Downloaded darling v0.20.10 |
175 | 2024-12-28T04:21:48.357Z | Downloaded serde_derive_internals v0.29.1 |
176 | 2024-12-28T04:21:48.360Z | Downloaded quote v1.0.37 |
177 | 2024-12-28T04:21:48.362Z | Downloaded pin-project-lite v0.2.15 |
178 | 2024-12-28T04:21:48.366Z | Downloaded thiserror v2.0.9 |
179 | 2024-12-28T04:21:48.371Z | Downloaded bitflags v1.3.2 |
180 | 2024-12-28T04:21:48.373Z | Downloaded postcard v1.1.1 |
181 | 2024-12-28T04:21:48.376Z | Downloaded macaddr v1.0.1 |
182 | 2024-12-28T04:21:48.378Z | Downloaded colored v2.2.0 |
183 | 2024-12-28T04:21:48.380Z | Downloaded rand_core v0.6.4 |
184 | 2024-12-28T04:21:48.382Z | Downloaded proc-macro-error2 v2.0.1 |
185 | 2024-12-28T04:21:48.385Z | Downloaded getrandom v0.2.15 |
186 | 2024-12-28T04:21:48.388Z | Downloaded clap_derive v4.5.18 |
187 | 2024-12-28T04:21:48.390Z | Downloaded ryu v1.0.18 |
188 | 2024-12-28T04:21:48.392Z | Downloaded parking_lot_core v0.9.10 |
189 | 2024-12-28T04:21:48.394Z | Downloaded once_cell v1.20.2 |
190 | 2024-12-28T04:21:48.396Z | Downloaded lock_api v0.4.12 |
191 | 2024-12-28T04:21:48.397Z | Downloaded hash32 v0.3.1 |
192 | 2024-12-28T04:21:48.401Z | Downloaded clap v4.5.23 |
193 | 2024-12-28T04:21:48.406Z | Downloaded defmt v0.3.10 |
194 | 2024-12-28T04:21:48.409Z | Downloaded smallvec v1.13.2 |
195 | 2024-12-28T04:21:48.411Z | Downloaded anyhow v1.0.95 |
196 | 2024-12-28T04:21:48.415Z | Downloaded proc-macro2 v1.0.92 |
197 | 2024-12-28T04:21:48.417Z | Downloaded socket2 v0.5.8 |
198 | 2024-12-28T04:21:48.420Z | Downloaded bitflags v2.6.0 |
199 | 2024-12-28T04:21:48.422Z | Downloaded crc32fast v1.4.2 |
200 | 2024-12-28T04:21:48.425Z | Downloaded serde_derive v1.0.217 |
201 | 2024-12-28T04:21:48.428Z | Downloaded schemars v0.8.21 |
202 | 2024-12-28T04:21:48.437Z | Downloaded parking_lot v0.12.3 |
203 | 2024-12-28T04:21:48.440Z | Downloaded darling_core v0.20.10 |
204 | 2024-12-28T04:21:48.444Z | Downloaded serde v1.0.217 |
205 | 2024-12-28T04:21:48.447Z | Downloaded heapless v0.8.0 |
206 | 2024-12-28T04:21:48.450Z | Downloaded anstream v0.6.18 |
207 | 2024-12-28T04:21:48.453Z | Downloaded defmt-parser v0.4.1 |
208 | 2024-12-28T04:21:48.455Z | Downloaded stable_deref_trait v1.2.0 |
209 | 2024-12-28T04:21:48.455Z | Downloaded foreign-types-macros v0.2.3 |
210 | 2024-12-28T04:21:48.455Z | Downloaded byteorder v1.5.0 |
211 | 2024-12-28T04:21:48.458Z | Downloaded anstyle-parse v0.2.6 |
212 | 2024-12-28T04:21:48.460Z | Downloaded thiserror-impl v2.0.9 |
213 | 2024-12-28T04:21:48.460Z | Downloaded thiserror-impl v1.0.69 |
214 | 2024-12-28T04:21:48.462Z | Downloaded aho-corasick v1.1.3 |
215 | 2024-12-28T04:21:48.466Z | Downloaded thiserror v1.0.69 |
216 | 2024-12-28T04:21:48.471Z | Downloaded rand v0.8.5 |
217 | 2024-12-28T04:21:48.474Z | Downloaded memchr v2.7.4 |
218 | 2024-12-28T04:21:48.479Z | Downloaded terminal_size v0.4.1 |
219 | 2024-12-28T04:21:48.481Z | Downloaded mio v1.0.3 |
220 | 2024-12-28T04:21:48.485Z | Downloaded indexmap v2.7.0 |
221 | 2024-12-28T04:21:48.489Z | Downloaded proc-macro-crate v1.3.1 |
222 | 2024-12-28T04:21:48.492Z | Downloaded toml_edit v0.19.15 |
223 | 2024-12-28T04:21:48.505Z | Downloaded num_enum_derive v0.5.11 |
224 | 2024-12-28T04:21:48.508Z | Downloaded hashbrown v0.15.2 |
225 | 2024-12-28T04:21:48.511Z | Downloaded is_terminal_polyfill v1.70.1 |
226 | 2024-12-28T04:21:48.515Z | Downloaded either v1.13.0 |
227 | 2024-12-28T04:21:48.515Z | Downloaded heck v0.5.0 |
228 | 2024-12-28T04:21:48.516Z | Downloaded cfg-if v1.0.0 |
229 | 2024-12-28T04:21:48.516Z | Downloaded anstyle-query v1.1.2 |
230 | 2024-12-28T04:21:48.519Z | Downloaded zerocopy-derive v0.8.13 |
231 | 2024-12-28T04:21:48.522Z | Downloaded signal-hook-registry v1.4.2 |
232 | 2024-12-28T04:21:48.524Z | Downloaded managed v0.8.0 |
233 | 2024-12-28T04:21:48.524Z | Downloaded lazy_static v1.5.0 |
234 | 2024-12-28T04:21:48.526Z | Downloaded errno v0.3.10 |
235 | 2024-12-28T04:21:48.529Z | Downloaded cobs v0.2.3 |
236 | 2024-12-28T04:21:48.543Z | Downloaded itertools v0.13.0 |
237 | 2024-12-28T04:21:48.551Z | Downloaded clap_builder v4.5.23 |
238 | 2024-12-28T04:21:48.558Z | Downloaded serde_json v1.0.134 |
239 | 2024-12-28T04:21:48.587Z | Downloaded syn v1.0.109 |
240 | 2024-12-28T04:21:48.605Z | Downloaded regex v1.11.1 |
241 | 2024-12-28T04:21:48.628Z | Downloaded unicode-width v0.1.14 |
242 | 2024-12-28T04:21:48.640Z | Downloaded syn v2.0.91 |
243 | 2024-12-28T04:21:48.650Z | Downloaded smoltcp v0.11.0 |
244 | 2024-12-28T04:21:48.662Z | Downloaded regex-syntax v0.8.5 |
245 | 2024-12-28T04:21:48.670Z | Downloaded rustix v0.38.42 |
246 | 2024-12-28T04:21:48.728Z | Downloaded regex-automata v0.4.9 |
247 | 2024-12-28T04:21:48.753Z | Downloaded libc v0.2.169 |
248 | 2024-12-28T04:21:48.775Z | Downloaded tokio v1.42.0 |
249 | 2024-12-28T04:21:48.955Z | Compiling proc-macro2 v1.0.92 |
250 | 2024-12-28T04:21:48.955Z | Compiling unicode-ident v1.0.14 |
251 | 2024-12-28T04:21:48.957Z | Compiling libc v0.2.169 |
252 | 2024-12-28T04:21:48.957Z | Checking cfg-if v1.0.0 |
253 | 2024-12-28T04:21:48.957Z | Compiling serde v1.0.217 |
254 | 2024-12-28T04:21:48.957Z | Checking byteorder v1.5.0 |
255 | 2024-12-28T04:21:48.970Z | Compiling fnv v1.0.7 |
256 | 2024-12-28T04:21:48.972Z | Compiling ident_case v1.0.1 |
257 | 2024-12-28T04:21:49.044Z | Compiling strsim v0.11.1 |
258 | 2024-12-28T04:21:49.106Z | Compiling memchr v2.7.4 |
259 | 2024-12-28T04:21:49.131Z | Compiling syn v1.0.109 |
260 | 2024-12-28T04:21:49.133Z | Checking bitflags v2.6.0 |
261 | 2024-12-28T04:21:49.290Z | Compiling regex-syntax v0.8.5 |
262 | 2024-12-28T04:21:49.375Z | Compiling either v1.13.0 |
263 | 2024-12-28T04:21:49.627Z | Compiling autocfg v1.4.0 |
264 | 2024-12-28T04:21:49.684Z | Compiling zerocopy v0.8.13 |
265 | 2024-12-28T04:21:49.711Z | Compiling hashbrown v0.15.2 |
266 | 2024-12-28T04:21:49.722Z | Compiling equivalent v1.0.1 |
267 | 2024-12-28T04:21:49.815Z | Compiling itertools v0.13.0 |
268 | 2024-12-28T04:21:50.412Z | Compiling aho-corasick v1.1.3 |
269 | 2024-12-28T04:21:50.528Z | Compiling lock_api v0.4.12 |
270 | 2024-12-28T04:21:50.539Z | Compiling anyhow v1.0.95 |
271 | 2024-12-28T04:21:50.696Z | Compiling quote v1.0.37 |
272 | 2024-12-28T04:21:50.816Z | Compiling indexmap v2.7.0 |
273 | 2024-12-28T04:21:50.901Z | Compiling toml_datetime v0.6.8 |
274 | 2024-12-28T04:21:51.126Z | Compiling syn v2.0.91 |
275 | 2024-12-28T04:21:51.267Z | Compiling winnow v0.5.40 |
276 | 2024-12-28T04:21:51.277Z | Compiling heapless v0.8.0 |
277 | 2024-12-28T04:21:51.935Z | Compiling parking_lot_core v0.9.10 |
278 | 2024-12-28T04:21:52.697Z | Compiling regex-automata v0.4.9 |
279 | 2024-12-28T04:21:52.760Z | Checking hash32 v0.3.1 |
280 | 2024-12-28T04:21:52.913Z | Checking macaddr v1.0.1 |
281 | 2024-12-28T04:21:52.954Z | Checking scopeguard v1.2.0 |
282 | 2024-12-28T04:21:53.077Z | Checking smallvec v1.13.2 |
283 | 2024-12-28T04:21:53.154Z | Checking stable_deref_trait v1.2.0 |
284 | 2024-12-28T04:21:53.246Z | Compiling smoltcp v0.11.0 |
285 | 2024-12-28T04:21:53.433Z | Compiling once_cell v1.20.2 |
286 | 2024-12-28T04:21:53.779Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
287 | 2024-12-28T04:21:53.872Z | Checking dyn-clone v1.0.17 |
288 | 2024-12-28T04:21:54.004Z | Compiling serde_json v1.0.134 |
289 | 2024-12-28T04:21:54.357Z | Compiling toml_edit v0.19.15 |
290 | 2024-12-28T04:21:54.544Z | Checking getrandom v0.2.15 |
291 | 2024-12-28T04:21:54.617Z | Checking bitflags v1.3.2 |
292 | 2024-12-28T04:21:54.702Z | Checking itoa v1.0.14 |
293 | 2024-12-28T04:21:54.739Z | Compiling rustix v0.38.42 |
294 | 2024-12-28T04:21:54.863Z | Checking managed v0.8.0 |
295 | 2024-12-28T04:21:54.880Z | Compiling thiserror v1.0.69 |
296 | 2024-12-28T04:21:54.952Z | Compiling version_check v0.9.5 |
297 | 2024-12-28T04:21:55.207Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
298 | 2024-12-28T04:21:55.401Z | Checking cobs v0.2.3 |
299 | 2024-12-28T04:21:55.459Z | Checking ryu v1.0.18 |
300 | 2024-12-28T04:21:55.539Z | Compiling schemars v0.8.21 |
301 | 2024-12-28T04:21:55.551Z | Checking pin-project-lite v0.2.15 |
302 | 2024-12-28T04:21:55.568Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
303 | 2024-12-28T04:21:55.930Z | Checking parking_lot v0.12.3 |
304 | 2024-12-28T04:21:55.958Z | Checking rand_core v0.6.4 |
305 | 2024-12-28T04:21:55.980Z | Checking errno v0.3.10 |
306 | 2024-12-28T04:21:56.138Z | Checking mio v1.0.3 |
307 | 2024-12-28T04:21:56.233Z | Checking socket2 v0.5.8 |
308 | 2024-12-28T04:21:56.248Z | Checking signal-hook-registry v1.4.2 |
309 | 2024-12-28T04:21:56.478Z | Compiling regex v1.11.1 |
310 | 2024-12-28T04:21:56.681Z | Checking foreign-types-shared v0.3.1 |
311 | 2024-12-28T04:21:56.778Z | Checking utf8parse v0.2.2 |
312 | 2024-12-28T04:21:56.914Z | Compiling proc-macro-crate v1.3.1 |
313 | 2024-12-28T04:21:57.263Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
314 | 2024-12-28T04:21:57.366Z | Compiling darling_core v0.20.10 |
315 | 2024-12-28T04:21:57.467Z | Compiling serde_derive_internals v0.29.1 |
316 | 2024-12-28T04:21:57.619Z | Checking unicode-width v0.1.14 |
317 | 2024-12-28T04:21:58.081Z | Checking bytes v1.9.0 |
318 | 2024-12-28T04:21:58.557Z | Checking tabwriter v1.4.0 |
319 | 2024-12-28T04:21:58.779Z | Checking tracing-core v0.1.33 |
320 | 2024-12-28T04:21:59.403Z | Checking anstyle-parse v0.2.6 |
321 | 2024-12-28T04:21:59.689Z | Checking cstr-argument v0.1.2 |
322 | 2024-12-28T04:21:59.786Z | Checking crc32fast v1.4.2 |
323 | 2024-12-28T04:21:59.845Z | Compiling thiserror v2.0.9 |
324 | 2024-12-28T04:21:59.859Z | Checking anstyle-query v1.1.2 |
325 | 2024-12-28T04:21:59.965Z | Checking lazy_static v1.5.0 |
326 | 2024-12-28T04:22:00.014Z | Checking is_terminal_polyfill v1.70.1 |
327 | 2024-12-28T04:22:00.081Z | Checking pretty-hex v0.2.1 |
328 | 2024-12-28T04:22:00.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
329 | 2024-12-28T04:22:00.237Z | Checking colorchoice v1.0.3 |
330 | 2024-12-28T04:22:00.354Z | Checking anstyle v1.0.10 |
331 | 2024-12-28T04:22:00.365Z | Checking terminal_size v0.4.1 |
332 | 2024-12-28T04:22:00.487Z | Checking colored v2.2.0 |
333 | 2024-12-28T04:22:00.685Z | Checking anstream v0.6.18 |
334 | 2024-12-28T04:22:00.823Z | Compiling heck v0.5.0 |
335 | 2024-12-28T04:22:00.860Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
336 | 2024-12-28T04:22:00.873Z | Compiling num_enum_derive v0.5.11 |
337 | 2024-12-28T04:22:01.022Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
338 | 2024-12-28T04:22:01.046Z | Checking winnow v0.6.20 |
339 | 2024-12-28T04:22:01.067Z | Checking clap_lex v0.7.4 |
340 | 2024-12-28T04:22:01.264Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
341 | 2024-12-28T04:22:01.292Z | Checking clap_builder v4.5.23 |
342 | 2024-12-28T04:22:01.876Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
343 | 2024-12-28T04:22:01.912Z | Compiling serde_derive v1.0.217 |
344 | 2024-12-28T04:22:01.976Z | Compiling zerocopy-derive v0.8.13 |
345 | 2024-12-28T04:22:02.015Z | Compiling zerocopy-derive v0.7.35 |
346 | 2024-12-28T04:22:02.045Z | Compiling foreign-types-macros v0.2.3 |
347 | 2024-12-28T04:22:02.061Z | Compiling darling_macro v0.20.10 |
348 | 2024-12-28T04:22:02.746Z | Compiling schemars_derive v0.8.21 |
349 | 2024-12-28T04:22:03.082Z | Compiling darling v0.20.10 |
350 | 2024-12-28T04:22:03.194Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
351 | 2024-12-28T04:22:03.274Z | Compiling tokio-macros v2.4.0 |
352 | 2024-12-28T04:22:03.594Z | Compiling thiserror-impl v1.0.69 |
353 | 2024-12-28T04:22:03.902Z | Checking zerocopy v0.7.35 |
354 | 2024-12-28T04:22:04.096Z | Checking foreign-types v0.5.0 |
355 | 2024-12-28T04:22:04.186Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
356 | 2024-12-28T04:22:04.711Z | Checking tokio v1.42.0 |
357 | 2024-12-28T04:22:05.088Z | Checking ppv-lite86 v0.2.20 |
358 | 2024-12-28T04:22:05.538Z | Checking num_enum v0.5.11 |
359 | 2024-12-28T04:22:05.585Z | Compiling tracing-attributes v0.1.28 |
360 | 2024-12-28T04:22:05.675Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
361 | 2024-12-28T04:22:05.704Z | Checking rand_chacha v0.3.1 |
362 | 2024-12-28T04:22:06.070Z | Checking rand v0.8.5 |
363 | 2024-12-28T04:22:06.386Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
364 | 2024-12-28T04:22:06.676Z | Compiling thiserror-impl v2.0.9 |
365 | 2024-12-28T04:22:06.779Z | Compiling clap_derive v4.5.18 |
366 | 2024-12-28T04:22:08.501Z | Checking tracing v0.1.41 |
367 | 2024-12-28T04:22:08.778Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
368 | 2024-12-28T04:22:09.577Z | Checking clap v4.5.23 |
369 | 2024-12-28T04:22:10.495Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
370 | 2024-12-28T04:22:11.439Z | Checking ipnetwork v0.20.0 |
371 | 2024-12-28T04:22:11.439Z | Checking postcard v1.1.1 |
372 | 2024-12-28T04:22:11.441Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
373 | 2024-12-28T04:22:11.442Z | Checking uuid v1.11.0 |
374 | 2024-12-28T04:22:12.697Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
375 | 2024-12-28T04:22:13.213Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
376 | 2024-12-28T04:22:20.253Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
377 | 2024-12-28T04:22:22.470Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
378 | 2024-12-28T04:22:24.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s |
379 | 2024-12-28T04:22:24.218Z | |
380 | 2024-12-28T04:22:24.218Z | real 39.997769572 |
381 | 2024-12-28T04:22:24.218Z | user 2:33.671019558 |
382 | 2024-12-28T04:22:24.218Z | sys 23.796667132 |
383 | 2024-12-28T04:22:24.218Z | trap 0.108817976 |
384 | 2024-12-28T04:22:24.218Z | tflt 0.209311458 |
385 | 2024-12-28T04:22:24.218Z | dflt 0.176944022 |
386 | 2024-12-28T04:22:24.220Z | kflt 0.003194155 |
387 | 2024-12-28T04:22:24.221Z | lock 3:28.911462136 |
388 | 2024-12-28T04:22:24.221Z | slp 10:15.205074285 |
389 | 2024-12-28T04:22:24.221Z | lat 9.995632718 |
390 | 2024-12-28T04:22:24.221Z | stop 20.103518200 |
391 | 2024-12-28T04:22:24.221Z | + header 'debug build' |
392 | 2024-12-28T04:22:24.221Z | + echo '# ==== debug build ==== #' |
393 | 2024-12-28T04:22:24.221Z | + ptime -m cargo build |
394 | 2024-12-28T04:22:24.221Z | # ==== debug build ==== # |
395 | 2024-12-28T04:22:24.514Z | Compiling cfg-if v1.0.0 |
396 | 2024-12-28T04:22:24.515Z | Compiling memchr v2.7.4 |
397 | 2024-12-28T04:22:24.517Z | Compiling strsim v0.11.1 |
398 | 2024-12-28T04:22:24.517Z | Compiling byteorder v1.5.0 |
399 | 2024-12-28T04:22:24.517Z | Compiling libc v0.2.169 |
400 | 2024-12-28T04:22:24.525Z | Compiling bitflags v2.6.0 |
401 | 2024-12-28T04:22:24.531Z | Compiling serde v1.0.217 |
402 | 2024-12-28T04:22:24.533Z | Compiling once_cell v1.20.2 |
403 | 2024-12-28T04:22:24.584Z | Compiling zerocopy v0.8.13 |
404 | 2024-12-28T04:22:24.808Z | Compiling darling_core v0.20.10 |
405 | 2024-12-28T04:22:24.833Z | Compiling hash32 v0.3.1 |
406 | 2024-12-28T04:22:24.881Z | Compiling macaddr v1.0.1 |
407 | 2024-12-28T04:22:25.032Z | Compiling smallvec v1.13.2 |
408 | 2024-12-28T04:22:25.253Z | Compiling scopeguard v1.2.0 |
409 | 2024-12-28T04:22:25.366Z | Compiling dyn-clone v1.0.17 |
410 | 2024-12-28T04:22:25.382Z | Compiling stable_deref_trait v1.2.0 |
411 | 2024-12-28T04:22:25.387Z | Compiling lock_api v0.4.12 |
412 | 2024-12-28T04:22:25.470Z | Compiling aho-corasick v1.1.3 |
413 | 2024-12-28T04:22:25.561Z | Compiling parking_lot_core v0.9.10 |
414 | 2024-12-28T04:22:25.758Z | Compiling getrandom v0.2.15 |
415 | 2024-12-28T04:22:25.816Z | Compiling heapless v0.8.0 |
416 | 2024-12-28T04:22:26.048Z | Compiling zerocopy v0.7.35 |
417 | 2024-12-28T04:22:26.153Z | Compiling proc-macro-crate v1.3.1 |
418 | 2024-12-28T04:22:26.190Z | Compiling cobs v0.2.3 |
419 | 2024-12-28T04:22:26.468Z | Compiling managed v0.8.0 |
420 | 2024-12-28T04:22:26.647Z | Compiling itoa v1.0.14 |
421 | 2024-12-28T04:22:26.848Z | Compiling pin-project-lite v0.2.15 |
422 | 2024-12-28T04:22:26.869Z | Compiling ryu v1.0.18 |
423 | 2024-12-28T04:22:26.876Z | Compiling bitflags v1.3.2 |
424 | 2024-12-28T04:22:26.948Z | Compiling smoltcp v0.11.0 |
425 | 2024-12-28T04:22:26.950Z | Compiling num_enum_derive v0.5.11 |
426 | 2024-12-28T04:22:27.193Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
427 | 2024-12-28T04:22:27.343Z | Compiling regex-automata v0.4.9 |
428 | 2024-12-28T04:22:27.552Z | Compiling ppv-lite86 v0.2.20 |
429 | 2024-12-28T04:22:27.564Z | Compiling rand_core v0.6.4 |
430 | 2024-12-28T04:22:27.954Z | Compiling parking_lot v0.12.3 |
431 | 2024-12-28T04:22:28.264Z | Compiling signal-hook-registry v1.4.2 |
432 | 2024-12-28T04:22:28.824Z | Compiling errno v0.3.10 |
433 | 2024-12-28T04:22:28.999Z | Compiling socket2 v0.5.8 |
434 | 2024-12-28T04:22:29.025Z | Compiling mio v1.0.3 |
435 | 2024-12-28T04:22:29.081Z | Compiling anyhow v1.0.95 |
436 | 2024-12-28T04:22:29.380Z | Compiling either v1.13.0 |
437 | 2024-12-28T04:22:29.690Z | Compiling ipnetwork v0.20.0 |
438 | 2024-12-28T04:22:29.907Z | Compiling serde_json v1.0.134 |
439 | 2024-12-28T04:22:29.918Z | Compiling postcard v1.1.1 |
440 | 2024-12-28T04:22:29.978Z | Compiling utf8parse v0.2.2 |
441 | 2024-12-28T04:22:30.090Z | Compiling darling_macro v0.20.10 |
442 | 2024-12-28T04:22:30.118Z | Compiling foreign-types-shared v0.3.1 |
443 | 2024-12-28T04:22:30.200Z | Compiling unicode-width v0.1.14 |
444 | 2024-12-28T04:22:30.215Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
445 | 2024-12-28T04:22:30.255Z | Compiling bytes v1.9.0 |
446 | 2024-12-28T04:22:30.379Z | Compiling foreign-types v0.5.0 |
447 | 2024-12-28T04:22:30.472Z | Compiling anstyle-parse v0.2.6 |
448 | 2024-12-28T04:22:30.512Z | Compiling itertools v0.13.0 |
449 | 2024-12-28T04:22:30.700Z | Compiling tabwriter v1.4.0 |
450 | 2024-12-28T04:22:30.752Z | Compiling thiserror v1.0.69 |
451 | 2024-12-28T04:22:30.864Z | Compiling num_enum v0.5.11 |
452 | 2024-12-28T04:22:31.001Z | Compiling tokio v1.42.0 |
453 | 2024-12-28T04:22:31.071Z | Compiling darling v0.20.10 |
454 | 2024-12-28T04:22:31.128Z | Compiling regex v1.11.1 |
455 | 2024-12-28T04:22:31.162Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
456 | 2024-12-28T04:22:31.386Z | Compiling rustix v0.38.42 |
457 | 2024-12-28T04:22:31.717Z | Compiling schemars v0.8.21 |
458 | 2024-12-28T04:22:31.955Z | Compiling rand_chacha v0.3.1 |
459 | 2024-12-28T04:22:32.472Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
460 | 2024-12-28T04:22:32.605Z | Compiling cstr-argument v0.1.2 |
461 | 2024-12-28T04:22:32.612Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
462 | 2024-12-28T04:22:32.634Z | Compiling tracing-core v0.1.33 |
463 | 2024-12-28T04:22:32.740Z | Compiling crc32fast v1.4.2 |
464 | 2024-12-28T04:22:32.793Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
465 | 2024-12-28T04:22:32.823Z | Compiling colorchoice v1.0.3 |
466 | 2024-12-28T04:22:32.958Z | Compiling is_terminal_polyfill v1.70.1 |
467 | 2024-12-28T04:22:33.025Z | Compiling anstyle-query v1.1.2 |
468 | 2024-12-28T04:22:33.062Z | Compiling pretty-hex v0.2.1 |
469 | 2024-12-28T04:22:33.107Z | Compiling lazy_static v1.5.0 |
470 | 2024-12-28T04:22:33.150Z | Compiling anstyle v1.0.10 |
471 | 2024-12-28T04:22:33.217Z | Compiling colored v2.2.0 |
472 | 2024-12-28T04:22:33.224Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
473 | 2024-12-28T04:22:33.555Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
474 | 2024-12-28T04:22:33.732Z | Compiling anstream v0.6.18 |
475 | 2024-12-28T04:22:33.839Z | Compiling tracing v0.1.41 |
476 | 2024-12-28T04:22:33.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
477 | 2024-12-28T04:22:33.985Z | Compiling terminal_size v0.4.1 |
478 | 2024-12-28T04:22:34.056Z | Compiling rand v0.8.5 |
479 | 2024-12-28T04:22:34.174Z | Compiling uuid v1.11.0 |
480 | 2024-12-28T04:22:34.219Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
481 | 2024-12-28T04:22:34.222Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
482 | 2024-12-28T04:22:34.381Z | Compiling clap_lex v0.7.4 |
483 | 2024-12-28T04:22:34.417Z | Compiling winnow v0.6.20 |
484 | 2024-12-28T04:22:34.529Z | Compiling thiserror v2.0.9 |
485 | 2024-12-28T04:22:34.656Z | Compiling clap_builder v4.5.23 |
486 | 2024-12-28T04:22:34.832Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
487 | 2024-12-28T04:22:37.380Z | Compiling clap v4.5.23 |
488 | 2024-12-28T04:22:37.522Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
489 | 2024-12-28T04:22:37.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
490 | 2024-12-28T04:22:38.011Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
491 | 2024-12-28T04:22:38.578Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
492 | 2024-12-28T04:22:40.381Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
493 | 2024-12-28T04:22:46.046Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
494 | 2024-12-28T04:22:48.025Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
495 | 2024-12-28T04:22:53.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.09s |
496 | 2024-12-28T04:22:53.407Z | |
497 | 2024-12-28T04:22:53.410Z | real 29.175937711 |
498 | 2024-12-28T04:22:53.410Z | user 2:04.134975938 |
499 | 2024-12-28T04:22:53.410Z | sys 14.118122273 |
500 | 2024-12-28T04:22:53.410Z | trap 0.074328350 |
501 | 2024-12-28T04:22:53.410Z | tflt 0.163277619 |
502 | 2024-12-28T04:22:53.410Z | dflt 0.142854365 |
503 | 2024-12-28T04:22:53.410Z | kflt 0.000009018 |
504 | 2024-12-28T04:22:53.410Z | lock 3:18.823456291 |
505 | 2024-12-28T04:22:53.410Z | slp 6:38.392535152 |
506 | 2024-12-28T04:22:53.410Z | lat 4.214084641 |
507 | 2024-12-28T04:22:53.410Z | stop 5.435258811 |
508 | 2024-12-28T04:22:53.410Z | + header 'release build' |
509 | 2024-12-28T04:22:53.410Z | + echo '# ==== release build ==== #' |
510 | 2024-12-28T04:22:53.410Z | # ==== release build ==== # |
511 | 2024-12-28T04:22:53.410Z | + ptime -m cargo build --release |
512 | 2024-12-28T04:22:53.596Z | Compiling proc-macro2 v1.0.92 |
513 | 2024-12-28T04:22:53.596Z | Compiling unicode-ident v1.0.14 |
514 | 2024-12-28T04:22:53.598Z | Compiling libc v0.2.169 |
515 | 2024-12-28T04:22:53.599Z | Compiling cfg-if v1.0.0 |
516 | 2024-12-28T04:22:53.599Z | Compiling serde v1.0.217 |
517 | 2024-12-28T04:22:53.599Z | Compiling byteorder v1.5.0 |
518 | 2024-12-28T04:22:53.599Z | Compiling fnv v1.0.7 |
519 | 2024-12-28T04:22:53.629Z | Compiling ident_case v1.0.1 |
520 | 2024-12-28T04:22:53.699Z | Compiling strsim v0.11.1 |
521 | 2024-12-28T04:22:53.730Z | Compiling memchr v2.7.4 |
522 | 2024-12-28T04:22:53.765Z | Compiling regex-syntax v0.8.5 |
523 | 2024-12-28T04:22:53.770Z | Compiling syn v1.0.109 |
524 | 2024-12-28T04:22:53.964Z | Compiling bitflags v2.6.0 |
525 | 2024-12-28T04:22:54.147Z | Compiling autocfg v1.4.0 |
526 | 2024-12-28T04:22:54.268Z | Compiling equivalent v1.0.1 |
527 | 2024-12-28T04:22:54.311Z | Compiling zerocopy v0.8.13 |
528 | 2024-12-28T04:22:54.326Z | Compiling hashbrown v0.15.2 |
529 | 2024-12-28T04:22:54.354Z | Compiling either v1.13.0 |
530 | 2024-12-28T04:22:54.699Z | Compiling aho-corasick v1.1.3 |
531 | 2024-12-28T04:22:54.859Z | Compiling anyhow v1.0.95 |
532 | 2024-12-28T04:22:54.931Z | Compiling lock_api v0.4.12 |
533 | 2024-12-28T04:22:55.055Z | Compiling itertools v0.13.0 |
534 | 2024-12-28T04:22:55.324Z | Compiling quote v1.0.37 |
535 | 2024-12-28T04:22:55.400Z | Compiling indexmap v2.7.0 |
536 | 2024-12-28T04:22:55.458Z | Compiling toml_datetime v0.6.8 |
537 | 2024-12-28T04:22:55.767Z | Compiling syn v2.0.91 |
538 | 2024-12-28T04:22:55.866Z | Compiling winnow v0.5.40 |
539 | 2024-12-28T04:22:56.561Z | Compiling parking_lot_core v0.9.10 |
540 | 2024-12-28T04:22:56.987Z | Compiling heapless v0.8.0 |
541 | 2024-12-28T04:22:57.497Z | Compiling regex-automata v0.4.9 |
542 | 2024-12-28T04:22:58.009Z | Compiling hash32 v0.3.1 |
543 | 2024-12-28T04:22:58.154Z | Compiling once_cell v1.20.2 |
544 | 2024-12-28T04:22:58.205Z | Compiling dyn-clone v1.0.17 |
545 | 2024-12-28T04:22:58.395Z | Compiling smallvec v1.13.2 |
546 | 2024-12-28T04:22:58.410Z | Compiling serde_json v1.0.134 |
547 | 2024-12-28T04:22:58.487Z | Compiling stable_deref_trait v1.2.0 |
548 | 2024-12-28T04:22:58.576Z | Compiling smoltcp v0.11.0 |
549 | 2024-12-28T04:22:58.757Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
550 | 2024-12-28T04:22:58.821Z | Compiling toml_edit v0.19.15 |
551 | 2024-12-28T04:22:59.030Z | Compiling macaddr v1.0.1 |
552 | 2024-12-28T04:22:59.124Z | Compiling scopeguard v1.2.0 |
553 | 2024-12-28T04:22:59.435Z | Compiling getrandom v0.2.15 |
554 | 2024-12-28T04:22:59.644Z | Compiling bitflags v1.3.2 |
555 | 2024-12-28T04:22:59.726Z | Compiling itoa v1.0.14 |
556 | 2024-12-28T04:22:59.733Z | Compiling schemars v0.8.21 |
557 | 2024-12-28T04:22:59.882Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
558 | 2024-12-28T04:22:59.929Z | Compiling ryu v1.0.18 |
559 | 2024-12-28T04:23:00.132Z | Compiling managed v0.8.0 |
560 | 2024-12-28T04:23:00.173Z | Compiling pin-project-lite v0.2.15 |
561 | 2024-12-28T04:23:00.211Z | Compiling cobs v0.2.3 |
562 | 2024-12-28T04:23:00.287Z | Compiling version_check v0.9.5 |
563 | 2024-12-28T04:23:00.355Z | Compiling thiserror v1.0.69 |
564 | 2024-12-28T04:23:00.514Z | Compiling rustix v0.38.42 |
565 | 2024-12-28T04:23:00.838Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
566 | 2024-12-28T04:23:01.199Z | Compiling rand_core v0.6.4 |
567 | 2024-12-28T04:23:01.206Z | Compiling parking_lot v0.12.3 |
568 | 2024-12-28T04:23:01.257Z | Compiling regex v1.11.1 |
569 | 2024-12-28T04:23:01.611Z | Compiling proc-macro-crate v1.3.1 |
570 | 2024-12-28T04:23:02.108Z | Compiling darling_core v0.20.10 |
571 | 2024-12-28T04:23:02.327Z | Compiling serde_derive_internals v0.29.1 |
572 | 2024-12-28T04:23:02.803Z | Compiling signal-hook-registry v1.4.2 |
573 | 2024-12-28T04:23:03.940Z | Compiling mio v1.0.3 |
574 | 2024-12-28T04:23:04.198Z | Compiling errno v0.3.10 |
575 | 2024-12-28T04:23:04.257Z | Compiling socket2 v0.5.8 |
576 | 2024-12-28T04:23:04.278Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
577 | 2024-12-28T04:23:04.727Z | Compiling unicode-width v0.1.14 |
578 | 2024-12-28T04:23:04.791Z | Compiling bytes v1.9.0 |
579 | 2024-12-28T04:23:05.143Z | Compiling foreign-types-shared v0.3.1 |
580 | 2024-12-28T04:23:05.251Z | Compiling utf8parse v0.2.2 |
581 | 2024-12-28T04:23:05.278Z | Compiling tabwriter v1.4.0 |
582 | 2024-12-28T04:23:05.386Z | Compiling anstyle-parse v0.2.6 |
583 | 2024-12-28T04:23:05.570Z | Compiling num_enum_derive v0.5.11 |
584 | 2024-12-28T04:23:05.739Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
585 | 2024-12-28T04:23:05.897Z | Compiling tracing-core v0.1.33 |
586 | 2024-12-28T04:23:06.473Z | Compiling serde_derive v1.0.217 |
587 | 2024-12-28T04:23:06.602Z | Compiling zerocopy-derive v0.8.13 |
588 | 2024-12-28T04:23:06.635Z | Compiling zerocopy-derive v0.7.35 |
589 | 2024-12-28T04:23:07.383Z | Compiling darling_macro v0.20.10 |
590 | 2024-12-28T04:23:07.608Z | Compiling tokio-macros v2.4.0 |
591 | 2024-12-28T04:23:07.654Z | Compiling schemars_derive v0.8.21 |
592 | 2024-12-28T04:23:07.824Z | Compiling thiserror-impl v1.0.69 |
593 | 2024-12-28T04:23:07.882Z | Compiling foreign-types-macros v0.2.3 |
594 | 2024-12-28T04:23:08.360Z | Compiling darling v0.20.10 |
595 | 2024-12-28T04:23:08.453Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
596 | 2024-12-28T04:23:08.469Z | Compiling zerocopy v0.7.35 |
597 | 2024-12-28T04:23:09.016Z | Compiling tokio v1.42.0 |
598 | 2024-12-28T04:23:09.117Z | Compiling foreign-types v0.5.0 |
599 | 2024-12-28T04:23:09.208Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
600 | 2024-12-28T04:23:09.795Z | Compiling ppv-lite86 v0.2.20 |
601 | 2024-12-28T04:23:10.350Z | Compiling num_enum v0.5.11 |
602 | 2024-12-28T04:23:10.361Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
603 | 2024-12-28T04:23:10.503Z | Compiling rand_chacha v0.3.1 |
604 | 2024-12-28T04:23:10.510Z | Compiling tracing-attributes v0.1.28 |
605 | 2024-12-28T04:23:10.857Z | Compiling cstr-argument v0.1.2 |
606 | 2024-12-28T04:23:11.435Z | Compiling crc32fast v1.4.2 |
607 | 2024-12-28T04:23:11.592Z | Compiling is_terminal_polyfill v1.70.1 |
608 | 2024-12-28T04:23:11.701Z | Compiling colorchoice v1.0.3 |
609 | 2024-12-28T04:23:11.766Z | Compiling anstyle-query v1.1.2 |
610 | 2024-12-28T04:23:11.841Z | Compiling anstyle v1.0.10 |
611 | 2024-12-28T04:23:11.896Z | Compiling lazy_static v1.5.0 |
612 | 2024-12-28T04:23:12.007Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
613 | 2024-12-28T04:23:12.096Z | Compiling pretty-hex v0.2.1 |
614 | 2024-12-28T04:23:12.266Z | Compiling thiserror v2.0.9 |
615 | 2024-12-28T04:23:12.280Z | Compiling anstream v0.6.18 |
616 | 2024-12-28T04:23:12.357Z | Compiling colored v2.2.0 |
617 | 2024-12-28T04:23:13.168Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
618 | 2024-12-28T04:23:13.354Z | Compiling rand v0.8.5 |
619 | 2024-12-28T04:23:13.429Z | Compiling tracing v0.1.41 |
620 | 2024-12-28T04:23:13.736Z | Compiling terminal_size v0.4.1 |
621 | 2024-12-28T04:23:13.761Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
622 | 2024-12-28T04:23:13.781Z | Compiling thiserror-impl v2.0.9 |
623 | 2024-12-28T04:23:13.916Z | Compiling winnow v0.6.20 |
624 | 2024-12-28T04:23:13.927Z | Compiling clap_lex v0.7.4 |
625 | 2024-12-28T04:23:14.001Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
626 | 2024-12-28T04:23:14.384Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
627 | 2024-12-28T04:23:14.463Z | Compiling heck v0.5.0 |
628 | 2024-12-28T04:23:14.839Z | Compiling clap_derive v4.5.18 |
629 | 2024-12-28T04:23:14.982Z | Compiling clap_builder v4.5.23 |
630 | 2024-12-28T04:23:15.218Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
631 | 2024-12-28T04:23:17.102Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
632 | 2024-12-28T04:23:18.115Z | Compiling ipnetwork v0.20.0 |
633 | 2024-12-28T04:23:18.515Z | Compiling postcard v1.1.1 |
634 | 2024-12-28T04:23:19.169Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
635 | 2024-12-28T04:23:19.852Z | Compiling uuid v1.11.0 |
636 | 2024-12-28T04:23:20.451Z | Compiling clap v4.5.23 |
637 | 2024-12-28T04:23:22.058Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
638 | 2024-12-28T04:23:22.721Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
639 | 2024-12-28T04:23:28.314Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
640 | 2024-12-28T04:23:30.236Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
641 | 2024-12-28T04:24:05.777Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s |
642 | 2024-12-28T04:24:05.817Z | |
643 | 2024-12-28T04:24:05.819Z | real 1:12.392375429 |
644 | 2024-12-28T04:24:05.819Z | user 4:36.557387140 |
645 | 2024-12-28T04:24:05.819Z | sys 26.868521568 |
646 | 2024-12-28T04:24:05.819Z | trap 0.151469525 |
647 | 2024-12-28T04:24:05.820Z | tflt 0.281455076 |
648 | 2024-12-28T04:24:05.820Z | dflt 0.572351028 |
649 | 2024-12-28T04:24:05.820Z | kflt 0.000579401 |
650 | 2024-12-28T04:24:05.820Z | lock 9:34.352454314 |
651 | 2024-12-28T04:24:05.820Z | slp 14:47.539534492 |
652 | 2024-12-28T04:24:05.820Z | lat 9.874348241 |
653 | 2024-12-28T04:24:05.820Z | stop 14.624793779 |
654 | 2024-12-28T04:24:05.820Z | + popd |
655 | 2024-12-28T04:24:05.820Z | /work/oxidecomputer/opte |
656 | 2024-12-28T04:24:05.820Z | + for x in debug release |
657 | 2024-12-28T04:24:05.820Z | + mkdir -p /work/debug |
658 | 2024-12-28T04:24:05.822Z | + cp target/debug/opteadm /work/debug/ |
659 | 2024-12-28T04:24:05.885Z | + sha256sum target/debug/opteadm |
660 | 2024-12-28T04:24:05.944Z | + for x in debug release |
661 | 2024-12-28T04:24:05.944Z | + mkdir -p /work/release |
662 | 2024-12-28T04:24:05.946Z | + cp target/release/opteadm /work/release/ |
663 | 2024-12-28T04:24:05.965Z | + sha256sum target/release/opteadm |
664 | 2024-12-28T04:24:05.982Z | process exited: duration 162075 ms, exit code 0 |
|
665 | 2024-12-28T04:24:05.992Z | found 4 output files |
666 | 2024-12-28T04:24:05.992Z | uploading: /work/debug/opteadm (68790552 bytes) |
667 | 2024-12-28T04:24:08.018Z | uploaded: /work/debug/opteadm |
668 | 2024-12-28T04:24:08.023Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
669 | 2024-12-28T04:24:09.029Z | uploaded: /work/debug/opteadm.debug.sha256 |
670 | 2024-12-28T04:24:09.029Z | uploading: /work/release/opteadm (17587864 bytes) |
671 | 2024-12-28T04:24:10.305Z | uploaded: /work/release/opteadm |
672 | 2024-12-28T04:24:10.307Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
673 | 2024-12-28T04:24:11.313Z | uploaded: /work/release/opteadm.release.sha256 |