|
|
|
1 | 2024-11-29T15:04:38.734Z | job assigned to worker 01JDW76CKAA3VH21238MXTHNHE [factory aws, i-0f4f2efc415818571] (queued for 52 s) |
|
2 | 2024-11-29T15:04:46.098Z | starting task 0: "setup" |
3 | 2024-11-29T15:04:46.107Z | ++ uname -s |
4 | 2024-11-29T15:04:46.109Z | + kern=SunOS |
5 | 2024-11-29T15:04:46.109Z | + case "$kern" in |
6 | 2024-11-29T15:04:46.109Z | + groupadd -g 12345 build |
7 | 2024-11-29T15:04:46.112Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T15:04:48.119Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T15:04:48.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T15:04:48.238Z | + home_fs=zfs |
11 | 2024-11-29T15:04:48.238Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T15:04:48.238Z | + mkdir -p /home/build |
13 | 2024-11-29T15:04:48.240Z | + chown build:build /home/build /work |
14 | 2024-11-29T15:04:50.241Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T15:04:50.243Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-11-29T15:04:50.248Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T15:04:50.253Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T15:04:50.253Z | ' nightly-2024-11-18 |
19 | 2024-11-29T15:04:50.253Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-29T15:04:50.253Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T15:04:50.253Z | ' default |
22 | 2024-11-29T15:04:50.253Z | * toolchain profile = "default" |
23 | 2024-11-29T15:04:50.256Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T15:04:50.256Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-29T15:04:50.420Z | info: downloading installer |
26 | 2024-11-29T15:04:51.608Z | info: profile set to 'default' |
27 | 2024-11-29T15:04:51.608Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T15:04:51.610Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-29T15:04:51.753Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-29T15:04:51.753Z | info: downloading component 'cargo' |
31 | 2024-11-29T15:04:52.518Z | info: downloading component 'clippy' |
32 | 2024-11-29T15:04:52.811Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T15:04:53.851Z | info: downloading component 'rust-std' |
34 | 2024-11-29T15:04:55.532Z | info: downloading component 'rustc' |
35 | 2024-11-29T15:05:01.480Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T15:05:01.740Z | info: installing component 'cargo' |
37 | 2024-11-29T15:05:02.563Z | info: installing component 'clippy' |
38 | 2024-11-29T15:05:02.943Z | info: installing component 'rust-docs' |
39 | 2024-11-29T15:05:04.565Z | info: installing component 'rust-std' |
40 | 2024-11-29T15:05:06.467Z | info: installing component 'rustc' |
41 | 2024-11-29T15:05:12.313Z | info: installing component 'rustfmt' |
42 | 2024-11-29T15:05:12.638Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-29T15:05:12.638Z | |
44 | 2024-11-29T15:05:13.028Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-29T15:05:13.028Z | |
46 | 2024-11-29T15:05:13.031Z | |
47 | 2024-11-29T15:05:13.031Z | Rust is installed now. Great! |
48 | 2024-11-29T15:05:13.031Z | |
49 | 2024-11-29T15:05:13.031Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T15:05:13.031Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T15:05:13.031Z | |
52 | 2024-11-29T15:05:13.031Z | To configure your current shell, you need to source |
53 | 2024-11-29T15:05:13.032Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T15:05:13.032Z | |
55 | 2024-11-29T15:05:13.032Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T15:05:13.032Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T15:05:13.032Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T15:05:13.106Z | + rustc --version |
59 | 2024-11-29T15:05:13.172Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-29T15:05:13.175Z | process exited: duration 22924 ms, exit code 0 |
|
61 | 2024-11-29T15:05:13.179Z | starting task 2: "authentication" |
62 | 2024-11-29T15:05:13.199Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-29T15:05:13.204Z | starting task 3: "clone repository" |
64 | 2024-11-29T15:05:13.208Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-29T15:05:13.211Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-29T15:05:13.244Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-29T15:05:14.442Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-29T15:05:14.442Z | + git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
69 | 2024-11-29T15:05:14.732Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-29T15:05:14.732Z | * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD |
71 | 2024-11-29T15:05:14.739Z | + [[ -n fix-618 ]] |
72 | 2024-11-29T15:05:14.741Z | ++ git branch --show-current |
73 | 2024-11-29T15:05:14.744Z | + current=master |
74 | 2024-11-29T15:05:14.744Z | + [[ master != fix-618 ]] |
75 | 2024-11-29T15:05:14.744Z | + git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
76 | 2024-11-29T15:05:14.746Z | + git checkout -f fix-618 |
77 | 2024-11-29T15:05:14.767Z | Switched to branch 'fix-618' |
78 | 2024-11-29T15:05:14.770Z | + git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
79 | 2024-11-29T15:05:14.774Z | HEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS |
80 | 2024-11-29T15:05:14.776Z | process exited: duration 1570 ms, exit code 0 |
|
81 | 2024-11-29T15:05:14.780Z | starting task 4: "build" |
82 | 2024-11-29T15:05:14.785Z | + cargo --version |
83 | 2024-11-29T15:05:14.790Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-29T15:05:14.932Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-29T15:05:14.932Z | info: downloading component 'cargo' |
86 | 2024-11-29T15:05:15.673Z | info: downloading component 'clippy' |
87 | 2024-11-29T15:05:15.954Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T15:05:17.003Z | info: downloading component 'rust-std' |
89 | 2024-11-29T15:05:18.671Z | info: downloading component 'rustc' |
90 | 2024-11-29T15:05:24.644Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T15:05:24.854Z | info: installing component 'cargo' |
92 | 2024-11-29T15:05:25.660Z | info: installing component 'clippy' |
93 | 2024-11-29T15:05:26.027Z | info: installing component 'rust-docs' |
94 | 2024-11-29T15:05:27.714Z | info: installing component 'rust-std' |
95 | 2024-11-29T15:05:29.439Z | info: installing component 'rustc' |
96 | 2024-11-29T15:05:35.326Z | info: installing component 'rustfmt' |
97 | 2024-11-29T15:05:35.713Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-29T15:05:35.717Z | + rustc --version |
99 | 2024-11-29T15:05:35.785Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-29T15:05:35.789Z | + pushd bin/opteadm |
101 | 2024-11-29T15:05:35.792Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-11-29T15:05:35.792Z | + header 'check style' |
103 | 2024-11-29T15:05:35.792Z | + echo '# ==== check style ==== #' |
104 | 2024-11-29T15:05:35.792Z | # ==== check style ==== # |
105 | 2024-11-29T15:05:35.792Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-11-29T15:05:35.988Z | |
107 | 2024-11-29T15:05:35.988Z | real 0.194168710 |
108 | 2024-11-29T15:05:35.988Z | user 0.106195392 |
109 | 2024-11-29T15:05:35.988Z | sys 0.083772911 |
110 | 2024-11-29T15:05:35.988Z | trap 0.000005200 |
111 | 2024-11-29T15:05:35.988Z | tflt 0.000000000 |
112 | 2024-11-29T15:05:35.989Z | dflt 0.000000000 |
113 | 2024-11-29T15:05:35.989Z | kflt 0.000000000 |
114 | 2024-11-29T15:05:35.991Z | lock 0.000000000 |
115 | 2024-11-29T15:05:35.991Z | slp 0.109898784 |
116 | 2024-11-29T15:05:35.991Z | lat 0.000226750 |
117 | 2024-11-29T15:05:35.991Z | stop 0.000125739 |
118 | 2024-11-29T15:05:35.991Z | + header analyze |
119 | 2024-11-29T15:05:35.991Z | + echo '# ==== analyze ==== #' |
120 | 2024-11-29T15:05:35.991Z | # ==== analyze ==== # |
121 | 2024-11-29T15:05:35.992Z | + ptime -m cargo clippy --all-targets |
122 | 2024-11-29T15:05:36.202Z | Updating crates.io index |
123 | 2024-11-29T15:05:36.205Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-29T15:05:36.981Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-29T15:05:37.220Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-29T15:05:37.483Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-29T15:05:37.816Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-29T15:05:38.092Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-29T15:05:38.358Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-29T15:05:38.674Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-29T15:05:38.961Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-29T15:05:39.870Z | Downloading crates ... |
133 | 2024-11-29T15:05:39.922Z | Downloaded proc-macro-crate v1.3.1 |
134 | 2024-11-29T15:05:39.925Z | Downloaded cfg-if v1.0.0 |
135 | 2024-11-29T15:05:39.935Z | Downloaded schemars v0.8.21 |
136 | 2024-11-29T15:05:39.948Z | Downloaded tokio-macros v2.4.0 |
137 | 2024-11-29T15:05:39.978Z | Downloaded libc v0.2.164 |
138 | 2024-11-29T15:05:40.005Z | Downloaded anyhow v1.0.93 |
139 | 2024-11-29T15:05:40.008Z | Downloaded zerocopy-derive v0.8.11 |
140 | 2024-11-29T15:05:40.014Z | Downloaded crc32fast v1.4.2 |
141 | 2024-11-29T15:05:40.016Z | Downloaded cstr-argument v0.1.2 |
142 | 2024-11-29T15:05:40.020Z | Downloaded anstyle v1.0.10 |
143 | 2024-11-29T15:05:40.020Z | Downloaded anstyle-parse v0.2.6 |
144 | 2024-11-29T15:05:40.023Z | Downloaded version_check v0.9.5 |
145 | 2024-11-29T15:05:40.023Z | Downloaded utf8parse v0.2.2 |
146 | 2024-11-29T15:05:40.023Z | Downloaded colorchoice v1.0.3 |
147 | 2024-11-29T15:05:40.026Z | Downloaded aho-corasick v1.1.3 |
148 | 2024-11-29T15:05:40.029Z | Downloaded zerocopy-derive v0.7.35 |
149 | 2024-11-29T15:05:40.033Z | Downloaded uuid v1.11.0 |
150 | 2024-11-29T15:05:40.037Z | Downloaded unicode-ident v1.0.14 |
151 | 2024-11-29T15:05:40.040Z | Downloaded tracing v0.1.40 |
152 | 2024-11-29T15:05:40.044Z | Downloaded darling_macro v0.20.10 |
153 | 2024-11-29T15:05:40.046Z | Downloaded cobs v0.2.3 |
154 | 2024-11-29T15:05:40.046Z | Downloaded embedded-io v0.4.0 |
155 | 2024-11-29T15:05:40.049Z | Downloaded winnow v0.6.20 |
156 | 2024-11-29T15:05:40.057Z | Downloaded foreign-types-shared v0.3.1 |
157 | 2024-11-29T15:05:40.060Z | Downloaded zerocopy v0.7.35 |
158 | 2024-11-29T15:05:40.073Z | Downloaded is_terminal_polyfill v1.70.1 |
159 | 2024-11-29T15:05:40.075Z | Downloaded errno v0.3.9 |
160 | 2024-11-29T15:05:40.075Z | Downloaded defmt-parser v0.3.4 |
161 | 2024-11-29T15:05:40.078Z | Downloaded clap_lex v0.7.3 |
162 | 2024-11-29T15:05:40.078Z | Downloaded ident_case v1.0.1 |
163 | 2024-11-29T15:05:40.078Z | Downloaded heck v0.5.0 |
164 | 2024-11-29T15:05:40.081Z | Downloaded hash32 v0.3.1 |
165 | 2024-11-29T15:05:40.081Z | Downloaded darling v0.20.10 |
166 | 2024-11-29T15:05:40.085Z | Downloaded pretty-hex v0.2.1 |
167 | 2024-11-29T15:05:40.087Z | Downloaded bitflags v2.6.0 |
168 | 2024-11-29T15:05:40.089Z | Downloaded foreign-types v0.5.0 |
169 | 2024-11-29T15:05:40.089Z | Downloaded equivalent v1.0.1 |
170 | 2024-11-29T15:05:40.092Z | Downloaded winnow v0.5.40 |
171 | 2024-11-29T15:05:40.098Z | Downloaded rand_core v0.6.4 |
172 | 2024-11-29T15:05:40.102Z | Downloaded foreign-types-macros v0.2.3 |
173 | 2024-11-29T15:05:40.102Z | Downloaded getrandom v0.2.15 |
174 | 2024-11-29T15:05:40.104Z | Downloaded defmt-macros v0.3.9 |
175 | 2024-11-29T15:05:40.107Z | Downloaded defmt v0.3.8 |
176 | 2024-11-29T15:05:40.110Z | Downloaded dyn-clone v1.0.17 |
177 | 2024-11-29T15:05:40.112Z | Downloaded lazy_static v1.5.0 |
178 | 2024-11-29T15:05:40.112Z | Downloaded itoa v1.0.13 |
179 | 2024-11-29T15:05:40.112Z | Downloaded embedded-io v0.6.1 |
180 | 2024-11-29T15:05:40.115Z | Downloaded num_enum_derive v0.5.11 |
181 | 2024-11-29T15:05:40.115Z | Downloaded either v1.13.0 |
182 | 2024-11-29T15:05:40.118Z | Downloaded bitflags v1.3.2 |
183 | 2024-11-29T15:05:40.120Z | Downloaded clap_derive v4.5.18 |
184 | 2024-11-29T15:05:40.123Z | Downloaded scopeguard v1.2.0 |
185 | 2024-11-29T15:05:40.123Z | Downloaded rand_chacha v0.3.1 |
186 | 2024-11-29T15:05:40.127Z | Downloaded ppv-lite86 v0.2.20 |
187 | 2024-11-29T15:05:40.127Z | Downloaded managed v0.8.0 |
188 | 2024-11-29T15:05:40.127Z | Downloaded clap v4.5.21 |
189 | 2024-11-29T15:05:40.133Z | Downloaded proc-macro-error-attr v1.0.4 |
190 | 2024-11-29T15:05:40.136Z | Downloaded proc-macro-error v1.0.4 |
191 | 2024-11-29T15:05:40.138Z | Downloaded thiserror-impl v1.0.69 |
192 | 2024-11-29T15:05:40.140Z | Downloaded thiserror v1.0.69 |
193 | 2024-11-29T15:05:40.143Z | Downloaded terminal_size v0.4.0 |
194 | 2024-11-29T15:05:40.145Z | Downloaded toml_datetime v0.6.8 |
195 | 2024-11-29T15:05:40.148Z | Downloaded stable_deref_trait v1.2.0 |
196 | 2024-11-29T15:05:40.148Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2024-11-29T15:05:40.148Z | Downloaded strsim v0.11.1 |
198 | 2024-11-29T15:05:40.151Z | Downloaded lock_api v0.4.12 |
199 | 2024-11-29T15:05:40.151Z | Downloaded fnv v1.0.7 |
200 | 2024-11-29T15:05:40.151Z | Downloaded macaddr v1.0.1 |
201 | 2024-11-29T15:05:40.154Z | Downloaded quote v1.0.37 |
202 | 2024-11-29T15:05:40.157Z | Downloaded pin-project-lite v0.2.15 |
203 | 2024-11-29T15:05:40.159Z | Downloaded smallvec v1.13.2 |
204 | 2024-11-29T15:05:40.162Z | Downloaded serde_derive_internals v0.29.1 |
205 | 2024-11-29T15:05:40.164Z | Downloaded schemars_derive v0.8.21 |
206 | 2024-11-29T15:05:40.165Z | Downloaded postcard v1.0.10 |
207 | 2024-11-29T15:05:40.167Z | Downloaded parking_lot_core v0.9.10 |
208 | 2024-11-29T15:05:40.169Z | Downloaded proc-macro2 v1.0.92 |
209 | 2024-11-29T15:05:40.173Z | Downloaded once_cell v1.20.2 |
210 | 2024-11-29T15:05:40.176Z | Downloaded num_enum v0.5.11 |
211 | 2024-11-29T15:05:40.178Z | Downloaded tabwriter v1.4.0 |
212 | 2024-11-29T15:05:40.178Z | Downloaded ipnetwork v0.20.0 |
213 | 2024-11-29T15:05:40.181Z | Downloaded clap_builder v4.5.21 |
214 | 2024-11-29T15:05:40.186Z | Downloaded parking_lot v0.12.3 |
215 | 2024-11-29T15:05:40.189Z | Downloaded colored v2.1.0 |
216 | 2024-11-29T15:05:40.192Z | Downloaded ryu v1.0.18 |
217 | 2024-11-29T15:05:40.195Z | Downloaded byteorder v1.5.0 |
218 | 2024-11-29T15:05:40.195Z | Downloaded autocfg v1.4.0 |
219 | 2024-11-29T15:05:40.198Z | Downloaded darling_core v0.20.10 |
220 | 2024-11-29T15:05:40.200Z | Downloaded tracing-attributes v0.1.27 |
221 | 2024-11-29T15:05:40.203Z | Downloaded socket2 v0.5.7 |
222 | 2024-11-29T15:05:40.206Z | Downloaded bytes v1.8.0 |
223 | 2024-11-29T15:05:40.209Z | Downloaded indexmap v2.6.0 |
224 | 2024-11-29T15:05:40.212Z | Downloaded serde_derive v1.0.215 |
225 | 2024-11-29T15:05:40.214Z | Downloaded anstream v0.6.18 |
226 | 2024-11-29T15:05:40.216Z | Downloaded anstyle-query v1.1.2 |
227 | 2024-11-29T15:05:40.218Z | Downloaded tracing-core v0.1.32 |
228 | 2024-11-29T15:05:40.220Z | Downloaded serde v1.0.215 |
229 | 2024-11-29T15:05:40.223Z | Downloaded memchr v2.7.4 |
230 | 2024-11-29T15:05:40.228Z | Downloaded heapless v0.8.0 |
231 | 2024-11-29T15:05:40.235Z | Downloaded rand v0.8.5 |
232 | 2024-11-29T15:05:40.242Z | Downloaded mio v1.0.2 |
233 | 2024-11-29T15:05:40.247Z | Downloaded toml_edit v0.19.15 |
234 | 2024-11-29T15:05:40.262Z | Downloaded itertools v0.13.0 |
235 | 2024-11-29T15:05:40.269Z | Downloaded hashbrown v0.15.2 |
236 | 2024-11-29T15:05:40.277Z | Downloaded serde_json v1.0.133 |
237 | 2024-11-29T15:05:40.344Z | Downloaded zerocopy v0.8.11 |
238 | 2024-11-29T15:05:40.366Z | Downloaded regex v1.11.1 |
239 | 2024-11-29T15:05:40.377Z | Downloaded unicode-width v0.1.14 |
240 | 2024-11-29T15:05:40.383Z | Downloaded syn v1.0.109 |
241 | 2024-11-29T15:05:40.392Z | Downloaded syn v2.0.89 |
242 | 2024-11-29T15:05:40.402Z | Downloaded smoltcp v0.11.0 |
243 | 2024-11-29T15:05:40.413Z | Downloaded rustix v0.38.41 |
244 | 2024-11-29T15:05:40.432Z | Downloaded regex-syntax v0.8.5 |
245 | 2024-11-29T15:05:40.468Z | Downloaded regex-automata v0.4.9 |
246 | 2024-11-29T15:05:40.484Z | Downloaded tokio v1.41.1 |
247 | 2024-11-29T15:05:40.654Z | Compiling proc-macro2 v1.0.92 |
248 | 2024-11-29T15:05:40.654Z | Compiling unicode-ident v1.0.14 |
249 | 2024-11-29T15:05:40.657Z | Compiling libc v0.2.164 |
250 | 2024-11-29T15:05:40.657Z | Checking cfg-if v1.0.0 |
251 | 2024-11-29T15:05:40.657Z | Compiling serde v1.0.215 |
252 | 2024-11-29T15:05:40.657Z | Checking byteorder v1.5.0 |
253 | 2024-11-29T15:05:40.657Z | Compiling ident_case v1.0.1 |
254 | 2024-11-29T15:05:40.668Z | Compiling fnv v1.0.7 |
255 | 2024-11-29T15:05:40.734Z | Compiling strsim v0.11.1 |
256 | 2024-11-29T15:05:40.810Z | Compiling memchr v2.7.4 |
257 | 2024-11-29T15:05:40.835Z | Compiling syn v1.0.109 |
258 | 2024-11-29T15:05:40.846Z | Compiling regex-syntax v0.8.5 |
259 | 2024-11-29T15:05:40.986Z | Checking bitflags v2.6.0 |
260 | 2024-11-29T15:05:41.234Z | Compiling autocfg v1.4.0 |
261 | 2024-11-29T15:05:41.305Z | Compiling equivalent v1.0.1 |
262 | 2024-11-29T15:05:41.391Z | Compiling hashbrown v0.15.2 |
263 | 2024-11-29T15:05:41.408Z | Compiling either v1.13.0 |
264 | 2024-11-29T15:05:41.448Z | Compiling zerocopy v0.8.11 |
265 | 2024-11-29T15:05:41.803Z | Compiling aho-corasick v1.1.3 |
266 | 2024-11-29T15:05:42.060Z | Compiling lock_api v0.4.12 |
267 | 2024-11-29T15:05:42.248Z | Compiling itertools v0.13.0 |
268 | 2024-11-29T15:05:42.304Z | Compiling heapless v0.8.0 |
269 | 2024-11-29T15:05:42.415Z | Compiling quote v1.0.37 |
270 | 2024-11-29T15:05:42.669Z | Compiling indexmap v2.6.0 |
271 | 2024-11-29T15:05:42.706Z | Compiling winnow v0.5.40 |
272 | 2024-11-29T15:05:42.864Z | Compiling syn v2.0.89 |
273 | 2024-11-29T15:05:43.076Z | Compiling toml_datetime v0.6.8 |
274 | 2024-11-29T15:05:44.103Z | Compiling parking_lot_core v0.9.10 |
275 | 2024-11-29T15:05:44.418Z | Compiling anyhow v1.0.93 |
276 | 2024-11-29T15:05:44.557Z | Compiling regex-automata v0.4.9 |
277 | 2024-11-29T15:05:45.573Z | Checking hash32 v0.3.1 |
278 | 2024-11-29T15:05:45.662Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
279 | 2024-11-29T15:05:45.729Z | Checking dyn-clone v1.0.17 |
280 | 2024-11-29T15:05:45.863Z | Compiling once_cell v1.20.2 |
281 | 2024-11-29T15:05:46.047Z | Checking smallvec v1.13.2 |
282 | 2024-11-29T15:05:46.118Z | Compiling serde_json v1.0.133 |
283 | 2024-11-29T15:05:46.256Z | Checking macaddr v1.0.1 |
284 | 2024-11-29T15:05:46.442Z | Compiling toml_edit v0.19.15 |
285 | 2024-11-29T15:05:46.483Z | Checking scopeguard v1.2.0 |
286 | 2024-11-29T15:05:46.515Z | Checking stable_deref_trait v1.2.0 |
287 | 2024-11-29T15:05:46.558Z | Compiling smoltcp v0.11.0 |
288 | 2024-11-29T15:05:46.969Z | Checking getrandom v0.2.15 |
289 | 2024-11-29T15:05:46.989Z | Compiling schemars v0.8.21 |
290 | 2024-11-29T15:05:47.195Z | Compiling version_check v0.9.5 |
291 | 2024-11-29T15:05:47.237Z | Checking managed v0.8.0 |
292 | 2024-11-29T15:05:47.426Z | Compiling thiserror v1.0.69 |
293 | 2024-11-29T15:05:47.528Z | Compiling rustix v0.38.41 |
294 | 2024-11-29T15:05:47.608Z | Checking bitflags v1.3.2 |
295 | 2024-11-29T15:05:47.695Z | Checking ryu v1.0.18 |
296 | 2024-11-29T15:05:47.825Z | Checking pin-project-lite v0.2.15 |
297 | 2024-11-29T15:05:47.926Z | Checking cobs v0.2.3 |
298 | 2024-11-29T15:05:47.936Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
299 | 2024-11-29T15:05:48.008Z | Checking itoa v1.0.13 |
300 | 2024-11-29T15:05:48.184Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
301 | 2024-11-29T15:05:48.332Z | Checking rand_core v0.6.4 |
302 | 2024-11-29T15:05:48.379Z | Checking parking_lot v0.12.3 |
303 | 2024-11-29T15:05:48.553Z | Checking errno v0.3.9 |
304 | 2024-11-29T15:05:48.609Z | Compiling regex v1.11.1 |
305 | 2024-11-29T15:05:48.708Z | Checking mio v1.0.2 |
306 | 2024-11-29T15:05:48.708Z | Checking signal-hook-registry v1.4.2 |
307 | 2024-11-29T15:05:48.955Z | Compiling proc-macro-crate v1.3.1 |
308 | 2024-11-29T15:05:49.319Z | Checking socket2 v0.5.7 |
309 | 2024-11-29T15:05:49.598Z | Checking unicode-width v0.1.14 |
310 | 2024-11-29T15:05:49.733Z | Compiling darling_core v0.20.10 |
311 | 2024-11-29T15:05:49.797Z | Compiling serde_derive_internals v0.29.1 |
312 | 2024-11-29T15:05:50.085Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
313 | 2024-11-29T15:05:50.286Z | Checking bytes v1.8.0 |
314 | 2024-11-29T15:05:51.400Z | Checking foreign-types-shared v0.3.1 |
315 | 2024-11-29T15:05:51.507Z | Checking utf8parse v0.2.2 |
316 | 2024-11-29T15:05:51.568Z | Checking tracing-core v0.1.32 |
317 | 2024-11-29T15:05:51.649Z | Checking anstyle-parse v0.2.6 |
318 | 2024-11-29T15:05:51.918Z | Checking tabwriter v1.4.0 |
319 | 2024-11-29T15:05:52.342Z | Checking cstr-argument v0.1.2 |
320 | 2024-11-29T15:05:52.408Z | Checking crc32fast v1.4.2 |
321 | 2024-11-29T15:05:52.418Z | Checking is_terminal_polyfill v1.70.1 |
322 | 2024-11-29T15:05:52.501Z | Checking anstyle-query v1.1.2 |
323 | 2024-11-29T15:05:52.529Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
324 | 2024-11-29T15:05:52.615Z | Checking anstyle v1.0.10 |
325 | 2024-11-29T15:05:52.626Z | Checking lazy_static v1.5.0 |
326 | 2024-11-29T15:05:52.738Z | Checking pretty-hex v0.2.1 |
327 | 2024-11-29T15:05:52.868Z | Checking colorchoice v1.0.3 |
328 | 2024-11-29T15:05:52.909Z | Checking colored v2.1.0 |
329 | 2024-11-29T15:05:53.004Z | Checking anstream v0.6.18 |
330 | 2024-11-29T15:05:53.110Z | Checking terminal_size v0.4.0 |
331 | 2024-11-29T15:05:53.354Z | Checking clap_lex v0.7.3 |
332 | 2024-11-29T15:05:53.383Z | Checking winnow v0.6.20 |
333 | 2024-11-29T15:05:53.412Z | Compiling num_enum_derive v0.5.11 |
334 | 2024-11-29T15:05:53.522Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
335 | 2024-11-29T15:05:53.595Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
336 | 2024-11-29T15:05:53.814Z | Compiling heck v0.5.0 |
337 | 2024-11-29T15:05:53.895Z | Checking clap_builder v4.5.21 |
338 | 2024-11-29T15:05:53.906Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
339 | 2024-11-29T15:05:54.398Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
340 | 2024-11-29T15:05:54.481Z | Compiling serde_derive v1.0.215 |
341 | 2024-11-29T15:05:54.575Z | Compiling zerocopy-derive v0.8.11 |
342 | 2024-11-29T15:05:54.716Z | Compiling zerocopy-derive v0.7.35 |
343 | 2024-11-29T15:05:54.782Z | Compiling foreign-types-macros v0.2.3 |
344 | 2024-11-29T15:05:54.952Z | Compiling darling_macro v0.20.10 |
345 | 2024-11-29T15:05:55.637Z | Compiling thiserror-impl v1.0.69 |
346 | 2024-11-29T15:05:55.903Z | Compiling darling v0.20.10 |
347 | 2024-11-29T15:05:55.984Z | Compiling tokio-macros v2.4.0 |
348 | 2024-11-29T15:05:56.010Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
349 | 2024-11-29T15:05:56.475Z | Compiling schemars_derive v0.8.21 |
350 | 2024-11-29T15:05:56.731Z | Checking zerocopy v0.7.35 |
351 | 2024-11-29T15:05:56.945Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
352 | 2024-11-29T15:05:57.435Z | Checking tokio v1.41.1 |
353 | 2024-11-29T15:05:58.215Z | Checking ppv-lite86 v0.2.20 |
354 | 2024-11-29T15:05:58.343Z | Checking foreign-types v0.5.0 |
355 | 2024-11-29T15:05:58.435Z | Checking num_enum v0.5.11 |
356 | 2024-11-29T15:05:58.576Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
357 | 2024-11-29T15:05:58.589Z | Compiling tracing-attributes v0.1.27 |
358 | 2024-11-29T15:05:58.932Z | Checking rand_chacha v0.3.1 |
359 | 2024-11-29T15:05:59.288Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
360 | 2024-11-29T15:05:59.290Z | Checking rand v0.8.5 |
361 | 2024-11-29T15:05:59.564Z | Compiling clap_derive v4.5.18 |
362 | 2024-11-29T15:06:01.373Z | Checking tracing v0.1.40 |
363 | 2024-11-29T15:06:01.605Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
364 | 2024-11-29T15:06:02.523Z | Checking clap v4.5.21 |
365 | 2024-11-29T15:06:03.701Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
366 | 2024-11-29T15:06:04.596Z | Checking ipnetwork v0.20.0 |
367 | 2024-11-29T15:06:04.597Z | Checking postcard v1.0.10 |
368 | 2024-11-29T15:06:04.599Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
369 | 2024-11-29T15:06:04.599Z | Checking uuid v1.11.0 |
370 | 2024-11-29T15:06:06.034Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
371 | 2024-11-29T15:06:06.583Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
372 | 2024-11-29T15:06:14.238Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
373 | 2024-11-29T15:06:16.579Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
374 | 2024-11-29T15:06:18.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.10s |
375 | 2024-11-29T15:06:18.375Z | |
376 | 2024-11-29T15:06:18.375Z | real 42.377506209 |
377 | 2024-11-29T15:06:18.375Z | user 2:34.046058348 |
378 | 2024-11-29T15:06:18.376Z | sys 33.926484706 |
379 | 2024-11-29T15:06:18.376Z | trap 0.095611111 |
380 | 2024-11-29T15:06:18.376Z | tflt 0.280643700 |
381 | 2024-11-29T15:06:18.378Z | dflt 0.182415111 |
382 | 2024-11-29T15:06:18.378Z | kflt 0.001888953 |
383 | 2024-11-29T15:06:18.378Z | lock 3:47.633643706 |
384 | 2024-11-29T15:06:18.379Z | slp 10:51.591720604 |
385 | 2024-11-29T15:06:18.379Z | lat 9.267592869 |
386 | 2024-11-29T15:06:18.379Z | stop 16.905490857 |
387 | 2024-11-29T15:06:18.379Z | + header 'debug build' |
388 | 2024-11-29T15:06:18.379Z | + echo '# ==== debug build ==== #' |
389 | 2024-11-29T15:06:18.379Z | # ==== debug build ==== # |
390 | 2024-11-29T15:06:18.379Z | + ptime -m cargo build |
391 | 2024-11-29T15:06:18.668Z | Compiling cfg-if v1.0.0 |
392 | 2024-11-29T15:06:18.668Z | Compiling memchr v2.7.4 |
393 | 2024-11-29T15:06:18.668Z | Compiling strsim v0.11.1 |
394 | 2024-11-29T15:06:18.671Z | Compiling byteorder v1.5.0 |
395 | 2024-11-29T15:06:18.671Z | Compiling libc v0.2.164 |
396 | 2024-11-29T15:06:18.671Z | Compiling bitflags v2.6.0 |
397 | 2024-11-29T15:06:18.680Z | Compiling serde v1.0.215 |
398 | 2024-11-29T15:06:18.684Z | Compiling once_cell v1.20.2 |
399 | 2024-11-29T15:06:18.733Z | Compiling zerocopy v0.8.11 |
400 | 2024-11-29T15:06:18.982Z | Compiling darling_core v0.20.10 |
401 | 2024-11-29T15:06:19.056Z | Compiling hash32 v0.3.1 |
402 | 2024-11-29T15:06:19.079Z | Compiling smallvec v1.13.2 |
403 | 2024-11-29T15:06:19.251Z | Compiling macaddr v1.0.1 |
404 | 2024-11-29T15:06:19.502Z | Compiling dyn-clone v1.0.17 |
405 | 2024-11-29T15:06:19.592Z | Compiling scopeguard v1.2.0 |
406 | 2024-11-29T15:06:19.666Z | Compiling aho-corasick v1.1.3 |
407 | 2024-11-29T15:06:19.713Z | Compiling stable_deref_trait v1.2.0 |
408 | 2024-11-29T15:06:19.716Z | Compiling lock_api v0.4.12 |
409 | 2024-11-29T15:06:19.797Z | Compiling heapless v0.8.0 |
410 | 2024-11-29T15:06:20.157Z | Compiling getrandom v0.2.15 |
411 | 2024-11-29T15:06:20.263Z | Compiling parking_lot_core v0.9.10 |
412 | 2024-11-29T15:06:20.462Z | Compiling zerocopy v0.7.35 |
413 | 2024-11-29T15:06:20.469Z | Compiling proc-macro-crate v1.3.1 |
414 | 2024-11-29T15:06:20.863Z | Compiling managed v0.8.0 |
415 | 2024-11-29T15:06:20.944Z | Compiling itoa v1.0.13 |
416 | 2024-11-29T15:06:21.153Z | Compiling ryu v1.0.18 |
417 | 2024-11-29T15:06:21.224Z | Compiling bitflags v1.3.2 |
418 | 2024-11-29T15:06:21.295Z | Compiling pin-project-lite v0.2.15 |
419 | 2024-11-29T15:06:21.309Z | Compiling cobs v0.2.3 |
420 | 2024-11-29T15:06:21.398Z | Compiling smoltcp v0.11.0 |
421 | 2024-11-29T15:06:21.487Z | Compiling num_enum_derive v0.5.11 |
422 | 2024-11-29T15:06:21.592Z | Compiling regex-automata v0.4.9 |
423 | 2024-11-29T15:06:22.045Z | Compiling ppv-lite86 v0.2.20 |
424 | 2024-11-29T15:06:22.354Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
425 | 2024-11-29T15:06:22.715Z | Compiling parking_lot v0.12.3 |
426 | 2024-11-29T15:06:22.923Z | Compiling anyhow v1.0.93 |
427 | 2024-11-29T15:06:23.681Z | Compiling rand_core v0.6.4 |
428 | 2024-11-29T15:06:23.692Z | Compiling socket2 v0.5.7 |
429 | 2024-11-29T15:06:23.863Z | Compiling mio v1.0.2 |
430 | 2024-11-29T15:06:23.898Z | Compiling signal-hook-registry v1.4.2 |
431 | 2024-11-29T15:06:24.121Z | Compiling errno v0.3.9 |
432 | 2024-11-29T15:06:24.344Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
433 | 2024-11-29T15:06:24.504Z | Compiling ipnetwork v0.20.0 |
434 | 2024-11-29T15:06:24.644Z | Compiling darling_macro v0.20.10 |
435 | 2024-11-29T15:06:24.734Z | Compiling serde_json v1.0.133 |
436 | 2024-11-29T15:06:24.820Z | Compiling postcard v1.0.10 |
437 | 2024-11-29T15:06:24.849Z | Compiling bytes v1.8.0 |
438 | 2024-11-29T15:06:25.099Z | Compiling utf8parse v0.2.2 |
439 | 2024-11-29T15:06:25.114Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-29T15:06:25.241Z | Compiling foreign-types-shared v0.3.1 |
441 | 2024-11-29T15:06:25.336Z | Compiling either v1.13.0 |
442 | 2024-11-29T15:06:25.477Z | Compiling foreign-types v0.5.0 |
443 | 2024-11-29T15:06:25.571Z | Compiling tabwriter v1.4.0 |
444 | 2024-11-29T15:06:25.607Z | Compiling darling v0.20.10 |
445 | 2024-11-29T15:06:25.627Z | Compiling regex v1.11.1 |
446 | 2024-11-29T15:06:25.655Z | Compiling tokio v1.41.1 |
447 | 2024-11-29T15:06:25.697Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
448 | 2024-11-29T15:06:26.093Z | Compiling itertools v0.13.0 |
449 | 2024-11-29T15:06:26.166Z | Compiling anstyle-parse v0.2.6 |
450 | 2024-11-29T15:06:26.491Z | Compiling schemars v0.8.21 |
451 | 2024-11-29T15:06:26.580Z | Compiling thiserror v1.0.69 |
452 | 2024-11-29T15:06:26.599Z | Compiling rustix v0.38.41 |
453 | 2024-11-29T15:06:26.698Z | Compiling rand_chacha v0.3.1 |
454 | 2024-11-29T15:06:26.987Z | Compiling num_enum v0.5.11 |
455 | 2024-11-29T15:06:27.182Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
456 | 2024-11-29T15:06:27.335Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
457 | 2024-11-29T15:06:27.498Z | Compiling cstr-argument v0.1.2 |
458 | 2024-11-29T15:06:27.772Z | Compiling tracing-core v0.1.32 |
459 | 2024-11-29T15:06:27.793Z | Compiling crc32fast v1.4.2 |
460 | 2024-11-29T15:06:27.988Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
461 | 2024-11-29T15:06:28.096Z | Compiling pretty-hex v0.2.1 |
462 | 2024-11-29T15:06:28.255Z | Compiling lazy_static v1.5.0 |
463 | 2024-11-29T15:06:28.342Z | Compiling anstyle-query v1.1.2 |
464 | 2024-11-29T15:06:28.370Z | Compiling is_terminal_polyfill v1.70.1 |
465 | 2024-11-29T15:06:28.457Z | Compiling anstyle v1.0.10 |
466 | 2024-11-29T15:06:28.475Z | Compiling colorchoice v1.0.3 |
467 | 2024-11-29T15:06:28.477Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
468 | 2024-11-29T15:06:28.622Z | Compiling tracing v0.1.40 |
469 | 2024-11-29T15:06:28.888Z | Compiling anstream v0.6.18 |
470 | 2024-11-29T15:06:28.994Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
471 | 2024-11-29T15:06:29.008Z | Compiling colored v2.1.0 |
472 | 2024-11-29T15:06:29.036Z | Compiling terminal_size v0.4.0 |
473 | 2024-11-29T15:06:29.228Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
474 | 2024-11-29T15:06:29.319Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
475 | 2024-11-29T15:06:29.379Z | Compiling rand v0.8.5 |
476 | 2024-11-29T15:06:29.435Z | Compiling uuid v1.11.0 |
477 | 2024-11-29T15:06:29.687Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
478 | 2024-11-29T15:06:29.788Z | Compiling winnow v0.6.20 |
479 | 2024-11-29T15:06:29.948Z | Compiling clap_lex v0.7.3 |
480 | 2024-11-29T15:06:30.025Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
481 | 2024-11-29T15:06:30.180Z | Compiling clap_builder v4.5.21 |
482 | 2024-11-29T15:06:33.021Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
483 | 2024-11-29T15:06:33.104Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
484 | 2024-11-29T15:06:33.159Z | Compiling clap v4.5.21 |
485 | 2024-11-29T15:06:33.300Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
486 | 2024-11-29T15:06:33.518Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
487 | 2024-11-29T15:06:35.955Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
488 | 2024-11-29T15:06:42.429Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
489 | 2024-11-29T15:06:44.490Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
490 | 2024-11-29T15:06:50.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.49s |
491 | 2024-11-29T15:06:50.962Z | |
492 | 2024-11-29T15:06:50.965Z | real 32.573149947 |
493 | 2024-11-29T15:06:50.965Z | user 2:10.195827593 |
494 | 2024-11-29T15:06:50.965Z | sys 27.865913257 |
495 | 2024-11-29T15:06:50.965Z | trap 0.068037501 |
496 | 2024-11-29T15:06:50.965Z | tflt 0.231376754 |
497 | 2024-11-29T15:06:50.965Z | dflt 0.474284532 |
498 | 2024-11-29T15:06:50.966Z | kflt 0.000020027 |
499 | 2024-11-29T15:06:50.966Z | lock 3:58.744279564 |
500 | 2024-11-29T15:06:50.966Z | slp 7:35.315854991 |
501 | 2024-11-29T15:06:50.966Z | lat 3.843268625 |
502 | 2024-11-29T15:06:50.966Z | stop 4.941366773 |
503 | 2024-11-29T15:06:50.966Z | + header 'release build' |
504 | 2024-11-29T15:06:50.966Z | + echo '# ==== release build ==== #' |
505 | 2024-11-29T15:06:50.966Z | # ==== release build ==== # |
506 | 2024-11-29T15:06:50.966Z | + ptime -m cargo build --release |
507 | 2024-11-29T15:06:51.152Z | Compiling proc-macro2 v1.0.92 |
508 | 2024-11-29T15:06:51.152Z | Compiling unicode-ident v1.0.14 |
509 | 2024-11-29T15:06:51.155Z | Compiling libc v0.2.164 |
510 | 2024-11-29T15:06:51.155Z | Compiling cfg-if v1.0.0 |
511 | 2024-11-29T15:06:51.155Z | Compiling serde v1.0.215 |
512 | 2024-11-29T15:06:51.155Z | Compiling byteorder v1.5.0 |
513 | 2024-11-29T15:06:51.155Z | Compiling fnv v1.0.7 |
514 | 2024-11-29T15:06:51.184Z | Compiling strsim v0.11.1 |
515 | 2024-11-29T15:06:51.256Z | Compiling ident_case v1.0.1 |
516 | 2024-11-29T15:06:51.282Z | Compiling memchr v2.7.4 |
517 | 2024-11-29T15:06:51.324Z | Compiling bitflags v2.6.0 |
518 | 2024-11-29T15:06:51.399Z | Compiling regex-syntax v0.8.5 |
519 | 2024-11-29T15:06:51.531Z | Compiling syn v1.0.109 |
520 | 2024-11-29T15:06:51.714Z | Compiling either v1.13.0 |
521 | 2024-11-29T15:06:51.717Z | Compiling zerocopy v0.8.11 |
522 | 2024-11-29T15:06:51.812Z | Compiling hashbrown v0.15.2 |
523 | 2024-11-29T15:06:52.099Z | Compiling equivalent v1.0.1 |
524 | 2024-11-29T15:06:52.142Z | Compiling autocfg v1.4.0 |
525 | 2024-11-29T15:06:52.187Z | Compiling anyhow v1.0.93 |
526 | 2024-11-29T15:06:52.495Z | Compiling aho-corasick v1.1.3 |
527 | 2024-11-29T15:06:52.719Z | Compiling itertools v0.13.0 |
528 | 2024-11-29T15:06:52.761Z | Compiling winnow v0.5.40 |
529 | 2024-11-29T15:06:53.031Z | Compiling quote v1.0.37 |
530 | 2024-11-29T15:06:53.096Z | Compiling lock_api v0.4.12 |
531 | 2024-11-29T15:06:53.424Z | Compiling syn v2.0.89 |
532 | 2024-11-29T15:06:53.600Z | Compiling indexmap v2.6.0 |
533 | 2024-11-29T15:06:53.618Z | Compiling parking_lot_core v0.9.10 |
534 | 2024-11-29T15:06:54.038Z | Compiling heapless v0.8.0 |
535 | 2024-11-29T15:06:54.968Z | Compiling regex-automata v0.4.9 |
536 | 2024-11-29T15:06:55.765Z | Compiling toml_datetime v0.6.8 |
537 | 2024-11-29T15:06:56.391Z | Compiling toml_edit v0.19.15 |
538 | 2024-11-29T15:06:56.561Z | Compiling hash32 v0.3.1 |
539 | 2024-11-29T15:06:56.675Z | Compiling scopeguard v1.2.0 |
540 | 2024-11-29T15:06:56.706Z | Compiling serde_json v1.0.133 |
541 | 2024-11-29T15:06:56.767Z | Compiling once_cell v1.20.2 |
542 | 2024-11-29T15:06:56.797Z | Compiling macaddr v1.0.1 |
543 | 2024-11-29T15:06:57.062Z | Compiling smallvec v1.13.2 |
544 | 2024-11-29T15:06:57.094Z | Compiling dyn-clone v1.0.17 |
545 | 2024-11-29T15:06:57.140Z | Compiling smoltcp v0.11.0 |
546 | 2024-11-29T15:06:57.236Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
547 | 2024-11-29T15:06:57.350Z | Compiling stable_deref_trait v1.2.0 |
548 | 2024-11-29T15:06:57.762Z | Compiling getrandom v0.2.15 |
549 | 2024-11-29T15:06:58.080Z | Compiling rustix v0.38.41 |
550 | 2024-11-29T15:06:58.080Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
551 | 2024-11-29T15:06:58.373Z | Compiling schemars v0.8.21 |
552 | 2024-11-29T15:06:58.395Z | Compiling ryu v1.0.18 |
553 | 2024-11-29T15:06:58.614Z | Compiling itoa v1.0.13 |
554 | 2024-11-29T15:06:58.724Z | Compiling managed v0.8.0 |
555 | 2024-11-29T15:06:58.735Z | Compiling bitflags v1.3.2 |
556 | 2024-11-29T15:06:58.792Z | Compiling version_check v0.9.5 |
557 | 2024-11-29T15:06:58.816Z | Compiling cobs v0.2.3 |
558 | 2024-11-29T15:06:58.823Z | Compiling thiserror v1.0.69 |
559 | 2024-11-29T15:06:59.133Z | Compiling regex v1.11.1 |
560 | 2024-11-29T15:06:59.190Z | Compiling proc-macro-crate v1.3.1 |
561 | 2024-11-29T15:06:59.361Z | Compiling pin-project-lite v0.2.15 |
562 | 2024-11-29T15:06:59.382Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
563 | 2024-11-29T15:06:59.885Z | Compiling parking_lot v0.12.3 |
564 | 2024-11-29T15:06:59.940Z | Compiling rand_core v0.6.4 |
565 | 2024-11-29T15:07:00.090Z | Compiling signal-hook-registry v1.4.2 |
566 | 2024-11-29T15:07:00.369Z | Compiling darling_core v0.20.10 |
567 | 2024-11-29T15:07:01.321Z | Compiling serde_derive_internals v0.29.1 |
568 | 2024-11-29T15:07:01.585Z | Compiling errno v0.3.9 |
569 | 2024-11-29T15:07:01.812Z | Compiling socket2 v0.5.7 |
570 | 2024-11-29T15:07:02.222Z | Compiling mio v1.0.2 |
571 | 2024-11-29T15:07:02.283Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
572 | 2024-11-29T15:07:02.426Z | Compiling utf8parse v0.2.2 |
573 | 2024-11-29T15:07:02.950Z | Compiling foreign-types-shared v0.3.1 |
574 | 2024-11-29T15:07:03.051Z | Compiling bytes v1.8.0 |
575 | 2024-11-29T15:07:03.436Z | Compiling unicode-width v0.1.14 |
576 | 2024-11-29T15:07:03.507Z | Compiling tracing-core v0.1.32 |
577 | 2024-11-29T15:07:03.907Z | Compiling num_enum_derive v0.5.11 |
578 | 2024-11-29T15:07:03.982Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
579 | 2024-11-29T15:07:04.565Z | Compiling tabwriter v1.4.0 |
580 | 2024-11-29T15:07:04.843Z | Compiling anstyle-parse v0.2.6 |
581 | 2024-11-29T15:07:05.322Z | Compiling serde_derive v1.0.215 |
582 | 2024-11-29T15:07:05.332Z | Compiling zerocopy-derive v0.8.11 |
583 | 2024-11-29T15:07:05.994Z | Compiling zerocopy-derive v0.7.35 |
584 | 2024-11-29T15:07:06.099Z | Compiling schemars_derive v0.8.21 |
585 | 2024-11-29T15:07:06.121Z | Compiling darling_macro v0.20.10 |
586 | 2024-11-29T15:07:06.341Z | Compiling thiserror-impl v1.0.69 |
587 | 2024-11-29T15:07:06.968Z | Compiling foreign-types-macros v0.2.3 |
588 | 2024-11-29T15:07:07.001Z | Compiling tokio-macros v2.4.0 |
589 | 2024-11-29T15:07:07.043Z | Compiling darling v0.20.10 |
590 | 2024-11-29T15:07:07.140Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
591 | 2024-11-29T15:07:07.901Z | Compiling zerocopy v0.7.35 |
592 | 2024-11-29T15:07:08.220Z | Compiling foreign-types v0.5.0 |
593 | 2024-11-29T15:07:08.305Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
594 | 2024-11-29T15:07:08.500Z | Compiling tokio v1.41.1 |
595 | 2024-11-29T15:07:08.863Z | Compiling num_enum v0.5.11 |
596 | 2024-11-29T15:07:09.018Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
597 | 2024-11-29T15:07:09.106Z | Compiling tracing-attributes v0.1.27 |
598 | 2024-11-29T15:07:09.502Z | Compiling ppv-lite86 v0.2.20 |
599 | 2024-11-29T15:07:09.683Z | Compiling cstr-argument v0.1.2 |
600 | 2024-11-29T15:07:10.237Z | Compiling crc32fast v1.4.2 |
601 | 2024-11-29T15:07:10.281Z | Compiling is_terminal_polyfill v1.70.1 |
602 | 2024-11-29T15:07:10.392Z | Compiling rand_chacha v0.3.1 |
603 | 2024-11-29T15:07:10.399Z | Compiling pretty-hex v0.2.1 |
604 | 2024-11-29T15:07:10.581Z | Compiling colorchoice v1.0.3 |
605 | 2024-11-29T15:07:10.584Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
606 | 2024-11-29T15:07:10.719Z | Compiling lazy_static v1.5.0 |
607 | 2024-11-29T15:07:10.837Z | Compiling anstyle v1.0.10 |
608 | 2024-11-29T15:07:10.906Z | Compiling anstyle-query v1.1.2 |
609 | 2024-11-29T15:07:11.050Z | Compiling colored v2.1.0 |
610 | 2024-11-29T15:07:11.334Z | Compiling anstream v0.6.18 |
611 | 2024-11-29T15:07:11.668Z | Compiling rand v0.8.5 |
612 | 2024-11-29T15:07:12.194Z | Compiling tracing v0.1.40 |
613 | 2024-11-29T15:07:12.294Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
614 | 2024-11-29T15:07:12.749Z | Compiling terminal_size v0.4.0 |
615 | 2024-11-29T15:07:12.804Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
616 | 2024-11-29T15:07:12.950Z | Compiling winnow v0.6.20 |
617 | 2024-11-29T15:07:13.061Z | Compiling clap_lex v0.7.3 |
618 | 2024-11-29T15:07:13.219Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
619 | 2024-11-29T15:07:13.368Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
620 | 2024-11-29T15:07:13.514Z | Compiling heck v0.5.0 |
621 | 2024-11-29T15:07:13.695Z | Compiling clap_builder v4.5.21 |
622 | 2024-11-29T15:07:13.756Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
623 | 2024-11-29T15:07:13.922Z | Compiling clap_derive v4.5.18 |
624 | 2024-11-29T15:07:16.656Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
625 | 2024-11-29T15:07:16.926Z | Compiling clap v4.5.21 |
626 | 2024-11-29T15:07:17.156Z | Compiling ipnetwork v0.20.0 |
627 | 2024-11-29T15:07:17.156Z | Compiling postcard v1.0.10 |
628 | 2024-11-29T15:07:17.159Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
629 | 2024-11-29T15:07:17.159Z | Compiling uuid v1.11.0 |
630 | 2024-11-29T15:07:20.061Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
631 | 2024-11-29T15:07:22.423Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3) |
632 | 2024-11-29T15:07:27.650Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
633 | 2024-11-29T15:07:29.514Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
634 | 2024-11-29T15:08:05.860Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 14s |
635 | 2024-11-29T15:08:05.900Z | |
636 | 2024-11-29T15:08:05.903Z | real 1:14.919782402 |
637 | 2024-11-29T15:08:05.903Z | user 4:37.153815911 |
638 | 2024-11-29T15:08:05.903Z | sys 45.378207279 |
639 | 2024-11-29T15:08:05.903Z | trap 0.136296853 |
640 | 2024-11-29T15:08:05.903Z | tflt 0.234227213 |
641 | 2024-11-29T15:08:05.903Z | dflt 0.487757469 |
642 | 2024-11-29T15:08:05.903Z | kflt 0.000019817 |
643 | 2024-11-29T15:08:05.903Z | lock 10:21.633373516 |
644 | 2024-11-29T15:08:05.903Z | slp 15:52.803866570 |
645 | 2024-11-29T15:08:05.903Z | lat 8.750904397 |
646 | 2024-11-29T15:08:05.903Z | stop 13.696692406 |
647 | 2024-11-29T15:08:05.903Z | + popd |
648 | 2024-11-29T15:08:05.903Z | /work/oxidecomputer/opte |
649 | 2024-11-29T15:08:05.903Z | + for x in debug release |
650 | 2024-11-29T15:08:05.903Z | + mkdir -p /work/debug |
651 | 2024-11-29T15:08:05.906Z | + cp target/debug/opteadm /work/debug/ |
652 | 2024-11-29T15:08:05.962Z | + sha256sum target/debug/opteadm |
653 | 2024-11-29T15:08:06.019Z | + for x in debug release |
654 | 2024-11-29T15:08:06.019Z | + mkdir -p /work/release |
655 | 2024-11-29T15:08:06.022Z | + cp target/release/opteadm /work/release/ |
656 | 2024-11-29T15:08:06.039Z | + sha256sum target/release/opteadm |
657 | 2024-11-29T15:08:06.056Z | process exited: duration 171259 ms, exit code 0 |
|
658 | 2024-11-29T15:08:06.066Z | found 4 output files |
659 | 2024-11-29T15:08:06.066Z | uploading: /work/debug/opteadm (69287080 bytes) |
660 | 2024-11-29T15:08:08.130Z | uploaded: /work/debug/opteadm |
661 | 2024-11-29T15:08:08.134Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
662 | 2024-11-29T15:08:09.141Z | uploaded: /work/debug/opteadm.debug.sha256 |
663 | 2024-11-29T15:08:09.144Z | uploading: /work/release/opteadm (17514856 bytes) |
664 | 2024-11-29T15:08:10.401Z | uploaded: /work/release/opteadm |
665 | 2024-11-29T15:08:10.404Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
666 | 2024-11-29T15:08:11.415Z | uploaded: /work/release/opteadm.release.sha256 |