|
|
|
1 | 2024-12-31T16:20:40.331Z | job assigned to worker 01JGER884WA6KT7609T1JVMTY5 [factory aws, i-0a64f2dba3ac73576] (queued for 1 m 3 s) |
|
2 | 2024-12-31T16:20:48.487Z | starting task 0: "setup" |
3 | 2024-12-31T16:20:48.498Z | ++ uname -s |
4 | 2024-12-31T16:20:48.501Z | + kern=SunOS |
5 | 2024-12-31T16:20:48.501Z | + case "$kern" in |
6 | 2024-12-31T16:20:48.501Z | + groupadd -g 12345 build |
7 | 2024-12-31T16:20:48.504Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T16:20:50.511Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T16:20:50.615Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T16:20:50.617Z | + home_fs=zfs |
11 | 2024-12-31T16:20:50.617Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T16:20:50.617Z | + mkdir -p /home/build |
13 | 2024-12-31T16:20:50.620Z | + chown build:build /home/build /work |
14 | 2024-12-31T16:20:52.621Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T16:20:52.624Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-12-31T16:20:52.631Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T16:20:52.636Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T16:20:52.636Z | ' nightly-2024-11-18 |
19 | 2024-12-31T16:20:52.636Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-31T16:20:52.637Z | ' default |
21 | 2024-12-31T16:20:52.637Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-31T16:20:52.637Z | * toolchain profile = "default" |
23 | 2024-12-31T16:20:52.639Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T16:20:52.640Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T16:20:52.757Z | info: downloading installer |
26 | 2024-12-31T16:20:54.138Z | info: profile set to 'default' |
27 | 2024-12-31T16:20:54.138Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T16:20:54.141Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T16:20:54.298Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T16:20:54.298Z | info: downloading component 'cargo' |
31 | 2024-12-31T16:20:55.198Z | info: downloading component 'clippy' |
32 | 2024-12-31T16:20:55.543Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T16:20:56.765Z | info: downloading component 'rust-std' |
34 | 2024-12-31T16:20:58.739Z | info: downloading component 'rustc' |
35 | 2024-12-31T16:21:05.700Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T16:21:05.957Z | info: installing component 'cargo' |
37 | 2024-12-31T16:21:06.794Z | info: installing component 'clippy' |
38 | 2024-12-31T16:21:07.175Z | info: installing component 'rust-docs' |
39 | 2024-12-31T16:21:08.856Z | info: installing component 'rust-std' |
40 | 2024-12-31T16:21:10.713Z | info: installing component 'rustc' |
41 | 2024-12-31T16:21:16.699Z | info: installing component 'rustfmt' |
42 | 2024-12-31T16:21:17.030Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T16:21:17.030Z | |
44 | 2024-12-31T16:21:17.423Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T16:21:17.423Z | |
46 | 2024-12-31T16:21:17.428Z | |
47 | 2024-12-31T16:21:17.428Z | Rust is installed now. Great! |
48 | 2024-12-31T16:21:17.428Z | |
49 | 2024-12-31T16:21:17.428Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T16:21:17.428Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T16:21:17.428Z | |
52 | 2024-12-31T16:21:17.428Z | To configure your current shell, you need to source |
53 | 2024-12-31T16:21:17.428Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T16:21:17.428Z | |
55 | 2024-12-31T16:21:17.428Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T16:21:17.428Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T16:21:17.428Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T16:21:17.505Z | + rustc --version |
59 | 2024-12-31T16:21:17.574Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T16:21:17.577Z | process exited: duration 24943 ms, exit code 0 |
|
61 | 2024-12-31T16:21:17.584Z | starting task 2: "authentication" |
62 | 2024-12-31T16:21:17.605Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-31T16:21:17.611Z | starting task 3: "clone repository" |
64 | 2024-12-31T16:21:17.616Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T16:21:17.621Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T16:21:17.655Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T16:21:18.497Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T16:21:18.500Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
69 | 2024-12-31T16:21:18.738Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T16:21:18.738Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
71 | 2024-12-31T16:21:18.746Z | + [[ -n ingot-and-offload ]] |
72 | 2024-12-31T16:21:18.749Z | ++ git branch --show-current |
73 | 2024-12-31T16:21:18.752Z | + current=master |
74 | 2024-12-31T16:21:18.752Z | + [[ master != ingot-and-offload ]] |
75 | 2024-12-31T16:21:18.752Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
76 | 2024-12-31T16:21:18.754Z | + git checkout -f ingot-and-offload |
77 | 2024-12-31T16:21:18.776Z | Switched to branch 'ingot-and-offload' |
78 | 2024-12-31T16:21:18.780Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
79 | 2024-12-31T16:21:18.799Z | HEAD is now at fab7c2b Further cleanup. |
80 | 2024-12-31T16:21:18.802Z | process exited: duration 1189 ms, exit code 0 |
|
81 | 2024-12-31T16:21:18.807Z | starting task 4: "build" |
82 | 2024-12-31T16:21:18.812Z | + cargo --version |
83 | 2024-12-31T16:21:18.817Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T16:21:18.981Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T16:21:18.982Z | info: downloading component 'cargo' |
86 | 2024-12-31T16:21:19.872Z | info: downloading component 'clippy' |
87 | 2024-12-31T16:21:20.215Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T16:21:21.478Z | info: downloading component 'rust-std' |
89 | 2024-12-31T16:21:23.275Z | info: downloading component 'rustc' |
90 | 2024-12-31T16:21:30.074Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T16:21:30.336Z | info: installing component 'cargo' |
92 | 2024-12-31T16:21:31.147Z | info: installing component 'clippy' |
93 | 2024-12-31T16:21:31.521Z | info: installing component 'rust-docs' |
94 | 2024-12-31T16:21:33.269Z | info: installing component 'rust-std' |
95 | 2024-12-31T16:21:34.922Z | info: installing component 'rustc' |
96 | 2024-12-31T16:21:40.657Z | info: installing component 'rustfmt' |
97 | 2024-12-31T16:21:41.078Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T16:21:41.081Z | + rustc --version |
99 | 2024-12-31T16:21:41.150Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T16:21:41.153Z | + pushd bin/opteadm |
101 | 2024-12-31T16:21:41.156Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-12-31T16:21:41.156Z | + header 'check style' |
103 | 2024-12-31T16:21:41.156Z | + echo '# ==== check style ==== #' |
104 | 2024-12-31T16:21:41.156Z | # ==== check style ==== # |
105 | 2024-12-31T16:21:41.156Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-12-31T16:21:41.363Z | |
107 | 2024-12-31T16:21:41.363Z | real 0.204450353 |
108 | 2024-12-31T16:21:41.363Z | user 0.110627030 |
109 | 2024-12-31T16:21:41.363Z | sys 0.088795156 |
110 | 2024-12-31T16:21:41.363Z | trap 0.000007768 |
111 | 2024-12-31T16:21:41.363Z | tflt 0.000000000 |
112 | 2024-12-31T16:21:41.363Z | dflt 0.000000000 |
113 | 2024-12-31T16:21:41.363Z | kflt 0.000000000 |
114 | 2024-12-31T16:21:41.365Z | lock 0.000000000 |
115 | 2024-12-31T16:21:41.365Z | slp 0.118102051 |
116 | 2024-12-31T16:21:41.365Z | lat 0.000275157 |
117 | 2024-12-31T16:21:41.365Z | stop 0.000144776 |
118 | 2024-12-31T16:21:41.365Z | + header analyze |
119 | 2024-12-31T16:21:41.365Z | + echo '# ==== analyze ==== #' |
120 | 2024-12-31T16:21:41.365Z | + ptime -m cargo clippy --all-targets |
121 | 2024-12-31T16:21:41.366Z | # ==== analyze ==== # |
122 | 2024-12-31T16:21:41.583Z | Updating crates.io index |
123 | 2024-12-31T16:21:41.585Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-31T16:21:42.453Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-31T16:21:42.770Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-31T16:21:43.068Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-31T16:21:43.416Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-31T16:21:43.718Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-31T16:21:44.059Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-31T16:21:44.349Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-31T16:21:44.652Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-31T16:21:45.536Z | Downloading crates ... |
133 | 2024-12-31T16:21:45.620Z | Downloaded tracing v0.1.41 |
134 | 2024-12-31T16:21:45.632Z | Downloaded utf8parse v0.2.2 |
135 | 2024-12-31T16:21:45.635Z | Downloaded tracing-attributes v0.1.28 |
136 | 2024-12-31T16:21:45.637Z | Downloaded anstyle-query v1.1.2 |
137 | 2024-12-31T16:21:45.637Z | Downloaded autocfg v1.4.0 |
138 | 2024-12-31T16:21:45.640Z | Downloaded bitflags v1.3.2 |
139 | 2024-12-31T16:21:45.642Z | Downloaded version_check v0.9.5 |
140 | 2024-12-31T16:21:45.645Z | Downloaded anstyle-parse v0.2.6 |
141 | 2024-12-31T16:21:45.647Z | Downloaded anstream v0.6.18 |
142 | 2024-12-31T16:21:45.650Z | Downloaded zerocopy-derive v0.7.35 |
143 | 2024-12-31T16:21:45.652Z | Downloaded anyhow v1.0.95 |
144 | 2024-12-31T16:21:45.657Z | Downloaded uuid v1.11.0 |
145 | 2024-12-31T16:21:45.660Z | Downloaded unicode-ident v1.0.14 |
146 | 2024-12-31T16:21:45.663Z | Downloaded foreign-types-shared v0.3.1 |
147 | 2024-12-31T16:21:45.665Z | Downloaded colorchoice v1.0.3 |
148 | 2024-12-31T16:21:45.665Z | Downloaded cstr-argument v0.1.2 |
149 | 2024-12-31T16:21:45.668Z | Downloaded toml_edit v0.19.15 |
150 | 2024-12-31T16:21:45.684Z | Downloaded foreign-types-macros v0.2.3 |
151 | 2024-12-31T16:21:45.687Z | Downloaded zerocopy-derive v0.8.13 |
152 | 2024-12-31T16:21:45.690Z | Downloaded tracing-core v0.1.33 |
153 | 2024-12-31T16:21:45.693Z | Downloaded clap_derive v4.5.18 |
154 | 2024-12-31T16:21:45.696Z | Downloaded getrandom v0.2.15 |
155 | 2024-12-31T16:21:45.699Z | Downloaded zerocopy v0.7.35 |
156 | 2024-12-31T16:21:45.716Z | Downloaded pretty-hex v0.2.1 |
157 | 2024-12-31T16:21:45.718Z | Downloaded ident_case v1.0.1 |
158 | 2024-12-31T16:21:45.718Z | Downloaded winnow v0.6.20 |
159 | 2024-12-31T16:21:45.725Z | Downloaded winnow v0.5.40 |
160 | 2024-12-31T16:21:45.733Z | Downloaded zerocopy v0.8.13 |
161 | 2024-12-31T16:21:45.756Z | Downloaded proc-macro-crate v1.3.1 |
162 | 2024-12-31T16:21:45.759Z | Downloaded heck v0.5.0 |
163 | 2024-12-31T16:21:45.759Z | Downloaded unicode-width v0.1.14 |
164 | 2024-12-31T16:21:45.764Z | Downloaded embedded-io v0.4.0 |
165 | 2024-12-31T16:21:45.766Z | Downloaded cobs v0.2.3 |
166 | 2024-12-31T16:21:45.769Z | Downloaded thiserror v1.0.69 |
167 | 2024-12-31T16:21:45.771Z | Downloaded stable_deref_trait v1.2.0 |
168 | 2024-12-31T16:21:45.771Z | Downloaded macaddr v1.0.1 |
169 | 2024-12-31T16:21:45.774Z | Downloaded ipnetwork v0.20.0 |
170 | 2024-12-31T16:21:45.774Z | Downloaded defmt-macros v0.4.0 |
171 | 2024-12-31T16:21:45.777Z | Downloaded rand_core v0.6.4 |
172 | 2024-12-31T16:21:45.779Z | Downloaded bytes v1.9.0 |
173 | 2024-12-31T16:21:45.782Z | Downloaded proc-macro-error-attr2 v2.0.0 |
174 | 2024-12-31T16:21:45.784Z | Downloaded managed v0.8.0 |
175 | 2024-12-31T16:21:45.784Z | Downloaded itoa v1.0.14 |
176 | 2024-12-31T16:21:45.787Z | Downloaded thiserror-impl v1.0.69 |
177 | 2024-12-31T16:21:45.787Z | Downloaded num_enum v0.5.11 |
178 | 2024-12-31T16:21:45.791Z | Downloaded is_terminal_polyfill v1.70.1 |
179 | 2024-12-31T16:21:45.793Z | Downloaded cfg-if v1.0.0 |
180 | 2024-12-31T16:21:45.793Z | Downloaded bitflags v2.6.0 |
181 | 2024-12-31T16:21:45.796Z | Downloaded thiserror-impl v2.0.9 |
182 | 2024-12-31T16:21:45.799Z | Downloaded terminal_size v0.4.1 |
183 | 2024-12-31T16:21:45.799Z | Downloaded schemars_derive v0.8.21 |
184 | 2024-12-31T16:21:45.802Z | Downloaded rand_chacha v0.3.1 |
185 | 2024-12-31T16:21:45.802Z | Downloaded num_enum_derive v0.5.11 |
186 | 2024-12-31T16:21:45.805Z | Downloaded lazy_static v1.5.0 |
187 | 2024-12-31T16:21:45.805Z | Downloaded tokio-macros v2.4.0 |
188 | 2024-12-31T16:21:45.809Z | Downloaded defmt v0.3.10 |
189 | 2024-12-31T16:21:45.812Z | Downloaded tabwriter v1.4.0 |
190 | 2024-12-31T16:21:45.812Z | Downloaded strsim v0.11.1 |
191 | 2024-12-31T16:21:45.812Z | Downloaded signal-hook-registry v1.4.2 |
192 | 2024-12-31T16:21:45.812Z | Downloaded hash32 v0.3.1 |
193 | 2024-12-31T16:21:45.815Z | Downloaded lock_api v0.4.12 |
194 | 2024-12-31T16:21:45.815Z | Downloaded errno v0.3.10 |
195 | 2024-12-31T16:21:45.817Z | Downloaded embedded-io v0.6.1 |
196 | 2024-12-31T16:21:45.817Z | Downloaded colored v2.2.0 |
197 | 2024-12-31T16:21:45.823Z | Downloaded either v1.13.0 |
198 | 2024-12-31T16:21:45.823Z | Downloaded dyn-clone v1.0.17 |
199 | 2024-12-31T16:21:45.823Z | Downloaded quote v1.0.37 |
200 | 2024-12-31T16:21:45.827Z | Downloaded parking_lot_core v0.9.10 |
201 | 2024-12-31T16:21:45.827Z | Downloaded foreign-types v0.5.0 |
202 | 2024-12-31T16:21:45.829Z | Downloaded fnv v1.0.7 |
203 | 2024-12-31T16:21:45.829Z | Downloaded defmt-parser v0.4.1 |
204 | 2024-12-31T16:21:45.829Z | Downloaded darling_macro v0.20.10 |
205 | 2024-12-31T16:21:45.829Z | Downloaded darling v0.20.10 |
206 | 2024-12-31T16:21:45.833Z | Downloaded thiserror v2.0.9 |
207 | 2024-12-31T16:21:45.838Z | Downloaded scopeguard v1.2.0 |
208 | 2024-12-31T16:21:45.840Z | Downloaded once_cell v1.20.2 |
209 | 2024-12-31T16:21:45.843Z | Downloaded serde_derive_internals v0.29.1 |
210 | 2024-12-31T16:21:45.846Z | Downloaded proc-macro-error2 v2.0.1 |
211 | 2024-12-31T16:21:45.848Z | Downloaded postcard v1.1.1 |
212 | 2024-12-31T16:21:45.848Z | Downloaded pin-project-lite v0.2.15 |
213 | 2024-12-31T16:21:45.853Z | Downloaded smallvec v1.13.2 |
214 | 2024-12-31T16:21:45.855Z | Downloaded ppv-lite86 v0.2.20 |
215 | 2024-12-31T16:21:45.857Z | Downloaded clap v4.5.23 |
216 | 2024-12-31T16:21:45.864Z | Downloaded proc-macro2 v1.0.92 |
217 | 2024-12-31T16:21:45.867Z | Downloaded socket2 v0.5.8 |
218 | 2024-12-31T16:21:45.869Z | Downloaded byteorder v1.5.0 |
219 | 2024-12-31T16:21:45.871Z | Downloaded equivalent v1.0.1 |
220 | 2024-12-31T16:21:45.871Z | Downloaded clap_lex v0.7.4 |
221 | 2024-12-31T16:21:45.874Z | Downloaded darling_core v0.20.10 |
222 | 2024-12-31T16:21:45.877Z | Downloaded serde_derive v1.0.216 |
223 | 2024-12-31T16:21:45.879Z | Downloaded crc32fast v1.4.2 |
224 | 2024-12-31T16:21:45.882Z | Downloaded schemars v0.8.21 |
225 | 2024-12-31T16:21:45.892Z | Downloaded ryu v1.0.18 |
226 | 2024-12-31T16:21:45.895Z | Downloaded heapless v0.8.0 |
227 | 2024-12-31T16:21:45.898Z | Downloaded indexmap v2.7.0 |
228 | 2024-12-31T16:21:45.902Z | Downloaded parking_lot v0.12.3 |
229 | 2024-12-31T16:21:45.905Z | Downloaded aho-corasick v1.1.3 |
230 | 2024-12-31T16:21:45.910Z | Downloaded toml_datetime v0.6.8 |
231 | 2024-12-31T16:21:45.913Z | Downloaded anstyle v1.0.10 |
232 | 2024-12-31T16:21:45.913Z | Downloaded rand v0.8.5 |
233 | 2024-12-31T16:21:45.916Z | Downloaded serde v1.0.216 |
234 | 2024-12-31T16:21:45.919Z | Downloaded memchr v2.7.4 |
235 | 2024-12-31T16:21:45.931Z | Downloaded clap_builder v4.5.23 |
236 | 2024-12-31T16:21:45.940Z | Downloaded mio v1.0.3 |
237 | 2024-12-31T16:21:45.957Z | Downloaded hashbrown v0.15.2 |
238 | 2024-12-31T16:21:45.968Z | Downloaded serde_json v1.0.134 |
239 | 2024-12-31T16:21:45.976Z | Downloaded itertools v0.13.0 |
240 | 2024-12-31T16:21:46.022Z | Downloaded syn v1.0.109 |
241 | 2024-12-31T16:21:46.050Z | Downloaded syn v2.0.91 |
242 | 2024-12-31T16:21:46.061Z | Downloaded regex v1.11.1 |
243 | 2024-12-31T16:21:46.077Z | Downloaded smoltcp v0.11.0 |
244 | 2024-12-31T16:21:46.088Z | Downloaded regex-syntax v0.8.5 |
245 | 2024-12-31T16:21:46.100Z | Downloaded rustix v0.38.42 |
246 | 2024-12-31T16:21:46.148Z | Downloaded regex-automata v0.4.9 |
247 | 2024-12-31T16:21:46.175Z | Downloaded libc v0.2.169 |
248 | 2024-12-31T16:21:46.197Z | Downloaded tokio v1.42.0 |
249 | 2024-12-31T16:21:46.375Z | Compiling proc-macro2 v1.0.92 |
250 | 2024-12-31T16:21:46.375Z | Compiling unicode-ident v1.0.14 |
251 | 2024-12-31T16:21:46.378Z | Compiling libc v0.2.169 |
252 | 2024-12-31T16:21:46.378Z | Compiling serde v1.0.216 |
253 | 2024-12-31T16:21:46.378Z | Checking cfg-if v1.0.0 |
254 | 2024-12-31T16:21:46.378Z | Checking byteorder v1.5.0 |
255 | 2024-12-31T16:21:46.378Z | Compiling ident_case v1.0.1 |
256 | 2024-12-31T16:21:46.378Z | Compiling fnv v1.0.7 |
257 | 2024-12-31T16:21:46.468Z | Compiling strsim v0.11.1 |
258 | 2024-12-31T16:21:46.507Z | Compiling memchr v2.7.4 |
259 | 2024-12-31T16:21:46.552Z | Compiling syn v1.0.109 |
260 | 2024-12-31T16:21:46.580Z | Compiling regex-syntax v0.8.5 |
261 | 2024-12-31T16:21:46.694Z | Compiling hashbrown v0.15.2 |
262 | 2024-12-31T16:21:47.071Z | Compiling zerocopy v0.8.13 |
263 | 2024-12-31T16:21:47.134Z | Compiling autocfg v1.4.0 |
264 | 2024-12-31T16:21:47.195Z | Compiling either v1.13.0 |
265 | 2024-12-31T16:21:47.593Z | Compiling aho-corasick v1.1.3 |
266 | 2024-12-31T16:21:47.814Z | Compiling equivalent v1.0.1 |
267 | 2024-12-31T16:21:47.878Z | Compiling itertools v0.13.0 |
268 | 2024-12-31T16:21:47.916Z | Compiling indexmap v2.7.0 |
269 | 2024-12-31T16:21:47.919Z | Compiling lock_api v0.4.12 |
270 | 2024-12-31T16:21:47.964Z | Compiling toml_datetime v0.6.8 |
271 | 2024-12-31T16:21:48.162Z | Compiling quote v1.0.37 |
272 | 2024-12-31T16:21:48.279Z | Compiling heapless v0.8.0 |
273 | 2024-12-31T16:21:48.679Z | Compiling syn v2.0.91 |
274 | 2024-12-31T16:21:48.808Z | Compiling anyhow v1.0.95 |
275 | 2024-12-31T16:21:49.120Z | Compiling winnow v0.5.40 |
276 | 2024-12-31T16:21:49.138Z | Compiling parking_lot_core v0.9.10 |
277 | 2024-12-31T16:21:49.851Z | Checking hash32 v0.3.1 |
278 | 2024-12-31T16:21:49.881Z | Checking macaddr v1.0.1 |
279 | 2024-12-31T16:21:50.002Z | Checking smallvec v1.13.2 |
280 | 2024-12-31T16:21:50.117Z | Compiling regex-automata v0.4.9 |
281 | 2024-12-31T16:21:50.337Z | Compiling once_cell v1.20.2 |
282 | 2024-12-31T16:21:50.678Z | Compiling smoltcp v0.11.0 |
283 | 2024-12-31T16:21:50.689Z | Checking dyn-clone v1.0.17 |
284 | 2024-12-31T16:21:50.820Z | Checking stable_deref_trait v1.2.0 |
285 | 2024-12-31T16:21:50.911Z | Compiling serde_json v1.0.134 |
286 | 2024-12-31T16:21:51.286Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
287 | 2024-12-31T16:21:51.306Z | Checking scopeguard v1.2.0 |
288 | 2024-12-31T16:21:51.775Z | Checking getrandom v0.2.15 |
289 | 2024-12-31T16:21:51.978Z | Compiling thiserror v1.0.69 |
290 | 2024-12-31T16:21:52.002Z | Checking ryu v1.0.18 |
291 | 2024-12-31T16:21:52.004Z | Compiling schemars v0.8.21 |
292 | 2024-12-31T16:21:52.227Z | Compiling toml_edit v0.19.15 |
293 | 2024-12-31T16:21:52.245Z | Compiling rustix v0.38.42 |
294 | 2024-12-31T16:21:52.377Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
295 | 2024-12-31T16:21:52.413Z | Checking bitflags v1.3.2 |
296 | 2024-12-31T16:21:52.500Z | Checking cobs v0.2.3 |
297 | 2024-12-31T16:21:52.587Z | Checking pin-project-lite v0.2.15 |
298 | 2024-12-31T16:21:52.663Z | Compiling version_check v0.9.5 |
299 | 2024-12-31T16:21:52.694Z | Checking managed v0.8.0 |
300 | 2024-12-31T16:21:52.726Z | Checking itoa v1.0.14 |
301 | 2024-12-31T16:21:53.037Z | Checking rand_core v0.6.4 |
302 | 2024-12-31T16:21:53.199Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
303 | 2024-12-31T16:21:53.243Z | Checking parking_lot v0.12.3 |
304 | 2024-12-31T16:21:53.310Z | Checking errno v0.3.10 |
305 | 2024-12-31T16:21:53.471Z | Checking mio v1.0.3 |
306 | 2024-12-31T16:21:53.541Z | Checking signal-hook-registry v1.4.2 |
307 | 2024-12-31T16:21:53.581Z | Checking socket2 v0.5.8 |
308 | 2024-12-31T16:21:53.784Z | Checking foreign-types-shared v0.3.1 |
309 | 2024-12-31T16:21:53.891Z | Compiling regex v1.11.1 |
310 | 2024-12-31T16:21:54.028Z | Checking bytes v1.9.0 |
311 | 2024-12-31T16:21:54.574Z | Checking utf8parse v0.2.2 |
312 | 2024-12-31T16:21:54.710Z | Compiling proc-macro-crate v1.3.1 |
313 | 2024-12-31T16:21:54.762Z | Checking unicode-width v0.1.14 |
314 | 2024-12-31T16:21:54.784Z | Checking anstyle-parse v0.2.6 |
315 | 2024-12-31T16:21:55.038Z | Compiling darling_core v0.20.10 |
316 | 2024-12-31T16:21:55.229Z | Compiling serde_derive_internals v0.29.1 |
317 | 2024-12-31T16:21:55.434Z | Checking tabwriter v1.4.0 |
318 | 2024-12-31T16:21:55.647Z | Checking tracing-core v0.1.33 |
319 | 2024-12-31T16:21:56.630Z | Checking cstr-argument v0.1.2 |
320 | 2024-12-31T16:21:56.792Z | Checking crc32fast v1.4.2 |
321 | 2024-12-31T16:21:56.966Z | Checking pretty-hex v0.2.1 |
322 | 2024-12-31T16:21:56.987Z | Checking is_terminal_polyfill v1.70.1 |
323 | 2024-12-31T16:21:57.120Z | Checking anstyle v1.0.10 |
324 | 2024-12-31T16:21:57.152Z | Checking anstyle-query v1.1.2 |
325 | 2024-12-31T16:21:57.202Z | Checking colorchoice v1.0.3 |
326 | 2024-12-31T16:21:57.264Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
327 | 2024-12-31T16:21:57.328Z | Checking lazy_static v1.5.0 |
328 | 2024-12-31T16:21:57.450Z | Compiling thiserror v2.0.9 |
329 | 2024-12-31T16:21:57.453Z | Checking anstream v0.6.18 |
330 | 2024-12-31T16:21:57.627Z | Checking colored v2.2.0 |
331 | 2024-12-31T16:21:57.780Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
332 | 2024-12-31T16:21:57.972Z | Checking clap_lex v0.7.4 |
333 | 2024-12-31T16:21:57.991Z | Compiling heck v0.5.0 |
334 | 2024-12-31T16:21:58.021Z | Checking winnow v0.6.20 |
335 | 2024-12-31T16:21:58.324Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
336 | 2024-12-31T16:21:58.410Z | Compiling num_enum_derive v0.5.11 |
337 | 2024-12-31T16:21:58.478Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
338 | 2024-12-31T16:21:59.089Z | Compiling serde_derive v1.0.216 |
339 | 2024-12-31T16:21:59.107Z | Compiling zerocopy-derive v0.8.13 |
340 | 2024-12-31T16:21:59.128Z | Compiling zerocopy-derive v0.7.35 |
341 | 2024-12-31T16:21:59.201Z | Compiling darling_macro v0.20.10 |
342 | 2024-12-31T16:21:59.333Z | Compiling foreign-types-macros v0.2.3 |
343 | 2024-12-31T16:21:59.358Z | Compiling thiserror-impl v1.0.69 |
344 | 2024-12-31T16:22:00.107Z | Compiling tokio-macros v2.4.0 |
345 | 2024-12-31T16:22:00.189Z | Compiling darling v0.20.10 |
346 | 2024-12-31T16:22:00.292Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
347 | 2024-12-31T16:22:00.505Z | Compiling schemars_derive v0.8.21 |
348 | 2024-12-31T16:22:00.668Z | Checking foreign-types v0.5.0 |
349 | 2024-12-31T16:22:00.763Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
350 | 2024-12-31T16:22:00.908Z | Checking zerocopy v0.7.35 |
351 | 2024-12-31T16:22:01.523Z | Checking tokio v1.42.0 |
352 | 2024-12-31T16:22:02.003Z | Checking ppv-lite86 v0.2.20 |
353 | 2024-12-31T16:22:02.112Z | Checking num_enum v0.5.11 |
354 | 2024-12-31T16:22:02.148Z | Compiling tracing-attributes v0.1.28 |
355 | 2024-12-31T16:22:02.240Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
356 | 2024-12-31T16:22:02.735Z | Checking rand_chacha v0.3.1 |
357 | 2024-12-31T16:22:03.108Z | Checking rand v0.8.5 |
358 | 2024-12-31T16:22:03.279Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
359 | 2024-12-31T16:22:03.367Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
360 | 2024-12-31T16:22:03.502Z | Compiling thiserror-impl v2.0.9 |
361 | 2024-12-31T16:22:03.540Z | Compiling clap_derive v4.5.18 |
362 | 2024-12-31T16:22:05.065Z | Checking tracing v0.1.41 |
363 | 2024-12-31T16:22:06.026Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
364 | 2024-12-31T16:22:07.400Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
365 | 2024-12-31T16:22:08.423Z | Checking bitflags v2.6.0 |
366 | 2024-12-31T16:22:08.423Z | Checking ipnetwork v0.20.0 |
367 | 2024-12-31T16:22:08.426Z | Checking postcard v1.1.1 |
368 | 2024-12-31T16:22:08.426Z | Checking uuid v1.11.0 |
369 | 2024-12-31T16:22:08.632Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
370 | 2024-12-31T16:22:08.635Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
371 | 2024-12-31T16:22:09.362Z | Checking terminal_size v0.4.1 |
372 | 2024-12-31T16:22:09.462Z | Checking clap_builder v4.5.23 |
373 | 2024-12-31T16:22:09.929Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
374 | 2024-12-31T16:22:10.314Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
375 | 2024-12-31T16:22:11.313Z | Checking clap v4.5.23 |
376 | 2024-12-31T16:22:16.871Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
377 | 2024-12-31T16:22:16.871Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
378 | 2024-12-31T16:22:16.871Z | | |
379 | 2024-12-31T16:22:16.872Z | 103 | / self.get(Self::INTERNAL_TARGET) |
380 | 2024-12-31T16:22:16.872Z | 104 | | .and_then(|v| Some(v == "1")) |
381 | 2024-12-31T16:22:16.872Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
382 | 2024-12-31T16:22:16.872Z | | |
383 | 2024-12-31T16:22:16.872Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
384 | 2024-12-31T16:22:16.872Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
385 | 2024-12-31T16:22:16.872Z | |
386 | 2024-12-31T16:22:17.822Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
387 | 2024-12-31T16:22:17.824Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
388 | 2024-12-31T16:22:20.077Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
389 | 2024-12-31T16:22:21.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.20s |
390 | 2024-12-31T16:22:21.858Z | |
391 | 2024-12-31T16:22:21.859Z | real 40.485649634 |
392 | 2024-12-31T16:22:21.859Z | user 2:33.721097722 |
393 | 2024-12-31T16:22:21.859Z | sys 23.753763726 |
394 | 2024-12-31T16:22:21.859Z | trap 0.109931110 |
395 | 2024-12-31T16:22:21.859Z | tflt 0.171735807 |
396 | 2024-12-31T16:22:21.859Z | dflt 0.088892093 |
397 | 2024-12-31T16:22:21.859Z | kflt 0.001690556 |
398 | 2024-12-31T16:22:21.859Z | lock 3:26.393153020 |
399 | 2024-12-31T16:22:21.859Z | slp 10:10.719095707 |
400 | 2024-12-31T16:22:21.859Z | lat 9.865776150 |
401 | 2024-12-31T16:22:21.859Z | stop 19.199317036 |
402 | 2024-12-31T16:22:21.862Z | + header 'debug build' |
403 | 2024-12-31T16:22:21.862Z | + echo '# ==== debug build ==== #' |
404 | 2024-12-31T16:22:21.862Z | # ==== debug build ==== # |
405 | 2024-12-31T16:22:21.862Z | + ptime -m cargo build |
406 | 2024-12-31T16:22:22.169Z | Compiling cfg-if v1.0.0 |
407 | 2024-12-31T16:22:22.169Z | Compiling memchr v2.7.4 |
408 | 2024-12-31T16:22:22.169Z | Compiling strsim v0.11.1 |
409 | 2024-12-31T16:22:22.169Z | Compiling byteorder v1.5.0 |
410 | 2024-12-31T16:22:22.180Z | Compiling libc v0.2.169 |
411 | 2024-12-31T16:22:22.186Z | Compiling once_cell v1.20.2 |
412 | 2024-12-31T16:22:22.191Z | Compiling serde v1.0.216 |
413 | 2024-12-31T16:22:22.199Z | Compiling zerocopy v0.8.13 |
414 | 2024-12-31T16:22:22.238Z | Compiling scopeguard v1.2.0 |
415 | 2024-12-31T16:22:22.346Z | Compiling dyn-clone v1.0.17 |
416 | 2024-12-31T16:22:22.470Z | Compiling darling_core v0.20.10 |
417 | 2024-12-31T16:22:22.529Z | Compiling hash32 v0.3.1 |
418 | 2024-12-31T16:22:22.540Z | Compiling smallvec v1.13.2 |
419 | 2024-12-31T16:22:22.724Z | Compiling stable_deref_trait v1.2.0 |
420 | 2024-12-31T16:22:22.811Z | Compiling macaddr v1.0.1 |
421 | 2024-12-31T16:22:22.912Z | Compiling heapless v0.8.0 |
422 | 2024-12-31T16:22:23.005Z | Compiling proc-macro-crate v1.3.1 |
423 | 2024-12-31T16:22:23.136Z | Compiling aho-corasick v1.1.3 |
424 | 2024-12-31T16:22:23.468Z | Compiling getrandom v0.2.15 |
425 | 2024-12-31T16:22:23.729Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-31T16:22:23.745Z | Compiling zerocopy v0.7.35 |
427 | 2024-12-31T16:22:23.762Z | Compiling lock_api v0.4.12 |
428 | 2024-12-31T16:22:23.841Z | Compiling itoa v1.0.14 |
429 | 2024-12-31T16:22:24.043Z | Compiling ryu v1.0.18 |
430 | 2024-12-31T16:22:24.128Z | Compiling pin-project-lite v0.2.15 |
431 | 2024-12-31T16:22:24.240Z | Compiling cobs v0.2.3 |
432 | 2024-12-31T16:22:24.307Z | Compiling bitflags v1.3.2 |
433 | 2024-12-31T16:22:24.386Z | Compiling managed v0.8.0 |
434 | 2024-12-31T16:22:24.392Z | Compiling parking_lot v0.12.3 |
435 | 2024-12-31T16:22:24.502Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
436 | 2024-12-31T16:22:24.764Z | Compiling smoltcp v0.11.0 |
437 | 2024-12-31T16:22:24.881Z | Compiling anyhow v1.0.95 |
438 | 2024-12-31T16:22:25.019Z | Compiling regex-automata v0.4.9 |
439 | 2024-12-31T16:22:25.156Z | Compiling ppv-lite86 v0.2.20 |
440 | 2024-12-31T16:22:25.265Z | Compiling num_enum_derive v0.5.11 |
441 | 2024-12-31T16:22:25.709Z | Compiling rand_core v0.6.4 |
442 | 2024-12-31T16:22:25.839Z | Compiling signal-hook-registry v1.4.2 |
443 | 2024-12-31T16:22:26.105Z | Compiling errno v0.3.10 |
444 | 2024-12-31T16:22:26.323Z | Compiling mio v1.0.3 |
445 | 2024-12-31T16:22:26.677Z | Compiling socket2 v0.5.8 |
446 | 2024-12-31T16:22:27.080Z | Compiling bytes v1.9.0 |
447 | 2024-12-31T16:22:27.395Z | Compiling bitflags v2.6.0 |
448 | 2024-12-31T16:22:27.510Z | Compiling ipnetwork v0.20.0 |
449 | 2024-12-31T16:22:27.566Z | Compiling postcard v1.1.1 |
450 | 2024-12-31T16:22:27.645Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
451 | 2024-12-31T16:22:27.748Z | Compiling serde_json v1.0.134 |
452 | 2024-12-31T16:22:27.790Z | Compiling darling_macro v0.20.10 |
453 | 2024-12-31T16:22:28.074Z | Compiling foreign-types-shared v0.3.1 |
454 | 2024-12-31T16:22:28.134Z | Compiling utf8parse v0.2.2 |
455 | 2024-12-31T16:22:28.174Z | Compiling either v1.13.0 |
456 | 2024-12-31T16:22:28.250Z | Compiling unicode-width v0.1.14 |
457 | 2024-12-31T16:22:28.264Z | Compiling anstyle-parse v0.2.6 |
458 | 2024-12-31T16:22:28.401Z | Compiling foreign-types v0.5.0 |
459 | 2024-12-31T16:22:28.453Z | Compiling itertools v0.13.0 |
460 | 2024-12-31T16:22:28.490Z | Compiling tokio v1.42.0 |
461 | 2024-12-31T16:22:28.562Z | Compiling rustix v0.38.42 |
462 | 2024-12-31T16:22:28.776Z | Compiling regex v1.11.1 |
463 | 2024-12-31T16:22:28.797Z | Compiling darling v0.20.10 |
464 | 2024-12-31T16:22:28.889Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
465 | 2024-12-31T16:22:29.441Z | Compiling schemars v0.8.21 |
466 | 2024-12-31T16:22:29.638Z | Compiling tabwriter v1.4.0 |
467 | 2024-12-31T16:22:30.019Z | Compiling num_enum v0.5.11 |
468 | 2024-12-31T16:22:30.055Z | Compiling thiserror v1.0.69 |
469 | 2024-12-31T16:22:30.155Z | Compiling rand_chacha v0.3.1 |
470 | 2024-12-31T16:22:30.178Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
471 | 2024-12-31T16:22:30.276Z | Compiling cstr-argument v0.1.2 |
472 | 2024-12-31T16:22:30.318Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
473 | 2024-12-31T16:22:30.385Z | Compiling tracing-core v0.1.33 |
474 | 2024-12-31T16:22:30.461Z | Compiling crc32fast v1.4.2 |
475 | 2024-12-31T16:22:30.483Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
476 | 2024-12-31T16:22:30.541Z | Compiling colorchoice v1.0.3 |
477 | 2024-12-31T16:22:30.686Z | Compiling is_terminal_polyfill v1.70.1 |
478 | 2024-12-31T16:22:30.737Z | Compiling pretty-hex v0.2.1 |
479 | 2024-12-31T16:22:30.788Z | Compiling anstyle-query v1.1.2 |
480 | 2024-12-31T16:22:30.898Z | Compiling lazy_static v1.5.0 |
481 | 2024-12-31T16:22:30.918Z | Compiling anstyle v1.0.10 |
482 | 2024-12-31T16:22:31.009Z | Compiling colored v2.2.0 |
483 | 2024-12-31T16:22:31.304Z | Compiling anstream v0.6.18 |
484 | 2024-12-31T16:22:31.313Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
485 | 2024-12-31T16:22:31.553Z | Compiling tracing v0.1.41 |
486 | 2024-12-31T16:22:31.743Z | Compiling rand v0.8.5 |
487 | 2024-12-31T16:22:31.773Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
488 | 2024-12-31T16:22:31.892Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
489 | 2024-12-31T16:22:31.909Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
490 | 2024-12-31T16:22:31.951Z | Compiling terminal_size v0.4.1 |
491 | 2024-12-31T16:22:31.953Z | Compiling uuid v1.11.0 |
492 | 2024-12-31T16:22:32.164Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
493 | 2024-12-31T16:22:32.179Z | Compiling winnow v0.6.20 |
494 | 2024-12-31T16:22:32.420Z | Compiling clap_lex v0.7.4 |
495 | 2024-12-31T16:22:32.476Z | Compiling thiserror v2.0.9 |
496 | 2024-12-31T16:22:32.596Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
497 | 2024-12-31T16:22:32.717Z | Compiling clap_builder v4.5.23 |
498 | 2024-12-31T16:22:35.143Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
499 | 2024-12-31T16:22:35.309Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
500 | 2024-12-31T16:22:35.424Z | Compiling clap v4.5.23 |
501 | 2024-12-31T16:22:35.677Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
502 | 2024-12-31T16:22:36.352Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
503 | 2024-12-31T16:22:38.235Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
504 | 2024-12-31T16:22:44.072Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
505 | 2024-12-31T16:22:46.109Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
506 | 2024-12-31T16:22:51.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.73s |
507 | 2024-12-31T16:22:51.684Z | |
508 | 2024-12-31T16:22:51.687Z | real 29.811375459 |
509 | 2024-12-31T16:22:51.687Z | user 2:05.673840535 |
510 | 2024-12-31T16:22:51.687Z | sys 14.386398305 |
511 | 2024-12-31T16:22:51.687Z | trap 0.084039971 |
512 | 2024-12-31T16:22:51.687Z | tflt 0.183449558 |
513 | 2024-12-31T16:22:51.687Z | dflt 0.142844401 |
514 | 2024-12-31T16:22:51.687Z | kflt 0.000028196 |
515 | 2024-12-31T16:22:51.687Z | lock 3:22.802561252 |
516 | 2024-12-31T16:22:51.687Z | slp 6:47.005752388 |
517 | 2024-12-31T16:22:51.687Z | lat 4.284564888 |
518 | 2024-12-31T16:22:51.687Z | stop 4.915274487 |
519 | 2024-12-31T16:22:51.687Z | + header 'release build' |
520 | 2024-12-31T16:22:51.687Z | + echo '# ==== release build ==== #' |
521 | 2024-12-31T16:22:51.687Z | + ptime -m cargo build --release |
522 | 2024-12-31T16:22:51.687Z | # ==== release build ==== # |
523 | 2024-12-31T16:22:51.875Z | Compiling proc-macro2 v1.0.92 |
524 | 2024-12-31T16:22:51.876Z | Compiling unicode-ident v1.0.14 |
525 | 2024-12-31T16:22:51.876Z | Compiling libc v0.2.169 |
526 | 2024-12-31T16:22:51.876Z | Compiling serde v1.0.216 |
527 | 2024-12-31T16:22:51.878Z | Compiling cfg-if v1.0.0 |
528 | 2024-12-31T16:22:51.879Z | Compiling byteorder v1.5.0 |
529 | 2024-12-31T16:22:51.879Z | Compiling ident_case v1.0.1 |
530 | 2024-12-31T16:22:51.906Z | Compiling strsim v0.11.1 |
531 | 2024-12-31T16:22:51.972Z | Compiling fnv v1.0.7 |
532 | 2024-12-31T16:22:52.092Z | Compiling memchr v2.7.4 |
533 | 2024-12-31T16:22:52.095Z | Compiling syn v1.0.109 |
534 | 2024-12-31T16:22:52.113Z | Compiling regex-syntax v0.8.5 |
535 | 2024-12-31T16:22:52.251Z | Compiling hashbrown v0.15.2 |
536 | 2024-12-31T16:22:52.454Z | Compiling either v1.13.0 |
537 | 2024-12-31T16:22:52.517Z | Compiling zerocopy v0.8.13 |
538 | 2024-12-31T16:22:52.669Z | Compiling equivalent v1.0.1 |
539 | 2024-12-31T16:22:52.755Z | Compiling anyhow v1.0.95 |
540 | 2024-12-31T16:22:52.802Z | Compiling autocfg v1.4.0 |
541 | 2024-12-31T16:22:53.219Z | Compiling aho-corasick v1.1.3 |
542 | 2024-12-31T16:22:53.307Z | Compiling indexmap v2.7.0 |
543 | 2024-12-31T16:22:53.363Z | Compiling itertools v0.13.0 |
544 | 2024-12-31T16:22:53.369Z | Compiling heapless v0.8.0 |
545 | 2024-12-31T16:22:53.506Z | Compiling quote v1.0.37 |
546 | 2024-12-31T16:22:53.862Z | Compiling syn v2.0.91 |
547 | 2024-12-31T16:22:54.021Z | Compiling lock_api v0.4.12 |
548 | 2024-12-31T16:22:54.091Z | Compiling winnow v0.5.40 |
549 | 2024-12-31T16:22:54.480Z | Compiling toml_datetime v0.6.8 |
550 | 2024-12-31T16:22:54.809Z | Compiling parking_lot_core v0.9.10 |
551 | 2024-12-31T16:22:55.680Z | Compiling regex-automata v0.4.9 |
552 | 2024-12-31T16:22:56.135Z | Compiling hash32 v0.3.1 |
553 | 2024-12-31T16:22:56.322Z | Compiling serde_json v1.0.134 |
554 | 2024-12-31T16:22:56.334Z | Compiling dyn-clone v1.0.17 |
555 | 2024-12-31T16:22:56.541Z | Compiling stable_deref_trait v1.2.0 |
556 | 2024-12-31T16:22:56.623Z | Compiling macaddr v1.0.1 |
557 | 2024-12-31T16:22:56.686Z | Compiling once_cell v1.20.2 |
558 | 2024-12-31T16:22:56.859Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
559 | 2024-12-31T16:22:57.073Z | Compiling scopeguard v1.2.0 |
560 | 2024-12-31T16:22:57.075Z | Compiling smoltcp v0.11.0 |
561 | 2024-12-31T16:22:57.186Z | Compiling toml_edit v0.19.15 |
562 | 2024-12-31T16:22:57.282Z | Compiling smallvec v1.13.2 |
563 | 2024-12-31T16:22:57.718Z | Compiling getrandom v0.2.15 |
564 | 2024-12-31T16:22:57.751Z | Compiling itoa v1.0.14 |
565 | 2024-12-31T16:22:57.949Z | Compiling ryu v1.0.18 |
566 | 2024-12-31T16:22:58.016Z | Compiling version_check v0.9.5 |
567 | 2024-12-31T16:22:58.376Z | Compiling cobs v0.2.3 |
568 | 2024-12-31T16:22:58.397Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
569 | 2024-12-31T16:22:58.467Z | Compiling schemars v0.8.21 |
570 | 2024-12-31T16:22:58.572Z | Compiling thiserror v1.0.69 |
571 | 2024-12-31T16:22:58.678Z | Compiling bitflags v1.3.2 |
572 | 2024-12-31T16:22:58.723Z | Compiling managed v0.8.0 |
573 | 2024-12-31T16:22:58.762Z | Compiling pin-project-lite v0.2.15 |
574 | 2024-12-31T16:22:58.842Z | Compiling rustix v0.38.42 |
575 | 2024-12-31T16:22:58.897Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
576 | 2024-12-31T16:22:59.238Z | Compiling parking_lot v0.12.3 |
577 | 2024-12-31T16:22:59.390Z | Compiling rand_core v0.6.4 |
578 | 2024-12-31T16:22:59.462Z | Compiling regex v1.11.1 |
579 | 2024-12-31T16:22:59.807Z | Compiling proc-macro-crate v1.3.1 |
580 | 2024-12-31T16:23:00.335Z | Compiling darling_core v0.20.10 |
581 | 2024-12-31T16:23:00.531Z | Compiling serde_derive_internals v0.29.1 |
582 | 2024-12-31T16:23:00.923Z | Compiling errno v0.3.10 |
583 | 2024-12-31T16:23:01.134Z | Compiling signal-hook-registry v1.4.2 |
584 | 2024-12-31T16:23:02.319Z | Compiling socket2 v0.5.8 |
585 | 2024-12-31T16:23:02.460Z | Compiling mio v1.0.3 |
586 | 2024-12-31T16:23:02.491Z | Compiling utf8parse v0.2.2 |
587 | 2024-12-31T16:23:02.586Z | Compiling foreign-types-shared v0.3.1 |
588 | 2024-12-31T16:23:02.628Z | Compiling unicode-width v0.1.14 |
589 | 2024-12-31T16:23:02.686Z | Compiling bytes v1.9.0 |
590 | 2024-12-31T16:23:03.579Z | Compiling tracing-core v0.1.33 |
591 | 2024-12-31T16:23:03.637Z | Compiling tabwriter v1.4.0 |
592 | 2024-12-31T16:23:03.660Z | Compiling num_enum_derive v0.5.11 |
593 | 2024-12-31T16:23:04.130Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
594 | 2024-12-31T16:23:04.258Z | Compiling anstyle-parse v0.2.6 |
595 | 2024-12-31T16:23:04.676Z | Compiling serde_derive v1.0.216 |
596 | 2024-12-31T16:23:04.774Z | Compiling zerocopy-derive v0.8.13 |
597 | 2024-12-31T16:23:04.979Z | Compiling zerocopy-derive v0.7.35 |
598 | 2024-12-31T16:23:05.317Z | Compiling tokio-macros v2.4.0 |
599 | 2024-12-31T16:23:05.327Z | Compiling thiserror-impl v1.0.69 |
600 | 2024-12-31T16:23:05.642Z | Compiling darling_macro v0.20.10 |
601 | 2024-12-31T16:23:05.688Z | Compiling foreign-types-macros v0.2.3 |
602 | 2024-12-31T16:23:06.204Z | Compiling schemars_derive v0.8.21 |
603 | 2024-12-31T16:23:06.601Z | Compiling darling v0.20.10 |
604 | 2024-12-31T16:23:06.693Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
605 | 2024-12-31T16:23:06.725Z | Compiling tokio v1.42.0 |
606 | 2024-12-31T16:23:06.748Z | Compiling zerocopy v0.7.35 |
607 | 2024-12-31T16:23:06.889Z | Compiling foreign-types v0.5.0 |
608 | 2024-12-31T16:23:06.979Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
609 | 2024-12-31T16:23:08.015Z | Compiling ppv-lite86 v0.2.20 |
610 | 2024-12-31T16:23:08.097Z | Compiling num_enum v0.5.11 |
611 | 2024-12-31T16:23:08.190Z | Compiling tracing-attributes v0.1.28 |
612 | 2024-12-31T16:23:08.243Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
613 | 2024-12-31T16:23:08.765Z | Compiling rand_chacha v0.3.1 |
614 | 2024-12-31T16:23:09.079Z | Compiling cstr-argument v0.1.2 |
615 | 2024-12-31T16:23:09.469Z | Compiling crc32fast v1.4.2 |
616 | 2024-12-31T16:23:09.666Z | Compiling lazy_static v1.5.0 |
617 | 2024-12-31T16:23:09.783Z | Compiling is_terminal_polyfill v1.70.1 |
618 | 2024-12-31T16:23:09.791Z | Compiling colorchoice v1.0.3 |
619 | 2024-12-31T16:23:09.888Z | Compiling thiserror v2.0.9 |
620 | 2024-12-31T16:23:09.930Z | Compiling anstyle-query v1.1.2 |
621 | 2024-12-31T16:23:10.064Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
622 | 2024-12-31T16:23:10.343Z | Compiling pretty-hex v0.2.1 |
623 | 2024-12-31T16:23:10.393Z | Compiling anstyle v1.0.10 |
624 | 2024-12-31T16:23:10.531Z | Compiling colored v2.2.0 |
625 | 2024-12-31T16:23:10.760Z | Compiling anstream v0.6.18 |
626 | 2024-12-31T16:23:11.130Z | Compiling tracing v0.1.41 |
627 | 2024-12-31T16:23:11.375Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
628 | 2024-12-31T16:23:11.561Z | Compiling rand v0.8.5 |
629 | 2024-12-31T16:23:11.594Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
630 | 2024-12-31T16:23:11.698Z | Compiling thiserror-impl v2.0.9 |
631 | 2024-12-31T16:23:11.739Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
632 | 2024-12-31T16:23:11.897Z | Compiling clap_lex v0.7.4 |
633 | 2024-12-31T16:23:12.142Z | Compiling winnow v0.6.20 |
634 | 2024-12-31T16:23:12.493Z | Compiling heck v0.5.0 |
635 | 2024-12-31T16:23:12.836Z | Compiling clap_derive v4.5.18 |
636 | 2024-12-31T16:23:12.848Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
637 | 2024-12-31T16:23:13.175Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
638 | 2024-12-31T16:23:14.575Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
639 | 2024-12-31T16:23:16.673Z | Compiling bitflags v2.6.0 |
640 | 2024-12-31T16:23:16.942Z | Compiling ipnetwork v0.20.0 |
641 | 2024-12-31T16:23:16.980Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
642 | 2024-12-31T16:23:17.021Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
643 | 2024-12-31T16:23:17.158Z | Compiling postcard v1.1.1 |
644 | 2024-12-31T16:23:17.582Z | Compiling uuid v1.11.0 |
645 | 2024-12-31T16:23:18.158Z | Compiling terminal_size v0.4.1 |
646 | 2024-12-31T16:23:18.262Z | Compiling clap_builder v4.5.23 |
647 | 2024-12-31T16:23:19.087Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
648 | 2024-12-31T16:23:19.976Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
649 | 2024-12-31T16:23:21.824Z | Compiling clap v4.5.23 |
650 | 2024-12-31T16:23:26.005Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
651 | 2024-12-31T16:23:27.990Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
652 | 2024-12-31T16:24:03.653Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 11s |
653 | 2024-12-31T16:24:03.694Z | |
654 | 2024-12-31T16:24:03.696Z | real 1:11.991627946 |
655 | 2024-12-31T16:24:03.696Z | user 4:36.649808968 |
656 | 2024-12-31T16:24:03.696Z | sys 26.969282351 |
657 | 2024-12-31T16:24:03.696Z | trap 0.157124136 |
658 | 2024-12-31T16:24:03.697Z | tflt 0.271144505 |
659 | 2024-12-31T16:24:03.697Z | dflt 0.719660162 |
660 | 2024-12-31T16:24:03.697Z | kflt 0.000007999 |
661 | 2024-12-31T16:24:03.697Z | lock 9:26.483091946 |
662 | 2024-12-31T16:24:03.697Z | slp 14:33.656940222 |
663 | 2024-12-31T16:24:03.697Z | lat 9.173885431 |
664 | 2024-12-31T16:24:03.697Z | stop 14.135207247 |
665 | 2024-12-31T16:24:03.697Z | + popd |
666 | 2024-12-31T16:24:03.697Z | /work/oxidecomputer/opte |
667 | 2024-12-31T16:24:03.697Z | + for x in debug release |
668 | 2024-12-31T16:24:03.697Z | + mkdir -p /work/debug |
669 | 2024-12-31T16:24:03.699Z | + cp target/debug/opteadm /work/debug/ |
670 | 2024-12-31T16:24:03.761Z | + sha256sum target/debug/opteadm |
671 | 2024-12-31T16:24:03.819Z | + for x in debug release |
672 | 2024-12-31T16:24:03.819Z | + mkdir -p /work/release |
673 | 2024-12-31T16:24:03.822Z | + cp target/release/opteadm /work/release/ |
674 | 2024-12-31T16:24:03.839Z | + sha256sum target/release/opteadm |
675 | 2024-12-31T16:24:03.856Z | process exited: duration 165032 ms, exit code 0 |
|
676 | 2024-12-31T16:24:03.866Z | found 4 output files |
677 | 2024-12-31T16:24:03.866Z | uploading: /work/debug/opteadm (69072912 bytes) |
678 | 2024-12-31T16:24:06.101Z | uploaded: /work/debug/opteadm |
679 | 2024-12-31T16:24:06.103Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
680 | 2024-12-31T16:24:07.109Z | uploaded: /work/debug/opteadm.debug.sha256 |
681 | 2024-12-31T16:24:07.112Z | uploading: /work/release/opteadm (17571200 bytes) |
682 | 2024-12-31T16:24:08.408Z | uploaded: /work/release/opteadm |
683 | 2024-12-31T16:24:08.408Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
684 | 2024-12-31T16:24:09.416Z | uploaded: /work/release/opteadm.release.sha256 |