|
|
|
1 | 2024-12-25T04:20:00.626Z | job assigned to worker 01JFY0MFPS45SNCNH2D5G2Q9DX [factory aws, i-020ed6405be6254a0] (queued for 56 s) |
|
2 | 2024-12-25T04:20:08.046Z | starting task 0: "setup" |
3 | 2024-12-25T04:20:08.055Z | ++ uname -s |
4 | 2024-12-25T04:20:08.057Z | + kern=SunOS |
5 | 2024-12-25T04:20:08.057Z | + case "$kern" in |
6 | 2024-12-25T04:20:08.057Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:20:08.060Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:20:10.067Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:20:10.174Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:20:10.176Z | + home_fs=zfs |
11 | 2024-12-25T04:20:10.176Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:20:10.176Z | + mkdir -p /home/build |
13 | 2024-12-25T04:20:10.179Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:20:12.181Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:20:12.184Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-12-25T04:20:12.189Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:20:12.194Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:20:12.194Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:20:12.194Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-25T04:20:12.194Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-25T04:20:12.194Z | ' default |
22 | 2024-12-25T04:20:12.194Z | * toolchain profile = "default" |
23 | 2024-12-25T04:20:12.197Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:20:12.197Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:20:12.500Z | info: downloading installer |
26 | 2024-12-25T04:20:13.983Z | info: profile set to 'default' |
27 | 2024-12-25T04:20:13.983Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:20:13.985Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:20:14.123Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:20:14.123Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:20:14.852Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:20:15.129Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:20:16.112Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:20:17.700Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:20:23.294Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:20:23.503Z | info: installing component 'cargo' |
37 | 2024-12-25T04:20:24.337Z | info: installing component 'clippy' |
38 | 2024-12-25T04:20:24.717Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:20:26.362Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:20:28.237Z | info: installing component 'rustc' |
41 | 2024-12-25T04:20:34.291Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:20:34.622Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:20:34.622Z | |
44 | 2024-12-25T04:20:35.013Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:20:35.013Z | |
46 | 2024-12-25T04:20:35.016Z | |
47 | 2024-12-25T04:20:35.016Z | Rust is installed now. Great! |
48 | 2024-12-25T04:20:35.016Z | |
49 | 2024-12-25T04:20:35.016Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:20:35.016Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:20:35.016Z | |
52 | 2024-12-25T04:20:35.017Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:20:35.017Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:20:35.017Z | |
55 | 2024-12-25T04:20:35.017Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:20:35.017Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:20:35.017Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:20:35.090Z | + rustc --version |
59 | 2024-12-25T04:20:35.159Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:20:35.162Z | process exited: duration 22973 ms, exit code 0 |
|
61 | 2024-12-25T04:20:35.168Z | starting task 2: "authentication" |
62 | 2024-12-25T04:20:35.190Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-25T04:20:35.195Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:20:35.201Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:20:35.204Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:20:35.450Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:20:36.265Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:20:36.268Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:20:36.511Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:20:36.511Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:20:36.521Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:20:36.525Z | ++ git branch --show-current |
73 | 2024-12-25T04:20:36.527Z | + current=master |
74 | 2024-12-25T04:20:36.527Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:20:36.527Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:20:36.530Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:20:36.551Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:20:36.553Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:20:36.573Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:20:36.576Z | process exited: duration 1378 ms, exit code 0 |
|
81 | 2024-12-25T04:20:36.582Z | starting task 4: "build" |
82 | 2024-12-25T04:20:36.587Z | + cargo --version |
83 | 2024-12-25T04:20:36.592Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-25T04:20:36.760Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-25T04:20:36.760Z | info: downloading component 'cargo' |
86 | 2024-12-25T04:20:37.626Z | info: downloading component 'clippy' |
87 | 2024-12-25T04:20:37.953Z | info: downloading component 'rust-docs' |
88 | 2024-12-25T04:20:39.153Z | info: downloading component 'rust-std' |
89 | 2024-12-25T04:20:40.886Z | info: downloading component 'rustc' |
90 | 2024-12-25T04:20:47.427Z | info: downloading component 'rustfmt' |
91 | 2024-12-25T04:20:47.676Z | info: installing component 'cargo' |
92 | 2024-12-25T04:20:48.501Z | info: installing component 'clippy' |
93 | 2024-12-25T04:20:48.878Z | info: installing component 'rust-docs' |
94 | 2024-12-25T04:20:50.485Z | info: installing component 'rust-std' |
95 | 2024-12-25T04:20:53.073Z | info: installing component 'rustc' |
96 | 2024-12-25T04:20:57.915Z | info: installing component 'rustfmt' |
97 | 2024-12-25T04:20:58.337Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-25T04:20:58.340Z | + rustc --version |
99 | 2024-12-25T04:20:58.411Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-25T04:20:58.415Z | + pushd bin/opteadm |
101 | 2024-12-25T04:20:58.417Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-12-25T04:20:58.417Z | + header 'check style' |
103 | 2024-12-25T04:20:58.418Z | + echo '# ==== check style ==== #' |
104 | 2024-12-25T04:20:58.418Z | # ==== check style ==== # |
105 | 2024-12-25T04:20:58.418Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
106 | 2024-12-25T04:20:58.628Z | |
107 | 2024-12-25T04:20:58.628Z | real 0.207722438 |
108 | 2024-12-25T04:20:58.628Z | user 0.111751772 |
109 | 2024-12-25T04:20:58.628Z | sys 0.090465937 |
110 | 2024-12-25T04:20:58.628Z | trap 0.000040260 |
111 | 2024-12-25T04:20:58.628Z | tflt 0.000000000 |
112 | 2024-12-25T04:20:58.628Z | dflt 0.000000000 |
113 | 2024-12-25T04:20:58.628Z | kflt 0.000000000 |
114 | 2024-12-25T04:20:58.631Z | lock 0.000000000 |
115 | 2024-12-25T04:20:58.631Z | slp 0.116449857 |
116 | 2024-12-25T04:20:58.631Z | lat 0.001042880 |
117 | 2024-12-25T04:20:58.631Z | stop 0.000147058 |
118 | 2024-12-25T04:20:58.631Z | + header analyze |
119 | 2024-12-25T04:20:58.631Z | + echo '# ==== analyze ==== #' |
120 | 2024-12-25T04:20:58.631Z | # ==== analyze ==== # |
121 | 2024-12-25T04:20:58.631Z | + ptime -m cargo clippy --all-targets |
122 | 2024-12-25T04:20:58.848Z | Updating crates.io index |
123 | 2024-12-25T04:20:58.995Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-25T04:20:59.648Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-25T04:20:59.910Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-25T04:21:00.121Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-25T04:21:00.414Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-25T04:21:00.692Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-25T04:21:00.917Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-25T04:21:01.176Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-25T04:21:01.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-25T04:21:02.306Z | Downloading crates ... |
133 | 2024-12-25T04:21:02.425Z | Downloaded aho-corasick v1.1.3 |
134 | 2024-12-25T04:21:02.434Z | Downloaded utf8parse v0.2.2 |
135 | 2024-12-25T04:21:02.438Z | Downloaded toml_datetime v0.6.8 |
136 | 2024-12-25T04:21:02.442Z | Downloaded version_check v0.9.5 |
137 | 2024-12-25T04:21:02.446Z | Downloaded zerocopy-derive v0.7.35 |
138 | 2024-12-25T04:21:02.455Z | Downloaded uuid v1.11.0 |
139 | 2024-12-25T04:21:02.457Z | Downloaded winnow v0.6.20 |
140 | 2024-12-25T04:21:02.466Z | Downloaded darling v0.20.10 |
141 | 2024-12-25T04:21:02.470Z | Downloaded clap_lex v0.7.4 |
142 | 2024-12-25T04:21:02.473Z | Downloaded zerocopy-derive v0.8.14 |
143 | 2024-12-25T04:21:02.479Z | Downloaded byteorder v1.5.0 |
144 | 2024-12-25T04:21:02.482Z | Downloaded bytes v1.9.0 |
145 | 2024-12-25T04:21:02.485Z | Downloaded zerocopy v0.7.35 |
146 | 2024-12-25T04:21:02.501Z | Downloaded winnow v0.5.40 |
147 | 2024-12-25T04:21:02.509Z | Downloaded getrandom v0.2.15 |
148 | 2024-12-25T04:21:02.512Z | Downloaded zerocopy v0.8.14 |
149 | 2024-12-25T04:21:02.537Z | Downloaded ident_case v1.0.1 |
150 | 2024-12-25T04:21:02.540Z | Downloaded tracing-core v0.1.33 |
151 | 2024-12-25T04:21:02.542Z | Downloaded foreign-types v0.5.0 |
152 | 2024-12-25T04:21:02.542Z | Downloaded errno v0.3.10 |
153 | 2024-12-25T04:21:02.544Z | Downloaded foreign-types-shared v0.3.1 |
154 | 2024-12-25T04:21:02.544Z | Downloaded foreign-types-macros v0.2.3 |
155 | 2024-12-25T04:21:02.547Z | Downloaded pretty-hex v0.2.1 |
156 | 2024-12-25T04:21:02.547Z | Downloaded proc-macro-error-attr2 v2.0.0 |
157 | 2024-12-25T04:21:02.550Z | Downloaded fnv v1.0.7 |
158 | 2024-12-25T04:21:02.550Z | Downloaded equivalent v1.0.1 |
159 | 2024-12-25T04:21:02.550Z | Downloaded either v1.13.0 |
160 | 2024-12-25T04:21:02.553Z | Downloaded unicode-width v0.1.14 |
161 | 2024-12-25T04:21:02.556Z | Downloaded managed v0.8.0 |
162 | 2024-12-25T04:21:02.558Z | Downloaded macaddr v1.0.1 |
163 | 2024-12-25T04:21:02.558Z | Downloaded toml_edit v0.19.15 |
164 | 2024-12-25T04:21:02.572Z | Downloaded lazy_static v1.5.0 |
165 | 2024-12-25T04:21:02.575Z | Downloaded itoa v1.0.14 |
166 | 2024-12-25T04:21:02.577Z | Downloaded is_terminal_polyfill v1.70.1 |
167 | 2024-12-25T04:21:02.577Z | Downloaded heck v0.5.0 |
168 | 2024-12-25T04:21:02.577Z | Downloaded hash32 v0.3.1 |
169 | 2024-12-25T04:21:02.580Z | Downloaded embedded-io v0.6.1 |
170 | 2024-12-25T04:21:02.580Z | Downloaded ipnetwork v0.20.0 |
171 | 2024-12-25T04:21:02.583Z | Downloaded rand_chacha v0.3.1 |
172 | 2024-12-25T04:21:02.583Z | Downloaded num_enum_derive v0.5.11 |
173 | 2024-12-25T04:21:02.585Z | Downloaded proc-macro-crate v1.3.1 |
174 | 2024-12-25T04:21:02.585Z | Downloaded ppv-lite86 v0.2.20 |
175 | 2024-12-25T04:21:02.585Z | Downloaded dyn-clone v1.0.17 |
176 | 2024-12-25T04:21:02.588Z | Downloaded defmt v0.3.10 |
177 | 2024-12-25T04:21:02.590Z | Downloaded scopeguard v1.2.0 |
178 | 2024-12-25T04:21:02.593Z | Downloaded rand_core v0.6.4 |
179 | 2024-12-25T04:21:02.593Z | Downloaded num_enum v0.5.11 |
180 | 2024-12-25T04:21:02.596Z | Downloaded strsim v0.11.1 |
181 | 2024-12-25T04:21:02.599Z | Downloaded stable_deref_trait v1.2.0 |
182 | 2024-12-25T04:21:02.599Z | Downloaded signal-hook-registry v1.4.2 |
183 | 2024-12-25T04:21:02.601Z | Downloaded cobs v0.2.3 |
184 | 2024-12-25T04:21:02.601Z | Downloaded embedded-io v0.4.0 |
185 | 2024-12-25T04:21:02.604Z | Downloaded defmt-macros v0.4.0 |
186 | 2024-12-25T04:21:02.604Z | Downloaded tokio-macros v2.4.0 |
187 | 2024-12-25T04:21:02.607Z | Downloaded thiserror-impl v2.0.9 |
188 | 2024-12-25T04:21:02.607Z | Downloaded thiserror-impl v1.0.69 |
189 | 2024-12-25T04:21:02.609Z | Downloaded thiserror v1.0.69 |
190 | 2024-12-25T04:21:02.612Z | Downloaded lock_api v0.4.12 |
191 | 2024-12-25T04:21:02.614Z | Downloaded terminal_size v0.4.1 |
192 | 2024-12-25T04:21:02.614Z | Downloaded tabwriter v1.4.0 |
193 | 2024-12-25T04:21:02.616Z | Downloaded colored v2.2.0 |
194 | 2024-12-25T04:21:02.620Z | Downloaded proc-macro-error2 v2.0.1 |
195 | 2024-12-25T04:21:02.622Z | Downloaded postcard v1.1.1 |
196 | 2024-12-25T04:21:02.622Z | Downloaded pin-project-lite v0.2.15 |
197 | 2024-12-25T04:21:02.626Z | Downloaded parking_lot_core v0.9.10 |
198 | 2024-12-25T04:21:02.628Z | Downloaded colorchoice v1.0.3 |
199 | 2024-12-25T04:21:02.631Z | Downloaded clap_derive v4.5.18 |
200 | 2024-12-25T04:21:02.633Z | Downloaded clap v4.5.23 |
201 | 2024-12-25T04:21:02.639Z | Downloaded thiserror v2.0.9 |
202 | 2024-12-25T04:21:02.644Z | Downloaded socket2 v0.5.8 |
203 | 2024-12-25T04:21:02.647Z | Downloaded smallvec v1.13.2 |
204 | 2024-12-25T04:21:02.649Z | Downloaded ryu v1.0.18 |
205 | 2024-12-25T04:21:02.651Z | Downloaded proc-macro2 v1.0.92 |
206 | 2024-12-25T04:21:02.653Z | Downloaded serde_derive_internals v0.29.1 |
207 | 2024-12-25T04:21:02.656Z | Downloaded schemars_derive v0.8.21 |
208 | 2024-12-25T04:21:02.656Z | Downloaded once_cell v1.20.2 |
209 | 2024-12-25T04:21:02.658Z | Downloaded quote v1.0.37 |
210 | 2024-12-25T04:21:02.661Z | Downloaded parking_lot v0.12.3 |
211 | 2024-12-25T04:21:02.663Z | Downloaded schemars v0.8.21 |
212 | 2024-12-25T04:21:02.672Z | Downloaded serde_derive v1.0.216 |
213 | 2024-12-25T04:21:02.675Z | Downloaded bitflags v1.3.2 |
214 | 2024-12-25T04:21:02.678Z | Downloaded defmt-parser v0.4.1 |
215 | 2024-12-25T04:21:02.678Z | Downloaded darling_macro v0.20.10 |
216 | 2024-12-25T04:21:02.681Z | Downloaded cstr-argument v0.1.2 |
217 | 2024-12-25T04:21:02.681Z | Downloaded crc32fast v1.4.2 |
218 | 2024-12-25T04:21:02.681Z | Downloaded clap_builder v4.5.23 |
219 | 2024-12-25T04:21:02.686Z | Downloaded heapless v0.8.0 |
220 | 2024-12-25T04:21:02.690Z | Downloaded memchr v2.7.4 |
221 | 2024-12-25T04:21:02.694Z | Downloaded rand v0.8.5 |
222 | 2024-12-25T04:21:02.697Z | Downloaded serde v1.0.216 |
223 | 2024-12-25T04:21:02.700Z | Downloaded indexmap v2.7.0 |
224 | 2024-12-25T04:21:02.704Z | Downloaded mio v1.0.3 |
225 | 2024-12-25T04:21:02.709Z | Downloaded darling_core v0.20.10 |
226 | 2024-12-25T04:21:02.713Z | Downloaded anyhow v1.0.95 |
227 | 2024-12-25T04:21:02.717Z | Downloaded cfg-if v1.0.0 |
228 | 2024-12-25T04:21:02.719Z | Downloaded bitflags v2.6.0 |
229 | 2024-12-25T04:21:02.722Z | Downloaded anstyle-query v1.1.2 |
230 | 2024-12-25T04:21:02.724Z | Downloaded hashbrown v0.15.2 |
231 | 2024-12-25T04:21:02.727Z | Downloaded autocfg v1.4.0 |
232 | 2024-12-25T04:21:02.732Z | Downloaded anstyle v1.0.10 |
233 | 2024-12-25T04:21:02.734Z | Downloaded anstream v0.6.18 |
234 | 2024-12-25T04:21:02.734Z | Downloaded itertools v0.13.0 |
235 | 2024-12-25T04:21:02.738Z | Downloaded unicode-ident v1.0.14 |
236 | 2024-12-25T04:21:02.741Z | Downloaded serde_json v1.0.134 |
237 | 2024-12-25T04:21:02.748Z | Downloaded tracing v0.1.41 |
238 | 2024-12-25T04:21:02.751Z | Downloaded anstyle-parse v0.2.6 |
239 | 2024-12-25T04:21:02.758Z | Downloaded tracing-attributes v0.1.28 |
240 | 2024-12-25T04:21:02.784Z | Downloaded syn v1.0.109 |
241 | 2024-12-25T04:21:02.794Z | Downloaded regex v1.11.1 |
242 | 2024-12-25T04:21:02.813Z | Downloaded syn v2.0.91 |
243 | 2024-12-25T04:21:02.823Z | Downloaded rustix v0.38.42 |
244 | 2024-12-25T04:21:02.843Z | Downloaded smoltcp v0.11.0 |
245 | 2024-12-25T04:21:02.854Z | Downloaded regex-syntax v0.8.5 |
246 | 2024-12-25T04:21:02.905Z | Downloaded regex-automata v0.4.9 |
247 | 2024-12-25T04:21:02.929Z | Downloaded libc v0.2.169 |
248 | 2024-12-25T04:21:02.951Z | Downloaded tokio v1.42.0 |
249 | 2024-12-25T04:21:03.131Z | Compiling proc-macro2 v1.0.92 |
250 | 2024-12-25T04:21:03.131Z | Compiling unicode-ident v1.0.14 |
251 | 2024-12-25T04:21:03.134Z | Compiling libc v0.2.169 |
252 | 2024-12-25T04:21:03.134Z | Checking cfg-if v1.0.0 |
253 | 2024-12-25T04:21:03.134Z | Compiling serde v1.0.216 |
254 | 2024-12-25T04:21:03.134Z | Checking byteorder v1.5.0 |
255 | 2024-12-25T04:21:03.134Z | Compiling ident_case v1.0.1 |
256 | 2024-12-25T04:21:03.134Z | Compiling fnv v1.0.7 |
257 | 2024-12-25T04:21:03.212Z | Compiling strsim v0.11.1 |
258 | 2024-12-25T04:21:03.300Z | Compiling memchr v2.7.4 |
259 | 2024-12-25T04:21:03.318Z | Checking bitflags v2.6.0 |
260 | 2024-12-25T04:21:03.330Z | Compiling regex-syntax v0.8.5 |
261 | 2024-12-25T04:21:03.410Z | Compiling syn v1.0.109 |
262 | 2024-12-25T04:21:03.550Z | Compiling autocfg v1.4.0 |
263 | 2024-12-25T04:21:03.770Z | Compiling equivalent v1.0.1 |
264 | 2024-12-25T04:21:03.853Z | Compiling either v1.13.0 |
265 | 2024-12-25T04:21:04.154Z | Compiling aho-corasick v1.1.3 |
266 | 2024-12-25T04:21:04.196Z | Compiling zerocopy v0.8.14 |
267 | 2024-12-25T04:21:04.309Z | Compiling hashbrown v0.15.2 |
268 | 2024-12-25T04:21:05.071Z | Compiling indexmap v2.7.0 |
269 | 2024-12-25T04:21:05.479Z | Compiling lock_api v0.4.12 |
270 | 2024-12-25T04:21:05.498Z | Compiling itertools v0.13.0 |
271 | 2024-12-25T04:21:05.522Z | Compiling heapless v0.8.0 |
272 | 2024-12-25T04:21:05.876Z | Compiling anyhow v1.0.95 |
273 | 2024-12-25T04:21:06.104Z | Compiling regex-automata v0.4.9 |
274 | 2024-12-25T04:21:06.141Z | Compiling toml_datetime v0.6.8 |
275 | 2024-12-25T04:21:06.501Z | Compiling winnow v0.5.40 |
276 | 2024-12-25T04:21:06.663Z | Compiling quote v1.0.37 |
277 | 2024-12-25T04:21:07.170Z | Compiling syn v2.0.91 |
278 | 2024-12-25T04:21:07.335Z | Compiling parking_lot_core v0.9.10 |
279 | 2024-12-25T04:21:07.954Z | Checking hash32 v0.3.1 |
280 | 2024-12-25T04:21:08.022Z | Compiling smoltcp v0.11.0 |
281 | 2024-12-25T04:21:08.073Z | Compiling serde_json v1.0.134 |
282 | 2024-12-25T04:21:08.088Z | Checking dyn-clone v1.0.17 |
283 | 2024-12-25T04:21:08.220Z | Checking scopeguard v1.2.0 |
284 | 2024-12-25T04:21:08.343Z | Checking macaddr v1.0.1 |
285 | 2024-12-25T04:21:08.435Z | Compiling once_cell v1.20.2 |
286 | 2024-12-25T04:21:08.455Z | Checking stable_deref_trait v1.2.0 |
287 | 2024-12-25T04:21:08.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
288 | 2024-12-25T04:21:08.576Z | Checking smallvec v1.13.2 |
289 | 2024-12-25T04:21:08.952Z | Checking getrandom v0.2.15 |
290 | 2024-12-25T04:21:09.127Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
291 | 2024-12-25T04:21:09.165Z | Checking pin-project-lite v0.2.15 |
292 | 2024-12-25T04:21:09.237Z | Compiling version_check v0.9.5 |
293 | 2024-12-25T04:21:09.279Z | Compiling thiserror v1.0.69 |
294 | 2024-12-25T04:21:09.442Z | Checking bitflags v1.3.2 |
295 | 2024-12-25T04:21:09.457Z | Checking managed v0.8.0 |
296 | 2024-12-25T04:21:09.533Z | Compiling toml_edit v0.19.15 |
297 | 2024-12-25T04:21:09.772Z | Compiling regex v1.11.1 |
298 | 2024-12-25T04:21:09.781Z | Checking cobs v0.2.3 |
299 | 2024-12-25T04:21:09.795Z | Checking itoa v1.0.14 |
300 | 2024-12-25T04:21:09.835Z | Compiling rustix v0.38.42 |
301 | 2024-12-25T04:21:09.952Z | Compiling schemars v0.8.21 |
302 | 2024-12-25T04:21:09.996Z | Checking ryu v1.0.18 |
303 | 2024-12-25T04:21:10.525Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
304 | 2024-12-25T04:21:10.700Z | Checking parking_lot v0.12.3 |
305 | 2024-12-25T04:21:10.722Z | Checking rand_core v0.6.4 |
306 | 2024-12-25T04:21:10.953Z | Checking signal-hook-registry v1.4.2 |
307 | 2024-12-25T04:21:11.011Z | Checking errno v0.3.10 |
308 | 2024-12-25T04:21:11.014Z | Checking mio v1.0.3 |
309 | 2024-12-25T04:21:11.171Z | Checking socket2 v0.5.8 |
310 | 2024-12-25T04:21:11.477Z | Checking bytes v1.9.0 |
311 | 2024-12-25T04:21:11.601Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
312 | 2024-12-25T04:21:11.627Z | Checking unicode-width v0.1.14 |
313 | 2024-12-25T04:21:11.796Z | Checking foreign-types-shared v0.3.1 |
314 | 2024-12-25T04:21:12.073Z | Compiling proc-macro-crate v1.3.1 |
315 | 2024-12-25T04:21:12.189Z | Checking utf8parse v0.2.2 |
316 | 2024-12-25T04:21:12.317Z | Checking anstyle-parse v0.2.6 |
317 | 2024-12-25T04:21:12.569Z | Checking tabwriter v1.4.0 |
318 | 2024-12-25T04:21:12.775Z | Checking tracing-core v0.1.33 |
319 | 2024-12-25T04:21:13.185Z | Checking cstr-argument v0.1.2 |
320 | 2024-12-25T04:21:13.245Z | Checking crc32fast v1.4.2 |
321 | 2024-12-25T04:21:13.332Z | Compiling darling_core v0.20.10 |
322 | 2024-12-25T04:21:13.408Z | Compiling serde_derive_internals v0.29.1 |
323 | 2024-12-25T04:21:13.435Z | Checking anstyle-query v1.1.2 |
324 | 2024-12-25T04:21:13.554Z | Checking is_terminal_polyfill v1.70.1 |
325 | 2024-12-25T04:21:13.661Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
326 | 2024-12-25T04:21:13.754Z | Compiling thiserror v2.0.9 |
327 | 2024-12-25T04:21:13.990Z | Checking anstyle v1.0.10 |
328 | 2024-12-25T04:21:14.006Z | Checking colorchoice v1.0.3 |
329 | 2024-12-25T04:21:14.129Z | Checking pretty-hex v0.2.1 |
330 | 2024-12-25T04:21:14.283Z | Checking lazy_static v1.5.0 |
331 | 2024-12-25T04:21:14.312Z | Checking anstream v0.6.18 |
332 | 2024-12-25T04:21:14.394Z | Checking colored v2.2.0 |
333 | 2024-12-25T04:21:14.665Z | Checking terminal_size v0.4.1 |
334 | 2024-12-25T04:21:14.802Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
335 | 2024-12-25T04:21:14.968Z | Checking clap_lex v0.7.4 |
336 | 2024-12-25T04:21:15.011Z | Checking winnow v0.6.20 |
337 | 2024-12-25T04:21:15.021Z | Compiling heck v0.5.0 |
338 | 2024-12-25T04:21:15.374Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
339 | 2024-12-25T04:21:15.455Z | Checking clap_builder v4.5.23 |
340 | 2024-12-25T04:21:16.268Z | Compiling num_enum_derive v0.5.11 |
341 | 2024-12-25T04:21:16.292Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
342 | 2024-12-25T04:21:16.752Z | Compiling serde_derive v1.0.216 |
343 | 2024-12-25T04:21:16.852Z | Compiling zerocopy-derive v0.8.14 |
344 | 2024-12-25T04:21:17.005Z | Compiling zerocopy-derive v0.7.35 |
345 | 2024-12-25T04:21:17.366Z | Compiling darling_macro v0.20.10 |
346 | 2024-12-25T04:21:17.716Z | Compiling thiserror-impl v1.0.69 |
347 | 2024-12-25T04:21:17.727Z | Compiling foreign-types-macros v0.2.3 |
348 | 2024-12-25T04:21:18.327Z | Compiling darling v0.20.10 |
349 | 2024-12-25T04:21:18.329Z | Compiling tokio-macros v2.4.0 |
350 | 2024-12-25T04:21:18.364Z | Compiling schemars_derive v0.8.21 |
351 | 2024-12-25T04:21:18.434Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
352 | 2024-12-25T04:21:18.783Z | Checking zerocopy v0.7.35 |
353 | 2024-12-25T04:21:18.906Z | Checking foreign-types v0.5.0 |
354 | 2024-12-25T04:21:19.022Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
355 | 2024-12-25T04:21:19.805Z | Checking tokio v1.42.0 |
356 | 2024-12-25T04:21:19.900Z | Checking ppv-lite86 v0.2.20 |
357 | 2024-12-25T04:21:20.345Z | Checking num_enum v0.5.11 |
358 | 2024-12-25T04:21:20.487Z | Compiling tracing-attributes v0.1.28 |
359 | 2024-12-25T04:21:20.535Z | Checking rand_chacha v0.3.1 |
360 | 2024-12-25T04:21:20.555Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
361 | 2024-12-25T04:21:20.891Z | Checking rand v0.8.5 |
362 | 2024-12-25T04:21:21.214Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
363 | 2024-12-25T04:21:21.491Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
364 | 2024-12-25T04:21:21.635Z | Compiling thiserror-impl v2.0.9 |
365 | 2024-12-25T04:21:21.675Z | Compiling clap_derive v4.5.18 |
366 | 2024-12-25T04:21:23.310Z | Checking tracing v0.1.41 |
367 | 2024-12-25T04:21:24.007Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
368 | 2024-12-25T04:21:24.457Z | Checking clap v4.5.23 |
369 | 2024-12-25T04:21:25.604Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
370 | 2024-12-25T04:21:26.429Z | Checking ipnetwork v0.20.0 |
371 | 2024-12-25T04:21:26.431Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
372 | 2024-12-25T04:21:26.432Z | Checking postcard v1.1.1 |
373 | 2024-12-25T04:21:26.432Z | Checking uuid v1.11.0 |
374 | 2024-12-25T04:21:27.723Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
375 | 2024-12-25T04:21:28.278Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
376 | 2024-12-25T04:21:35.649Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
377 | 2024-12-25T04:21:37.998Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
378 | 2024-12-25T04:21:39.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.88s |
379 | 2024-12-25T04:21:39.799Z | |
380 | 2024-12-25T04:21:39.799Z | real 41.165121697 |
381 | 2024-12-25T04:21:39.799Z | user 2:32.958477613 |
382 | 2024-12-25T04:21:39.799Z | sys 23.929775951 |
383 | 2024-12-25T04:21:39.799Z | trap 0.110517650 |
384 | 2024-12-25T04:21:39.800Z | tflt 0.278775522 |
385 | 2024-12-25T04:21:39.800Z | dflt 2.846373933 |
386 | 2024-12-25T04:21:39.800Z | kflt 0.013069576 |
387 | 2024-12-25T04:21:39.800Z | lock 3:23.211005195 |
388 | 2024-12-25T04:21:39.802Z | slp 10:50.389968238 |
389 | 2024-12-25T04:21:39.802Z | lat 8.328618340 |
390 | 2024-12-25T04:21:39.802Z | stop 17.894248214 |
391 | 2024-12-25T04:21:39.802Z | + header 'debug build' |
392 | 2024-12-25T04:21:39.802Z | + echo '# ==== debug build ==== #' |
393 | 2024-12-25T04:21:39.802Z | # ==== debug build ==== # |
394 | 2024-12-25T04:21:39.802Z | + ptime -m cargo build |
395 | 2024-12-25T04:21:40.102Z | Compiling cfg-if v1.0.0 |
396 | 2024-12-25T04:21:40.102Z | Compiling memchr v2.7.4 |
397 | 2024-12-25T04:21:40.105Z | Compiling strsim v0.11.1 |
398 | 2024-12-25T04:21:40.105Z | Compiling byteorder v1.5.0 |
399 | 2024-12-25T04:21:40.105Z | Compiling libc v0.2.169 |
400 | 2024-12-25T04:21:40.105Z | Compiling bitflags v2.6.0 |
401 | 2024-12-25T04:21:40.105Z | Compiling serde v1.0.216 |
402 | 2024-12-25T04:21:40.117Z | Compiling once_cell v1.20.2 |
403 | 2024-12-25T04:21:40.171Z | Compiling zerocopy v0.8.14 |
404 | 2024-12-25T04:21:40.397Z | Compiling darling_core v0.20.10 |
405 | 2024-12-25T04:21:40.431Z | Compiling hash32 v0.3.1 |
406 | 2024-12-25T04:21:40.459Z | Compiling dyn-clone v1.0.17 |
407 | 2024-12-25T04:21:40.632Z | Compiling macaddr v1.0.1 |
408 | 2024-12-25T04:21:40.665Z | Compiling scopeguard v1.2.0 |
409 | 2024-12-25T04:21:40.780Z | Compiling smallvec v1.13.2 |
410 | 2024-12-25T04:21:40.953Z | Compiling stable_deref_trait v1.2.0 |
411 | 2024-12-25T04:21:40.971Z | Compiling lock_api v0.4.12 |
412 | 2024-12-25T04:21:41.037Z | Compiling aho-corasick v1.1.3 |
413 | 2024-12-25T04:21:41.143Z | Compiling heapless v0.8.0 |
414 | 2024-12-25T04:21:41.354Z | Compiling getrandom v0.2.15 |
415 | 2024-12-25T04:21:41.421Z | Compiling parking_lot_core v0.9.10 |
416 | 2024-12-25T04:21:41.649Z | Compiling zerocopy v0.7.35 |
417 | 2024-12-25T04:21:41.784Z | Compiling proc-macro-crate v1.3.1 |
418 | 2024-12-25T04:21:42.002Z | Compiling itoa v1.0.14 |
419 | 2024-12-25T04:21:42.022Z | Compiling pin-project-lite v0.2.15 |
420 | 2024-12-25T04:21:42.127Z | Compiling cobs v0.2.3 |
421 | 2024-12-25T04:21:42.189Z | Compiling bitflags v1.3.2 |
422 | 2024-12-25T04:21:42.274Z | Compiling managed v0.8.0 |
423 | 2024-12-25T04:21:42.394Z | Compiling ryu v1.0.18 |
424 | 2024-12-25T04:21:42.489Z | Compiling num_enum_derive v0.5.11 |
425 | 2024-12-25T04:21:42.646Z | Compiling smoltcp v0.11.0 |
426 | 2024-12-25T04:21:42.729Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
427 | 2024-12-25T04:21:42.920Z | Compiling regex-automata v0.4.9 |
428 | 2024-12-25T04:21:43.089Z | Compiling ppv-lite86 v0.2.20 |
429 | 2024-12-25T04:21:43.124Z | Compiling parking_lot v0.12.3 |
430 | 2024-12-25T04:21:43.744Z | Compiling anyhow v1.0.95 |
431 | 2024-12-25T04:21:44.013Z | Compiling rand_core v0.6.4 |
432 | 2024-12-25T04:21:44.420Z | Compiling mio v1.0.3 |
433 | 2024-12-25T04:21:44.548Z | Compiling errno v0.3.10 |
434 | 2024-12-25T04:21:44.676Z | Compiling signal-hook-registry v1.4.2 |
435 | 2024-12-25T04:21:44.757Z | Compiling socket2 v0.5.8 |
436 | 2024-12-25T04:21:44.935Z | Compiling either v1.13.0 |
437 | 2024-12-25T04:21:45.249Z | Compiling ipnetwork v0.20.0 |
438 | 2024-12-25T04:21:45.498Z | Compiling serde_json v1.0.134 |
439 | 2024-12-25T04:21:45.562Z | Compiling postcard v1.1.1 |
440 | 2024-12-25T04:21:45.605Z | Compiling darling_macro v0.20.10 |
441 | 2024-12-25T04:21:45.642Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
442 | 2024-12-25T04:21:45.737Z | Compiling bytes v1.9.0 |
443 | 2024-12-25T04:21:45.794Z | Compiling foreign-types-shared v0.3.1 |
444 | 2024-12-25T04:21:45.872Z | Compiling utf8parse v0.2.2 |
445 | 2024-12-25T04:21:45.890Z | Compiling unicode-width v0.1.14 |
446 | 2024-12-25T04:21:46.011Z | Compiling anstyle-parse v0.2.6 |
447 | 2024-12-25T04:21:46.160Z | Compiling foreign-types v0.5.0 |
448 | 2024-12-25T04:21:46.248Z | Compiling itertools v0.13.0 |
449 | 2024-12-25T04:21:46.307Z | Compiling tabwriter v1.4.0 |
450 | 2024-12-25T04:21:46.384Z | Compiling thiserror v1.0.69 |
451 | 2024-12-25T04:21:46.503Z | Compiling tokio v1.42.0 |
452 | 2024-12-25T04:21:46.614Z | Compiling darling v0.20.10 |
453 | 2024-12-25T04:21:46.713Z | Compiling regex v1.11.1 |
454 | 2024-12-25T04:21:46.743Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
455 | 2024-12-25T04:21:46.909Z | Compiling num_enum v0.5.11 |
456 | 2024-12-25T04:21:47.042Z | Compiling rustix v0.38.42 |
457 | 2024-12-25T04:21:47.447Z | Compiling schemars v0.8.21 |
458 | 2024-12-25T04:21:47.558Z | Compiling rand_chacha v0.3.1 |
459 | 2024-12-25T04:21:48.031Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
460 | 2024-12-25T04:21:48.224Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
461 | 2024-12-25T04:21:48.252Z | Compiling cstr-argument v0.1.2 |
462 | 2024-12-25T04:21:48.294Z | Compiling tracing-core v0.1.33 |
463 | 2024-12-25T04:21:48.364Z | Compiling crc32fast v1.4.2 |
464 | 2024-12-25T04:21:48.420Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
465 | 2024-12-25T04:21:48.458Z | Compiling anstyle-query v1.1.2 |
466 | 2024-12-25T04:21:48.588Z | Compiling is_terminal_polyfill v1.70.1 |
467 | 2024-12-25T04:21:48.638Z | Compiling lazy_static v1.5.0 |
468 | 2024-12-25T04:21:48.681Z | Compiling pretty-hex v0.2.1 |
469 | 2024-12-25T04:21:48.687Z | Compiling anstyle v1.0.10 |
470 | 2024-12-25T04:21:48.747Z | Compiling colorchoice v1.0.3 |
471 | 2024-12-25T04:21:48.843Z | Compiling colored v2.2.0 |
472 | 2024-12-25T04:21:48.896Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
473 | 2024-12-25T04:21:49.107Z | Compiling anstream v0.6.18 |
474 | 2024-12-25T04:21:49.384Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
475 | 2024-12-25T04:21:49.460Z | Compiling tracing v0.1.41 |
476 | 2024-12-25T04:21:49.630Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
477 | 2024-12-25T04:21:49.632Z | Compiling terminal_size v0.4.1 |
478 | 2024-12-25T04:21:49.753Z | Compiling rand v0.8.5 |
479 | 2024-12-25T04:21:49.767Z | Compiling uuid v1.11.0 |
480 | 2024-12-25T04:21:49.788Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
481 | 2024-12-25T04:21:49.803Z | Compiling clap_lex v0.7.4 |
482 | 2024-12-25T04:21:49.857Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
483 | 2024-12-25T04:21:50.168Z | Compiling winnow v0.6.20 |
484 | 2024-12-25T04:21:50.213Z | Compiling clap_builder v4.5.23 |
485 | 2024-12-25T04:21:50.238Z | Compiling thiserror v2.0.9 |
486 | 2024-12-25T04:21:50.365Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
487 | 2024-12-25T04:21:53.013Z | Compiling clap v4.5.23 |
488 | 2024-12-25T04:21:53.206Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
489 | 2024-12-25T04:21:53.391Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
490 | 2024-12-25T04:21:53.591Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
491 | 2024-12-25T04:21:54.199Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
492 | 2024-12-25T04:21:56.148Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
493 | 2024-12-25T04:22:02.051Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
494 | 2024-12-25T04:22:04.055Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
495 | 2024-12-25T04:22:09.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.03s |
496 | 2024-12-25T04:22:09.921Z | |
497 | 2024-12-25T04:22:09.921Z | real 30.110547290 |
498 | 2024-12-25T04:22:09.921Z | user 2:05.546798047 |
499 | 2024-12-25T04:22:09.921Z | sys 14.184069972 |
500 | 2024-12-25T04:22:09.921Z | trap 0.074794190 |
501 | 2024-12-25T04:22:09.922Z | tflt 0.130086132 |
502 | 2024-12-25T04:22:09.924Z | dflt 0.379331688 |
503 | 2024-12-25T04:22:09.924Z | kflt 0.000004610 |
504 | 2024-12-25T04:22:09.924Z | lock 3:22.203541508 |
505 | 2024-12-25T04:22:09.924Z | slp 6:44.957616115 |
506 | 2024-12-25T04:22:09.925Z | lat 4.029512049 |
507 | 2024-12-25T04:22:09.925Z | stop 5.427925056 |
508 | 2024-12-25T04:22:09.925Z | + header 'release build' |
509 | 2024-12-25T04:22:09.925Z | + echo '# ==== release build ==== #' |
510 | 2024-12-25T04:22:09.925Z | # ==== release build ==== # |
511 | 2024-12-25T04:22:09.925Z | + ptime -m cargo build --release |
512 | 2024-12-25T04:22:10.117Z | Compiling proc-macro2 v1.0.92 |
513 | 2024-12-25T04:22:10.117Z | Compiling unicode-ident v1.0.14 |
514 | 2024-12-25T04:22:10.120Z | Compiling libc v0.2.169 |
515 | 2024-12-25T04:22:10.120Z | Compiling cfg-if v1.0.0 |
516 | 2024-12-25T04:22:10.120Z | Compiling serde v1.0.216 |
517 | 2024-12-25T04:22:10.120Z | Compiling byteorder v1.5.0 |
518 | 2024-12-25T04:22:10.120Z | Compiling ident_case v1.0.1 |
519 | 2024-12-25T04:22:10.148Z | Compiling strsim v0.11.1 |
520 | 2024-12-25T04:22:10.215Z | Compiling fnv v1.0.7 |
521 | 2024-12-25T04:22:10.285Z | Compiling memchr v2.7.4 |
522 | 2024-12-25T04:22:10.314Z | Compiling bitflags v2.6.0 |
523 | 2024-12-25T04:22:10.462Z | Compiling syn v1.0.109 |
524 | 2024-12-25T04:22:10.638Z | Compiling regex-syntax v0.8.5 |
525 | 2024-12-25T04:22:10.669Z | Compiling equivalent v1.0.1 |
526 | 2024-12-25T04:22:10.704Z | Compiling either v1.13.0 |
527 | 2024-12-25T04:22:10.720Z | Compiling hashbrown v0.15.2 |
528 | 2024-12-25T04:22:10.753Z | Compiling anyhow v1.0.95 |
529 | 2024-12-25T04:22:11.018Z | Compiling autocfg v1.4.0 |
530 | 2024-12-25T04:22:11.058Z | Compiling zerocopy v0.8.14 |
531 | 2024-12-25T04:22:11.310Z | Compiling aho-corasick v1.1.3 |
532 | 2024-12-25T04:22:11.571Z | Compiling itertools v0.13.0 |
533 | 2024-12-25T04:22:11.732Z | Compiling quote v1.0.37 |
534 | 2024-12-25T04:22:11.757Z | Compiling lock_api v0.4.12 |
535 | 2024-12-25T04:22:11.811Z | Compiling indexmap v2.7.0 |
536 | 2024-12-25T04:22:12.121Z | Compiling syn v2.0.91 |
537 | 2024-12-25T04:22:12.262Z | Compiling parking_lot_core v0.9.10 |
538 | 2024-12-25T04:22:12.694Z | Compiling heapless v0.8.0 |
539 | 2024-12-25T04:22:12.913Z | Compiling toml_datetime v0.6.8 |
540 | 2024-12-25T04:22:13.202Z | Compiling winnow v0.5.40 |
541 | 2024-12-25T04:22:13.667Z | Compiling hash32 v0.3.1 |
542 | 2024-12-25T04:22:13.864Z | Compiling smallvec v1.13.2 |
543 | 2024-12-25T04:22:14.302Z | Compiling regex-automata v0.4.9 |
544 | 2024-12-25T04:22:14.323Z | Compiling stable_deref_trait v1.2.0 |
545 | 2024-12-25T04:22:14.339Z | Compiling macaddr v1.0.1 |
546 | 2024-12-25T04:22:14.409Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
547 | 2024-12-25T04:22:14.764Z | Compiling once_cell v1.20.2 |
548 | 2024-12-25T04:22:14.792Z | Compiling serde_json v1.0.134 |
549 | 2024-12-25T04:22:14.908Z | Compiling scopeguard v1.2.0 |
550 | 2024-12-25T04:22:15.025Z | Compiling dyn-clone v1.0.17 |
551 | 2024-12-25T04:22:15.094Z | Compiling smoltcp v0.11.0 |
552 | 2024-12-25T04:22:15.763Z | Compiling getrandom v0.2.15 |
553 | 2024-12-25T04:22:16.027Z | Compiling thiserror v1.0.69 |
554 | 2024-12-25T04:22:16.083Z | Compiling itoa v1.0.14 |
555 | 2024-12-25T04:22:16.227Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
556 | 2024-12-25T04:22:16.291Z | Compiling bitflags v1.3.2 |
557 | 2024-12-25T04:22:16.298Z | Compiling ryu v1.0.18 |
558 | 2024-12-25T04:22:16.374Z | Compiling toml_edit v0.19.15 |
559 | 2024-12-25T04:22:16.539Z | Compiling version_check v0.9.5 |
560 | 2024-12-25T04:22:16.553Z | Compiling cobs v0.2.3 |
561 | 2024-12-25T04:22:16.568Z | Compiling pin-project-lite v0.2.15 |
562 | 2024-12-25T04:22:16.677Z | Compiling schemars v0.8.21 |
563 | 2024-12-25T04:22:16.707Z | Compiling rustix v0.38.42 |
564 | 2024-12-25T04:22:16.866Z | Compiling managed v0.8.0 |
565 | 2024-12-25T04:22:17.081Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
566 | 2024-12-25T04:22:17.377Z | Compiling rand_core v0.6.4 |
567 | 2024-12-25T04:22:17.435Z | Compiling parking_lot v0.12.3 |
568 | 2024-12-25T04:22:17.456Z | Compiling mio v1.0.3 |
569 | 2024-12-25T04:22:17.793Z | Compiling socket2 v0.5.8 |
570 | 2024-12-25T04:22:18.643Z | Compiling darling_core v0.20.10 |
571 | 2024-12-25T04:22:18.935Z | Compiling regex v1.11.1 |
572 | 2024-12-25T04:22:19.063Z | Compiling proc-macro-crate v1.3.1 |
573 | 2024-12-25T04:22:19.765Z | Compiling serde_derive_internals v0.29.1 |
574 | 2024-12-25T04:22:19.818Z | Compiling errno v0.3.10 |
575 | 2024-12-25T04:22:20.037Z | Compiling signal-hook-registry v1.4.2 |
576 | 2024-12-25T04:22:21.146Z | Compiling foreign-types-shared v0.3.1 |
577 | 2024-12-25T04:22:21.249Z | Compiling unicode-width v0.1.14 |
578 | 2024-12-25T04:22:21.512Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
579 | 2024-12-25T04:22:21.644Z | Compiling utf8parse v0.2.2 |
580 | 2024-12-25T04:22:21.779Z | Compiling bytes v1.9.0 |
581 | 2024-12-25T04:22:21.805Z | Compiling anstyle-parse v0.2.6 |
582 | 2024-12-25T04:22:21.873Z | Compiling tabwriter v1.4.0 |
583 | 2024-12-25T04:22:21.906Z | Compiling num_enum_derive v0.5.11 |
584 | 2024-12-25T04:22:22.088Z | Compiling tracing-core v0.1.33 |
585 | 2024-12-25T04:22:22.128Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
586 | 2024-12-25T04:22:22.881Z | Compiling serde_derive v1.0.216 |
587 | 2024-12-25T04:22:23.007Z | Compiling zerocopy-derive v0.8.14 |
588 | 2024-12-25T04:22:23.194Z | Compiling zerocopy-derive v0.7.35 |
589 | 2024-12-25T04:22:23.408Z | Compiling tokio-macros v2.4.0 |
590 | 2024-12-25T04:22:23.863Z | Compiling thiserror-impl v1.0.69 |
591 | 2024-12-25T04:22:23.997Z | Compiling darling_macro v0.20.10 |
592 | 2024-12-25T04:22:24.019Z | Compiling schemars_derive v0.8.21 |
593 | 2024-12-25T04:22:24.810Z | Compiling foreign-types-macros v0.2.3 |
594 | 2024-12-25T04:22:24.855Z | Compiling tokio v1.42.0 |
595 | 2024-12-25T04:22:24.979Z | Compiling darling v0.20.10 |
596 | 2024-12-25T04:22:25.056Z | Compiling zerocopy v0.7.35 |
597 | 2024-12-25T04:22:25.067Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
598 | 2024-12-25T04:22:26.041Z | Compiling foreign-types v0.5.0 |
599 | 2024-12-25T04:22:26.131Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
600 | 2024-12-25T04:22:26.418Z | Compiling ppv-lite86 v0.2.20 |
601 | 2024-12-25T04:22:26.597Z | Compiling num_enum v0.5.11 |
602 | 2024-12-25T04:22:26.753Z | Compiling tracing-attributes v0.1.28 |
603 | 2024-12-25T04:22:26.799Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
604 | 2024-12-25T04:22:27.119Z | Compiling rand_chacha v0.3.1 |
605 | 2024-12-25T04:22:28.058Z | Compiling cstr-argument v0.1.2 |
606 | 2024-12-25T04:22:28.684Z | Compiling crc32fast v1.4.2 |
607 | 2024-12-25T04:22:28.916Z | Compiling anstyle v1.0.10 |
608 | 2024-12-25T04:22:28.999Z | Compiling is_terminal_polyfill v1.70.1 |
609 | 2024-12-25T04:22:29.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
610 | 2024-12-25T04:22:29.017Z | Compiling pretty-hex v0.2.1 |
611 | 2024-12-25T04:22:29.102Z | Compiling colorchoice v1.0.3 |
612 | 2024-12-25T04:22:29.175Z | Compiling anstyle-query v1.1.2 |
613 | 2024-12-25T04:22:29.226Z | Compiling lazy_static v1.5.0 |
614 | 2024-12-25T04:22:29.295Z | Compiling thiserror v2.0.9 |
615 | 2024-12-25T04:22:29.330Z | Compiling colored v2.2.0 |
616 | 2024-12-25T04:22:29.332Z | Compiling anstream v0.6.18 |
617 | 2024-12-25T04:22:29.651Z | Compiling tracing v0.1.41 |
618 | 2024-12-25T04:22:30.169Z | Compiling terminal_size v0.4.1 |
619 | 2024-12-25T04:22:30.181Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
620 | 2024-12-25T04:22:30.207Z | Compiling rand v0.8.5 |
621 | 2024-12-25T04:22:30.365Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
622 | 2024-12-25T04:22:30.395Z | Compiling thiserror-impl v2.0.9 |
623 | 2024-12-25T04:22:30.504Z | Compiling heck v0.5.0 |
624 | 2024-12-25T04:22:30.888Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
625 | 2024-12-25T04:22:31.073Z | Compiling winnow v0.6.20 |
626 | 2024-12-25T04:22:31.247Z | Compiling clap_lex v0.7.4 |
627 | 2024-12-25T04:22:31.351Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
628 | 2024-12-25T04:22:31.817Z | Compiling clap_builder v4.5.23 |
629 | 2024-12-25T04:22:31.844Z | Compiling clap_derive v4.5.18 |
630 | 2024-12-25T04:22:32.104Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
631 | 2024-12-25T04:22:32.806Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
632 | 2024-12-25T04:22:35.031Z | Compiling ipnetwork v0.20.0 |
633 | 2024-12-25T04:22:35.440Z | Compiling postcard v1.1.1 |
634 | 2024-12-25T04:22:35.936Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
635 | 2024-12-25T04:22:36.140Z | Compiling uuid v1.11.0 |
636 | 2024-12-25T04:22:36.195Z | Compiling clap v4.5.23 |
637 | 2024-12-25T04:22:38.231Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
638 | 2024-12-25T04:22:40.118Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
639 | 2024-12-25T04:22:44.517Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
640 | 2024-12-25T04:22:46.399Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
641 | 2024-12-25T04:23:23.529Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 13s |
642 | 2024-12-25T04:23:23.573Z | |
643 | 2024-12-25T04:23:23.573Z | real 1:13.637533445 |
644 | 2024-12-25T04:23:23.573Z | user 4:39.167785899 |
645 | 2024-12-25T04:23:23.573Z | sys 27.078169234 |
646 | 2024-12-25T04:23:23.573Z | trap 0.161327507 |
647 | 2024-12-25T04:23:23.573Z | tflt 0.280398202 |
648 | 2024-12-25T04:23:23.574Z | dflt 0.623345079 |
649 | 2024-12-25T04:23:23.574Z | kflt 0.000006690 |
650 | 2024-12-25T04:23:23.574Z | lock 9:41.578001520 |
651 | 2024-12-25T04:23:23.576Z | slp 14:50.032023564 |
652 | 2024-12-25T04:23:23.576Z | lat 9.598148820 |
653 | 2024-12-25T04:23:23.576Z | stop 13.974910301 |
654 | 2024-12-25T04:23:23.576Z | + popd |
655 | 2024-12-25T04:23:23.576Z | /work/oxidecomputer/opte |
656 | 2024-12-25T04:23:23.576Z | + for x in debug release |
657 | 2024-12-25T04:23:23.577Z | + mkdir -p /work/debug |
658 | 2024-12-25T04:23:23.577Z | + cp target/debug/opteadm /work/debug/ |
659 | 2024-12-25T04:23:23.638Z | + sha256sum target/debug/opteadm |
660 | 2024-12-25T04:23:23.842Z | + for x in debug release |
661 | 2024-12-25T04:23:23.842Z | + mkdir -p /work/release |
662 | 2024-12-25T04:23:23.845Z | + cp target/release/opteadm /work/release/ |
663 | 2024-12-25T04:23:23.862Z | + sha256sum target/release/opteadm |
664 | 2024-12-25T04:23:23.879Z | process exited: duration 167294 ms, exit code 0 |
|
665 | 2024-12-25T04:23:23.890Z | found 4 output files |
666 | 2024-12-25T04:23:23.890Z | uploading: /work/debug/opteadm (68797864 bytes) |
667 | 2024-12-25T04:23:26.066Z | uploaded: /work/debug/opteadm |
668 | 2024-12-25T04:23:26.069Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
669 | 2024-12-25T04:23:27.075Z | uploaded: /work/debug/opteadm.debug.sha256 |
670 | 2024-12-25T04:23:27.077Z | uploading: /work/release/opteadm (17587600 bytes) |
671 | 2024-12-25T04:23:28.310Z | uploaded: /work/release/opteadm |
672 | 2024-12-25T04:23:28.310Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
673 | 2024-12-25T04:23:29.319Z | uploaded: /work/release/opteadm.release.sha256 |